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

body{
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;}


@media (min-width: 1200px) {
  .container {
  width: 900px;
  }
}


.req{
	
	color:#fff;
	background-color:#418fb2;
	font-size:.8em;
	border-radius:3px;
	padding:2px 3px;
	
	}
	
	.nonreq{
	
	color:#fff;
	background-color:#fff;
	font-size:.8em;
	border-radius:3px;
	padding:2px 3px;
	
	}

input{
	
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;}

.name1{height:34px;
	width: 90%;
    max-width: 90%;}

.name2{height:34px;
	width: 90%;
    max-width: 90%;}

.postcode{width: 50%;
    max-width: 90%;
	height:34px;}
	

.address{height:34px;
	width: 90%;
    max-width: 90%;}

.tel{width: 90%;
height:34px;
    max-width: 90%;}


.mail{width: 90%;
height:34px;
    max-width: 90%;}
	
label{
	list-style:none;
	font-weight:normal;}

.con_form .col-sm-4{
	margin-bottom:2em;
text-align:right;
	
	}

.con_form .col-sm-8{
	margin-bottom:2em;
	
	}

.formwrap{
	margin-top:30px;
	background-color:#fff;
padding-top:50px;
border-radius: 7px;
    box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
}

.subbtn{
	color: #fff;
    background-color: #4895b8;
    border-color: #4895b8;}
	

.subbtn:hover{
	 color: #4895b8;
    background-color: #fff;
    border-color: #4895b8;}
	
.resbtn{ color: #4895b8;
    background-color: transparent;
    border-color: #4895b8;}

.resbtn:hover{ color: #fff;
    background-color: #4895b8;
    border-color: #4895b8;}

textarea{
	width: 90%;
    max-width: 90%;
    height: 200px;
	border-radius: 3px; 
    background: #fafafa;
    -webkit-appearance: none;}
	
.formwrap h3{
	margin-bottom:1em;
	margin-top:10px;}

.exp{
	margin-bottom:2em;}
	
@media (max-width: 767px) {
.con_form .col-sm-4{
margin-bottom:.5em;
text-align:left;
	
	}
.con_form .col-sm-8{
	
	padding-bottom:1em;
	border-bottom:1px #ccc solid;
	}	
	
.name1{
	width: 100%;
    max-width: 100%;}

.name2{
	width: 100%;
    max-width: 100%;}

.postcode{width: 100%;
    max-width: 100%;}
	

.address{
	width: 100%;
    max-width: 100%;}

.tel{width: 100%;
    max-width: 100%;}


.mail{width: 100%;
    max-width: 100%;}

textarea{
	width: 100%;}
	}
	
	
	.formwrap h3{color: #fff;
	background-color: #4895b8;
		font-weight: 500;
		padding: 10px;
    margin-bottom: 15px;
	font-family: 'Noto Sans JP', sans-serif;
		}