@charset "utf-8";

#catch {
	height: 465px;
	background-image: url(../images/contact/contact_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-bottom: 15px solid #398A99;
	margin-bottom: 70px;
}
#catch h1 {
	padding-top: 125px;
	margin-bottom: 9px;
}
#contact_input {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#contact_input .text {
	font-size: 15px;
}
#contact_input .text p:nth-of-type(2) {
	margin-top: 50px;
	font-size: 12px;
	text-align: right;
	border-bottom: 1px solid hsla(0,0%,80%,1.00);
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#contact_input form dl {
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */-webkit-align-content:flex-start; /* Safari */
	align-content:flex-start;
}
#contact_input form dl dt {
	width: 320px;
	font-size: 20px;
	border-bottom: 1px solid hsla(0,0%,80%,1.00);
	margin-bottom: 25px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 20px;
}
#contact_input form dl dd {
	width: 660px;
	border-bottom: 1px solid hsla(0,0%,80%,1.00);
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-size: 17px;
}
#contact_input form dl dd select {
	height: 30px;
	font-size: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contact_input form dl dd input {
	height: 30px;
	font-size: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 635px;
}
#contact_input form dl dd textarea {
	font-size: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 631px;
	height: 200px;
}
#contact_input form .center .btn_submit {
	background-image: url(../images/contact/contact_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 275px;
	height: 48px;
	background-color: hsla(0,0%,100%,1.00);
	text-indent: -9999px;
	border-style: none;
	cursor: pointer;
}
#contact_input form .center .btn_submit:hover {
	opacity: 0.8;
}
