@charset "utf-8";

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

お問い合わせ・無料お見積りページスタイル

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

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

/* ▼CONTACT部分 PC */
#contact {background: #e5e5e5;}

#contact .titleinner {
	padding: 90px 0;
	position: relative;
	background: #fff;
}

#contact h1 {
	font-size: 55px; font-size: 5.5rem;
	font-family: Arial, Helvetica, "sans-serif";
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#contact h1 span:nth-of-type(1) {
	font-family: Arial, Helvetica, "sans-serif";
	position: relative;
	z-index: 1;
}

#contact h1 span:nth-of-type(2) {
	display: block;
	padding-top: 8px;
	font-size: 20px; font-size: 2.0rem;
	font-style: normal;
	position: relative;
	z-index: 1;
}

#contact h1 strong {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}

#contact h1 strong::before {
	transform: skewX(-25deg);
	content: "";
	position: absolute;
    top: -2px; bottom: -2px; left: -4px; right: -8px;
	z-index: -1;
	background: #0ba95f;
}

#mail_box {
	box-sizing: border-box;
	padding: 50px 0 80px 0;
}

.mailp01 {
	font-size: 20px; font-size: 2.0rem;
	font-feature-settings: "palt" 1;
	margin-bottom: 50px;
	line-height: 1.6;
}

.mailp02 {
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 25px;
}

.form {
	width: 1000px;
	margin: 0 auto;
	border-top: solid 1px #7f7f7f;
}

.pink {
	color: #f0f;
	font-weight: bold;
}

.form th, .form td {
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	padding: 10px 0 10px 0;
}

.form th {
	width: 290px;
	font-weight: bold;
	padding-top: 20px;
	position: relative;
}

.form td.checklist {padding-top: 18px;}

.form th.border_top, .form td.border_top {
	border-top: solid 1px #7f7f7f;
	padding-top: 30px;
}

.form th.border_btm, .form td.border_btm {
	border-bottom: solid 1px #7f7f7f;
	padding-bottom: 30px;
}

.checklist span {
	width: 300px;
	display: inline-block;
	margin-bottom: 20px;
}

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

.form textarea {
	font-size: 18px; font-size: 1.8rem;
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	padding: 0.2em;
	letter-spacing: 1px;
	border: 1px solid #7f7f87;
	border-radius: 3px;
}

.kakunin {
	text-align: center;
	font-weight: bold;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	padding: 50px 0 5px 0;
}

#kojin {
	width: 1000px;
	margin: 10px auto 30px auto;
	box-sizing: border-box;
	border: 1px solid #7f7f87;
	background: #fff;
	padding: 40px;
}

#kojin p:nth-of-type(1) {
	text-align: center;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	margin-bottom: 30px;
}

#kojin p:nth-of-type(2) {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
}

.kcheck {
	padding: 30px 0 50px 0;
	text-align: center;
	font-size: 20px; font-size: 2.0rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
}

input[type="submit"] {
	display: block;
	width: 280px;
	height: 80px;
	border: none;
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
	background: #666;
	border-radius: 6px;
	background-size: 8px;
	image-rendering: -webkit-optimize-contrast;
	cursor: pointer;
	font-size: 20px; font-size: 2.0rem;
	font-weight: bold;
	font-feature-settings: "palt" 1;
}

#endtxt {
	text-align: center;
	margin-top: 50px;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	color: #727171;
}

#endtxt span {color: #da8b92;}

}

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

/* ▼CONTACT部分 SP */
#contact {background: #e5e5e5;}

#contact .titleinner {
	padding: 14vw 0;
	position: relative;
	background: #fff;
}

#contact h1 {
	font-size: 10vw;
	font-family: Arial, Helvetica, "sans-serif";
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#contact h1 span:nth-of-type(1) {
	font-family: Arial, Helvetica, "sans-serif";
	position: relative;
	z-index: 1;
}

#contact h1 span:nth-of-type(2) {
	display: block;
	padding-top: 2vw;
	font-size: 4vw;
	font-style: normal;
	position: relative;
	z-index: 1;
}

#contact h1 strong {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}

#contact h1 strong::before {
	transform: skewX(-25deg);
	content: "";
	position: absolute;
    top: -0.5vw; bottom: -0.5vw; left: -1vw; right: -2vw;
	z-index: -1;
	background: #0ba95f;
}

#mail_box {
	box-sizing: border-box;
	padding: 8vw 0 10vw 0;
}

.mailp01 {
	font-size: 4.2vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	margin-bottom: 14vw;
}

.mailp02 {
	font-size: 3.8vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 4vw;
}

.form {
	width:100%;
	margin: 0 auto;
	border-top: solid 1px #7f7f7f;
}

.pink {
	color: #f0f;
	font-weight: bold;
}

.form th, .form td {
	display: block;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	text-align: left;
	vertical-align: top;
}

.form th {
	font-weight: bold;
	position: relative;
	padding-top: 4vw;
}

.form td {padding: 4vw 0;}

.form th.border_top {
	border-top: solid 1px #7f7f7f;
	padding-top: 6vw;
}

.form td.border_btm {
	border-bottom: solid 1px #7f7f7f;
	padding-bottom: 6vw;
}

.checklist span {
	display: block;
	padding-bottom: 5vw;
	margin-left: 3vw;
}

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

.form textarea {
	font-size: 4vw;
	box-sizing: border-box;
	width: 100%;
	height: 120px;
	padding: 0.2em;
	letter-spacing: 1px;
	border: 1px solid #7f7f87;
	border-radius: 1vw;
}

.kakunin {
	font-weight: bold;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	padding: 10vw 0 2vw 0;
}

#kojin {
	width: 94%;
	margin: 3% auto 6% auto;
	box-sizing: border-box;
	border: 1px solid #7f7f87;
	background: #fff;
	padding: 8vw 4vw;
}

#kojin p:nth-of-type(1) {
	font-size: 3.6vw;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	margin-bottom: 6vw;
	text-align: center;
}

#kojin p:nth-of-type(2) {
	font-size: 3.4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
}

.kcheck {
	padding: 2vw 0 8vw 0;
	text-align: center;
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
}

input[type="submit"] {
	display: block;
	width: 70%;
	padding: 5vw 0;
	border: none;
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
	background: #666;
	border-radius: 2vw;
	background-size: 8px;
	cursor: pointer;
	font-size: 5vw;
	font-weight: bold;
	font-feature-settings: "palt" 1;
}

#endtxt {
	text-align: center;
	margin-top: 8vw;
	font-size: 3.2vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	color: #727171;
}

#endtxt span {color: #da8b92;}

}
