/* お問い合わせ */

#pagetit {
	background: url(../img/bg_pagetit.jpg) no-repeat center top;
}

#sec01 {
	padding-bottom: 20px;
}
#sec01 h1 {
	margin: 0;
	background: url(../img/bg_sec1.png) no-repeat 88% bottom;
	background-size: 32px auto;
}
#sec01 .mailform p {
	padding-top: 30px;
	line-height: 1.6;
}

.mailform {
}
.mailform table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
}
.mailform th,
.mailform td {
	display: block;
	width: 100%;
	line-height: 1.65;
	background: rgba(255,255,255,.4);
	vertical-align: top;
	box-sizing: border-box;
}
.mailform th {
	white-space: nowrap;
	padding: 8px 5px 3px;
	text-align: left;
}
.mailform td {
	padding: 0 5px 8px;
}
.mailform th .must {
	font-weight: bold;
	font-size: 13px;
	vertical-align: middle;
	padding-left: 3px;
}
.mailform #btn_submit {
	width: 100%;
	padding: 15px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border-radius: 12px;
	background: #A73946;
}

#sec02 {
	padding: 10px 0 20px;
}
#sec02 h1 {
	padding: 15px 10px 15px;
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho",  serif;
	background: url(../img/bg_color.png) no-repeat center;
	background-size: 89px auto;
}
#sec02 p {
	text-align: center;
}
#sec02 p.red {
	color: #A73946;
}
#sec02 p img {
	margin-bottom: 10px;
}
#sec02 .pic01 {
	margin-top: 10px;
	text-align: center;
}

#sec03 {
	margin: 50px 0 0 0;
	padding: 10px 0 20px;
}
#sec03 .container {
	text-align: center;
	background: url(../img/img_sec3_01.png) no-repeat right 10% bottom / 47px 38px;
}
#sec03 h1 {
	padding: 15px 10px 15px;
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho",  serif;
	background: url(../img/bg_color.png) no-repeat center;
	background-size: 89px auto;
}
#sec03 a {
	font-size: 18px;
	display: inline-block;
	margin: 15px auto;
	text-align: center;
	color: #B8616B;
}
