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

@media screen and (min-width: 768px){
#contact {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
.form_title {
	position: relative;
	width: 100%;
	text-align: center;
	background: rgba(49,99,25,1.00);
	margin: 0 auto 30px;
	padding: 5px 0;
}
.form_title h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	color: #FFF;
}
.form_tel_word {
	position: relative;
	width: 90%;
	text-align: center;
	margin: 0 auto 5px;
}
.form_tel_word a {
	font-size: 5rem;
	text-decoration: none;
	color: rgba(57,145,27,1.00);
	font-weight: 700;
	transition: all 0.3s;
}
.form_tel_word a:hover {
	color: #B13033;
}
.form_tel_word a i {
	margin-right: 5px;
}
.form_sub_word {
	position: relative;
	width: 90%;
	text-align: center;
	margin: 0 auto 100px;
	font-size: 1.6rem;
}
#form_area {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin: 0 auto 50px;
}
.contact_item {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 50px;
}
.contact_title {
	position: relative;
	width: 20%;
	background: rgba(140,153,127,1.00);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	margin-right: 2%;
}
.contact_hissu1,
.contact_hissu2 {
	position: relative;
	width: 8%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 400;
	margin-right: 2%;
}
.contact_hissu1 {
	background: rgba(60,60,60,1.00);
	color: #FFF;
}
.contact_hissu2 {
	background:rgba(179,34,36,1.00);
	color: #FFF;
}
.contact_word {
	position: relative;
	width: 68%;
}
#coution1,
#coution2,
#coution3,
#coution4,
#coution5 {
	position: absolute;
	top: -20px;
	left: 50%;
}
#privacy_area {
	position: relative;
	width: 90%;
	max-width: 800px;
	height: 300px;
	overflow: scroll;
	border: 1px solid #333;
	padding: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
#privacy_area p {
	font-size: 1.2rem;
	line-height: 1.6;
}
#privacy_area h3 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 5px;
}
#privacy_area ul {
	padding: 0;
	margin: 0 0 1em 1em;
}
#privacy_area ul li {
	font-size: 1.2rem;
	line-height: 1.6;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#contact {
	position: relative;
	width: 100%;
	padding: 50px 0;
}
.form_title {
	position: relative;
	width: 100%;
	text-align: center;
	background: rgba(49,99,25,1.00);
	margin: 0 auto 30px;
	padding: 5px 0;
}
.form_title h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	color: #FFF;
}
.form_tel_word {
	position: relative;
	width: 90%;
	text-align: center;
	margin: 0 auto 5px;
}
.form_tel_word a {
	font-size: 3rem;
	text-decoration: none;
	color: rgba(57,145,27,1.00);
	font-weight: 700;
	transition: all 0.3s;
}
.form_tel_word a:hover {
	color: #B13033;
}
.form_tel_word a i {
	margin-right: 5px;
}
.form_sub_word {
	position: relative;
	width: 90%;
	text-align: center;
	margin: 0 auto 100px;
	font-size: 1.6rem;
}
#form_area {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin: 0 auto 50px;
}
.contact_item {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.contact_title {
	position: relative;
	width: 40%;
	background: rgba(140,153,127,1.00);
	display: flex;
	justify-content: center;
	align-items: center;
	
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	margin-right: 2%;
	margin-bottom: 10px;
}
.contact_hissu1,
.contact_hissu2 {
	position: relative;
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 400;
	margin-right: 2%;
	margin-bottom: 10px;
}
.contact_hissu1 {
	background: rgba(60,60,60,1.00);
	color: #FFF;
}
.contact_hissu2 {
	background:rgba(179,34,36,1.00);
	color: #FFF;
}
.contact_word {
	position: relative;
	width: 100%;
}
#coution1,
#coution2,
#coution3,
#coution4,
#coution5 {
	position: absolute;
	top: 0px;
	right: 15%;
}
#privacy_area {
	position: relative;
	width: 90%;
	max-width: 800px;
	height: 300px;
	overflow: scroll;
	border: 1px solid #333;
	padding: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
#privacy_area p {
	font-size: 1.2rem;
	line-height: 1.6;
}
#privacy_area h3 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 5px;
}
#privacy_area ul {
	padding: 0;
	margin: 0 0 1em 1em;
}
#privacy_area ul li {
	font-size: 1.2rem;
	line-height: 1.6;
}
}
.box100 { width:100%; }.box30 {width:30%;}
.alert_ng {
	display: inline-block;
	background: #FF0000;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 90%, 85% 100%, 80% 90%, 0 90%);
	padding: 3px 5px 5px 5px;
	font-size: 1.2rem;
	color: #FFF;
	cursor: pointer;
}

#thank {
	position: relative;
	width: 90%;
	max-width: 300px;
	margin: 0 auto 20px;
}
#thank_word {
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.6rem;
}