@charset "utf-8";

#finish #contactform {
	border-bottom: none;
}
/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/contact/m_bg.png");
	height: 350px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 577px;
	padding-left: 100px;
	height: 120px;
	background-color: #EEEFEF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 80px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





#contactform {
	width: 90%;
	min-width: 950px;
	margin-left: 100px;
	text-align: left;
	margin-top: 60px;
	border-bottom: 1px solid #4E903C;
	padding-bottom: 60px;
	margin-bottom: 100px;
}
#contactform .text {
	font-size: 21px;
	line-height: 1.6em;
}
#contactform .text a {
	color: #0000FF;
}
#contactform dl {
	margin-top: 55px;
	padding-top: 55px;
	border-top: 1px solid #4E903C;
}
#contactform dt {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contactform dt span {
	color: #EC6646;
}
#contactform dd {
	margin-bottom: 30px;
}
#contactform dd input {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	height: 90px;
	border: 1px solid #4E903C;
	font-size: 21px;
}
#contactform dd select {
	width: 100%;
	padding-left: 1%;
	padding-right: 1%;
	height: 90px;
	border: 1px solid #4E903C;
	font-size: 21px;
}
#contactform dd textarea {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	height: 300px;
	border: 1px solid #4E903C;
	font-size: 21px;
}
#contactform dl+p {
	font-size: 21px;
	text-align: center;
	margin-top: 50px;
}
#contactform input[type="checkbox"] {
	width: 25px;
	height: 25px;
	background-color: #fff;
	border: 2px solid #000;
	position: relative;
	top: 4px;
	margin-right: 5px;
}
#contactform dl+p+p {
	font-size: 21px;
	text-align: center;
	margin-top: 20px;
}
#contactform .inputbtn button {
	background-color: #EC6646;
	border: none;
	height: 100px;
	line-height: 100px;
	width: 100%;
	text-align: center;
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	border-radius: 100px;
	margin-top: 40px;
	cursor: pointer;
	font-family: 'Noto Sans JP', sans-serif;
}
#contactform .inputbtn button:hover {
	opacity: 0.7;
}
#contactform .inputbtn button.back-button {
	height: auto;
	line-height: normal;
	background-color: #676767;
	padding-top: 15px;
	padding-bottom: 15px;
}

}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/contact/m_bg.png");
	height: 40vh;
	border-bottom-right-radius: 20vw;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 85%;
	padding-left: 5%;
	height: 18vw;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 3.5vw;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 12vw;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





#contactform {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 8vw;
	margin-bottom: 15vw;
}
#contactform .text {
	line-height: 1.6em;
}
#contactform .text a {
	color: #0000FF;
}
#contactform dl {
	margin-top: 10vw;
	padding-top: 10vw;
	border-top: 1px solid #4E903C;
}
#contactform dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#contactform dt span {
	color: #EC6646;
}
#contactform dd {
	margin-bottom: 30px;
}
#contactform dd input {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	height: 15vw;
	border: 1px solid #4E903C;
}
#contactform dd select {
	width: 100%;
	padding-left: 1%;
	padding-right: 1%;
	height: 15vw;
	border: 1px solid #4E903C;
}
#contactform dd textarea {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	height: 30vw;
	border: 1px solid #4E903C;
}
#contactform dl+p {
	text-align: center;
	margin-top: 5vw;
}
#contactform input[type="checkbox"] {
	width: 5vw;
	height: 5vw;
	background-color: #fff;
	border: 2px solid #000;
	position: relative;
	top: 0.9vw;
	margin-right: 5px;
}
#contactform dl+p+p {
	text-align: center;
	margin-top: 20px;
}
#contactform .inputbtn button {
	background-color: #EC6646;
	height: 15vw;
	line-height: 15vw;
	width: 100%;
	text-align: center;
	font-size: 4.5vw;
	color: #fff;
	font-weight: bold;
	border-radius: 100px;
	margin-top: 5vw;
	cursor: pointer;
	border: none;
	font-family: 'Noto Sans JP', sans-serif;
}
#contactform .inputbtn button:hover {
	opacity: 0.7;
}
#contactform .inputbtn button.back-button {
	height: auto;
	line-height: normal;
	background-color: #676767;
	padding-top: 2vw;
	padding-bottom: 2vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}