html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}
/* Typography
 * *********************************** */
html {
  font-size: 62.5%;
}
body {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: 'YakuHanJPs', 'Noto Sans JP', sans-serif;
  background: #f3ece3;
}
* {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
a, a:visited {
  color: inherit;
  text-decoration: none;
}
/* Layout
 * *********************************** */
article, aside, footer, header, nav, section, main {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
/* Elements
 * *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
img, video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
img {
  border-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}
/* Attributes & states
 * *********************************** */
[hidden] {
  display: none !important;
}
[disabled] {
  cursor: not-allowed;
}
:focus:not(:focus-visible) {
  outline: none;
}
input[type="text"]:disabled, input[type="radio"]:disabled {
  background: #f3f3f3;
}
.header {
  width: 100%;
  background: #FFF;
}
.header-inner {
  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;
  height: 56px;
  padding-left: 4vw;
}
.header-ttl {
  font-size: 2.66667vw;
  line-height: 1.2;
}
.header-ttl a {
  display: block;
}
.header-ttl span {
  display: block;
  color: #b78d54;
  font-weight: 700;
  font-size: 3.73333vw;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.sbw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-style {
  list-style: disc;
  padding-left: 3rem;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
.shadow {
  box-shadow: 15px 15px 15px rgb(0 0 0 / 15%);
}
.filter-shadow {
  -webkit-filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, .15));
  -moz-filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, .15));
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, .15));
}
._forPC {
  display: none;
}
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0.0;
}
.visible {
  transition: opacity 0.5s ease;
  opacity: 1.0;
}
.ac-content {
  margin-top: 30px;
  padding: 0 5vw 0;
  border-radius: 0;
  background: #fff;
  border: solid 3px #333;
  width: 100%;
  max-width: 1200px;
}
.ac-content dt {
  position: relative;
  padding: 20px 0 20px 0;
  font-weight: 700;
  font-size: 4.5vw;
  cursor: pointer;
  text-align: center;
  color: #333;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*.ac-content dt._active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}*/
.ac-content dt span {
  color: #b78d54;
}
/*.ac-content dt::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #8a8a8b;
  content: '';
}
.ac-content dt::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 4px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #8a8a8b;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ac-content dt._active::after {
  opacity: 0;
}*/
.ac-content dd {
  position: relative;
  padding: 15px 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.8;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.attention-txt p {
  margin-bottom: 1.5rem
}
h1 {
  color: #333;
  font-size: 6vw;
  text-align: center;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  padding: 30px 0;
}
.attention-txt a {
  text-decoration: underline;
}
.main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4vw 30px;
}
.page-width {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4vw 30px;
}
.thanks-inner p {
  margin-bottom: 2rem;
}
.thanks-inner p:last-child {
  margin-bottom: 0;
}
.thanks-inner.step3-inner {
  margin-bottom: 0;
}
.font-red {
  color: #ff0000;
  font-weight: bold;
}
.attention {
  background: #d8e4db;
  padding: 4vw;
  margin-bottom: 30px;
}
.attention-box {
  background: #fff;
  padding: 4vw;
  max-width: 900px;
  margin: 0 auto;
}
.step1-inner {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 15px;
  padding: 4vw;
}
h2 {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}
h3 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 5vw;
  color: #b78d54;
}
h3 span {
  background: #000;
  color: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  margin-right: 1rem;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
.step1-btn {
  width: 100%;
}
.step1-btn a, .step1-btn button {
  background: #b78d54;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  display: block;
  text-align: center;
  padding: 10px 30px;
  border-radius: 30px;
  margin: 15px auto 0;
  border: none;
  min-width: 200px;
  cursor: pointer;
  text-decoration: none;
}
.step3-inner {
  background: #fff;
  margin-bottom: 30px;
  padding: 4vw;
  border: solid 1px #8a8a8b;
}
.step3-inner h2 span {
  font-family: 'YakuHanJPs', 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 15px;
}
.step3-inner.confirm {
  border: solid 1px #8a8a8b;
  background: #ebebec;
}
.total-price {
  text-align: right;
  font-size: 2rem;
  font-weight: bold;
}
.total-price span {
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: 1rem;
}
.total-price span.total-ttl {
  margin-right: 1rem;
  margin-left: 0;
}
.purchase-info {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.purchase-info.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.purchase-info.ain {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.is-required::before, .no-required::before {
  content: "\5FC5\9808";
  color: #fff;
  background-color: #f55955;
  padding: 2px 2px;
  border-radius: 4px;
  display: inline-block;
  font-size: 10px;
  height: 19px;
  margin: 5px 5px 5px 0px;
  min-width: 50px;
  text-align: center;
  vertical-align: middle;
}
.no-required::before {
  content: "\4EFB\610F";
  color: #333;
  background-color: #f1f1f1;
}
.col-lg-3 {
  width: 100%;
}
.col-lg-5 {
  width: 100%;
}
.col-lg-7 {
  width: 100%;
}
.col-inner {
  width: 50%;
}
.col-inner .form-control {
  width: 90%;
}
.purchase-name {
  font-size: 14px;
  font-weight: bold;
}
.user-name {
  width: 100%;
  margin-bottom: 10px;
}
.user-name::before {
  display: inline-block;
  font-size: 12px;
  width: 30px;
  text-align: center;
}
.user-name.last-name::before {
  content: '\59D3';
}
.user-name.first-name::before {
  content: '\540D';
}
.user-name.last-name.kana::before {
  content: '\30BB\30A4';
}
.user-name.first-name.kana::before {
  content: '\30E1\30A4';
}
.order-inner p, .flight-inner p {
  margin-top: 15px;
}
.form-control {
  padding: 1rem;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  max-width: 100%;
}
.user-name .form-control {
  width: calc(100% - 35px);
  display: inline-block;
}
.radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.radio-wrap input[type="radio"] {
  margin: 0 0.7rem 0;
}
.radio-wrap.shipping-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.radio-wrap label {
  cursor: pointer;
  margin-right: 2rem;
  display: inline-block;
}
.input-group select {
  color: #333;
}
.input-group {
  font-size: 14px;
}
.input-group select {
  color: #333;
  font-size: 16px;
  margin-right: 0.5rem;
  margin-left: 1rem;
  padding: 0 1rem;
  height: 4rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group select#year {
  color: #333;
  width: auto;
  font-size: 16px;
  margin-left: 0;
}
.shipping-adrs {
  display: none;
  width: 100%;
}
.contact-detail-help-txt{
    font-weight: normal;
    font-size: 1.2rem;
    margin-bottom: 5px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.purchase-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.purchase-contact{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}
.purchase-info.border-none {
  border-bottom: none;
  padding-bottom: 0;
}
.purchase-info.border-top {
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
.col-inner.flight-time .form-control {
  width: calc(100% - 5rem);
}
.col-inner.flight-time span {
  margin-left: 0.5rem;
  margin-right: 1rem;
}
#flightTime-h {
  margin-bottom: 5px;
}
.nationality-col {
  width: 100%;
}
.nationality-col.flex.aic.wrap {
  margin-top: 5px;
}
.nationality-col.flex.aic.wrap input[type="text"] {
  margin-top: 5px;
}
.test-check label, .test-check-place label {
  cursor: pointer;
}
.test-check-place label {
  cursor: not-allowed;
}
.modal-btn {
  text-align: center;
}
.modal-btn a {
  display: inline-block;
  margin: 15px 0 0;
  padding: 10px 20px;
  border-radius: 45px;
  border: solid 3px #b78d54;
  color: #333;
  font-weight: 700;
  font-size: 3.8vw;
  text-align: center;
  -webkit-transition: background .3s;
  transition: background .3s;
  width: 100%;
}
.modal-btn a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f00e';
  font-weight: 900;
  margin-right: 0.5rem;
}
.recipt-inner {
  font-size: 14px;
}
p.recipt-s {
  font-size: 12px;
  margin-top: 4vw;
}
.recipt-ttl {
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  display: inline-block;
}
.recipt-input {
  width: 100%;
  font-size: 16px;
}
.recipt-inner .flex {
  margin-left: 23px;
  margin-right: 23px;
}
.test-check span {
  font-size: 10px;
  display: block;
}
.test-check-place label {
  color: #ccc;
}
.payment-price {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
}
.payment-ttl {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  width: 100%;
}
.payment-expiration {
  white-space: nowrap;
}
.payment-number {
  width: 100%;
}
.payment-2col {
  width: 100%;
}
.payment-expiration input {
  width: 60px;
}
.payment-security {
  width: 133px;
}
.kiyaku {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: left;
  max-width: 320px;
  margin: 0 auto 30px;
}
.kiyaku a {
  display: block;
  font-size: 14px;
  margin-top: 0.5rem;
  margin-left: 2.5rem;
  color: #248fdf;
  text-decoration: underline;
}
.kiyaku label {
  cursor: pointer;
}
.pass {
  background: #fff;
  color: #333;
}
.pass-inner {
  padding: 14vw 4vw;
}
.pass-inner h2 {
  font-size: 4vw;
  text-align: center;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.pass-box {
  margin-top: 30px;
  border-radius: 5px;
}
.pass-box h3 {
  color: #b78d54;
  font-size: 18px;
  text-align: left;
  margin: 30px 0 0;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.pass-boxInner figure {
  margin-top: 30px;
}
.pass-detail h4 {
  margin-top: 30px;
  padding: 8px 0;
  background: rgba(245, 176, 76, 0.4);
  font-size: 4.26667vw;
  line-height: 1;
  text-align: center;
}
.pass-detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
.pass-detail dl dt {
  width: 25%;
  margin-top: 15px;
  font-weight: 700;
}
.pass-detail dl dd {
  width: 75%;
  margin-top: 15px;
}
.pass-name {
  font-weight: 700;
  font-size: 3.2vw;
}
.pass-name span {
  font-size: 4.8vw;
}
.pass-txt {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}
.pass-clinic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pass-clinic-box figure {
  width: 48%;
  box-shadow: 15px 15px 30px rgb(0 0 0 / 10%);
}
.pass-link {
  text-align: center;
  margin-top: 30px;
}
.pass-link a {
  padding: 12px 40px 14px;
  font-size: 1.8rem;
}
.pass-link a {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: bold;
  background: #b78d54;
  color: #fff;
  border-radius: 25px;
  display: inline-block;
}
.pass-contentMap-wrap {
  padding-top: 100%;
  margin-top: 30px;
  position: relative;
}
.pass-contentMap-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.underline {
  border-bottom: solid 1px #b78d54;
  padding-bottom: 30px;
  border-radius: 0;
}
.modaal-content-container {
  padding: 0 !important;
}
.modaal-wrapper .modaal-close {
  background: #000 !important;
}
.enterprise-txt {
  text-align: center;
  margin-bottom: 30px;
}
.footer-bottom {
  background: #5b5b5b;
  color: #FFF;
}
.footer-bottomInner {
  padding: 5vw 4vw;
}
.footer-bottom small {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  font-family: Roboto;
  text-align: center;
}
.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-item {
  width: 50%;
  font-size: 14px;
}
.footer-item:nth-of-type(n+3) {
  margin-top: 15px;
}
.footer-copy {
  margin-top: 25px;
  padding: 2vw;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 3.2vw;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
@media screen and (max-width: 375px) {
  .step1-btn a, .step1-btn button {
    font-size: 5vw;
  }
}
@media screen and (min-width: 376px) {
  .header-inner {
    height: 56px;
  }
  .header-ttl {
    font-size: 1.0rem;
  }
  .header-ttl span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .header-inner {
    height: 80px;
    padding-left: 2vw;
  }
  ._forSP {
    display: none;
  }
  ._forPC {
    display: block;
  }
  h1 {
    font-size: 4.0rem;
  }
  h1 span {
    font-size: 2rem;
    line-height: 1;
  }
  h3 {
    font-size: 2.5rem;
    text-align: left;
  }
  h3 span {
    display: inline-block;
    width: auto;
  }
  .ac-content dt {
    font-size: 2rem;
  }
  .kensa-box .kensa-image-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  figure.kensa-image {
    width: 25%;
  }
  .kensa-txt {
    width: 75%;
  }
  .kensa-price {
    width: auto;
  }
  .kensa-price-last {
    margin-left: 2rem;
  }
  .step1-btn {
    text-align: center;
    width: auto;
  }
  .attention-txt .step1-btn {
    text-align: center;
  }
  .step1-btn a, .step1-btn button {
    font-size: 2.5rem;
    display: inline-block;
    margin: 0;
    transition: all .2s;
  }
  .attention-txt .step1-btn span {
    font-size: 14px;
  }
  .step1-btn a:hover, .step1-btn button:hover {
    opacity: .8;
  }
  figure.kensa-image img {
    margin: 0;
  }
  p.step1-txt {
    font-size: 1.5rem;
  }
  p.step1-tel a {
    pointer-events: none;
  }
  .col-lg-3 {
    width: 30%;
  }
  .col-lg-5 {
    width: 50%;
  }
  .col-lg-7 {
    width: 70%;
  }
  .user-name {
    width: 50%;
  }
  .user-name .form-control {
    width: calc(95% - 30px);
  }
  .radio-wrap.shipping-wrap {
    width: 70%;
  }
  .recipt-txt {
    width: 100%;
  }
  .recipt-input {
    width: 100%;
  }
  .recipt-input .form-control {
    width: 50%;
  }
  .recipt-inner .flex {
    margin: 0;
  }
  .recipt-inner .flex {
    margin-left: 23px;
  }
  .test-check span {
    display: inline;
  }
  .payment-ttl {
    width: 100px;
  }
  .payment-number {
    width: 70%;
  }
  .payment-col {
    margin-top: 15px;
  }
  .payment-2col {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .payment-ttl.payment-security-ttl {
    width: 170px;
  }
  #flightTime-h {
    margin-bottom: 0;
  }
  .col-inner.flight-time .form-control {
    width: 7rem;
  }
  .contact-detail-help-txt{
      padding-right: 10px;
  }
  .nationality-col {
    width: 100px;
  }
  .nationality-col.flex.aic.wrap {
    width: calc(100% - 100px);
    margin-top: 0;
  }
  .nationality-col.flex.aic.wrap input[type="text"] {
    margin-top: 0;
    width: auto;
    min-width: 300px;
  }
  .modal-btn a {
    font-size: 2rem;
    min-width: 400px;
    width: auto;
  }
  .pass-inner {
    padding: 8vw 4vw;
  }
  .pass-inner h2 {
    font-size: 3.0rem;
  }
  .pass-box h3 {
    font-size: 2.0rem;
  }
  .pass-boxInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pass-boxInner figure {
    width: 40%;
  }
  .pass-detail {
    width: 48%;
  }
  .pass-detail h4 {
    font-size: 2.0rem;
  }
  .pass-detail dl {
    font-size: 1.6rem;
  }
  .pass-name {
    font-size: 2.0rem;
  }
  .pass-name span {
    font-size: 3.2rem;
  }
  .pass-txt {
    font-size: 1.6rem;
  }
  .pass-contentMap {
    width: 48%;
  }
  .pass-boxInner figure {
    width: 48%;
  }
  .pass-contentMap-wrap {
    margin-top: 0;
  }
  .modaal-content-container {
    padding: 30px !important;
  }
  .footer-bottomInner {
    padding: 4vw;
  }
  .footer-bottom small {
    font-size: 1.6rem;
  }
  .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-item {
    width: auto;
    font-size: 1.4rem;
  }
  .footer-item:nth-of-type(n+3) {
    margin-top: 0;
  }
  .footer-item:nth-of-type(n+2) {
    margin-left: 20px;
  }
  .footer-copy {
    font-size: 1.8rem;
    text-align: center;
  }
  .page-width p {
    text-align: center;
  }
}
@media screen and (min-width: 900px) {
  figure.item-image {
    margin-bottom: 0;
    width: 25%;
    text-align: left;
  }
  .item-box {
    width: 75%;
  }
  .item-price {
    width: auto;
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .item-price-box {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }
  .item-list li {
    width: 48%;
  }
  .item-list h2 {
    font-size: 1.5rem;
  }
  .item-box {
    width: 75%;
    padding-left: 15px;
  }
  .item-list h2 span {
    display: inline-block;
    margin-left: 1rem;
  }
}
