@charset "utf-8";
main{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

/*.contents00ここから*/
.contents00{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F4F5F7;
	display: block;
}
.contents00 .contents00_01{
	width: 1080px;
	height: auto;
	padding: 30px 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents00 .contents00_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents00 .contents00_01 .text01{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 25px;
	display: flex;
	justify-content: center;
	align-content: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents00 .contents00_01 .text01{
		font-size: 14px;
		line-height: 24px;
	}
}
.contents00 .contents00_01 .select{
	box-sizing: border-box;
	width: 280px;
	height: auto;
	margin: 0;
	border: 1px solid #CDCDCD;
	border-radius: 4px;
	background-color: #ffffff;
	display: block;
	overflow: hidden;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents00 .contents00_01 .select{
		width: 100%;
		max-width: 280px;
	}
}
.contents00 .contents00_01 .select::after{
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	border-bottom: 1px solid #101010;
	border-left: 1px solid #101010;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: -4px;
	bottom: 0;
	left: auto;
	right: 18px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents00 .contents00_01 .select::after{
		width: 6px;
		height: 6px;
		top: -3px;
	}
}
.contents00.confirm .contents00_01 .select::after{
	display: none;
}
/*.form関係のリセットここから*/
input,
.contents00 .contents00_01 .select select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
input[type='submit'],
input[type='button'],
button,
.contents00 .contents00_01 .select select{
	cursor: pointer;
}

.contents00 .contents00_01 .select select::-ms-expand{
	display: none;
}

.contents00 .contents00_01 .select select::placeholder{
	color: #101010;
	font-weight: 500;
}
/*.form関係のリセットここから*/
.contents00 .contents00_01 .select select{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	background-color: #ffffff;
	padding: 13px 36px 13px 20px;
	font-size: 15px;
	line-height: 25px;
	color: #101010;
	font-family: 'Noto_Sans_JP', sans-serif;
	font-weight: 400;
}
@media only screen and (max-width: 767px){
	.contents00 .contents00_01 .select select{
		font-size: 14px;
		line-height: 24px
	}
}
.contents00.confirm .contents00_01 .select select{
	pointer-events: none;
}
/*.contents00ここまで*/

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	flex-grow: 1;
}
.contents01 .contents01_01{
	width: 1080px;
	height: auto;
	padding: 60px 0 70px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 40px 0 50px;
	}
}
.contents01 .contents01_01 #content{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01 #content .form-container{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: none;
}
.contents01 .contents01_01 .input_text01{
	width: auto;
	height: auto;
	margin: 0 0 50px;
	font-size: 30px;
	line-height: 40px;
	display: flex;
	justify-content: center;
	align-content: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .input_text01{
		margin: 0 0 40px;
		font-size: 25px;
		line-height: 35px;
	}
}
@media only screen and (max-width: 374px){
	.contents01 .contents01_01 .input_text01{
		font-size: 23px;
		line-height: 33px;
	}
}
.confirm.contents01 .contents01_01 .input_text01{
	display: none;
}
.contents01 .contents01_01 .confirm_text01{
	display: none;
}
.confirm.contents01 .contents01_01 .confirm_text01{
	width: auto;
	height: auto;
	margin: 0 0 50px;
	font-size: 30px;
	line-height: 40px;
	display: flex;
	justify-content: center;
	align-content: flex-start;
}
@media only screen and (max-width: 767px) {
	.confirm.contents01 .contents01_01 .confirm_text01{
		margin: 0 0 40px;
		font-size: 25px;
		line-height: 35px;
	}
}
.contents01 .contents01_01 .text03{
	width: auto;
	height: auto;
	margin: 0 0 50px;
	font-size: 15px;
	line-height: 28px;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .text03{
		margin: 0 0 40px;
		text-align: left;
	}
}
.contents01 .contents01_01 .text03 span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 28px;
	color: #DE2B2C;
	display: inline-block;
}
.contents01 .contents01_01 .error_text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 30px;
	line-height: 40px;
	color: #B90001;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .error_text01{
		font-size: 25px;
		line-height: 35px;
	}
}
/*.contents01ここまで*/