@charset "UTF-8";

.mobile-icon {
  width: 85px;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 12;
  display: none;
  background: #003559;
}

@media screen and (max-width: 833px) {
  .mobile-icon {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 990px) {
  .mobile-icon {
    display: block;
  }
}

.mobile-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 1px;
  background-color: #fff;
  border-radius: 3px;
}

@media screen and (max-width: 833px) {
  .mobile-icon span {
    width: 18px;
  }
}

.mobile-icon span:before, .mobile-icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 3px;
}

.mobile-icon span:before {
  top: -13px;
}

@media screen and (max-width: 833px) {
  .mobile-icon span:before {
    top: -7px;
  }
}

.mobile-icon span:after {
  bottom: -13px;
}

@media screen and (max-width: 833px) {
  .mobile-icon span:after {
    bottom: -7px;
  }
}

#back-top {
  position: fixed;
  right: 22px;
  bottom: 100px;
  z-index: 99;
}

@media screen and (max-width: 833px) {
  #back-top {
    right: 15px;
    bottom: 50px;
    border-top: 50px;
    width: 50px;
  }
}

.btn-contact {
  width: 263px;
}

.btn-contact a {
  height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #13AE67;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 833px) {
  .btn-contact a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.btn-contact a img {
  margin-right: 10px;
}

@media screen and (max-width: 833px) {
  .btn-contact a img {
    width: 16px;
    margin-right: 7px;
  }
}

.phone-contact {
  color: #fff;
  padding-right: 20px;
  width: calc(100% - 263px);
}

@media screen and (max-width: 990px) {
  .phone-contact {
    width: auto;
    padding-right: 0;
    margin-right: 20px;
  }
}

.phone-contact span {
  display: block;
  font-weight: 500;
  color: #0F0F0F;
  margin-bottom: -6px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1200px) {
  .phone-contact span {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.phone-contact a {
  font-family: "HelveticaNeue";
  font-weight: bold;
  line-height: 1.2;
  color: #003559;
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 1200px) {
  .phone-contact a {
    font-size: 30px;
    font-size: 3rem;
  }
}

.box-contact-hd {
  background: #EAECF0;
  text-align: center;
  padding: 35px;
}

@media screen and (max-width: 990px) {
  .box-contact-hd {
    margin-top: 3px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 833px) {
  .box-contact-hd {
    padding: 12px 16px 18px;
  }
}

.box-contact-hd .phone-contact {
  width: 100%;
  text-align: center;
  margin-bottom: 17px;
}

.box-contact-hd .phone-contact span {
  margin-bottom: 0;
  font-size: 10px;
  font-size: 1rem;
}

.box-contact-hd .phone-contact a {
  font-size: 30px;
  font-size: 3rem;
}

.box-contact-hd .btn-contact {
  margin: 0 auto;
  max-width: 494px;
  width: 100%;
}

.box-contact-hd .btn-contact a {
  height: 43px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 834px) {
  a[href^="tel"] {
    display: inline-block;
    pointer-events: none;
  }
}

@media screen and (min-width: 834px) {
  a[href^="fax"] {
    display: inline-block;
    pointer-events: none;
  }
}

.fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 833px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-ipd {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 834px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .sp-ipd {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .sp-xs {
    display: none !important;
  }
}

.xl-lg {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .xl-lg {
    display: block !important;
  }
}

@media screen and (max-width: 990px) {
  .xl-lg {
    display: none !important;
  }
}

@media screen and (min-width: 834px) {
  .mal0-pc {
    margin-left: 0!important;
  }
}


.ttl-comp01 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 833px) {
  .ttl-comp01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttl-comp02 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #1D3A5B;
  line-height: 1.4;
  margin-bottom: 9px;
}

@media screen and (max-width: 1200px) {
  .ttl-comp02 {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 833px) {
  .ttl-comp02 {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 15px;
  }
}

.ttl-comp02 small {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
  .ttl-comp02 small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 833px) {
  .ttl-comp02 small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.ttl-comp02 .bestbook_name {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  color: #fff;
  background-color: #003559;
  padding: 8px 10px;
  line-height: 16px;
  vertical-align: middle;
  margin-right: 4px;
}

@media screen and (max-width: 1200px) {
  .ttl-comp02 .bestbook_name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 833px) {
  .ttl-comp02 .bestbook_name {
    font-size: 10px;
    font-size: 1rem;
    padding: 5px;
    margin-right: 2px;
  }
}

.ttl-comp02 span {
  vertical-align: middle;
}

.ttl-comp03 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
}

@media screen and (max-width: 833px) {
  .ttl-comp03 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.42;
  }
}

.ttl-comp03--sm {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 833px) {
  .ttl-comp03--sm {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.ttl-comp03:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  border-top: 1px solid;
  border-right: 1px solid;
  top: 6px;
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 833px) {
  .ttl-comp03:before {
    top: 6px;
  }
}

.ttl-comp04 {
  color: #003559;
  font-weight: bold;
  font-family: "HelveticaNeue";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

@media screen and (max-width: 833px) {
  .ttl-comp04 {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }
}

.ttl-comp04 span {
  font-size: 38px;
  font-size: 3.8rem;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 833px) {
  .ttl-comp04 span {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.txt-basic, .list-books__item, .collapsible .item .content, .pagination li a, .pagination li span, .list-selection--style02 .item__ttl .detail, .list-product .item--01 a .item__content p, .list-product--style02 .item__des, .sidebar-block02 .common-select, .sidebar-block02__box .submit, .list-voice-main .ttl small, .list-news-page li .date, .list-news-page li .content, .list-lesson .item .ttl, .box-dummy__login .ttl-sm, .txt-pickup-dummy .wrap, .list-library .item__body, .list-talk li, .txt-wrap-border, .list-special-goodse .item__ttl small, .table-cart tbody th, .table-cart-sp02 tbody, .sub-table-sp .thead, .box-payment--style02 .item__link, .box-payment--style02 .list-exc, .btn-mail {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 833px) {
  .txt-basic, .list-books__item, .collapsible .item .content, .pagination li a, .pagination li span, .list-selection--style02 .item__ttl .detail, .list-product .item--01 a .item__content p, .list-product--style02 .item__des, .sidebar-block02 .common-select, .sidebar-block02__box .submit, .list-voice-main .ttl small, .list-news-page li .date, .list-news-page li .content, .list-lesson .item .ttl, .box-dummy__login .ttl-sm, .txt-pickup-dummy .wrap, .list-library .item__body, .list-talk li, .txt-wrap-border, .list-special-goodse .item__ttl small, .table-cart tbody th, .table-cart-sp02 tbody, .sub-table-sp .thead, .box-payment--style02 .item__link, .box-payment--style02 .list-exc, .btn-mail {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

@media screen and (max-width: 833px) {
  .txt-sp-left {
    text-align: left;
  }
}

.txt-link img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.txt-warning {
  padding: 50px;
  border: 2px solid #ff000a;
  color: #fe000a;
  text-decoration: underline;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 833px) {
  .txt-warning {
    padding: 20px;
  }
}

.btn-comp01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #13AE67;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  position: relative;
  height: 60px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  max-width: 300px;
}

@media screen and (max-width: 833px) {
  .btn-comp01 {
    height: 46px !important;
    max-width: 240px !important;
  }
}

.btn-comp01--lg {
  max-width: 325px;
}

@media screen and (max-width: 833px) {
  .btn-comp01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn-comp01:after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 12px;
  top: 50%;
  right: 14px;
  background: url("../img/common/ico-btn-right.png") no-repeat;
}

@media screen and (max-width: 833px) {
  .btn-comp01:after {
    right: 10px;
  }
}

.btn-comp01--style02 {
  height: 64px;
}

.btn-comp01--style03 {
  max-width: 283px;
  height: 59px;
}

.btn-comp01--style03 img {
  margin-right: 10px;
}

.btn-comp01--style03:after {
  display: none;
}

.btn-comp01--noarw span:first-of-type {
  margin-right: 7px;
}
.btn-comp01--noarw:after {
  display: none;
}

.btn-comp01--orange {
  background: #FF5500;
}

.btn-comp01--white {
  background: #fff;
  color: #1D3A5B;
}

.btn-comp01--white:after {
  background: url("../img/common/icon-link02.png") no-repeat;
}

.btn-comp01--blue {
  background: #1D3A5B;
}

.btn-comp01--gray {
  background: #B7B7B7;
}

.btn-comp01--sm {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  height: 34px;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 5px;
  font-weight: 400;
}

@media screen and (max-width: 833px) {
  .btn-comp01--sm {
    height: 30px !important;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
  }
}

.btn-comp01--sm:after {
  width: 10px;
  height: 8px;
  right: 9px;
  background: url("../img/common/ico-btn-right-sm.png") no-repeat;
}

.btn-comp01--prev {
  background: #ABABAC;
}

.btn-comp01--prev:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: auto;
  left: 14px;
}

.btn-comp01--left {
  margin-left: 0;
}

.btn-comp01--down {
  height: 53px;
  max-width: 275px;
}

.btn-comp01--down:after {
  right: 11px;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.btn-comp01--circle {
  background: #fff;
  border-radius: 50px;
  border: 1px solid #1D3A5B;
  color: #1D3A5B;
  max-width: 325px;
}

@media screen and (min-width: 834px) {
  .btn-comp01--circle {
    height: 56px;
  }
}

.btn-comp01--circle:after {
  background: url("../img/common/icon-link02.png") no-repeat;
}

.btn-comp01--circle:hover {
  opacity: 1;
}

.btn-comp01--circle img {
  margin-right: 10px;
  position: relative;
  max-width: 25px;
  top: -2px;
}

.btn-comp01--circle:hover {
  background: #1D3A5B;
  color: #ffffff;
}

.btn-comp01--circle:hover:after {
  background: url(../img/common/ico-btn-right.png) no-repeat;
}

.btn-comp01--modalclose {
  box-shadow: none;
  background: #e7e6eb;
  color: #003559;
}

.btn-comp01--modalclose:after {
  background: url("../img/common/close_bl.png") no-repeat;
  background-size: contain;
}

.btn-comp01--395 {
  max-width: 395px;
}

.btn-comp01--325 {
  max-width: 325px;
}

@media screen and (min-width: 834px) {
  .box-payment .btn-comp01--325 {
    margin-left: 0;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  background: white;
  border: 1px solid #ccc;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.pure-input input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.pure-input input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 2px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 2px 2px;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
      -ms-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
}

.pure-input input[type="checkbox"]:checked + label:after {
  content: '';
  -webkit-transform: rotate(-45deg) scale(1);
      -ms-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.pure-input input[type="checkbox"]:checked + label:before {
  -webkit-animation: borderscale 200ms ease-in;
          animation: borderscale 200ms ease-in;
  background: #4F8196;
}

.pure-input input[type="radio"] + label:after, .pure-input input[type="radio"] + label:before {
  border-radius: 50%;
}

.pure-input input[type="radio"]:checked + label:before {
  -webkit-animation: borderscale 300ms ease-in;
          animation: borderscale 300ms ease-in;
  background-color: white;
}

.pure-input input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.pure-input label {
  position: relative;
  padding: 5px 5px 5px 2em;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.pure-input label:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: '';
  color: #4F8196;
  position: absolute;
  top: 56%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -9px;
  border: 1px solid #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pure-input label:after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: '';
  background-color: #4F8196;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.list-books a,
.list-books .list-books_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 0px 31px;
}

@media screen and (max-width: 833px) {
  .list-books a,
  .list-books .list-books_link {
    padding: 14px 0px 15px;
  }
}

.list-books__item {
  border-bottom: 1px solid #1D3A5B;
}

.list-books__item:first-child {
  border-top: 1px solid #1D3A5B;
}

@media screen and (max-width: 833px) {
  .list-books__item:first-child a {
    padding-top: 17px;
  }
}

.list-books__img {
  width: 170px;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 833px) {
  .list-books__img {
    width: 28%;
  }
}

.list-books__img img {
  display: block;
  margin: auto;
  max-width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list-books__img img {
    margin: 0;
  }
}

@media screen and (min-width: 834px) {
  .list-books__img--circle {
    height: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list-books__img--circle:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    max-width: 124px;
    max-height: 124px;
    background: #EEEEEE;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

.list-books__txt {
  width: calc(100% - 170px);
}

@media screen and (max-width: 833px) {
  .list-books__txt {
    width: 72%;
    padding: 0px 0px 0px 10px;
  }
}

.list-books__des {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.35;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 13px;
  border-bottom: 1px solid #DBDCDC;
}

@media screen and (max-width: 990px) {
  .list-books__des {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 833px) {
  .list-books__des {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}

.list-books__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  color: #1D3A5B;
  line-height: 1.1;
  margin-bottom: 5px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 833px) {
  .list-books__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.list-books__ttl span {
  font-family: "Minion";
  font-weight: bold;
  line-height: 1;
  margin-bottom: -3px;
  font-size: 41px;
  font-size: 4.1rem;
  position: relative;
}

@media screen and (max-width: 833px) {
  .list-books__ttl span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.list-books__ttl--mac span {
  top: 0;
}

.content-block {
  padding-bottom: 39px;
  margin-bottom: 38px;
  border-bottom: 1px solid #BFC0C0;
}

@media screen and (min-width: 834px) {
  .content-block--01 {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 833px) {
  .content-block {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.content-block:last-child {
  margin-bottom: 0;
}

.content-block p {
  margin-bottom: 10px;
}

.content-block p:last-child {
  margin-bottom: 0;
}

.content-block a {
  text-decoration: underline;
}

.content-block a:hover {
  text-decoration: none;
}

.content-block ul {
  margin-top: -10px;
}

.content-block ul li {
  padding-left: 16px;
  text-indent: -16px;
}

.content-block > *:last-child {
  margin-bottom: 0;
}

.collapsible .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}

@media screen and (max-width: 833px) {
  .collapsible .item {
    margin-bottom: 30px;
  }
}

.collapsible .item:last-child {
  margin-bottom: 12px;
}

@media screen and (max-width: 833px) {
  .collapsible .item:last-child {
    margin-bottom: 0;
  }
}

.collapsible .item .head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.collapsible .item .head.not-collapsible {
  cursor: auto;
}

.collapsible .item .head.open .ttl:before {
  -webkit-transform: rotate(180deg) translateY(4px);
      -ms-transform: rotate(180deg) translateY(4px);
          transform: rotate(180deg) translateY(4px);
}

.collapsible .item .head .order {
  width: 59px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #1D3A5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "AvenirNextLTPro Demi";
  color: #FFFFFF;
}

.collapsible .item .head .order span {
  display: block;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 833px) {
  .collapsible .item .head .order span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}

.collapsible .item .head .order small {
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
  display: block;
}

.collapsible .item .head .ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  padding: 20px 54px 19px 20px;
  background-color: #EEEEEE;
  position: relative;
  color: #1D3A5B;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 834px) {
  .collapsible .item .head .ttl:hover {
    opacity: 0.7;
  }
  .collapsible .item .head.not-collapsible .ttl:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 833px) {
  .collapsible .item .head .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 15px 45px 15px 15px;
  }
}

@media screen and (max-width: 640px) {
  .collapsible .item .head .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.collapsible .item .head .ttl:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: url("../img/common/ico-down.png") no-repeat;
  width: 14px;
  height: 9px;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.collapsible .item .content {
  width: 100%;
  border: 1px solid #D2D3D3;
  border-top: none;
  display: none;
  padding: 27px 27px 24px;
}

@media screen and (max-width: 833px) {
  .collapsible .item .content {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .collapsible .item .content {
    padding: 15px;
  }
}

.collapsible .item .content .list li:not(:last-child) {
  padding-bottom: 13px;
  margin-bottom: 17px;
  border-bottom: 1px solid #D2D3D3;
}

@media screen and (max-width: 833px) {
  .collapsible .item .content .list li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.collapsible .item .content .link {
  color: #1D3A5B;
}

.collapsible .item .content .link img {
  margin-right: 6px;
}

.collapsible .item .content .txt-small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71;
}

@media screen and (max-width: 833px) {
  .collapsible .item .content .txt-small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.collapsible .item .content .txt-lg {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33;
  margin-bottom: 7px;
}

@media screen and (max-width: 833px) {
  .collapsible .item .content .txt-lg {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
}

.collapsible--style02 .item .head .ttl {
  border-left: 4px solid #1D3A5B;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 12px 46px 11px 17px;
}

@media screen and (max-width: 833px) {
  .collapsible--style02 .item .head .ttl {
    font-size: 17px;
    font-size: 1.7rem;
    border-width: 1px;
    padding: 6px 25px 5px 8px;
  }
}

@media screen and (max-width: 833px) {
  .collapsible--style02 .item .head .ttl:before {
    width: 8px;
    height: 5px;
    right: 9px;
    background-size: contain;
  }
}

.collapsible--style02 .item .content {
  padding: 18px 0;
  border: none;
}

@media screen and (max-width: 833px) {
  .collapsible--style02 .item .content {
    padding: 12px 0 0;
  }
}

.collapsible--style02 .item:last-child {
  margin-bottom: 24px;
}

@media screen and (max-width: 833px) {
  .collapsible--style02 .item:last-child {
    margin-bottom: 13px;
  }
}

.collapsible--style02 .item:last-child .content {
  padding-bottom: 12px;
}

@media screen and (max-width: 833px) {
  .collapsible--style02 .item:last-child .content {
    padding-bottom: 0;
  }
}

.collapsible--none .item .head .ttl:before {
  content: none;
}

.collapsible--none .item .content {
  display: block;
}

.collapsible--entry {
  max-width: 780px;
  width: 100%;
  margin: 40px auto 0;
}
.collapsible--entry .item .head .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 20px;
  text-align: left;
  color: #fff;
  background-color: #1D3A5B;
}
.collapsible--entry .item .head .ttl:before {
  background: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
}
.collapsible--entry .item .content {
  background-color: #fff;
  text-align: left;
  padding: 20px;
}
.collapsible--entry .item .content a {
  text-decoration: underline;
}
.collapsible--entry .item .content a:hover {
  text-decoration: none;
}
@media screen and (max-width: 833px) {
  .collapsible--entry {
    margin: 20px auto 0;
  }
  .collapsible--entry .item {
    margin-bottom: 15px;
  }
  .collapsible--entry .item .head .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 40px 10px 15px;
  }
  .collapsible .item .content {
    padding: 15px;
  }
}

@media screen and (max-width: 1200px) {
  br.br-1200 {
    display: none;
  }
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 21px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #FFF;
}

.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: -1px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-checkbox_hover input ~ .checkmark {
  background-color: #ccc;
}

.ttlComp01 {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 35px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 50px;
  font-size: 5rem;
}

@media screen and (max-width: 990px) {
  .ttlComp01 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 833px) {
  .ttlComp01 {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.34;
    margin-bottom: 23px;
  }
}

.ttlComp01.sytle02 .txt-comp {
  position: relative;
  color: #003559;
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.525;
}

@media screen and (max-width: 990px) {
  .ttlComp01.sytle02 .txt-comp {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 833px) {
  .ttlComp01.sytle02 .txt-comp {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.34;
  }
}

.ttlComp01.sytle02 .txt-comp__white {
  color: #ffffff;
}

.ttlComp01.sytle02 .points {
  position: absolute;
  font-weight: 500;
  left: 41%;
  top: -13px;
  color: #003559;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 420px) {
  .ttlComp01.sytle02 .points {
    left: 122px;
  }
}

@media screen and (max-width: 375px) {
  .ttlComp01.sytle02 .points {
    left: 100px;
  }
}

@media screen and (max-width: 833px) {
  .ttlComp01.sytle02 .points {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 374px) {
  .ttlComp01.sytle02 .points {
    left: 78px;
  }
}

.ttlComp01.sytle02 span {
  color: #0F0F0F;
}

@media screen and (max-width: 833px) {
  .ttlComp01.sytle02 span {
    text-align: left;
  }
}

.ttlComp01 .issue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 833px) {
  .ttlComp01 .issue {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.ttlComp01 .issue small {
  background: #f00;
  border-radius: 5px;
  padding: 5px 7px 3px;
  height: 38px;
  -webkit-box-shadow: 0 2px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-size: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 833px) {
  .ttlComp01 .issue small {
    height: auto;
    font-size: 10px;
    font-size: 1rem;
    padding: 4px 5px;
  }
}

.ttlComp01 span {
  display: block;
  line-height: 1.75;
  margin-top: 7px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 833px) {
  .ttlComp01 span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li {
  margin: 10px 5px 0;
}

@media screen and (max-width: 640px) {
  .pagination li {
    margin: 10px 4px 0;
  }
}

@media screen and (max-width: 374px) {
  .pagination li {
    margin: 10px 2px 0;
  }
}

.pagination li a, .pagination li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background-color: #E5E5E5;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pagination li a, .pagination li span {
    padding-top: 2px;
  }
}

@media screen and (max-width: 640px) {
  .pagination li a, .pagination li span {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 374px) {
  .pagination li a, .pagination li span {
    width: 26px;
    height: 26px;
  }
}

.pagination li a.current, .pagination li span.current {
  color: #FFFFFF;
  background-color: #959696;
}

.pagination li a.more, .pagination li span.more {
  background-color: transparent;
}

@media screen and (min-width: 641px) {
  .pagination li a.more, .pagination li span.more {
    width: 38px;
  }
}

.pagination li a.prev, .pagination li a.next, .pagination li span.prev, .pagination li span.next {
  background-color: #0F0F0F;
}

.list-btn {
  width: 100%;
  max-width: 636px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 833px) {
  .list-btn {
    margin-top: 27px;
  }
}

@media screen and (max-width: 640px) {
  .list-btn {
    max-width: 260px;
  }
  .list-btn.reverse-sp {
    flex-direction: column-reverse;
  }
  .list-btn.reverse-sp .list-btn__item {
    margin-bottom: 12px;
  }
  .list-btn.reverse-sp .list-btn__item:first-child {
    margin-bottom: 0;
  }
}

.list-btn__item {
  width: 47.74%;
  margin-right: 4.52%;
}

@media screen and (max-width: 833px) {
  .list-btn__item {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .list-btn__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .list-btn__item:last-child {
    margin-bottom: 0;
  }
  .list-btn__item .txt-basic {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-btn__item:nth-child(even), .list-btn__item:last-child {
  margin-right: 0;
}

.list-btn__item .btn-comp01 {
  margin-bottom: 0;
}

.list-btn__item--full {
  width: 100%;
  margin-right: 0;
}

.list-btn__item .txt-basic, .list-btn__item .list-books__item, .list-btn__item .collapsible .item .content, .collapsible .item .list-btn__item .content, .list-btn__item .pagination li a, .pagination li .list-btn__item a, .list-btn__item .pagination li span, .pagination li .list-btn__item span, .list-btn__item .list-selection--style02 .item__ttl .detail, .list-selection--style02 .item__ttl .list-btn__item .detail, .list-btn__item .list-product .item--01 a .item__content p, .list-product .item--01 a .item__content .list-btn__item p, .list-btn__item .list-product--style02 .item__des, .list-product--style02 .list-btn__item .item__des, .list-btn__item .sidebar-block02 .common-select, .sidebar-block02 .list-btn__item .common-select, .list-btn__item .sidebar-block02__box .submit, .sidebar-block02__box .list-btn__item .submit, .list-btn__item .list-voice-main .ttl small, .list-voice-main .ttl .list-btn__item small, .list-btn__item .list-news-page li .date, .list-news-page li .list-btn__item .date, .list-btn__item .list-news-page li .content, .list-news-page li .list-btn__item .content, .list-btn__item .list-lesson .item .ttl, .list-lesson .item .list-btn__item .ttl, .list-btn__item .box-dummy__login .ttl-sm, .box-dummy__login .list-btn__item .ttl-sm, .list-btn__item .txt-pickup-dummy .wrap, .txt-pickup-dummy .list-btn__item .wrap, .list-btn__item .list-library .item__body, .list-library .list-btn__item .item__body, .list-btn__item .list-talk li, .list-talk .list-btn__item li, .list-btn__item .txt-wrap-border, .list-btn__item .list-special-goodse .item__ttl small, .list-special-goodse .item__ttl .list-btn__item small, .list-btn__item .table-cart tbody th, .table-cart tbody .list-btn__item th, .list-btn__item .table-cart-sp02 tbody, .table-cart-sp02 .list-btn__item tbody, .list-btn__item .sub-table-sp .thead, .sub-table-sp .list-btn__item .thead, .list-btn__item .box-payment--style02 .item__link, .box-payment--style02 .list-btn__item .item__link, .list-btn__item .box-payment--style02 .list-exc, .box-payment--style02 .list-btn__item .list-exc, .list-btn__item .btn-mail {
  margin-bottom: 31px;
}

@media screen and (max-width: 833px) {
  .list-btn__item .txt-basic, .list-btn__item .list-books__item, .list-btn__item .collapsible .item .content, .collapsible .item .list-btn__item .content, .list-btn__item .pagination li a, .pagination li .list-btn__item a, .list-btn__item .pagination li span, .pagination li .list-btn__item span, .list-btn__item .list-selection--style02 .item__ttl .detail, .list-selection--style02 .item__ttl .list-btn__item .detail, .list-btn__item .list-product .item--01 a .item__content p, .list-product .item--01 a .item__content .list-btn__item p, .list-btn__item .list-product--style02 .item__des, .list-product--style02 .list-btn__item .item__des, .list-btn__item .sidebar-block02 .common-select, .sidebar-block02 .list-btn__item .common-select, .list-btn__item .sidebar-block02__box .submit, .sidebar-block02__box .list-btn__item .submit, .list-btn__item .list-voice-main .ttl small, .list-voice-main .ttl .list-btn__item small, .list-btn__item .list-news-page li .date, .list-news-page li .list-btn__item .date, .list-btn__item .list-news-page li .content, .list-news-page li .list-btn__item .content, .list-btn__item .list-lesson .item .ttl, .list-lesson .item .list-btn__item .ttl, .list-btn__item .box-dummy__login .ttl-sm, .box-dummy__login .list-btn__item .ttl-sm, .list-btn__item .txt-pickup-dummy .wrap, .txt-pickup-dummy .list-btn__item .wrap, .list-btn__item .list-library .item__body, .list-library .list-btn__item .item__body, .list-btn__item .list-talk li, .list-talk .list-btn__item li, .list-btn__item .txt-wrap-border, .list-btn__item .list-special-goodse .item__ttl small, .list-special-goodse .item__ttl .list-btn__item small, .list-btn__item .table-cart tbody th, .table-cart tbody .list-btn__item th, .list-btn__item .table-cart-sp02 tbody, .table-cart-sp02 .list-btn__item tbody, .list-btn__item .sub-table-sp .thead, .sub-table-sp .list-btn__item .thead, .list-btn__item .box-payment--style02 .item__link, .box-payment--style02 .list-btn__item .item__link, .list-btn__item .box-payment--style02 .list-exc, .box-payment--style02 .list-btn__item .list-exc, .list-btn__item .btn-mail {
    margin-bottom: 20px;
  }
}

.list-btn--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 100%;
}

.list-btn--left .list-btn__item {
  width: 100%;
}

@media screen and (min-width: 834px) {
  .list-btn--fix {
    margin: 0 auto;
    max-width: none;
  }
}

@media screen and (min-width: 834px) {
  .list-btn--fix .list-btn__item {
    width: 35.5%;
    margin: 0 11px;
  }
}

@media screen and (min-width: 834px) {
  .list-btn--fix .btn-comp01 {
    max-width: none;
    height: 69px;
  }
}

@media screen and (min-width: 834px) {
  .list-btn--full {
    margin: 0 auto;
  }
}

.list-btn--full .list-btn__item {
  width: 100%;
}

@media screen and (min-width: 834px) {
  .list-btn--full .btn-comp01 {
    height: 64px;
    max-width: 395px;
  }
}

.detail-date {
  display: inline-block;
  color: #1D3A5B;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  background-color: #EAECF0;
  border-radius: 999px;
  padding: 4px 21px;
  margin: 4px 0 15px;
}

@media screen and (max-width: 833px) {
  .detail-date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.detail-date strong {
  font-weight: 600;
}

.detail-date--black {
  color: #0F0F0F;
  margin: 1px 0 12px;
  padding: 5px 15px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .detail-date--black {
    padding: 7px 15px 1px;
  }
}

@media screen and (max-width: 833px) {
  .detail-date--black {
    padding: 1px 10px;
  }
}

.detail-date--nm {
  margin: 0;
}

.sec-mv04 .mv-ttl {
  color: #1D3A5B;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}

@media screen and (max-width: 833px) {
  .sec-mv04 .mv-ttl {
    font-size: 2px;
    font-size: 2rem;
  }
}

.sec-mv04 .mv-ttl small {
  max-width: 573px;
  margin: 0 auto;
}

@media screen and (max-width: 833px) {
  .sec-mv04 .mv-ttl small {
    max-width: 350px;
  }
}

@media screen and (max-width: 640px) {
  .sec-mv04 .mv-ttl small img {
    max-width: 90%;
  }
}

/* custom input radio */
.lbl-radio {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  margin-right: 29px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lbl-radio__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.lbl-radio__input:checked ~ .lbl-radio__checkmark {
  background: #0F0F0F;
}

.lbl-radio__checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #0F0F0F;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .lbl-radio__checkmark {
    top: 5px;
  }
}

@media screen and (max-width: 833px) {
  .lbl-radio__checkmark {
    top: 1px;
  }
}

.lbl-radio:hover .lbl-radio__input ~ .lbl-radio__checkmark {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* list steps */
.list-steps02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 924px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 833px) {
  .list-steps02 {
    display: none;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

.list-steps02__item {
  width: 20%;
  text-align: center;
  color: #1D3A5B;
}

@media screen and (max-width: 833px) {
  .list-steps02__item {
    width: 33.33%;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  .list-steps02__item:nth-of-type(3) .list-steps02__number:after {
    display: none;
  }
  .list-steps02__item:nth-of-type(3):before {
    position: absolute;
    content: '';
    width: 2px;
    height: 30px;
    z-index: -1;
    background: #1D3A5B;
    left: 50%;
    bottom: -5px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .list-steps02__item:nth-of-type(4) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .list-steps02__item:nth-of-type(4) .list-steps02__number:after {
    display: none;
  }
}

@media screen and (max-width: 833px) and (max-width: 833px) {
  .list-steps02__item:nth-of-type(4) {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 833px) {
  .list-steps02__item:nth-of-type(5) .list-steps02__number:after {
    display: block !important;
  }
  .list-steps02__item:last-child {
    padding-bottom: 0;
    margin-left: auto;
  }
  .list-steps02__item:last-child:before {
    display: none;
  }
  .list-steps02__item:last-child .list-steps02__number:before {
    display: none;
  }
}

.list-steps02__item.is-active .list-steps02__circle {
  background: #1D3A5B;
  color: #fff;
}

.list-steps02__item:first-child .list-steps02__number:before {
  display: none;
}

.list-steps02__item:last-child .list-steps02__number:after {
  display: none;
}

.list-steps02__number {
  position: relative;
  font-weight: 600;
  font-family: "AvenirNextLTPro Demi";
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 1200px) {
  .list-steps02__number {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 833px) {
  .list-steps02__number {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-steps02__number:after, .list-steps02__number:before {
  position: absolute;
  content: '';
  width: 51%;
  height: 5px;
  background: #1D3A5B;
  top: 52%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .list-steps02__number:after, .list-steps02__number:before {
    height: 3px;
  }
}

@media screen and (max-width: 833px) {
  .list-steps02__number:after, .list-steps02__number:before {
    height: 2px;
  }
}

.list-steps02__number:before {
  left: -1%;
}

.list-steps02__number:after {
  right: -1%;
}

.list-steps02__circle {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #1D3A5B;
  line-height: 90px;
  background: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 833px) {
  .list-steps02__circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-width: 1px;
  }
}

.list-steps02__txt {
  font-weight: bold;
}

@media screen and (max-width: 833px) {
  .list-steps02__txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 374px) {
  .list-steps02__txt {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 834px) {
  .list-steps02.steps3 .list-steps02__item {
    width: 25%;
  }
}

@media screen and (min-width: 834px) {
  .list-steps02.steps4 .list-steps02__item {
    width: 25%;
  }
}

@media screen and (max-width: 833px) {
  .list-steps02--have3 .list-steps02__item:last-child .list-steps02__number:before {
    display: block;
  }
}

.link-underline {
  text-decoration: underline;
}

.link-underline img {
  margin-right: 6px;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 833px) {
  .link-underline img {
    top: auto;
    max-width: 12px;
  }
}

.box-news {
  margin-bottom: 50px;
  padding-bottom: 6px;
}

@media screen and (max-width: 833px) {
  .box-news {
    padding-bottom: 0;
  }
}

.box-news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .box-news a {
    display: block;
  }
}

.box-news__img {
  width: 43%;
  position: relative;
}

@media screen and (max-width: 990px) {
  .box-news__img {
    width: 36%;
  }
}

@media screen and (max-width: 833px) {
  .box-news__img {
    width: 50%;
    margin-bottom: 15px;
    padding-right: 28px;
  }
}

@media screen and (max-width: 640px) {
  .box-news__img {
    width: 100%;
    padding-right: 0;
  }
}

.box-news__content {
  width: 57%;
  padding: 0 0 0 21px;
}

@media screen and (max-width: 990px) {
  .box-news__content {
    width: 64%;
  }
}

@media screen and (max-width: 833px) {
  .box-news__content {
    width: 50%;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .box-news__content {
    width: 100%;
  }
}

.box-news__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.box-news__date {
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

@media screen and (max-width: 833px) {
  .box-news__date {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.box-news__date span {
  display: inline-block;
  font-family: "HelveticaNeue";
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  padding: 7px 14px;
  margin-right: 10px;
  background: #003559;
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width: 833px) {
  .box-news__date span {
    font-size: 10px;
    font-size: 1rem;
    padding: 3px 5px;
  }
}

.box-news__category {
  margin: 2.5px 5px 2.5px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  height: 26px;
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  border: 1px solid #BFC0C0;
  text-decoration: none;
}

@media screen and (max-width: 833px) {
  .box-news__category {
    height: 20px;
  }
}

@media screen and (min-width: 834px) {
  .box-news--lg {
    margin-bottom: 28px;
  }
}

@media screen and (min-width: 834px) {
  .box-news--lg .ttl-comp03:before {
    top: 8px;
  }
}

@media screen and (min-width: 834px) {
  .box-news--lg .box-news__content {
    width: 52%;
    padding: 0px 0px 0px 32px;
  }
}

@media screen and (min-width: 834px) {
  .box-news--lg .box-news__img {
    width: 48%;
  }
}

@media screen and (min-width: 834px) {
  .box-news--lg .ttl-comp03 {
    line-height: 1.44;
    margin-bottom: 10px;
    padding-left: 14px;
  }
}

@media screen and (min-width: 834px) {
  .box-news--lg .box-news__meta {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 834px) {
  .box-news--lg .box-news__date span {
    padding: 6px 13px;
  }
}

.box-news.box-news--locked .box-news__img::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background: url(../img/common/ico-lock.svg) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  margin-top: 52.5%;
  top: -38px;
  right: 10px;
  z-index: 1;
}
@media screen and (max-width: 833px) {
  .box-news.box-news--locked .box-news__img::before {
    width: 24px;
    height: 24px;
    top: -30px;
    right: 6px;
  }
}

.list-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.list-feature .item {
  margin-right: 20px;
  margin-bottom: 12px;
  width: calc(33.33% - 13.33px);
  position: relative;
}

@media screen and (max-width: 833px) {
  .list-feature .item {
    margin-right: 10px;
    width: calc(50% - 5px);
    margin-bottom: 5px;
  }
}

.list-feature .item.item--locked::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background: url(../img/common/ico-lock.svg) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  margin-top: 52.5%;
  top: -38px;
  right: 10px;
  z-index: 1;
}
@media screen and (max-width: 833px) {
  .list-feature .item.item--locked::before {
    width: 24px;
    height: 24px;
    top: -30px;
    right: 6px;
  }
}

.list-feature .item.hidden {
  display: none;
}

.list-feature .item a {
  display: block;
}

@media screen and (min-width: 834px) {
  .list-feature .item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 833px) {
  .list-feature .item:nth-child(2n) {
    margin-right: 0;
  }
}

.list-feature .item__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.list-feature .item__date {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
  display: block;
  margin-right: 10px;
}

@media screen and (max-width: 833px) {
  .list-feature .item__date {
    font-size: 10px;
    font-size: 1rem;
  }
}

.list-feature .item__category {
  margin: 2.5px 5px 2.5px 0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 17px;
  height: 20px;
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1px 8px 0;
  border: 1px solid #BFC0C0;
  text-decoration: none;
}

.list-feature .item__content {
  padding: 10px 0;
}

.list-feature .item__content .ttl-comp03 {
  line-height: 1.5;
}

.list-feature .item__img {
  padding: 52.5% 0 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
}

.list-feature .item__img img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 834px) {
  .list-feature--flex {
    margin: 0 -16px 10px;
  }
}

@media screen and (min-width: 834px) {
  .list-feature--flex .item {
    width: 100%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0 0 16px;
    padding: 0 16px;
  }
}

@media screen and (min-width: 834px) {
  .list-feature--flex .item__content {
    padding: 18px 0;
  }
}

@media screen and (min-width: 834px) {
  .list-feature--flex .item__content .ttl-comp03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-feature--flex .item.hidden {
  display: none;
}

.tab-menu {
  padding: 0px 38px;
  margin-top: 25px;
}

@media screen and (max-width: 833px) {
  .tab-menu {
    padding: 0px 26px;
    margin-top: 15px;
  }
}

.tab-menu li {
  color: #003559;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  background: #d7deee;
  padding: 12px 10px 11px;
  text-align: center;
  margin: 0px 1px;
}

@media screen and (max-width: 833px) {
  .tab-menu li {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 7px 5px;
  }
}

.tab-menu li.active {
  background: #98aad3;
  color: #003559;
}

.tab-menu .slick-prev, .tab-menu .slick-next {
  width: 38px;
  height: 39px;
}

@media screen and (max-width: 833px) {
  .tab-menu .slick-prev, .tab-menu .slick-next {
    width: 26px;
    height: 27px;
  }
}

.tab-menu .slick-next {
  right: -1px;
  top: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tab-menu .slick-next {
    top: 50%;
  }
}

.tab-menu .slick-prev {
  left: 0;
  top: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tab-menu .slick-prev {
    top: 50%;
  }
}

.tab-menu .slick-next:before {
  content: '';
  position: absolute;
  width: 38px;
  height: 39px;
  right: 0;
  opacity: 1;
  background: url("../img/common/arr-r.png") no-repeat center/cover;
}

@media screen and (max-width: 833px) {
  .tab-menu .slick-next:before {
    width: 26px;
    height: 27px;
  }
}

.tab-menu .slick-prev:before {
  content: '';
  position: absolute;
  width: 38px;
  height: 39px;
  right: 0;
  opacity: 1;
  background: url("../img/common/arr-l.png") no-repeat center/cover;
}

@media screen and (max-width: 833px) {
  .tab-menu .slick-prev:before {
    width: 26px;
    height: 27px;
  }
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.list-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 48px;
}

@media screen and (max-width: 833px) {
  .list-selection {
    margin-top: 17px;
  }
}

.list-selection .item {
  margin-right: 24px;
  margin-bottom: 42px;
  width: calc(50% - 12px);
}

@media screen and (max-width: 833px) {
  .list-selection .item {
    width: 100%;
    margin: 0px 0px 44px;
  }
  .list-selection .item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 833px) {
  .list-selection .item {
    margin: 0px 0px 33px;
  }
  .list-selection .item:last-child {
    margin-bottom: 0;
  }
}

.list-selection .item:nth-child(2n) {
  margin-right: 0;
}

.list-selection .item__img {
  width: 30%;
}

@media screen and (max-width: 833px) {
  .list-selection .item__img {
    width: 22%;
  }
}

.list-selection .item__img img {
  max-height: 132px;
  width: auto;
  margin-top: -40px;
}

@media screen and (max-width: 833px) {
  .list-selection .item__img img {
    margin-top: -30px;
  }
}

.list-selection .item__ttl {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 9px;
}

@media screen and (max-width: 833px) {
  .list-selection .item__ttl {
    width: 78%;
    padding-left: 15px;
  }
}

.list-selection .item__ttl img {
  width: 35px;
  margin-right: 10px;
}

@media screen and (max-width: 833px) {
  .list-selection .item__ttl img {
    width: 25px;
    margin-right: 5px;
  }
}

.list-selection .item__ttl .ttl {
  width: calc(100% - 35px - 10px);
  color: #0f0f0f;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 833px) {
  .list-selection .item__ttl .ttl {
    width: calc(100% - 25px - 5px);
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .list-selection .item__ttl .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-selection .item__ttl .ttl span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #003559;
}

@media screen and (max-width: 833px) {
  .list-selection .item__ttl .ttl span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .list-selection .item__ttl .ttl span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list-selection .item a {
  border: 1px solid #003559;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 12px;
  position: relative;
}

.list-selection .item a:after {
  content: '';
  position: absolute;
  background: url("../img/common/ico-arr-r.png") no-repeat center/cover;
  width: 14px;
  height: 9px;
  bottom: 9px;
  right: 11px;
  z-index: 3;
}

.list-selection .item a:hover {
  background: #003559;
  color: #fff;
  opacity: 1;
}

.list-selection .item a:hover:after {
  background: url("../image/toppointlibrary/best10/ico-next.png") no-repeat center/cover;
}

.list-selection .item a:hover .ttl {
  color: #fff;
}

.list-selection .item a:hover .ttl span {
  color: #ffffff;
}

@media screen and (min-width: 834px) {
  .list-selection--style02 .item {
    margin-right: 0;
    width: 100%;
    margin-bottom: 67px;
  }
}

@media screen and (min-width: 834px) {
  .list-selection--style02 .item a {
    padding: 5px 18px 17px;
  }
}

.list-selection--style02 .item a:hover {
  opacity: 1;
  background-color: #1D3A5B;
}

.list-selection--style02 .item a:hover .item__ttl .ttl span, .list-selection--style02 .item a:hover .item__ttl .ttl, .list-selection--style02 .item a:hover .item__ttl .detail {
  color: #FFFFFF;
}

.list-selection--style02 .item a:hover:after {
  background: url("../image/toppointlibrary/best10/ico-next.png") no-repeat center/cover;
}

@media screen and (min-width: 641px) {
  .list-selection--style02 .item a:after {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../image/toppointlibrary/best10/ico-next-blue.png") no-repeat center/cover;
    width: 17px;
    height: 11px;
    right: 31px;
  }
}

@media screen and (max-width: 640px) {
  .list-selection--style02 .item a:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.list-selection--style02 .item__img {
  margin-top: -23px;
  margin-bottom: -23px;
  height: 167px;
}

@media screen and (min-width: 641px) {
  .list-selection--style02 .item__img {
    width: 116px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 641px) {
  .list-selection--style02 .item__img img {
    max-height: 167px;
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .list-selection--style02 .item__img {
    margin-top: -23px;
    margin-bottom: -23px;
    height: auto;
  }
  .list-selection--style02 .item__img img {
    max-height: 132px;
    margin-top: 0;
  }
}

@media screen and (min-width: 641px) {
  .list-selection--style02 .item__ttl {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 42px 0 38px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 641px) {
  .list-selection--style02 .item__ttl img {
    width: 59px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .list-selection--style02 .item__ttl img {
    margin-right: 15px;
  }
}

@media screen and (min-width: 834px) {
  .list-selection--style02 .item__ttl .ttl {
    font-size: 36px;
    font-size: 3.6rem;
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 834px) {
  .list-selection--style02 .item__ttl .ttl span {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 8px;
  }
}

.list-selection--style02 .item__ttl .detail {
  color: #1D3A5B;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .list-selection--style02 .item__ttl .detail {
    display: none;
  }
}

.sec-selection {
  margin-top: 70px;
  margin-bottom: 28px;
}

@media screen and (max-width: 833px) {
  .sec-selection {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #c9caca;
  }
}

.sec-selection__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 833px) {
  .sec-selection__ttl {
    display: block;
  }
}

.sec-selection__date {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 833px) {
  .sec-selection__date {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    text-align: right;
    margin-top: 10px;
  }
}

.sec-selection__date span {
  font-weight: bold;
}

.list-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 833px) {
  .list-product {
    display: block;
  }
  .list-product .product-non-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-product .item {
  margin-right: 25px;
  margin-bottom: 10px;
  width: calc(25% - 18.75px);
}

@media screen and (min-width: 834px) {
  .list-product .item:nth-child(4n+2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 833px) {
  .list-product .item {
    width: 100%;
    margin: 0px 0px 25px;
  }
  .list-product .item:nth-child(2n) {
    margin-right: 0;
  }
}

.list-product .item a,
.list-product .item .item__wrap,
.list-product .item > div {
  position: relative;
  display: block;
  word-break: break-all;
}

.list-product .item__num {
  position: absolute;
}

.list-product .item__img {
  padding: 25px;
  background: #f4f6fa;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 833px) {
  .list-product .item__img {
    padding: 22px 16px;
  }
}
.list-product .item__img img {
  width: 100%;
  height: auto;
}

.list-product .item__content {
  padding: 12px 0px 14px;
}

.list-product .item__author, .list-product .item__publisher {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.45;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 833px) {
  .list-product .item__author, .list-product .item__publisher {
    font-size: 10px;
    font-size: 1rem;
  }
}

.list-product .item__post_no {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 8px;
  color: #999;
}

@media screen and (max-width: 833px) {
  .list-product .item__post_no {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 6px;
  }
}

.list-product .item__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 833px) {
  .list-product .item__ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-product .item__num {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  text-align: center;
  background: #92b5d5;
  font-weight: bold;
  color: #ffffff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list-product .item__num {
    line-height: 30px;
  }
}

@media screen and (max-width: 833px) {
  .list-product .item__num {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list-product .item--01 {
  width: calc(100% - 25% - 6.5px);
}

@media screen and (max-width: 833px) {
  .list-product .item--01 {
    width: 100%;
  }
}

.list-product .item--01 .item__num {
  width: 58px;
  height: 38px;
  line-height: 38px;
  background: #e4a724;
  font-size: 19px;
  font-size: 1.9rem;
  color: #003559;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list-product .item--01 .item__num {
    line-height: 41px;
  }
}

@media screen and (max-width: 833px) {
  .list-product .item--01 .item__num {
    font-size: 14px;
    font-size: 1.4rem;
    width: 43px;
    height: 28px;
    line-height: 28px;
  }
}

@media screen and (max-width: 833px) and (-ms-high-contrast: active), screen and (max-width: 833px) and (-ms-high-contrast: none) {
  .list-product .item--01 .item__num {
    line-height: 31px;
  }
}

.list-product .item--01 p {
  margin-top: 10px;
}

.list-product .item--01 a {
  background: #f4f6fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 28px;
}

@media screen and (max-width: 833px) {
  .list-product .item--01 a {
    padding: 14px 10px;
  }
}

.list-product .item--01 a .item__img {
  width: 34.6%;
  padding: 0;
}

@media screen and (max-width: 833px) {
  .list-product .item--01 a .item__img {
    padding-top: 25px;
  }
}

.list-product .item--01 a .item__content {
  width: 65.4%;
  background: none;
  padding: 0px 0px 0px 20px;
}

@media screen and (max-width: 833px) {
  .list-product .item--01 a .item__content {
    padding: 0px 0px 0px 10px;
  }
}

.list-product .item--01 a .item__content .item__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22;
}

@media screen and (max-width: 640px) {
  .list-product .item--01 a .item__content .item__ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 833px) {
  .list-product .item--02, .list-product .item--03 {
    width: calc(50% - 9px);
  }
}

.list-product .item--02 {
  margin-right: 0;
}

.list-product .item--02 .item__num {
  background: #b5b5b6;
}

@media screen and (max-width: 833px) {
  .list-product .item--02 {
    margin-right: 18px !important;
  }
}

@media screen and (max-width: 833px) {
  .list-product .item--03 {
    margin-right: 0;
  }
}

.list-product .item--03 .item__num {
  background: #b68b79;
}

.list-product .btn-comp01 {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 833px) {
  .list-product .product-slider {
    width: 100%;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 833px) {
  .list-product .product-slider .item {
    padding: 0px 8px;
    width: 106px;
  }
}

.list-product .product-slider .slick-dots {
  bottom: 0px !important;
}

.list-product .product-slider .slick-dots li {
  width: 4px;
  height: 4px;
  margin: 0 3px;
  border-radius: 50%;
  background: #95A4BC;
}

.list-product .product-slider .slick-dots li button:before {
  display: none;
}

.list-product .product-slider .slick-dots .slick-active {
  background: #1D3A5B;
}

.list-product .item__icon {
  margin-left: 5px;
  margin-bottom: 5px;
  display: inline-block;
  background: #043456;
  color: #fff;
  padding: 0 7px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
}

.list-product--style02 .item__icon {
  margin: 5px auto 0;
}

.list-product .item__img_tag-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -5px;
  z-index: 9;
}

.list-product--style02 .item__img_tag-wrap {
  margin-top: 15px;
  justify-content: inherit;
  position: relative;
  top: inherit;
  right: inherit;
}

.list-product--style02 .item__img_tag-wrap .item__lb,
.list-product--style02 .item__img_tag-wrap .item__view {
  margin-top: 5px!important;
}

.list-product--style02 .item__lb + .item__icon,
.list-product--style02 .item__lb + .item__icon + .item__icon,
.list-product--style02 .item__view + .item__icon,
.list-product--style02 .item__view + .item__icon + .item__icon {
  margin: 8px 5px 0 0;
}

@media screen and (max-width: 833px) {
  .list-product .item__icon {
    padding: 0 5px;
    font-size: 9px;
    font-size: .9rem;
    line-height: 18px;
  }
  .list-product--style02 .item__icon {
    margin: 5px auto 0;
  }
  .list-product .item__img_tag-wrap {
    top: -8px;
    right: -3px;
  }
  .list-product--style02 .item__img_tag-wrap {
    margin-top: 10px;
    top: inherit;
    right: inherit;
  }
  .list-product--style02 .item__img_tag-wrap .item__lb,
  .list-product--style02 .item__img_tag-wrap .item__view {
    margin-top: 5px!important;
  }
  .list-product--style02 .item__lb + .item__icon,
  .list-product--style02 .item__lb + .item__icon + .item__icon,
  .list-product--style02 .item__view + .item__icon,
  .list-product--style02 .item__view + .item__icon + .item__icon {
    margin: 8px 5px 0 0;
  }
}

.list-product--style01 {
  margin: 26px -18px 20px;
}

@media screen and (max-width: 833px) {
  .list-product--style01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  .list-product--style01 {
    margin: 25px -11.5px 0;
  }
}

.list-product--style01 .item {
  margin-right: 0;
  width: 100%;
  max-width: 33.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 26px;
}

@media screen and (max-width: 833px) {
  .list-product--style01 .item {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}

@media screen and (max-width: 640px) {
  .list-product--style01 .item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 11.5px;
  }
}

.list-product--style01 .item__des,
.list-product--style01 .item__name,
.list-product--style01 .item__release,
.list-product--style01 .item .btn-comp01--blue {
  display: none !important;
}

.list-product--style01 .item__lb {
  display: inline-block;
  background: #f00;
  border: 1px solid #f00;
  font-weight: 600;
  color: #fff;
  padding: 6px 9px;
  margin: 0 5px 10px 0;
  min-width: 51px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

.list-product--style01 .item__view {
  display: inline-block;
  background: #003559;
  border: 1px solid #003559;
  font-weight: 600;
  color: #fff;
  padding: 6px 9px;
  margin: 0 5px 10px 0;
  min-width: 44px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (max-width: 833px) {
  .list-product--style01 .item__lb {
    padding: 5px;
    margin: 0 5px 10px 0;
    min-width: auto;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .list-product--style01 .item__view {
    padding: 5px;
    margin: 0 5px 10px 0;
    min-width: auto;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list-product--style01 .item__lb--style02,
.list-product--style01 .item__view--style02 {
  display: none;
}

.list-product--style01 .item__view--no {
  background: #fff;
  color: #003559;
}

.list-product--style01 .item__tag-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.list-product--style01 .item__tag-star {
  display: inline-block;
  margin-left: auto;
  font-weight: 600;
  color: #003559;
  height: 26px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
}
.list-product--style01 .item__tag-star .no_stars,
.list-product--style01 .item__tag-star .has_stars {
  font-size: inherit;
}
.list-product--style01 .item__tag-star .no_stars {
  color: #eee;
}
@media screen and (max-width: 833px) {
  .list-product--style01 .item__tag-star {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: inherit;
    height: auto;
  }
  .list-product--style01 .item__tag-star .no_stars,
  .list-product--style01 .item__tag-star .has_stars {
    font-size: inherit;
  }
}


.list-product--style01 .item__img {
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 834px) {
  .list-product--style01 .item__img {
    padding: 30px;
    background-color: #F1F2F5;
  }
}

@media screen and (max-width: 833px) {
  .list-product--style01 .item__img {
    padding: 15px 18px;
  }
}

.list-product--style01 .item__img a {
  width: 100%;
}

.list-product--style01 .item__img img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .list-product--style01 .item__img img {
    width: 100%;
  }
}

@media screen and (min-width: 834px) {
  .list-product--style01 .item__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.34;
    font-weight: 600;
      margin-bottom: 10px;
  }
}

@media screen and (max-width: 833px) {
  .list-product--style01 .item__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 640px) {
  .list-product--style01 .item__ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 834px) {
  .list-product--style01 .item__author, .list-product--style01 .item__publisher {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.43;
    }
}

@media screen and (max-width: 833px) {
  .list-product--style01 .item__author, .list-product--style01 .item__publisher {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .list-product--style01 .item__author, .list-product--style01 .item__publisher {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list-product--style01 .item__publisher {
  margin-bottom: 13px;
}

@media screen and (max-width: 833px) {
  .list-product--style01 .item__publisher {
    margin-bottom: 8px;
  }
}

.list-product--style01 .item__links {
  margin-top: 13px;
}

@media screen and (max-width: 833px) {
  .list-product--style01 .item__links {
    margin-top: 8px;
  }
}

.list-product--style02 {
  display: block;
  margin: 9px 0 60px;
}

@media screen and (max-width: 833px) {
  .list-product--style02 {
    margin: 25px 0 40px;
  }
}

.list-product--style02 .item {
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 833px) {
  .list-product--style02 .item {
    margin: 0;
  }
}

.list-product--style02 .item:first-child > div {
  border-top: 1px solid #D2D3D3;
}

.list-product--style02 .item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 48px 0 42px;
  border-bottom: 1px solid #D2D3D3;
}

@media screen and (max-width: 833px) {
  .list-product--style02 .item > div {
    padding: 30px 0 20px;
  }
}

.list-product--style02 .item__lb {
  display: inline-block;
  background: #f00;
  border: 1px solid #f00;
  font-weight: 600;
  color: #fff;
  padding: 6px 9px;
  margin: 20px 5px 0 0;
  min-width: 51px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

.list-product--style02 .item__view {
  display: inline-block;
  background: #003559;
  border: 1px solid #003559;
  font-weight: 600;
  color: #fff;
  padding: 6px 9px;
  margin: 20px 5px 0 0;
  min-width: 44px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (max-width: 833px) {
  .list-product--style02 .item__lb {
    padding: 5px;
    margin: 15px 5px 0 0;
    min-width: auto;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .list-product--style02 .item__view {
    padding: 5px;
    margin: 15px 5px 0 0;
    min-width: auto;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list-product--style02 .item__tag-wrap,
.list-product--style02 .item__lb--style01,
.list-product--style02 .item__view--style01 {
  display: none;
}

.list-product--style02 .item__view--no {
  background: #fff;
  color: #003559;
}

.list-product--style02 .item__order {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background-color: #1D3A5B;
  color: #FFFFFF;
  font-family: "AvenirNextLTPro Demi";
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  position: relative;
}
.list-product--style02 .item__ttl .item__order-top + p,
.list-product--style02 .item__ttl .item__order + p {
  width: 100%;
}

@media screen and (max-width: 833px) {
  .list-product--style02 .item__order {
    font-size: 12px;
    font-size: 1.2rem;
    width: 23px;
    height: 23px;
    margin-right: 7px;
    margin-bottom: 1px;
  }
}

.list-product--style02 .item__order-top {
  max-width: 49px;
  margin-top: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 833px) {
  .list-product--style02 .item__order-top {
    max-width: 30px;
    margin-top: 0px;
    margin-right: 7px;
  }
}

.list-product--style02 .item__img {
  width: 100%;
  max-width: 22.38%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.38%;
          flex: 0 0 22.38%;
  position: relative;
  padding: 0;
  background: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 600px) {
  .list-product--style02 .item__img {
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}

.list-product--style02 .item__img a {
  width: 100%;
}

.list-product--style02 .item__img img {
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.list-product--style02 .item__content {
  padding: 0 0 0 38px;
  width: 100%;
  max-width: 77.62%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 77.62%;
          flex: 0 0 77.62%;
}

@media screen and (max-width: 640px) {
  .list-product--style02 .item__content {
    padding-left: 10px;
    max-width: 65%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
}

@media screen and (max-width: 640px) and (max-width: 600px) {
  .list-product--style02 .item__content {
    max-width: 65%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    padding: 0 0 0 20px;
  }
}

.list-product--style02 .item__ttl {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.35;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 833px) {
  .list-product--style02 .item__ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 640px) {
  .list-product--style02 .item__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-product--style02 .item__des {
  margin-bottom: 13px;
}

.list-product--style02 .item__author, .list-product--style02 .item__publisher, .list-product--style02 .item__release {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.58;
  padding-left: 2px;
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .list-product--style02 .item__author, .list-product--style02 .item__publisher, .list-product--style02 .item__release {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.list-product--style02 .item__links {
  margin: 18px -7.5px 0;
  padding: 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 990px) {
  .list-product--style02 .item__links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 640px) {
  .list-product--style02 .item__links {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 420px) {
  .list-product--style02 .item__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 0;
  }
}

.list-product--style02 .item__links .btn-comp01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin: 0 7.5px;
  max-width: 275px;
  height: 53px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  border-radius: 0;
}

.list-product--style02 .item__links .btn-comp01:after {
  width: 17px;
  height: 11px;
  right: 14px;
  background: url("../img/common/ico-btn-right.png") no-repeat;
}

@media screen and (max-width: 833px) {
  .list-product--style02 .item__links .btn-comp01:after {
    right: 10px;
  }
}

@media screen and (max-width: 833px) {
  .list-product--style02 .item__links .btn-comp01 {
    height: 30px !important;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 3px;
  }
}

@media screen and (max-width: 640px) {
  .list-product--style02 .item__links .btn-comp01 {
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 374px) {
  .list-product--style02 .item__links .btn-comp01 {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.list-product--style01 .item > .affiliates {
  display: none!important;
}
.dummy-header .img > .affiliates,
.list-bestbook .item .list-btn > .affiliates,
.list-product--style02 .item > .affiliates {
  width: 100%;
  padding: 30px;
  display: block;
  position: absolute;
  right: 0;
  z-index: 10;
  top: calc(100% - 22px);
  background-color: #003559;
  border: none;
  border-radius: 5px;
  display: none;
}
.page-toppointlibrary_pickup_dummy .list-product--style02 .item:last-child > div.affiliates,
.page-toppointlibrary_new_index .list-product--style02 .item:last-child > div.affiliates {
  top: calc(100% + 15px);
  padding-bottom: 30px;
}
.list-bestbook .item .list-btn > .affiliates {
  top: calc(100% + 22px);
}
.dummy-header .img > .affiliates {
  top: calc(100% - 17px);
  right: inherit;
  left: 0;
  width: calc(100vw - 358px);
  max-width: 782px;
}
.dummy-header .img > .affiliates::before,
.list-bestbook .item .list-btn > .affiliates::before,
.list-product--style02 .item > .affiliates::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 15px 16px;
  border-color: transparent transparent #003559 transparent;
  position: absolute;
  top: -15px;
  right: 120px;
}
.dummy-header .img > .affiliates::before {
  right: inherit;
  left: 120px;
}
@media screen and (max-width: 833px) {
  .dummy-header .img > .affiliates,
  .list-bestbook .item .list-btn > .affiliates,
  .list-product--style02 .item > .affiliates {
    top: calc(100% - 4px);
    padding: 25px;
    width: 100%;
  }
  .page-toppointlibrary_pickup_dummy .list-product--style02 .item:last-child > div.affiliates {
    padding-bottom: 25px;
  }
  .list-bestbook .item .list-btn > .affiliates {
    top: calc(100% + 5px);
  }
  .dummy-header .img > .affiliates::before,
  .list-bestbook .item .list-btn > .affiliates::before,
  .list-product--style02 .item > .affiliates::before {
    right: 80px;
  }
}
.dummy-header .img > .affiliates .ttl-store span,
.list-bestbook .item .list-btn > .affiliates .ttl-store span,
.list-product--style02 .item > .affiliates .ttl-store span {
  background-color: #003559;
  color: #fff;
}
.dummy-header .img > .affiliates .list-store:last-child,
.list-bestbook .item .list-btn > .affiliates .list-store:last-child,
.list-product--style02 .item > .affiliates .list-store:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}

.list-product--checkbox .item__checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: -10px;
  right: -9px;
}

.list-product--checkbox.list-product--style02 .item__checkbox {
  top: 10px;
  right: 9px;
  z-index: 2;
}

.list-product--checkbox .item__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.list-product--checkbox .item__checkbox input:checked ~ .checkmark {
  border-color: #1D3A5B;
  background: url("../img/mypage/read-liste/ico-checked.png") no-repeat center;
}

.list-product--checkbox .item__checkbox .checkmark {
  width: 19px;
  height: 19px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: block;
  background: #FFFFFF;
}

@media screen and (min-width: 834px) {
  .list-product--checkbox .item__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    font-weight: bold;
    margin-bottom: 8px;
  }
}

.list-product--checkbox .item__des {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
}

@media screen and (max-width: 833px) {
  .list-product--checkbox.list-product--style02 .item__checkbox {
    top: 7px;
    right: 5px;
  }
  .list-product--checkbox .item__des {
    font-size: 12px;
    font-size: 1.2rem;
  }
}


.list-product .item__readmemo {
  width: 100%;
  margin: 20px 0 0;
}
.list-product .item__readmemo .readmemo__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.list-product .item__readmemo .readmemo__head_ttl {
  margin-right: 15px;
  font-size: 1.6rem;
  color: #1d3a5b;
  line-height: 1;
}
.list-product .item__readmemo .readmemo__pub_note {
  font-size: 1.2rem;
  color: #999;
}
.list-product .item__readmemo .readmemo__btn_edit,
.list-product .item__readmemo .readmemo__btn_submit {
  margin-right: 0;
  margin-left: auto;
  width: 64px;
  height: 25px;
  font-size: 1.2rem;
  color: #1d3a5b;
  font-weight: 500;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #1d3a5b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-product .item__readmemo .readmemo__btn_submit {
  display: none;
  color: #fff;
  background-color: #1ba46b;
  border-color: #1ba46b;
}
.list-product .item__readmemo.edit .readmemo__btn_edit {
  display: none;
}
.list-product .item__readmemo.edit .readmemo__btn_submit {
  display: flex;
}
.list-product .item__readmemo .readmemo__content {
  width: 100%;
  margin-top: 12px;
}
.list-product .item__readmemo .readmemo__form {
  width: 100%;
  position: relative;
}
.list-product .item__readmemo .readmemo__form::before {
  content: "登録完了しました。";
  display: inline-block;
  height: 34px;
  padding: 0 15px;
  background: #eee;
  border-radius: 4px;
  color: #0f0f0f;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 34px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.list-product .item__readmemo .readmemo__form.saved::before {
  opacity: 1;
}
.list-product .item__readmemo .readmemo__form_text {
  width: 100%;
  padding: 16px 20px;
  font-size: 1.4rem;
  line-height: 1.64;
  background-color: #fff;
  border: 1px solid #d2d3d3;
  border-radius: 4px;
}
.list-product .item__readmemo .readmemo__form_textarea {
  display: none;
  width: 100%;
  height: 120px;
  padding: 16px 20px;
  font-size: 1.4rem;
  line-height: 1.64;
  resize: vertical;
  background-color: #fff;
  border: 1px solid #d2d3d3;
  border-radius: 4px;
}
.list-product .item__readmemo.edit .readmemo__form_text {
  display: none;
}
.list-product .item__readmemo.edit .readmemo__form_textarea {
  display: block;
}
.list-product .item__readmemo .readmemo__pub_input {
  display: none;
}
.list-product .item__readmemo .readmemo__pub_label {
  width: 63px;
  height: 20px;
  font-size: 1.1rem;
  color: #b7b7b7;
  font-weight: 700;
  background-color: #edeff2;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.list-product .item__readmemo .readmemo__pub_label1 {
  border-radius: 4px 0 0 4px;
}
.list-product .item__readmemo .readmemo__pub_label0 {
  margin-right: 15px;
  border-radius: 0 4px 4px 0;
}
.list-product .item__readmemo .readmemo__pub_input:checked + .readmemo__pub_label {
  background-color: #1d3a5b;
  color: #fff;
}
.list-product .item__readmemo.edit .readmemo__pub_label {
  pointer-events: inherit;
  cursor: pointer;
}
@media screen and (max-width: 833px) {
  .list-product .item__readmemo {
    margin: 15px 0 0;
  }
  .list-product .item__readmemo .readmemo__content {
    margin-top: 8px;
  }
  .list-product .item__readmemo .readmemo__pub_label,
  .list-product .item__readmemo .readmemo__pub_note,
  .list-product .item__readmemo .readmemo__btn_edit,
  .list-product .item__readmemo .readmemo__btn_submit {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 420px) {
  .list-product .item__readmemo .readmemo__head_ttl {
    width: 100%;
    margin: 5px 0;
  }
}

.sec-listNews {
  margin-top: 70px;
}

@media screen and (max-width: 833px) {
  .sec-toppoint {
    border-top: 1px solid #c9caca;
    padding-top: 35px;
    margin-top: 35px;
  }
}

.main-page {
  position: relative;
  padding-bottom: 70px;
}

@media screen and (max-width: 833px) {
  .main-page {
    padding-bottom: 50px;
  }
}

.main-page.no-bg:before {
  display: none;
}

.main-page:before {
  position: absolute;
  content: '';
  width: 29.27%;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("../img/common/bg-page.png") repeat;
  z-index: -1;
}

@media screen and (max-width: 1260px) {
  .main-page:before {
    width: 20%;
  }
}

@media screen and (max-width: 990px) {
  .main-page:before {
    display: none;
  }
}

.main-page--position:before {
  right: auto;
  left: 0;
}

.main-page--position .box-left {
  padding-left: 30px;
  padding-right: 0 !important;
}

@media screen and (max-width: 990px) {
  .main-page--position .box-left {
    padding-left: 0;
  }
}

.sec-mv02 {
  position: relative;
  z-index: 3;
}

.mv-img {
  height: 194px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/common/mv.webp);
  overflow: hidden;
}

.no-webp .mv-img {
  background-image: url(../img/common/mv.jpg);
}

@media screen and (max-width: 990px) {
  .mv-img {
    height: 140px;
  }
}

@media screen and (max-width: 833px) {
  .mv-img {
    height: 90px;
  }
}

.mv-img.mv-img_business {
  background-image: url(../img/common/mv-business.webp);
}

.no-webp .mv-img.mv-img_business {
  background-image: url(../img/common/mv-business.jpg);
}

.mv-img.mv-img_bestbook {
  background-image: url(../img/bestbook/mv.webp);
}

.mv-img.mv-img_bestbook + .mv-ttl + .breadcrumb,
.mv-img.mv-img_bestbook + .mv-ttl_bestbook + .breadcrumb {
  color: #1D3A5B;
}

.no-webp .mv-img.mv-img_bestbook {
  background-image: url(../img/bestbook/mv.jpg);
}

.mv-ttl {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}

@media screen and (max-width: 990px) {
  .mv-ttl {
    font-size: 28px;
    font-size: 2.8rem;
    top: 50%;
  }
}

@media screen and (max-width: 833px) {
  .mv-ttl {
    font-size: 20px;
    font-size: 2rem;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.mv-ttl small {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 4px;
}

@media screen and (max-width: 990px) {
  .mv-ttl small {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 833px) {
  .mv-ttl small {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

.mv-ttl small.sm-other {
  position: relative;
  left: -33px;
}

@media screen and (max-width: 990px) {
  .mv-ttl small.sm-other {
    left: -28px;
  }
}

@media screen and (max-width: 833px) {
  .mv-ttl small.sm-other {
    left: -18px;
  }
}

@media screen and (min-width: 991px) {
  .mv-ttl small.fs-24 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.mv-ttl .lb {
  display: inline-block;
  margin-right: 17px;
  font-weight: 600;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.19;
  color: #FFFFFF;
  background-color: #f00;
  border-radius: 3px;
  padding: 7px 8px 7px 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 833px) {
  .mv-ttl .lb {
    font-size: 11px;
    font-size: 1.1rem;
    margin-right: 10px;
    padding: 4px 6px 3px;
  }
}

.mv-ttl .va_mdl {
  vertical-align: middle;
}

.main-content {
  padding-top: 105px;
  position: relative;
}

@media screen and (max-width: 990px) {
  .main-content {
    padding-top: 70px;
  }
}

@media screen and (max-width: 833px) {
  .main-content {
    padding-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .main-content {
    padding-top: 25px;
  }
}

.sec-search + .main-content {
  padding-top: 50px;
}
@media screen and (max-width: 990px) {
  .sec-search + .main-content {
    padding-top: 40px;
  }
}

@media screen and (max-width: 833px) {
  .sec-search + .main-content {
    padding-top: 30px;
  }
}

@media screen and (min-width: 991px) {
  .page-index .main-content {
    padding-top: 70px;
  }
}

.sec-search.on + .main-content {
  margin-top: 168px;
}
@media screen and (max-width: 833px) {
  .sec-search.on + .main-content {
    margin-top: 54px;
  }
}

.main-content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-content .inner .box-left {
  width: calc(100% - 288px);
  padding-right: 30px;
}

@media screen and (max-width: 1200px) {
  .main-content .inner .box-left {
    padding-right: 15px;
  }
}

@media screen and (max-width: 990px) {
  .main-content .inner .box-left {
    width: 100%;
    padding-right: 0;
  }
}

.main-content .inner .box-right {
  width: calc(100% - 288px);
  padding-left: 30px;
}

@media screen and (max-width: 1200px) {
  .main-content .inner .box-right {
    padding-left: 15px;
  }
}

@media screen and (max-width: 990px) {
  .main-content .inner .box-right {
    width: 100%;
    padding-left: 0;
  }
}

.main-content .inner .sidebar {
  width: 100%;
  max-width: 288px;
}

@media screen and (max-width: 990px) {
  .main-content .inner .sidebar {
    display: none;
  }
}

.table-block {
  width: 100%;
}

.table-block tr {
  border-bottom: 1px solid #BFC0C0;
}

.table-block tr:first-child {
  border-top: 1px solid #BFC0C0;
}

.table-block tr td {
  width: calc(100% - 159px);
  padding: 21px 10px 21px 25px;
}

@media screen and (max-width: 833px) {
  .table-block tr td {
    width: calc(100% - 100px);
  }
}

.table-block tr td:first-child {
  background: #E9EDF5;
  width: 159px;
  color: #1D3A5B;
  font-weight: bold;
  padding-left: 23px;
}

@media screen and (max-width: 833px) {
  .table-block tr td:first-child {
    width: 100px;
    padding-left: 10px;
  }
}

.page-link {
  background: #EEEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 15px 5px 25px;
  font-size: 12.5px;
  font-size: 1.25rem;
  margin-top: 0 !important;
}

.page-link li {
  margin-right: 40px;
  margin-bottom: 10px;
  padding-left: 0 !important;
  text-indent: 0 !important;
}

.page-link li a {
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-link li a {
    padding-top: 1px;
  }
}

.page-link li a img {
  margin-right: 10px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-link li a img {
    position: relative;
    top: -1px;
  }
}

.sidebar-block {
  margin-bottom: 20px;
}

.sidebar-block:last-child {
  margin-bottom: 0;
}

.sidebar-block__ttl {
  padding: 17px 20px;
  background: #003559;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}

.sidebar-block__wrap2.sidebar-block__ttl {
  padding: 12px 20px;
}

.sidebar-block__ttl small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 2px;
}

.sidebar-block__ttl--type02 {
  position: relative;
  padding-left: 71px;
}

.sidebar-block__ttl--type02 span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f00;
  line-height: 42px;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -21px;
  text-align: center;
}

.sidebar-block__content {
  padding: 20px;
  border: 1px solid #D2D3D3;
  background: #fff;
  color: #0F0F0F;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

.sidebar-block__content .txt-basic {
  font-size: 14px;
  font-size: 1.4rem;
}

.sidebar-block__wrap .txt-basic, .sidebar-block__wrap .list-books__item, .sidebar-block__wrap .collapsible .item .content, .collapsible .item .sidebar-block__wrap .content, .sidebar-block__wrap .pagination li a, .pagination li .sidebar-block__wrap a, .sidebar-block__wrap .pagination li span, .pagination li .sidebar-block__wrap span, .sidebar-block__wrap .list-selection--style02 .item__ttl .detail, .list-selection--style02 .item__ttl .sidebar-block__wrap .detail, .sidebar-block__wrap .list-product .item--01 a .item__content p, .list-product .item--01 a .item__content .sidebar-block__wrap p, .sidebar-block__wrap .list-product--style02 .item__des, .list-product--style02 .sidebar-block__wrap .item__des, .sidebar-block__wrap .sidebar-block02 .common-select, .sidebar-block02 .sidebar-block__wrap .common-select, .sidebar-block__wrap .sidebar-block02__box .submit, .sidebar-block02__box .sidebar-block__wrap .submit, .sidebar-block__wrap .list-voice-main .ttl small, .list-voice-main .ttl .sidebar-block__wrap small, .sidebar-block__wrap .list-news-page li .date, .list-news-page li .sidebar-block__wrap .date, .sidebar-block__wrap .list-news-page li .content, .list-news-page li .sidebar-block__wrap .content, .sidebar-block__wrap .list-lesson .item .ttl, .list-lesson .item .sidebar-block__wrap .ttl, .sidebar-block__wrap .box-dummy__login .ttl-sm, .box-dummy__login .sidebar-block__wrap .ttl-sm, .sidebar-block__wrap .txt-pickup-dummy .wrap, .txt-pickup-dummy .sidebar-block__wrap .wrap, .sidebar-block__wrap .list-library .item__body, .list-library .sidebar-block__wrap .item__body, .sidebar-block__wrap .list-talk li, .list-talk .sidebar-block__wrap li, .sidebar-block__wrap .txt-wrap-border, .sidebar-block__wrap .list-special-goodse .item__ttl small, .list-special-goodse .item__ttl .sidebar-block__wrap small, .sidebar-block__wrap .table-cart tbody th, .table-cart tbody .sidebar-block__wrap th, .sidebar-block__wrap .table-cart-sp02 tbody, .table-cart-sp02 .sidebar-block__wrap tbody, .sidebar-block__wrap .sub-table-sp .thead, .sub-table-sp .sidebar-block__wrap .thead, .sidebar-block__wrap .box-payment--style02 .item__link, .box-payment--style02 .sidebar-block__wrap .item__link, .sidebar-block__wrap .box-payment--style02 .list-exc, .box-payment--style02 .sidebar-block__wrap .list-exc, .sidebar-block__wrap .btn-mail {
  margin-bottom: 15px;
}

.sidebar-block__content .link-index {
  margin-top: 20px;
  display: block;
}

.sidebar-block__content .link-index:before {
  content: '';
  width: 22px;
  height: 22px;
  margin-right: 8px;
  display: inline-block;
  background: url(../../img/common/ico-link.svg);
  background-size: 100% 100%;
  position: relative;
  top: -3px;
  vertical-align: middle;
}

.sidebar-block__wrap > *:last-child {
  margin-bottom: 0;
}

.sidebar-block__wrap .btn-comp01 {
  font-size: 14px;
  font-size: 1.4rem;
  height: 40px;
  border-radius: 4px;
}
.sidebar-block__wrap .btn-comp01::after {
  content: none;
}

.sidebar-block__content--login .btn-comp01::after {
  content: "";
}

.sidebar-block__btn {
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.sidebar-form {
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px dotted #0F0F0F;
  padding-bottom: 20px;
  margin-bottom: 17px;
}

.sidebar-form__input {
  display: block;
  background: #fff;
  border: 1px solid #D2D3D3;
  width: 100%;
  padding: 11px 10px 11px;
  margin-bottom: 8px;
}

.sidebar-form__check {
  margin: 11px 0 12px;
}

.sidebar-form__check .checkmark {
  border: 1px solid #0F0F0F;
}

.sidebar-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #0F0F0F;
  color: #1D3A5B;
  text-align: center;
  vertical-align: middle;
  padding: 10px 20px 10px 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

.sidebar-form__btn:hover {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0.7;
}

.sidebar-form__btn .loginIcon {
  height: 13px;
  margin-right: 4px;
  width: 13px;
}

.sidebar-form__link a {
  text-decoration: underline;
}

.sidebar-list {
  border: 1px solid #D2D3D3;
  background: #fff;
  color: #0F0F0F;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

.sidebar-list__item {
  border-bottom: 1px solid #D2D3D3;
}

.sidebar-list__item:last-child {
  border-bottom: none;
}

.sidebar-list__item a {
  display: block;
  padding: 17px 30px 17px 20px;
  position: relative;
}

.sidebar-list__item a:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #9E9F9F;
  border-right: 1px solid #9E9F9F;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.sidebar-list__item a.link-pdf:after {
  width: 18px;
  height: 23px;
  border: none;
  top: 50%;
  right: 17px;
  background: url(../img/common/ico-pdf.png) center center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.sidebar-list__item span:not(.sidebar-cart_num) {
  display: block;
  padding: 17px 30px 17px 20px;
  position: relative;
  color: #d8d8d8;
}

.sidebar-list__item span:not(.sidebar-cart_num):after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #9E9F9F;
  border-right: 1px solid #9E9F9F;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.sidebar-list__item .sidebar-cart_num {
  background-color: #f00;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 29px;
  color: #fff;
  margin-top: -10px;
  margin-bottom: -10px;
  vertical-align: middle;
}

.sidebar-list__item-top {
  border-bottom: 1px solid #D2D3D3;
  padding: 17px 21px 20px 23px;
  color: #0F0F0F;
}

.sidebar-list__item-top .txt-md {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
}

.sidebar-list__item-top .txt-sm {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 400;
}

.sidebar-list__item-top .line-dot {
  border: none;
  height: 2px;
  width: 100%;
  margin: 17px 0;
  background: url("../img/special-goodse/ico-dots.png") repeat-x left center;
}

.sidebar-list__item-top .btn-comp01 {
  height: 44px;
}

@media screen and (min-width: 834px) {
  .sidebar-list__item-top .btn-comp01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sidebar-list__item-top .btn-comp01::after {
    content: none;
  }
}

.dummy-header .list-link,
.sidebar-list__item-top .list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
  padding: 4px 0;
}

.dummy-header .list-link > a,
.sidebar-list__item-top .list-link > a {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  padding: 10px 5px;
  background-color: #13A467;
  width: calc(50% - 3px);
  display: block;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.dummy-header .list-link > a::after {
  width: 7px;
  height: 10px;
  right: 10px;
  background: url("../img/common/ico-arw-white.svg") no-repeat;
}

.dummy-header .list-link {
  margin-top: -4px;
}
@media screen and (max-width: 833px) {
  .dummy-header .list-link {
    margin-top: -2px;
  }
}

.sidebar-list__item-top .list-link {
  flex-wrap: wrap;
  margin: -3px 0;
}
.sidebar-list__item-top .list-link > a {
  margin-top: 3px;
  margin-bottom: 3px;
}

.dummy-header .list-link > a.btn-comp01--rv {
  color: #13A467;
  background-color: #fff;
  border: 1px solid #13A467;
}

.dummy-header .list-link > a.btn-comp01--rv:after {
  background: url("../img/common/ico-btn-right-gr.png") no-repeat;
}

.dummy-header .list-link--summary,
.sidebar-list__item-top .list-link--summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

@media screen and (max-width: 833px) {
  .dummy-header .list-link--summary,
  .sidebar-list__item-top .list-link--summary {
    margin-bottom: 10px;
  }
}

.dummy-header .list-link--summary > a,
.sidebar-list__item-top .list-link--summary > a {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  width: calc(50% - 5px);
  margin-bottom: 0!important;
  margin: inherit;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.dummy-header .list-link--summary > a::after {
  width: 7px;
  height: 10px;
  right: 10px;
  background: url("../img/common/ico-arw-white.svg") no-repeat;
}

.sidebar-list__item-top .link-history {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}

.sidebar-list__item-top .link-history:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url("../img/common/ico-next-sidebar.png") no-repeat center;
  margin-right: 8px;
  display: inline-block;
}

.sidebar-list__category {
  margin: -2.5px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.sidebar-list__category__link {
  display: inline-block;
  height: 26px;
  margin: 2.5px;
  padding: 0 9px;
  font-size: 1.2rem;
  line-height: 24px;
  text-decoration: none;
  border: 1px solid #bfc0c0;
}
.sidebar-list__category__link:hover {
  opacity: .7;
  text-decoration: none;
}

.sidebar-block02 {
  border: 1px solid #ABABAC;
  position: relative;
  padding: 18px 23px 25px;
  margin-bottom: 12px;
  background-color: #FFFFFF;
}

.sidebar-block02 .common-select {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ABABAC;
  padding: 8px 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.sidebar-block02 .common-select::-ms-expand {
  display: none;
}

.sidebar-block02.pb-19 {
  padding-bottom: 19px;
}

.sidebar-block02:before {
  content: '';
  position: absolute;
  z-index: 1;
  right: -1px;
  height: 4px;
  left: -1px;
  top: -1px;
  background-color: #1D3A5B;
}

.sidebar-block02__ttl {
  color: #1D3A5B;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.85;
  margin-bottom: 10px;
}

.sidebar-block02__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-block02__wrap .common-select {
  padding: 9px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  background-position: right -4px center;
}

.sidebar-block02__wrap .select-year {
  width: 73px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sidebar-block02__wrap .select-month {
  width: 53px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sidebar-block02__wrap .label {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sidebar-block02__wrap .submit {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 3px;
  background-color: #1D3A5B;
  padding: 11px 8px;
}

.sidebar-block02__box .submit {
  margin-top: 15px;
  display: block;
}

.sidebar-block02__box .submit:before {
  content: '';
  width: 22px;
  height: 22px;
  margin-right: 8px;
  display: inline-block;
  background: url(../../img/common/ico-link.svg);
  background-size: 100% 100%;
  position: relative;
  top: -3px;
  vertical-align: middle;
}

.actually-box {
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #DBDBDB;
}

.actually-box__ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background: #DBDBDB;
  color: #003559;
  padding: 10px;
}

.actually-box__wrap {
  padding: 33px 20px 20px;
}

.actually-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.actually-img__item {
  counter-increment: numberimg;
  width: calc(33.33% - 8px);
  margin-right: 12px;
}

.actually-img__item:nth-child(3n+3) {
  margin-right: 0;
}

.actually-img__wrap {
  display: block;
  padding-left: 4px;
  position: relative;
}

.actually-img__wrap:before {
  position: absolute;
  content: counter(numberimg);
  width: 18px;
  height: 18px;
  background: #1D3A5B;
  text-align: center;
  line-height: 18px;
  top: -14px;
  left: 0;
  z-index: 1;
  font-family: "HelveticaNeue";
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.actually-img__wrap img {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.actually-list {
  color: #1D3A5B;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.actually-list__item {
  counter-increment: numberlist;
  margin-bottom: 5px;
}

.actually-list__item:last-child {
  margin-bottom: 0;
}

.actually-list__item .box-actually {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.actually-list__item .box-actually:before {
  content: counter(numberlist);
  width: 27px;
  height: 27px;
  background: #1D3A5B;
  color: #fff;
  text-align: center;
  line-height: 27px;
  font-family: "HelveticaNeue";
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 3px;
}

.actually-list__txt {
  width: calc(100% - 27px);
  padding-left: 9px;
}

.actually-list__txt small {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
}

.books-block {
  margin-bottom: 74px;
}

@media screen and (max-width: 833px) {
  .books-block {
    margin-bottom: 44px;
  }
}

.books-block:last-child {
  margin-bottom: 0;
}

.books-block__des {
  margin-bottom: 33px;
}

@media screen and (max-width: 833px) {
  .books-block__des {
    margin-bottom: 18px;
  }
}

.books-block__btn {
  margin-top: 49px;
}

@media screen and (max-width: 833px) {
  .books-block__btn {
    margin-top: 18px;
  }
}

.books-block__wrap {
  padding-top: 39px;
  margin-bottom: 41px;
  border-top: 1px solid #1D3A5B;
}

@media screen and (max-width: 833px) {
  .books-block__wrap {
    border-top: none;
    padding-top: 0;
    margin-bottom: 31px;
  }
}

.books-block__wrap:last-child {
  margin-bottom: 0;
}

.books-block__img {
  text-align: center;
}

.books-block__img02-bnr_inn {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #DBDCDC;
}

@media screen and (max-width: 833px) {
  .books-block__img02-bnr_inn {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.books-block__img02-bnr_inn-nobdr {
  margin-top: 70px;
}

@media screen and (max-width: 833px) {
  .books-block__img02-bnr_inn-nobdr {
    margin-top: 50px;
  }
}

.list-info {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}

@media screen and (max-width: 833px) {
  .list-info {
    margin-bottom: 19px;
  }
}

.list-info:before {
  position: absolute;
  content: '';
  background: #EEE;
  width: 13px;
  top: 0;
  bottom: 0;
  left: 72px;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .list-info:before {
    display: none;
  }
}

.list-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 34px;
}

@media screen and (max-width: 640px) {
  .list-info__item {
    margin-bottom: 17px;
  }
}

.list-info__item:last-child {
  margin-bottom: 0;
}

.list-info__img {
  width: 157px;
}

@media screen and (max-width: 640px) {
  .list-info__img {
    width: 100%;
    text-align: center;
    background: #F2F2F2;
    margin-bottom: 13px;
  }
  .list-info__img img {
    width: 280.5px;
  }
}

.list-info__content {
  width: calc(100% - 157px);
  padding-left: 28px;
  padding-top: 2px;
}

@media screen and (max-width: 640px) {
  .list-info__content {
    width: 100%;
    padding-left: 0;
  }
}

.list-info__ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #1D3A5B;
  margin-bottom: 11px;
  position: relative;
  padding-left: 42px;
}

@media screen and (max-width: 833px) {
  .list-info__ttl {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 9px;
    padding-left: 30px;
  }
}

.list-info__ttl span {
  content: counter(numberinfo);
  font-family: "AvenirNextLTPro Demi";
  width: 32px;
  height: 32px;
  background: #1D3A5B;
  color: #fff;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: -2px;
}

@media screen and (max-width: 833px) {
  .list-info__ttl span {
    font-size: 12px;
    font-size: 1.2rem;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 6px;
    top: 48%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.intro-block {
  border: 1px solid #1D3A5B;
  padding: 20px 30px 20px 28px;
  background-size: 27.8% auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 834px) {
  .intro-block {
    background: url("../img/about/bg-intro.png") no-repeat;
    background-position: bottom right;
    min-height: 191px;
    line-height: 1.625;
  }
}

@media screen and (max-width: 833px) {
  .intro-block {
    padding: 18px 20px 15px 18px;
    background: none;
  }
}

.intro-block__ttl {
  color: #1D3A5B;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.55;
  margin-bottom: 8px;
}

@media screen and (max-width: 990px) {
  .intro-block__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 833px) {
  .intro-block__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.intro-block__des {
  width: 76%;
}

@media screen and (max-width: 833px) {
  .intro-block__des {
    width: 100%;
  }
}

@media screen and (max-width: 833px) {
  .intro-block__img {
    position: absolute;
    right: 0;
    top: -19px;
    z-index: -1;
  }
}

.books-table {
  width: 100%;
}

@media screen and (max-width: 833px) {
  .books-table {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .books-table {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.books-table tr {
  border-bottom: 1px solid #1D3A5B;
  height: 65px;
}

@media screen and (max-width: 833px) {
  .books-table tr {
    height: auto;
  }
}

.books-table tr:first-child {
  font-weight: bold;
  color: #1D3A5B;
  border-top: 1px solid #1D3A5B;
  height: 53px;
}

@media screen and (max-width: 833px) {
  .books-table tr:first-child {
    height: auto;
    background: #1D3A5B;
    color: #fff;
  }
}

.books-table tr:first-child td {
  background: transparent !important;
}

.books-table tr td {
  text-align: center;
  width: 25.833%;
}

@media screen and (max-width: 833px) {
  .books-table tr td {
    width: 33.33%;
    padding: 6px 5px;
  }
}

@media screen and (min-width: 834px) {
  .books-table tr td:first-child {
    font-weight: bold;
    color: #1D3A5B;
    background: #DEE8F2;
    width: 22.5%;
  }
}

.books-table tr td span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 833px) {
  .books-table tr td span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .books-table tr td span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.books-table__txt {
  font-weight: bold;
  color: #FF5500;
}

.books-table__txt small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .books-table__txt small {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: inherit;
  }
}

.books-table__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1D3A5B;
  background: #DEE8F2;
}

@media screen and (max-width: 640px) {
  .books-table__ttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.books-table__note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
  margin-top: 12px;
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .books-table__note {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 8px;
    margin-bottom: 20px;
  }
}

.page-voice_index .ttl-comp02--border {
  border-bottom: 1px solid #1D3A5B;
  padding-bottom: 16px;
}

.voice-more {
  padding-bottom: 103px;
}

@media screen and (max-width: 833px) {
  .voice-more {
    padding-bottom: 50px;
  }
}

.voice-more .bg-gray {
  background-color: #EDEEEE;
  padding: 24px 27px 7px;
}

@media screen and (max-width: 833px) {
  .voice-more .bg-gray {
    padding: 20px 20px 0;
  }
}

.ttl-voice {
  color: #1D3A5B;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.78;
  font-weight: bold;
  margin-bottom: 26px;
}

@media screen and (max-width: 833px) {
  .ttl-voice {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

.list-voice-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -13.5px;
}

@media screen and (max-width: 833px) {
  .list-voice-more {
    margin: 0 -10px;
  }
}

.list-voice-more li {
  width: 100%;
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding: 0 13.5px;
  margin-bottom: 17px;
}

@media screen and (max-width: 833px) {
  .list-voice-more li {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media screen and (max-width: 833px) {
  .list-voice-more li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .list-voice-more li {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}

@media screen and (max-width: 420px) {
  .list-voice-more li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.list-voice-more .img {
  text-align: center;
  margin-bottom: 13px;
}

@media screen and (max-width: 833px) {
  .list-voice-more .img {
    margin-bottom: 10px;
  }
}

.list-voice-more .img img {
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}

.list-voice-more .ttl {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
}

@media screen and (max-width: 833px) {
  .list-voice-more .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.list-voice-more .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
}

@media screen and (max-width: 833px) {
  .list-voice-more .txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 833px) {
  .page-voice_index .collapsible .item {
    margin-bottom: 10px;
  }
}

.list-news-page {
  margin-bottom: 72px;
}

@media screen and (max-width: 833px) {
  .list-news-page {
    margin-bottom: 40px;
  }
}

.list-news-page li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-news-page li:first-child .date {
  border-top: 1px solid #88ABCB;
}

.list-news-page li:first-child .content {
  border-top: 1px solid #E5E5E5;
}

.list-news-page li .date {
  width: 100%;
  max-width: 19.05%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.05%;
          flex: 0 0 19.05%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 34px 11px 32px;
  color: #1D3A5B;
  position: relative;
  border-bottom: 1px solid #88ABCB;
}

@media screen and (max-width: 640px) {
  .list-news-page li .date {
    width: 105px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 30px 20px 30px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-news-page li .date:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 7px;
  background: url("../img/common/ico-play.png") no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-news-page li .content {
  width: 100%;
  max-width: 80.95%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80.95%;
          flex: 0 0 80.95%;
  padding: 34px 11px 32px 3px;
  border-bottom: 1px solid #E5E5E5;
  line-height: 1.62;
}

@media screen and (max-width: 640px) {
  .list-news-page li .content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: none;
    -ms-flex: auto;
        flex: auto;
    padding: 30px 10px 30px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-news-page li .content a {
  text-decoration: underline;
  color: #0F0F0F;
}

.list-news-page li .content .new {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 23px;
  font-weight: bold;
  font-family: "HelveticaNeue";
  display: inline-block;
  height: 23px;
  background-color: #f00;
  border-radius: 12px;
  padding: 0 11px;
  margin-right: 10px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

@media screen and (max-width: 833px) {
  .list-news-page li .content .new {
    font-size: 10px;
    font-size: 1rem;
    height: 16px;
    line-height: 16px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0 8px;
    margin-right: 6px;
  }
}

.list-lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 833px) {
  .list-lesson {
    margin: 0 -7px;
  }
}

.list-lesson li {
  width: 100%;
  max-width: 33.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 0 15px;
}

@media screen and (max-width: 833px) {
  .list-lesson li {
    padding: 0 7px;
  }
}

@media screen and (max-width: 420px) {
  .list-lesson li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (max-width: 420px) {
  .list-lesson li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.list-lesson .item .img {
  text-align: center;
  margin-bottom: 17px;
}

.list-lesson .item .ttl {
  font-weight: bold;
}

.list-lesson .item .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71;
}

@media screen and (max-width: 833px) {
  .list-lesson .item .txt {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.tpl-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tpl-toolbar .btn-view-mode {
  width: 31px;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ABABAC;
  border-radius: 3px;
  margin: 0 0 10px 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 374px) {
  .tpl-toolbar .btn-view-mode {
    width: 29px;
    height: 29px;
    margin: 0 0 5px 5px;
  }
}

.tpl-toolbar .btn-view-mode.active svg {
  fill: #231815;
}

.tpl-toolbar .btn-view-mode svg {
  width: 19px;
  height: 19px;
  fill: #ABABAC;
}

.tpl-toolbar .select {
  margin: 0 0 10px 10px;
  max-width: 100%;
  border: 1px solid #ABABAC;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 30px 3px 9px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../img/toppointlibrary/all/ico-down.png") no-repeat right center;
  height: 31px;
}

@supports (-ms-ime-align: auto) {
  .tpl-toolbar .select {
    padding: 6px 30px 0 9px;
  }
}

@media screen and (max-width: 833px) {
  .tpl-toolbar .select {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px 30px 4px 9px;
  }
}

@media screen and (max-width: 374px) {
  .tpl-toolbar .select {
    padding: 4px 22px 3px 6px;
    height: 29px;
    margin: 0 0 5px 5px;
  }
}

.tpl-toolbar .select::-ms-expand {
  display: none;
}

.list-summary .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 65px;
}

.list-summary .item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .list-summary .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DBDCDC;
  }
  .list-summary .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.list-summary .item__img {
  width: 33.76%;
  background: #F6F7F7;
  padding: 23px 21px;
}

@media screen and (max-width: 833px) {
  .list-summary .item__img {
    width: 22.38%;
  }
}

@media screen and (max-width: 640px) {
  .list-summary .item__img {
    width: 100%;
    padding: 15px;
    max-width: 214px;
    margin: 0 auto 15px;
  }
}

.list-summary .item__info {
  width: calc(100% - 33.76%);
  padding-left: 30px;
}

@media screen and (max-width: 833px) {
  .list-summary .item__info {
    width: 77.62%;
    padding-left: 38px;
  }
}

@media screen and (max-width: 640px) {
  .list-summary .item__info {
    width: 100%;
    padding-left: 0;
  }
}

.list-summary .item__info--ttl {
  font-size: 22px;
  font-size: 2.2rem;
  color: #0F0F0F;
  padding-bottom: 16px;
  border-bottom: 1px solid #DBDCDC;
  margin-bottom: 15px;
  font-weight: 700;
}

@media screen and (max-width: 833px) {
  .list-summary .item__info--ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.list-summary .item__info--des {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0F0F0F;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media screen and (max-width: 833px) {
  .list-summary .item__info--des {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.list-summary .item__info--author {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0F0F0F;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 833px) {
  .list-summary .item__info--author {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.list-summary .item__info--btn {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  .list-summary .item__info--btn {
    margin-left: auto;
  }
}

.list-summary .item__info--btn span {
  color: #fff;
}

.list-summary .item__info--btn span:first-of-type {
  margin-right: 7px;
}

.table {
  width: 100%;
}

@media screen and (max-width: 420px) {
  .table {
    table-layout: fixed;
  }
}

.table__01 {
  border-top: 1px solid #BFC0C0;
}

@media screen and (max-width: 640px) {
  .table__01 {
    table-layout: inherit;
  }
}

.table__01 tr th {
  width: 160px;
  background: #E9EDF5;
  color: #1D3A5B;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 1px solid #BFC0C0;
  padding-left: 24px;
}

@media screen and (max-width: 833px) {
  .table__01 tr th {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 5px;
    text-align: center;
    width: 20%;
  }
}

@media screen and (max-width: 640px) {
  .table__01 tr th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .table__01 tr th {
    width: 110px;
  }
}

@media screen and (max-width: 374px) {
  .table__01 tr th {
    width: 94px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.table__01 tr td {
  color: #0F0F0F;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: 1px solid #BFC0C0;
  padding: 21px 26px;
}

@media screen and (max-width: 833px) {
  .table__01 tr td {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px;
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .table__01 tr td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 374px) {
  .table__01 tr td {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 374px) {
  .table__01 tr td {
    width: 75%;
  }
}

.table__01 tr td .box-address {
  margin-bottom: 15px;
}

@media screen and (max-width: 833px) {
  .table__01 tr td .box-address {
    margin-bottom: 10px;
  }
}

.table__01 tr td .btn-comp01--small {
  max-width: 217px;
  height: 43px;
  margin-left: 0;
  margin-bottom: 22px;
}

.table__01 tr td .btn-comp01--small span {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 833px) {
  .table__01 tr td .btn-comp01--small span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.table__01 tr td .btn-comp01--small span:first-of-type {
  margin-right: 7px;
}

@media screen and (max-width: 833px) {
  .table__01 tr td .btn-comp01--small span:first-of-type {
    width: 14px;
  }
}

.table__01 tr td .btn-comp01--recruitment {
  max-width: 180px;
  height: 34px;
  margin-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 833px) {
  .table__01 tr td .btn-comp01--recruitment {
    font-size: 14px;
    font-size: 1.4rem;
  }
}


.table__01 tr td .link-pdf {
  margin-top: 10px;
  padding-left: 23px;
  padding-right: 23px;
  display: inline-block;
  text-decoration: underline;
  position: relative;
}
.table__01 tr td .link-pdf:before {
  content: "";
  background: url("../img/common/ico-link.png") no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.table__01 tr td .link-pdf:after {
  content: "";
  background: url("../img/common/ico-pdf.png") no-repeat center;
  width: 18px;
  height: 23px;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 3px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .table__01 tr td .link-pdf:before {
    top: 53%;
  }
}
@media screen and (max-width: 374px) {
  .table__01 tr td .link-pdf {
    padding-right: 20px;
  }
  .table__01 tr td .link-pdf:after {
    width: 15px;
    height: 20px;
    bottom: 0;
  }
}

.table__01 tr td .box-map {
  margin-bottom: 7px;
}

.table__01 tr td .box-map iframe {
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 833px) {
  .table__01 tr td .box-map iframe {
    height: 250px;
  }
}

.table__01 tr td .btn-map {
  text-decoration: underline;
  padding-left: 23px;
  position: relative;
}

.table__01 tr td .btn-map:before {
  content: "";
  background: url("../img/common/ico-link.png") no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .table__01 tr td .btn-map:before {
    top: 53%;
  }
}

.table__01 tr td .box-recruitment {
  margin-bottom: 14px;
}

@media screen and (max-width: 833px) {
  .table__01 tr td .box-recruitment {
    margin-bottom: 10px;
  }
}

.table__01 tr td .phone {
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}

@media screen and (max-width: 833px) {
  .table__01 tr td .phone {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 374px) {
  .table__01 tr td .phone {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.table__01--fc {
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .table__01--fc {
    width: 100%;
  }
}

.table__01--fc thead > tr > th {
  background: #EDEEEE;
  text-align: center;
  padding: 20px 5px 19px;
  width: 160px;
}

@media screen and (max-width: 833px) {
  .table__01--fc thead > tr > th {
    padding: 15px 5px;
    width: 20%;
  }
}
@media screen and (max-width: 374px) {
  .table__01--fc thead > tr > th {
    width: 70px;
  }
}

.table__01--fc thead > tr > th:nth-child(2), .table__01--fc thead > tr > th:nth-child(3), .table__01--fc thead > tr > th:nth-child(4) {
  width: auto;
}

.table__01--fc tbody tr td {
  text-align: center;
  padding: 20px 2px 22px;
}

@media screen and (max-width: 833px) {
  .table__01--fc tbody tr td {
    padding: 15px 5px;
  }
}

.table__01--fc .box {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 11px;
  border: 1px solid #D2D3D3;
  text-align: left;
}

.table__01--fc-inn .box {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 10px;
  padding: 7px;
  border: 1px solid #D2D3D3;
}

.sec-detail .detail-head {
  border-bottom: 1px dotted #959696;
  padding-bottom: 29px;
  margin-bottom: 34px;
}

@media screen and (max-width: 833px) {
  .sec-detail .detail-head {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.sec-detail .detail-head__date {
  color: #1D3A5B;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 29px;
}

@media screen and (max-width: 833px) {
  .sec-detail .detail-head__date {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-detail .detail-head__ttl {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 990px) {
  .sec-detail .detail-head__ttl {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 833px) {
  .sec-detail .detail-head__ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.sec-detail .detail-head__thum {
  width: 100%;
  margin-top: 50px;
}
.sec-detail .detail-head__thum img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 833px) {
  .sec-detail .detail-head__thum {
    width: 100%;
    margin-top: 30px;
  }
}

.sec-detail .detail-content {
  margin-bottom: 59px;
}

@media screen and (max-width: 833px) {
  .sec-detail .detail-content {
    margin-bottom: 50px;
  }
}

.sec-detail .detail-content h2 {
  color: #1D3A5B;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  border-bottom: 1px solid #1D3A5B;
  position: relative;
  font-weight: bold;
  margin-bottom: 21px;
  padding-bottom: 15px;
}

@media screen and (max-width: 990px) {
  .sec-detail .detail-content h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 833px) {
  .sec-detail .detail-content h2 {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}

.sec-detail .detail-content h2:before {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 57px;
  background: #88ABCB;
}

.sec-detail .detail-content h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  color: #1D3A5B;
  margin-bottom: 10px;
  padding-left: 16px;
}

@media screen and (max-width: 990px) {
  .sec-detail .detail-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 833px) {
  .sec-detail .detail-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-detail .detail-content h3:before {
  position: absolute;
  content: '';
  width: 3px;
  background: #88ABCB;
  top: 3px;
  bottom: 3px;
  left: 0;
}

.sec-detail .detail-content h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 7px;
  line-height: 1.5;
}

@media screen and (max-width: 833px) {
  .sec-detail .detail-content h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-detail .detail-content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 39px;
}

.sec-detail .detail-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 833px) {
  .sec-detail .detail-content p {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-detail .detail-content ol,
.sec-detail .detail-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}

.sec-detail .detail-content ul li,
.sec-detail .detail-content ol li {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: none;
  position: relative;
}

.sec-detail .detail-content li > ul,
.sec-detail .detail-content li > ol {
  margin-bottom: 0;
}

.sec-detail .detail-content p a,
.sec-detail .detail-content ul li a,
.sec-detail .detail-content ol li a {
  text-decoration: underline;
}

.sec-detail .detail-content p a:hover,
.sec-detail .detail-content ul li a:hover,
.sec-detail .detail-content ol li a:hover {
  text-decoration: none;
}

.sec-detail .detail-content img {
  display: block;
  margin: 0 auto 34px;
}

@media screen and (max-width: 833px) {
  .sec-detail .detail-content img {
    margin-bottom: 30px;
  }
}

.sec-detail .detail-content > * {
  margin-bottom: 0;
}

.box-recruit .table__01 tr td {
  padding-right: 0;
}

.box-recruit .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #BFC0C0;
}

@media screen and (max-width: 833px) {
  .box-recruit .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.box-recruit .item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.box-recruit .item__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 7px;
  font-weight: 600;
}

@media screen and (max-width: 833px) {
  .box-recruit .item__ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-recruit .item__content--ttl {
  padding-left: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
}

@media screen and (max-width: 833px) {
  .box-recruit .item__content--ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-recruit .item__content--ttl:before {
  content: "○";
  display: block;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: -2px;
}

@media screen and (max-width: 990px) {
  .box-recruit .item__content--ttl:before {
    top: 4px;
  }
}

@media screen and (max-width: 833px) {
  .box-recruit .item__content--ttl:before {
    top: 4px;
    left: 0;
  }
}

.box-recruit .item__content ul li {
  padding-left: 34px;
  position: relative;
}

@media screen and (max-width: 833px) {
  .box-recruit .item__content ul li {
    padding-left: 30px;
  }
}

.box-recruit .item__content ul li:before {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
}

@media screen and (max-width: 833px) {
  .box-recruit .item__content ul li:before {
    left: 15px;
  }
}

.list-social .item__view {
  background: #003559;
  border: 1px solid #003559;
  border-radius: 3px;
  font-weight: 600;
  color: #fff;
  padding: 6px 8px;
  min-width: 44px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 1;
}

.list-social .item__view--no {
  background: #fff;
  color: #003559;
}

.box-fplus .item__stars,
.list-social .item__stars {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  text-align: center;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 3px;
  font-weight: 600;
  color: #003559;
  height: 34px;
  padding: 0 8px;
  min-width: 138px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 34px;
  z-index: 1;
}
.box-fplus .item__stars .no_stars,
.list-social .item__stars .no_stars {
  color: #fff;
}
.box-fplus .item__stars .changestars,
.list-social .item__stars .changestars {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 34px;
  cursor: pointer;
}
@media screen and (max-width: 833px) {
  .box-fplus .item__stars,
  .list-social .item__stars {
    min-width: 111px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 26px;
    height: 26px!important;
  }
  .box-fplus .item__stars .changestars,
  .list-social .item__stars .changestars {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.box-fplus {
  margin: -20px auto 20px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  text-align: center;
}

.box-fplus .btn-comp01 {
  width: auto;
  margin-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 33px;
  height: 34px;
  padding: 1px 13px 0;
  max-width: inherit;
}
.box-fplus .btn-comp01.btn-bookshelf::after {
  content: none;
}
.box-fplus .btn-comp01.btn-comp01--rv {
  background: #fff;
  border: 1px solid #13AE67;
  color: #13AE67;
}
@media screen and (max-width: 833px) {
  .box-fplus {
    margin: 0 auto 20px;
  }

  .box-fplus .btn-comp01 {
    width: auto;
    margin-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
    height: 26px!important;
    padding: 1px 13px 0;
    max-width: inherit;
  }
}

@media screen and (max-width: 833px) {
  .page-toppointlibrary_dummy {
    padding-bottom: 16px;
  }
}

.page-toppointlibrary_dummy .list-product--style01 {
  margin-top: 0;
  margin-bottom: 17px;
}

@media screen and (max-width: 833px) {
  .page-toppointlibrary_dummy .list-product--style01 {
    margin-bottom: 0;
  }
}

.page-toppointlibrary_dummy .list-product--style01 .item {
  margin-bottom: 0;
}

@media screen and (max-width: 833px) {
  .page-toppointlibrary_dummy .list-product--style01 .item {
    margin-bottom: 27px;
  }
}

@media screen and (min-width: 641px) {
  .page-toppointlibrary_dummy .list-product--style01 .item:nth-child(n+4) {
    display: none;
  }
}

.page-toppointlibrary_dummy .list-product--style01 .item__content {
  padding-bottom: 0;
}


.page-toppointlibrary_dummy .main-content {
  padding-top: 75px;
}
@media screen and (max-width: 990px) {
  .page-toppointlibrary_dummy .main-content {
    padding-top: 50px;
  }
}

@media screen and (max-width: 833px) {
  .page-toppointlibrary_dummy .main-content {
    padding-top: 30px;
  }
}

.page-toppointlibrary_dummy .sec-search.on + .sec-mv--notitle {
  margin-top: 168px;
}
@media screen and (max-width: 833px) {
  .page-toppointlibrary_dummy .sec-search.on + .sec-mv--notitle {
    margin-top: 54px;
  }
}

.detail__post_no {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 10px;
  color: #999;
}

@media screen and (max-width: 833px) {
  .detail__post_no {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.ttl-dummy {
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media screen and (max-width: 833px) {
  .ttl-dummy {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .ttl-dummy {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ttl-dummy small {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.67;
  margin-top: 6px;
}

@media screen and (max-width: 833px) {
  .ttl-dummy small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.ttl-dummy--en {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .ttl-dummy--en {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.ttl-dummy-lg {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1D3A5B;
}

@media screen and (max-width: 833px) {
  .ttl-dummy-lg {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 30px;
  }
}

.dummy-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 23px;
}

@media screen and (max-width: 833px) {
  .dummy-bar {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 834px) {
  .dummy-type_inn {
    max-width: calc(100% - 260px);
  }
  .dummy-type {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}

.dummy-type {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  height: 26px;
  padding: 0 8px;
  margin-left: 5px;
  border: 1px solid #BFC0C0;
  text-decoration: none;
}

@media screen and (max-width: 833px) {
  .dummy-type {
    font-size: 12px;
    font-size: 1.2rem;
    height: 20px;
    padding: 0 7px;
    margin: 0 5px 5px 0;
  }
}

.list-dummy-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -3px;
}

@media screen and (max-width: 833px) {
  .list-dummy-social {
    margin: 0 -2px;
  }
}

.list-dummy-social li {
  margin: 0 3px;
}

@media screen and (max-width: 833px) {
  .list-dummy-social li {
    max-width: 16px;
  }
}

.dummy-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 52px;
}

@media screen and (max-width: 833px) {
  .dummy-header {
    margin-bottom: 28px;
  }
}

.dummy-header .lb {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #f00;
  border: 1px solid #f00;
  position: absolute;
  top: 2px;
  left: 3px;
  padding: 6px 9px;
  z-index: 1;
}

@media screen and (max-width: 833px) {
  .dummy-header .lb {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
  }
}

.dummy-header .img {
  width: 100%;
  max-width: 45.51%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.51%;
          flex: 0 0 45.51%;
  background: url("../img/toppointlibrary/bg.png") repeat top left;
  position: relative;
  padding: 32px 37px;
  text-align: center;
}

@media screen and (max-width: 833px) {
  .dummy-header .img {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 18px 70px;
    margin-bottom: 26px;
  }
}

.dummy-header .img .book_img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 834px) {
  .dummy-header .img .book_img {
    max-width: 330px;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}
@media screen and (max-width: 833px) {
  .dummy-header .img .book_img {
    width: 100%;
    max-height: 330px;
  }
}

.dummy-header .img .btn-affiliates {
  margin-top: 30px;
  max-width: 260px;
  height: 40px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 4px;
}
@media screen and (max-width: 833px) {
  .dummy-header .img .btn-affiliates {
    margin-top: 18px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.dummy-header .img .btn-affiliates::after {
  width: 7px;
  height: 10px;
  right: 10px;
  background: url("../img/common/ico-arw-white.svg") no-repeat;
}

.dummy-header .content {
  width: 100%;
  max-width: 54.49%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.49%;
          flex: 0 0 54.49%;
  padding-left: 35px;
}

@media screen and (max-width: 833px) {
  .dummy-header .content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
}

.dummy-header .content .btn-comp01 {
  max-width: 100%;
  height: 54px;
  margin-bottom: 15px;
}

@media screen and (max-width: 833px) {
  .dummy-header .content .btn-comp01 {
    max-width: 100% !important;
    height: 40px !important;
    margin-bottom: 10px;
  }
}

.dummy-header .content .btn-comp01 img {
  margin-right: 10px;
}

@media screen and (max-width: 833px) {
  .dummy-header .content .btn-comp01 img {
    max-width: 14px;
    margin-top: 1px;
  }
}

.dummy-header .list {
  margin-bottom: 31px;
}

@media screen and (max-width: 833px) {
  .dummy-header .list {
    margin-bottom: 21px;
  }
}

.dummy-header .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dummy-header .list li:first-child .label {
  border-top: 1px solid #C4D5E5;
}

.dummy-header .list li:first-child .txt {
  border-top: 1px solid #E5E5E5;
}

.dummy-header .list li .label {
  width: 92px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 0 13px;
  border-bottom: 1px solid #C4D5E5;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 833px) {
  .dummy-header .list li .label {
    width: 62px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 0 10px;
  }
}

.dummy-header .list li .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 17px 0 13px;
  margin-left: 15px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 833px) {
  .dummy-header .list li .txt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 9px 0 10px;
  }
}

.dummy-header .list li .txt a {
  text-decoration: underline;
}

.txt-dummy {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
}

@media screen and (max-width: 833px) {
  .txt-dummy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.pbpc-0 {
  padding-bottom: 0 !important;
}

.box-dummy {
  width: 100%;
  border: 1px solid #1D3A5B;
  padding: 46px 66px 41px;
  position: relative;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.65;
  margin: 20px 0 65px;
}

.content-author + .box-dummy--other {
  margin-top: 59px;
}

@media screen and (max-width: 833px) {
  .content-author + .box-dummy--other {
    margin-top: 23px;
  }
}

.box-dummy--other {
  margin-top: 34px;
}

@media screen and (max-width: 833px) {
  .box-dummy--other {
    margin-top: 0;
  }
}

@media screen and (max-width: 833px) {
  .box-dummy--other p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 833px) {
  .box-dummy {
    padding: 0;
    border: none;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 20px 0 23px;
  }
}

.box-dummy p:not(:last-child) {
  margin-bottom: 19px;
}

.box-dummy__ttl {
  position: absolute;
  left: 41px;
  top: -29px;
}

@media screen and (max-width: 833px) {
  .box-dummy__ttl {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 833px) {
  .box-dummy__ttl:after {
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 1px solid #1D3A5B;
    border-bottom: 1px solid #1D3A5B;
    position: absolute;
  }
}

.box-dummy__ttl span {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.69;
  font-weight: bold;
  color: #1D3A5B;
  padding: 0 17px 0 28px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 833px) {
  .box-dummy__ttl span {
    font-size: 24px;
    font-size: 2.4rem;
    position: relative;
    z-index: 2;
    padding: 0 5px 0 0;
  }
}

.box-dummy__body h2,
.box-dummy__heading {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.46;
  color: #1D3A5B;
  font-weight: bold;
  position: relative;
  border-top: 1px solid #1D3A5B;
  border-bottom: 1px solid #1D3A5B;
  padding: 13px 0;
  margin-bottom: 19px;
}

@media screen and (max-width: 833px) {
  .box-dummy__body h2,
  .box-dummy__heading {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 7px 0;
  }
}

.box-dummy__body h2:before,
.box-dummy__heading:before {
  content: none;
  position: absolute;
  height: 1px;
  width: 57px;
  bottom: -1px;
  left: 0;
  background-color: #88ABCB;
  z-index: 1;
}

.box-dummy__body h2::after,
.box-dummy__heading::after {
  content: none;
  position: absolute;
  height: 1px;
  width: 57px;
  top: -1px;
  left: 0;
  background-color: #88ABCB;
  z-index: 1;
}

.box-dummy__body h3,
.box-dummy__heading02 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #1D3A5B;
  position: relative;
  padding: 14px 17px 7px;
}

@media screen and (max-width: 833px) {
  .box-dummy__body h3,
  .box-dummy__heading02 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 6px 10px 6px;
    margin-bottom: 3px;
  }
}

.box-dummy__body h3:before,
.box-dummy__heading02:before {
  content: '';
  position: absolute;
  left: 0;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 26px;
  background-color: #88ABCB;
  z-index: 1;
}

.box-dummy__body h4 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 7px;
  line-height: 1.5;
}

@media screen and (max-width: 833px) {
  .box-dummy__body h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 833px) {
  .box-dummy__body p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.box-dummy__body img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.box-dummy__body ul,
.box-dummy__body ol {
	list-style: none;
  margin-bottom: 19px;
}
.box-dummy__body ul li,
.box-dummy__body ol li {
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
	position: relative;
}
@media screen and (max-width: 833px) {
  .box-dummy__body ul li,
  .box-dummy__body ol li {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.box-dummy__body li > ul,
.box-dummy__body li > ol {
  margin-bottom: 0;
}

.box-dummy__inbrief p {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 1em;
}
@media screen and (max-width: 833px) {
  .box-dummy__inbrief p {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.box-dummy__inbrief .inbrief-list_l {
	text-indent: -1em;
	padding-left: 1em;
	margin: 1em 0;
	display: block;
}

.box-dummy__inbrief .inbrief-list_m {
	text-indent: -1em;
	padding-left: 2em;
	margin: 1em 0;
	display: block;
}

.box-dummy__inbrief .inbrief-list_s {
	text-indent: -1em;
	padding-left: 3em;
	margin: 1em 0;
	display: block;
}

.box-dummy__inbrief .inbrief-list_l-nobullet {
	text-indent: 0;
	padding-left: 1em;
	margin: 1em 0;
	display: block;
}

.box-dummy__inbrief .inbrief-list_m-nobullet {
	text-indent: 0;
	padding-left: 2em;
	margin: 1em 0;
	display: block;
}

.box-dummy__inbrief .inbrief-list_s-nobullet {
	text-indent: 0;
	padding-left: 3em;
	margin: 1em 0;
	display: block;
}

.box-dummy__inbrief h3,
.box-dummy__inbrief .bullet {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 1em;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
@media screen and (max-width: 833px) {
  .box-dummy__inbrief h3,
  .box-dummy__inbrief .bullet {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.box-dummy__inbrief p,
.box-dummy__inbrief .nobullet {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 1em;
	text-indent: 0;
	padding-left: 0;
	display: block;
}
@media screen and (max-width: 833px) {
  .box-dummy__inbrief p,
  .box-dummy__inbrief .nobullet {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.box-dummy__inbrief ul {
	list-style: none;
	padding: 0;
	padding-left: 1em;
	margin: 1em 0 0;
}
.box-dummy__inbrief ul li {
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: none;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
}
@media screen and (max-width: 833px) {
  .box-dummy__inbrief ul li {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.box-dummy__inbrief ol {
	list-style: none;
	padding: 0;
	padding-left: 1em;
	margin: 1em 0 0;
}
.box-dummy__inbrief ol li {
	text-indent: -1em;
	padding-left: 1em;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 833px) {
  .box-dummy__inbrief ol li {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.box-dummy__login {
  position: relative;
  z-index: 10;
  background-color: #F1F2F5;
  border: 1px solid #1D3A5B;
  padding: 22px 30px 29px;
  margin: -52px -24px 8px -22px;
}

@media screen and (max-width: 833px) {
  .box-dummy__login {
    margin: -50px 0 0;
    padding: 17px 17px 20px;
  }
}

.box-dummy__login hr {
  border-bottom: none;
  border-color: #1D3A5B;
  margin: 22px 0 18px;
}

.box-dummy__login:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 265px;
  left: 0;
  top: -266px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(88%, rgba(255, 255, 255, 0.96)), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.96) 88%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.96) 88%, white 100%);
}

@media screen and (max-width: 833px) {
  .box-dummy__login:before {
    height: 200px;
    top: -201px;
  }
}

.box-dummy__login--contents {
  margin: 30px 0 10px;
}

@media screen and (max-width: 833px) {
  .box-dummy__login--contents {
    margin: 20px 0 0;
  }
}

.box-dummy__login--contents:before {
  width: calc(100% + 20px);
  left: -10px;
  height: 130px;
  top: -131px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.96) 75%, white 100%);
}

@media screen and (max-width: 833px) {
  .box-dummy__login--contents:before {
    height: 100px;
    top: -101px;
  }
}

.box-dummy__login .ttl {
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.52;
  text-align: center;
  color: #1D3A5B;
  border-bottom: 1px solid #1D3A5B;
  margin-bottom: 21px;
  padding-bottom: 20px;
}

@media screen and (max-width: 833px) {
  .box-dummy__login .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 16px;
    margin-bottom: 14px;
  }
}

.box-dummy__login .ttl-sm {
  font-weight: bold;
  position: relative;
  padding-left: 22px;
}

@media screen and (max-width: 833px) {
  .box-dummy__login .ttl-sm {
    padding-left: 16px;
  }
}

.box-dummy__login .ttl-sm:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0f0f0f;
  position: absolute;
  left: 4px;
  top: 4px;
}

@media screen and (max-width: 833px) {
  .box-dummy__login .ttl-sm:before {
    top: 3px;
    left: 2px;
    width: 11px;
    height: 11px;
  }
}

.box-dummy__login .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.77;
  margin-bottom: 12px;
}

@media screen and (max-width: 833px) {
  .box-dummy__login .heading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 3px;
  }
}

.box-dummy__login .heading span {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1D3A5B;
  font-family: "AvenirNextLTPro Demi";
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 10px;
  font-weight: normal;
}

@media screen and (max-width: 833px) {
  .box-dummy__login .heading span {
    font-size: 10px;
    font-size: 1rem;
    width: 22px;
    height: 35px;
  }
}

.box-dummy__login .btn-comp01 {
  max-width: 100%;
  width: 100%;
  height: 54px;
  border-radius: 4px;
}

@media screen and (max-width: 833px) {
  .box-dummy__login .btn-comp01 {
    max-width: 100% !important;
  }
}

.box-dummy__login .dot {
  font-size: 34px;
  line-height: 0;
  position: relative;
  top: 3px;
}

.ttl-store {
  margin-bottom: 10px;
  padding: 3px 0;
  position: relative;
}

@media screen and (max-width: 833px) {
  .ttl-store {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
  }
}

.ttl-store span {
  display: inline-block;
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 15.49px;
  font-size: 1.549rem;
  color: #1D3A5B;
  position: relative;
  z-index: 2;
  padding-right: 10px;
}

@media screen and (max-width: 833px) {
  .ttl-store span {
    font-size: 10px;
    font-size: 1rem;
  }
}

.ttl-store:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/toppointlibrary/ico-dots.png") repeat-x center;
}

.list-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3.5px 6px;
}

.list-store:last-child {
  padding-bottom: 34px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0;
}

@media screen and (max-width: 833px) {
  .list-store:last-child {
    padding-bottom: 10px;
  }
}

.list-store li {
  padding: 0 3.5px;
  margin-bottom: 8px;
}

@media screen and (max-width: 833px) {
  .list-store li {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 833px) {
  .list-store li img {
    max-height: 32px;
  }
}

.note-affiliate {
  margin: 20px -15px -15px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 833px) {
  .note-affiliate {
    margin: 15px -15px -15px;
    font-size: .9rem;
  }
}

@media screen and (min-width: 834px) {
  .page-toppointlibrary_new_index {
    padding-bottom: 109px;
  }
}

.page-toppointlibrary_new_index .list-product--style02 {
  margin-bottom: 28px;
}

@media screen and (max-width: 833px) {
  .page-toppointlibrary_new_index .list-product--style02 {
    margin-top: 15px;
  }
}

.page-toppointlibrary_new_index .list-product--style02 .item:last-child {
  margin-bottom: 0;
}

.page-toppointlibrary_new_index .list-product--style02 .item:last-child > div {
  padding-bottom: 0;
  border-bottom: none;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 19px;
}

@media screen and (max-width: 833px) {
  .flex-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
}

.txt-newpage--inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.txt-newpage--inn .txt-basic {
  width: calc(100% - 85px);
}

@media screen and (max-width: 833px) {
  .txt-newpage--inn {
    display: block;
    margin-bottom: 15px;
  }
  .txt-newpage--inn .list-social {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .txt-newpage--inn .txt-basic {
    width: 100%;
    flex-basis: 100%;
  }
}

.ttl-new-page {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D3A5B;
  padding-right: 20px;
}

@media screen and (max-width: 833px) {
  .ttl-new-page {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.ttl-new-page span {
  display: inline-block;
  margin-right: 17px;
  font-weight: 600;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.19;
  color: #FFFFFF;
  background-color: #f00;
  border-radius: 3px;
  padding: 7px 8px 7px 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ttl-new-page span {
    padding: 7px 8px 1px 10px;
    margin-top: -11px;
  }
}

@media screen and (max-width: 833px) {
  .ttl-new-page span {
    font-size: 11px;
    font-size: 1.1rem;
    margin-right: 10px;
    padding: 4px 6px 3px;
  }
}

.ttl-pickup {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 2.03;
  color: #1D3A5B;
  border-bottom: 1px solid #1D3A5B;
  margin-bottom: 40px;
}

@media screen and (max-width: 833px) {
  .ttl-pickup {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2;
    margin-bottom: 20px;
  }
}

.mv-ttl02 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  padding: 0 20px;
}

.mv-ttl02 img {
  vertical-align: inherit;
}

@media screen and (max-width: 833px) {
  .mv-ttl02 img {
    width: 591px;
  }
}

@media screen and (max-width: 640px) {
  .mv-ttl02 img {
    width: 281px;
  }
}

.list-confirm__item {
  background: #E9EDF5;
  padding: 25px 26px 24px;
  margin-bottom: 14px;
}

@media screen and (max-width: 833px) {
  .list-confirm__item {
    padding: 20px;
  }
}

.list-confirm__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 833px) {
  .list-confirm__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
}

.list-confirm__number {
  width: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding-bottom: 18px;
}

@media screen and (max-width: 833px) {
  .list-confirm__number {
    width: auto;
    padding: 0;
    position: absolute;
    position: absolute;
    background: #FF5500;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    top: -12px;
    left: -6px;
    z-index: 1;
    padding: 2px 8px 2px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.list-confirm__img {
  width: 21.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .list-confirm__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 833px) {
  .list-confirm__img {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 640px) {
  .list-confirm__img {
    width: 35%;
  }
}

.list-confirm__img img {
  width: 100%;
}

.list-confirm__content {
  width: calc(78.1% - 67px);
  padding-left: 28px;
}

@media screen and (max-width: 833px) {
  .list-confirm__content {
    padding-left: 20px;
    width: 78.1%;
  }
}

@media screen and (max-width: 640px) {
  .list-confirm__content {
    width: 65%;
  }
}

.list-confirm__ttl {
  font-size: 26px;
  font-size: 2.6rem;
  color: #1E1E1E;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.2;
}

@media screen and (max-width: 833px) {
  .list-confirm__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-confirm__info {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  margin-bottom: 20px;
}

@media screen and (max-width: 833px) {
  .list-confirm__info {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-confirm .impression__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 4px;
  font-weight: bold;
  color: #1D3A5B;
}

@media screen and (max-width: 833px) {
  .list-confirm .impression__ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-note-register {
  border: 1px solid #D2D3D3;
  padding: 26px 24px 20px;
  margin-bottom: 35px;
  border-radius: 3px;
}

@media screen and (max-width: 833px) {
  .box-note-register {
    padding: 15px;
    margin-bottom: 20px;
  }
}

.box-note-register__content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 833px) {
  .box-note-register__content {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttl-orange {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FF5500;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 833px) {
  .ttl-orange {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-left: 27px;
  }
}

@media screen and (max-width: 374px) {
  .ttl-orange {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 20px;
  }
}

.ttl-orange:before {
  content: '';
  display: block;
  background: url("../img/bestbook/vote/index/ico-danger.png") no-repeat center;
  background-size: cover;
  width: 31px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 833px) {
  .ttl-orange:before {
    width: 22px;
    height: 18px;
    bottom: 3px;
  }
}

@media screen and (max-width: 374px) {
  .ttl-orange:before {
    width: 17px;
    height: 15px;
  }
}

.txt-orange {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FF5500;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 833px) {
  .txt-orange {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 374px) {
  .txt-orange {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 15px;
  }
}


.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
}

.form-group:last-of-type {
  margin-bottom: 0;
}

.form-group .form-select {
  width: 412px;
  height: 44px;
  background-size: 8px;
  outline: none;
  border: none;
  padding-left: 13px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #0F0F0F;
  cursor: pointer;
}

@media screen and (max-width: 833px) {
  .form-group .form-select {
    width: 75%;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 374px) {
  .form-group .form-select {
    width: 70%;
  }
}

.form-group .form-textarea {
  width: 100%;
  height: 145px;
  background: #fff;
  border: none;
  resize: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px;
  outline: 0;
  color: #0F0F0F;
}

@media screen and (max-width: 833px) {
  .form-group .form-textarea {
    font-size: 14px;
    font-size: 1.4rem;
    height: 100px;
  }
}

.form-group .form-input {
  height: 44px;
  outline: 0;
  background: #fff;
  margin-bottom: 13px;
  border: none;
  padding: 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0F0F0F;
}

@media screen and (max-width: 833px) {
  .form-group .form-input {
    font-size: 14px;
    font-size: 1.4rem;
    height: 40px;
  }
}

.form-group .form-input::placeholder {
  color: #ccc;
}

.form-group .form-input.form-error {
  border: 2px solid #f00;
}
.form-group .form-input.form-no-error {
  border: none;
}

.form-group .full {
  width: 100%;
}

.form-group .txt-unit {
  width: calc(100% - 412px);
  padding-left: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 833px) {
  .form-group .txt-unit {
    width: 25%;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 5px;
  }
}

@media screen and (max-width: 374px) {
  .form-group .txt-unit {
    width: 30%;
  }
}

.item__input .txt-required,
.form-group .txt-required {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7;
}

@media screen and (max-width: 833px) {
  .item__input .txt-required,
  .form-group .txt-required {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}

.form-group .item-name {
  margin-right: 22px;
}

@media screen and (max-width: 640px) {
  .form-group .item-name {
    margin-right: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .form-group .item-name:last-of-type {
    margin-bottom: 0;
  }
}

.form-group .item-name .label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
  margin-right: 12px;
}

@media screen and (max-width: 833px) {
  .form-group .item-name .label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .form-group .item-name .label {
    margin-right: 10px;
    width: 10%;
  }
}

.form-group .item-name .name {
  width: 175px;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .form-group .item-name .name {
    width: 90%;
  }
}

.form-group .item-name .first-name {
  width: 145px;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .form-group .item-name .first-name {
    width: 90%;
  }
}

.page-bestbook_announcement_dummy:before {
  display: none;
}

.page-bestbook_announcement_dummy .main-content {
  padding-top: 0;
}

.page-bestbook_announcement_dummy .sec-search.on + .sec-mv03 {
  margin-top: 188px;
}
@media screen and (max-width: 833px) {
  .page-bestbook_announcement_dummy .sec-search.on + .sec-mv03 {
    margin-top: 54px;
  }
}

@media screen and (max-width: 990px) {
  .sec-mv03 {
    height: 0;
  }
}

.sec-mv03 .breadcrumb {
  bottom: inherit;
  top: 0;
  color: #1D3A5B;
}

.sec-mv03 .breadcrumb-inner {
  background: transparent;
}

.sec-mv--notitle .breadcrumb {
  bottom: inherit;
  color: #1D3A5B;
}

.box-top-announce {
  position: relative;
  background: url("../img/bestbook/announcement/pic01.webp") no-repeat top center;
  background-size: 100% auto;
  padding-top: 80px;
  padding-bottom: 40px;
}

.no-webp .box-top-announce {
  background-image: url(../img/bestbook/announcement/pic01.jpg);
}

@media screen and (max-width: 833px) {
  .box-top-announce {
    padding: 30px 0 20px;
  }
}

.box-top-announce::before {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  top: calc(44.8vw - 80px);
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 100%);
  z-index: 0;
}

.box-top-announce .inner-750 {
  position: relative;
  z-index: 1;
}

.box-top-announce .logo {
  max-width: 750px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 833px) {
  .box-top-announce .logo {
    margin-bottom: 20px;
    padding: 0;
  }
}

.box-top-announce .announce-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  color: #0F0F0F;
  font-weight: 700;
  margin-bottom: 50px;
}

@media screen and (max-width: 990px) {
  .box-top-announce .announce-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 833px) {
  .box-top-announce .announce-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.box-top-announce .announce-ttl span {
  font-size: 28px;
  font-size: 2.8rem;
  display: inline-block;
  color: #FBAC2F;
  font-weight: 700;
}

@media screen and (max-width: 990px) {
  .box-top-announce .announce-ttl span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 833px) {
  .box-top-announce .announce-ttl span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.box-top-announce .box-des {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 833px) {
  .box-top-announce .box-des {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}

.box-link-page {
  position: relative;
}

.box-link-page .list-link {
  max-width: 1100px;
  margin: 0 auto;
  background: url("../img/bestbook/announcement/pic02.webp") no-repeat center;
  background-size: cover;
  padding: 40px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.no-webp .box-link-page .list-link {
  background-image: url(../img/bestbook/announcement/pic02.jpg);
}

@media screen and (max-width: 833px) {
  .box-link-page .list-link {
    padding: 20px;
    background-position: center right -200px;
  }
}

.box-link-page .list-link .item {
  margin-bottom: 15px!important;
  padding: 0!important;
  border: none!important;
}

@media screen and (max-width: 833px) {
  .box-link-page .list-link .item {
    margin-bottom: 10px!important;
  }
}

.box-link-page .list-link .item:last-child {
  margin-bottom: 0!important;
}

.box-link-page .list-link .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 833px) {
  .box-link-page .list-link .item a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.box-link-page .list-link .item__number {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-family: HelveticaNeue;
  font-weight: bold;
  color: #fff;
  background: #88ABCB;
  margin-right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 833px) {
  .box-link-page .list-link .item__number {
    font-size: 12px;
    font-size: 1.2rem;
    width: 30px;
  }
}

.box-link-page .list-link .item__number--cyan {
  background: #B5B5B6;
}

.box-link-page .list-link .item__number--brown {
  background: #B68B79;
}

.box-link-page .list-link .item__ttl {
  width: calc(100% - 50px);
}

.box-link-page .list-link .item:first-of-type .item__ttl {
  width: calc(100% - 85px);
}

@media screen and (max-width: 833px) {
  .box-link-page .list-link .item:first-of-type .item__ttl {
    width: calc(100% - 65px);
  }
}

.box-link-page .list-link .item__ttl--big {
  font-size: 22px;
  font-size: 2.2rem;
  text-decoration: underline;
  font-weight: 700;
}

@media screen and (max-width: 990px) {
  .box-link-page .list-link .item__ttl--big {
    font-size: 18px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 833px) {
  .box-link-page .list-link .item__ttl--big {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 374px) {
  .box-link-page .list-link .item__ttl--big {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box-link-page .list-link .item__ttl--small {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 990px) {
  .box-link-page .list-link .item__ttl--small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 833px) {
  .box-link-page .list-link .item__ttl--small {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    line-height: 1.5;
  }
}

.box-link-page .list-link .item:first-of-type .item__ttl--big {
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 833px) {
  .box-link-page .list-link .item:first-of-type .item__ttl--big {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 374px) {
  .box-link-page .list-link .item:first-of-type .item__ttl--big {
    font-size: 20px;
    font-size: 2rem;
  }
}

.box-link-page .list-link .item:first-of-type .item__number {
  width: 65px;
  height: 42px;
  background: #E4A724;
  color: #1D3A5B;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 42px;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

@media screen and (max-width: 990px) {
  .box-link-page .list-link .item:first-of-type .item__number {
    font-size: 17px;
    font-size: 1.7rem;
    height: 30px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 833px) {
  .box-link-page .list-link .item:first-of-type .item__number {
    width: 45px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box-link-page .list-link .item:first-of-type .item__ttl-big {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 833px) {
  .box-link-page .list-link .item:first-of-type .item__ttl-big {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.list-bestbook {
  margin-bottom: 50px;
}

@media screen and (max-width: 833px) {
  .list-bestbook {
    margin-bottom: 20px;
  }
}

.list-bestbook .item {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #D2D3D3;
  position: relative;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.list-bestbook .item.item-listlink {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item.item-listlink {
    margin-bottom: 5px;
    padding-bottom: 0;
  }
}

.list-bestbook .item--sub {
  padding-bottom: 58px;
  margin-bottom: 56px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item--sub {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.list-bestbook .item--sub:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.list-bestbook .item--sub .item__top {
  margin-bottom: 0;
}

.list-bestbook .item--sub .item__top--img {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .list-bestbook .item--sub .item__top--img {
    margin: 0 auto 15px;
  }
}

.list-bestbook .item--sub .item__top--info {
  width: 100%;
}

.list-bestbook .item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 62px;
  flex-wrap: wrap;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item__top {
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-bestbook .item__top--img {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 833px) {
  .list-bestbook .item__top--img {
    margin-bottom: 20px;
  }
}

.list-bestbook .item__top--img .img img {
  width: 100%;
  height: auto;
}

.list-bestbook .item__top--img .img .item__view {
  position: absolute;
  background: #003559;
  border: 1px solid #003559;
  font-weight: 600;
  color: #fff;
  bottom: 0;
  right: 0;
  padding: 6px 9px;
  min-width: 44px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 1;
}

.list-bestbook .item__top--img .img .item__view--no {
  background: #fff;
  color: #003559;
}

.list-bestbook .item__top--img .txt-caption {
  width: 132px;
  height: 36px;
  background: #E5E5E5;
  border-radius: 3px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0F0F0F;
  display: block;
  line-height: 36px;
  font-weight: 400;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item__top--img .txt-caption {
    font-size: 12px;
    font-size: 1.2rem;
    width: 120px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
  }
}

.list-bestbook .item__top--info {
  width: 100%;
}

.list-bestbook .item__top--info .box-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 25px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item__top--info .box-heading {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}

.list-bestbook .item__top--info .box-heading .pub {
  display: block;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  margin-bottom: 3px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item__top--info .box-heading .pub {
    font-size: 1.1px;
    font-size: 1.1rem;
    margin-bottom: 2px;
  }
}

.list-bestbook .item__top--info .box-heading__logo {
  max-width: 80px;
  margin-top: -8px;
  margin-right: 20px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item__top--info .box-heading__logo {
    max-width: 50px;
    margin-top: -5px;
    margin-right: 12px;
  }
}

.list-bestbook .item__top--info .box-heading__number {
  width: 80px;
  height: 80px;
  font-family: HelveticaNeue;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  background: #88ABCB;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  margin-right: 20px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item__top--info .box-heading__number {
    font-size: 20px;
    font-size: 2rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 12px;
  }
}

.list-bestbook .item__top--info .box-heading__number--cyan {
  background: #B5B5B6;
}

.list-bestbook .item__top--info .box-heading__number--brown {
  background: #B68B79;
}

.list-bestbook .item__top--info .box-intro {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 28px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item__top--info .box-intro {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.list-bestbook .item__top--info .box-info table {
  width: 100%;
  margin-bottom: 35px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item__top--info .box-info table {
    margin-bottom: 20px;
  }
}

.list-bestbook .item__top--info .box-info table tr:nth-of-type(odd) {
  background: #EDEEEE;
}

.list-bestbook .item__top--info .box-info table tr td {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0F0F0F;
  line-height: 1;
  padding: 6px 0;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item__top--info .box-info table tr td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0;
  }
}

.list-bestbook .item__top--info .box-info table tr td:first-of-type {
  width: 83px;
  padding-left: 8px;
  font-weight: 700;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item__top--info .box-info table tr td:first-of-type {
    width: 70px;
    padding-left: 10px;
  }
}

.list-bestbook .item__top--info .box-info table tr td:last-of-type {
  width: calc(100% - 83px);
}

@media screen and (max-width: 833px) {
  .list-bestbook .item__top--info .box-info table tr td:last-of-type {
    width: calc(100% - 70px);
    padding-right: 10px;
    line-height: 1.5;
  }
}

.list-bestbook .item__top--info .list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  position: relative;
  margin-top: 30px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item__top--info .list-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}

.list-bestbook .item__top--info .list-btn__style02 + .list-box-blue {
  margin-top: 50px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item__top--info .list-btn__style02 + .list-box-blue {
    margin-top: 30px;
  }
}

.list-bestbook .item__top--info .list-btn__item {
  width: 49%;
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .list-bestbook .item__top--info .list-btn__item {
    width: 100%;
  }
}

.list-bestbook .item__top--info .list-btn__item .btn-comp01 {
  max-width: 100%;
  height: 40px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item__top--info .list-btn__item .btn-comp01 {
    max-width: 100%!important;
    height: 40px!important;
  }
}

@media screen and (max-width: 640px) {
  .list-bestbook .item__top--info .list-btn__item .btn-comp01 {
    max-width: 240px!important;
  }
}

@media screen and (max-width: 833px) {
  .list-bestbook .item__top--info .list-btn__item:last-of-type {
    margin-bottom: 0!important;
  }
}

.list-bestbook .item .list-box-blue .box-blue {
  margin-bottom: 40px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue .box-blue {
    margin-bottom: 30px;
  }
}

.list-bestbook .item.item-listlink .list-box-blue .box-blue {
  padding-bottom: 50px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item.item-listlink .list-box-blue .box-blue {
    padding-bottom: 20px;
  }
}

.list-bestbook .item .list-box-blue .box-blue:last-of-type {
  margin-bottom: 0;
}

.list-bestbook .item .list-box-blue .box-blue__ttl {
  font-size: 26px;
  font-size: 2.6rem;
  color: #1D3A5B;
  font-weight: 700;
  padding-bottom: 13px;
  margin-bottom: 25px;
  border-bottom: 2px solid #1D3A5B;
  position: relative;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue .box-blue__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.list-bestbook .item .list-box-blue .box-blue__ttl:after {
  content: none;
  display: block;
  height: 2px;
  background: #88ABCB;
  width: 48px;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.list-bestbook .item .list-box-blue .box-blue__ttl span {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue .box-blue__ttl span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-bestbook .item .list-box-blue .box-blue__content li {
  background: #EFF4F8;
  padding: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue .box-blue__content li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding: 10px;
  }
}

.list-bestbook .item .list-box-blue .box-blue__content li:last-of-type {
  margin-bottom: 0;
}

.list-bestbook .item .list-box-blue .box-blue__content.box-blue__content-user li {
  background: #fff;
  border: 1px solid #ccc;
}

.list-bestbook .item .list-box-blue .box-blue__content .author-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: #EFF4F8;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue .box-blue__content .author-introduction {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 10px;
  }
}

.list-bestbook .item .list-box-blue .box-blue__content .author-introduction__img {
  width: 279px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue .box-blue__content .author-introduction__img {
    margin: 0 auto 20px;
  }
}

.list-bestbook .item .list-box-blue .box-blue__content .author-introduction__content {
  width: calc(100% - 279px);
  padding-left: 35px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue .box-blue__content .author-introduction__content {
    width: 100%;
    padding-left: 0;
  }
}

.list-bestbook .item .list-box-blue .box-blue__content .author-introduction__content .list-item .item {
  padding: 0;
  background: no-repeat;
  margin-bottom: 12px;
  border-bottom: none;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue .box-blue__content .author-introduction__content .list-item .item {
    margin-bottom: 10px;
  }
}

.list-bestbook .item .list-box-blue .box-blue__content .author-introduction__content .list-item .item:last-of-type {
  margin-bottom: 0;
}

.list-bestbook .item .list-box-blue .box-blue__content .author-introduction__content .list-item .item__ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1D3A5B;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue .box-blue__content .author-introduction__content .list-item .item__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-bestbook .item .list-box-blue .box-blue__content .author-introduction__content .list-item .item__content {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #0F0F0F;
  margin-top: 15px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue .box-blue__content .author-introduction__content .list-item .item__content {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.list-bestbook .item .list-box-blue__style02 .box-blue {
  margin-bottom: 28px;
}

.list-bestbook .item .list-box-blue__style02 .box-blue:last-of-type {
  margin-bottom: 0;
}

.list-bestbook .item .list-box-blue__style02 .box-blue__ttl {
  border-width: 1px;
  font-size: 26px;
  font-size: 2.6rem;
  padding-bottom: 15px;
  margin-bottom: 0;
  cursor: pointer;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue__style02 .box-blue__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
}

.list-bestbook .item .list-box-blue__style02 .box-blue__ttl:after {
  height: 1px;
  bottom: -1px;
}

.list-bestbook .item .list-box-blue__style02 .box-blue__ttl:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url("../img/bestbook/announcement/ico-down.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: 5px;
  right: 5px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue__style02 .box-blue__ttl:before {
    width: 20px;
    height: 20px;
    top: calc(50% - 15px);
    right: 0;
  }
}

.list-bestbook .item .list-box-blue__style02 .box-blue__content {
  margin-top: 28px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue__style02 .box-blue__content {
    margin-top: 10px;
  }
}

.list-bestbook .item .list-box-blue__style02 .box-blue__content li {
  background: none;
  padding: 0 0 25px 0;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #D2D3D3;
  margin-bottom: 28px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue__style02 .box-blue__content li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}

.list-bestbook .item .list-box-blue__style02 .box-blue__content li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue__style02 .box-blue__content li:last-of-type {
    margin-bottom: 0;
  }
}

.list-bestbook .item .list-box-blue__style02 .box-blue__content--ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 7px;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue__style02 .box-blue__content--ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-bestbook .item .list-box-blue__style02 .box-blue__content--des {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 833px) {
  .list-bestbook .item .list-box-blue__style02 .box-blue__content--des {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box-bestbook .list-social--border li {
  padding: 0 10px;
}
.box-bestbook .list-social--border li:first-of-type {
  padding-left: 30px;
}
.box-bestbook .list-social--border li:last-of-type {
  padding-right: 30px;
}
.box-bestbook .list-social--border li img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 833px) {
  .box-bestbook .list-social--border li {
    padding: 0 6px;
  }
  .box-bestbook .list-social--border li:first-of-type {
    padding-left: 18px;
  }
  .box-bestbook .list-social--border li:last-of-type {
    padding-right: 18px;
  }
  .box-bestbook .list-social--border li img {
    width: 30px;
    height: 30px;
  }
}

.box-bestbook.box-bestbook--fair {
  margin-top: 60px;
  margin-bottom: -70px;
  padding: 60px 0 80px;
  background-color: #edeff2;
}
.box-bestbook.box-bestbook--fair .list-bestbook {
  margin-bottom: 0;
}
.box-bestbook--fair .fair_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.box-bestbook--fair .fair_content {
  margin-top: 60px;
  margin-bottom: 0;
  padding: 40px 30px;
  border-bottom: 0;
  background-color: #fff;
}
.box-bestbook--fair .fair_date {
  margin-bottom: 20px;
  font-size: 1.2rem;
  word-break: break-all;
}
.box-bestbook--fair .fair_desc {
  font-size: 1.6rem;
  line-height: 1.75;
  word-break: break-all;
}
.box-bestbook--fair .list-box-blue {
  margin-top: 40px;
}
.box-bestbook--fair .list-bestbook .item .list-box-blue__style02 .box-blue__ttl {
  border-width: 2px;
}
.box-bestbook--fair .box-blue__ttl {
  word-break: break-all;
}
.box-bestbook--fair .fair_bookstore + .fair_bookstore {
  margin-top: 30px;
}
.box-bestbook--fair .fair_bookstore_ttl {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  flex-wrap: wrap;
  word-break: break-all;
}
.box-bestbook--fair .fair_bookstore_list {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.box-bestbook--fair .fair_bookstore_item {
  width: 33.33%;
  margin: 0!important;
  padding: 15px 20px!important;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc!important;
  border-left: 1px solid #ccc;
  word-break: break-all;
}
.box-bestbook--fair .fair_bookstore_item:nth-child(1),
.box-bestbook--fair .fair_bookstore_item:nth-child(2),
.box-bestbook--fair .fair_bookstore_item:nth-child(3) {
  border-top: 1px solid #ccc;
}
.box-bestbook--fair .fair_bookstore_item:nth-child(3n),
.box-bestbook--fair .fair_bookstore_item:last-child {
  border-right: 1px solid #ccc;
}
.box-bestbook--fair .fair_bookstore_item a {
  text-decoration: underline;
  color: inherit;
}
.box-bestbook--fair .fair_bookstore_item a:hover {
  text-decoration: none;
}
.box-bestbook--fair .fair_image_list {
  margin: 10px -10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.box-bestbook--fair .fair_image_item {
  width: 50%;
  padding: 20px 10px 0;
}
.box-bestbook--fair .fair_image_fig {
  margin: 0;
  padding: 0;
}
.box-bestbook--fair .fair_image_fig img {
  width: 100%;
  aspect-ratio: 11 / 7;
  object-fit: cover;
}
.box-bestbook--fair .fair_image_fig figcaption {
  margin-top: 5px;
  font-size: 1.2rem;
  word-break: break-all;
}
@media screen and (max-width: 833px) {
  .box-bestbook.box-bestbook--fair {
    margin-top: 40px;
    margin-bottom: -50px;
    padding: 40px 0 60px;
  }
  .box-bestbook.box-bestbook--fair .list-bestbook {
    margin-bottom: 0;
  }
  .box-bestbook--fair .fair_ttl {
    font-size: 1.6rem;
  }
  .box-bestbook--fair .fair_content {
    margin-top: 40px;
    margin-bottom: 0;
    padding: 20px 10px;
  }
  .box-bestbook--fair .fair_date {
    margin-bottom: 15px;
  }
  .box-bestbook--fair .list-box-blue {
    margin-top: 30px;
  }
  .box-bestbook--fair .list-bestbook .item .list-box-blue__style02 .box-blue__content {
    margin-top: 20px;
  }
  .box-bestbook--fair .fair_bookstore + .fair_bookstore {
    margin-top: 20px;
  }
  .box-bestbook--fair .fair_bookstore_ttl {
    font-size: 1.6rem;
    padding-bottom: 8px;
  }
  .box-bestbook--fair .fair_bookstore_list {
    margin-top: 15px;
  }
  .box-bestbook--fair .fair_bookstore_item {
    width: 50%;
    padding: 10px 15px!important;
    font-size: 1.6rem;
  }
  .box-bestbook--fair .fair_bookstore_item:nth-child(3) {
    border-top: none;
  }
  .box-bestbook--fair .fair_bookstore_item:nth-child(3n) {
    border-right: none;
  }
  .box-bestbook--fair .fair_bookstore_item:nth-child(2n),
  .box-bestbook--fair .fair_bookstore_item:last-child {
    border-right: 1px solid #ccc;
  }
  .box-bestbook--fair .fair_image_list {
    margin: -15px 0 0;
  }
  .box-bestbook--fair .fair_image_item {
    width: 100%;
    padding: 15px 0 0;
  }
}

.list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-social li {
  margin: 0 4px;
}

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

.list-social li a img {
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 833px) {
  .list-social li a img {
    width: 30px;
    height: 30px;
  }
}

.list-social--inline {
  margin: 0 -3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 833px) {
  .list-social--inline {
    margin: 0 -2px;
  }
}

@media screen and (max-width: 833px) {
  .list-social--inline.list-social--center {
    margin: 0 auto 20px;
    width: 100%;
  }
}

.list-social--inline li {
  margin: 0 3px;
}
@media screen and (min-width: 834px) {
  .list-social--inline li {
    min-width: 25px;
  }
}

.list-social--inline li a img {
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 833px) {
  .list-social--inline li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .list-social--inline li a img {
    width: 30px;
    height: 30px;
  }
}

.list-social--border {
  position: relative;
  z-index: 2;
}

.list-social--border li {
  padding: 0 4px;
  margin: 0;
  background: #fff;
}

.list-social--border li:first-of-type {
  padding-left: 12px;
}

.list-social--border li:last-of-type {
  padding-right: 12px;
}

.list-social--border:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D2D3D3;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

.announce-top--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.announce-top--itm {
  width: 100%;
}
.announce-top--itm img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.announce-top--itm .box-des {
  text-align: left;
}
.announce-top--itm .list-social {
  justify-content: center;
  margin-left: -4px;
}
@media screen and (max-width: 833px) {
  .announce-top--wrap {
    margin-top: 30px;
    display: block;
  }
  .announce-top--itm {
    width: 100%;
  }
  .announce-top--itm img {
    margin-bottom: 20px;
  }
  .announce-top--itm .list-social {
    justify-content: center;
    margin-left: 0;
  }
}

.announce-last1 {
  margin-top: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 833px) {
  .announce-last1 {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.announce-last2 {
  margin-top: 30px;
  background: #EFF4F8;
  padding: 27px 34px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 833px) {
  .announce-last2 {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px;
  }
}

.announce-last--wrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.announce-last--itm {
  width: calc(50% - 15px);
}
.announce-last--itm img {
  width: 100%;
  height: auto;
}
.announce-last--itm .announce-last1 {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: left;
}
.announce-last--itm .announce-last2 {
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 833px) {
  .announce-last--wrap {
    margin-top: 30px;
    display: block;
  }
  .announce-last--itm {
    width: 100%;
  }
  .announce-last--itm .announce-last1 {
    margin-top: 30px;
  }
  .announce-last--itm .announce-last2 {
    margin-top: 0;
    padding: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}


#main-header02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 833px) {
  #main-header02 {
    height: 51px;
  }
}

#main-header02 .logo02 img {
  width: 240px;
}
#main-header02 .logo02 .logo02_copy {
  font-size: 9px;
  margin-top: 10px;
  color: #033458;
}
@media screen and (max-width: 833px) {
  #main-header02 .logo02 img {
    width: 180px;
  }
  #main-header02 .logo02 .logo02_copy {
    font-size: 7px;
    margin-top: 6px;
  }
}

#main-footer .copyRight02 {
  font-family: "HelveticaNeue";
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  background: #1D3A5B;
  color: #fff;
  height: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 833px) {
  #main-footer .copyRight02 {
    font-size: 9px;
    font-size: 0.9rem;
    height: 46.5px;
  }
}

.main-page02 {
  min-height: calc(100vh - 86px - 70px);
  margin-bottom: 115px;
}

@media screen and (max-width: 990px) {
  .main-page02 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 833px) {
  .main-page02 {
    min-height: calc(100vh - 51px - 47px - 50px);
    margin-bottom: 50px;
  }
}

.sec-mv .mv-ttl02 {
  top: 50%;
}

@media screen and (max-width: 833px) {
  .sec-mv .mv-ttl02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.entry-head {
  background: url("../img/common/bg-page.png") repeat;
  padding: 58px 20px 64px;
}

@media screen and (min-width: 834px) {
  .entry-head {
    line-height: 1.875;
  }
  .entry-head.txt-basic {
    text-align: center;
  }
}

@media screen and (max-width: 833px) {
  .entry-head {
    padding: 20px;
  }
}

.entry-body {
  padding-top: 50px;
}

@media screen and (max-width: 833px) {
  .entry-body {
    padding-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .entry-body {
    padding-top: 25px;
  }
}

.block-head {
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 833px) {
  .block-head {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .block-head {
    margin-bottom: 25px;
  }
}

.block-head__ttl {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 28px;
}

@media screen and (max-width: 833px) {
  .block-head__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .block-head__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 15px;
  }
}

.block-head__ttl--blue {
  font-size: 32px;
  font-size: 3.2rem;
  color: #1D3A5B;
}

@media screen and (max-width: 833px) {
  .block-head__ttl--blue {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 834px) {
  .block-head .txt-basic {
    line-height: 1.625;
  }
}

@media screen and (max-width: 833px) {
  .block-head .txt-basic {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .block-head .txt-basic {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}

.entry-inner {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.entry-form {
  margin-bottom: 50px;
}

@media screen and (max-width: 833px) {
  .entry-form {
    margin-bottom: 27px;
  }
}

.entry-form.mb-0 {
  margin-bottom: 0;
}

.entry-form:last-child {
  margin-bottom: 0;
}

.entry-form__note {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 45px;
}

@media screen and (max-width: 833px) {
  .entry-form__note {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.entry-form__full {
  width: 100%;
}

.block-form {
  background: #E9EDF5;
}

.block-form input, .block-form select, .block-form textarea {
  border-radius: 3px;
}

.block-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  padding: 20px;
}

.entry-form__mailaddress .block-form__left {
  width: 33%;
}

@media screen and (max-width: 833px) {
  .entry-form__mailaddress .block-form__left {
    width: 100%;
  }
}

.entry-form__mailaddress .block-form__right {
  width: 67%;
}

@media screen and (max-width: 833px) {
  .entry-form__mailaddress .block-form__right {
    width: 100%;
  }
}

.entry-form__vote .block-form__left {
  width: 144px;
}

@media screen and (max-width: 833px) {
  .entry-form__vote .block-form__left {
    width: 100%;
  }
}

.entry-form__vote .block-form__right {
  width: calc(100% - 144px);
}

@media screen and (max-width: 833px) {
  .entry-form__vote .block-form__right {
    width: 100%;
  }
}


.block-form__item--style02 .block-form__left {
  width: 27%;
  padding-right: 18px;
}

@media screen and (max-width: 833px) {
  .block-form__item--style02 .block-form__left {
    width: 100%;
    margin-bottom: 10px;
  }
}

.block-form__item--style02 .block-form__left .block-form__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.block-form__item--style02 .block-form__left .block-form__txt b {
  width: calc(100% - 45px);
}

.block-form__item--style02 .block-form__left .block-form__txt b small {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 833px) {
  .block-form__item--style02 .block-form__left .block-form__txt b {
    width: auto;
    margin-right: 5px;
  }
}

.block-form__item--style02 .block-form__left .block-form__txt span {
  width: 45px;
}

.block-form__item--style02 .block-form__right {
  width: 73%;
}

@media screen and (max-width: 833px) {
  .block-form__item--style02 .block-form__right {
    width: 100%;
  }
}

.block-form__item--email {
  padding: 15px 20px 15px 24px;
}

.block-form__item--email .block-form__left {
  width: 248px;
}

@media screen and (max-width: 833px) {
  .block-form__item--email .block-form__left {
    width: 100%;
  }
}

@media screen and (max-width: 833px) {
  .block-form__item--email .block-form__left .block-form__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block-form__item--email .block-form__right {
  width: calc(100% - 248px);
}

@media screen and (max-width: 833px) {
  .block-form__item--email .block-form__right {
    width: 100%;
  }
}

.block-form__item--email .block-form__right .block-form__wrap {
  word-break: break-all;
}

@media screen and (max-width: 833px) {
  .block-form__item--email .block-form__right .block-form__wrap {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block-form__item--mailaddress .block-form__left {
  width: 248px;
}

@media screen and (max-width: 833px) {
  .block-form__item--mailaddress .block-form__left {
    width: 100%;
  }
}

@media screen and (max-width: 833px) {
  .block-form__item--mailaddress .block-form__left .block-form__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block-form__item--mailaddress .block-form__right {
  width: calc(100% - 248px);
}

@media screen and (max-width: 833px) {
  .block-form__item--mailaddress .block-form__right {
    width: 100%;
  }
}

.block-form__item--mailaddress .block-form__right .block-form__wrap {
  word-break: break-all;
}

@media screen and (max-width: 833px) {
  .block-form__item--mailaddress .block-form__right .block-form__wrap {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block-form__item--mailaddress .block-form__right .block-form__wrap .item {
  padding-bottom: 13px;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 833px) {
  .block-form__item--mailaddress .block-form__right .block-form__wrap .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.block-form__item--mailaddress .block-form__right .block-form__wrap .item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.block-form__item--mailaddress .block-form__right .block-form__wrap .item__input {
  margin-bottom: 11px;
}

.block-form__item--mailaddress .block-form__right .block-form__wrap .item p {
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}

.block-form__item--mailaddress .block-form__right .block-form__wrap .item p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 833px) {
  .block-form__item {
    padding: 18px 15px;
  }
}

.block-form__item:last-child {
  border-bottom: none;
}
.company .block-form__item:last-child,
.company_bdr .block-form__item:last-child,
.new_company .block-form__item:last-child,
.target_company .block-form__item:last-child {
  border-bottom: 1px solid #fff;
}

.block-form__left {
  width: 190px;
  padding-right: 20px;
}

@media screen and (max-width: 833px) {
  .block-form__left {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .block-form__left br {
    display: none;
  }
}

.block-form__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (min-width: 834px) {
  .block-form__txt {
    justify-content: space-between;
  }
}

@media screen and (max-width: 833px) {
  .block-form__txt {
    justify-content: flex-start;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block-form__txt--small {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 833px) {
  .block-form__txt--small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block-form__txt--ssmall {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .block-form__txt--ssmall {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block-form__leftnote {
  width: 120px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  margin-top: 5px;
}

@media screen and (max-width: 833px) {
  .block-form__leftnote {
    width: auto;
    font-size: 10px;
    font-size: 1rem;
    margin-top: 4px;
  }
}

.block-form__required {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
  background: #f00;
  color: #fff;
  line-height: 1;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}

@media screen and (min-width: 834px) {
  .block-form__required {
    display: block;
  }
}

@media screen and (max-width: 833px) {
  .block-form__required {
    margin-left: 5px;
    font-size: 10px;
    font-size: 1rem;
  }
}

.block-form__right {
  width: calc(100% - 190px);
}

@media screen and (max-width: 833px) {
  .block-form__right {
    width: 100%;
  }
}

.block-form__wrap {
  margin-bottom: 10px;
  word-break: break-all;
  position: relative;
}

.block-form__wrap:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 833px) {
  .block-form__wrap .lbl-radio:not(:last-child) {
    margin-bottom: 8px;
  }
}

.block-form__wrap .txt-link {
  padding-left: 21px;
}

@media screen and (min-width: 834px) {
  .block-form__wrap .txt-link--abs {
    position: absolute;
    right: 0;
    top: -2px;
  }

  .block-form__wrap .txt-link--abs-btm {
    top: inherit;
    bottom: 0;
  }
}

.block-form__wrap .txt-small {
  font-size: 14px;
  font-size: 1.4rem;
}

.block-form__input {
  display: block;
  width: 100%;
  background: white;
  border: 1px solid white;
  height: 44px;
  padding: 10px 14px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 833px) {
  .block-form__input {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.block-form__input::-webkit-input-placeholder {
  color: #959696;
}

.block-form__input:-ms-input-placeholder {
  color: #959696;
}

.block-form__input::-ms-input-placeholder {
  color: #959696;
}

.block-form__input::placeholder {
  color: #959696;
}

.block-form__input:-ms-input-placeholder {
  color: #959696;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 833px) {
  .block-form__input:-ms-input-placeholder {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.block-form__input::-ms-input-placeholder {
  color: #959696;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 833px) {
  .block-form__input::-ms-input-placeholder {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 833px) {
  .block-form__input {
    height: 36px;
    padding: 5px 10px;
  }
}

.block-form__input.block-form__input--email,
.block-form__input[name="email"],
.block-form__input[name="new_email"],
.block-form__input[name="email_conf"] {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 833px) {
  .block-form__input.block-form__input--email,
  .block-form__input[name="email"],
  .block-form__input[name="new_email"],
  .block-form__input[name="email_conf"] {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block-form__input.block-form__input--email:-ms-input-placeholder,
.block-form__input[name="email"]:-ms-input-placeholder,
.block-form__input[name="new_email"]:-ms-input-placeholder,
.block-form__input[name="email_conf"]:-ms-input-placeholder {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 833px) {
  .block-form__input.block-form__input--email:-ms-input-placeholder,
  .block-form__input[name="email"]:-ms-input-placeholder,
  .block-form__input[name="new_email"]:-ms-input-placeholder,
  .block-form__input[name="email_conf"]:-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block-form__input.block-form__input--email::-ms-input-placeholder,
.block-form__input[name="email"]::-ms-input-placeholder,
.block-form__input[name="new_email"]::-ms-input-placeholder,
.block-form__input[name="email_conf"]::-ms-input-placeholder {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 833px) {
  .block-form__input.block-form__input--email::-ms-input-placeholder,
  .block-form__input[name="email"]::-ms-input-placeholder,
  .block-form__input[name="new_email"]::-ms-input-placeholder,
  .block-form__input[name="email_conf"]::-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.block-form__input.form-error {
  border: 2px solid #f00;
}
.block-form__input.form-no-error {
  border: none;
}

.block-form__wrap.block-form__wrap--norequire .block-form__input {
  padding-left: 60px;
}
.block-form__wrap.block-form__wrap--norequire .block-form__input-wrap {
  position: relative;
}
.block-form__wrap.block-form__wrap--norequire .block-form__input-wrap::before {
  content: "任意";
  display: block;
  width: 40px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #bfc0c0;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 833px) {
  .block-form__wrap.block-form__wrap--norequire .block-form__input {
    padding-left: 50px;
  }
  .block-form__wrap.block-form__wrap--norequire .block-form__input-wrap::before {
    width: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    font-size: 1rem;
    top: 8px;
    left: 10px;
  }
}

.block-form__wrap.input_card {
  position: relative;
}
.block-form__wrap.input_card .block-form__input {
  padding-right: 90px;
}
.block-form__wrap.input_card::before {
  content: "";
  background-image:url("../img/cart/ico-payment.png");
  background-size: 0;
  background-repeat: no-repeat;
  width: 60px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 20px;
}
.block-form__wrap.input_card.card-visa::before {
  background-position: 1px 4px;
  background-size: auto 90%;
}
.block-form__wrap.input_card.card-master::before {
  background-position: -76px 4px;
  background-size: auto 90%;
}
.block-form__wrap.input_card.card-dc::before {
  background-position: -124px 4px;
  background-size: auto 80%;
}
.block-form__wrap.input_card.card-amex::before {
  background-position: -183px 7px;
  background-size: auto 80%;
}
.block-form__wrap.input_card.card-jcb::before {
  background-position: -273px 4px;
  background-size: auto 90%;
  width: 50px;
}
@media screen and (max-width: 833px) {
  .block-form__wrap.input_card .block-form__input {
    padding-right: 60px;
  }
  .block-form__wrap.input_card::before {
    width: 50px;
    height: 36px;
    right: 10px;
  }
  .block-form__wrap.input_card.card-visa::before {
    background-position: 2px 4px;
    background-size: auto 90%;
  }
  .block-form__wrap.input_card.card-master::before {
    background-position: -64px 4px;
    background-size: auto 90%;
  }
  .block-form__wrap.input_card.card-dc::before {
    background-position: -101px 3px;
    background-size: auto 80%;
  }
  .block-form__wrap.input_card.card-amex::before {
    background-position: -151px 5px;
    background-size: auto 80%;
  }
  .block-form__wrap.input_card.card-jcb::before {
    background-position: -225px 4px;
    background-size: auto 90%;
    width: 40px;
  }
}

.block-form__textarea {
  display: block;
  width: 100%;
  height: 125px;
  border: none;
  resize: none;
  padding: 10px 14px;
  -ms-overflow-style: none;
}

@media screen and (max-width: 833px) {
  .block-form__textarea {
    padding: 5px 10px;
    height: 80px;
  }
}

.block-form__textarea::-webkit-input-placeholder {
  color: #959696;
  font-size: 14px;
  font-size: 1.4rem;
}

.block-form__textarea:-ms-input-placeholder {
  color: #959696;
  font-size: 14px;
  font-size: 1.4rem;
}

.block-form__textarea::-ms-input-placeholder {
  color: #959696;
  font-size: 14px;
  font-size: 1.4rem;
}

.block-form__textarea::placeholder {
  color: #959696;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 833px) {
  .block-form__textarea::-webkit-input-placeholder {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .block-form__textarea:-ms-input-placeholder {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .block-form__textarea::-ms-input-placeholder {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .block-form__textarea::placeholder {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.block-form__textarea:-ms-input-placeholder {
  color: #959696;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 833px) {
  .block-form__textarea:-ms-input-placeholder {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.block-form__textarea::-ms-input-placeholder {
  color: #959696;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 833px) {
  .block-form__textarea::-ms-input-placeholder {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 834px) {
  .block-form__textarea--h88 {
    height: 88px;
  }
}

.block-form__textarea.form-error {
  border: 2px solid #f00;
}
.block-form__textarea.form-error {
  border: none;
}

.block-form__note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.58;
  padding-left: 14px;
  margin-top: 8px;
}

@media screen and (max-width: 833px) {
  .block-form__note {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 12px;
    margin-top: 6px;
  }
}

.error-message + .block-form__note {
  margin-top: 0;
}

@media screen and (max-width: 833px) {
  .error-message + .block-form__note {
    margin-top: 0;
  }
}

.block-form__note li {
  text-indent: -14px;
}

@media screen and (max-width: 833px) {
  .block-form__note li {
    text-indent: -11px;
  }
}

.block-form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block-form__name li {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 833px) {
  .block-form__name li {
    width: 48%;
  }
}

.block-form__name li:first-of-type {
  margin-right: 7%;
}

@media screen and (max-width: 833px) {
  .block-form__name li:first-of-type {
    margin-right: 4%;
  }
}

.block-form__name li span {
  width: 2em;
}

@media screen and (max-width: 833px) {
  .block-form__name li span {
    width: 1.5em;
  }
}

.block-form__name li input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.block-form__list li {
  display: inline-block;
}

@media screen and (max-width: 833px) {
  .block-form__list li {
    display: block;
    margin: 0 0 5px;
  }
}

.block-form__radio {
  margin-right: 5px;
}

.block-form__times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-form__times .form-group .form-select {
  width: calc(100% - 27px);
}

.block-form__times .form-group .txt-unit {
  width: 27px;
  padding-left: 12px;
  text-align: right;
}

.block-form__month {
  width: 125px;
  margin-right: 12px;
}

.block-form__year {
  width: 158px;
}

@media screen and (max-width: 640px) {
  .block-form__times .form-group .form-select {
    width: calc(100% - 25px);
  }
  .block-form__times .form-group .txt-unit {
    width: 25px;
    padding-left: 10px;
  }
  .block-form__month {
    width: calc(42% - 5px);
    margin-right: 10px;
  }
  .block-form__year {
    width: calc(58% - 5px);
  }
}

.block-form__txt02 {
  margin-bottom: 10px;
}

.block-form__checkbox-head {
  background-color: #EEEEEE;
  text-align: center;
  padding: 11px 0 4px 39px;
  margin-bottom: 19px;
}

@media screen and (max-width: 420px) {
  .block-form__checkbox-head {
    padding-left: 15px;
    text-align: left;
  }
}

.block-form__checkbox-head .lbl-radio {
  padding-bottom: 5px;
}

@media screen and (max-width: 833px) {
  .block-form__checkbox-head .lbl-radio__checkmark {
    top: 1px;
  }
}

.block-form__item--multiselect .txt-head {
  margin-bottom: 12px;
}

.block-form__item--multiselect .block-form__wrap-faq {
  border-bottom: none;
  padding-bottom: 0;
}

.block-form__item--multiselect .block-form__wrap-faq .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 14px;
  margin-bottom: 12px;
  border-bottom: 1px solid #FFFFFF;
}

@media screen and (max-width: 833px) {
  .block-form__item--multiselect .block-form__wrap-faq .item {
    padding-bottom: 0;
    margin-bottom: 12px;
    border-bottom: none;
  }
}

.block-form__item--multiselect .block-form__wrap-faq .item__checkbox {
  width: 100%;
  max-width: 43%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 833px) {
  .block-form__item--multiselect .block-form__wrap-faq .item__checkbox {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 0;
  }
}

.block-form__item--multiselect .block-form__wrap-faq .item__checkbox .lbl-radio {
  margin-bottom: 0;
}

.block-form__item--multiselect .block-form__wrap-faq .item__content {
  width: 100%;
  max-width: 57%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 833px) {
  .block-form__item--multiselect .block-form__wrap-faq .item__content {
    display: none;
    margin-top: 10px;
    padding-left: 23px;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .block-form__item--multiselect .block-form__wrap-faq .item__content.active {
    display: inherit;
  }
}

.block-form__item--multiselect .block-form__wrap-faq .item__lb {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  text-align: right;
}

@media screen and (max-width: 833px) {
  .block-form__item--multiselect .block-form__wrap-faq .item__lb {
    width: auto;
    text-align: left;
  }
}

.block-form__item--multiselect .block-form__wrap-faq .item__like {
  width: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}

@media screen and (max-width: 833px) {
  .block-form__item--multiselect .block-form__wrap-faq .item__like {
    width: 27px;
  }
}

.block-form__item--multiselect .block-form__wrap-faq .item__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.block-form .txt-payment {
  padding-left: 25px;
}

button.btn-comp01 {
  border: none;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4) !important;
          box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4) !important;
}

button.btn-comp01:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.block-contact {
  display: block;
  width: 100%;
  max-width: 614px;
  margin: 0 auto;
  background: #F0F0F0;
  padding: 30px 20px 40px;
}

.block-contact__txt {
  line-height: 1.875;
  margin-bottom: 19px;
}

@media screen and (max-width: 640px) {
  .block-contact__txt {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.block-contact__txt--small {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 833px) {
  .block-contact__txt--small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 640px) {
  .block-contact__txt--small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.block-contact--full {
  max-width: 100%;
}

@media screen and (max-width: 833px) {
  .lbl-radio-block .lbl-radio {
    display: block !important;
  }
  .lbl-radio-block .txt-link {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 834px) {
  .page-toppointlibrary_pickup_dummy {
    padding-bottom: 87px;
  }
}

@media screen and (max-width: 833px) {
  .page-toppointlibrary_pickup_dummy {
    padding-bottom: 20px;
  }
}

.page-toppointlibrary_pickup_dummy .list-product--style02 {
  margin-bottom: 39px;
}

@media screen and (max-width: 833px) {
  .page-toppointlibrary_pickup_dummy .list-product--style02 {
    margin-top: 20px;
  }
}

.page-toppointlibrary_pickup_dummy .list-product--style02 .item:first-child > div {
  border-top: none;
}

.page-toppointlibrary_pickup_dummy .list-product--style02 .item:last-child > div {
  border-bottom: none;
  padding-bottom: 0;
}

.ttl-pickup-dummy {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.47;
  margin-bottom: 20px;
}

@media screen and (max-width: 833px) {
  .ttl-pickup-dummy {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttl-pickup-dummy-sm {
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  color: #1D3A5B;
  margin-bottom: 18px;
}

@media screen and (max-width: 833px) {
  .ttl-pickup-dummy-sm {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.ttl-pickup-rightdate {
  display: inline;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.47;
  margin-left: 10px;
}

@media screen and (max-width: 833px) {
  .ttl-pickup-rightdate {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ttl-pickup-bottom {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.47;
  margin-top: 10px;
}

@media screen and (max-width: 833px) {
  .ttl-pickup-bottom {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.txt-pickup-dummy {
  padding: 15px;
  background: url("../img/toppointlibrary/pickup/bg.png") repeat top left;
}

@media screen and (max-width: 833px) {
  .txt-pickup-dummy {
    padding: 5px;
  }
}

.txt-pickup-dummy .wrap {
  background-color: #FFFFFF;
  padding: 30px 35px;
}

@media screen and (max-width: 833px) {
  .txt-pickup-dummy .wrap {
    padding: 15px;
  }
}

.page-toppointlibrary_best10_dummy .list-product {
  margin: 9px 0 26px;
}

.page-toppointlibrary_best10_dummy .list-product .item:first-child > div {
  border-top: none;
}

@media screen and (min-width: 834px) {
  .page-toppointlibrary_best10_dummy .list-product .item:first-child > div {
    padding-top: 34px;
  }
}

.page-toppointlibrary_best10_dummy .list-product.locked .item:last-child > div {
  border-bottom: none;
}

.page-toppointlibrary_best10_dummy .list-product.locked .item:last-child > div {
  max-height: 210px;
  padding-bottom: 0;
  overflow: hidden;
}

@media screen and (max-width: 833px) {
  .page-toppointlibrary_best10_dummy .list-product.locked .item:last-child > div {
    max-height: 200px;
  }
}

.page-toppointlibrary_best10_dummy .box-dummy__login--contents {
  margin: 50px 45px 40px;
}

@media screen and (max-width: 833px) {
  .page-toppointlibrary_best10_dummy .box-dummy__login--contents {
    margin: 25px 20px 25px;
  }
}

.page-toppointlibrary_best10_dummy .box-dummy__login--contents:before {
  width: calc(100% + 90px);
  left: -45px;
  height: 150px;
  top: -151px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) calc(100% - 50px), white 100%);
}

@media screen and (max-width: 833px) {
  .page-toppointlibrary_best10_dummy .box-dummy__login--contents:before {
    width: calc(100% + 40px);
    left: -20px;
    height: 100px;
    top: -101px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) calc(100% - 25px), white 100%);
  }
}

.best10-header {
  border-top: 1px solid #1D3A5B;
  border-bottom: 1px solid #1D3A5B;
  position: relative;
  padding: 26px 0 24px;
  margin-top: 20px;
}

@media screen and (max-width: 833px) {
  .best10-header {
    padding: 24px 0 16px;
    margin-top: 20px;
  }
  .diff-items + .best10-header {
    margin-top: 57px;
  }
}

.best10-header .img {
  padding: 0 29px;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -33px;
}

@media screen and (max-width: 833px) {
  .best10-header .img {
    padding: 0 15px;
    top: -30px;
  }
}

.best10-header .img img {
  max-width: 40px;
}

@media screen and (max-width: 833px) {
  .best10-header .img img {
    max-width: 35px;
  }
}

.best10-header .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 44px;
  font-size: 4.4rem;
}

@media screen and (max-width: 833px) {
  .best10-header .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.best10-header .ttl small {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  color: #1D3A5B;
}

@media screen and (max-width: 833px) {
  .best10-header .ttl small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 42px;
}

@media screen and (max-width: 833px) {
  .flex-right {
    margin-bottom: 50px;
  }
  .flex-center-sp {
    justify-content: center;
    margin-bottom: 20px;
  }
}

.flex-right .detail-date {
  margin-left: 18px;
}

@media screen and (max-width: 833px) {
  .flex-right .detail-date {
    margin-left: 8px;
  }
}

@media screen and (max-width: 833px) {
  .flex-center-sp .detail-date {
    line-height: 24px;
    padding: 0;
    margin: 0;
    height: 24px;
    width: 100%;
    text-align: center;
  }
}

.flex-right .list-social {
  margin-left: 18px;
}

@media screen and (max-width: 833px) {
  .flex-right .list-social {
    margin-left: 8px;
  }
  .flex-center-sp .list-social li {
    margin: 0 4px;
    vertical-align: top;
  }
  .flex-center-sp .list-social li a {
    max-width: 30px;
    max-height: 30px;
  }
}

.ttl-best10 {
  position: relative;
  margin-bottom: 7px;
}

.ttl-best10:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: 44%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #1D3A5B;
}

@media screen and (max-width: 833px) {
  .ttl-best10:before {
    top: 50%;
  }
}

.ttl-best10 span {
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.92;
  color: #1D3A5B;
  padding-right: 14px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 833px) {
  .ttl-best10 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-best10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2px 10px;
}

@media screen and (max-width: 833px) {
  .list-best10 {
    margin-bottom: 0;
  }
}

.list-best10 li {
  width: 100%;
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding: 0 2px;
  margin-bottom: 4px;
}

@media screen and (max-width: 833px) {
  .list-best10 li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (max-width: 640px) {
  .list-best10 li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.list-best10 li a {
  border: 1px solid #1D3A5B;
  padding: 13px 10px 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 85px;
}

.list-best10 li.active a {
  opacity: 1;
  background: #1D3A5B;
}
.list-best10 li.active a .ttl,
.list-best10 li.active a .ttl small {
  color: #ffffff;
}

.list-best10 li a .img {
  width: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.list-best10 li a .ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10px;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
}

.list-best10 li a .ttl small {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.18;
  color: #1D3A5B;
  margin-bottom: 4px;
}

@media screen and (min-width: 834px) {
  .list-best10 li a:hover {
    opacity: 1;
    background: #1D3A5B;
  }
  .list-best10 li a:hover .ttl {
    color: #ffffff;
  }
  .list-best10 li a:hover .ttl small {
    color: #ffffff;
  }
}

.diff-items {
  width: 100%;
  margin-bottom: 88px;
  padding: 6px 30px 6px 50px;
  background: #e8ebef url(../image/common/ico-alt-round-bl.svg) center left 20px no-repeat;
  background-size: 16px 16px;
  border-radius: 9999px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.diff-items-detail {
  margin-bottom: 60px;
}
.diff-items-modified {
  width: 85px;
  font-size: 1.4rem;
  line-height: 1;
}
.diff-items-text {
  width: calc(100% - 85px);
  font-size: 1.4rem;
  line-height: 1.8;
}
.diff-items-text a {
  text-decoration: underline;
  color: #1d3a5b;
}
.diff-items-text a:hover {
  text-decoration: none;
  opacity: 1;
}
.diff-items + .list-social {
  margin-top: -40px;
}
@media screen and (max-width: 833px) {
  .diff-items {
    margin-bottom: 37px;
    padding: 6px 25px 6px 40px;
    background-position: center left 15px;
    background-size: 14px 14px;
  }
  .diff-items-detail {
    margin-bottom: 50px;
  }
  .diff-items-modified {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .diff-items-text {
    width: 100%;
    margin-top: 2px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .diff-items + .list-social {
    margin-top: -7px;
  }
}

@media screen and (min-width: 834px) {
  .page-toppointlibrary_ranking_index {
    padding-bottom: 70px;
  }
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px;
}

.flex-between .txt-basic, .flex-between .list-books__item, .flex-between .collapsible .item .content, .collapsible .item .flex-between .content, .flex-between .pagination li a, .pagination li .flex-between a, .flex-between .pagination li span, .pagination li .flex-between span, .flex-between .list-selection--style02 .item__ttl .detail, .list-selection--style02 .item__ttl .flex-between .detail, .flex-between .list-product .item--01 a .item__content p, .list-product .item--01 a .item__content .flex-between p, .flex-between .list-product--style02 .item__des, .list-product--style02 .flex-between .item__des, .flex-between .sidebar-block02 .common-select, .sidebar-block02 .flex-between .common-select, .flex-between .sidebar-block02__box .submit, .sidebar-block02__box .flex-between .submit, .flex-between .list-voice-main .ttl small, .list-voice-main .ttl .flex-between small, .flex-between .list-news-page li .date, .list-news-page li .flex-between .date, .flex-between .list-news-page li .content, .list-news-page li .flex-between .content, .flex-between .list-lesson .item .ttl, .list-lesson .item .flex-between .ttl, .flex-between .box-dummy__login .ttl-sm, .box-dummy__login .flex-between .ttl-sm, .flex-between .txt-pickup-dummy .wrap, .txt-pickup-dummy .flex-between .wrap, .flex-between .list-library .item__body, .list-library .flex-between .item__body, .flex-between .list-talk li, .list-talk .flex-between li, .flex-between .txt-wrap-border, .flex-between .list-special-goodse .item__ttl small, .list-special-goodse .item__ttl .flex-between small, .flex-between .table-cart tbody th, .table-cart tbody .flex-between th, .flex-between .table-cart-sp02 tbody, .table-cart-sp02 .flex-between tbody, .flex-between .sub-table-sp .thead, .sub-table-sp .flex-between .thead, .flex-between .box-payment--style02 .item__link, .box-payment--style02 .flex-between .item__link, .flex-between .box-payment--style02 .list-exc, .box-payment--style02 .flex-between .list-exc, .flex-between .btn-mail {
  padding-right: 30px;
}

@media screen and (min-width: 834px) {
  .flex-between .txt-basic, .flex-between .list-books__item, .flex-between .collapsible .item .content, .collapsible .item .flex-between .content, .flex-between .pagination li a, .pagination li .flex-between a, .flex-between .pagination li span, .pagination li .flex-between span, .flex-between .list-selection--style02 .item__ttl .detail, .list-selection--style02 .item__ttl .flex-between .detail, .flex-between .list-product .item--01 a .item__content p, .list-product .item--01 a .item__content .flex-between p, .flex-between .list-product--style02 .item__des, .list-product--style02 .flex-between .item__des, .flex-between .sidebar-block02 .common-select, .sidebar-block02 .flex-between .common-select, .flex-between .sidebar-block02__box .submit, .sidebar-block02__box .flex-between .submit, .flex-between .list-voice-main .ttl small, .list-voice-main .ttl .flex-between small, .flex-between .list-news-page li .date, .list-news-page li .flex-between .date, .flex-between .list-news-page li .content, .list-news-page li .flex-between .content, .flex-between .list-lesson .item .ttl, .list-lesson .item .flex-between .ttl, .flex-between .box-dummy__login .ttl-sm, .box-dummy__login .flex-between .ttl-sm, .flex-between .txt-pickup-dummy .wrap, .txt-pickup-dummy .flex-between .wrap, .flex-between .list-library .item__body, .list-library .flex-between .item__body, .flex-between .list-talk li, .list-talk .flex-between li, .flex-between .txt-wrap-border, .flex-between .list-special-goodse .item__ttl small, .list-special-goodse .item__ttl .flex-between small, .flex-between .table-cart tbody th, .table-cart tbody .flex-between th, .flex-between .table-cart-sp02 tbody, .table-cart-sp02 .flex-between tbody, .flex-between .sub-table-sp .thead, .sub-table-sp .flex-between .thead, .flex-between .box-payment--style02 .item__link, .box-payment--style02 .flex-between .item__link, .flex-between .box-payment--style02 .list-exc, .box-payment--style02 .flex-between .list-exc, .flex-between .btn-mail {
    line-height: 1.1;
  }
  .flex-between .txt-basic.txt-basic-lh {
    line-height: 1.4;
  }
}

.ttl-prize {
  color: #1D3A5B;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 833px) {
  .ttl-prize {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.list-prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px 15px;
}

@media screen and (max-width: 833px) {
  .list-prize {
    margin: 0 -5px;
  }
}

.list-prize li {
  width: 100%;
  max-width: 33.3333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 0 8px;
  margin-top: 17px;
}

@media screen and (max-width: 1200px) {
  .list-prize li {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 5px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 374px) {
  .list-prize li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.list-prize li.hidden {
  display: none;
}

.list-prize li a {
  display: block;
  border: 1px solid #1D3A5B;
  color: #1D3A5B;
  padding: 24px 37px 21px 17px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 833px) {
  .list-prize li a {
    padding: 18px 37px 15px 15px;
  }
}

.list-prize li a:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 11px;
  background: url("../img/bestbook/ico-arrow.png") no-repeat center;
}

@media screen and (min-width: 834px) {
  .list-prize li a:hover {
    opacity: 1;
    background: #1D3A5B;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .list-prize li a:hover:after {
    background: url("../image/toppointlibrary/best10/ico-next.png") no-repeat center;
  }
}

.list-prize li a .ttl {
  display: block;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
}

@media screen and (max-width: 833px) {
  .list-prize li a .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-prize li a .ttl small {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2px;
}

@media screen and (max-width: 833px) {
  .list-prize li a .ttl small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list-prize-more {
  margin-top: 30px;
}

@media screen and (max-width: 833px) {
  .list-prize-more {
    margin-top: 20px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 116px;
  border: solid 1px #1D3A5B;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.529;
  color: #1D3A5B;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: 700;
  padding: 20px 10px;
}

.btn:hover {
  background: #1D3A5B;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 833px) {
  .btn {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 20px 10px;
  }
}

.list-btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7px -15px;
}

.list-btn02 li {
  padding: 0 7px;
  width: 25%;
  margin-bottom: 15px;
}

.list-btn02 li .btn {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .list-btn02 li {
    width: 50%;
    margin-bottom: 20px;
  }
}

.list-btn02 li .btn-icon {
  display: block;
  width: 22px;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 11px;
  right: 11px;
  cursor: pointer;
}
@media screen and (max-width: 833px) {
  .list-btn02 li .btn-icon {
    width: 20px;
    height: 20px;
    bottom: 8px;
    right: 8px;
  }
}
.list-btn02 li .btn-icon:hover {
  opacity: .7;
}
.list-btn02 li .btn-icon-i {
  background-image: url(../image/common/ico-alt-round.svg);
}

.list-btn02 li .btn-pdf::before {
  content: "";
  display: block;
  width: 18px;
  height: 23px;
  background: url(../img/common/ico-pdf.png) center center no-repeat;
  background-size: contain;
  margin-left: -10px;
  margin-right: 7px;
}
@media screen and (max-width: 833px) {
  .list-btn02 li .btn-pdf {
  }
}

.box-btn {
  padding-bottom: 48px;
  margin-bottom: 50px;
  border-bottom: solid 1px #D2D3D3;
}

.box-btn .ttl-comp04 {
  margin-bottom: 20px;
}

@media screen and (max-width: 833px) {
  .box-btn .ttl-comp04 {
    margin-bottom: 25px;
  }
}

.box-btn span {
  margin-top: 19px;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

@media screen and (max-width: 833px) {
  .box-btn span {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 8px;
  }
}

.box-btn .txt-basic, .box-btn .list-books__item, .box-btn .collapsible .item .content, .collapsible .item .box-btn .content, .box-btn .pagination li a, .pagination li .box-btn a, .box-btn .pagination li span, .pagination li .box-btn span, .box-btn .list-selection--style02 .item__ttl .detail, .list-selection--style02 .item__ttl .box-btn .detail, .box-btn .list-product .item--01 a .item__content p, .list-product .item--01 a .item__content .box-btn p, .box-btn .list-product--style02 .item__des, .list-product--style02 .box-btn .item__des, .box-btn .sidebar-block02 .common-select, .sidebar-block02 .box-btn .common-select, .box-btn .sidebar-block02__box .submit, .sidebar-block02__box .box-btn .submit, .box-btn .list-voice-main .ttl small, .list-voice-main .ttl .box-btn small, .box-btn .list-news-page li .date, .list-news-page li .box-btn .date, .box-btn .list-news-page li .content, .list-news-page li .box-btn .content, .box-btn .list-lesson .item .ttl, .list-lesson .item .box-btn .ttl, .box-btn .box-dummy__login .ttl-sm, .box-dummy__login .box-btn .ttl-sm, .box-btn .txt-pickup-dummy .wrap, .txt-pickup-dummy .box-btn .wrap, .box-btn .list-library .item__body, .list-library .box-btn .item__body, .box-btn .list-talk li, .list-talk .box-btn li, .box-btn .txt-wrap-border, .box-btn .list-special-goodse .item__ttl small, .list-special-goodse .item__ttl .box-btn small, .box-btn .table-cart tbody th, .table-cart tbody .box-btn th, .box-btn .table-cart-sp02 tbody, .table-cart-sp02 .box-btn tbody, .box-btn .sub-table-sp .thead, .sub-table-sp .box-btn .thead, .box-btn .box-payment--style02 .item__link, .box-payment--style02 .box-btn .item__link, .box-btn .box-payment--style02 .list-exc, .box-payment--style02 .box-btn .list-exc, .box-btn .btn-mail {
  margin-bottom: 20px;
}

@media screen and (max-width: 833px) {
  .box-btn .txt-basic {
    margin-bottom: 25px;
  }
}

.box-btn:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.login-box {
  margin: 0 auto 20px;
  padding: 42px 44px;
  background: #e9edf5;
}

@media screen and (max-width: 833px) {
  .login-box {
    padding: 20px;
  }
}

.login-box__link {
  color: #0F0F0F;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
  margin-bottom: 30px;
  display: block;
}

@media screen and (max-width: 833px) {
  .login-box__link {
    margin-bottom: 20px;
  }
}

.login-box__text {
  color: #0F0F0F;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: -15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 833px) {
  .login-box__text {
    margin-top: -10px;
    margin-bottom: 20px;
  }
}

.login-box--register {
  padding-top: 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 833px) {
  .login-box--register {
    padding-top: 20px;
  }
}

.login-box--register .txt-basic, .login-box--register .list-books__item, .login-box--register .collapsible .item .content, .collapsible .item .login-box--register .content, .login-box--register .pagination li a, .pagination li .login-box--register a, .login-box--register .pagination li span, .pagination li .login-box--register span, .login-box--register .list-selection--style02 .item__ttl .detail, .list-selection--style02 .item__ttl .login-box--register .detail, .login-box--register .list-product .item--01 a .item__content p, .list-product .item--01 a .item__content .login-box--register p, .login-box--register .list-product--style02 .item__des, .list-product--style02 .login-box--register .item__des, .login-box--register .sidebar-block02 .common-select, .sidebar-block02 .login-box--register .common-select, .login-box--register .sidebar-block02__box .submit, .sidebar-block02__box .login-box--register .submit, .login-box--register .list-voice-main .ttl small, .list-voice-main .ttl .login-box--register small, .login-box--register .list-news-page li .date, .list-news-page li .login-box--register .date, .login-box--register .list-news-page li .content, .list-news-page li .login-box--register .content, .login-box--register .list-lesson .item .ttl, .list-lesson .item .login-box--register .ttl, .login-box--register .box-dummy__login .ttl-sm, .box-dummy__login .login-box--register .ttl-sm, .login-box--register .txt-pickup-dummy .wrap, .txt-pickup-dummy .login-box--register .wrap, .login-box--register .list-library .item__body, .list-library .login-box--register .item__body, .login-box--register .list-talk li, .list-talk .login-box--register li, .login-box--register .txt-wrap-border, .login-box--register .list-special-goodse .item__ttl small, .list-special-goodse .item__ttl .login-box--register small, .login-box--register .table-cart tbody th, .table-cart tbody .login-box--register th, .login-box--register .table-cart-sp02 tbody, .table-cart-sp02 .login-box--register tbody, .login-box--register .sub-table-sp .thead, .sub-table-sp .login-box--register .thead, .login-box--register .box-payment--style02 .item__link, .box-payment--style02 .login-box--register .item__link, .login-box--register .box-payment--style02 .list-exc, .box-payment--style02 .login-box--register .list-exc, .login-box--register .btn-mail {
  margin-bottom: 22px;
}

@media screen and (max-width: 833px) {
  .login-box--register .txt-basic, .login-box--register .list-books__item, .login-box--register .collapsible .item .content, .collapsible .item .login-box--register .content, .login-box--register .pagination li a, .pagination li .login-box--register a, .login-box--register .pagination li span, .pagination li .login-box--register span, .login-box--register .list-selection--style02 .item__ttl .detail, .list-selection--style02 .item__ttl .login-box--register .detail, .login-box--register .list-product .item--01 a .item__content p, .list-product .item--01 a .item__content .login-box--register p, .login-box--register .list-product--style02 .item__des, .list-product--style02 .login-box--register .item__des, .login-box--register .sidebar-block02 .common-select, .sidebar-block02 .login-box--register .common-select, .login-box--register .sidebar-block02__box .submit, .sidebar-block02__box .login-box--register .submit, .login-box--register .list-voice-main .ttl small, .list-voice-main .ttl .login-box--register small, .login-box--register .list-news-page li .date, .list-news-page li .login-box--register .date, .login-box--register .list-news-page li .content, .list-news-page li .login-box--register .content, .login-box--register .list-lesson .item .ttl, .list-lesson .item .login-box--register .ttl, .login-box--register .box-dummy__login .ttl-sm, .box-dummy__login .login-box--register .ttl-sm, .login-box--register .txt-pickup-dummy .wrap, .txt-pickup-dummy .login-box--register .wrap, .login-box--register .list-library .item__body, .list-library .login-box--register .item__body, .login-box--register .list-talk li, .list-talk .login-box--register li, .login-box--register .txt-wrap-border, .login-box--register .list-special-goodse .item__ttl small, .list-special-goodse .item__ttl .login-box--register small, .login-box--register .table-cart tbody th, .table-cart tbody .login-box--register th, .login-box--register .table-cart-sp02 tbody, .table-cart-sp02 .login-box--register tbody, .login-box--register .sub-table-sp .thead, .sub-table-sp .login-box--register .thead, .login-box--register .box-payment--style02 .item__link, .box-payment--style02 .login-box--register .item__link, .login-box--register .box-payment--style02 .list-exc, .box-payment--style02 .login-box--register .list-exc, .login-box--register .btn-mail {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 833px) {
  .login-box--register .btn-form {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 833px) {
  .login-box .input-form {
    margin-bottom: 20px;
  }
}


.login-box--register .box_ttl {
  color: #0F0F0F;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44;
  margin-bottom: 20px;
}

@media screen and (max-width: 833px) {
  .login-box--register .box_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.login-box--register .box_sttl {
  color: #0F0F0F;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 833px) {
  .login-box--register .box_sttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.login-box--register .box_txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 22px;
}

@media screen and (max-width: 833px) {
  .login-box--register .box_txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}


.login-page {
  max-width: 100%;
  width: 620px;
  margin: 0 auto;
}

.login-page .alert-login {
  font-size: 1.6rem;
  font-weight: 600;
  color: #f00;
  margin-bottom: 15px;
}

.input-form {
  margin-bottom: 30px;
}

.input-form--pass {
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 833px) {
  .input-form--pass {
    margin-bottom: 9px;
  }
}

.input-form--pass input::-ms-reveal {
  display: none;
}
.input-form--pass input::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

.input-form--view-pass {
  width: 40px;
  height: 40px;
  display: block;
  background: url(../img/common/icc-viewpass.png) no-repeat center/22px;
  position: absolute;
  bottom: 7px;
  right: 10px;
  cursor: pointer;
}
.input-form--view-pass.active {
  background-image: url(../img/common/icc-viewpass_off.png);
}

.input-form--rno {
  margin-bottom: 20px;
}

.input-form__ttl {
  color: #0F0F0F;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44;
  margin-bottom: 20px;
  display: block;
}

@media screen and (max-width: 833px) {
  .input-form__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.input-form__ttl .sml {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 833px) {
  .input-form__ttl .sml {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.input-form input {
  width: 100%;
  height: 54px;
  padding: 0 20px;
  color: #0F0F0F;
  font-size: 16px;
  font-size: 1.6rem;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 833px) {
  .input-form input {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.input-form input[name="email"] {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 833px) {
  .input-form input[name="email"] {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn-form {
  height: 70px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  background: #1D3A5B url(../img/login/ico-right.png) no-repeat right 20px center;
  margin-bottom: 15px;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
}

@media screen and (max-width: 833px) {
  .btn-form {
    height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn-form:last-child {
  margin-bottom: 0;
}

.btn-form:hover {
  opacity: .7;
}

.btn-form--orange {
  background-color: #FF5500;
}

.btn-form--blank {
  background: #1D3A5B url(../../img/common/ico-link-blank.png) no-repeat right 20px center/20px 20px;
}

.input-form_wrap {
  position: relative;
}
.input-form_wrap .input-form input {
  padding-right: 90px;
}
.input-form_wrap .btn-form {
  height: 100%;
  width: 70px;
  background: #1D3A5B;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 833px) {
  .input-form_wrap .btn-form {
    height: 100%;
  }
}
.alt_check_rno {
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
}
.alt_check_rno .txt {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.alt_check_rno.registered {
  color: #14ae66;
}
.alt_check_rno.notfound {
  color: #ff0101;
}
@media screen and (max-width: 833px) {
  .alt_check_rno {
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
  }
  .alt_check_rno .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.checkbox-form input {
  display: none;
}

.checkbox-form input:checked + label:after {
  display: block;
}

.checkbox-form label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0F0F0F;
  text-decoration: underline;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}

.checkbox-form label:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  border: solid 1px #0F0F0F;
}

.checkbox-form label:after {
  content: "\f00c";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
  font: normal normal normal 10px/1 FontAwesome;
  display: none;
}

.list-library {
  margin-bottom: 60px;
}

@media screen and (max-width: 833px) {
  .list-library {
    margin-bottom: 50px;
  }
}

.list-library .item {
  padding: 40px 0;
  border-bottom: 1px solid #D2D3D3;
  margin-bottom: 13px;
}

@media screen and (max-width: 833px) {
  .list-library .item {
    padding: 30px 0;
    margin-bottom: 0;
  }
}

.list-library .item:first-child {
  border-top: 1px solid #D2D3D3;
}

.list-library .item__order {
  color: #ffffff;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  width: 54px;
  height: 54px;
  background-color: #1D3A5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

@media screen and (max-width: 833px) {
  .list-library .item__order {
    width: 27px;
    height: 27px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
  }
}

.list-library .item__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media screen and (max-width: 833px) {
  .list-library .item__ttl {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
}

.list-library .item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-library .item__img {
  width: 100%;
  max-width: 36.83%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.83%;
          flex: 0 0 36.83%;
  padding-top: 3px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .list-library .item__img {
    padding-top: 0;
    margin-bottom: 20px;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.list-library .item__body {
  width: 100%;
  max-width: 63.17%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.17%;
          flex: 0 0 63.17%;
  padding-left: 26px;
}

@media screen and (max-width: 833px) {
  .list-library .item__body {
    padding-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .list-library .item__body {
    padding-left: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.list-library .item__body p {
  margin-bottom: 23px;
}

.list-library .item__body p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 833px) {
  .list-library .item__body p {
    margin-bottom: 15px;
  }
}

.list-library .item__body .btn-comp01 {
  max-width: 182px;
  margin: 0 0 0 2px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .list-library .item__body .btn-comp01 {
    margin: 0 auto;
  }
}

.list-library .item__body .btn-comp02 {
  max-width: 252px;
}

.list-talk li {
  border: 1px solid #D2D3D3;
  border-radius: 6px;
  margin-top: 13px;
  padding: 23px 25px 24px;
}

@media screen and (max-width: 833px) {
  .list-talk li {
    padding: 15px 20px;
    margin-bottom: 15px;
  }
}

.list-talk + .btn-comp01 {
  margin-top: 40px;
}

@media screen and (min-width: 834px) {
  .list-talk + .btn-comp01 {
    max-width: 448px;
  }
}

@media screen and (max-width: 833px) {
  .list-talk + .btn-comp01 {
    margin-top: 30px;
    max-width: 280px!important;
  }
}

.guide-header {
  padding-bottom: 48px;
  border-bottom: 1px solid #D2D3D3;
  margin-bottom: 44px;
}

@media screen and (max-width: 833px) {
  .guide-header {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.guide-header .btn-comp01 {
  margin: 0;
  max-width: 182px;
  font-weight: bold;
}

@media screen and (max-width: 833px) {
  .guide-header .btn-comp01 {
    margin: 0 auto;
  }
}

.guide-header .btn-comp02 {
  max-width: 252px;
}

@media screen and (max-width: 640px) {
  .scroll-sp {
    overflow-x: scroll;
  }
}

@media screen and (min-width: 834px) {
  .fs-14 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrap-steps {
  width: 100%;
  max-width: 738px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 833px) {
  .wrap-steps {
    display: none;
  }
}

.wrap-steps .list-steps02 {
  margin-bottom: 0;
}

.wrap-steps + .txt-basic, .wrap-steps + .list-books__item, .collapsible .item .wrap-steps + .content, .pagination li .wrap-steps + a, .pagination li .wrap-steps + span, .list-selection--style02 .item__ttl .wrap-steps + .detail, .list-product .item--01 a .item__content .wrap-steps + p, .list-product--style02 .wrap-steps + .item__des, .sidebar-block02 .wrap-steps + .common-select, .sidebar-block02__box .wrap-steps + .submit, .list-voice-main .ttl .wrap-steps + small, .list-news-page li .wrap-steps + .date, .list-news-page li .wrap-steps + .content, .list-lesson .item .wrap-steps + .ttl, .box-dummy__login .wrap-steps + .ttl-sm, .txt-pickup-dummy .wrap-steps + .wrap, .list-library .wrap-steps + .item__body, .list-talk .wrap-steps + li, .wrap-steps + .txt-wrap-border, .list-special-goodse .item__ttl .wrap-steps + small, .table-cart tbody .wrap-steps + th, .table-cart-sp02 .wrap-steps + tbody, .sub-table-sp .wrap-steps + .thead, .box-payment--style02 .wrap-steps + .item__link, .box-payment--style02 .wrap-steps + .list-exc, .wrap-steps + .btn-mail {
  line-height: 1.75;
  margin-bottom: 32px;
}

@media screen and (max-width: 833px) {
  .wrap-steps + .txt-basic, .wrap-steps + .list-books__item, .collapsible .item .wrap-steps + .content, .pagination li .wrap-steps + a, .pagination li .wrap-steps + span, .list-selection--style02 .item__ttl .wrap-steps + .detail, .list-product .item--01 a .item__content .wrap-steps + p, .list-product--style02 .wrap-steps + .item__des, .sidebar-block02 .wrap-steps + .common-select, .sidebar-block02__box .wrap-steps + .submit, .list-voice-main .ttl .wrap-steps + small, .list-news-page li .wrap-steps + .date, .list-news-page li .wrap-steps + .content, .list-lesson .item .wrap-steps + .ttl, .box-dummy__login .wrap-steps + .ttl-sm, .txt-pickup-dummy .wrap-steps + .wrap, .list-library .wrap-steps + .item__body, .list-talk .wrap-steps + li, .wrap-steps + .txt-wrap-border, .list-special-goodse .item__ttl .wrap-steps + small, .table-cart tbody .wrap-steps + th, .table-cart-sp02 .wrap-steps + tbody, .sub-table-sp .wrap-steps + .thead, .box-payment--style02 .wrap-steps + .item__link, .box-payment--style02 .wrap-steps + .list-exc, .wrap-steps + .btn-mail {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .wrap-steps + .txt-basic, .wrap-steps + .list-books__item, .collapsible .item .wrap-steps + .content, .pagination li .wrap-steps + a, .pagination li .wrap-steps + span, .list-selection--style02 .item__ttl .wrap-steps + .detail, .list-product .item--01 a .item__content .wrap-steps + p, .list-product--style02 .wrap-steps + .item__des, .sidebar-block02 .wrap-steps + .common-select, .sidebar-block02__box .wrap-steps + .submit, .list-voice-main .ttl .wrap-steps + small, .list-news-page li .wrap-steps + .date, .list-news-page li .wrap-steps + .content, .list-lesson .item .wrap-steps + .ttl, .box-dummy__login .wrap-steps + .ttl-sm, .txt-pickup-dummy .wrap-steps + .wrap, .list-library .wrap-steps + .item__body, .list-talk .wrap-steps + li, .wrap-steps + .txt-wrap-border, .list-special-goodse .item__ttl .wrap-steps + small, .table-cart tbody .wrap-steps + th, .table-cart-sp02 .wrap-steps + tbody, .sub-table-sp .wrap-steps + .thead, .box-payment--style02 .wrap-steps + .item__link, .box-payment--style02 .wrap-steps + .list-exc, .wrap-steps + .btn-mail {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-form__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 13px;
}

.list-form .block-form {
  margin-bottom: 20px;
}

.list-form .block-form:last-child {
  margin-bottom: 0;
}

.list-form #addTarget .block-form:last-child {
  margin-bottom: 20px;
}

.list-form__item {
  margin-bottom: 40px;
}

@media screen and (max-width: 833px) {
  .list-form__item .txt-basic {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .list-form__item {
    margin-bottom: 25px;
  }
}

.list-form__item:last-child {
  margin-bottom: 0;
}

.group-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.group-input__item {
  width: auto;
  margin-right: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group-input__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 833px) {
  .group-input__item {
    margin-bottom: 5px;
  }
  .group-input__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .group-input__item {
    width: 100%;
    margin-right: 0;
  }
}

.group-input__txt {
  margin-right: 14px;
}

.group-input__wrap {
  width: auto;
}

@media screen and (min-width: 768px) {
  .group-input__txt--35 {
    width: 35px;
    margin-right: 0;
  }
  .group-input__wrap {
    width: 177px;
  }
  .group-input__wrap--188 {
    width: 188px;
  }
  .group-input__wrap--223 {
    width: 223px;
  }
  .group-input__wrap--87 {
    width: 87px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 640px) {
  .group-input__wrap {
    width: 100%;
  }
  .group-input__txt + .group-input__wrap {
    width: calc(100% - 30px);
  }
  .group-input__txt {
    width: 30px;
    margin-right: 0;
  }
  .group-input__wrap + .group-input__txt {
    padding-left: 10px;
  }
}

.table-block--style02 {
  min-width: 500px;
}

@media screen and (max-width: 833px) {
  .table-block--style02 {
    table-layout: initial;
    min-width: 100%;
  }
}

.table-block--style02 thead tr td {
  background: #f5f5f5;
  color: #1D3A5B;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.table-block--style02 thead tr td:first-child {
  background: #f5f5f5;
  width: 220px;
  text-align: left;
}

@media screen and (max-width: 833px) {
  .table-block--style02 thead tr td {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .table-block--style02 thead tr td:nth-child(1) {
    display: none;
  }
}

@media screen and (max-width: 833px) {
  .table-block--style02 thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .table-block--style02 thead tr td {
    width: 33.33%;
    color: #ffffff;
    background: #1d3a5c;
  }
}

.table-block--style02 tbody tr td {
  font-size: 18px;
  font-size: 1.8rem;
  color: #1E1E1E;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 833px) {
  .table-block--style02 tbody tr td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.table-block--style02 tbody tr td:nth-child(1) {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  padding: 0 20px;
}

@media screen and (max-width: 833px) {
  .table-block--style02 tbody tr td:nth-child(1) {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.table-block--style02 tbody tr td.txt-orange {
  color: #FF5500;
}

@media screen and (max-width: 833px) {
  .table-block--style02 tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table-block--style02 tbody tr td {
    width: 33.33%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .table-block--style02 tbody tr td:nth-child(1) {
    width: 100%;
    background: #dee8f2;
    text-align: center;
  }
}

@media screen and (max-width: 833px) {
  .table-block--style02 tr td {
    padding: 5px 5px !important;
  }
}

.table-block--style02 tr td:nth-child(1) {
  width: 220px;
}

@media screen and (max-width: 833px) {
  .table-block--style02 tr td:nth-child(1) {
    width: 90px;
    padding: 5px 5px !important;
  }
}

.txt-border {
  text-align: center;
  padding: 20px 0;
  color: #1D3A5B;
  font-size: 16px;
  font-size: 1.6rem;
  background: #f5f5f5;
  line-height: 1.5;
  border-top: solid 1px #BFC0C0;
  width: 100%;
  border-bottom: solid 1px #BFC0C0;
  margin-bottom: 24px;
}

@media screen and (max-width: 833px) {
  .txt-border {
    padding: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-pay {
  border-bottom: solid 1px #BFC0C0;
  margin-bottom: 40px;
  padding-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 833px) {
  .list-pay {
    padding: 0 20px 20px;
  }
}

@media screen and (max-width: 640px) {
  .list-pay {
    margin-bottom: 15px;
  }
}

.list-pay img {
  display: block;
  margin: 0 auto;
  width: auto;
}

.subscription-steps--01 {
  margin-bottom: 38px;
}

@media screen and (max-width: 833px) {
  .subscription-steps--01 {
    margin-bottom: 25px;
  }
}

.subscription-steps--01 .txt-pay {
  margin-bottom: 40px;
}

.txt-pay {
  margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
  .txt-pay {
    margin-bottom: 15px;
  }
}

.txt-cart-delivery-free {
  margin-top: 20px;
  text-align: right;
}
.txt-cart-delivery-free .more {
  color: #f00;
  font-weight: 700;
}
@media screen and (max-width: 833px) {
  .txt-cart-delivery-free {
    margin-top: 15px;
  }
}

.txt-goods-delivery-free {
  margin: -20px 0 40px;
}
.txt-goods-delivery-free .more {
  color: #f00;
  font-weight: 700;
}
@media screen and (max-width: 833px) {
  .txt-goods-delivery-free {
    margin: -20px 0 34px;
  }
}

.box-cart__wrap {
  overflow-x: auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 833px) {
  .box-cart__wrap {
    margin-bottom: 25px;
  }
}

.table-wrap {
  overflow-x: auto;
  margin-bottom: 37px;
}

.input-select {
  width: 240px;
  border: solid 1px #BFC0C0;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.input-select::-ms-expand {
  display: none;
}

@media screen and (max-width: 990px) {
  .input-select {
    width: 220px;
  }
}

@media screen and (max-width: 833px) {
  .input-select {
    font-size: 12px;
    font-size: 1.2rem;
    width: 160px;
  }
}

.mac .table-block--style02 {
  table-layout: initial;
}

.block-form__txt03 {
  padding: 36px 38px;
}

@media screen and (max-width: 1200px) {
  .block-form__txt03 {
    padding: 20px;
  }
}

.block-form__tkspt {
  padding: 30px;
  margin-bottom: 30px;
}
.block-form__tkspt .tkspt_ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.block-form__tkspt .tkspt_order {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #1D3A5B;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.block-form__tkspt .tkspt_ttl .red {
  color: #f00;
}
.block-form__tkspt .tkspt_img img {
  width: 100%;
  height: auto;
}
.block-form__tkspt .tkspt_box1 {
  margin-top: 25px;
  padding: 25px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
}
.block-form__tkspt .tkspt_box1 .tkspt_txt {
  font-size: 1.4rem;
}
.block-form__tkspt .tkspt_box1 .tkspt_img {
  width: 170px;
  margin-right: 20px;
  flex-shrink: 0;
}
.block-form__tkspt .tkspt_box2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.block-form__tkspt .tkspt_box2 .tkspt_img {
  width: 165px;
  margin-left: 30px;
  flex-shrink: 0;
}
.block-form__tkspt .tkspt_send_box {
  width: 100%;
  margin-top: 15px;
  padding: 25px 30px 30px;
  background-color: #fff;
}
.block-form__tkspt .tkspt_send_box_ttl {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.block-form__tkspt .tkspt_send_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.block-form__tkspt .tkspt_send_item {
  width: calc(33.33% - 60px);
  max-width: 175px;
  margin: 0 30px;
}
.block-form__tkspt .tkspt_send_img {
  width: 100%;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,.2);
}
.block-form__tkspt .tkspt_send_name {
  margin-top: 15px;
  text-align: center;
}
.block-form__tkspt .tkspt_send_name span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background-color: #003559;
  border-radius: 3px;
}
.block-form__tkspt .tkspt_bnr {
  margin-top: 25px;
}
@media screen and (max-width: 833px) {
  .block-form__tkspt {
    padding: 20px;
    margin-bottom: 20px;
  }
  .block-form__tkspt .tkspt_ttl {
    margin-bottom: 20px;
  }
  .block-form__tkspt .tkspt_box1 {
    padding: 18px 20px;
  }
  .block-form__tkspt .tkspt_box2 .tkspt_img {
    margin-left: 20px;
  }
  .block-form__tkspt .tkspt_send_box {
    padding: 20px 10px;
  }
  .block-form__tkspt .tkspt_send_box_ttl {
    margin-bottom: 20px;
  }
  .block-form__tkspt .tkspt_send_item {
    width: calc(33.33% - 40px);
    margin: 0 20px;
  }
  .block-form__tkspt .tkspt_send_name {
    margin-top: 10px;
  }
  .block-form__tkspt .tkspt_bnr {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .block-form__tkspt .tkspt_ttl {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
  .block-form__tkspt .tkspt_order {
    width: 27px;
    height: 27px;
    margin-right: 10px;
    font-size: 1.4rem;
  }
  .block-form__tkspt .tkspt_box1 {
    margin-top: 20px;
    padding: 20px 15px;
  }
  .block-form__tkspt .tkspt_box1 {
    flex-wrap: wrap;
  }
  .block-form__tkspt .tkspt_box1 .tkspt_img {
    order: 2;
    max-width: 170px;
    margin: 15px auto 0;
  }
  .block-form__tkspt .tkspt_box2 {
    flex-wrap: wrap;
  }
  .block-form__tkspt .tkspt_box2 .tkspt_txt_wrap {
    width: 100%;
  }
  .block-form__tkspt .tkspt_box2 .tkspt_img {
    max-width: 165px;
    margin: 18px auto 0;
  }
  .block-form__tkspt .tkspt_send_box {
    margin-top: 15px;
    padding: 15px 10px;
  }
  .block-form__tkspt .tkspt_send_box_ttl {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .block-form__tkspt .tkspt_send_list {
  }
  .block-form__tkspt .tkspt_send_item {
    width: calc(33.33% - 8px);
    margin: 0 4px;
  }
  .block-form__tkspt .tkspt_send_name {
    margin-top: 7px;
  }
  .block-form__tkspt .tkspt_send_name span {
    padding: 3px 5px;
    font-size: 1rem;
  }
  .block-form__tkspt .tkspt_bnr {
    margin-top: 18px;
  }
}

.block-form__transaction {
  width: 100%;
  height: 150px;
  border: 1px solid #bfc0c0;
  border-radius: 5px;
  background-color: #fff;
  overflow-y: scroll;
}
.block-form__transaction .transaction__txt {
  padding: 30px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 833px) {
  .block-form__transaction {
    height: 165px;
    border-radius: 4px;
  }
  .block-form__transaction .transaction__txt {
    padding: 15px;
    font-size: 1.4rem;
  }
}

.subscription-head {
  margin-bottom: 44px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .subscription-head {
    margin-bottom: 25px;
  }
}

.subscription-head .ttl-comp02 {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .subscription-head .ttl-comp02 {
    text-align: center;
  }
}

@media screen and (min-width: 991px) {
  .box-left .subscription-head .ttl-comp02,
  .box-right .subscription-head .ttl-comp02 {
    text-align: left;
  }
  .box-left .subscription-head .txt-basic,
  .box-right .subscription-head .txt-basic {
    width: 100%;
  }
}

@media screen and (max-width: 833px) {
  .subscription-head .ttl-comp02 {
    margin-bottom: 25px;
  }
}

.subscription-head .txt-basic.txt-orange {
  padding-left: 0;
}

@media screen and (max-width: 833px) {
  .subscription-head .txt-basic.txt-orange {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 0;
  }
}

.subscription-head .txt-basic .red {
  color: #f00;
}

.list-item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px -30px;
}

@media screen and (max-width: 990px) {
  .list-item01 {
    margin: 0 -6px -30px;
  }
}

@media screen and (max-width: 420px) {
  .list-item01 {
    margin-left: 0;
    margin-right: 0;
  }
}

.list-item01 .item {
  width: calc(33.33% - 24px);
  margin: 0 12px 30px;
  padding: 20px 20px 20px;
  border: solid 1px #E5E5E5;
}

.list-item01 .item img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

@media screen and (max-width: 990px) {
  .list-item01 .item {
    width: calc(33.33% - 12px);
    margin: 0 6px 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 833px) {
  .list-item01 .item {
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 640px) {
  .list-item01 .item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 420px) {
  .list-item01 .item {
    width: 100%;
    margin: 0 0 30px;
  }
}

.list-item01__ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: solid 1px #E5E5E5;
  margin-bottom: 15px;
}

.list-item01__price {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .list-item01__price {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-item01__price span {
  font-size: 12px;
  font-size: 1.2rem;
  width: 50%;
  display: inline-block;
}

.list-item01__price b {
  width: 50%;
  display: inline-block;
  font-weight: 400;
  text-align: right;
}

.list-item01 .btn-comp01 {
  height: 32px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  font-size: 1.4rem;
}

.table-price {
  width: 100%;
  color: #1E1E1E;
}

.table-price tr {
  border-bottom: 1px solid #BFC0C0;
}

.table-price tr:first-child {
  border-top: 1px solid #BFC0C0;
  text-align: center;
  background: #F5F5F5;
}

.table-price tr:last-child {
  background: #E9EDF5;
}

.table-price tr:last-child td:first-child {
  text-align: right;
  font-weight: bold;
}

.table-price tr:last-child td:last-child {
  font-weight: bold;
}

.table-price tr th {
  color: #1D3A5B;
  text-align: center;
  padding: 20px 5px 21px;
}

@media screen and (max-width: 833px) {
  .table-price tr th {
    padding: 10px 5px;
  }
}

.table-price tr td {
  border-right: 2px dotted #BFC0C0;
  padding: 23px 24px;
}

@media screen and (max-width: 833px) {
  .table-price tr td {
    padding: 10px 5px;
  }
}

.table-price tr td:last-child {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  border: none;
}

@media screen and (max-width: 1200px) {
  .table-price tr td:last-child {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 833px) {
  .table-price tr td:last-child {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.table-price tr td .ttl {
  display: inline-block;
  background: #1d3b59;
  padding: 10px 20px;
  color: #fff;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.table-price tr td .ttl.mb-0 {
  margin-bottom: 0;
}

@media screen and (max-width: 833px) {
  .table-price tr td .price {
    padding: 10px 20px;
    background: #f0f0f0;
    text-align: right;
    width: 100%;
  }
}

@media screen and (max-width: 833px) {
  .table-price tr td {
    width: 100%;
    border-right: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .table-price tr td .table-price__flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 20px;
  }
  .table-price tr td .table-price__img {
    width: 30%;
    margin-bottom: 0;
  }
  .table-price tr td .table-price__info {
    width: 70%;
    padding-left: 10px;
    text-align: left;
  }
}

@media screen and (max-width: 833px) {
  .table-price tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100% !important;
  }
}

.table-price tr td td, .table-price tr td th {
  width: 73.9%;
}

@media screen and (max-width: 833px) {
  .table-price tr td td, .table-price tr td th {
    width: 70%;
  }
}

.table-price tr td td:last-child, .table-price tr td th:last-child {
  width: 26.1%;
}

@media screen and (max-width: 833px) {
  .table-price tr td td:last-child, .table-price tr td th:last-child {
    width: 30%;
  }
}

@media screen and (max-width: 833px) {
  .table-price tr.box-sp {
    padding: 20px;
    border: solid 1px #3f4c57;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .table-price tr.box-sp td:last-child {
    margin-bottom: 0;
  }
}

.table-price tr.last td:nth-child(1) {
  display: inline-block;
  background: #1d3b59;
  padding: 10px 20px;
  color: #fff;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}

.table-price tr.last td:nth-child(2) {
  background: #f0f0f0;
  text-align: right !important;
  width: 100%;
  padding: 10px 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
}

.table-price__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 833px) and (min-width: 641px) {
  .page-subscription_plus-entry_index .table-price__flex {
    text-align: left;
  }
}

@media screen and (max-width: 833px) {
  .table-price__flex {
    text-align: center;
  }
}

.table-price__img {
  width: 27%;
}

@media screen and (max-width: 833px) and (min-width: 641px) {
  .page-subscription_plus-entry_index .table-price__img {
    width: 27%;
  }
}

@media screen and (max-width: 833px) {
  .table-price__img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 10px;
  }
}

.table-price__img img {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.table-price__info {
  width: 73%;
  padding-left: 24px;
}

@media screen and (max-width: 833px) and (min-width: 641px) {
  .page-subscription_plus-entry_index .table-price__info {
    width: 73%;
    padding-left: 24px;
  }
}

@media screen and (max-width: 833px) {
  .table-price__info {
    width: 100%;
    padding-left: 0;
  }
}

.table-price__name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

@media screen and (max-width: 1200px) {
  .table-price__name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 833px) {
  .table-price__name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.table-price__content {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .table-price__content {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 833px) {
  .table-price__content {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.table-price__note {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 833px) {
  .table-price__note {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.table-price__style02 .table-price__flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.table-price__style02 .table-price__img {
  width: 142px;
}

@media screen and (max-width: 833px) {
  .table-price__style02 .table-price__img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 10px;
  }
}

.table-price__style02 .table-price__info {
  width: calc(100% - 142px);
  padding-top: 5px;
}

@media screen and (max-width: 833px) {
  .table-price__style02 .table-price__info {
    width: 100%;
    padding-left: 0;
  }
}

.table-price__style02 .table-price__info .table-price__name {
  margin-bottom: 18px;
}

@media screen and (max-width: 833px) {
  .table-price__style02 .table-price__info .table-price__name {
    margin-bottom: 5px;
  }
}

.table-price__style02 .table-price__info .table-price__content {
  line-height: 1.4;
}

@media screen and (max-width: 833px) {
  .table-price__style02 .table-price__info .table-price__content {
    line-height: 1.5;
  }
}

.table-price__style02 tr td, .table-price__style02 tr th {
  width: calc(100% - 29.76%);
}

@media screen and (max-width: 833px) {
  .table-price__style02 tr td, .table-price__style02 tr th {
    width: 70%;
  }
}

.table-price__style02 tr td:last-child, .table-price__style02 tr th:last-child {
  width: 29.76%;
}

@media screen and (max-width: 833px) {
  .table-price__style02 tr td:last-child, .table-price__style02 tr th:last-child {
    width: 30%;
  }
}

.table-price__style02 tr td {
  padding: 40px;
}

@media screen and (max-width: 833px) {
  .table-price__style02 tr td {
    padding: 10px 5px;
  }
}

.table-price__style02 tr:last-of-type td {
  padding: 20px 40px;
}

@media screen and (max-width: 833px) {
  .table-price__style02 tr:last-of-type td {
    padding: 10px 5px;
  }
}

.table-price__style02 tr:last-of-type td:first-of-type {
  font-size: 16px;
  font-size: 1.6rem;
}

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

.box-product > * {
  padding: 0 20px;
}

.box-product__img {
  width: 52%;
}

@media screen and (max-width: 833px) {
  .box-product__img {
    width: 100%;
    margin-bottom: 37px;
    padding: 0 34px;
  }
}

.box-product__img img {
  display: block;
  width: 100%;
}

.box-product__img__for {
  margin-bottom: 8px;
}

@media screen and (max-width: 833px) {
  .box-product__img__for {
    margin-bottom: 11px;
  }
}

.box-product__img__nav li {
  cursor: pointer;
  padding: 0 5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.box-product__img__nav li:hover {
  opacity: .7;
}

.box-product__img__nav .slick-list {
  margin: 0 -5px;
}

.box-product__content {
  width: 48%;
  padding-top: 4px;
}

@media screen and (max-width: 833px) {
  .box-product__content {
    width: 100%;
    padding-top: 0;
  }
}

.box-product__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  padding-bottom: 24px;
  border-bottom: solid 1px #C9CACA;
  margin-bottom: 30px;
  font-weight: 700;
}

@media screen and (max-width: 833px) {
  .box-product__ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 640px) {
  .box-product__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.box-product__price {
  padding-bottom: 30px;
  border-bottom: solid 1px #C9CACA;
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 833px) {
  .box-product__price {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
}

.box-product__price span {
  display: inline-block;
  padding: 5px 14px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #efefef;
}

@media screen and (max-width: 833px) {
  .box-product__price span {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3px 8px;
  }
}

.box-product__option {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 30px;
  border-bottom: solid 1px #C9CACA;
  margin-bottom: 38px;
  font-weight: bold;
}

@media screen and (max-width: 833px) {
  .box-product__option {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 13px;
    margin-bottom: 30px;
  }
}

.box-product__option span {
  margin-right: 17px;
}

@media screen and (max-width: 833px) {
  .box-product__option span {
    margin-right: 14px;
  }
}

.box-product__option select {
  width: 75px;
  height: 45px;
  border: solid 1px #C9CACA;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 22px;
}

.box-product__option select::-ms-expand {
  display: none;
}

@media screen and (max-width: 833px) {
  .box-product__option select {
    font-size: 12px;
    font-size: 1.2rem;
    width: 45px;
    height: 27px;
    padding: 0 13px;
    background-size: 4px auto;
    background-position: right 8px center;
  }
}

.box-product .btn-comp01 {
  margin: 0 0 40px 0;
  width: 100%;
  max-width: 100%;
  height: 68px;
}

@media screen and (max-width: 833px) {
  .box-product .btn-comp01 {
    margin: 0 0 34px;
    width: 100%;
    max-width: 100%!important;
  }
}

.box-product__detail {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
  font-weight: bold;
}

.box-product__detail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #c9caca;
}

.box-product__detail span {
  display: inline-block;
  padding-right: 10px;
  background: #ffffff;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 833px) {
  .box-product__detail span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 833px) {
  .box-product .txt-basic, .box-product .list-books__item, .box-product .collapsible .item .content, .collapsible .item .box-product .content, .box-product .pagination li a, .pagination li .box-product a, .box-product .pagination li span, .pagination li .box-product span, .box-product .list-selection--style02 .item__ttl .detail, .list-selection--style02 .item__ttl .box-product .detail, .box-product .list-product .item--01 a .item__content p, .list-product .item--01 a .item__content .box-product p, .box-product .list-product--style02 .item__des, .list-product--style02 .box-product .item__des, .box-product .sidebar-block02 .common-select, .sidebar-block02 .box-product .common-select, .box-product .sidebar-block02__box .submit, .sidebar-block02__box .box-product .submit, .box-product .list-voice-main .ttl small, .list-voice-main .ttl .box-product small, .box-product .list-news-page li .date, .list-news-page li .box-product .date, .box-product .list-news-page li .content, .list-news-page li .box-product .content, .box-product .list-lesson .item .ttl, .list-lesson .item .box-product .ttl, .box-product .box-dummy__login .ttl-sm, .box-dummy__login .box-product .ttl-sm, .box-product .txt-pickup-dummy .wrap, .txt-pickup-dummy .box-product .wrap, .box-product .list-library .item__body, .list-library .box-product .item__body, .box-product .list-talk li, .list-talk .box-product li, .box-product .txt-wrap-border, .box-product .list-special-goodse .item__ttl small, .list-special-goodse .item__ttl .box-product small, .box-product .table-cart tbody th, .table-cart tbody .box-product th, .box-product .table-cart-sp02 tbody, .table-cart-sp02 .box-product tbody, .box-product .sub-table-sp .thead, .sub-table-sp .box-product .thead, .box-product .box-payment--style02 .item__link, .box-payment--style02 .box-product .item__link, .box-product .box-payment--style02 .list-exc, .box-payment--style02 .box-product .list-exc, .box-product .btn-mail {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.slick-slide:hover, .slick-slide:focus {
  outline: 0;
  border: 0;
}

.txt-wrap-border {
  border: 1px solid #E9EDF5;
  padding: 22px 23px 17px;
  margin-bottom: 42px;
}

@media screen and (max-width: 833px) {
  .txt-wrap-border {
    padding: 15px;
    margin-bottom: 50px;
  }
}

.list-special-goodse .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 46px;
}

@media screen and (max-width: 833px) {
  .list-special-goodse .item {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 420px) {
  .list-special-goodse .item {
    border-bottom: solid 1px #E5E5E5;
  }
}

.list-special-goodse .item:last-child {
  margin-bottom: 2px;
}

@media screen and (max-width: 833px) {
  .list-special-goodse .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
}

.list-special-goodse .item__img {
  width: 100%;
  max-width: 17.26%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.26%;
          flex: 0 0 17.26%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .list-special-goodse .item__img {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 30px;
  }
}

.list-special-goodse .item__body {
  width: 100%;
  max-width: 82.74%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82.74%;
          flex: 0 0 82.74%;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 640px) {
  .list-special-goodse .item__body {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
}

.list-special-goodse .item__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 5px;
  margin-bottom: 20px;
}

@media screen and (max-width: 833px) {
  .list-special-goodse .item__head {
    padding-left: 0;
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
}

.list-special-goodse .item__order {
  background-color: #1D3A5B;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71;
  padding: 2px 9px;
  margin-right: 10px;
  color: #FFFFFF;
}

@media screen and (max-width: 833px) {
  .list-special-goodse .item__order {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 3px 8px 1px;
  }
}

.list-special-goodse .item__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 1px;
}

@media screen and (max-width: 833px) {
  .list-special-goodse .item__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-top: 0;
  }
}

.list-special-goodse .item__ttl small {
  margin-top: 4px;
  display: block;
  font-weight: 400;
}

.list-special-goodse .item__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 420px) {
  .list-special-goodse .item__bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-special-goodse .item__wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 3px;
}

@media screen and (max-width: 833px) {
  .list-special-goodse .item__wrap {
    padding: 10px 0;
  }
}

@media screen and (max-width: 420px) {
  .list-special-goodse .item__wrap {
    width: 100%;
    margin-right: 0;
    border-bottom: none;
    padding: 15px 0;
  }
}

.list-special-goodse .item__price {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71;
  margin-right: 16px;
  display: block;
  padding: 5px 0;
}

@media screen and (max-width: 833px) {
  .list-special-goodse .item__price {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-right: 10px;
  }
}

.list-special-goodse .item__special-price {
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: #f00;
  padding: 5px 0;
}

@media screen and (max-width: 833px) {
  .list-special-goodse .item__special-price {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 834px) {
  .list-special-goodse .item__special-price small {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 5px;
  }
}

.list-special-goodse .item__special-price:before {
  content: '';
  width: 17px;
  height: 17px;
  background: url("../img/special-goodse/ico-next.png") no-repeat center;
  margin-right: 12px;
  display: inline-block;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

@media screen and (max-width: 833px) {
  .list-special-goodse .item__special-price:before {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
    background-size: contain;
  }
}

.list-special-goodse .item__btn {
  color: #FFFFFF;
  background-color: #FF5500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 19px 32px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71;
}

@media screen and (max-width: 833px) {
  .list-special-goodse .item__btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 15px 20px;
  }
}

@media screen and (max-width: 420px) {
  .list-special-goodse .item__btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.list-special-goodse .item__btn img {
  margin-right: 6px;
}

@media screen and (max-width: 833px) {
  .list-special-goodse .item__btn img {
    max-width: 18px;
  }
}

.box-read-later {
  padding: 6px 30px;
  margin-bottom: 37px;
  background-color: #E9EDF5;
}

@media screen and (max-width: 833px) {
  .box-read-later {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .box-read-later {
    padding: 0 20px;
  }
}

.box-read-later .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .box-read-later .item {
    padding: 20px 0 10px;
  }
}

.box-read-later .item:not(:last-child) {
  border-bottom: 1px solid #F5F8FA;
}

.box-read-later .item__label {
  width: 100%;
  max-width: 19.66%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.66%;
          flex: 0 0 19.66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D3A5B;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  padding: 13px 30px 13px 0;
}

@media screen and (max-width: 833px) {
  .box-read-later .item__label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .box-read-later .item__label {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 0 5px 0;
  }
}

.box-read-later .item__body {
  width: 100%;
  max-width: 80.34%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80.34%;
          flex: 0 0 80.34%;
  padding: 13px 0;
}

@media screen and (max-width: 640px) {
  .box-read-later .item__body {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 5px 0;
  }
}

.box-read-later .item__link {
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  padding: 6px 0;
  display: inline-block;
}

@media screen and (max-width: 833px) {
  .box-read-later .item__link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-read-later .item__link:not(:last-child):after {
  content: '';
  width: 14px;
  height: 14px;
  background: url("../img/mypage/read-liste/ico-dash_1.png") no-repeat center;
  display: inline-block;
  margin: 0 14px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

@media screen and (max-width: 833px) {
  .box-read-later .item__link:not(:last-child):after {
    width: 11px;
    height: 11px;
    margin: 0 10px;
  }
}

.box-read-later .item__link--active {
  font-weight: 700;
}

.box-read-later .item__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 0;
}

@media screen and (max-width: 640px) {
  .box-read-later .item__search {
    padding: 5px 0;
  }
}

.box-read-later .item__search > input {
  width: 100%;
  border-radius: 3px;
  padding: 12px 15px;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
}

.box-read-later .item__search > input::-webkit-input-placeholder, .box-read-later .item__search > input::-moz-placeholder, .box-read-later .item__search > input:-ms-input-placeholder, .box-read-later .item__search > input:-moz-placeholder {
  color: #BFC0C0;
}

@media screen and (max-width: 833px) {
  .box-read-later .item__search > input {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.box-read-later .item__search > a {
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box-read-later .item__select {
  width: 100%;
  border-radius: 3px;
  padding: 12px 15px;
  margin: 9px 0 6px;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  background-color: #fff;
}

.box-read-later .item__select::-ms-expand {
  display: none;
}

@media screen and (max-width: 833px) {
  .box-read-later .item__select {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  .box-read-later .item__select {
    margin: 5px 0 10px;
  }
}

.choose-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}

.choose-remove > a {
  min-width: 89px;
  border: 1px solid #ABABAC;
  border-radius: 999px;
  padding: 9px 22px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0F0F0F;
  margin-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 833px) {
  .choose-remove > a {
    min-width: 80px;
    padding: 7px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.choose-remove > a.active {
  border-color: #1D3A5B;
  background-color: #1D3A5B;
  color: #FFFFFF;
}

.choose-remove > a.active svg {
  fill: #FFFFFF;
}

.choose-remove > a svg {
  margin-right: 4px;
  width: 11px;
  height: 13.2px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}

.page-maintenance {
  margin: 0;
  padding: 0;
  position: relative;
  min-height: calc(100vh - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .page-maintenance {
    height: calc(100vh - 70px);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 833px) {
  .page-maintenance {
    height: calc(100vh - 47px);
  }
}

@media screen and (max-width: 833px) {
  .page-maintenance {
    min-height: calc(100vh - 47px);
  }
}

.maintenance {
  padding: 20px 0;
}

.maintenance__ttl {
  text-align: center;
  border-bottom: solid 1px #1D3A5B;
  margin-bottom: 50px;
  padding: 0 20px 60px;
}

@media screen and (max-width: 833px) {
  .maintenance__ttl {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.maintenance__ttl img {
  width: 100%;
  max-width: 345px;
}

.maintenance .block-head {
  padding-bottom: 50px;
  border-bottom: solid 1px #1D3A5B;
  margin-bottom: 53px;
}

@media screen and (max-width: 833px) {
  .maintenance .block-head {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.maintenance .block-head .block-head__ttl {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.875;
  color: #1D3A5B;
  margin-bottom: 8px;
}

@media screen and (max-width: 833px) {
  .maintenance .block-head .block-head__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.maintenance .block-head .txt-basic {
  line-height: 1.8125;
}

.maintenance__contact {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

.maintenance__contact li {
  list-style: none;
}

.maintenance__contact li:first-child {
  font-weight: bold;
}

@media screen and (max-width: 833px) {
  .maintenance__contact {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-form__tt2 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  color: #f00;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.list-form__tt2 img {
  margin-right: 5px;
}

@media screen and (max-width: 833px) {
  .list-form__tt2 {
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.list-form__tt2--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-form__item--delivery .block-form__wrap {
  margin-bottom: 20px;
  margin-right: -20px;
  padding-right: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
}
.block-form__item--delivery .block-form__wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.block-form__item--delivery .block-input__ttl {
  margin-bottom: 5px;
  font-weight: 700;
}
@media screen and (max-width: 833px) {
  .block-form__item--delivery .block-form__wrap {
    margin-bottom: 15px;
    padding-bottom: 12px;
    margin-right: 0;
    padding-right: 0;
  }
}

.block-form__item--multiselect .txt-head {
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
  margin-bottom: 24px;
  font-weight: bold;
}

.block-form__item--multiselect .lbl-radio {
  display: block;
  margin-bottom: 16px;
}

@media screen and (max-width: 833px) {
  .block-form__item--multiselect .lbl-radio {
    margin-right: 0;
  }
}

.block-form__item--multiselect .block-form__wrap--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 833px) {
  .block-form__item--multiselect .block-form__wrap--bottom {
    display: block;
    margin-top: 0;
  }
}

.block-form__item--multiselect .block-form__wrap--bottom .lbl-radio {
  margin-right: 0;
  width: 97px;
  margin-bottom: 0;
}

@media screen and (max-width: 833px) {
  .block-form__item--multiselect .block-form__wrap--bottom .block-form__input {
    display: none;
    margin-top: 10px;
    margin-left: 23px;
    width: calc(100% - 23px);
  }
  .block-form__item--multiselect .block-form__wrap--bottom .block-form__input.active {
    display: block;
  }
}

@media screen and (max-width: 833px) {
  .block-form__item--multiselect .block-form__wrap--bottom .lbl-radio {
    display: block;
  }
}

.block-form__item--multiselect .block-form__txt--small small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}

.box-procedure {
  border: 1px solid #f00;
  padding: 13px 30px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 833px) {
  .box-procedure {
    padding: 8px 20px 9px;
    margin-bottom: 25px;
  }
}

.box-procedure .txt-orange {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #f00;
  padding-left: 30px;
  background: url("../image/common/ico-danger.svg") no-repeat center left;
  background-size: 25px 20px;
  margin: 7px 0;
  text-align: left;
  line-height: 1.5;
}

@media screen and (max-width: 833px) {
  .box-procedure .txt-orange {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 25px;
    background-size: 20px 16px;
    background-position: top 3px left;
  }
}

.box-procedure .btn-comp01 {
  max-width: 220px;
  height: 40px;
  margin: 7px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 833px) {
  .box-procedure .btn-comp01 {
    margin: 7px auto;
  }
}

.box-procedure .btn-comp01::after {
  content: none;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ttl-shipping {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 22px;
}

@media screen and (max-width: 833px) {
  .ttl-shipping {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.box-shipping {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 53px;
}

@media screen and (max-width: 833px) {
  .box-shipping {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 640px) {
  .box-shipping {
    margin-bottom: 25px;
  }
}

.wp-shipping {
  margin-bottom: 32px;
}

@media screen and (max-width: 833px) {
  .wp-shipping {
    margin-bottom: 20px;
  }
}

.table-shipping tr td {
  width: calc(100% - 183px);
  padding: 28px 10px 29px 25px;
  color: #0F0F0F;
}

@media screen and (max-width: 833px) {
  .table-shipping tr td {
    width: 65%;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px;
    word-break: break-all;
  }
}

@media screen and (max-width: 374px) {
  .table-shipping tr td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.table-shipping tr td:first-of-type {
  width: 183px;
  color: #0F0F0F;
}

@media screen and (max-width: 833px) {
  .table-shipping tr td:first-of-type {
    width: 35%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 833px) {
  .content-block .list-link-shipping {
    margin-top: 20px;
  }
}

.list-link-shipping li {
  padding-left: 0 !important;
  text-indent: unset !important;
}

.list-link-shipping li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: underline;
  display: block;
  position: relative;
  padding-left: 20px;
  background: url("../img/mypage/information/ico-right.png") no-repeat top 5px left;
  background-size: 15px;
  margin-bottom: 6px;
}

@media screen and (max-width: 833px) {
  .list-link-shipping li a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.list-form__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 833px) {
  .list-form__ttl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 330px) {
  .list-form__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-form__ttl span, .list-form__ttl a {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 6px 13px;
  color: #0F0F0F;
  border: solid 1px #ABABAC;
}

@media screen and (max-width: 833px) {
  .list-form__ttl span, .list-form__ttl a {
    width: 105px;
    padding: 3px 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 330px) {
  .list-form__ttl span, .list-form__ttl a {
    font-size: 11px;
    font-size: 1.1rem;
    width: 90px;
  }
}

.list-form + .txt-basic {
  margin-top: 32px;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .list-form + .txt-basic {
    margin-top: 25px;
    font-size: 1.4rem;
  }
}

.ttl-link {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 34px;
}

.ttl-link img {
  margin-right: 5px;
  margin-top: 3px;
}

.ttl-link a {
  color: #0F0F0F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: underline;
}

@media screen and (max-width: 833px) {
  .ttl-link {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .ttl-link {
    margin-bottom: 25px;
  }
}

.box-orange {
  padding: 16px 30px;
  color: #ff5500;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 34px;
  border: solid 1px;
  text-align: center;
}

@media screen and (max-width: 833px) {
  .box-orange {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 640px) {
  .box-orange {
    text-align: left;
  }
}

.box-red {
  padding: 16px 30px;
  color: #f00;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 34px;
  border: 1px solid #f00;
  text-align: center;
}

@media screen and (max-width: 833px) {
  .box-red {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 640px) {
  .box-red {
    text-align: left;
  }
}

.box-contract-details {
  margin-bottom: 30px;
}

@media screen and (max-width: 833px) {
  .box-contract-details {
    margin-bottom: 20px;
  }
}

.box-contract-details__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 833px) {
  .box-contract-details__ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.box-contract-details__content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 15px;
}

@media screen and (max-width: 833px) {
  .box-contract-details__content {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.box-contract-details .btn-comp01 {
  max-width: 154px;
  height: 34px;
  margin-left: 0;
  margin-right: auto;
  font-size: 14px;
  font-size: 1.4rem;
}

.box-contract-details .btn-comp01:after {
  content: '';
  display: block;
  width: 12px;
  height: 9px;
  background: url("../img/mypage/index/ico-right.png") no-repeat center;
  background-size: cover;
  right: 10px;
}

.box-benefit {
  background: #F5F5F5;
  border-top: 1px solid #BFC0C0;
  border-bottom: 1px solid #BFC0C0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1D3A5B;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 30px;
}

.box-benefit small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

.box-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #BFC0C0;
}

@media screen and (max-width: 420px) {
  .box-period {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.box-period .img {
  max-width: 188px;
  width: 100%;
  margin-right: 15px;
}

@media screen and (max-width: 833px) {
  .box-period .img {
    max-width: none;
    width: 30%;
  }
}

.box-period .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 833px) {
  .box-period .ttl {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.table-cart {
  width: 100%;
  color: #1E1E1E;
}

.table-cart thead {
  background-color: #F5F5F5;
}

.table-cart thead tr {
  border-top: 1px solid #BFC0C0;
}

.table-cart thead th {
  text-align: center;
  color: #1D3A5B;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 21px 10px;
}

@media screen and (max-width: 833px) {
  .table-cart thead th {
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .table-cart thead th {
    padding: 15px 5px;
  }
}

.table-cart tbody th {
  padding: 24px;
  width: 65.17%;
}

@media screen and (max-width: 833px) {
  .table-cart tbody th {
    padding: 15px;
  }
}

@media screen and (max-width: 640px) {
  .table-cart tbody th {
    width: 59%;
  }
  .table-cart tbody tr:last-child th {
    padding: 15px 5px;
  }
}

.table-cart tbody th .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 0 2px;
  font-weight: normal;
}

@media screen and (max-width: 833px) {
  .table-cart tbody th .item {
    padding: 0;
  }
}

.table-cart tbody th .item__img {
  width: 18.775%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}

@media screen and (max-width: 833px) {
  .table-cart tbody th .item__img {
    min-width: 50px;
    margin-right: 10px;
  }
}

.table-cart tbody th .item__ttl {
  font-weight: bold;
  padding-bottom: 5px;
  color: #0F0F0F;
}

@media screen and (max-width: 833px) {
  .table-cart tbody th .item__ttl {
    padding-bottom: 0;
  }
}

.table-cart tbody th .item__remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  border: 1px solid #ABABAC;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(whitesmoke));
  background: -o-linear-gradient(top, #fbfbfb 0%, whitesmoke 100%);
  background: linear-gradient(to bottom, #fbfbfb 0%, whitesmoke 100%);
  font-size: 15px;
  font-size: 1.5rem;
  padding: 6px 10px 5px 11px;
  border-radius: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 400;
}

@media screen and (max-width: 833px) {
  .table-cart tbody th .item__remove {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3px 5px 2px;
  }
}

.table-cart tbody th .item__remove img {
  margin-left: 5px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 833px) {
  .table-cart tbody th .item__remove img {
    max-width: 10px;
  }
}

.table-cart tbody td {
  width: 14.23%;
  border-left: 1px dotted #BFC0C0;
  text-align: center;
  padding: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 833px) {
  .table-cart tbody td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  .table-cart tbody td {
    width: 15%;
    padding: 0;
  }
}

.table-cart tbody td:last-child {
  width: 20.6%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33;
}

@media screen and (max-width: 833px) {
  .table-cart tbody td:last-child {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .table-cart tbody td:last-child {
    width: 26%;
  }
}

.table-cart tbody tr {
  border-top: 1px solid #BFC0C0;
}

.table-cart tbody tr:last-child {
  background-color: #E9EDF5;
  border-bottom: 1px solid #BFC0C0;
}

.table-cart tbody tr:last-child th, .table-cart tbody tr:last-child td {
  font-weight: bold;
}

.table-cart tbody tr:last-child th {
  text-align: right;
}

.table-cart tbody select {
  border: 1px solid #ABABAC;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 16px;
  width: 57px;
  height: 40px;
}

.table-cart tbody select::-ms-expand {
  display: none;
}

@media screen and (max-width: 833px) {
  .table-cart tbody select {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 4px 14px 4px 11px;
    width: 40px;
    height: 30px;
    background-size: 14px;
    background-position-x: 110%;
  }
}

.table-cart tbody th.delivery {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .table-cart--style02 thead th {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.table-cart--style02 tbody th {
  width: 48.11%;
  padding: 24px 22px 24px 24px;
}

@media screen and (max-width: 833px) {
  .table-cart--style02 tbody th {
    padding: 15px;
  }
}

@media screen and (max-width: 640px) {
  .table-cart--style02 tbody th {
    padding: 10px;
    width: 40%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  .table-cart--style02 tbody th .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.table-cart--style02 tbody th .item__ttl {
  padding-right: 10px;
}

@media screen and (max-width: 640px) {
  .table-cart--style02 tbody th .item__ttl {
    padding-right: 0;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.table-cart--style02 tbody th .item__img {
  width: 26.175%;
}

@media screen and (max-width: 640px) {
  .table-cart--style02 tbody th .item__img {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .table-cart--style02 tbody th .item__remove {
    padding: 2px 5px 1px;
    margin-left: 0;
    line-height: 1.2;
  }
}

.table-cart--style02 tbody td:nth-child(2) {
  width: 17.05%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33;
}

@media screen and (max-width: 833px) {
  .table-cart--style02 tbody td:nth-child(2) {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .table-cart--style02 tbody td:nth-child(2) {
    width: 20%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.table-cart--style02 tbody td:nth-child(3) {
  width: 14.23%;
}

@media screen and (max-width: 640px) {
  .table-cart--style02 tbody td:nth-child(3) {
    width: 20%;
  }
}

.table-cart--style02 tbody td:last-child {
  width: 20.61%;
}

@media screen and (max-width: 640px) {
  .table-cart--style02 tbody td:last-child {
    font-size: 12px;
    font-size: 1.2rem;
    width: 20%;
  }
}

@media screen and (max-width: 833px) {
  .table-cart--style02 tbody tr:last-child th {
    text-align: left;
  }
}

@media screen and (max-width: 833px) {
  .table-cart--style03 {
    display: none;
  }
}

.table-cart--style03 tbody th {
  width: 18.70%;
  background-color: #E9EDF5;
  color: #1D3A5B;
  font-weight: bold;
  padding: 19px 25px;
}

.table-cart--style03 tbody td {
  width: 27.1%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33;
  padding: 19px 5px;
  border-left: none;
}

.table-cart--style03 tbody td strong {
  color: #FF5500;
  padding: 3px 0;
  display: inline-block;
}

.table-cart--style03 tbody td:last-child {
  width: 27.1%;
}

.table-cart--style03 tbody tr:last-child {
  background-color: transparent;
}

.table-cart--style03 tbody tr:last-child th {
  text-align: left;
}

.table-cart--style04 {
  margin-bottom: 50px;
}

@media screen and (min-width: 641px) {
  .page-subscription_plus-entry_index .table-cart--style04 {
    display: inherit;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 833px) {
  .table-cart--style04 {
    display: none;
  }
}

.table-cart--style04 tbody th {
  width: 70.11%;
  padding: 17px 34px;
}

.table-cart--style04 tbody th .item__img {
  width: 29.502%;
  margin-right: 0;
}

.table-cart--style04 tbody th .item__body {
  padding-left: 15px;
  padding-top: 5px;
  width: 70.498%;
}

.table-cart--style04 tbody th .item__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.09;
  font-weight: bold;
  padding-bottom: 15px;
}

.table-cart--style04 tbody th .item__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.table-cart--style04 tbody th .item__time span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33;
  margin-right: 2px;
}

.table-cart--style04 tbody th .item__time select {
  padding: 9px 23px 11px 16px;
  width: 100%;
  max-width: 240px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .table-cart--style04 tbody th .item__time select {
    padding: 11px 23px 11px 16px;
  }
}

.table-cart--style04 tbody td:last-child {
  width: 29.89%;
}

.table-cart--style04 tbody tr:last-child th {
  padding: 22px 57px;
}

.table-cart--style04 tbody tr:last-child td {
  padding: 0 5px;
}

@media screen and (min-width: 834px) {
  .table-cart--style04 + .list-btn--fix .list-btn__item {
    width: 46.5%;
  }
}

@media screen and (min-width: 834px) {
  .table-cart--style04.fix-width tbody th {
    width: 67.8%;
  }
}

@media screen and (min-width: 834px) {
  .table-cart--style04.fix-width tbody td:last-child {
    width: 32.2%;
  }
}

.table-cart--style04 .txt-small {
  font-size: 14px;
  font-size: 1.4rem;
}

.table-cart--style04 .txt-small.txt-small--ti {
  text-indent: -1em;
  padding-left: 1em;
}

.table-cart--style05 tbody th {
  width: 20.33%;
}

.table-cart--style05 tbody td {
  width: 26.55%;
}

.table-cart--style05 tbody td:last-child {
  width: 26.55%;
}

.table-cart--style06 tbody th {
  width: 73.7%;
}

.table-cart--style06 tbody th .item__img {
  width: 30.502%;
}

.table-cart--style06 tbody th .item__body {
  width: 69.498%;
}

.table-cart--style06 tbody td:last-child {
  width: 26.3%;
}

.table-cart--style06 tbody tr:last-child th {
  padding: 22px 37px;
}

.table-cart-sp {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 834px) {
  .table-cart-sp {
    display: none;
  }
}

.table-cart-sp thead th {
  text-align: center;
  background-color: #1D3A5B;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.18;
  color: #FFFFFF;
  border-right: 1px solid #D7DEEE;
  padding: 8px;
}

.table-cart-sp thead th:last-child {
  border-right: none;
}

.table-cart-sp tbody tr th {
  text-align: center;
  color: #1D3A5B;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #DEE8F2;
  padding: 5px;
}

.table-cart-sp tbody tr td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 7px;
  border-bottom: 1px solid #1D3A5B;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .table-cart-sp tbody tr td {
    border-bottom-width: 2px;
  }
}

.table-cart-sp tbody tr th, .table-cart-sp tbody tr td {
  width: 33.3333%;
  position: relative;
}

.table-cart-sp tbody tr th:before, .table-cart-sp tbody tr td:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #d7deee;
}

.table-cart-sp tbody tr th:last-child:before, .table-cart-sp tbody tr td:last-child:before {
  display: none;
}

.table-cart-sp tbody tr strong {
  color: #FF5500;
  font-size: 14px;
  font-size: 1.4rem;
}

.table-cart-sp tbody tr strong small {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  .table-cart-sp tbody tr strong {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .table-cart-sp tbody tr strong small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 833px) {
  .table-cart-sp + .txt-basic.sp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .table-cart-sp tbody tr:last-child td {
    border-bottom-width: 1px;
  }
}

.table-cart-sp02 {
  margin-bottom: 17px;
  width: 100%;
}

@media screen and (min-width: 641px) {
  .page-subscription_plus-entry_index .table-cart-sp02 {
    display: none;
  }
}

@media screen and (min-width: 834px) {
  .table-cart-sp02 {
    display: none;
  }
}

.table-cart-sp02 tbody {
  padding: 11px 9px 12px 10px;
  border: 1px solid #1D3A5B;
  display: block;
}

.table-cart-sp02 th {
  width: 100%;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.16;
  padding: 8px 7px;
  background-color: #1D3A5B;
  display: block;
}

.table-cart-sp02 td {
  width: 100%;
  padding: 11px 7px 13px;
  display: block;
}

.table-cart-sp02 td .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-cart-sp02 td .item__img {
  width: 100%;
  max-width: 31.84%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.84%;
          flex: 0 0 31.84%;
  text-align: center;
}

.table-cart-sp02 td .item__img img {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.table-cart-sp02 td .item__body {
  width: 100%;
  max-width: 68.16%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68.16%;
          flex: 0 0 68.16%;
  padding: 4px 0 0 12px;
}

.table-cart-sp02 td .item__ttl {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.table-cart-sp02 td .item__time span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
  margin-bottom: 8px;
}

.table-cart-sp02 td .item__time select {
  margin-bottom: 10px;
  border: 1px solid #ABABAC;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 11px;
  width: 100%;
  background-size: 14px;
  max-width: 300px;
}

.table-cart-sp02 td .item__time select::-ms-expand {
  display: none;
}

.table-cart-sp02 td .item__time .txt-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.table-cart-sp02 td .item__time .txt-small.txt-small--ti {
  text-indent: -1em;
  padding-left: 1em;
}

.table-cart-sp02 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.table-cart-sp02 tr:not(:first-child) td {
  text-align: right;
}

.table-cart-sp02 tr:last-child td {
  background-color: #F0F0F0;
  padding: 9px 7px 8px;
}

.sub-table-sp {
  margin-bottom: 31px;
}

@media screen and (min-width: 641px) {
  .page-subscription_plus-entry_index .sub-table-sp {
    display: none;
  }
}

@media screen and (min-width: 834px) {
  .sub-table-sp {
    display: none;
  }
}

.sub-table-sp.mb-0 {
  margin-bottom: 0;
}

.sub-table-sp .thead {
  font-weight: bold;
  background-color: #1D3A5B;
  padding: 10px;
  color: #FFFFFF;
}

.sub-table-sp .tbody {
  background-color: #E9EDF5;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px;
}

.box-bene {
  margin-bottom: 51px;
}

@media screen and (max-width: 833px) {
  .box-bene {
    margin-bottom: 0;
  }
}

.box-bene__ttl {
  background-color: #F5F5F5;
  border-top: 1px solid #BFC0C0;
  border-bottom: 1px solid #BFC0C0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 21px 10px 17px;
  color: #1D3A5B;
}

@media screen and (max-width: 833px) {
  .box-bene__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 10px 0;
  }
}

.box-bene__ttl small {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
  display: block;
}

@media screen and (max-width: 833px) {
  .box-bene__ttl small {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.box-bene__body {
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  border-bottom: 1px solid #BFC0C0;
}

@media screen and (max-width: 833px) {
  .box-bene__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0 0;
    border-bottom: none;
  }
}

.box-bene__body .item {
  width: calc(50% - 30px);
  margin: 0 15px;
  text-align: center;
  padding: 30px 10px;
  border: 1px solid #bfc0c0;
  border-radius: 6px;
  cursor: pointer;
}

.box-bene__body .lbl-radio__input:checked + .item {
  border: 2px solid #003559;
  background-color: #e9edf5;
}

@media screen and (max-width: 833px) {
  .box-bene__body .item {
    width: 100%;
    margin: 0;
    padding: 20px 10px;
  }
  .box-bene__body .item:not(:last-child) {
    margin-bottom: 20px;
  }
}


.box-bene__body .item__img {
  height: 140px;
  width: 100%;
  text-align: center;
  margin-bottom: 18px;
}

.box-bene__body .item__img img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 833px) {
  .box-bene__body .item__img {
    height: 120px;
    margin-bottom: 15px;
  }
}

.box-payment .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #BFC0C0;
}

@media screen and (max-width: 833px) {
  .box-payment .item {
    border-bottom: none;
  }
}

.box-payment .item:first-child {
  border-top: 1px solid #BFC0C0;
}

@media screen and (max-width: 833px) {
  .box-payment .item:first-child {
    border-top: none;
  }
}

.box-payment .item__label {
  width: 100%;
  max-width: 18.70%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.70%;
          flex: 0 0 18.70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 22px;
  background-color: #E9EDF5;
  color: #1D3A5B;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 990px) {
  .box-payment .item__label {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media screen and (max-width: 833px) {
  .box-payment .item__label {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 9px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 833px) {
  .box-payment .item__label {
    text-align: left;
    justify-content: flex-start;
  }
}

.box-payment .item__content {
  width: 100%;
  max-width: 81.3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 81.3%;
          flex: 0 0 81.3%;
  padding: 20px 25px 14px;
}

@media screen and (max-width: 990px) {
  .box-payment .item__content {
    max-width: 75%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
}

@media screen and (max-width: 833px) {
  .box-payment .item__content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 20px 0;
  }
}

.box-payment .item__content .ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33;
  margin-bottom: 6px;
}

@media screen and (max-width: 833px) {
  .box-payment .item__content .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 834px) {
  .box-payment--style02 .item:first-child .item__label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: center;
    padding: 10px 22px;
  }
}

@media screen and (min-width: 834px) {
  .box-payment--style02 .item:first-child .item__content {
    padding: 25px 22px 24px 25px;
  }
}

@media screen and (max-width: 833px) {
  .box-payment--style02 .item:first-child .item__content {
    padding: 13px 0 21px;
  }
}

@media screen and (max-width: 833px) {
  .box-payment--style02 .item:first-child .item__content img {
    max-width: 233px;
  }
}

@media screen and (min-width: 834px) {
  .box-payment--style02 .item:nth-child(2) .item__content {
    padding: 20px 22px 20px 25px;
  }
}

@media screen and (min-width: 834px) {
  .box-payment--style02 .item:last-child .item__content {
    padding: 24px 25px 23px;
  }
}

.box-payment--style02 .item__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 999px;
  border: 1px solid #1D3A5B;
  font-weight: bold;
  padding: 15px 45px 15px 38px;
  position: relative;
  width: 100%;
  max-width: 326px;
  margin-left: -2px;
  color: #1D3A5B;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-payment--style02 .item__link {
    padding: 17px 45px 13px 38px;
  }
}

@media screen and (max-width: 833px) {
  .box-payment--style02 .item__link {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 12px 45px 11px 38px;
    margin: 0 auto;
    display: inherit;
  }
}

.box-payment--style02 .item__link:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  width: 18px;
  height: 10px;
  background: url("../img/subscription/application-jp/ico-next.png") no-repeat;
}

@media screen and (min-width: 834px) {
  .box-payment--style02 .item__link:hover {
    color: #ffffff;
    background: #1D3A5B;
  }
}

.box-payment--style02 .item__link img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-payment--style02 .item__link img {
    top: -2px;
  }
}

@media screen and (max-width: 833px) {
  .box-payment--style02 .item__link img {
    margin-right: 5px;
    top: 0;
    max-width: 19px;
  }
}

.box-payment--style02 .list-square li {
  padding-left: 16px;
  position: relative;
}

.box-payment--style02 .list-square li:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 13px;
  height: 13px;
  background-color: #0F0F0F;
  left: 0;
  top: 5px;
}

.box-payment--style02 .list-exc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

.box-payment--style02 .list-exc li:last-child {
  margin-bottom: 0;
}

.box-payment--style02 .list-exc li strong {
  width: 54px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #1D3A5B;
  font-weight: bold;
}

@media screen and (max-width: 833px) {
  .box-payment--style02 .list-exc li strong {
    width: 48px;
  }
}

.box-payment--style02 .txt-small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
}

@media screen and (max-width: 833px) {
  .box-payment--style02 .txt-small {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 834px) {
  .box-payment--style03 .item:first-child .item__content {
    padding: 22px 22px 22px 25px;
  }
}

@media screen and (min-width: 834px) {
  .box-payment--style03 .item:first-child .item__label {
    padding: 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 834px) {
  .box-payment--style03 .item:last-child .item__content {
    padding: 24px 25px 14px;
  }
}

@media screen and (min-width: 834px) {
  .box-payment--style03 .item__label {
    max-width: 20.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.33%;
            flex: 0 0 20.33%;
    padding: 22px;
  }
}

@media screen and (min-width: 834px) {
  .box-payment--style03 .item__content {
    max-width: 79.67%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.67%;
            flex: 0 0 79.67%;
  }
}

.lh-special {
  line-height: 1.5 !important;
}

@media screen and (max-width: 833px) {
  .lh-special {
    line-height: 1.42;
  }
}

.sec-request {
  padding: 50px 0 0;
}

.list-send {
  border: 1px solid #E9EDF5;
  padding: 45px;
  margin-bottom: 34px;
}

@media screen and (max-width: 833px) {
  .list-send {
    padding: 15px;
  }
}

@media screen and (max-width: 640px) {
  .list-send {
    margin-bottom: 15px;
    padding: 10px;
  }
}

.list-send + .txt-basic {
  margin-bottom: 32px;
}

@media screen and (max-width: 833px) {
  .list-send + .txt-basic, .list-send + .list-books__item, .collapsible .item .list-send + .content, .pagination li .list-send + a, .pagination li .list-send + span, .list-selection--style02 .item__ttl .list-send + .detail, .list-product .item--01 a .item__content .list-send + p, .list-product--style02 .list-send + .item__des, .sidebar-block02 .list-send + .common-select, .sidebar-block02__box .list-send + .submit, .list-voice-main .ttl .list-send + small, .list-news-page li .list-send + .date, .list-news-page li .list-send + .content, .list-lesson .item .list-send + .ttl, .box-dummy__login .list-send + .ttl-sm, .txt-pickup-dummy .list-send + .wrap, .list-library .list-send + .item__body, .list-talk .list-send + li, .list-send + .txt-wrap-border, .list-special-goodse .item__ttl .list-send + small, .table-cart tbody .list-send + th, .table-cart-sp02 .list-send + tbody, .sub-table-sp .list-send + .thead, .box-payment--style02 .list-send + .item__link, .box-payment--style02 .list-send + .list-exc, .list-send + .btn-mail {
    margin-bottom: 25px;
  }
}

.list-send__ttl {
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.42;
  color: #1D3A5B;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 1200px) {
  .list-send__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 833px) {
  .list-send__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .list-send__ttl {
    text-align: left;
  }
  .list-send__ttl br {
    display: none;
  }
}

.list-send__box {
  background: #E9EDF5;
  padding: 19px 0 0;
}

.list-send .list {
  padding: 8px 50px 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 833px) {
  .list-send .list {
    padding: 15px 15px 30px;
  }
}

@media screen and (max-width: 640px) {
  .list-send .list {
    padding: 15px 10px 10px;
  }
}

.list-send .list .item {
  width: calc(33.33% - 40px);
  margin-right: 60px;
  text-align: center;
}

@media screen and (max-width: 833px) {
  .list-send .list .item {
    width: calc(33.33% - 10px);
    margin-right: 3px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 833px) and (min-width: 641px) {
  .list-send .list .item:first-child {
    margin-left: 12px;
  }
  .list-send .list .item:last-child {
    margin-right: 12px;
  }
}

@media screen and (max-width: 640px) {
  .list-send .list .item {
    width: calc(33.33% - 6.67px);
    margin-right: 10px;
  }
}

.list-send .list .item:last-child {
  margin-right: 0;
}

.list-send .list .item-number span {
  font-family: "HelveticaNeue";
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
  background: #1D3A5B;
  height: 25px;
  width: 25px;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .list-send .list .item-number span {
    width: 19px;
    height: 19px;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.list-send .list .item-name span {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 21px;
  padding: 0 8px;
  background: #1D3A5B;
  height: 21px;
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .list-send .list .item-name span {
    padding: 0 6px;
    height: 16px;
    line-height: 16px;
    border-radius: 4px;
    font-size: 10px;
    font-size: 1rem;
    margin-top: 8px;
  }
}

.list-send .ttlCom-24 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.785;
  color: #1D3A5B;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
}

@media screen and (max-width: 833px) {
  .list-send .ttlCom-24 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 640px) {
  .list-send .ttlCom-24 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 834px) {
  .list-send--style02 {
    padding: 35px 35px 47px;
    margin-bottom: 39px;
  }
}

@media screen and (min-width: 834px) {
  .list-send--style02 .list-send__box {
    padding: 18px 0 0;
    margin: 0 55px;
  }
}

@media screen and (min-width: 834px) {
  .list-send--style02 .ttlCom-24 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 834px) {
  .list-send--style02 .list {
    padding: 14px 36px 32px;
    margin: 0 -18px;
  }
}

@media screen and (min-width: 834px) {
  .list-send--style02 .list .item {
    width: 100%;
    max-width: 33.3333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    padding: 0 18px;
    margin-right: 0;
  }
}

@media screen and (min-width: 834px) {
  .list-send--style02 .list .item-number span {
    padding: 1px 5px 1px;
    height: 21px;
    width: 21px;
  }
}

.list-send__box .txt-send {
  padding: 0 30px 30px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .list-send__box .txt-send {
    padding: 0 10px 25px;
  }
}

.box-payment {
  width: 100%;
}

.box-plus-entry {
  background: url("../img/subscription/plus-entry/index/bg.png") no-repeat center;
  background-size: cover;
  padding: 55px 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 833px) {
  .box-plus-entry {
    padding: 20px 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .box-plus-entry {
    padding: 25px 0 20px;
    margin-bottom: 25px;
  }
}

.box-plus-entry__wp {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9;
}

@media screen and (max-width: 833px) {
  .box-plus-entry__wp {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.btn-plus-entry {
  max-width: 395px;
  height: 70px;
}

.btn-mail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 999px;
  border: 1px solid #1D3A5B;
  font-weight: bold;
  padding: 15px 45px 15px 38px;
  position: relative;
  width: 100%;
  max-width: 326px;
  margin-left: -2px;
  color: #1D3A5B;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-mail {
    padding: 17px 45px 13px 38px;
  }
}

@media screen and (max-width: 833px) {
  .btn-mail {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 12px 45px 11px 38px;
    margin: 0 auto;
    display: inherit;
  }
}

.btn-mail:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 22px;
  width: 18px;
  height: 10px;
  background: url("../img/subscription/application-jp/ico-next.png") no-repeat;
}

.btn-mail img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-mail img {
    top: -2px;
  }
}

@media screen and (max-width: 833px) {
  .btn-mail img {
    margin-right: 5px;
    top: 0;
    max-width: 19px;
  }
}

.form-group .form-select--full {
  width: 100%;
}

.form-group .form-select.mw-385 {
  max-width: 385px;
}

.form-group .form-select.mw-240 {
  max-width: 240px;
}

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

.error-message {
  color: #f00;
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.58;
}
@media screen and (max-width: 833px) {
  .error-message {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 6px;
  }
}

.page-subscription_plus-entry_index .table-price__content {
  font-weight: 400;
}

.btn-comp01--disabled {
  cursor: default;
}
.btn-comp01--disabled:hover {
  opacity: 1;
}

.btn-more-round {
  background-color: #1D3A5B;
  border: 1px solid #1D3A5B;
  color: #fff;
  border-radius: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  height: 54px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  margin: 0 auto;
  max-width: 275px;
}
@media screen and (max-width: 833px) {
  .btn-more-round {
    height: 46px !important;
    max-width: 240px !important;
    border-radius: 23px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.btn-more-round2 {
  background-color: #fff;
  border: 1px solid #1b334f;
  color: #1b334f;
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  height: 46px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  margin: 0 auto;
  max-width: 270px;
}
.btn-more-round2::after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #1b334f;
  border-right: 1px solid #1b334f;
  position: absolute;
  top: calc(50% - 6px);
  right: 23px;
  transform: rotate(45deg);
}
.btn-more-round2:hover {
  background-color: #1b334f;
  color: #fff;
  opacity: 1;
}
.btn-more-round2:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 833px) {
  .btn-more-round2 {
    border-radius: 20px;
    height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
    max-width: 190px;
  }
  .btn-more-round2::after {
    content: none;
  }
}

.btn-more-author {
  background-color: #fff;
  border: 1px solid #1D3A5B;
  color: #1D3A5B;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  height: 40px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 190px;
}
@media screen and (max-width: 833px) {
  .btn-more-author {
    height: 40px !important;
    max-width: 190px !important;
    border-radius: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.btn-close-affiliate {
  background-color: #fff;
  border: 1px solid #fff;
  color: #003559;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
  height: 30px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto 0;
  max-width: 120px;
  cursor: pointer;
}
@media screen and (max-width: 833px) {
  .btn-close-affiliate {
    width: 80px;
    height: 24px;
    border-radius: 12px;
    margin: 15px auto 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.dummy-header .content .btn-comp01--plus {
  padding-top: 11px;
  margin-bottom: 0!important;
  height: 40px;
  width: calc(50% - 5px);
  margin: inherit;
}

.dummy-header .list-link > a.btn-comp01--gray {
  background: #B7B7B7;
}

.functions__list {
  position: relative;
}
.functions__list .functions__item {
  padding-top: 3px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-content {
  width: 80%;
  max-width: 930px;
  padding: 40px;
  background-color: #fff;
  position: relative;
}
.modal-ttl {
  padding: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-color: #003559;
}
.modal-txt {
  margin-top: 25px;
  margin-bottom: 35px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.modal-note {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.modal-modalclose {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal-modalclose::before,
.modal-modalclose::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #0f0f0f;
  top: 11px;
  left: -4px;
}
.modal-modalclose::before {
  transform: rotate(45deg);
}
.modal-modalclose::after {
  transform: rotate(-45deg);
}
.modal .price-sal {
  width: 100%;
  margin-bottom: 40px;
}
.modal .price-sal thead {
  border-top: 1px solid #bfc0c0;
  border-bottom: 1px solid #bfc0c0;
  background-color: #e9edf5;
}
.modal .price-sal thead th {
  padding: 15px;
  color: #003559;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
}
.modal .price-sal thead th .note {
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
}
.modal .price-sal tbody {
  border-bottom: 1px solid #bfc0c0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.modal .price-sal tbody tr{
  border-bottom: 1px solid #bfc0c0;
}
.modal .price-sal tbody tr:nth-child(even){
  background-color: #f5f5f5;
}
.modal .price-sal tbody th {
  padding: 20px;
  text-align: center;
  font-weight: 600;
  color: #003559;
}
.modal .price-sal tbody td {
  border-left: 1px dashed #bfc0c0;
  padding: 20px;
  text-align: center;
}
.modal-content--plusentry {
  max-width: 700px;
  padding: 80px 40px;
  text-align: center;
  position: relative;
}
.modal-plusentry-ttl {
  margin-bottom: 30px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
}
.modal-plusentry-ttl small {
  font-size: 1.8rem;
  margin-bottom: 15px;
  display: block;
}
.modal-plusentry-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.88;
  text-align: center;
}
.modal-plusentry-listttl {
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
}
.modal-plusentry-list {
  margin: 25px auto 0;
  display: inline-block;
}
.modal-plusentry-listitm {
  margin-top: 10px;
  padding-left: 35px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: left;
  background: url(../image/common/ico-check.svg) left center no-repeat;
  background-size: 20px 20px;
}
.modal-content--plusentry .list-btn {
  margin-top: 40px;
}
.modal-content--alert {
  max-width: 620px;
}
@media screen and (max-width: 833px) {
  .modal-content {
    padding: 20px;
    width: 90%;
  }
  .modal-ttl {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .modal-txt {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .modal-note {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .modal-modalclose {
    width: 18px;
    height: 18px;
    top: 20px;
    right: 20px;
  }
  .modal-modalclose::before,
  .modal-modalclose::after {
    width: 24px;
    top: 9px;
    left: -3px;
  }
  .modal .list-square li {
    margin-bottom: 10px;
  }
  .modal-content--plusentry {
    padding: 40px 20px;
  }
  .modal-plusentry-ttl {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .modal-plusentry-ttl small {
    font-size: 1.4rem;
    margin-bottom: 7px;
  }
  .modal-plusentry-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .modal-plusentry-listttl {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .modal-plusentry-list {
    margin: 15px auto 0;
  }
  .modal-plusentry-listitm {
    margin-top: 8px;
    padding-left: 25px;
    font-size: 16px;
    font-size: 1.6rem;
    background-size: 15px 15px;
  }
  .modal-content--plusentry .list-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .modal-content-cancel .modal-txt {
    text-align: left;
  }
  .modal-plusentry-txt {
    text-align: left;
  }
  .modal-plusentry-txt br {
    display: none;
  }
}

.modal-content--cardcode {
  max-width: 850px;
  padding: 60px 40px;
  position: relative;
}
.modal-cardcode-ttl {
  margin-bottom: 25px;
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
}
.modal-cardcode-txt {
  margin-bottom: 35px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
.modal-cardcode-img {
  width: 100%;
}
.modal-cardcode-img img {
  width: 100%;
  height: auto;
}
.modal-cardcode .list-btn {
  margin-top: 40px;
}
@media screen and (max-width: 833px) {
  .modal-content--cardcode {
    padding: 40px 20px;
  }
  .modal-cardcode-ttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  .modal-cardcode-txt {
    margin-bottom: 27px;
    line-height: 1.6;
  }
  .modal-content--cardcode .list-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .modal-cardcode-txt {
    text-align: left;
  }
}

.loading {
  text-align: center;
  height: 53px;
  display: none;
}
@media screen and (max-width: 833px) {
  .loading {
    height: 46px;
  }
}

.scroll-prevent {
  overflow: hidden;
}

#pageLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 9999; }

#pageLoader .ic__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 1;
  margin-left: -25px;
  margin-top: -25px; }

.select_subscription {
  background: url(../img/common/ico-select.png) no-repeat right center;
  background-position: right -4px center;
}

.library-form {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 17px;
}
.library-form__input {
  display: block;
  background: #fff;
  border: 1px solid #D2D3D3;
  width: 100%;
  padding: 11px 10px 11px;
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
.library-form__check {
  margin: 11px 0 12px;
}
.library-form__check .checkmark {
  border: 1px solid #0F0F0F;
  top: 4px;
}
.library-form__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #0F0F0F;
  color: #1D3A5B;
  text-align: center;
  vertical-align: middle;
  padding: 10px 20px 10px 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}
.library-form__btn:hover {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0.7;
}
.library-form__btn .loginIcon {
  height: 13px;
  margin-right: 4px;
  width: 13px;
}
.library-form__link a {
  text-decoration: underline;
}
@media screen and (max-width: 833px) {
  .library-form {
    font-size: 12px;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .library-form__input {
    padding: 5px 10px;
    margin-bottom: 8px;
    font-size: 12px;
    font-size: 1.2rem;
    height: 36px;
  }
  .library-form__check {
    margin: 8px 0 10px;
  }
  .library-form__check .checkmark {
    top: 1px;
  }
  .library-form__btn {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 10px;
    margin-bottom: 8px;
  }
  .library-form__btn .loginIcon {
    height: 13px;
    margin-right: 4px;
    width: 13px;
  }
}

.cv-fixed-link-wrap {
  position: fixed;
  z-index: 100;
  filter: drop-shadow(-2px 2px 2px rgba(0,0,0,0.2));
}
.cv-fixed-hide {
  display: block;
  background-color: #14ab67;
  position: absolute;
}
.cv-fixed-hide i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../image/common/ico-arw-white.svg) center center no-repeat;
}
.cv-fixed-link-wrap.is_open .cv-fixed-hide i {
  transform: rotate(0);
}
.cv-fixed-link-itms {
  background-color: #fff;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.cv-fixed-link {
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #14ab67;
}
@media screen and (min-width: 991px) {
  .cv-fixed-link-wrap {
    padding-left: 40px;
    right: -60px;
    top: 200px;
  }
  .cv-fixed-link-wrap.is_open {
    right: 0;
  }
  .cv-fixed-hide {
    width: 40px;
    height: 50px;
    top: 20px;
    left: 0;
    border-radius: 4px 0 0 4px;
  }
  .cv-fixed-hide i {
    transform: rotate(180deg);
    background-size: 7px 12px;
  }
  .cv-fixed-link-wrap.is_open .cv-fixed-hide i {
    transform: rotate(0);
  }
  .cv-fixed-link-itms {
    border-radius: 4px 0 0 4px;
  }
  .cv-fixed-link-itm:nth-child(n+2) {
    margin-top: 1px;
  }
  .cv-fixed-link {
    width: 60px;
    padding: 40px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 60px;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (max-width: 990px) {
  .cv-fixed-link-wrap {
    width: 100%;
    padding-top: 36px;
    left: 0;
    bottom: -60px;
  }
  .cv-fixed-link-wrap.is_open {
    bottom: 0;
  }
  .cv-fixed-hide {
    width: 45px;
    height: 36px;
    top: 0;
    right: 20px;
    border-radius: 4px 4px 0 0;
  }
  .cv-fixed-hide i {
    transform: rotate(-90deg);
    background-size: 6px 12px;
  }
  .cv-fixed-link-wrap.is_open .cv-fixed-hide i {
    transform: rotate(90deg);
  }
  .cv-fixed-link-itms {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 0;
  }
  .cv-fixed-link-itm {
    width: 50%;
  }
  .cv-fixed-link-itm:nth-child(n+2) {
    width: calc(50% - 1px);
  }
  .cv-fixed-link {
    width: 100%;
    height: 60px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}


.bnr_app {
  width: 350px;
  aspect-ratio: 7 / 3;
  background: #fff;
  border-radius: 10px;
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 999;
  visibility: hidden;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  opacity: 0; }
  .active .bnr_app {
    visibility: visible;
    opacity: 1;
    -webkit-animation: popup 1s ease .5s;
            animation: popup 1s ease .5s;
            -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
  }
  .bnr_app_link {
    width: 350px;
    aspect-ratio: 7 / 3;
    padding: 20px 20px 10px;
    background: #fff url(../img/app/bnr.png) no-repeat center center/cover;
    display: block;
    border: 1px solid #4D4D4D;
    border-radius: 10px;
  }
  .bnr_app_link:hover {
    opacity: .7;
  }
  .bnr_app_txt {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .bnr_app_itms {
    margin: -5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .bnr_app_itm {
    margin: 5px;
    width: auto;
    height: 40px;
    display: block;
    font-size: 0;
  }
  .bnr_app_itm img {
    width: auto;
    height: 100%;
  }
  .bnr_app_close {
    width: 28px;
    height: 28px;
    display: block;
    background: url(../img/app/ic_close.svg) no-repeat center/contain;
    position: absolute;
    top: -10px;
    right: -10px;
  }
@media screen and (max-width: 480px) {
  .bnr_app {
    width: 300px;
    border-radius: 5px;
    bottom: 20px;
    right: 20px;
  }
  .bnr_app_link {
    width: 300px;
    padding: 20px 20px 10px;
    border-radius: 5px;
  }
  .bnr_app_txt {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
  .bnr_app_itms {
    margin: -3px;
  }
  .bnr_app_itm {
    margin: 3px;
    height: 35px;
  }
}
@-webkit-keyframes popup {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin:50% 50%
    }
    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transform-origin: 50% 50%;
        transform-origin:50% 50%
    }
    55% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-transform-origin: 50% 50%;
        transform-origin:50% 50%
    }
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin:50% 50%
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin:50% 50%
    }
}
@keyframes popup {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin:50% 50%
    }
    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transform-origin: 50% 50%;
        transform-origin:50% 50%
    }
    55% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-transform-origin: 50% 50%;
        transform-origin:50% 50%
    }
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin:50% 50%
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
}

.f_bnr_app {
  width: 100%;
  background: url(../img/app/bnr_bg.jpg) no-repeat center center/cover;
  overflow: hidden; }
  .cv-fixed-link-wrap + .f_bnr_app .inner {
    max-width: 1260px;
    padding: 0 80px;
  }
  .f_bnr_app_inn {
    padding: 55px 0 60px;
    position: relative;
  }
  .f_bnr_app_inn::before {
    content: "";
    width: calc(100% - 646px);
    max-width: 464px;
    aspect-ratio: 121 / 95;
    display: block;
    background: url(../img/app/bnr_img.png) no-repeat center center/ contain;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(23%);
  }
  .f_bnr_app_copy {
    margin: 0 0 25px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .f_bnr_app_ttl {
    margin: 0 0 20px;
    padding-left: 10px;
    font-size: 2rem;
    font-weight: 700;
    background: url(../img/app/ic_sp.svg) left center no-repeat;
    background-size: 11px 18px;
  }
  .f_bnr_app_itms {
    margin: -5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .f_bnr_app_itm {
    margin: 5px;
    width: auto;
    height: 60px;
    display: block;
    font-size: 0;
  }
  .f_bnr_app_itm img {
    width: auto;
    height: 100%;
  }
@media screen and (max-width: 1100px) {
  .f_bnr_app_inn::before {
    width: calc(50% - 120px);
  }
}
@media screen and (max-width: 833px) {
  .cv-fixed-link-wrap + .f_bnr_app .inner {
    padding: 0 20px;
  }
  .f_bnr_app_inn {
    padding: 55px 0 60px;
  }
  .f_bnr_app_inn::before {
    width: calc(50% - 120px);
  }
  .f_bnr_app_copy {
    margin: 0 0 25px;
    font-size: 2.4rem;
  }
  .f_bnr_app_ttl {
    margin: 0 0 20px;
    padding-left: 10px;
    font-size: 1.6rem;
    background-size: 9px 14px;
  }
  .f_bnr_app_itms {
    margin: -5px;
  }
  .f_bnr_app_itm {
    margin: 5px;
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .f_bnr_app_inn {
    padding: 25px 0 40px;
  }
  .f_bnr_app_inn::before {
    width: calc(50% - 80px);
  }
  .f_bnr_app_copy {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  .f_bnr_app_copy br {
    display: none;
  }
  .f_bnr_app_ttl {
    margin: 0 0 15px;
    padding-left: 16px;
    font-size: 1.6rem;
    background-size: 9px 14px;
  }
  .f_bnr_app_itms {
    margin: -5px;
  }
  .f_bnr_app_itm {
    margin: 5px;
    height: 40px;
  }
}
@media screen and (max-width: 430px) {
  .f_bnr_app_inn::before {
    width: calc(50% - 20px);
    right: -20px;
    transform: translate(35%, 23%);
  }
}

.box_app {
  margin-top: 40px;
  padding: 30px 30px 20px;
  background: #F4F6FA; }
  .box_app_ttl {
    margin: 0;
    padding-left: 10px;
    font-size: 1.6rem;
    font-weight: 600;
    background: url(../img/app/ic_sp.svg) left center no-repeat;
    background-size: 9px 14px;
  }
  .box_app_note {
    margin: 8px 0 10px;
    font-size: 1rem;
    font-weight: 600;
  }
  .box_app_itms {
    margin: -5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .box_app_itm {
    margin: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .box_app_ic {
    width: auto;
    height: 40px;
    display: block;
    font-size: 0;
  }
  .box_app_ic img {
    width: auto;
    height: 100%;
  }
  .box_app_qr {
    width: 60px;
    margin-left: 10px;
    font-size: 0;
  }
  .box_app_qr img {
    width: 100%;
    height: auto;
  }
@media screen and (max-width: 833px) {
  .box_app {
    margin-top: 30px;
    padding: 20px 20px 15px;
  }
  .box_app_ttl {
    padding-left: 16px;
    font-size: 1.6rem;
    background-size: 9px 14px;
  }
  .box_app_note {
    margin: 8px 0 10px;
    font-size: 1rem;
  }
  .box_app_itms {
    margin: -5px;
  }
  .box_app_itm {
    margin: 5px;
  }
}
@media screen and (max-width: 480px) {
  .box_app_ttl br.sp-xs {
    display: block!important;
  }
  .box_app_ic {
    height: 25px;
  }
  .box_app_qr {
    width: 50px;
  }
}

.list-library .item__body .box_app_ttl {
  margin-bottom: 0;
}
.list-library .item__body .box_app_note {
  margin-bottom: 10px;
}
.sec-detail .detail-content .box_app {
  margin-bottom: 40px;
}
.sec-detail .detail-content .box_app_ttl {
  margin-bottom: 0;
}
.sec-detail .detail-content .box_app_note {
  margin-bottom: 10px;
  font-size: 1rem;
}
.sec-detail .detail-content .box_app img {
  margin-bottom: 0;
}
@media screen and (max-width: 833px) {
  .sec-detail .detail-content .box_app {
    margin-bottom: 30px;
  }
  .sec-detail .detail-content .box_app_note {
    font-size: 1rem;
  }
}

.copyUrl {
  position: relative;
}
.copyUrl::before {
  content: "URLをクリップボードにコピーしました";
  display: inline-block;
  height: 34px;
  padding: 0 15px;
  background: #003559;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 34px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.copyUrl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #003559 transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.copyUrl.on::before,
.copyUrl.on::after {
  opacity: 1;
}
