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

.form-group02 {
  margin-bottom: 1rem;
}

.mailform{
	background:rgba(161,161,161,1.00);	
	padding: 40px 0;
}

.mailform h3{
	text-align: center;
	color: #fff;
}

.mailform p{
	text-align: center;
	color: #fff;
}

#formWrap {
	width:850px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

.contact_form{
	margin-top: 30px;	
}


table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

.send{
	margin: 20px 0;
}


/*  contact  */
section#contact {padding: 60px 0;
    background-color: #0a2d53;
    background-repeat: no-repeat;
    background-position: center;
}

#contact h2,
#contact h3{color: #fff;}

#contact h2{font-weight: bold;}
#contact h3{font-size: 1em;
	margin: 20px 0;
}

p.form_tit{
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.p10{padding: 10px 0 0 0; }
.p20{padding: 20px 0 0 0; }
.p30{padding: 30px 0 0 0; }

span.form_must{
	color: #000;
	background-color: #ffcc00;
	font-size: 70%;
	font-weight: bold;
	margin-left: 10px;
	padding: 2px 6px;
	border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
display: inline-block;
letter-spacing: 0.2em;
}

span.blue{color: #0092ee;}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
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;
}
	
.contact_form{
	overflow: hidden;				
}	
	
}