@charset "UTF-8";
/* ----------------------------------------------------------
common
---------------------------------------------------------- */
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 750px;
	padding: 2.8rem 2.4rem;
	z-index: 2;
	background: url("../img/child-sp.png") center;
	background-size: cover;
	border-radius: 10px;
	background-position: center bottom;
}
.close-btn {
	position: absolute;
    right: 1rem;
    top: 1.5rem;
	width: 32px;
	height: 32px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	z-index:100;
	border-radius:999px;
}
.close-btn i {
	font-size: 2.4rem;
	color: #01317a;
}
.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
	cursor: pointer;
}
.popup-inner .forum {
	text-align: center;
}
.popup-inner .forum img {
	/*    display: block;*/
	margin: 0 auto;
	margin-bottom: 2rem;
}
.popup-inner .forum p {
	margin: 20px auto;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: #132d54;
}
.popup-inner .forum p span {
	color: #e63870;
}
.popup-inner .forum p.caption {
	font-size: 14px;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 740px) {
	.popup-inner {
		width: 100%;
	}
	.popup-inner .forum {
		width: 100%;
	}
	.popup-inner .forum img {
		max-width: 100%;
	}
	.popup-inner .forum button {
		width: 100%;
	}
	.popup-inner .forum p.caption {
		text-align: left;
	}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
	.popup {
	  width: 100%;
	}
	.popup-inner {
	  width: 90%;
	}
}

/* ----------------------------------------------------------
モーダル
---------------------------------------------------------- */
.lunchstudy_modal {
    position: fixed;
    font-family: 'Poppins', sans-serif, 'Noto Sans JP', sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    overflow: hidden;
}
.lunch-modal.is-show {
    overflow: initial;
}
#js-black-bg{
	width: 100vw;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    background: rgba(0, 0, 0, .6);
    z-index: 0;
}
/* .lunchstudy_modal::before{
	content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    background: rgba(0, 0, 0, .6);
    z-index: 0;
} */
.soumu2025-modal-inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 90vh;
	overflow-y: scroll;
	background: url(../img/soumu2025modal_bg.jpg) center bottom no-repeat;
    background-size: cover;
	border-radius: 10px;
}
.soumu2025-fv{
	position: relative;
}
.soumu2025-txt-List{
	position: absolute;
	left: 50%;
	bottom: 2%;
	transform: translateX(-50%);
	width: 85%;
	padding-top: 10px;
	border-top: #fff 1px solid;
}
.soumu2025-txt-List li{
	position: relative;
	font-size: 12px;
	line-height: 1.2;
	padding-left: 1em;
	color: #555;
}
.soumu2025-txt-List li::before{
	position: absolute;
	content: "※";
	font-size: 12px;
	top: 0;
	left: 0;
}
.soumu2025-form_Wrap{
	position: relative;
	width: 100%;
    margin: 50px auto 0;
	padding-bottom: 100px;
}
.soumu2025-form_Wrap .inner{
    position: relative;
	width: 92%;
	margin: 0 auto;
}
.soumu-form_con{
    position: relative;
    background: #fff;
    border-radius: 20px;
    border: 5px solid #d0e8e8;
	padding: 5rem 8rem;
}
.soumu-form_con::before,
.soumu-form_con::after{
    position: absolute;
    content: "";
    background: #ffa914;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 2%;
}
.soumu-form_con::before{
    left: 2.5%;
}
.soumu-form_con::after{
    right: 2.5%;
}
.soumu2025-form_Wrap .inner .soumu-form_con .ttl{
    position: absolute;
    width: 80%;
    max-width: 235px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.soumu2025-form_Wrap .inner .soumu-form_con .sub-ttl{
    position: relative;
    text-align: center;
    border-top: #01317a 7px dotted;
    z-index: 1;
    margin-bottom: 40px;
}
.soumu2025-form_Wrap .inner .soumu-form_con .sub-ttl span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #01317a;
    padding: 0 2rem;
}
.soumu2025-form_Wrap .inner .soumu-form_con .sub-ttl span::after{
    position: absolute;
    content: "";
    background: #fff;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.soumu-form_con .chk::after {
    border-right: 3px solid #fb5850;
    border-bottom: 3px solid #fb5850;
}
.soumu-form_con .firstone{
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #1f3a46;
}
.soumu-form_con .ttl-num{
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #1f3a46;
}
.soumu-form_con dt span.required{
	background: #ff6f4e;
	font-size: 12px;
    letter-spacing: 0.1em;
	line-height: 1;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 1px;
}
.soumu-form_con dd{
	margin: 20px 0 50px;
}
.soumu-form_con dd ul.chk_List li{
    position: relative;
    display: inline-block;
}
.soumu-form_con dd ul.chk_List li .chk{
    margin-bottom: 40px;
    padding: 0 30px;
}
.soumu-form_con dd ul.chk_List li .fukidashi_List{
    position: absolute;
    background: #f5f5ef;
    width: 250px;
    padding: 1.5rem 2rem;
    top: 30px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px #ccc;
    transition: 0.3s;
    z-index: 2;
}
.soumu-form_con dd ul.chk_List li:nth-child(6) .fukidashi_List{
    left: unset;
    right: 0;
    width: 320px;
}
.soumu-form_con dd ul.chk_List li:nth-child(6) .fukidashi_List::before{
    left: unset;
    right: 80px;
}
.soumu-form_con dd ul.chk_List li .fukidashi_List::before{
    position: absolute;
    content: "";
    border-bottom: #f5f5ef 13px solid;
    border-right: transparent 10px solid;
    border-left: transparent 10px solid;
    top: -8px;
    left: 30px;
}
.soumu-form_con dd ul.chk_List li .fukidashi_List li{
    position: relative;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    padding-left: 0.8em;
}
.soumu-form_con dd ul.chk_List li .fukidashi_List li:last-child{
    margin-bottom: 0;
}
.soumu-form_con dd ul.chk_List li .fukidashi_List li::before{
    position: absolute;
    content: "";
    background: #01317a;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 0.3em;
    left: 0;
}
.soumu-form_con dd ul.chk_List li .chk:hover ~ .fukidashi_List{
    opacity: 1;
    visibility: visible;
}
.soumu-form_con .term_check{
    margin-bottom: 30px;
}
.soumu-form_con .ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
    background: #01317a;
}
.soumu-form_con .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
    background: #01317a;
    border-color: #01317a;
}
.soumu-form_con .tac{
	text-align: center;
}
.soumu-form_con .lunch-btn{
	position: relative;
	background: #ffae42;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    padding: 15px;
    width: 100%;
    max-width: 400px;
    border: none;
	transition: 0.3s;
	cursor: pointer;
}
.soumu-form_con .lunch-btn:hover{
	opacity: 0.7;
}
.soumu-form_con .lunch-btn i{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
[class*=illust_]{
    position: absolute;
    width: 10%;
    bottom: -5%;
}
.illust_left{
    left: 7%;
}
.illust_right{
    right: 7%;
}

/* ==============================================================
SP(430~768px)
============================================================== */
@media screen and (min-width:430px) and (max-width:768px){

	.soumu2025-txt-List {
		bottom: 5%;
	}
	.soumu2025-txt-List li {
		font-size: 14px;
		line-height: 1.6;
	}
}
/* ==============================================================
SP(~430px)
============================================================== */
@media screen and (max-width:430px) {

	#js-black-bg{
		top: 0;
		left: 0;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	.close-btn {
		position: absolute;
		right: 0.5rem;
		top: 1rem;
		width: 26px;
		height: 26px;
	}
	.soumu2025-modal-inner {
		height: 75vh;
        margin: 8vh auto;
		border-radius: 5px;
		position: relative;
		top: unset;
		left: unset;
		transform: none;
		overscroll-behavior-y: contain;
	}
	.soumu2025-txt-List{
		padding-top: 2vh;
	}
	.soumu2025-txt-List li {
		font-size: 11px;
		line-height: 1.4;
	}
    .soumu2025-form_Wrap{
        margin: 30px auto 0;
    }
    .soumu2025-form_Wrap .inner .soumu-form_con .sub-ttl {
        border-top: #01317a 5px dotted;
        margin-bottom: 20px;
    }
    .soumu2025-form_Wrap .inner .soumu-form_con .sub-ttl span {
        font-size: 1.6rem;
        padding: 0 1.5rem;
    }
    .soumu-form_con::before, .soumu-form_con::after {
        width: 15px;
        height: 15px;
        top: 0.5%;
    }
	.soumu2025-form_Wrap .inner .soumu-form_con .ttl{
        width: 40%;
        top: -25px;
    }
    .soumu-form_con .firstone {
        font-size: 1.4rem;
    }
	.soumu-form_con {
        border-radius: 15px;
		padding: 35px 15px 15px;
	}
	.soumu-form_con dd{
		margin: 10px 0 30px;
		font-size: 14px;
	}
    .soumu-form_con dd ul.chk_List li .chk {
        margin-bottom: 15px;
        padding: 0 20px;
    }
    .soumu-form_con dd ul.chk_List li .chk::before{
        margin-top: -8px;
    }
    .soumu-form_con dd ul.chk_List li:nth-child(2) .fukidashi_List{
        left: unset;
        right: 0;
    }
    .soumu-form_con dd ul.chk_List li:nth-child(6) .fukidashi_List{
        left: 0;
        right: unset;
        width: 280px;
    }
    .soumu-form_con dd ul.chk_List li:nth-child(2) .fukidashi_List::before{
        left: unset;
        right: 60px;
    }
    .soumu-form_con dd ul.chk_List li:nth-child(6) .fukidashi_List::before {
        left: 15px;
        right: unset;
    }
	.soumu-form_con .lunch-btn {
		font-size: 16px;
		padding: 12px;
	}
    [class*=illust_] {
        width: 20%;
        bottom: -10%;
    }
}
