@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

a {
  color: #1927EB;
  text-decoration: none;
}

.g-header .top-header {
  border-bottom: 1px #ccc solid;
}

.g-header .top-header .ui-flex {
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-header .top-header .ui-flex nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-header .top-header .ui-flex nav ul li {
  margin: 0 10px;
}

.g-header .top-header .ui-flex nav ul li a {
  font-size: 12px;
}

.g-header .top-header .ui-flex nav ul li a:hover {
  text-decoration: underline;
}

.g-header .top-header .ui-flex #headerSearch {
  border: 1px solid #ddd;
  margin: 0 0 0 20px;
  border-radius: 4px;
  overflow: hidden;
}

.g-header .top-header .ui-flex #headerSearch input.text {
  font-size: 14px;
  padding: 0 4px;
  line-height: 20px;
  width: 170px;
  vertical-align: top;
  outline: none;
  border: none;
}

.g-header .top-header .ui-flex #headerSearch .submitbt {
  position: relative;
  display: inline-block;
}

.g-header .top-header .ui-flex #headerSearch .submitbt input.submit {
  width: 40px;
  height: 24px;
  vertical-align: top;
  border-left: 1px solid #DFDFDF;
}

.g-header .top-header .ui-flex #headerSearch .submitbt .sicon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  z-index: 1;
  pointer-events: none;
}

.g-header .global-header {
  border-bottom: 1px #ccc solid;
}

.g-header .global-header .c-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-header .global-header .c-frame .menu-set .menu-bt-parent, .g-header .global-header .c-frame .menu-set .pc-bt {
  display: none;
}

.g-header .global-header .c-frame .menu-set nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px #ccc solid;
}

.g-header .global-header .c-frame .menu-set nav ul li {
  border-left: 1px #ccc solid;
}

.g-header .global-header .c-frame .menu-set nav ul li a {
  display: block;
  padding: 14px 24px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.g-header .global-header .c-frame .menu-set nav ul li a:hover {
  color: #fff;
  background: #00478a;
}

.g-header .global-header .c-frame .menu-set nav ul li:nth-child(2) a:hover {
  background: #2882b2;
}

.g-header .global-header .c-frame .menu-set nav ul li:nth-child(3) a:hover {
  background: #e3ca00;
}

.g-header .global-header .c-frame .menu-set nav ul li:nth-child(4) a:hover {
  background: #5baa82;
}

.g-header .global-header .c-frame .menu-set nav ul li.sp {
  display: none;
}

.g-header .global-header .c-frame .menu-set nav .booksearch {
  display: none;
}

.g-footer .pagetop {
  padding: 20px 0 10px 0;
  text-align: right;
}

.g-footer .pagetop a {
  display: inline-block;
  padding: 0 0 0 16px;
  font-size: 12px;
  position: relative;
}

.g-footer .pagetop a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px #4C77DE solid;
  border-right: 1px #4C77DE solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 5px;
  left: 0;
}

.g-footer .footer-nav {
  background: url("../images/ui/bg-footer.gif");
  padding: 30px 0;
  border-top: 1px #ece8d6 solid;
  border-bottom: 1px #ccc solid;
  position: relative;
}

.g-footer .footer-nav:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 0;
}

.g-footer .footer-nav .c-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g-footer .footer-nav .c-frame dl {
  width: 24%;
}

.g-footer .footer-nav .c-frame dl dt {
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px #fff solid;
  position: relative;
}

.g-footer .footer-nav .c-frame dl dt:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  bottom: 0px;
}

.g-footer .footer-nav .c-frame dl dd {
  padding: 0 20px 0 0;
  margin: 0 0 10px 0;
}

.g-footer .footer-nav .c-frame dl dd ul li {
  margin: 0 0 10px 0;
}

.g-footer .footer-nav .c-frame dl dd ul li a {
  color: #651006;
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  padding-left: 1.1em;
  position: relative;
}

.g-footer .footer-nav .c-frame dl dd ul li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px #651006 solid;
  border-right: 1px #651006 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 4px;
  left: 0;
}

.g-footer .footer-nav .c-frame dl dd ul li a:hover {
  text-decoration: underline;
}

.g-footer .copyright {
  padding: 10px 0 12px 0;
  background: url("../images/ui/bg-footer-copy.gif");
  border-top: 1px #ccc solid;
  position: relative;
}

.g-footer .copyright:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: -1px;
}

.g-footer .copyright small {
  display: block;
  color: #666;
  text-align: right;
  font-size: 12px;
}

.m-topicpath {
  background: #ededed;
  border-bottom: 1px #ccc solid;
}

.m-topicpath ul {
  width: 960px;
  margin: 0 auto;
  font-size: 0;
  border-left: 1px #ccc solid;
}

.m-topicpath ul li {
  display: inline-block;
  padding: 10px 16px 10px 10px;
  line-height: 1;
  font-size: 13px;
  position: relative;
  overflow: hidden;
}

.m-topicpath ul li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  width: 26px;
  height: 26px;
  border-right: 1px #ccc solid;
  border-top: 1px #ccc solid;
  -webkit-transform: rotate(45deg) skew(calc((90deg - 60deg) / 2), calc((90deg - 60deg) / 2));
          transform: rotate(45deg) skew(calc((90deg - 60deg) / 2), calc((90deg - 60deg) / 2));
  pointer-events: none;
}

.m-topicpath ul li a:hover {
  text-decoration: underline;
}

.m-topicpath ul li:last-child:before {
  display: none;
}

.m-sns-part {
  margin: 0 0 16px 0;
}

.m-sns-part ul {
  text-align: right;
  font-size: 0;
}

.m-sns-part ul li {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin: 0 0 0 16px;
}

.m-sns-part ul li .tw_icon {
  height: 22px;
  width: auto;
}

.m-online-store,
.m-digital-store,
.m-subscribe-store {
  margin: 20px 0 20px 0;
  border-radius: 8px;
}

.m-online-store h5,
.m-digital-store h5,
.m-subscribe-store h5 {
  text-align: center;
  display: block;
  padding: 14px 0 4px 0;
  font-size: 14px;
}

.m-online-store p,
.m-digital-store p,
.m-subscribe-store p {
  display: block;
  text-align: center;
  padding: 0 10px 10px 10px;
  font-size: 12px;
}

.m-online-store ul,
.m-digital-store ul,
.m-subscribe-store ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  margin: 10px auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.m-online-store ul li,
.m-digital-store ul li,
.m-subscribe-store ul li {
  width: 23%;
  margin: 0 1% 10px 1%;
}

.m-online-store ul li a img,
.m-digital-store ul li a img,
.m-subscribe-store ul li a img {
  width: 100%;
}

.m-online-store {
  background: url(../images/ui/onlineshop_bg.gif);
}

.m-digital-store {
  background: url(../images/ui/onlineshop_bg.gif);
}

.m-digital-store ul li {
  padding: 1px;
  box-sizing: border-box;
  border: 1px solid #ff6600;
  border-radius: 4px;
  background: #ffffff;
}

.m-digital-store ul li a {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 3px;
  background: -webkit-linear-gradient(#f48d00, #fe6a00);
  background: linear-gradient(#f48d00, #fe6a00);
}

.m-digital-store ul li a:hover {
  background: -webkit-linear-gradient(#fe6a00, #f48d00);
  background: linear-gradient(#fe6a00, #f48d00);
}

.m-subscribe-store {
  background: url(../images/ui/subscripbeshop_bg.gif);
}

.m-subscribe-store ul li {
  padding: 1px;
  box-sizing: border-box;
  border: 1px solid #1db46a;
  border-radius: 4px;
  background: #ffffff;
}

.m-subscribe-store ul li a {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 3px;
  background: -webkit-linear-gradient(#4dd692, #17b065);
  background: linear-gradient(#4dd692, #17b065);
}

.m-subscribe-store ul li a:hover {
  background: -webkit-linear-gradient(#17b065, #4dd692);
  background: linear-gradient(#17b065, #4dd692);
}

nav.m-pagination {
  margin: 20px 0 40px 0;
}

nav.m-pagination ul {
  text-align: center;
  font-size: 0;
}

nav.m-pagination ul li {
  width: auto;
  height: 36px;
  padding: 0 8px;
  display: inline-block;
  vertical-align: middle;
  line-height: 2.4;
  font-size: 15px;
}

nav.m-pagination ul li a {
  width: auto;
  height: 36px;
  display: block;
}

nav.m-pagination ul li a:hover {
  text-decoration: underline;
}

nav.m-pagination ul li.active {
  font-weight: bold;
}

nav.m-pagination ul li.prev {
  margin: 0 10px 0 0;
  padding: 0;
  border: 1px #ccc solid;
  background: #eee;
}

nav.m-pagination ul li.prev a {
  width: 36px;
  position: relative;
}

nav.m-pagination ul li.prev a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px #666 solid;
  border-right: 3px #666 solid;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

nav.m-pagination ul li.next {
  margin: 0 0 0 10px;
  padding: 0;
  border: 1px #ccc solid;
  background: #eee;
}

nav.m-pagination ul li.next a {
  width: 36px;
  position: relative;
}

nav.m-pagination ul li.next a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px #666 solid;
  border-right: 3px #666 solid;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-frame {
  width: 960px;
  margin: 0 auto;
}

main .c-frame {
  overflow: hidden;
}

main .c-single-content {
  padding: 30px 0;
}

main .c-single-content .indexmenu ul {
  padding: 0 10px;
}

main .c-single-content .indexmenu ul li {
  margin: 0 0 6px 0;
  padding: 10px;
  background: #eee;
  border-radius: 4px;
  position: relative;
}

main .c-single-content .indexmenu ul li:before {
  content: "未";
  position: relative;
  margin: 0 5px 0 0;
  background: #ccc;
  padding: 4px;
  border-radius: 3px;
  color: #fff;
}

main .c-single-content .indexmenu ul li.fin:before {
  content: "済";
  position: relative;
  margin: 0 5px 0 0;
  background: #1927EB;
  padding: 4px;
  border-radius: 3px;
  color: #fff;
}

main .c-single-content .indexmenu ul li.const:before {
  content: "中";
  position: relative;
  margin: 0 5px 0 0;
  background: #F30;
  padding: 4px;
  border-radius: 3px;
  color: #fff;
}

main .c-main-content {
  padding: 30px 0;
  width: 695px;
  float: left;
}

main .c-full-content {
  padding: 30px 0;
}

main article h1.pagetitle {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  background: url(../images/ui/bg-pagetitle.png) 5px 22px no-repeat;
  padding: 20px 0 20px 45px;
  margin: 0 0 30px 0;
  position: relative;
}

main article h1.pagetitle.book, main article h1.pagetitle.chikyu, main article h1.pagetitle.magazine, main article h1.pagetitle.digital {
  letter-spacing: 1em;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  color: #fff;
  padding: 12px 0 12px 60px;
  position: relative;
}

main article h1.pagetitle.book:before, main article h1.pagetitle.chikyu:before, main article h1.pagetitle.magazine:before, main article h1.pagetitle.digital:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px #ccc solid;
  top: -6px;
  left: 0;
}

main article h1.pagetitle.book:after, main article h1.pagetitle.chikyu:after, main article h1.pagetitle.magazine:after, main article h1.pagetitle.digital:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px #ccc solid;
  bottom: -6px;
  left: 0;
}

main article h1.pagetitle.book {
  background: #00478a url(../images/ui/h1_icon_book.png) 10px 16px no-repeat;
}

main article h1.pagetitle.chikyu {
  background: #e3ca00 url(../images/ui/h1_icon_book.png) 10px 16px no-repeat;
}

main article h1.pagetitle.magazine {
  background: #2882b2 url(../images/ui/h1_icon_magazine.png) 10px 16px no-repeat;
}

main article h1.pagetitle.digital {
  background: #5baa82 url(../images/ui/h1_icon_digital.png) 10px 16px no-repeat;
}

main article .c-type-icon {
  color: #ffffff;
  font-size: 12px;
  line-height: 1em;
  display: inline-block;
  border-radius: 2px;
  padding: 4px 8px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

main article .c-type-icon.paper {
  background: #00478a;
}

main article .c-type-icon.digital {
  background: #008a47;
}

main article p {
  line-height: 1.5;
  margin: 0 0 20px 0;
}

main article ul.prov li {
  margin: 0 0 10px 0;
  line-height: 1.5;
  color: #651006;
}

main article ul.prov li:before {
  content: "";
  margin: 0 10px 0 0;
}

main article strong {
  font-weight: bold;
}

main .article-set {
  margin-top: 40px;
}

main .article-set a:hover {
  text-decoration: underline;
}

main .article-set section {
  margin: 50px 0;
}

main .article-set .wysiwyg {
  font-size: 16px;
  line-height: 2em;
}

main .article-set .wysiwyg b {
  font-weight: bold;
}

main .article-set .wysiwyg p, main .article-set .wysiwyg table, main .article-set .wysiwyg ul, main .article-set .wysiwyg ol, main .article-set .wysiwyg dl {
  margin: 25px 0;
  line-height: 2em;
}

main .article-set .wysiwyg ul, main .article-set .wysiwyg ol {
  padding-left: 1.3em;
  margin: 25px 0 25px 0.5em;
}

main .article-set .wysiwyg ul li, main .article-set .wysiwyg ol li {
  margin: 0 0 8px 0;
}

main .article-set .wysiwyg ul {
  list-style-type: disc;
}

main .article-set .wysiwyg ol {
  list-style-type: decimal;
}

main .article-set .wysiwyg dl {
  font-size: 0;
  line-height: 2;
  border-bottom: 1px #ddd solid;
}

main .article-set .wysiwyg dl dt {
  border-top: 1px #ddd solid;
  display: inline-block;
  width: 30%;
  font-weight: bold;
  background-size: 16px 16px;
  vertical-align: top;
  padding: 14px 0;
  font-size: 16px;
}

main .article-set .wysiwyg dl dd {
  border-top: 1px #ddd solid;
  width: 65%;
  display: inline-block;
  vertical-align: top;
  padding: 14px 0 14px 5%;
  font-size: 16px;
}

main .article-set .wysiwyg table {
  border-collapse: collapse;
  border: 1px solid #cccccc;
  width: 100%;
}

main .article-set .wysiwyg table th, main .article-set .wysiwyg table td {
  font-size: 14px;
  border: 1px solid #cccccc;
  padding: 5px 10px;
}

main .article-set .wysiwyg table thead th {
  font-weight: bold;
  background: #e0e0e0;
  vertical-align: middle;
}

main .article-set .wysiwyg table tbody th {
  background: #F0F0F0;
}

main .article-set .comp_large-heading, main .article-set .comp_medium-heading, main .article-set .comp_small-heading,
main .article-set .comp_bordered-text, main .article-set .comp_text, main .article-set .comp_text-image, main .article-set .comp_center-image, main .article-set .comp_links, main .article-set .comp_buttons,
main .article-set .comp_contact, main .article-set .comp_anchor-links {
  margin: 30px 0;
}

main .article-set .comp_large-heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
  border-bottom: 1px #ddd dotted;
  padding-bottom: 10px;
  padding-left: 30px;
  background: url(../images/ui/bg-subtitle-cntbody_book.gif) left 5px no-repeat;
}

main .article-set .comp_medium-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  border-bottom: 1px #ddd dotted;
  padding-bottom: 10px;
  padding-left: 20px;
  background: url(../images/ui/bg-lead-cntbody_book.gif) left 3px no-repeat;
}

main .article-set .comp_small-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
}

main .article-set .comp_text-image {
  overflow: hidden;
}

main .article-set .comp_text-image figure {
  max-width: 50%;
  margin-bottom: 10px;
}

main .article-set .comp_text-image figure img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
  margin-bottom: 10px;
}

main .article-set .comp_text-image figure figcaption {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.4;
}

main .article-set .comp_text-image .left-image figure {
  float: left;
  margin-right: 20px;
}

main .article-set .comp_text-image .right-image figure {
  float: right;
  margin-left: 20px;
}

main .article-set .comp_bordered-text {
  border: 1px solid #cccccc;
  padding: 20px;
}

main .article-set .comp_bordered-text h2:first-child,
main .article-set .comp_bordered-text h3:first-child,
main .article-set .comp_bordered-text h4:first-child,
main .article-set .comp_bordered-text div:first-child {
  margin-top: 0;
}

main .article-set .comp_bordered-text div:last-child {
  margin-bottom: 0;
}

main .article-set .comp_center-image figure {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

main .article-set .comp_center-image figure img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
  margin-bottom: 5px;
}

main .article-set .comp_center-image figure figcaption {
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
}

main .article-set .comp_links li {
  line-height: 2em;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}

main .article-set .comp_links li:before {
  content: '\f111';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 10px;
  line-height: 16px;
  position: absolute;
  left: 5px;
  top: 7px;
}

main .article-set .comp_links a[target="_blank"]:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 13px;
  vertical-align: middle;
  color: #666666;
  padding: 0 0 0 5px;
}

main .article-set .comp_links a[href$=".pdf"]:after, main .article-set .comp_links a[href$=".zip"]:after, main .article-set .comp_links a[href$=".xls"]:after, main .article-set .comp_links a[href$=".xlsx"]:after, main .article-set .comp_links a[href$=".doc"]:after, main .article-set .comp_links a[href$=".docx"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  vertical-align: baseline;
}

main .article-set .comp_links a[href$=".pdf"]:after {
  content: "\f1c1";
}

main .article-set .comp_links a[href$=".zip"]:after {
  content: "\f1c6";
}

main .article-set .comp_links a[href$=".xls"]:after, main .article-set .comp_links a[href$=".xlsx"]:after, main .article-set .comp_links a[href$=".csv"]:after {
  content: "\f1c3";
}

main .article-set .comp_links a[href$=".doc"]:after, main .article-set .comp_links a[href$=".docx"]:after {
  content: "\f1c2";
}

main .article-set .comp_buttons a {
  color: #333333;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  width: 250px;
  padding: 6px 10px;
  font-size: 14px;
  background: #eeeeee;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

main .article-set .comp_buttons a:hover {
  text-decoration: none;
  background: #cccccc;
}

main .article-set .comp_buttons .button-left {
  text-align: left;
}

main .article-set .comp_buttons .button-center {
  text-align: center;
}

main .article-set .comp_buttons .button-right {
  text-align: right;
}

main .article-set .comp_anchor-links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

main .article-set .comp_anchor-links li {
  margin: 0 20px 20px 0;
}

main .article-set .comp_anchor-links li:before {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #333333;
  padding-right: 8px;
}

main .article-set .comp_contact {
  border: 1px solid #cccccc;
  padding: 10px 20px 0 20px;
}

main .article-set .comp_contact .comp_small-heading {
  margin: 10px 0;
}

main .article-set .comp_contact .text {
  margin: 10px 0 20px 0;
  font-size: 16px;
  line-height: 1.6em;
}

main .article-set .comp_table table,
main .article-set .recruit-contact table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  margin: 25px 0;
  font-size: 15px;
  font-size: 0.9375rem;
}

main .article-set .comp_table table th,
main .article-set .recruit-contact table th {
  background: #e8ebf2;
  line-height: 2;
  border: 1px solid #DADEE8;
  text-align: left;
  vertical-align: top;
  padding: 2px 8px;
  width: 185px;
}

main .article-set .comp_table table thead th,
main .article-set .recruit-contact table thead th {
  background: #9DADE7;
  color: #fff;
  border-collapse: collapse;
}

main .article-set .comp_table table td,
main .article-set .recruit-contact table td {
  line-height: 2;
  border: 1px solid #DADEE8;
  text-align: left;
  vertical-align: top;
  padding: 2px 8px;
}

main .article-set .recruit-contact td p {
  margin: 20px 0;
  line-height: 2em;
}

main .book-text {
  font-size: 15px;
  line-height: 1.5em;
}

main .book-text img {
  max-width: 100%;
}

.pickup-list {
  background: #666;
  background: url(../images/ui/bg-bookpickup.png);
  border-radius: 6px;
  border: 1px #ccc solid;
  overflow: hidden;
  margin: 0 0 30px 0;
}

.pickup-list h2 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  background: url(../images/ui/bg-pagetitle.png) 10px 17px no-repeat;
  background-size: 29px auto;
  padding: 16px 0 16px 50px;
  margin: 0;
  position: relative;
}

.pickup-list ul {
  overflow: hidden;
}

.pickup-list ul li {
  overflow: hidden;
  background: url(../images/ui/bg-bookpickup_line.png) 0 bottom repeat-x;
  padding: 18px 0 24px 38px;
}

.pickup-list ul li a.bookimg {
  display: inline-block;
  vertical-align: bottom;
  width: 120px;
  margin: 0 35px 0 0;
}

.pickup-list ul li a.bookimg img {
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}

.pickup-list ul li .detail {
  display: inline-block;
  vertical-align: bottom;
  width: 470px;
  position: relative;
}

.pickup-list ul li .detail a {
  color: #1927EB;
  display: block;
}

.pickup-list ul li .detail a:hover {
  text-decoration: underline;
}

.pickup-list ul li .detail h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 6px 0;
  padding-right: 110px;
}

.pickup-list ul li .detail .subtitle {
  margin: 6px 0 0 0;
  font-size: 13px;
}

.pickup-list ul li .detail p.meta {
  color: #666666;
  font-size: 13px;
  line-height: 1.4;
  margin: 5px 0 5px 0;
}

.pickup-list ul li .detail p.description {
  font-size: 13px;
}

.pickup-list ul li .detail p.icons {
  position: absolute;
  top: 0;
  right: 0;
}

.pickup-list ul li .detail p.icons .c-type-icon {
  margin: 0 0 0 5px;
  vertical-align: top;
}

.solution-list {
  margin: -20px 0 0 0;
}

.solution-list li {
  padding: 20px 0 20px 10px;
  border-bottom: 1px #ddd dashed;
}

.solution-list li img {
  float: left;
  display: block;
  margin: 0 20px 0 0;
}

.solution-list li .detail {
  margin-left: 84px;
}

.solution-list li .detail p {
  font-size: 14px;
  margin: 0 0 10px 0;
}

.solution-list li .detail span {
  font-size: 13px;
  color: #333;
}

.solution-list a:hover p {
  text-decoration: underline;
}

.news-list {
  margin: -20px 0 0 0;
}

.news-list li {
  padding: 20px 0 20px 10px;
  border-bottom: 1px #ddd dashed;
}

.news-list li span.date {
  display: inline-block;
  margin: 0 0 6px 0;
}

.news-list li span.icon-new {
  color: #ff6666;
  display: inline-block;
  margin: 0 0 6px 10px;
}

.news-list li a {
  display: block;
}

.news-list li p {
  font-size: 15px;
  margin: 0 0 4px 0;
}

.news-list li span {
  font-size: 13px;
  color: #333;
}

.news-list a:hover p {
  text-decoration: underline;
}

.ad-list li {
  clear: both;
  border-bottom: 1px dashed #cccccc;
  padding: 10px 0;
  overflow: hidden;
}

.ad-list li .thumb {
  width: 128px;
  float: left;
  border: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
  padding: 3px 0;
}

.ad-list li .thumb img {
  width: 90px;
  height: auto;
  vertical-align: top;
}

.ad-list li .date, .ad-list li .title {
  display: block;
}

.ad-list li .date {
  font-size: 13px;
  color: #666666;
  padding-top: 8px;
  line-height: 1.2;
  margin: 0 0 7px 140px;
}

.ad-list li .title {
  font-size: 15px;
  line-height: 1.2;
  margin-left: 140px;
}

.other-list {
  margin: 0 0 30px 0;
}

.other-list h2 {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  background: url(../images/ui/bg-pagetitle.png) 5px 17px no-repeat;
  background-size: 29px auto;
  padding: 16px 0 16px 46px;
  margin: 0;
  position: relative;
}

.other-list h2 .readmore {
  float: right;
  font-size: 67%;
  margin-right: 5px;
  display: inline;
  line-height: 2;
  color: #00478A;
}

.other-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px 0 0 0;
}

.other-list ul li {
  width: 31%;
  margin: 0 1% 25px 1%;
}

.other-list ul li a {
  color: #1927EB;
  display: block;
}

.other-list ul li a img {
  height: auto;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  width: 45%;
  border: 1px #fff solid;
  margin: 0;
}

.other-list ul li a .detail {
  width: 46%;
  float: right;
  margin: 0 1% 0 4%;
}

.other-list ul li a .detail .icons {
  margin: 0 0 5px 0;
}

.other-list ul li a .detail .icons .c-type-icon {
  font-size: 10px;
  padding: 4px 6px;
  margin-right: 3px;
}

.other-list ul li a .detail .icons .c-type-icon:last-child {
  margin-right: 0;
}

.other-list ul li a .detail .title {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.4em;
  margin: 0 0 10px 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.other-list ul li a .detail .subtitle, .other-list ul li a .detail .spec {
  display: block;
  margin: 5px 0 0 0;
  font-size: 11px;
  line-height: 1.5;
}

.other-list ul li a .detail .spec {
  font-size: 12px;
  color: #666666;
}

.other-list ul li a .detail span.spec {
  color: #666;
}

.other-list ul li a .detail p {
  font-size: 14px;
  margin: 0 0 10px 0;
}

.other-list ul li a .detail span {
  font-size: 12px;
  line-height: 1.5;
}

.other-list ul li a:hover .title, .other-list ul li a:hover .subtitle, .other-list ul li a:hover .spec {
  text-decoration: underline;
}

.other-list .solution-list ul {
  margin: 30px 0 0 0;
}

.other-list .solution-list ul li {
  width: 46%;
  margin: 0 1% 10px 1%;
  padding: 10px 0;
}

.other-list .solution-list ul li a img {
  width: 22%;
  box-shadow: none;
}

.other-list .solution-list ul li a .detail {
  width: 72%;
}

.other-list .solution-list ul li a .detail p {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 6px 0;
}

.other-list .news-list ul li {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px;
}

.news-info {
  margin: -20px 0 30px 0;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-info .date {
  display: block;
  font-size: 14px;
}

.news-info .category {
  display: block;
  font-size: 14px;
}

.ad-image {
  text-align: center;
}

.ad-image img {
  margin-bottom: 10px;
}

.ad-image figcaption {
  font-size: 13px;
}

.recruit-info ul li {
  font-size: 14px;
  margin-bottom: 8px;
}

.recruit-info ul li:last-child {
  margin-bottom: 0;
}

.recruit-info .notice {
  font-size: 14px;
  margin: 0;
}

.recruit-info.has-bg {
  padding: 40px 20px;
  background: #F8F7E5;
}

.recruit-info.has-bg ul li {
  padding-left: 24px;
  position: relative;
}

.recruit-info.has-bg ul li:before {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #1927EB;
  font-size: 12px;
  position: absolute;
  top: 1px;
  left: 5px;
}

.slick-set {
  padding: 20px 36px 0 36px;
}

.slick-set .slick-track .slick-slide {
  padding: 0;
  width: 100%;
  background: none;
  display: block;
}

.slick-set .slick-track .slick-slide .slick-item {
  padding: 0;
}

.slick-set .slick-track .slick-slide .slick-item img {
  width: 80%;
  border: 1px #ccc solid;
  padding: 3px;
  background: #fff;
  margin: 0 auto 10px auto;
}

.slick-set .slick-track .slick-slide .slick-item .title {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 10px;
}

.slick-set .slick-track .slick-slide .slick-item .subtitle {
  line-height: 1.5;
  font-size: 12px;
  padding: 10px 10px 0;
}

.slick-set .slick-track .slick-slide .slick-item a {
  outline: none;
}

.slick-set .slick-track .slick-slide .slick-item a:hover {
  text-decoration: underline;
}

.slick-set .slick-dots {
  position: relative;
  padding: 0 0 40px 0;
}

.slick-set .slick-dots li {
  background: none;
  padding: 0;
  margin: 0 10px;
  display: inline-block;
  width: 14px;
  height: 14px;
}

.slick-set .slick-dots li button {
  width: 14px;
  height: 14px;
  background: #FFF;
  border: 1px #ccc solid;
  border-radius: 10px;
  overflow: hidden;
}

.slick-set .slick-dots li button:before {
  display: none;
}

.slick-set .slick-dots li.slick-active button {
  background: #666;
}

.slick-set .slick-arrow {
  width: 30px;
  height: 30px;
}

.slick-set .slick-arrow:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 4px #666 solid;
  border-right: 4px #666 solid;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.slick-set .slick-arrow:hover:after {
  border-top: 4px #1927EB solid;
  border-right: 4px #1927EB solid;
}

.slick-set .slick-prev, .slick-set .slick-next {
  z-index: 1;
}

.slick-set .slick-prev:before, .slick-set .slick-next:before {
  display: none;
}

.slick-set .slick-prev {
  left: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.slick-set .slick-next {
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slick-set.noslick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px 0;
}

.slick-set.noslick li {
  width: 22%;
  margin: 0 1.5%;
}

.slick-set.noslick li a img {
  border: 1px #ccc solid;
  background: #fff;
  padding: 3px;
}

.slick-set.noslick li a h3 {
  font-size: 14px;
  margin: 10px 0 0 0;
  line-height: 1.5;
}

.slick-set.noslick li a h3 span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 12px;
}

aside.side {
  padding: 30px 0 0 0;
  width: 245px;
  float: right;
}

aside.side .booksearch {
  display: block;
  width: 100%;
  margin: 0 auto 20px auto;
  background: url("../images/ui/bg-footer.gif");
  border-radius: 4px;
  overflow: hidden;
}

aside.side .booksearch .inner strong {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #A8a691;
  padding: 12px 0;
}

aside.side .booksearch .inner p {
  padding: 16px;
  font-size: 13px;
  line-height: 1.5;
}

aside.side .booksearch .inner .searchBox {
  width: 90%;
  margin: 0 auto 20px auto;
  border: 1px #ccc solid;
  border-radius: 4px;
  overflow: hidden;
}

aside.side .booksearch .inner .searchBox form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

aside.side .booksearch .inner .searchBox form input[type=text] {
  width: 82%;
  padding: 8px;
  font-size: 16px;
  outline: none;
  border: none;
}

aside.side .booksearch .inner .searchBox form .submitbt {
  width: 18%;
  height: 40px;
  position: relative;
}

aside.side .booksearch .inner .searchBox form .submitbt input[type=image] {
  height: 40px;
  width: 100%;
}

aside.side .booksearch .inner .searchBox form .submitbt .sicon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  z-index: 1;
  pointer-events: none;
}

aside.side .bn_area ul {
  margin: 0 0 30px 0;
}

aside.side .bn_area ul li {
  line-height: 1;
  margin: 0 0 5px 0;
}

aside.side .side_nav {
  margin: -1px 0 30px 0;
}

aside.side .side_nav h2 {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  line-height: 1.2;
  background: url(../images/ui/bg-subtitle.gif) 1px center no-repeat;
  padding: 14px 0 11px 25px;
  font-size: 14px;
  font-weight: bold;
}

aside.side .side_nav ul, aside.side .side_nav ol {
  display: block;
}

aside.side .side_nav.category ul {
  margin: 10px 0 20px 0;
}

aside.side .side_nav.category ul li {
  display: inline-block;
  padding: 0 10px 0 30px;
  margin: 0 0 10px 0;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
}

aside.side .side_nav.category ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #999;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
}

aside.side .side_nav.category ul li a {
  color: #1927EB;
}

aside.side .side_nav.category ul li a:hover {
  text-decoration: underline;
}

aside.side .side_nav.notice ul {
  border: 1px #ccc solid;
  margin: -1px 0 20px 0;
}

aside.side .side_nav.notice ul li {
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  padding: 6px 10px;
  border-bottom: 1px #ccc solid;
}

aside.side .side_nav.notice ul li:last-child {
  border: none;
}

aside.side .side_nav.notice ul li:nth-child(2n) {
  background: #F0F0F0;
}

aside.side .side_nav.notice ul li a {
  color: #1927EB;
}

aside.side .side_nav.notice ul li a:hover {
  text-decoration: underline;
}

aside.side .side_nav.notice .more {
  text-align: right;
  margin: 10px 0;
}

aside.side .side_nav.notice .more a {
  color: #1927EB;
  padding: 0 0 0 14px;
  font-size: 12px;
  position: relative;
}

aside.side .side_nav.notice .more a:hover {
  text-decoration: underline;
}

aside.side .side_nav.topics ul li {
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  padding: 6px 10px;
  border-bottom: 1px #ccc dotted;
}

aside.side .side_nav.topics ul li span {
  display: block;
}

aside.side .side_nav.topics ul li a {
  color: #1927EB;
}

aside.side .side_nav.topics ul li a:hover {
  text-decoration: underline;
}

aside.side .side_nav.topics .more {
  text-align: right;
  margin: 10px 0;
}

aside.side .side_nav.topics .more a {
  color: #1927EB;
  padding: 0 0 0 14px;
  font-size: 12px;
  position: relative;
}

aside.side .side_nav.topics .more a:hover {
  text-decoration: underline;
}

aside.side .side_nav.topics .more a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px #4C77DE solid;
  border-right: 1px #4C77DE solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 3px;
  left: 0;
}

aside.side .side_nav.ranking ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

aside.side .side_nav.ranking ol li {
  padding: 10px 0 10px 40px;
  position: relative;
  border-bottom: 1px #ccc dotted;
}

aside.side .side_nav.ranking ol li:before {
  position: absolute;
  left: 0;
  top: 12px;
  text-align: center;
  width: 28px;
  padding: 4px 0;
  margin: 0 0 0 2px;
  line-height: 1;
  counter-increment: item;
  content: counter(item);
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background: #999;
  border-radius: 2px;
}

aside.side .side_nav.ranking ol li a {
  font-size: 13px;
  line-height: 1.5;
  color: #1927EB;
}

aside.side .side_nav.ranking ol li a span {
  font-size: 12px;
  display: block;
}

aside.side .side_nav.ranking ol li a:hover {
  text-decoration: underline;
}

aside.side .side_nav.ranking ol li:nth-child(1):before, aside.side .side_nav.ranking ol li:nth-child(2):before, aside.side .side_nav.ranking ol li:nth-child(3):before {
  position: absolute;
  left: 0;
  top: 8px;
  text-align: center;
  width: 32px;
  padding: 8px 0 2px 0;
  margin: 0;
  background: url(../images/ui/icon-ranking1.png) center center no-repeat;
  border-radius: 0;
}

aside.side .side_nav.ranking ol li:nth-child(1):before {
  background: url(../images/ui/icon-ranking1.png) center center no-repeat;
}

aside.side .side_nav.ranking ol li:nth-child(2):before {
  background: url(../images/ui/icon-ranking2.png) center center no-repeat;
}

aside.side .side_nav.ranking ol li:nth-child(3):before {
  background: url(../images/ui/icon-ranking3.png) center center no-repeat;
}

aside.side .side_nav.ranking .research {
  text-align: right;
  font-size: 12px;
  padding: 10px;
  margin: 0 0 10px 0;
}

aside.side .side_nav.list ul {
  list-style-type: none;
  padding-left: 0;
}

aside.side .side_nav.list ul li {
  padding: 6px 0 6px 0;
  position: relative;
  border-bottom: 1px #ccc dashed;
}

aside.side .side_nav.list ul li a {
  font-size: 13px;
  line-height: 1.5;
  color: #1927EB;
}

aside.side .side_nav.list ul li a span {
  font-size: 12px;
  display: block;
}

aside.side .side_nav.list ul li a:hover {
  text-decoration: underline;
}

aside.side .side_nav.list .more {
  text-align: right;
  margin: 10px 0;
}

aside.side .side_nav.list .more a {
  color: #1927EB;
  padding: 0 0 0 14px;
  font-size: 12px;
  position: relative;
}

aside.side .side_nav.list .more a:hover {
  text-decoration: underline;
}

aside.side .side_nav.list .more a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px #4C77DE solid;
  border-right: 1px #4C77DE solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 3px;
  left: 0;
}

.book-magazine-head {
  margin: 20px 0 30px 0;
  overflow: hidden;
}

.book-magazine-head .book-title {
  margin-bottom: 10px;
}

.book-magazine-head .book-title .book-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.book-magazine-head .book-title .subtitle {
  display: block;
  margin: 4px 0 0 0;
  font-size: 16px;
  font-weight: normal;
}

.book-magazine-head .book-title .icons {
  display: none;
}

.book-magazine-head ul.icons {
  margin: 10px 0;
  font-size: 0;
}

.book-magazine-head ul.icons li {
  display: inline-block;
}

.book-magazine-head .book-img {
  width: 40%;
  float: left;
  text-align: center;
  line-height: 0;
}

.book-magazine-head .book-img .thumbnail {
  border: 4px #ddd solid;
  padding: 5px;
  margin-bottom: 15px;
}

.book-magazine-head .book-img figure {
  width: 208px;
  margin: 0 auto;
}

.book-magazine-head .book-img figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.book-magazine-head .book-img .button {
  margin: 0 0 10px 0;
}

.book-magazine-head .book-img .button a {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  display: block;
  padding: 8px;
  background: #fff493;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

.book-magazine-head .book-img .button a:hover {
  text-decoration: none;
  background: #ffcc41;
}

.book-magazine-head .description {
  border-top: 1px #999 solid;
  width: 55%;
  float: right;
  padding: 14px 0 0 0;
}

.book-magazine-head .description .book-info .title {
  border-bottom: 1px solid #999;
  line-height: 1.2;
  background: url(../images/ui/bg-subtitle.gif) 1px center no-repeat;
  padding: 14px 0 11px 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.book-magazine-head .description .book-info .text {
  margin: 20px 0 0 0;
  line-height: 1.8;
  font-size: 13px;
}

.book-magazine-head .description .book-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.book-magazine-head .description .book-info ul.info {
  font-size: 13px;
  margin: 20px 0;
  line-height: 1.8;
}

.book-magazine-head .description .book-info ul.info li span.supply {
  color: #cc0000;
  padding-left: 5px;
}

.book-magazine-head .description .book-info.basic .title {
  display: none;
}

.book-magazine-head .description .book-info.intro {
  margin: 10px 0;
}

.book-magazine-head .description .book-info.intro .text {
  font-size: 14px;
  line-height: 1.6em;
}

.b-book-toc {
  margin-bottom: 40px;
}

.b-book-toc .label {
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  height: 48px;
  padding: 0 15px;
  position: relative;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  background: #fff493;
}

.b-book-toc .label:hover {
  text-decoration: none;
  background: #ffcc41;
}

.b-book-toc .label span {
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  display: inline-block;
  float: right;
  border: 1px solid #333333;
  border-radius: 4px;
  padding: 5px 10px;
  margin-top: 10px;
}

.b-book-toc .content {
  padding: 0 20px;
  overflow: hidden;
  display: none;
  -webkit-transition: .75s;
  transition: .75s;
}

.b-book-toc .content section {
  padding-top: 20px;
}

.b-book-toc .content .title {
  border-bottom: 1px solid #999;
  line-height: 1.2;
  background: url(../images/ui/bg-subtitle.gif) 1px center no-repeat;
  padding: 14px 0 11px 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.b-book-toc .content .wysiwyg {
  font-size: 14px;
  margin: 15px 0 30px 0;
}

.b-book-toc .content .wysiwyg p {
  margin: 1em 0;
}

.b-book-toc.open .label:after {
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}

.b-book-toc.open .content {
  display: block;
}

@-webkit-keyframes show-toc-content {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: 100%;
  }
}

@keyframes show-toc-content {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 0;
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    height: 100%;
  }
}

.book-summary {
  background: url(../images/ui/onlineshop_bg.gif);
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  margin: 40px 0 20px 0;
}

.book-summary img {
  height: 120px;
  width: auto;
  border: 1px #ccc solid;
  display: block;
  float: left;
  margin: 0 20px 0 0;
}

.book-summary p {
  font-weight: bold;
  font-size: 16px;
}

.related-books {
  margin-bottom: 30px;
}

.related-books .title {
  border-bottom: 1px solid #999;
  line-height: 1.2;
  background: url(../images/ui/bg-subtitle_book.gif) 1px center no-repeat;
  padding: 14px 0 11px 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.related-books ul li {
  padding-left: 20px;
  background: url(../images/ui/icon-arrow3.gif) 1px 5px no-repeat;
  line-height: 1.1em;
  margin-bottom: 10px;
}

.related-books ul li a span {
  color: #333333;
  font-size: 12px;
  margin-left: 10px;
}

article.magazine .pickup-list h2 {
  background: url(../images/ui/bg-pagetitle_2.png) 10px 15px no-repeat;
  background-size: 29px auto;
  padding: 14px 30px 14px 50px;
}

article.magazine .pickup-list .slick-set {
  background: url(../images/ui/bg-bookpickup_line.png) left 218px repeat-x;
}

article.magazine .pickup-list .slick-set .slick-track .slick-slide .slick-item a {
  display: block;
}

article.magazine .pickup-list .slick-set .slick-track .slick-slide .slick-item a img {
  width: auto;
  height: 190px;
  vertical-align: top;
  margin-bottom: 25px;
}

article.magazine .pickup-list .slick-set .slick-track .slick-slide .slick-item .icons {
  margin: 0 10px 5px;
}

article.magazine .pickup-list .slick-set .slick-arrow {
  top: 100px;
}

article.magazine .pickup-list .slick-set .slick-arrow:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 4px #666 solid;
  border-right: 4px #666 solid;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto;
}

article.magazine .pickup-list .slick-set .slick-arrow:hover:after {
  border-top: 4px #1927EB solid;
  border-right: 4px #1927EB solid;
}

article.magazine .pickup-list .slick-set .slick-arrow.slick-prev, article.magazine .pickup-list .slick-set .slick-arrow.slick-next {
  z-index: 1;
}

article.magazine .pickup-list .slick-set .slick-arrow.slick-prev:before, article.magazine .pickup-list .slick-set .slick-arrow.slick-next:before {
  display: none;
}

article.magazine .pickup-list .slick-set .slick-arrow.slick-prev {
  left: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

article.magazine .pickup-list .slick-set .slick-arrow.slick-next {
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

article.magazine .other-list h2 {
  background: url(../images/ui/bg-pagetitle_2.png) 5px 15px no-repeat;
  background-size: 29px auto;
  padding: 14px 30px 14px 46px;
}

.toppage-slickpart {
  margin: 0 0 30px 0;
}

.toppage-slickpart h2 {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  background: url(../images/ui/bg-pagetitle.png) 5px 17px no-repeat;
  background-size: 29px auto;
  padding: 16px 0 16px 46px;
  margin: 0;
  position: relative;
}

.toppage-slickpart h2 .readmore {
  float: right;
  font-size: 67%;
  margin-right: 5px;
  display: inline;
  line-height: 2;
  color: #00478A;
}

.toppage-slickpart .icons {
  padding: 0 10px;
}

.toppage-slickpart.book .slick-set .slick-track .slick-slide .slick-item .title, .toppage-slickpart.chikyu .slick-set .slick-track .slick-slide .slick-item .title {
  font-size: 11px;
}

.toppage-slickpart.book .slick-set .slick-track .slick-slide .slick-item .subtitle, .toppage-slickpart.chikyu .slick-set .slick-track .slick-slide .slick-item .subtitle {
  font-size: 10px;
}

.other-list h2, .toppage-slickpart h2 {
  position: relative;
}

.other-list h2 span, .toppage-slickpart h2 span {
  display: inline-block;
  float: right;
  margin: 4px 0 0 0;
  font-size: 12px;
  font-weight: normal;
}

.other-list h2 span a, .toppage-slickpart h2 span a {
  padding: 0 10px 0 20px;
  position: relative;
}

.other-list h2 span a:before, .toppage-slickpart h2 span a:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px #1927EB solid;
  border-right: 1px #1927EB solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top-booksearch {
  width: auto;
  margin: 3px auto;
  background: #00478a;
  padding: 10px 0;
}

.top-booksearch .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-booksearch strong {
  color: #ffffff;
  font-size: 20px;
  margin-right: 10px;
}

.top-booksearch .searchBox {
  letter-spacing: -0.4em;
}

.top-booksearch .searchBox input[type="text"] {
  letter-spacing: normal;
  font-size: 18px;
  padding: 3px 10px;
  margin: 0;
  border: none;
  border-radius: 4px 0 0 4px;
  outline: none;
  width: 17em;
  height: 36px;
  box-sizing: border-box;
}

.top-booksearch .searchBox input[type="image"] {
  height: 36px;
  padding: 6px 15px;
  box-sizing: border-box;
  border-radius: 0 4px 4px 0;
  background: -webkit-linear-gradient(#ffffff, #cccccc);
  background: linear-gradient(#ffffff, #cccccc);
  vertical-align: top;
}

.top-booksearch .searchBox input[type="image"]:hover {
  background: -webkit-linear-gradient(#eeeeee, #aaaaaa);
  background: linear-gradient(#eeeeee, #aaaaaa);
}

.top-booksearch .searchBox p {
  letter-spacing: normal;
  font-size: 13px;
  color: #ffffff;
  margin: 5px 0;
}

.mainvisual {
  padding: 20px 0;
  background: #eee;
  border-bottom: 1px #ccc solid;
}

.mainvisual .mv-prime.slick-main {
  margin: 0;
  border: 1px #ccc solid;
}

.mainvisual .mv-menu.slick-sub ul {
  border-left: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mainvisual .mv-menu.slick-sub ul li {
  line-height: 0;
  background: #ddd;
  border-right: 1px #ccc solid;
  padding: 5px;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.mainvisual .mv-menu.slick-sub ul li img {
  width: 100%;
}

.mainvisual .mv-menu.slick-sub ul li.active {
  background: #fff;
}

.top-important-info {
  padding: 30px 0 0 0;
}

.top-important-info .c-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.top-important-info .label {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding: 10px 15px;
  margin-right: 20px;
}

.top-important-info .list li {
  font-size: 14px;
  margin: 10px 0;
}

.book-search input[type="search"],
.book-search select {
  height: 40px;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

.book-search .search-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}

.book-search .search-area input[type="search"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.book-search .search-area input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 80px;
  font-size: 14px;
  margin-left: 10px;
  background-color: #dfdfdf;
  background: -webkit-linear-gradient(#eeeeee, #dfdfdf);
  background: linear-gradient(#eeeeee, #dfdfdf);
  box-shadow: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  box-sizing: border-box;
}

.book-search .search-result .search-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.book-search .search-result .search-option > div ._label,
.book-search .search-result .search-option > div ._group {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.book-search .search-result .search-option > div select {
  width: 100%;
}

.book-search .search-result .search-option .sort-selector,
.book-search .search-result .search-option .count-selector {
  width: 49%;
  margin-bottom: 20px;
}

.book-search .search-result .search-option .filter-selector {
  width: 100%;
  margin-bottom: 10px;
}

.book-search .search-result .search-option .filter-selector ._attributes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.book-search .search-result .search-option .filter-selector ._attributes ._attribute {
  margin: 0 20px 10px 0;
}

.book-search .search-result .search-option .filter-selector ._attributes ._attribute ._label {
  font-weight: normal;
}

.book-search .search-result .result-status {
  margin: 50px 0 30px;
}

.book-search .search-result .result-status ._status {
  font-size: 14px;
  background: #eeeeee;
  padding: 13px 10px;
}

.book-search .search-result .result-status ._status ._hits {
  font-size: 16px;
  font-weight: bold;
  padding: 0 3px;
}

.book-search .search-result .results-list ._item {
  margin-bottom: 50px;
  line-height: 1.7;
}

.book-search .search-result .results-list ._wrap {
  overflow: hidden;
}

.book-search .search-result .results-list ._title {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
  background: #e1eefa;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
}

.book-search .search-result .results-list ._title a {
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  display: block;
}

.book-search .search-result .results-list ._image {
  float: left;
  width: 160px;
  padding: 5px 10px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}

.book-search .search-result .results-list ._image img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.book-search .search-result .results-list ._layoutgroup1 {
  padding-left: 20px;
  overflow: hidden;
}

.book-search .search-result .results-list ._layoutgroup1 ._summary {
  font-size: 14px;
  margin-bottom: 10px;
}

.book-search .search-result .results-list ._layoutgroup1 ._layoutgroup1_1 {
  margin: 10px 0;
  font-size: 0;
}

.book-search .search-result .results-list ._layoutgroup1 ._layoutgroup1_1 ._additional_text4,
.book-search .search-result .results-list ._layoutgroup1 ._layoutgroup1_1 ._additional_text5 {
  color: #ffffff;
  font-size: 12px;
  line-height: 1em;
  display: inline-block;
  border-radius: 2px;
  padding: 4px 8px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.book-search .search-result .results-list ._layoutgroup1 ._layoutgroup1_1 ._additional_text4 {
  background: #00478a;
}

.book-search .search-result .results-list ._layoutgroup1 ._layoutgroup1_1 ._additional_text5 {
  background: #008a47;
}

.book-search .search-result .results-list ._layoutgroup1 ._additional_text1,
.book-search .search-result .results-list ._layoutgroup1 ._additional_text2,
.book-search .search-result .results-list ._layoutgroup1 ._additional_text3,
.book-search .search-result .results-list ._layoutgroup1 ._text {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.4;
}

.book-search .search-result .result-paginator ._pagenator {
  text-align: center;
  font-size: 14px;
}

.book-search .search-result .result-paginator ._nav {
  display: inline-block;
  text-align: center;
  margin: 0 3px;
  vertical-align: top;
  box-sizing: border-box;
}

.book-search .search-result .result-paginator ._nav._current {
  padding: 0 8px;
  line-height: 25px;
  background-color: #bbbbbb;
  color: #ffffff;
}

.book-search .search-result .result-paginator ._nav ._disable {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.book-search .search-result .result-paginator ._nav a, .book-search .search-result .result-paginator ._nav span {
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 0 8px;
  line-height: 25px;
  box-sizing: border-box;
}

.book-search .search-result .result-paginator ._nav._prev a, .book-search .search-result .result-paginator ._nav._prev span, .book-search .search-result .result-paginator ._nav_next a, .book-search .search-result .result-paginator ._nav_next span {
  width: auto;
  border: 0;
}

.info-block {
  margin-bottom: 17px;
  border: 3px dashed #E9D97C;
  padding: 16px;
  background: #F9F6DE;
  background-clip: padding-box;
}

.info-block h2 {
  color: #F25E00;
  font-size: 16px;
  line-height: 1.2;
}

.info-block p {
  color: #666666;
  font-size: 14px;
  line-height: 1.4;
  margin: 1em 0 0 0;
}

.sitemap .group {
  margin: 30px 0;
}

.sitemap .group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap .group ul li {
  font-size: 14px;
  line-height: 1.5em;
  white-space: nowrap;
  display: inline-block;
}

.sitemap .group ul li:after {
  content: '/';
  color: #999999;
  display: inline-block;
  margin: 0 0 0 5px;
}

.sitemap .group ul li:last-child:after {
  content: '';
  margin: 0;
}

/*microclearfix*/
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

@media screen and (min-width: 769px){
  .sp-item{
    display: none;
  }
}

@media screen and (max-width: 768px){
  .pc-item{
    display: none;
  }
  /*global*/
  .g-header{
    position: relative;
  }
  .g-header .top-header{
    display: none;
  }
  .g-header .global-header{
    border-bottom: 1px #ccc solid;
  }
  .g-header .global-header .c-frame{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-header .global-header .c-frame h1 img{
    height: 36px;
    width: auto;
    margin: 3px 0 0 8px;
  }
  .g-header .global-header .c-frame .menu-set{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .g-header .global-header .c-frame .menu-set .menu-bt-parent, .g-header .global-header .c-frame .menu-set .pc-bt{
    display: inline-block;
  }
  .g-header .global-header .c-frame .menu-set .menu-bt-parent{
    padding: 16px;
    background: #666;
  }
  .g-header .global-header .c-frame .menu-set .menu-bt,
  .g-header .global-header .c-frame .menu-set .menu-bt span{
    display: inline-block;
    box-sizing: border-box;
  }
  .g-header .global-header .c-frame .menu-set .menu-bt{
    position: relative;
    width: 32px;
    height: 31px;
  }
  .g-header .global-header .c-frame .menu-set .menu-bt span{
    position: absolute;
    left: 0;
    width: 32px;
    height: 3px;
    background-color: #fff;
  }
  .g-header .global-header .c-frame .menu-set .menu-bt span:nth-of-type(1){
    top: 0;
  }
  .g-header .global-header .c-frame .menu-set .menu-bt span:nth-of-type(2){
    top: 14px;
  }
  .g-header .global-header .c-frame .menu-set .menu-bt span:nth-of-type(3){
    bottom: 0;
  }
  .g-header .global-header .c-frame .menu-set .menu-bt span:nth-of-type(1){
    -webkit-animation: menu-bar01 .3s forwards;
            animation: menu-bar01 .3s forwards;
  }
  @-webkit-keyframes menu-bar01{
    0%{
      -webkit-transform: translateY(14px) rotate(45deg);
              transform: translateY(14px) rotate(45deg);
    }
    50%{
      -webkit-transform: translateY(14px) rotate(0);
              transform: translateY(14px) rotate(0);
    }
    100%{
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01{
    0%{
      -webkit-transform: translateY(14px) rotate(45deg);
              transform: translateY(14px) rotate(45deg);
    }
    50%{
      -webkit-transform: translateY(14px) rotate(0);
              transform: translateY(14px) rotate(0);
    }
    100%{
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .g-header .global-header .c-frame .menu-set .menu-bt span:nth-of-type(2){
    -webkit-transition: all .2s .2s;
    transition: all .2s .2s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .g-header .global-header .c-frame .menu-set .menu-bt span:nth-of-type(3){
    -webkit-animation: menu-bar02 .3s forwards;
            animation: menu-bar02 .3s forwards;
  }
  @-webkit-keyframes menu-bar02{
    0%{
      -webkit-transform: translateY(-14px) rotate(-45deg);
              transform: translateY(-14px) rotate(-45deg);
    }
    50%{
      -webkit-transform: translateY(-14px) rotate(0);
              transform: translateY(-14px) rotate(0);
    }
    100%{
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02{
    0%{
      -webkit-transform: translateY(-14px) rotate(-45deg);
              transform: translateY(-14px) rotate(-45deg);
    }
    50%{
      -webkit-transform: translateY(-14px) rotate(0);
              transform: translateY(-14px) rotate(0);
    }
    100%{
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .g-header .global-header .c-frame .menu-set .menu-bt.active span:nth-of-type(1){
    -webkit-animation: active-menu-bar01 .3s forwards;
            animation: active-menu-bar01 .3s forwards;
  }
  @-webkit-keyframes active-menu-bar01{
    0%{
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50%{
      -webkit-transform: translateY(14px) rotate(0);
              transform: translateY(14px) rotate(0);
    }
    100%{
      -webkit-transform: translateY(14px) rotate(45deg);
              transform: translateY(14px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01{
    0%{
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50%{
      -webkit-transform: translateY(14px) rotate(0);
              transform: translateY(14px) rotate(0);
    }
    100%{
      -webkit-transform: translateY(14px) rotate(45deg);
              transform: translateY(14px) rotate(45deg);
    }
  }
  .g-header .global-header .c-frame .menu-set .menu-bt.active span:nth-of-type(2){
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .g-header .global-header .c-frame .menu-set .menu-bt.active span:nth-of-type(3){
    -webkit-animation: active-menu-bar03 .3s forwards;
            animation: active-menu-bar03 .3s forwards;
  }
  @-webkit-keyframes active-menu-bar03{
    0%{
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50%{
      -webkit-transform: translateY(-14px) rotate(0);
              transform: translateY(-14px) rotate(0);
    }
    100%{
      -webkit-transform: translateY(-14px) rotate(-45deg);
              transform: translateY(-14px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03{
    0%{
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50%{
      -webkit-transform: translateY(-14px) rotate(0);
              transform: translateY(-14px) rotate(0);
    }
    100%{
      -webkit-transform: translateY(-14px) rotate(-45deg);
              transform: translateY(-14px) rotate(-45deg);
    }
  }
  .g-header .global-header .c-frame .menu-set .pc-bt{
    width: 60px;
    height: 65px;
    background: #ddd;
    text-align: center;
  }
  .g-header .global-header .c-frame .menu-set .pc-bt img{
    margin: 8px 0 0 0;
  }
  .g-header .global-header .c-frame .menu-set nav{
    position: absolute;
    overflow: hidden;
    top: 65px;
    left: 0;
    width: 100%;
    height: 0;
    background: #666;
    z-index: 10;
    -webkit-transition: height .4s;
    transition: height .4s;
  }
  .g-header .global-header .c-frame .menu-set nav ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 90%;
    margin: 14px auto;
    border-radius: 4px;
    border-right: none;
    overflow: hidden;
  }
  .g-header .global-header .c-frame .menu-set nav ul li{
    width: 100%;
    border-left: none;
    border-bottom: 1px #ddd solid;
    position: relative;
  }
  .g-header .global-header .c-frame .menu-set nav ul li a{
    display: block;
    padding: 14px 24px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #333;
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .g-header .global-header .c-frame .menu-set nav ul li a:hover{
    color: #333;
    background: #fff;
  }
  .g-header .global-header .c-frame .menu-set nav ul li:after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px #666 solid;
    border-right: 1px #666 solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
  }
  .g-header .global-header .c-frame .menu-set nav ul li:last-child{
    border: none;
  }
  .g-header .global-header .c-frame .menu-set nav ul li:nth-child(2) a:hover, .g-header .global-header .c-frame .menu-set nav ul li:nth-child(3) a:hover, .g-header .global-header .c-frame .menu-set nav ul li:nth-child(4) a:hover{
    background: #fff;
  }
  .g-header .global-header .c-frame .menu-set nav ul li.sp{
    display: block;
  }
  .g-header .global-header .c-frame .menu-set nav ul li.sp a{
    display: block;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    background: #eee;
  }
  .g-header .global-header .c-frame .menu-set nav ul li.sp:after{
    display: none;
  }
  .g-header .global-header .c-frame .menu-set nav .booksearch{
    display: block;
    width: 90%;
    margin: 0 auto 20px auto;
    background: url("../images/ui/bg-footer.gif");
    border-radius: 4px;
    overflow: hidden;
  }
  .g-header .global-header .c-frame .menu-set nav .booksearch .inner strong{
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #A8a691;
    padding: 12px 0;
  }
  .g-header .global-header .c-frame .menu-set nav .booksearch .inner p{
    padding: 16px;
    font-size: 13px;
    line-height: 1.5;
  }
  .g-header .global-header .c-frame .menu-set nav .booksearch .inner .searchBox{
    width: 90%;
    margin: 0 auto 20px auto;
    border: 1px #ccc solid;
    border-radius: 4px;
    overflow: hidden;
  }
  .g-header .global-header .c-frame .menu-set nav .booksearch .inner .searchBox form{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .g-header .global-header .c-frame .menu-set nav .booksearch .inner .searchBox form input[type=text]{
    width: 82%;
    padding: 8px;
    font-size: 16px;
    outline: none;
    border: none;
  }
  .g-header .global-header .c-frame .menu-set nav .booksearch .inner .searchBox form .submitbt{
    width: 18%;
    height: 40px;
    position: relative;
  }
  .g-header .global-header .c-frame .menu-set nav .booksearch .inner .searchBox form .submitbt input[type=image]{
    height: 40px;
    width: 100%;
  }
  .g-header .global-header .c-frame .menu-set nav .booksearch .inner .searchBox form .submitbt .sicon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    z-index: 1;
    pointer-events: none;
  }
  .g-header .global-header .c-frame .menu-set nav.active{
    top: 65px;
    z-index: 10;
    padding: 0 0 20px 0;
    height: 620px;
  }
  .g-footer .pagetop{
    background: url("../images/ui/bg-footer-sp-top.gif");
    padding: 0;
    text-align: center;
  }
  .g-footer .pagetop a{
    display: block;
    padding: 20px 0;
    font-size: 14px;
    position: relative;
    color: #fff;
  }
  .g-footer .pagetop a:before{
    position: relative;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: auto;
    left: auto;
    margin: 0 12px 0 0;
    vertical-align: middle;
  }
  .g-footer .footer-nav{
    padding: 0;
    border: none;
  }
  .g-footer .footer-nav:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 0px;
  }
  .g-footer .footer-nav .c-frame{
    display: block;
  }
  .g-footer .footer-nav .c-frame dl{
    border-top: 1px #ccc solid;
    width: 100%;
  }
  .g-footer .footer-nav .c-frame dl dt{
    padding: 0;
    margin: 0 0 0 0;
    border: none;
    position: relative;
  }
  .g-footer .footer-nav .c-frame dl dt:before{
    display: none;
  }
  .g-footer .footer-nav .c-frame dl dt strong{
    padding: 20px;
    display: block;
    position: relative;
  }
  .g-footer .footer-nav .c-frame dl dt strong:after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px #666 solid;
    border-right: 2px #666 solid;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    pointer-events: none;
  }
  .g-footer .footer-nav .c-frame dl dt.active strong{
    padding: 20px;
    position: relative;
  }
  .g-footer .footer-nav .c-frame dl dt.active strong:after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px #666 solid;
    border-right: 2px #666 solid;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    pointer-events: none;
  }
  .g-footer .footer-nav .c-frame dl dd{
    display: visible;
    height: 0;
    overflow: hidden;
    margin: 0;
    background: rgba(255, 255, 255, 0.3);
    padding: 0;
  }
  .g-footer .footer-nav .c-frame dl dd ul{
    padding: 10px 0 20px 0;
  }
  .g-footer .footer-nav .c-frame dl dd ul li{
    margin: 0;
  }
  .g-footer .footer-nav .c-frame dl dd ul li a{
    display: block;
    padding: 10px 20px 10px 32px;
  }
  .g-footer .footer-nav .c-frame dl dd ul li a:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto;
  }
  .g-footer .footer-nav .c-frame dl dd ul li a:hover{
    text-decoration: none;
  }
  .g-footer .footer-nav .c-frame dl dd.active{
    height: auto;
  }
  .g-footer .copyright{
    padding: 10px 0 20px 0;
    border-top: none;
    position: relative;
  }
  .g-footer .copyright small{
    display: block;
    color: #666;
    text-align: center;
    font-size: 12px;
  }
  .m-topicpath ul{
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px 0;
    font-size: 0;
    border-left: 1px #ccc solid;
  }
  .m-topicpath ul li{
    display: inline-block;
    padding: 10px 16px 0 10px;
    font-size: 13px;
    line-height: 1.4;
    position: relative;
  }
  .m-topicpath ul li:before{
    display: none;
  }
  .m-topicpath ul li:after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    display: block;
    top: 14px;
    bottom: 0;
    right: 2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 1px #666 solid;
    border-top: 1px #666 solid;
  }
  .m-topicpath ul li:last-child:after{
    display: none;
  }
  .m-sns-part{
    margin: 0 0 16px 0;
    padding: 0 20px;
  }
  .m-online-store,
  .m-digital-store,
  .m-subscribe-store{
    margin: 20px 10px;
  }
  .m-online-store h5,
  .m-digital-store h5,
  .m-subscribe-store h5{
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-online-store p{
    padding: 0 10px 10px 10px;
  }
  .m-online-store ul{
    width: 95%;
    margin: 10px auto;
  }
  .m-online-store ul li{
    width: 31%;
  }
  .c-frame{
    width: 100%;
    margin: 0 auto;
  }
  main .zenback{
    display: none;
  }
  main .c-main-content{
    padding: 20px 0 0 0;
    width: 100%;
    float: none;
  }
  main article h1.pagetitle{
    border-top: none;
    border-bottom: 1px solid #CCCCCC;
    font-size: 18px;
    background: url(../images/ui/bg-pagetitle.png) 10px 5px no-repeat;
    background-size: 20px;
    padding: 0 20px 20px 36px;
    margin: 0 0 20px 0;
    position: relative;
  }
  main article .article-set{
    padding: 0 20px;
  }
  main article p{
    line-height: 1.5;
    margin: 0 0 20px 0;
  }
  main .type-icon{
    font-size: 10px;
    padding: 3px 7px;
  }
  main .article-set section{
    margin: 30px 0;
  }
  main .article-set .wysiwyg{
    font-size: 14px;
    line-height: 2em;
  }
  main .article-set .wysiwyg p, main .article-set .wysiwyg table, main .article-set .wysiwyg ul, main .article-set .wysiwyg ol, main .article-set .wysiwyg dl{
    margin: 20px 0;
  }
  main .article-set .wysiwyg ul, main .article-set .wysiwyg ol{
    padding-left: 1em;
    margin: 20px 0 20px 0.5em;
  }
  main .article-set .wysiwyg ul{
    list-style-type: disc;
  }
  main .article-set .wysiwyg ol{
    list-style-type: decimal;
  }
  main .article-set .wysiwyg dl dt{
    background-size: 16px 16px;
    font-size: 14px;
  }
  main .article-set .wysiwyg dl dd{
    font-size: 14px;
  }
  main .article-set .comp_large-heading, main .article-set .comp_medium-heading, main .article-set .comp_small-heading,
  main .article-set .comp_bordered-text, main .article-set .comp_text, main .article-set .comp_text-image, main .article-set .comp_center-image, main .article-set .comp_links, main .article-set .comp_buttons,
  main .article-set .comp_contact, main .article-set .comp_anchor-links{
    margin: 20px 0;
  }
  main .article-set .comp_large-heading{
    font-size: 16px;
  }
  main .article-set .comp_medium-heading{
    font-size: 14px;
    line-height: 1.5;
  }
  main .article-set .comp_small-heading{
    font-size: 14px;
    line-height: 1.5;
  }
  main .article-set .comp_text-image{
    overflow: hidden;
  }
  main .article-set .comp_text-image figure{
    max-width: none;
  }
  main .article-set .comp_text-image .left-image figure,
  main .article-set .comp_text-image .right-image figure{
    float: none;
    margin: 0 0 10px 0;
  }
  main .article-set .comp_links li{
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  main .article-set .comp_links li:before{
    font-size: 8px;
    line-height: 14px;
    left: 3px;
    top: 6px;
  }
  main .article-set .comp_links a[target="_blank"]:after{
    font-size: 12px;
    padding: 0 0 0 3px;
  }
  main .article-set .comp_links a[href$=".pdf"]:after, main .article-set .comp_links a[href$=".zip"]:after, main .article-set .comp_links a[href$=".xls"]:after, main .article-set .comp_links a[href$=".xlsx"]:after, main .article-set .comp_links a[href$=".doc"]:after, main .article-set .comp_links a[href$=".docx"]:after{
    font-size: 14px;
  }
  main .article-set .comp_buttons a{
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
  }
  main .article-set .comp_anchor-links ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  main .article-set .comp_anchor-links li{
    width: 49%;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 10px 2%;
  }
  main .article-set .comp_anchor-links li:nth-child(2n+1){
    margin-left: 0;
  }
  main .article-set .comp_anchor-links li:before{
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #333333;
    padding-right: 6px;
  }
  main .article-set .comp_anchor-links li a{
    display: inline-block;
    width: 88%;
    vertical-align: top;
  }
  main .book-text img{
    text-align: center;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .pickup-list{
    background: none;
    border-radius: 0;
    border: none;
    margin: 0 0 30px 0;
  }
  .pickup-list h2{
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    font-size: 16px;
    padding: 16px 0 16px 40px;
    background: url(../images/ui/bg-pagetitle.png) 8px 17px no-repeat;
    background-size: 24px auto;
  }
  .pickup-list ul{
    overflow: hidden;
  }
  .pickup-list ul li{
    overflow: hidden;
    background: none;
    border-bottom: 1px #ccc dotted;
    padding: 18px 14px;
  }
  .pickup-list ul li a.bookimg{
    display: block;
    vertical-align: auto;
    width: 32%;
    margin: 0 35px 10px 0;
    float: left;
  }
  .pickup-list ul li a.bookimg img{
    width: 100%;
    height: auto;
    box-shadow: none;
    float: left;
    padding: 4px;
    border: 1px #ccc solid;
  }
  .pickup-list ul li .detail{
    display: inline;
    vertical-align: auto;
    width: 100%;
  }
  .pickup-list ul li .detail h3{
    padding-right: 0;
  }
  .pickup-list ul li .detail p.meta{
    font-size: 13px;
  }
  .pickup-list ul li .detail p.description{
    font-size: 14px;
    margin: 0 0 0 0;
  }
  .pickup-list ul li .detail p.icons{
    position: relative;
    margin: 0 0 10px 0;
  }
  .pickup-list ul li .detail p.icons .c-type-icon{
    margin: 0 5px 0 0;
    vertical-align: top;
  }
  .pickup-list ul li:last-child{
    border: none;
  }
  .solution-list li{
    overflow: hidden;
    padding: 20px 20px 10px;
  }
  .solution-list li img{
    width: 15%;
    margin-right: 5%;
  }
  .solution-list li .detail{
    margin-left: 0;
    width: 80%;
    float: left;
  }
  .solution-list li .detail p{
    font-size: 15px;
    margin: 0 0 10px 0;
  }
  .solution-list li .detail span{
    font-size: 13px;
    color: #333;
  }
  .solution-list li:last-child{
    border: none;
  }
  .news-list{
    margin: -20px auto 0 auto;
    width: 95%;
  }
  .ad-list{
    padding: 0 15px;
  }
  .other-list{
    margin: 0 0 30px 0;
  }
  .other-list h2{
    font-size: 16px;
    padding: 16px 0 16px 40px;
    background: url(../images/ui/bg-pagetitle.png) 8px 17px no-repeat;
    background-size: 24px auto;
  }
  .other-list ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 10px 0 10px;
  }
  .other-list ul li{
    width: 48%;
    margin: 0 1% 20px 1%;
  }
  .other-list ul li a img{
    box-shadow: none;
    width: 30%;
    border: 1px #ccc solid;
    margin: 0;
    padding: 3px;
  }
  .other-list ul li a .detail{
    font-size: 14px;
    width: 60%;
    float: right;
    margin: 0 2% 0 2%;
  }
  .other-list ul li a .detail p{
    margin: 0 0 10px 0;
  }
  .other-list ul li a .detail p:hover{
    text-decoration: underline;
  }
  .other-list ul li a .detail span{
    display: block;
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .other-list ul li a .detail span.spec{
    color: #666;
  }
  .other-list .solution-list ul{
    margin: 40px 0 0 0;
  }
  .other-list .solution-list ul li{
    width: 100%;
    margin: 0 3% 10px 3%;
    padding: 0 0 10px 0;
  }
  .other-list .solution-list ul li a img{
    width: 20%;
    border: none;
    padding: 0;
    box-shadow: none;
  }
  .other-list .solution-list ul li a .detail{
    width: 72%;
  }
  .other-list .solution-list ul li a .detail p{
    font-size: 14px;
    margin: 0 0 6px 0;
  }
  .other-list .news-list{
    margin: -10px 0 0 0;
    width: 100%;
  }
  .other-list .news-list ul li{
    width: 100%;
    margin: 0 0 10px 0;
    padding: 10px;
  }
  .other-list .news-list ul li a{
    font-size: 14px;
  }
  .other-list .news-list ul li span{
    line-height: 1.5;
  }
  .other-list .icons{
    margin: 0 0 5px 0;
  }
  .other-list .icons .c-type-icon{
    display: inline;
  }
  .news-info{
    width: 90%;
    margin: -20px auto 30px auto;
    padding: 10px 0 0 0;
  }
  .ad-image{
    padding: 0 15px;
  }
  .ad-image img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .slick-set .slick-track .slick-slide{
    border: none;
  }
  .slick-set .slick-track .slick-slide .slick-item{
    padding: 0;
  }
  .slick-set .slick-dots{
    position: relative;
    padding: 0 0 20px 0;
    bottom: -5px;
  }
  .slick-set .slick-dots li{
    width: 10px;
    height: 10px;
    background: none;
    padding: 0;
    margin: 0 7px;
    border: none;
  }
  .slick-set .slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
  aside.side{
    padding: 20px 0 0 0;
    width: 100%;
    float: none;
  }
  aside.side .booksearch{
    display: none;
  }
  aside.side .bn_area ul{
    margin: 0 0 15px 0;
  }
  aside.side .bn_area ul li{
    text-align: center;
  }
  aside.side .side_nav{
    margin: -1px 0 0 0;
  }
  aside.side .side_nav h2{
    background: url(../images/ui/icon03.png) 16px center no-repeat;
    background-size: 11px 11px;
    padding: 15px 0 15px 34px;
    position: relative;
  }
  aside.side .side_nav h2:after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px #666 solid;
    border-right: 2px #666 solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    pointer-events: none;
  }
  aside.side .side_nav h2.active:after{
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  aside.side .side_nav ul, aside.side .side_nav ol{
    display: none;
  }
  aside.side .side_nav ul.active, aside.side .side_nav ol.active{
    display: block;
  }
  aside.side .side_nav.category ul{
    margin: 0;
  }
  aside.side .side_nav.category ul li{
    display: block;
    padding: 0 10px 0 30px;
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
  }
  aside.side .side_nav.category ul li:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: #999;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
  }
  aside.side .side_nav.category ul li a{
    color: #1927EB;
  }
  aside.side .side_nav.category ul li a:hover{
    text-decoration: underline;
  }
  aside.side .side_nav.category ul li:first-child{
    margin-top: 20px;
  }
  aside.side .side_nav.category ul li:last-child{
    margin-bottom: 20px;
  }
  aside.side .side_nav.notice ul{
    border: 1px #ccc solid;
    border-top: none;
    margin: 0;
  }
  aside.side .side_nav.notice ul li{
    font-size: 14px;
    position: relative;
    padding: 12px 20px 12px 30px;
    border-bottom: 1px #ccc dotted;
  }
  aside.side .side_nav.notice ul li:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px #4C77DE solid;
    border-right: 1px #4C77DE solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
  }
  aside.side .side_nav.notice ul li:last-child{
    border: none;
  }
  aside.side .side_nav.notice ul li:nth-child(2n){
    background: none;
  }
  aside.side .side_nav.notice .more{
    display: none;
    text-align: right;
    margin: 10px 0;
  }
  aside.side .side_nav.topics ul li{
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    padding: 10px 16px;
  }
  aside.side .side_nav.topics .more{
    display: none;
  }
  aside.side .side_nav.ranking ol li{
    padding: 10px 0 10px 45px;
    position: relative;
    border-bottom: 1px #ccc dotted;
  }
  aside.side .side_nav.ranking ol li:before{
    position: absolute;
    left: 6px;
    top: 12px;
  }
  aside.side .side_nav.ranking ol li a{
    font-size: 14px;
    line-height: 1.5;
    color: #1927EB;
  }
  aside.side .side_nav.ranking ol li a span{
    font-size: 12px;
    display: block;
  }
  aside.side .side_nav.ranking ol li:nth-child(1):before, aside.side .side_nav.ranking ol li:nth-child(2):before, aside.side .side_nav.ranking ol li:nth-child(3):before{
    position: absolute;
    left: 6px;
    top: 8px;
    text-align: center;
    width: 32px;
    padding: 8px 0 2px 0;
    margin: 0;
    background: url(../images/ui/icon-ranking1.png) center center no-repeat;
    border-radius: 0;
  }
  aside.side .side_nav.ranking ol li:nth-child(1):before{
    background: url(../images/ui/icon-ranking1.png) center center no-repeat;
  }
  aside.side .side_nav.ranking ol li:nth-child(2):before{
    background: url(../images/ui/icon-ranking2.png) center center no-repeat;
  }
  aside.side .side_nav.ranking ol li:nth-child(3):before{
    background: url(../images/ui/icon-ranking3.png) center center no-repeat;
  }
  aside.side .side_nav.ranking .research{
    display: none;
  }
  aside.side .side_nav.list ul li{
    padding: 10px 5px;
  }
  aside.side .side_nav.list ul li a{
    font-size: 14px;
    line-height: 1.5;
  }
  aside.side .side_nav.list .more{
    display: none;
  }
  .book-magazine-head{
    margin: 20px 0 30px 0;
    overflow: hidden;
  }
  .book-magazine-head .book-title{
    margin: 0 20px 20px;
  }
  .book-magazine-head .book-title .book-name{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  .book-magazine-head .book-title .subtitle{
    display: block;
    margin: 4px 0 0 0;
    font-size: 12px;
    font-weight: normal;
  }
  .book-magazine-head .book-title .icons{
    display: block;
    margin: 5px 0 10px 0;
  }
  .book-magazine-head ul.icons{
    margin: 10px 0;
    font-size: 0;
  }
  .book-magazine-head ul.icons li{
    display: inline-block;
  }
  .book-magazine-head .book-img{
    width: 100%;
    float: none;
  }
  .book-magazine-head .book-img .thumbnail{
    width: 40%;
    margin: 0 auto 20px auto;
    padding: 0 10px;
  }
  .book-magazine-head .book-img figure{
    width: 100%;
  }
  .book-magazine-head .book-img .button{
    padding: 0 20px;
  }
  .book-magazine-head .description{
    width: 100%;
    float: none;
    padding: 0;
  }
  .book-magazine-head .description .book-title{
    display: none;
  }
  .book-magazine-head .description .book-info{
    margin-bottom: 30px;
  }
  .book-magazine-head .description .book-info .title{
    background-position: 10px center;
    padding-left: 35px;
    margin-bottom: 20px;
  }
  .book-magazine-head .description .book-info .text{
    margin: 0 20px;
    font-size: 13px;
  }
  .book-magazine-head .description .book-info ul.info{
    margin: 0 20px;
  }
  .book-magazine-head .description .book-info ul.icons{
    display: none;
  }
  .book-magazine-head .description .book-info.basic .title{
    display: block;
  }
  .book-magazine-head .description .book-info.intro{
    border-top: 1px #999 solid;
  }
  .b-book-toc .label{
    background-position: 10px center;
    padding-left: 25px;
  }
  .b-book-toc .content{
    padding: 0 20px;
  }
  .b-book-toc .content .title{
    background-position: 10px center;
    padding-left: 35px;
  }
  .b-book-toc .content .wysiwyg{
    font-size: 12px;
    margin: 15px 15px;
  }
  .b-book-toc .content .wysiwyg p{
    margin: 1em 0;
  }
  .book-summary{
    display: none;
  }
  article.magazine .pickup-list h2{
    background: url(../images/ui/bg-pagetitle_2.png) 8px 15px no-repeat;
    background-size: 24px auto;
    padding: 14px 30px 14px 40px;
  }
  article.magazine .pickup-list .slick-set{
    background: none;
  }
  article.magazine .other-list h2{
    background: url(../images/ui/bg-pagetitle_2.png) 8px 15px no-repeat;
    background-size: 24px auto;
    padding: 14px 30px 14px 40px;
  }
  .toppage-slickpart{
    margin: 0 0 30px 0;
  }
  .toppage-slickpart h2{
    font-size: 16px;
    padding: 16px 0 16px 40px;
    background: url(../images/ui/bg-pagetitle.png) 8px 17px no-repeat;
    background-size: 24px auto;
  }
  .top-important-info{
    padding: 30px 0 0 0;
  }
  .top-important-info .c-frame{
    display: block;
    border-top: none;
    border-bottom: none;
  }
  .top-important-info .label{
    text-align: left;
    padding: 15px 15px 5px 15px;
  }
  .top-important-info .list{
    padding: 0 15px 0 15px;
  }
  .top-booksearch{
    padding: 14px 0;
  }
  .top-booksearch .inner{
    display: block;
  }
  .top-booksearch strong{
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .top-booksearch .searchBox{
    letter-spacing: -0.4em;
    margin: 0 auto;
    text-align: center;
  }
  .top-booksearch .searchBox input[type="text"]{
    letter-spacing: normal;
    font-size: 15px;
    padding: 2px 10px;
    width: 80%;
  }
  .top-booksearch .searchBox input[type="image"]{
    height: 36px;
    padding: 6px 15px;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
  }
  .top-booksearch .searchBox p{
    font-size: 10px;
    margin: 5px 0;
  }
  .mainvisual{
    margin: 0 0 -21px 0;
    padding: 20px 10px;
    background: #eee;
    border-bottom: 1px #ccc solid;
  }
  .mainvisual .mv-menu.slick-sub ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mainvisual .mv-menu.slick-sub ul li{
    padding: 3px;
  }
  .mainvisual .mv-menu.slick-sub ul li img{
    width: 100%;
  }
  .book-search{
    margin: 0 10px;
  }
  .book-search .search-result .search-option{
    display: block;
  }
  .book-search .search-result .search-option .sort-selector,
  .book-search .search-result .search-option .count-selector{
    width: 100%;
  }
  .book-search .search-result .search-option .filter-selector ._attributes{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .book-search .search-result .results-list ._title a{
    font-size: 14px;
  }
  .book-search .search-result .results-list ._image{
    width: 30%;
  }
  .book-search .search-result .results-list ._layoutgroup1 ._summary{
    font-size: 14px;
  }
  .book-search .search-result .results-list ._layoutgroup1 ._additional_text1,
  .book-search .search-result .results-list ._layoutgroup1 ._additional_text2,
  .book-search .search-result .results-list ._layoutgroup1 ._additional_text3,
  .book-search .search-result .results-list ._layoutgroup1 ._text{
    font-size: 12px;
  }
}

/*# sourceMappingURL=map/styles.css.map */
