@charset "utf-8";
.mainWrap {
	background-image: url(../img/sub/main_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	background-size: cover;
	height: 217px;
}
.main_titleBox {
	position: relative;
	height: 100%;
}
.main_title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 75px;
	margin: auto;
	font-size: 37px;
	font-weight: bold;
	line-height: 1;
}
.main_title span {
	display: block;
}

/*-------------------------------------
	sec1
---------------------------------------*/
.sec1{
	padding: 80px 0 180px;
	font-weight: 500;
	text-align: center;
}
.sec1_text01{
	margin-bottom: 60px;
	font-size: 17px;
}
#form table tr.sec1_text02 td{
	padding-bottom: 5px;
}
#form table td span.sec1_text03{
	font-size: 16px;
}

/*　FORM
---------- */

#form{
	width: 100%;
}
#form table{
	margin: 0 auto 40px;
	width: 100%;
	max-width: 800px;
}
#form table tr{
}
#form table th{
	padding: 15px 45px 15px 0;
	width: 290px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#form table td{
	padding: 15px 10px 15px 5px;
	font-size: 18px;
	line-height: 1.8;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#form label{
	display: inline-block;
	margin-right: 1.5em;
}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form select,
#form textarea{
	border: solid 1px #000;
	background: #fff;
	padding: 15px 10px;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
}
#form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 1em;
	text-overflow: '';
	background:#fff;
	height: 30px;
	line-height: 28px;
	margin:5px 0;
	padding: 0;
	width: 30%;
	border: solid 2px #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
select::-ms-expand {
  display: none;
}
#form .short{
	width: 60% !important;
}
.contact_btnBox{
	margin: 0;
	text-align: center;
}
.contact_btnBox.pl{
	padding-left: 180px;
}
.contact_reset,
.contact_send{
	display: inline-block;
	background: #D0007C;
	color: #fff;
	margin: 0 12px;
	padding: 0 5px;
	width: 180px;
	height: 50px;
	line-height: 48px;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact_reset{
	background: #808080;
}
.contact_send{
	background: #70B538;
}
.contact_send a{
	color: #fff;
}

@media screen and (max-width: 1249px) {
}
@media screen and (max-width: 999px) {
}
@media screen and (max-width: 679px) {
.mainWrap {
	height: 150px;
}
.main_title {
	height: 48px;
	font-size: 25px;
}
.main_title span img {
	width: 60px;
}

/*-------------------------------------
	sec1
---------------------------------------*/
.sec1{
	padding: 40px 0 70px;
}
.sec1_text01{
	margin-bottom: 30px;
	font-size: 14px;
	text-align: left;
}
#form table td span.sec1_text03{
	font-size: 13px;
}

/*　FORM
---------- */
#form table th{
	display: block;
	padding: 10px 0 0;
	width: 100%;
	font-size: 15px;
	text-align: left;
}
#form table tr.sec1_text02 th{
	padding: 0;
	height: 0;
}
#form table td{
	display: block;
	padding: 0;
	font-size: 15px;
}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form select,
#form textarea{
	padding: 10px 5px;
	font-size: 15px;
}
#form .short{
	width: 70% !important;
}
.contact_btnBox{
	margin: 20px 0 0;
	text-align: center;
}
.contact_btnBox.pl{
	padding-left: 0;
}
.contact_reset,
.contact_send{
	margin: 0 5px;
	padding: 0 5px;
	width: 120px;
	height: 42px;
	line-height: 40px;
	font-size: 14px;
}
}

/* Portrait */
@media screen and (max-width:479px) {
}
