@charset "utf-8";

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

inquiryページスタイル

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

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

/* ▼全体PC */

/* ▼form PC */
#form .inner {
	padding: 90px 0 50px 0;
	position: relative;
	box-sizing: border-box;
}

#form h1 {
	font-size: 24px; font-size: 2.4rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	margin-bottom: 90px;
}

#form h1 span {margin-right: 30px;}

#form h1 img {
	width: 151px;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

/* ▼フォーム部分 PC */
#graybox {
	background: #f2f2f2;
	padding: 50px 45px;
	margin-bottom: 50px;
}

.formtxt1 {
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 40px;
}

.form {
	width: 100%;
	margin: 0 auto;
}

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

.form th {
	padding-top: 20px;
	position: relative;
	padding: 10px 0 8px 0;
	font-weight: bold;
}

.hissu {
	color: #f00;
	margin-left: 10px;
	font-feature-settings: "palt" 1;
	font-weight: 500;
}


.form td {padding-bottom: 20px;}

.form input[type='text'] {
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	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;
	font-feature-settings: "palt" 1;
	box-sizing: border-box;
	width: 100%;
	height: 120px;
	padding: 0.2em;
	letter-spacing: 1px;
	border: 1px solid #7f7f87;
	border-radius: 3px;
}

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

#kojin p {font-feature-settings: "palt" 1;}

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

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

input[type="submit"] {
	display: block;
	width: 369px;
	height: 87px;
	border-radius: 10px;
	border: none;
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
	color: #000;
	background: url("../img/inquiry/form_btn_bk.png") center no-repeat;
	cursor: pointer;
	font-size: 26px; font-size: 2.6rem;
	font-feature-settings: "palt" 1;
	font-weight: bold;
}

.formtxt2 {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: center;
	margin-top: 20px;
}

.capt {margin-top: 5px;}

}

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

/* ▼全体SP */

/* ▼form SP */
#form .inner {
	padding: 14vw 0 ;
	position: relative;
	box-sizing: border-box;
}

#form h1 {
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #830036;
	text-align: center;
	margin-bottom: 10vw;
}

#form h1 span {
	display: block;
	margin-bottom: 4vw;
}

#form h1 img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}

/* ▼フォーム部分 SP */
#graybox {
	background: #f2f2f2;
	padding: 6vw 3%;
	margin-bottom: 6vw;
}

.formtxt1 {
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 4vw;
}

.formtxt2 {
	font-size: 3.5vw;
	font-feature-settings: "palt" 1;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 6vw;
}

.form {width: 100%;}

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

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

.hissu {
	color: #f00;
	margin-left: 4%;
	font-feature-settings: "palt" 1;
}

.form td {padding: 2vw 0 6vw;}

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

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

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

#kojin p {font-feature-settings: "palt" 1;}

#kojin p:nth-of-type(1) {
	font-size: 4vw;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	margin-bottom: 4%;
}

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

input[type="submit"] {
	display: block;
	width: 100%;
	padding: 6vw 0;
	border-radius: 3vw;
	border: none;
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
	color: #000000;
	background: url("../img/inquiry/form_btn_bk.png") center no-repeat;
	cursor: pointer;
	font-size: 5.5vw;
	font-feature-settings: "palt" 1;
	font-weight: bold;
}

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

.capt {margin-top: 2vw;}

}
