/* utilities */
.--pc_w33p {
  width: 33%;
}
.fs-regular {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.fs-regular sup {
  font-size: 1rem;
  vertical-align: 0.1em;
  font-weight: 700;
}
.fs-small {
  font-size: 1.2rem;
  display: inline-block;
  line-height: 1.7;
}
.fs-small._mod {
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
}
.fs-small i {
  display: block;
  font-style: normal;
}
.fs-small sup {
  font-size: 0.8rem;
}
.mt-32 {
  margin-top: 32px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-auto {
  margin-top: auto;
}
.mb-8 {
  margin-bottom: 8px;
}
.mt-3xsmall {
  margin-top: 8px;
}
.block {
  display: block;
}
.fs-normal {
  font-style: normal
}
.--decoration_none {
  text-decoration: none !important;
}
.cmn_table tr .--bgc_light-gray {
  background-color: #CCCCCC;
  border-top: 1px solid #FFFFFF;
}
/* KV */
.cmn_w100p_wrap.is-bleed .inner {
  padding: 40px 0;
}
.grid_container {
  display: grid;
  grid-template-columns: 340px 180px;
  grid-template-rows: auto auto;
  gap: 14px 25px;
  max-width: 545px;
  margin: 0 auto;
}
.grid_item_content {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.grid_item_content p{

}
.grid_item_image {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
.grid_item_content img.sp {
  display: none;
}
.grid_item_overline {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  align-self: end;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid_item_overline p {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  letter-spacing: 0.02em;
}
.grid_item_overline p::before,
.grid_item_overline p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 1px;
  background: #656565;
  transform-origin: center;
}
.grid_item_overline p::before {
  left: 0;
  transform: translateX(-20px) rotate(60deg);
}
.grid_item_overline p::after {
  right: 0;
  transform: translateX(20px) rotate(-60deg);
}
.kv_notes {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap:24px;
}
/* layout */
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_container {
  display: flex;
}
.flex_container_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.overline_text {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: 700;
  color: #BD3501;
}
.overline_text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 11px;
  background-color: #FFFD6B;
}
.table_normal_text {
  font-size: 1.6rem;
  line-height: 1.7;
}
.cmn_table._mod td,
.cmn_table._mod th {
  vertical-align: middle;
  text-align: center;
}
.left_col_title {
  font-size: 1.6rem;
  font-weight: 700;
}
.left_col_title span{
  font-size: 1.4rem;
  font-weight: 700;
}
.col_subtitle {
  font-size: 1.6rem;
  font-weight: 700;
}
.cmn_table_total {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmn_table_total .cmn_normal_text {
  margin-right: 30px;
}
.cmn_table_total .gold_card_total {
  margin-left: 30px;
  margin-right: 35px;
}
.gold_card_total dt,
.standard_card_total dt {
  font-size: 1.6rem;
  color: #000;
}
.gold_card_total dd span,
.standard_card_total dd span{
  position: relative;
  z-index: 1;
  font-size: 3.4rem;
  font-weight: 700;
  color: #A66423;
  line-height: 1;
}
.gold_card_total dd span::after,
.standard_card_total dd span::after  {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: -1;
  width: 100%;
  height: 15px;
  background-color: #EDE2CB
}
.standard_card_total dd span{
  color: #6A7181;
}
.standard_card_total dd span::after {
  background-color: #E9ECF5
}
.cmn_annotation_list._mod {
  margin-top: 8px;
}
.cmn_annotation_list._mod li {
  margin-top: 8px;
}
.cmn_annotation_list._mod li:first-child {
  margin-top: 0;
}
.cmn_btn_primary._mod {
  background-color: #6A7181;
}
.cmn_btn_primary._mod:hover {
  opacity: .8;
}
.cmn_btn_wrap._mod {
  margin-top: 40px;
}
.fs-small i.sp-block {
  display: inline;
}
/* table fix */
.td-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.td-inner._mod {
  gap: 4px;
}
.lh-small {
  line-height: 1.2;
}
.cmn_table._mod td.va-top {
  vertical-align: top;
}

@media screen and (max-width:640px){
  .fs-regular {
    font-size: 1.2rem;
  }
  .fs-small {
    font-size: 1rem;
  }
  .mt-3xsmall {
    margin-top: 16px;
  }
  .w80sp {
    width: 80%;
    margin: 0 auto;
  }
  /* KV */
  .grid_container {
    display: grid;
    grid-template-columns: 169px 120px;
    grid-template-rows: auto auto;
    gap: 10px 20px;
    max-width: 309px;
  }
  .grid_item_image {
    align-self: center;
  }
  .grid_item_content img.sp {
    display: block;
  }
  .grid_item_content img.pc {
    display: none;
  }
  .grid_item_overline p {
    font-size: 1.2rem;
  }
  .grid_item_overline p::before,
  .grid_item_overline p::after {
    width: 16px;
  }
  .grid_item_overline p::before {
    transform: translateX(-14px) rotate(60deg);
  }
  .grid_item_overline p::after {
    transform: translateX(14px) rotate(-60deg);
  }
  .kv_notes {
    flex-direction: column;
    gap: 0;
  }
  .kv_notes li:last-child p {
    padding-left: 1.2rem;
  }
  .table_normal_text,
  .table_normal_text .cmn_text_link {
    font-size: 1.2rem;
  }
  .flex_container {
    gap: 16px;
  }
  .flex_container_item {
    padding: 0;
  }
  .grid_item_label .label_text {
    font-size: 2.5rem;
  }
  .item_value01 {
    font-size: 4rem;
  }
  .item_value01::after {
    bottom: 0px;
    height: 11px;
  }
  .item_value02 {
    font-size: 1.8rem;
  }
  .title_text {
    font-size: 1.4rem;
  }
  .overline_text {
    font-size: 1.6rem;
  }
  .overline_text::after {
    height: 8px;
  }
  .cmn_table._mod .cmn_th_main th + th {
    border-left: 1px solid #FFFFFF;
    border-top: none;
  }
  .left_col_title {
    font-size: 1.2rem;
  }
  .left_col_title span{
    font-size: 1rem;
  }
  .col_subtitle {
    font-size: 1rem;
  }
  .cmn_normal_list._mod {
    font-size: 1.4rem;
  }
  .cmn_w100p_wrap.is-bleed {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    padding: 0 6.4% 0;
  }
  .cmn_w100p_wrap.is-bleed .inner {
    padding: 24px 0;
  }
  .grid_container {
    max-width: 324px;
    margin: 0 auto;
  }
  .cmn_annotation_list._mod li {
    margin-top: 16px;
  }
  .cmn_table_total {
    flex-wrap: wrap;
    gap: 8px 35px;
    padding: 16px 0;
  }
  .cmn_table_total .cmn_normal_text {
    margin-right: 0;
    flex: 0 0 100%;
    width: 100%;
  }
  .gold_card_total,
  .standard_card_total {
    flex: 0 1 auto;
  }
  .cmn_table_total .gold_card_total {
    margin-left: 0;
    margin-right: 0;
  }
  .gold_card_total dt,
  .standard_card_total dt {
    font-size: 1.2rem;
  }
  .cmn_annotation_list._mod {
    margin-top: 16px;
  }
  /* --switching fix */
  .cmn_btn_txt.--switching {
    padding: 0;
    margin-bottom: 4px;
  }
  .cmn_btn_txt.--switching span {
    font-size: 1.2rem;
    line-height: 1.2
  }
  .cmn_btn_txt.--switching span.--red {
    display: inline;
  }
  .cmn_btn_txt.--switching::before,
  .cmn_btn_txt.--switching::after {
    height: 30px;
  }
  .cmn_btn_txt.--switching::before {
    margin-left: -4px;
  }
  .cmn_btn_txt.--switching::after {
    margin-left: 4px;
  }
  .cmn_btn_secondary._mod,
  .cmn_btn_primary._mod {
    font-size: 1rem;
    padding: 14px 8px;
  }
  .cmn_btn_secondary._mod::after,
  .cmn_btn_primary._mod::after {
    background: none !important;
  }
  .cmn_btn_wrap._mod {
    margin-top: 24px;
  }
  /* table fix */
  .fs-regular sup {
    font-size: .8rem;
  }
  .td-inner {
    gap: 6px;
  }
  .fs-small i.sp-block {
    display: block;
  }
  .btn_height {
    font-size: 1rem;
    padding: 17px 8px !important;
    height: 51.8px;
  }
  .cmn_btn_primary.btn_height::after {
     background: none !important;
  }
  .btn_height2 {
    padding: 12px 46px 12px 24px;
  }
}