@charset "utf-8";

.flex_wrap{
	margin-top: 20px;
}
.flex_wrap p{
	font-size: 18px;
}
.flex_wrap p + p{
	margin-top: 1em;
}
.flex_wrap .flex{
	display: flex;
	gap: 30px;
	margin-bottom: 10px;
}
.flex_wrap .flex.reverse{
	flex-flow: row-reverse;
}
.flex_wrap .flex + p,
.flex_wrap p + .flex{
	margin-top: 30px;
}
.flex_wrap .item_img{
	max-width: 380px;
	width: 40%;
}
.flex_wrap .item_txt{
	width: calc(100% - 40%);
}
.flex_wrap .item_txt .red{
	font-size: 14px;
}
@media screen and (max-width: 767px){
	.flex_wrap{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.flex_wrap .flex{
		display: block;
	}
	.flex_wrap .item_img{
		margin: 0 auto 10px;
		width: 80%;
	}
	.flex_wrap .item_txt{
		width: 100%;
	}
	.flex_wrap p{
		font-size: 15px;
	}
	.flex_wrap .flex + p,
	.flex_wrap p + .flex{
		margin-top: 1em;
	}
}

.stage01_inner{
	background-color: #e3eff3;
	padding: 40px;
	margin-top: 40px;
}
.stage01_inner .flex{
	display: flex;
	gap: 40px;
}
.stage01_inner .stage01_inner_left{
	font-weight: 600;
}
.stage01_inner .stage01_inner_right p{
	margin-top: 10px;
	line-height: 1.6;
}
form .stage01btn_wrap{
	margin-top: 20px;
}
.stage01_result{
	font-family: "Noto Sans JP", serif;
	border: none;
	outline: none;
	font-size: 18px;
	margin: 15px 0 50px;
}
.stage01_result:focus{
	background: transparent;
}
@media screen and (max-width: 767px){
	.stage01_inner{
		padding: 20px;
	}
	.stage01_inner .flex{
		display: block;
		margin: 0 auto;
		width: fit-content;
	}
	.stage01_inner .stage01_inner_left{
		text-align: center;
		margin-bottom: 10px;
	}
	.stage01_inner .select_wrap{
		margin: 0 auto;
	}
	.stage01_result{
		font-size: 16px;
		margin: 0 0 30px;
	}
}

.stage02_inner{
	background-color: #e3eff3;
	padding: 40px;
	margin-top: 40px;
}
.stage02_inner .list_flex{
	display: flex;
	flex-wrap: wrap;
	gap: 35px 30px;
}
.stage02_inner .list_flex li{
	width: calc((100% - (30px * 2)) / 3);
	text-align: center;
	transition: 0.3s;
}
.stage02_inner .list_flex li:hover{
	opacity: 0.8;
	cursor: pointer;
}
.stage02_inner .list_flex li .btnStyle01 {
	margin-top: 20px;
}
.stage02_inner .list_flex li .btnStyle01 .btn {
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	padding: 14px 50px 14px 20px;
	line-height: 1.625;
}
.stage02_inner .list_flex li .btnStyle01 .btn:hover {
	opacity: 1;
}
.stage02_result{
	font-family: "Noto Sans JP", serif;
	border: none;
	outline: none;
	font-size: 18px;
	margin: 15px 0 0;
}
.stage02_result:focus{
	background: transparent;
}
.stage02_exsample{
	margin: 30px auto 50px;
	background-color: #e3eff3;
	text-align: center;
	padding: 30px 20px 40px;
}
.stage02_exsample p{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;	
}
@media screen and (max-width: 950px){
	.stage02_inner .list_flex li .btnStyle01 .btn {
		font-size: 1.68vw;
		padding: 14px 50px 14px 20px;
		line-height: 1.625;
	}
}
@media screen and (max-width: 767px){
	.stage02_inner{
		padding: 20px;
		margin-top: 20px;
	}
	.stage02_result{
		font-size: 16px;
		margin: 0;
	}
	.stage02_exsample{
		margin: 15px auto 30px;
		padding: 15px 20px 20px;
	}
	.stage02_exsample p{
		font-size: 16px;
	}
}
@media screen and (max-width: 480px){
	.stage02_inner .list_flex{
		gap: 20px;
	}
	.stage02_inner .list_flex li{
		width: calc((100% - (20px * 1)) / 2);
	}
	.stage02_inner .select_wrap select {
		padding: .2em 3em .2em .9em;
		font-size: 15px;
	}
	.stage02_result{
		font-size: 15px;
	}
}

.formStyle01{
	margin-top: 25px;
}
.stage03_inner tr th label:hover{
	text-decoration: none;
	cursor: auto;
}
.stage03_inner tr td .notice{
	font-size: 14px;
	line-height: 1.428;
	margin-top: 5px;
}
.stage03_inner .select_wrap select{
	line-height: normal;
}
.stage03_inner tr td .input_area{
	align-items: center;
}
.stage03_inner tr td .input_area .year{
	max-width: 110px;
	margin-right: 10px;
}
.stage03_inner tr td .input_area .month,
.stage03_inner tr td .input_area .day{
	max-width: 60px;
	margin: 0 10px;
}
.stage03_inner tr#sentence-cat_inner td .input_area{
	display: block;
}
.stage03_inner tr#sentence-cat_inner td .input_area .exsample_choice div{
	display: block;
	margin-top: 25px;
}
.stage03_inner tr#sentence-cat_inner td .input_area .exsample_choice div input[type="radio"]{
	display: none;
}
.stage03_inner tr#sentence-cat_inner td .input_area .exsample_choice div label{
	position: relative;
	display: flex;
}
.stage03_inner tr#sentence-cat_inner td .input_area .exsample_choice div label{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #00a5c1;
}
.stage03_inner tr#sentence-cat_inner td .input_area .exsample_choice div label:hover{
	text-decoration: none;
}
.stage03_inner tr#sentence-cat_inner td .input_area .exsample_choice div label:last-of-type{
	padding-bottom: 10px;
	border-bottom: 1px solid #00a5c1;
}
.stage03_inner tr#sentence-cat_inner td .input_area .exsample_choice div label:before{
	content: '選択';
	display: block;
	background-color: #00a5c1;
	color: #fff;
	font-size: 13px;
	padding: 2px 5px;
	margin-right: 8px;
	word-break: keep-all;
}
.stage03_inner tr#billing-post_inner td input{
	max-width: 140px;
}
.stage03_inner tr#billing-tel_inner td input{
	max-width: 200px;
}
.stage03_inner tr#pay_inner td .input_area,
.stage03_inner tr#pay_inner td .input_area label{
	display: block;
	margin: 0;
}
.stage03_inner tr#pay_inner td .input_area label + label{
	margin: 5px 0 0 0;
}
.privacy_content {
	width: 100%;
	height: 250px;
	border: solid 1px #82a0aa;
	overflow-y: scroll;
	margin: 20px auto 0;
	border-radius: 20px;
}
div.privacy_inner{
	padding: 20px;
}
.stage03_inner input{
	font-size: 16px !important;
}



.disnon{
	display: none;
}

.select_wrap {
    position: relative;
	width: fit-content;
}
.select_wrap::before,
.select_wrap::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
.select_wrap::before {
    right: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background-color: #00a5c1;
	margin: 5px 5px 0 0;
    content: '';
}
.select_wrap::after {
	content: "";
	display: inline-block;
	font-size: 14px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f078";
	color: #fff;
	position: absolute;
	top: 11px;
	right: 16px;
	display: flex;
	align-items: center;
}
.select_wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 46px;
    padding: .4em 4.6em .4em .8em;
    border: 1px solid #82a0aa;
	background-color: #fff;
    border-radius: 6px;
	font-family: "Noto Sans JP", serif;
	font-size: 16px;
	font-weight: 500;
    color: #333333;
    cursor: pointer;
}
@media screen and (max-width: 767px){
	.select_wrap select {
		height: 40px;
		padding: .2em 2.6em .2em .8em;
		font-size: 14px;
	}
	.select_wrap::before {
	width: 26px;
	height: 26px;
	margin: 7px 5px 0 0;
	}
	.select_wrap::after {
	font-size: 12px;
	top: 10px;
	right: 12px;
	}
}

@media screen and (max-width: 640px){
	form .btnStyle01 {
		display: block;
	}
	form .btnStyle01 .btn + .btn {
		margin-top: 15px;
	}
	.btn,.btn:link{
		font-size: 15px;
	}
}

table td{
	word-break: break-all;
}