@charset "UTF-8";

/*---------------------------------------------
utility style
-----------------------------------------------*/
.u-pc-d-n {
    display: block;
}

.u-sp-d-n {
    display: none;
}
#contents-area {
    width: 100% !important;
}
#contents-body {
    width: 100% !important;
}
#nav-top-area {
    z-index: 20;
}
.u-sp-mt-10 {
    margin-top: 10px !important;
}
.u-sp-mt-15 {
    margin-top: 20px !important;
}
.u-sp-mt-20 {
    margin-top: 30px !important;
}
.u-sp-mt-25 {
    margin-top: 40px !important;
}
.u-sp-mt-30 {
    margin-top: 50px !important;
}
a.text-blue {
    color: #0b5bce !important;
}
/*---------------------------------------------
 common style
-----------------------------------------------*/
#str-contents {
    padding: 0;
}
p,ul,li,span {
    margin: 0;
    padding: 0;
}
ul {
  list-style: none !important;
}
img {
    width: 100%;
}
.sec-contents-wrapper {
    padding: 100px 0;
    position: relative;
}
.sec-bg-line {
    position: absolute;
    width: 80%;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-right: solid 1px #f5f5f5;
    border-left: solid 1px #f5f5f5;
}
.sec-bg-line > .sec-bg-inner-line {
    position: absolute;
    width: 33%;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-right: solid 1px #f5f5f5;
    border-left: solid 1px #f5f5f5;
}
.sec-contents-wrapper .sec-contents-inner {
    padding: 0 20px;
    position: relative;
    z-index: 5;
}
.sec-contents-wrapper .sec-contents-title-wrap {
    margin: 0 20px 40px;
}
.sec-contents-title-wrap > span {
    font-size: 16px;
    font-weight: 600;
}
.sec-contents-title-wrap > span::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #333;
    vertical-align: middle;
    margin-left: 9px;
    margin-top: -3px;
}
.sec-contents-title-wrap > span + h2  {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    color: #1cb04d;
}
.sec-contents-lead-text-wrap {
    margin: 0 20px;
}
.sec-contents-lead-text-wrap > p {
    font-size: 18px;
}
.price-chart-inner-1col-item img {
    margin: 0 auto;
}
.note-list {
    list-style-type: none;
    margin-top: 20px;
    font-size: 12px;
}
.note-list > li {
    display: table;
    margin-bottom: 7px;
}
.note-list > li > span.note {
    display: table-cell;
    padding-right: 5px;
}
.bullet-note-list > li {
    font-size: 12px;
    line-height: 1.5;
    display: table;
    text-indent: -10px;
    padding-left: 10px;
}
.bullet-note-list li::before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 3px;
    height: 3px;
    border: 1px solid #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #333333;
    vertical-align: middle;
}
.bullet-note-list > li:not(:last-child) {
    margin-bottom: 20px;
}
.bullet-note-list > li >span.note {
    display: table-cell;
}
/*---------------------------------------------
 page contents
-----------------------------------------------*/

/*----------------------------------
 section service
------------------------------------*/
#service.sec-contents-wrapper {
    background:#2eb044;
}
#service .sec-contents-title-wrap {
    margin: 0 20px 0;
}
#service .sec-contents-title-wrap > span {
    color: #fff;
}
#service .sec-contents-title-wrap > span::after {
    background-color: #fff;
}
#service .sec-contents-title-wrap > span + h2 {
    color: #fff;
}
#service .sec-contents-lead-text-wrap {
    margin-top: 25px;
}
#service .sec-contents-lead-text-wrap p {
    font-size: 16px;
    line-height: calc(100/32);
    letter-spacing: 0.04em;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
#service .sec-contents-lead-text-wrap p > span {
    border-bottom: dotted 2px #fff;
    width: 100%;
    display: inline-block;
}
.sec-service-contents-wrap {
    margin-top: 40px;
}
.sec-service-contents-wrap .sec-service-contents:not(:last-child) {
    margin-bottom: 30px;
}
.sec-service-contents {
    background: #fff;
    border-radius: 30px;
}
.sec-service-contents-inner {
    box-sizing: border-box;
}
.sec-service-contents-title {
    padding: 22px 0 18px;
    border-bottom: solid 2px #def0e1;
}
.sec-service-contents-title > h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    box-sizing: border-box;
    letter-spacing: 0.04em;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    color: #2eb044;
}
.sec-service-contents-title > h3 > .title-num  {
    font-size: 40px;
    font-weight: 700;
    margin-right: 16px;
}
.sec-service-contents-img {
    padding: 30px 0 40px;
}
/*----------------------------------
 section price
------------------------------------*/
#price .sec-contents-title-wrap > span + h2  {
margin-left: -5px;
}
.price-chart-wrap {
    border: solid 2px #1cb04d;
    border-radius: 30px;
}
.price-chart-inner {
    background: #fff;
    border-radius: 30px;
}
.price-chart-inner-1col-item-wrap {
    position: relative;
    padding: 50px 0;
}
.price-chart-inner-2col-item-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
}
.price-chart-inner-2col-item-wrap::before {
    content: "";
    display: inline-block;
    width: 90%;
    height: 1px;
    background: #1cb04d;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.price-chart-inner-2col-item-wrap .price-chart-inner-2col-item {
    margin: 0 17px;
}
.price-chart-inner-2col-item-wrap .price-chart-inner-2col-item:nth-child(1) {
    border-bottom: dotted 1px #1cb04d;
}
.price-chart-inner-2col-item-wrap .price-chart-inner-2col-item:nth-child(2) {
    border-bottom: dotted 1px #1cb04d;
}
.note-list-areamap {
    margin: 10px 10px 0;
}
.note-list-areamap p {
    line-height: 1.2;
    margin: 0;
    margin-top: 0;
}
.note-list-areamap .note-list {
  margin-bottom: 0 !important;
  margin-top: 0;
  margin-left: -10px;
  list-style: none;
}
.note-list-areamap .note-list > li {
  display: table;
  margin-bottom: 0;
  text-indent: 0;
}
.note-list-areamap .note-list > li::before {
  content: none;
}
.note-list-areamap .note-list > li >span.note {
  display: table-cell;
}
.note-list-areamap a {
  color: #0b5bce;
}
.note-list-areamap b {
  font-weight: normal;  
}
a img.newwindowicon {
  width: 17px;
  vertical-align: sub;
}

/*----------------------------------
 section apply
------------------------------------*/
#apply.sec-contents-wrapper {
    background: #0b5bce;
    padding: 60px 0;
}
#apply .sec-content-inner {
    padding: 0 35px;
}
#apply .sec-contents-title-wrap {
    text-align: center;
    margin: 0 0 30px;
}
#apply .sec-contents-title-wrap h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
}
.apply-info-wrap {
    margin: 0 auto;
    color: #fff;
}
.apply-bg-wrap {
    background: url('/mobile/set/data/service/dualsim/img/s/img-character-01.png?20230412') no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: 173px;
}
.apply-attention-box {
    border: solid 2px #4a8ff2;
    border-radius: 10px;
    margin-bottom: 20px;
}
.apply-attention-title {
    padding: 10px 0;
    border-bottom: solid 1px #4a8ff2;
}
.apply-attention-title h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
}
.apply-attention-title h3::before {
    content: "";
    display: inline-block;
    background: url('/mobile/set/data/service/dualsim/img/shared/icon_attention.png') no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    vertical-align: sub;
    padding-right: 10px;
}
.apply-attention-esim {
    padding: 15px 1px;
    text-align: center;
}
.apply-attention-esim > p {
    font-size: 14px;
}
.apply-attention-esim .apply-link {
    color: #fff !important;
    margin-top: 10px;
}
.apply-attention-esim .apply-link a {
    color: #fff !important;
    font-weight: 700;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.apply-attention-esim .apply-link a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 3px;
    border-right: solid 3px;
    border-radius: 0.1em;
    transform: rotate(45deg);
    margin: -1px 0 0 3px;
}
.apply-shop-btn-area {
    margin: 35px -15px 0;
}
.apply-shop-btn-blue-wrap {
    background: #0085ff;
    border-radius: 10px;
    padding: 30px 20px;
}
.apply-shop-btn-blue-wrap:nth-child(1) {
    margin-bottom: 20px;
}
.apply-shop-btn-blue-wrap .apply-shop-btn-title {
    font-size: 18px;
    font-weight: bold;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.apply-shop-btn-title span {
    margin-right: 10px;
}
.apply-shop-btn-title span img {
    display: block;
}
.apply-shop-btn-title .shop-icon img {
    width: 25px;
    height: 18px;
}
.apply-shop-btn-title .online-icon img {
    width: 25px;
    height: 18px;
}
.apply-shop-btn {
    text-align: center;
    margin-top: 20px;
}
.apply-shop-btn a {
    background:#fff;
    line-height: 1.2;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding: 18px 13px;
    font-size: 15px;
    font-weight: bold;
    color: #0b5bce;
    border-radius: 40px;
    letter-spacing: 0.04em;
    position: relative;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    text-decoration: none;
}
.apply-shop-btn a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 3px;
    border-right: solid 3px;
    border-radius: 0.1em;
    transform: rotate(45deg);
    position: absolute;
    top: 24px;
    right: 15px;
    transition: .4s;
}
.apply-shop-btn a > span  {
    font-size: 26px;
    font-weight: 600;
    display: contents;
}
.apply-2col-wrap .apply-2col-item-wrap .bullet-note-list > li::before,
.apply-shop-btn-area .bullet-note-list > li::before {
    border: 1px solid #fff;
    background: #fff;
}
.apply-shop-btn-blue-wrap .bullet-note-list {
    margin-top: 15px;
}
.apply-shop-btn-blue-wrap .bullet-note-list > li:not(:last-child) {
    margin-bottom: 5px;
}
.apply-shop-btn-step img {
    display: block;
    margin: 30px auto 0;
    width: 40px;
    height: 15px;
}
.apply-shop-btn-blue-esim-wrap {
    margin-top: 30px;
}
.apply-shop-btn-blue-esim-wrap p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.apply-shop-esim-btn {
    margin-top: 25px;
}
.apply-shop-esim-btn span {
    line-height: 1.2;
    border: solid 1px #fff;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding: 18px 13px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 40px;
    letter-spacing: 0.04em;
    position: relative;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
}
.apply-shop-esim-btn span:hover {
    cursor: pointer;
}

/* maintenance */
.apply-shop-maintenance-wrap {
    margin-top: 20px;
  }
.apply-shop-maintenance-wrap p {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.apply-shop-maintenance-inner {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px 0;
}
.apply-shop-maintenance-inner p {
    color: #0b5bce;
}
  
/*----------------------------------
 section howto
------------------------------------*/
#howto.sec-contents-wrapper {
    padding: 100px 0;
}
#howto.sec-contents-wrapper .sec-contents-title-wrap {
    margin: 0 20px 75px;
}
#howto .sec-contents-title-wrap > span + h2  {
    margin-left: -5px;
}
.howto-step-inner {
    margin: 0 auto;
    text-align: center;
}
.howto-step-item-wrap {
    border: solid 5px #e2edcb;
    border-radius: 30px;
    position: relative;
}
.howto-step-wrap .howto-pc-2col-wrap .howto-step-item-wrap {
    margin-bottom: 95px;
}
.howto-step-wrap .howto-pc-2col-wrap:nth-child(2) .howto-step-item-wrap:nth-child(2) {
    margin-bottom: 0;
}
.howto-step-wrap .howto-pc-2col-wrap .howto-step-item-wrap::before {
    content: "";
    width: 68px;
    height: 82px;
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
}
.howto-step-wrap .howto-pc-2col-wrap:nth-child(1) .howto-step-item-wrap:nth-child(1)::before {
    background: url('/mobile/set/data/service/dualsim/img/shared/icon_tile_step01.png') no-repeat;
    background-size: 100%;
}
.howto-step-wrap .howto-pc-2col-wrap:nth-child(2) .howto-step-item-wrap:nth-child(1)::before {
    background: url('/mobile/set/data/service/dualsim/img/shared/icon_tile_step02.png') no-repeat;
    background-size: 100%;
}
.howto-step-wrap .howto-pc-2col-wrap:nth-child(2) .howto-step-item-wrap:nth-child(2)::before {
    background: url('/mobile/set/data/service/dualsim/img/shared/icon_tile_step03.png') no-repeat;
    background-size: 100%;
}
.howto-step-wrap .howto-pc-2col-wrap .howto-step-item-wrap::after {
    content: "";
    background: url('/mobile/set/data/service/dualsim/img/shared/icon_bullet_step.png') no-repeat;
    background-size: 100%;
    width: 8px;
    height: 38px;
    position: absolute;
    bottom: -57px;
    left: 50%;
    transform: translateX(-50%);
}
.howto-step-wrap .howto-pc-2col-wrap:nth-child(2) .howto-step-item-wrap:nth-child(2)::after {
    content: none;
}
.howto-step-inner-item {
    border: solid 2px #2eb044;
    background: #fff;
    border-radius: 25px;
    padding: 60px 0 30px;
    text-align: center;
}
.howto-step-inner-item h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #1cb04d;
}
.howto-step-2col-box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top: 27px;
}
.howto-step-2col-box .howto-step-2col-item:nth-child(1) {
    border-right: solid 2px #2eb044;
}
.howto-link {
    margin-top: 30px;
}
.howto-link a {
    color: #0b5bce !important;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.howto-link a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 3px;
    border-right: solid 3px;
    border-radius: 0.1em;
    transform: rotate(45deg);
    margin: -2px 0 0 10px;
}
.howto-info-text {
    border-top: solid 2px #2eb044;
    padding: 20px 18px 0;
    position: relative;
    margin: 25px 20px 0;
}
.howto-info-text::before {
    content: "";
    background: url('/mobile/set/data/service/dualsim/img/shared/icon_arrow_bottom.png') no-repeat;
    width: 32px;
    height: 21px;
    background-size: 100%;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
}
.howto-step-inner-item h3.under-line {
    border-bottom: solid 2px #2eb044;
    padding: 0 20px 20px;
    margin: 0 20px 0;
}
.howto-step-inner-item h3 span {
    font-size: 14px;
    font-weight: 700;
}
.howto-step-1col-box {
    margin-top: 25px;
}
.howto-setting-btn {
    margin-top: 25px;
}
.step-btn {
    background: #2eb044;
    height: 40px;
    line-height: 39px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    letter-spacing: 0.04em;
    padding: 0 50px;
}
.howto-note-acc-wrap {
    margin-top: 40px;
}
.howto-note-acc-btn {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #2eb044;
    background: #fff;
    position: relative;
    border: solid 1px #2eb044;
    border-radius: 20px;
    width: 215px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
}
.howto-note-acc-btn::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 3px;
    border-right: solid 3px;
    border-radius: 0.1em;
    transform: rotate(135deg);
    position: absolute;
    top: 15px;
    right: 15px;
    transition: .4s;
}
.howto-note-acc-btn.open::after {
    transform: rotate(-45deg);
    margin-top: 3px;
}
.howto-note-acc-contents {
    display: none;
    background: #f5f5f5;
    border-radius: 30px;
    margin: 20px auto 0;
}
.howto-note-acc-contents .howto-note-acc-inner {
    padding: 40px 25px;
}
.howto-note-inner-acc-list {
    list-style-type: none;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
}
.howto-note-acc-list {
    margin-bottom: 20px;
    font-size: 12px;
  }
.howto-note-acc-list > li:not(:last-child),
.howto-note-inner-acc-list > li:not(:last-child) {
    margin-bottom: 10px;
}
.howto-note-inner-acc-list > li {
    display: table;
}
.howto-note-inner-acc-list > li > span {
    display: table-cell;
}
.howto-note-acc-list > li {
    display: table;
}
.howto-note-acc-list > li::before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 3px;
    height: 3px;
    border: 1px solid #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #333333;
    vertical-align: middle;
}
.howto-note-acc-list > li > span:not([class]) {
    display: table-cell;
}
.howto-note-inner-acc-list > li::before {
    content: none;
}
.howto-note-acc-inner a {
    font-size: 14px;
    font-weight: 700;
    color: #0b5bce;
    position: relative;
}
.pdficon {
    width: 14px;
}

/*----------------------------------
 section faq
------------------------------------*/
#faq.sec-contents-wrapper {
    background: #f5f5f5;
    padding: 100px 0 0;
}
#faq .sec-contents-title-wrap > span + h2  {
    margin-left: -5px;
    }
.sec-contents-acc-wrap {
    margin: 40px auto 0;
}
.sec-contents-acc-btn {
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 2rem 2rem 1.6rem;
}
.sec-contents-acc-btn.open {
    border-bottom: solid 2px #1cb04d;
    border-radius: 20px 20px 0 0;
    background: #fffcec;
}
.sec-contents-acc-btn::before,
.sec-contents-acc-btn::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 4px;
    background-color: #fff;
}
.sec-contents-acc-btn.open::before,
.sec-contents-acc-btn.open::after {
    background-color: #fffcec;
}
.sec-contents-acc-btn::before {
    top: 50%;
    left: -2px;
    transform: translateY(-50%);
}
.sec-contents-acc-btn::after {
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
}
.sec-contents-acc-btn p {
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
    width: 80%;
} 
.sec-contents-acc {
    border: solid 2px #1cb04d;
    border-radius: 20px;
    background: #fff;
}
.sec-contents-acc:not(:last-child) {
    margin-bottom: 10px;
}
.acc-btn-inner {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    color: #1cb04d;
    position: relative;
}
.acc-btn-inner .acc-btn-icon {
    font-size: 35px;
    font-weight: 600;
    line-height: calc(75/70);
    margin-right: 15px;
    margin-top: -2px;
}
.acc-btn-inner > h3 {
    font-weight: bold;
}
.sec-contents-acc-btn .acc-btn-inner::before,
.sec-contents-acc-btn .acc-btn-inner::after {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    background: #1cb04d;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.sec-contents-acc-btn .acc-btn-inner::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
.sec-contents-acc-btn.open .acc-btn-inner::after {
    transform: rotate(0);
    transition: 0.5s;
    height: 1px;
}
.acc-inner-contents-wrap {
    display: none;
    border-radius: 0 0 20px 20px;
    padding: 20px;
}
.acc-inner-contents {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:start;
    -webkit-justify-content:flex-start;
    -ms-flex-pack:start;
    justify-content:flex-start;
}
.acc-inner-icon {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.07;
    padding-right: 20px;
    color: #ef7a7a;
}
.acc-other-link {
    margin: 40px auto 0;
    text-align: center;
}
.acc-other-link a {
    text-align: center;
    color: #2eb044 !important;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.acc-other-link a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 3px;
    border-right: solid 3px;
    border-radius: 0.1em;
    transform: rotate(45deg);
    position:  absolute;
    top: 8px;
    right: -15px;
}
.faq-bottom-char-img-wrap {
    padding-top: 100px;
    margin: 0 auto;
}
.faq-bottom-char-img-wrap .faq-bottom-char-bg-img {
    background: url('/mobile/set/data/service/dualsim/img/s/img-character-02.png?20230412') no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 100%;
    height: 275px;
}

/*---------------------------------------------
 js modal
-----------------------------------------------*/
.modal {
    position: fixed;
    display: none;
    overflow-y: scroll;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}
.modal-bg{
    position: absolute;
    height: 100vh;
    width: 100%;
}
.modal-dialog {
    margin: 40px 20px;
}
.modal-contents {
    background: #fff;
    border-radius: 30px;
    position: relative;
    padding: 40px 20px;
}
.modal-contents > h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #1cb04d;
    margin-bottom: 20px;
}
.modal-contents .modal-lead-text {
    font-size: 14px;
    text-align: center;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
.modal-contents span.js-modal-close {
    background: url('/mobile/set/data/service/dualsim/img/shared/icon_modal_close.png') no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    position: fixed;
    top: 5px;
    right: 5px;
}
/*---------------------------------------------
 js modal tab
-----------------------------------------------*/
.modal-tab-contents .modal-nav-list {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    border-bottom: solid 2px #1cb04d;
    margin-left: -20px;
    margin-right: -20px;
}
.modal-tab-contents {
    padding-top: 28px;
}
.modal-nav-list .modal-nav-item {
    width: 43%;
}
.modal-nav-list .modal-nav-item:nth-child(1) {
    padding-right: 2.5px;
}
.modal-nav-list .modal-nav-item:nth-child(1) a {
    line-height: 43px;
    height: 43px;
}
.modal-nav-list .modal-nav-item a p {
    line-height: inherit;
    margin: 0;
}
.modal-nav-list .modal-nav-item:nth-child(2) {
    padding-left: 2.5px;
    line-height: calc(44/32);
}
.modal-nav-list .modal-nav-item a {
    display: block;
    background: #dddddd;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 2px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    height: 43px;
}
.modal-nav-item.active a {
    background-color: #1cb04d;
}
.tab-section {
    display: none;
    padding: 30px 10px;
    margin: 0 auto;
}
.tab-section.active {
    display: block;
}
.tab-section-step-item-wrap {
    position: relative;
}
.tab-section-step-item-wrap:not(:last-child) {
    margin-bottom: 55px;
}
.tab-section-step-item-wrap:not(:last-child)::after {
    content: "";
    background: url(/mobile/set/data/service/dualsim/img/shared/icon_modal_step.png);
    width: 26px;
    height: 15px;
    background-size: 100% auto;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tab-section-step-2col-text {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start;
}
.tab-section-step-img {
    margin-bottom: 15px;
}
.setting-icon {
    background: url(/mobile/set/data/service/dualsim/img/shared/icon_setting.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    padding-right: 7px;
}
.tab-section-anker-link-wrap {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    text-align: center;
}
.tab-section-anker-link-wrap li {
    width: 48%;
    position: relative;
}
.tab-section-anker-link-border {
    border-right: dotted 2px #2eb044;
    height: 60px;
  }
.tab-section-anker-link-wrap li a {
    display: block;
    position: relative;
    color: #2eb044;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    padding: 5px 0 20px;
}
.tab-section-anker-link-wrap li a span {
    font-size: 18px;
}
.tab-section-anker-link-wrap li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 6px;
    height: 6px;
    border-top: solid 3px;
    border-right: solid 3px;
    border-radius: 0.1em;
    transform: rotate(135deg) translateX(-50%);
}
.tab-section-list-wrap {
    padding-top: 30px;
}
#modalLink02.tab-section-list-wrap,
#modalLink04.tab-section-list-wrap {
    padding-top: 60px;
}
.tab-section-step-title {
    background: #2eb044;
    border-radius: 5px;
    margin-bottom: 20px;
}
.tab-section-step-title h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.75;
}
#modal_link-02.tab-section-list-wrap,
#modal_link-04.tab-section-list-wrap {
    padding-top: 60px;
}
/*---------------------------------------------
 mv
-----------------------------------------------*/
.mv-wrapper {
    background-repeat: repeat-x;
    background-size: cover;
    /* animation: bgroop 6s linear infinite; */
    width: 100%;
    height: calc((var(--vh) * 100) - 58px);
    position: relative;
    top: 0;
    overflow: hidden;
}
/* @keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: var(--w) 0;
    }
} */
.mv-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 71%;
    /* opacity: 0; */
    transition: all 1s linear;
}

/* .mv-title.active {
    top: 0;
    opacity: 1;
}

.mv-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: inherit;
    background-color: #fff;
    z-index: 2;
    opacity: 1;
    transition: all 1s linear;
}

.mv-overlay img {
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    opacity: 0;
    transition: opacity 1s linear;
}

.mv-overlay img.active {
    opacity: 1;
    top: 0;
}

.mv-overlay.hide {
    opacity: 0;
}

.mv-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    transition: all 1s linear;
    width: inherit;
    height: inherit;
    object-fit: cover;
    z-index: 1;
}

.mv-video.hide {
    opacity: 0;
} */

.mv-scrolldown {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 3;
}
.mv-scrolldown:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 40px;
    background: #fff;
    animation: scrolldownmove 2s ease-out infinite;
    z-index: 3;
}

@keyframes scrolldownmove {
    0% {
        bottom: 40px;
    }

    100% {
        bottom: -50px;
    }
}

.mv-scrolldown:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 80px;
    opacity: 0.5;
    background: #fff;
}

/*---------------------------------------------
 contents animation
-----------------------------------------------*/
/* #dualsim .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
} */
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeUpAnime {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeUpTrigger {
    opacity: 0;
}

/*---------------------------------------------
 fotter tax
-----------------------------------------------*/
.footer-tax-note {
    padding: 25px 20px;
    text-align: right;
    background: #fff;
}
.footer-tax-note .tax2021-sec-text {
    font-size: 11px;
    letter-spacing: 0.04em;
}

#dualsim {
    visibility: hidden;
}

/*---------------------------------------------
 esim modal
-----------------------------------------------*/
#modalLink06.tab-section-list-wrap, #modalLink08.tab-section-list-wrap, #modalLink09.tab-section-list-wrap {
    padding-top: 60px;
}
.modal-esim-img {
    margin: 20px 10px;
}
.modal-esim-note-list {
    list-style: disc !important;
    padding-left: 25px;
}
.modal-esim-note-list .fc-red {
    color: #fb0404;
}
.modal-esim-step {
    margin: 20px auto;
}
.modal-esim-step img {
    width: 26px;
    height: 15px;
    margin: 0 auto;
    display: block;
}
.modal-esim-step-text {
    font-weight: bold;
}
.tab-section-esim-anker-link-wrap li {
    position: relative;
    font-weight: bold;
    font-size: 13px;
}
.tab-section-esim-anker-link-wrap li a {
    color: #2eb044;
}
.tab-section-esim-anker-link-wrap li span.under-icon {
    display: inline-block;
    width: 6px;
    height: 5px;
    border-top: solid 3px;
    border-right: solid 3px;
    border-radius: 0.1em;
    transform: rotate(135deg) translateX(-50%);
    transition: .4s;
    margin-left: 10px;
}
.tab-section-esim-anker-link-wrap li a span.text-large {
    font-size: 15px;
}
.esim-tab-section .tab-section-step-title h4 {
    font-size: 15px;
    padding: 8px 10px;
}
.esim-tab-section .tab-section-step-title.bg-red {
    background: #f32f3e;
}
.tab-section-step-warning {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-align-content:flex-start;
    -ms-flex-line-pack:start;
    align-content:flex-start;
    margin-bottom: 20px;
}
.tab-section-step-warning span.icon-warning {
    background: url(/mobile/set/data/service/dualsim/img/shared/icon_warning.png) no-repeat top;
    background-size: contain;
    width: 43px;
    height: 43px;
    margin-right: 10px;
}
.tab-section-step-warning p {
    color: #fb0404;
    margin-top: -3px;
}
.tab-section-step-text-info-wrap .tab-section-step-text:not(:last-child) {
    margin-bottom: 10px;
}
.apply-shop-btn img.newwindowicon {
    display: none;
}
button.js-copy {
    background: url(/mobile/set/data/service/dualsim/img/s/icon_copy.png) no-repeat center top;
    background-size: cover;
    width: 12px;
    height: 14px;
    display: inline-block;
    border: none;
    padding: 1px 4px;
    background-color: #fff;
}