@charset "utf-8";

body {
  font-size: 12px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 0 20px;
  width: auto;
}
.inner-block.short {
  padding: 0 10px;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input, select, textarea {
  font-size: 16px !important;
}

.pc { display: none !important; }


.pagetop.is-fixed {
  bottom: 10px;
}
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding-bottom: 0;
}
.pagetop > a {
  background-color: rgba(35, 35, 35, 0.6);
  width: 55px;
  height: 55px;
  padding: 8px 0;
}
.pagetop > a .img {
  width: 27px;
  margin: 0 auto;
}
.pagetop > a .text {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 5px;
}


/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
.header {
  background-color: #232323;
  border-bottom: none;
  height: 46px;
  box-shadow: 0 -1px 14px rgba(0, 0, 0, 0.4);
}
.header > .inner-block {
  padding: 0;
  padding-left: 10px;
}

.hader-nav {
  padding: 11.5px 0;
  height: auto;
}

.hader-nav > .logo {
  padding: 0;
}
.hader-nav > .logo a img {
  width: auto;
  height: 23px;
}


.header-menu {
  float: right;
  font-size: 0;
}
.header-menu > .btn {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #ccc;
  width: 62px;
}
.header-menu a {
  position: relative;
  display: block;
  height: 46px;
}
.header-menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #232323;
  z-index: 1002;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.header-menu a.is-active::after {
  opacity: 1;
}

.header-menu .search img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 22px;
}
.header-menu .menu {
  padding: 13px 16px;
}
.header-menu .menu > .inner {
  position: relative;
  height: 19px;
}
.header-menu .menu span {
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
}
.header-menu .menu span:nth-child(1) {
  top: 0;
}
.header-menu .menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-menu .menu span:nth-child(3) {
  bottom: 0;
}



.header-search {
  display: none;
}


.nav {
  background-color: #232323;
  border-top: 1px solid #ccc;
  display: none;
  position: fixed;
  top: 46px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  z-index: 999;
}

.nav-list > li {
  border-bottom: 1px solid #626262;
  display: block;
  margin-right: 0;
  letter-spacing: normal;
}
.nav-list > li::after {
  content: none;
}
.nav-list > li > a {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 17px 20px;
}
.nav-list > li > a::after {
  content: '';
  background: url(../img/common/arrow_bottom.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 15px;
  height: 9px;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.nav-list > li > a.home::after {
  content: none;
}

.nav-list > li > a.is-open::after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.nav-list-more {
  border-top: 1px solid #626262;
  margin-top: 0;
}
.nav-list-more > li {
  border-bottom: 1px solid #626262;
}
.nav-list-more > li > a {
  position: relative;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
}
.nav-list-more > li > a::after {
  background: url(../img/common/arrow_right03-wt.svg) no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 28px;
  height: 11px;
}
.nav-list-more > li > a.magazine::after {
  background-image: url(../img/common/icon_blank-wt.svg);
  width: 18px;
  height: 18px;
  width: 24px;
}

.nav-list-close {
  padding: 60px 0;
  text-align: center;
}
.nav-list-close a {
  position: relative;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding-left: 35px;
}
.nav-list-close a::after {
  content: '';
  background: url(../img/common/icon_close.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}

.nav-sp-btn-link {
  margin: 20px;
  border: 1px solid #fff;
  font-weight: bold;
  padding: 15px 20px;
}


.g-nav {
  display: none;
  background-color: transparent;
  position: static;
  padding: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 0;
}
.g-nav-inner {
  width: auto;
  border-top: 1px solid #626262;
  padding: 10px 20px 35px 55px;
  margin: 0;
}

.g-nav-list > li {
  border-bottom: 1px solid #626262;
  float: none;
  width: auto;
}
.g-nav-list > li + li {
  margin-left: 0;
}
.g-nav-list > li:nth-child(n+10) {
  margin-top: 0;
}

.g-nav-list .img {
  display: none;
}

.g-nav-list .text {
  height: 100%;
  min-height: inherit;
}
.g-nav-list .text > img {
  right: auto;
}
.g-nav-list a {
  position: relative;
  padding: 5px;
  height: 43px;
}
.g-nav-list a::after {
  content: '';
  background: url(../img/common/arrow_right02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  width: 7px;
  height: 13px;
}

.g-nav .more {
  margin-top: 20px;
}
.g-nav .more > a {
  color: #fff;
  font-size: 16px;
  padding-right: 30px;
}
.g-nav .more > a::after {
  background-image: url(../img/common/nav_arrow-wt.svg);
  width: 21px;
  height: 8px;
}


/*--- g-web ---*/
.g-nav-web-list > li {
  border-bottom: 1px solid #626262;
  float: none;
  width: auto;
  padding: 0;
}
.g-nav-web-list > li:nth-child(n+8) {
  margin-top: 0;
}
.g-nav-web-list a {
  position: relative;
  padding: 11px 5px;
  height: 43px;
}
.g-nav-web-list .img {
  width: auto;
  height: 100%;
}
.g-nav-web-list .img img {
  position: static;
  height: 100%;
}
.g-nav-web-list .text {
  display: none;
}



/*--- g-bookmook ---*/
.g-nav-bookmook-list {
  padding: 0;
  margin-bottom: 0;
}
.g-nav-bookmook-list > li {
  border-bottom: 1px solid #626262;
  display: block;
  padding: 0;
  margin: 0;
}
.g-nav-bookmook-list a {
  color: #fff;
  padding: 14.5px 0;
}
.g-bookmook-inner .g-nav-btnwrap {
  border-top: none;
  margin-top: 20px;
  padding: 0;
  padding-right: 35px;
  display: block;
  justify-content: initial;
}
.g-bookmook-inner .g-nav-btnwrap > li {
  float: none;
  width: auto;
}
.g-bookmook-inner .g-nav-btnwrap > li + li {
  margin-left: 0;
  margin-top: 10px;
}
.g-bookmook-inner .g-nav-btnwrap a {
  background-color: transparent;
  border-color: #fff;
  border-width: 1px;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 13px 0;
}


/*--- g-company ---*/
#g-company {
  padding: 0;
}
.g-nav-company-list {
  height: auto;
  padding: 0;
}
.g-nav-company-list > li {
  border-bottom: 1px solid #626262;
  display: block;
  padding: 0;
}
.g-nav-company-list a {
  color: #fff;
  padding: 16px 0;
}
.g-company-inner .g-nav-btnwrap {
  display: none !important;
}


.nav-icon {
  position: relative;
}
.nav-icon::after {
  content: '';
  background: url(../img/common/arrow_right02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  width: 7px;
  height: 13px;
}

.nav-search {
  padding: 30px 0 0;
}

.nav-search .wizardinfosys_autosearch_wrapper {
  margin: 0 30px;
}

.nav-search form {
  position: relative;
  margin-bottom: 40px;
}
.nav-search input {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  color: #fff !important;
  width: 100% !important;
  padding: 12px 10px !important;
  padding-right: 40px !important;
}
#wrapper .nav-search button {
  background: url(../img/common/icon_search02-wt.svg) no-repeat !important;
  background-size: contain !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 12px !important;
  margin: auto !important;
  width: 22px !important;
  height: 22px !important;
}
#wrapper .wp_autosearch_form_wrapper {
  background: transparent !important;
}
.nav-search .keyword-title {
  border-bottom: 1px solid #999;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px 15px;
}
.nav-search .keyword-list a,
.nav-search ul li a {
  border-bottom: 1px solid #999;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.1px;
  line-height: 1.8;
  text-decoration: none;
  padding: 11px 30px 11px 50px;
}

#wrapper .wp_autosearch_form_wrapper {
  border: none !important;
}

#js-nav-menu,
#js-nav-form {
  display: none;
}



/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
.footer-top {
  padding-top: 25px;
}
.footer-top .title {
  margin-bottom: 25px;
}
.footer-top .title > a > .logo {
  display: block;
}
.footer-top .title > a > .logo img {
  height: 26px;
}
.footer-top .title .text {
  display: block;
  font-size: 10px;
  padding-left: 0;
  margin-top: 8px;
}



.footer-nav {
  border-top: 1px solid #626262;
  margin: 0 -20px;
}
.footer-nav > .box {
  float: none;
  padding-top: 0;
}
.footer-nav > .btn-area {
  float: none;
  width: auto;
}
.footer-nav .btn-list a.footer-sp-btn-link {
  margin: 20px;
  border: 1px solid #fff;
  font-weight: bold;
  padding: 15px 20px;
}

.footer-nav .btn-list {
  border-top: 1px solid #626262;
}
.footer-nav .btn-list > li {
  border-bottom: 1px solid #626262;
}
.footer-nav .btn-list > li + li {
  margin-top: 0;
}
.footer-nav .btn-list a {
  border: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  height: auto;
  text-align: center;
  padding: 17px 20px;
}
.footer-nav .btn-list a.magazine::before {
  width: 18px;
  height: 18px;
  right: 24px;
}

.footer-nav > .box + .box {
  margin-left: 0;
}

.footer-nav .heading {
  border-bottom: 1px solid #626262;
  margin-bottom: 0;
}
.footer-nav .heading > a {
  font-size: 16px;
  position: relative;
  display: block;
  text-align: center;
  padding: 15px 0;
}
.footer-nav .heading > a::after {
  content: '';
  background: url(../img/common/arrow_bottom.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 15px;
  height: 9px;
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.footer-nav .heading > a.is-open::after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.footer-nav .list {
  display: none;
  padding-left: 0;
}

.footer-nav .list > ul {
  padding: 0 20px 0 55px;
}
.footer-nav .list li {
  border-bottom: 1px solid #626262;
}
.footer-nav .list li + li {
  margin-top: 0;
}
.footer-nav .list a {
  display: block;
  padding: 17px 5px;
}

.footer-nav .list .more {
  border-bottom: 1px solid #626262;
  padding: 17px 20px;
  text-align: right;
}
.footer-nav .list .more a {
  display: inline-block;
  padding: 2px;
}


.footer-nav .sns-list {
  text-align: center;
  margin: 36px 0;
}


.relation-title {
  text-align: center;
}
.footer-relation .list {
  margin-bottom: -20px;
}
.footer-relation .list > li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.footer-relation .list > li + li {
  margin-left: 0;
}
.footer-relation .list a {
  font-size: 13px;
}



.footer-bottom {
  padding: 0;
}

.footer-bottom .link-area,
.footer-bottom .copyright {
  float: none;
}

.footer-bottom .link-area {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.footer-bottom .link-area > li {
  font-size: 10px;
}
.footer-bottom .link-area > li + li {
  margin-left: 30px;
}

.footer-bottom .copyright {
  font-size: 10px;
  padding: 12px 0;
}


/*------------------------------------------------------------------------------
  main
------------------------------------------------------------------------------*/
.main {
  padding-top: 46px;
}



.c-btn {
  width: 100%;
  padding: 13px 0;
}

.c-btn02 {
  border-radius: 3px;
  font-size: 12px;
  width: 100%;
  height: auto;
  padding: 15px 0;
}
.c-btn02::after {
  border-width: 0 0 6px 6px;
  bottom: 5px;
  right: 5px;
}

.c-btn03 {
  font-size: 13px;
  padding: 15px 10px;
  padding-right: 35px;
}
.c-btn03::before,
.c-btn03::after {
  right: 10px;
  width: 16px;
  height: 7px;
}

.c-btn04 {
  font-size: 15px;
  width: 100%;
  padding: 12px 0;
}

.c-btn05 {
  font-size: 16px;
  width: 100%;
}
.c-btn05.map {
  color: #fff;
}

.download-btn::before,
.download-btn::after {
  right: 5px;
  height: 15px;
  width: 15px;
}

#wrapper .download-btn.to-link-btn {
  font-size: 12px;
  margin: 8px 0 0;
  padding: 12px 15px;
}
#wrapper .download-btn.to-link-btn:before,
#wrapper .download-btn.to-link-btn:after {
  background: none;
  height: 0;
  width: 0;
}


.c-label > .inner {
  font-size: 13px;
}


.c-title {
  font-size: 18px;
  margin-bottom: 23px;
}

.c-title02 {
  font-size: 12px;
  margin-bottom: 25px;
}
.c-title02 > span {
  font-size: 25px;
  margin-right: 10px;
}


.c-title03 > .ja {
  font-size: 16px;
  padding-left: 6px;
  margin-left: 6px;
  line-height: 1.5;
}
.c-title03 > .ja::before {
  height: 20px;
}
.c-title03 > .en {
  font-size: 22px;
  line-height: 1.5;
}
.c-title03 > .ja.sp-min {
  font-size: 19px;
}

.c-title04 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 21px;
  text-align: left;
  padding-bottom: 12px;
  margin-bottom: 22px;
}
.c-title04::after {
  content: none;
}

.c-title05 {
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.c-title05.book::before {
  width: 17px;
  height: 21px;
  vertical-align: -4px;
}

.c-note {
  line-height: 1.58;
}

.c-list > li {
  padding-left: 22px;
  line-height: 1.57;
}
.c-list > li + li {
  margin-top: 15px;
}
.c-list > li::before {
  top: 0.6em;
  left: 0.5em;
}

.c-icon-blank::before,
.c-icon-blank::after {
  right: 15px;
}

.c-box {
  border-radius: 5px;
}

.c-select-box::after {
  right: 10px;
}

.col-style > li {
  width: calc(50% - 7px);
}
.col-style > li + li {
  margin-left: 14px;
}
.col-style > li:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.col-style > li:nth-child(n+3) {
  margin-top: 30px;
}


.c-new-label::after {
  top: -15px;
  left: -4px;
  width: 46px;
  height: 46px;
}

.c-rankind-label::after {
  top: -18px;
  width: 32px;
  height: 27px;
  line-height: 34px;
}

.c-sns-list {
  text-align: center;
}
.c-sns-list > li + li {
  margin-left: 28px;
}
.c-sns-list .facebook img {
  width: 17px;
}
.c-sns-list .twitter img,
.c-sns-list .line img {
  width: 35px;
}
.c-sns-list .hatena img {
  width: 29px;
}

.c-hv-bd::before {
  border-width: 2px;
}

.style-btn-area {
  margin-top: 34px;
}


.emergency {
  padding: 20px;
}
.emergency .inner {
  width: auto;
  padding: 25px 15px;
}
.emergency .text,
.emergency .name {
  margin-bottom: 1em;
}
.emergency .link > a {
  font-size: 15px;
}
.emergency .link > a::before {
  content: '';
  background: url(../img/common/arrow_right05.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 12px;
  margin-right: 6px;
}

.hot {
  padding: 20px 15px 0;
  text-align: left;
}
.hot > .word {
  margin-right: 10px;
  margin-bottom: 10px;
}
.hot-list {
  display: inline;
}
.hot-list > li {
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.hot-list a {
  padding: 5px;
}
.hot-list > li + li {
  margin-left: 0;
}




.column-slide {
  padding: 0 15px;
}
.column-slide > a > .inner {
  height: auto;
  padding-top: 61.6632%;
}
.column-slide .text {
  background-color: transparent;
  font-size: 14px;
  padding: 0;
  line-height: 1.7;
  left: 5px;
  right: 5px;
  bottom: 5px;
  height: auto;
  text-align: justify;
  white-space: normal;
}
.column-slide .text > span {
  background-color: #fff;
}


.slider-books {
  padding: 0 20px;
  overflow: inherit;
}

.slider-item img {
  height: auto;
}
.slider-item:not(.is-active) {
  display: none;
}
.is-active.slider-item {
  position: relative;
  width: 100%;
  min-height: inherit;
  white-space: normal;
}

.slider-detail-link > .img::before {
  bottom: -5px;
  right: -5px;
}
.slider-detail-link > .img::after {
  bottom: -10px;
  right: -10px;
}
.slider-item.is-active .slider-detail-link .img {
  top: -20px;
}

.slider-item .media,
.slider-item .body {
  float: none;
}
.slider-item .media {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
}
.slider-item .body {
  display: block;
  width: auto;
  padding-right: 44vw;
  height: 82vw;
}
.slider-item .body .logo {
  margin-bottom: 5.3333vw;
}
.slider-item .body .logo > img {
  max-height: 42px;
}
.slider-item .btn-area {
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}


.slider-item .date {
  font-size: 8vw;
  text-align: left;
  margin-bottom: 13px;
}
.slider-item .release {
  font-size: 4.8vw;
  display: block;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0.5em;
}
.slider-item .release::before {
  content: none;
}
.slider-item .slash {
  font-size: 3.2vw;
}
.slider-item .week {
  font-size: 3.2vw;
}
.slider-item .text {
  font-size: 3.73333vw;
  text-align: justify;
}


.slider-btn {
  background-color: #fff;
  width: 60%;
  height: 35px;
  margin: auto;
  padding: 8.5px 0;
}

.slider-arrow {
  top: auto;
  left: 20px;
  right: 20px;
  bottom: 0;
  margin-left: 0;
  margin-bottom: 36px;
}

.slider-arrow > a {
  float: left;
  width: 46px;
}
.slider-arrow > a + a {
  float: right;
  margin-left: 0;
}
.slider-arrow::before,
.slider-arrow::after {
  content: '';
  display: table;
}
.slider-arrow::after {
  clear: both;
}





.publication-block {
  padding-top: 42.6666vw;
  padding-bottom: 60px;
  margin-top: -26vw;
}

.publication-list {
  margin: 0 -20px;
  margin-left: -15px;
}
.publication-list .item {
  padding: 0 15px;
}
#wrapper .publication-list .img {
  position: relative;
  width: auto;
  height: 150px;
  text-align: center;
}
#wrapper .publication-list .img-inner {
  display: inline-block;
  height: 100%;
  position: static;
  -webkit-transform: none;
  transform: none;
}
#wrapper .publication-list .img img {
  width: auto;
  height: 100%;
}
.publication-list .text {
  font-size: 15px;
  line-height: 1.47;
  max-width: 115px;
  margin: 8px auto 0;
}




.news-block {
  background-color: #f9f9f9;
  padding-bottom: 60px;
  margin: 0;
}
.news-list > li {
  width: calc((100% - 15px) / 2);
}
.news-list > li + li {
  margin-left: 15px;
}
.news-list > li:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.news-list > li:nth-child(n+3) {
  margin-top: 26px;
}

.news-list a.new::before {
  font-size: 12px;
  width: 50px;
  height: 20px;
  line-height: 20px;
}
.news-list a .img {
  height: auto;
  padding-top: 75.3125%;
}

.news-list a > .text-area {
  width: 100%;
  padding: 10px;
  margin-top: -1px;
}
.news-list a .date {
  font-size: 10px;
}
.news-list a .text {
  font-size: 12px;
  overflow: hidden;
  max-height: 63px;
}




.article-block {
  padding-bottom: 0;
}
.article-block::before {
  top: 8%;
  width: 100%;
  height: 150px;
}

.article-main,
.article-sidebar {
  width: auto;
  float: none;
}


.article-main {
  padding-bottom: 45px;
}

.top-article {
  padding-right: 0;
}
.top-article .text-area {
  top: -30px;
  min-height: 230px;
}
.top-article .text {
  font-size: 4.0vw;
  line-height: 1.67;
}
.top-article .img {
  width: 100%;
  height: auto;
  padding-top: 70.9935%;
}
.top-article .img-area {
  display: block;
}
.top-article .category {
  width: 140px;
  height: 42px;
}

.top-article .category > img {
  max-width: 80%;
  max-height: 25px;
}
.top-article-link {
  width: 96%;
  margin-left: auto;
}
.top-article-link::before {
  left: -26px;
  top: -26px;
  width: 76px;
  height: 75px;
}


.article-list > li {
  width: calc((100% - 20px) / 2);
}
.article-item .img-area::after {
  left: 6px;
  top: 6px;
}
.article-item .img {
  height: auto;
  padding-top: 70.9677%;
}
.article-item .category {
  width: 80px;
  height: 23px;
  bottom: -12px;
}
.article-item .category img {
  max-width: 80%;
  max-height: 15px;
}
.article-item .text {
  font-size: 14px;
  line-height: 1.43;
  margin-top: 19px;
  padding: 0;
}




.article-sidebar {
  position: relative;
  z-index: 0;
  padding: 30px 0 75px;
}
.article-sidebar::before {
  content: '';
  background-color: #f9f9f9;
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  right: -20px;
  pointer-events: none;
  z-index: -1;
}

.sidebar-title {
  font-size: 24px;
  margin-bottom: 22px;
}

.sidebar-tab a {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: color, background-color 0.2s ease-in-out;
  transition: color, background-color 0.2s ease-in-out;
}

.ranking-item .img-outer {
  width: 45%;
}
.ranking-item .img {
  height: auto;
  padding-top: 70.625%;
}

.ranking-item .text-area {
  background-color: #f9f9f9;
  margin-top: -10px;
}



.bread {
  border-top: 1px solid #ecebeb;
  font-size: 12px;
  padding: 17px 0;
}
.bread-list > li {
  font-size: 12px;
  vertical-align: top;
  line-height: 1.41;
}
.bread-list > li + li {
  padding-left: 14px;
  margin-left: 10px;
}
.bread-list > li + li::before {
  width: 4px;
  height: 6px;
}
.bread-list .home,
.bread-list .home a {
  height: 11px;
  vertical-align: 0;
}
.bread-list svg {
  width: 11px;
  height: 11px;
}

/* wrap */
.title-standard-wrap {
  padding: 12px 0;
  margin-bottom: 30px;
}
.title-standard-wrap.mb {
  margin-bottom: 15px;
}

.title-standard-wrap .btn-wrap {
  top: 0;
}
.title-standard-wrap .btn-wrap > .btn {
  min-width: inherit;
}

.title-standard-wrap.lang .title > .ja {
  font-size: 20px;
}

@media screen and (max-width: 374px) {
  .title-standard-wrap .title > .ja {
    font-size: 4.26666vw;
  }
  .title-standard-wrap .title > .en {
    font-size: 5.86666vw;
  }
  .title-standard-wrap .btn-wrap > .btn {
    font-size: 3.73333vw;
    padding-left: 4vw;
    padding-right: 9.3333vw;
  }
  .title-standard-wrap.lang .title > .ja {
    font-size: 5.86666vw;
  }
}


.link-head-wrap {
  padding-right: 0;
  min-height: inherit;
}
.link-head-wrap .text {
  font-size: 12px;
  padding-right: 0;
  text-align: justify;
  margin-bottom: 18px;
}
.link-head-wrap.no-bg .text {
  margin-bottom: 0;
}
.link-head-wrap.no-bg .text + .text {
  margin-top: 18px;
}
.link-head-wrap .bg {
  position: static;
  width: 100%;
  padding: 15px 0;
}
.link-head-wrap .bg > li {
  font-size: 12px;
  padding-right: 16px;
}
.link-head-wrap .bg > li + li {
  margin-left: 15px;
}


/*------------------------------------------------------------------------------
  magazine
------------------------------------------------------------------------------*/
.magazine-block {
  padding: 10px 0 15px;
}

.select-category .select-wrap {
  position: relative;
}
.select-category .select-wrap::before,
.select-category .select-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.select-category .select-wrap::before {
  background: url(../img/common/icon_folder.png) center center no-repeat;
  background-size: 17px auto;
  border-right: 2px solid #232323;
  width: 45px;
  height: 100%;
  left: 0;
}
.select-category .select-wrap::after {
  background: url(../img/common/arrow_bottom02.png) no-repeat;
  background-size: contain;
  right: 15px;
  width: 15px;
  height: 9px;
}

.select-category select {
  border: 2px solid #232323;
  border-radius: 4px;
  width: 100%;
  padding: 7.5px 0;
  padding-left: 45%;
  text-align: center;
}


.magazine-list > li {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
}
.magazine-list > li:nth-child(3n) {
  margin-right: 10px;
}
.magazine-list > li:nth-child(2n) {
  margin-right: 0;
}
.magazine-list > li:nth-child(3n+1) {
  clear: inherit;
}
.magazine-list > li:nth-child(n+3),
.magazine-list > li:nth-child(n+4) {
  margin-top: 10px;
}


.magazine-list a {
  padding: 42px 15px 15px;
}

.magazine-list .number {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  padding: 0 15px;
}

.magazine-list .logo {
  height: 30px;
  margin-bottom: 8px;
}
.magazine-list .logo img {
  width: auto;
  height: auto;
  max-height: 100%;
}

.magazine-list .text {
  margin-bottom: 15px;
  line-height: 1.58;
  font-size: 11px;
}

.magazine-list .img {
  height: auto;
  min-height: 157px;
  margin-bottom: 10px;
}
.magazine-list .img img {
  height: auto;
  max-height: 100%;
}

.magazine-list .date > span {
  font-size: 12px;
  display: block;
}
.magazine-list .date > span + span {
  margin-left: 0;
  margin-top: 5px;
}


.magazine-artiche-block {
  background-color: transparent;
  padding: 0 0 25px;
}


.magazine-heading-block {
  padding: 35px 0 30px;
}
.magazine-heading-title .left {
  float: none;
  width: auto;
  padding-left: 0;
  margin-bottom: 25px;
  text-align: left;
}
.magazine-heading-title .left > .inner {
  display: block;
}
.magazine-heading-title .img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.magazine-heading-title .img img {
  height: auto;
  max-height: 90px;
}
.magazine-heading-title .title-wrap {
  margin-bottom: 20px;
}
.magazine-heading-title .date {
  font-size: 0;
  padding-left: 0;
  text-align: center;
}
.magazine-heading-title .date > span {
  display: inline-block;
  font-size: 12px;
}
.magazine-heading-title .date > span + span {
  margin-left: 1em;
}
.magazine-heading-title .contact-link {
  font-size: 14px;
  padding: 10px 0 0;
  text-align: center;
}


.magazine-heading-title .right {
  overflow: inherit;
}
.magazine-caption {
  border-left: none;
  padding-left: 0;
  white-space: normal;
  text-align: justify;
}
.magazine-caption > .heading {
  font-size: 20px;
  line-height: 1.36;
  margin-bottom: 5px;
}
.magazine-caption > .text {
  font-size: 14px;
}

.magazine-link-area {
  margin-top: 25px;
}
.magazine-link-area > * {
  display: block;
}

.magazine-link-area > .official a {
  background: url(../img/common/icon_blank.svg) center right 15px no-repeat;
  background-size: 13px auto;
  border: 2px solid  #232323;
  display: inline-block;
  font-size: 16px;
  padding: 18px 10px;
  padding-right: 24px;
  width: 100%;
}
.magazine-link-area > .official a::after {
  content: none;
}
.magazine-link-area .sns {
  text-align: center;
  margin-left: 0;
  margin-top: 28px;
}
.magazine-link-area .sns > li + li {
  margin-left: 35px;
}
.magazine-link-area .sns > li.instagram {
  margin-left: 30px;
}
.magazine-link-area .sns > li.youtube {
  margin-left: 30xpx;
}


.magazine-detail-block {
  padding-top: 30px;
  padding-bottom: 40px;
}
.magazine-detail-block + .magazine-contents {
  padding-top: 0;
}
.current-issue {
  margin-left: 0;
  margin-bottom: 30px;
}
.current-issue .title {
  font-size: 30px;
}
.bd-style::after {
  width: calc(100% - 10px);
}


.magazine-introduction {
  padding-bottom: 30px;
}
.magazine-introduction .media {
  float: none;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.magazine-introduction .body {
  overflow: inherit;
  padding: 20px 0 0;
}
.magazine-introduction .body .title {
  text-align: center;
}
.magazine-introduction .body .title > .current {
  display: block;
  font-size: 30px;
  margin-bottom: 18px;
}
.magazine-introduction .body .title > .current span {
  font-size: 42px;
}
.magazine-introduction .body .title > .date {
  font-size: 14px;
  padding-left: 0;
}
.magazine-introduction .body .price {
  display: inline-block;
  font-size: 14px;
  margin-top: 0;
}

.magazine-introduction .body .box {
  background-color: #f7f7f7;
  padding: 20px 16px;
  line-height: 1.43;
}
.magazine-introduction .body .wrap::after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f7f7f7);
}
.magazine-introduction .body .list {
  border-top: 1px solid #b5b5b5;
  padding-top: 10px;
  line-height: 1.43;
}
.magazine-introduction .body .list > li {
  padding: 0 5px;
  text-indent: 0;
}
.magazine-introduction .body .list > li::before {
  content: none;
}
.magazine-introduction .body .list > li + li {
  border-top: 1px solid #b5b5b5;
  margin-top: 10px;
  padding-top: 10px;
}
.magazine-introduction .body .list > li a {
  display: inline-block;
  font-weight: bold;
}


.magazine-btn-area {
  padding: 0 10px;
}
.magazine-btn-area > .btn-wrap {
  width: auto;
}
.magazine-btn-area > .btn-wrap + .btn-wrap {
  margin-top: 20px;
}
.magazine-btn-area .btn {
  width: calc((100% - 15px) / 2);
}
.magazine-btn-area .btn + .btn {
  margin-left: 15px;
}


.magazine-webmedia-block {
  padding: 40px 0;
}
.magazine-webmedia-block::before {
  right: auto;
  width: 100%;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: skewX(-26deg);
  transform: skewX(-26deg);
}
.magazine-webmedia-block .title {
  font-size: 24px;
  margin-bottom: 25px;
}
.magazine-webmedia-box .media {
  float: none;
  width: auto;
  text-align: center;
}
.magazine-webmedia-box .body {
  padding-top: 30px;
  padding-left: 0;
}

.magazine-webmedia-box .website {
  margin-bottom: 15px;
  line-height: 1.25;
}
.magazine-webmedia-box .text {
  margin-bottom: 25px;
}
.magazine-webmedia-box .text-short {
  margin-bottom: 7px;
}

.magazine-webmedia-box .btn-area {
  padding: 0;
}
.magazine-webmedia-box .btn-area > * {
  display: block;
}
.magazine-webmedia-box .official {
  padding-right: 0;
}
.magazine-webmedia-box .official > a {
  font-size: 16px;
  width: 100%;
  padding: 18px 10px;
  padding-right: 40px;
}
.magazine-webmedia-box .sns {
  padding: 0;
  margin-top: 28px;
  text-align: center;
}

#js-bookmook-slider-author .slick-track {
  left: 30px;
}

.js-publication-slider .slick-track {
  left: 40px;
}


.magazine-contents-title {
  margin-bottom: 50px;
}
.magazine-contents-title + .magazine-contents02 {
  padding: 40px 0;
}
.magazine-contents-title::after {
  width: calc(100% - 37.5px);
}
.magazine-contents-title .title {
  font-size: 20px;
  padding: 0 10px;
  padding-right: 35px;
}
.magazine-contents-title .title::after {
  height: 73px;
  bottom: -40px;
  right: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotateZ(38deg);
  transform: rotateZ(38deg);
}


.magazine-contents-box {
  width: auto;
  margin: 0 10px;
  padding: 35px 20px;
}
.magazine-contents-box .title {
  font-size: 28px;
  line-height: 1.36;
  margin-bottom: 25px;
}

.magazine-contents-box .text {
  line-height: 1.38;
  margin-bottom: 15px;
}
.magazine-contents-box .text > small {
  font-size: 11px;
}

.magazine-contents-box .period > .label {
  font-size: 12px;
  padding: 7px 6px;
}
.magazine-contents-box .period > .num {
  font-size: 14px;
  padding-left: 10px;
}
.magazine-contents-box .btn-area {
  margin-top: 35px;
}

.magazine-contents-box .btn {
  font-size: 16px;
  padding: 16px 0;
}
.magazine-contents-box .btn > .icon {
  right: 10px;
  width: 14px;
  height: 14px;
}
.magazine-contents-box .btn > .icon > span:nth-child(1) {
  width: 2px;
  margin-left: -1px;
}
.magazine-contents-box .btn > .icon > span:nth-child(2) {
  height: 2px;
  margin-top: -1px;
}
.magazine-contents-box .backnumber-inner {
  padding: 20px 15px;
}
.magazine-contents-box .backnumber-wrap li {
  width: calc((100% - 15px) / 2);
  margin-right: 15px;
}
.magazine-contents-box .backnumber-wrap li:nth-child(3n) {
  margin-right: 15px;
}
.magazine-contents-box .backnumber-wrap li:nth-child(2n) {
  margin-right: 0;
}
.magazine-contents-box .backnumber-wrap li:nth-child(3n+1) {
  clear: inherit;
}
.magazine-contents-box .backnumber-wrap li:nth-child(2n+1) {
  clear: both;
}
.magazine-contents-box .backnumber-wrap li:nth-child(n+4) {
  margin-top: 0;
}
.magazine-contents-box .backnumber-wrap li:nth-child(n+3) {
  margin-top: 35px;
}

.magazine-contents-box .backnumber-img {
  margin-bottom: 15px;
}
.magazine-contents-box .backnumber-title {
  font-size: 22px;
}
.magazine-contents-box .backnumber-date {
  font-size: 12px;
  line-height: 1.31;
}

.magazine-contents01 {
  padding-bottom: 20px;
}

.magazine-contents01::before {
  top: 65%;
}

.magazine-contents02 {
  padding: 55px 0 75px;
  min-height: auto;
}
.magazine-contents02::before {
  top: 9%;
  height: 167.733333vw;
}
.magazine-contents02 + .magazine-contents02 {
  margin-top: -25px;
}
.single-web .magazine-contents02 {
  padding-top: 30px;
}

.magazine-contents-container .container-title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 20px;
}
.magazine-contents-container .container-title.t01 > span {
  display: block;
  margin-bottom: 0.25em;
}
.magazine-contents-container .container-title.t02 > span {
  padding-right: 0.2em;
}

.magazine-contents-list + .magazine-contents-list {
  margin-top: 35px;
}

.magazine-contents-list > li {
  width: calc((100% - 15px) / 2);
  margin-right: 15px;
}
.magazine-contents-list > li:nth-child(3n+1) {
  clear: inherit;
}
.magazine-contents-list > li:nth-child(n+4) {
  margin-top: 0;
}
.magazine-contents-list > li:nth-child(3n) {
  margin-right: 15px;
}
.magazine-contents-list > li:nth-child(2n) {
  margin-right: 0;
}
.magazine-contents-list > li:nth-child(n+3) {
  margin-top: 35px;
}

.magazine-contents-list .img-area img {
  width: 100%;
}

.magazine-contents-container .title {
  font-size: 14px;
  line-height: 1.43;
}

.magazine-contents-container .btn-area {
  margin-top: 40px;
}
.magazine-contents-container .btn-area > .btn {
  padding: 12px 20px 12px 0;
  line-height: 1.3;
}

/* type01 */
.magazine-contents-list.type01 .label {
  padding: 4px 10px;
  min-width: 56px;
}


/* type02 */
.magazine-contents-list.type02 > li:nth-child(n+4) {
  margin-top: 0;
}
.magazine-contents-list.type02 > li:nth-child(n+3) {
  margin-top: 40px;
}
.magazine-contents-list.type02 .img-area {
  margin-bottom: 20px;
}
.magazine-contents-list.type02 .label {
  font-size: 12px;
  min-width: 80px;
  padding: 4px;
}
.magazine-contents-list.type02 .title {
  padding: 0 10px;
}

.magazine-contents {
  padding-top: 40px;
}


/*------------------------------------------------------------------------------
  subscribe
------------------------------------------------------------------------------*/
.subscribe-main + .footer .pagetop {
  bottom: 80px;
}
.magazine-block-subscribe {
  padding-bottom: 25px;
}
.subscribe-block {
  padding-bottom: 0;
}

.subscribe-check {
  background-color: rgba(0,0,0,0.6);
  border: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 0;
  z-index: 99;
  white-space: nowrap;
  text-align: center;
}
.subscribe-check::before,
.subscribe-check::after {
  content: none;
}
.subscribe-check .clear,
.subscribe-check.arw-top {
  display: none;
}
.subscribe-check .text {
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
}
.subscribe-check button {
  font-size: 12px;
  width: 113px;
  padding: 10px 0;
}
.subscribe-check button + button {
  margin-left: 10px;
}

.subscribe-list {
  border: none;
}
.subscribe-list > li {
  margin: 0 -10px;
  padding: 0 10px 15px;
}
.subscribe-list > li .title {
  background-color: #f8f8f8;
  font-size: 26px;
  padding: 17px 0;
  padding-left: 50px;
  margin: 0 -10px;
  margin-bottom: 25px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.subscribe-list > li .checkmark {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}
.subscribe-list > li + li {
  border-top: none;
}
.subscribe-list > li + li .title {
  border-top: 1px solid #e5e5e5;
}
.subscribe-list > li.is-check .title {
  background-color: #ffcece;
}

.subscribe-col {
  padding-right: 0;
}

.subscribe-body,
.subscribe-img {
  width: 50%;
}
.subscribe-body {
  padding: 0;
  padding-right: 7px;
}
.subscribe-body .select-box > select {
  padding-right: 25px;
}
.subscribe-img {
  padding-left: 7px;
}
.subscribe-img img {
  width: 100%;
}
.subscribe-data {
  position: static;
  padding-left: 0;
  width: auto;
  margin-top: 15px;
}
.subscribe-data .box-wrap {
  display: none;
  padding-bottom: 15px;
}
.subscribe-data-more {
  position: relative;
  border: 1px solid #333;
  background-color: #fff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 13px 0;
}
.subscribe-data-more::before {
  content: '';
  background: url(../img/common/arrow_bottom02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 12px;
  height: 7px;
}
.is-open.subscribe-data-more::before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.subscribe-body .select-text {
  font-size: 12px;
  width: calc(4em + 10px);
  padding-right: 10px;
}
.subscribe-body .select-box {
  width: calc(100% - 58px);
}

.subscribe-body .campaign-btn > a {
  font-size: 13px;
}

.subscribe-data dl {
  padding: 14px 10px;
}
.subscribe-data dl > * {
  font-size: 12px;
}


@media screen and (max-width: 374px) {
  .link-head-wrap .bg > li {
    font-size: 3.2vw;
  }
  .subscribe-body .campaign-btn > a {
    font-size: 3.46666vw;
  }
  .subscribe-check {
    padding: 4vw 2.6666vw;
  }
  .subscribe-check .text {
    font-size: 3.2vw;
    margin-right: 2.6666vw;
  }
  .subscribe-check button {
    font-size: 3.2vw;
    width: 30.13333vw;
  }
  .subscribe-check button + button {
    margin-left: 2.6666vw;
  }
}


/*------------------------------------------------------------------------------
  modal
------------------------------------------------------------------------------*/
.modal-wrap {
  -webkit-overflow-scrolling: touch;
}
.modal-wrap .wrap-table {
  padding: 0 10px;
}
.modal-container {
  width: auto;
  margin: 0;
}



/*------------------------------------------------------------------------------
  poricy
------------------------------------------------------------------------------*/
.subscribe-poricy-block .ib {
  display: inline-block;
}
.subscribe-poricy-block .mb0 {
  margin-bottom: 0;
}
.subscribe-poricy-block > .contents {
  font-size: 14px;
  padding: 25px 0;
}
.subscribe-poricy-block > .contents.sec03 p,
.subscribe-poricy-block > .contents.sec03 address {
  line-height: 1.57;
}
.title-standard-wrap.subscribe {
  padding-bottom: 22px;
  margin-bottom: 0;
}
.title-standard-wrap.subscribe .btn-wrap {
  position: static;
  text-align: right;
  margin-top: 20px;
}


.subscribe-poricy-anchor > .list,
.subscribe-poricy-anchor li {
  display: block;
}
.subscribe-poricy-anchor {
  text-align: left;
  padding: 0 10px;
  margin-bottom: -60px;
}
.subscribe-poricy-anchor li + li::before {
  top: 0;
  margin-top: 0;
  height: 1px;
  width: 100%;
}

.subscribe-poricy-anchor > .list {
  width: auto;
  border-radius: 4px;
  overflow: hidden;
}
.subscribe-poricy-anchor a {
  font-size: 12px;
  padding: 0 20px;
  height: 40px;
  line-height: 1.25;
}
.subscribe-poricy-anchor .icon {
  display: block;
}
.subscribe-poricy-anchor .icon::after {
  right: 0;
}


.subscribe-poricy-anchor + .contents {
  padding-top: 105px;
}


.subscribe-poricy-table-wrap {
  margin: 0;
}
.subscribe-poricy-table-wrap p {
  line-height: 1.57;
}
.subscribe-poricy-table-wrap p + * {
  margin-top: 1.57em;
}
.subscribe-poricy-table-wrap table,
.subscribe-poricy-table-wrap tbody,
.subscribe-poricy-table-wrap tr,
.subscribe-poricy-table-wrap th,
.subscribe-poricy-table-wrap td {
  display: block;
}
.subscribe-poricy-table-wrap th,
.subscribe-poricy-table-wrap td {
  font-size: 14px;
  padding: 0;
  border-bottom: none;
}

.subscribe-poricy-table-wrap tr {
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 10px 10px;
}

.subscribe-poricy-table-wrap th {
  width: 100%;
  margin-bottom: 6px;
}


.subscribe-poricy-head {
  line-height: 1.5;
}
.subscribe-poricy-head p + p {
  margin-top: 1.5em;
}

.subscribe-poricy-box {
  margin-top: 25px;
}

.subscribe-poricy-subtitle {
  padding: 14px 20px;
  margin-bottom: 23px;
  line-height: 1.25;
}

.subscribe-poricy-box > .inner {
  width: auto;
}
.subscribe-poricy-box th,
.subscribe-poricy-box td {
  font-weight: normal;
  padding: 14px 9px;
  vertical-align: top;
  line-height: 1.57;
}
.subscribe-poricy-box th {
  width: 35%;
}

.subscribe-poricy-box .sub-table,
.subscribe-poricy-box .sub-table tbody,
.subscribe-poricy-box .sub-table tr,
.subscribe-poricy-box .sub-table th,
.subscribe-poricy-box .sub-table td {
  display: block;
}
.subscribe-poricy-box .sub-table th,
.subscribe-poricy-box .sub-table td {
  padding: 5px;
}
.subscribe-poricy-box .sub-table th {
  border-right: none;
  font-weight: bold;
  width: auto;
}


.subscribe-poricy-box p + p {
  margin-top: 20px;
}

.subscribe-poricy-list {
  line-height: 1.57;
}
.subscribe-poricy-list {
  margin-top: 25px;
}
.subscribe-poricy-list .body .pl {
  padding-left: 0;
}
.subscribe-poricy-list .ti {
  text-indent: -2em;
  padding-left: 2em;
}
.subscribe-poricy-list .sub-title {
  margin-bottom: 15px;
}
.subscribe-poricy-list .body {
  margin-top: 18px;
  padding-left: 0;
}

.subscribe-poricy-list .sublist .list {
  padding-bottom: 0;
}
.subscribe-poricy-list .sub-list > li,
.subscribe-poricy-list .sublist .list > li {
  line-height: 1.57;
}
.subscribe-poricy-list .sub-list > li::before {
  top: 0.5em;
}
.subscribe-poricy-list .sub-list > li + li {
  margin-top: 13px;
}

.subscribe-poricy-list .body .mb {
  margin-bottom: 12px;
}


.subscribe-poricy-contact {
  padding: 20px 10px;
  margin: 30px 0;
}
.subscribe-poricy-contact .title {
  margin-bottom: 15px;
}


/*------------------------------------------------------------------------------
  faq
------------------------------------------------------------------------------*/
.subscribe-faq-block {
  padding: 25px 0 15px;
}
.subscribe-faq-block .contents-title {
  font-size: 18px;
}
.faq-list {
  margin-top: 0;
}
.faq-list > li + li {
  margin-top: 10px;
}
.faq-btn {
  padding: 15px 65px;
}
.faq-btn > .number {
  font-size: 15px;
}
.faq-btn > .number > span {
  height: 15px;
}
.faq-btn > .que {
  font-size: 14px;
  text-align: justify;
  line-height: 1.33;
}
.faq-btn > .icon {
  right: 15px;
  width: 14px;
  height: 14px;
}
.faq-body > .inner {
  padding: 20px 10px;
}
.faq-body .text,
.faq-body .list {
  font-size: 12px;
}
.faq-body .list > li + li {
  margin-top: 0;
}


/*------------------------------------------------------------------------------
  campaign
------------------------------------------------------------------------------*/
.subscribe-campaign-block {
  padding-bottom: 25px;
}
.subscribe-campaign-list {
  margin: 0 -10px;
}
.subscribe-campaign-list > li {
  border: none;
  padding: 0 20px;
}
.subscribe-campaign-list > li + li {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 20px;
}
.subscribe-campaign-list .btn-area {
  position: static;
  margin-top: 7px;
}
.subscribe-campaign-list .btn {
  width: 100%;
  padding: 12px 0;
}

.subscribe-campaign-list .media {
  width: 26.87%;
}
.subscribe-campaign-list .body {
  padding-left: 10px;
  padding-bottom: 0;
}
.subscribe-campaign-list .title {
  margin-bottom: 7px;
}
.subscribe-campaign-list .title > img {
  height: 30px;
}
.subscribe-campaign-list .text {
  font-size: 15px;
  line-height: 1.33;
  margin-bottom: 7px;
}
.subscribe-campaign-list .sub-text {
  font-size: 12px;
  line-height: 1.5;
}
.subscribe-campaign-list .box {
  margin-bottom: 8px;
}
.subscribe-campaign-list .box-inner {
  display: block;
  font-size: 12px;
  padding: 7px 10px;
  line-height: 1.5;
}


/*------------------------------------------------------------------------------
  subscribe-continue
------------------------------------------------------------------------------*/
.subscribe-continue-block {
  padding-bottom: 25px;
}
.subscribe-continue-box {
  text-align: justify;
  padding: 10px;
}
.subscribe-continue-input > li {
  position: static;
  font-size: 0;
  margin: 0;
  width: auto;
}
.subscribe-continue-input > li > * {
  display: inline-block;
  vertical-align: middle;
}
.subscribe-continue-box .title {
  font-size: 14px;
}
.subscribe-continue-box .title.large {
  font-size: 20px;
}
.subscribe-continue-input .text {
  font-size: 14px;
  position: static;
  width: 25%;
  padding-right: 0;
}
.subscribe-continue-input input {
  width: 75%;
}

.subscribe-continue-box .btn-wrap {
  margin-top: 15px;
}

.subscribe-continue-failed {
  width: 75%;
  margin-right: 0;
}

.subscribe-continue-article {
  padding: 0;
}
.subscribe-continue-article > .box {
  width: 40%;
}
.subscribe-continue-article > .box + .box {
  width: 60%;
  padding-left: 15px;
}
.subscribe-continue-article > .box > img {
  width: 100%;
}

.subscribe-continue-article .table-price,
.subscribe-continue-article .table-price tbody,
.subscribe-continue-article .table-price tr,
.subscribe-continue-article .table-price th,
.subscribe-continue-article .table-price td,
.subscribe-continue-article .table-select,
.subscribe-continue-article .table-select tbody,
.subscribe-continue-article .table-select tr,
.subscribe-continue-article .table-select th,
.subscribe-continue-article .table-select td {
  display: block;
}

.subscribe-continue-article .table-price th,
.subscribe-continue-article .table-price td,
.subscribe-continue-article .table-select th,
.subscribe-continue-article .table-select td {
  padding: 5px 10px;
}

.subscribe-continue-article .table-price th,
.subscribe-continue-article .table-select th {
  font-size: 14px;
  width: auto;
  padding-top: 10px;
}
.subscribe-continue-article .table-price td,
.subscribe-continue-article .table-select td {
  padding-bottom: 10px;
}
.subscribe-continue-article .table-price td {
  font-size: 20px;
}

.subscribe-continue-article .table-select {
  margin-top: 15px;
}
.subscribe-continue-article .table-select .list > li {
  display: block;
  font-size: 16px;
  margin-right: 0;
}
.subscribe-continue-article .table-select .list > li + li {
  margin-top: 10px;
}
.subscribe-continue-article .btn {
  padding: 5px 0;
}


/*------------------------------------------------------------------------------
  hotword
------------------------------------------------------------------------------*/
.hotword-block {
  padding-top: 22px;
}

.hotword-title-wrap .item {
  width: 110px;
  font-size: 12px;
}
.hotword-title-wrap .label {
  padding: 0 18px;
}
.hotword-title-wrap .label > .inner {
  font-size: 12px;
  white-space: nowrap;
}
.hotword-title-wrap .title {
  font-size: 16px;
  width: calc(100% - 110px);
}

.hotword-caption {
  font-size: 12px;
  line-height: 1.53;
}

.hotword-list-block {
  padding: 30px 0 20px;
}
.hotword-list-block + .hotword-list-block {
  padding: 20px 0;
}
.hotword-list-block:last-of-type {
  padding-bottom: 25px;
}

.hotword-list > li + li {
  margin-top: 10px;
}

.hotword-list a::before,
.hotword-list a::after {
  content: '';
  display: table;
}
.hotword-list a::after {
  clear: both;
}
.hotword-list .img,
.hotword-list .body {
  float: left;
  
}
.hotword-list .img {
  height: auto;
  padding-top: calc(60.9756% * 0.46);
  width: calc(46% - 5px);
}
.hotword-list .body {
  padding-left: 10px;
  margin-top: 0;
  width: calc(54% - 5px);
}
.hotword-list .title {
  font-size: 12px;
  line-height: 1.53;
}



/*------------------------------------------------------------------------------
  web
------------------------------------------------------------------------------*/
.web.magazine-block {
  padding: 22px 0 27px;
}
.web.magazine-block .title {
  margin-bottom: 0;
}
.web.magazine-list a {
  padding-top: 15px;
}
.web.magazine-list .img {
  min-height: inherit;
}

.webmedia-wrap .magazine-webmedia-box .text {
  margin-bottom: 0;
}

.webmedia-detail-block {
  padding: 30px 0 75px;
}
.webmedia-detail-block .current-issue {
  margin-bottom: 40px;
}

.webmedia-container {
  padding: 0;
  margin-top: 50px;
}
.webmedia-container img {
  height: auto;
}

.webmedia-more-block {
  padding-bottom: 75px;
}

.webmedia-more-block::after {
  top: 16%;
}

/*------------------------------------------------------------------------------
  bookmook
------------------------------------------------------------------------------*/
.bookmook-title-wrap {
  position: relative;
  padding-top: 15px;
}
.bookmook-title-wrap > .btn {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  min-width: 130px;
  height: 38px;
  padding: 11px 10px;
  text-align: left;
}
.bookmook-head-block {
  padding-top: 10px;
  padding-bottom: 25px;
}
.bookmook-head-box {
  padding: 10px 10px 15px;
}
.bookmook-head-box .title {
  margin-bottom: 10px;
}
.bookmook-head-box .inputarea01 {
  margin-bottom: 15px;
}

.bookmook-head-box .inputarea01 > * {
  float: none;
  width: 100%;
}
.bookmook-head-box .inputarea01 > * + * {
  float: none;
  margin-top: 10px;
}
.bookmook-head-box .inputarea01 select {
  font-weight: bold;
}

.bookmook-head-box .inputarea02 > .text {
  padding-right: 0;
  display: block;
  margin-bottom: 10px;
}

.bookmook-head-box .box {
  width: 25%;
}
.bookmook-head-box .box + .box {
  padding-left: 1%;
}

.bookmook-head-box .box > .s01 {
  width: 80%;
}
.bookmook-head-box .box > .s02 {
  width: 65%;
}
.bookmook-head-box .box > .s01::after,
.bookmook-head-box .box > .s02::after {
  content: none;
}
.bookmook-head-box .box .text {
  font-size: 12px;
  padding-left: 0;
  white-space: nowrap;
  padding-left: 4%;
}
.bookmook-head-box .box > .s01 + .text {
  width: 20%;
}
.bookmook-head-box .box > .s02 + .text {
  width: 35%;
}

.bookmook-head-box .btn-wrap {
  margin-top: 25px;
}
.bookmook-head-box .btn {
  padding: 5px 0;
}

.bookmook-head-box .btn > span:after,
.bookmook-head-box .btn > span:before {
  background-image: url(../img/common/icon_search02-wt.svg);
}

.bookmook-new-block {
  padding: 25px 0;
}

.bookmook-item .img-wrap {
  width: 100%;
}
.bookmook-item .img-wrap .img {
  display: block;
  width: 100%;
}
.bookmook-item .img-wrap img {
  width: 100%;
}
.bookmook-item .body {
  margin-top: 5px;
}
.bookmook-item .title {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.bookmook-item .text {
  font-size: 12px;
}


.bookmook-ranking-block {
  padding: 25px 0;
}

.bookmook-ranking-box + .bookmook-ranking-box {
  margin-top: 25px;
}


.bookmook-add-block {
  background-color: #f8f8f8;
  padding: 25px 0;
}

.bookmook-add-box:not(.sapix) {
  background-color: transparent;
  border: none;
  padding: 0;
}
.bookmook-add-box:not(.sapix) .col-style {
  margin: 0 -10px;
}
.bookmook-add-box:not(.sapix) .col-style li {
  padding: 15px;
  width: auto;
  float: none;
}
.bookmook-add-box:not(.sapix) .col-style > li:nth-child(2n+1) {
  clear: inherit;
}
.bookmook-add-box:not(.sapix) .bookmook-item .text {
  display: none;
}
.bookmook-add-box:not(.sapix) .bookmook-item .body {
  max-width: 115px;
}
.bookmook-add-box:not(.sapix) .bookmook-item .title {
  font-size: 15px;
  line-height: 1.47;
  margin-bottom: 0;
}
.bookmook-add-box:not(.sapix) .bookmook-item .img {
  width: auto;
  height: 150px;
}
.bookmook-add-box:not(.sapix) .bookmook-item .img img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.bookmook-add-box:not(.sapix) > .title {
  font-size: 18px;
  margin-bottom: 25px;
}


.bookmook-btn-wrap {
  margin-top: 25px;
}
.bookmook-btn-wrap > a {
  background-color: #fff;
  width: 100%;
}
.bookmook-btn-wrap > a + a {
  margin-left: 0;
  margin-top: 10px;
}

.bookmook-add-box.sapix {
  padding: 15px  10px;
}
.bookmook-add-box.sapix > .title {
  font-size: 18px;
}
.bookmook-add-box > .title.mb {
  margin-bottom: 20px;
}

.bookmook-add-list > li {
  width: auto;
  float: none;
}
.bookmook-add-list > li + li {
  margin-left: 0;
  margin-top: 20px;
}
.bookmook-add-list .title {
  font-size: 15px;
  margin-top: 10px;
}


.bookmook-search-block {
  padding: 25px 0;
}

.bookmook-search-block .bookmook-title-wrap {
  padding-top: 15px;
}
.bookmook-search-title {
  font-size: 12px;
  padding-bottom: 15px;
}
.bookmook-search-title > span {
  font-size: 18px;
}
.bookmook-search-form {
  left: 80px;
  height: 35px;
  padding-right: 10px;
}
.bookmook-search-form .select select {
  font-weight: bold;
  padding: 3.5px 15px;
  width: 160px;
}

.bookmook-search-form ul {
  text-align: right;
  white-space: nowrap;
}
.bookmook-search-form ul > li + li {
  margin-left: 16px;
}
.bookmook-search-form ul > li.btn02 {
  padding-left: 0;
}
.bookmook-search-form ul > li.btn02::before {
  content: none;
}
.bookmook-search-form ul > li .select-box::after {
  content: none;
}
.bookmook-search-form .btn {
  font-size: 0;
  padding: 0;
}
.bookmook-search-form .list {
  width: 20px;
  height: 20px;
}
.bookmook-search-form .detail {
  width: 24px;
  height: 20px;
}

@media screen and (max-width: 320px) {
  .bookmook-search-title {
    font-size: 10px;
  }
  .bookmook-search-title > span {
    font-size: 12px;
  }
  .bookmook-search-form {
    left: 40px;
  }
  .bookmook-search-form ul > li + li {
    margin-left: 9px;
  }
  .bookmook-search-form .select select {
    padding: 3.5px 20px;
    width: auto;
  }
}


.bookmook-search-detail > li {
  padding: 20px 10px;
}
.bookmook-search-detail .head-wrap,
.bookmook-search-detail .body-wrap {
  float: none;
  width: auto;
}
.bookmook-search-detail .img-wrap,
.bookmook-search-detail .detail-wrap {
  width: calc(50%);
}
.bookmook-search-detail .img-wrap {
  padding-right: 6px;
}
.bookmook-search-detail .detail-wrap {
  padding: 0;
  padding-left: 6px;
}

.bookmook-search-detail .title {
  font-size: 15px;
  margin-bottom: 12px;
}
.bookmook-search-detail .author {
  font-size: 12px;
}

.bookmook-search-detail .text {
  position: relative;
  font-size: 12px;
  max-height: calc(7em * 1.5);
  line-height: 1.5;
  overflow: hidden;
}
.js-text.is-cut::after {
  content: '...';
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1em;
  height: calc(1em * 1.5);
  pointer-events: none;
}

.bookmook-search-detail .body-wrap {
  margin-top: 10px;
}



.bookmook-detail-head-block {
  padding-top: 15px;
}
.bookmook-detail-head-block .title-wrap {
  padding-bottom: 18px;
}
.bookmook-detail-title {
  font-size: 22px;
  line-height: 1.36;
  text-align: justify;
}
.bookmook-detail-title > span {
  font-size: 11px;
  margin-top: 10px;
}

.bookmook-detail-head-block .main-wrap {
  padding: 20px 0 0;
}

.bookmook-detail-data .media {
  padding-bottom: 10px;
}
.bookmook-detail-data .body {
  background-color: #fff;
  margin: 0 -10px;
  padding: 15px 10px;
}

.bookmook-detail-data .img-list li {
  position: relative;
  height: 255px;
}
.bookmook-detail-data .img-list li > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 60%;
  max-height: 100%;
  height: auto;
  margin: auto;
}
.bookmook-detail-data .publication-arrow {
  top: 50%;
  width: 46px;
  height: 11px;
}
.bookmook-detail-data .publication-arrow.next {
  right: 10px;
  margin-right: auto;
}
.bookmook-detail-data .publication-arrow.prev {
  left: 10px;
  margin-left: auto;
}

.bookmook-detail-data .thumbnail-list li {
  width: calc((100% - 15px) / 6);
  margin-right: 3px;
}
.bookmook-detail-data .thumbnail-list li:nth-child(6n) {
  margin-right: 0;
}
.bookmook-detail-data .thumbnail-list li:nth-child(n+7) {
  margin-top: 3px;
}
.bookmook-detail-data .thumbnail-list a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.bookmook-detail-body-textwrap .wrap::after {
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.bookmook-detail-body-top {
  min-height: inherit;
}
.bookmook-detail-body-top .sns {
  display: block;
  position: static;
  margin-bottom: 20px;
}
.bookmook-detail-body-top .author > li {
  display: block;
  line-height: 1.6;
}
.bookmook-detail-body-top .author > li + li {
  margin-left: 0;
}
.bookmook-detail-body-top .author a {
  font-weight: normal;
}
.bookmook-detail-body-top .c-sns-list a {
  width: 70%;
}
.topics-article-body .c-sns-list a {
  width: 70%;
}

.bookmook-detail-body-textwrap .text {
  font-size: 12px;
  line-height: 1.5;
}

.bookmook-detail-body-textwrap .btn > a {
  font-size: 15px;
}

.bookmook-detail-body-info {
  margin-bottom: 15px;
}
.bookmook-detail-body-info > .box {
  padding: 10px;
}
.bookmook-detail-body-info > .box li {
  font-size: 12px;
}

.bookmook-detail-body-btn {
  padding: 0;
  margin-bottom: 35px;
}
.bookmook-detail-body-btn .btn-large {
  padding: 10px 0;
}


.bookmook-detail-body-shop > .title {
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-left: 28px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.bookmook-detail-body-shop > .title::before {
  width: 19px;
  height: 20px;
  bottom: 6px;
}

.bookmook-detail-body-shop .list li {
  width: calc((100% - 12px) / 4);
}
.bookmook-detail-body-shop .list li + li {
  margin-left: 4px;
}
.bookmook-detail-body-shop .list li:nth-child(4n+1) {
  margin-left: 0;
}
.bookmook-detail-body-shop .list li:nth-child(n+5) {
  margin-top: 4px;
}


.bookmook-detail-main-block {
  padding: 15px 0 0;
}
.bookmook-detail-main-container > .box {
  border-top-width: 1px;
  padding: 25px 10px;
  margin: 0 -10px;
}
.bookmook-detail-main-container h2 {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 15px;
}

.bookmook-detail-main-container p {
  font-size: 12px;
  line-height: 1.5;
}

.bookmook-detail-main-container .zoom::after {
  width: 22px;
  height: 22px;
  bottom: 12px;
  right: 12px;
}

.bookmook-detail-main-container > .left > div + div,
.bookmook-detail-main-container > .right > div:first-of-type {
  margin: 15px auto;
}

.bookmook-detail-main-container .thumb {
  width: 70%;
  margin: 15px auto;
}
.bookmook-detail-main-container .thumb .zoom::after {
  width: 12px;
  height: 12px;
}


.bookmook-detail-main-container .series .list li {
  padding: 0 7px;
}
.bookmook-detail-main-container .series .img-wrap {
  max-width: 100%;
}
.bookmook-detail-main-container .series .body {
  margin-top: 12px;
  padding: 0;
}
.bookmook-detail-main-container .series .body .title {
  font-size: 12px;
  line-height: 1.5;
}
.bookmook-detail-main-container .series .publication-arrow {
  width: 21px;
  height: 7.5px;
}
.bookmook-detail-main-container .series .publication-arrow.next {
  background-image: url(../img/common/arrow_right-sml.svg);
  right: 0;
  margin-right: 0;
}
.bookmook-detail-main-container .series .publication-arrow.prev {
  background-image: url(../img/common/arrow_left-sml.svg);
  left: 0;
  margin-left: 0;
}

.bookmook-detail-main-container .media .copy {
  font-size: 10px;
  margin-top: 5px;
}
.bookmook-detail-main-container .author h2 {
  margin-bottom: 20px;
}
.bookmook-detail-main-container .author h3 {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.bookmook-detail-main-container .author p {
  font-size: 12px;
  line-height: 1.5;
}


.bookmook-detail-after-block {
  padding: 25px 0;
}
.bookmook-detail-after-title {
  font-size: 14px;
  padding-bottom: 0;
  padding-left: 26px;
  margin-bottom: 25px;
}
.bookmook-detail-after-title::before {
  width: 17px;
  height: 20px;
}
.bookmook-detail-author-list {
  margin: 0 -10px;
}
.bookmook-detail-author-list li {
  max-width: 100px;
}
.bookmook-detail-author-list .bookmook-item .title {
  font-size: 11px;
  line-height: 1.17;
}
.bookmook-detail-author-list .bookmook-item .text {
  font-size: 11px;
  line-height: 1.17;
}

.after-sns-wrap .sns a {
  width: 70%;
}
.after-sns-wrap .sns > li + li {
  margin-left: 20px;
}


/*------------------------------------------------------------------------------
  company
------------------------------------------------------------------------------*/
.company-block {
  padding: 10px 0 15px;
}
.company-select > select {
  width: 105px;
  padding: 6px 10px;
}
.company-select::after {
  content: none;
}

.company-main-block {
  padding: 10px 0 25px;
}

.company-table,
.company-table tr,
.company-table th,
.company-table td,
.company-table tbody {
  display: block;
}

.company-table tr {
  padding: 14px 10px 10px;
}

.company-table th,
.company-table td {
  font-size: 14px;
  padding: 0;
  line-height: 1.57;
}
.company-table th {
  width: auto;
  line-height: 1;
  margin-bottom: 6px;
}

.company-table .btn-wrap {
  position: static;
  margin-top: 10px;
}

.company-table .title {
  font-size: 12px;
  margin-bottom: 5px;
}
.company-table .box {
  font-size: 12px;
}
.company-table .box + .box {
  margin-top: 15px;
}

.company-table a {
  color: #41aed6;
}

.company-block.ch .title-standard-wrap {
  margin-bottom: 0;
  padding-bottom: 22px;
}
.company-block.ch .link-head-wrap {
  text-align: center;
}

.company-magazine {
  padding-top: 25px;
}

.company-magazine .list > li {
  /* width: calc(50% - 5px); */
  width: 100%;
  padding: 10px;
}
.company-magazine .list > li + li {
  margin-left: 10px;
}
.company-magazine .list > li:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}
.company-magazine .list > li:nth-child(n+3) {
  margin-top: 10px;
}
.company-magazine .logo {
  margin-bottom: 14px;
}
.company-magazine .logo img {
  width: auto;
  max-height: 26px;
}
.company-magazine .title {
  font-size: 15px;
  margin-bottom: 10px;
  padding-top: 40px;
}
.company-magazine .text {
  font-size: 12px;
}

.company-lang-wrap {
  display: block;
}
.company-lang-wrap > p {
  font-size: 20px;
}


.company-history-list > li:last-child .company-history-item {
  padding-bottom: 0;
}
.company-history-list > li::after {
  left: 5px;
  width: 2px;
}
.company-history-list > li:first-child::after {
  top: 15px;
  height: calc(100% - 15px);
}
.company-history-item,
.company-history-item.img-wrap {
  padding: 8px 0;
}
.company-history-item.img-wrap .img {
  font-size: 0;
  padding: 0 22px;
  margin-top: 13px;
  text-align: center;
}
.company-history-item.img-wrap .img > img + img {
  margin-left: 10px;
}
.company-history-item .date {
  position: relative;
  font-size: 18px;
  width: auto;
  padding: 0 22px;
  line-height: 1;
  margin-bottom: 13px;
}
.company-history-item .date::after {
  content: '';
  background-color: #f16767;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 12px;
  height: 12px;
  z-index: 1;
}
.company-history-item .date > span {
  font-size: 12px;
}

.company-history-child-list {
  padding: 0 22px;
}
.company-history-child-list > li {
  padding-left: 0;
}
.company-history-child-list > li::before {
  content: none;
}
.company-history-child-list > li + li {
  margin-top: 18px;
}

.company-history-child-list .inner > * {
  font-size: 14px;
  line-height: 1.29;
}

.company-back-btn-wrap {
  margin-top: 25px;
}
.company-back-btn-wrap.mt {
  margin-top: 15px;
}
.company-back-btn-wrap > .btn {
  width: 100%;
  font-size: 13px;
  padding: 12px 10px;
}

.company-access-block {
  padding: 10px 0 15px;
}
.company-access-col .btn-wrap {
  width: 180px;
  margin-top: 10px;
}
.company-access-col .right {
  padding-top: 20px;
}
.company-access-col .address {
  font-size: 14px;
  padding: 0;
  line-height: 1.36;
  margin-bottom: 15px;
}
.company-access-col .list {
  padding: 23px 0;
}
.company-access-col .list > li {
  font-size: 12px;
  line-height: 1.5;
}
.company-access-col .list .title {
  font-size: 12px;
}

.company-access-block .back-btn {
  margin-top: 15px;
}
.company-access-block .back-btn .btn {
  width: 100%;
  padding: 12px 10px;
}

.company-organization-block {
  padding: 10px 0 15px;
}

.company-organization-wrap > .date {
  font-size: 12px;
  line-height: 35px;
}

.company-organization-wrap .bd-row::after {
  left: 15px;
}
.company-organization-wrap .bd-row.end::after {
  height: calc(100% - (34px / 2));
}
.company-organization-wrap .bd-row.end.no-h2::after {
  height: calc(100% - (83px / 2));
}
.company-organization-wrap .bd-row.end::after {
  height: calc(100% - (178px / 2));
}
.company-organization-wrap .bd-column::before {
  width: 90px;
}
.company-organization-wrap .bd-column .leon-li01 {
  width: auto;
  margin-left: 0;
}
.company-organization-wrap .bd-column .leon-li01:before {
  top: -20px;
  right: 50%;
  width: 1px;
  height: 100%;
}
.company-organization-container .type02.pd-1016 {
  padding-left: 105px;
}
.company-organization-container .type02.pd-1016 .list-item.sml-1016 {
  width: auto;
}
.company-organization-container .type02.pd-1016 .bd-column::before {
  width: 90px;
}
.company-organization-wrap .bor01-1016 .bd-row::after {
  left: 15px;
}
.company-organization-wrap .bor02-1016.bd-row.end::after {
  height: calc(100% - (201px / 2));
}
.company-organization-wrap .bd-row.all-bor-1016:after {
  height: calc(100% - (174px / 2));
}
.company-organization-container .list-size1016 .list-item {
  width: auto;
}
.company-organization-wrap .bor02-1016.bd-row.end.bor02-end::after {
  height: calc(100% - (42px / 2));
}
.company-organization-wrap .bd-row.all-bor-1016.bd-end:after {
  height: calc(100% - 420.5px);
}
.company-organization-wrap .bor02-1016.bd-row.end.bd-end::after {
  height: calc(100% - (126px / 2));
}


.company-organization-container.bd-row::after {
  height: calc(100% - (34px / 2));
}

.company-organization-container > * + *,
.company-organization-container > * + *.pt,
.company-organization-container > * + *.pt02 {
  padding-top: 15px;
}
.company-organization-container .type02 {
  padding-left: 105px;
}
.company-organization-container .type02.pt02 {
  padding-left: 53px;
}
.company-organization-container .type02.pt02 > .bd-column::before {
  width: 38px;
  margin-top: 0;
}
.company-organization-container .type03 {
  padding-left: 65px;
}
.company-organization-container .type03 > .type02 {
  padding-left: 40px;
  padding-top: 15px;
}
.company-organization-container .type03 > .type02 .bd-column::before {
  width: 25px;
}
.company-organization-container .type03 > .type02.sp-bd .bd-column::before {
  width: 25px;
}
.company-organization-container .type-inner {
  min-width: 190px;
  width: 82%;
  padding: 15px;
}
.company-organization-container .type-inner::before {
  top: 21px;
  margin-top: 0;
}
.company-organization-container .type-inner.pd {
  padding: 15px;
}
.company-organization-container .part {
  font-size: 12px;
  margin-bottom: 10px;
}

.company-organization-container .list-item {
  display: block;
  font-size: 11px;
  width: auto;
  margin-right: 0;
  text-align: center;
  padding: 10px;
}
.company-organization-container .list-item + .list-item {
  margin-top: 5px;
}
.company-organization-container .list-item.small {
  font-size: 10px;
}


.company-organization-container .item {
  font-size: 12px;
  width: 29%;
  min-width: 105px;
  padding: 11px 0 10px;
}
.company-organization-container .item + .item {
  margin-left: 10px;
}

.company-organization-container .item02 {
  font-size: 11px;
  width: calc((100% + 15px) * 0.82 - 30px);
  min-width: 160px;
  padding: 13px 0 11px;
}

.company-organization-container .sp-item {
  width: 44%;
  min-width: 135px;
}

.company-organization-container .sp-bd {
  padding-left: 53px;
}
.company-organization-container .sp-bd > .item {
  position: relative;
}
.company-organization-container .sp-bd > .item::before {
  content: '';
  background-color: #626262;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -0.5px;
  width: 38px;
  height: 1px;
  z-index: -1;
}

@media screen and (max-width: 320px) {
  .company-organization-wrap > .date {
    top: 50px;
  }
}



/*------------------------------------------------------------------------------
  bookstore
------------------------------------------------------------------------------*/
.bookstore .title-standard-wrap .btn-wrap {
  margin: 20px 0 0;
  position: relative;
  right: auto;
  top: auto;
  text-align: right;
}

.bookstore .title-standard-wrap .btn-wrap .download-btn {
  font-size: 13px;
  padding: 10px 15px;
}
.bookstore .title-standard-wrap .btn-wrap .download-btn:before,
.bookstore .title-standard-wrap .btn-wrap .download-btn:after {
  display: none;
}

.bookstore .title-standard-wrap {
  margin-bottom: 1px;
}

.bookstore-topics-block {
  padding: 20px 0;
}

.bookstore-topics-block .c-title05,
.bookstore-reprint-block .c-title05 {
  margin-bottom: 20px;
}

.important-news-box {
  padding: 10px;
}

.important-news-box .important-mark {
  font-size: 12px;
  font-weight: bold;
  min-width: 85px;
  padding: 4px 16px;
  margin: 0;
  text-indent: 0;
  line-height: 1;
  letter-spacing: normal;
  width: auto;
  height: auto;
}

.important-news-box .topics-list {
  margin-top: 0;
}

.important-news-box .topics-list a {
  padding: 10px 0;
}

.important-news-box .topics-list .title {
  display: block;
}

.important-news-box .topics-list .title-side-date {
  display: block;
  margin: 0 0 10px;
}

.bookstore-reprint-block {
  padding: 20px 0;
}

.c-title05 .update {
  font-size: 12px;
}

.bookstore-topics-block .c-btn03,
.bookstore-reprint-block .c-btn03 {
  padding-right: 10px;
  padding-left: 10px;
}

.bookstore-topics-block .c-btn03:before,
.bookstore-reprint-block .c-btn03:before,
.bookstore-topics-block .c-btn03:after,
.bookstore-reprint-block .c-btn03:after  {
  display: none;
}

.bookstore-reprint-table-wrap {
  border: none;
  display: block;
}

.bookstore-reprint-table-wrap .bookstore-reprint-table {
  display: table;
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}

.bookstore-reprint-table + .bookstore-reprint-table {
  margin: 20px 0 0;
}

.bookstore-reprint-table .tr-div {
  display: table-row;
}

.bookstore-reprint-table .th-div,
.bookstore-reprint-table .td-div {
  border: 1px solid #e5e5e5;
  display: table-cell;
  line-height: 1.5;
  padding: 10px;
  text-align: left;
}

.bookstore-reprint-table .th-div {
  width: 80px;
}

.bookstore-reprint-table .title-td {
  width: auto;
}

#wrapper .bookstore-download-box {
  margin: 50px 0 0;
  padding: 10px;
}

.bookstore-download-box .sign {
  width: 70px;
  height: 70px;
  line-height: 70px;
  left: 0;
  top: -35px;
}

.bookstore-download-box .title {
  font-size: 12px;
  margin: 0 20px 20px 60px;
}

.bookstore-download-box .read {
  font-size: 12px;
  margin: 0 0 20px;
}

.bookstore-download-block .download-link-area a {
  display: block;
  float: left;
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
  padding: 10px 20px 10px 5px;
  width: 48%;
}

.bookstore-download-block .download-link-area a + a {
  float: right;
}

.bookstore-download-block {
  padding: 20px 0 40px;
}

.bookstore-pop-block {
  padding: 0 0 40px;
}

#wrapper .bookstore-pop-ul li {
  margin: 0;
  width: 49%;
}
#wrapper .bookstore-pop-ul li:nth-child(2n) {
  float: right;
}
#wrapper .bookstore-pop-ul li:nth-child(n + 3) {
  margin-top: 10px;
}

#wrapper .bookstore-pop-ul li .img {
  height: auto;
}

#wrapper .bookstore-pop-ul li .img img {
  width: 100%;
}

.bookstore-pop-ul li .title {
  font-size: 12px;
  margin: 10px;
}

.bookstore-pop-ul li .download-area {
  margin: 10px;
}

.bookstore-pop-ul li .download-area a {
  padding-right: 15px;
  width: 48%;
}

.bookstore-pop-ul .download-btn:before,
.bookstore-pop-ul .download-btn:after {
  right: 5px;
}


/*------------------------------------------------------------------------------
  search
------------------------------------------------------------------------------*/
.pop-search-word .indent {
  font-size: 12px;
  font-weight: normal;
}

.pop-search-word .pop-search-ul {
  display: block;
  font-size: 14px;
  margin-left: -5px;
  width: auto;
}

.pop-search-word .pop-search-ul li {
  margin-bottom: 10px;
}

.topics-block.search-block {
  padding: 20px 0 10px;
}

#wrapper .search-main-block {
  padding: 20px 0 45px;
}

#wrapper .search-head-block {
  background: #fff;
  padding: 0 0 20px;
}

.search-head-block .topics-title {
  padding: 0 0 10px;
}

.search-main-block .topics-list {
  border-left: none;
  border-right: none;
}

.search-main-block .topics-list .title {
  font-size: 12px;
  padding: 25px 0 0;
}

.search-main-block .topics-list .category {
  min-width: 90px;
  font-size: 12px;
  padding: 7px;
}

.search-main-block .topics-list .date {
  font-size: 11px;
  margin: 0 0 10px;
}

.search-main-block .topics-list .text {
  font-size: 12px;
}

.search-main-block .topics-list .author {
  font-size: 12px;
}

.search-main-block .topics-list .description {
  font-size: 12px;
}

.search-main-block .topics-list .info-box {
  min-width: 1px;
  padding: 7px;
  width: 100%;
}

.search-head-block .sort-btn-wrap::after {
  background: none;
  height: 0;
  width: 0;
}
.search-head-block .sort-btn-wrap select {
  padding-left: 20px;
  padding-right: 20px;
}

.search-main-block .topics-list .info-box dl {
  padding: 8px 5px;
  padding-right: 0;
}

/*------------------------------------------------------------------------------
  topics
------------------------------------------------------------------------------*/
.topics-block {
  padding-bottom: 45px;
}
.topics-block.detail {
  padding-bottom: 30px;
}
.topics-title .category-wrap {
  position: static;
}

.topics-list {
  margin-top: 15px;
}
.topics-list > li > a {
  padding: 10px;
}
.topics-list .media {
  width: 40%;
  padding-right: 10px;
}
.topics-list .body {
  padding-left: 0;
}
.topics-list .title {
  font-size: 12px;
  line-height: 1.5;
}
.topics-list .text {
  font-size: 11px;
  line-height: 1.5;
}
.topics-meta-area {
  margin-bottom: 15px;
}
.topics-meta-area .category {
  font-size: 12px;
  min-width: 85px;
  padding: 4px 16px;
}
.topics-meta-area .date {
  font-size: 11px;
  margin-left: 10px;
}

@media screen and (max-width: 374px) {
  .topics-meta-area .date {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}


.pagination {
  text-align: center;
  margin-top: 25px;
}
.pagination-list {
  display: table;
  table-layout: fixed;
  width: 90%;
  max-width: 440px;
  margin: 0 auto;
}
.pagination-list > li {
  display: table-cell;
}
.pagination-list > li + li {
  margin-left: 0;
}
.pagination-list .item {
  font-size: 12px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  width: 40px;
}



.topics-article-head {
  padding-bottom: 15px;
}
.topics-article-head .category {
  min-width: 70px;
  padding: 6px 16px;
}
.topics-article-head .date {
  display: inline-block;
  font-size: 12px;
  margin-top: 0;
  margin-left: 10px;
}
.topics-article-head .title {
  font-size: 22px;
  line-height: 1.36;
  text-align: justify;
}


.topics-article-body {
  padding: 25px 0 30px;
}
.topics-article-body .sns-list-wrap {
  margin-bottom: 30px;
  text-align: center;
}


/* topics-article-content */
.topics-article-content {
  padding: 0;
  line-height: 1.5;
}
.topics-article-content h2,
.topics-article-content h3,
.topics-article-content h4,
.topics-article-content h5,
.topics-article-content h6 {
  line-height: 1.5;
}


.topics-article-content h2 {
  font-size: 18px;
  margin: 15px 0;
}
.topics-article-content h3 {
  font-size: 15px;
  padding-bottom: 15px;
  margin: 35px 0 20px;
}
.topics-article-content h4 {
  font-size: 15px;
  padding: 13px 0;
  margin: 15px 0;
}

.topics-article-content p {
  font-size: 14px;
  margin: 15px 0;
}
.topics-article-content p.detail {
  margin-bottom: 10px;
}
.topics-article-content img {
  width: 90%;
  margin: 25px auto;
}

.topics-article-content table {
  margin: 15px 0;
}

.topics-article-content th,
.topics-article-content td {
  padding: 15px;
}
.topics-article-content tbody th {
  width: 19%;
}

.topics-article-content .tac {
  margin: 15px 0;
}

.topics-article-content .btn {
  font-size: 13px;
  min-width: inherit;
  width: 100%;
  padding: 13px 40px;
}
.topics-article-content .btn::before,
.topics-article-content .btn::after {
  width: 16px;
  height: 6px;
  right: 15px;
}


.topics-article-content .box {
  padding: 15px;
  margin: 15px 0;
}
.topics-article-content .box .body {
  padding-bottom: 0;
  padding-left: 7px;
}
.topics-article-content .box .media {
  width: 50%;
  padding-right: 7px;
}
.topics-article-content .box .media img {
  width: 100%;
}

.topics-article-content .box p {
  font-size: 12px;
}
.topics-article-content .box p.bold {
  font-size: 14px;
  margin-bottom: 10px;
}

.topics-article-content .box .btn {
  position: static;
  margin-top: 15px;
  width: 100%;
  min-width: inherit;
}


.topics-article-content ul,
.topics-article-content ol {
  margin: 15px 0;
  padding: 0;
}
.topics-article-content ul + *,
.topics-article-content ol + * {
  margin-top: 25px;
}
.topics-article-content ul > li,
.topics-article-content ol > li {
  font-size: 14px;
}
.topics-article-content ul > li + li,
.topics-article-content ol > li + li {
  margin-top: 15px;
}

.topics-article-content ul > li::before {
  top: 0.3em;
}

.topics-article-content .column {
  margin: 25px 0;
}
.topics-article-content .column > .left,
.topics-article-content .column > .right {
  width: auto;
  float: none;
}
.topics-article-content .column > * + * {
  margin-top: 15px;
}
.topics-article-content .column img {
  width: 100%;
}

.topics-article-content blockquote {
  background-position:
    top 10px left 10px,
    bottom 10px right 10px;
  background-size: auto 15px;
  margin: 35px 0;
  padding: 30px;
}


.article-pagination {
  font-size: 0;
  padding: 0;
  margin-top: 15px;
}
.article-pagination > a {
  font-size: 13px;
  padding: 12px 0;
}
.article-pagination > a::before,
.article-pagination > a::after {
  content: none;
}
.article-pagination .prev,
.article-pagination .next {
  position: static;
  width: 25%;
}
.article-pagination .prev {
  padding-left: 0;
  border-right: none;
}
.article-pagination .next {
  padding-right: 0;
  border-left: none;
}
.article-pagination .index {
  min-width: 50%;
  padding: 9px 40px;
  line-height: 1.4;
}
.article-pagination .index.arrange {
  min-width: inherit;
  width: 50%;
  padding: 12px 5px;
  line-height: 1;
  text-align: center;
}

/*------------------------------------------------------------------------------
  recruit
------------------------------------------------------------------------------*/
.header-recruit {
  background-color: #fff;
}
.header-recruit .header-menu a.is-active::after {
  content: none;
}
.header-recruit .nav {
  background-color: #fff;
}
.header-recruit .nav-list > li > a {
  color: #333;
  font-weight: bold;
}
.header-recruit .header-menu .menu span {
  background-color: #333;
}


/*------------------------------------------------------------------------------
  404
------------------------------------------------------------------------------*/
.not-found-block {
  padding: 22px 0 25px;
}
.not-found-container .title {
  font-size: 18px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.not-found-container .text {
  font-size: 12px;
  line-height: 1.51;
}
.not-found-container .text + .text {
  margin-top: 1.51em;
}
.not-found-btn-wrap {
  margin-top: 25px;
}
.not-found-btn-wrap > .btn {
  width: 100%;
  padding: 12px 0;
}

/*------------------------------------------------------------------------------
  privacy
------------------------------------------------------------------------------*/
.privacy-block {
  padding: 10px 0 15px;
}
.privacy-main-block {
  padding: 15px 0;
}
.privacy-after-block {
  padding: 15px 0 25px;
}

.privacy-list > li {
  padding: 10px;
}
.privacy-list > li .text {
  font-size: 12px;
}
.privacy-list > li + li {
  margin-top: 5px;
}
.privacy-note {
  font-size: 12px;
  margin-top: 10px;
}

.privacy-box {
  padding: 10px;
}
.privacy-box > .title {
  font-size: 16px;
  line-height: 1.51;
  text-align: justify;
  margin-bottom: 10px;
}
.privacy-box > .text {
  font-size: 12px;
  line-height: 1.51;
  margin-bottom: 15px;
}
.privacy-box .address > img {
  max-height: 20px;
}

/*------------------------------------------------------------------------------
  inquire
------------------------------------------------------------------------------*/
.inquire-block {
  padding: 10px 0 20px;
}
.inquire-main-block {
  padding: 10px 0 25px;
}

.inquire-list > li + li {
  margin-top: 10px;
}

.inquire-list > li {
  padding: 10px;
}
.inquire-list > li > .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.inquire-list > li .text {
  font-size: 12px;
  margin-bottom: 10px;
}
.inquire-list > li > .text-area {
  padding: 5px 10px;
}
.inquire-list > li .inner {
  font-size: 12px;
  line-height: 1.4;
}
.inquire-list > li .inner > a {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.inquire-privacy-box {
  padding: 10px;
  margin-top: 15px;
}
.inquire-privacy-box > .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.inquire-privacy-box > .text {
  font-size: 12px;
}


/*------------------------------------------------------------------------------
  ads
------------------------------------------------------------------------------*/
.ads-head-block {
  padding: 10px 0 30px;
}
.ads-main-block {
  padding: 0 0 25px;
}
.ads-main-bg-block {
  padding: 25px 0;
}

.ads-box .title-text {
  font-size: 18px;
}
.ads-box + .ads-box {
  margin-top: 40px;
}

.ads-media-list {
  margin-bottom: -10px;
}
.ads-media-list > li {
  margin-right: 20px;
  margin-bottom: 10px;
}

.ads-select-area select {
  width: 160px;
  padding: 6px 10px;
}

#wrapper .ads-box.news-block .news-list > li {
  clear: none;
  float: left;
  margin: 0;
}
#wrapper .ads-box.news-block .news-list > li:nth-child(2n) {
  margin-left: 15px;
}
#wrapper .ads-box.news-block .news-list > li:nth-child(2n+1) {
  clear: both;
}
#wrapper .ads-box.news-block .news-list > li:nth-child(n+3) {
  margin-top: 20px;
}

/*------------------------------------------------------------------------------
  existing
------------------------------------------------------------------------------*/
#existing {
  padding-bottom: 25px;
  overflow: hidden;
}
#existing > .inner-block {
  width: -webkit-max-content;
  width: max-content;
}
#existing > .inner-block .sp-scalable-wrap {
  transform-origin: 0 0;
}
#wrapper #existing img {
  width: auto;
  height: auto;
}


/*------------------------------------------------------------------------------
  gatten
------------------------------------------------------------------------------*/
.gatten-relation-link {
  margin: 20px 40px 20px;
  padding: 0;
}

.gatten-special-block .magazine-introduction .body {
  padding-top: 20px;
}

.gatten-special-block .magazine-introduction .body .title {
  margin-bottom: 20px;
}
.gatten-special-block {
  margin-top: 0;
  padding-bottom: 0;
}
.gatten-special-block .magazine-introduction {
  padding-bottom: 0;
}

.gatten-special-block + .magazine-contents02 {
  padding: 40px 0;
}

.gatten-special-block + .magazine-contents02 .magazine-contents-container + .magazine-contents-container {
  padding-top: 40px;
}

.gatten-special-block .title.gatten-title {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.gatten-special-block + .magazine-contents02 .publication-list .text {
  font-size: 12px;
}

.magazine-contents02 .gatten-relation-link {
  margin-top: 25px;
}

.pop-search-word .pop-search-ul,
.pop-search-word ul {
  line-height: 1.5;
  width: auto;
}

.gatten-relation-btn-wrap .btn-large {
  width: 100%;
  padding: 8px 0;
}
.gatten-relation-btn-wrap span {
  display: block !important;
}
.gatten-relation-btn-wrap .icon {
  width: auto;
  max-width: 100%;
}
.gatten-relation-btn-wrap .icon > img {
  max-height: 30px;
}
.gatten-relation-btn-wrap .text {
  padding-left: 0 !important;
  font-size: 14px;
  margin-top: 12px;
}


.slick-slider.item-3 .slick-track {
  width: 300px !important;
  transform: translate3d(0,0,0) !important;
}
.slick-slider.item-2 .slick-track {
  width: 200px !important;
  transform: translate3d(0,0,0) !important;
}
.slick-slider.item-1 .slick-track {
  width: 100px !important;
  transform: translate3d(0,0,0) !important;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}



/*------------------------------------------------------------------------------
  search-not-found-block
------------------------------------------------------------------------------*/
#wrapper .search-not-found-block {
  background: #f8f8f8;
  padding: 30px 0 50px;
}


.abj-box {
  margin: 20px 0;
  line-height: 1.3;
}

.abj-box .abj-mark {
  padding: 0 15px 0 0;
  width: 70px;
}

.abj-box .abj-text {
  font-size: 11px;
}

.abj-box .abj-text a {
  text-decoration: underline;
}

.search-page-title {
  font-size: 20px;
}


/*** ガッテン増刊号 調整 ***/
.gatten-special-main.main {
  padding-top: 90px;
}
.gatten-special-main .gatten-special-block {
  padding-bottom: 60px;
}

.home .publication-list .img-inner.no-border,
.home .publication-list .img-inner.no-border > img {
  width: auto;
}


.buy-modal .modal-container {
  width: 100%;
}
.buy-modal .title-area {
  display: block;
  margin: 0 0 10px;
}
.buy-modal .title-area .title {
  background-size: 20px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 30px;
  margin: 0 0 5px;
}
.buy-modal .title-area .notice {
  display: block;
  font-size: 11px;
  padding: 0;
}
.buy-modal .list {
  margin: 0;
}
.buy-modal .close-btn {
  font-size: 14px;
}
.magazine-btn-area.buy-btn-area .btn {
  width: 100%;
}
.magazine-btn-area.buy-btn-area .btn + .btn {
  margin: 15px 0 0;
}
.buy-modal .modal-container {
  position: relative;
}
.buy-modal .close-btn {
  text-indent: -9999px;
  border: none;
  background: url(../img/common/icon_close02.svg) no-repeat center center;
  background-size: 20px;
  position: absolute;
  padding: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  right: 0;
  top: -30px;
}


#js-ready-modal .modal-container {
  font-size: 16px;
  width: 80%;
}


/*** recruit message ***/
.interview-title {
  display: block;
  min-width: 1px;
  margin: 0 0 20px;
  padding: 12px 15px 10px;
}
.interview-title .title {
  font-size: 14px;
  margin: 0 0 10px 2px;
}
.interview-title .text {
  font-size: 20px;
}


#wrapper .ads-box.news-block {
  margin: 40px 0 0;
  background: none;
}


.pop-search-area {
  padding: 15px 10px;
}
.pop-search-area .title {
  font-size: 16px;
}
.pop-search-area .search-input {
  display: block;
  width: 100%;
}
.pop-search-area .search-btn {
  display: block;
  font-size: 16px;
  margin: 15px auto 0;
  width: 50%;
}


.bookstore-pop-notfound {
  font-size: 16px;
}


/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
.bookstore-download-block .download-link-area:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}

/*------------------------------------------------------------------------------
  パスワード保護コンテンツ
------------------------------------------------------------------------------*/
#password_protect .c-title05 {
  font-size: 20px;
}
#password_protect .title-standard-wrap {
  margin-bottom: 40px;
}
