/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background: #f0f0f0;
	font-size: 24px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: relative;
	overflow: hidden;
	opacity: 0;
	animation: fade-in .3s ease .3s forwards;
	background: #fff;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	position: relative;
}
.top .btn-row{
	padding: 0 16% 4% 16%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: none;
}
.sub-top{
	position: relative;
	background: #224379;
	text-align: center;
}
.sub-top .logo{
	padding: 0;
	height: 120px;
}
.logo-link{
	padding: 16px 0;
	height: 120px;
	display: block;
}
/*--------------------------------
Contents
--------------------------------*/
.content{
	padding: 8% 0 0;
}
.heading{
	padding: 4% 0;
	text-align: center;
}
.heading-txt{
		font-size: 1.4em;
		line-height: 1.6;
		font-weight: bold;
		color: #386fc8;
}
.intro{
	padding: 0 8% 12%;;
	text-align: center;
	position: relative;
}
.intro::after{
	margin: 0 auto;
	width: 60%;
	height: 8%;
	content: "";
	background: #bed5fc;
	clip-path: polygon(0 0, 50% 50%, 100% 0, 50% 100%);
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}
.intro-head-txt{
	margin: 0 0 4%;
	padding: 0 4%;
	height: 64px;
	font-size: 1.3em;
	line-height: 1.2;
	border-radius: 32px;
	font-weight: bold;
	background: #224379;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.intro-list-item{
	margin: 0 0 4%;
	padding: 4%;
	background: #bed5fc;
	line-height: 1.2;
}
.q-list{
	padding: 8% 8% 0;
}
.q-item{
	margin: 0 0 16%;
}
.q-item:nth-last-child(1){
	margin: 0;
}
.q-head{
	margin: 0 0 2%;
}
.q-head-txt{
	padding: 39px 4% 2%;
	background: #386fc8;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
}
.q-head-txt::after{
	margin: 0 auto;
	width: 78px;
	height: 78px;
	content: "";
	background: url(../images/icon_q.webp) no-repeat center / 78px;
	position: absolute;
	top: -39px;
	right: 0;
	left: 0;
}
.radio-box{
	margin: 0 0 2%;
	padding: 4%;
	width: 100%;
	background: #ccc;
	display: flex;
	align-items: center;
	transition: .3s;
	cursor: pointer;
	border: 1px solid #aaa;
	box-shadow: 2px 2px 2px rgba(0,0,0,.1) inset;
}
.radio-box:hover,
.radio-box:has(.radio-btn:checked){
	background: #bed5fc;
	color: #224379;
}
.radio-btn{
	margin: 0 2% 0 0;
	width: 32px;
	height: 32px;
	background: #fff;
	display: block;
	transition: 0s;
	transform-origin: center;
	border: 1px solid #aaa;
	box-shadow: 2px 2px 2px rgba(0,0,0,.1) inset;
}
.radio-btn:checked{
	background: url(../images/icon_check.webp) no-repeat center / 24px auto #fff;
}
.radio-date{
	margin: 0 0 0 auto;
	font-style: italic;
}
.q-list .general-txt{
	padding: 0 0 8%;
	text-align: center;
}
.wrapup{
	padding: 0;
	text-align: center;
}
.wrapup .hl-txt{
	font-size: 1.2em;
	font-weight: bold;
}
.general-item{
	padding: 8%;
}
.sub-head,.general-item h3{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #224379;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 4px solid #eee;
}
.general-item h4{
	margin: 0 0 4%;
	padding: 2% 0;
	color: #224379;
	font-size: 1.1em;
}
.general-txt,.general-item p{
	padding: 0 0 4%;
	font-size: .9em;
	line-height: 1.8;
}
.hl-txt{
	color: #386fc8;
	font-size: 1.2em;
	font-weight: bold;
}
.wrap .lpprtitle{
	margin: 10px;
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	padding: 0 8% 8%;
	position: relative;
	text-align: center; 
}
.reg-btn{
	margin: 0 auto;
	display: block;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: #224379;
	color: #fff;
}
.gnav-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gnav-item{
	width: 33%;
	text-align: center;
}
.nav-link{
	padding: 4% 0;
	color: #fff;
	display: block;
	font-size: .9em;
	text-decoration: underline;
}
.copy{
	padding: 4% 0;
	font-size: .9em;
	line-height: 1.2;
}
/*--------------------------------
POPUP
--------------------------------*/
.popup{
	padding: 16px 16px 76px 16px;
	background: #f0f0f0;
}
.popup .primary-heading{
	padding: 0 8px;
	line-height: 44px;
	font-size: 1.2em;
	background: #386fc8;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
.popup-content{
	padding: 16px;
	background: #fff;
	border-radius: 0 0 4px 4px;
}
.popup-content h3{
	padding: 0 0 8px;
	font-size: 1em;
	color: #386fc8;
}
.popup-content h4{
	padding: 0 0 8px;
	font-size: 1em;
	color: #224379;
}
.popup-content p{
	padding: 0 0 16px;
	font-size: .9em;
	line-height: 1.2;
	color: #333;
}
.close-btn{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.close{
	line-height: 60px;
	background: rgba(0,0,0,.75);
	color: #fff;
	text-align: center;
	display: block;
	position: relative;
}
.close::before,.close::after{
	margin: auto 0;
	width: 2px;
	height: 32px;
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 44px;
	bottom: 0;
	transform-origin: center;
}
.close::before{
	transform: rotate(45deg);
}
.close::after{
	transform: rotate(-45deg);
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@keyframes slide-in{
0% {opacity: 0;filter: blur(4px);transform: translate3d(50px,0,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@keyframes slide-down{
0% {opacity: 0;filter: blur(4px);transform: translate3d(0,-50px,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
	.heading-txt,
	.intro-list-item,
	.intro .general-txt,
	.q-head-txt,
	.hl-txt{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.q-head-txt{
		padding: 22px 4% 2%;
	}
	.q-head-txt::after{
		width: 44px;
		height: 44px;
		background: url(../images/icon_q.webp) no-repeat center / 44px;
		top: -22px;
	}
	.radio-btn{
		width: 24px;
		height: 24px;
	}
	.radio-btn:checked{
		background: url(../images/icon_check.webp) no-repeat center / 18px auto #fff;
	}
	.radio-label{
		font-size: .9em;
	}
	/*--------------------------------
	Footer
	--------------------------------*/
	.footer{
		padding: 4% 0;
	}
	.gnav-item{
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.nav-link{
		padding: 4% 0;
	}
	.copy{
		padding: 4% 0;
		font-size: .8em;
	}
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 13px;
	}
	.heading-txt{
		height: 64px;
	}
}