
/* 1rem = 16px */
:root {
  --primary-color: #76004B;
  --secondary-color: #F26937;
  --black-color: #231F20;
  --text-color: #4A5C5A;
  --primary-font-size: 21px;
  --h4-font-size: 1.375rem;
  --note-font-size: 14px;
  --container-md-width: 865px;
  --table-font-size: 1.5rem;
  --table-thead-font-size-1: 2.1875rem;
  --table-thead-font-size-2: 1.75rem;
  --table-bg-pink: #FEF0EB;
  --table2-tbody-font-size: 1.375rem;
  --table-big-font-size: 31px;
  --table-small-font-size: 1.25rem;
}

@media (max-width: 767px) {
  :root {
    --primary-font-size: 1rem;
    --h4-font-size: 1.125rem;
    --table-font-size: 1rem;
    --table-thead-font-size-1: 1.75rem;
    --table-thead-font-size-2: 1.35rem;
    --table2-tbody-font-size: 1rem;
    --table-big-font-size: 1.35rem;
    --table-small-font-size: 1rem;
  }
}


.text-color-primary {
  color: var(--primary-color) !important;
}

.text-color-orange {
  color: var(--secondary-color) !important;
}

.text-color-black {
  color: var(--black-color) !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

* {
  color: var(--text-color);
}

.container sup {
  font-size: 58%;
  font-weight: inherit;
  color: inherit;
}

.md-width {
  max-width: var(--container-md-width);
  margin: 0 auto;
}

.container [class^='section-'] {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .container [class^='section-'] {
    margin-bottom: 50px;
  }
}

/* common */
.section-note {
  font-size: var(--note-font-size);
  line-height: 2;
  margin-bottom: 66px;
}

/*  introduction */
.section-introduction {
  gap: 40px;
  text-align: center;
  margin-bottom: 50px;
}

.section-introduction img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}
.section-introduction > div {
  gap: 25px;
  font-size: var(--primary-font-size);
}
.section-introduction strong {
  font-weight: 700;
  color: var(--secondary-color);
}
.section-note > div {
  background-color: transparent;
  padding: 0;
}
/* button link */
.section-button-link {
  padding: 20px 0;
  width: 100%;
  margin: 0 auto 63px;
 }
  
.section-button-link a {
  position: relative;
  color: #F26937;
  border: 2px solid;
  padding: 16px 40px 16px 16px;
  font-weight: 700;
  text-align: left;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.section-button-link a::before {
  left: -1px;
  top: 0;
  width: 0;
  height: calc(100% + 2px);
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.section-button-link a::after {
  content: '';
  background: url('/images/c6449f2cff515f0bb0c49c214cc3652a.svg') no-repeat;
  background-size: contain;
  display: inline-block;
  width: 9px;
  height: 13px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.section-button-link a:first-child {
  margin-right: 40px;
}

.section-button-link a.click,
.section-button-link a:hover {
  color: #fff;
  border-color: var(--secondary-color);
  text-decoration: none;
  z-index: 1;
}
.section-button-link a.click::before,
.section-button-link a:hover::before {
  width: calc(100% + 2px);
  background-color: var(--secondary-color);
}

.section-button-link a.click::after,
.section-button-link a:hover::after {
  background-image: url('/images/6a7bb1c877d67470749d7a0f55fdca13.svg');
}

.section-button-link .secondary-anchor-link {
  background-color: var(--secondary-color);
  color: #fff;
}

.section-button-link .secondary-anchor-link::after {
  background-image: url('/images/6a7bb1c877d67470749d7a0f55fdca13.svg');
}


.section-button-link .secondary-anchor-link:hover {
  background-color: #fff;
  color: var(--secondary-color);
}

.section-button-link .secondary-anchor-link:hover::before {
  background-color: #fff;
}

.section-button-link .secondary-anchor-link:hover::after {
  background-image: url('/images/c6449f2cff515f0bb0c49c214cc3652a.svg');
}

@media (max-width: 767px) {
  .section-button-link {
    flex-direction: column;
  }
  .section-button-link a {
      display: block;
      font-size: .875rem;
  }
  .section-button-link a:first-child {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}

/* section-accordion */
.section-accordion {
  font-size: var(--primary-font-size);
}
.section-accordion > h3 {
  font-weight: 700;
  margin-bottom: 37px;
}
.helix-accordion {
  max-width: var(--container-md-width);
}
.helix-accordion__panel-body-inner {
  padding: 45px 45px 45px 47px;
  font-size: var(--primary-font-size);
}
ul.list-dots {
  padding: 0;
  margin: 0;
}
ul.list-dots li {
  padding-left: 24px;
  position: relative;
  box-sizing: border-box;
}
ul.list-dots li+li {
  margin-top: 43px;
}
ul.list-dots li .text {
  display: inline-block;
}

ul.list-dots li::before {
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: var(--text-color);
  position:absolute;
  left: 0;
  top: 10px;
}
.list-dots.dots-color-white li::before {
  background-color: #fff;
}
.list-dots.dots-color-white li+li {
  margin-top: 16px;
}

.container .section-table-title {
  margin-bottom: 25px;
}

.container .section-table-title div {
  font-size: var(--primary-font-size);
}

.section-table-title * {
  text-align: center;
  font-weight: 500;
}

.section-table-title h3 {
  margin-bottom: 54px;
  font-weight: 700;
}

.table-container{
  max-width: 100%;
  overflow-x: auto;
}

.table-container .big-font {
  font-size: var(--table-big-font-size) !important;
}
 
.table-container .big-font + sup {
  font-size: calc( var(--table-big-font-size) * 0.58);
}

.table-container .font-weight-700 + sup {
  font-weight: 700;
}

.table-container .table {
  font-size: var(--table-font-size);
}

.table {
  border-radius: 20px;
  background-color: #F0F0F1;
}

.table-container .table td {
  text-align: center;
}

.table-container .table th,
.table-container .table td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}

.table-container .table thead th {
  font-size: var(--table-thead-font-size-2);
  font-weight: 700;
  padding: 20px;
  white-space: nowrap;
  text-align: center;
}

.table-container .table thead th:first-child,
.table-container .table thead th:nth-child(2){
  color: #fff;
}

.table-container .table thead th:first-child {
  font-size: var(--table-thead-font-size-1);
  border-top-left-radius: 20px;
}

.table-container .table thead th:nth-child(2) {
  background-color: var(--primary-color);
}

.table-container .table thead th:last-child {
  background-color: #CFD1D2;
  border-top-right-radius: 20px;
}

.table-container .table thead th:last-child {
 border-right: 0; 
}

.table-container .table tbody > tr:last-child th,
.table-container .table tbody > tr:last-child td {
  border-bottom: 0;
}

.table-container .table tbody th,
.table-container .table tbody td {
  padding: 20px 15px;
}

.table-container .table sup {
  white-space: nowrap;
}

.table-container .table img {
  min-width: 30px;
}

.table-container .table.table-1 thead th:first-child {
  background: linear-gradient(90deg, #76004B 12.31%, #7A034A 28.63%, #850D49 44.29%, #991D46 59.67%, #B43541 74.9%, #D6523C 89.86%, #F26A38 100%);
}

.table-container .table.table-1 tbody td img {
  max-width: 50px;
}

.table-container .table.table-1 th:first-child {
  border-right: 0;
  padding-right: 5px;
}

.table-container .table.table-1 th + td {
  text-align: left;
}

.table-container .table.table-1 tbody td strong {
  font-weight: 700;
}

.table-container .table.table-1 tbody td:nth-child(3) {
  background-color: var(--table-bg-pink);
}

.table-container .table.table-1 {
  margin-bottom: 25px;
}

.table-container .table.table-1 thead th:nth-child(2){
  width: 28%;
}

.table-container .table.table-1 thead th:nth-child(3) {
  width: 20%;
}

/* table 2 */
.table-container .table.table-2 tbody th,
.table-container .table.table-2 tbody td {
  padding-left: 10px;
  padding-right: 10px;
}

.table-container .table.table-2 thead th {
  font-size: var(--h4-font-size);
}

.table-container .table.table-2 thead th:first-child {
  width: 24%;
}

.table-container .table.table-2 thead th:last-child {
  white-space: initial;
  width: 30%;
}

.table-container .table.table-2 tbody td {
  font-size: var(--table2-tbody-font-size);
}

.table-container .table.table-2 tbody td:nth-child(2),
.table-container .table.table-2 tbody tr > td:not(:last-child){
  background-color: var(--table-bg-pink);
}

.table-container .table.table-2 tbody > tr:nth-child(4) td:nth-child(2),
.table-container .table.table-2 tbody > tr:nth-child(4) td:nth-child(3),
.table-container .table.table-2 tbody > tr:nth-child(5) td:first-child,
.table-container .table.table-2 tbody > tr:nth-child(6) td:first-child,
.table-container .table.table-2 tbody > tr:nth-child(7) td:first-child {
  border-right: 0;
  padding-right: 0;
}

.table-container .table.table-2 tbody > tr:nth-child(4) td:nth-child(3),
.table-container .table.table-2 tbody > tr:nth-child(4) td:nth-child(4),
.table-container .table.table-2 tbody > tr:nth-child(5) td,
.table-container .table.table-2 tbody > tr:nth-child(6) td,
.table-container .table.table-2 tbody > tr:nth-child(7) td {
  border-bottom: 0;
  padding-bottom: 0;
  padding-left: 8px;
  padding-top: 13px;
  text-align: left;
}

.table-container .table.table-2 tbody > tr:nth-child(4) td:nth-child(2) {
  padding-right: 10px;
}

.table-container .table.table-2 tbody > tr:nth-child(6) td:nth-child(2) {
  font-size: var(--table-small-font-size);
}

.table-container .table.table-2 tbody > tr:nth-child(7) td {
  padding-bottom: 13px;
}

.table-container .table.table-2 {
  margin-bottom: 43px;
  min-width: 680px;
}

.container .section-table:first-child {
  margin-bottom: 100px;
}

.container .section-table:last-child {
  margin-bottom: 65px;
}

/* section-if-exchange */
.section-if-exchange > div {
  display: flex;
  justify-content: space-between;
  gap: 56px;
}

.section-if-exchange h4 {
  font-size: var(--h4-font-size);
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 37px;
}

.section-if-exchange .col-content li{
  font-size: var(--primary-font-size);
}

.section-if-exchange .col-image img {
  max-width: 280px;
}

.section-if-exchange ul li + li{
  margin-top: 40px;
}

/* section-caution */
.section-caution {
  margin-bottom: 82px;
}
.section-caution h4 {
  text-align: center;
  /*font-size: var(--h4-font-size);*/
  margin-bottom: 30px;
}
.section-caution .caution-card {
  background-color: #76004B;
  border-radius: 20px;
  padding: 36px 60px;
  color: #fff;
  gap: 25px;
}
.section-caution .caution-card .col-img img {
  max-width: 132px;
}
.section-caution .caution-card .col-content li {
  font-size: var(--primary-font-size);
  font-weight: 500;
  color: #fff;
}

.section-caution .caution-card .col-content li span {
  font-weight: 500;
}

@media (max-width: 767px) {
  .section-caution .caution-card {
    flex-direction: column;
  }
}

/* video */
.section-video .video-title {
  font-size: 1.45rem;
  color: var(--primary-color);
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}