@charset "UTF-8";

/*---------------------------------------------
utility style
-----------------------------------------------*/
.u-pc-d-n {
  display: none;
}
.u-sp-d-n {
  display: block;
}
#contents-area {
  width: auto !important;
}
#contents-body {
  width: auto !important;
}
#dualsim img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#nav-top-area {
  z-index: 20;
}
#dualsim a {
  text-decoration: none;
  outline: none;
}
#dualsim a:hover {
  text-decoration: none;
  opacity: .6;
  transition: .2s;
}
.u-pc-mt-10 {
  margin-top: 10px !important;
}
.u-pc-mt-20 {
  margin-top: 20px !important;
}
.u-pc-mt-30 {
  margin-top: 30px !important;
}
.u-pc-mt-40 {
  margin-top: 40px !important;
}
.u-pc-mt-50 {
  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;
}
.sec-contents-wrapper {
  /* padding: 160px 0; */
  position: relative;
}
.sec-bg-line-pc {
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}
.sec-bg-line-pc > .sec-bg-inner-line {
  height: 100%;
  width: 20%;
  border-right: solid 1px #f5f5f5;
}
.sec-contents-wrapper .sec-contents-inner {
  /* width: 1160px; */
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 5;
  position: relative;
  padding: 160px 0;
}
.sec-contents-wrapper .sec-contents-title-wrap {
  margin: 0 auto 80px;
}
.sec-contents-title-wrap > span {
  font-size: 20px;
  font-weight: 600;
}
.sec-contents-title-wrap > span::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #333;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -3px;
}
.sec-contents-title-wrap > span + h2  {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  color: #1cb04d;
}
.sec-contents-lead-text-wrap > p {
  font-size: 20px;
  font-weight: 700;
}
.note-list {
  list-style-type: none;
  margin-top: 20px;
  font-size: 1.2rem;
}
.note-list > li {
  display: table;
  font-size: 14px;
}
.note-list > li:not(:last-child) {
  margin-bottom: 12px;
}
.note-list > li > span.note {
  display: table-cell;
  padding-right: 5px;
}
.bullet-note-list > li {
  font-size: 14px;
  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-wrapper .sec-contents-title-wrap {
  margin: 0;
  width: 32%;
}
#service.sec-contents-wrapper .sec-contents-inner {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
#service.sec-contents-wrapper .sec-contents-inner-wrap {
  margin: 0 60px;
}
#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 {
  border-top: 1px solid rgba(0, 0, 0, 0);
  width: 60%;
}
#service .sec-contents-lead-text-wrap p {
  font-size: 17px;
  font-weight: 700;
  line-height: calc(100/25);
  letter-spacing: 0.04em;
  color: #fff;
  margin: -17px 0px 0 0; 
}
#service .sec-contents-lead-text-wrap p > span {
  border-bottom: dotted 2px #fff;
  width: 100%;
  display: inline-block;
}

/* #service .sec-contents-lead-text-wrap p > span {
background-image : linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255) 3px, transparent 3px, transparent 5px); 
background-size: 5px 3px;  
background-position: left bottom;  
background-repeat: repeat-x; 
}  */

#service .sec-contents-2col-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:start;
  -webkit-align-items:flex-start;
  -ms-flex-align:start;
  align-items:flex-start;
  margin-bottom: 80px;
}
.sec-service-contents-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;
}
.sec-service-contents {
  background: #fff;
  border-radius: 40px;
  width: calc(50% - 20px);
  margin-right: 40px;
}
.sec-service-contents-wrap .sec-service-contents:nth-child(2) {
  margin-right: 0;
}
.sec-service-contents-inner {
  box-sizing: border-box;
}
.sec-service-contents-title {
  padding: 14px 20px 18px;
  border-bottom: solid 2px #def0e1;
}
.sec-service-contents-title > h3 {
  font-size: 24px;
  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: 46px;
  font-weight: 700;
  margin-right: 25px;
}
.sec-service-contents-title > h3 > p {
  line-height: 1.5;
}
.sec-service-contents-img {
  padding: 30px 40px 40px;
}
.sec-service-contents-img img {
  margin: 0 auto;
  width: 100%;
}
/*----------------------------------
 section price
------------------------------------*/
#price .sec-contents-title-wrap {
  width: 100%;
  max-width: 950px;
}
#price .sec-contents-inner-wrap {
  margin: 0 60px;
}
#price .sec-contents-title-wrap > span + h2  {
  margin-left: -5px;
}
.price-chart-wrap {
  border: solid 4px #1cb04d;
  border-radius: 60px;
  margin-bottom: 30px;
}
.price-chart-inner {
  background: #fff;
  border-radius: 60px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-justify-content:space-around;
  -ms-flex-pack:distribute;
  justify-content:space-around;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  padding: 0 35px;
}
.price-chart-center-border {
  display: block;
  background: #2eb044;
  width: 2px;
  height: 336px;
}
.price-chart-inner-1col-item-wrap {
  position: relative;
  padding: 65px 0;
  width: 45%;
}
.price-chart-inner-2col-item-wrap {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:end;
  -webkit-align-items:flex-end;
  -ms-flex-align:end;
  align-items:flex-end;
}
.price-chart-inner-2col-item-wrap .price-chart-inner-2col-item {
  padding: 45px 30px;
}
.price-chart-inner-2col-item-wrap .price-chart-inner-2col-item:nth-child(1) {
  border-bottom: dotted 2px #2eb044;
}
.price-chart-inner-2col-item-wrap .price-chart-inner-2col-item:nth-child(2) {
  border-bottom: dotted 2px #2eb044;
}
.price-chart-inner-1col-item img,
.price-chart-inner-2col-item img {
  margin: 0 auto;
  width: auto !important;
}
#price .note-list {
  margin-bottom: 30px;
}
#price .bullet-note-list > li:not(:last-child){
  margin-bottom: 10px;
}
.note-list-areamap {
  margin: 10px 10px 0;
}
.note-list-areamap p {
  line-height: 1.2;
}
.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;
  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;
  
}
/*----------------------------------
 section apply
------------------------------------*/
#apply.sec-contents-wrapper {
  background: #0b5bce;
  overflow: hidden;
}
#apply .sec-content-inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 35px;
  padding: 80px 0 0;
}
#apply .sec-contents-title-wrap {
  width: 100%;
  max-width: 950px;
  text-align: center;
  margin: 0 auto 30px;
}
#apply .sec-contents-title-wrap h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 40px;
}
.apply-info-wrap .apply-2col-wrap {
  margin: 0 auto;
  padding: 0 40px;
  color: #fff;
  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:end;
  -webkit-align-items:flex-end;
  -ms-flex-align:end;
  align-items:flex-end;
}
.apply-2col-wrap .apply-2col-item-wrap:nth-child(1) {
  width: 50%;
  margin-right: 20px;
}
.apply-2col-wrap .apply-2col-item-wrap:nth-child(2) {
  width: 45%;
  margin-left: 20px;
  margin-bottom: 60px;
}
.apply-bg-wrap {
  background: url('/mobile/set/data/service/dualsim/img/p/img-character-01.png?20230412') no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 423px;
}
.apply-attention-box {
  border: solid 4px #4a8ff2;
  border-radius: 20px;
  margin-bottom: 20px;
}
.apply-attention-title {
  padding: 10px 0;
  border-bottom: solid 2px #4a8ff2;
}
.apply-attention-title h3 {
  font-size: 16px;
  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: 24px;
  height: 24px;
  background-size: contain;
  vertical-align: bottom;
  padding-right: 10px;
}
.apply-attention-esim {
  padding: 10px 1px;
  text-align: center;
}
.apply-attention-esim > p {
  font-size: 16px;
}
.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;
  cursor: pointer;
}
.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: 0px 0 0 5px;
}
.apply-shop-btn-area {
  color: #fff;
  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:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-bottom: 160px;
}
.apply-shop-btn-blue-wrap {
  background: #0085ff;
  border-radius: 20px;
  padding: 40px 50px 0;
  width: calc(50% - 40px);
}
.apply-shop-btn-blue-wrap:not(:first-child) {
  margin-left: 40px;
}
.apply-shop-btn-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.apply-shop-btn {
  text-align: center;
  margin: 25px auto 16px;
  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 a {
  background: #fff;
  color: #0b5bce;
  line-height: 1.5;
  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: 24px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 60px;
  letter-spacing: 0.04em;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  cursor: pointer;
}
.apply-shop-btn a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 3px;
  border-right: solid 3px;
  border-radius: 0.1em;
  transform: rotate(45deg);
  position: absolute;
  top: 37px;
  right: 15px;
  transition: .4s;
}
.apply-shop-btn a > span  {
  font-size: 32px;
  font-weight: 600;
  display: contents;
}
.apply-shop-2col-wrap {
  margin-top: 30px;
  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;
}
.apply-shop-2col-wrap .apply-shop-2col-item:nth-child(1) {
  margin-right: 25px;
}
.apply-shop-2col-item .apply-shop-2col-item-title {
  font-size: 24px;
  font-weight: bold;
}
.apply-shop-2col-item .bullet-note-list {
  margin-left: 0 !important;
  font-size: 12px;
}
.apply-shop-btn-area .bullet-note-list {
  margin-left: 11%;
}
.apply-2col-wrap .apply-2col-item-wrap .bullet-note-list > li,
.apply-shop-btn-area .bullet-note-list > li {
  font-size: 12px !important;
}
.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 !important;
  background: #fff !important;
}
.apply-shop-btn-blue-wrap .bullet-note-list > li:not(:last-child) {
  margin-bottom: 5px;
}
.apply-shop-btn-step {
  text-align: center;
  display: block;
  padding: 25px 0;
}
.apply-shop-btn-step img {
  width: 50px !important;
  height: 20px !important;
}
.apply-shop-btn-blue-esim-wrap p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.apply-shop-esim-btn span {
  color: #fff;
  border: solid 1px #fff;
  line-height: 50px;
  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;
  font-size: 18px;
  font-weight: bold;
  border-radius: 60px;
  letter-spacing: 0.04em;
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
  text-decoration: none;
  cursor: pointer;
}

/* maintenance */
.apply-shop-maintenance-wrap {
  margin-top: 25px;
}
.apply-shop-maintenance-wrap p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.apply-shop-maintenance-inner {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 25px;
  padding: 15px 0;
}
.apply-shop-maintenance-inner p {
  color: #0b5bce;
}

/*----------------------------------
 section howto
------------------------------------*/
#howto.sec-contents-wrapper .sec-contents-inner {
  padding: 160px 0;
}
#howto .sec-contents-title-wrap {
  width: 100%;
  max-width: 950px;
}
#howto .sec-contents-inner-wrap {
  margin: 0 60px;
}
#howto .sec-contents-title-wrap > span + h2  {
  margin-left: -5px;
}
.howto-step-inner .howto-pc-2col-wrap:nth-child(1){
  margin-bottom: 80px;
}
.howto-pc-2col-wrap {
  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;
}
.howto-pc-2col-wrap .howto-step-item-wrap {
  border: solid 8px #e2edcb;
  border-radius: 60px;
  position: relative;
  width: calc(49.4% - 27px);
  margin-right: 40px;
}
.howto-step-wrap .howto-pc-2col-wrap:nth-child(1) .howto-step-item-wrap:nth-child(1) {
  width: 100%;
  margin-right: 0;
}
/* .howto-step-wrap .howto-pc-2col-wrap:nth-child(1) .howto-step-item-wrap:nth-child(2){
  margin-right: 0;
} */
.howto-step-wrap .howto-pc-2col-wrap:nth-child(2) .howto-step-item-wrap:nth-child(2){
  margin-right: 0;
}
.howto-step-wrap .howto-pc-2col-wrap:nth-child(1) .howto-step-item-wrap:nth-child(1) .howto-step-inner-item {
  padding: 90px 50px 70px;
  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;
}
/* .howto-step-wrap .howto-pc-2col-wrap:nth-child(1) .howto-step-item-wrap:nth-child(2) .howto-step-inner-item {
  padding: 80px 0 37px;
} */
.howto-step-wrap .howto-pc-2col-wrap:nth-child(2) .howto-step-item-wrap:nth-child(1) .howto-step-inner-item,
.howto-step-wrap .howto-pc-2col-wrap:nth-child(2) .howto-step-item-wrap:nth-child(2) .howto-step-inner-item {
  padding: 62px 0 34px;
}
.howto-step-wrap .howto-pc-2col-wrap .howto-step-item-wrap::before {
  content: "";
  width: 78px;
  height: 94px;
  position: absolute;
  top: -43px;
  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(1) .howto-step-item-wrap:nth-child(2)::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(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-inner-item {
  border: solid 3px #2eb044;
  background: #fff;
  border-radius: 53px;
  padding: 80px 0 60px;
  text-align: center;
}
.howto-step-inner-item h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(36/22);
  letter-spacing: 0.04em;
  color: #1cb04d;
  margin-top: -20px;
}
.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-left: 50px;
}
.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-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  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: 3px 0 0 10px;
}
.howto-info-text {
  border-top: solid 2px #2eb044;
  padding: 20px 18px 0;
  position: relative;
  margin: 35px 40px 0;
  font-size: 16px;
}
.howto-info-text p {
  margin-top: 10px;
  line-height: 1.5;
}
.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 40px 0;
}
.howto-step-inner-item h3 span {
  font-size: 16px;
  font-weight: 700;
}
.howto-step-1col-box {
  margin-top: 25px;
}
.howto-step-1col-box img {
  margin: 0 auto;
  width: calc(460/540*100%) !important;
}
.howto-setting-btn {
  margin-top: 32px;
}
.step-btn {
  background: #2eb044;
  height: 50px;
  line-height: 49px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  letter-spacing: 0.04em;
  padding: 0 50px;
  cursor: pointer;
  padding-left: 52px;
}
.step-btn:hover {
  opacity: .8;
  transition: .2s;
}
.howto-note-acc-wrap {
  max-width: 950px;
  width: 100%;
  margin: 60px auto 0;
}
.howto-note-acc-btn {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #2eb044;
  background: #fff;
  position: relative;
  border: solid 1px #2eb044;
  border-radius: 25px;
  width: 238px;
  height: 48px;
  margin: 0 auto;
  line-height: 48px;
  cursor: pointer;
}
.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: 18px;
  right: 20px;
  transition: .4s;
}
.howto-note-acc-btn.open::after {
  transform: rotate(-45deg);
  margin-top: 4px;
}
.howto-note-acc-btn:hover {
  opacity: .6;
  transition: 0.4s;
}
.howto-note-acc-contents {
  display: none;
  background: #f5f5f5;
  border-radius: 30px;
  margin: 45px auto 0;
}
.howto-note-acc-contents .howto-note-acc-inner {
  padding: 80px;
}
.howto-note-inner-acc-list {
  list-style-type: none;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.howto-note-acc-list {
  margin-bottom: 30px;
}
.howto-note-acc-list > li:not(:last-child),
.howto-note-inner-acc-list > li:not(:last-child) {
  margin-bottom: 15px;
}
.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;
}
/*----------------------------------
 section faq
------------------------------------*/
#faq.sec-contents-wrapper {
  background: #f5f5f5;
}
#faq.sec-contents-wrapper .sec-contents-inner {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  padding: 160px 0 0;
}
#faq.sec-contents-wrapper .sec-contents-inner-wrap {
  margin: 0 60px;
}
#faq .sec-contents-title-wrap > span + h2  {
  margin-left: -5px;
}
.sec-contents-acc-wrap {
  margin: 80px auto 0;
}
.sec-contents-acc-btn {
  background: #fff;
  border-radius: 20px;
  position: relative;
  padding: 12px 12px 12px 35px;
  cursor: pointer;
}
.sec-contents-acc-btn.open {
  border-bottom: solid 3px #1cb04d;
  border-radius: 20px 20px 0 0;
  background: #fffcec;
}
.sec-contents-acc-btn::before,
.sec-contents-acc-btn::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 8px;
    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: -3px;
  transform: translateY(-50%);
}
.sec-contents-acc-btn::after {
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
}
.sec-contents-acc-btn p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  width: 80%;
  margin: 0;
} 
.sec-contents-acc {
  border: solid 3px #1cb04d;
  border-radius: 20px;
  background: #fff;
}
.sec-contents-acc:not(:last-child) {
  margin-bottom: 20px;
}
.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:hover {
  opacity: .6;
  transition: .2s;
}
.acc-btn-inner .acc-btn-icon {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.5;
  margin-right: 27px;
  margin-top: -10px;
}
.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: 20px;
  height: 4px;
  background: #1cb04d;
  top: 50%;
  right: 15px;
  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;
}
.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;
  padding: 0 33px;
}
.acc-inner-icon {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  padding-right: 27px;
  color: #ef7a7a;
  padding: 38px 25px 0 0;
}
.acc-inner-contents p {
  font-size: 16px;
  padding: 50px 0;
}
.acc-other-link {
  margin: 60px 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: 9px;
  right: -15px;
}
.faq-bottom-char-img-wrap {
  padding-top: 160px;
  margin: 0 auto;
}
.faq-bottom-char-img-wrap .faq-bottom-char-bg-img {
  background: url('/mobile/set/data/service/dualsim/img/p/img-character-02.png?20230412') no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 489px;
}
/*---------------------------------------------
 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: 80px auto;
  position: relative;
  padding: 0 60px;
  max-width: 950px;
}
.modal-contents {
  background: #fff;
  border-radius: 30px;
  position: relative;
  padding: 80px 60px;
  margin: 0 auto;
}
.modal-contents > h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #1cb04d;
  margin-bottom: 30px;
}
.modal-contents .modal-lead-text {
  font-size: 16px;
  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: 56px;
  height: 56px;
  position: fixed;
  top: 20px;
  right: 40px;
  cursor: pointer;
}

/*---------------------------------------------
 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: -60px;
  margin-right: -60px;
}
.modal-tab-contents {
  padding-top: 50px;
}
.modal-nav-list .modal-nav-item {
  width: 43%;
}
.modal-nav-list .modal-nav-item a:hover {
  opacity: 1 !important;
  transition: none !important;
}
.modal-nav-list .modal-nav-item:nth-child(1) {
  padding-right: 5px;
}
.modal-nav-list .modal-nav-item:nth-child(2) {
  padding-left: 5px;
}
.modal-nav-list .modal-nav-item a {
  display: block;
  background: #dddddd;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 2px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  line-height: 43px;
  height: 43px;
  text-decoration: none;
  cursor: pointer;
}
.modal-nav-list .modal-nav-item a p {
  line-height: inherit;
}
.modal-nav-item.active a {
  background-color: #1cb04d;
}
.tab-section {
  display: none;
  padding: 60px 0;
  margin: 0 auto;
}
.tab-section.active {
  display: block;
}
* {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.tab-left .tab-section-step-flex-3col {
  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;
}
.tab-right .tab-section-step-flex-3col,
.tab-left.tab-section3 .tab-section-step-flex-3col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.tab-left.tab-section3 .tab-section-step-flex-3col {
  -webkit-box-pack:start;
  -webkit-justify-content:flex-start;
  -ms-flex-pack:start;
  justify-content:flex-start;
}
.tab-section-step-item-wrap {
  position: relative;
}
.tab-right .tab-section-step-item-wrap,
.tab-left.tab-section3 .tab-section-step-item-wrap {
  position: relative;
  box-sizing: border-box;
  width: -webkit-calc(100% / 3 - 36px);
  width: calc(100% / 3 - 36px);
  margin-right: 36px;
  margin-top: 40px;
}
.tab-section-step-item-wrap .tab-section-step-img {
  position: relative;
}
.tab-section-step-item-wrap .tab-section-step-img img {
  width: 100% !important;
  max-width: none !important;
}
.tab-left .tab-section-step-item-wrap {
  position: relative;
  box-sizing: border-box;
  width: -webkit-calc(33.33% - 34.66px);
  width: calc(33.33% - 34.66px);
}
.tab-left .tab-section-step-item-wrap:not(:last-child) .tab-section-step-img::after {
  content: "";
  background: url("/mobile/set/data/service/dualsim/img/p/icon_modal_step.png") no-repeat;
  width: 15px;
  height: 24px;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}
.tab-right .tab-section-step-item-wrap:not(:last-child) .tab-section-step-img::after,
.tab-left.tab-section3 .tab-section-step-item-wrap:not(:last-child) .tab-section-step-img::after {
  content: "";
  background: url("/mobile/set/data/service/dualsim/img/p/icon_modal_step.png") no-repeat;
  width: 15px;
  height: 24px;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-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-esim-anker-link-wrap {
  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;
  text-align: center;
}
.tab-section-anker-link-wrap li {
  width: 48%;
  position: relative;
}
.tab-section-esim-anker-link-wrap li {
  width: 45.3%;
  position: relative;
}
.tab-section-anker-link-border {
  border-right: dotted 2px #2eb044;
  height: 50px;
}
.tab-section-anker-link-wrap li a {
  display: block;
  position: relative;
  color: #2eb044;
  font-size: 18px;
  font-weight: 700;
  padding: 7px 0 20px;
  letter-spacing: 0.04em;
}
.tab-section-anker-link-wrap li a span {
  font-size: 24px;
}
.tab-section-anker-link-wrap li a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  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: 60px;
}
#modalLink02.tab-section-list-wrap,
#modalLink04.tab-section-list-wrap {
    padding-top: 60px;
}
.tab-section-step-title {
    background: #2eb044;
    border-radius: 10px;
}
.tab-section-step-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.95;
}
#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) - 105px);
  position: relative;
  top: 0;
  overflow: hidden;
}
/* @keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: var(--w) 0;
  }
} */

.mv-title {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 1s linear;
  width: auto !important;
}

.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
-----------------------------------------------*/
.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: 40px;
  text-align: right;
  background: #fff;
}
.footer-tax-note .tax2021-sec-text {
  font-size: 14px;
  letter-spacing: 0.04em;
}

#dualsim {
  visibility: hidden;
}

/*---------------------------------------------
 variable styles
-----------------------------------------------*/
@media screen and (max-width:1070px) {
  .sec-contents-wrapper .sec-contents-inner {
    width: 100%;
    /* max-width: 950px; */
  }
  .sec-contents-title-wrap > span + h2 {
    font-size: 4.5vw;
  }
  #service.sec-contents-wrapper .sec-contents-title-wrap {
    width: auto;
  }
  .sec-contents-title-wrap > span {
    font-size: 2vw;
  }
  .sec-service-contents-title > h3 > .title-num {
    font-size: 4.6vw;
  }
  .sec-service-contents-title > h3 {
    font-size: 2.4vw;
  }
  #service .sec-contents-lead-text-wrap p {
    font-size: 1.7vw;
    margin: -1.7vw 0 0 0;
  }
  #service .sec-contents-lead-text-wrap {
    width: auto;
  }
  .price-chart-inner-1col-item-wrap {
    padding: 0 3vw;
  }
  .price-chart-inner-2col-item-wrap {
    padding-left: 3.5vw;
  } 
  .price-chart-inner-2col-item {
    padding: 3.5vw 1.5vw;
  }
  .howto-step-inner-item h3 {
    font-size: 2.4vw;
  }
  .sec-service-contents-title {
    padding: 1.4vw 2vw 1.8vw;
  }
  .sec-contents-acc-btn p {
    font-size: 2vw;
  }
  .apply-attention-title {
    padding: 1vw 0;
  }
  .apply-attention-title h3 {
    font-size: 1.6vw;
  }
  .apply-attention-title h3::before {
    width: 2.4vw;
    height: 2.4vw;
  }
  .apply-attention-esim {
    padding: 1vw;
  }
  .apply-attention-esim > p {
    font-size: 1.6vw;
  }
  .apply-attention-esim .apply-link {
    margin-top: 1vw;
  }
  .apply-shop-btn a {
    font-size: 2.4vw;
    padding: 2.4vw;
  }
  .apply-shop-btn a::before {
    width: 6vw;
    height: 6vw;
    margin-right: 1.6vw;
  }
  #apply .sec-content-inner {
    padding: 80px 0 0;
  }
  /* #service .sec-contents-inner-wrap {
    margin: 0 60px;
  } */
  #apply .sec-contents-inner-wrap {
    margin: 0 60px;
  }
  /* #faq .sec-contents-inner-wrap {
    margin: 0 60px;
  } */
  #apply .sec-contents-title-wrap h2 {
    font-size: 4vw;
  }
} 

/*---------------------------------------------
 esim modal
-----------------------------------------------*/
#modal03 .modal-read-text {
text-align: center;
}
#modal03 .modal-2col-esim-note {
  margin-top: 30px;
  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:start;
  -webkit-align-items:flex-start;
  -ms-flex-align:start;
  align-items:flex-start;
}
#modal03 .modal-2col-esim-note-item {
  width: 50%;
}
#modal03 .modal-2col-esim-note-item:nth-child(2) {
  margin-left: 20px;
}
.modal-esim-note-list {
  list-style-type: disc !important;
  padding-left: 20px;
}
.modal-esim-note-list li {
  font-size: 14px;
}
.modal-esim-note-list li:not(:last-child) {
  margin-bottom: 10px;
}
.modal-esim-note-list li span.fc-red {
  color: #e50000;
}
.modal-esim-step {
  padding: 20px 0;
  margin: 0 auto;
}
.modal-esim-step img {
  width: 25px !important;
  height: 15px !important;
  display: block;
  margin: 0 auto;
}
.modal-esim-step-text {
  font-weight: bold;
  font-size: 14px;
}
#modal03 .modal-nav-list .modal-nav-item {
  width: 35.3%;
}
.tab-section-esim-anker-link-wrap li {
  font-size: 18px;
  position: relative;
}
.tab-section-esim-anker-link-wrap li a {
  color: #2eb044;
  font-weight: bold;
}
.tab-section-esim-anker-link-wrap li a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  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-esim-anker-link-wrap li a span.text-large {
  font-size: 24px;
}
.tab-section-step-title.bg-red {
  background: #f32f3e;
}
.tab-section-step-warning {
  margin-top: 35px;
  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;
}
.tab-section-step-warning .icon-warning {
  background: url(/mobile/set/data/service/dualsim/img/shared/icon_warning.png) no-repeat center top;
  background-size: cover;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.tab-section-step-warning p {
  font-size: 14px;
  color: #fb0404;
  text-align: center;
}
.apply-shop-btn img.newwindowicon {
  display: none;
}
.apply-shop-2col-item img.qr {
  width: 127px !important;
}