@charset "UTF-8";
.table_standard_wrap {
  width: 100%;
  background: #ffffff;
}
.table_standard_wrap caption {
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
}
.table_standard_wrap th {
  min-width: 120px;
  font-weight: normal;
  background-color: #F4F4F4;
}
.table_standard_wrap th, .table_standard_wrap td {
  padding: 8px;
  text-align: left;
  border: 1px solid #CCC;
  vertical-align: middle;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .table_standard_wrap th, .table_standard_wrap td {
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .table_standard_wrap th, .table_standard_wrap td {
    display: inline-block;
    width: 100%;
    float: left;
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .table_standard_wrap tr:first-child > *:first-child {
    border-top: 1px solid #CCC;
  }
}
.table_standard_wrap th.center, .table_standard_wrap td.center {
  text-align: center;
}

.table_separate {
  width: 100%;
}
.table_separate > tbody {
  display: grid;
  row-gap: 4px;
}
.table_separate tr {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .table_separate tr {
    grid-template-columns: minmax(20%, 30%) 1fr;
  }
}
.table_separate th, .table_separate td {
  padding: 8px;
  line-height: 1.4;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.table_separate th {
  min-width: 120px;
  background: #f3f3f3;
  text-align: left;
  font-weight: normal;
}
.table_separate td {
  background-color: #fff;
}

.innerHr {
  margin: 30px 0;
  border-top: 1px solid #ccc;
}

.titleClosedSim {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 30px;
  color: #094067;
}

.titleClosedSim-en {
  font-size: 36px;
  font-weight: bold;
}

.titleClosedSim-jp {
  padding-left: 20px;
  font-size: 18px;
  transition: all 0.6s ease-in-out;
}

.titleClosedSim-jp.toAnimated {
  opacity: 1;
}

.borderRoundBlue {
  border: 1px solid #2C74C7;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .borderRoundBlue {
    padding: 20px;
  }
}

/* 固定される要素の初期スタイル */
.sticky-element {
  position: fixed;
  top: 60px;
  width: 250px;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  z-index: 100;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 767px) {
  .sticky-element {
    top: 95px;
    left: 20px;
  }
}

.sticky-element.stickey-orderMade {
  background-color: #7DC89A;
}

.sticky-element.stickey-pack12set {
  background-color: #D6B96C;
}

.sticky-element.is-fixed {
  opacity: 100;
}

.selectPlan_orderMade, .selectPlan_pack12set {
  border: 2px solid #fff;
}

.selectPlan_orderMade {
  background: linear-gradient(to bottom right, #FFFFFF 2%, #E1F7EF 26%, #E1F7E7 55%, #E1F7F6 80%, #F7F7F7 98%);
}

.selectPlan_pack12set {
  background: linear-gradient(to bottom right, #FFFFFF 2%, #F7EEE1 26%, #F3F7E1 55%, #F7F6E1 80%, #FFFFFF 98%);
}

.closedSimBlock_white {
  display: flex;
  flex-direction: column;
  padding: 30px 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .closedSimBlock_white {
    padding: 50px 30px 30px 30px;
  }
}

.closedSimBlock_white input[type=checkbox] {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.closedSimBlock_white input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='16' height='16'><rect fill='%2386BB57' width='16' height='16'/><path fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12.6,5.17l-5.66,5.66L3.4,7.29'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
}

.btn_roundblue {
  margin: 20px auto auto auto;
  line-height: 1.3;
  width: clamp(150px, 100%, 300px);
  min-height: 3em;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: calc(1em + 0.1vw);
  font-weight: inherit;
  margin-right: auto;
  margin-left: auto;
  padding: min(0.8em, 2vw);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 0 solid #fff;
  background: #2680EA;
  color: #fff;
  border-radius: 10px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .btn_roundblue {
    margin-right: auto;
    margin-left: auto;
  }
}
.btn_roundblue + p, .btn_roundblue + div {
  margin-top: 10px;
}

.btn_download {
  margin: 20px auto auto auto;
  line-height: 1.3;
  width: clamp(150px, 100%, 300px);
  min-height: 3em;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: calc(1em + 0.1vw);
  font-weight: inherit;
  padding: min(0.8em, 2vw);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  background: #D9E2E6;
  color: #3485C6;
  border-radius: 10px;
  position: relative;
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .btn_download {
    margin-right: auto;
    margin-left: auto;
  }
}
.btn_download + p, .btn_download + div {
  margin-top: 10px;
}
.btn_download::after {
  font-weight: inherit;
  content: '\f019';
  font-family: FontAwesome;
  line-height: 1;
  font-size: 1.2em;
  color: inherit;
  display: inline-block;
  margin-right: 0.24em;
  margin-left: 0.24em;
}
.btn_download::after {
  position: absolute;
}
.btn_download::after {
  right: 2%;
}

@media screen and (min-width: 768px) {
  .closedSimListFlow {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.closedSimListFlow li {
  line-height: 1.2;
  min-height: 50px;
}
@media screen and (max-width: 767px) {
  .closedSimListFlow li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: relative;
    padding: 5px 5px 5px 40px;
  }
  .closedSimListFlow li::before, .closedSimListFlow li::after {
    position: absolute;
    content: "";
  }
  .closedSimListFlow li::before {
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 2;
    outline: 1px solid #7BAED8;
  }
  .closedSimListFlow li:nth-child(1)::before {
    background: color-mix(in lch, #f2f9ff 100%, #7BAED8 0%);
  }
  .closedSimListFlow li:nth-child(2)::before {
    background: color-mix(in lch, #f2f9ff 75%, #7BAED8 25%);
  }
  .closedSimListFlow li:nth-child(3)::before {
    background: color-mix(in lch, #f2f9ff 50%, #7BAED8 50%);
  }
  .closedSimListFlow li:nth-child(4)::before {
    background: color-mix(in lch, #f2f9ff 25%, #7BAED8 75%);
  }
  .closedSimListFlow li:nth-child(5)::before {
    background: color-mix(in lch, #f2f9ff 0%, #7BAED8 100%);
  }
  .closedSimListFlow li:not(:last-child)::after {
    left: 9px;
    top: 18px;
    border-left: 2px solid #a3a3a3;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .closedSimListFlow li {
    display: flex;
    align-items: center;
    width: 150px;
    height: 80px;
    padding: 5px 20px 5px 10px;
  }
  .closedSimListFlow li:nth-child(1) {
    background: color-mix(in lch, #f2f9ff 100%, #7BAED8 0%);
  }
  .closedSimListFlow li:nth-child(2) {
    background: color-mix(in lch, #f2f9ff 75%, #7BAED8 25%);
  }
  .closedSimListFlow li:nth-child(3) {
    background: color-mix(in lch, #f2f9ff 50%, #7BAED8 50%);
  }
  .closedSimListFlow li:nth-child(4) {
    background: color-mix(in lch, #f2f9ff 25%, #7BAED8 75%);
  }
  .closedSimListFlow li:nth-child(5) {
    background: color-mix(in lch, #f2f9ff 0%, #7BAED8 100%);
  }
  .closedSimListFlow li:not(:last-child) {
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  }
}