@charset "UTF-8";

/* ----------------------------------------------
	共通
---------------------------------------------- */

html {
    background: #f2f2f2;
    font-size: 62.5%;
    font-family: 'Noto Sans JP', sans-serif;
}

/* WSYS-13026 【フロント】WorldeSIMフロント修正(設定方法をPDF化/LP/規約/特商法/STEP3/メニュー) 20251211 M.Shimizu */
body {
    font-size: 1.5rem;
}

section {
    margin: -84px auto 0;
    padding-top: 84px;
    text-align: center;
}

a {
    color: #333;
    text-decoration: none;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.esim_lp_body{
    min-width: 1000px
}

.esim_body {
    padding-top: 100px;
}

.flex_set {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ----------------------------------------------
	ヘッダー
---------------------------------------------- */

.header_area {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.header_contents {
    max-width: 1000px;
    margin: 0 auto;
    padding-inline: 2%;
    text-align: center;
    position: relative;
    height: 84px;
}

.header_area .esim_logo {
    width: 200px;
}

.header_right.flex_set {
    justify-content: flex-end;
    gap: 30px;
}

.header_area img {
    height: inherit;
}

.esim_menu {
    font-size: 1.6rem;
}

.esim_menu .jump_list.flex_set {
    gap: 20px;
}

.esim_menu .jump_list a:hover {
    color: #0d74bc;
}

/* ----------------------------------------------
	本文
---------------------------------------------- */

.esim_content {
    width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.block_title {
    background: #0071bc;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    /* WSYS-10996 【フロント】ワールドeSIMページのリダイレクト解除と修正 20240516 M.Amano */
    width: 1000px;
}

.block_title_navy {
    background: #0F2745;
}

.bg_white {
    background: #fff;
}

.align_left {
    text-align: left;
}

.align_right{
    text-align: right;
}

.text_border {
    position: relative;
}

.text_border:after {
    content: "";
    display: block;
    width: 17px;
    height: 1px;
    position: absolute;
    top: 50%;
    background: #fff;
}

.about_esim {
    padding: 30px 60px 100px;
    font-weight: 500;
}

.about_esim .about_esim_text {
    margin-bottom: 10px;
    line-height: 1.7em;
}

.table_block {
    display: inline-block;
    width: 24.9%;
    font-size: 1.1rem;
}

.table_block:nth-of-type(2) {
    width: 75%;
    margin-left: -7px;
}

.table_block:nth-of-type(2) th {
    font-size: 1.2em;
    width: 33%;
}

.table_block:nth-of-type(2) th:nth-of-type(3) {
    border-radius: 0 10px 0 0;
}

.table_block:nth-of-type(2) td {
    font-size: 2em;
}

.merit_title {
    color: #ffffff;
    font-weight: bold;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    line-height: 1.3;
}

#price_area{
    padding-top: 100px;
}

/* WSYS-10996 【フロント】ワールドeSIMページのリダイレクト解除と修正 20240516 M.Amano */
.table_title {
    display: block;
    border: solid #0e2745 1px;
    border-left: solid 4px;
    border-right: solid 4px;
    font-size: 1.6em;
    color: #102847;
    padding: 5px;
    margin: 30px auto 0;
}

.price_plus {
    font-size: 3em;
}

.price_table {
    width: 100%;
    font-size: 1.2rem;
    color: #102847;
    overflow: hidden;
}

.price_table,
.price_table th,
.price_table td {
    border: 1px #0e2745 solid;
    border-collapse: collapse;
}

.price_table th,
.price_table td {
    width: 25%;
    vertical-align: middle;
    text-align: center;
}

.esim_lp_body .price_table th, .esim_lp_body .price_table td{
    height: 70px;
}

.price_table tr {
    height: 55px;
}

.price_table .country_name {
    background: #f2f2f2 !important;
}

.price_table th {
    background: #fff;
    line-height: 1.1em;
}

.price_table td:nth-of-type(1) {
    color: #592900;
    background: #fffbc4;
}

.price_table td:nth-of-type(2) {
    color: #597830;
    background: #e1efd5;
}

.price_table td:nth-of-type(3) {
    color: #1C3454;
    background: #d3edfb;
}

/* WSYS-10996 【フロント】ワールドeSIMページのリダイレクト解除と修正 20240516 M.Amano */
.price_table td:nth-of-type(4) {
    color: #e89838;
    background: #fcebdb;
}

.price_table .plan_type {
    font-size: 1.3em;
}

.price_table .plan_type span {
    font-size: 0.8em;
}

.plan_type_label {
    position: relative;
    display: inline-block;
}

.price_table .plan_type:nth-of-type(1) {
    color: #ffffff;
    background: #A58A30;
}

.price_table .plan_type:nth-of-type(2) {
    color: #ffffff;
    background: #597830;
}

.price_table .plan_type:nth-of-type(3) {
    color: #ffffff;
    background: #0A6BAF;
}

/* WSYS-10996 【フロント】ワールドeSIMページのリダイレクト解除と修正 20240516 M.Amano */
.price_table .plan_type:nth-of-type(4) {
    color: #ffffff;
    background: #e89838;
}

.price_table .flag {
    position: relative;
}

.price_table .flag:before{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    display: inline-block;
}

.price_table .flag_southkorea:before {
    background: url(../images/contents/worldesim/flag_southkorea.png)no-repeat;
    background-size: contain;
}

.price_table .flag_taiwan:before {
    background: url(../images/contents/worldesim/flag_taiwan.png)no-repeat;
    background-size: contain;
}

.price_table .flag_hawaii:before {
    background: url(../images/contents/worldesim/flag_hawaii.png)no-repeat;
    background-size: contain;
}

.price_table .flag_america:before {
    background: url(../images/contents/worldesim/flag_america.png)no-repeat;
    background-size: contain;
}

.price_table .flag_europe_tour:before {
    background: url(../images/contents/worldesim/flag_europe_tour.png)no-repeat;
    background-size: contain;
}

.font_size_large {
    font-size: 1.6em;
}

.font_size_middle {
    font-size: 1.3em;
}

.font_size_small {
    font-size: 0.7em;
}

.price_text {
    font-size: 0.9rem;
    line-height: 1.8em;
    margin: 1em 0;
}

.price_text li {
    position: relative;
    margin-left: 1em;
}

.price_text li::before {
    content: "・";
    position: absolute;
    left: -1em;
}

.price_text .second_row {
    margin-left: 2em;
}

.price_text .second_row::before {
    content: "- ";
    left: -1em;
}

.price_text .second_row:last-of-type {
    margin-bottom: 1.2em;
}

#flow_area .esim_content {
    padding: 35px 28px;
}

.step_block {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 48px auto;
    align-items: center;
    position: relative;
}

.step_block .step_number:nth-of-type(1) {
    -ms-grid-column: 1;
    border-left: 1px #076baf solid;
}

.step_block .step_number:nth-of-type(2) {
    -ms-grid-column: 2;
}

.step_block .step_number:nth-of-type(3) {
    -ms-grid-column: 3;
}

.step_block .step_number:nth-of-type(4) {
    -ms-grid-column: 4;
}

.step_block .step_number:nth-of-type(5) {
    -ms-grid-column: 5;
    border-right: 1px #076baf solid;
}

.step_block .step_number {
    color: #0071bc;
    position: relative;
    padding: 12px 0;
    border-top: 1px #076baf solid;
}

.step_block .next_icon:after {
    content: "";
    background: url("../images/contents/worldesim/step_icon.png") no-repeat;
    background-size: contain;
    height: 12px;
    width: 11px;
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.step_block img {
    width: 12px;
}

.step_block .text_border:after {
    left: 45.2%;
}

.next_arrow:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: inherit;
    transform: rotate(45deg);
    top: 70px;
    right: -10px;
    z-index: 1;
}

.step_title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px auto 13px;
}

.step_text {
    border: 1px #fff solid;
    border-radius: 10px;
    margin-bottom: 20px;
}

.step_text p {
    margin: 15px auto;
    line-height: 1.4em;
}

.explain_step .text_border:after {
    background: #fff;
}

/**
 * [WSYS-8972]【前日依頼】ワールドeSIMでandroidが使用不可に関するテキスト追加 20220407 TC.tanaka
 */

.android_attention {
    color: #ff5b4c;
    margin: 0 0 40px;
    border: 2px #ff5b4c solid;
    padding: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
}

.android_attention_text {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    margin: 0 15px;
    text-align: left;
}

.check_list {
    padding: 30px 90px 40px;
}

.check_list .color_pink {
    text-align: left;
    display: inline-block;
}

.check_list .checklist_content {
    background: #f2f2f2;
    margin-top: 40px;
    height: 180px;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 220px 1fr;
    -ms-grid-columns: 220px 1fr;
    justify-content: center;
    align-items: center;
}

.check_list .check_text {
    display: inline-block;
    margin: 42px 60px;
    -ms-grid-column: 2;
}

.check_list .check_text p {
    margin: 24px auto;
    display: inline-block;
    padding-right: 20%;
}

.color_pink {
    color: #ed1e79;
}

.bg_pink {
    background: #ed1e79;
    color: #fff!important;
}

.lock_text {
    padding: 10px;
    margin: 30px 0 40px;
}

.lock_text span {
    font-size: 0.7em;
    vertical-align: 2px;
    margin-right: 10px;
}

.setting_method {
    padding: 50px 50px 80px;
}

/* ----------------------------------------------
	料金ページ
---------------------------------------------- */

.price_body {
    padding-top: 100px;
    margin-bottom: 60px;
}

.price_body section .esim_content{
    margin: 0 auto 70px;
    text-align: center;
    padding: 0;
    width: 943px;
}

.price_body section:nth-of-type(1) {
    margin: -100px auto 0;
}

.price_body .block_title {
    font-size: 1.6rem;
    width: 943px;
}

.price_body .esim_content .price_table td {
    color: #102847;
}

.about_price_title {
    background: #102847;
    color: #fff;
    font-size: 2rem;
    padding: 15px;
    text-align: center;
    width: 943px;
    margin: 0 auto;
}

.about_price {
    color: #173361;
    font-size: 1.4rem;
    padding: 30px;
}

.attention_area {
    font-size: 0.9rem;
    text-align: left;
}

.price_attention {
    font-size: 0.9rem;
    text-align: left;
    padding: 10px;
}

.btn_area {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.price_btn {
    margin: 7px 7px 30px 7px;
    padding: 20px;
    display: inline-block;
    background: #0071bc;
    color: #fff;
    font-weight: bold;
    width: 23%;
    box-shadow: 0 8px 10px -10px #000;
    cursor: pointer;
}
.sp_inline {
    display: none;
}
.area_title {
    position:relative;
    color:  #102847;
}
.area_title:before{
    content: "※";
    left: 9px;
    position:absolute;
    font-size: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
}

.price_body .price_table {
    font-size: 1.1rem;
}

.price_popup_btn {
    margin: 15px 10px;
    text-align: right;
    color: #143564;
    position:relative;
    cursor: pointer;
    right:1rem;
    display: inline-block;
    background: #ffffff;
    overflow: visible;
}

.price_popup_btn:after{
    content: "";
    position:absolute;
    display:inline-block;
    margin: 0 5px;
    width: 1rem;
    height: 1rem;
    background: url(../images/contents/worldesim/popup_arrow.png)no-repeat;
    background-size:contain;
    top: 50%;
    transform: translateY(-50%);
}

.data_size_font {
    font-size: 1.1rem;
}

/* ----------------------------------------------
	設定方法ページ
---------------------------------------------- */

.guide_section {
    margin: 0 auto;
    padding: 0;
}

.guide_section:nth-of-type(1) {
    padding-top: 100px;
}

.guide_section:nth-of-type(1) .esim_content {
    padding: 0;
}

.guide_section .esim_content {
    width: 943px;
}

.guide_section .guide_content {
    width: 943px;
    margin: 0 auto;
}

.guide_title {
    background: #102847;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 10px;
    width: 943px;
}

.img_block {
    display: inline-block;
    position: relative;
    transition: .4s;
}

.img_block:hover{
    opacity: 0.6;
}

.guide_text {
    border-top: 2px #777 solid;
    padding: 20px 0;
}

.guide_text p {
    width: fit-content;
    margin: 0 auto;
}

/* ----------------------------------------------
	拡大モーダル
---------------------------------------------- */

.content{
    margin: 0 auto;
    padding: 40px;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.modal__bg{
    background: rgba(0,0,0,0.3);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content{
    background: #fff;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}

.modal__content img{
    margin: 0;
    border: none;
    width: auto;
    max-height: 725px;
}

.modal_close{
    background: #88C7E8;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 2.2rem;
    position: absolute;
    top: -17px;
    right: -17px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
}

.modal_close:before{
    content: "×";
    display: block;
    text-indent: 0;
    box-sizing: border-box;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* ----------------------------------------------
	特定商法取引
---------------------------------------------- */

.tokuteisho_body {
    background: #ffffff;
    padding-top: 100px;
}

.tokuteisho_main {
    width: 943px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.tokuteisho_title {
    background: #102847;
    color: #fff;
    font-size: 2rem;
    padding: 15px;
    text-align: center;
}

.tokuteisho_main:after {
    content: "";
    clear: both;
    display: block;
}

.tokuteisho_main dl {
    border-bottom: 1px solid #ccc;
    margin: 40px 15px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

.tokuteisho_main dt {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    width: 210px;
    float: left;
    clear: both;
}

.tokuteisho_main dt::before {
    content: "■";
    color: #102847;
    font-size: 0.8em;
    vertical-align: top;
    padding: 0 2px;
}

.tokuteisho_main dd {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 703px;
    float: left;
    padding: 10px 20px;
}

.tokuteisho_main dl .number_list p {
    counter-increment: cnt;
    position: relative;
    padding-left: 2.5em;
}

.tokuteisho_main dl .number_list p::before {
    content: "（" counter(cnt) "）";
    position: absolute;
    left: 0;
}

/* ----------------------------------------------
	お申込みボタン
---------------------------------------------- */

.apply_btn {
    display: block;
    width: 175px;
    padding: 18px;
    background-image: linear-gradient(90deg, #FF69A8 40%, #F51B76 100%);
    border-radius: 100px;
    box-shadow: 0 8px 10px -10px #000;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    line-height: 1;
}

.apply_btn:hover {
    background: #ed3b89;
}

.apply_btn .btn_content {
    position: relative;
}

.apply_btn .btn_content::before,
.apply_btn .btn_content::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 10px;
    height: 4px;
    border-radius: 100px;
    background-color: #fff;
    transform-origin: calc(100% - 2px) 50%;
}

.apply_btn .btn_content::before {
    transform: rotate(45deg);
}

.apply_btn .btn_content::after {
    transform: rotate(-45deg);
}

.apply_btn .btn_content p {
    display: inline;
}


.country_price {
    background: #1fabd2;
}

.country_price:hover {
    background: #2cb5db;
}

.mt30 {
    margin-top: 30px;
}

/* ----------------------------------------------
	周遊ポップアップ
---------------------------------------------- */

.overLayer{
    display: none;
    background: #000;
    opacity: .3;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}

.modalBox {
    height: auto;
    max-height: 80%;
    background: #fff;
    padding: 30px;
    width: 920px;
    overflow-y: scroll;
    z-index: 2000;
    position: fixed;
    text-align: center;
    -webkit-transform: translateZ(0);
}

.modalBox .close {
    background: #2f2f2f;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 200%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.modalBoxContents {
    font-size: 1.4rem;
    color: #102847;
    text-align: left;
}

.tour_popup_contents{
    font-size: 1.1rem;
}

.tour_popup_contents .about_price_title {
    width: auto;
}

.tour_popup_contents .tour_text {
    margin: 20px 0;
}

.tour_popup_contents table {
    width: 100%;
    border-collapse: collapse;
}

.tour_popup_contents th,
.tour_popup_contents td {
    width: 25%;
    text-align: center;
    vertical-align: middle;
    border: 1px #102847 solid;
    font-weight: 500;
}

.tour_popup_contents th:nth-of-type(2n),
.tour_popup_contents td:nth-of-type(2n) {
    background: #f2f2f2;
}

.tour_popup_contents th {
    height: 55px;
}

.tour_popup_contents td {
    height: 35px;
    font-size: 0.8em;
}

.modalBox .popup_close_box {
    margin: 15px 0;
    text-align: center;
}

.popup_close_btn.inline {
    background: #000;
    min-width: 200px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.acd_check {
    display: none;
}

.acd_contents {
    background: #fff;
    opacity: 0;
    height: 0;
    transition: 0.3s;
    visibility: hidden;
    padding: 0;
    display: block;
    overflow: hidden;
}

.acd_item {
    height: 0;
}

.acd_check:checked + .acd_label + .acd_contents {
    opacity: 1;
    visibility: visible;
    display: block;
    height: 100%;
}

.acd_check:checked + .acd_label + .acd_contents .acd_item {
    height: 100%;
}

.sp_window {
    display: none;
}

/* ----------------------------------------------
	フッター
---------------------------------------------- */

.footer_bottom_area {
    padding: 40px 0;
    text-align: center;
}

.footer_bottom_area .bottom_menu {
    margin-bottom: 20px;
}

.footer_bottom_area .bottom_menu ul {
    color: #7f868a;
    font-size: 1.6rem;
}

.footer_bottom_area .bottom_menu ul li {
    display: inline-block;
    border-left: 1px solid #7f868a;
}

.footer_bottom_area .bottom_menu ul li:first-child {
    border: none;
}

.footer_bottom_area .bottom_menu li a {
    padding: 4px 8px;
}

.footer_bottom_area .bottom_menu li a:hover {
    color: #0d74bc;
}

.footer_column {
    display: block;
    text-align: center;
}

.footer_address.flex_set {
    justify-content: center;
    font-size: 1.2rem;
}

.footer_address .logo img {
    width: 100px;
}

.footer_address .address {
    padding-left: 10px;
    line-height: 1.6;
    text-align: left;
}

.footer_bottom_area .copyright {
    margin-top: 25px;
    color: #333;
    font-size: 1.0rem;
}

@media screen and (max-height: 725px) {
    .modal__content img{
        max-height: 550px;
    }
}