
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700');

body {
    font-family: "Hiragino Kaku Gothic ProN",'Noto Sans JP',sans-serif;
}
@media(min-width: 767px){
	body {
    	font-family: 'Noto Sans JP',sans-serif;
	}
}


.btnArea {
    text-align: center;
    margin: 0 auto;
    margin-top: 3rem;
}
a .arrow-btn {
    color: #fff;
}
.arrow-btn {
    display: inline-block;
    padding: 0.5rem 5rem 0.5rem 5rem;
    border: 1px solid;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
}
.btnArrow-gray {
    background-color: #1a1d29!important;
}
.btnArrow {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    right: -28px;
    top: 0.9rem;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    background-color: white;
    transition: all 0.2s ease;
}
.arrow-btn:hover .btnArrow {
    transition: all 0.2s ease;
    right: -40px;
}
.arrow-btn:hover {
    color: #fff;
    text-decoration: none;
}


.arrow-btn2 {
    display: inline-block;
    padding: 0.8rem 8rem 1.4rem 8rem;
    border: #777 2px solid;
    border-radius: 7px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease;
}

.btnArrow2 {
    padding-left: 2em;
    padding-right: 2em;
    position: absolute;
    top: 3.9rem;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 13px solid #777;
    transition: all 0.3s ease;
    transform: rotate(90deg);
}
.arrow-btn2:hover .btnArrow2 {
    transition: all 0.3s ease;
    top: 72px;
    border-left: 13px solid #ddd;
}
.arrow-btn2:hover {
    color: #fff;
    text-decoration: none;
    border: #ddd 2px solid;
}




/*CTA*/
.list_logo img{
	width: 100%;
	height: auto;
}
@media (min-width: 768px){
	.list_logo {
	    margin: 5px auto 0px;
	    max-width: 500px;
	}
}
@media (max-width: 768px){
	.list_logo {
	    width: 94%;
	}
}
@media(max-width: 767px){
	.font-custom{
		font-size: 4.1vw;
	}
	.font-custom2{
		font-size: 3.8vw;
	}
}
@media(min-width: 768px){
	.font-custom{
		font-size: 1.7vw;
	}
}
/*conversion_button*/
.callout {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #ee2357;
	font-weight: bold;
	line-height: 1;
    margin-bottom: 0;
}

@media(max-width:768px){
	.callout {
		font-size: 80%;
		margin-top:1em;
	}
}
.conversion_content{
  display: flex;
}


.conversion_img{
	width: 15px;
	position: absolute;
	top: 0;
	bottom:0;
	right: 5%;
	margin: auto;
}
.conversion_img2{
    width: 8px;
    top: 0;
    right: 5%;
    margin: 0 0 3px 5px;
}


div.conversion_button_1 {
    display: block;
    text-decoration: none;
    border-radius: 6px;
    line-height: .8em;
    font-weight: bold;
    position: relative;
    height: 115px;
    margin: 0 auto;
    border: solid #999 2px;
}


div.conversion_button_1.bg-grey{
	background-color: #bbbbbb;
    border-bottom: solid 4px #999;
}
div.conversion_button_1.bg-blue{
	background-color: #016cf9;
    border-bottom: solid 4px #1A1D29
}

div.conversion_button_1 .message{
    color:#ee2357;
    font-weight: 700;
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
	line-height: 1.3;

}

div.conversion_button_1 .text{
    color:#333;
    font-weight: 500;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

@media(max-width: 767px){
	div.conversion_button_1	{
		height: 80px;
	}
	div.conversion_button_1 .message{
    line-height: 0.7em;
    top: 42%;
	}
	.conversion_img2 {
    width: 7px;
    margin: 0 0px 2px 4px;
	}
	div.conversion_button_1 {
    border: solid #999 1px;
	}
	div.conversion_button_1 .text{
	top: 82%;
	}
}

div.conversion_button_2 {
	display: block;
	text-decoration: none;
	background: #ee2357;
	color: #FFF;
	border-bottom: solid 4px #680404;
	border-radius: 6px;
	line-height: .8em;
	font-weight: bold;
	position: relative;
	height: 50px;
	margin: 0 auto;
}
@media(max-width: 767px){
	div.conversion_button_2	{
		height: 40px;
	}
}

div.conversion_button_2.bg-grey{
	background-color: #bbbbbb;
    border-bottom: solid 4px #999;
}
div.conversion_button_2.bg-blue{
	background-color: #016cf9;
    border-bottom: solid 4px #1A1D29
}

div.conversion_button_2 .message{
    color:#fff;
    font-weight: 600;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translateY(-48%) translateX(-50%);
	-webkit- transform: translateY(-48%) translateX(-50%);
	width: 100%;
}

div.conversion_button_2 .conversion_img{
  width: 10px;
}


div.conversion_button_3 {
	display: block;
	text-decoration: none;
	background: #016cf9;
	color: #FFF;
	border-bottom: solid 4px #003D8D;
	border-radius: 6px;
	line-height: .8em;
	font-weight: bold;
	position: relative;
	height: 50px;
	margin: 0 auto;
}
@media(max-width: 767px){
	div.conversion_button_3	{
		height: 45px;
	}
	div.conversion_button_2 .message{
		top: 50%;	
	}
	div.conversion_button_4 .message{
		top: 50%;	
	}

}

div.conversion_button_3.bg-grey{
	background-color: #bbbbbb;
    border-bottom: solid 4px #999;
}
div.conversion_button_3.bg-blue{
	background-color: #016cf9;
    border-bottom: solid 4px #1A1D29
}

div.conversion_button_3 .message{
    color:#fff;
    font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
}
div.conversion_button_3 .conversion_img{
  width: 10px;
}


.callout_2{
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%) translateX(-5%);
	-webkit- transform: translateY(-50%) translateX(-5%);
}
@media(max-width: 767px){
	.callout_2{
		font-size: 80%;
	}
}

@media(min-width: 768px){
	div.conversion_button_1{
		max-width: 662px;
	}
}
@media(min-width: 768px){
	div.conversion_button_2{
		max-width: 662px;
	}
	div.conversion_button_4{
		max-width: 662px;
	}
}
@media(min-width: 768px){
	div.conversion_button_3{
		max-width: 662px;
	}
}

.l-wrapper__top .conversion_button {
		width: 90%;
}

/*Border*/
.border-t-white{
	border-top:1px solid #fff;
}
.border-b-white{
	border-bottom:1px solid #fff;
}
.border-b-darkblue{
	border-bottom:1px solid #1a1d29;
}





/*Width*/
@media(min-width:768px){
	.w-limit{
		width: 662px;
	}
	.w-limit-90{
		width:90%;
	}
	.w-limit-80{
		width:80%;
	}
}

.list-logo{
	width:150px;
	height:auto;
	text-align: center;
}
@media(max-width:767px){
	.list-logo{
		width:100px;
	}
}



/*Card section*/
@media(max-width:767px){
	.card-wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(min-width:768px){
	.card-wrap{
		padding-left: 15px;
		padding-right: calc(15px + 0.5rem);
	}
}




@media(max-width: 767px){
	.font-20pt{
		font-size:20pt;
	}
	.font-19pt{
		font-size:19pt;
	}
	.font-18pt{
		font-size:18pt;
	}
	.font-17pt{
		font-size:17pt;
	}
	.font-16pt{
		font-size:16pt;
	}
	.font-15pt{
		font-size:15pt;
	}
	.font-14pt{
		font-size:14pt;
	}
	.font-13pt{
		font-size:13pt;
	}
	.font-12pt{
		font-size:12pt;
	}
	.font-11pt{
		font-size:11pt;
	}
	.font-10pt{
		font-size: 10pt;
	}
}


@media(min-width: 768px){
	.font-md-20pt{
		font-size:20pt;
	}
	.font-md-19pt{
		font-size:19pt;
	}
	.font-md-18pt{
		font-size:18pt;
	}
	.font-md-17pt{
		font-size:17pt;
	}
	.font-md-16pt{
		font-size:16pt;
	}
	.font-md-15pt{
		font-size:15pt;
	}
	.font-md-14pt{
		font-size:14pt;
	}
	.font-md-13pt{
		font-size:13pt;
	}
	.font-md-12pt{
		font-size:12pt;
	}
	.font-md-11pt{
		font-size:11pt;
	}
	.font-md-10pt{
		font-size: 10pt;
	}
}


@media(min-width: 768px){
	#font-md-20pt p{
		font-size:20pt;
	}
	#font-md-19pt p{
		font-size:19pt;
	}
	#font-md-18pt p{
		font-size:18pt;
	}
	#font-md-17pt p{
		font-size:17pt;
	}
	#font-md-16pt p{
		font-size:16pt;
	}
	#font-md-15pt p{
		font-size:15pt;
	}
	#font-md-14pt p{
		font-size:14pt;
	}
	#font-md-13pt p{
		font-size:13pt;
	}
	#font-md-12pt p{
		font-size:12pt;
	}
	#font-md-11pt p{
		font-size:11pt;
	}
	#font-md-10pt p{
		font-size: 10pt;
	}
}


.flexbox{
    border: 1px solid #B2B2B2;
    background-color: #F2F2F9;
}
.img-app{
	width: 62px;
	height: auto;
	float: left;
	margin-right: 10px;
}

@media(max-width: 767px){
	.img-app{
		width: 84px;
		height: auto;
	}
}




/* 2023-12-01 */




div.conversion_button_4 {
	display: block;
	text-decoration: none;
	background: #ee2357;
	color: #FFF;
	border-bottom: solid 4px #680404;
	border-radius: 6px;
	line-height: .8em;
	font-weight: bold;
	position: relative;
    height: 70px;
	margin: 0 auto;
}
@media(max-width: 767px){
	div.conversion_button_4	{
      height: 52px;
	}
  div.conversion_button_4 .message {
      line-height: 1.1;
  }
}

div.conversion_button_4.bg-grey{
	background-color: #bbbbbb;
    border-bottom: solid 4px #999;
}
div.conversion_button_4.bg-blue{
	background-color: #016cf9;
    border-bottom: solid 4px #1A1D29
}

div.conversion_button_4 .message{
    line-height: 1.1;
    color:#fff;
    font-weight: 600;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translateY(-48%) translateX(-50%);
	-webkit- transform: translateY(-48%) translateX(-50%);
	width: 100%;
}

div.conversion_button_4 .conversion_img{
  width: 10px;
}



.btn-text_sm{
  font-weight: 400;
  font-size: 80%;
}





.plan-bt{
  position: relative;
  z-index: -1;
}
.plan-fukidashi{
position: absolute;
width: 4.5%;
margin-top: -1.55em;
margin-left: 75%;
z-index: 0;
}    
a {
 word-break: break-all;
}

.table-center{
    justify-content: center;
}


/*card_2*/
.card_plan{
    text-align: center;
    text-decoration: none!important;
    border-bottom: none!important;
}
@media(min-width: 768px){
  .card_plan{
    margin:auto;
  }
  .card_plan-header{
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media(max-width: 767px){
  .card_plan{
    max-width: 100%;
  }
  .card_plan-header{
    position: relative;
    padding-top: 6px;
    padding-bottom: 5px;
  }
}
.list-group-item_plan{
    background-color: #eee;
  }    

    .plan-exp{
    padding: 1.5em;
    border: solid 2px #999;
    }
    .plan-exp_text1{
    font-weight: 400;
    text-decoration: none!important;
    border-bottom: none!important; 
    }
    span.news {
    vertical-align: -170%;
    margin: 0px 1px 0px 2px;
    }  
    .text-setting{
        font-feature-settings: "palt";
        letter-spacing: 0.05em;
    }
    .border-line{
    padding-top: 3px;
    padding-bottom: 13px;
    border-bottom: 1px solid #000;
    text-decoration: none;
    }
    .top-text02{
    line-height: 0.5;
    margin-top: 33px;
    margin-bottom: 20px;

    }
    #t06{
        width: 12%;
    }




#plan-t00{
}
#plan-t01{
    border-left: 1px solid #030C40;
    border-bottom: 1px solid #030C40;
}
#plan-t02{

}
#plan-t03{
    border-top: 1px solid #;    
    border-left: 1px solid #;
    border-bottom: 1px solid #;
}
#plan-t04{
	background-color: #fff;
	 border-radius: 0em 0em 1em 1em;

}
#plan-t00 p{
    padding: 5px 6px;
    color: #fff;    
}

.border-w{
	position: relative;
}
.border-w::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%; /* 枠線の開始位置を調整 */
    width: 80%; /* 枠線の幅を調整 */
    border-bottom: 1px solid #fff; /* 枠線のスタイルを定義 */
}
.border-w-sp{
	position: relative;
}
.border-w-sp::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%; /* 枠線の開始位置を調整 */
    width: 80%; /* 枠線の幅を調整 */
    border-bottom: 1px solid #fff; /* 枠線のスタイルを定義 */
}
.border-w-sp::before {
	content: '';
    position: absolute;
    top: 70%;
    left: 0%;
    width: 100%;
    height: 650%;
    background-color: #156979;
    z-index: -5;
}
.border-w-pc{
	position: relative;
}
.border-w-pc::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%; /* 枠線の開始位置を調整 */
    width: 80%; /* 枠線の幅を調整 */
    border-bottom: 1px solid #fff; /* 枠線のスタイルを定義 */
}
.border-w-pc::before {
    content: '';
    position: absolute;
    top: 60%;
    left: 0%;
    width: 100%;
    height: 580%;
    background-color: #156979;
    z-index: -5;
}

.border-g{
	position: relative;
}
.border-g::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5%; /* 枠線の開始位置を調整 */
    width: 90%; /* 枠線の幅を調整 */
    border-bottom: 1px solid #aaa; /* 枠線のスタイルを定義 */
}
.border-g2{
	position: relative;
}
.border-g2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%; /* 枠線の開始位置を調整 */
    width: 80%; /* 枠線の幅を調整 */
    border-bottom: 1px solid #aaa; /* 枠線のスタイルを定義 */
}
.border-g3{
	position: relative;
}
.border-g3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%; /* 枠線の開始位置を調整 */
    width: 90%; /* 枠線の幅を調整 */
    border-bottom: 1px solid #aaa; /* 枠線のスタイルを定義 */
}

.b-shadow{
	position: relative;
}
.b-shadow::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    height: 100%;
    width: 100%;
    border-radius: 0em 0em 1em 1em;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.4);
    z-index: -3;
}

.b-shadow2{
	position: relative;
	z-index:1;
}

.b-shadow3{
	position: relative;
	z-index:0;
}




.table-shadow-01{
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); background-color: #fff;
}

.table-shadow-02{
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2); background-color: #fff;
	border-radius: 1em 0em 0em 0em; 
}




.plan-common__th02-1 {
    padding: 5px 6px;
    width: 35%;
    background-color: #104553;
	border-radius: 1em 1em 0em 0em;"
}
.plan-common__th02-2 {
    padding: 5px 6px;
    width: 35%;
    background-color: #104553;
	border-radius: 1em 1em 0em 0em;"
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.4);
}
.plan-common__th02-2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0%;
    top: 63%;
    height: 6%;
    width: 70%;
    border-radius: 1em 1em 0em 0em;
	box-shadow: 0 14px 8px 0 rgba(0, 0, 0, 0.5);
    z-index: -5;
}


.plan-common__th02 {
    padding: 5px 6px;
    width: 35%;
}
@media (max-width: 767px){
.plan-common__th01 {
    padding: 5px 6px;
    width: 30%;
}
.plan-fukidashi{
width: 6.5%;
margin-top: -1.65em;
}    

}

.table-width{
  max-width: 662px;
}


.plan-text {
    display: flex;
    align-items: center;
}
 
.plan-text:before,
.plan-text:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #333;
}
 
.plan-text:before {
    margin-right: 0.5rem;
}
 
.plan-text:after {
    margin-left: 0.5rem;
}


















  /* ポップアップ全体のスタイル */
  .popup {
    visibility: hidden; /* 初期状態で非表示 */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 上下中央に表示 */
    width: 90%;
    max-width: 740px;
    max-height: 90vh; /* ビューポートの高さに収まるように */
    padding: 0.3em;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 8px;
    z-index: 1000;
    opacity: 0; /* 完全に透明 */
    transition: opacity 0.5s ease, transform 0.5s ease; /* アニメーション */
    overflow-y: auto; /* 内容をスクロール可能にする */
  }

  .popup.show {
    visibility: visible; /* 表示 */
    opacity: 1; /* 不透明に */
  }

  .overlay {
    display: none; /* 初期状態は非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    overflow: hidden; /* スクロールを無効化 */
  }

  .overlay.show {
    display: block; /* 表示 */
  }

  .popup .close-btn {
    border: none;
    cursor: pointer;
  }

  /* ボタンにホバーしたときのカーソルを設定 */
  .conversion_button_4 {
    cursor: pointer; /* カーソルをポインター（手のひら）に変更 */
  }

  .fixed_cta.hide {
    display: none;
  }





      .d-flex {
        display: flex;
    }
    .justify-content-center {
        justify-content: center;
    }
    .align-items-center {
        align-items: center;
    }
    .mr-2 {
        margin-right: 0.5rem;
    }
    .my-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .mt-3 {
        margin-top: 1rem;
    }
    .mb-3 {
        margin-bottom: 1rem;
    }


    .plan-option {
        border: 2px solid #d3d3d3;
        border-radius: 6px;
        padding: 0.5em 0.5em 0.5em 0.7em;
        color: #333;
        width: 100%;
        text-align: left;
    }

    .radio-custom {
    appearance: none; /* デフォルトのブラウザスタイルをリセット */
    -webkit-appearance: none; /* Safari用 */
    width: 1.25em;
    height: 1.2em;
    border: 2px solid #fff; /* 内側の白い境界線 */
    box-shadow: 0 0 0 2px #000; /* 擬似アウトラインを表現 */
    position: relative;
    cursor: pointer;
    background-color: transparent; /* 背景色を透明に */
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%!important;
    }

    .radio-custom:checked {
    width: 1.25em;
    height: 1.2em;
    background-color: #ee2357; /* チェック状態の背景色 */
    border: 2px solid #fff; /* 内側の白い境界線 */
    box-shadow: 0 0 0 2px #000; /* チェック状態でもアウトラインを維持 */
    border-radius: 50%!important;
    }

    .linkbox a {
        display: block;
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        z-index: 2;
        padding-bottom: 0px;
        transition: all .5s ease;
    }
    div.conversion_button_4 {
        height: 50px;
    }
    @media (max-width: 767px) {
        div.conversion_button_4 {
            height: 40px;
        }
    }


    .conversion_button_4.linkbox.ab {
        height: 40px !important;
    }



    @media (min-width: 768px) {
        .col-md-8 {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
    }

    @media (min-width: 769px) {
        .font-btn {
            font-size: 22px;
        }
    }
    @media (min-width: 768px) {
        .plan-container {
        max-width: 990px;
        margin: 0 auto;
        }
    }
    @media (max-width: 767px) {
        div.conversion_button_4 .message {
        padding-top: 0.2em;
        }
        .radiobutton{
        margin: 0 auto;
        }
        .radio-custom {
        width: 1.35em;
        height: 1.25em;
    border-radius: 50%!important;
        }
        .radio-custom:checked {
        width: 1.35em;
        height: 1.25em;
    border-radius: 50%!important;
        }
    }




    
div.conversion_button_5 {
    display: block;
    text-decoration: none;
    background: #ee2357;
    color: #FFF;
    border-bottom: solid 4px #680404;
    border-radius: 6px;
    line-height: .8em;
    font-weight: bold;
    position: relative;
    height: 50px;
    margin: 0 auto;
}
@media(max-width: 767px){
    div.conversion_button_5 {
      height: 40px;
    }
  div.conversion_button_5 .message {
      line-height: 1.1;
  }
}

div.conversion_button_5.bg-grey{
    background-color: #bbbbbb;
    border-bottom: solid 4px #999;
}
div.conversion_button_5.bg-blue{
    background-color: #016cf9;
    border-bottom: solid 4px #1A1D29
}

div.conversion_button_5 .message{
    line-height: 1.1;
    color:#fff;
    font-weight: 600;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translateY(-48%) translateX(-50%);
    -webkit- transform: translateY(-48%) translateX(-50%);
    width: 100%;
}

div.conversion_button_5 .conversion_img{
  width: 10px;
}


div.conversion_button_5 .conversion_img {
    width: 10px;
}

@media (max-width: 767px) {
    div.conversion_button_5 {
        height: 40px;
    }
    div.conversion_button_5 .message {
        padding-top: 0.2em;
    }

}

.fixed_cta.hide {
    display: none;
}

.close-btn {
  position: absolute;
  top: 0.7em;
  right: 0.7em;
  background-color: transparent;
  opacity: 0.8;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
  z-index: 1000;
  cursor: pointer;
}
.close-img {
  width: 25px;
  height: 25px;
}
/* ラジオボタン選択時のハイライト */
input[type="radio"].radio-custom:checked + .plan-option {
    border: 2px solid #ee5d82; /* 水色 */
    background-color: #fff2f6; /* 水色の薄い背景 */
}
/* 通常時：黒い枠のボックスシャドウ */
input[type="radio"].radio-custom {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: none; /* 実線枠は無し */
    width: 1.28em;
    height: 1.2em;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    box-shadow: 0 0 0 2px #333; /* 黒い外枠をシャドウで表現 */
    transition: box-shadow 0.3s ease;
    border-radius: 50%!important;
}

/* 選択時：ピンク色の枠に変更 */
input[type="radio"].radio-custom:checked {
    box-shadow: 0 0 0 2px #ee5d82; /* ピンク色に変化 */
    width: 1.28em;
    height: 1.2em;
    border-radius: 10px!important;
}

/* 選択時の中央赤丸 */
input[type="radio"].radio-custom:checked::before {
    content: "";
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    border: 2px solid #fff;
    background-color: #ee2357;
    border-radius: 10px!important;
}


@media (max-width: 767px) {
    .close-btn {
    width: 25px!important;
    height: 25px!important;
    }
    .close-img {
      width: 20px;
      height: 20px;
    }
    input[type="radio"].radio-custom {
        width: 1.38em;
        height: 1.2em;
    border-radius: 10px!important;
    }
    input[type="radio"].radio-custom:checked {
        box-shadow: 0 0 0 2px #ee5d82; /* ピンク色に変化 */
        width: 1.38em;
        height: 1.2em;
     border-radius: 10px!important;
   }
    input[type="radio"].radio-custom:checked::before {
        width: 1.23em;
        height: 1.2em;
    border-radius: 10px!important;
    }

}



.plan-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.radio-circle {
  width: 20px;
  height: 20px;
  border: 2px solid #ee5d82;
  border-radius: 50%;
  position: relative;
}

.radio-input:checked + .radio-circle::after {
    content: "";
    width: 0.8em;
    height: 0.8em;
    background: #ee5d82;
    border-radius: 50%;
    position: absolute;
    top: 0.19em;
    left: 0.18em;
}
.d-none{
    display: none!important;
}






.image-wrap {
  position: relative;
  display: inline-block;
}

.image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.tw-hero {
  background: #090b17;
  color: #fff;
}

.tw-hero__img {
  display: block;
  width: 100%;
  height: auto;
}

.tw-hero__panel {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1em 1.5em 2em 1.5em;
    text-align: center;
    box-sizing: border-box;
}

.tw-hero__panel .t1 {
    margin: 0 0 clamp(8px, 1.4vw, 10px);
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}

.tw-hero__panel .t2 {
    font-weight: 700;
    line-height: 1.4;
    color: #c09f69;
}

.tw-hero__panel .t3 {
    margin: 0;
    color: #fff;
    margin-inline: auto;
    text-align: justify;
    text-justify: inter-ideograph;
}

.double-border-box {
  position: relative;
  padding: 1em 0;
}

.double-border-box::before,
.double-border-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-color: #c09f69;
}

.double-border-box::before {
  top: 0;
  border-top: 2px dotted #c09f69;
}

/* 上：実線（内側） */
.double-border-box::after {
  top: 6px; /* 点線との距離 */
  border-top: 2px solid #c09f69;
}

/* --- 下側の2本線 --- */
.double-border-box::before,
.double-border-box::after {
  pointer-events: none;
}

.double-border-box::before,
.double-border-box::after {
  box-sizing: border-box;
}

/* 下：点線（外側） */
.double-border-box::before,
.double-border-box::after {
  content: "";
}

.double-border-box::before {
  position: absolute;
  bottom: 0;
  border-bottom: 2px dotted #c09f69;
}

/* 下：実線（内側） */
.double-border-box::after {
  position: absolute;
  bottom: 6px; /* 点線との距離 */
  border-bottom: 2px solid #c09f69;
}

@media (min-width: 768px) {
    .width-tx{
        width: 90%;
    }
}


.d-line{
border-bottom: 2.5px solid #c03; 
display: inline-block;
line-height: 1.2em;
}


.pc-fvimg {
    max-width: 650px;
}

.conversion_button_tw {
  position: relative;
  display: inline-block;
  overflow: visible;        
}

.conversion_button_tw .comingsoon-label {
    position: absolute;
    left: 17%;
    top: -4px;
    transform: translateX(-50%) rotate(-22deg);
    background: #222;
    color: #fff;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 3px 18px 4px 18px;
    border-radius: 2px;
    pointer-events: none;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
}

@media (max-width: 480px) {
  .conversion_button_tw .comingsoon-label {
    top: -8px;
    padding: 4px 8px;
  }
}


div.conversion_button_tw {

  pointer-events: none;  /* クリック無効 */

    display: block;
    text-decoration: none;
    /*background: #016cf9;
    border-bottom: solid 4px #013d8c;*/

    background: #bbb;
    border-bottom: solid 4px #999;

    color: #FFF;
    border-radius: 6px;
    line-height: .8em;
    font-weight: bold;
    position: relative;
    height: 70px;
    margin: 0 auto;
}

div.conversion_button_tw {
    height: 50px;
}


@media (min-width: 768px) {
    div.conversion_button_4 {
        max-width: 662px;
    }
}
.conversion_button_4 {
    cursor: pointer;
}


div.conversion_button_tw .message {
    top: 50%;
}
div.conversion_button_tw .message {
    line-height: 1.1;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translateY(-48%) translateX(-50%);
    width: 100%;
}
@media (min-width: 769px) {
    .font-btn {
        font-size: 22px;
    }
}

div.conversion_button_tw .conversion_img {
    width: 10px;
}



@media (max-width: 767px) {
    div.conversion_button_tw {
        height: 40px;
    }
}

@media (max-width: 767px) {
    div.conversion_button_tw .message {
        top: 51%;
    }
}
@media (max-width: 767px) {
    div.conversion_button_tw .message {
        padding-top: 0.2em;
    }
}

@media (min-width: 768px) {
    div.conversion_button_tw {
        max-width: 662px;
    }
}


.font-tw300_h1{
  font-size: clamp(11px, 3.6vw, 25px);
  text-align: center;
}

