@charset "UTF-8";
/* CSS Document */
#sub-img {
height: 87px;
position: relative;
}
#sub-img img{}
#sub-img .sub-logo{position: absolute;top:5px;left:20px;}
#sub-img .sub-tel{position: absolute;top:10px;right:10px;}

.navbar {
padding-top: 10px;
}

h2{
background: url("../img/h2line.png") no-repeat 50%;
text-align: center;
font-weight: 600;
font-size: 150%;
color: #E95471;
}
h2 span {
padding: 0 10px;
background-color: #fff;
display: inline-block;
margin: 30px;
}
h3{
border-bottom: 3px solid #F7F5EF;
color: #24AA3A;
padding:0 0 5px 0;
font-size: 170%;
margin-top: 50px;
}
h3 span{
border-left: 9px solid #E95471;
padding-left: 20px;
}

#contact-tel{}
#contact-tel .company-name{
width: 50%;
}
#contact-tel .company-no{
width: 100%;
margin-top: 20px;
}

/*---mailform01---*/
#formWrap {
	width:100%;
	margin:0 auto;
	margin-top: 20px;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	border: 3px solid #b5b5b6;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:600;
	background:#efefef;
	text-align:left;
}

#formWrap input,textarea{
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid #ddd;
}
#formWrap span{
color: #a61f24;
}
#formWrap .buttom{
text-align: center;
margin-top: 20px;
}
#formWrap .buttom input{
background-color: #E95471;
padding: 10px 30px;
color: #fff;
font-weight: 800;
font-size: 120%;
}
#formWrap p{
margin-top: 20px;
}
::placeholder {
  color: #BDBDBD;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
































