@charset "UTF-8";
/*------------------------
共通
------------------------*/

#contact{
	width: 800px;
	margin: 0 auto 100px;
}
#contact .comment{
	background: #f5fbff;
	padding: 30px;
	letter-spacing: .04em;
	text-align: justify;
	font-size: 16px;
	margin-bottom: 30px;
}
#contact .comment span{
	margin-bottom: 10px;
	display: block;
}
#contact .note-txt {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.6;
}
#contact .btn{
	text-align: center;
}
#contact .wpcf7-list-item{
	margin: 0 0 10px 0;
	font-size: 15px;
}
#contact .select td p{
	font-size: 15px;
	display: inline-block;
}
#contact td p.come{
	display: block;
	font-size: 13px;
	margin-top: 10px;
}
#contact td p.come span{
	display: block;
	margin-bottom: 5px;
}
#contact select{
	margin-left: 10px;
	font-size: 16px;
	font-family: 'Noto Sans JP';
}
#contact .privacy{
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 1.6;
}
#contact .privacy a{
	display: inline-block;
	color: var(--sub-text);
	text-decoration: underline;
}
#contact input[name="age"]{
	width: 90%;
}
#contact td .flex{
	position: relative;
}
#contact td .flex p{
	display: flex;
	align-items: center;
	font-size: 16px;
}
#contact td .flex p span.wpcf7-form-control-wrap{
	width: 30%;
}
#contact td .flex p span.after{
	position: absolute;
	left: 130px;
	top: 5px;
}
#contact .wpcf7-not-valid-tip{
	display: table;
}
#contact .naiyou{
	margin-left: 0;
}
#contact .wpcf7-form.sent .wpcf7-response-output{
	display: none;
}

.cf7_btn{
	text-align: center;
}



input[type="submit"] {
    width: 380px;
    background: #333;
    color: #fff;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    transition: all .3s ease 0s;
}

#main{
	background-color: #eee;
}

/*------------------------
thanks
------------------------*/
#thanks{
	width: 800px;
	margin: 0 auto 100px;
}
#thanks h2 {
	font-weight: bold;
    font-size: 26px;
    line-height: 1;
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--main);
}
#thanks .comment {
	font-size: 18px;
    margin-bottom: 20px;
}
#thanks .come{
	font-size: 15px;
	margin-bottom: 60px;
	line-height: 1.6;
}
#thanks .btn a{
	width: 40%;
	padding: 15px;
}
#thanks .btn a::after{
	left: 15px;
	right: auto;
	-webkit-transform: rotate( 45deg);
	transform: rotate( 45deg);
}