@charset "utf-8";

/*---------------------------------------------

メールフォームCGIスタイル

-----------------------------------------------*/

@media print, screen and (min-width: 768px) {

#header_menu ul {width: 110px;}

#header_menu li a {
	width: 110px;
	height: 28px;
	display: block;
}

#footer_menu li a {
	margin-left: 150px;
	width: 150px;
	height: 16px;
	display: block;
}

/* ▼ページタイトルエリアPC */
h2 {
	box-sizing: border-box;
	text-align: center;
	padding-top: 40px;
	height: 80px;
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	color: #fff;
}

.ftxt {
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 30px;
	color: #fff;
}

.msg {color: #f00;}

/* ▼フォームエリアPC */
#contact {background: #f2f2f2;}

#contact .contents_box {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
}

.form {
	width: 1000px;
	margin: 0 auto 60px auto;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

.form th, .form td {
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
	position: relative;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	background: #fff;
	padding: 12px;
}

.form th {
	width: 250px;
	background: #ccc;
}

.form input[type='text'] {
	font-size: 16px; font-size: 1.6rem;
	box-sizing: border-box;
	width: 100%;
	padding: 0.2em;
	letter-spacing: 1px;
	border: 1px solid #7f7f87;
	border-radius: 3px;
}

#sousin_cgi {text-align: center;}

#sousin_cgi input {
	border-radius: 10px;
	border: none;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	width: 300px;
	height: 60px;
	background: #77b75f;
	color: #fff;
	margin: 0 10px;
	cursor: pointer;
}

.thanks {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.5;
	text-align: center;
}

}

@media print, screen and (max-width: 767px) {

#navtoggle {display: none;}

/* ▼ページタイトルエリアSP */
h2 {
	box-sizing: border-box;
	text-align: center;
	padding: 8% 0 2% 0;
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	color: #fff;
}

.ftxt {
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 4vw;
	line-height: 1.5;
	font-feature-settings: "palt" 1;
	text-align: center;
	padding-bottom: 8%;
	color: #fff;
}

.msg {color: #f00;}

/* ▼フォームエリアSP */
#contact {background: #f2f2f2;}

#contact .contents_box {
	width: 94%;
	margin: 0 auto;
	padding: 8% 0;
	position: relative;
}

.form {
	width: 100%;
	margin: 0 auto 8% auto;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	box-sizing: border-box;
}

.form th, .form td {
	display: block;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	font-size: 4vw;
	line-height: 1.5;
	text-align: left;
	position: relative;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	background: #fff;
	padding: 3%;
}

.form th {background: #ccc;}

#sousin_cgi {text-align: center;}

#sousin_cgi input {
	border-radius: 10px;
	border: none;
	font-size: 4vw;
	font-weight: bold;
	width: 40%;
	height: 50px;
	margin: 0 3%;
	background: #77b75f;
	color: #fff;
	cursor: pointer;
}

.thanks {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.5;
	text-align: center;
}

}