@charset "utf-8";
/*////////////////////////////////////
contact
////////////////////////////////////*/

@media screen and (min-width: 768px){
#contact {
	position: relative;
	width: 100%;
	padding: 150px 0;
}
#contact_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
	max-width: 800px;
}
#contact_place {
	position: relative;
	width: 100%;
}
.form_area {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 50px;
}
.form_subtitle1_sp,
.form_subtitle2_sp {
	display: none;
}
.form_title {
	position: relative;
	width: 25%;
	margin-right: 2%;
	font-size: 1.6rem;
	font-weight: 400;
	display: flex;
	justify-content:flex-start;
	padding: 8px 10px;
}
.form_subtitle1,
.form_subtitle2 {
	position: relative;
	width: 8%;
	margin-right: 2%;
}
.form_subtitle1 {
	display: flex;
	justify-content:center;
	align-items: center;
	padding: 10px 10px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	background: rgba(196,29,32,1.00);
}
.form_subtitle2 {
	display: flex;
	justify-content:center;
	align-items: center;
	padding: 10px 10px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	background:rgba(67,67,67,1.00);
}
.form_place {
	position: relative;
	width: 63%;
}
#coution1,
#coution2,
#coution3,
#coution4,
#coution5 {
	position: absolute;
	top: -25px;
	left: 20%;
}
.alert_ng {
	background: rgba(208,20,23,1.00);
	font-size: 1.2rem;
	color: #FFF;
	font-weight: 400;
	padding: 5px 8px;
	border-radius: 3px;
}
.form_red {
	background: rgba(255,239,239,1.00);
}
#privacy_area {
	position: relative;
	padding: 20px;
	border:1px solid #999;
	height: 300px;
	overflow: scroll;
	font-size: 1.4rem;
	line-height: 1.6;
}
#privacy_area h3 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 1em;
}
#privacy_check {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
#privacy_check label {
	font-size: 1.2rem;
}
.formbtn_place {
	text-align: center;
}
#contact_check {
	position: relative;
	text-align: center;
	margin-bottom: 800px;
	font-size: 1.6rem;
	font-weight: 400;
}
#contact_check span {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#contact {
	position: relative;
	width: 100%;
	padding: 150px 0;
}
#contact_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}
#contact_place {
	position: relative;
	width: 100%;
}
.form_area {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 50px;
}
.form_title {
	position: relative;
	width: 50%;
	margin-right: 2%;
	font-size: 1.6rem;
	font-weight: 400;
	display: flex;
	justify-content:flex-start;
	padding: 8px 10px;
	margin-bottom: 5px;
}
.form_subtitle1,
.form_subtitle2 {
	display: none;
}
.form_subtitle1_sp,
.form_subtitle2_sp {
	position: relative;
	width: 16%;
	margin-right: 2%;
	margin-bottom: 5px;
}
.form_subtitle1_sp {
	display: flex;
	justify-content:center;
	align-items: center;
	padding: 10px 10px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	background: rgba(196,29,32,1.00);
}
.form_subtitle2_sp {
	display: flex;
	justify-content:center;
	align-items: center;
	padding: 10px 10px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	background:rgba(67,67,67,1.00);
}
.form_place {
	position: relative;
	width: 100%;
}
#coution1,
#coution2,
#coution3,
#coution4,
#coution5 {
	position: absolute;
	top: -25px;
	left: 40%;
}
.alert_ng {
	background: rgba(208,20,23,1.00);
	font-size: 1.2rem;
	color: #FFF;
	font-weight: 400;
	padding: 5px 8px;
	border-radius: 3px;
}
.form_red {
	background: rgba(255,239,239,1.00);
}
#privacy_area {
	position: relative;
	padding: 20px;
	border:1px solid #999;
	height: 300px;
	overflow: scroll;
	font-size: 1.4rem;
	line-height: 1.6;
}
#privacy_area h3 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 1em;
}
#privacy_check {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
#privacy_check label {
	font-size: 1.2rem;
}
.formbtn_place {
	text-align: center;
}
}