#topSearch {
  margin-top: 6em;
}

section a {
  color: #10218B;
}

section.blocks {
  padding: 4em 0;
}

@media only screen and (max-width: 767px) {
  section.blocks {
    padding: 2em 0;
  }
}

section.blocks.pb0 {
  padding-top: 0;
}

section.blocks h2 {
  margin-bottom: 1em;
}

section.blocks h2.mb0 {
  margin-bottom: 0;
}

section.blocks:first-child {
  padding-top: 0;
}

section h2 {
  text-align: left;
  border: none;
}

section h2,
section .page_title,
section .under_title {
  color: #10218B;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

section .under_title {
  text-align: center;
  margin-bottom: 3em;
}

@media only screen and (max-width: 767px) {
  section .under_title {
    margin-bottom: 1em;
    font-size: 3.6vw;
  }
}

section h2 .en,
section .page_title .en,
section .under_title .en {
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  display: block;
}

section h2 .en-s,
section .page_title .en-s,
section .under_title .en-s {
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 700;
  display: block;
}


@media only screen and (max-width: 767px) {
  section h2 .en,
  section .page_title .en,
  section .under_title .en {
    font-size: 9vw;
    font-size: min(9vw, 50px);
  }
	
  section h2 .en-s,
  section .page_title .en-s,
  section .under_title .en-s {
    font-size: 7vw;
    font-size: min(7vw, 40px);
  }
}

section h2 .ja,
section h1 .ja {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  display: block;
}

@media only screen and (max-width: 767px) {
  section h2 .ja,
  section h1 .ja {
    font-size: 7vw;
    font-size: min(7vw, 40px);
  }
}

section h2,
section h3 {
  color: #10218B;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
  section h2,
  section h3 {
    font-size: 4.5vw;
    font-size: min(4.5vw, 28px);
  }
}

section h2 {
  padding-top: 0.5em;
  margin-bottom: 0.3em;
}

section h3 {
  border-bottom: 1px #D9E3EC solid;
}

@media only screen and (max-width: 767px) {
  section h3 {
    font-size: min(4.5vw, 20px);
  }
}

section .product_category {
  color: #10218B;
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px #D9E3EC solid;
  padding-top: 0.5em;
  margin-bottom: 0.3em;
  text-align: left;
  border: none;
}

@media only screen and (max-width: 767px) {
  section .product_category {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  section .product_category + ul {
    margin-top: 0.5em;
  }
}

section .inner {
  width: 84%;
  margin: auto;
  /* max-width: 1200px; */
}

.indexPage h2 {
  font-size: min(4.5vw, 20px);
}

#topLinks h2,
#productList h2 {
  text-align: left;
  color: #fff;
}

#topLinks li,
#productList li {
  margin-bottom: 16px;
}

.txt_aec {
  font-size: 71%;
  letter-spacing: normal;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  section .inner {
    width: 100%;
    padding: 0 4vw;
  }
  .product_list .top_list01 li {
    width: 31.5%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  #topLinks li {
    margin-bottom: 0;
  }
  section {
    margin: auto 0;
  }
  section h2 .ja,
  section h2 .en {
    font-size: 44px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 767px) {
  section h2 .ja,
  section h2 .en {
    font-size: 6.5vw;
    font-size: min(6.5vw, 24px);
  }
}

@media only screen and (max-width: 768px) {
  section.blocks h2 {
    margin-bottom: 0.5em;
    padding-bottom: 0;
  }
}

.agree_contents {
  margin-top: 1em;
}

.listBasicBlack {
  margin-left: 26px;
  margin-bottom: 1.5em;
}

ol.listBasic li,
ol.listBasicBlack li {
  list-style: decimal outside none;
}

ul.listBasic li,
ul.listBasicBlack li {
  list-style: disc outside none;
  margin-left: 20px;
}

#agree_page form {
  margin-bottom: 2em;
}

#agree_page .license_check {
  position: relative;
  padding-left: 1.5em;
}

#agree_page [type=checkbox] {
  position: absolute;
  top: 7px;
  left: 0;
}

.under {
  font-weight: 600;
  color: #10218B;
}

section .btn_agree {
  justify-content: center;
}

section .btn_agree > div {
  padding: 0 0.5em;
}

section .btn_agree:after {
  display: none;
}

section .btn_agree .top_btn01 a {
  padding: 0.8em 4.0em;
}

@media only screen and (max-width: 768px) {
  .listBasicBlack {
    margin-left: 20px;
  }
}

.table table {
  width: 100%;
}

.table table th, .table table td {
  font-size: 15px;
  vertical-align: middle;
  border: 1px #D9E3EC solid;
  padding: 11px 8px;
}

@media only screen and (max-width: 767px) {
  .table table th, .table table td {
    font-size: 12px;
  }
}

.table table td.miniCell {
  padding: 3px 8px;
}

.table table .tablesorter-header-inner {
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .table table .tablesorter-header-inner {
    font-size: 11px;
  }
  .table table .tablesorter-header-inner span, .table table .tablesorter-header-inner div {
    font-size: 11px;
  }
}

.table table th,
.table table th.bg {
  background-color: #10218B;
  color: #fff;
  text-align: center;
}

.table table tbody th {
  background-color: transparent;
  color: #333;
  font-weight: 600;
}

.table table tbody tr.bg th {
  background-color: #FAFAFD;
}

.table table tbody td {
  background-color: #fff;
}

.table table tbody td span {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 12px;
}

.table table tbody td span.icon_cart {
  width: 20px;
}

.table table tbody td.bold {
  font-weight: bold;
}

.table table tbody td a p {
  font-size: 80%;
  text-align: center;
  margin-bottom: 1.0em;
}

.table table tbody td a:last-child p {
  margin-bottom: 0;
}

.table table tbody td .arrow_link {
  margin: 0;
}

.table table tbody td.bold {
  font-weight: 600;
}

.table table tbody td.icon_td {
  width: 80px;
}

.table table tbody .bg td {
  background-color: #FAFAFD;
}

.table table.f12 th, .table table.f12 td {
  font-size: 75%;
}

.table table.f12 th span, .table table.f12 td span {
  font-size: 100%;
  display: inline-block;
  margin-top: 3px;
}

sup {
  font-size: 80%;
  vertical-align: super;
}

.arrow_link {
  margin: 1em 0 2em;
}

@media only screen and (max-width: 767px) {
  .arrow_link {
    line-height: 1.8;
  }
}

.arrow_link a {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}

.arrow_link a::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #10218B;
  border-bottom: 1.5px solid #10218B;
  transform-origin: center;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}

a.arrow {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  line-height: 1.3;
}

a.arrow::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #10218B;
  border-bottom: 1.5px solid #10218B;
  transform-origin: center;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: calc(50% - 0.2em);
}

a.movie_link {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
  line-height: 1.8;
}

a.movie_link::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 5px;
  background-image: url(/crystal/assets/img/common/icon_youtube.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  right: 0;
}

.blank_link a {
  display: inline-block;
  position: relative;
  padding-left: 1.3em;
}

.blank_link a::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(/crystal/assets/img/common/icon_link_2.svg);
  transform-origin: center;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
}

@media only screen and (max-width: 767px) {
  .blank_link a::after {
    top: 4px;
  }
}

a.blank_link {
  position: relative;
  padding-left: 1.3em;
}

a.blank_link::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(/crystal/assets/img/common/icon_link_2.svg);
  transform-origin: center;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
}

@media only screen and (max-width: 767px) {
  .youtube_wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .youtube_wrap iframe {
    width: 100%;
    height: 100%;
  }
}
