@charset "utf-8";
#contact .btn a{
	margin: auto;
	width: 245px;
}


#contact{
	padding:50px 0 50px 0;
	position:relative;
	overflow: hidden;
	border-radius: 30px;
	background: #F6F7F8;
	margin-top:50px;
}

#contact h2{
	font-size: 36px;
	font-weight: 700;
	line-height: 180%;
	text-align:center;
}

#contact p.attend{
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
	font-size: 15px;
	font-weight: 700;
	line-height: 150%;
}

#contact p.thanks_attend{
	font-size: 15px;
	font-weight: 700;
	line-height: 150%;
	padding:60px 0;
	max-width:800px;
	margin:auto;
	text-align: center;
}

.form_wrap{
}

.form_wrap dl{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items:center;
	margin-bottom:20px;
}

.form_wrap dl dt{
	width:200px;
}

.form_wrap dl dt span{
	color:#ff0000;
	font-size:12px;
}

.form_wrap dl dd{
	margin-bottom: 20px;
}

.form_wrap dl dd input[type="text"],
.form_wrap dl dd input[type="email"],
.form_wrap dl dd input[type="tel"]{
	border-radius: 10px;
	border: 1px solid #EAEAEA;
	background:#fff;
	padding:20px 5px;
	width:100%;
}
.form_wrap dl dd textarea{
	border-radius: 10px;
	border: 1px solid #EAEAEA;
	background:#fff;
	padding:20px 5px;
	width:100%;
}

.form_wrap dl dd .radio_list > span{
	display:block;
}


.form_wrap input[type="submit"]{
	min-width:144px;
	color:#fff;
	margin:auto;
	display:inline-block;
	border-radius: 30px;
	height:50px;
	line-height:50px;
	font-size: 18px;
	font-weight: 700;
	transition:all 0.7s;
	text-align:center;
	background:linear-gradient(233deg, #0078D9 34.69%, #182AB0 88.32%);
	padding:0 36px;
	cursor: pointer;
	border:0;
}

.form_wrap input[type="button"]{
	min-width:144px;
	margin:auto;
	display:inline-block;
	border-radius: 30px;
	border:0;
	height:50px;
	line-height:50px;
	font-size: 18px;
	font-weight: 700;
	transition:all 0.7s;
	text-align:center;
	background:#fff;
	padding:0 36px;
	cursor: pointer;
	margin-right:10px;
}

/*
.form_wrap input[type="submit"]:hover{
	border:solid 2px #000;
	background:#000;
	color:#fff;
}

.form_wrap input[type="button"]:hover{
	border:solid 2px #000;
	background:#000;
	color:#fff;
}
*/

.submit_area{
	text-align:center;
}

.agree_area{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items:center;
	margin-bottom:20px;
}

.agree_area .agree_comment{
	width: 95%;
}

ul.contact_attend{
	font-size: 12px;
	margin-bottom:50px;
}

ul.contact_attend li{
	text-indent:-1em;
	margin-left:1em;
}

.form_wrap input[type="submit"]#conf.agree_off {
	background:#ccc;
	color:#fff;
	pointer-events: none;
	border:solid 1px #ccc;
}

.wpcf7-spinner{
	margin:0;
	padding:0;
	width:0;
}

h4{
	font-size: 36px;
	text-align: center;
}

.form_wrap{
	max-width: 630px;
}

.top_back{
	text-align:center;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	padding:40px 0;
}

#sent.on{
	pointer-events: none;
}

.dl_catch .text_area{
	font-size:16px;
	line-height: 30px;
}

.dl_catch .text_area strong{
	font-size:20px;
}

.text_area_sp{
	display: none;
}

.dl_catch .image_area img{
	border: solid 1px #ccc;
}

.form_wrap dl dd{
	width: 48%;
}

@media only screen and (min-width: 825px) {

	.dl_catch{
		display: flex;
		justify-content:center;
		flex-wrap: wrap;
		max-width: 1200px;
		margin:20px auto 0 auto;
	}

	.dl_catch .image_area{
		flex: 1;
		margin-left: 50px;
	}

	.dl_catch .text_area{
		margin-top: 20px;
	}

	.form_wrap{
		width: 630px;
	}
	
}

@media (max-width: 825px) {
	.image_area{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.image_area > div{
		width: 47%;
	}

	.form_wrap{
		margin-top: 30px;
		margin-left: 0;
		padding-left: 0;
        padding-right: 0;
		max-width: unset;
	}



}
@media (max-width: 600px) {

	#contact h3.title{
		font-size:24px;
	}

	.form_wrap dl{
		display:block;
	}

	.form_wrap dl dt{
		width:100%;
	}

	.agree_area .agree_comment {
		width: 90%;
	}

	.form_wrap dl dd input[type="text"],
	.form_wrap dl dd input[type="email"],
	.form_wrap dl dd input[type="tel"]{
		font-size:16px;
	}

	.form_wrap dl dd textarea{
		font-size:16px;
	}

	h4{
		font-size: 30px;
	}

	#contact .btn a{
		width: 200px;
        height: 40px;
        line-height: 40px;
	}
	
	#contact h2 {
		font-size: 26px;
	}

	.form_wrap dl dd + dd{
		margin-left: 0;
		margin-top: 20px;
	}

	.image_area > div{
		width: 100%;
	}

	.dl_catch .text_area{
		display: none;
	}

	
	.dl_catch .text_area_sp{
		display: block;
		font-size:16px;
		line-height: 30px;
		margin-top: 30px;
	}

	.dl_catch .text_area_sp strong{
		font-size:20px;
	}

	.form_wrap dl dd{
		width: 100%;
	}

}

