@charset "UTF-8";
/* ActiBook One 固有部分 */
.hr {
  display: block;
  height: 0px;
  margin: 12px 0;
  overflow: hidden;
  border-top: 1px solid #e3e3e3;
  font-size: 0;
}

.hr-double {
  height: 3px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.hr-dotted {
  border-top-style: dotted;
}

.hr-double.hr-dotted {
  border-bottom-style: dotted;
}

.hr-32 {
  margin: 32px 0;
}

.hr-30 {
  margin: 30px 0;
}

.hr-28 {
  margin: 28px 0;
}

.hr-26 {
  margin: 26px 0;
}

.hr-24 {
  margin: 24px 0;
}

.hr-22 {
  margin: 22px 0;
}

.hr-20 {
  margin: 20px 0;
}

.hr-18 {
  margin: 18px 0;
}

.hr-16 {
  margin: 16px 0;
}

.hr-14 {
  margin: 14px 0;
}

.hr-12 {
  margin: 12px 0;
}

.hr-10 {
  margin: 10px 0;
}

.hr-8 {
  margin: 8px 0;
}

.hr-6 {
  margin: 6px 0;
}

.hr-4 {
  margin: 4px 0;
}

.hr-2 {
  margin: 2px 0;
}

.red {
  background-color: #f44336;
}

.red.hoverable:hover {
  background-color: #f55a4e;
}

.red.color-50 {
  background-color: #ffebee;
}

.red.color-50.hoverable:hover {
  background-color: white;
}

.red.color-100 {
  background-color: #ffcdd2;
}

.red.color-100.hoverable:hover {
  background-color: #ffe7e9;
}

.red.color-200 {
  background-color: #ef9a9a;
}

.red.color-200.hoverable:hover {
  background-color: #f2b0b0;
}

.red.color-300 {
  background-color: #e57373;
}

.red.color-300.hoverable:hover {
  background-color: #e98989;
}

.red.color-400 {
  background-color: #ef5350;
}

.red.color-400.hoverable:hover {
  background-color: #f16a67;
}

.red.color-600 {
  background-color: #e53935;
}

.red.color-600.hoverable:hover {
  background-color: #e84f4c;
}

.red.color-700 {
  background-color: #d32f2f;
}

.red.color-700.hoverable:hover {
  background-color: #d74444;
}

.red.color-800 {
  background-color: #c62828;
}

.red.color-800.hoverable:hover {
  background-color: #d63232;
}

.red.color-900 {
  background-color: #b71c1c;
}

.red.color-900.hoverable:hover {
  background-color: #cd1f1f;
}

.red.color-a100 {
  background-color: #ff8a80;
}

.red.color-a100.hoverable:hover {
  background-color: #ffa19a;
}

.red.color-a200 {
  background-color: #ff5252;
}

.red.color-a200.hoverable:hover {
  background-color: #ff6c6c;
}

.red.color-a400 {
  background-color: #ff1744;
}

.red.color-a400.hoverable:hover {
  background-color: #ff3159;
}

.red.color-a700 {
  background-color: #d50000;
}

.red.color-a700.hoverable:hover {
  background-color: #ef0000;
}

.red-text {
  color: #f44336;
}

.red-text.color-50 {
  color: #ffebee;
}

.red-text.color-100 {
  color: #ffcdd2;
}

.red-text.color-200 {
  color: #ef9a9a;
}

.red-text.color-300 {
  color: #e57373;
}

.red-text.color-400 {
  color: #ef5350;
}

.red-text.color-600 {
  color: #e53935;
}

.red-text.color-700 {
  color: #d32f2f;
}

.red-text.color-800 {
  color: #c62828;
}

.red-text.color-900 {
  color: #b71c1c;
}

.red-text.color-a100 {
  color: #ff8a80;
}

.red-text.color-a200 {
  color: #ff5252;
}

.red-text.color-a400 {
  color: #ff1744;
}

.red-text.color-a700 {
  color: #d50000;
}

.pink {
  background-color: #e91e63;
}

.pink.hoverable:hover {
  background-color: #eb3573;
}

.pink.color-50 {
  background-color: #fce4ec;
}

.pink.color-50.hoverable:hover {
  background-color: #fffbfc;
}

.pink.color-100 {
  background-color: #f8bbd0;
}

.pink.color-100.hoverable:hover {
  background-color: #fad2e0;
}

.pink.color-200 {
  background-color: #f48fb1;
}

.pink.color-200.hoverable:hover {
  background-color: #f6a6c1;
}

.pink.color-300 {
  background-color: #f06292;
}

.pink.color-300.hoverable:hover {
  background-color: #f279a2;
}

.pink.color-400 {
  background-color: #ec407a;
}

.pink.color-400.hoverable:hover {
  background-color: #ee578a;
}

.pink.color-600 {
  background-color: #d81b60;
}

.pink.color-600.hoverable:hover {
  background-color: #e4286d;
}

.pink.color-700 {
  background-color: #c2185b;
}

.pink.color-700.hoverable:hover {
  background-color: #d91b66;
}

.pink.color-800 {
  background-color: #ad1457;
}

.pink.color-800.hoverable:hover {
  background-color: #c41762;
}

.pink.color-900 {
  background-color: #880e4f;
}

.pink.color-900.hoverable:hover {
  background-color: #9f105c;
}

.pink.color-a100 {
  background-color: #ff80ab;
}

.pink.color-a100.hoverable:hover {
  background-color: #ff9abc;
}

.pink.color-a200 {
  background-color: #ff4081;
}

.pink.color-a200.hoverable:hover {
  background-color: #ff5a92;
}

.pink.color-a400 {
  background-color: #f50057;
}

.pink.color-a400.hoverable:hover {
  background-color: #ff1065;
}

.pink.color-a700 {
  background-color: #c51162;
}

.pink.color-a700.hoverable:hover {
  background-color: #dc136e;
}

.pink-text {
  color: #e91e63;
}

.pink-text.color-50 {
  color: #fce4ec;
}

.pink-text.color-100 {
  color: #f8bbd0;
}

.pink-text.color-200 {
  color: #f48fb1;
}

.pink-text.color-300 {
  color: #f06292;
}

.pink-text.color-400 {
  color: #ec407a;
}

.pink-text.color-600 {
  color: #d81b60;
}

.pink-text.color-700 {
  color: #c2185b;
}

.pink-text.color-800 {
  color: #ad1457;
}

.pink-text.color-900 {
  color: #880e4f;
}

.pink-text.color-a100 {
  color: #ff80ab;
}

.pink-text.color-a200 {
  color: #ff4081;
}

.pink-text.color-a400 {
  color: #f50057;
}

.pink-text.color-a700 {
  color: #c51162;
}

.purple {
  background-color: #9c27b0;
}

.purple.hoverable:hover {
  background-color: #af2cc5;
}

.purple.color-50 {
  background-color: #f3e5f5;
}

.purple.color-50.hoverable:hover {
  background-color: #fcf7fc;
}

.purple.color-100 {
  background-color: #e1bee7;
}

.purple.color-100.hoverable:hover {
  background-color: #ead1ee;
}

.purple.color-200 {
  background-color: #ce93d8;
}

.purple.color-200.hoverable:hover {
  background-color: #d7a6df;
}

.purple.color-300 {
  background-color: #ba68c8;
}

.purple.color-300.hoverable:hover {
  background-color: #c37bcf;
}

.purple.color-400 {
  background-color: #ab47bc;
}

.purple.color-400.hoverable:hover {
  background-color: #b45ac3;
}

.purple.color-600 {
  background-color: #8e24aa;
}

.purple.color-600.hoverable:hover {
  background-color: #a028bf;
}

.purple.color-700 {
  background-color: #7b1fa2;
}

.purple.color-700.hoverable:hover {
  background-color: #8b23b7;
}

.purple.color-800 {
  background-color: #6a1b9a;
}

.purple.color-800.hoverable:hover {
  background-color: #791fb0;
}

.purple.color-900 {
  background-color: #4a148c;
}

.purple.color-900.hoverable:hover {
  background-color: #5617a2;
}

.purple.color-a100 {
  background-color: #ea80fc;
}

.purple.color-a100.hoverable:hover {
  background-color: #ee99fd;
}

.purple.color-a200 {
  background-color: #e040fb;
}

.purple.color-a200.hoverable:hover {
  background-color: #e459fc;
}

.purple.color-a400 {
  background-color: #d500f9;
}

.purple.color-a400.hoverable:hover {
  background-color: #dd14ff;
}

.purple.color-a700 {
  background-color: #a0f;
}

.purple.color-a700.hoverable:hover {
  background-color: #b31aff;
}

.purple-text {
  color: #9c27b0;
}

.purple-text.color-50 {
  color: #f3e5f5;
}

.purple-text.color-100 {
  color: #e1bee7;
}

.purple-text.color-200 {
  color: #ce93d8;
}

.purple-text.color-300 {
  color: #ba68c8;
}

.purple-text.color-400 {
  color: #ab47bc;
}

.purple-text.color-600 {
  color: #8e24aa;
}

.purple-text.color-700 {
  color: #7b1fa2;
}

.purple-text.color-800 {
  color: #6a1b9a;
}

.purple-text.color-900 {
  color: #4a148c;
}

.purple-text.color-a100 {
  color: #ea80fc;
}

.purple-text.color-a200 {
  color: #e040fb;
}

.purple-text.color-a400 {
  color: #d500f9;
}

.purple-text.color-a700 {
  color: #a0f;
}

.deeppurple {
  background-color: #673ab7;
}

.deeppurple.hoverable:hover {
  background-color: #7446c4;
}

.deeppurple.color-50 {
  background-color: #ede7f6;
}

.deeppurple.color-50.hoverable:hover {
  background-color: #fbfafd;
}

.deeppurple.color-100 {
  background-color: #d1c4e9;
}

.deeppurple.color-100.hoverable:hover {
  background-color: #dfd7f0;
}

.deeppurple.color-200 {
  background-color: #b39ddb;
}

.deeppurple.color-200.hoverable:hover {
  background-color: #c1b0e2;
}

.deeppurple.color-300 {
  background-color: #9575cd;
}

.deeppurple.color-300.hoverable:hover {
  background-color: #a388d4;
}

.deeppurple.color-400 {
  background-color: #7e57c2;
}

.deeppurple.color-400.hoverable:hover {
  background-color: #8c6ac9;
}

.deeppurple.color-600 {
  background-color: #5e35b1;
}

.deeppurple.color-600.hoverable:hover {
  background-color: #693bc4;
}

.deeppurple.color-700 {
  background-color: #512da8;
}

.deeppurple.color-700.hoverable:hover {
  background-color: #5b32bc;
}

.deeppurple.color-800 {
  background-color: #4527a0;
}

.deeppurple.color-800.hoverable:hover {
  background-color: #4e2cb5;
}

.deeppurple.color-900 {
  background-color: #311b92;
}

.deeppurple.color-900.hoverable:hover {
  background-color: #381fa8;
}

.deeppurple.color-a100 {
  background-color: #b388ff;
}

.deeppurple.color-a100.hoverable:hover {
  background-color: #c3a2ff;
}

.deeppurple.color-a200 {
  background-color: #7c4dff;
}

.deeppurple.color-a200.hoverable:hover {
  background-color: #8f67ff;
}

.deeppurple.color-a400 {
  background-color: #651fff;
}

.deeppurple.color-a400.hoverable:hover {
  background-color: #7739ff;
}

.deeppurple.color-a700 {
  background-color: #6200ea;
}

.deeppurple.color-a700.hoverable:hover {
  background-color: #6d05ff;
}

.deeppurple-text {
  color: #673ab7;
}

.deeppurple-text.color-50 {
  color: #ede7f6;
}

.deeppurple-text.color-100 {
  color: #d1c4e9;
}

.deeppurple-text.color-200 {
  color: #b39ddb;
}

.deeppurple-text.color-300 {
  color: #9575cd;
}

.deeppurple-text.color-400 {
  color: #7e57c2;
}

.deeppurple-text.color-600 {
  color: #5e35b1;
}

.deeppurple-text.color-700 {
  color: #512da8;
}

.deeppurple-text.color-800 {
  color: #4527a0;
}

.deeppurple-text.color-900 {
  color: #311b92;
}

.deeppurple-text.color-a100 {
  color: #b388ff;
}

.deeppurple-text.color-a200 {
  color: #7c4dff;
}

.deeppurple-text.color-a400 {
  color: #651fff;
}

.deeppurple-text.color-a700 {
  color: #6200ea;
}

.indigo {
  background-color: #3f51b5;
}

.indigo.hoverable:hover {
  background-color: #4d5ec1;
}

.indigo.color-50 {
  background-color: #e8eaf6;
}

.indigo.color-50.hoverable:hover {
  background-color: #fafbfd;
}

.indigo.color-100 {
  background-color: #c5cae9;
}

.indigo.color-100.hoverable:hover {
  background-color: #d7dbf0;
}

.indigo.color-200 {
  background-color: #9fa8da;
}

.indigo.color-200.hoverable:hover {
  background-color: #b1b9e1;
}

.indigo.color-300 {
  background-color: #7986cb;
}

.indigo.color-300.hoverable:hover {
  background-color: #8b97d2;
}

.indigo.color-400 {
  background-color: #5c6bc0;
}

.indigo.color-400.hoverable:hover {
  background-color: #6e7cc7;
}

.indigo.color-600 {
  background-color: #3949ab;
}

.indigo.color-600.hoverable:hover {
  background-color: #3f51be;
}

.indigo.color-700 {
  background-color: #303f9f;
}

.indigo.color-700.hoverable:hover {
  background-color: #3647b3;
}

.indigo.color-800 {
  background-color: #283593;
}

.indigo.color-800.hoverable:hover {
  background-color: #2d3ca7;
}

.indigo.color-900 {
  background-color: #1a237e;
}

.indigo.color-900.hoverable:hover {
  background-color: #1e2993;
}

.indigo.color-a100 {
  background-color: #8c9eff;
}

.indigo.color-a100.hoverable:hover {
  background-color: #a6b4ff;
}

.indigo.color-a200 {
  background-color: #536dfe;
}

.indigo.color-a200.hoverable:hover {
  background-color: #6c83fe;
}

.indigo.color-a400 {
  background-color: #3d5afe;
}

.indigo.color-a400.hoverable:hover {
  background-color: #5670fe;
}

.indigo.color-a700 {
  background-color: #304ffe;
}

.indigo.color-a700.hoverable:hover {
  background-color: #4965fe;
}

.indigo-text {
  color: #3f51b5;
}

.indigo-text.color-50 {
  color: #e8eaf6;
}

.indigo-text.color-100 {
  color: #c5cae9;
}

.indigo-text.color-200 {
  color: #9fa8da;
}

.indigo-text.color-300 {
  color: #7986cb;
}

.indigo-text.color-400 {
  color: #5c6bc0;
}

.indigo-text.color-600 {
  color: #3949ab;
}

.indigo-text.color-700 {
  color: #303f9f;
}

.indigo-text.color-800 {
  color: #283593;
}

.indigo-text.color-900 {
  color: #1a237e;
}

.indigo-text.color-a100 {
  color: #8c9eff;
}

.indigo-text.color-a200 {
  color: #536dfe;
}

.indigo-text.color-a400 {
  color: #3d5afe;
}

.indigo-text.color-a700 {
  color: #304ffe;
}

.blue {
  background-color: #2196f3;
}

.blue.hoverable:hover {
  background-color: #39a1f4;
}

.blue.color-50 {
  background-color: #e3f2fd;
}

.blue.color-50.hoverable:hover {
  background-color: #fbfdff;
}

.blue.color-100 {
  background-color: #bbdefb;
}

.blue.color-100.hoverable:hover {
  background-color: #d3eafc;
}

.blue.color-200 {
  background-color: #90caf9;
}

.blue.color-200.hoverable:hover {
  background-color: #a8d6fa;
}

.blue.color-300 {
  background-color: #64b5f6;
}

.blue.color-300.hoverable:hover {
  background-color: #7cc1f7;
}

.blue.color-400 {
  background-color: #42a5f5;
}

.blue.color-400.hoverable:hover {
  background-color: #5ab1f6;
}

.blue.color-600 {
  background-color: #1e88e5;
}

.blue.color-600.hoverable:hover {
  background-color: #3594e8;
}

.blue.color-700 {
  background-color: #1976d2;
}

.blue.color-700.hoverable:hover {
  background-color: #2083e4;
}

.blue.color-800 {
  background-color: #1565c0;
}

.blue.color-800.hoverable:hover {
  background-color: #1871d7;
}

.blue.color-900 {
  background-color: #0d47a1;
}

.blue.color-900.hoverable:hover {
  background-color: #0f51b9;
}

.blue.color-a100 {
  background-color: #82b1ff;
}

.blue.color-a100.hoverable:hover {
  background-color: #9cc1ff;
}

.blue.color-a200 {
  background-color: #448aff;
}

.blue.color-a200.hoverable:hover {
  background-color: #5e9aff;
}

.blue.color-a400 {
  background-color: #2979ff;
}

.blue.color-a400.hoverable:hover {
  background-color: #4389ff;
}

.blue.color-a700 {
  background-color: #2962ff;
}

.blue.color-a700.hoverable:hover {
  background-color: #4375ff;
}

.blue-text {
  color: #2196f3;
}

.blue-text.color-50 {
  color: #e3f2fd;
}

.blue-text.color-100 {
  color: #bbdefb;
}

.blue-text.color-200 {
  color: #90caf9;
}

.blue-text.color-300 {
  color: #64b5f6;
}

.blue-text.color-400 {
  color: #42a5f5;
}

.blue-text.color-600 {
  color: #1e88e5;
}

.blue-text.color-700 {
  color: #1976d2;
}

.blue-text.color-800 {
  color: #1565c0;
}

.blue-text.color-900 {
  color: #0d47a1;
}

.blue-text.color-a100 {
  color: #82b1ff;
}

.blue-text.color-a200 {
  color: #448aff;
}

.blue-text.color-a400 {
  color: #2979ff;
}

.blue-text.color-a700 {
  color: #2962ff;
}

.lightblue {
  background-color: #03a9f4;
}

.lightblue.hoverable:hover {
  background-color: #14b4fc;
}

.lightblue.color-50 {
  background-color: #e1f5fe;
}

.lightblue.color-50.hoverable:hover {
  background-color: #fafdff;
}

.lightblue.color-100 {
  background-color: #b3e5fc;
}

.lightblue.color-100.hoverable:hover {
  background-color: #ccedfd;
}

.lightblue.color-200 {
  background-color: #81d4fa;
}

.lightblue.color-200.hoverable:hover {
  background-color: #9adcfb;
}

.lightblue.color-300 {
  background-color: #4fc3f7;
}

.lightblue.color-300.hoverable:hover {
  background-color: #67cbf8;
}

.lightblue.color-400 {
  background-color: #29b6f6;
}

.lightblue.color-400.hoverable:hover {
  background-color: #41bef7;
}

.lightblue.color-600 {
  background-color: #039be5;
}

.lightblue.color-600.hoverable:hover {
  background-color: #06abfc;
}

.lightblue.color-700 {
  background-color: #0288d1;
}

.lightblue.color-700.hoverable:hover {
  background-color: #0298ea;
}

.lightblue.color-800 {
  background-color: #0277bd;
}

.lightblue.color-800.hoverable:hover {
  background-color: #0287d6;
}

.lightblue.color-900 {
  background-color: #01579b;
}

.lightblue.color-900.hoverable:hover {
  background-color: #0165b4;
}

.lightblue.color-a100 {
  background-color: #80d8ff;
}

.lightblue.color-a100.hoverable:hover {
  background-color: #9ae0ff;
}

.lightblue.color-a200 {
  background-color: #40c4ff;
}

.lightblue.color-a200.hoverable:hover {
  background-color: #5accff;
}

.lightblue.color-a400 {
  background-color: #00b0ff;
}

.lightblue.color-a400.hoverable:hover {
  background-color: #1ab8ff;
}

.lightblue.color-a700 {
  background-color: #0091ea;
}

.lightblue.color-a700.hoverable:hover {
  background-color: #05a0ff;
}

.lightblue-text {
  color: #03a9f4;
}

.lightblue-text.color-50 {
  color: #e1f5fe;
}

.lightblue-text.color-100 {
  color: #b3e5fc;
}

.lightblue-text.color-200 {
  color: #81d4fa;
}

.lightblue-text.color-300 {
  color: #4fc3f7;
}

.lightblue-text.color-400 {
  color: #29b6f6;
}

.lightblue-text.color-600 {
  color: #039be5;
}

.lightblue-text.color-700 {
  color: #0288d1;
}

.lightblue-text.color-800 {
  color: #0277bd;
}

.lightblue-text.color-900 {
  color: #01579b;
}

.lightblue-text.color-a100 {
  color: #80d8ff;
}

.lightblue-text.color-a200 {
  color: #40c4ff;
}

.lightblue-text.color-a400 {
  color: #00b0ff;
}

.lightblue-text.color-a700 {
  color: #0091ea;
}

.cyan {
  background-color: #00bcd4;
}

.cyan.hoverable:hover {
  background-color: #00d3ee;
}

.cyan.color-50 {
  background-color: #e0f7fa;
}

.cyan.color-50.hoverable:hover {
  background-color: #f6fdfe;
}

.cyan.color-100 {
  background-color: #b2ebf2;
}

.cyan.color-100.hoverable:hover {
  background-color: #c8f1f6;
}

.cyan.color-200 {
  background-color: #80deea;
}

.cyan.color-200.hoverable:hover {
  background-color: #96e4ee;
}

.cyan.color-300 {
  background-color: #4dd0e1;
}

.cyan.color-300.hoverable:hover {
  background-color: #63d6e5;
}

.cyan.color-400 {
  background-color: #26c6da;
}

.cyan.color-400.hoverable:hover {
  background-color: #3cccde;
}

.cyan.color-600 {
  background-color: #00acc1;
}

.cyan.color-600.hoverable:hover {
  background-color: #00c3db;
}

.cyan.color-700 {
  background-color: #0097a7;
}

.cyan.color-700.hoverable:hover {
  background-color: #00aec1;
}

.cyan.color-800 {
  background-color: #00838f;
}

.cyan.color-800.hoverable:hover {
  background-color: #009aa9;
}

.cyan.color-900 {
  background-color: #006064;
}

.cyan.color-900.hoverable:hover {
  background-color: #00787e;
}

.cyan.color-a100 {
  background-color: #84ffff;
}

.cyan.color-a100.hoverable:hover {
  background-color: #9effff;
}

.cyan.color-a200 {
  background-color: #18ffff;
}

.cyan.color-a200.hoverable:hover {
  background-color: #32ffff;
}

.cyan.color-a400 {
  background-color: #00e5ff;
}

.cyan.color-a400.hoverable:hover {
  background-color: #1ae8ff;
}

.cyan.color-a700 {
  background-color: #00b8d4;
}

.cyan.color-a700.hoverable:hover {
  background-color: #00ceee;
}

.cyan-text {
  color: #00bcd4;
}

.cyan-text.color-50 {
  color: #e0f7fa;
}

.cyan-text.color-100 {
  color: #b2ebf2;
}

.cyan-text.color-200 {
  color: #80deea;
}

.cyan-text.color-300 {
  color: #4dd0e1;
}

.cyan-text.color-400 {
  color: #26c6da;
}

.cyan-text.color-600 {
  color: #00acc1;
}

.cyan-text.color-700 {
  color: #0097a7;
}

.cyan-text.color-800 {
  color: #00838f;
}

.cyan-text.color-900 {
  color: #006064;
}

.cyan-text.color-a100 {
  color: #84ffff;
}

.cyan-text.color-a200 {
  color: #18ffff;
}

.cyan-text.color-a400 {
  color: #00e5ff;
}

.cyan-text.color-a700 {
  color: #00b8d4;
}

.teal {
  background-color: #009688;
}

.teal.hoverable:hover {
  background-color: #00b09f;
}

.teal.color-50 {
  background-color: #e0f2f1;
}

.teal.color-50.hoverable:hover {
  background-color: #f2faf9;
}

.teal.color-100 {
  background-color: #b2dfdb;
}

.teal.color-100.hoverable:hover {
  background-color: #c4e6e3;
}

.teal.color-200 {
  background-color: #80cbc4;
}

.teal.color-200.hoverable:hover {
  background-color: #92d2cc;
}

.teal.color-300 {
  background-color: #4db6ac;
}

.teal.color-300.hoverable:hover {
  background-color: #5fbdb4;
}

.teal.color-400 {
  background-color: #26a69a;
}

.teal.color-400.hoverable:hover {
  background-color: #2bbbad;
}

.teal.color-600 {
  background-color: #00897b;
}

.teal.color-600.hoverable:hover {
  background-color: #00a392;
}

.teal.color-700 {
  background-color: #00796b;
}

.teal.color-700.hoverable:hover {
  background-color: #009382;
}

.teal.color-800 {
  background-color: #00695c;
}

.teal.color-800.hoverable:hover {
  background-color: #008372;
}

.teal.color-900 {
  background-color: #004d40;
}

.teal.color-900.hoverable:hover {
  background-color: #006755;
}

.teal.color-a100 {
  background-color: #a7ffeb;
}

.teal.color-a100.hoverable:hover {
  background-color: #c1fff1;
}

.teal.color-a200 {
  background-color: #64ffda;
}

.teal.color-a200.hoverable:hover {
  background-color: #7effe0;
}

.teal.color-a400 {
  background-color: #1de9b6;
}

.teal.color-a400.hoverable:hover {
  background-color: #34ebbe;
}

.teal.color-a700 {
  background-color: #00bfa5;
}

.teal.color-a700.hoverable:hover {
  background-color: #00d9bb;
}

.teal-text {
  color: #009688;
}

.teal-text.color-50 {
  color: #e0f2f1;
}

.teal-text.color-100 {
  color: #b2dfdb;
}

.teal-text.color-200 {
  color: #80cbc4;
}

.teal-text.color-300 {
  color: #4db6ac;
}

.teal-text.color-400 {
  color: #26a69a;
}

.teal-text.color-600 {
  color: #00897b;
}

.teal-text.color-700 {
  color: #00796b;
}

.teal-text.color-800 {
  color: #00695c;
}

.teal-text.color-900 {
  color: #004d40;
}

.teal-text.color-a100 {
  color: #a7ffeb;
}

.teal-text.color-a200 {
  color: #64ffda;
}

.teal-text.color-a400 {
  color: #1de9b6;
}

.teal-text.color-a700 {
  color: #00bfa5;
}

.green {
  background-color: #4caf50;
}

.green.hoverable:hover {
  background-color: #5cb860;
}

.green.color-50 {
  background-color: #e8f5e9;
}

.green.color-50.hoverable:hover {
  background-color: #fafdfa;
}

.green.color-100 {
  background-color: #c8e6c9;
}

.green.color-100.hoverable:hover {
  background-color: #daeeda;
}

.green.color-200 {
  background-color: #a5d6a7;
}

.green.color-200.hoverable:hover {
  background-color: #b7deb8;
}

.green.color-300 {
  background-color: #81c784;
}

.green.color-300.hoverable:hover {
  background-color: #93cf95;
}

.green.color-400 {
  background-color: #66bb6a;
}

.green.color-400.hoverable:hover {
  background-color: #78c37b;
}

.green.color-600 {
  background-color: #43a047;
}

.green.color-600.hoverable:hover {
  background-color: #4bb24f;
}

.green.color-700 {
  background-color: #388e3c;
}

.green.color-700.hoverable:hover {
  background-color: #3fa044;
}

.green.color-800 {
  background-color: #2e7d32;
}

.green.color-800.hoverable:hover {
  background-color: #359039;
}

.green.color-900 {
  background-color: #1b5e20;
}

.green.color-900.hoverable:hover {
  background-color: #217227;
}

.green.color-a100 {
  background-color: #b9f6ca;
}

.green.color-a100.hoverable:hover {
  background-color: #d0f9db;
}

.green.color-a200 {
  background-color: #69f0ae;
}

.green.color-a200.hoverable:hover {
  background-color: #80f2bb;
}

.green.color-a400 {
  background-color: #00e676;
}

.green.color-a400.hoverable:hover {
  background-color: #01ff83;
}

.green.color-a700 {
  background-color: #00c853;
}

.green.color-a700.hoverable:hover {
  background-color: #00e25e;
}

.green-text {
  color: #4caf50;
}

.green-text.color-50 {
  color: #e8f5e9;
}

.green-text.color-100 {
  color: #c8e6c9;
}

.green-text.color-200 {
  color: #a5d6a7;
}

.green-text.color-300 {
  color: #81c784;
}

.green-text.color-400 {
  color: #66bb6a;
}

.green-text.color-600 {
  color: #43a047;
}

.green-text.color-700 {
  color: #388e3c;
}

.green-text.color-800 {
  color: #2e7d32;
}

.green-text.color-900 {
  color: #1b5e20;
}

.green-text.color-a100 {
  color: #b9f6ca;
}

.green-text.color-a200 {
  color: #69f0ae;
}

.green-text.color-a400 {
  color: #00e676;
}

.green-text.color-a700 {
  color: #00c853;
}

.lightgreen {
  background-color: #8bc34a;
}

.lightgreen.hoverable:hover {
  background-color: #97c95d;
}

.lightgreen.color-50 {
  background-color: #f1f8e9;
}

.lightgreen.color-50.hoverable:hover {
  background-color: #fdfefc;
}

.lightgreen.color-100 {
  background-color: #dcedc8;
}

.lightgreen.color-100.hoverable:hover {
  background-color: #e8f3db;
}

.lightgreen.color-200 {
  background-color: #c5e1a5;
}

.lightgreen.color-200.hoverable:hover {
  background-color: #d1e7b8;
}

.lightgreen.color-300 {
  background-color: #aed581;
}

.lightgreen.color-300.hoverable:hover {
  background-color: #badb94;
}

.lightgreen.color-400 {
  background-color: #9ccc65;
}

.lightgreen.color-400.hoverable:hover {
  background-color: #a8d278;
}

.lightgreen.color-600 {
  background-color: #7cb342;
}

.lightgreen.color-600.hoverable:hover {
  background-color: #89be50;
}

.lightgreen.color-700 {
  background-color: #689f38;
}

.lightgreen.color-700.hoverable:hover {
  background-color: #74b23f;
}

.lightgreen.color-800 {
  background-color: #558b2f;
}

.lightgreen.color-800.hoverable:hover {
  background-color: #619e35;
}

.lightgreen.color-900 {
  background-color: #33691e;
}

.lightgreen.color-900.hoverable:hover {
  background-color: #3d7d24;
}

.lightgreen.color-a100 {
  background-color: #ccff90;
}

.lightgreen.color-a100.hoverable:hover {
  background-color: #d8ffaa;
}

.lightgreen.color-a200 {
  background-color: #b2ff59;
}

.lightgreen.color-a200.hoverable:hover {
  background-color: #beff73;
}

.lightgreen.color-a400 {
  background-color: #76ff03;
}

.lightgreen.color-a400.hoverable:hover {
  background-color: #84ff1d;
}

.lightgreen.color-a700 {
  background-color: #64dd17;
}

.lightgreen.color-a700.hoverable:hover {
  background-color: #71e825;
}

.lightgreen-text {
  color: #8bc34a;
}

.lightgreen-text.color-50 {
  color: #f1f8e9;
}

.lightgreen-text.color-100 {
  color: #dcedc8;
}

.lightgreen-text.color-200 {
  color: #c5e1a5;
}

.lightgreen-text.color-300 {
  color: #aed581;
}

.lightgreen-text.color-400 {
  color: #9ccc65;
}

.lightgreen-text.color-600 {
  color: #7cb342;
}

.lightgreen-text.color-700 {
  color: #689f38;
}

.lightgreen-text.color-800 {
  color: #558b2f;
}

.lightgreen-text.color-900 {
  color: #33691e;
}

.lightgreen-text.color-a100 {
  color: #ccff90;
}

.lightgreen-text.color-a200 {
  color: #b2ff59;
}

.lightgreen-text.color-a400 {
  color: #76ff03;
}

.lightgreen-text.color-a700 {
  color: #64dd17;
}

.lime {
  background-color: #cddc39;
}

.lime.hoverable:hover {
  background-color: #d2e04f;
}

.lime.color-50 {
  background-color: #f9fbe7;
}

.lime.color-50.hoverable:hover {
  background-color: #fefffd;
}

.lime.color-100 {
  background-color: #f0f4c3;
}

.lime.color-100.hoverable:hover {
  background-color: #f5f8d9;
}

.lime.color-200 {
  background-color: #e6ee9c;
}

.lime.color-200.hoverable:hover {
  background-color: #ebf2b2;
}

.lime.color-300 {
  background-color: #dce775;
}

.lime.color-300.hoverable:hover {
  background-color: #e2eb8b;
}

.lime.color-400 {
  background-color: #d4e157;
}

.lime.color-400.hoverable:hover {
  background-color: #dae56d;
}

.lime.color-600 {
  background-color: #c0ca33;
}

.lime.color-600.hoverable:hover {
  background-color: #c7d046;
}

.lime.color-700 {
  background-color: #afb42b;
}

.lime.color-700.hoverable:hover {
  background-color: #c3c930;
}

.lime.color-800 {
  background-color: #9e9d24;
}

.lime.color-800.hoverable:hover {
  background-color: #b3b229;
}

.lime.color-900 {
  background-color: #827717;
}

.lime.color-900.hoverable:hover {
  background-color: #988b1b;
}

.lime.color-a100 {
  background-color: #f4ff81;
}

.lime.color-a100.hoverable:hover {
  background-color: #f6ff9b;
}

.lime.color-a200 {
  background-color: #eeff41;
}

.lime.color-a200.hoverable:hover {
  background-color: #f0ff5b;
}

.lime.color-a400 {
  background-color: #c6ff00;
}

.lime.color-a400.hoverable:hover {
  background-color: #ccff1a;
}

.lime.color-a700 {
  background-color: #aeea00;
}

.lime.color-a700.hoverable:hover {
  background-color: #bfff05;
}

.lime-text {
  color: #cddc39;
}

.lime-text.color-50 {
  color: #f9fbe7;
}

.lime-text.color-100 {
  color: #f0f4c3;
}

.lime-text.color-200 {
  color: #e6ee9c;
}

.lime-text.color-300 {
  color: #dce775;
}

.lime-text.color-400 {
  color: #d4e157;
}

.lime-text.color-600 {
  color: #c0ca33;
}

.lime-text.color-700 {
  color: #afb42b;
}

.lime-text.color-800 {
  color: #9e9d24;
}

.lime-text.color-900 {
  color: #827717;
}

.lime-text.color-a100 {
  color: #f4ff81;
}

.lime-text.color-a200 {
  color: #eeff41;
}

.lime-text.color-a400 {
  color: #c6ff00;
}

.lime-text.color-a700 {
  color: #aeea00;
}

.yellow {
  background-color: #ffeb3b;
}

.yellow.hoverable:hover {
  background-color: #fe5;
}

.yellow.color-50 {
  background-color: #fffde7;
}

.yellow.color-50.hoverable:hover {
  background-color: white;
}

.yellow.color-100 {
  background-color: #fff9c4;
}

.yellow.color-100.hoverable:hover {
  background-color: #fffcde;
}

.yellow.color-200 {
  background-color: #fff59d;
}

.yellow.color-200.hoverable:hover {
  background-color: #fff8b7;
}

.yellow.color-300 {
  background-color: #fff176;
}

.yellow.color-300.hoverable:hover {
  background-color: #fff490;
}

.yellow.color-400 {
  background-color: #ffee58;
}

.yellow.color-400.hoverable:hover {
  background-color: #fff172;
}

.yellow.color-600 {
  background-color: #fdd835;
}

.yellow.color-600.hoverable:hover {
  background-color: #fddd4e;
}

.yellow.color-700 {
  background-color: #fbc02d;
}

.yellow.color-700.hoverable:hover {
  background-color: #fbc846;
}

.yellow.color-800 {
  background-color: #f9a825;
}

.yellow.color-800.hoverable:hover {
  background-color: #fab23e;
}

.yellow.color-900 {
  background-color: #f57f17;
}

.yellow.color-900.hoverable:hover {
  background-color: #f68c2f;
}

.yellow.color-a100 {
  background-color: #ffff8d;
}

.yellow.color-a100.hoverable:hover {
  background-color: #ffffa7;
}

.yellow.color-a200 {
  background-color: #ff0;
}

.yellow.color-a200.hoverable:hover {
  background-color: #ffff1a;
}

.yellow.color-a400 {
  background-color: #ffea00;
}

.yellow.color-a400.hoverable:hover {
  background-color: #ffec1a;
}

.yellow.color-a700 {
  background-color: #ffd600;
}

.yellow.color-a700.hoverable:hover {
  background-color: #ffda1a;
}

.yellow-text {
  color: #ffeb3b;
}

.yellow-text.color-50 {
  color: #fffde7;
}

.yellow-text.color-100 {
  color: #fff9c4;
}

.yellow-text.color-200 {
  color: #fff59d;
}

.yellow-text.color-300 {
  color: #fff176;
}

.yellow-text.color-400 {
  color: #ffee58;
}

.yellow-text.color-600 {
  color: #fdd835;
}

.yellow-text.color-700 {
  color: #fbc02d;
}

.yellow-text.color-800 {
  color: #f9a825;
}

.yellow-text.color-900 {
  color: #f57f17;
}

.yellow-text.color-a100 {
  color: #ffff8d;
}

.yellow-text.color-a200 {
  color: #ff0;
}

.yellow-text.color-a400 {
  color: #ffea00;
}

.yellow-text.color-a700 {
  color: #ffd600;
}

.amber {
  background-color: #ffc107;
}

.amber.hoverable:hover {
  background-color: #ffc721;
}

.amber.color-50 {
  background-color: #fff8e1;
}

.amber.color-50.hoverable:hover {
  background-color: #fffefb;
}

.amber.color-100 {
  background-color: #ffecb3;
}

.amber.color-100.hoverable:hover {
  background-color: #fff2cd;
}

.amber.color-200 {
  background-color: #ffe082;
}

.amber.color-200.hoverable:hover {
  background-color: #ffe69c;
}

.amber.color-300 {
  background-color: #ffd54f;
}

.amber.color-300.hoverable:hover {
  background-color: #ffdb69;
}

.amber.color-400 {
  background-color: #ffca28;
}

.amber.color-400.hoverable:hover {
  background-color: #ffd042;
}

.amber.color-600 {
  background-color: #ffb300;
}

.amber.color-600.hoverable:hover {
  background-color: #ffbb1a;
}

.amber.color-700 {
  background-color: #ffa000;
}

.amber.color-700.hoverable:hover {
  background-color: #ffaa1a;
}

.amber.color-800 {
  background-color: #ff8f00;
}

.amber.color-800.hoverable:hover {
  background-color: #ff9a1a;
}

.amber.color-900 {
  background-color: #ff6f00;
}

.amber.color-900.hoverable:hover {
  background-color: #ff7d1a;
}

.amber.color-a100 {
  background-color: #ffe57f;
}

.amber.color-a100.hoverable:hover {
  background-color: #ffea99;
}

.amber.color-a200 {
  background-color: #ffd740;
}

.amber.color-a200.hoverable:hover {
  background-color: #ffdc5a;
}

.amber.color-a400 {
  background-color: #ffc400;
}

.amber.color-a400.hoverable:hover {
  background-color: #ffca1a;
}

.amber.color-a700 {
  background-color: #ffab00;
}

.amber.color-a700.hoverable:hover {
  background-color: #ffb31a;
}

.amber-text {
  color: #ffc107;
}

.amber-text.color-50 {
  color: #fff8e1;
}

.amber-text.color-100 {
  color: #ffecb3;
}

.amber-text.color-200 {
  color: #ffe082;
}

.amber-text.color-300 {
  color: #ffd54f;
}

.amber-text.color-400 {
  color: #ffca28;
}

.amber-text.color-600 {
  color: #ffb300;
}

.amber-text.color-700 {
  color: #ffa000;
}

.amber-text.color-800 {
  color: #ff8f00;
}

.amber-text.color-900 {
  color: #ff6f00;
}

.amber-text.color-a100 {
  color: #ffe57f;
}

.amber-text.color-a200 {
  color: #ffd740;
}

.amber-text.color-a400 {
  color: #ffc400;
}

.amber-text.color-a700 {
  color: #ffab00;
}

.orange {
  background-color: #ff9800;
}

.orange.hoverable:hover {
  background-color: #ffa21a;
}

.orange.color-50 {
  background-color: #fff3e0;
}

.orange.color-50.hoverable:hover {
  background-color: #fffdfa;
}

.orange.color-100 {
  background-color: #ffe0b2;
}

.orange.color-100.hoverable:hover {
  background-color: #ffeacc;
}

.orange.color-200 {
  background-color: #ffcc80;
}

.orange.color-200.hoverable:hover {
  background-color: #ffd69a;
}

.orange.color-300 {
  background-color: #ffb74d;
}

.orange.color-300.hoverable:hover {
  background-color: #ffc167;
}

.orange.color-400 {
  background-color: #ffa726;
}

.orange.color-400.hoverable:hover {
  background-color: #ffb140;
}

.orange.color-600 {
  background-color: #fb8c00;
}

.orange.color-600.hoverable:hover {
  background-color: #ff9816;
}

.orange.color-700 {
  background-color: #f57c00;
}

.orange.color-700.hoverable:hover {
  background-color: #ff8910;
}

.orange.color-800 {
  background-color: #ef6c00;
}

.orange.color-800.hoverable:hover {
  background-color: #ff780a;
}

.orange.color-900 {
  background-color: #e65100;
}

.orange.color-900.hoverable:hover {
  background-color: #ff5a01;
}

.orange.color-a100 {
  background-color: #ffd180;
}

.orange.color-a100.hoverable:hover {
  background-color: #ffda9a;
}

.orange.color-a200 {
  background-color: #ffab40;
}

.orange.color-a200.hoverable:hover {
  background-color: #ffb65a;
}

.orange.color-a400 {
  background-color: #ff9100;
}

.orange.color-a400.hoverable:hover {
  background-color: #ff9c1a;
}

.orange.color-a700 {
  background-color: #ff6d00;
}

.orange.color-a700.hoverable:hover {
  background-color: #ff7c1a;
}

.orange-text {
  color: #ff9800;
}

.orange-text.color-50 {
  color: #fff3e0;
}

.orange-text.color-100 {
  color: #ffe0b2;
}

.orange-text.color-200 {
  color: #ffcc80;
}

.orange-text.color-300 {
  color: #ffb74d;
}

.orange-text.color-400 {
  color: #ffa726;
}

.orange-text.color-600 {
  color: #fb8c00;
}

.orange-text.color-700 {
  color: #f57c00;
}

.orange-text.color-800 {
  color: #ef6c00;
}

.orange-text.color-900 {
  color: #e65100;
}

.orange-text.color-a100 {
  color: #ffd180;
}

.orange-text.color-a200 {
  color: #ffab40;
}

.orange-text.color-a400 {
  color: #ff9100;
}

.orange-text.color-a700 {
  color: #ff6d00;
}

.deeporange {
  background-color: #ff5722;
}

.deeporange.hoverable:hover {
  background-color: #ff6a3c;
}

.deeporange.color-50 {
  background-color: #fbe9e7;
}

.deeporange.color-50.hoverable:hover {
  background-color: #fffdfd;
}

.deeporange.color-100 {
  background-color: #ffccbc;
}

.deeporange.color-100.hoverable:hover {
  background-color: #ffdfd6;
}

.deeporange.color-200 {
  background-color: #ffab91;
}

.deeporange.color-200.hoverable:hover {
  background-color: #ffbeab;
}

.deeporange.color-300 {
  background-color: #ff8a65;
}

.deeporange.color-300.hoverable:hover {
  background-color: #ff9d7f;
}

.deeporange.color-400 {
  background-color: #ff7043;
}

.deeporange.color-400.hoverable:hover {
  background-color: #ff835d;
}

.deeporange.color-600 {
  background-color: #f4511e;
}

.deeporange.color-600.hoverable:hover {
  background-color: #f56436;
}

.deeporange.color-700 {
  background-color: #e64a19;
}

.deeporange.color-700.hoverable:hover {
  background-color: #e95c30;
}

.deeporange.color-800 {
  background-color: #d84315;
}

.deeporange.color-800.hoverable:hover {
  background-color: #e94d1d;
}

.deeporange.color-900 {
  background-color: #bf360c;
}

.deeporange.color-900.hoverable:hover {
  background-color: #d73d0e;
}

.deeporange.color-a100 {
  background-color: #ff9e80;
}

.deeporange.color-a100.hoverable:hover {
  background-color: #ffb19a;
}

.deeporange.color-a200 {
  background-color: #ff6e40;
}

.deeporange.color-a200.hoverable:hover {
  background-color: #ff815a;
}

.deeporange.color-a400 {
  background-color: #ff3d00;
}

.deeporange.color-a400.hoverable:hover {
  background-color: #ff501a;
}

.deeporange.color-a700 {
  background-color: #dd2c00;
}

.deeporange.color-a700.hoverable:hover {
  background-color: #f73100;
}

.deeporange-text {
  color: #ff5722;
}

.deeporange-text.color-50 {
  color: #fbe9e7;
}

.deeporange-text.color-100 {
  color: #ffccbc;
}

.deeporange-text.color-200 {
  color: #ffab91;
}

.deeporange-text.color-300 {
  color: #ff8a65;
}

.deeporange-text.color-400 {
  color: #ff7043;
}

.deeporange-text.color-600 {
  color: #f4511e;
}

.deeporange-text.color-700 {
  color: #e64a19;
}

.deeporange-text.color-800 {
  color: #d84315;
}

.deeporange-text.color-900 {
  color: #bf360c;
}

.deeporange-text.color-a100 {
  color: #ff9e80;
}

.deeporange-text.color-a200 {
  color: #ff6e40;
}

.deeporange-text.color-a400 {
  color: #ff3d00;
}

.deeporange-text.color-a700 {
  color: #dd2c00;
}

.brown {
  background-color: #795548;
}

.brown.hoverable:hover {
  background-color: #896052;
}

.brown.color-50 {
  background-color: #efebe9;
}

.brown.color-50.hoverable:hover {
  background-color: #faf8f8;
}

.brown.color-100 {
  background-color: #d7ccc8;
}

.brown.color-100.hoverable:hover {
  background-color: #e2dad7;
}

.brown.color-200 {
  background-color: #bcaaa4;
}

.brown.color-200.hoverable:hover {
  background-color: #c7b8b3;
}

.brown.color-300 {
  background-color: #a1887f;
}

.brown.color-300.hoverable:hover {
  background-color: #ac968e;
}

.brown.color-400 {
  background-color: #8d6e63;
}

.brown.color-400.hoverable:hover {
  background-color: #9a7b6f;
}

.brown.color-600 {
  background-color: #6d4c41;
}

.brown.color-600.hoverable:hover {
  background-color: #7d574b;
}

.brown.color-700 {
  background-color: #5d4037;
}

.brown.color-700.hoverable:hover {
  background-color: #6d4b40;
}

.brown.color-800 {
  background-color: #4e342e;
}

.brown.color-800.hoverable:hover {
  background-color: #5e3f37;
}

.brown.color-900 {
  background-color: #3e2723;
}

.brown.color-900.hoverable:hover {
  background-color: #4e312c;
}

.brown-text {
  color: #795548;
}

.brown-text.color-50 {
  color: #efebe9;
}

.brown-text.color-100 {
  color: #d7ccc8;
}

.brown-text.color-200 {
  color: #bcaaa4;
}

.brown-text.color-300 {
  color: #a1887f;
}

.brown-text.color-400 {
  color: #8d6e63;
}

.brown-text.color-600 {
  color: #6d4c41;
}

.brown-text.color-700 {
  color: #5d4037;
}

.brown-text.color-800 {
  color: #4e342e;
}

.brown-text.color-900 {
  color: #3e2723;
}

.gray {
  background-color: #9e9e9e;
}

.gray.hoverable:hover {
  background-color: #ababab;
}

.gray.color-50 {
  background-color: #fafafa;
}

.gray.color-50.hoverable:hover {
  background-color: white;
}

.gray.color-100 {
  background-color: #f5f5f5;
}

.gray.color-100.hoverable:hover {
  background-color: white;
}

.gray.color-200 {
  background-color: #eee;
}

.gray.color-200.hoverable:hover {
  background-color: #fbfbfb;
}

.gray.color-300 {
  background-color: #e0e0e0;
}

.gray.color-300.hoverable:hover {
  background-color: #ededed;
}

.gray.color-400 {
  background-color: #bdbdbd;
}

.gray.color-400.hoverable:hover {
  background-color: #cacaca;
}

.gray.color-600 {
  background-color: #757575;
}

.gray.color-600.hoverable:hover {
  background-color: #828282;
}

.gray.color-700 {
  background-color: #616161;
}

.gray.color-700.hoverable:hover {
  background-color: #6e6e6e;
}

.gray.color-800 {
  background-color: #424242;
}

.gray.color-800.hoverable:hover {
  background-color: #4f4f4f;
}

.gray.color-900 {
  background-color: #212121;
}

.gray.color-900.hoverable:hover {
  background-color: #2e2e2e;
}

.gray-text {
  color: #9e9e9e;
}

.gray-text.color-50 {
  color: #fafafa;
}

.gray-text.color-100 {
  color: #f5f5f5;
}

.gray-text.color-200 {
  color: #eee;
}

.gray-text.color-300 {
  color: #e0e0e0;
}

.gray-text.color-400 {
  color: #bdbdbd;
}

.gray-text.color-600 {
  color: #757575;
}

.gray-text.color-700 {
  color: #616161;
}

.gray-text.color-800 {
  color: #424242;
}

.gray-text.color-900 {
  color: #212121;
}

.bluegray {
  background-color: #607d8b;
}

.bluegray.hoverable:hover {
  background-color: #6b8a99;
}

.bluegray.color-50 {
  background-color: #eceff1;
}

.bluegray.color-50.hoverable:hover {
  background-color: #fbfbfc;
}

.bluegray.color-100 {
  background-color: #cfd8dc;
}

.bluegray.color-100.hoverable:hover {
  background-color: #dee4e7;
}

.bluegray.color-200 {
  background-color: #b0bec5;
}

.bluegray.color-200.hoverable:hover {
  background-color: #bfcad0;
}

.bluegray.color-300 {
  background-color: #90a4ae;
}

.bluegray.color-300.hoverable:hover {
  background-color: #9fb0b9;
}

.bluegray.color-400 {
  background-color: #78909c;
}

.bluegray.color-400.hoverable:hover {
  background-color: #879ca7;
}

.bluegray.color-600 {
  background-color: #546e7a;
}

.bluegray.color-600.hoverable:hover {
  background-color: #5e7c89;
}

.bluegray.color-700 {
  background-color: #455a64;
}

.bluegray.color-700.hoverable:hover {
  background-color: #4f6873;
}

.bluegray.color-800 {
  background-color: #37474f;
}

.bluegray.color-800.hoverable:hover {
  background-color: #41555e;
}

.bluegray.color-900 {
  background-color: #263238;
}

.bluegray.color-900.hoverable:hover {
  background-color: #304047;
}

.bluegray-text {
  color: #607d8b;
}

.bluegray-text.color-50 {
  color: #eceff1;
}

.bluegray-text.color-100 {
  color: #cfd8dc;
}

.bluegray-text.color-200 {
  color: #b0bec5;
}

.bluegray-text.color-300 {
  color: #90a4ae;
}

.bluegray-text.color-400 {
  color: #78909c;
}

.bluegray-text.color-600 {
  color: #546e7a;
}

.bluegray-text.color-700 {
  color: #455a64;
}

.bluegray-text.color-800 {
  color: #37474f;
}

.bluegray-text.color-900 {
  color: #263238;
}

.black {
  background-color: #000;
}

.black.hoverable:hover {
  background-color: #0d0d0d;
}

.black-text {
  color: #000;
}

.white {
  background-color: #fff;
}

.white.hoverable:hover {
  background-color: white;
}

.white-text {
  color: #fff;
}

.red {
  background-color: #f44336;
}

.red.hoverable:hover {
  background-color: #f55a4e;
}

.red.color-50 {
  background-color: #ffebee;
}

.red.color-50.hoverable:hover {
  background-color: white;
}

.red.color-100 {
  background-color: #ffcdd2;
}

.red.color-100.hoverable:hover {
  background-color: #ffe7e9;
}

.red.color-200 {
  background-color: #ef9a9a;
}

.red.color-200.hoverable:hover {
  background-color: #f2b0b0;
}

.red.color-300 {
  background-color: #e57373;
}

.red.color-300.hoverable:hover {
  background-color: #e98989;
}

.red.color-400 {
  background-color: #ef5350;
}

.red.color-400.hoverable:hover {
  background-color: #f16a67;
}

.red.color-600 {
  background-color: #e53935;
}

.red.color-600.hoverable:hover {
  background-color: #e84f4c;
}

.red.color-700 {
  background-color: #d32f2f;
}

.red.color-700.hoverable:hover {
  background-color: #d74444;
}

.red.color-800 {
  background-color: #c62828;
}

.red.color-800.hoverable:hover {
  background-color: #d63232;
}

.red.color-900 {
  background-color: #b71c1c;
}

.red.color-900.hoverable:hover {
  background-color: #cd1f1f;
}

.red.color-a100 {
  background-color: #ff8a80;
}

.red.color-a100.hoverable:hover {
  background-color: #ffa19a;
}

.red.color-a200 {
  background-color: #ff5252;
}

.red.color-a200.hoverable:hover {
  background-color: #ff6c6c;
}

.red.color-a400 {
  background-color: #ff1744;
}

.red.color-a400.hoverable:hover {
  background-color: #ff3159;
}

.red.color-a700 {
  background-color: #d50000;
}

.red.color-a700.hoverable:hover {
  background-color: #ef0000;
}

.red-text {
  color: #f44336;
}

.red-text.color-50 {
  color: #ffebee;
}

.red-text.color-100 {
  color: #ffcdd2;
}

.red-text.color-200 {
  color: #ef9a9a;
}

.red-text.color-300 {
  color: #e57373;
}

.red-text.color-400 {
  color: #ef5350;
}

.red-text.color-600 {
  color: #e53935;
}

.red-text.color-700 {
  color: #d32f2f;
}

.red-text.color-800 {
  color: #c62828;
}

.red-text.color-900 {
  color: #b71c1c;
}

.red-text.color-a100 {
  color: #ff8a80;
}

.red-text.color-a200 {
  color: #ff5252;
}

.red-text.color-a400 {
  color: #ff1744;
}

.red-text.color-a700 {
  color: #d50000;
}

.pink {
  background-color: #e91e63;
}

.pink.hoverable:hover {
  background-color: #eb3573;
}

.pink.color-50 {
  background-color: #fce4ec;
}

.pink.color-50.hoverable:hover {
  background-color: #fffbfc;
}

.pink.color-100 {
  background-color: #f8bbd0;
}

.pink.color-100.hoverable:hover {
  background-color: #fad2e0;
}

.pink.color-200 {
  background-color: #f48fb1;
}

.pink.color-200.hoverable:hover {
  background-color: #f6a6c1;
}

.pink.color-300 {
  background-color: #f06292;
}

.pink.color-300.hoverable:hover {
  background-color: #f279a2;
}

.pink.color-400 {
  background-color: #ec407a;
}

.pink.color-400.hoverable:hover {
  background-color: #ee578a;
}

.pink.color-600 {
  background-color: #d81b60;
}

.pink.color-600.hoverable:hover {
  background-color: #e4286d;
}

.pink.color-700 {
  background-color: #c2185b;
}

.pink.color-700.hoverable:hover {
  background-color: #d91b66;
}

.pink.color-800 {
  background-color: #ad1457;
}

.pink.color-800.hoverable:hover {
  background-color: #c41762;
}

.pink.color-900 {
  background-color: #880e4f;
}

.pink.color-900.hoverable:hover {
  background-color: #9f105c;
}

.pink.color-a100 {
  background-color: #ff80ab;
}

.pink.color-a100.hoverable:hover {
  background-color: #ff9abc;
}

.pink.color-a200 {
  background-color: #ff4081;
}

.pink.color-a200.hoverable:hover {
  background-color: #ff5a92;
}

.pink.color-a400 {
  background-color: #f50057;
}

.pink.color-a400.hoverable:hover {
  background-color: #ff1065;
}

.pink.color-a700 {
  background-color: #c51162;
}

.pink.color-a700.hoverable:hover {
  background-color: #dc136e;
}

.pink-text {
  color: #e91e63;
}

.pink-text.color-50 {
  color: #fce4ec;
}

.pink-text.color-100 {
  color: #f8bbd0;
}

.pink-text.color-200 {
  color: #f48fb1;
}

.pink-text.color-300 {
  color: #f06292;
}

.pink-text.color-400 {
  color: #ec407a;
}

.pink-text.color-600 {
  color: #d81b60;
}

.pink-text.color-700 {
  color: #c2185b;
}

.pink-text.color-800 {
  color: #ad1457;
}

.pink-text.color-900 {
  color: #880e4f;
}

.pink-text.color-a100 {
  color: #ff80ab;
}

.pink-text.color-a200 {
  color: #ff4081;
}

.pink-text.color-a400 {
  color: #f50057;
}

.pink-text.color-a700 {
  color: #c51162;
}

.purple {
  background-color: #9c27b0;
}

.purple.hoverable:hover {
  background-color: #af2cc5;
}

.purple.color-50 {
  background-color: #f3e5f5;
}

.purple.color-50.hoverable:hover {
  background-color: #fcf7fc;
}

.purple.color-100 {
  background-color: #e1bee7;
}

.purple.color-100.hoverable:hover {
  background-color: #ead1ee;
}

.purple.color-200 {
  background-color: #ce93d8;
}

.purple.color-200.hoverable:hover {
  background-color: #d7a6df;
}

.purple.color-300 {
  background-color: #ba68c8;
}

.purple.color-300.hoverable:hover {
  background-color: #c37bcf;
}

.purple.color-400 {
  background-color: #ab47bc;
}

.purple.color-400.hoverable:hover {
  background-color: #b45ac3;
}

.purple.color-600 {
  background-color: #8e24aa;
}

.purple.color-600.hoverable:hover {
  background-color: #a028bf;
}

.purple.color-700 {
  background-color: #7b1fa2;
}

.purple.color-700.hoverable:hover {
  background-color: #8b23b7;
}

.purple.color-800 {
  background-color: #6a1b9a;
}

.purple.color-800.hoverable:hover {
  background-color: #791fb0;
}

.purple.color-900 {
  background-color: #4a148c;
}

.purple.color-900.hoverable:hover {
  background-color: #5617a2;
}

.purple.color-a100 {
  background-color: #ea80fc;
}

.purple.color-a100.hoverable:hover {
  background-color: #ee99fd;
}

.purple.color-a200 {
  background-color: #e040fb;
}

.purple.color-a200.hoverable:hover {
  background-color: #e459fc;
}

.purple.color-a400 {
  background-color: #d500f9;
}

.purple.color-a400.hoverable:hover {
  background-color: #dd14ff;
}

.purple.color-a700 {
  background-color: #a0f;
}

.purple.color-a700.hoverable:hover {
  background-color: #b31aff;
}

.purple-text {
  color: #9c27b0;
}

.purple-text.color-50 {
  color: #f3e5f5;
}

.purple-text.color-100 {
  color: #e1bee7;
}

.purple-text.color-200 {
  color: #ce93d8;
}

.purple-text.color-300 {
  color: #ba68c8;
}

.purple-text.color-400 {
  color: #ab47bc;
}

.purple-text.color-600 {
  color: #8e24aa;
}

.purple-text.color-700 {
  color: #7b1fa2;
}

.purple-text.color-800 {
  color: #6a1b9a;
}

.purple-text.color-900 {
  color: #4a148c;
}

.purple-text.color-a100 {
  color: #ea80fc;
}

.purple-text.color-a200 {
  color: #e040fb;
}

.purple-text.color-a400 {
  color: #d500f9;
}

.purple-text.color-a700 {
  color: #a0f;
}

.deeppurple {
  background-color: #673ab7;
}

.deeppurple.hoverable:hover {
  background-color: #7446c4;
}

.deeppurple.color-50 {
  background-color: #ede7f6;
}

.deeppurple.color-50.hoverable:hover {
  background-color: #fbfafd;
}

.deeppurple.color-100 {
  background-color: #d1c4e9;
}

.deeppurple.color-100.hoverable:hover {
  background-color: #dfd7f0;
}

.deeppurple.color-200 {
  background-color: #b39ddb;
}

.deeppurple.color-200.hoverable:hover {
  background-color: #c1b0e2;
}

.deeppurple.color-300 {
  background-color: #9575cd;
}

.deeppurple.color-300.hoverable:hover {
  background-color: #a388d4;
}

.deeppurple.color-400 {
  background-color: #7e57c2;
}

.deeppurple.color-400.hoverable:hover {
  background-color: #8c6ac9;
}

.deeppurple.color-600 {
  background-color: #5e35b1;
}

.deeppurple.color-600.hoverable:hover {
  background-color: #693bc4;
}

.deeppurple.color-700 {
  background-color: #512da8;
}

.deeppurple.color-700.hoverable:hover {
  background-color: #5b32bc;
}

.deeppurple.color-800 {
  background-color: #4527a0;
}

.deeppurple.color-800.hoverable:hover {
  background-color: #4e2cb5;
}

.deeppurple.color-900 {
  background-color: #311b92;
}

.deeppurple.color-900.hoverable:hover {
  background-color: #381fa8;
}

.deeppurple.color-a100 {
  background-color: #b388ff;
}

.deeppurple.color-a100.hoverable:hover {
  background-color: #c3a2ff;
}

.deeppurple.color-a200 {
  background-color: #7c4dff;
}

.deeppurple.color-a200.hoverable:hover {
  background-color: #8f67ff;
}

.deeppurple.color-a400 {
  background-color: #651fff;
}

.deeppurple.color-a400.hoverable:hover {
  background-color: #7739ff;
}

.deeppurple.color-a700 {
  background-color: #6200ea;
}

.deeppurple.color-a700.hoverable:hover {
  background-color: #6d05ff;
}

.deeppurple-text {
  color: #673ab7;
}

.deeppurple-text.color-50 {
  color: #ede7f6;
}

.deeppurple-text.color-100 {
  color: #d1c4e9;
}

.deeppurple-text.color-200 {
  color: #b39ddb;
}

.deeppurple-text.color-300 {
  color: #9575cd;
}

.deeppurple-text.color-400 {
  color: #7e57c2;
}

.deeppurple-text.color-600 {
  color: #5e35b1;
}

.deeppurple-text.color-700 {
  color: #512da8;
}

.deeppurple-text.color-800 {
  color: #4527a0;
}

.deeppurple-text.color-900 {
  color: #311b92;
}

.deeppurple-text.color-a100 {
  color: #b388ff;
}

.deeppurple-text.color-a200 {
  color: #7c4dff;
}

.deeppurple-text.color-a400 {
  color: #651fff;
}

.deeppurple-text.color-a700 {
  color: #6200ea;
}

.indigo {
  background-color: #3f51b5;
}

.indigo.hoverable:hover {
  background-color: #4d5ec1;
}

.indigo.color-50 {
  background-color: #e8eaf6;
}

.indigo.color-50.hoverable:hover {
  background-color: #fafbfd;
}

.indigo.color-100 {
  background-color: #c5cae9;
}

.indigo.color-100.hoverable:hover {
  background-color: #d7dbf0;
}

.indigo.color-200 {
  background-color: #9fa8da;
}

.indigo.color-200.hoverable:hover {
  background-color: #b1b9e1;
}

.indigo.color-300 {
  background-color: #7986cb;
}

.indigo.color-300.hoverable:hover {
  background-color: #8b97d2;
}

.indigo.color-400 {
  background-color: #5c6bc0;
}

.indigo.color-400.hoverable:hover {
  background-color: #6e7cc7;
}

.indigo.color-600 {
  background-color: #3949ab;
}

.indigo.color-600.hoverable:hover {
  background-color: #3f51be;
}

.indigo.color-700 {
  background-color: #303f9f;
}

.indigo.color-700.hoverable:hover {
  background-color: #3647b3;
}

.indigo.color-800 {
  background-color: #283593;
}

.indigo.color-800.hoverable:hover {
  background-color: #2d3ca7;
}

.indigo.color-900 {
  background-color: #1a237e;
}

.indigo.color-900.hoverable:hover {
  background-color: #1e2993;
}

.indigo.color-a100 {
  background-color: #8c9eff;
}

.indigo.color-a100.hoverable:hover {
  background-color: #a6b4ff;
}

.indigo.color-a200 {
  background-color: #536dfe;
}

.indigo.color-a200.hoverable:hover {
  background-color: #6c83fe;
}

.indigo.color-a400 {
  background-color: #3d5afe;
}

.indigo.color-a400.hoverable:hover {
  background-color: #5670fe;
}

.indigo.color-a700 {
  background-color: #304ffe;
}

.indigo.color-a700.hoverable:hover {
  background-color: #4965fe;
}

.indigo-text {
  color: #3f51b5;
}

.indigo-text.color-50 {
  color: #e8eaf6;
}

.indigo-text.color-100 {
  color: #c5cae9;
}

.indigo-text.color-200 {
  color: #9fa8da;
}

.indigo-text.color-300 {
  color: #7986cb;
}

.indigo-text.color-400 {
  color: #5c6bc0;
}

.indigo-text.color-600 {
  color: #3949ab;
}

.indigo-text.color-700 {
  color: #303f9f;
}

.indigo-text.color-800 {
  color: #283593;
}

.indigo-text.color-900 {
  color: #1a237e;
}

.indigo-text.color-a100 {
  color: #8c9eff;
}

.indigo-text.color-a200 {
  color: #536dfe;
}

.indigo-text.color-a400 {
  color: #3d5afe;
}

.indigo-text.color-a700 {
  color: #304ffe;
}

.blue {
  background-color: #2196f3;
}

.blue.hoverable:hover {
  background-color: #39a1f4;
}

.blue.color-50 {
  background-color: #e3f2fd;
}

.blue.color-50.hoverable:hover {
  background-color: #fbfdff;
}

.blue.color-100 {
  background-color: #bbdefb;
}

.blue.color-100.hoverable:hover {
  background-color: #d3eafc;
}

.blue.color-200 {
  background-color: #90caf9;
}

.blue.color-200.hoverable:hover {
  background-color: #a8d6fa;
}

.blue.color-300 {
  background-color: #64b5f6;
}

.blue.color-300.hoverable:hover {
  background-color: #7cc1f7;
}

.blue.color-400 {
  background-color: #42a5f5;
}

.blue.color-400.hoverable:hover {
  background-color: #5ab1f6;
}

.blue.color-600 {
  background-color: #1e88e5;
}

.blue.color-600.hoverable:hover {
  background-color: #3594e8;
}

.blue.color-700 {
  background-color: #1976d2;
}

.blue.color-700.hoverable:hover {
  background-color: #2083e4;
}

.blue.color-800 {
  background-color: #1565c0;
}

.blue.color-800.hoverable:hover {
  background-color: #1871d7;
}

.blue.color-900 {
  background-color: #0d47a1;
}

.blue.color-900.hoverable:hover {
  background-color: #0f51b9;
}

.blue.color-a100 {
  background-color: #82b1ff;
}

.blue.color-a100.hoverable:hover {
  background-color: #9cc1ff;
}

.blue.color-a200 {
  background-color: #448aff;
}

.blue.color-a200.hoverable:hover {
  background-color: #5e9aff;
}

.blue.color-a400 {
  background-color: #2979ff;
}

.blue.color-a400.hoverable:hover {
  background-color: #4389ff;
}

.blue.color-a700 {
  background-color: #2962ff;
}

.blue.color-a700.hoverable:hover {
  background-color: #4375ff;
}

.blue-text {
  color: #2196f3;
}

.blue-text.color-50 {
  color: #e3f2fd;
}

.blue-text.color-100 {
  color: #bbdefb;
}

.blue-text.color-200 {
  color: #90caf9;
}

.blue-text.color-300 {
  color: #64b5f6;
}

.blue-text.color-400 {
  color: #42a5f5;
}

.blue-text.color-600 {
  color: #1e88e5;
}

.blue-text.color-700 {
  color: #1976d2;
}

.blue-text.color-800 {
  color: #1565c0;
}

.blue-text.color-900 {
  color: #0d47a1;
}

.blue-text.color-a100 {
  color: #82b1ff;
}

.blue-text.color-a200 {
  color: #448aff;
}

.blue-text.color-a400 {
  color: #2979ff;
}

.blue-text.color-a700 {
  color: #2962ff;
}

.lightblue {
  background-color: #03a9f4;
}

.lightblue.hoverable:hover {
  background-color: #14b4fc;
}

.lightblue.color-50 {
  background-color: #e1f5fe;
}

.lightblue.color-50.hoverable:hover {
  background-color: #fafdff;
}

.lightblue.color-100 {
  background-color: #b3e5fc;
}

.lightblue.color-100.hoverable:hover {
  background-color: #ccedfd;
}

.lightblue.color-200 {
  background-color: #81d4fa;
}

.lightblue.color-200.hoverable:hover {
  background-color: #9adcfb;
}

.lightblue.color-300 {
  background-color: #4fc3f7;
}

.lightblue.color-300.hoverable:hover {
  background-color: #67cbf8;
}

.lightblue.color-400 {
  background-color: #29b6f6;
}

.lightblue.color-400.hoverable:hover {
  background-color: #41bef7;
}

.lightblue.color-600 {
  background-color: #039be5;
}

.lightblue.color-600.hoverable:hover {
  background-color: #06abfc;
}

.lightblue.color-700 {
  background-color: #0288d1;
}

.lightblue.color-700.hoverable:hover {
  background-color: #0298ea;
}

.lightblue.color-800 {
  background-color: #0277bd;
}

.lightblue.color-800.hoverable:hover {
  background-color: #0287d6;
}

.lightblue.color-900 {
  background-color: #01579b;
}

.lightblue.color-900.hoverable:hover {
  background-color: #0165b4;
}

.lightblue.color-a100 {
  background-color: #80d8ff;
}

.lightblue.color-a100.hoverable:hover {
  background-color: #9ae0ff;
}

.lightblue.color-a200 {
  background-color: #40c4ff;
}

.lightblue.color-a200.hoverable:hover {
  background-color: #5accff;
}

.lightblue.color-a400 {
  background-color: #00b0ff;
}

.lightblue.color-a400.hoverable:hover {
  background-color: #1ab8ff;
}

.lightblue.color-a700 {
  background-color: #0091ea;
}

.lightblue.color-a700.hoverable:hover {
  background-color: #05a0ff;
}

.lightblue-text {
  color: #03a9f4;
}

.lightblue-text.color-50 {
  color: #e1f5fe;
}

.lightblue-text.color-100 {
  color: #b3e5fc;
}

.lightblue-text.color-200 {
  color: #81d4fa;
}

.lightblue-text.color-300 {
  color: #4fc3f7;
}

.lightblue-text.color-400 {
  color: #29b6f6;
}

.lightblue-text.color-600 {
  color: #039be5;
}

.lightblue-text.color-700 {
  color: #0288d1;
}

.lightblue-text.color-800 {
  color: #0277bd;
}

.lightblue-text.color-900 {
  color: #01579b;
}

.lightblue-text.color-a100 {
  color: #80d8ff;
}

.lightblue-text.color-a200 {
  color: #40c4ff;
}

.lightblue-text.color-a400 {
  color: #00b0ff;
}

.lightblue-text.color-a700 {
  color: #0091ea;
}

.cyan {
  background-color: #00bcd4;
}

.cyan.hoverable:hover {
  background-color: #00d3ee;
}

.cyan.color-50 {
  background-color: #e0f7fa;
}

.cyan.color-50.hoverable:hover {
  background-color: #f6fdfe;
}

.cyan.color-100 {
  background-color: #b2ebf2;
}

.cyan.color-100.hoverable:hover {
  background-color: #c8f1f6;
}

.cyan.color-200 {
  background-color: #80deea;
}

.cyan.color-200.hoverable:hover {
  background-color: #96e4ee;
}

.cyan.color-300 {
  background-color: #4dd0e1;
}

.cyan.color-300.hoverable:hover {
  background-color: #63d6e5;
}

.cyan.color-400 {
  background-color: #26c6da;
}

.cyan.color-400.hoverable:hover {
  background-color: #3cccde;
}

.cyan.color-600 {
  background-color: #00acc1;
}

.cyan.color-600.hoverable:hover {
  background-color: #00c3db;
}

.cyan.color-700 {
  background-color: #0097a7;
}

.cyan.color-700.hoverable:hover {
  background-color: #00aec1;
}

.cyan.color-800 {
  background-color: #00838f;
}

.cyan.color-800.hoverable:hover {
  background-color: #009aa9;
}

.cyan.color-900 {
  background-color: #006064;
}

.cyan.color-900.hoverable:hover {
  background-color: #00787e;
}

.cyan.color-a100 {
  background-color: #84ffff;
}

.cyan.color-a100.hoverable:hover {
  background-color: #9effff;
}

.cyan.color-a200 {
  background-color: #18ffff;
}

.cyan.color-a200.hoverable:hover {
  background-color: #32ffff;
}

.cyan.color-a400 {
  background-color: #00e5ff;
}

.cyan.color-a400.hoverable:hover {
  background-color: #1ae8ff;
}

.cyan.color-a700 {
  background-color: #00b8d4;
}

.cyan.color-a700.hoverable:hover {
  background-color: #00ceee;
}

.cyan-text {
  color: #00bcd4;
}

.cyan-text.color-50 {
  color: #e0f7fa;
}

.cyan-text.color-100 {
  color: #b2ebf2;
}

.cyan-text.color-200 {
  color: #80deea;
}

.cyan-text.color-300 {
  color: #4dd0e1;
}

.cyan-text.color-400 {
  color: #26c6da;
}

.cyan-text.color-600 {
  color: #00acc1;
}

.cyan-text.color-700 {
  color: #0097a7;
}

.cyan-text.color-800 {
  color: #00838f;
}

.cyan-text.color-900 {
  color: #006064;
}

.cyan-text.color-a100 {
  color: #84ffff;
}

.cyan-text.color-a200 {
  color: #18ffff;
}

.cyan-text.color-a400 {
  color: #00e5ff;
}

.cyan-text.color-a700 {
  color: #00b8d4;
}

.teal {
  background-color: #009688;
}

.teal.hoverable:hover {
  background-color: #00b09f;
}

.teal.color-50 {
  background-color: #e0f2f1;
}

.teal.color-50.hoverable:hover {
  background-color: #f2faf9;
}

.teal.color-100 {
  background-color: #b2dfdb;
}

.teal.color-100.hoverable:hover {
  background-color: #c4e6e3;
}

.teal.color-200 {
  background-color: #80cbc4;
}

.teal.color-200.hoverable:hover {
  background-color: #92d2cc;
}

.teal.color-300 {
  background-color: #4db6ac;
}

.teal.color-300.hoverable:hover {
  background-color: #5fbdb4;
}

.teal.color-400 {
  background-color: #26a69a;
}

.teal.color-400.hoverable:hover {
  background-color: #2bbbad;
}

.teal.color-600 {
  background-color: #00897b;
}

.teal.color-600.hoverable:hover {
  background-color: #00a392;
}

.teal.color-700 {
  background-color: #00796b;
}

.teal.color-700.hoverable:hover {
  background-color: #009382;
}

.teal.color-800 {
  background-color: #00695c;
}

.teal.color-800.hoverable:hover {
  background-color: #008372;
}

.teal.color-900 {
  background-color: #004d40;
}

.teal.color-900.hoverable:hover {
  background-color: #006755;
}

.teal.color-a100 {
  background-color: #a7ffeb;
}

.teal.color-a100.hoverable:hover {
  background-color: #c1fff1;
}

.teal.color-a200 {
  background-color: #64ffda;
}

.teal.color-a200.hoverable:hover {
  background-color: #7effe0;
}

.teal.color-a400 {
  background-color: #1de9b6;
}

.teal.color-a400.hoverable:hover {
  background-color: #34ebbe;
}

.teal.color-a700 {
  background-color: #00bfa5;
}

.teal.color-a700.hoverable:hover {
  background-color: #00d9bb;
}

.teal-text {
  color: #009688;
}

.teal-text.color-50 {
  color: #e0f2f1;
}

.teal-text.color-100 {
  color: #b2dfdb;
}

.teal-text.color-200 {
  color: #80cbc4;
}

.teal-text.color-300 {
  color: #4db6ac;
}

.teal-text.color-400 {
  color: #26a69a;
}

.teal-text.color-600 {
  color: #00897b;
}

.teal-text.color-700 {
  color: #00796b;
}

.teal-text.color-800 {
  color: #00695c;
}

.teal-text.color-900 {
  color: #004d40;
}

.teal-text.color-a100 {
  color: #a7ffeb;
}

.teal-text.color-a200 {
  color: #64ffda;
}

.teal-text.color-a400 {
  color: #1de9b6;
}

.teal-text.color-a700 {
  color: #00bfa5;
}

.green {
  background-color: #4caf50;
}

.green.hoverable:hover {
  background-color: #5cb860;
}

.green.color-50 {
  background-color: #e8f5e9;
}

.green.color-50.hoverable:hover {
  background-color: #fafdfa;
}

.green.color-100 {
  background-color: #c8e6c9;
}

.green.color-100.hoverable:hover {
  background-color: #daeeda;
}

.green.color-200 {
  background-color: #a5d6a7;
}

.green.color-200.hoverable:hover {
  background-color: #b7deb8;
}

.green.color-300 {
  background-color: #81c784;
}

.green.color-300.hoverable:hover {
  background-color: #93cf95;
}

.green.color-400 {
  background-color: #66bb6a;
}

.green.color-400.hoverable:hover {
  background-color: #78c37b;
}

.green.color-600 {
  background-color: #43a047;
}

.green.color-600.hoverable:hover {
  background-color: #4bb24f;
}

.green.color-700 {
  background-color: #388e3c;
}

.green.color-700.hoverable:hover {
  background-color: #3fa044;
}

.green.color-800 {
  background-color: #2e7d32;
}

.green.color-800.hoverable:hover {
  background-color: #359039;
}

.green.color-900 {
  background-color: #1b5e20;
}

.green.color-900.hoverable:hover {
  background-color: #217227;
}

.green.color-a100 {
  background-color: #b9f6ca;
}

.green.color-a100.hoverable:hover {
  background-color: #d0f9db;
}

.green.color-a200 {
  background-color: #69f0ae;
}

.green.color-a200.hoverable:hover {
  background-color: #80f2bb;
}

.green.color-a400 {
  background-color: #00e676;
}

.green.color-a400.hoverable:hover {
  background-color: #01ff83;
}

.green.color-a700 {
  background-color: #00c853;
}

.green.color-a700.hoverable:hover {
  background-color: #00e25e;
}

.green-text {
  color: #4caf50;
}

.green-text.color-50 {
  color: #e8f5e9;
}

.green-text.color-100 {
  color: #c8e6c9;
}

.green-text.color-200 {
  color: #a5d6a7;
}

.green-text.color-300 {
  color: #81c784;
}

.green-text.color-400 {
  color: #66bb6a;
}

.green-text.color-600 {
  color: #43a047;
}

.green-text.color-700 {
  color: #388e3c;
}

.green-text.color-800 {
  color: #2e7d32;
}

.green-text.color-900 {
  color: #1b5e20;
}

.green-text.color-a100 {
  color: #b9f6ca;
}

.green-text.color-a200 {
  color: #69f0ae;
}

.green-text.color-a400 {
  color: #00e676;
}

.green-text.color-a700 {
  color: #00c853;
}

.lightgreen {
  background-color: #8bc34a;
}

.lightgreen.hoverable:hover {
  background-color: #97c95d;
}

.lightgreen.color-50 {
  background-color: #f1f8e9;
}

.lightgreen.color-50.hoverable:hover {
  background-color: #fdfefc;
}

.lightgreen.color-100 {
  background-color: #dcedc8;
}

.lightgreen.color-100.hoverable:hover {
  background-color: #e8f3db;
}

.lightgreen.color-200 {
  background-color: #c5e1a5;
}

.lightgreen.color-200.hoverable:hover {
  background-color: #d1e7b8;
}

.lightgreen.color-300 {
  background-color: #aed581;
}

.lightgreen.color-300.hoverable:hover {
  background-color: #badb94;
}

.lightgreen.color-400 {
  background-color: #9ccc65;
}

.lightgreen.color-400.hoverable:hover {
  background-color: #a8d278;
}

.lightgreen.color-600 {
  background-color: #7cb342;
}

.lightgreen.color-600.hoverable:hover {
  background-color: #89be50;
}

.lightgreen.color-700 {
  background-color: #689f38;
}

.lightgreen.color-700.hoverable:hover {
  background-color: #74b23f;
}

.lightgreen.color-800 {
  background-color: #558b2f;
}

.lightgreen.color-800.hoverable:hover {
  background-color: #619e35;
}

.lightgreen.color-900 {
  background-color: #33691e;
}

.lightgreen.color-900.hoverable:hover {
  background-color: #3d7d24;
}

.lightgreen.color-a100 {
  background-color: #ccff90;
}

.lightgreen.color-a100.hoverable:hover {
  background-color: #d8ffaa;
}

.lightgreen.color-a200 {
  background-color: #b2ff59;
}

.lightgreen.color-a200.hoverable:hover {
  background-color: #beff73;
}

.lightgreen.color-a400 {
  background-color: #76ff03;
}

.lightgreen.color-a400.hoverable:hover {
  background-color: #84ff1d;
}

.lightgreen.color-a700 {
  background-color: #64dd17;
}

.lightgreen.color-a700.hoverable:hover {
  background-color: #71e825;
}

.lightgreen-text {
  color: #8bc34a;
}

.lightgreen-text.color-50 {
  color: #f1f8e9;
}

.lightgreen-text.color-100 {
  color: #dcedc8;
}

.lightgreen-text.color-200 {
  color: #c5e1a5;
}

.lightgreen-text.color-300 {
  color: #aed581;
}

.lightgreen-text.color-400 {
  color: #9ccc65;
}

.lightgreen-text.color-600 {
  color: #7cb342;
}

.lightgreen-text.color-700 {
  color: #689f38;
}

.lightgreen-text.color-800 {
  color: #558b2f;
}

.lightgreen-text.color-900 {
  color: #33691e;
}

.lightgreen-text.color-a100 {
  color: #ccff90;
}

.lightgreen-text.color-a200 {
  color: #b2ff59;
}

.lightgreen-text.color-a400 {
  color: #76ff03;
}

.lightgreen-text.color-a700 {
  color: #64dd17;
}

.lime {
  background-color: #cddc39;
}

.lime.hoverable:hover {
  background-color: #d2e04f;
}

.lime.color-50 {
  background-color: #f9fbe7;
}

.lime.color-50.hoverable:hover {
  background-color: #fefffd;
}

.lime.color-100 {
  background-color: #f0f4c3;
}

.lime.color-100.hoverable:hover {
  background-color: #f5f8d9;
}

.lime.color-200 {
  background-color: #e6ee9c;
}

.lime.color-200.hoverable:hover {
  background-color: #ebf2b2;
}

.lime.color-300 {
  background-color: #dce775;
}

.lime.color-300.hoverable:hover {
  background-color: #e2eb8b;
}

.lime.color-400 {
  background-color: #d4e157;
}

.lime.color-400.hoverable:hover {
  background-color: #dae56d;
}

.lime.color-600 {
  background-color: #c0ca33;
}

.lime.color-600.hoverable:hover {
  background-color: #c7d046;
}

.lime.color-700 {
  background-color: #afb42b;
}

.lime.color-700.hoverable:hover {
  background-color: #c3c930;
}

.lime.color-800 {
  background-color: #9e9d24;
}

.lime.color-800.hoverable:hover {
  background-color: #b3b229;
}

.lime.color-900 {
  background-color: #827717;
}

.lime.color-900.hoverable:hover {
  background-color: #988b1b;
}

.lime.color-a100 {
  background-color: #f4ff81;
}

.lime.color-a100.hoverable:hover {
  background-color: #f6ff9b;
}

.lime.color-a200 {
  background-color: #eeff41;
}

.lime.color-a200.hoverable:hover {
  background-color: #f0ff5b;
}

.lime.color-a400 {
  background-color: #c6ff00;
}

.lime.color-a400.hoverable:hover {
  background-color: #ccff1a;
}

.lime.color-a700 {
  background-color: #aeea00;
}

.lime.color-a700.hoverable:hover {
  background-color: #bfff05;
}

.lime-text {
  color: #cddc39;
}

.lime-text.color-50 {
  color: #f9fbe7;
}

.lime-text.color-100 {
  color: #f0f4c3;
}

.lime-text.color-200 {
  color: #e6ee9c;
}

.lime-text.color-300 {
  color: #dce775;
}

.lime-text.color-400 {
  color: #d4e157;
}

.lime-text.color-600 {
  color: #c0ca33;
}

.lime-text.color-700 {
  color: #afb42b;
}

.lime-text.color-800 {
  color: #9e9d24;
}

.lime-text.color-900 {
  color: #827717;
}

.lime-text.color-a100 {
  color: #f4ff81;
}

.lime-text.color-a200 {
  color: #eeff41;
}

.lime-text.color-a400 {
  color: #c6ff00;
}

.lime-text.color-a700 {
  color: #aeea00;
}

.yellow {
  background-color: #ffeb3b;
}

.yellow.hoverable:hover {
  background-color: #fe5;
}

.yellow.color-50 {
  background-color: #fffde7;
}

.yellow.color-50.hoverable:hover {
  background-color: white;
}

.yellow.color-100 {
  background-color: #fff9c4;
}

.yellow.color-100.hoverable:hover {
  background-color: #fffcde;
}

.yellow.color-200 {
  background-color: #fff59d;
}

.yellow.color-200.hoverable:hover {
  background-color: #fff8b7;
}

.yellow.color-300 {
  background-color: #fff176;
}

.yellow.color-300.hoverable:hover {
  background-color: #fff490;
}

.yellow.color-400 {
  background-color: #ffee58;
}

.yellow.color-400.hoverable:hover {
  background-color: #fff172;
}

.yellow.color-600 {
  background-color: #fdd835;
}

.yellow.color-600.hoverable:hover {
  background-color: #fddd4e;
}

.yellow.color-700 {
  background-color: #fbc02d;
}

.yellow.color-700.hoverable:hover {
  background-color: #fbc846;
}

.yellow.color-800 {
  background-color: #f9a825;
}

.yellow.color-800.hoverable:hover {
  background-color: #fab23e;
}

.yellow.color-900 {
  background-color: #f57f17;
}

.yellow.color-900.hoverable:hover {
  background-color: #f68c2f;
}

.yellow.color-a100 {
  background-color: #ffff8d;
}

.yellow.color-a100.hoverable:hover {
  background-color: #ffffa7;
}

.yellow.color-a200 {
  background-color: #ff0;
}

.yellow.color-a200.hoverable:hover {
  background-color: #ffff1a;
}

.yellow.color-a400 {
  background-color: #ffea00;
}

.yellow.color-a400.hoverable:hover {
  background-color: #ffec1a;
}

.yellow.color-a700 {
  background-color: #ffd600;
}

.yellow.color-a700.hoverable:hover {
  background-color: #ffda1a;
}

.yellow-text {
  color: #ffeb3b;
}

.yellow-text.color-50 {
  color: #fffde7;
}

.yellow-text.color-100 {
  color: #fff9c4;
}

.yellow-text.color-200 {
  color: #fff59d;
}

.yellow-text.color-300 {
  color: #fff176;
}

.yellow-text.color-400 {
  color: #ffee58;
}

.yellow-text.color-600 {
  color: #fdd835;
}

.yellow-text.color-700 {
  color: #fbc02d;
}

.yellow-text.color-800 {
  color: #f9a825;
}

.yellow-text.color-900 {
  color: #f57f17;
}

.yellow-text.color-a100 {
  color: #ffff8d;
}

.yellow-text.color-a200 {
  color: #ff0;
}

.yellow-text.color-a400 {
  color: #ffea00;
}

.yellow-text.color-a700 {
  color: #ffd600;
}

.amber {
  background-color: #ffc107;
}

.amber.hoverable:hover {
  background-color: #ffc721;
}

.amber.color-50 {
  background-color: #fff8e1;
}

.amber.color-50.hoverable:hover {
  background-color: #fffefb;
}

.amber.color-100 {
  background-color: #ffecb3;
}

.amber.color-100.hoverable:hover {
  background-color: #fff2cd;
}

.amber.color-200 {
  background-color: #ffe082;
}

.amber.color-200.hoverable:hover {
  background-color: #ffe69c;
}

.amber.color-300 {
  background-color: #ffd54f;
}

.amber.color-300.hoverable:hover {
  background-color: #ffdb69;
}

.amber.color-400 {
  background-color: #ffca28;
}

.amber.color-400.hoverable:hover {
  background-color: #ffd042;
}

.amber.color-600 {
  background-color: #ffb300;
}

.amber.color-600.hoverable:hover {
  background-color: #ffbb1a;
}

.amber.color-700 {
  background-color: #ffa000;
}

.amber.color-700.hoverable:hover {
  background-color: #ffaa1a;
}

.amber.color-800 {
  background-color: #ff8f00;
}

.amber.color-800.hoverable:hover {
  background-color: #ff9a1a;
}

.amber.color-900 {
  background-color: #ff6f00;
}

.amber.color-900.hoverable:hover {
  background-color: #ff7d1a;
}

.amber.color-a100 {
  background-color: #ffe57f;
}

.amber.color-a100.hoverable:hover {
  background-color: #ffea99;
}

.amber.color-a200 {
  background-color: #ffd740;
}

.amber.color-a200.hoverable:hover {
  background-color: #ffdc5a;
}

.amber.color-a400 {
  background-color: #ffc400;
}

.amber.color-a400.hoverable:hover {
  background-color: #ffca1a;
}

.amber.color-a700 {
  background-color: #ffab00;
}

.amber.color-a700.hoverable:hover {
  background-color: #ffb31a;
}

.amber-text {
  color: #ffc107;
}

.amber-text.color-50 {
  color: #fff8e1;
}

.amber-text.color-100 {
  color: #ffecb3;
}

.amber-text.color-200 {
  color: #ffe082;
}

.amber-text.color-300 {
  color: #ffd54f;
}

.amber-text.color-400 {
  color: #ffca28;
}

.amber-text.color-600 {
  color: #ffb300;
}

.amber-text.color-700 {
  color: #ffa000;
}

.amber-text.color-800 {
  color: #ff8f00;
}

.amber-text.color-900 {
  color: #ff6f00;
}

.amber-text.color-a100 {
  color: #ffe57f;
}

.amber-text.color-a200 {
  color: #ffd740;
}

.amber-text.color-a400 {
  color: #ffc400;
}

.amber-text.color-a700 {
  color: #ffab00;
}

.orange {
  background-color: #ff9800;
}

.orange.hoverable:hover {
  background-color: #ffa21a;
}

.orange.color-50 {
  background-color: #fff3e0;
}

.orange.color-50.hoverable:hover {
  background-color: #fffdfa;
}

.orange.color-100 {
  background-color: #ffe0b2;
}

.orange.color-100.hoverable:hover {
  background-color: #ffeacc;
}

.orange.color-200 {
  background-color: #ffcc80;
}

.orange.color-200.hoverable:hover {
  background-color: #ffd69a;
}

.orange.color-300 {
  background-color: #ffb74d;
}

.orange.color-300.hoverable:hover {
  background-color: #ffc167;
}

.orange.color-400 {
  background-color: #ffa726;
}

.orange.color-400.hoverable:hover {
  background-color: #ffb140;
}

.orange.color-600 {
  background-color: #fb8c00;
}

.orange.color-600.hoverable:hover {
  background-color: #ff9816;
}

.orange.color-700 {
  background-color: #f57c00;
}

.orange.color-700.hoverable:hover {
  background-color: #ff8910;
}

.orange.color-800 {
  background-color: #ef6c00;
}

.orange.color-800.hoverable:hover {
  background-color: #ff780a;
}

.orange.color-900 {
  background-color: #e65100;
}

.orange.color-900.hoverable:hover {
  background-color: #ff5a01;
}

.orange.color-a100 {
  background-color: #ffd180;
}

.orange.color-a100.hoverable:hover {
  background-color: #ffda9a;
}

.orange.color-a200 {
  background-color: #ffab40;
}

.orange.color-a200.hoverable:hover {
  background-color: #ffb65a;
}

.orange.color-a400 {
  background-color: #ff9100;
}

.orange.color-a400.hoverable:hover {
  background-color: #ff9c1a;
}

.orange.color-a700 {
  background-color: #ff6d00;
}

.orange.color-a700.hoverable:hover {
  background-color: #ff7c1a;
}

.orange-text {
  color: #ff9800;
}

.orange-text.color-50 {
  color: #fff3e0;
}

.orange-text.color-100 {
  color: #ffe0b2;
}

.orange-text.color-200 {
  color: #ffcc80;
}

.orange-text.color-300 {
  color: #ffb74d;
}

.orange-text.color-400 {
  color: #ffa726;
}

.orange-text.color-600 {
  color: #fb8c00;
}

.orange-text.color-700 {
  color: #f57c00;
}

.orange-text.color-800 {
  color: #ef6c00;
}

.orange-text.color-900 {
  color: #e65100;
}

.orange-text.color-a100 {
  color: #ffd180;
}

.orange-text.color-a200 {
  color: #ffab40;
}

.orange-text.color-a400 {
  color: #ff9100;
}

.orange-text.color-a700 {
  color: #ff6d00;
}

.deeporange {
  background-color: #ff5722;
}

.deeporange.hoverable:hover {
  background-color: #ff6a3c;
}

.deeporange.color-50 {
  background-color: #fbe9e7;
}

.deeporange.color-50.hoverable:hover {
  background-color: #fffdfd;
}

.deeporange.color-100 {
  background-color: #ffccbc;
}

.deeporange.color-100.hoverable:hover {
  background-color: #ffdfd6;
}

.deeporange.color-200 {
  background-color: #ffab91;
}

.deeporange.color-200.hoverable:hover {
  background-color: #ffbeab;
}

.deeporange.color-300 {
  background-color: #ff8a65;
}

.deeporange.color-300.hoverable:hover {
  background-color: #ff9d7f;
}

.deeporange.color-400 {
  background-color: #ff7043;
}

.deeporange.color-400.hoverable:hover {
  background-color: #ff835d;
}

.deeporange.color-600 {
  background-color: #f4511e;
}

.deeporange.color-600.hoverable:hover {
  background-color: #f56436;
}

.deeporange.color-700 {
  background-color: #e64a19;
}

.deeporange.color-700.hoverable:hover {
  background-color: #e95c30;
}

.deeporange.color-800 {
  background-color: #d84315;
}

.deeporange.color-800.hoverable:hover {
  background-color: #e94d1d;
}

.deeporange.color-900 {
  background-color: #bf360c;
}

.deeporange.color-900.hoverable:hover {
  background-color: #d73d0e;
}

.deeporange.color-a100 {
  background-color: #ff9e80;
}

.deeporange.color-a100.hoverable:hover {
  background-color: #ffb19a;
}

.deeporange.color-a200 {
  background-color: #ff6e40;
}

.deeporange.color-a200.hoverable:hover {
  background-color: #ff815a;
}

.deeporange.color-a400 {
  background-color: #ff3d00;
}

.deeporange.color-a400.hoverable:hover {
  background-color: #ff501a;
}

.deeporange.color-a700 {
  background-color: #dd2c00;
}

.deeporange.color-a700.hoverable:hover {
  background-color: #f73100;
}

.deeporange-text {
  color: #ff5722;
}

.deeporange-text.color-50 {
  color: #fbe9e7;
}

.deeporange-text.color-100 {
  color: #ffccbc;
}

.deeporange-text.color-200 {
  color: #ffab91;
}

.deeporange-text.color-300 {
  color: #ff8a65;
}

.deeporange-text.color-400 {
  color: #ff7043;
}

.deeporange-text.color-600 {
  color: #f4511e;
}

.deeporange-text.color-700 {
  color: #e64a19;
}

.deeporange-text.color-800 {
  color: #d84315;
}

.deeporange-text.color-900 {
  color: #bf360c;
}

.deeporange-text.color-a100 {
  color: #ff9e80;
}

.deeporange-text.color-a200 {
  color: #ff6e40;
}

.deeporange-text.color-a400 {
  color: #ff3d00;
}

.deeporange-text.color-a700 {
  color: #dd2c00;
}

.brown {
  background-color: #795548;
}

.brown.hoverable:hover {
  background-color: #896052;
}

.brown.color-50 {
  background-color: #efebe9;
}

.brown.color-50.hoverable:hover {
  background-color: #faf8f8;
}

.brown.color-100 {
  background-color: #d7ccc8;
}

.brown.color-100.hoverable:hover {
  background-color: #e2dad7;
}

.brown.color-200 {
  background-color: #bcaaa4;
}

.brown.color-200.hoverable:hover {
  background-color: #c7b8b3;
}

.brown.color-300 {
  background-color: #a1887f;
}

.brown.color-300.hoverable:hover {
  background-color: #ac968e;
}

.brown.color-400 {
  background-color: #8d6e63;
}

.brown.color-400.hoverable:hover {
  background-color: #9a7b6f;
}

.brown.color-600 {
  background-color: #6d4c41;
}

.brown.color-600.hoverable:hover {
  background-color: #7d574b;
}

.brown.color-700 {
  background-color: #5d4037;
}

.brown.color-700.hoverable:hover {
  background-color: #6d4b40;
}

.brown.color-800 {
  background-color: #4e342e;
}

.brown.color-800.hoverable:hover {
  background-color: #5e3f37;
}

.brown.color-900 {
  background-color: #3e2723;
}

.brown.color-900.hoverable:hover {
  background-color: #4e312c;
}

.brown-text {
  color: #795548;
}

.brown-text.color-50 {
  color: #efebe9;
}

.brown-text.color-100 {
  color: #d7ccc8;
}

.brown-text.color-200 {
  color: #bcaaa4;
}

.brown-text.color-300 {
  color: #a1887f;
}

.brown-text.color-400 {
  color: #8d6e63;
}

.brown-text.color-600 {
  color: #6d4c41;
}

.brown-text.color-700 {
  color: #5d4037;
}

.brown-text.color-800 {
  color: #4e342e;
}

.brown-text.color-900 {
  color: #3e2723;
}

.gray {
  background-color: #9e9e9e;
}

.gray.hoverable:hover {
  background-color: #ababab;
}

.gray.color-50 {
  background-color: #fafafa;
}

.gray.color-50.hoverable:hover {
  background-color: white;
}

.gray.color-100 {
  background-color: #f5f5f5;
}

.gray.color-100.hoverable:hover {
  background-color: white;
}

.gray.color-200 {
  background-color: #eee;
}

.gray.color-200.hoverable:hover {
  background-color: #fbfbfb;
}

.gray.color-300 {
  background-color: #e0e0e0;
}

.gray.color-300.hoverable:hover {
  background-color: #ededed;
}

.gray.color-400 {
  background-color: #bdbdbd;
}

.gray.color-400.hoverable:hover {
  background-color: #cacaca;
}

.gray.color-600 {
  background-color: #757575;
}

.gray.color-600.hoverable:hover {
  background-color: #828282;
}

.gray.color-700 {
  background-color: #616161;
}

.gray.color-700.hoverable:hover {
  background-color: #6e6e6e;
}

.gray.color-800 {
  background-color: #424242;
}

.gray.color-800.hoverable:hover {
  background-color: #4f4f4f;
}

.gray.color-900 {
  background-color: #212121;
}

.gray.color-900.hoverable:hover {
  background-color: #2e2e2e;
}

.gray-text {
  color: #9e9e9e;
}

.gray-text.color-50 {
  color: #fafafa;
}

.gray-text.color-100 {
  color: #f5f5f5;
}

.gray-text.color-200 {
  color: #eee;
}

.gray-text.color-300 {
  color: #e0e0e0;
}

.gray-text.color-400 {
  color: #bdbdbd;
}

.gray-text.color-600 {
  color: #757575;
}

.gray-text.color-700 {
  color: #616161;
}

.gray-text.color-800 {
  color: #424242;
}

.gray-text.color-900 {
  color: #212121;
}

.bluegray {
  background-color: #607d8b;
}

.bluegray.hoverable:hover {
  background-color: #6b8a99;
}

.bluegray.color-50 {
  background-color: #eceff1;
}

.bluegray.color-50.hoverable:hover {
  background-color: #fbfbfc;
}

.bluegray.color-100 {
  background-color: #cfd8dc;
}

.bluegray.color-100.hoverable:hover {
  background-color: #dee4e7;
}

.bluegray.color-200 {
  background-color: #b0bec5;
}

.bluegray.color-200.hoverable:hover {
  background-color: #bfcad0;
}

.bluegray.color-300 {
  background-color: #90a4ae;
}

.bluegray.color-300.hoverable:hover {
  background-color: #9fb0b9;
}

.bluegray.color-400 {
  background-color: #78909c;
}

.bluegray.color-400.hoverable:hover {
  background-color: #879ca7;
}

.bluegray.color-600 {
  background-color: #546e7a;
}

.bluegray.color-600.hoverable:hover {
  background-color: #5e7c89;
}

.bluegray.color-700 {
  background-color: #455a64;
}

.bluegray.color-700.hoverable:hover {
  background-color: #4f6873;
}

.bluegray.color-800 {
  background-color: #37474f;
}

.bluegray.color-800.hoverable:hover {
  background-color: #41555e;
}

.bluegray.color-900 {
  background-color: #263238;
}

.bluegray.color-900.hoverable:hover {
  background-color: #304047;
}

.bluegray-text {
  color: #607d8b;
}

.bluegray-text.color-50 {
  color: #eceff1;
}

.bluegray-text.color-100 {
  color: #cfd8dc;
}

.bluegray-text.color-200 {
  color: #b0bec5;
}

.bluegray-text.color-300 {
  color: #90a4ae;
}

.bluegray-text.color-400 {
  color: #78909c;
}

.bluegray-text.color-600 {
  color: #546e7a;
}

.bluegray-text.color-700 {
  color: #455a64;
}

.bluegray-text.color-800 {
  color: #37474f;
}

.bluegray-text.color-900 {
  color: #263238;
}

.black {
  background-color: #000;
}

.black.hoverable:hover {
  background-color: #0d0d0d;
}

.black-text {
  color: #000;
}

.white {
  background-color: #fff;
}

.white.hoverable:hover {
  background-color: white;
}

.white-text {
  color: #fff;
}

.elevation--z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);
}

.elevation--z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
}

.elevation--z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
}

.elevation--z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);
}

.elevation--z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);
}

.elevation--z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 5px 8px 0px rgba(0, 0, 0, .14), 0px 1px 14px 0px rgba(0, 0, 0, .12);
}

.elevation--z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);
}

.elevation--z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);
}

.elevation--z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
}

.elevation--z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, .2), 0px 9px 12px 1px rgba(0, 0, 0, .14), 0px 3px 16px 2px rgba(0, 0, 0, .12);
}

.elevation--z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, .2), 0px 10px 14px 1px rgba(0, 0, 0, .14), 0px 4px 18px 3px rgba(0, 0, 0, .12);
}

.elevation--z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, .2), 0px 11px 15px 1px rgba(0, 0, 0, .14), 0px 4px 20px 3px rgba(0, 0, 0, .12);
}

.elevation--z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);
}

.elevation--z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 13px 19px 2px rgba(0, 0, 0, .14), 0px 5px 24px 4px rgba(0, 0, 0, .12);
}

.elevation--z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, .2), 0px 14px 21px 2px rgba(0, 0, 0, .14), 0px 5px 26px 4px rgba(0, 0, 0, .12);
}

.elevation--z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, .2), 0px 15px 22px 2px rgba(0, 0, 0, .14), 0px 6px 28px 5px rgba(0, 0, 0, .12);
}

.elevation--z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, .2), 0px 16px 24px 2px rgba(0, 0, 0, .14), 0px 6px 30px 5px rgba(0, 0, 0, .12);
}

.elevation--z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, .2), 0px 17px 26px 2px rgba(0, 0, 0, .14), 0px 6px 32px 5px rgba(0, 0, 0, .12);
}

.elevation--z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, .2), 0px 18px 28px 2px rgba(0, 0, 0, .14), 0px 7px 34px 6px rgba(0, 0, 0, .12);
}

.elevation--z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, .2), 0px 19px 29px 2px rgba(0, 0, 0, .14), 0px 7px 36px 6px rgba(0, 0, 0, .12);
}

.elevation--z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 20px 31px 3px rgba(0, 0, 0, .14), 0px 8px 38px 7px rgba(0, 0, 0, .12);
}

.elevation--z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, .2), 0px 21px 33px 3px rgba(0, 0, 0, .14), 0px 8px 40px 7px rgba(0, 0, 0, .12);
}

.elevation--z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, .2), 0px 22px 35px 3px rgba(0, 0, 0, .14), 0px 8px 42px 7px rgba(0, 0, 0, .12);
}

.elevation--z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .2), 0px 23px 36px 3px rgba(0, 0, 0, .14), 0px 9px 44px 8px rgba(0, 0, 0, .12);
}

.elevation--z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, .2), 0px 24px 38px 3px rgba(0, 0, 0, .14), 0px 9px 46px 8px rgba(0, 0, 0, .12);
}

.elevation-transition {
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
  will-change: box-shadow;
}

.space {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 12px 0;
  clear: both;
  overflow: hidden;
}

.space-32 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 32px 0 31px;
  clear: both;
  overflow: hidden;
}

.space-30 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 30px 0 29px;
  clear: both;
  overflow: hidden;
}

.space-28 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 28px 0 27px;
  clear: both;
  overflow: hidden;
}

.space-26 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 26px 0 25px;
  clear: both;
  overflow: hidden;
}

.space-24 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 24px 0 23px;
  clear: both;
  overflow: hidden;
}

.space-22 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 22px 0 21px;
  clear: both;
  overflow: hidden;
}

.space-20 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 20px 0 19px;
  clear: both;
  overflow: hidden;
}

.space-18 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 18px 0 17px;
  clear: both;
  overflow: hidden;
}

.space-16 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 16px 0 15px;
  clear: both;
  overflow: hidden;
}

.space-14 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 14px 0 13px;
  clear: both;
  overflow: hidden;
}

.space-12 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 12px 0 11px;
  clear: both;
  overflow: hidden;
}

.space-10 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 10px 0 9px;
  clear: both;
  overflow: hidden;
}

.space-8 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 8px 0 7px;
  clear: both;
  overflow: hidden;
}

.space-6 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 6px 0 5px;
  clear: both;
  overflow: hidden;
}

.space-4 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 4px 0 3px;
  clear: both;
  overflow: hidden;
}

.space-2 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 2px 0 1px;
  clear: both;
  overflow: hidden;
}

.light,
.page-footer .footer-copyright {
  font-weight: 300;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) li {
  list-style-type: none;
}

a {
  -webkit-tap-highlight-color: transparent;
  color: #039be5;
  text-decoration: none;
}

.valign-wrapper {
  display: flex;
  align-items: center;
}

.valign-wrapper .valign {
  display: block;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
}

.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
}

.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
}

.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .3);
}

.z-depth-4 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .3);
}

.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .3);
}

.hoverable {
  box-shadow: 0;
  transition: box-shadow .25s;
}

.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
  transition: box-shadow .25s;
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: color("grey", "lighten-2");
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

i {
  line-height: inherit;
}

i.left {
  margin-right: 15px;
  float: left;
}

i.right {
  margin-left: 15px;
  float: right;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.pagination li {
  display: inline-block;
  height: 30px;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
}

.pagination li a {
  display: inline-block;
  padding: 0 10px;
  color: #444;
  font-size: 1.2rem;
  line-height: 30px;
}

.pagination li.active a {
  color: #fff;
}

.pagination li.active {
  background-color: #ee6e73;
}

.pagination li.disabled a {
  color: #999;
  cursor: default;
}

.pagination li i {
  font-size: 2rem;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width : 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.breadcrumb {
  color: rgba(255, 255, 255, .7);
  font-size: 18px;
}

.breadcrumb i,
.breadcrumb [class^=mdi-],
.breadcrumb [class*=mdi-],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

.breadcrumb:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin: 0 10px 0 8px;
  color: rgba(255, 255, 255, .7);
  font-family: "Material Icons";
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  content: "\e5cc";
}

.breadcrumb:first-child:before {
  display: none;
}

.breadcrumb:last-child {
  color: #fff;
}

.parallax-container {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.parallax {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.parallax img {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

.pin-top,
.pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  transform-origin: 0 50%;
  opacity: 0;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width : 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width : 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width : 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width : 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width : 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width : 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width : 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
.page-footer {
  padding-top: 20px;
  background-color: #ee6e73;
}

.page-footer .footer-copyright {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 10px 0px;
  overflow: hidden;
  background-color: rgba(51, 51, 51, .08);
  color: rgba(255, 255, 255, .8);
}

table,
th,
td {
  border: none;
}

table {
  display: table;
  width: 100%;
}

table.bordered > thead > tr,
table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}

table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

thead {
  border-bottom: 1px solid #d0d0d0;
}

td,
th {
  display: table-cell;
  padding: 15px 5px;
  border-radius: 2px;
  text-align: left;
  vertical-align: middle;
}

@media only screen and (max-width : 992px) {
  table.responsive-table {
    display: block;
    position: relative;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: "\a0";
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\a0";
  }
  table.responsive-table tbody {
    display: block;
    position: relative;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  table.responsive-table.bordered td {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
  table.responsive-table.bordered tr {
    border: 0;
  }
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}
.collection {
  position: relative;
  margin: .5rem 0 1rem 0;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}

.collection .collection-item {
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  line-height: 1.5rem;
}

.collection .collection-item.avatar {
  position: relative;
  min-height: 84px;
  padding-left: 72px;
}

.collection .collection-item.avatar .circle {
  display: inline-block;
  position: absolute;
  left: 15px;
  width: 42px;
  height: 42px;
  overflow: hidden;
  vertical-align: middle;
}

.collection .collection-item.avatar i.circle {
  background-color: #999;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
}

.collection .collection-item.avatar .title {
  font-size: 16px;
}

.collection .collection-item.avatar p {
  margin: 0;
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

.collection .collection-item:last-child {
  border-bottom: none;
}

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

.collection .collection-item.active .secondary-content {
  color: #fff;
}

.collection a.collection-item {
  display: block;
  color: #26a69a;
  transition: .25s;
}

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

.collection.with-header .collection-header {
  padding: 10px 20px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.collection.with-header .collection-item {
  padding-left: 30px;
}

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #26a69a;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

.video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress {
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  margin: .5rem 0 1rem 0;
  overflow: hidden;
  border-radius: 2px;
  background-color: #acece6;
}

.progress .determinate {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}

.progress .indeterminate {
  background-color: #26a69a;
}

.progress .indeterminate:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
  content: "";
  will-change: left, right;
}

.progress .indeterminate:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
  animation-delay: 1.15s;
  content: "";
  will-change: left, right;
}

@keyframes indeterminate {
  0% {
    right: 100%;
    left: -35%;
  }
  60% {
    right: -90%;
    left: 100%;
  }
  100% {
    right: -90%;
    left: 100%;
  }
}
@keyframes indeterminate-short {
  0% {
    right: 100%;
    left: -200%;
  }
  60% {
    right: -8%;
    left: 107%;
  }
  100% {
    right: -8%;
    left: 107%;
  }
}
/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

.left-align {
  text-align: left;
}

.left-align--forced {
  text-align: left !important;
}

.right-align {
  text-align: right;
}

.right-align--forced {
  text-align: right !important;
}

.center,
.center-align {
  text-align: center;
}

.center--forced,
.center-align--forced {
  text-align: center !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-padding {
  padding: 0 !important;
}

@keyframes loading-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes show-general {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide-gototop {
  0% {
    display: inline-block;
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes hover-pop {
  from {
    box-shadow: 0 0 0 -1px #4990e2;
  }
  to {
    box-shadow: 0 0 0 8px rgba(73, 144, 226, 0);
  }
}
@keyframes dots-activate {
  from {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
  }
  to {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
  }
}
@keyframes dots-activate-sd {
  from {
    top: 8px;
    left: 8px;
    width: 4px;
    height: 4px;
  }
  to {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
  }
}
@keyframes show-fullscreen-loader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide-fullscreen-loader {
  0% {
    display: flex;
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes showqr {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hideqr {
  0% {
    display: flex;
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes hide-notice {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes rotatecircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes hue-rotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(-360deg);
  }
}
html {
  min-height: 100vh;
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}
html.flexboxtweener body.contentssmallheight footer {
  z-index: 2;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}

* {
  box-sizing: border-box !important;
  word-break: break-all;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f6f4f7;
  color: #4b4b4b;
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
}

body.iframe {
  background-color: #fff;
}

body.body-no-overflowhidden {
  overflow: visible !important;
  overflow: initial !important;
}

body.embedded_mode header nav .nav-inner {
  width: 100%;
  max-width: 100vw;
}

body.embedded_mode .header-homevisual a {
  width: 100%;
  max-width: 100vw;
}

body.embedded_mode .header-mainvisual .valign-wrapper {
  width: 100%;
  max-width: 100vw;
}

body.embedded_mode main .main-inner {
  width: 100%;
  max-width: 100vw;
}

body.embedded_mode main .main-inner .book-list-block {
  width: 100%;
  max-width: 100vw;
}

body.embedded_mode.book-detail--pc .book-detail-block__action__inner {
  width: 100%;
  max-width: 100vw;
}

body.embedded_mode footer .footer-inner {
  width: 100%;
  max-width: 100vw;
}

body.embedded_mode .comments__input__block--fixed {
  width: 100%;
  max-width: 100vw;
}

body.nav-beforelogin .book-detail-block__comments__item__operation__snitched,
body.nav-beforelogin .book-detail-block__comments__item__operation__menu {
  display: none;
}

body.nav-beforelogin .book-detail-block__comments__item__operation__like {
  margin-right: 0;
}

body .main-content {
  width: 100%;
}

body.page-tablet .form-nomaterialize .input-icon-wrap i {
  display: none;
}

body.page-tablet .form-nomaterialize .input-icon-wrap > input,
body.page-tablet .form-nomaterialize .input-icon-wrap > select {
  padding-left: 5px;
}

/* general media queries */
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pc-items {
    display: none !important;
  }
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .sd-items {
    display: none !important;
  }
}
.font0 {
  font-size: 0;
}

.font0--forced {
  font-size: 0 !important;
}

.font0 input[type=text] {
  font-size: 16px;
}

.input-suffix {
  font-size: 14px;
}

.template-only {
  display: none;
}

/* メイン */
main {
  /* sticky footer */
  flex: 1 0 auto;
}

main:empty {
  flex: 0 0 auto;
}

main .main-inner {
  width: 1168px;
  margin: 36px auto 160px;
}

main .main-inner.main-inner--contentempty {
  margin-top: 0;
  padding-top: 24px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  main .main-inner.main-inner--contentempty {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  main .main-inner {
    width: 100%;
    margin: 20px auto 54px;
  }
}
main .main-inner.main-inner--breadcrumb-dense {
  margin: 18px auto 25px;
}

main .main-inner.main-inner--breadcrumb-dense .main-content .breadcrumb-block {
  margin-bottom: 12px;
}

main .main-inner.main-inner--breadcrumb-dense .breadcrumb_wrap,
main .main-inner.main-inner--breadcrumb-dense .book-detail--sd .book-detail-block__texts__breadcrumbs,
.book-detail--sd main .main-inner.main-inner--breadcrumb-dense .book-detail-block__texts__breadcrumbs,
main .main-inner.main-inner--breadcrumb-dense .detail-texts__breadcrumbs {
  height: 20px;
  line-height: 20px;
}

main .main-inner.main-inner--breadcrumb-dense .main-books__block {
  margin-top: 12px;
}

main .main-inner .main-content {
  float: left;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  main .main-inner .main-content {
    width: 100%;
  }
}
main .main-inner .main-content .breadcrumb-block {
  margin-bottom: 20px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  main .main-inner .main-content .breadcrumb-block {
    display: none;
  }
}
main .main-inner .main-content .breadcrumb-block .row {
  margin-bottom: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  main .main-inner .main-content .breadcrumb-block .row {
    margin-right: 0;
    margin-left: 0;
  }
}
main .main-inner .main-content > .main-content-block {
  margin-bottom: 0;
}

/* ブック一覧表示 */
.book-list-block {
  width: 1168px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.book-list-block.book-list-block--detail {
  padding: 0;
}

.book-list-block.book-list-block--detail .content-block__title {
  height: 26px;
  font-size: 16px;
  line-height: 24px;
}

.book-list-block.book-list-block--detail .content-block__title .content-block__title__link:before {
  font-size: 22px;
}

.book-list-block.book-list-block--tags {
  padding-top: 10px;
  padding-bottom: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .book-list-block.book-list-block--tags .tag-item {
    margin-top: 15px;
  }
  .book-list-block.book-list-block--tags .tag-item:nth-child(3n) {
    margin-right: 0;
  }
  .book-list-block.book-list-block--tags .tag-item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.book-list-block .content-block {
  margin-bottom: 0;
}

.book-list-block .content-block + .content-block {
  margin-top: 25px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .book-list-block {
    width: 100%;
    padding: 30px 15px 3px;
  }
  .book-list-block .content-block {
    margin-top: 0 !important;
    margin-bottom: 13px;
  }
  .book-list-block .content-block:last-child {
    margin-bottom: 0;
  }
  .book-list-block .content-block .tag-item {
    height: 213px;
    margin-right: 10px;
  }
  .book-list-block .content-block .tag-item__link {
    padding: 8px;
  }
  .book-list-block .content-block .tag-item__image {
    height: auto;
    font-size: 0;
  }
  .book-list-block .content-block .tag-item__image__movieoverlay:after {
    top: calc(50% - 30px / 2);
    left: calc(50% - 24px / 2);
    width: 24px;
    height: 30px;
    font-size: 30px;
  }
  .book-list-block .content-block .tag-item__title {
    height: 30px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 15px;
  }
  .book-list-block .content-block .tag-item__title i.fa {
    margin-right: 3px;
    color: #ea9700;
    font-size: 13px;
    vertical-align: -1px;
  }
  .book-list-block .content-block .tag-item__counts > div {
    display: block;
    vertical-align: baseline;
  }
  .book-list-block .content-block .tag-item__counts__comments {
    margin-right: 0;
  }
  .book-list-block .content-block__title {
    height: 20px;
    font-size: 13px;
    line-height: 14px;
  }
  .book-list-block .content-block__title:before {
    margin-right: 0 !important;
    font-size: 20px !important;
  }
  .book-list-block .content-block__title .category_more {
    margin-top: 4px;
    font-size: 12px;
  }
}
.book-list-block__more-block {
  padding-top: 5px;
}

.book-list-block__more-block.all-loaded .book-list-block__more-block__wrap {
  display: none;
}

.book-list-block__more-block.all-loaded .loading-finished-block {
  display: block;
}

.book-list-block__more-block .loading-finished-block {
  display: none;
  padding-top: 20px;
  text-align: center;
}

.book-list-block__more-block .loading-finished-block .alert-well {
  display: inline-block;
  width: auto;
  min-width: 200px;
  max-width: none;
  margin: 0 auto;
  padding: 10px 20px;
}

.book-list-block__more-block .loading-finished-block .alert-well [class*=xiconbasic-] {
  vertical-align: -4px;
}

.book-list-block__more-block__wrap {
  height: 63px;
  padding: 15px 0 0;
  text-align: center;
  transition: height .5s ease;
}

.book-list-block__more-block__wrap--loading span.loading {
  display: inline-block !important;
}

.book-list-block__more-block__wrap--loading span.notloading {
  display: none !important;
}

.book-list-block__more-block__more {
  display: table;
  width: 200px;
  height: 48px;
  margin: 0 auto;
  border-bottom: 1px solid #4a4a4a;
  cursor: pointer;
  transition: background-color .5s ease;
}

.book-list-block__more-block__more:hover {
  background-color: rgba(0, 0, 0, .05);
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .book-list-block__more-block__more {
    width: 166px;
    border-bottom-color: #979797;
  }
}
.book-list-block__more-block__more__inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.book-list-block__more-block__more__inner i[class^=fa] {
  margin-right: 8px;
  color: #acabad;
  transition: transform .5s ease;
}

.book-list-block__more-block__more__inner .preloader-wrapper {
  margin-right: 8px;
  vertical-align: middle;
}

.book-list-block__more-block__more__inner .more_text {
  color: #666;
  vertical-align: middle;
}

.book-list-block__more-block__more__inner span.loading {
  display: none;
}

.book-list-block__more-block__more__inner span.notloading {
  display: inline-block;
}

.book-list-block__more-block__more__inner .more-sd-chevron {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -3px;
  transform: rotate(45deg);
  border: 2px solid #8b94a0;
  border-top-width: 0;
  border-left-width: 0;
  transition: transform .2s ease, margin-top .2s ease;
}

.book-list-block__more-block__buttons {
  margin-top: 15px;
  text-align: center;
}

.book-list-block__more-block__buttons .btn {
  width: 200px;
  box-shadow: none;
}

.book-list-block__more-block__buttons .btn i {
  margin-right: 5px;
  color: #7ccbf0;
  font-size: 24px !important;
}

.book-list-block__more-block__buttons .btn__inner {
  display: inline-block;
  color: #4a4a4a;
  font-size: 14px;
  vertical-align: 5px;
}

/* general */
.clearfix:after,
.modal-abo-general .modal-footer:after,
.mypage-block__footer:after,
.notice-detail__header__data:after,
.notice-detail-head__data:after,
.login-form--confirm .form-group:after,
.book-detail-block__comments__item__operation:after,
.book-detail-block__comments__item__operation__rightside:after {
  display: block;
  clear: both;
  content: "";
}

a:focus {
  outline: none;
}

strong {
  font-weight: bold;
}

.nobold {
  font-weight: normal;
}

.show {
  display: block;
}

.show.forced {
  display: block !important;
}

.hide {
  display: none;
}

.hide.forced {
  display: none !important;
}

.inline-block {
  display: inline-block;
}

.inline-block--forced {
  display: inline-block !important;
}

.flex-block {
  display: flex;
}

.mobile-noflex {
  display: block;
}

.nowrap {
  white-space: nowrap;
}

.follow-text,
.modal-follow {
  margin-top: 5px;
  color: #9b9b9b;
  font-size: 11px;
  line-height: 16px;
}

.follow-text.after-checkradio {
  margin-top: 0;
  padding-left: 34px;
}

.help-text {
  display: none;
  margin-top: 5px;
  color: #9b9b9b;
  font-size: 11px;
  line-height: 16px;
}

.help-text.has-error {
  display: block;
  color: #d68273;
}

.warning-string {
  color: #d9534f;
}

.checkradio-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mobile-label {
    padding-left: 32px;
  }
}
.col.no-padding-left {
  padding-left: 0;
}

.col.no-padding-right {
  padding-right: 0;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.negative-padding-left {
  margin-left: -.75rem;
}

.negative-padding-right {
  margin-right: -.75rem;
}

@media only screen and (min-width : 601px) and (min-height : 601px) {
  .sd-only {
    display: none !important;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .pc-only {
    display: none !important;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .br-pc {
    display: none;
  }
  .br-sd {
    display: block;
  }
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .br-pc {
    display: block;
  }
  .br-sd {
    display: none;
  }
}
.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(98, 177, 214, .65);
}

.waves-effect.waves-pale .waves-ripple {
  background-color: rgba(103, 159, 228, .3);
}

.btn {
  box-shadow: none;
}

.btn.disabled-alike {
  background-color: #dfdfdf !important;
  color: #9f9f9f !important;
  cursor: default;
}

.btn i.fa {
  vertical-align: -3px;
}

.btn i.fa.va2 {
  vertical-align: -2px;
}

.btn i.fa.left {
  margin-right: 12px;
  float: none !important;
}

.btn i.fa.right {
  margin-left: 12px;
  float: none !important;
}

.btn-primary {
  border: 1px solid #4990e2;
  background-color: #4990e2;
  box-shadow: none;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #75abe9;
}

.btn-primary:hover,
.btn-primary:focus {
  border-color: #75abe9;
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  border-color: #dfdfdf;
}

.btn-primary.btn-primary--black {
  border-color: #4a4a4a;
  background-color: #4a4a4a;
}

.btn-primary.btn-primary--black:hover,
.btn-primary.btn-primary--black:focus {
  border-color: #646464;
  background-color: #646464;
}

.btn-secondary {
  border: 1px solid #7ccbf0;
  background-color: #fff;
  box-shadow: none;
  color: #4990e2;
}

.btn-secondary:hover,
.btn-secondary:focus {
  border-color: #4eb9eb;
  background-color: #e6e6e6;
  box-shadow: none;
  color: #2276d6;
}

.btn-secondary.disabled {
  border-color: #dfdfdf;
}

.btn-grey {
  border: 1px solid #b1b9c0;
  background-color: #b1b9c0;
  box-shadow: none;
  color: #fff;
}

.btn-grey:hover,
.btn-grey:focus {
  border-color: #95a0a9;
  background-color: #95a0a9;
  box-shadow: none;
}

.btn-detail-primary {
  border: none;
  border-radius: 5px;
  background-color: rgba(231, 255, 194, .59);
  color: #fff;
}

.btn-detail-primary:hover,
.btn-detail-primary:focus {
  background-color: rgba(231, 255, 194, .59);
}

.btn-detail-primary i[class^=xiconbasic-] {
  margin-right: 3px;
  font-size: 20px;
  font-weight: normal;
  vertical-align: -3px;
}

.btn-detail-secondary {
  border: none;
  border-radius: 5px;
  background-color: #88b04b;
  color: #fff;
}

.btn-detail-secondary:hover,
.btn-detail-secondary:focus {
  background-color: #88b04b;
}

.btn-detail-secondary i.fa {
  margin-right: 5px;
  font-size: 22px;
  font-weight: normal;
  vertical-align: -3px;
}

.btn-danger {
  border: 1px solid #d15b47;
  background-color: #d15b47;
  color: #fff;
}

.btn-danger:focus {
  border-color: #b7422e;
  background-color: #b7422e;
}

.btn-danger:hover {
  border-color: #db7f70;
  background-color: #db7f70;
  box-shadow: none;
}

.btn-danger.disabled {
  border-color: #dfdfdf;
}

.btn-large {
  height: 48px;
  line-height: 48px;
}

/* dropdown */
.operation-dropdown-list-common {
  width: auto !important;
  min-width: 270px;
  margin-top: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  font-size: 14px;
}

.operation-dropdown-list-common li {
  height: 36px;
  min-height: auto;
  transition: background-color .5s ease-in-out;
}

.operation-dropdown-list-common li:hover {
  background-color: #b1b9c0;
}

.operation-dropdown-list-common li:hover > a {
  color: #fff;
}

.operation-dropdown-list-common li > a {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #666;
  font-size: 14px;
}

.operation-dropdown-list-common li > a i {
  width: 20px;
  margin-top: -1px;
  margin-right: 12px;
  font-size: 20px;
}

.select-dropdown li {
  min-height: auto;
}

.select-dropdown li > span {
  padding-top: 6px;
  padding-bottom: 6px;
}

.slimScrollBarY,
.slimScrollBarX,
.slimScrollRailY,
.slimScrollRailX {
  border-radius: 0 !important;
}

/* パンくずリスト */
.breadcrumb_wrap,
.book-detail--sd .book-detail-block__texts__breadcrumbs,
.detail-texts__breadcrumbs {
  visibility: hidden;
  height: auto;
  font-size: 0;
  line-height: normal;
}

.breadcrumb_wrap.breadcrumb_wrap--checked {
  visibility: visible;
}

.breadcrumb_wrap .breadcrumb {
  display: inline-block;
  overflow: hidden;
  color: #9b9b9b;
  font-size: 13px;
  line-height: 20px;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.breadcrumb_wrap .breadcrumb:before {
  color: #9b9b9b;
  font-family: "xiconbasic";
  font-size: 15px;
  content: "\e953";
}

.breadcrumb_wrap span.breadcrumb {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.breadcrumb_wrap span.breadcrumb-inner {
  display: inline-block;
  max-width: calc(100% - 33px);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.breadcrumb_wrap a.breadcrumb {
  color: #4a90e2;
}

.message-block:not(:empty) {
  margin-bottom: 24px;
}

.alert-block {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}

.alert-well {
  max-width: 700px;
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #e4e3e1;
  color: #7c776f;
  font-size: 14px;
  line-height: 16px;
}

.alert-well.alert-well--max {
  width: 100%;
  max-width: none;
}

.alert-well.aleft-well--sidemargin {
  margin-right: 12px;
  margin-left: 12px;
}

.alert-well.alert-well--danger {
  background-color: #f2d6d3;
  color: #b73a35;
}

.alert-well.alert-well--warning {
  background-color: #f3e6cf;
  color: #b78535;
}

.alert-well.alert-well--success {
  background-color: #c9e8c4;
  color: #55902b;
}

.alert-well.alert-well--info {
  background-color: #d3e0f2;
  color: #3571b7;
}

.alert-well.alert-well--http,
.alert-well.alert-well--notify {
  max-width: 800px;
  margin: 0 15px;
  padding: 20px;
  border-radius: 0;
  text-align: center;
}

.alert-well.alert-well--http {
  border: 1px solid #eed3d7;
  background-color: rgba(242, 222, 222, .5);
  color: #b94a48;
}

.alert-well.alert-well--notify {
  border: 1px solid #d3e3ee;
  background-color: rgba(222, 231, 242, .5);
  color: #4885b9;
}

.alert-well.alert-well--browseauth {
  padding-right: 20px;
  padding-left: 20px;
  text-align: left;
}

.alert-well + .alert-well {
  margin-top: 16px;
}

.alert-well + .alert-link-block {
  margin-top: 16px;
}

.alert-well + .alert-link-block a {
  color: #1b5faf;
}

.alert-well + .alert-link-block a i,
.alert-well + .alert-link-block a .btn-text {
  font-size: 14px;
  vertical-align: middle;
}

.alert-well + .alert-link-block a i {
  font-size: 24px;
}

.alert-well + .alert-link-block a .btn-text {
  font-size: 14px;
}

.http-alert__icon i {
  font-size: 52px;
}

.http-alert__header {
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
}

.http-alert__text {
  margin-top: 12px;
  font-size: 13px;
}

.http-error--sd .http-alert__header {
  font-size: 18px;
  line-height: 1;
}

.http-error--sd .http-alert__text {
  font-size: 12px;
}

/* footer */
footer .page-footer {
  padding: 0;
  background-color: #6f7575;
}

footer .page-footer .footer-main {
  width: 100%;
  min-height: 32px;
  font-size: 14px;
  text-align: right;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  footer .page-footer .footer-main {
    height: auto;
    min-height: 0;
    padding: 6px 54px 4px;
    background-color: #6f7575;
    text-align: center;
  }
}
footer .page-footer .footer-main .row {
  margin-bottom: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  footer .page-footer .footer-main .row {
    margin-right: 0;
    margin-left: 0;
  }
}
footer .page-footer .footer-main .row col {
  font-size: 0;
}

footer .page-footer .footer-main a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 32px;
  margin-right: 42px;
  padding: 6px 0 4px;
  color: #fff;
  font-size: 14px;
}

footer .page-footer .footer-main a:last-child {
  margin-right: 0;
}

footer .page-footer .footer-main a i.fa {
  margin-right: 4px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  footer .page-footer .footer-main a {
    min-height: 0;
    margin-right: 0;
    padding: 0 0px 0;
  }
}
footer .page-footer .footer-main i[class^=xiconbasic-] {
  font-size: 14px;
}

footer .page-footer .footer-copyright {
  width: 100%;
  height: 25px;
  min-height: 0;
  padding: 0;
  background-color: #454747;
  font-size: 11px;
  line-height: 25px;
  text-align: center;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  footer .page-footer .footer-copyright {
    height: auto;
    min-height: 33px;
    padding: 8px 16px;
    background-color: #454747;
    line-height: normal;
  }
}
footer .page-footer .footer-copyright .container {
  width: 100%;
}

footer .page-footer .footer-copyright a {
  color: #9b9b9b !important;
}

footer .footer-inner {
  width: 1168px;
  margin: 0 auto;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  footer .footer-inner {
    width: 100%;
  }
}
/* トップに戻る */
.gototop {
  display: none;
  z-index: 1000;
  position: fixed;
  right: 14px;
  bottom: 20px;
  height: 54px;
  animation: show-general .5s ease-in-out 0s;
  opacity: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .gototop {
    bottom: 32px;
    height: 32px;
  }
}
.gototop.fadein {
  display: inline-block;
  opacity: 1;
}

.gototop.fadein:hover .gototop__tip {
  opacity: .65;
}

.gototop.fadein .gototop__tip a {
  cursor: pointer;
}

.gototop.fadeout {
  animation: hide-gototop .5s ease-in-out 0s;
  pointer-events: none;
}

.gototop__tip {
  display: inline-block;
  height: 54px;
  overflow: hidden;
  border-radius: 27px;
  box-shadow: 0 2px 9px 0 rgba(255, 255, 255, .9), 0 2px 9px 0 rgba(0, 0, 0, .9);
  font-size: 0;
  transition: width .3s ease-in-out;
  will-change: width;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .gototop__tip {
    height: 32px;
  }
}
.gototop__tip a {
  display: inline-block;
  width: 54px;
  height: 54px;
  padding: 15px 0 0;
  background-color: rgba(45, 52, 59, .75);
  color: #fff;
  text-align: center;
  cursor: default;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .gototop__tip a {
    width: 32px;
    height: 32px;
    padding: 8px 0 0;
  }
}
.gototop__tip i {
  margin-right: 0;
  transform: rotate(90deg);
  font-size: 24px;
  vertical-align: baseline;
}

.gototop__tip i:before {
  display: inline-block;
  width: 24px;
  height: 24px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .gototop__tip i {
    font-size: 16px;
  }
  .gototop__tip i:before {
    width: 16px;
    height: 16px;
  }
}
/* コメントへ移動するボタンの表示制御 */
body.book-detail.book-detail--pc .gotocomment_input {
  display: none;
}

body.nav-beforelogin .gotocomment_input {
  display: none;
}

body:not(.book-detail) .gotocomment_input {
  display: none;
}

/* tooltip */
.material-tooltip {
  text-align: left;
}

.material-tooltip.material-tooltip--lower {
  z-index: 996;
}

.material-tooltip.width-400 {
  max-width: 400px;
}

.material-tooltip.width-300 {
  max-width: 300px;
}

.material-tooltip.width-200 {
  max-width: 200px;
}

.material-tooltip .backdrop {
  background-color: rgba(50, 50, 50, .85);
}

/* ヘッダ */
.header-sections {
  position: relative;
  width: 100%;
  height: 102px;
  overflow: hidden;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .header-sections {
    height: auto;
    min-height: 36px;
  }
}
.header-sections.header-sections--slider {
  height: 277px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .header-sections.header-sections--slider {
    height: auto;
  }
  .header-sections.header-sections--slider:before {
    display: block;
    padding: calc(30.5% + 30px) 0 0;
    content: "";
  }
}
.header-sections.header-sections--large {
  width: 100%;
  padding: 30.5% 0 0;
}

.header-sections.header-sections--large a {
  display: inline-block;
}

.header-sections.header-sections--large a img {
  width: 100%;
  height: auto;
}

.header-sections.header-sections--registerlogin .header-sections-bgwrap:before {
  background-image: url("../images/category_registerlogin_cover.jpg");
}

.header-sections__inner {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .header-sections__inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
/* スライダーじゃない場合 */
.header-sections-bgwrap {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.header-sections-bgwrap:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1480px;
  height: 102px;
  margin-left: -740px;
  background-image: url("../images/others_cover.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .header-sections-bgwrap:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
  }
}
.header-sections-bgwrap:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #93a5cf, #58648a);
  content: "";
  opacity: .5;
}

.header-sections .valign-wrapper {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}

.header-sections .valign-wrapper .valign {
  width: 100%;
}

.header-sections .valign-wrapper .valign h2 {
  max-width: 1118px;
  margin: 0 auto;
  font-size: 24px;
  letter-spacing: 3px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .header-sections .valign-wrapper .valign h2 {
    max-width: calc(100% - 88px);
    padding: 10px 0;
    font-size: 15px;
    letter-spacing: 1px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .8);
  }
}
.header-sections .valign-wrapper .valign h2 + h5 {
  margin: 0;
  font-size: 12px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.header-sections .valign-wrapper .valign h2 + h5:not(.hide) {
  margin-top: 5px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .header-sections .valign-wrapper .valign h2 + h5 {
    display: none;
  }
}
/* fullscreen loader */
body.show-fullscreen-loader {
  overflow: hidden;
}

body.show-fullscreen-loader .fullscreen-loader {
  display: flex;
  opacity: 1;
}

body.hide-fullscreen-loader .fullscreen-loader {
  animation: hide-fullscreen-loader .5s ease-in-out 0s;
}

.fullscreen-loader {
  display: none;
  z-index: 30000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  /* flex */
  justify-content: center;
  background-color: rgba(255, 255, 255, .8);
  animation: show-fullscreen-loader .5s ease-in-out 0s;
  opacity: 0;
}

/* メモリ解放後のローダー表現 */
.item__image__entity__dummy {
  display: flex;
  align-items: center;
  /* flex */
  justify-content: center;
}

.item__image__entity__loader {
  font-family: "FontAwesome";
  font-size: 20px;
  animation: rotatecircle 1.25s linear infinite, hue-rotate 3.75s linear infinite;
}

.item__image__entity__loader:before {
  color: #1c9e6c;
  content: "\f1ce";
}

/* 擬似的なセレクトボックス */
.select-alike {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 32px;
  padding: 1px 0 0 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  cursor: pointer;
  transition: color .5s ease;
}

.select-alike:after {
  position: absolute;
  top: 7px;
  right: 10px;
  bottom: 0;
  color: #d8d8d8;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1;
  content: "\f0d7";
}

.select-alike:hover {
  color: #858585;
}

.select-alike:hover:after {
  color: #b2b2b2;
}

.sort-dropdown .sort-dropdown-content {
  height: 34px;
  min-height: 0;
  font-size: 16px;
  line-height: 21px;
}

.sort-dropdown .sort-dropdown-option {
  padding: 6px 16px;
  color: #03a9f4;
}

.noticebar {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #ffe08a;
  text-align: center;
}

.noticebar a {
  color: rgba(0, 0, 0, .7);
  font-size: 13px;
  cursor: pointer;
}

.noticebar a:hover {
  color: rgba(0, 0, 0, .7);
  text-decoration: none;
}

.maintenance-warning {
  color: #fb0;
}

.onetime-check-wrap {
  margin-top: 20px;
  text-align: center;
}

.category-column {
  display: none;
  position: relative;
  flex: 0 0 212px;
  width: 212px;
}

.open-tags {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.open-tags.open-tags--sticky {
  position: sticky;
}

.open-tags .tags_dropdown__content {
  width: 100%;
}

.open-tags .tags_dropdown__content__inner {
  padding: 12px 0 12px 4px;
}

.open-tags .tags_dropdown__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 26px;
}

.open-tags .tags_dropdown__item.has-child {
  display: block;
  height: auto;
  font-size: 0;
}

.open-tags .tags_dropdown__item.has-child > a {
  display: inline-block;
  align-items: center;
  justify-content: flex-start;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  vertical-align: middle;
}

.open-tags .tags_dropdown__item.has-child > a + i {
  vertical-align: middle;
}

.open-tags .tags_dropdown__item.has-child > div {
  font-size: 12px;
}

.open-tags .tags_dropdown__item a {
  display: inline-block;
  width: calc(100% - 32px);
  overflow: hidden;
  color: #4b4b4b;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.open-tags .tags_dropdown__item a:hover {
  color: #4b4b4b;
  text-decoration: underline;
}

.open-tags .tags_dropdown__item .tags_openclose {
  cursor: pointer;
}

.open-tags .tags_dropdown__item .tags_openclose.tags_openclose--open {
  transform: rotate(180deg);
}

body.has-open-category.has-open-category--left .category-column {
  margin-right: 20px;
}

body.has-open-category.has-open-category--right .book-list-block {
  flex-direction: row-reverse;
}

body.has-open-category.has-open-category--right .category-column {
  margin-left: 20px;
}

body.has-open-category .category-column {
  display: block;
  z-index: 2;
  position: relative;
}

body.has-open-category .content-column {
  z-index: 1;
  position: relative;
  flex: 0 0 calc(1168px - (212px + 20px));
  width: calc(1168px - (212px + 20px));
}

body.has-open-category .content-column .content-block {
  width: 100%;
}

body.has-open-category .nav-pc-rightside__item--tags {
  display: none;
}

body.has-open-category .book-list-block {
  display: flex;
}

body.has-open-category .content-block__body {
  position: relative;
  width: 100%;
  overflow: hidden;
}

body.has-open-category .content-block__body .tag-item {
  flex: 0 0 214px;
  width: 214px;
  margin-right: 10px;
}

body.has-open-category .content-block__body .tag-item:last-child {
  margin-right: 40px;
}

.category-column-tagoperator {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 33px;
  padding: 16px 16px 4px;
  background-color: #fff;
  font-size: 11px;
  line-height: 13px;
}

.category-column-tagoperator:has(+ .open-tags--sticky) {
  position: sticky;
  top: 74px;
}

.category-column-tagoperator + .open-tags.open-tags--sticky {
  top: 107px;
}

.category-column-tagoperator + .open-tags .tags_dropdown__content__inner {
  padding-top: 8px !important;
}

.category-column-tagoperator .category-column-tagoperator-separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 11px;
  line-height: 13px;
}

.category-column-tagoperator .category-column-tagoperator-separator:after {
  content: "|";
}

.btn-cantregister {
  border: 1px solid #dfdfdf;
  letter-spacing: normal;
  cursor: not-allowed !important;
  pointer-events: auto !important;
}

.login-link-disabled {
  color: #9f9f9f;
  line-height: 36px;
  cursor: not-allowed;
}

.cantadd-user {
  color: #d32f2f;
}

.cantadd-user.cantadd-user--buttonreplace {
  line-height: 36px;
}

label {
  transition: color .25s;
}

.switch label:has(input[type=checkbox][disabled]) {
  color: rgba(0, 0, 0, .26);
}

.switch label input[type=checkbox][disabled] + .lever,
.switch label input[type=checkbox][disabled]:checked + .lever {
  background-color: rgba(0, 0, 0, .26);
}

/* フォーム */
input[type=text] {
  color: #666;
}

input[type=text]:disabled {
  border-color: #d5d5d5 !important;
  background-color: #f5f5f5 !important;
  color: #939192 !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  input[type=text] {
    font-size: 16px;
  }
}
input[type=checkbox] + label:before {
  margin-top: 4px;
}

input[type=checkbox] + label:after {
  margin-top: 2px;
}

input[type=checkbox]:not(:checked) + label:before {
  border-radius: 2px;
  border-color: #ccc;
}

input[type=checkbox].filled-in:not(:checked) + label:after {
  border-radius: 2px;
  border-color: #ccc;
  background-color: #fff;
}

input[type=checkbox].filled-in:checked + label:after {
  border-color: #4990e2;
  background-color: #4990e2;
}

input[type=radio]:not(:checked) + label:before,
input[type=radio]:not(:checked) + label:after {
  border-color: #ccc;
}

input[type=radio]:checked + label:before,
input[type=radio]:checked + label:after {
  border-color: #4990e2;
}

input[type=radio]:checked + label:after {
  background-color: #4990e2;
}

input[type=radio].with-gap:checked + label:before,
input[type=radio].with-gap:checked + label:after {
  border-color: #4990e2;
}

input[type=radio].with-gap:checked + label:after {
  transform: scale(.6666666667);
  background-color: #4990e2;
}

input[type=radio].medium-radio:not(:checked) + label:after {
  transform: scale(0) !important;
}

input[type=radio].medium-radio + label {
  height: 20px;
  padding-left: 26px;
  font-size: 1rem;
  line-height: 20px;
}

input[type=radio].medium-radio + label:before,
input[type=radio].medium-radio + label:after {
  width: 20px;
  height: 20px;
  margin: 0;
}

input[type=radio].medium-radio + label:after {
  transform: scale(.6) !important;
}

input[type=radio].small-radio:not(:checked) + label:after {
  transform: scale(0) !important;
}

input[type=radio].small-radio + label {
  height: 16px;
  padding-left: 18px;
  font-size: 12px;
  line-height: 16px;
}

input[type=radio].small-radio + label:before,
input[type=radio].small-radio + label:after {
  width: 12px;
  height: 12px;
  margin: 2px 0 0;
  border-width: 1px !important;
}

input[type=radio].small-radio + label:after {
  transform: scale(.5) !important;
}

input[type=radio].header-radio:not(:checked) + label:before,
input[type=radio].header-radio:not(:checked) + label:after {
  border-color: #fff;
}

input[type=radio].header-radio:checked + label:before,
input[type=radio].header-radio:checked + label:after {
  border-color: #4990e2;
}

input[type=radio].header-radio:checked + label:after {
  background-color: #4990e2;
}

input[type=radio] + label:before,
input[type=radio] + label:after {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}

textarea:disabled {
  border-color: #d5d5d5 !important;
  background-color: #f5f5f5 !important;
  color: #939192 !important;
  cursor: not-allowed;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  textarea {
    font-size: 16px;
  }
}
select {
  transition: all .3s ease;
}

select:disabled {
  border-color: #d5d5d5 !important;
  background-color: #f5f5f5 !important;
  color: #939192 !important;
  cursor: not-allowed;
}

select.browser-default {
  border-color: #dcdcdc;
  color: #666;
}

/* input icon */
.form-input-icon {
  font-size: 0;
}

.form-input-icon > span,
.form-input-icon > input {
  font-size: 14px;
}

.form-input-icon input {
  width: calc(100% - 30px);
  vertical-align: top;
}

.form-input-icon input + span.input-icon {
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.form-input-icon span.input-icon {
  display: inline-block;
  width: 30px;
  height: 35px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background-color: #fff;
  color: #ccc;
  font-size: 24px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.form-input-icon span.input-icon.input-icon--before {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-input-icon span.input-icon.input-icon--after {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-input-icon span.input-icon + input {
  width: calc(100% - 30px);
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.form-input-icon span.input-icon + input:not(.picker__input) {
  display: none;
}

.form-input-icon span.input-icon i {
  line-height: 32px;
}

/* date picker */
.picker {
  width: 466px;
}

.picker:not(.picker--opened) {
  z-index: -1;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .picker {
    width: calc(100% - 30px);
  }
  .date-picker--mobilemargin + .picker {
    margin-left: 15px;
  }
}
.picker__holder {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.picker__box {
  padding: 10px 1em 10px;
}

.picker__nav--prev,
.picker__nav--next {
  height: 32px;
  margin-top: 4px;
}

.picker__nav--prev:before,
.picker__nav--next:before {
  position: absolute;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  background-color: #99cce4;
}

.picker__nav--prev:before {
  left: 13px;
}

.picker__nav--next:before {
  left: 15px;
}

.picker__date-display {
  padding-bottom: 10px;
  background-color: #267ea6;
}

.picker__weekday-display {
  background-color: #1f6889;
}

.picker__year-display {
  margin-bottom: 10px;
}

.picker__weekday {
  text-align: center;
}

.picker__day {
  text-align: center;
}

.picker__day.picker__day--today {
  color: #267ea6;
}

.picker__day.picker__day--today:before {
  border-top-color: #267ea6;
}

.picker__day.picker__day--today.picker__day--selected {
  color: #fff;
}

.picker__day.picker__day--today.picker__day--selected:before {
  border-top-color: #fff;
}

.picker__day-display {
  font-size: 4rem;
}

.picker__day--selected,
.picker__day--selected:hover {
  background-color: #267ea6;
}

.picker__day--disabled,
.picker__day--disabled:hover {
  border-color: #eee;
  background-color: #eee;
  color: #888;
}

.picker--focused .picker__day--selected {
  background-color: #267ea6;
}

.picker--focused .picker__day--disabled {
  border-color: #eee;
  background-color: #eee;
  color: #888;
}

.picker__close,
.picker__today {
  color: #267ea6;
}

.picker .picker__header .picker__select--year {
  display: block;
  width: 36%;
  margin-right: 0;
  margin-left: 42px;
  padding: 5px 8px;
  float: left;
}

.picker .picker__header .picker__select--month {
  display: block;
  width: 30%;
  margin-right: 42px;
  margin-left: 0;
  padding: 5px 8px;
  float: right;
}

.picker .day_postfix {
  font-size: 30px;
}

button.picker__button.picker__button--today {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

button.picker__button.picker__button--today:before {
  border-top-color: #267ea6;
}

button.picker__button.picker__button--today:focus {
  background-color: #99cce4;
}

button.picker__button.picker__button--clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

button.picker__button.picker__button--clear:focus {
  background-color: #99cce4;
}

button.picker__button.picker__button--close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

button.picker__button.picker__button--close:focus {
  background-color: #99cce4;
}

button.picker__button.picker__button--close:before {
  top: -.5em;
}

.select-wrapper {
  position: relative;
}

.select-wrapper:hover .caret:after {
  color: #b2b2b2;
}

.select-wrapper:hover input.select-dropdown {
  color: #858585;
}

.select-wrapper .caret {
  z-index: 2;
  right: 8px;
  width: 16px;
  height: 16px;
  color: transparent !important;
  cursor: pointer;
}

.select-wrapper .caret:after {
  position: absolute;
  top: -4px;
  left: -3px;
  width: 16px;
  height: 16px;
  color: #d8d8d8;
  font-family: "FontAwesome";
  font-size: 1;
  line-height: 16px;
  content: "\f0d7";
  transition: color .5s ease;
}

.select-wrapper input.select-dropdown {
  z-index: 1;
  position: relative;
  height: 32px;
  margin-bottom: 0;
  padding: 1px 0 0 10px;
  border-bottom: none;
  border-radius: 5px;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  line-height: 32px;
  transition: color .5s ease;
}

.select-wrapper .dropdown-content li > a,
.select-wrapper .dropdown-content li > span {
  color: #03a9f4;
}

.form-prefix {
  line-height: 35px;
}

.form-postfix {
  padding-left: 5px;
  line-height: 35px;
}

/* selectize */
.selectize-control,
.selectize-control * {
  transition: all .3s ease;
}

.selectize-dropdown,
.selectize-input {
  font-size: 14px;
}

.selectize-input {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 2px;
}

.selectize-input.disabled {
  border-color: #d5d5d5 !important;
  background-color: #f5f5f5 !important;
  color: #939192 !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}

.selectize-input.disabled input[type=text]:disabled {
  background-color: transparent !important;
}

.selectize-input .item {
  height: 33px !important;
  font-size: 14px;
  line-height: 33px !important;
}

.selectize-input input {
  height: 33px !important;
  font-size: 14px;
  line-height: 33px !important;
}

.selectize-control.single .selectize-input {
  border-color: #dcdcdc;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  color: #666;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -3px;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.form-nomaterialize .form-row {
  position: relative;
  margin-bottom: 32px;
}

.form-nomaterialize .form-row:last-child {
  margin-bottom: 0;
}

.form-nomaterialize .form-row.col {
  margin-bottom: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .form-row.form-row--sd-piled {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .form-nomaterialize .form-row.form-row--sd-piled dt,
  .form-nomaterialize .form-row.form-row--sd-piled dd {
    flex-basis: auto;
    width: 100%;
  }
  .form-nomaterialize .form-row.form-row--sd-piled dt {
    padding-top: 0;
  }
  .form-nomaterialize .form-row.form-row--sd-piled dd {
    margin-top: 8px;
  }
}
.form-nomaterialize .form-row dt,
.form-nomaterialize .form-row dd {
  position: relative;
  font-size: 14px;
}

.form-nomaterialize .form-row input[type=checkbox] + label {
  vertical-align: middle;
}

.form-nomaterialize .form-row label.label-normal {
  font-size: 1rem;
}

.form-nomaterialize .form-row a.agree-link {
  font-size: 1rem;
  vertical-align: middle;
}

.form-nomaterialize .form-row a.agree-link:after {
  margin: 0 6px;
  font-family: "FontAwesome";
  content: "\f08e";
}

.form-nomaterialize .form-row a.agree-link + label {
  vertical-align: middle;
}

.form-nomaterialize label {
  color: #666;
}

.form-nomaterialize input[type=text],
.form-nomaterialize input[type=number],
.form-nomaterialize input[type=password],
.form-nomaterialize input[type=date] {
  height: 35px;
  margin-bottom: 0;
  padding: 6px 10px;
  border: 1px solid #dcdcdc;
  border-width: 1px !important;
  border-radius: 2px;
  background-color: #fff;
  font-size: 14px;
  line-height: normal;
  transition: all .3s ease;
}

.form-nomaterialize input[type=text]:-moz-placeholder-shown,
.form-nomaterialize input[type=number]:-moz-placeholder-shown,
.form-nomaterialize input[type=password]:-moz-placeholder-shown,
.form-nomaterialize input[type=date]:-moz-placeholder-shown {
  color: #ababab;
  font-size: 14px;
  line-height: normal;
}

.form-nomaterialize input[type=text]:-moz-placeholder-shown, .form-nomaterialize input[type=number]:-moz-placeholder-shown, .form-nomaterialize input[type=password]:-moz-placeholder-shown, .form-nomaterialize input[type=date]:-moz-placeholder-shown {
  color: #ababab;
  font-size: 14px;
  line-height: normal;
}

.form-nomaterialize input[type=text]:placeholder-shown,
.form-nomaterialize input[type=number]:placeholder-shown,
.form-nomaterialize input[type=password]:placeholder-shown,
.form-nomaterialize input[type=date]:placeholder-shown {
  color: #ababab;
  font-size: 14px;
  line-height: normal;
}

.form-nomaterialize input[type=text]::-webkit-input-placeholder,
.form-nomaterialize input[type=number]::-webkit-input-placeholder,
.form-nomaterialize input[type=password]::-webkit-input-placeholder,
.form-nomaterialize input[type=date]::-webkit-input-placeholder {
  color: #ababab;
  font-size: 14px;
  line-height: normal;
}

.form-nomaterialize input[type=text]:-moz-placeholder,
.form-nomaterialize input[type=number]:-moz-placeholder,
.form-nomaterialize input[type=password]:-moz-placeholder,
.form-nomaterialize input[type=date]:-moz-placeholder {
  color: #ababab;
  font-size: 14px;
  line-height: normal;
}

.form-nomaterialize input[type=text]::-moz-placeholder,
.form-nomaterialize input[type=number]::-moz-placeholder,
.form-nomaterialize input[type=password]::-moz-placeholder,
.form-nomaterialize input[type=date]::-moz-placeholder {
  color: #ababab;
  font-size: 14px;
  line-height: normal;
}

.form-nomaterialize input[type=text]:focus,
.form-nomaterialize input[type=number]:focus,
.form-nomaterialize input[type=password]:focus,
.form-nomaterialize input[type=date]:focus {
  border-color: #f59942;
  box-shadow: none !important;
}

.form-nomaterialize input[type=text].read-only:-moz-read-only, .form-nomaterialize input[type=number].read-only:-moz-read-only, .form-nomaterialize input[type=password].read-only:-moz-read-only, .form-nomaterialize input[type=date].read-only:-moz-read-only {
  border-color: #ababab;
  background-color: #dcdcdc;
  color: #ababab;
}

.form-nomaterialize input[type=text].read-only:read-only,
.form-nomaterialize input[type=number].read-only:read-only,
.form-nomaterialize input[type=password].read-only:read-only,
.form-nomaterialize input[type=date].read-only:read-only {
  border-color: #ababab;
  background-color: #dcdcdc;
  color: #ababab;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize input[type=text],
  .form-nomaterialize input[type=number],
  .form-nomaterialize input[type=password],
  .form-nomaterialize input[type=date] {
    font-size: 16px;
  }
}
.form-nomaterialize .input-100 {
  width: 100px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-100 {
    width: 100%;
  }
}
.form-nomaterialize .input-100--forced {
  width: 100px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-100--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-110 {
  width: 110px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-110 {
    width: 100%;
  }
}
.form-nomaterialize .input-110--forced {
  width: 110px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-110--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-120 {
  width: 120px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-120 {
    width: 100%;
  }
}
.form-nomaterialize .input-120--forced {
  width: 120px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-120--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-130 {
  width: 130px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-130 {
    width: 100%;
  }
}
.form-nomaterialize .input-130--forced {
  width: 130px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-130--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-140 {
  width: 140px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-140 {
    width: 100%;
  }
}
.form-nomaterialize .input-140--forced {
  width: 140px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-140--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-150 {
  width: 150px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-150 {
    width: 100%;
  }
}
.form-nomaterialize .input-150--forced {
  width: 150px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-150--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-160 {
  width: 160px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-160 {
    width: 100%;
  }
}
.form-nomaterialize .input-160--forced {
  width: 160px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-160--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-170 {
  width: 170px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-170 {
    width: 100%;
  }
}
.form-nomaterialize .input-170--forced {
  width: 170px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-170--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-180 {
  width: 180px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-180 {
    width: 100%;
  }
}
.form-nomaterialize .input-180--forced {
  width: 180px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-180--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-190 {
  width: 190px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-190 {
    width: 100%;
  }
}
.form-nomaterialize .input-190--forced {
  width: 190px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-190--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-200 {
  width: 200px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-200 {
    width: 100%;
  }
}
.form-nomaterialize .input-200--forced {
  width: 200px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-200--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-210 {
  width: 210px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-210 {
    width: 100%;
  }
}
.form-nomaterialize .input-210--forced {
  width: 210px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-210--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-220 {
  width: 220px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-220 {
    width: 100%;
  }
}
.form-nomaterialize .input-220--forced {
  width: 220px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-220--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-230 {
  width: 230px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-230 {
    width: 100%;
  }
}
.form-nomaterialize .input-230--forced {
  width: 230px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-230--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-240 {
  width: 240px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-240 {
    width: 100%;
  }
}
.form-nomaterialize .input-240--forced {
  width: 240px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-240--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-250 {
  width: 250px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-250 {
    width: 100%;
  }
}
.form-nomaterialize .input-250--forced {
  width: 250px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-250--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-260 {
  width: 260px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-260 {
    width: 100%;
  }
}
.form-nomaterialize .input-260--forced {
  width: 260px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-260--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-270 {
  width: 270px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-270 {
    width: 100%;
  }
}
.form-nomaterialize .input-270--forced {
  width: 270px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-270--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-280 {
  width: 280px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-280 {
    width: 100%;
  }
}
.form-nomaterialize .input-280--forced {
  width: 280px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-280--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-290 {
  width: 290px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-290 {
    width: 100%;
  }
}
.form-nomaterialize .input-290--forced {
  width: 290px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-290--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-300 {
  width: 300px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-300 {
    width: 100%;
  }
}
.form-nomaterialize .input-300--forced {
  width: 300px !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-300--forced {
    width: 100% !important;
  }
}
.form-nomaterialize .input-prefix,
.form-nomaterialize .input-suffix {
  display: inline-flex;
  height: 35px;
  vertical-align: middle;
}

.form-nomaterialize .input-prefix + input,
.form-nomaterialize .input-suffix + input {
  vertical-align: middle;
}

.form-nomaterialize .input-prefix {
  align-items: center !important;
  justify-content: flex-start;
  padding-right: 10px;
  font-size: 14px;
}

.form-nomaterialize .input-suffix {
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.form-nomaterialize .input-icon-wrap {
  position: relative;
}

.form-nomaterialize .input-icon-wrap i {
  position: absolute;
  top: 7px;
  left: 8px;
  color: #aaa;
  font-size: 20px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-icon-wrap i {
    display: none;
  }
}
.form-nomaterialize .input-icon-wrap > input,
.form-nomaterialize .input-icon-wrap > select {
  padding-left: 30px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .form-nomaterialize .input-icon-wrap > input,
  .form-nomaterialize .input-icon-wrap > select {
    padding-left: 5px;
  }
}
.form-nomaterialize select {
  display: inline-block;
  height: 35px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  transition: all .3s ease;
}

.form-nomaterialize select:focus {
  border-color: #f59942;
}

.form-nomaterialize textarea {
  padding: 6px 10px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
  resize: none !important;
  transition: border-color .5s ease;
}

.form-nomaterialize textarea:focus {
  border-color: #f59942;
  box-shadow: none !important;
}

.input-line-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .input-line-wrap {
    display: flex;
  }
  .input-line-wrap > * {
    width: 100%;
  }
  .input-line-wrap > .input-100 {
    width: 100%;
  }
  .input-line-wrap > .input-suffix {
    padding-inline: 16px;
    width: 48px;
  }
}
.input-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.input-group:has(.input-group-addon--prefix):has(.input-group-addon--suffix) {
  flex: 0 0 calc(100% - 80px);
}

.input-group:has(.input-group-addon--prefix) input,
.input-group:has(.input-group-addon--prefix) select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:has(.input-group-addon--suffix) input,
.input-group:has(.input-group-addon--suffix) select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(.input-group-addon) {
  flex: 0 0 calc(100% - 40px);
}

.input-group .input-group-addon {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  height: 35px;
  border: 1px solid #dcdcdc;
  background-color: #eee;
}

.input-group .input-group-addon.input-group-addon--prefix {
  border-right: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.input-group .input-group-addon.input-group-addon--suffix {
  border-left: none;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

label.form-label {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
}

label.form-label.label-node {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
}

label.form-label.label-vtop .label-chip,
label.form-label.label-vtop .label-text {
  vertical-align: top;
}

label.form-label .label-chip {
  display: inline-block;
  min-width: 34px;
  margin-right: 8px;
  padding: 4px 5px;
  border-radius: 2px;
  background-color: #fa7370;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

label.form-label .label-chip + .label-text {
  line-height: 19px;
}

label.form-label .label-chip--notrequired {
  background-color: #ababab;
}

label.form-label .label-chip--nochip {
  background-color: transparent;
  color: transparent;
}

label.form-label .label-text {
  display: inline-block;
  color: #666;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}

label.label-text-nochip {
  font-size: 14px;
}

.form-group.has-error .label-text {
  color: #d68273 !important;
}

textarea.textarea--no-resize {
  resize: none;
}

textarea.textarea--signup {
  min-height: 8rem;
  margin-top: 8px;
}

textarea.textarea--specifyreport-dest {
  min-height: 6lh;
  margin-top: 8px;
}

input[disabled] + .follow-text,
input[disabled] + .modal-follow {
  display: none;
}

input[disabled] + .follow-text.follow-text--forced {
  display: block;
}

.category_block_after-checkradio,
.more-padding_after-checkradio {
  padding-left: 34px;
}

.form-row.has-error .label-text,
.form-row.has-error .label-text-nochip,
.form-row.has-error .label-node,
.form-row.has-error .mobile-label,
.form-wrap.has-error .label-text,
.form-wrap.has-error .label-text-nochip,
.form-wrap.has-error .label-node,
.form-wrap.has-error .mobile-label {
  color: #d68273 !important;
}

.form-row.has-error input[type=text],
.form-row.has-error input[type=number],
.form-row.has-error input[type=password],
.form-row.has-error input[type=date],
.form-row.has-error select,
.form-row.has-error textarea,
.form-wrap.has-error input[type=text],
.form-wrap.has-error input[type=number],
.form-wrap.has-error input[type=password],
.form-wrap.has-error input[type=date],
.form-wrap.has-error select,
.form-wrap.has-error textarea {
  border-color: #f09784;
  background-color: #ffc !important;
  color: #d68273;
}

.form-row.has-error input[type=text]:disabled,
.form-row.has-error input[type=number]:disabled,
.form-row.has-error input[type=password]:disabled,
.form-row.has-error input[type=date]:disabled,
.form-row.has-error select:disabled,
.form-row.has-error textarea:disabled,
.form-wrap.has-error input[type=text]:disabled,
.form-wrap.has-error input[type=number]:disabled,
.form-wrap.has-error input[type=password]:disabled,
.form-wrap.has-error input[type=date]:disabled,
.form-wrap.has-error select:disabled,
.form-wrap.has-error textarea:disabled {
  border-color: #d5d5d5 !important;
  background-color: #f5f5f5 !important;
  color: #939192 !important;
  cursor: not-allowed;
}

.form-row.has-error .input-icon-wrap i,
.form-wrap.has-error .input-icon-wrap i {
  color: #d68273;
}

.form-row.has-error .input-group-addon,
.form-wrap.has-error .input-group-addon {
  border-color: #f09784;
  background-color: #f2dede;
  color: #d68273;
}

.form-row.has-error .help-text,
.form-wrap.has-error .help-text {
  display: block;
  color: #d68273;
}

.form-row.has-error .follow-text,
.form-wrap.has-error .follow-text {
  color: #d68273;
}

.input-max,
.width-max {
  width: 100%;
}

.width-320 {
  width: 320px;
}

.input-mini {
  width: 90px;
}

.input-mini--forced {
  width: 90px !important;
}

.form-lead {
  margin: 0 0 30px;
}

/* navigation */
.show-noticebar header.navbar-fixed {
  height: 94px;
}

.show-noticebar header.navbar-fixed .noticebar {
  position: fixed;
}

.show-noticebar header.navbar-fixed nav {
  top: 50px;
}

.show-noticebar .noticebar {
  display: flex;
}

header.navbar-fixed {
  height: 44px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  header.navbar-fixed {
    width: 100%;
    height: 44px;
  }
}
header.navbar-fixed nav {
  top: 0;
  left: 0;
  width: 100vw;
}

header nav {
  background-color: #2c343b;
  box-shadow: none;
  line-height: 44px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  header nav {
    width: 100%;
    height: 44px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    line-height: 44px;
  }
}
header nav .sd-nav-icon {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 44px;
  color: #b1b9c0;
  text-align: center;
  vertical-align: top;
}

header nav .sd-nav-icon.sd-nav-icon--active {
  color: #7ccbf0;
}

header nav .sd-nav-icon i {
  height: auto;
  font-size: 30px;
}

header nav .sd-nav-icon .icon-badge {
  display: inline-block;
  z-index: 5;
  position: absolute;
  top: 4px;
  right: 2px;
  height: 13px;
  padding: 2px 3px 1px;
  border-radius: 6px;
  background-color: #f44336;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}

header nav .sd-btn-flat {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 13px;
  line-height: 50px;
}

header nav i {
  height: 44px;
  line-height: 44px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  header nav i {
    height: 44px;
    line-height: 44px;
  }
}
header nav .logo-box {
  display: inline-flex;
  position: relative;
  left: auto;
  align-items: center;
  /* flex */
  justify-content: center;
  width: 106px;
  height: 36px;
  margin-top: 4px;
  overflow: hidden;
  transform: none;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  header nav .logo-box {
    position: absolute;
    left: 50%;
    width: 87px !important;
    height: 32px !important;
    margin-top: 6px;
    margin-left: 0;
    transform: translateX(-50%);
  }
}
header nav .brand-logo {
  position: relative;
  width: 106px;
  height: 39px;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  header nav .brand-logo {
    width: 87px !important;
    height: 32px !important;
  }
}
header nav .title-afterlogo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  margin-left: 16px;
  font-size: 14px;
  line-height: 1;
  vertical-align: top;
  white-space: nowrap;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  header nav .title-afterlogo {
    display: flex;
    position: absolute;
    top: 100%;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    color: #4b4b4b;
  }
}
header nav .nav-wrapper {
  height: 44px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  header nav .nav-wrapper {
    height: 44px;
  }
}
header nav .nav-wrapper .nav-upper {
  z-index: 2;
  position: relative;
  height: 44px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  header nav .nav-wrapper .nav-upper {
    height: 44px;
  }
}
header nav .nav-inner {
  width: 1168px;
  height: 44px;
  margin: 0 auto;
  font-size: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  header nav .nav-inner {
    width: 100%;
    height: 44px;
  }
}
header nav .nav-inner a.sd-loginlink {
  padding: 0 14px;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  header nav .nav-inner a {
    height: 44px;
  }
}
header nav .nav-right {
  width: calc(100% - 106px);
  font-size: 0;
}

header nav .nav-right > ul {
  font-size: 14px;
}

header nav #nav-pc {
  z-index: 2;
}

header nav #nav-pc_search {
  font-size: 0;
  line-height: 0;
}

header nav #nav-pc_search > li {
  height: 44px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  header nav #nav-pc_search > li {
    height: 44px;
  }
}
header nav #nav-pc_search > li > div {
  font-size: 14px;
}

@media only screen and (min-width : 601px) and (min-height : 601px) {
  header nav,
  header nav .nav-wrapper i,
  header nav a.button-collapse,
  header nav a.button-collapse i {
    height: 44px;
    line-height: 44px;
  }
}
.nav-pc-rightside {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.nav-pc-rightside i[class^=xiconbasic-] {
  color: #b1b9c0;
  font-size: 32px;
}

.nav-pc-rightside__item {
  position: relative;
}

.nav-pc-rightside__item--icon {
  padding: 0 0 0 1px;
}

.nav-pc-rightside__item--icon:not(.nav-pc-rightside__item--icon--noborder):before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 44px;
  background-color: #dedede;
  content: "";
}

.nav-pc-rightside__item--icon.nav-pc-rightside__item--icon--noborder {
  padding-left: 0;
}

.nav-pc-rightside__item--icon .item-slide__wrap {
  display: inline-block;
  height: 44px;
  vertical-align: top;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .nav-pc-rightside__item--icon .item-slide__wrap {
    height: 44px;
  }
}
.nav-pc-rightside__item--icon .item-dropdown {
  position: relative;
  width: 140px;
  height: 32px;
  padding: 0 32px 0 10px;
  overflow: hidden;
  border-right: 1px solid #aaa;
  border-radius: 5px 0 0 5px;
  color: #888;
  font-size: 11px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-pc-rightside__item--icon .item-dropdown:after {
  display: inline-block;
  position: absolute;
  right: 8px;
  width: 24px;
  height: 32px;
  color: #949aa0;
  font-family: "FontAwesome";
  font-size: 15px;
  text-align: center;
  content: "\f078";
  transition: transform .5s ease, color .5s ease;
}

.nav-pc-rightside__item--icon .item-dropdown.active {
  color: #888;
}

.nav-pc-rightside__item--icon .item-dropdown.active:after {
  transform: rotate(180deg);
}

.nav-pc-rightside__item--icon .item-dropdown__wrap {
  display: inline-block;
  margin: 6px 0 0 12px;
  border-radius: 5px 0 0 5px;
  background-color: #fff;
  line-height: 32px;
  vertical-align: top;
}

.nav-pc-rightside__item--icon .item-dropdown__wrap .dropdown-content {
  overflow: hidden;
  background-color: rgba(56, 65, 74, .96);
  box-shadow: none;
}

.nav-pc-rightside__item--icon .item-dropdown__wrap .dropdown-content li {
  background-color: transparent;
}

.nav-pc-rightside__item--icon .item-dropdown__wrap .dropdown-content li.divider {
  width: calc(100% - 20px);
  margin: 0 10px;
  background-color: #fff !important;
}

.nav-pc-rightside__item--icon .item-dropdown__wrap .dropdown-content li:not(.divider) {
  height: 32px;
  min-height: 0;
}

.nav-pc-rightside__item--icon .item-dropdown__wrap .dropdown-content li:hover {
  background-color: transparent;
}

.nav-pc-rightside__item--icon .item-dropdown__wrap .dropdown-content a {
  width: 100%;
  padding: 6px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-pc-rightside__item--icon .item-dropdown__wrap .dropdown-content a:hover {
  background-color: rgba(0, 0, 0, .1);
  color: #fff;
}

.nav-pc-rightside__item--icon .item-searchinput {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 180px;
  height: 30px;
  margin: 0;
  padding: 0 46px 0 8px;
  border: none !important;
  border-radius: 0 5px 5px 0;
  background-color: transparent;
  box-shadow: none !important;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 30px;
  text-align: left;
  transition: width .3s ease-in-out;
}

.nav-pc-rightside__item--icon .item-searchinput:-moz-placeholder-shown {
  color: #888 !important;
}

.nav-pc-rightside__item--icon .item-searchinput:placeholder-shown {
  color: #888 !important;
}

.nav-pc-rightside__item--icon .item-searchinput::-webkit-input-placeholder {
  color: #888 !important;
}

.nav-pc-rightside__item--icon .item-searchinput:-moz-placeholder {
  color: #888 !important;
}

.nav-pc-rightside__item--icon .item-searchinput::-moz-placeholder {
  color: #888 !important;
}

.nav-pc-rightside__item--icon .item-searchinput:focus {
  border: none !important;
  box-shadow: none !important;
}

.nav-pc-rightside__item--icon .item-searchinput__wrap {
  display: inline-block;
  position: relative;
  width: 182px;
  height: 32px;
  margin: 6px 12px 0 0;
  padding: 1px;
  border-radius: 0 6px 6px 0;
  background-color: #fff;
  line-height: 0;
  transition: width .3s ease-in-out;
}

.nav-pc-rightside__item--icon .item-searchinput__wrap.focused {
  width: 303px;
}

.nav-pc-rightside__item--icon .item-searchinput__wrap.focused .item-searchinput {
  width: 100%;
}

.nav-pc-rightside__item--icon .item-searchinput__wrap .searchicon {
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 17px;
  width: 14px;
  height: 14px;
  color: #2c343b;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: color .3s ease-in-out;
}

.nav-pc-rightside__item--icon .item-searchinput__wrap .searchicon i {
  height: 14px;
  line-height: 14px;
}

.nav-pc-rightside__item--icon a {
  display: inline-block;
  vertical-align: top;
}

.nav-pc-rightside__item--icon a.item-icon {
  width: 56px;
  height: 44px;
  padding: 0;
  text-align: center;
  transition: color .5s ease;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .nav-pc-rightside__item--icon a.item-icon {
    height: 44px;
  }
}
.nav-pc-rightside__item--icon a.item-icon.item-icon--active i[class^=xiconbasic-] {
  color: #7ccbf0;
}

.nav-pc-rightside__item--icon a.nav-pc-tags {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
  line-height: 0 !important;
}

.nav-pc-rightside__item--icon a.nav-pc-tags i {
  height: auto !important;
  font-size: 36px;
  line-height: 1;
}

.nav-pc-rightside__item--icon a.nav-pc-tags .nav-pc-tags-label {
  color: #b1b9c0;
  font-size: 10px !important;
  line-height: 1 !important;
}

.nav-pc-rightside__item--icon .icon-badge-wrap {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 33px;
  height: 17px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  vertical-align: top;
}

.nav-pc-rightside__item--icon .icon-badge {
  display: inline-flex;
  z-index: 5;
  align-items: center;
  justify-content: center;
  height: 17px;
  padding: 0 5px;
  border-radius: 8px;
  background-color: #f44336;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
}

.nav-pc-rightside__item--icon .icon-badge:empty {
  display: none;
}

.nav-pc-rightside__item--icon .icon-badge:blank {
  display: none;
}

.nav-pc-rightside__item--icon .icon-badge:-moz-only-whitespace {
  display: none;
}

.nav-pc-rightside__item--tags i.xiconbasic-tag {
  font-size: 36px;
}

.nav-pc-rightside__item--search-option {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 32px !important;
  margin: 6px 0 6px 8px;
  padding: 0 6px;
  border: 1px solid #aaa;
  border-radius: 4px;
  line-height: normal;
}

.nav-pc-rightside__item--search {
  width: 467px;
  text-align: left;
}

.nav-pc-rightside__item--login:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 44px;
  background-color: #dedede;
  content: "";
}

.nav-pc-rightside__item--login a.btn,
.nav-pc-rightside__item--login a.btn-flat {
  margin: 0 10px 0 11px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 38px;
}

.nav-pc-rightside__item--register .btn,
.nav-pc-rightside__item--register .btn-flat {
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
  line-height: 38px;
}

.nav-pc-rightside__item--userinfo {
  padding: 0 0 0 1px;
}

.nav-pc-rightside__item--userinfo:before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 1px;
  height: 44px;
  background-color: #dedede;
  content: "";
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .nav-pc-rightside__item--userinfo:before {
    height: 44px;
  }
}
.nav-pc-rightside__item--userinfo .pc-usermenu {
  position: relative;
  padding: 0 0 0 22px;
  font-size: 0;
}

.nav-pc-rightside__item--userinfo .pc-usermenu.pc-usermenu--active {
  color: #7ccbf0;
}

.nav-pc-rightside__item--userinfo .pc-usermenu.pc-usermenu--active .pc-usermenu__userinfo i {
  color: #7ccbf0;
}

.nav-pc-rightside__item--userinfo .pc-usermenu__wrap {
  min-width: 7rem;
  text-align: left;
}

.nav-pc-rightside__item--userinfo .pc-usermenu__wrap > div {
  display: inline-block;
  height: 44px;
  font-size: 14px;
  vertical-align: top;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .nav-pc-rightside__item--userinfo .pc-usermenu__wrap > div {
    height: 44px;
  }
}
.nav-pc-rightside__item--userinfo .pc-usermenu__img {
  padding: 8px 0;
}

.nav-pc-rightside__item--userinfo .pc-usermenu__img img {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.nav-pc-rightside__item--userinfo .pc-usermenu__userinfo {
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-pc-rightside__item--userinfo .pc-usermenu__userinfo i {
  color: #fff;
  font-size: 18px;
  vertical-align: -2px;
}

.nav-nouseradmin header nav .nav-pc-rightside__item--icon {
  margin-right: 1px;
}

.nav-nouseradmin header nav .nav-pc-rightside__item--icon:not(.nav-pc-rightside__item--icon--noborder):after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 44px;
  background-color: #dedede;
  content: "";
}

.search-option {
  display: inline-block;
}

.search-option + .search-option {
  margin-left: 8px;
}

body.sd-noresponsive .header-sections {
  height: 36px;
}

body.sd-noresponsive .header-sections__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body.sd-noresponsive .header-sections .header-sections-bgwrap:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
}

body.sd-noresponsive .header-sections .valign-wrapper .valign h2 {
  font-size: 15px;
  letter-spacing: 1px;
  text-shadow: 0 0 3px rgba(0, 0, 0, .8);
}

body.sd-noresponsive .header-sections .valign-wrapper .valign h2 + h5 {
  display: none;
}

body.sd-noresponsive main .main-inner {
  width: 100%;
  margin: 20px auto 54px;
}

body.sd-noresponsive main .main-inner .main-content {
  width: 100%;
}

.chevron-alike {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 15px 0 0 18px;
  transform: rotate(45deg);
  border: 2px solid #576776;
  border-top-width: 0;
  border-right-width: 0;
}

.chevron-alike.chevron-alike--white {
  border-color: #fff;
}

.header-rightside {
  display: inline-block;
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 36px;
  padding-right: 4px;
}

/* SD 用の検索 UI */
.header-sd-search {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 76px;
  margin-bottom: 10px;
  padding: 0 15px;
  background-color: #f6f4f7;
  transition: margin-top .5s ease-in-out;
}

.header-sd-search.active {
  margin-top: 0;
}

.header-sd-search .sd-search-input {
  display: inline-block;
  width: calc(100% - 60px);
  height: 44px;
  margin-bottom: 0;
  padding: 13px 10px 13px 13px;
  border-bottom: none;
  color: #666;
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
}

.header-sd-search .sd-search-input:focus {
  border-bottom: none !important;
  box-shadow: none !important;
}

.header-sd-search .sd-search-input:-moz-placeholder-shown {
  color: #b1b9c0;
  line-height: 21px;
}

.header-sd-search .sd-search-input:placeholder-shown {
  color: #b1b9c0;
  line-height: 21px;
}

.header-sd-search .sd-search-input::-webkit-input-placeholder {
  color: #b1b9c0;
  line-height: 21px;
}

.header-sd-search .sd-search-input:-moz-placeholder {
  color: #b1b9c0;
  line-height: 21px;
}

.header-sd-search .sd-search-input::-moz-placeholder {
  color: #b1b9c0;
  line-height: 21px;
}

.header-sd-search .sd-search-button {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 44px;
  padding: 0;
  border-radius: 0;
  line-height: 44px;
  text-align: center;
  vertical-align: top;
}

.header-sd-search .sd-search-button:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 1px;
  height: 24px;
  background-color: rgba(102, 102, 102, .6);
  content: "";
}

.header-sd-search .sd-search-button:after {
  display: inline-block;
  width: 28px;
  height: 28px;
  color: #7ccbf0;
  font-family: "xiconbasic";
  font-size: 28px;
  content: "\e902";
}

.header-sd-search .sd-search-button:focus {
  background-color: transparent;
}

.header-sd-search__select {
  position: relative;
  margin-bottom: 10px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .2);
}

.header-sd-search__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 2;
  position: relative;
  height: 36px;
  padding: 0 38px 0 12px;
  border: none;
  border-radius: 2px;
  background-color: transparent;
  color: #ababab;
  font-size: 16px;
  line-height: 36px;
}

.header-sd-search__select select:focus {
  outline: none;
}

.header-sd-search__select .dummy-caret {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 36px;
  padding: 8px 0 0;
  text-align: center;
}

.header-sd-search__select .dummy-caret i {
  color: #d8d8d8;
  font-size: 20px;
}

.header-sd-search__options {
  padding-bottom: 10px;
  text-align: center;
}

.header-sd-search__options .search-option label {
  color: #666;
}

.header-sd-search__options .search-option + .search-option {
  margin-left: 24px;
}

.header-sd-search__inner {
  width: 100%;
  height: 45px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  font-size: 0;
}

/* タグ（ページヘッダカテゴリ）のドロップダウン */
.tags_dropdown {
  width: 282px !important;
  max-height: none;
  padding: 0;
  overflow: hidden;
  background-color: rgba(56, 65, 74, .96);
  box-shadow: none;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .5);
}

.tags_dropdown li {
  min-height: 0;
  max-height: calc(100vh - 44px);
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: default;
}

.tags_dropdown li:hover {
  background-color: transparent;
}

.tags_dropdown li .slimScrollDiv,
.tags_dropdown li .tags_dropdown__content__inner {
  font-size: 0;
  line-height: 0;
}

.tags_dropdown li .tags_dropdown__content__inner {
  padding: 12px 0;
}

.tags_dropdown li a {
  display: inline-block !important;
  height: 28px;
  padding: 0 12px;
  background-color: rgba(255, 255, 255, 0);
  color: #fbfbfb;
  font-size: 14px;
  line-height: 30px;
  transition: background-color .2s ease-in-out;
}

.tags_dropdown li a:hover {
  background-color: transparent;
  background-color: rgba(255, 255, 255, .2);
  text-decoration: underline;
}

.tags_dropdown li .tags_dropdown__item {
  position: relative;
}

.tags_dropdown li .tags_dropdown__item.has-child > a {
  padding-right: 28px;
}

.tags_dropdown li .tags_dropdown__item .tags_openclose {
  display: inline-flex;
  position: absolute;
  top: 4px;
  right: 8px;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transform-origin: center;
  font-size: 20px !important;
  line-height: 18.5px;
  cursor: pointer;
  transition: transform .3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.tags_dropdown li .tags_dropdown__item .tags_openclose.tags_openclose--open {
  transform: rotate(180deg);
}

.tags_dropdown li .tags_dropdown__item .tags_openclose.tags_openclose--loading {
  transform-origin: center;
  animation: loading-spin 1s linear infinite;
  pointer-events: none;
}

.tags_dropdown li .tags_dropdown__item .tags_openclose.tags_openclose--loading:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e96f";
}

.tags_dropdown li .tags_dropdown__item a {
  width: 100%;
  padding-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tags_dropdown li .tags_dropdown__box:empty {
  display: none;
}

.tags_dropdown li .tags_dropdown__box:blank {
  display: none;
}

.tags_dropdown li .tags_dropdown__box:-moz-only-whitespace {
  display: none;
}

.tags-list-content li .tags_dropdown__content__inner > .tags_dropdown__item a {
  padding-left: 1em;
}

.tags-list-content li .tags_dropdown__content__inner > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item a {
  padding-left: 2em;
}

.tags-list-content li .tags_dropdown__content__inner > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item a {
  padding-left: 3em;
}

.tags-list-content li .tags_dropdown__content__inner > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item a {
  padding-left: 4em;
}

.tags-list-content li .tags_dropdown__content__inner > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item a {
  padding-left: 5em;
}

.search-overlay {
  display: none;
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}

.book-viewer {
  position: relative;
  width: 100%;
  margin: 0;
  /* 開発用・ビューアのダミー */
}

.book-viewer .book-viewer-dummy {
  width: 100%;
  height: 683px;
  overflow: hidden;
  background-color: #cac9cd;
  text-align: center;
}

.homevisual-box {
  display: flex;
  position: relative;
  align-items: center;
  /* flex */
  justify-content: center;
  width: 100%;
  height: 144px;
  margin: auto auto;
  overflow: hidden;
  text-align: center;
}

.header-homevisual,
.header-mainvisual {
  position: relative;
  height: 144px;
  margin: 0;
}

.header-homevisual {
  position: absolute;
  top: 0;
  left: calc((100% - 2560px) / 2);
  width: 2560px;
  background-position: top center;
  background-repeat: no-repeat;
}

.header-homevisual a {
  display: block;
  width: 1168px;
  height: 100%;
  margin: 0 auto;
}

.header-mainvisual {
  width: 100%;
  background-image: url("../images/header_bg.jpg");
  background-position: top center;
  background-size: cover;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .header-mainvisual {
    height: 80px;
    margin-top: -44px;
    padding-top: 44px;
    background-position: bottom center;
  }
}
.header-mainvisual .valign-wrapper {
  position: relative;
  width: 1168px;
  margin: 0 auto;
  color: #fff;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .header-mainvisual .valign-wrapper {
    width: 100%;
  }
}
.header-mainvisual .valign-wrapper .valign {
  width: 100%;
}

.header-mainvisual .valign-wrapper h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .header-mainvisual .valign-wrapper h2 {
    font-size: 16px;
    line-height: 1;
  }
}
.header-mainvisual .valign-wrapper h2 + h5 {
  margin: 0;
  font-size: 12px;
}

.header-mainvisual .valign-wrapper h2 + h5:not(.hide) {
  margin-top: 5px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .header-mainvisual .valign-wrapper h2 + h5 {
    display: none;
  }
}
.header-mainvisual .header-fab {
  display: none;
  position: absolute;
  right: 38px;
  bottom: -28px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #4990e2;
  color: #fff;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.header-mainvisual .header-fab:hover,
.header-mainvisual .header-fab:focus {
  background-color: #75abe9;
}

.header-mainvisual__navigation {
  display: none;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 36px;
}

.header-mainvisual__navigation a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header-mainvisual__navigation .chevron-alike {
  margin-top: 11px;
}

.nav-beforelogin .header-mainvisual {
  padding: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .nav-beforelogin .header-mainvisual {
    padding-top: 44px;
  }
}
.nav-beforelogin .header-mainvisual .valign-wrapper {
  height: 144px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .nav-beforelogin .header-mainvisual .valign-wrapper {
    height: 36px;
  }
}
.nav-afterlogin .header-mainvisual {
  padding: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .nav-afterlogin .header-mainvisual {
    padding-top: 44px;
  }
}
.nav-afterlogin .header-mainvisual .valign-wrapper {
  height: 100px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .nav-afterlogin .header-mainvisual .valign-wrapper {
    height: 36px;
  }
}
body {
  /* コンテンツ詳細のタブレット対応 */
}

body.has-headernavi .header-mainvisual__navigation {
  display: inline-block;
}

@media only screen and (min-width : 601px) and (min-height : 601px) {
  body.has-headernavi .header-mainvisual__navigation {
    display: none;
  }
}
/* コンテンツ詳細 */
.detail-texts__breadcrumbs {
  height: 20px;
  margin-bottom: 20px;
  line-height: normal;
}

.detail-texts__breadcrumbs:empty {
  display: none;
}

.detail-texts__breadcrumbs:blank {
  display: none;
}

.detail-texts__breadcrumbs:-moz-only-whitespace {
  display: none;
}

.detail-texts__breadcrumbs.breadcrumb_wrap--checked {
  visibility: visible;
}

.detail-texts__breadcrumbs .breadcrumb:before {
  vertical-align: -1px;
}

.detail-texts__book-title {
  width: 100%;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .8px;
  line-height: 28px;
}

.detail-texts__tags {
  width: 100%;
  margin: 0 -5px;
  padding: 6px 0 10px;
  font-size: 0;
}

.detail-texts__tags__tag {
  display: inline-block;
  height: 21px;
  margin: 5px 5px 0;
  padding: 4px 10px 0 4px;
  border: 1px solid #979797;
  border-radius: 3px;
  color: #666;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.detail-texts__tags__tag:before {
  margin-right: 4px;
  font-family: "xiconbasic";
  font-size: 15px;
  vertical-align: -2px;
  content: "\e912";
}

.detail-texts__explain,
.detail-texts__htmlblock {
  margin-bottom: 40px;
}

.detail-texts__explain {
  padding: 20px 20px 0;
  font-size: 14px;
  line-height: 21px;
}

.detail-texts__htmlblock {
  width: 100%;
}

.detail-texts__htmlblock__title {
  height: 23px;
  padding: 0 0 0 10px;
  border-left: 3px solid #4a90e2;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

.detail-texts__htmlblock__body {
  padding: 20px 20px 0;
  font-size: 14px;
  line-height: 21px;
}

.detail-texts__htmlblock__body .detail-texts__htmlblock__body__googlemaps {
  position: relative;
  width: 100%;
}

.detail-texts__htmlblock__body .detail-texts__htmlblock__body__googlemaps:before {
  display: block;
  padding-top: 75%;
  content: "";
}

.detail-texts__htmlblock__body .detail-texts__htmlblock__body__googlemaps iframe,
.detail-texts__htmlblock__body .detail-texts__htmlblock__body__googlemaps object,
.detail-texts__htmlblock__body .detail-texts__htmlblock__body__googlemaps embed {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.book-detail--pc {
  /* 「いいね」「コメント」など */
}

.book-detail--pc .main-inner {
  margin-bottom: 36px;
}

.book-detail--pc .book-detail-block__top {
  font-size: 0;
}

.book-detail--pc .book-detail-block__top__image {
  display: inline-table;
  width: 195px;
  height: 275px;
  float: left;
}

.book-detail--pc .book-detail-block__top__image .progress-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.book-detail--pc .book-detail-block__top__image .progress-block--overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.book-detail--pc .book-detail-block__top__image .progress-block--entity {
  z-index: 2;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.book-detail--pc .book-detail-block__top__image .progress-block--entity canvas {
  position: absolute;
  top: 50%;
  left: 50%;
}

.book-detail--pc .book-detail-block__top__image .progress-block--entity__string {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -13px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.book-detail--pc .book-detail-block__top__image__wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.book-detail--pc .book-detail-block__top__image__inner {
  position: relative;
  border: 1px solid #ababab;
}

.book-detail--pc .book-detail-block__top__image__entity {
  width: auto;
  max-width: 193px;
  height: auto;
  max-height: 273px;
}

.book-detail--pc .book-detail-block__top__data {
  position: relative;
  width: calc(100% - (193px + 40px));
  height: 275px;
  margin-left: 233px;
  font-size: 14px;
}

.book-detail--pc .book-detail-block__top__data__title {
  font-size: 28px;
  line-height: 30px;
}

.book-detail--pc .book-detail-block__top__data__list {
  margin-top: 20px;
}

.book-detail--pc .book-detail-block__top__data__list dl {
  margin-bottom: 16px;
  font-size: 0;
}

.book-detail--pc .book-detail-block__top__data__list dl:last-child {
  margin-bottom: 0;
}

.book-detail--pc .book-detail-block__top__data__list dl > dt,
.book-detail--pc .book-detail-block__top__data__list dl > dd {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.book-detail--pc .book-detail-block__top__data__list dl dt {
  width: 140px;
}

.book-detail--pc .book-detail-block__top__data__list dl dd {
  width: calc(100% - 140px);
  margin-left: 0;
}

.book-detail--pc .book-detail-block__top__data__list .book-detail-category__wrap:after {
  content: "\3001";
}

.book-detail--pc .book-detail-block__top__data__list .book-detail-category__wrap:last-child:after {
  content: "";
}

.book-detail--pc .book-detail-block__top__data__buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
}

.book-detail--pc .book-detail-block__top__data__buttons > .btn {
  min-width: 144px;
  height: 48px;
  margin-right: 14px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 46px;
}

.book-detail--pc .book-detail-block__top__data__buttons > .btn:last-child {
  margin-right: 0;
}

.book-detail--pc .book-detail-block__top__data__buttons .book_edit_button:after {
  font-family: "FontAwesome";
  font-size: 14px;
  content: "\f078";
}

.book-detail--pc .book-detail-block__texts {
  margin-top: 40px;
  color: #666;
}

.book-detail--pc .book-detail-block__texts__explain,
.book-detail--pc .book-detail-block__texts__htmlblock {
  margin-bottom: 40px;
}

.book-detail--pc .book-detail-block__texts .book-detail-explain__title,
.book-detail--pc .book-detail-block__texts .book-detail-htmlblock__title {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  line-height: 23px;
}

.book-detail--pc .book-detail-block__texts .book-detail-explain__title:before,
.book-detail--pc .book-detail-block__texts .book-detail-htmlblock__title:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 23px;
  background-color: #4a90e2;
  content: "";
}

.book-detail--pc .book-detail-block__texts .book-detail-explain__content,
.book-detail--pc .book-detail-block__texts .book-detail-htmlblock__content {
  margin: 30px 30px 0 20px;
  font-size: 14px;
  line-height: 20px;
}

.book-detail--pc .book-detail-block__office {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  background-color: #666;
}

.book-detail--pc .book-detail-block__office__link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.book-detail--pc .book-detail-block__office__link:hover {
  background-color: #5a5a5a;
}

.book-detail--pc .book-detail-block__office__link > * {
  display: inline-block;
}

.book-detail--pc .book-detail-block__office__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 7px;
  background-color: #fff;
  font-size: 0;
}

.book-detail--pc .book-detail-block__office__icon__entity {
  display: inline-block;
  transform: translateY(-2px);
  font-size: 75px;
}

.book-detail--pc .book-detail-block__office__icon__entity.xiconbasic-file-excel-box {
  color: #207347;
}

.book-detail--pc .book-detail-block__office__icon__entity.xiconbasic-file-word-box {
  color: #2c5898;
}

.book-detail--pc .book-detail-block__office__icon__entity.xiconbasic-file-powerpoint-box {
  color: #f68122;
}

.book-detail--pc .book-detail-block__office__downloadicon {
  display: inline-block;
  width: 24px;
  margin-top: 8px;
  background-image: url(../images/_sprite.png);
  background-position: 65.7276995305% 87.5%;
  background-repeat: no-repeat;
  background-size: 543.75% 776.9230769231%;
}

.book-detail--pc .book-detail-block__office__downloadicon:after {
  display: block;
  padding-top: 54.1666666667%;
  content: "";
}

.book-detail--pc .book-detail-block__office__lead {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}

.book-detail--pc .book-detail-block__otherbooks__title {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  line-height: 23px;
}

.book-detail--pc .book-detail-block__otherbooks__title:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 23px;
  background-color: #4a90e2;
  content: "";
}

.book-detail--pc .book-detail-block__action {
  background-color: #363939;
  font-size: 0;
  text-align: center;
}

.book-detail--pc .book-detail-block__action__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1168px;
  margin: 0 auto;
}

.book-detail--pc .book-detail-block__action__inner > div {
  display: inline-block;
  height: 43px;
  line-height: 43px;
  vertical-align: top;
}

.book-detail--pc .book-detail-block__action__reacts {
  color: #fff;
  text-align: left;
}

.book-detail--pc .book-detail-block__action__reacts > a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
}

.book-detail--pc .book-detail-block__action__reacts__branding {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 174px;
  height: 100%;
  padding-right: 40px;
}

.book-detail--pc .book-detail-block__action__reacts__branding .book-detail-block__action__reacts__branding__entity {
  display: inline-block;
  width: 134px;
  height: 24px;
  background-image: url(../images/actibook_logo_free_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.book-detail--pc .book-detail-block__action__reacts__like,
.book-detail--pc .book-detail-block__action__reacts__comment,
.book-detail--pc .book-detail-block__action__reacts__share,
.book-detail--pc .book-detail-block__action__reacts__print,
.book-detail--pc .book-detail-block__action__reacts__pdf,
.book-detail--pc .book-detail-block__action__reacts__generatelink {
  padding: 0 15px;
}

.book-detail--pc .book-detail-block__action__reacts__like > div,
.book-detail--pc .book-detail-block__action__reacts__comment > div,
.book-detail--pc .book-detail-block__action__reacts__share > div,
.book-detail--pc .book-detail-block__action__reacts__print > div,
.book-detail--pc .book-detail-block__action__reacts__pdf > div,
.book-detail--pc .book-detail-block__action__reacts__generatelink > div {
  display: inline-block;
  vertical-align: middle;
}

.book-detail--pc .book-detail-block__action__reacts__like__icon,
.book-detail--pc .book-detail-block__action__reacts__comment__icon,
.book-detail--pc .book-detail-block__action__reacts__share__icon,
.book-detail--pc .book-detail-block__action__reacts__print__icon,
.book-detail--pc .book-detail-block__action__reacts__pdf__icon {
  display: inline-block;
  width: 24px;
  height: 25px;
  font-size: 24px;
}

.book-detail--pc .book-detail-block__action__reacts__like__icon:before,
.book-detail--pc .book-detail-block__action__reacts__like__icon:after,
.book-detail--pc .book-detail-block__action__reacts__comment__icon:before,
.book-detail--pc .book-detail-block__action__reacts__comment__icon:after,
.book-detail--pc .book-detail-block__action__reacts__share__icon:before,
.book-detail--pc .book-detail-block__action__reacts__share__icon:after,
.book-detail--pc .book-detail-block__action__reacts__print__icon:before,
.book-detail--pc .book-detail-block__action__reacts__print__icon:after,
.book-detail--pc .book-detail-block__action__reacts__pdf__icon:before,
.book-detail--pc .book-detail-block__action__reacts__pdf__icon:after {
  font-family: "xiconbasic";
  line-height: 24px;
  vertical-align: top;
}

.book-detail--pc .book-detail-block__action__reacts__generatelink__icon {
  display: inline-block;
  width: 20px;
  height: 21px;
  font-size: 21px;
}

.book-detail--pc .book-detail-block__action__reacts__generatelink__icon:before {
  font-family: "FontAwesome";
  line-height: 21px;
  vertical-align: top;
  content: "\f0c1";
}

.book-detail--pc .book-detail-block__action__reacts__like__icon {
  transition: color .3s ease-in-out;
  will-change: color;
}

.book-detail--pc .book-detail-block__action__reacts__like__icon:before,
.book-detail--pc .book-detail-block__action__reacts__like__icon:after {
  font-family: "xiconbasic";
  line-height: 22px;
}

.book-detail--pc .book-detail-block__action__reacts__like__icon:before {
  content: "\e901";
}

.book-detail--pc .book-detail-block__action__reacts__like__icon:after {
  display: none;
  content: "\e967";
}

.book-detail--pc .book-detail-block__action__reacts__like__number {
  padding: 2px 0 0 8px;
  font-size: 16px;
  line-height: 1;
  transition: color .3s ease-in-out;
  will-change: color;
}

.book-detail--pc .book-detail-block__action__reacts__like--liked .book-detail-block__action__reacts__like__icon {
  color: #ff6a8e;
  transition: color .3s ease-in-out .2s;
}

.book-detail--pc .book-detail-block__action__reacts__like--liked .book-detail-block__action__reacts__like__icon:before {
  display: none;
}

.book-detail--pc .book-detail-block__action__reacts__like--liked .book-detail-block__action__reacts__like__icon:after {
  display: inline-block;
}

.book-detail--pc .book-detail-block__action__reacts__like--liked .book-detail-block__action__reacts__like__number {
  color: #ff7f9e;
  transition: color .3s ease-in-out .2s;
}

.book-detail--pc .book-detail-block__action__reacts__comment__icon:before {
  font-family: "xiconbasic";
  font-size: 24px;
  line-height: 1;
  content: "\e92c";
}

.book-detail--pc .book-detail-block__action__reacts__comment__number,
.book-detail--pc .book-detail-block__action__reacts__share__title,
.book-detail--pc .book-detail-block__action__reacts__print__title,
.book-detail--pc .book-detail-block__action__reacts__pdf__title {
  padding: 2px 0 0 8px;
  font-size: 16px;
  line-height: 1;
}

.book-detail--pc .book-detail-block__action__reacts__generatelink__title {
  padding: 2px 0 0 10px;
  font-size: 16px;
  line-height: 1;
}

.book-detail--pc .book-detail-block__action__reacts__share__icon:before {
  font-family: "xiconbasic";
  content: "\e96a";
}

.book-detail--pc .book-detail-block__action__reacts__print__icon:before {
  font-family: "xiconbasic";
  content: "\e970";
}

.book-detail--pc .book-detail-block__action__reacts__pdf__icon:before {
  font-family: "xiconbasic";
  content: "\e971";
}

.book-detail--pc .book-detail-block__action__reacts__generatelink__icon {
  display: inline-block;
  width: 20px;
  height: 21px;
  font-size: 21px;
}

.book-detail--pc .book-detail-block__action__reacts__generatelink__icon:before {
  font-family: "FontAwesome";
  line-height: 21px;
  vertical-align: top;
  content: "\f0c1";
}

.book-detail--pc .book-detail-block__action__extend {
  color: #000;
  text-align: right;
}

.book-detail--pc .book-detail-block__action__extend__wrapper {
  display: inline-block;
  width: auto;
  height: 100%;
  background-color: #fff;
}

.book-detail--pc .book-detail-block__action__extend__wrapper > a {
  display: inline-block;
  color: #000;
  vertical-align: top;
}

.book-detail--pc .book-detail-block__action__extend__wrapper > a > div {
  display: inline-block;
  vertical-align: middle;
}

.book-detail--pc .book-detail-block__action__extend__normal,
.book-detail--pc .book-detail-block__action__extend__larger,
.book-detail--pc .book-detail-block__action__extend__zoomin {
  width: 114px;
  height: 100%;
  text-align: center;
}

.book-detail--pc .book-detail-block__action__extend__normal__icon,
.book-detail--pc .book-detail-block__action__extend__larger__icon,
.book-detail--pc .book-detail-block__action__extend__zoomin__icon {
  position: relative;
  width: 27px;
  height: 27px;
  margin-right: 8px;
}

.book-detail--pc .book-detail-block__action__extend__normal__icon:before,
.book-detail--pc .book-detail-block__action__extend__larger__icon:before,
.book-detail--pc .book-detail-block__action__extend__zoomin__icon:before {
  display: inline-block;
  position: absolute;
  top: -9px;
  left: 0;
  width: 27px;
  height: 27px;
  font-family: "one_viewer";
  font-size: 27px;
}

.book-detail--pc .book-detail-block__action__extend__normal__text,
.book-detail--pc .book-detail-block__action__extend__larger__text,
.book-detail--pc .book-detail-block__action__extend__zoomin__text {
  font-size: 16px;
  line-height: 27px;
}

.book-detail--pc .book-detail-block__action__extend__normal {
  background-color: rgba(0, 0, 0, .1);
  transition: background-color .3s ease-in-out;
  will-change: background-color;
}

.book-detail--pc .book-detail-block__action__extend__normal:hover {
  background-color: rgba(0, 0, 0, .3);
}

.book-detail--pc .book-detail-block__action__extend__normal__icon:before {
  content: "\e921";
}

.book-detail--pc .book-detail-block__action__extend__larger,
.book-detail--pc .book-detail-block__action__extend__zoomin {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .3s ease-in-out;
  will-change: background-color;
}

.book-detail--pc .book-detail-block__action__extend__larger:hover,
.book-detail--pc .book-detail-block__action__extend__zoomin:hover {
  background-color: rgba(0, 0, 0, .2);
}

.book-detail--pc .book-detail-block__action__extend__larger__icon:before {
  content: "\e920";
}

.book-detail--pc .book-detail-block__action__extend__zoomin__icon:before {
  content: "\e922";
}

/* 動作環境 */
.environment-block {
  z-index: 1;
  margin: 40px 0 72px;
}

.environment-block__title {
  position: relative;
  height: 23px;
  padding: 0 0 0 10px;
  border-left: 3px solid #4a90e2;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  cursor: pointer;
}

.environment-block__openclose {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 23px;
  padding: 5px 5px 0 0;
  text-align: right;
}

.environment-block__openclose.environment-block__openclose--closed .environment-block__openclose__inner {
  transform: rotate(225deg);
}

.environment-block__openclose__inner {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0;
  transform: rotate(45deg);
  transform-origin: 6px 6px;
  border: 2px solid #576776;
  border-right: none;
  border-bottom: none;
  transition: transform .2s ease;
}

.environment-block__body {
  padding-top: 28px;
  font-size: 0;
}

.environment-block__body > div {
  display: inline-block;
  width: calc((100% - 28px) / 2);
  font-size: 13px;
  vertical-align: top;
}

.environment-block__body > div:first-child {
  margin-right: 28px;
}

.environment-block__body__left {
  padding: 20px;
  border: solid 1px #e7e7e7;
  background-color: #fbfafb;
}

.environment-block__body__left__title {
  height: 23px;
  padding: 0 0 0 10px;
  border-left: 3px solid #4a90e2;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

.environment-block__body__left__body__header01,
.environment-block__body__left__body__header02 {
  font-weight: bold;
}

.environment-block__body__left__body__header01 {
  border-bottom: solid 2px #c1c1c1;
}

.environment-block__body__left__body__header02 {
  padding-top: 10px;
}

.environment-block__body__left__body__content {
  margin: 3px 0 20px;
  padding-left: 20px;
}

.environment-block__body__left__body__content:last-child {
  margin-bottom: 0;
}

.environment-block__body__left__body__content ul {
  margin: 0;
  padding-left: 20px;
}

.environment-block__body__left__body__content ul li {
  list-style-type: square;
}

/* SD 用 QR コード表示 */
body.show_qrcode {
  overflow: hidden;
}

body.show_qrcode .qrcode {
  display: flex;
  opacity: 1;
}

body.hide_qrcode .qrcode {
  animation: hideqr .3s ease-in-out 0s;
}

.qrcode {
  display: none;
  z-index: 1010;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  /* flex */
  justify-content: center;
  width: 100vw;
  height: 100vh;
  animation: showqr .3s ease-in-out 0s;
}

.qrcode > * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.qrcode-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .95);
}

.qrcode-close {
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
}

.qrcode-content {
  display: inline-block;
  z-index: 2;
  position: relative;
  width: 220px;
  padding-bottom: 40px;
}

.qrcode-content__message {
  height: 36px;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.qrcode-content__image {
  width: 220px;
  height: 220px;
  margin-top: 34px;
}

.qrcode-content__image__frame {
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 4px solid #666;
  background-color: #fff;
}

.qrcode-content__image__entity {
  width: 100%;
  height: 100%;
}

.book-detail-comment-dummy-wrap {
  position: absolute;
  top: -10000px;
  left: 0;
}

.book-detail-comment-dummy-wrap {
  font-size: 13px;
  line-height: 20px;
}

.book-detail-block__comments {
  z-index: 2;
  position: relative;
  padding: 30px 15px 24px;
}

.book-detail-block__comments__title {
  position: relative;
  cursor: pointer;
}

.book-detail-block__comments__title__text {
  height: 21px;
  padding: 0 0 0 10px;
  border-left: 3px solid #4a90e2;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
}

.book-detail-block__comments__input {
  margin-top: 10px;
  padding-bottom: 12px;
  font-size: 0;
  line-height: 0;
}

.book-detail-block__comments__needlogin {
  padding: 10px 0 12px;
}

.book-detail-block__comments__needlogin__explain {
  font-size: 13px;
  line-height: 20px;
}

.book-detail-block__comments__needlogin__loginlink {
  padding: 10px 0;
  text-align: center;
}

.book-detail-block__comments__items {
  z-index: 2;
  position: relative;
  border-top: 1px solid #ccc;
}

.book-detail-block__comments__item {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
  transition: opacity .5s ease-in-out;
  will-change: opacity;
}

.book-detail-block__comments__item:last-child {
  border-bottom: none;
}

.book-detail-block__comments__item.ismyitem .book-detail-block__comments__item__mycomment {
  display: block;
}

.book-detail-block__comments__item.ismyitem .comment-operate-menu-snitch {
  display: none;
}

.book-detail-block__comments__item:not(.ismyitem) .comment-operate-menu-delete {
  display: none;
}

.book-detail-block__comments__item:not(.ismyitem).snitched .book-detail-block__comments__item__operation__snitched {
  display: inline-block;
}

.book-detail-block__comments__item:not(.ismyitem).snitched .book-detail-block__comments__item__operation__menu {
  display: none;
}

.book-detail-block__comments__item--none {
  opacity: 1 !important;
}

.book-detail-block__comments__item--none .book-detail-block__comments__item__text_none {
  font-size: 13px;
  line-height: 20px;
}

.book-detail-block__comments__item__mycomment {
  display: none;
  color: #9e9e9e;
  font-size: 11px;
}

.book-detail-block__comments__item__text {
  position: relative;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  transition: height .3s ease-in-out;
  will-change: height;
}

.book-detail-block__comments__item__text.ellipted:after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(to bottom, rgba(246, 244, 247, 0) 0%, rgb(246, 244, 247) 100%);
  content: "";
  transition: opacity .3s ease-in-out;
  will-change: opacity;
}

.book-detail-block__comments__item__text.ellipted:not(.opened):after {
  opacity: 1;
}

.book-detail-block__comments__item__text.ellipted:not(.opened) + .book-detail-block__comments__item__operation .book-detail-block__comments__item__operation__more {
  display: inline-block;
}

.book-detail-block__comments__item__text.ellipted:not(.opened) + .book-detail-block__comments__item__operation .book-detail-block__comments__item__operation__less {
  display: none;
}

.book-detail-block__comments__item__text.ellipted.opened:after {
  opacity: 0;
}

.book-detail-block__comments__item__text.ellipted.opened + .book-detail-block__comments__item__operation .book-detail-block__comments__item__operation__more {
  display: none;
}

.book-detail-block__comments__item__text.ellipted.opened + .book-detail-block__comments__item__operation .book-detail-block__comments__item__operation__less {
  display: inline-block;
}

.book-detail-block__comments__item__text.ellipted + .book-detail-block__comments__item__operation {
  display: block;
}

.book-detail-block__comments__item__text:not(.ellipted) + .book-detail-block__comments__item__operation .book-detail-block__comments__item__operation__more,
.book-detail-block__comments__item__text:not(.ellipted) + .book-detail-block__comments__item__operation .book-detail-block__comments__item__operation__less {
  display: none;
}

.book-detail-block__comments__item__text:not(.ellipted) + .book-detail-block__comments__item__operation .book-detail-block__comments__item__operation__rightside {
  width: 100%;
}

.book-detail-block__comments__item__operation {
  margin-top: 5px;
  font-size: 0;
}

.book-detail-block__comments__item__operation > div {
  display: inline-block;
  vertical-align: top;
}

.book-detail-block__comments__item__operation__more,
.book-detail-block__comments__item__operation__less {
  width: 100px;
  height: 22px;
  overflow: hidden;
  font-size: 13px;
  cursor: pointer;
}

.book-detail-block__comments__item__operation__more i,
.book-detail-block__comments__item__operation__less i {
  display: inline-block;
  font-size: 24px;
  vertical-align: top;
}

.book-detail-block__comments__item__operation__more i.xiconbasic-close,
.book-detail-block__comments__item__operation__less i.xiconbasic-close {
  margin: 0 2px;
  font-size: 20px;
}

.book-detail-block__comments__item__operation__rightside {
  position: relative;
  width: calc(100% - 100px);
  text-align: right;
}

.book-detail-block__comments__item__operation__menu,
.book-detail-block__comments__item__operation__snitched {
  display: inline-block;
  float: right;
  vertical-align: top;
}

.book-detail-block__comments__item__operation__like {
  margin-right: 110px;
  vertical-align: top;
}

.book-detail-block__comments__item__operation__like a {
  display: inline-block;
  height: 100%;
  padding: 0 10px;
  color: #999;
  line-height: 22px;
  text-decoration: none;
}

.book-detail-block__comments__item__operation__like a > div {
  display: inline-block;
  vertical-align: top;
}

.book-detail-block__comments__item__operation__like--liked .book-detail-block__comments__item__operation__like__icon {
  color: #ff6a8e;
  transition: color .3s ease-in-out .2s;
}

.book-detail-block__comments__item__operation__like--liked .book-detail-block__comments__item__operation__like__icon:before {
  display: none;
}

.book-detail-block__comments__item__operation__like--liked .book-detail-block__comments__item__operation__like__icon:after {
  display: inline-block;
}

.book-detail-block__comments__item__operation__like--liked .book-detail-block__comments__item__operation__like__number {
  color: #ff7f9e;
  transition: color .3s ease-in-out .2s;
}

.book-detail-block__comments__item__operation__like__icon {
  position: relative;
  width: 18px;
  height: 22px;
  margin-right: 3px;
  font-size: 18px;
  transition: color .3s ease-in-out;
  will-change: color;
}

.book-detail-block__comments__item__operation__like__icon:before,
.book-detail-block__comments__item__operation__like__icon:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "xiconbasic";
  line-height: 22px;
}

.book-detail-block__comments__item__operation__like__icon:before {
  content: "\e901";
}

.book-detail-block__comments__item__operation__like__icon:after {
  display: none;
  content: "\e967";
}

.book-detail-block__comments__item__operation__like__number {
  height: 22px;
  padding-top: 3px;
  font-size: 15px;
  line-height: 20px;
  transition: color .3s ease-in-out;
  will-change: color;
}

.book-detail-block__comments__item__operation__menu .comment-operate-button {
  display: inline-block;
  height: 22px;
  overflow: hidden;
  color: #757575;
}

.book-detail-block__comments__item__operation__menu .comment-operate-button i {
  margin-top: -7px;
  font-size: 36px;
}

.book-detail-block__comments__item__operation__menu .comment-operate-menu {
  width: 170px !important;
}

.book-detail-block__comments__item__operation__menu .comment-operate-menu li {
  min-height: 0;
  white-space: pre;
}

.book-detail-block__comments__item__operation__menu .comment-operate-menu li a {
  padding: 8px 12px;
  color: #f44336;
}

.book-detail-block__comments__item__operation__menu .comment-operate-menu li a i {
  margin-right: 4px;
}

.book-detail-block__comments__item__operation__menu .comment-operate-menu li a .xiconbasic-separate {
  transform: rotate(135deg);
}

.book-detail-block__comments__item__operation__snitched {
  display: none;
  padding-right: 10px;
  color: #9e9e9e;
  vertical-align: top;
}

.book-detail-block__comments__item__operation__snitched i {
  height: 22px;
  margin-right: 2px;
  font-size: 20px;
  line-height: 22px;
  vertical-align: top;
}

.book-detail-block__comments__item__operation__snitched__text {
  display: inline-block;
  padding-top: 3px;
  font-size: 15px;
  line-height: 20px;
  vertical-align: top;
}

.comments_openclose {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 23px;
  padding: 5px 5px 0 0;
  text-align: right;
}

.comments_openclose.comments_openclose--closed .comments_openclose__inner {
  transform: rotate(225deg);
}

.comments_openclose__inner {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0;
  transform: rotate(45deg);
  transform-origin: 6px 6px;
  border: 2px solid #576776;
  border-right: none;
  border-bottom: none;
  transition: transform .2s ease;
}

.comments__input__block--fixed {
  z-index: 1000;
  position: fixed;
  top: 44px;
  width: 1168px;
  padding: 0 0 10px !important;
  overflow: hidden;
}

.comments__input__block--fixed .book-detail-block__comments__input__inner {
  padding: 20px 20px 12px;
  background-color: #f6f4f7;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .4);
}

.comments__input__block--fixed + .comments__input__block__dummy {
  display: block;
}

.comments__input__block__dummy {
  display: none;
}

.comment-input_wrap > div {
  display: inline-block;
  vertical-align: bottom;
}

.comment-input_wrap .comment-input-area {
  width: calc(100% - 36px);
  padding: 0 8px 0 0;
}

.comment-input_wrap .comment-input-area textarea {
  max-height: 112px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
  resize: none;
}

.comment-input_wrap .comment-input-area textarea:focus {
  outline: none;
}

.comment-input_wrap .comment-input-area.comment-input-area--inputted + .comment-input-button a {
  color: #32c77b;
  pointer-events: auto !important;
}

.comment-input_wrap .comment-input-button {
  width: 36px;
}

.comment-input_wrap .comment-input-button .comment-counter {
  margin-bottom: 2px;
  color: #bdbdbd;
  font-size: 11px;
  line-height: normal;
}

.comment-input_wrap .comment-input-button .comment-counter.comment-counter--warning {
  color: #ff9800;
  font-weight: bold;
}

.comment-input_wrap .comment-input-button .comment-counter.comment-counter--alert {
  color: #ef5350;
  font-weight: bold;
}

.comment-input_wrap .comment-input-button a {
  display: inline-block;
  border-radius: 2px;
  color: #ccc;
  vertical-align: middle;
  pointer-events: none;
  transition: color .3s ease-in-out;
  will-change: color;
}

.comment-input_wrap .comment-input-button a:focus {
  outline: none;
}

.comment-input_wrap .comment-input-button a i {
  width: 36px;
  height: 36px;
  font-size: 36px;
}

.comment-input_wrap .comment-input-button a i:before {
  width: 36px;
  height: 36px;
}

/* コメント機能といいね機能のオフ */
body.nocomments {
  /* コメント機能がオフの場合 */
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.nocomments .content-block__body .tag-item {
    height: 199px;
  }
}
body.nocomments .content-block__body .tag-item__counts__comments {
  display: none;
}

body.nocomments .main-books__block__item--history .main-books__block__item__footer__counts .main-books__item__comments {
  display: none;
}

body.nocomments .search_result_item__data__counts__comments,
body.nocomments .search_result_item__head__data__counts__comments {
  display: none !important;
}

body.nocomments.nolikes {
  /* コメント機能といいね機能の両方がオフの場合 */
}

body.nocomments.nolikes .content-block__body .tag-item {
  height: 286px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.nocomments.nolikes .content-block__body .tag-item {
    height: 180px;
  }
}
body.nocomments.nolikes .content-block__body .tag-item__counts {
  display: none;
}

body.nocomments.nolikes .main-books__block__item__footer__title__wrap {
  width: calc(100% - 120px);
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.nocomments.nolikes .main-books__block__item__footer__title__wrap {
    width: calc(100% - 100px);
  }
}
body.nocomments.nolikes .main-books__block__item__footer__rightside {
  width: 120px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.nocomments.nolikes .main-books__block__item__footer__rightside {
    width: 100px;
  }
}
body.nocomments.nolikes .main-books__block__item__footer__counts {
  display: none;
}

body.nocomments.nolikes .main-books__block__item__footer__lastupdate {
  padding-top: 12px;
}

body.nocomments.nolikes .search_result_item.search_result_item--sd .search_result_item__head {
  height: 143px;
}

body.nocomments.nolikes .search_result_item.search_result_item--sd .search_result_item__head__data {
  max-height: 131px;
}

body.nocomments.nolikes .search_result_item__data__counts,
body.nocomments.nolikes .search_result_item__head__data__counts {
  display: none !important;
}

body.nolikes {
  /* いいね機能がオフの場合 */
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.nolikes .content-block__body .tag-item {
    height: 199px;
  }
}
body.nolikes .content-block__body .tag-item__counts__likes {
  display: none;
}

body.nolikes .main-books__block__item--history .main-books__block__item__footer__counts .main-books__item__likes {
  display: none;
}

body.nolikes .search_result_item__data__counts__likes,
body.nolikes .search_result_item__head__data__counts__likes {
  display: none !important;
}

.policies-bar {
  min-height: 32px;
  background-color: #6f7575;
}

.policies-bar .policies-bar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 1168px;
  margin: 0 auto;
  padding: 6px 0 4px;
}

.policies-bar .policies-bar-inner a {
  color: #fff;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .policies-bar .policies-bar-inner {
    width: 100%;
    padding-right: 4px;
  }
}
/* 7.11.0 ここから */
.registerlogin-wrap {
  width: 944px;
  margin: 0 auto;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .registerlogin-wrap {
    width: 100%;
    padding: 0 12px 100px;
  }
}
.register-form-wrap .login-form {
  margin: 0 -12px;
}

.registerlogin-panel {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  font-size: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .registerlogin-panel {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.registerlogin-panel .btn {
  font-size: 14px;
}

.registerlogin-panel .login-form .form-group {
  font-size: 14px;
}

.registerlogin-child {
  padding: 20px 20px 24px 20px;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .16);
}

.registerlogin-child.registerlogin-child--left {
  flex: 0 0 560px;
  min-height: 100%;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .registerlogin-child.registerlogin-child--left {
    flex-basis: auto;
    padding: 0 20px !important;
  }
}
.registerlogin-child.registerlogin-child--right {
  flex: 0 0 360px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .registerlogin-child.registerlogin-child--right {
    flex-basis: auto;
    margin-top: 48px;
  }
}
.registerlogin-child.registerlogin-child--nocard {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .registerlogin-child {
    flex-basis: auto;
  }
}
.registerlogin-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.registerlogin-inner.registerlogin-inner--formshow .show-formshown {
  display: block;
}

.registerlogin-inner.registerlogin-inner--formshow .hide-formshown {
  display: none;
}

.show-formshown {
  display: none;
}

.hide-formshown {
  display: block;
}

.registerlogin-child-head {
  width: 100%;
}

.registerlogin-child-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.registerlogin-child-title .greener-mark {
  display: inline-block;
  width: 17px;
  height: 24px;
  margin-right: 12px;
  background-image: url(../images/_sprite.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 767.6470588235% 420.8333333333%;
  vertical-align: middle;
}

.registerlogin-child-title .greener-mark:after {
  display: block;
  padding-top: 141.1764705882%;
  content: "";
}

.registerlogin-child-lead {
  margin-top: 22px !important;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.registerlogin-form {
  margin-top: 24px;
}

.registerlogin-form dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.registerlogin-form dl dt {
  display: inline-flex;
  flex: 0 0 180px;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 8px;
}

.registerlogin-form dl dd {
  flex: 0 0 calc(100% - 180px);
  margin-left: 0;
}

.registerlogin-form .label-node {
  align-items: flex-start !important;
}

.registerlogin-child-button {
  width: 100%;
  margin-top: 32px;
}

.registerlogin-child-button.registerlogin-child-button--registerform {
  margin-top: 24px;
}

.registerlogin-child-button .btn {
  min-width: 312px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .registerlogin-child-button .btn {
    min-width: 100%;
  }
}
/* 7.11.0 ここまで */
.homevisual-box.homevisual-box--sd {
  height: auto;
}

.homevisual-box.homevisual-box--sd:before {
  display: block;
  padding-top: 38.4%;
  content: "";
}

.header-homevisual.header-homevisual--sd {
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}

.header-homevisual.header-homevisual--sd.processed {
  opacity: 1;
}

.header-homevisual.header-homevisual--sd a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
}

.book-detail--sd {
  /* 「いいね」「コメント」など */
  /* ブランドロゴ表示 */
}

.book-detail--sd .header-sd-search.active {
  margin-top: 0;
}

.book-detail--sd .header-sd-search.active + .header-mainvisual + main .book-image-block {
  top: 135px;
}

.book-detail--sd .header-mainvisual {
  display: none;
}

.book-detail--sd main {
  z-index: 1;
  position: relative;
}

.book-detail--sd main .main-inner {
  margin: 0;
  padding: 0;
}

.book-detail--sd .book-image-block {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 759px;
  overflow: hidden;
  transition: top .5s ease-in-out, height .2s ease;
}

.book-detail--sd .book-image-block + .main-inner {
  z-index: 2;
  position: relative;
}

.book-detail--sd .book-image-block__wrap {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  filter: blur(4px);
}

.book-detail--sd .book-image-block__entity {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
}

.book-detail--sd .book-detail-block__top,
.book-detail--sd .book-detail-block__texts {
  background-color: rgba(0, 0, 0, .75);
}

.book-detail--sd .book-detail-block__category {
  background-color: rgba(0, 0, 0, .86);
}

.book-detail--sd .book-detail-block__top__navigation {
  width: 100%;
  height: 42px;
}

.book-detail--sd .book-detail-block__top__navigation .book-detail-navigation {
  display: inline-block;
  width: 42px;
  height: 42px;
}

.book-detail--sd .book-detail-block__top__image {
  display: table;
  width: 276px;
  height: 276px;
  margin: 0 auto 20px;
  font-size: 0;
}

.book-detail--sd .book-detail-block__top__image__wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.book-detail--sd .book-detail-block__top__image__entity {
  width: auto;
  max-width: 276px;
  height: auto;
  max-height: 276px;
  margin: 0;
  box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .75);
}

.book-detail--sd .book-detail-block__top__title {
  padding: 0 15px;
  color: #fff;
  text-align: center;
}

.book-detail--sd .book-detail-block__top__title__main {
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 25px;
}

.book-detail--sd .book-detail-block__top__title__sub {
  margin-top: 8px;
  padding: 11px 0 15px;
  border-top: 1px solid #88b04b;
  font-size: 11px;
  letter-spacing: 3px;
  line-height: 1;
}

.book-detail--sd .book-detail-block__top__buttons {
  padding: 0 15px 15px;
  font-size: 0;
}

.book-detail--sd .book-detail-block__top__buttons > .btn {
  display: inline-block;
  width: calc((100% - 17px) / 2);
  height: 44px;
  margin-right: 17px;
  padding: 0;
  font-size: 14px;
  letter-spacing: .8px;
  line-height: 44px;
}

.book-detail--sd .book-detail-block__top__buttons > .btn:last-child {
  margin-right: 0;
}

.book-detail--sd .book-detail-block__subdata {
  padding: 15px 15px 15px;
  background-color: #2a2a2a;
}

.book-detail--sd .book-detail-block__subdata__title {
  color: #fbfbfb;
  font-size: 13px;
  font-weight: bold;
}

.book-detail--sd .book-detail-block__subdata__title i.fa {
  margin-right: 6px;
  font-weight: normal;
}

.book-detail--sd .book-detail-block__subdat__share {
  padding: 5px 0 20px;
  text-align: center;
}

.book-detail--sd .book-detail-block__subdat__share .book-detail-share__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 28px;
  padding-top: 2px;
  border-radius: 4.5px;
  color: #fff;
  font-size: 26px;
}

.book-detail--sd .book-detail-block__subdat__share .book-detail-share__item:before {
  font-family: "Socicon";
}

.book-detail--sd .book-detail-block__subdat__share .book-detail-share__item:last-child {
  margin-right: 0;
}

.book-detail--sd .book-detail-block__subdat__share .book-detail-share__item--qrcode {
  padding-top: 0;
  background-color: #979797;
  font-size: 30px;
  line-height: 40px;
}

.book-detail--sd .book-detail-block__subdat__share .book-detail-share__item--qrcode:before {
  font-family: "one_viewer";
  content: "\e90a";
}

.book-detail--sd .book-detail-block__subdat__share .book-detail-share__item--facebook {
  background-color: #3b5998;
}

.book-detail--sd .book-detail-block__subdat__share .book-detail-share__item--facebook:before {
  margin-left: 7px;
  content: "\e028";
}

.book-detail--sd .book-detail-block__subdat__share .book-detail-share__item--twitter {
  padding-top: 3px;
  background-color: #55acee;
  font-size: 24px;
}

.book-detail--sd .book-detail-block__subdat__share .book-detail-share__item--twitter:before {
  content: "\e08d";
}

.book-detail--sd .book-detail-block__subdat__share .book-detail-share__item--line {
  background-color: #636960;
}

.book-detail--sd .book-detail-block__subdat__share .book-detail-share__item--line:before {
  content: "\e04b";
}

.book-detail--sd .book-detail-block__subdat__share .book-detail-share__item--weibo {
  background-color: #e32529;
}

.book-detail--sd .book-detail-block__subdat__share .book-detail-share__item--weibo:before {
  content: "\e098";
}

.book-detail--sd .book-detail-block__subdat__share .book-detail-share__item--wechat {
  background-color: #02a709;
}

.book-detail--sd .book-detail-block__subdat__share .book-detail-share__item--wechat:before {
  content: "\e097";
}

.book-detail--sd .book-detail-block__subdata__tags {
  position: relative;
}

.book-detail--sd .book-detail-block__subdata__tags__body {
  z-index: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  transition: height .3s ease-in-out;
}

.book-detail--sd .book-detail-block__subdata__tags__body.book-detail-block__subdata__tags__body--closed {
  height: 20px !important;
}

.book-detail--sd .book-detail-block__subdata__tags__body .book-detail-tag__item {
  display: inline-block;
  margin-right: 15px;
}

.book-detail--sd .book-detail-block__subdata__tags__body .book-detail-tag__item:last-child {
  margin-right: 0;
}

.book-detail--sd .book-detail-block__subdata__tags__body .book-detail-tag__item a {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  line-height: 22px;
}

.book-detail--sd .book-detail-block__subdata__tags__body .book-detail-tag__item a i[class^=xiconbasic-] {
  margin-right: 3px;
  font-size: 13px;
  vertical-align: -1px;
}

.book-detail--sd .book-detail-block__subdata__tags__openclose {
  z-index: 2;
  position: relative;
  top: 0;
  right: 0;
  width: 34px;
  height: 20px;
  padding: 5px 5px 0 0;
  float: right;
  text-align: right;
  cursor: pointer;
}

.book-detail--sd .book-detail-block__subdata__tags__openclose.book-detail-block__subdata__tags__openclose--closed .book-detail-block__subdata__tags__openclose__inner {
  transform: rotate(225deg);
}

.book-detail--sd .book-detail-block__subdata__tags__openclose__inner {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0;
  transform: rotate(45deg);
  transform-origin: 6px 6px;
  border: 2px solid #ececec;
  border-right: none;
  border-bottom: none;
  transition: transform .2s ease;
}

.book-detail--sd .book-detail-block__office {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  background-color: #666;
}

.book-detail--sd .book-detail-block__office.book-detail-block__office--tablet .book-detail-block__office__icon {
  width: 72px;
  height: 72px;
  border-radius: 7px;
}

.book-detail--sd .book-detail-block__office.book-detail-block__office--tablet .book-detail-block__office__icon .book-detail-block__office__icon__entity {
  transform: translateY(-2px);
  font-size: 75px;
}

.book-detail--sd .book-detail-block__office.book-detail-block__office--tablet .book-detail-block__office__downloadicon {
  margin-top: 8px;
}

.book-detail--sd .book-detail-block__office__link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.book-detail--sd .book-detail-block__office__link:hover {
  background-color: #5a5a5a;
}

.book-detail--sd .book-detail-block__office__link > * {
  display: inline-block;
}

.book-detail--sd .book-detail-block__office__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  font-size: 0;
}

.book-detail--sd .book-detail-block__office__icon__entity {
  display: inline-block;
  transform: translateY(-1px);
  font-size: 74px;
}

.book-detail--sd .book-detail-block__office__icon__entity.xiconbasic-file-excel-box {
  color: #207347;
}

.book-detail--sd .book-detail-block__office__icon__entity.xiconbasic-file-word-box {
  color: #2c5898;
}

.book-detail--sd .book-detail-block__office__icon__entity.xiconbasic-file-powerpoint-box {
  color: #f68122;
}

.book-detail--sd .book-detail-block__office__downloadicon {
  display: inline-block;
  width: 24px;
  margin-top: 9px;
  background-image: url(../images/_sprite.png);
  background-position: 65.7276995305% 87.5%;
  background-repeat: no-repeat;
  background-size: 543.75% 776.9230769231%;
}

.book-detail--sd .book-detail-block__office__downloadicon:after {
  display: block;
  padding-top: 54.1666666667%;
  content: "";
}

.book-detail--sd .book-detail-block__office__lead {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
}

.book-detail--sd .book-detail-block__office__follow {
  margin-top: 5px;
  font-size: 12px;
  line-height: 19px;
}

.book-detail--sd .book-detail-block__viewer-dummy {
  position: relative;
  width: 100%;
}

.book-detail--sd .book-detail-block__viewer-dummy:before {
  display: block;
  padding-top: 136.53333333%;
  content: "";
}

.book-detail--sd .book-detail-block__viewer-dummy.book-detail-block__viewer-dummy--tablet:before {
  padding-top: 111.84895833%;
}

.book-detail--sd .book-detail-block__viewer-dummy.book-detail-block__viewer-dummy--tablet .book-detail-block__viewer-dummy__inner {
  background-image: url("../images/viewer_dummy_tablet.png");
}

.book-detail--sd .book-detail-block__viewer-dummy__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/viewer_dummy.png");
  background-size: cover;
}

.book-detail--sd .book-detail-block__viewer-dummy__inner.book-detail-block__viewer-dummy__inner--empty {
  background-image: url("../images/viewer_dummy_empty.png");
}

.book-detail--sd .book-detail-block__viewer-dummy-backbar {
  position: relative;
  width: 100%;
}

.book-detail--sd .book-detail-block__viewer-dummy-backbar:before {
  display: block;
  padding-top: 10.6666666667%;
  content: "";
}

.book-detail--sd .book-detail-block__viewer-dummy-backbar.book-detail-block__viewer-dummy-backbar--tablet:before {
  padding-top: 5.2083333333%;
}

.book-detail--sd .book-detail-block__viewer-dummy-backbar.book-detail-block__viewer-dummy-backbar--tablet .book-detail-block__viewer-dummy-backbar__inner {
  background-image: url("../images/viewer_backbar_tablet.png");
}

.book-detail--sd .book-detail-block__viewer-dummy-backbar__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/viewer_backbar.png");
  background-size: cover;
}

.book-detail--sd .book-detail-block__texts {
  padding: 15px 0 0;
  background-color: #f6f4f7;
  color: #666;
}

.book-detail--sd .book-detail-block__texts > div {
  position: relative;
}

.book-detail--sd .book-detail-block__texts > div:last-child:after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 63px;
  height: 2px;
  margin-left: -31.5px;
  background-color: #9b9b9b;
  content: "";
  opacity: .61;
}

.book-detail--sd .book-detail-block__texts__breadcrumbs {
  height: auto;
  margin-bottom: 16px;
  padding: 0 15px;
  line-height: normal;
}

.book-detail--sd .book-detail-block__texts__breadcrumbs:empty {
  display: none;
}

.book-detail--sd .book-detail-block__texts__breadcrumbs:blank {
  display: none;
}

.book-detail--sd .book-detail-block__texts__breadcrumbs:-moz-only-whitespace {
  display: none;
}

.book-detail--sd .book-detail-block__texts__breadcrumbs.breadcrumb_wrap--checked {
  visibility: visible;
}

.book-detail--sd .book-detail-block__texts__breadcrumbs .breadcrumb {
  display: inline-block;
  margin-right: 4px;
}

.book-detail--sd .book-detail-block__texts__breadcrumbs .breadcrumb:last-child {
  margin-right: 0;
}

.book-detail--sd .book-detail-block__texts__breadcrumbs .breadcrumb:before {
  margin-right: 2px;
  margin-left: 0;
  vertical-align: -2px;
}

.book-detail--sd .book-detail-block__texts__breadcrumbs .breadcrumb span.breadcrumb-inner {
  max-width: calc(100% - 17px);
}

.book-detail--sd .book-detail-block__texts__book-title {
  width: 100%;
  padding: 0 15px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .8px;
  line-height: 22px;
}

.book-detail--sd .book-detail-block__texts__tags {
  display: none;
  width: 100%;
  padding: 0 10px;
  font-size: 0;
}

.book-detail--sd .book-detail-block__texts__tags__tag {
  display: inline-block;
  height: 21px;
  margin: 5px 5px 0;
  padding: 4px 10px 0 4px;
  border: 1px solid #979797;
  border-radius: 3px;
  color: #666;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.book-detail--sd .book-detail-block__texts__tags__tag:before {
  margin-right: 4px;
  font-family: "xiconbasic";
  font-size: 15px;
  vertical-align: -2px;
  content: "\e912";
}

.book-detail--sd .book-detail-block__texts__explain {
  padding: 0 15px 24px;
}

.book-detail--sd .book-detail-block__texts__htmlblock {
  padding: 0 15px 30px;
}

.book-detail--sd .book-detail-block__texts .book-detail-explain__title {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .8px;
  line-height: 1;
}

.book-detail--sd .book-detail-block__texts .book-detail-explain__title i.fa {
  margin-right: 6px;
}

.book-detail--sd .book-detail-block__texts .book-detail-explain__content {
  margin-top: 16px;
}

.book-detail--sd .book-detail-block__texts .book-detail-htmlblock__title {
  min-height: 21px;
  padding: 2px 0 2px 10px;
  border-left: 3px solid #4a90e2;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
}

.book-detail--sd .book-detail-block__texts .book-detail-htmlblock__content {
  margin-top: 10px;
}

.book-detail--sd .book-detail-block__texts .book-detail-explain__content,
.book-detail--sd .book-detail-block__texts .book-detail-htmlblock__content {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
}

.book-detail--sd .book-detail-block__texts .book-detail-explain__content .book-detail-htmlblock__content__googlemaps,
.book-detail--sd .book-detail-block__texts .book-detail-htmlblock__content .book-detail-htmlblock__content__googlemaps {
  position: relative;
  width: 100%;
}

.book-detail--sd .book-detail-block__texts .book-detail-explain__content .book-detail-htmlblock__content__googlemaps:before,
.book-detail--sd .book-detail-block__texts .book-detail-htmlblock__content .book-detail-htmlblock__content__googlemaps:before {
  display: block;
  padding-top: 75%;
  content: "";
}

.book-detail--sd .book-detail-block__texts .book-detail-explain__content .book-detail-htmlblock__content__googlemaps iframe,
.book-detail--sd .book-detail-block__texts .book-detail-explain__content .book-detail-htmlblock__content__googlemaps object,
.book-detail--sd .book-detail-block__texts .book-detail-explain__content .book-detail-htmlblock__content__googlemaps embed,
.book-detail--sd .book-detail-block__texts .book-detail-htmlblock__content .book-detail-htmlblock__content__googlemaps iframe,
.book-detail--sd .book-detail-block__texts .book-detail-htmlblock__content .book-detail-htmlblock__content__googlemaps object,
.book-detail--sd .book-detail-block__texts .book-detail-htmlblock__content .book-detail-htmlblock__content__googlemaps embed {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.book-detail--sd .book-detail-block__comments__item__operation__like__number,
.book-detail--sd .book-detail-block__comments__item__operation__snitched__text {
  padding-top: 0;
}

.book-detail--sd .book-detail-block__relatedtag-content {
  background-color: #f6f4f7;
}

.book-detail--sd .environment-block {
  margin: 0;
  padding: 30px 15px 80px;
  background-color: #f6f4f7;
}

.book-detail--sd .environment-block__title {
  height: 21px;
  font-size: 14px;
  line-height: 21px;
}

.book-detail--sd .environment-block__body {
  padding-top: 22px;
}

.book-detail--sd .environment-block__body > div {
  display: block;
  width: 100%;
}

.book-detail--sd .environment-block__body__left {
  padding: 0;
  border: none;
  background-color: transparent;
}

.book-detail--sd .environment-block__body__left__title {
  display: none;
}

.book-detail--sd .environment-block__body__left__body__header01 {
  margin-top: 0;
}

.book-detail--sd .environment-block__body__right {
  margin-top: 20px;
}

.book-detail--sd footer {
  z-index: 2;
  position: relateive;
  background-color: #f6f4f7;
}

.book-detail--sd.book-detail--tablet.nav-beforelogin header nav .nav-pc-rightside__item--login a.btn-flat,
.book-detail--sd.book-detail--tablet.nav-beforelogin header nav .nav-pc-rightside__item--register a.btn-flat {
  padding-right: 6px;
  padding-left: 6px;
}

.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts {
  width: calc(100% - 300px);
  padding: 0;
}

.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__like,
.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__comment,
.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__share {
  margin: 0;
  padding: 0 15px;
}

.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__like__icon,
.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__comment__icon,
.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__share__icon {
  width: 24px;
  height: 25px;
  font-size: 24px;
}

.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__like__icon:before,
.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__like__icon:after,
.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__comment__icon:before,
.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__comment__icon:after,
.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__share__icon:before,
.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__share__icon:after {
  line-height: 24px;
}

.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__generatelink__icon {
  width: 20px;
  height: 21px;
  font-size: 21px;
}

.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__generatelink__icon:before {
  line-height: 21px;
}

.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__like__number {
  padding: 2px 0 0 8px;
  font-size: 16px;
  line-height: 1;
}

.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__comment__icon:before {
  font-size: 24px;
  line-height: 1;
}

.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__comment__number,
.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__share__title,
.book-detail--sd.book-detail--tablet .book-detail-block__action__reacts__generatelink__title {
  padding: 2px 0 0 8px;
  font-size: 16px;
  line-height: 1;
}

.book-detail--sd.book-detail--tablet .book-detail-block__action__app-button {
  width: 300px;
  text-align: center;
}

.book-detail--sd.book-detail--tablet .book-detail-block__action__app-button__icon {
  width: 32px;
  height: 32px;
}

.book-detail--sd.book-detail--tablet .book-detail-block__action__app-button__title {
  height: 32px;
  padding-top: 6px;
  font-size: 18px;
  line-height: 24px;
}

.book-detail--sd.book-detail--tablet .book-detail-block__texts__book-title {
  height: 29px;
  font-size: 20px;
}

.book-detail--sd.book-detail--tablet .book-detail-block__texts__tags__tag {
  height: 23px;
  font-size: 14px;
  line-height: 1;
}

.book-detail--sd.book-detail--tablet .book-detail-block__texts__tags__tag:before {
  font-size: 17px;
}

.book-detail--sd.book-detail--tablet .book-detail-block__texts .book-detail-explain__content,
.book-detail--sd.book-detail--tablet .book-detail-block__texts .book-detail-htmlblock__content {
  font-size: 15px;
  line-height: 22px;
}

.book-detail--sd.book-detail--tablet .book-detail-block__texts .book-detail-htmlblock__title {
  height: 23px;
  font-size: 16px;
  line-height: 23px;
}

.book-detail--sd.book-detail--tablet .environment-block__title {
  height: 23px;
  font-size: 16px;
  line-height: 23px;
}

.book-detail--sd.book-detail--tablet .environment-block__body > div {
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}

.book-detail--sd.book-detail--tablet .environment-block__body > div:first-child {
  margin-right: 28px;
}

.book-detail--sd.book-detail--tablet .environment-block__body__left {
  width: 385px;
  padding: 20px;
  border: solid 1px #e7e7e7;
  background-color: #fbfafb;
}

.book-detail--sd.book-detail--tablet .environment-block__body__left__title {
  height: 25px;
  font-size: 17px;
  line-height: 28px;
}

.book-detail--sd.book-detail--tablet .environment-block__body__right {
  width: calc(100% - 413px);
}

.book-detail--sd .book-detail-block__action {
  background-color: #555a60;
  font-size: 0;
}

.book-detail--sd .book-detail-block__action > div {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
}

.book-detail--sd .book-detail-block__action__inner {
  width: 100%;
  margin: 0;
}

.book-detail--sd .book-detail-block__action__inner > div {
  display: inline-block;
  height: 40px;
  vertical-align: top;
}

.book-detail--sd .book-detail-block__action__reacts {
  width: calc(100% - 118px);
  padding: 0;
  color: #fff;
}

.book-detail--sd .book-detail-block__action__reacts > a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
}

.book-detail--sd .book-detail-block__action__reacts__like > div,
.book-detail--sd .book-detail-block__action__reacts__comment > div,
.book-detail--sd .book-detail-block__action__reacts__share > div,
.book-detail--sd .book-detail-block__action__reacts__generatelink > div {
  display: inline-block;
  vertical-align: middle;
}

.book-detail--sd .book-detail-block__action__reacts__like {
  padding: 0 6px 0 10px;
}

.book-detail--sd .book-detail-block__action__reacts__comment {
  padding: 0 6px;
}

.book-detail--sd .book-detail-block__action__reacts__share {
  padding: 0 10px 3px;
}

.book-detail--sd .book-detail-block__action__reacts__generatelink {
  padding: 0 10px;
}

.book-detail--sd .book-detail-block__action__reacts__like__icon,
.book-detail--sd .book-detail-block__action__reacts__comment__icon,
.book-detail--sd .book-detail-block__action__reacts__share__icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.book-detail--sd .book-detail-block__action__reacts__like__icon:before,
.book-detail--sd .book-detail-block__action__reacts__like__icon:after,
.book-detail--sd .book-detail-block__action__reacts__comment__icon:before,
.book-detail--sd .book-detail-block__action__reacts__comment__icon:after,
.book-detail--sd .book-detail-block__action__reacts__share__icon:before,
.book-detail--sd .book-detail-block__action__reacts__share__icon:after {
  font-family: "xiconbasic";
  line-height: 22px;
  vertical-align: top;
}

.book-detail--sd .book-detail-block__action__reacts__generatelink__icon {
  display: inline-block;
  width: 18px;
  height: 19px;
  font-size: 19px;
}

.book-detail--sd .book-detail-block__action__reacts__generatelink__icon:before {
  font-family: "FontAwesome";
  line-height: 19px;
  vertical-align: top;
  content: "\f0c1";
}

.book-detail--sd .book-detail-block__action__reacts__like__icon {
  transition: color .3s ease-in-out;
  will-change: color;
}

.book-detail--sd .book-detail-block__action__reacts__like__icon:before,
.book-detail--sd .book-detail-block__action__reacts__like__icon:after {
  font-family: "xiconbasic";
  line-height: 22px;
}

.book-detail--sd .book-detail-block__action__reacts__like__icon:before {
  content: "\e901";
}

.book-detail--sd .book-detail-block__action__reacts__like__icon:after {
  display: none;
  content: "\e967";
}

.book-detail--sd .book-detail-block__action__reacts__like__number {
  padding: 3px 0 0 4px;
  font-size: 13px;
  line-height: 1;
  transition: color .3s ease-in-out;
  will-change: color;
}

.book-detail--sd .book-detail-block__action__reacts__like--liked .book-detail-block__action__reacts__like__icon {
  color: #ff6a8e;
  transition: color .3s ease-in-out .2s;
}

.book-detail--sd .book-detail-block__action__reacts__like--liked .book-detail-block__action__reacts__like__icon:before {
  display: none;
}

.book-detail--sd .book-detail-block__action__reacts__like--liked .book-detail-block__action__reacts__like__icon:after {
  display: inline-block;
}

.book-detail--sd .book-detail-block__action__reacts__like--liked .book-detail-block__action__reacts__like__number {
  color: #ff7f9e;
  transition: color .3s ease-in-out .2s;
}

.book-detail--sd .book-detail-block__action__reacts__comment__icon:before {
  font-family: "xiconbasic";
  content: "\e92c";
}

.book-detail--sd .book-detail-block__action__reacts__comment__number {
  padding: 3px 0 0 4px;
  font-size: 13px;
  line-height: 1;
}

.book-detail--sd .book-detail-block__action__reacts__share__title,
.book-detail--sd .book-detail-block__action__reacts__generatelink__title {
  display: none;
}

.book-detail--sd .book-detail-block__action__reacts__share__icon:before {
  font-family: "xiconbasic";
  content: "\e96a";
}

.book-detail--sd .book-detail-block__action__app-button {
  display: inline-block;
  width: 118px;
  height: 40px;
  background-color: #32c77b;
  line-height: 40px;
  text-align: center;
}

.book-detail--sd .book-detail-block__action__app-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0px;
  text-align: center;
  text-decoration: none;
}

.book-detail--sd .book-detail-block__action__app-button__icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/_sprite.png);
  background-position: 93.665158371% 62.3456790123%;
  background-repeat: no-repeat;
  background-size: 652.5% 505%;
  vertical-align: middle;
}

.book-detail--sd .book-detail-block__action__app-button__icon:after {
  display: block;
  padding-top: 100%;
  content: "";
}

.book-detail--sd .book-detail-block__action__app-button__title {
  display: inline-block;
  height: 30px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}

.book-detail--sd.book-detail--tablet .book-detail-block__branding {
  height: 60px;
}

.book-detail--sd.book-detail--tablet .book-detail-block__branding .book-detail-block__branding__entity {
  margin-top: 5px;
}

.book-detail--sd .book-detail-block__branding {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.book-detail--sd .book-detail-block__branding .book-detail-block__branding__entity {
  display: inline-block;
  width: 146px;
  height: 26px;
  background-image: url(../images/actibook_logo_free_sd.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Poste ボタンがない場合の表示 */
body.noposte.book-detail--sd .book-detail-block__action__reacts {
  width: 100%;
}

body.noposte.book-detail--sd .book-detail-block__action__app-button {
  display: none;
}

/* SD 用コメント */
@media only screen and (min-width : 601px) and (max-width : 992px) {
  body.book-detail--sd #toast-container {
    top: 7%;
    right: 5%;
    bottom: auto;
    left: auto;
    max-width: 90%;
  }
}
/* タブレットの場合 */
.book-detail--tablet.nav-beforelogin header nav .nav-pc-rightside:not(.nav-pc_search) {
  padding-left: 56px;
}

.book-detail--tablet header nav .nav-pc-rightside__item--icon .item-dropdown {
  width: 120px;
}

.book-detail--tablet header nav .nav-pc-rightside__item--icon a.item-icon {
  width: 40px;
}

.book-detail--tablet header nav .nav-pc-rightside__item--icon a.item-icon.nav-pc-notice {
  width: 50px;
}

.book-detail--tablet header nav .nav-pc-rightside__item--icon a.item-icon.nav-pc-notice .icon-badge-wrap {
  right: 0;
  width: 31px;
  height: 16px;
}

.book-detail--tablet header nav .nav-pc-rightside__item--icon a.item-icon.nav-pc-notice .icon-badge {
  height: 16px;
  font-size: 10px;
  line-height: 1;
}

.book-detail--tablet header nav .nav-pc-rightside__item--search {
  display: none;
}

.book-detail--tablet header nav .nav-pc-rightside__item--userinfo .pc-usermenu {
  padding-left: 10px;
}

.book-detail--tablet header nav .nav-pc-rightside__item--userinfo__userinfo {
  max-width: 12rem;
}

.book-detail--tablet header nav .logo-box {
  width: 118px;
  padding-right: 6px;
  padding-left: 6px;
}

.book-detail--tablet header nav .nav-inner {
  width: 768px;
  margin: 0 auto;
}

.book-detail--tablet header nav .nav-right {
  width: calc(100% - 118px);
}

.book-detail--tablet header nav .nav-right .nav-pc-rightside:not(.nav-pc_search) {
  width: 320px;
}

.book-detail--tablet header nav .nav-right .nav-pc-rightside:not(.nav-pc_search):has(.nav-pc-rightside__item--admin) {
  width: 360px;
}

.book-detail--tablet header nav .nav-right .nav-pc-rightside .nav-pc-rightside__item--search {
  width: 330px;
}

.book-detail--tablet main .main-inner {
  width: 768px;
  margin: 0 auto;
}

.book-detail--tablet main .main-inner .main-content .breadcrumb-block {
  display: none;
}

.book-detail--tablet .detail-texts {
  padding: 15px 0 0;
}

.book-detail--tablet .detail-texts__book-title {
  height: 29px;
  padding: 0 15px;
  color: #666;
  font-size: 20px;
  letter-spacing: .8px;
}

.book-detail--tablet .detail-texts__tags {
  display: none;
  margin: 0;
  padding: 0 10px;
}

.book-detail--tablet .detail-texts__tags__tag {
  height: 23px;
  font-size: 14px;
  line-height: 1;
}

.book-detail--tablet .detail-texts__tags__tag:before {
  font-size: 17px;
}

.book-detail--tablet .detail-texts__explain {
  margin-bottom: 0;
  padding: 0 15px 24px;
}

.book-detail--tablet .detail-texts__explain__body {
  margin-top: 16px;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
}

.book-detail--tablet .detail-texts__htmlblock {
  position: relative;
  margin-bottom: 0;
  padding: 0 15px 30px;
}

.book-detail--tablet .detail-texts__htmlblock:after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 63px;
  height: 2px;
  margin-left: -31.5px;
  background-color: #9b9b9b;
  content: "";
  opacity: .61;
}

.book-detail--tablet .detail-texts__htmlblock__title {
  color: #666;
  font-size: 16px;
  line-height: 23px;
}

.book-detail--tablet .detail-texts__htmlblock__body {
  margin-top: 10px;
  padding: 0;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
}

.book-detail--tablet .book-detail-block__comments__title {
  color: #666;
}

.book-detail--tablet footer .footer-inner {
  width: 768px;
}

.book-detail--tablet .follow-text,
.book-detail--tablet .modal-follow {
  font-size: 11px;
  line-height: 16px;
}

.book-detail--tablet .book-detail-comment-dummy-wrap {
  font-size: 15px;
  line-height: 22px;
}

.book-detail--tablet .commentanchor {
  margin-top: -40px;
}

.book-detail--tablet .book-detail-block__comments {
  margin-top: 40px;
}

.book-detail--tablet .book-detail-block__comments__title__text {
  height: 23px;
  padding: 0 0 0 10px;
  border-left: 3px solid #4a90e2;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

.book-detail--tablet .book-detail-block__comments__needlogin .login-button {
  width: 250px;
}

.book-detail--tablet .book-detail-block__comments__needlogin__explain {
  font-size: 15px;
  line-height: 22px;
}

.book-detail--tablet .book-detail-block__comments__needlogin__explain .login-button {
  display: none;
}

.book-detail--tablet .book-detail-block__comments__item--none .book-detail-block__comments__item__text_none {
  font-size: 15px;
  line-height: 22px;
}

.book-detail--tablet .book-detail-block__comments__item__mycomment {
  font-size: 12px;
}

.book-detail--tablet .book-detail-block__comments__item__text {
  font-size: 15px;
  line-height: 22px;
}

.book-detail--tablet .book-detail-block__comments__item__operation__more,
.book-detail--tablet .book-detail-block__comments__item__operation__less {
  font-size: 15px;
}

.book-detail--tablet .comment-input_wrap .comment-input-area {
  width: calc(100% - 48px);
  padding: 0 16px 0 0;
}

.book-detail--tablet .comment-input_wrap .comment-input-area textarea {
  font-size: 18px;
  line-height: 22px;
}

.book-detail--tablet .comment-input_wrap .comment-input-button {
  width: 48px;
}

.book-detail--tablet .comment-input_wrap .comment-input-button .comment-counter {
  font-size: 13px;
}

.book-detail--tablet .comment-input_wrap .comment-input-button a i {
  width: 48px;
  height: 48px;
  font-size: 48px;
}

.book-detail--tablet .comment-input_wrap .comment-input-button a i:before {
  width: 48px;
  height: 48px;
}

.book-detail--pc .book-detail-comment-dummy-wrap {
  font-size: 14px;
  line-height: 21px;
}

.book-detail--pc .book-detail-block__comments {
  padding: 0;
}

.book-detail--pc .book-detail-block__comments__title__text {
  height: 23px;
  padding: 0 0 0 10px;
  border-left: 3px solid #4a90e2;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

.book-detail--pc .book-detail-block__comments__input {
  margin-top: 0;
  padding: 20px 20px 12px;
}

.book-detail--pc .book-detail-block__comments__needlogin {
  padding: 10px 0 22px;
  font-size: 0;
}

.book-detail--pc .book-detail-block__comments__needlogin__explain {
  display: inline-block;
  width: 434px;
  max-width: calc(50vw - 150px);
  padding-left: 20px;
  font-size: 14px;
  line-height: 21px;
}

.book-detail--pc .book-detail-block__comments__needlogin__loginlink {
  display: inline-block;
  width: 734px;
  max-width: calc(50vw + 150px);
  padding: 0;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}

.book-detail--pc .book-detail-block__comments__items {
  margin-right: 20px;
  margin-left: 20px;
}

.book-detail--pc .book-detail-block__comments__item--none .book-detail-block__comments__item__text_none {
  font-size: 15px;
  line-height: 22px;
}

.book-detail--pc .book-detail-block__comments__item__text {
  font-size: 14px;
  line-height: 21px;
}

.book-detail--pc .book-detail-block__comments__item__operation__like {
  margin-right: 130px;
}

.book-detail--pc .book-detail-block__comments__item__operation__like__icon:before,
.book-detail--pc .book-detail-block__comments__item__operation__like__icon:after {
  top: -1px;
}

.book-detail--pc .book-detail-block__comments__item__operation__like__number {
  padding-top: 2px;
  line-height: 20px;
}

.book-detail--pc .book-detail-block__comments__item__operation__snitched__text {
  padding-top: 2px;
  line-height: 20px;
}

/* ログインフォーム */
.sd-loginbutton {
  color: #b1b9c0 !important;
}

@media only screen and (min-width : 601px) and (min-height : 601px) {
  body.login .main-inner {
    margin-top: 40px;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.login .main-inner {
    margin-top: 30px;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.login .sd-loginbutton {
    display: none;
  }
}
body.login-confirm .main-inner {
  margin-top: 40px;
}

@media only screen and (min-width : 601px) and (min-height : 601px) {
  .loginsignup-block {
    width: 600px;
    margin: 0 auto;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  }
}
.needlogin-message {
  margin-bottom: 16px;
  padding: 12px 16px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .needlogin-message {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.needlogin-message + .login-form .form-row:not(:first-child) {
  margin-top: 16px;
}

.needlogin-message + .login-form .form-row:not(:last-child) {
  margin-bottom: 16px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .password-reminder-block,
  .login-button-block,
  .signup-link-block {
    margin-top: 8px;
  }
}
@media only screen and (min-width : 601px) and (min-height : 601px) {
  .login-form .form-row .col-label {
    padding-left: 0;
  }
  .login-form .form-row .col-input {
    padding-right: 0;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .login-form .form-row {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .login-form .form-row:first-child {
    margin-top: 0;
  }
  .login-form .form-row:last-child {
    margin-bottom: 0;
  }
  .login-form .form-row .col-label {
    padding-right: 0;
    padding-left: 0;
  }
  .login-form .form-row .col-input {
    margin-top: 8px;
    padding-right: 0;
    padding-left: 0;
  }
  .login-form .form-row label {
    display: block;
    padding-left: 14px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
  }
  .login-form .form-row label.form-label {
    margin-top: 0;
  }
  .login-form .form-row label.form-label .label-chip {
    display: none;
  }
  .login-form .form-row input[type=text],
  .login-form .form-row input[type=password] {
    height: 44px;
    margin-bottom: 0;
    padding: 5px 14px;
    border: 1px solid #dcdcdc;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
  }
  .login-form .form-row input[type=text]:focus,
  .login-form .form-row input[type=password]:focus {
    border-color: #f59942;
    box-shadow: none;
  }
  .login-form .form-row input[type=text]:-moz-read-only, .login-form .form-row input[type=password]:-moz-read-only {
    border-color: #ababab;
    background-color: #dcdcdc;
    color: #ababab;
  }
  .login-form .form-row input[type=text]:read-only,
  .login-form .form-row input[type=password]:read-only {
    border-color: #ababab;
    background-color: #dcdcdc;
    color: #ababab;
  }
  .login-form .form-row .follow-text,
  .login-form .form-row .help-text {
    margin-top: 5px;
    padding: 0 14px;
  }
}
.login-form .form-group {
  margin-top: 25px;
}

.login-form .form-group:first-child {
  margin-top: 0;
}

.login-form .form-group.has-error label:not(.label-nottitle),
.login-form .form-group.has-error .mobile-label:not(.label-nottitle) {
  color: #d68273 !important;
}

.login-form .form-group.has-error label.label-nottitle,
.login-form .form-group.has-error .mobile-label.label-nottitle {
  font-weight: 400;
}

.login-form .form-group.has-error input[type=text],
.login-form .form-group.has-error input[type=password],
.login-form .form-group.has-error select,
.login-form .form-group.has-error textarea {
  border-color: #f09784;
  background-color: #ffc !important;
  color: #d68273;
}

.login-form .form-group.has-error input[type=text]:disabled,
.login-form .form-group.has-error input[type=password]:disabled,
.login-form .form-group.has-error select:disabled,
.login-form .form-group.has-error textarea:disabled {
  border-color: #d5d5d5 !important;
  background-color: #f5f5f5 !important;
  color: #939192 !important;
  cursor: not-allowed;
}

.login-form .form-group.has-error input[type=text]:-moz-read-only, .login-form .form-group.has-error input[type=password]:-moz-read-only, .login-form .form-group.has-error select:-moz-read-only, .login-form .form-group.has-error textarea:-moz-read-only {
  border-color: #f09784;
  background-color: #ffc !important;
  color: #d68273;
}

.login-form .form-group.has-error input[type=text]:read-only,
.login-form .form-group.has-error input[type=password]:read-only,
.login-form .form-group.has-error select:read-only,
.login-form .form-group.has-error textarea:read-only {
  border-color: #f09784;
  background-color: #ffc !important;
  color: #d68273;
}

.login-form .form-group.has-error .input-group-addon {
  border-color: #f09784;
  background-color: #f2dede;
  color: #d68273;
}

.login-form .form-group.has-error .help-text {
  display: block;
  color: #d68273;
}

.login-form .form-group.has-error .follow-text {
  color: #d68273;
}

.login-form .form-group .follow-text,
.login-form .form-group .help-text {
  margin-top: 5px;
  padding: 0 14px;
}

.login-form .form-group input[type=radio] + label,
.login-form .form-group input[type=checkbox] + label {
  padding-left: 32px;
}

.login-form .form-group label {
  display: block;
  padding-left: 14px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

.login-form .form-group label + input[type=text],
.login-form .form-group label + input[type=password] {
  margin-top: 8px;
}

.login-form .form-group input[type=text],
.login-form .form-group input[type=password] {
  height: 44px;
  margin-bottom: 0;
  padding: 5px 14px;
  border: 1px solid #dcdcdc;
  border-right-width: 0;
  border-left-width: 0;
  background-color: #fff;
  font-size: 16px;
}

.login-form .form-group input[type=text]:focus,
.login-form .form-group input[type=password]:focus {
  border-color: #f59942;
  box-shadow: none;
}

.login-form .form-group input[type=text]:-moz-read-only:not(.date-picker), .login-form .form-group input[type=password]:-moz-read-only:not(.date-picker) {
  border-color: #ababab;
  background-color: #dcdcdc;
  color: #ababab;
}

.login-form .form-group input[type=text]:read-only:not(.date-picker),
.login-form .form-group input[type=password]:read-only:not(.date-picker) {
  border-color: #ababab;
  background-color: #dcdcdc;
  color: #ababab;
}

.login-form .form-group .input-icon-wrap i {
  display: none;
}

.login-form .form-group select {
  display: inline-block;
  height: 44px;
  margin-bottom: 0;
  padding: 5px 14px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  font-size: 16px;
}

.login-form .form-group select:focus {
  border-color: #f59942;
  box-shadow: none;
}

.login-form .form-group .input-group-addon {
  height: 44px;
}

.login-form .form-group textarea {
  padding: 5px 14px;
  border: 1px solid #dcdcdc;
  border-right-width: 0 !important;
  border-left-width: 0 !important;
  background-color: #fff;
  font-size: 16px;
}

.login-form .form-group textarea:focus {
  border-color: #f59942;
  box-shadow: none;
}

.login-form .form-group textarea:-moz-read-only {
  border-color: #ababab;
  background-color: #dcdcdc;
  color: #ababab;
}

.login-form .form-group textarea:read-only {
  border-color: #ababab;
  background-color: #dcdcdc;
  color: #ababab;
}

.login-form--confirm .form-group {
  margin-top: 8px;
  padding: 22px 15px;
  border-bottom: 1px solid #dedede;
}

.login-form--confirm .form-group dl {
  font-size: 0;
}

.login-form--confirm .form-group dl dt,
.login-form--confirm .form-group dl dd {
  color: #666;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
}

.login-form--confirm .form-group dl dt {
  width: 145px;
  padding-right: 10px;
  float: left;
  font-weight: bold;
}

.login-form--confirm .form-group dl dd {
  width: calc(100% - 145px);
  margin-left: 145px;
}

.login-form__lead {
  margin-bottom: 30px;
  padding: 0 15px;
  color: #666;
  font-size: 12px;
}

.login-form__lead--header {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.login-form__lead--header .login-form__lead--header__finished {
  width: 100px;
  width: 100px;
  height: 100px;
  height: 100px;
  margin: 0 auto 30px;
  background-image: url(../images/_sprite.png);
  background-position: -161px 0px;
  background-repeat: no-repeat;
  background-size: 261px 202px;
}

.login-form__lead--mailsent {
  font-size: 14px;
  text-align: center;
}

.login-form__lead--sub {
  margin-bottom: 0;
  color: #9b9b9b;
}

.password-reminder-block,
.termsofuse-confirm-block,
.signup-link-block {
  margin: 40px 0 0;
  text-align: center;
}

.password-reminder-block a,
.termsofuse-confirm-block a,
.signup-link-block a {
  color: #3b7adb;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .password-reminder-block,
  .termsofuse-confirm-block,
  .signup-link-block {
    margin-top: 24px;
  }
}
/* 利用規約確認 */
.termsofuse-confirm-block {
  margin-top: 80px !important;
}

.termsofuse-confirm-block.termsofuse-confirm-block--registerlogin {
  margin: 24px auto 0 !important;
}

.termsofuse-confirm-block.termsofuse-confirm-block--registerlogin .termsofuse-confirm {
  text-align: left;
}

.termsofuse-confirm-block .termsofuse-confirm {
  font-size: 11px;
}

.termsofuse-confirm-block .termsofuse-confirm a {
  display: inline-block;
  margin: 0 auto;
  line-height: 16px;
  text-align: left;
}

.termsofuse-confirm-block .termsofuse-checkbox {
  margin-top: 16px;
}

.login-termsofuse h3 {
  margin: .98rem 0 .784rem 0;
  font-size: 1.96rem;
  line-height: 110%;
  counter-reset: partTitle 0;
}

.login-termsofuse h3:first-child {
  margin-top: 0;
}

.login-termsofuse h4 {
  margin: .66rem 0 .528rem 0;
  padding-bottom: 5px;
  border-bottom: #ccc solid 1px;
  font-size: 1.32rem;
  line-height: 110%;
  counter-increment: partTitle 1;
  counter-reset: sectTitle 0;
}

.login-termsofuse h4:before {
  content: counter(partTitle) ". ";
}

.login-termsofuse h5 {
  margin: .5rem 0 .4rem 0;
  font-size: 1rem;
  line-height: 110%;
  counter-increment: sectTitle 1;
}

.login-termsofuse h5:before {
  content: "(" counter(sectTitle) ") ";
}

.login-termsofuse h5 + p {
  padding-left: 2rem;
}

.login-termsofuse p + h4,
.login-termsofuse ul + h4 {
  margin-top: 30px;
}

.login-termsofuse p + .tou-emtitle,
.login-termsofuse ul + .tou-emtitle {
  margin-top: 20px;
}

.login-termsofuse .right-box {
  display: inline-block;
  width: auto;
}

.login-termsofuse .tou-emtitle {
  margin: .66rem 0 .528rem 0;
  font-size: 1.32rem;
  line-height: 110%;
  counter-reset: sectTitle 0;
}

.login-termsofuse .alert-well {
  background-color: #eee;
}

.login-termsofuse .alert-well .tou-emtitle {
  margin-top: 0;
}

.login-termsofuse .external-link {
  display: inline-block;
  margin-left: 2rem;
}

.login-termsofuse .external-link:before {
  margin-right: 5px;
  font-family: "FontAwesome";
  content: "\f08e";
}

.login-termsofuse .external-link:hover {
  text-decoration: underline;
}

.login-termsofuse__title {
  padding: 0 0 17px 15px;
  border-bottom: 1px solid #dcdcdc;
  color: #666;
  font-weight: bold;
}

.login-termsofuse__content {
  padding: 30px 32px 0;
  color: #666;
}

body.privacy_policies .login-termsofuse__content {
  padding: 0 16px;
}

/* ログイン関連のボタンブロック */
.login-button-block {
  margin-top: 40px;
  padding: 0 15px;
}

.login-button-block.signup-button-block {
  margin-top: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .login-button-block {
    margin-top: 24px;
  }
}
.login-button-block a.btn {
  width: 100%;
  height: 48px;
  border-radius: 5px;
  box-shadow: none;
  line-height: 48px;
}

.login-button-or {
  padding: 12px 0;
  text-align: center;
}

.azure-sso-button {
  text-transform: none !important;
}

.azure-sso-button img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  vertical-align: middle;
  filter: drop-shadow(0 0 1px #fff);
}

/* ログイン済みの場合のログイン確認モーダル */
.modal-alreadyloggedin .modal-content__body {
  margin-bottom: 35px;
}

.modal-alreadyloggedin .modal-content__links {
  line-height: 16px;
}

.modal-alreadyloggedin .modal-content__links .modal-content__links__item {
  margin: 28px 0;
}

.modal-alreadyloggedin .modal-content__links .modal-content__links__item:first-child {
  margin-top: 0;
}

.modal-alreadyloggedin .modal-content__links .modal-content__links__item:last-child {
  margin-bottom: 0;
}

.password-reminder-link {
  margin-top: 32px;
  margin-bottom: 22px;
}

/* コンテンツ一覧 */
.main-content {
  /* カテゴリ一覧 */
}

.main-content .main-categories__block .main-categories__block {
  max-height: 184px;
  margin: 0 -5px;
  padding: 0 5px 8px;
  overflow-x: visible;
  overflow-y: hidden;
  font-size: 0;
  opacity: 0;
  transition: opacity .5s ease;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-content .main-categories__block .main-categories__block {
    max-height: 134px;
    padding: 0 15px 8px;
  }
}
.main-content .main-categories__block .main-categories__block--show {
  opacity: 1;
}

.main-content .main-categories__block .main-categories__block--expanded {
  max-height: none !important;
}

.main-content .main-categories__block .main-categories__block--expanded + .main-categories__expander-block .expander_text--more {
  display: none;
}

.main-content .main-categories__block .main-categories__block--expanded + .main-categories__expander-block .expander_text--less {
  display: inline;
}

.main-content .main-categories__block .main-categories__block--expanded + .main-categories__expander-block i[class^=fa] {
  transform: rotate(180deg);
}

.main-content .main-categories__block .main-categories__block--expanded + .main-categories__expander-block .expander-sd-chevron {
  margin-top: 20px;
  transform: rotate(225deg);
}

.main-content .main-categories__block .main-categories__block__item {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 76px;
  margin-top: 20px;
  margin-right: 26px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  font-size: 14px;
  line-height: 16px;
  vertical-align: top;
}

.main-content .main-categories__block .main-categories__block__item:nth-child(4n) {
  margin-right: 0;
}

.main-content .main-categories__block .main-categories__block__item:nth-child(-n+4) {
  margin-top: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-content .main-categories__block .main-categories__block__item {
    width: calc((100% - 13px) / 2);
    height: 56px;
    margin-top: 14px;
    margin-right: 13px;
  }
  .main-content .main-categories__block .main-categories__block__item:nth-child(4n) {
    margin-right: 13px !important;
  }
  .main-content .main-categories__block .main-categories__block__item:nth-child(-n+4) {
    margin-top: 14px !important;
  }
  .main-content .main-categories__block .main-categories__block__item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .main-content .main-categories__block .main-categories__block__item:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
.main-content .main-categories__block .main-categories__block__item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #666;
}

.main-content .main-categories__block .main-categories__block__item__title {
  position: relative;
  width: 100%;
  padding: 12px 22px 0 58px;
  font-size: 12px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-content .main-categories__block .main-categories__block__item__title {
    padding-right: 10px;
    padding-left: 36px;
  }
}
.main-content .main-categories__block .main-categories__block__item__title:before {
  position: absolute;
  top: 12px;
  left: 19px;
  color: #7eccf1;
  font-family: "xiconbasic";
  font-size: 20px;
  content: "\e912";
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-content .main-categories__block .main-categories__block__item__title:before {
    left: 10px;
    font-size: 16px;
  }
}
.main-content .main-categories__block .main-categories__block__item__number {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #9b9b9b;
  font-size: 11px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-content .main-categories__block .main-categories__block__item__number {
    display: none;
  }
}
.main-content .main-categories__block .main-categories__expander-block {
  padding-top: 5px;
}

.main-content .main-categories__block .main-categories__expander-block__wrap {
  height: 0;
  text-align: center;
  transition: height .5s ease;
}

.main-content .main-categories__block .main-categories__expander-block__wrap--expandable {
  height: 63px;
  padding: 7px 0 0;
}

.main-content .main-categories__block .main-categories__expander-block__wrap--expandable .main-categories__expander-block__expander {
  display: table;
}

.main-content .main-categories__block .main-categories__expander-block__expander {
  display: none;
  width: 200px;
  height: 48px;
  margin: 0 auto;
  border-bottom: 1px solid #4a4a4a;
  cursor: pointer;
  transition: background-color .5s ease;
}

.main-content .main-categories__block .main-categories__expander-block__expander:hover {
  background-color: rgba(0, 0, 0, .05);
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-content .main-categories__block .main-categories__expander-block__expander {
    width: 166px;
    border-bottom-color: #979797;
  }
}
.main-content .main-categories__block .main-categories__expander-block__expander__inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.main-content .main-categories__block .main-categories__expander-block__expander__inner i[class^=fa] {
  margin-right: 8px;
  color: #acabad;
  transition: transform .5s ease;
}

.main-content .main-categories__block .main-categories__expander-block__expander__inner .expander_text {
  color: #666;
}

.main-content .main-categories__block .main-categories__expander-block__expander__inner .expander_text--more--less {
  display: none;
}

.main-content .main-categories__block .main-categories__expander-block__expander__inner .expander-sd-chevron {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -3px;
  transform: rotate(45deg);
  border: 2px solid #8b94a0;
  border-top-width: 0;
  border-left-width: 0;
  transition: transform .2s ease, margin-top .2s ease;
}

.main-content .main-categories__block .main-categories__expander-block__buttons .btn {
  width: 200px;
  box-shadow: none;
}

.main-content .main-categories__block .main-categories__expander-block__buttons .btn i {
  margin-right: 5px;
  color: #7ccbf0;
  font-size: 24px !important;
}

.main-content .main-categories__block .main-categories__expander-block__buttons .btn__inner {
  display: inline-block;
  color: #4a4a4a;
  font-size: 14px;
  vertical-align: 5px;
}

.main-content-block {
  margin-bottom: 85px;
}

.content-block.content-block--company .content-block__title,
.content-block.content-block--tag .content-block__title {
  border-color: #888;
}

.content-block.content-block--company .content-block__title__link:before,
.content-block.content-block--tag .content-block__title__link:before {
  margin: -11px 4px 2px 0;
  background-image: none;
  color: #4b4b4b;
}

.content-block.content-block--company .content-block__title__link:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f02d";
}

.content-block.content-block--tag .content-block__title__link:before {
  font-family: "xiconbasic";
  font-size: 24px;
  vertical-align: -8px;
  content: "\e912";
}

.content-block.content-block--isinview {
  display: block !important;
  animation: show-general 1s ease-in-out;
  animation-fill-mode: forward;
}

.content-block[class*=content-block--related] .content-block__title__link:before {
  width: 0;
  height: 0;
  margin: 0;
  background-image: none;
}

.content-block__title {
  width: 100%;
  height: 32px;
  border-bottom: 1px solid #aaa;
  font-size: 0;
  font-weight: bold;
}

.content-block__title .category_more {
  margin-top: 3px;
  color: #666;
  font-size: 11px;
}

.content-block__title .category_more:hover {
  text-decoration: underline;
}

.content-block__title__link {
  color: #4b4b4b;
}

.content-block__title__link:hover .content-block__title__inner {
  text-decoration: underline;
}

.content-block__title__link:before {
  display: inline-block;
  width: 24px;
  height: 18px;
  margin: 0 5px 8px 0;
  background-image: url(../images/_sprite.png);
  background-position: -165px -181px;
  background-repeat: no-repeat;
  background-size: 261px 202px;
  vertical-align: middle;
  content: "";
}

.content-block__title__inner {
  display: inline-block;
  max-width: calc(100% - 238px);
  overflow: hidden;
  font-size: 18px;
  line-height: 21px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.content-block__title__sub-info {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  padding-left: 5px;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  vertical-align: middle;
}

.content-block__title__sub-info:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 13px;
  background-color: #ccc;
  content: "";
}

.content-block__title__sub-info > span {
  display: inline-block;
  margin-left: 10px;
}

.content-block__title__sub-info > span.content-block__title__sub-info__category .sub-info-icon:before {
  content: "\e912";
}

.content-block__title__sub-info > span.content-block__title__sub-info__content .sub-info-icon:before {
  content: "\e92a";
}

.content-block__title__sub-info > span .sub-info-icon {
  display: inline-block;
  margin-right: 3px;
  color: #999;
  font-family: "xiconbasic";
  font-size: 16px;
  vertical-align: -2px;
}

.content-block__body {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.content-block__body .content-item {
  display: inline-block;
  width: 104px;
  height: 206px;
  margin-right: 20px;
  vertical-align: top;
}

.content-block__body .content-item:last-child {
  margin-right: 0;
}

.content-block__body .content-item__link {
  display: block;
  width: 100%;
  height: 147px;
  color: #4b4b4b;
  transition: opacity .3s ease;
}

.content-block__body .content-item__link:hover {
  opacity: .65;
}

.content-block__body .content-item__image {
  width: 104px;
  height: 147px;
  background-position: top left;
  background-size: cover;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .45);
}

.content-block__body .content-item__title {
  margin-top: 14px;
  font-size: 12px;
  line-height: 15px;
}

.content-block__body .tag-item {
  display: inline-block;
  width: 216px;
  height: 305px;
  margin-right: 14px;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff, #fbfbfb);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
  vertical-align: top;
  transition: all .3s ease-in-out;
}

.content-block__body .tag-item:last-child {
  margin-right: 0;
}

.content-block__body .tag-item:hover {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, .2), 0px 7px 10px 1px rgba(0, 0, 0, .14), 0px 2px 16px 1px rgba(0, 0, 0, .12);
}

.content-block__body .tag-item__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 15px 12px;
}

.content-block__body .tag-item__image {
  display: flex;
  z-index: 1;
  position: relative;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 216px;
  font-size: 0;
}

.content-block__body .tag-item__image__inner {
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 216px;
  text-align: center;
  vertical-align: middle;
}

.content-block__body .tag-item__image__inner img {
  -o-object-fit: contain;
     object-fit: contain;
}

.content-block__body .tag-item__image__inner .filetype-icon {
  font-size: 80px;
}

.content-block__body .tag-item__image__inner .filetype-icon.xiconbasic-file-excel-box {
  color: #207347;
}

.content-block__body .tag-item__image__inner .filetype-icon.xiconbasic-file-word-box {
  color: #2c5898;
}

.content-block__body .tag-item__image__inner .filetype-icon.xiconbasic-file-powerpoint-box {
  color: #f68122;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .content-block__body .tag-item__image__inner .filetype-icon {
    font-size: 60px;
  }
}
.content-block__body .tag-item__image__entity {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border: solid 1px #d7d7d7;
}

.content-block__body .tag-item__image__movieoverlay {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
}

.content-block__body .tag-item__image__movieoverlay:after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 50px / 2);
  left: calc(50% - 40px / 2);
  width: 40px;
  height: 50px;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 50px;
  line-height: normal;
  content: "\f04b";
}

.content-block__body .tag-item__title {
  width: 100%;
  height: 30px;
  margin: 11px 0 0;
  overflow: hidden;
  color: #666;
  font-size: 12px;
  line-height: 15px;
}

.content-block__body .tag-item__title i.fa {
  margin-right: 5px;
  color: #ea9700;
  font-size: 15px;
  vertical-align: -1px;
}

.content-block__body .tag-item__counts {
  margin-top: 5px;
  color: #999;
  font-size: 0;
}

.content-block__body .tag-item__counts > div {
  display: inline-block;
  vertical-align: top;
}

.content-block__body .tag-item__counts__comments > div,
.content-block__body .tag-item__counts__likes > div {
  display: inline-block;
  vertical-align: top;
}

.content-block__body .tag-item__counts__comments__icon,
.content-block__body .tag-item__counts__likes__icon {
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 1px;
  font-size: 14px;
}

.content-block__body .tag-item__counts__comments__icon:before,
.content-block__body .tag-item__counts__likes__icon:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  font-family: "xiconbasic";
  line-height: 14px;
}

.content-block__body .tag-item__counts__comments__number,
.content-block__body .tag-item__counts__likes__number {
  padding-top: 1px;
  font-size: 12px;
  line-height: 13px;
}

.content-block__body .tag-item__counts__comments {
  margin-right: 8px;
}

.content-block__body .tag-item__counts__comments__icon:before {
  content: "\e969";
}

.content-block__body .tag-item__counts__likes__icon:before {
  content: "\e967";
}

.content-block__body .swiper-wrapper {
  padding: 20px;
}

.content-block__body .swiper-button-prev,
.content-block__body .swiper-button-next,
.content-block__body .swiper-more-button {
  display: none;
}

.content-block__body__category {
  display: inline-block;
  width: 360px;
  height: 255px;
  margin: 52px 44px 0 0;
  padding: 0 4px;
  overflow-y: hidden;
  vertical-align: top;
}

.content-block__body__category:nth-child(-n+3) {
  margin-top: 0;
}

.content-block__body__category:nth-child(3n) {
  margin-right: 0;
}

.content-block__body__category__title {
  font-size: 14px;
}

.content-block__body__category__title:before {
  display: inline-block;
  width: 13px;
  height: 15px;
  margin: 0 5px 5px 0;
  font-family: "FontAwesome";
  font-size: 13px;
  vertical-align: middle;
  content: "\f07b";
}

.content-block__body__category__title .category_more {
  margin-top: 3px;
  color: #666;
  font-size: 11px;
}

.content-block__body__category__title .category_more:hover {
  text-decoration: underline;
}

.content-block__body__category__body {
  margin-top: 28px;
  font-size: 0;
}

/* カテゴリー */
.category_wrap {
  width: 100%;
  height: 152px;
  margin-top: 5px;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  transition: all .3s ease;
}

.category_wrap.disabled {
  border-color: #d5d5d5 !important;
  background-color: #f5f5f5 !important;
}

.category_wrap__inner {
  width: 100%;
  height: 100%;
  padding: 12px;
}

.category_wrap__inner > .category_wrap_level {
  margin-left: 0;
}

.category_wrap_level {
  margin-left: 32px;
}

/* SD 版カテゴリ */
.book-list.categories {
  margin-bottom: 20px;
  padding: 10px 15px 0;
  font-size: 0;
}

.book-list.categories:empty {
  display: none;
  margin-bottom: 0;
}

.book-list.categories:blank {
  display: none;
  margin-bottom: 0;
}

.book-list.categories:-moz-only-whitespace {
  display: none;
  margin-bottom: 0;
}

.book-list.categories .category {
  display: inline-block;
  width: calc((100% - 20px) / 3);
  height: 79px;
  margin: 20px 10px 0 0;
  vertical-align: top;
}

.book-list.categories .category:nth-child(3n) {
  margin-right: 0;
}

.book-list.categories .category:nth-child(-n+3) {
  margin-top: 0;
}

@media only screen and (orientation: landscape) and (max-height : 600px) {
  .book-list.categories .category {
    width: calc((100% - 40px) / 5);
  }
  .book-list.categories .category:nth-child(3n) {
    margin-right: 10px;
  }
  .book-list.categories .category:nth-child(-n+3) {
    margin-top: 20px;
  }
  .book-list.categories .category:nth-child(5n) {
    margin-right: 0;
  }
  .book-list.categories .category:nth-child(-n+5) {
    margin-top: 0;
  }
}
.book-list.categories .category__tab {
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 28.84615384%;
  height: 8px;
}

.book-list.categories .category__tab:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2px;
  left: 0;
  transform: scaleY(1.144) perspective(5px) rotateX(5deg);
  transform-origin: bottom left;
  border-radius: 2px 2px 0 0;
  background-color: #adc9dd;
  content: "";
}

.book-list.categories .category__body {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 71px;
  border-radius: 0 2px 2px 2px;
  background-color: #7daac9;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, .3);
}

.book-list.categories .category__name {
  display: flex;
  align-items: center;
  /* flex */
  justify-content: center;
  width: 100%;
  height: 49px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.book-list.categories .category__name__inner {
  color: transparent;
}

.book-list.categories .category__name__inner.category__name__inner--ellipted {
  color: #fff;
}

.book-list.categories .category__subs {
  display: flex;
  align-items: center;
  /* flex */
  justify-content: center;
  width: 100%;
  height: 22px;
  border-top: 1px solid #b7ccdb;
}

.book-list.categories .category__subs > * {
  color: #fff;
  font-size: 10px;
}

.book-list.categories .category__subs > *:before {
  display: inline-block;
  margin-right: 2px;
  color: #d1e1ec;
  font-family: "xiconbasic";
  font-size: 12px;
  vertical-align: -1px;
}

.book-list.categories .category__subs__category:before {
  content: "\e912";
}

.book-list.categories .category__subs__contents {
  margin-left: 5px;
}

.book-list.categories .category__subs__contents:before {
  content: "\e92a";
}

/* カテゴリ一覧 */
.category-operation-block {
  margin-bottom: 32px;
  font-size: 0;
}

.category-operation-block > div {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.category-operation-block .category-operation-block__select {
  width: 250px;
}

.category-operation-block .category-operation-block__select .category_select_box:hover .select-dropdown {
  border-color: #b6b6b6;
}

.category-operation-block .category-operation-block__select .category_select_box .select-dropdown {
  border: 1px solid #dcdcdc;
  transition: border-color .5s ease, color .5s ease;
}

.category-operation-block .category-operation-block__input {
  margin-left: 50px;
  font-size: 0;
}

.category-operation-block .category-operation-block__input .form-wrap {
  display: inline-block;
  vertical-align: top;
}

.category-operation-block .category-operation-block__input input[type=text] {
  width: 300px;
  height: 32px;
  border: 1px solid #dcdcdc;
  border-right: none;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 14px;
}

.category-operation-block .category-operation-block__input .btn {
  min-width: 120px;
  height: 32px;
  padding: 0;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  line-height: 30px;
}

.category-list-block {
  padding: 40px 0;
  border-radius: 2px;
  background-color: #fff;
}

.category-list-block .category-list__inner {
  width: 800px;
  margin: 0 auto;
}

/* 一覧のソート UI */
.item_sorter {
  font-size: 0;
}

.item_sorter .sort-select {
  float: right;
  font-weight: normal;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .item_sorter .sort-select {
    float: left;
  }
}
.item_sorter .sort-icon {
  display: inline-block;
  float: right;
  color: #b1b9c0;
  vertical-align: middle;
}

.item_sorter .sort-icon:hover {
  opacity: .7;
}

.item_sorter .sort-icon.active {
  color: #7ccbf0;
}

.item_sorter .sort-icon i[class^=xiconbasic-] {
  font-size: 30px;
}

.item_sorter .sort-icon--line {
  margin-right: 14px;
}

.item_sorter .sort-icon--tile {
  margin-right: 20px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .item_sorter .sort-icon--tile {
    margin-right: 0;
  }
}
.item_sorter .sort-select {
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__sorter .item_sorter {
    padding: 0 15px;
  }
}
/* 一覧系表示のコンテンツの画像の幅調整 */
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .book-list-block .content-block .tag-item {
    width: calc((100vw - 50px) / 3);
    height: auto;
  }
  .book-list-block .content-block .tag-item__link {
    padding: 0;
  }
  .book-list-block .content-block .tag-item__image {
    display: block;
    position: relative;
    font-size: 0;
  }
  .book-list-block .content-block .tag-item__image:before {
    display: block;
    padding-top: 141.428571429%;
    content: "";
  }
  .book-list-block .content-block .tag-item__image__inner {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    /* flex */
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .book-list-block .content-block .tag-item__image__entity {
    border: none;
  }
  .book-list-block .content-block .tag-item__title {
    padding-right: 8px;
    padding-left: 8px;
  }
  .book-list-block .content-block .tag-item__counts {
    margin: 5px 8px 8px;
  }
}
@media only screen and (orientation: landscape) and (max-height : 600px) {
  .book-list-block .content-block .tag-item {
    width: calc((100vw - 70px) / 5) !important;
  }
  .book-list-block.book-list-block--tags .tag-item:nth-child(3n) {
    margin-right: 10px;
  }
  .book-list-block.book-list-block--tags .tag-item:nth-child(-n+3) {
    margin-top: 15px;
  }
  .book-list-block.book-list-block--tags .tag-item:nth-child(5n) {
    margin-right: 0;
  }
  .book-list-block.book-list-block--tags .tag-item:nth-child(-n+5) {
    margin-top: 0;
  }
  body.home--sd .book-list-block .content-block .tag-item,
  body.http-error--sd .book-list-block .content-block .tag-item {
    width: calc((100vw - 70px) / 2.6) !important;
  }
}
body.home .breadcrumb-block,
body.login .breadcrumb-block {
  display: none;
}

body.home--sd .main-inner,
body.http-error--sd .main-inner {
  margin-top: 0;
}

body.home--sd .main-inner .alert-block,
body.http-error--sd .main-inner .alert-block {
  margin-top: 20px;
}

body.home--sd .book-list-block,
body.http-error--sd .book-list-block {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}

body.home--sd .book-list-block .content-block .content-block__title,
body.http-error--sd .book-list-block .content-block .content-block__title {
  width: calc(100% - 30px);
  height: 24px;
  margin-right: 15px;
  margin-left: 15px;
}

body.home--sd .book-list-block .content-block .content-block__title .content-block__title__link:before,
body.http-error--sd .book-list-block .content-block .content-block__title .content-block__title__link:before {
  height: 20px;
  margin-top: 0;
  margin-bottom: 4px;
  vertical-align: middle;
}

body.home--sd .book-list-block .content-block .content-block__title__inner,
body.http-error--sd .book-list-block .content-block .content-block__title__inner {
  max-width: calc(100% - 194px);
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle;
}

body.home--sd .book-list-block .content-block .content-block__title__sub-info,
body.http-error--sd .book-list-block .content-block .content-block__title__sub-info {
  height: 20px;
  margin-bottom: 4px;
  margin-left: 12px;
  padding-left: 2px;
  font-size: 10.5px;
  vertical-align: middle;
}

body.home--sd .book-list-block .content-block .content-block__title__sub-info:before,
body.http-error--sd .book-list-block .content-block .content-block__title__sub-info:before {
  top: 3px;
  height: 12px;
}

body.home--sd .book-list-block .content-block .content-block__title__sub-info > span,
body.http-error--sd .book-list-block .content-block .content-block__title__sub-info > span {
  margin-left: 8px;
  padding-top: 3px;
  line-height: 10.5px;
}

body.home--sd .book-list-block .content-block .content-block__title__sub-info > span .sub-info-icon,
body.http-error--sd .book-list-block .content-block .content-block__title__sub-info > span .sub-info-icon {
  font-size: 14px;
}

body.home--sd .book-list-block .content-block .content-block__body,
body.http-error--sd .book-list-block .content-block .content-block__body {
  position: relative;
  padding: 0 15px;
}

body.home--sd .book-list-block .content-block .content-block__body .swipeable-block,
body.http-error--sd .book-list-block .content-block .content-block__body .swipeable-block {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  background-color: rgba(255, 0, 0, .5);
}

body.home--sd .book-list-block .content-block .content-block__body__inner,
body.http-error--sd .book-list-block .content-block .content-block__body__inner {
  white-space: nowrap;
  will-change: transform;
}

body.home--sd .book-list-block .content-block .tag-item,
body.http-error--sd .book-list-block .content-block .tag-item {
  width: calc((100vw - 50px) / 2.6) !important;
  white-space: normal;
}

/* 表示切り替え UI */
.nav-pills {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.nav-pills + .sort-select {
  margin-left: 20px;
}

.nav-pills .nav-item {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.nav-pills .nav-item.active a {
  background-color: #d4f1ea;
  color: #419d86;
  cursor: default;
}

.nav-pills .nav-item.active a:hover {
  background-color: #d4f1ea;
  color: #419d86;
}

.nav-pills .nav-item + .nav-item {
  margin-left: 5px;
}

.nav-pills .nav-item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #e0e4e5;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}

.nav-pills .nav-item a:hover {
  background-color: #c4ccce;
  color: #666;
}

.book-list-block-tiles {
  grid-gap: 33px 22px;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fill, 216px);
}

.book-list-block-tiles .tag-item {
  display: inline-block;
  width: 216px;
  height: 305px;
  margin: 0;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff, #fbfbfb);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
  vertical-align: top;
  transition: all .3s ease-in-out;
}

.book-list-block-tiles .tag-item:hover {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, .2), 0px 4px 5px 0px rgba(0, 0, 0, .14), 0px 1px 10px 0px rgba(0, 0, 0, .12);
}

.book-list-block-tiles .tag-item__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 15px 12px;
}

.book-list-block-tiles .tag-item__image {
  display: table;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 216px;
  font-size: 0;
  table-layout: fixed;
}

.book-list-block-tiles .tag-item__image__inner {
  display: table-cell;
  z-index: 1;
  width: 100%;
  height: 216px;
  text-align: center;
  vertical-align: middle;
}

.book-list-block-tiles .tag-item__image__inner .filetype-icon {
  font-size: 80px;
}

.book-list-block-tiles .tag-item__image__inner .filetype-icon.xiconbasic-file-excel-box {
  color: #207347;
}

.book-list-block-tiles .tag-item__image__inner .filetype-icon.xiconbasic-file-word-box {
  color: #2c5898;
}

.book-list-block-tiles .tag-item__image__inner .filetype-icon.xiconbasic-file-powerpoint-box {
  color: #f68122;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .book-list-block-tiles .tag-item__image__inner .filetype-icon {
    font-size: 60px;
  }
}
.book-list-block-tiles .tag-item__image__inner .item__image__entity__dummy {
  width: 100%;
  height: 216px;
}

.book-list-block-tiles .tag-item__image__entity {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border: solid 1px #d7d7d7;
}

.book-list-block-tiles .tag-item__image__movieoverlay {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
}

.book-list-block-tiles .tag-item__image__movieoverlay:after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 50px / 2);
  left: calc(50% - 40px / 2);
  width: 40px;
  height: 50px;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 50px;
  line-height: normal;
  content: "\f04b";
}

.book-list-block-tiles .tag-item__title {
  width: 100%;
  height: 30px;
  margin: 11px 0 0;
  overflow: hidden;
  color: #666;
  font-size: 12px;
  line-height: 15px;
}

.book-list-block-tiles .tag-item__title i.fa {
  margin-right: 5px;
  color: #ea9700;
  font-size: 15px;
  vertical-align: -1px;
}

.book-list-block-tiles .tag-item__counts {
  margin-top: 5px;
  color: #999;
  font-size: 0;
}

.book-list-block-tiles .tag-item__counts > div {
  display: inline-block;
  vertical-align: top;
}

.book-list-block-tiles .tag-item__counts__comments > div,
.book-list-block-tiles .tag-item__counts__likes > div {
  display: inline-block;
  vertical-align: top;
}

.book-list-block-tiles .tag-item__counts__comments__icon,
.book-list-block-tiles .tag-item__counts__likes__icon {
  position: relative;
  width: 14px;
  height: 14px;
  margin-right: 1px;
  font-size: 14px;
}

.book-list-block-tiles .tag-item__counts__comments__icon:before,
.book-list-block-tiles .tag-item__counts__likes__icon:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  font-family: "xiconbasic";
  line-height: 14px;
}

.book-list-block-tiles .tag-item__counts__comments__number,
.book-list-block-tiles .tag-item__counts__likes__number {
  padding-top: 1px;
  font-size: 12px;
  line-height: 13px;
}

.book-list-block-tiles .tag-item__counts__comments {
  margin-right: 8px;
}

.book-list-block-tiles .tag-item__counts__comments__icon:before {
  content: "\e969";
}

.book-list-block-tiles .tag-item__counts__likes__icon:before {
  content: "\e967";
}

/* 閲覧履歴 */
body.readhistory .contents-list-block__body {
  padding-top: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.readhistory .header-sections .valign h2 {
    padding: 10px 34px;
  }
  body.readhistory .contents-list-block {
    margin-top: 27px;
  }
}
.main-books__block {
  margin-top: 22px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block {
    margin-top: 10px;
    padding: 0 15px;
  }
}
.main-books__block__item {
  height: 64px;
  border-bottom: 1px solid #dddbde;
  background-color: #fff;
  font-size: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item {
    height: 92px;
    margin-top: 5px;
    border-bottom: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .2);
  }
  .main-books__block__item:first-child {
    margin-top: 0;
  }
}
.main-books__block__item--adder {
  margin-top: 20px;
  background-color: transparent;
  text-align: center;
}

.main-books__block__item--adder .btn {
  width: 200px;
  box-shadow: none;
}

.main-books__block__item--adder .btn i {
  margin-right: 5px;
  color: #7ccbf0;
  font-size: 24px !important;
}

.main-books__block__item--adder .btn__inner {
  display: inline-block;
  color: #4a4a4a;
  font-size: 14px;
  vertical-align: 5px;
}

.main-books__block__item--adder__inner {
  display: none;
}

.main-books__block__item--history .main-books__block__item__footer {
  width: calc(100% - 68px);
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item--history .main-books__block__item__footer {
    width: calc(100% - 70px);
    font-size: 0;
  }
  .main-books__block__item--history .main-books__block__item__footer div {
    font-size: 13px;
    line-height: 16px;
  }
}
.main-books__block__item--history .main-books__block__item__footer__title {
  width: 100%;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item--history .main-books__block__item__footer__title {
    height: 76px;
    padding: 12px 0 0 15px;
    overflow: hidden;
  }
}
.main-books__block__item--history .main-books__block__item__footer__title__wrap {
  width: calc(100% - 110px - 120px);
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item--history .main-books__block__item__footer__title__wrap {
    width: calc(100% - 100px);
  }
}
.main-books__block__item--history .main-books__block__item__footer__rightside {
  display: inline-block;
  width: calc(110px + 120px);
  vertical-align: top;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item--history .main-books__block__item__footer__rightside {
    width: 100px;
  }
}
.main-books__block__item--history .main-books__block__item__footer__counts {
  display: inline-block;
  width: 110px;
  height: 100%;
  padding-top: 14px;
  color: #999;
  text-align: left;
  vertical-align: top;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item--history .main-books__block__item__footer__counts {
    display: block;
    width: 100px;
    padding: 12px 0 0 10px;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item--history .main-books__block__item__footer__counts .main-books__item__comments,
  .main-books__block__item--history .main-books__block__item__footer__counts .main-books__item__likes {
    font-size: 0;
    line-height: 0;
  }
}
.main-books__block__item--history .main-books__block__item__footer__counts .main-books__item__comments > div,
.main-books__block__item--history .main-books__block__item__footer__counts .main-books__item__likes > div {
  display: inline-block;
  vertical-align: top;
}

.main-books__block__item--history .main-books__block__item__footer__counts .main-books__item__comments {
  padding-bottom: 3px;
}

.main-books__block__item--history .main-books__block__item__footer__counts .main-books__item__comments .main-books__item__icon:before {
  content: "\e969";
}

.main-books__block__item--history .main-books__block__item__footer__counts .main-books__item__likes .main-books__item__icon:before {
  content: "\e967";
}

.main-books__block__item--history .main-books__block__item__footer__counts .main-books__item__icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 1px;
  font-size: 16px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item--history .main-books__block__item__footer__counts .main-books__item__icon {
    width: 15px;
    height: 15px;
    font-size: 15px;
  }
}
.main-books__block__item--history .main-books__block__item__footer__counts .main-books__item__icon:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  font-family: "xiconbasic";
  line-height: 16px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item--history .main-books__block__item__footer__counts .main-books__item__icon:before {
    width: 15px;
    height: 15px;
    line-height: 15px;
  }
}
.main-books__block__item--history .main-books__block__item__footer__counts .main-books__item__number {
  padding-top: 1px;
  font-size: 14px;
  line-height: 15px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item--history .main-books__block__item__footer__counts .main-books__item__number {
    font-size: 13px;
    line-height: 14px;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item--history .main-books__block__item__footer__lastupdate {
    display: block;
    width: 100px;
    height: auto;
    padding: 5px 12px 0 0;
  }
}
.main-books__block__item__inner {
  width: 100%;
  height: 100%;
}

.main-books__block__item__image {
  display: inline-table;
  width: 68px;
  height: 64px;
  vertical-align: top;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item__image {
    width: 70px;
    height: 92px;
  }
}
.main-books__block__item__image__inner {
  display: table-cell;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.main-books__block__item__image__inner a {
  display: inline-block;
  position: relative;
}

.main-books__block__item__image__entity {
  width: 44px;
  height: 44px;
  background-position: top left;
  background-size: cover;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item__image__entity {
    width: 70px;
    height: 92px;
  }
}
.main-books__block__item__image__iconwrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item__image__iconwrap {
    width: 70px;
    height: 92px;
  }
}
.main-books__block__item__image__iconwrap .filetype-icon {
  position: relative;
  font-size: 44px;
}

.main-books__block__item__image__iconwrap .filetype-icon:before {
  z-index: 3;
  position: relative;
}

.main-books__block__item__image__iconwrap .filetype-icon:after {
  display: none;
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background-color: #fff;
  content: "";
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item__image__iconwrap .filetype-icon:after {
    display: inline-block;
    top: 8px;
    left: 8px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
  }
}
.main-books__block__item__image__movieoverlay {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
}

.main-books__block__item__image__movieoverlay:after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 20px / 2);
  left: calc(50% - 16px / 2);
  width: 16px;
  height: 20px;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: normal;
  content: "\f04b";
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item__image__movieoverlay:after {
    top: calc(50% - 28px / 2);
    left: calc(50% - 22px / 2);
    width: 22px;
    height: 28px;
    font-size: 28px;
  }
}
.main-books__block__item__footer {
  display: inline-block;
  width: 810px;
  height: 64px;
  color: #666;
  vertical-align: top;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item__footer {
    width: calc(100% - 70px);
    font-size: 0;
  }
}
.main-books__block__item__footer a {
  display: inline-block;
  color: #666;
}

.main-books__block__item__footer__title {
  display: inline-block;
  width: 544px;
  height: 64px;
  padding-right: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  line-height: 64px;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item__footer__title {
    width: 100%;
    height: auto;
    padding: 20px 0 0 15px;
    overflow: initial;
    font-weight: normal;
    line-height: 16px;
    text-overflow: initial;
    white-space: initial;
  }
}
.main-books__block__item__footer__title__wrap {
  overflow: hidden;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item__footer__title__wrap {
    width: calc(100% - 50px);
  }
}
.main-books__block__item__footer__info {
  display: inline-block;
  width: 50px !important;
  height: 64px;
  line-height: 82px;
  text-align: center;
  vertical-align: top;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item__footer__info {
    height: 92px;
    margin-left: -6px;
    line-height: 142px;
  }
}
.main-books__block__item__footer__info i[class^=xiconbasic-] {
  color: #d9dde0;
  font-size: 60px;
  transition: color .5s ease;
}

.main-books__block__item__footer__info i[class^=xiconbasic-]:hover {
  color: #666;
}

.main-books__block__item__footer__volume {
  display: inline-block;
  width: 96px;
  height: 64px;
  font-size: 14px;
  line-height: 64px;
  vertical-align: top;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item__footer__volume {
    display: none;
  }
}
.main-books__block__item__footer__lastupdate {
  display: inline-block;
  width: 120px;
  height: 64px;
  padding: 16px 20px 0 0;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  vertical-align: top;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block__item__footer__lastupdate {
    display: none;
  }
}
.main-books__block--tile {
  font-size: 0;
}

.main-books__block--tile .main-books__block__item {
  display: inline-block;
  width: 200px;
  height: 318px;
  margin-top: 32px;
  margin-right: 26px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  vertical-align: top;
}

.main-books__block--tile .main-books__block__item:nth-child(4n) {
  margin-right: 0;
}

.main-books__block--tile .main-books__block__item:nth-child(-n+4) {
  margin-top: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block--tile .main-books__block__item {
    position: relative;
    width: calc((100% - 13px) / 2);
    height: 282px;
    margin-top: 26px;
    margin-right: 13px;
  }
  .main-books__block--tile .main-books__block__item:nth-child(4n) {
    margin-right: 13px !important;
  }
  .main-books__block--tile .main-books__block__item:nth-child(-n+4) {
    margin-top: 26px !important;
  }
  .main-books__block--tile .main-books__block__item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .main-books__block--tile .main-books__block__item:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}
.main-books__block--tile .main-books__block__item--adder {
  display: inline-table;
  margin-top: 32px;
  background-color: #fff;
}

.main-books__block--tile .main-books__block__item--adder:hover i[class^=xiconbasic-] {
  opacity: .65;
}

.main-books__block--tile .main-books__block__item--adder .btn {
  display: none;
}

.main-books__block--tile .main-books__block__item--adder__inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.main-books__block--tile .main-books__block__item--adder__inner i[class^=xiconbasic-] {
  color: #7ccbf0;
  font-size: 64px;
  transition: opacity .5s ease;
}

.main-books__block--tile .main-books__block__item__image {
  display: table;
  width: 100%;
  height: 262px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block--tile .main-books__block__item__image {
    height: 220px;
  }
}
.main-books__block--tile .main-books__block__item__image__inner {
  display: table-cell;
  width: 100%;
  height: 262px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block--tile .main-books__block__item__image__inner {
    height: 220px;
  }
}
.main-books__block--tile .main-books__block__item__image__inner a {
  display: block;
  width: 100%;
  height: 100%;
}

.main-books__block--tile .main-books__block__item__image__entity {
  width: 100%;
  height: 100%;
}

.main-books__block--tile .main-books__block__item__footer {
  position: relative;
  width: 100%;
  height: 56px;
  border-top: 1px solid rgba(216, 216, 216, .5);
  font-size: 14px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block--tile .main-books__block__item__footer {
    height: 62px;
  }
}
.main-books__block--tile .main-books__block__item__footer a {
  display: block;
  width: 100%;
  height: 100%;
  color: #666;
}

.main-books__block--tile .main-books__block__item__footer__title {
  position: relative;
  width: 100%;
  height: auto;
  padding: 8px 40px 0 10px;
  overflow: initial;
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
  text-overflow: initial;
  white-space: initial;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block--tile .main-books__block__item__footer__title {
    padding-top: 11px;
  }
}
.main-books__block--tile .main-books__block__item__footer__info {
  position: absolute;
  top: -9px;
  right: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block--tile .main-books__block__item__footer__info {
    line-height: 82px;
  }
}
.main-books__block--tile .main-books__block__item__info,
.main-books__block--tile .main-books__block__item__footer__volume,
.main-books__block--tile .main-books__block__item__footer__lastupdate {
  display: none;
}

.main-books__more-block {
  padding-top: 5px;
}

.main-books__more-block.all-loaded .main-books__more-block__wrap {
  display: none;
}

.main-books__more-block.all-loaded .loading-finished-block {
  display: block;
}

.main-books__more-block .loading-finished-block {
  display: none;
  padding-top: 20px;
  text-align: center;
}

.main-books__more-block .loading-finished-block .alert-well {
  display: inline-block;
  width: auto;
  min-width: 200px;
  max-width: none;
  margin: 0 auto;
  padding: 10px 20px;
}

.main-books__more-block .loading-finished-block .alert-well [class*=xiconbasic-] {
  vertical-align: -4px;
}

.main-books__more-block__wrap {
  height: 63px;
  padding: 15px 0 0;
  text-align: center;
  transition: height .5s ease;
}

.main-books__more-block__wrap--loading span.loading {
  display: inline-block !important;
}

.main-books__more-block__wrap--loading span.notloading {
  display: none !important;
}

.main-books__more-block__more {
  display: table;
  width: 200px;
  height: 48px;
  margin: 0 auto;
  border-bottom: 1px solid #4a4a4a;
  cursor: pointer;
  transition: background-color .5s ease;
}

.main-books__more-block__more:hover {
  background-color: rgba(0, 0, 0, .05);
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__more-block__more {
    width: 166px;
    border-bottom-color: #979797;
  }
}
.main-books__more-block__more__inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.main-books__more-block__more__inner i[class^=fa] {
  margin-right: 8px;
  color: #acabad;
  transition: transform .5s ease;
}

.main-books__more-block__more__inner .preloader-wrapper {
  margin-right: 8px;
  vertical-align: middle;
}

.main-books__more-block__more__inner .more_text {
  color: #666;
  vertical-align: middle;
}

.main-books__more-block__more__inner span.loading {
  display: none;
}

.main-books__more-block__more__inner span.notloading {
  display: inline-block;
}

.main-books__more-block__more__inner .more-sd-chevron {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -3px;
  transform: rotate(45deg);
  border: 2px solid #8b94a0;
  border-top-width: 0;
  border-left-width: 0;
  transition: transform .2s ease, margin-top .2s ease;
}

.main-books__more-block__buttons {
  margin-top: 15px;
  text-align: center;
}

.main-books__more-block__buttons .btn {
  width: 200px;
  box-shadow: none;
}

.main-books__more-block__buttons .btn i {
  margin-right: 5px;
  color: #7ccbf0;
  font-size: 24px !important;
}

.main-books__more-block__buttons .btn__inner {
  display: inline-block;
  color: #4a4a4a;
  font-size: 14px;
  vertical-align: 5px;
}

.main-books__block:not(.main-books__block--list) .main-books__block__item:nth-child(4n) {
  margin-right: 26px !important;
}

.main-books__block:not(.main-books__block--list) .main-books__block__item:nth-child(5n) {
  margin-right: 0;
}

.main-books__block:not(.main-books__block--list) .main-books__block__item:nth-child(-n+5) {
  margin-top: 0 !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .main-books__block:not(.main-books__block--list) .main-books__block__item:nth-child(4n) {
    margin-right: 0 !important;
  }
  .main-books__block:not(.main-books__block--list) .main-books__block__item:nth-child(5n) {
    margin-right: 13px;
  }
  .main-books__block:not(.main-books__block--list) .main-books__block__item:nth-child(-n+5) {
    margin-top: 26px !important;
  }
  .main-books__block:not(.main-books__block--list) .main-books__block__item:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .main-books__block:not(.main-books__block--list) .main-books__block__item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
/* 通知 */
.notice:not(body) .slimScrollDiv .slimScrollBarY {
  right: 3px !important;
  width: 6px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.notice:not(body) .slimScrollDiv .slimScrollBarY:after {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 4px;
  left: 0;
  border-radius: 3px;
  background-color: #000;
  content: "";
}

.notice:not(body) .slimScrollDiv .slimScrollRailY {
  width: 9px !important;
}

.notice-columns {
  width: 100%;
  height: calc(100vh - 224px);
  font-size: 0;
}

.notice-columns > div {
  display: inline-block;
  height: 100%;
  font-size: 14px;
  vertical-align: top;
}

.notice-columns--nosender .notice-list-item-sender {
  display: none;
}

.notice-columns--nosender .notice-list-item-date {
  width: 100%;
}

.notice-columns--nosender .notice-detail__header__data__sender {
  display: none;
}

.notice-columns--nosender .notice-detail__header__data__date {
  width: 100%;
  float: none;
  text-align: right;
}

.notice-column--left {
  z-index: 2;
  position: relative;
  width: 320px;
  background-color: #fff;
}

.notice-column--right {
  z-index: 1;
  position: relative;
  width: calc(100% - 320px);
}

.notice-list {
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
}

.notice-list-header {
  padding: 10px;
  background-color: #757575;
  font-size: 0;
}

.notice-list-header .btn {
  height: 28px;
  margin-left: 20px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 0;
  line-height: 26px;
}

.notice-list-header .btn > * {
  font-size: 12px;
}

.notice-list-header .btn i {
  font-size: 18px;
  vertical-align: middle;
}

.notice-list-header .btn .btn-text {
  display: inline-block;
  padding-top: 2px;
  line-height: 14px;
  vertical-align: middle;
}

.notice-list-check-wrap {
  display: inline-block;
  vertical-align: middle;
}

.notice-header-check + label {
  padding-left: 30px;
  font-size: 12px;
}

.notice-list-header-read {
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
}

.notice-list-body {
  width: 100%;
  height: calc(100% - 48px);
  overflow: hidden;
  border-top: none;
}

.notice-list-item {
  position: relative;
  border-bottom: 1px solid #dddbde;
  font-size: 0;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  will-change: opacity;
}

.notice-list-item:before {
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 21px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #23c878;
  content: "";
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.notice-list-item:last-child {
  border-bottom: none;
}

.notice-list-item.notice-list-item--notread:before {
  opacity: 1;
}

.notice-list-item.notice-list-item--ready {
  opacity: 1;
}

.notice-list-item > * {
  display: inline-block;
  vertical-align: top;
}

.notice-list-item .notice-list-check-wrap {
  width: 40px;
  padding: 25px 10px 0;
}

.notice-list-item .notice-list-check-wrap label {
  padding-left: 20px;
}

.notice-list-item-link {
  position: relative;
  width: calc(100% - 40px);
  padding: 10px 20px 8px 0;
  text-decoration: none;
}

.notice-list-item-link:after {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 24px;
  height: 36px;
  color: #bdbdbd;
  font-family: "xiconbasic";
  font-size: 24px;
  vertical-align: top;
  content: "\e953";
}

.notice-list-item-message {
  color: #4b4b4b;
  font-size: 14px;
  line-height: 16px;
}

.notice-list-item-message.ellipsischecked {
  min-height: 32px;
}

.notice-list-item-footer {
  margin-top: 5px;
  line-height: normal;
}

.notice-list-item-footer > div {
  display: inline-block;
  color: #9e9e9e;
  vertical-align: top;
}

.notice-list-item-sender {
  width: calc(100% - 110px);
  overflow: hidden;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-list-item-date {
  width: 110px;
  font-size: 11px;
  text-align: right;
}

.notice-loading {
  display: flex;
  z-index: 1;
  position: absolute;
  align-items: center;
  /* flex */
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5px 0 25px;
}

.notice-please-select {
  display: flex;
  z-index: 2;
  position: absolute;
  align-items: center;
  /* flex */
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5px 0 25px;
  background-color: #f6f4f7;
}

.notice-please-select.fadeout-please-select {
  animation: hide-notice .5s ease-in-out 0s;
}

.notice-please-select.hide-please-select {
  display: none;
}

.notice-please-select-message {
  display: inline-block;
  padding: 16px 24px 14px;
  border: 1px solid #dddbde;
  border-radius: 5px;
  background-color: #fff;
  color: #757575;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.notice-detail {
  display: none;
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  background-color: #f6f4f7;
  opacity: 0;
}

.notice-detail.show-notice-detail {
  display: block;
  opacity: 1;
}

.notice-detail.fadein-notice-detail {
  animation: show-general .5s ease-in-out 0s;
}

.notice-detail.fadeout-notice-detail {
  animation: hide-notice .5s ease-in-out 0s;
}

.notice-detail:not(.notice-detail--has-content) .notice-detail__header {
  max-height: 100%;
}

.notice-detail:not(.notice-detail--has-content) .notice-detail__header__message {
  max-height: none;
}

.notice-detail:not(.notice-detail--has-content) .notice-detail__body {
  display: none;
}

.notice-detail__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 5px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
}

.notice-detail__header__data {
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.notice-detail__header__data > div {
  display: inline-block;
  vertical-align: top;
}

.notice-detail__header__data__sender > div {
  display: inline-block;
  font-size: 13px;
  line-height: normal;
  vertical-align: top;
}

.notice-detail__header__data__sender__title {
  width: 60px;
}

.notice-detail__header__data__date {
  float: right;
  font-size: 13px;
  line-height: normal;
}

.notice-detail__header__message {
  position: relative;
  width: 100%;
  max-height: 105px;
  margin-top: 10px;
  overflow: hidden;
}

.notice-detail__header__message.has-slimscroll:after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  content: "";
}

.notice-detail__header__message.has-slimscroll .notice-detail__header__message__inner {
  padding-bottom: 15px;
}

.notice-detail__header__message__inner {
  width: 100%;
}

.notice-detail__body {
  margin-top: 21px;
  overflow: hidden;
}

body.notice .main-inner {
  width: 1178px;
  max-width: 100vw;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.notice .main-inner {
    width: 100%;
    margin: 0 auto 54px;
  }
}
body.notice .main-inner .breadcrumb-block {
  padding: 0 5px;
}

body.notice .main-inner .content-block {
  padding-left: 5px;
}

body.notice .main-inner .content-block__body {
  padding: 5px;
}

body.notice .main-inner .book-list-block {
  width: 100%;
  padding: 0;
}

body.notice .main-inner .book-list-block .tag-item {
  width: 148px;
  height: 234px;
  margin-right: 21px;
  border-color: transparent;
}

body.notice .main-inner .book-list-block .tag-item:nth-child(5n+4) {
  margin-right: 20px;
}

body.notice .main-inner .book-list-block .tag-item:nth-child(5n) {
  margin-right: 0;
}

body.notice .main-inner .book-list-block .tag-item:nth-child(n+6) {
  margin-top: 21px;
}

body.notice .main-inner .book-list-block .tag-item__link {
  padding: 10px 10px 8px;
}

body.notice .main-inner .book-list-block .tag-item__image,
body.notice .main-inner .book-list-block .tag-item__image__inner {
  height: 178px;
  font-size: 0;
}

body.notice .main-inner .book-list-block .tag-item__title {
  margin-top: 6px;
}

body.notice .main-inner .book-list-block .tag-item__counts {
  display: none;
}

/* SD 版通知一覧 */
body.sd-notice .main-inner {
  margin-bottom: 0;
}

body.sd-notice .selectmode_wrap.selectmode_wrap--select .deletelink {
  display: inline-block;
  opacity: 1;
}

body.sd-notice .selectmode_wrap .deletelink {
  display: none;
  margin-right: 8px;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

body.sd-notice .selectmode_wrap .selectmode {
  color: #1e88e5;
}

body.sd-notice .selectmode_wrap .btn,
body.sd-notice .selectmode_wrap .btn-flat {
  height: 30px;
  padding-right: 12px;
  padding-left: 12px;
  line-height: 32px;
}

body.sd-notice .notice-none {
  height: calc(100vh - 229px);
}

.sd-notice-list {
  border-top: 1px solid #dddbde;
  background-color: #fff;
}

.sd-notice-list.sd-notice-list--select .sd-notice-list-item:after {
  right: -24px;
}

.sd-notice-list.sd-notice-list--select .sd-notice-list-item-check-wrap {
  z-index: 3;
  opacity: 1;
}

.sd-notice-list.sd-notice-list--select .sd-notice-list-item-link {
  padding: 10px 10px 9px 54px;
}

.sd-notice-list.sd-notice-list--select .sd-notice-list-item-link:before {
  left: 37px;
}

.sd-notice-list.sd-notice-list--select .sd-notice-list-item-link:after {
  left: 35px;
}

.sd-notice-list.sd-notice-list--nosender .sd-notice-list-item-sender {
  display: none;
}

.sd-notice-list.sd-notice-list--nosender .sd-notice-list-item-date {
  width: 100%;
}

.sd-notice-list-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dddbde;
  font-size: 0;
}

.sd-notice-list-item:after {
  display: inline-block;
  z-index: 3;
  position: absolute;
  top: 28px;
  right: 0;
  width: 24px;
  height: 36px;
  color: #bdbdbd;
  font-family: "xiconbasic";
  font-size: 24px;
  vertical-align: top;
  content: "\e953";
  transition: right .3s ease-in-out;
}

.sd-notice-list-item.sd-notice-list-item--notread .sd-notice-list-item-link:before {
  display: inline-block;
}

.sd-notice-list-item.sd-notice-list-item--notread.sd-notice-list-item--hasattachment .sd-notice-list-item-link:after {
  top: 24px;
}

.sd-notice-list-item.sd-notice-list-item--hasattachment .sd-notice-list-item-link:after {
  display: inline-block;
}

.sd-notice-list-item-check-wrap {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  padding: 32px 10px 0;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  will-change: z-index, opacity;
}

.sd-notice-list-item-check-wrap .notice-list-check.filled-in:checked + label:before {
  top: 1px;
  left: 2px;
  width: 7px;
  height: 12px;
}

.sd-notice-list-item-check-wrap .notice-list-check.filled-in:not(:checked) + label:after,
.sd-notice-list-item-check-wrap .notice-list-check.filled-in:checked + label:after {
  border-radius: 50%;
}

.sd-notice-list-item-check-wrap label {
  padding-left: 20px;
}

.sd-notice-list-item-link {
  display: inline-block;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 20px 9px 24px;
  background-color: #fff;
  text-decoration: none;
  transition: padding .3s ease-in-out;
}

.sd-notice-list-item-link:before {
  display: none;
  position: absolute;
  top: 11px;
  left: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #23c878;
  content: "";
  transition: left .3s ease-in-out;
}

.sd-notice-list-item-link:after {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 24px;
  color: #9b9b9b;
  font-family: "xiconbasic";
  font-size: 16px;
  content: "\e92a";
  transition: left .3s ease-in-out;
}

.sd-notice-list-item-message {
  height: 54px;
  overflow: hidden;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 18px;
}

.sd-notice-list-item-footer {
  margin-top: 2px;
  color: #9e9e9e;
}

.sd-notice-list-item-footer > div {
  display: inline-block;
  font-size: 13px;
  line-height: 17px;
  vertical-align: top;
}

.sd-notice-list-item-sender {
  width: calc(100% - 130px);
}

.sd-notice-list-item-date {
  width: 130px;
  text-align: right;
}

/* 通知がない場合 */
.notice-none {
  display: flex;
  align-items: center;
  /* flex */
  justify-content: center;
  width: 100%;
  height: calc(100vh - 224px);
}

.notice-none-message {
  display: inline-block;
  padding: 16px 24px 14px;
  border: 1px solid #dddbde;
  border-radius: 5px;
  background-color: #fff;
  color: #757575;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

/* SD 版通知詳細 */
body.sd-notice-detail .book-list-block .content-block .tag-item {
  height: auto;
}

body.sd-notice-detail .book-list-block .content-block .tag-item__title {
  margin: 8px 0;
}

body.sd-notice-detail .book-list-block .content-block .tag-item__counts {
  display: none;
}

.notice-detail-head {
  padding: 0 15px 10px;
}

.notice-detail-head.notice-detail-head--nosender .notice-detail-head__data__sender {
  display: none;
}

.notice-detail-head.notice-detail-head--nosender .notice-detail-head__data__date {
  width: 100%;
  float: none;
  text-align: right;
}

.notice-detail-head__inner {
  padding: 9px;
  background-color: #fff;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
}

.notice-detail-head__data {
  font-size: 0;
}

.notice-detail-head__data > * {
  display: inline-block;
  vertical-align: top;
}

.notice-detail-head__data__sender > div {
  display: inline-block;
  font-size: 13px;
  line-height: 17px;
  vertical-align: top;
}

.notice-detail-head__data__sender__title {
  width: 60px;
}

.notice-detail-head__data__sender__value {
  width: calc(100% - 60px);
}

.notice-detail-head__data__date {
  float: right;
  font-size: 13px;
  line-height: 17px;
}

.notice-detail-head__message {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

/* news */
.news-block {
  margin-bottom: 40px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .news-block {
    margin-bottom: 30px;
    padding: 30px 15px 0;
  }
}
.news-block .content-block__title__link:before {
  display: none;
}

.news-block__title {
  height: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #888;
  color: #4b4b4b;
  font-weight: 700;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .news-block__title {
    height: 27px;
    margin-bottom: 15px;
  }
}
.news-block__title__inner {
  font-size: 18px;
  line-height: 21px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .news-block__title__inner {
    font-size: 13px;
    line-height: 20px;
  }
}
.news-block__title__inner:before {
  margin-right: 4px;
  font-family: "xiconbasic";
  font-size: 24px;
  font-weight: 400;
  vertical-align: -4px;
  content: "\e972";
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .news-block__title__inner:before {
    font-size: 22px;
  }
}
.news-more {
  margin-top: -17px;
  color: #666;
  font-size: 11px;
  line-height: 1;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .news-more {
    margin-top: -13px;
    font-size: 12px;
  }
}
.news-item {
  display: block;
  height: 42px;
  border-bottom: 1px solid #dddbde;
  background-color: #fff;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .news-item {
    height: 35px;
  }
}
.news-item__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  color: #4b4b4b;
  line-height: 1;
}

.news-item__link:hover {
  text-decoration: underline;
}

.news-item__read {
  position: relative;
  flex: 0 0 38px;
  width: 38px;
  height: 100%;
}

.news-item__read.news-item__read--notyet:after {
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #23c878;
  content: "";
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .news-item__read.news-item__read--notyet:after {
    top: 12px;
    left: 10px;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .news-item__read {
    flex: 0 0 26px;
    width: 26px;
  }
}
.news-item__title {
  flex: 0 0 203px;
  width: 203px;
  padding: 2px 16px 0 0;
  overflow: hidden;
  color: #4b4b4b;
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .news-item__title {
    flex: 0 0 calc(100% - 26px - 10px - 65px);
    width: calc(100% - 26px - 10px - 65px);
    padding: 1px 10px 0 0;
    font-size: 10px;
  }
}
.news-item__body {
  flex: 0 0 calc(100% - 38px - 187px - 16px * 2 - 77px);
  width: calc(100% - 38px - 187px - 16px * 2 - 77px);
  padding: 2px 16px 0 0;
  overflow: hidden;
  color: #4b4b4b;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .news-item__body {
    display: none;
  }
}
.news-item__date {
  flex: 0 0 93px;
  width: 93px;
  padding: 2px 16px 0 0;
  color: #9e9e9e;
  font-size: 11px;
  text-align: right;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .news-item__date {
    flex: 0 0 75px;
    padding: 1px 10px 0 0;
    font-size: 10px;
  }
}
/* ニュース一覧の通知との差分 */
.notice.notice--news .header-sections .header-sections-bgwrap:before,
.sd-notice-detail.sd-notice-detail--news .header-sections .header-sections-bgwrap:before {
  background-image: url("../images/news_cover.jpg");
}

.notice.notice--news .chevron-alike,
.sd-notice-detail.sd-notice-detail--news .chevron-alike {
  border-color: #fff;
}

.notice-columns.notice-columns--news .notice-column--left {
  width: 400px;
}

.notice-columns.notice-columns--news .notice-column--right {
  width: calc(100% - 400px);
}

.notice-columns.notice-columns--news .notice-list-header {
  position: relative;
  height: 44px;
  background-color: #32352f;
}

.notice-columns.notice-columns--news .notice-list-header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.notice-columns.notice-columns--news .notice-list-header-read {
  display: inline-flex;
  position: absolute;
  top: 10px;
  right: 10px;
  align-items: center;
  justify-content: flex-end;
  height: 24px;
  line-height: 1;
}

.notice-columns.notice-columns--news .notice-list-body {
  height: calc(100% - 44px);
}

.notice-columns.notice-columns--news .notice-list-item {
  opacity: 1;
}

.notice-columns.notice-columns--news .notice-list-item:before {
  top: 17px;
  left: 16px;
}

.notice-columns.notice-columns--news .notice-list-item.notice-list-item--current {
  background-color: #95a5b4;
}

.notice-columns.notice-columns--news .notice-list-item.notice-list-item--current .notice-list-item-link:after {
  color: #fff;
}

.notice-columns.notice-columns--news .notice-list-item.notice-list-item--current .notice-list-item-title,
.notice-columns.notice-columns--news .notice-list-item.notice-list-item--current .notice-list-item-date,
.notice-columns.notice-columns--news .notice-list-item.notice-list-item--current .notice-list-item-message {
  color: #fff;
}

.notice-columns.notice-columns--news .notice-list-item--news {
  max-height: 90px;
}

.notice-columns.notice-columns--news .notice-list-check-wrap {
  width: 38px;
}

.notice-columns.notice-columns--news .notice-list-item-link {
  width: calc(100% - 38px);
  padding: 12px 20px 12px 0;
}

.notice-columns.notice-columns--news .notice-list-item-link:after {
  top: calc(50% - 18px);
}

.notice-columns.notice-columns--news .notice-list-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notice-columns.notice-columns--news .notice-list-item-title {
  flex: 0 0 calc(100% - 80px);
  width: calc(100% - 80px);
  overflow: hidden;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-columns.notice-columns--news .notice-list-item-date {
  flex: 0 0 80px;
  color: #9e9e9e;
  font-size: 11px;
  line-height: 1;
  text-align: right;
}

.notice-columns.notice-columns--news .notice-list-item-message {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: auto;
  max-height: 36px;
  margin-top: 8px;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
}

.notice-columns.notice-columns--news .notice-detail__header__data > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.notice-columns.notice-columns--news .notice-detail__header__data__title,
.notice-columns.notice-columns--news .notice-detail__header__data__date {
  font-size: 13px;
  line-height: 21px;
}

.notice-columns.notice-columns--news .notice-detail__header__data__date {
  margin-top: 8px;
}

.notice-columns.notice-columns--news .notice-detail__header__data__title__title,
.notice-columns.notice-columns--news .notice-detail__header__data__date__title {
  flex: 0 0 50px;
}

.notice-columns.notice-columns--news .notice-detail__header__message {
  margin-top: 12px;
  font-size: 14px;
  line-height: 21px;
}

.sd-notice-list-item.sd-notice-list-item--news {
  max-height: 85px;
}

.sd-notice-list-item.sd-notice-list-item--news:after {
  top: calc(50% - 18px);
}

.sd-notice-list-item.sd-notice-list-item--news .sd-notice-list-item-link:before {
  top: 13px;
}

.sd-notice-list-item.sd-notice-list-item--news .sd-notice-list-item-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sd-notice-list-item.sd-notice-list-item--news .sd-notice-list-item-title {
  flex: 0 0 calc(100% - 70px);
  width: calc(100% - 70px);
  padding-right: 16px;
  overflow: hidden;
  color: #4b4b4b;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sd-notice-list-item.sd-notice-list-item--news .sd-notice-list-item-date {
  flex: 0 0 70px;
  width: 70px;
  color: #9e9e9e;
  font-size: 11px;
  line-height: 15px;
}

.sd-notice-list-item.sd-notice-list-item--news .sd-notice-list-item-message {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: auto;
  max-height: 36px;
  margin-top: 6px;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
}

/* ニュース詳細の通知詳細との差分 */
body.sd-notice-detail .notice-detail-head.notice-detail-head--news .notice-detail-head__data__title,
body.sd-notice-detail .notice-detail-head.notice-detail-head--news .notice-detail-head__data__date {
  display: block;
}

body.sd-notice-detail .notice-detail-head.notice-detail-head--news .notice-detail-head__data__title > div,
body.sd-notice-detail .notice-detail-head.notice-detail-head--news .notice-detail-head__data__date > div {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  vertical-align: top;
}

body.sd-notice-detail .notice-detail-head.notice-detail-head--news .notice-detail-head__data__title__title,
body.sd-notice-detail .notice-detail-head.notice-detail-head--news .notice-detail-head__data__date__title {
  width: 50px;
}

body.sd-notice-detail .notice-detail-head.notice-detail-head--news .notice-detail-head__data__title__value,
body.sd-notice-detail .notice-detail-head.notice-detail-head--news .notice-detail-head__data__date__value {
  width: calc(100% - 50px);
}

body.sd-notice-detail .notice-detail-head.notice-detail-head--news .notice-detail-head__data__date {
  margin-top: 8px;
  float: none;
  font-size: 0;
}

body.sd-notice-detail .notice-detail-head.notice-detail-head--news .notice-detail-head__message {
  margin-top: 12px;
  font-size: 13px;
  line-height: 20px;
}

.search-block:not(:empty) {
  margin-bottom: 24px;
}

.search-block a.btn {
  height: 32px;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  line-height: 32px;
}

.search-block .list-search__wrap {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.search-block .list-search__wrap.list-search--icon:before {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 20px;
  height: 20px;
  color: #757575;
  font-family: "xiconbasic";
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  content: "\e902";
}

.search-block .list-search__wrap.list-search--icon .list-search {
  padding-left: 38px;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search-block .list-search__wrap.list-search--option .list-search {
  width: 250px;
}

.search-block .list-search__wrap.list-search--option .list-search.list-search--large {
  width: 350px;
}

.search-block .list-search__wrap.list-search--option .list-search.list-search--large + .btn-searchoption + .searchoption-dropdown {
  width: 380px !important;
}

.search-block .list-search__wrap.list-search--option .btn-searchoption {
  position: relative;
  width: 30px;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #d7ccc8;
  color: #757575;
  font-size: 16px;
  text-align: center;
}

.search-block .list-search__wrap.list-search--option .btn-searchoption:before {
  position: absolute;
  top: 0;
  left: 3px;
  font-family: "xiconbasic";
  font-size: 24px;
  content: "\e95b";
}

.search-block .list-search__wrap.list-search--option .btn-searchoption:hover {
  background-color: #c2b1aa;
}

.search-block .list-search__wrap.list-search--option .btn-searchoption.active:before {
  content: "\e95a";
}

.search-block .list-search__wrap.list-search--option .searchoption-dropdown {
  width: 280px !important;
  margin-top: 1px;
  will-change: width, height;
}

.search-block .list-search__wrap.list-search--option .searchoption-dropdown .searchoption-dropdown__item {
  min-height: 0;
  padding: 10px 10px;
  border: 1px solid #888;
  border-top-width: 0;
  border-bottom-width: 0;
  background-color: #fff;
  color: #666;
  font-size: 13px;
  cursor: default;
}

.search-block .list-search__wrap.list-search--option .searchoption-dropdown .searchoption-dropdown__item:hover {
  background-color: #fff;
}

.search-block .list-search__wrap.list-search--option .searchoption-dropdown .searchoption-dropdown__item:last-child {
  padding-bottom: 20px;
  border-bottom-width: 1px;
}

.search-block .list-search__wrap.list-search--option .searchoption-dropdown .searchoption-dropdown__item.searchoption-dropdown__item--header {
  height: 32px;
  padding: 0 0 0 10px;
  border: 1px solid #a1887f;
  background-color: #efebe9;
  color: #3e2723;
  font-weight: bold;
  line-height: 30px;
}

.search-block .list-search__wrap.list-search--option .searchoption-dropdown .searchoption-dropdown__item.searchoption-dropdown__item--header:hover {
  background-color: #efebe9;
}

.search-block .list-search__wrap.list-search--option .searchoption-dropdown .searchoption-dropdown__item dl {
  margin: 0;
}

.search-block .list-search__wrap.list-search--option .searchoption-dropdown .searchoption-dropdown__item dl dt {
  margin-top: 16px;
  font-weight: bold;
}

.search-block .list-search__wrap.list-search--option .searchoption-dropdown .searchoption-dropdown__item dl dt:first-child {
  margin-top: 0;
}

.search-block .list-search__wrap.list-search--option .searchoption-dropdown .searchoption-dropdown__item dl dd {
  margin-left: 0;
}

.search-block .list-search__wrap.list-search--option .searchoption-dropdown .searchoption-dropdown__item dl dd .row {
  margin-bottom: 0;
}

.search-block .list-search__wrap.list-search--option .searchoption-dropdown .searchoption-dropdown__item dl dd label {
  padding-top: 2px;
  color: #666;
  font-size: 13px;
  line-height: 25px;
}

.search-block .list-search__wrap.list-search--option .searchoption-dropdown .searchoption-dropdown__item dl dd [type=checkbox] + label {
  padding-left: 27px;
}

.search-block .list-search {
  width: 280px;
  height: 32px;
  margin-bottom: 0;
  padding: 0 10px 0 15px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  line-height: 28px;
  vertical-align: top;
}

.search-block .list-search:focus {
  border-bottom-color: #dcdcdc !important;
  box-shadow: none !important;
}

.search-block .list-search.list-search--large {
  width: 380px;
}

.search-block .btn-searchbutton {
  margin-left: 6px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 24px;
}

.search-block .btn-searchbutton:before {
  font-family: "xiconbasic";
  font-size: 24px;
  content: "\e902";
}

.search-block .batch-operation-button {
  width: 140px;
  margin-left: 24px;
  padding-right: 4px;
  padding-left: 10px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  color: #ababab;
  text-align: left;
}

.search-block .batch-operation-button:after {
  display: inline-block;
  float: right;
  font-family: "xiconbasic";
  font-size: 24px;
  content: "\e95b";
}

.search-block .batch-operation-button:hover {
  border-color: #b6b6b6;
  color: #858585;
}

.search-block .batch-operation-button.active:after {
  content: "\e95a";
}

.search-block .batch-operation-dropdown {
  width: auto !important;
  margin-left: 24px;
  will-change: width, height;
}

.contents-list-block .contents-list__item .contents-list__item__button .btn.linked-detail-button,
.contents-list-block .contents-list__item a.linked-detail,
.contents-list-block .contents-list__item .contents-list__item__button .btn.linked-book-button,
.contents-list-block .contents-list__item .contents-list__item__text__button__dummy {
  display: inline-block;
  width: 130px;
  height: 38px;
  padding: 0;
  border-radius: 19px;
  background-color: #88b04b;
  color: #fff;
  font-size: 13px;
  line-height: 38px;
  text-align: center;
}

.contents-list-block .contents-list__item .contents-list__item__button .btn.linked-detail-button:hover,
.contents-list-block .contents-list__item a.linked-detail:hover,
.contents-list-block .contents-list__item .contents-list__item__button .btn.linked-book-button:hover,
.contents-list-block .contents-list__item .contents-list__item__text__button__dummy:hover {
  background-color: rgba(136, 176, 75, .8);
  box-shadow: none;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block .contents-list__item .contents-list__item__button .btn.linked-detail-button,
  .contents-list-block .contents-list__item a.linked-detail,
  .contents-list-block .contents-list__item .contents-list__item__button .btn.linked-book-button,
  .contents-list-block .contents-list__item .contents-list__item__text__button__dummy {
    width: calc((100% - 28px) / 2);
    height: 34px;
    margin-right: 16px;
    border-radius: 4px;
    line-height: 34px;
  }
  .contents-list-block .contents-list__item .contents-list__item__button .btn.linked-detail-button:last-child,
  .contents-list-block .contents-list__item a.linked-detail:last-child,
  .contents-list-block .contents-list__item .contents-list__item__button .btn.linked-book-button:last-child,
  .contents-list-block .contents-list__item .contents-list__item__text__button__dummy:last-child {
    margin-right: 0;
  }
}
.contents-list-block .contents-list__item .contents-list__item__button .btn.linked-detail-button,
.contents-list-block .contents-list__item a.linked-detail {
  border: 1px solid #88b04b;
  background-color: #fff;
  color: #4b4b4b;
}

.contents-list-block .contents-list__item .contents-list__item__button .btn.linked-detail-button:hover,
.contents-list-block .contents-list__item a.linked-detail:hover {
  background-color: rgba(136, 176, 75, .3);
}

/* 検索結果コンテンツ一覧 */
.contents-list-block {
  width: 100%;
  margin: 70px auto 170px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block {
    width: 100%;
    margin: 28px 0 90px;
    padding: 0 18px;
  }
}
.contents-list-block--searchresult {
  margin-top: 28px;
  margin-bottom: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block--searchresult {
    margin-top: 17px;
    padding: 0 14px;
  }
}
.contents-list-block--searchresult .contents-list-block__head {
  border-color: #c9c9c9;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block--searchresult .contents-list-block__head {
    border-color: #88b04b;
  }
}
.contents-list-block--searchresult .contents-list-block__body {
  padding-top: 26px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block--searchresult .contents-list-block__body {
    padding-top: 10px;
  }
}
.contents-list-block--searchresult + .main-books__more-block {
  margin-bottom: 0;
}

.contents-list-block .categories {
  grid-gap: 35px 20px;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fill, 178px);
  margin-bottom: 44px;
  font-size: 0;
}

.contents-list-block .categories:empty {
  display: none;
  margin-bottom: 0;
}

.contents-list-block .categories:blank {
  display: none;
  margin-bottom: 0;
}

.contents-list-block .categories:-moz-only-whitespace {
  display: none;
  margin-bottom: 0;
}

.contents-list-block .categories .category {
  display: inline-block;
  width: 178px;
  height: 89px;
  margin: 0;
  vertical-align: top;
}

.contents-list-block .categories .category:hover .category__tab:before {
  background-color: #83aac5;
}

.contents-list-block .categories .category:hover .category__body {
  background-color: #578cb2;
}

.contents-list-block .categories .category:hover .category__subs {
  border-top-color: #95b6ce;
}

.contents-list-block .categories .category__tab {
  display: inline-block;
  z-index: 1;
  position: relative;
  width: 48px;
  height: 10px;
}

.contents-list-block .categories .category__tab:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2px;
  left: 0;
  transform: scaleY(1.129) perspective(7px) rotateX(5deg);
  transform-origin: bottom left;
  border-radius: 3px 3px 0 0;
  background-color: #adc9dd;
  content: "";
  transition: background-color .3s ease-in-out;
}

.contents-list-block .categories .category__body {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 79px;
  border-radius: 0 3px 3px 3px;
  background-color: #7daac9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
  transition: background-color .3s ease-in-out;
  will-change: background-color;
}

.contents-list-block .categories .category__name {
  display: flex;
  align-items: center;
  /* flex */
  justify-content: center;
  width: 100%;
  height: 55px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 20px;
}

.contents-list-block .categories .category__name__inner {
  color: transparent;
}

.contents-list-block .categories .category__name__inner.category__name__inner--ellipted {
  color: #fff;
}

.contents-list-block .categories .category__subs {
  display: flex;
  align-items: center;
  /* flex */
  justify-content: center;
  width: 100%;
  height: 24px;
  border-top: 1px solid #b7ccdb;
  transition: border-top-color .3s ease-in-out;
}

.contents-list-block .categories .category__subs > * {
  color: #fff;
  font-size: 14px;
}

.contents-list-block .categories .category__subs > *:before {
  display: inline-block;
  margin-right: 2px;
  color: #d1e1ec;
  font-family: "xiconbasic";
  font-size: 16px;
  vertical-align: -1px;
}

.contents-list-block .categories .category__subs__category:before {
  content: "\e912";
}

.contents-list-block .categories .category__subs__contents {
  margin-left: 5px;
}

.contents-list-block .categories .category__subs__contents:before {
  content: "\e92a";
}

.contents-list-block .contents-list__item {
  position: relative;
  width: 448px;
  height: 210px;
  margin: 52px 60px 0 0;
}

.contents-list-block .contents-list__item:nth-child(-n+2) {
  margin-top: 0;
}

.contents-list-block .contents-list__item:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block .contents-list__item {
    width: 100%;
    height: 190px;
    margin: 30px 0 0;
  }
  .contents-list-block .contents-list__item:nth-child(2) {
    margin-top: 30px;
  }
}
.contents-list-block .contents-list__item a.linked-book {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  color: #4b4b4b;
}

.contents-list-block .contents-list__item a.linked-book:hover:before {
  opacity: .1;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block .contents-list__item a.linked-book {
    height: 156px;
  }
  .contents-list-block .contents-list__item a.linked-book:hover:before {
    display: none;
  }
}
.contents-list-block .contents-list__item a.linked-book:before {
  z-index: 0;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 5px;
  background-color: #000;
  content: "";
  opacity: 0;
  transition: opacity .3s ease;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block .contents-list__item a.linked-book:before {
    display: none;
  }
}
.contents-list-block .contents-list__item a.linked-book > div {
  display: inline-block;
  z-index: 1;
  position: relative;
  vertical-align: top;
}

.contents-list-block .contents-list__item a.linked-detail {
  display: inline-block;
  z-index: 2;
  position: absolute;
  right: 16px;
  bottom: 0;
}

.contents-list-block .contents-list__item .contents-list__item__image {
  width: 144px;
  height: 204px;
  margin: 6px 16px 0 0;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .19);
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block .contents-list__item .contents-list__item__image {
    width: 99px;
    height: 140px;
    margin: 3px 10px 0 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .16);
  }
}
.contents-list-block .contents-list__item .contents-list__item__text {
  width: calc(100% - (144px + 16px));
  height: 100%;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block .contents-list__item .contents-list__item__text {
    width: calc(100% - (99px + 10px));
  }
}
.contents-list-block .contents-list__item .contents-list__item__text__title {
  width: 100%;
  height: 38px;
  margin-bottom: 18px;
  overflow: hidden;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block .contents-list__item .contents-list__item__text__title {
    height: 40px;
    margin-bottom: 15px;
  }
}
.contents-list-block .contents-list__item .contents-list__item__text__title__body {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block .contents-list__item .contents-list__item__text__title__body {
    font-size: 13px;
    letter-spacing: .9px;
    line-height: 20px;
  }
}
.contents-list-block .contents-list__item .contents-list__item__text__company {
  width: 100%;
  height: 20px;
  margin-bottom: 17px;
  padding-right: 8px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block .contents-list__item .contents-list__item__text__company {
    height: 17px;
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.contents-list-block .contents-list__item .contents-list__item__text__company__body {
  padding: 4px 6px 3px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #e9e9e9;
  color: #666;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block .contents-list__item .contents-list__item__text__company__body {
    font-size: 11px;
    line-height: 1;
  }
}
.contents-list-block .contents-list__item .contents-list__item__text__category__item {
  margin-bottom: 10px;
  overflow: hidden;
  color: #888;
  font-size: 12px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block .contents-list__item .contents-list__item__text__category__item {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1;
  }
}
.contents-list-block .contents-list__item .contents-list__item__text__category__item:before {
  display: inline-block;
  width: 13px;
  height: 12px;
  margin: 0 5px 0 0;
  color: rgba(163, 163, 163, .8);
  font-family: "FontAwesome";
  font-size: 13px;
  content: "\f07b";
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block .contents-list__item .contents-list__item__text__category__item:before {
    width: 12px;
    height: 11px;
    margin: 0 2px 0 0;
    font-size: 12px;
  }
}
.contents-list-block .contents-list__item .contents-list__item__text__category__item:last-child {
  margin-bottom: 0;
}

.contents-list-block .contents-list__item .contents-list__item__text__button {
  position: relative;
  height: 61px;
}

.contents-list-block .contents-list__item .contents-list__item__text__button__dummy {
  position: absolute;
  bottom: 0;
  left: 0;
}

.contents-list-block .contents-list__item .contents-list__item__button {
  text-align: center;
}

.contents-list-block .search_result_item {
  display: block;
  color: #666;
}

.contents-list-block .search_result_item.search_result_item--pc {
  width: 100%;
  height: 228px;
  margin-bottom: 12px;
  padding: 24px 0;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  background-image: linear-gradient(to bottom, #fff, #fbfbfb);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
  transition: all .3s ease-in-out;
}

.contents-list-block .search_result_item.search_result_item--pc:hover {
  box-shadow: 0 5px 9px 0 rgba(0, 0, 0, .15);
}

.contents-list-block .search_result_item.search_result_item--pc:last-child {
  margin-bottom: 0;
}

.contents-list-block .search_result_item.search_result_item--pc > div {
  display: inline-block;
  vertical-align: top;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__image {
  display: inline-table;
  width: 186px;
  height: 100%;
  padding: 0 15px;
  border-right: 2px solid #e8e8e8;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__inner {
  display: table-cell;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__inner .filetype-icon {
  font-size: 60px;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__inner .filetype-icon.xiconbasic-file-excel-box {
  color: #207347;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__inner .filetype-icon.xiconbasic-file-word-box {
  color: #2c5898;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__inner .filetype-icon.xiconbasic-file-powerpoint-box {
  color: #f68122;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__wrap {
  display: inline-block;
  z-index: 1;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__wrap.haspage {
  margin-top: 8px;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__wrap .item__image__entity__dummy {
  width: 152px;
  height: 152px;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__entity {
  box-sizing: content-box !important;
  width: auto;
  max-width: 152px;
  height: auto;
  max-height: 152px;
  border: solid 1px #b4b4b4;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__pages {
  margin: 6px 0 -8px;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__pages > span {
  display: inline-block;
  color: #8b8b8b;
  font-size: 10px;
  line-height: 1;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__pages__slash {
  margin: 0 1px;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__movieoverlay {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__movieoverlay:after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 50px / 2);
  left: calc(50% - 40px / 2);
  width: 40px;
  height: 50px;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 50px;
  line-height: normal;
  content: "\f04b";
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data {
  width: calc(100% - 186px);
  padding: 0 30px 0 22px;
  font-size: 14px;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__title {
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__title i.fa {
  margin-right: 5px;
  color: #ea9700;
  font-size: 18px;
  vertical-align: -1px;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__values {
  margin-top: 4px;
  font-size: 0;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__values > div {
  display: inline-block;
  vertical-align: top;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__lastupdate {
  margin-right: 16px;
  color: #898989;
  font-size: 11px;
  line-height: 1;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__counts {
  color: #898989;
  font-size: 0;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__counts > div {
  display: inline-block;
  vertical-align: top;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__counts__comments > div,
.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__counts__likes > div {
  display: inline-block;
  vertical-align: top;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__counts__comments__icon,
.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__counts__likes__icon {
  position: relative;
  width: 11px;
  height: 11px;
  margin-right: 1px;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__counts__comments__icon:before,
.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__counts__likes__icon:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  font-family: "xiconbasic";
  font-size: 11px;
  line-height: 1;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__counts__comments__number,
.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__counts__likes__number {
  font-size: 11px;
  line-height: 1;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__counts__comments {
  margin-right: 8px;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__counts__comments__icon:before {
  content: "\e969";
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__counts__likes__icon:before {
  content: "\e967";
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__tags {
  margin-top: 10px;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__tags__body {
  font-size: 11px;
  line-height: 1;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__tags__body .search_result_item__tag_item {
  display: inline-block;
  margin-right: 12px;
  color: #898989;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__tags__body .search_result_item__tag_item:before {
  font-family: "xiconbasic";
  font-size: 16px;
  vertical-align: -3px;
  content: "\e912";
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__tags__body .search_result_item__tag_item:last-child {
  margin-right: 0;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__detail {
  margin-top: 10px;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__detail__title {
  font-size: 12px;
  font-weight: bold;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__detail__title:before {
  display: inline-block;
  margin-right: 4px;
  font-family: "FontAwesome";
  font-weight: normal;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__detail__title.search_result_item__data__detail__title--explain:before {
  content: "\f05a";
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__detail__title.search_result_item__data__detail__title--main:before {
  content: "\f15c";
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__detail__body {
  max-height: 54px;
  margin-top: 4px;
  overflow-y: hidden;
  font-size: 12px;
  line-height: 18px;
}

.contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__open {
  display: none;
}

.contents-list-block .search_result_item.search_result_item--sd {
  margin-bottom: 10px;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
}

.contents-list-block .search_result_item.search_result_item--sd:last-child {
  margin-bottom: 0;
}

.contents-list-block .search_result_item.search_result_item--sd.search_result_item--noexplain .search_result_item__head {
  border-bottom: none;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head {
  width: 100%;
  height: 157px;
  border-bottom: solid 1px #d1d1d1;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head > div {
  display: inline-block;
  vertical-align: top;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image {
  display: inline-table !important;
  width: 92px;
  height: 100%;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image .item__image__entity__dummy {
  width: 92px;
  height: 92px;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image__inner {
  display: table-cell;
  z-index: 1;
  position: relative;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image__inner .filetype-icon {
  font-size: 60px;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image__inner .filetype-icon.xiconbasic-file-excel-box {
  color: #207347;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image__inner .filetype-icon.xiconbasic-file-word-box {
  color: #2c5898;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image__inner .filetype-icon.xiconbasic-file-powerpoint-box {
  color: #f68122;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image__inner .filetype-icon {
    font-size: 44px;
  }
}
.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image__wrap {
  display: inline-block;
  z-index: 1;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image__wrap.haspage {
  margin-top: 7px;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image__entity {
  box-sizing: content-box !important;
  width: auto;
  max-width: 64px;
  height: auto;
  max-height: 91px;
  border: solid 1px #b4b4b4;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image__pages {
  margin: 4px 0 -7px;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image__pages > span {
  display: inline-block;
  color: #8b8b8b;
  font-size: 10px;
  line-height: 1;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image__pages__slash {
  margin: 0 1px;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image__movieoverlay {
  z-index: 2;
  position: absolute;
  top: 18px;
  right: 6px;
  bottom: 18px;
  left: 6px;
  background-color: rgba(0, 0, 0, .4);
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__image__movieoverlay:after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 30px / 2);
  left: calc(50% - 24px / 2);
  width: 24px;
  height: 30px;
  color: #fff;
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: normal;
  content: "\f04b";
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data {
  width: calc(100% - 92px);
  max-height: 145px;
  padding: 14px 14px 0 0;
  overflow: hidden;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__title {
  max-height: 54px;
  overflow-y: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__title i.fa {
  margin-right: 3px;
  color: #ea9700;
  font-size: 18px;
  vertical-align: -1px;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__lastupdate {
  margin-top: 3px;
  color: #898989;
  font-size: 11px;
  line-height: 1;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__tags {
  margin-top: 7px;
  color: #7e7e7e;
  font-size: 11px;
  line-height: 14px;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__tags .search_result_item__tag_item {
  display: inline-block;
  margin-right: 12px;
  color: #898989;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__tags .search_result_item__tag_item:before {
  margin-right: 2px;
  font-family: "xiconbasic";
  font-size: 16px;
  vertical-align: -3px;
  content: "\e912";
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__tags .search_result_item__tag_item:last-child {
  margin-right: 0;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__counts {
  margin-top: 3px;
  color: #898989;
  font-size: 0;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__counts > div {
  display: inline-block;
  vertical-align: top;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__counts__comments > div,
.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__counts__likes > div {
  display: inline-block;
  vertical-align: top;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__counts__comments__icon,
.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__counts__likes__icon {
  position: relative;
  width: 11px;
  height: 11px;
  margin-right: 1px;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__counts__comments__icon:before,
.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__counts__likes__icon:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  font-family: "xiconbasic";
  font-size: 11px;
  line-height: 1;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__counts__comments__number,
.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__counts__likes__number {
  font-size: 11px;
  line-height: 1;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__counts__comments {
  margin-right: 8px;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__counts__comments__icon:before {
  content: "\e969";
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__head__data__counts__likes__icon:before {
  content: "\e967";
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__detail {
  padding: 10px 14px 14px;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__detail__title {
  font-size: 14px;
  font-weight: bold;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__detail__title:before {
  display: inline-block;
  margin-right: 4px;
  font-family: "FontAwesome";
  font-weight: normal;
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__detail__title.search_result_item__detail__title--explain:before {
  content: "\f05a";
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__detail__title.search_result_item__detail__title--main:before {
  content: "\f15c";
}

.contents-list-block .search_result_item.search_result_item--sd .search_result_item__detail__body {
  max-height: 90px;
  overflow-y: hidden;
  font-size: 12px;
}

.contents-list-block .search_result_item .search_highlight {
  display: inline-block;
  padding: 1px 2px;
  background-color: #fff576;
  font-weight: bold;
}

.contents-list-block .contents-list-block__more:not(.finished) .more-block {
  display: block;
}

.contents-list-block .contents-list-block__more:not(.finished) .loading-finished-block {
  display: none;
}

.contents-list-block .contents-list-block__more.finished .more-block {
  display: none;
}

.contents-list-block .contents-list-block__more.finished .loading-finished-block {
  display: block;
}

.contents-list-block .contents-list-block__more .more-block {
  width: 100%;
  height: 36px;
  margin-top: 30px;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
  line-height: 36px;
  text-align: center;
}

.contents-list-block .contents-list-block__more .more-block:not(.loading) .loading {
  display: none;
}

.contents-list-block .contents-list-block__more .more-block:not(.loading) .notloading {
  display: inline-block;
}

.contents-list-block .contents-list-block__more .more-block.loading .loading {
  display: inline-block;
}

.contents-list-block .contents-list-block__more .more-block.loading .notloading {
  display: none;
}

.contents-list-block .contents-list-block__more .more-block > span {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.contents-list-block .contents-list-block__more .more-block > span > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #666;
}

.contents-list-block .contents-list-block__more .more-block .preloader-wrapper {
  vertical-align: -5px;
}

.contents-list-block .contents-list-block__more .more-block .fa-chevron-down {
  color: #b2b2b2;
}

.contents-list-block .contents-list-block__more .loading-finished-block .alert-well {
  width: 100%;
  height: 36px;
  margin-top: 30px;
  padding: 0;
  line-height: 36px;
  text-align: center;
}

.contents-list-block .contents-list-block__more .loading-finished-block .alert-well .xiconbasic-check {
  vertical-align: -4px;
}

.contents-list-block .contents-list-block__more .more_text {
  margin-left: 8px;
}

.contents-list-block__head {
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block__head {
    padding-bottom: 6px;
    font-size: 13px;
  }
}
.contents-list-block__head__title {
  line-height: 32px;
}

.contents-list-block__body {
  padding-top: 42px;
  font-size: 0px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .contents-list-block__body {
    padding-top: 0;
  }
}
.contents-list-block__body > div {
  display: inline-block;
  vertical-align: top;
}

/* SD の場合の検索結果のタブ */
.tabs-block {
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .13);
}

.tabs-block ul.tabs {
  height: auto;
  background-color: transparent;
}

.tabs-block ul.tabs .tab {
  width: 100%;
  height: 35px;
  line-height: 25px;
}

.tabs-block ul.tabs .tab a {
  display: inline-block;
  padding-top: 6px;
  color: #666;
  font-size: 12px;
}

.tabs-block ul.tabs .tab a.active {
  color: #62a8c8;
}

.tabs-block ul.tabs .indicator {
  height: 3px;
  background-color: #7ccbf0;
}

body.registerwizard header {
  height: 48px;
}

body.registerwizard header nav {
  height: 48px;
  background-color: #2c343b;
  box-shadow: none;
  /* 既存の box-shadow はリセット */
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  line-height: 48px;
}

body.registerwizard header nav .nav-inner {
  width: 1168px;
  margin: 0 auto;
  font-size: 0;
}

body.registerwizard header nav .nav-wizard-logo-wrap {
  display: inline-block;
  width: 130px;
  height: 48px;
  background-image: url("../images/logo.png");
  background-position: 50% 50%;
  background-repeat: none;
  background-size: cover;
}

body.registerwizard header nav .nav-wizard-text {
  display: inline-block;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  vertical-align: top;
}

body.registerwizard main .main-wizard {
  width: 824px;
  margin: 24px auto 60px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  color: #666;
}

body.registerwizard main .main-wizard.main-wizard--exfooter {
  margin-bottom: 0;
}

body.registerwizard main .main-wizard .form-nomaterialize .form-row {
  margin-bottom: 16px;
}

body.registerwizard main .main-wizard__content {
  padding: 30px 100px;
}

body.registerwizard main .main-wizard__content.termsofuse {
  padding: 45px 60px 40px;
}

body.registerwizard main .main-wizard__content .wizard-content__nav + .wizard-content__lead,
body.registerwizard main .main-wizard__content .wizard-content__complete-icon + .wizard-content__lead {
  margin-top: 20px;
}

body.registerwizard main .main-wizard__content .wizard-content__nav + .wizard-content__lead .wizard-content__lead__title,
body.registerwizard main .main-wizard__content .wizard-content__complete-icon + .wizard-content__lead .wizard-content__lead__title {
  font-weight: bold;
}

body.registerwizard main .main-wizard__content .wizard-content__complete-icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-image: url(../images/_sprite.png);
  background-position: -161px 0px;
  background-repeat: no-repeat;
  background-size: 261px 202px;
}

body.registerwizard main .main-wizard__content .wizard-content__lead {
  font-size: 16px;
  text-align: center;
}

body.registerwizard main .main-wizard__content .wizard-content__forms {
  margin-top: 20px;
}

body.registerwizard main .main-wizard__content .wizard-content__forms.wizard-content__forms--confirm-block {
  text-align: center;
}

body.registerwizard main .main-wizard__content .wizard-content__forms.wizard-content__forms--button-block {
  font-size: 0px;
  text-align: center;
}

body.registerwizard main .main-wizard__content .wizard-content__forms.wizard-content__forms--button-block .btn {
  display: inline-block;
  min-width: 288px;
  height: 48px;
  margin-right: 16px;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  line-height: 48px;
}

body.registerwizard main .main-wizard__content .wizard-content__forms.wizard-content__forms--button-block .btn:last-child {
  margin-right: 0;
}

body.registerwizard main .main-wizard__content .wizard-content__tou h3 {
  margin: 1.14rem 0 .912rem 0;
  font-size: 2.28rem;
  line-height: 110%;
  counter-reset: partTitle 0;
}

body.registerwizard main .main-wizard__content .wizard-content__tou h3:first-child {
  margin-top: 0;
}

body.registerwizard main .main-wizard__content .wizard-content__tou h4 {
  margin: .82rem 0 .656rem 0;
  padding-bottom: 5px;
  border-bottom: #ccc solid 1px;
  font-size: 1.64rem;
  line-height: 110%;
  counter-increment: partTitle 1;
  counter-reset: sectTitle 0;
}

body.registerwizard main .main-wizard__content .wizard-content__tou h4:before {
  content: counter(partTitle) ". ";
}

body.registerwizard main .main-wizard__content .wizard-content__tou h5 {
  margin: .5rem 0 .4rem 0;
  font-size: 1rem;
  line-height: 110%;
  counter-increment: sectTitle 1;
}

body.registerwizard main .main-wizard__content .wizard-content__tou h5:before {
  content: "(" counter(sectTitle) ") ";
}

body.registerwizard main .main-wizard__content .wizard-content__tou h5 + p {
  padding-left: 2rem;
}

body.registerwizard main .main-wizard__content .wizard-content__tou p + h4,
body.registerwizard main .main-wizard__content .wizard-content__tou ul + h4 {
  margin-top: 30px;
}

body.registerwizard main .main-wizard__content .wizard-content__tou p + .tou-emtitle,
body.registerwizard main .main-wizard__content .wizard-content__tou ul + .tou-emtitle {
  margin-top: 20px;
}

body.registerwizard main .main-wizard__content .wizard-content__tou .right-box {
  display: inline-block;
  width: auto;
}

body.registerwizard main .main-wizard__content .wizard-content__tou .tou-emtitle {
  margin: .66rem 0 .528rem 0;
  font-size: 1.32rem;
  line-height: 110%;
  counter-reset: sectTitle 0;
}

body.registerwizard main .main-wizard__content .wizard-content__tou .alert-well {
  background-color: #eee;
}

body.registerwizard main .main-wizard__content .wizard-content__tou .alert-well .tou-emtitle {
  margin-top: 0;
}

body.registerwizard main .main-wizard__content .wizard-content__tou .external-link {
  display: inline-block;
  margin-left: 2rem;
}

body.registerwizard main .main-wizard__content .wizard-content__tou .external-link:before {
  margin-right: 5px;
  font-family: "FontAwesome";
  content: "\f08e";
}

body.registerwizard main .main-wizard__content .wizard-content__tou .external-link:hover {
  text-decoration: underline;
}

body.registerwizard main .main-wizard__content .wizard-content__tou__content {
  font-size: 14px;
  line-height: 22px;
}

body.registerwizard main .main-wizard__content .wizard-content__list {
  margin-top: 22px;
}

body.registerwizard main .main-wizard__content .wizard-content__list dl {
  padding: 22px 4px;
  border-bottom: 1px solid #dedede;
  font-size: 0;
}

body.registerwizard main .main-wizard__content .wizard-content__list dl:last-child {
  border-bottom: none;
}

body.registerwizard main .main-wizard__content .wizard-content__list dl > * {
  display: inline-block;
  color: #666;
  font-size: 14px;
  line-height: 16px;
  vertical-align: top;
}

body.registerwizard main .main-wizard__content .wizard-content__list dl dt {
  width: 160px;
  font-weight: bold;
}

body.registerwizard main .main-wizard__content .wizard-content__list dl dd {
  width: calc(100% - (160px + 40px));
  margin-left: 40px;
}

body.registerwizard main .main-wizard-externalfooter {
  width: 824px;
  margin: 32px auto 60px;
  font-size: 0px;
  text-align: center;
}

body.registerwizard main .main-wizard-externalfooter .btn {
  display: inline-block;
  min-width: 288px;
  height: 48px;
  margin-right: 16px;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  line-height: 48px;
}

body.registerwizard main .main-wizard-externalfooter .btn:last-child {
  margin-right: 0;
}

body.registerwizard ul.wizard-nav-steps.wizard-nav-steps--3 {
  margin-right: -45px;
  margin-left: -45px;
}

body.registerwizard ul.wizard-nav-steps.wizard-nav-steps--3 li:nth-child(odd) {
  width: 130px;
}

body.registerwizard ul.wizard-nav-steps.wizard-nav-steps--3 li:nth-child(even) {
  width: calc((714px - 130px * 3) / 2);
}

body.registerwizard.passwordreminder ul.wizard-nav-steps.wizard-nav-steps--3 {
  margin-right: -60px;
  margin-left: -60px;
}

body.registerwizard.passwordreminder ul.wizard-nav-steps.wizard-nav-steps--3 li:nth-child(odd) {
  width: 160px;
}

body.registerwizard.passwordreminder ul.wizard-nav-steps.wizard-nav-steps--3 li:nth-child(even) {
  width: calc((744px - 160px * 3) / 2);
}

ul.wizard-nav-steps {
  font-size: 0;
}

ul.wizard-nav-steps li {
  display: inline-block;
  height: 66px;
  font-size: 16px;
}

ul.wizard-nav-steps li:nth-child(even) {
  background-image: url("../images/wizard_arrow.png");
  background-position: 50% 17px;
  background-repeat: no-repeat;
  background-size: contain;
}

ul.wizard-nav-steps li.active + li {
  background-image: url("../images/wizard_arrow_active.png");
}

ul.wizard-nav-steps li.active > .step {
  background-color: #4990e2;
}

ul.wizard-nav-steps li.active > .title {
  color: #4990e2;
}

ul.wizard-nav-steps li > .step {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #ababab;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

ul.wizard-nav-steps li > .title {
  display: block;
  margin-top: 10px;
  color: #ababab;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
}

/* マイページ */
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mypage .main-inner {
    margin-bottom: 40px;
  }
}
.mypage .header-sections-bgwrap:before {
  background-image: url("../images/mypage_cover.jpg");
}

.mypage .header-sections-bgwrap:after {
  background-image: linear-gradient(to right, #9fba79, #d4dcc9);
  opacity: .5;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mypage-block {
    margin-top: 10px;
    padding: 0 15px;
  }
}
.mypage-block__body {
  padding: 40px 32px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: #fff;
  color: #666;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mypage-block__body {
    padding: 30px 10px;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mypage-block__body.form-nomaterialize {
    padding-right: 0;
    padding-left: 0;
  }
}
.mypage-block__body.form-nomaterialize dl dt {
  line-height: 35px;
}

.mypage-block__body.form-nomaterialize dl dt:before {
  height: 35px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mypage-block__body.form-nomaterialize dl dt {
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    line-height: 24px;
  }
  .mypage-block__body.form-nomaterialize dl dt:before {
    height: 24px;
  }
}
.mypage-block__body.form-nomaterialize dl dt label {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.mypage-block__body.form-nomaterialize dl dd {
  padding-top: 0 !important;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mypage-block__body.form-nomaterialize dl dd {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mypage-block__body.form-nomaterialize dl dd input[type=text],
  .mypage-block__body.form-nomaterialize dl dd input[type=password] {
    height: 44px;
    padding-left: 32px;
    border-right: none;
    border-left: none;
    border-radius: 0;
    line-height: 42px;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mypage-block__body.form-nomaterialize dl dd .follow-text,
  .mypage-block__body.form-nomaterialize dl dd .help-text {
    padding-right: 10px;
    padding-left: 32px;
  }
}
.mypage-block__body dl {
  margin: 0 0 32px;
  font-size: 0;
}

.mypage-block__body dl:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mypage-block__body dl {
    width: 100%;
    margin-bottom: 40px;
  }
}
.mypage-block__body dl dt,
.mypage-block__body dl dd {
  display: inline-block;
  min-height: 24px;
  font-size: 14px;
  vertical-align: top;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mypage-block__body dl dt,
  .mypage-block__body dl dd {
    display: inline-block;
  }
}
.mypage-block__body dl dt {
  position: relative;
  width: 240px;
  padding: 0 0 0 22px;
  font-weight: bold;
  line-height: 24px;
}

.mypage-block__body dl dt:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 24px;
  background-color: #4990e2;
  content: "";
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mypage-block__body dl dt {
    width: 100%;
  }
}
.mypage-block__body dl dd {
  width: calc(100% - 240px);
  margin: 0;
  padding: 3px 0 0;
  line-height: 16px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mypage-block__body dl dd {
    width: 100%;
    margin-top: 12px;
    padding-right: 10px;
    padding-left: 22px;
  }
}
.mypage-block__footer {
  height: auto;
  padding: 11px 15px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #576776;
  font-size: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mypage-block__footer {
    padding: 30px 10px;
  }
}
.mypage-block__footer a.btn {
  min-width: 134px;
  height: 48px;
  padding-right: 0;
  padding-left: 0;
  font-size: 15px;
  line-height: 48px;
}

.mypage-block__footer a.btn-flat {
  margin-right: 0;
  color: #fff;
}

@media only screen and (min-width : 601px) and (min-height : 601px) {
  .mypage-block__footer__buttons {
    float: right;
  }
  .mypage-block__footer__buttons a.btn {
    margin-right: 24px;
  }
  .mypage-block__footer__buttons a.btn:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mypage-block__footer__buttons a.btn {
    display: block;
    margin-bottom: 30px;
  }
  .mypage-block__footer__buttons a.btn:last-child {
    margin-bottom: 0;
  }
}
.mypage-block__exfooter {
  margin-top: 20px;
}

.mypage-block__exfooter a.btn {
  color: #4990e2;
}

/* バウンスメールが発生しているときのアラート */
.bounced {
  display: block;
  margin-top: 5px;
  color: #d9534f;
}

.bounced [class*=xiconbasic-] {
  margin-right: 5px;
  transform: rotate(45deg);
  font-size: 18px;
  vertical-align: -2px;
}

/* モーダル */
body.stay-modal-overlay {
  overflow: hidden;
}

body.stay-modal-overlay .modal-overlay {
  display: block !important;
  z-index: 1002 !important;
  opacity: .5;
}

.modal.modal-alreadyloggedin,
.modal.modal-confirm {
  max-width: 450px;
}

@media only screen and (max-width : 992px) {
  .modal.modal-alreadyloggedin,
  .modal.modal-confirm {
    width: 90%;
    max-width: none;
  }
}
.modal.modal-alreadyloggedin .modal-content h5,
.modal.modal-confirm .modal-content h5 {
  margin-top: 0;
}

.modal.modal-generatelink {
  max-width: 590px;
  max-height: 80vh;
  overflow: hidden;
}

@media only screen and (max-width : 992px) {
  .modal.modal-generatelink {
    width: 94vw;
    max-width: none;
  }
}
.modal.modal-copylink {
  max-width: 590px;
}

@media only screen and (max-width : 992px) {
  .modal.modal-copylink {
    width: 94vw;
    max-width: none;
  }
}
.modal h4.indented-modal-title {
  padding-left: 1.4em;
  text-indent: -.6em;
}

.modal-content {
  position: relative;
}

.modal-content p:last-child {
  margin-bottom: 0;
}

.modal-closer {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
}

.modal-closer__link {
  color: #ccc;
  transition: color .3s ease;
}

.modal-closer__link:hover {
  color: #7f7f7f;
}

.modal-closer__link [class^=xiconbasic-] {
  font-size: 28px;
}

.modal-footer {
  height: 68px;
  padding: 10px 16px;
}

.modal-login,
.modal-message {
  width: 576px;
  border-radius: 0;
}

.modal-login .modal-content,
.modal-message .modal-content {
  padding: 30px 16px 0;
}

.modal-login .modal-header,
.modal-message .modal-header {
  margin-bottom: 32px;
}

.modal-login .modal-header h4,
.modal-message .modal-header h4 {
  margin-bottom: 0;
}

.modal-login .modal-title,
.modal-message .modal-title {
  display: inline-block;
  color: #666;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
}

.modal-login .modal-closer,
.modal-message .modal-closer {
  color: #9b9b9b;
  font-size: 16px;
  cursor: pointer;
}

.modal-login .modal-closer .material-icons,
.modal-message .modal-closer .material-icons {
  font-size: 16px;
}

.modal-login .modal-footer,
.modal-message .modal-footer {
  border-top-width: 0 !important;
  border-radius: 0;
}

.modal-login .modal-footer.center-align .btn-flat,
.modal-message .modal-footer.center-align .btn-flat {
  float: none;
  font-size: 14px;
  line-height: 40px;
}

.modal-login .modal-footer.center-align .btn-flat.btn-main,
.modal-message .modal-footer.center-align .btn-flat.btn-main {
  width: 264px;
}

.modal-logo {
  display: inline-block;
  position: relative;
  width: 110px;
  height: 30px;
  background-image: url("../images/logo_dialog.png");
  background-size: cover;
  vertical-align: middle;
}

.modal-logo:after {
  display: inline-block;
  width: 2px;
  height: 26px;
  margin: 2px 0 2px 122px;
  background-color: #dedede;
  vertical-align: top;
  content: "";
}

.modal-logo + .modal-title {
  margin-left: 14px;
  font-size: 16px;
  line-height: 1;
}

.modal-message.modal-message--large {
  width: 55%;
}

.modal-message .modal-header {
  margin-bottom: 16px;
}

.modal-message .modal-content {
  padding-top: 12px;
}

.modal-message .modal-footer {
  margin-top: 20px;
  text-align: right;
}

.modal-message .modal-footer .btn-flat {
  min-width: 120px;
  margin-right: 10px;
  float: none;
  text-align: center;
}

.modal-message .modal-footer .btn-flat:last-child {
  margin-right: 0;
}

.modal-overlay--transparent {
  background-color: transparent !important;
}

.modal-overlay--dummy {
  z-index: 1001;
}

.modal-abo-general .modal-content {
  padding: 0;
}

.modal-abo-general .modal-header {
  border-bottom: 1px solid #d8d8d8;
}

.modal-abo-general .modal-header h4 {
  margin: 0;
  padding: 25px 11px 15px 22px;
  color: #666;
  font-size: 18px;
  line-height: 1;
}

.modal-abo-general .modal-header h4 .modal-closer {
  margin-top: -4px;
  color: #9b9b9b;
  font-size: 16px;
  cursor: pointer;
}

.modal-abo-general .modal-body {
  padding: 40px 20px;
}

.modal-abo-general .modal-footer {
  width: 100%;
  height: 56px;
  padding: 12px 35px;
  border-top: none !important;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #576776;
  text-align: right;
}

.modal-abo-general .modal-footer .btn {
  display: inline-block;
  min-width: 90px;
  height: 32px;
  margin: 0 10px 0 0;
  padding: 0;
  float: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.modal-abo-general .modal-footer .btn:hover {
  box-shadow: none;
}

.modal-abo-general .modal-footer .btn:last-child {
  margin-right: 0;
}

.modal-body__confirmitems {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}

.modal-body__confirmitems dl.modal-body__confirmitems__list {
  margin-bottom: 8px;
  font-size: 0;
}

.modal-body__confirmitems dl.modal-body__confirmitems__list:last-child {
  margin-bottom: 0;
}

.modal-body__confirmitems dl.modal-body__confirmitems__list > dt,
.modal-body__confirmitems dl.modal-body__confirmitems__list > dd {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.modal-body__confirmitems dl.modal-body__confirmitems__list dt {
  width: 200px;
  font-weight: bold;
}

.modal-body__confirmitems dl.modal-body__confirmitems__list dd {
  width: calc(100% - 200px);
  margin-left: 0;
}

.modal-lead {
  padding: 0 20px;
  color: #666;
  font-size: 16px;
  line-height: 26px;
}

.modal-follow {
  margin-top: 36px;
  padding: 0 64px;
}

#modal-login {
  height: 340px;
}

#modal-passwordreminder {
  height: 330px;
}

#modal-register {
  height: 340px;
}

#modal-registerfinished {
  height: 440px;
}

.browseauth-confirm {
  color: #81d4fa;
}

.browseauth-error {
  color: #fa8181;
}

.font0 button {
  font-size: 14px;
}

@media only screen and (min-width : 601px) and (min-height : 601px) {
  .font0 button + button {
    margin-left: 10px;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .font0 button + button {
    margin-top: 10px;
    margin-left: 0;
  }
}
.iframe-content main .main-inner {
  width: auto;
  max-width: 1168px;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .iframe-content .mypage-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.iframe-content .mypage-block__body {
  background-color: transparent;
}

.iframe-content .mypage-block__body dl dt {
  padding-left: 0;
}

.iframe-content .mypage-block__body dl dt:before {
  display: none;
}

.cvform .main-inner {
  margin-top: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .cvform .main-inner {
    margin-top: 20px;
  }
}
.cvform-message {
  margin: 0 auto 20px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .cvform-message {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .category-tabs-block {
    margin-top: 30px;
  }
}
.category-tabs-block + .book-list-block {
  padding-top: 40px;
}

.category-tabs-block .tabs {
  height: 49px;
  overflow: visible;
  font-size: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .category-tabs-block .tabs {
    height: 54px;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.category-tabs-block .tabs .indicator {
  height: 4px;
  border-radius: 2px;
  background-color: #003c3c;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .category-tabs-block .tabs .indicator {
    height: 5px;
    border-radius: 3px;
  }
}
.category-tabs-block .tab {
  height: 46px;
  border-bottom: 1px solid #999;
  line-height: normal;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .category-tabs-block .tab {
    height: 49px;
  }
}
.category-tabs-block .tab:nth-child(7) > a {
  padding-right: 0;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .category-tabs-block .tab:nth-child(7) > a {
    padding-right: 10px;
  }
}
.category-tabs-block .tab.tab--other > a {
  color: #4b4b4b;
}

.category-tabs-block .tab.tab--other > a:hover {
  color: #4b4b4b;
}

.category-tabs-block .tab > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 100%;
  padding: 0 13px;
  border-radius: 6px 6px 0 0;
  background-color: transparent;
  color: #9e9e9e;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .category-tabs-block .tab > a {
    width: 120px;
    padding: 0 10px;
  }
}
.category-tabs-block .tab > a.dropdown-button--active {
  background-color: #ebefef;
  color: #9e9e9e;
}

.category-tabs-block .tab > a.dropdown-button--active.active {
  background-color: transparent;
}

.category-tabs-block .tab > a.active {
  color: #003c3c;
  font-weight: 700;
}

.category-tabs-block .tab > a.active:hover {
  background-color: transparent;
  color: #003c3c;
  font-weight: 700;
}

.category-tabs-block .tab > a.dropdown-button--other {
  width: 88px;
}

.category-tabs-block .tab > a.dropdown-button--other + .dropdown-content {
  transform: none;
}

.category-tabs-block .tab > a span {
  width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .category-tabs-block .tab > a span {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    width: 100px;
    font-size: 14px;
    line-height: 20px;
    text-overflow: clip;
    white-space: normal;
  }
}
.category-tabs-block .tab > a i.fa {
  margin-left: 8px;
  font-size: 14px;
}

.category-tabs-block .tab .dropdown-content {
  width: 204px;
  padding: 6px 0;
  transform: translateX(-12px);
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}

.category-tabs-block .tab .dropdown-content li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 30px;
  min-height: 0;
}

.category-tabs-block .tab .dropdown-content li:hover {
  background-color: transparent;
}

.category-tabs-block .tab .dropdown-content li > span {
  padding: 0 16px;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 16px;
}

.category-tabs-block .tab .dropdown-content li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 16px 0 calc(16px + 1em);
  background-color: transparent;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 16px;
}

.category-tabs-block .tab .dropdown-content li > a:hover {
  background-color: #efeff1;
  color: #4b4b4b;
}

.category-tabs-block .tab .dropdown-content li span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-header {
  margin-top: 0;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}

body.iframe {
  margin: 0 !important;
}

body.iframe main .main-inner {
  width: auto;
  margin-top: 0 !important;
  margin-bottom: 0;
  padding: 40px 0 160px;
}

body.iframe main .main-wizard {
  width: auto;
  max-width: 1000px;
  box-shadow: none;
}

body.iframe main .main-wizard__content {
  padding-right: 0;
  padding-left: 0;
}

body.iframe .login-form .form-group input[type=text],
body.iframe .login-form .form-group input[type=password],
body.iframe .login-form .form-group textarea {
  border-right-width: 1px !important;
  border-left-width: 1px !important;
}

body.iframe .login-form .form-group .input-100 {
  width: 100px;
}

body.iframe .login-form .form-group .input-suffix--space-both {
  margin: 0 8px;
}

.flag {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/flags.png);
  background-position: -549px -515px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.flag.flag-AD {
  background-position: -5px -5px;
}

.flag.flag-AE {
  background-position: -39px -5px;
}

.flag.flag-AF {
  background-position: -73px -5px;
}

.flag.flag-AG {
  background-position: -107px -5px;
}

.flag.flag-AI {
  background-position: -141px -5px;
}

.flag.flag-AL {
  background-position: -175px -5px;
}

.flag.flag-AM {
  background-position: -209px -5px;
}

.flag.flag-AN {
  background-position: -243px -5px;
}

.flag.flag-AO {
  background-position: -277px -5px;
}

.flag.flag-AQ {
  background-position: -311px -5px;
}

.flag.flag-AR {
  background-position: -345px -5px;
}

.flag.flag-AS {
  background-position: -379px -5px;
}

.flag.flag-AT {
  background-position: -413px -5px;
}

.flag.flag-AU {
  background-position: -447px -5px;
}

.flag.flag-AW {
  background-position: -481px -5px;
}

.flag.flag-AX {
  background-position: -515px -5px;
}

.flag.flag-AZ {
  background-position: -5px -39px;
}

.flag.flag-BA {
  background-position: -39px -39px;
}

.flag.flag-BB {
  background-position: -73px -39px;
}

.flag.flag-BD {
  background-position: -107px -39px;
}

.flag.flag-BE {
  background-position: -141px -39px;
}

.flag.flag-BF {
  background-position: -175px -39px;
}

.flag.flag-BG {
  background-position: -209px -39px;
}

.flag.flag-BH {
  background-position: -243px -39px;
}

.flag.flag-BI {
  background-position: -277px -39px;
}

.flag.flag-BJ {
  background-position: -311px -39px;
}

.flag.flag-BL {
  background-position: -345px -39px;
}

.flag.flag-BM {
  background-position: -379px -39px;
}

.flag.flag-BN {
  background-position: -413px -39px;
}

.flag.flag-BO {
  background-position: -447px -39px;
}

.flag.flag-BR {
  background-position: -481px -39px;
}

.flag.flag-BS {
  background-position: -515px -39px;
}

.flag.flag-BT {
  background-position: -5px -73px;
}

.flag.flag-BW {
  background-position: -39px -73px;
}

.flag.flag-BY {
  background-position: -73px -73px;
}

.flag.flag-BZ {
  background-position: -107px -73px;
}

.flag.flag-CA {
  background-position: -141px -73px;
}

.flag.flag-CC {
  background-position: -175px -73px;
}

.flag.flag-CD {
  background-position: -209px -73px;
}

.flag.flag-CF {
  background-position: -243px -73px;
}

.flag.flag-CG {
  background-position: -277px -73px;
}

.flag.flag-CH {
  background-position: -311px -73px;
}

.flag.flag-CI {
  background-position: -345px -73px;
}

.flag.flag-CK {
  background-position: -379px -73px;
}

.flag.flag-CL {
  background-position: -413px -73px;
}

.flag.flag-CM {
  background-position: -447px -73px;
}

.flag.flag-CN {
  background-position: -481px -73px;
}

.flag.flag-CO {
  background-position: -515px -73px;
}

.flag.flag-CR {
  background-position: -5px -107px;
}

.flag.flag-CU {
  background-position: -39px -107px;
}

.flag.flag-CV {
  background-position: -73px -107px;
}

.flag.flag-CW {
  background-position: -107px -107px;
}

.flag.flag-CX {
  background-position: -141px -107px;
}

.flag.flag-CY {
  background-position: -175px -107px;
}

.flag.flag-CZ {
  background-position: -209px -107px;
}

.flag.flag-DE {
  background-position: -243px -107px;
}

.flag.flag-DJ {
  background-position: -277px -107px;
}

.flag.flag-DK {
  background-position: -311px -107px;
}

.flag.flag-DM {
  background-position: -345px -107px;
}

.flag.flag-DO {
  background-position: -379px -107px;
}

.flag.flag-DZ {
  background-position: -413px -107px;
}

.flag.flag-EC {
  background-position: -447px -107px;
}

.flag.flag-EE {
  background-position: -481px -107px;
}

.flag.flag-EG {
  background-position: -515px -107px;
}

.flag.flag-EH {
  background-position: -5px -141px;
}

.flag.flag-ER {
  background-position: -39px -141px;
}

.flag.flag-ES {
  background-position: -73px -141px;
}

.flag.flag-ET {
  background-position: -107px -141px;
}

.flag.flag-EU {
  background-position: -141px -141px;
}

.flag.flag-FI {
  background-position: -175px -141px;
}

.flag.flag-FJ {
  background-position: -209px -141px;
}

.flag.flag-FK {
  background-position: -243px -141px;
}

.flag.flag-FM {
  background-position: -277px -141px;
}

.flag.flag-FO {
  background-position: -311px -141px;
}

.flag.flag-FR {
  background-position: -345px -141px;
}

.flag.flag-GA {
  background-position: -379px -141px;
}

.flag.flag-GB {
  background-position: -413px -141px;
}

.flag.flag-GD {
  background-position: -447px -141px;
}

.flag.flag-GE {
  background-position: -481px -141px;
}

.flag.flag-GG {
  background-position: -515px -141px;
}

.flag.flag-GH {
  background-position: -5px -175px;
}

.flag.flag-GI {
  background-position: -39px -175px;
}

.flag.flag-GL {
  background-position: -73px -175px;
}

.flag.flag-GM {
  background-position: -107px -175px;
}

.flag.flag-GN {
  background-position: -141px -175px;
}

.flag.flag-GQ {
  background-position: -175px -175px;
}

.flag.flag-GR {
  background-position: -209px -175px;
}

.flag.flag-GS {
  background-position: -243px -175px;
}

.flag.flag-GT {
  background-position: -277px -175px;
}

.flag.flag-GU {
  background-position: -311px -175px;
}

.flag.flag-GW {
  background-position: -345px -175px;
}

.flag.flag-GY {
  background-position: -379px -175px;
}

.flag.flag-HK {
  background-position: -413px -175px;
}

.flag.flag-HN {
  background-position: -447px -175px;
}

.flag.flag-HR {
  background-position: -481px -175px;
}

.flag.flag-HT {
  background-position: -515px -175px;
}

.flag.flag-HU {
  background-position: -5px -209px;
}

.flag.flag-IC {
  background-position: -39px -209px;
}

.flag.flag-ID {
  background-position: -73px -209px;
}

.flag.flag-IE {
  background-position: -107px -209px;
}

.flag.flag-IL {
  background-position: -141px -209px;
}

.flag.flag-IM {
  background-position: -175px -209px;
}

.flag.flag-IN {
  background-position: -209px -209px;
}

.flag.flag-IQ {
  background-position: -243px -209px;
}

.flag.flag-IR {
  background-position: -277px -209px;
}

.flag.flag-IS {
  background-position: -311px -209px;
}

.flag.flag-IT {
  background-position: -345px -209px;
}

.flag.flag-JE {
  background-position: -379px -209px;
}

.flag.flag-JM {
  background-position: -413px -209px;
}

.flag.flag-JO {
  background-position: -447px -209px;
}

.flag.flag-JP {
  background-position: -481px -209px;
}

.flag.flag-KE {
  background-position: -515px -209px;
}

.flag.flag-KG {
  background-position: -5px -243px;
}

.flag.flag-KH {
  background-position: -39px -243px;
}

.flag.flag-KI {
  background-position: -73px -243px;
}

.flag.flag-KM {
  background-position: -107px -243px;
}

.flag.flag-KN {
  background-position: -141px -243px;
}

.flag.flag-KP {
  background-position: -175px -243px;
}

.flag.flag-KR {
  background-position: -209px -243px;
}

.flag.flag-KW {
  background-position: -243px -243px;
}

.flag.flag-KY {
  background-position: -277px -243px;
}

.flag.flag-KZ {
  background-position: -311px -243px;
}

.flag.flag-LA {
  background-position: -345px -243px;
}

.flag.flag-LB {
  background-position: -379px -243px;
}

.flag.flag-LC {
  background-position: -413px -243px;
}

.flag.flag-LI {
  background-position: -447px -243px;
}

.flag.flag-LK {
  background-position: -481px -243px;
}

.flag.flag-LR {
  background-position: -515px -243px;
}

.flag.flag-LS {
  background-position: -5px -277px;
}

.flag.flag-LT {
  background-position: -39px -277px;
}

.flag.flag-LU {
  background-position: -73px -277px;
}

.flag.flag-LV {
  background-position: -107px -277px;
}

.flag.flag-LY {
  background-position: -141px -277px;
}

.flag.flag-MA {
  background-position: -175px -277px;
}

.flag.flag-MC {
  background-position: -209px -277px;
}

.flag.flag-MD {
  background-position: -243px -277px;
}

.flag.flag-ME {
  background-position: -277px -277px;
}

.flag.flag-MF {
  background-position: -311px -277px;
}

.flag.flag-MG {
  background-position: -345px -277px;
}

.flag.flag-MH {
  background-position: -379px -277px;
}

.flag.flag-MK {
  background-position: -413px -277px;
}

.flag.flag-ML {
  background-position: -447px -277px;
}

.flag.flag-MM {
  background-position: -481px -277px;
}

.flag.flag-MN {
  background-position: -515px -277px;
}

.flag.flag-MO {
  background-position: -5px -311px;
}

.flag.flag-MP {
  background-position: -39px -311px;
}

.flag.flag-MQ {
  background-position: -73px -311px;
}

.flag.flag-MR {
  background-position: -107px -311px;
}

.flag.flag-MS {
  background-position: -141px -311px;
}

.flag.flag-MT {
  background-position: -175px -311px;
}

.flag.flag-MU {
  background-position: -209px -311px;
}

.flag.flag-MV {
  background-position: -243px -311px;
}

.flag.flag-MW {
  background-position: -277px -311px;
}

.flag.flag-MX {
  background-position: -311px -311px;
}

.flag.flag-MY {
  background-position: -345px -311px;
}

.flag.flag-MZ {
  background-position: -379px -311px;
}

.flag.flag-NA {
  background-position: -413px -311px;
}

.flag.flag-NC {
  background-position: -447px -311px;
}

.flag.flag-NE {
  background-position: -481px -311px;
}

.flag.flag-NF {
  background-position: -515px -311px;
}

.flag.flag-NG {
  background-position: -5px -345px;
}

.flag.flag-NI {
  background-position: -39px -345px;
}

.flag.flag-NL {
  background-position: -73px -345px;
}

.flag.flag-NO {
  background-position: -107px -345px;
}

.flag.flag-NP {
  background-position: -141px -345px;
}

.flag.flag-NR {
  background-position: -175px -345px;
}

.flag.flag-NU {
  background-position: -209px -345px;
}

.flag.flag-NZ {
  background-position: -243px -345px;
}

.flag.flag-OM {
  background-position: -277px -345px;
}

.flag.flag-PA {
  background-position: -311px -345px;
}

.flag.flag-PE {
  background-position: -345px -345px;
}

.flag.flag-PF {
  background-position: -379px -345px;
}

.flag.flag-PG {
  background-position: -413px -345px;
}

.flag.flag-PH {
  background-position: -447px -345px;
}

.flag.flag-PK {
  background-position: -481px -345px;
}

.flag.flag-PL {
  background-position: -515px -345px;
}

.flag.flag-PN {
  background-position: -5px -379px;
}

.flag.flag-PR {
  background-position: -39px -379px;
}

.flag.flag-PS {
  background-position: -73px -379px;
}

.flag.flag-PT {
  background-position: -107px -379px;
}

.flag.flag-PW {
  background-position: -141px -379px;
}

.flag.flag-PY {
  background-position: -175px -379px;
}

.flag.flag-QA {
  background-position: -209px -379px;
}

.flag.flag-RO {
  background-position: -243px -379px;
}

.flag.flag-RS {
  background-position: -277px -379px;
}

.flag.flag-RU {
  background-position: -311px -379px;
}

.flag.flag-RW {
  background-position: -345px -379px;
}

.flag.flag-SA {
  background-position: -379px -379px;
}

.flag.flag-SB {
  background-position: -413px -379px;
}

.flag.flag-SC {
  background-position: -447px -379px;
}

.flag.flag-SD {
  background-position: -481px -379px;
}

.flag.flag-SE {
  background-position: -515px -379px;
}

.flag.flag-SG {
  background-position: -5px -413px;
}

.flag.flag-SH {
  background-position: -39px -413px;
}

.flag.flag-SI {
  background-position: -73px -413px;
}

.flag.flag-SK {
  background-position: -107px -413px;
}

.flag.flag-SL {
  background-position: -141px -413px;
}

.flag.flag-SM {
  background-position: -175px -413px;
}

.flag.flag-SN {
  background-position: -209px -413px;
}

.flag.flag-SO {
  background-position: -243px -413px;
}

.flag.flag-SR {
  background-position: -277px -413px;
}

.flag.flag-SS {
  background-position: -311px -413px;
}

.flag.flag-ST {
  background-position: -345px -413px;
}

.flag.flag-SV {
  background-position: -379px -413px;
}

.flag.flag-SY {
  background-position: -413px -413px;
}

.flag.flag-SZ {
  background-position: -447px -413px;
}

.flag.flag-TC {
  background-position: -481px -413px;
}

.flag.flag-TD {
  background-position: -515px -413px;
}

.flag.flag-TF {
  background-position: -5px -447px;
}

.flag.flag-TG {
  background-position: -39px -447px;
}

.flag.flag-TH {
  background-position: -73px -447px;
}

.flag.flag-TJ {
  background-position: -107px -447px;
}

.flag.flag-TK {
  background-position: -141px -447px;
}

.flag.flag-TL {
  background-position: -175px -447px;
}

.flag.flag-TM {
  background-position: -209px -447px;
}

.flag.flag-TN {
  background-position: -243px -447px;
}

.flag.flag-TO {
  background-position: -277px -447px;
}

.flag.flag-TR {
  background-position: -311px -447px;
}

.flag.flag-TT {
  background-position: -345px -447px;
}

.flag.flag-TV {
  background-position: -379px -447px;
}

.flag.flag-TW {
  background-position: -413px -447px;
}

.flag.flag-TZ {
  background-position: -447px -447px;
}

.flag.flag-UA {
  background-position: -481px -447px;
}

.flag.flag-UG {
  background-position: -515px -447px;
}

.flag.flag-US {
  background-position: -5px -481px;
}

.flag.flag-UY {
  background-position: -39px -481px;
}

.flag.flag-UZ {
  background-position: -73px -481px;
}

.flag.flag-VA {
  background-position: -107px -481px;
}

.flag.flag-VC {
  background-position: -141px -481px;
}

.flag.flag-VE {
  background-position: -175px -481px;
}

.flag.flag-VG {
  background-position: -209px -481px;
}

.flag.flag-VI {
  background-position: -243px -481px;
}

.flag.flag-VN {
  background-position: -277px -481px;
}

.flag.flag-VU {
  background-position: -311px -481px;
}

.flag.flag-WF {
  background-position: -345px -481px;
}

.flag.flag-WS {
  background-position: -379px -481px;
}

.flag.flag-YE {
  background-position: -413px -481px;
}

.flag.flag-YT {
  background-position: -447px -481px;
}

.flag.flag-ZA {
  background-position: -481px -481px;
}

.flag.flag-ZM {
  background-position: -515px -481px;
}

.flag.flag-ZW {
  background-position: -5px -515px;
}

.flag.flag-_abkhazia {
  background-position: -39px -515px;
}

.flag.flag-_basque-country {
  background-position: -73px -515px;
}

.flag.flag-_british-antarctic-territory {
  background-position: -107px -515px;
}

.flag.flag-_commonwealth {
  background-position: -141px -515px;
}

.flag.flag-_england {
  background-position: -175px -515px;
}

.flag.flag-_gosquared {
  background-position: -209px -515px;
}

.flag.flag-_kosovo {
  background-position: -243px -515px;
}

.flag.flag-_mars {
  background-position: -277px -515px;
}

.flag.flag-_nagorno-karabakh {
  background-position: -311px -515px;
}

.flag.flag-_nato {
  background-position: -345px -515px;
}

.flag.flag-_northern-cyprus {
  background-position: -379px -515px;
}

.flag.flag-_olympics {
  background-position: -413px -515px;
}

.flag.flag-_red-cross {
  background-position: -447px -515px;
}

.flag.flag-_scotland {
  background-position: -481px -515px;
}

.flag.flag-_somaliland {
  background-position: -515px -515px;
}

.flag.flag-_south-ossetia {
  background-position: -549px -5px;
}

.flag.flag-_united-nations {
  background-position: -549px -39px;
}

.flag.flag-_unknown {
  background-position: -549px -73px;
}

.flag.flag-_wales {
  background-position: -549px -107px;
}

/* 閲覧通知リンク生成 */
.modal.modal-generatelink .modal-content {
  padding: 0;
}

.modal.modal-generatelink .modal-head {
  padding: 20px;
  border-bottom: 1px solid #d8d8d8;
}

.modal.modal-generatelink .modal-head h5 {
  margin: 0;
}

.modal.modal-generatelink .modal-body {
  height: calc(80vh - 124px);
  padding: 20px;
  overflow: auto;
}

.modal.modal-generatelink .modal-footer {
  height: 57px;
  border-top: 1px solid #d8d8d8;
}

.content-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.content-info + .form-group {
  margin-top: 24px;
}

.content-thumb {
  display: inline-flex;
  flex: 0 0 100px;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
}

.content-thumb-entity {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.content-title {
  width: 100%;
  padding-left: 24px;
  font-size: 14px;
  line-height: 21px;
}

.link-password-wrap {
  position: relative;
}

.link-password {
  padding-right: 50px;
}

.link-show-password {
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 35px;
  color: #646464;
  font-size: 16px;
  cursor: pointer;
}

.link-show-password.link-show-password--disabled {
  display: none;
}

.form-row.has-error .selectize-input {
  border-color: #f09784;
  background-color: #ffc !important;
  color: #d68273;
}

.form-row.has-error .selectize-input.disabled {
  border-color: #d5d5d5 !important;
  background-color: #f5f5f5 !important;
  color: #939192 !important;
  cursor: not-allowed;
}

.form-row .selectize-input {
  box-shadow: none;
}

.form-row .selectize-input.disabled {
  border-color: #d5d5d5;
  background-color: #f5f5f5;
  color: #939192;
  cursor: not-allowed;
}

.selectize-control.dropup .selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-control.dropup .selectize-dropdown {
  top: auto !important;
  bottom: 40px;
  border-top: 1px solid #aaa;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}

.selectize-control .selectize-dropdown {
  border-color: #aaa;
}

.selectize-control .selectize-input {
  transition: none;
}

.selectize-control .selectize-input:not(:has(.item)) {
  min-height: 35px;
}

.selectize-control .selectize-input:not(:has(.item)) input[type=text] {
  height: 33px !important;
}

.selectize-control .selectize-input:has(.item) {
  padding-top: 4px !important;
  padding-bottom: 1px !important;
}

.selectize-control .selectize-input.disabled .item {
  background-color: #fff !important;
  color: #7d7d7d !important;
  opacity: .5;
}

.selectize-control .selectize-input.disabled .item .remove {
  background-color: rgba(10, 10, 10, .1) !important;
  pointer-events: none;
}

.selectize-control .selectize-input input {
  height: 28px !important;
  transition: none;
}

.selectize-control .selectize-input .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto !important;
  margin: 0 4px 4px 0 !important;
  padding: 4px 4px 4px 9px !important;
  border: none !important;
  border-radius: 4px !important;
  background-color: #3e8ed0 !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 13px;
  line-height: 16px !important;
  vertical-align: top !important;
}

.selectize-control .selectize-input .item .remove {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  border-left: none;
  border-radius: 50%;
  background-color: rgba(10, 10, 10, .2);
  color: transparent;
  text-shadow: none;
}

.selectize-control .selectize-input .item .remove:before,
.selectize-control .selectize-input .item .remove:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
  background-color: #fff;
  content: "";
}

.selectize-control .selectize-input .item .remove:before {
  width: 50%;
  height: 2px;
}

.selectize-control .selectize-input .item .remove:after {
  width: 2px;
  height: 50%;
}

.selectize-control .selectize-input .item .remove:hover {
  background-color: rgba(10, 10, 10, .3);
}

.date-line {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  font-size: 0;
}

.date-line select {
  font-size: 14px;
}

.date-prefix,
.hour-delimiter {
  font-size: 14px;
  line-height: normal;
}

.date-prefix {
  white-space: nowrap;
}

.picker.picker--fixed {
  position: fixed;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .picker.picker--fixed {
    top: calc(10% + 80px);
    left: 15px;
  }
}
.picker.picker--dropup {
  bottom: 100%;
  left: 0;
}

.link-url-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 12px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .link-url-block {
    flex-direction: column;
    align-items: flex-end;
  }
  .link-url-block .btn {
    flex-basis: auto !important;
    margin: 8px 0 0 0;
  }
}
.link-url-block .btn {
  display: inline-flex;
  flex: 0 0 128px;
  align-items: center;
  justify-content: center;
  height: 35px;
  margin-left: 8px;
  padding: 0 12px;
  white-space: nowrap;
}

.linkauth-switchline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.linkauth-switchlabel {
  padding-top: 2px;
  font-size: 14px;
  line-height: 21px;
}

.linkauth-switchlabel.linkauth-switchlabel--disabled {
  color: rgba(0, 0, 0, .26);
}

.linkauth-switchlabel:has(+ .switch) {
  padding-right: 12px;
}

.optout-done {
  text-align: center;
}

.optout-done-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  word-break: normal;
}

.optout-done-title + .optout-done-lead {
  margin-top: 20px;
}

.optout-done-lead {
  font-size: 14px;
  line-height: 18px;
  word-break: normal;
}

.optout-done-lead + .optout-done-title {
  margin-top: 40px;
}

.mailoptout-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.mailoptout-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  word-break: normal;
}

.mailoptout-lead {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
}

@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  .mailoptout-lead {
    padding: 0 15px;
  }
}
.mailoptout-button {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 40px;
}

@font-face {
  src: url("../fonts/templateicons/templateicons.eot?czrysj");
  src: url("../fonts/templateicons/templateicons.eot?czrysj#iefix") format("embedded-opentype"), url("../fonts/templateicons/templateicons.ttf?czrysj") format("truetype"), url("../fonts/templateicons/templateicons.woff?czrysj") format("woff"), url("../fonts/templateicons/templateicons.svg?czrysj#templateicons") format("svg");
  font-display: block;
  font-family: "templateicons";
  font-style: normal;
  font-weight: normal;
}
[class^=abo-],
[class*=" abo-"] {
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "templateicons" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.abo-cog:before {
  content: "\e90b";
}

.abo-chevron_down:before {
  content: "\e908";
}

.abo-chevron_up:before {
  content: "\e909";
}

.abo-search:before {
  content: "\e907";
}

.abo-history:before {
  content: "\e905";
}

.abo-chevron_circle_filled:before {
  content: "\e900";
}

.abo-user:before {
  content: "\e901";
}

.abo-chevron_right:before {
  content: "\e902";
}

.abo-chevron_left:before {
  content: "\e90a";
}

.abo-file:before {
  content: "\e903";
}

.abo-folder:before {
  content: "\e904";
}

.abo-notification:before {
  content: "\e906";
}

.space {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 12px 0;
  clear: both;
  overflow: hidden;
}

.space-32 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 32px 0 31px;
  clear: both;
  overflow: hidden;
}

.space-30 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 30px 0 29px;
  clear: both;
  overflow: hidden;
}

.space-28 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 28px 0 27px;
  clear: both;
  overflow: hidden;
}

.space-26 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 26px 0 25px;
  clear: both;
  overflow: hidden;
}

.space-24 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 24px 0 23px;
  clear: both;
  overflow: hidden;
}

.space-22 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 22px 0 21px;
  clear: both;
  overflow: hidden;
}

.space-20 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 20px 0 19px;
  clear: both;
  overflow: hidden;
}

.space-18 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 18px 0 17px;
  clear: both;
  overflow: hidden;
}

.space-16 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 16px 0 15px;
  clear: both;
  overflow: hidden;
}

.space-14 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 14px 0 13px;
  clear: both;
  overflow: hidden;
}

.space-12 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 12px 0 11px;
  clear: both;
  overflow: hidden;
}

.space-10 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 10px 0 9px;
  clear: both;
  overflow: hidden;
}

.space-8 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 8px 0 7px;
  clear: both;
  overflow: hidden;
}

.space-6 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 6px 0 5px;
  clear: both;
  overflow: hidden;
}

.space-4 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 4px 0 3px;
  clear: both;
  overflow: hidden;
}

.space-2 {
  display: block;
  min-height: 1px;
  max-height: 1px;
  margin: 2px 0 1px;
  clear: both;
  overflow: hidden;
}

body.template1,
body.template2 {
  background-color: #fff;
  /* カテゴリ */
}
body.template1.nav-beforelogin.has-open-category .nav-pc-rightside.nav-pc_search,
body.template2.nav-beforelogin.has-open-category .nav-pc-rightside.nav-pc_search {
  right: 237px;
}
body.template1.nav-beforelogin.has-open-category .nav-right:not(:has(.nav-pc-rightside__item--register)) .nav-pc-rightside.nav-pc_search,
body.template2.nav-beforelogin.has-open-category .nav-right:not(:has(.nav-pc-rightside__item--register)) .nav-pc-rightside.nav-pc_search {
  right: 101px;
}
body.template1.nav-beforelogin .nav-pc-rightside.nav-pc_search,
body.template2.nav-beforelogin .nav-pc-rightside.nav-pc_search {
  right: 291px;
}
body.template1.nav-beforelogin .nav-right:not(:has(.nav-pc-rightside__item--register)) .nav-pc-rightside.nav-pc_search,
body.template2.nav-beforelogin .nav-right:not(:has(.nav-pc-rightside__item--register)) .nav-pc-rightside.nav-pc_search {
  right: 155px;
}
body.template1.home-admin.has-open-category .nav-pc-rightside.nav-pc_search,
body.template2.home-admin.has-open-category .nav-pc-rightside.nav-pc_search {
  right: 353px;
}
body.template1.home-admin .nav-pc-rightside.nav-pc_search,
body.template2.home-admin .nav-pc-rightside.nav-pc_search {
  right: 407px;
}
body.template1.page-tablet .gototop,
body.template2.page-tablet .gototop {
  bottom: 90px;
}
body.template1 header nav,
body.template2 header nav {
  background-color: #fff;
}
body.template1 header nav .nav-right,
body.template2 header nav .nav-right {
  position: relative;
}
body.template1 header nav .nav-right.show-search.hide-search .search-overlay,
body.template2 header nav .nav-right.show-search.hide-search .search-overlay {
  display: none;
}
body.template1 header nav .nav-right.show-search.hide-search .nav-pc-rightside.nav-pc_search,
body.template2 header nav .nav-right.show-search.hide-search .nav-pc-rightside.nav-pc_search {
  opacity: 0;
}
body.template1 header nav .nav-right.show-search .search-overlay,
body.template2 header nav .nav-right.show-search .search-overlay {
  display: block;
}
body.template1 header nav .nav-right.show-search .nav-pc-rightside.nav-pc_search,
body.template2 header nav .nav-right.show-search .nav-pc-rightside.nav-pc_search {
  display: block;
  white-space: nowrap;
  opacity: 1;
}
body.template1 header nav .nav-right.show-search .nav-pc-rightside.nav-pc_search > li,
body.template2 header nav .nav-right.show-search .nav-pc-rightside.nav-pc_search > li {
  float: none;
}
body.template1 nav,
body.template2 nav {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .12);
}
body.template1 nav ul a,
body.template2 nav ul a {
  color: #393939;
}
body.template1 nav ul a:hover,
body.template2 nav ul a:hover {
  background-color: rgba(0, 0, 0, .12);
}
body.template1.has-open-category .nav-pc-rightside.nav-pc_search,
body.template2.has-open-category .nav-pc-rightside.nav-pc_search {
  right: 299px;
}
body.template1 .nav-pc-rightside.nav-pc_search,
body.template2 .nav-pc-rightside.nav-pc_search {
  display: none;
  z-index: 4;
  position: absolute;
  top: 0;
  right: 350px;
  background-color: #fff;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}
body.template1 .nav-pc-rightside__item--icon,
body.template2 .nav-pc-rightside__item--icon {
  width: auto;
  padding-left: 0;
}
body.template1 .nav-pc-rightside__item--icon:not(.nav-pc-rightside__item--icon--noborder):before,
body.template2 .nav-pc-rightside__item--icon:not(.nav-pc-rightside__item--icon--noborder):before {
  display: none;
}
body.template1 .nav-pc-rightside__item--icon a.item-icon,
body.template2 .nav-pc-rightside__item--icon a.item-icon {
  width: 54px;
}
body.template1 .nav-pc-rightside__item--icon a.item-icon.item-icon--active,
body.template2 .nav-pc-rightside__item--icon a.item-icon.item-icon--active {
  background-color: #ebefef;
}
body.template1 .nav-pc-rightside__item--icon a.item-icon.item-icon--active:hover,
body.template2 .nav-pc-rightside__item--icon a.item-icon.item-icon--active:hover {
  background-color: #ebefef;
}
body.template1 .nav-pc-rightside__item--icon a.item-icon.item-icon--active:hover i[class^=xiconbasic-],
body.template2 .nav-pc-rightside__item--icon a.item-icon.item-icon--active:hover i[class^=xiconbasic-] {
  color: #003c3c;
}
body.template1 .nav-pc-rightside__item--icon a.item-icon.item-icon--active i[class^=xiconbasic-],
body.template2 .nav-pc-rightside__item--icon a.item-icon.item-icon--active i[class^=xiconbasic-] {
  color: #003c3c;
}
body.template1 .nav-pc-rightside__item--icon a.item-icon i,
body.template2 .nav-pc-rightside__item--icon a.item-icon i {
  color: #666;
  font-family: "templateicons" !important;
  font-size: 24px;
}
body.template1 .nav-pc-rightside__item--icon a.item-icon i.xiconbasic-search:before,
body.template2 .nav-pc-rightside__item--icon a.item-icon i.xiconbasic-search:before {
  content: "\e907";
}
body.template1 .nav-pc-rightside__item--icon a.item-icon i.xiconbasic-history:before,
body.template2 .nav-pc-rightside__item--icon a.item-icon i.xiconbasic-history:before {
  content: "\e905";
}
body.template1 .nav-pc-rightside__item--icon a.item-icon i.xiconbasic-mail:before,
body.template2 .nav-pc-rightside__item--icon a.item-icon i.xiconbasic-mail:before {
  content: "\e906";
}
body.template1 .nav-pc-rightside__item--icon a.item-icon i.xiconbasic-folder:before,
body.template2 .nav-pc-rightside__item--icon a.item-icon i.xiconbasic-folder:before {
  content: "\e904";
}
body.template1 .nav-pc-rightside__item--icon a.item-icon i.xiconbasic-gear:before,
body.template2 .nav-pc-rightside__item--icon a.item-icon i.xiconbasic-gear:before {
  content: "\e90b";
}
body.template1 .nav-pc-rightside__item--icon .icon-badge,
body.template2 .nav-pc-rightside__item--icon .icon-badge {
  height: 15px;
  border-radius: 7px;
  line-height: 1;
}
body.template1 .nav-pc-rightside__item--icon .item-dropdown__wrap,
body.template2 .nav-pc-rightside__item--icon .item-dropdown__wrap {
  margin-left: 0;
  border-top: 1px solid #b0b4c1;
  border-bottom: 1px solid #b0b4c1;
  border-radius: 0;
  line-height: 30px;
}
body.template1 .nav-pc-rightside__item--icon .item-dropdown__wrap .dropdown-content,
body.template2 .nav-pc-rightside__item--icon .item-dropdown__wrap .dropdown-content {
  background-color: rgba(255, 255, 255, .93);
}
body.template1 .nav-pc-rightside__item--icon .item-dropdown__wrap .dropdown-content li.divider,
body.template2 .nav-pc-rightside__item--icon .item-dropdown__wrap .dropdown-content li.divider {
  background-color: #393939 !important;
}
body.template1 .nav-pc-rightside__item--icon .item-dropdown__wrap .dropdown-content a,
body.template2 .nav-pc-rightside__item--icon .item-dropdown__wrap .dropdown-content a {
  color: #393939;
}
body.template1 .nav-pc-rightside__item--icon .item-dropdown,
body.template2 .nav-pc-rightside__item--icon .item-dropdown {
  height: 30px;
  border-radius: 0;
  border-right-color: #b0b4c1;
  font-size: 12px;
}
body.template1 .nav-pc-rightside__item--icon .item-dropdown:after,
body.template2 .nav-pc-rightside__item--icon .item-dropdown:after {
  right: 0;
  height: 30px;
  color: #393939;
  font-family: "templateicons";
  font-size: 14px;
  content: "\e908";
}
body.template1 .nav-pc-rightside__item--icon .item-searchinput__wrap,
body.template2 .nav-pc-rightside__item--icon .item-searchinput__wrap {
  width: auto;
  margin-right: 8px;
  padding: 0;
  border: 1px solid #b0b4c1;
  border-left-width: 0;
  border-radius: 0 4px 4px 0;
}
body.template1 .nav-pc-rightside__item--icon .item-searchinput__wrap .searchicon,
body.template2 .nav-pc-rightside__item--icon .item-searchinput__wrap .searchicon {
  top: 8px;
  left: 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
body.template1 .nav-pc-rightside__item--icon .item-searchinput__wrap .searchicon i:before,
body.template2 .nav-pc-rightside__item--icon .item-searchinput__wrap .searchicon i:before {
  font-family: "templateicons";
  content: "\e907";
}
body.template1 .nav-pc-rightside__item--icon .item-searchinput,
body.template2 .nav-pc-rightside__item--icon .item-searchinput {
  width: 305px;
  padding: 0 10px 0 36px;
  font-size: 12px;
  transition: none;
}
body.template1 .nav-pc-rightside__item--icon .item-searchinput:-moz-placeholder-shown,
body.template2 .nav-pc-rightside__item--icon .item-searchinput:-moz-placeholder-shown {
  color: #9e9e9e;
  font-size: 12px;
  line-height: normal;
}
body.template1 .nav-pc-rightside__item--icon .item-searchinput:-moz-placeholder-shown, body.template2 .nav-pc-rightside__item--icon .item-searchinput:-moz-placeholder-shown {
  color: #9e9e9e;
  font-size: 12px;
  line-height: normal;
}
body.template1 .nav-pc-rightside__item--icon .item-searchinput:placeholder-shown,
body.template2 .nav-pc-rightside__item--icon .item-searchinput:placeholder-shown {
  color: #9e9e9e;
  font-size: 12px;
  line-height: normal;
}
body.template1 .nav-pc-rightside__item--icon .item-searchinput::-webkit-input-placeholder,
body.template2 .nav-pc-rightside__item--icon .item-searchinput::-webkit-input-placeholder {
  color: #9e9e9e;
  font-size: 12px;
  line-height: normal;
}
body.template1 .nav-pc-rightside__item--icon .item-searchinput:-moz-placeholder,
body.template2 .nav-pc-rightside__item--icon .item-searchinput:-moz-placeholder {
  color: #9e9e9e;
  font-size: 12px;
  line-height: normal;
}
body.template1 .nav-pc-rightside__item--icon .item-searchinput::-moz-placeholder,
body.template2 .nav-pc-rightside__item--icon .item-searchinput::-moz-placeholder {
  color: #9e9e9e;
  font-size: 12px;
  line-height: normal;
}
body.template1 .nav-pc-rightside__item--search-option,
body.template2 .nav-pc-rightside__item--search-option {
  justify-content: center;
  width: auto;
  min-width: 172px;
  border-radius: 4px 0 0 4px;
  border-color: #b0b4c1;
  background-color: #fff;
}
body.template1 .nav-pc-rightside__item--search,
body.template2 .nav-pc-rightside__item--search {
  display: inline-block;
}
body.template1 .nav-pc-rightside__item--login,
body.template2 .nav-pc-rightside__item--login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}
body.template1 .nav-pc-rightside__item--login:before,
body.template2 .nav-pc-rightside__item--login:before {
  display: none;
}
body.template1 .nav-pc-rightside__item--login a.btn-flat,
body.template2 .nav-pc-rightside__item--login a.btn-flat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 8px;
  color: #393939 !important;
  font-size: 12px;
  line-height: normal;
}
body.template1 .nav-pc-rightside__item--register,
body.template2 .nav-pc-rightside__item--register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}
body.template1 .nav-pc-rightside__item--register a.btn-flat,
body.template2 .nav-pc-rightside__item--register a.btn-flat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 15px;
  border: 1px solid #b0b4c1;
  border-radius: 8px;
  background-color: #fff;
  font-size: 13px;
  line-height: normal;
}
body.template1 .nav-pc-rightside__item--register a.btn-flat:hover,
body.template2 .nav-pc-rightside__item--register a.btn-flat:hover {
  background-color: #efeff1;
}
body.template1 input[type=radio].header-radio:not(:checked) + label:before,
body.template1 input[type=radio].header-radio:not(:checked) + label:after,
body.template2 input[type=radio].header-radio:not(:checked) + label:before,
body.template2 input[type=radio].header-radio:not(:checked) + label:after {
  border-color: #707070;
}
body.template1 input[type=radio].header-radio:checked + label:before,
body.template1 input[type=radio].header-radio:checked + label:after,
body.template2 input[type=radio].header-radio:checked + label:before,
body.template2 input[type=radio].header-radio:checked + label:after {
  border-color: #707070;
}
body.template1 input[type=radio].header-radio:checked + label:after,
body.template2 input[type=radio].header-radio:checked + label:after {
  transform: scale(.7) !important;
  background-color: #707070;
}
body.template1 .nav-pc-rightside__item--templatesearch,
body.template2 .nav-pc-rightside__item--templatesearch {
  display: list-item;
}
body.template1 .nav-pc-rightside__item--userinfo,
body.template2 .nav-pc-rightside__item--userinfo {
  padding-left: 0;
}
body.template1 .nav-pc-rightside__item--userinfo:before,
body.template2 .nav-pc-rightside__item--userinfo:before {
  display: none;
}
body.template1 .nav-pc-rightside__item--userinfo .pc-usermenu__wrap,
body.template2 .nav-pc-rightside__item--userinfo .pc-usermenu__wrap {
  min-width: 170px;
  max-width: 170px;
}
body.template1 .nav-pc-rightside__item--userinfo .pc-usermenu__wrap > div,
body.template2 .nav-pc-rightside__item--userinfo .pc-usermenu__wrap > div {
  font-size: 12px;
}
body.template1 .nav-pc-rightside__item--userinfo .pc-usermenu,
body.template2 .nav-pc-rightside__item--userinfo .pc-usermenu {
  width: 190px;
  padding-left: 20px;
}
body.template1 .nav-pc-rightside__item--userinfo .pc-usermenu.pc-usermenu--active,
body.template2 .nav-pc-rightside__item--userinfo .pc-usermenu.pc-usermenu--active {
  background-color: #ebefef;
  color: #003c3c;
}
body.template1 .nav-pc-rightside__item--userinfo .pc-usermenu.pc-usermenu--active:hover,
body.template2 .nav-pc-rightside__item--userinfo .pc-usermenu.pc-usermenu--active:hover {
  background-color: #ebefef;
  color: #003c3c;
}
body.template1 .nav-pc-rightside__item--userinfo .pc-usermenu.pc-usermenu--active .pc-usermenu__userinfo i,
body.template2 .nav-pc-rightside__item--userinfo .pc-usermenu.pc-usermenu--active .pc-usermenu__userinfo i {
  color: #fff;
}
body.template1 .nav-pc-rightside__item--userinfo .pc-usermenu.pc-usermenu--active .pc-usermenu__userinfo i:after,
body.template2 .nav-pc-rightside__item--userinfo .pc-usermenu.pc-usermenu--active .pc-usermenu__userinfo i:after {
  background-color: #003c3c;
}
body.template1 .nav-pc-rightside__item--userinfo .pc-usermenu__userinfo,
body.template2 .nav-pc-rightside__item--userinfo .pc-usermenu__userinfo {
  width: 170px;
}
body.template1 .nav-pc-rightside__item--userinfo .pc-usermenu__userinfo i,
body.template2 .nav-pc-rightside__item--userinfo .pc-usermenu__userinfo i {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 22px;
  color: #efeff1;
  font-size: 21.6px;
  vertical-align: middle;
}
body.template1 .nav-pc-rightside__item--userinfo .pc-usermenu__userinfo i:before,
body.template2 .nav-pc-rightside__item--userinfo .pc-usermenu__userinfo i:before {
  z-index: 2;
  position: relative;
  height: 44px;
  font-family: "templateicons";
  content: "\e901";
}
body.template1 .nav-pc-rightside__item--userinfo .pc-usermenu__userinfo i:after,
body.template2 .nav-pc-rightside__item--userinfo .pc-usermenu__userinfo i:after {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 13px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #393939;
  content: "";
}
body.template1 .search-option + .search-option,
body.template2 .search-option + .search-option {
  margin-left: 20px;
}
body.template1 .tags_dropdown,
body.template2 .tags_dropdown {
  width: 230px !important;
  margin-top: 3px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, .93);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
}
body.template1 .tags_dropdown li .tags_dropdown__content__inner,
body.template2 .tags_dropdown li .tags_dropdown__content__inner {
  padding: 16px 0;
}
body.template1 .tags_dropdown li .tags_dropdown__content__inner > .tags_dropdown__item a,
body.template2 .tags_dropdown li .tags_dropdown__content__inner > .tags_dropdown__item a {
  padding-left: 16px;
}
body.template1 .tags_dropdown li .tags_dropdown__item a,
body.template2 .tags_dropdown li .tags_dropdown__item a {
  padding-right: 32px;
}
body.template1 .tags_dropdown li .tags_dropdown__item .tags_openclose,
body.template2 .tags_dropdown li .tags_dropdown__item .tags_openclose {
  color: #666;
  font-size: 16px !important;
}
body.template1 .tags_dropdown li .tags_dropdown__item .tags_openclose:before,
body.template2 .tags_dropdown li .tags_dropdown__item .tags_openclose:before {
  font-family: "templateicons";
  content: "\e908";
}
body.template1 .tags_dropdown li a,
body.template2 .tags_dropdown li a {
  height: 30px;
  color: #4b4b4b;
  text-decoration: none;
}
body.template1 .tags_dropdown li a:hover,
body.template2 .tags_dropdown li a:hover {
  background-color: #efeff1;
}
body.template1 .homevisual-box:not(.homevisual-box--sd),
body.template2 .homevisual-box:not(.homevisual-box--sd) {
  height: 240px;
}
body.template1 .header-homevisual:not(.header-homevisual--sd),
body.template2 .header-homevisual:not(.header-homevisual--sd) {
  height: 240px;
}
body.template1 main .main-inner,
body.template2 main .main-inner {
  margin-top: 20px;
  margin-bottom: 80px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 main .main-inner,
  body.template2 main .main-inner {
    margin-bottom: 30px;
  }
}
body.template1 .content-block__title,
body.template2 .content-block__title {
  border-bottom: none;
}
body.template1 .content-block__title .category_more,
body.template2 .content-block__title .category_more {
  display: none;
}
body.template1 .news-block__title__inner,
body.template2 .news-block__title__inner {
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .news-block__title__inner,
  body.template2 .news-block__title__inner {
    font-weight: 400;
  }
}
body.template1 .news-block__title__inner:before,
body.template2 .news-block__title__inner:before {
  display: inline-block;
  width: 24px;
  margin-right: 0;
  font-family: "templateicons";
  font-size: 18px;
  vertical-align: -1px;
  content: "\e902";
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .news-block__title__inner:before,
  body.template2 .news-block__title__inner:before {
    vertical-align: -2px;
  }
}
body.template1 .news-block__body,
body.template2 .news-block__body {
  margin-top: 20px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .news-block__body,
  body.template2 .news-block__body {
    margin-top: 15px;
  }
}
body.template1 .news-item,
body.template2 .news-item {
  height: 40px;
  border-bottom: 0;
}
body.template1 .news-item__read,
body.template2 .news-item__read {
  flex: 0 0 20px;
  width: 20px;
}
body.template1 .news-item__read.news-item__read--notyet:after,
body.template2 .news-item__read.news-item__read--notyet:after {
  top: 16px;
  left: 0;
  width: 8px;
  height: 8px;
}
body.template1 .news-item__title,
body.template2 .news-item__title {
  flex: 216px;
  width: 216px;
  padding: 0 12px 0 0;
  font-size: 12px;
}
body.template1 .news-item__body,
body.template2 .news-item__body {
  flex: 0 0 calc(100% - 20px - 216px - 93px);
  width: calc(100% - 20px - 216px - 93px);
  padding: 0 0 0 12px;
}
body.template1 .news-item__date,
body.template2 .news-item__date {
  padding: 0;
}
body.template1 .category-column,
body.template2 .category-column {
  flex: 0 0 230px;
  width: 230px;
}
body.template1.has-open-category .content-column,
body.template2.has-open-category .content-column {
  flex: 0 0 calc(1168px - (230px + 24px));
  width: calc(1168px - (230px + 24px));
  margin-right: 24px;
}
body.template1.has-open-category .content-block__body .tag-item,
body.template2.has-open-category .content-block__body .tag-item {
  margin-right: 10px;
}
body.template1.has-open-category .content-block__body .tag-item:last-child,
body.template2.has-open-category .content-block__body .tag-item:last-child {
  margin-right: 0;
}
body.template1 .category-column-tagoperator,
body.template2 .category-column-tagoperator {
  padding: 4px 16px 16px;
}
body.template1 .open-tags,
body.template2 .open-tags {
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}
body.template1 .open-tags li .tags_dropdown__content__inner > .tags_dropdown__item > a,
body.template2 .open-tags li .tags_dropdown__content__inner > .tags_dropdown__item > a {
  font-size: 14px;
}
body.template1 .open-tags li .tags_dropdown__content__inner > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item a,
body.template2 .open-tags li .tags_dropdown__content__inner > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item a {
  padding-left: calc(16px + 1em);
}
body.template1 .open-tags li .tags_dropdown__content__inner > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item a,
body.template2 .open-tags li .tags_dropdown__content__inner > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item a {
  padding-left: calc(16px + 2em);
}
body.template1 .open-tags li .tags_dropdown__content__inner > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item a,
body.template2 .open-tags li .tags_dropdown__content__inner > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item a {
  padding-left: calc(16px + 3em);
}
body.template1 .open-tags li .tags_dropdown__content__inner > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item a,
body.template2 .open-tags li .tags_dropdown__content__inner > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item > .tags_dropdown__box > .tags_dropdown__item a {
  padding-left: calc(16px + 4em);
}
body.template1 .open-tags li .tags_dropdown__content__inner .tags_dropdown__item:not(.has-child),
body.template2 .open-tags li .tags_dropdown__content__inner .tags_dropdown__item:not(.has-child) {
  width: 100%;
}
body.template1 .open-tags li .tags_dropdown__content__inner .tags_dropdown__item:not(.has-child) > a,
body.template2 .open-tags li .tags_dropdown__content__inner .tags_dropdown__item:not(.has-child) > a {
  width: 100%;
}
body.template1 .open-tags li .tags_dropdown__content__inner .tags_dropdown__item a,
body.template2 .open-tags li .tags_dropdown__content__inner .tags_dropdown__item a {
  padding-left: 16px;
}
body.template1 .open-tags li .tags_dropdown__content__inner .tags_dropdown__item a:hover,
body.template2 .open-tags li .tags_dropdown__content__inner .tags_dropdown__item a:hover {
  background-color: #efeff1;
  text-decoration: none;
}
body.template1 .open-tags .tags_dropdown__content__inner,
body.template2 .open-tags .tags_dropdown__content__inner {
  padding: 16px 0;
}
body.template1 .open-tags .tags_dropdown__item,
body.template2 .open-tags .tags_dropdown__item {
  height: 30px;
}
body.template1 .open-tags .tags_dropdown__item.has-child,
body.template2 .open-tags .tags_dropdown__item.has-child {
  position: relative;
  height: auto;
}
body.template1 .open-tags .tags_dropdown__item.has-child > a,
body.template2 .open-tags .tags_dropdown__item.has-child > a {
  width: 100%;
  padding-right: 32px;
}
body.template1 .open-tags .tags_dropdown__item.has-child > .xiconbasic-chevron-down,
body.template2 .open-tags .tags_dropdown__item.has-child > .xiconbasic-chevron-down {
  display: inline-flex;
  position: absolute;
  top: 3px;
  right: 5px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-family: "templateicons" !important;
  font-size: 12px;
}
body.template1 .open-tags .tags_dropdown__item.has-child > .xiconbasic-chevron-down:before,
body.template2 .open-tags .tags_dropdown__item.has-child > .xiconbasic-chevron-down:before {
  content: "\e908";
}
body.template1 .open-tags .tags_dropdown__item:not(.has-child) > a,
body.template2 .open-tags .tags_dropdown__item:not(.has-child) > a {
  padding-right: 16px;
}
body.template1 .open-tags .tags_dropdown__item > a,
body.template2 .open-tags .tags_dropdown__item > a {
  height: 30px;
  font-size: 13px;
  line-height: 30px;
}
body.template1 .content-column .swiper-wrapper,
body.template2 .content-column .swiper-wrapper {
  padding: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .content-column .swiper-wrapper,
  body.template2 .content-column .swiper-wrapper {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .swiper-wrapper,
  body.template2 .swiper-wrapper {
    padding: 0;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .book-list-block,
  body.template2 .book-list-block {
    padding-top: 20px;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .book-list-block.book-list-block--tags,
  body.template2 .book-list-block.book-list-block--tags {
    padding-top: 0;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .book-list-block.book-list-block--tags .tag-item,
  body.template2 .book-list-block.book-list-block--tags .tag-item {
    flex: 0 0 calc((100vw - 50px) / 3);
    width: calc((100vw - 50px) / 3) !important;
    margin-right: 10px;
  }
  body.template1 .book-list-block.book-list-block--tags .tag-item:nth-child(3n),
  body.template2 .book-list-block.book-list-block--tags .tag-item:nth-child(3n) {
    margin-right: 0;
  }
}
body.template1 .book-list-block.book-list-block--tags .tag-item:nth-child(n+4),
body.template2 .book-list-block.book-list-block--tags .tag-item:nth-child(n+4) {
  margin-top: 30px;
}
body.template1 .book-list-block .content-block + .content-block,
body.template2 .book-list-block .content-block + .content-block {
  margin-top: 40px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .book-list-block .content-block + .content-block,
  body.template2 .book-list-block .content-block + .content-block {
    margin-top: 28px !important;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .book-list-block .content-block .content-block__title .content-block__title__link:before,
  body.template2 .book-list-block .content-block .content-block__title .content-block__title__link:before {
    font-size: 18px;
    font-weight: 400;
    vertical-align: 0;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .book-list-block .content-block .content-block__title .content-block__title__inner,
  body.template2 .book-list-block .content-block .content-block__title .content-block__title__inner {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .book-list-block .content-block .content-block__title__sub-info,
  body.template2 .book-list-block .content-block .content-block__title__sub-info {
    margin-bottom: 0;
  }
}
body.template1 .book-list-block .content-block .tag-item__image:before,
body.template2 .book-list-block .content-block .tag-item__image:before {
  padding-top: 100%;
}
body.template1 .book-list-block .content-block .tag-item__image__entity,
body.template2 .book-list-block .content-block .tag-item__image__entity {
  max-height: 199px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .book-list-block .content-block .tag-item__image__entity,
  body.template2 .book-list-block .content-block .tag-item__image__entity {
    max-height: 100% !important;
    border: solid 1px #d7d7d7;
  }
}
body.template1 .content-block.content-block--tag .content-block__title__link:before,
body.template2 .content-block.content-block--tag .content-block__title__link:before {
  margin: 0 !important;
  font-family: "templateicons";
  font-size: 18px;
  vertical-align: -7px;
  content: "\e902";
}
body.template1 .content-block__title__inner,
body.template2 .content-block__title__inner {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .content-block__title__inner,
  body.template2 .content-block__title__inner {
    font-size: 18px;
    line-height: 28px;
  }
}
body.template1 .content-block__title__sub-info,
body.template2 .content-block__title__sub-info {
  margin-left: 24px;
  padding-left: 0;
  vertical-align: -4px;
}
body.template1 .content-block__title__sub-info:before,
body.template2 .content-block__title__sub-info:before {
  display: none;
}
body.template1 .content-block__title__sub-info > span,
body.template2 .content-block__title__sub-info > span {
  margin-left: 0;
}
body.template1 .content-block__title__sub-info > span.content-block__title__sub-info__category .sub-info-icon:before,
body.template2 .content-block__title__sub-info > span.content-block__title__sub-info__category .sub-info-icon:before {
  content: "\e903";
}
body.template1 .content-block__title__sub-info > span.content-block__title__sub-info__content .sub-info-icon:before,
body.template2 .content-block__title__sub-info > span.content-block__title__sub-info__content .sub-info-icon:before {
  content: "\e904";
}
body.template1 .content-block__title__sub-info > span + span,
body.template2 .content-block__title__sub-info > span + span {
  margin-left: 12px;
}
body.template1 .content-block__title__sub-info > span .sub-info-icon,
body.template2 .content-block__title__sub-info > span .sub-info-icon {
  font-family: "templateicons";
  font-size: 22px;
  vertical-align: -4px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .content-block__title__sub-info > span .sub-info-icon,
  body.template2 .content-block__title__sub-info > span .sub-info-icon {
    vertical-align: -2px;
  }
}
body.template1 .content-block__body,
body.template2 .content-block__body {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
body.template1 .content-block__body .tag-item,
body.template2 .content-block__body .tag-item {
  flex: 0 0 219px;
  width: 219px;
  height: 408px;
  margin-right: 14px;
  border-radius: 12px;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .content-block__body .tag-item,
  body.template2 .content-block__body .tag-item {
    flex: 0 0 calc((100vw - 30px) / 2.6);
    height: auto;
  }
}
body.template1 .content-block__body .tag-item:hover,
body.template2 .content-block__body .tag-item:hover {
  background-color: #efeff1;
}
body.template1 .content-block__body .tag-item:last-child,
body.template2 .content-block__body .tag-item:last-child {
  margin-right: 0;
}
body.template1 .content-block__body .tag-item__title,
body.template2 .content-block__body .tag-item__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 45px;
  margin-top: 20px;
  overflow: hidden;
  color: #393939;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .content-block__body .tag-item__title,
  body.template2 .content-block__body .tag-item__title {
    height: 44px;
    margin-top: 12px;
    line-height: 22px;
  }
}
body.template1 .content-block__body .tag-item__title i.fa,
body.template2 .content-block__body .tag-item__title i.fa {
  color: #ffa20d;
}
body.template1 .content-block__body .tag-item__link,
body.template2 .content-block__body .tag-item__link {
  padding: 10px 10px 20px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .content-block__body .tag-item__link,
  body.template2 .content-block__body .tag-item__link {
    padding: 0;
  }
}
body.template1 .content-block__body .tag-item__image,
body.template1 .content-block__body .tag-item__image__inner,
body.template2 .content-block__body .tag-item__image,
body.template2 .content-block__body .tag-item__image__inner {
  height: 199px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .content-block__body .tag-item__image,
  body.template1 .content-block__body .tag-item__image__inner,
  body.template2 .content-block__body .tag-item__image,
  body.template2 .content-block__body .tag-item__image__inner {
    height: auto;
  }
}
body.template1 .content-block__body .tag-item__image__movieoverlay,
body.template2 .content-block__body .tag-item__image__movieoverlay {
  background-color: transparent;
}
body.template1 .content-block__body .tag-item__image__movieoverlay:after,
body.template2 .content-block__body .tag-item__image__movieoverlay:after {
  top: auto;
  bottom: -4px;
  left: 0;
  width: auto;
  height: auto;
  color: #666;
  font-size: 30px;
  content: "\f16a";
}
body.template1 .tag-item__explain,
body.template2 .tag-item__explain {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  height: 54px;
  margin-top: 12px;
  overflow: hidden;
  color: #4b4b4b;
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .tag-item__explain,
  body.template2 .tag-item__explain {
    margin-top: 8px;
  }
}
body.template1 .tag-item__counts,
body.template2 .tag-item__counts {
  display: none;
}
body.template1 .tag-item__opencontent,
body.template2 .tag-item__opencontent {
  display: block;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .tag-item__opencontent,
  body.template2 .tag-item__opencontent {
    margin-top: 12px;
  }
}
body.template1 .tag-item__opencontent__button,
body.template2 .tag-item__opencontent__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 16px;
  border-radius: 14px;
  background-color: #828693;
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .tag-item__opencontent__button,
  body.template2 .tag-item__opencontent__button {
    height: auto;
    min-height: 28px;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 14px;
  }
}
body.template1 .tag-item__opencontent__button:hover,
body.template2 .tag-item__opencontent__button:hover {
  background-color: #5d606c;
}
body.template1 footer .page-footer,
body.template1 footer .page-footer .footer-copyright,
body.template2 footer .page-footer,
body.template2 footer .page-footer .footer-copyright {
  background-color: #fff;
}
body.template1 footer .page-footer .footer-main,
body.template2 footer .page-footer .footer-main {
  position: relative;
  height: 42px;
  border-top: 1px solid #e8eaed;
  line-height: 41px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 footer .page-footer .footer-main,
  body.template2 footer .page-footer .footer-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 61px;
    border-top: none;
    background-color: #fff;
    line-height: normal;
  }
  body.template1 footer .page-footer .footer-main:before,
  body.template2 footer .page-footer .footer-main:before {
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    height: 1px;
    background-color: #e8eaed;
    content: "";
  }
}
body.template1 footer .page-footer .footer-main a,
body.template2 footer .page-footer .footer-main a {
  margin-right: 0;
  color: #393939;
  font-size: 12px;
  line-height: 18px;
}
body.template1 footer .page-footer .footer-main a i,
body.template2 footer .page-footer .footer-main a i {
  display: none;
}
body.template1 footer .page-footer .footer-main a.pc-items + a.pc-items,
body.template2 footer .page-footer .footer-main a.pc-items + a.pc-items {
  margin-left: 42px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 footer .page-footer .footer-main a.sd-items,
  body.template2 footer .page-footer .footer-main a.sd-items {
    margin-top: 6px;
  }
  body.template1 footer .page-footer .footer-main a.sd-items + a.sd-items,
  body.template2 footer .page-footer .footer-main a.sd-items + a.sd-items {
    margin-top: 10px;
  }
  body.template1 footer .page-footer .footer-main a + a,
  body.template2 footer .page-footer .footer-main a + a {
    margin-left: 0 !important;
  }
}
body.template1 footer .page-footer .footer-main a.pc-items + a.pc-items,
body.template2 footer .page-footer .footer-main a.pc-items + a.pc-items {
  margin-left: 42px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 footer .page-footer .footer-main a.sd-items,
  body.template2 footer .page-footer .footer-main a.sd-items {
    margin-top: 6px;
  }
  body.template1 footer .page-footer .footer-main a.sd-items + a.sd-items,
  body.template2 footer .page-footer .footer-main a.sd-items + a.sd-items {
    margin-top: 10px;
  }
  body.template1 footer .page-footer .footer-main a + a,
  body.template2 footer .page-footer .footer-main a + a {
    margin-left: 0 !important;
  }
}
body.template1 footer .page-footer .footer-copyright,
body.template2 footer .page-footer .footer-copyright {
  align-items: flex-start;
  height: 38px;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 footer .page-footer .footer-copyright,
  body.template2 footer .page-footer .footer-copyright {
    align-items: center;
    height: 43px;
    padding-top: 6px;
  }
}
body.template1 footer .page-footer .footer-copyright a,
body.template2 footer .page-footer .footer-copyright a {
  color: #9e9e9e !important;
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 footer .page-footer .footer-copyright a,
  body.template2 footer .page-footer .footer-copyright a {
    font-size: 12px;
    line-height: 18px;
  }
}
body.template1 .contents-list-block .categories,
body.template2 .contents-list-block .categories {
  grid-gap: 16px 18px;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fill, 219px);
  margin-bottom: 40px;
}
body.template1 .contents-list-block .categories .category,
body.template2 .contents-list-block .categories .category {
  width: 219px;
  height: 97px;
  border: 1px solid #b0b4c1;
  border-radius: 8px;
  background-color: #fff;
}
body.template1 .contents-list-block .categories .category:hover,
body.template2 .contents-list-block .categories .category:hover {
  background-color: #efeff1;
}
body.template1 .contents-list-block .categories .category:hover .category__body,
body.template2 .contents-list-block .categories .category:hover .category__body {
  background-color: transparent;
}
body.template1 .contents-list-block .categories .category__tab,
body.template2 .contents-list-block .categories .category__tab {
  display: none;
}
body.template1 .contents-list-block .categories .category__body,
body.template2 .contents-list-block .categories .category__body {
  height: auto;
  padding: 15px 15px 11px;
  background-color: transparent;
  box-shadow: none;
}
body.template1 .contents-list-block .categories .category__name,
body.template2 .contents-list-block .categories .category__name {
  height: 40px;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
}
body.template1 .contents-list-block .categories .category__name__inner,
body.template2 .contents-list-block .categories .category__name__inner {
  color: transparent;
}
body.template1 .contents-list-block .categories .category__name__inner.category__name__inner--ellipted,
body.template2 .contents-list-block .categories .category__name__inner.category__name__inner--ellipted {
  color: #393939;
}
body.template1 .contents-list-block .categories .category__subs,
body.template2 .contents-list-block .categories .category__subs {
  height: auto;
  margin-top: 8px;
  border-top: none;
}
body.template1 .contents-list-block .categories .category__subs > *,
body.template2 .contents-list-block .categories .category__subs > * {
  color: #666;
}
body.template1 .contents-list-block .categories .category__subs__category,
body.template1 .contents-list-block .categories .category__subs__contents,
body.template2 .contents-list-block .categories .category__subs__category,
body.template2 .contents-list-block .categories .category__subs__contents {
  font-size: 14px;
  line-height: 1;
}
body.template1 .contents-list-block .categories .category__subs__category:before,
body.template1 .contents-list-block .categories .category__subs__contents:before,
body.template2 .contents-list-block .categories .category__subs__category:before,
body.template2 .contents-list-block .categories .category__subs__contents:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  color: #9e9e9e;
  font-family: "templateicons";
  font-size: 21px;
  vertical-align: -4px;
}
body.template1 .contents-list-block .categories .category__subs__category:before,
body.template2 .contents-list-block .categories .category__subs__category:before {
  content: "\e904";
}
body.template1 .contents-list-block .categories .category__subs__contents,
body.template2 .contents-list-block .categories .category__subs__contents {
  margin-left: 12px;
}
body.template1 .contents-list-block .categories .category__subs__contents:before,
body.template2 .contents-list-block .categories .category__subs__contents:before {
  content: "\e903";
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc,
body.template2 .contents-list-block .search_result_item.search_result_item--pc {
  height: 200px;
  margin-bottom: 20px;
  padding: 10px 20px 10px 10px;
  border: none;
  border-radius: 12px;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc:hover,
body.template2 .contents-list-block .search_result_item.search_result_item--pc:hover {
  background-color: #efeff1;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc:last-child,
body.template2 .contents-list-block .search_result_item.search_result_item--pc:last-child {
  margin-bottom: 0;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image {
  width: 180px;
  height: 180px;
  padding: 0;
  border-right: none;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__inner,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__wrap.haspage,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__wrap.haspage {
  margin-top: 0;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__wrap.haspage .search_result_item__image__entity,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__wrap.haspage .search_result_item__image__entity {
  box-sizing: border-box !important;
  max-width: 158px;
  max-height: 158px;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__wrap.haspage .item__image__entity__dummy,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__wrap.haspage .item__image__entity__dummy {
  box-sizing: border-box !important;
  width: 158px;
  height: 158px;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__wrap .item__image__entity__dummy,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__wrap .item__image__entity__dummy {
  box-sizing: border-box !important;
  width: 180px;
  height: 180px;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__entity,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__entity {
  box-sizing: border-box !important;
  max-width: 180px;
  max-height: 180px;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__pages,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__pages {
  margin: 4px 0 0;
  font-size: 0;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__pages > span,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__pages > span {
  font-size: 12px;
  line-height: 18px;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__movieoverlay,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__movieoverlay {
  background-color: transparent;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__movieoverlay:after,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__image__movieoverlay:after {
  top: auto;
  bottom: -4px;
  left: 0;
  width: auto;
  height: auto;
  color: #666;
  font-size: 30px;
  content: "\f16a";
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data {
  padding: 0 0 0 20px;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__title,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__title i.fa,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__title i.fa {
  color: #ffa20d;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__values,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__values {
  margin-top: 12px;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__values > .search_result_item__data__counts,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__values > .search_result_item__data__counts {
  display: none;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__lastupdate,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__lastupdate {
  margin-right: 0;
  font-size: 13px;
  line-height: 20px;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__detail,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__detail {
  margin-top: 12px;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__detail__title,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__detail__title {
  display: none;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__detail__body,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__detail__body {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  height: 72px;
  max-height: none;
  margin-top: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__open,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__open {
  display: block;
  margin-top: 15px;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__open__button,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__open__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 16px;
  border-radius: 14px;
  background-color: #828693;
  color: #fff;
  font-size: 14px;
}
body.template1 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__open__button:hover,
body.template2 .contents-list-block .search_result_item.search_result_item--pc .search_result_item__data__open__button:hover {
  background-color: #5d606c;
}
body.template1 .contents-list-block__head,
body.template2 .contents-list-block__head {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 20px;
  font-weight: 400;
}
body.template1 .contents-list-block__head__title,
body.template2 .contents-list-block__head__title {
  line-height: 30px;
}
body.template1 .nav-pills .nav-item + .nav-item,
body.template2 .nav-pills .nav-item + .nav-item {
  margin-left: 8px;
}
body.template1 .nav-pills .nav-item a,
body.template2 .nav-pills .nav-item a {
  border-radius: 3px;
}
body.template1 .nav-pills + .sort-select,
body.template2 .nav-pills + .sort-select {
  margin-left: 12px;
}
body.template1 .select-alike,
body.template2 .select-alike {
  padding: 0 0 0 8px;
  border: 1px solid #b0b4c1;
  border-radius: 4px;
  color: #4b4b4b;
  font-size: 12px;
}
body.template1 .book-list-block-tiles,
body.template2 .book-list-block-tiles {
  grid-gap: 40px 18px;
  grid-template-columns: repeat(auto-fill, 219px);
}
body.template1 .book-list-block-tiles .tag-item,
body.template2 .book-list-block-tiles .tag-item {
  flex: 0 0 219px;
  width: 219px;
  margin-right: 18px;
  border-radius: 12px;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
}
body.template1 .book-list-block-tiles .tag-item:hover,
body.template2 .book-list-block-tiles .tag-item:hover {
  background-color: #efeff1;
}
body.template1 .book-list-block-tiles .tag-item:last-child,
body.template2 .book-list-block-tiles .tag-item:last-child {
  margin-right: 0;
}
body.template1 .book-list-block-tiles .tag-item__title,
body.template2 .book-list-block-tiles .tag-item__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 45px;
  margin-top: 20px;
  overflow: hidden;
  color: #393939;
  font-size: 14px;
  line-height: 24px;
}
body.template1 .book-list-block-tiles .tag-item__title i.fa,
body.template2 .book-list-block-tiles .tag-item__title i.fa {
  color: #ffa20d;
}
body.template1 .book-list-block-tiles .tag-item__link,
body.template2 .book-list-block-tiles .tag-item__link {
  padding: 10px 10px 20px;
}
body.template1 .book-list-block-tiles .tag-item__image,
body.template1 .book-list-block-tiles .tag-item__image__inner,
body.template2 .book-list-block-tiles .tag-item__image,
body.template2 .book-list-block-tiles .tag-item__image__inner {
  height: 199px;
}
body.template1 .book-list-block-tiles .tag-item__image__inner .item__image__entity__dummy,
body.template2 .book-list-block-tiles .tag-item__image__inner .item__image__entity__dummy {
  height: 199px;
}
body.template1 .book-list-block-tiles .tag-item__image__entity,
body.template2 .book-list-block-tiles .tag-item__image__entity {
  max-height: 199px;
}
body.template1 .book-list-block-tiles .tag-item__image__movieoverlay,
body.template2 .book-list-block-tiles .tag-item__image__movieoverlay {
  background-color: transparent;
}
body.template1 .book-list-block-tiles .tag-item__image__movieoverlay:after,
body.template2 .book-list-block-tiles .tag-item__image__movieoverlay:after {
  top: auto;
  bottom: -4px;
  left: 0;
  width: auto;
  height: auto;
  color: #666;
  font-size: 30px;
  content: "\f16a";
}
body.template1.notice .main-inner .book-list-block .tag-item,
body.template2.notice .main-inner .book-list-block .tag-item {
  height: 242px;
}
body.template1.notice .main-inner .book-list-block .tag-item__title,
body.template2.notice .main-inner .book-list-block .tag-item__title {
  height: 40px;
  line-height: 20px;
}
body.template1.notice .main-inner .book-list-block .tag-item__explain,
body.template1.notice .main-inner .book-list-block .tag-item__opencontent,
body.template2.notice .main-inner .book-list-block .tag-item__explain,
body.template2.notice .main-inner .book-list-block .tag-item__opencontent {
  display: none;
}
body.template1 .notice-please-select,
body.template1 .notice-detail,
body.template2 .notice-please-select,
body.template2 .notice-detail {
  background-color: #fff;
}
body.template1 .book-more-block,
body.template2 .book-more-block {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .book-more-block,
  body.template2 .book-more-block {
    margin-top: 50px;
  }
}
body.template1 .book-more-button,
body.template2 .book-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 219px;
  height: 44px;
  border-radius: 22px;
  background-color: #828693;
  color: #fff;
  font-size: 16px;
  line-height: normal;
}
body.template1 .book-more-button:hover,
body.template2 .book-more-button:hover {
  background-color: #5d606c;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .book-more-button,
  body.template2 .book-more-button {
    width: 270px;
    height: 48px;
    border-radius: 24px;
    font-size: 18px;
  }
}
body.template1.sd-notice main .main-inner,
body.template2.sd-notice main .main-inner {
  margin-top: 0;
  margin-bottom: 0;
}
body.template1.sd-notice footer .page-footer .footer-main:before,
body.template2.sd-notice footer .page-footer .footer-main:before {
  display: none;
}
body.template1 header nav .sd-nav-icon.sd-nav-icon--active,
body.template2 header nav .sd-nav-icon.sd-nav-icon--active {
  background-color: #ebefef;
  color: #b1b9c0;
}
body.template1 .homevisual-box.homevisual-box--sd:before,
body.template2 .homevisual-box.homevisual-box--sd:before {
  padding-top: 57.6%;
}
body.template1 .header-homevisual.header-homevisual--sd,
body.template2 .header-homevisual.header-homevisual--sd {
  height: 100%;
  background-size: cover;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .news-block,
  body.template2 .news-block {
    padding-top: 0;
  }
}
body.template1 .header-sd-search,
body.template2 .header-sd-search {
  background-color: #fff;
}
body.template1 .header-sd-search__inner,
body.template2 .header-sd-search__inner {
  border: 1px solid #b0b4c1;
}
body.template1 .book-list.categories,
body.template2 .book-list.categories {
  grid-gap: 18px 18px;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(auto-fill, calc((100vw - 66px) / 3));
  margin-bottom: 30px;
}
body.template1 .book-list.categories .category,
body.template2 .book-list.categories .category {
  width: calc((100vw - 66px) / 3);
  height: 111px;
  margin: 0;
  border: 1px solid #b0b4c1;
  border-radius: 5px;
  background-color: #fff;
}
body.template1 .book-list.categories .category__tab,
body.template2 .book-list.categories .category__tab {
  display: none;
}
body.template1 .book-list.categories .category__body,
body.template2 .book-list.categories .category__body {
  height: auto;
  padding: 12px;
  background-color: transparent;
  box-shadow: none;
}
body.template1 .book-list.categories .category__name,
body.template2 .book-list.categories .category__name {
  height: 63px;
  padding: 0;
  font-size: 14px;
  line-height: 21px;
}
body.template1 .book-list.categories .category__name__inner,
body.template2 .book-list.categories .category__name__inner {
  color: transparent;
}
body.template1 .book-list.categories .category__name__inner.category__name__inner--ellipted,
body.template2 .book-list.categories .category__name__inner.category__name__inner--ellipted {
  color: #393939;
}
body.template1 .book-list.categories .category__subs,
body.template2 .book-list.categories .category__subs {
  height: auto;
  margin-top: 8px;
  border-top: none;
}
body.template1 .book-list.categories .category__subs > *,
body.template2 .book-list.categories .category__subs > * {
  color: #666;
}
body.template1 .book-list.categories .category__subs__category,
body.template1 .book-list.categories .category__subs__contents,
body.template2 .book-list.categories .category__subs__category,
body.template2 .book-list.categories .category__subs__contents {
  font-size: 13px;
  line-height: 1;
}
body.template1 .book-list.categories .category__subs__category:before,
body.template1 .book-list.categories .category__subs__contents:before,
body.template2 .book-list.categories .category__subs__category:before,
body.template2 .book-list.categories .category__subs__contents:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 13px;
  color: #9e9e9e;
  font-family: "templateicons";
  font-size: 13px;
  vertical-align: -1px;
}
body.template1 .book-list.categories .category__subs__category:before,
body.template2 .book-list.categories .category__subs__category:before {
  content: "\e904";
}
body.template1 .book-list.categories .category__subs__contents:before,
body.template2 .book-list.categories .category__subs__contents:before {
  content: "\e903";
}

.template1-only {
  display: none;
}

body.template1 .template1-only.template1-only--block {
  display: block;
}
body.template1 .template1-only.template1-only--flex {
  display: flex;
}
body.template1 .template1-only.template1-only--inlineblock {
  display: inline-block;
}
body.template1 .template1-only.template1-only--inlineflex {
  display: inline-flex;
}
body.template1 .template1-notshow {
  display: none;
}
body.template1 .content-block__body.swiper-initialized .swiper-button-prev,
body.template1 .content-block__body.swiper-initialized .swiper-button-next {
  display: inline-flex;
  top: 101.5px;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  transition: box-shadow .2s ease-in-out;
}
body.template1 .content-block__body.swiper-initialized .swiper-button-prev:before,
body.template1 .content-block__body.swiper-initialized .swiper-button-next:before {
  color: #828693;
  font-family: "templateicons";
  font-size: 40px;
}
body.template1 .content-block__body.swiper-initialized .swiper-button-prev:after,
body.template1 .content-block__body.swiper-initialized .swiper-button-next:after {
  display: none;
}
body.template1 .content-block__body.swiper-initialized .swiper-button-prev:hover,
body.template1 .content-block__body.swiper-initialized .swiper-button-next:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .4);
}
body.template1 .content-block__body.swiper-initialized .swiper-button-prev.swiper-button-disabled,
body.template1 .content-block__body.swiper-initialized .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
body.template1 .content-block__body.swiper-initialized .swiper-button-prev {
  left: 4px;
}
body.template1 .content-block__body.swiper-initialized .swiper-button-prev:before {
  content: "\e90a";
}
body.template1 .content-block__body.swiper-initialized .swiper-button-next {
  right: 4px;
}
body.template1 .content-block__body.swiper-initialized .swiper-button-next:before {
  content: "\e902";
}
body.template1 .content-block__body.swiper-initialized .swiper-button-next.swiper-button-disabled {
  display: none;
}
body.template1 .content-block__body.swiper-initialized .swiper-more-button {
  display: none;
}
body.template1 .content-block__body.swiper-initialized .swiper-more-button.swiper-more-button--show {
  display: inline-block;
}
body.template1 .content-block__body:not(.swiper-container):not(.swiper-initialized) .swiper-more-button {
  display: inline-block;
}
body.template1 .content-block__body .swiper-more-button {
  z-index: 10;
  position: absolute;
  top: 61px;
  right: 4px;
  width: 60px;
  height: 96px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  font-size: 0;
  transition: box-shadow .2s ease-in-out;
}
body.template1 .content-block__body .swiper-more-button:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .4);
}
body.template1 .content-block__body .swiper-more-button a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #828693;
}
body.template1 .content-block__body .swiper-more-button a span {
  display: inline-block;
  margin-bottom: 4px;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
body.template1 .content-block__body .swiper-more-button a i {
  font-size: 24px;
}
body.template1 .book-list-block-tiles .tag-item {
  height: 408px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template1 .swiper-button-prev,
  body.template1 .swiper-button-next,
  body.template1 .swiper-more-button {
    display: none !important;
  }
}

.template2-only {
  display: none;
}

body.template2 .template2-only {
  display: block;
}
body.template2 .template2-only.template2-only--flex {
  display: flex;
}
body.template2 .template2-only.template2-only--inlineblock {
  display: inline-block;
}
body.template2 .template2-only.template2-only--inlineflex {
  display: inline-flex;
}
body.template2 .template2-notshow {
  display: none;
}
body.template2 .swiper-button-prev,
body.template2 .swiper-button-next,
body.template2 .swiper-more-button {
  display: none !important;
}
body.template2 .book-list-block-tiles .tag-item {
  height: 360px;
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template2.home--sd .book-list-block--tags {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width : 600px), only screen and (max-height : 600px) {
  body.template2.home--sd .book-list-block .content-block .content-block__body {
    margin-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }
}
body.template2 .tag-item__opencontent {
  display: none;
}
