@charset "UTF-8";
/* CSS Document */

/*section0*/
.sec0{
	background: #bfbfbf; 
	
}
.subttl{
	background: #000;
	padding-bottom: 100px;
}
.ttl_m{
	padding-bottom: 30px;
}
/* サブタイトルbg */
h2{
	width: 100%;
	height: 300px;
	background-image: url("../img/contact/bg_contact.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

/* メイン */
.contact_wrap{
	background: #fff;
	margin: -150px 0 150px 0;
	padding-bottom: 150px;
}
.contact_inr{
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}
.contact_ttl{
	text-align: center;
	font-size: 20px;
	margin-bottom: 50px;
}
.contact_wrap table{
	width: 1200px;
	border-collapse: collapse;
	text-align: left;
	margin: 0 auto 50px auto;
}
.contact_wrap table tr th,.contact_wrap table tr td{
	border-bottom: 1px dotted;
	padding: 20px 0;
	font-size: 15px;
}
.contact_wrap table span{
	font-size: 15px;
	padding-left: 10px;
	color: red;
}
.wpcf7-submit {
	background: #023378;
	font-size: 20px;
    width: 410px;
	color: #fff;
    margin-top: 10px;
    text-align: center;
    padding: 10px;
	line-height: 3.0em;
    font-weight: bold;
    background-color: #023378;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all 1s;
	position: relative;
}

.wpcf7-submit:hover {
background-color: #0b9eb6;
    cursor: pointer;
}
.contact_wrap td input[type=text],
.contact_wrap td input[type="email"] {
	box-sizing: border-box;
	font-size: 18px;
	width: 98%;
	padding: 10px;
	transition: 0.3s;
	border: 1px solid #ccc;
	outline: none;
}
.contact_wrap textarea{
	width: 98%;
	height: 10em;
	border: 1px solid #ccc;
	
}
@media screen and (max-width: 1200px){
.contact_wrap table{
	width: 95%;
	border-collapse: collapse;
	text-align: left;
	margin: 0 auto;
}
}
@media screen and (max-width: 670px){
.contact_ttl{
	width: 95%;
	margin: 0 auto 50px auto;
	text-align: left;
	font-size: 16px;
}
  .contact_wrap th,
  .contact_wrap td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 414px){
/* サブタイトルbg */
h2{
	width: 100%;
	height: 100px;
	background-image: url("../img/pp/bg_pp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.contact_ttl{
	font-size: 18px;
	text-align: left;
	}
}



