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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}

body{
font-family: dnp-shuei-gothic-kin-std,sans-serif;
font-weight: 400;
font-style: normal;
}

.contener{
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
}
a{
	text-decoration: none;	
}

#nav-drawer{
	display: none;
}

#wrap{
	overflow: hidden;
	width: 100%;
	margin: 2% 0;
	display:flex;
	align-items:center;
	justify-content:space-between;	
	padding:0 2%;
}
.heading strong{
	display: block;
	font-size: 2.5em;
	padding: 1% 0;
}
.heading h2{
	position: relative;
	padding: 2% 0;
	font-size: 1em;
	color: #004AAD!important;
	text-shadow: 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;
	line-height: 1.5;
}
.c_white{
color: #fff;	
}
.w100{
width: 100%;		
}
.c_blue{
color: #004AAD!important;	
text-shadow    : 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff; 	
}

.center{
text-align: center;	
}
.left{
text-align: left!important;
font-size: 1.5em!important;	
}
.left strong{
font-size: 1.8em;
padding: 0!important;
	
}
/*===========ヘッダー============-*/


#logo{
	width: 40%;
	float: left;
}
#logo img{
	width: 350px;
}

.contact{
	width: 40%;
	text-align: center;

}
.contact .con{
	width: 300px;
	float:right;
	text-align: left;
	padding: 1%;
	border-radius: 10px;
}
.contact .con a{
color: #AD2111;
font-weight: bold;
}
.contact .con .mail p:hover{
color: #fff;
display: block;		
}
.contact .con .top_tel p:hover{
color:#e42f1a;
text-decoration: transparent;	

}
.contact .con .mail{
font-size: 1em;	
line-height: 1.75;
border:2px solid #AD2111;
padding: 1%;
text-align: center;
border-radius: 30px;
margin-top: 2%;	
transition: all 0.5s;		
}
.contact .con .mail:hover{
background-color: #e42f1a;
border:2px solid #e42f1a;	
color: #fff!important;
text-decoration: transparent;		
}
.contact .con .top_tel{
font-size: 1.5em;	
text-align: center;
border-radius: 10px;
transition: all 0.5s;	
}


.contact .con .tel_3{
font-size: 1em;	
}
.contact .con .address .ad{
font-size: 1em;
border: 0px solid #fff;
margin: 1% 0;
padding: 1%;
text-align: center;
border-radius: 10px;
color: #fff;	
	
}

.contact .con i{
font-weight: bold;
}


/*===========グローバルナビ===========*/

@media (min-width: 700px){
	.navToggle,.globalMenuSp{
		display: none !important;}
	.sp{
		display: none !important}
	}

.glovalnavi{
	font-size: 1em;
	height: 50px;
}

.glovalnavi ul{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #004AAD;
}

.glovalnavi ul li{
	width: 20%;
	text-align: center;
	list-style: none;
	position: relative;/*abusoluteを設定した要素が乗っかる場所*/
	overflow: hidden;/*.button:beforeの要素を見えないように*/
	line-height:50px;
	height: 50px;
}
.glovalnavi ul li:first-child{
	border-left: 2px solid #fff;
	line-height: 50px;
	height: 50px;
}

.glovalnavi ul li a{
	color: #fff;
	height: 50px;
	border-right: 2px solid #fff;
	line-height: 50px;
}


.glovalnavi ul li a:hover{
	background-color: #0A2F61;
	color: #CBCBCB;
}

/*===========リンクボックス============-*/
.button {
	color: black;
	text-decoration: none;
	display: inline-block;
	height: 50px;
	width: 100%;
	vertical-align: middle;
	line-height: 50px;/*inline要素の文字の高さを指定することで上下中央表示*/
}



/*===========kv============-*/

#kv{
width: 100%;
}

#kv ul{
	font-size: 0;
}

.kv_sl li{
	position: relative;/*=====画像を上下縦横中央・文字をかぶせるため====-*/

}

.kv_sl1{
width: 100%;
height: auto;
position: relative;
}
.kv_sl1 img{
width: 100%;
height: 100%;
object-fit: cover;
display: block;    
}
.kv_sl1 p{
color: #fff;
position: absolute;
top: 50%;
left: 0;
width: 100%;
display: block;
text-align: center;	
font-size: 1.5em;
font-weight: bold;
padding-bottom: 1%;	
text-shadow: 3px 3px 5px #000;	
}
.kv_sl1 span{
border-bottom: solid 1px #fff;
padding-top: 1%;	
}

.kv_sl img{
	width: 100%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kv_sl a{
	height: auto;
	position: relative;
	color: #162E80;
	font-size: 3em;
	line-height: 1.75;	
}
.kv_sl a div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center; 
	align-items: center; 

}
.flex-caption{
padding: 1%;
border-radius: 10px;	
text-align: center;	
font-size: 1em;	
color: #0A2F61;
font-family: dnp-shuei-gothic-kin-std,sans-serif;
font-weight: 600;
font-style: normal;
text-shadow    : 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff; 	
}

.flex-caption strong{
display: block;
font-size: 1.5em;
color: #004AAD;	
}


/*===========お知らせ===========*/
.topics-box{
width: 100%;
height: auto;
display:inline-block;
}
#topics{
	text-align: center;
	font-size: 25px;
	margin: 30px;
}

#topics_1{
	width: 100%;
	height: 200px;
	text-align: center;
}
#topics_1 iframe{
	width: 80%;
	padding: 0;
}
/*===========異業種===========*/
.e-gyousyu{
width: 100%;
height: auto;
display: flex; 
flex-wrap:wrap;
justify-content:center;
align-items:center;    
 padding:3em; 
background:rgba(0,74,173,0.05);
margin:5em 0; 
}
.e-gyousyu-text{
width: 70%;
} 
.e-gyousyu-photo{
    width:30%;
} 
.e-gyousyu-photo img{
width: 95%;  
display: block;
margin: 0 auto;
box-shadow: 5px 2px 2px #eee;    
}
.e-gyousyu-text p{
font-size: 1em; 
line-height: 200%;    
}
.e-gyousyu strong{
font-size: 1.5em;  
display: block; 
color: #004aad;    
}
.e-gyousyu-text a{
font-size: 1em;	
margin: 0 auto;
background: #AD2111;
color: #fff;
padding: 1%;
display: block;	
text-align: center;
width: 20%;	
margin-top: 1em ;
border-radius: 20px;	
border:2px solid #AD2111;	
transition: all 0.5s;	
}
.e-gyousyu-text a:hover{
color: #AD2111;
background:rgba(255,255,255,0.0);
text-decoration: transparent;		
}
/*===========あいさつ===========*/

.aisatu{
   width: 100%;
	height: auto;
	display: inline-block;
	background-image: url("../img/background1.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5% 0;
	margin-top: 1%;
}
.aisatu .aisatu-text1{
font-size: 1.2em;
line-height: 1.75;	
color:#e2f983;	
text-align: center;
text-shadow    : 
       1px  1px 1px #000,
      -1px  1px 1px #000,
       1px -1px 1px #000,
      -1px -1px 1px #000,
       1px  0px 1px #000,
       0px  1px 1px #000,
      -1px  0px 1px #000,
       0px -1px 1px #000; 	
}
.aisatu .aisatu-text2{
font-size: 1em;
line-height: 1.75;	
color: #fff;
padding-top: 1%;
width: 780px;
display: block;
margin: 0 auto;
text-align: center;	
}
.aisatu a{
font-size: 1em;	
margin: 0 auto;
background: #AD2111;
color: #fff;
padding: 1%;
display: block;	
text-align: center;
width: 20%;	
margin-top: 2% ;
border-radius: 20px;	
border:2px solid #AD2111;	
transition: all 0.5s;	
}
.aisatu a:hover{
color: #AD2111;
background:rgba(255,255,255,0.0);
text-decoration: transparent;		
}
.thank{
max-width: 900px;
width: 98%;    
padding: 0 3% 3%; 
margin: 0 auto;
}
.thank .thank-text1{
font-size: 1em;
line-height: 1.75;	
color:#fff;	
text-align: left;
	
}
.thank .thank-text2{
font-size: 1em;
line-height: 1.75;	
color: #fff;
padding-top: 1%;
width: 780px;
display: block;
margin: 0 auto;
text-align: center;	
}
.thank a{
font-size: 1em;	
margin: 0 auto;
background: #AD2111;
color: #fff;
padding: 1%;
display: block;	
text-align: center;
max-width: 200px;	
width: 50%;    
margin-top: 2% ;
border-radius: 20px;	
border:2px solid #AD2111;	
transition: all 0.5s;	
}
.thank a:hover{
color: #AD2111;
background:rgba(255,255,255,0.0);
text-decoration: transparent;		
}
/*===========サービス===========*/
.sev-back{
width: 100%;
height: auto;	
background-image: url("../img/background2.jpg");
background-position: center;
background-size: cover;	
display: inline-block;
padding: 0 2%;	
}
.sevices{
width: 100%;
height: auto;
display: inline-block;
padding: 5% 0;	
}
.sevices .sev-box{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;	
}
.sevices .sev-box .sev-photo{
width: 50%;	
}
.sevices .sev-box .sev-photo img{
width:100%;	
}
.sevices .sev-box .sev-text{
width:50%;
padding-bottom: 1%;	
}
.sevices .sev-box .sev-text p{
width:95%;	
display: block;
margin: 0 auto;
font-size: 1em;
line-height: 1.75;	
}
.sevices .sev-box .sev-text strong{
font-size: 1.2em;
color: #025ed9;
font-weight: bold;
border-left: 10px solid #025ed9;
padding-left: 5px;
margin-left: 5px;
display: block;
margin-top: 3%;	
}
.sevices h3{
font-size: 1.5em;
color: #004AAD;
text-align: center;	
padding-top: 5%;	
}
.sevices .sev-text2{
font-size: 1em;
color: #fff;
background-color:#025ed9;
padding:1%;	
text-align: center;	
margin: 1% 0;	
line-height: 1.5;	
}
.sevices a{
font-size: 1em;
color: #fff;
background-color:#AD2111;
padding:1%;	
text-align: center;	
margin: 1% auto;
display: block;
width: 40%;	
border-radius: 30px;	
border:2px solid #AD2111;	
transition: all 0.5s;		
}
.sevices a:hover{
font-size: 1em;
color: #AD2111;
background-color:rgba(255,255,255,0.0);
text-decoration: transparent;	
}
/*===========求人バナー===========*/
.banner{
width: 100%;
height: auto;
display:inline-block;
margin: 5% 0;	
}
.banner img{
width: 100%;	
}
/*===========フッターお問合わせ===========*/
.footer-address{
width: 100%;
height: auto;
display: inline-block;
background-image: url("../img/background3.jpg");
background-position: center;
background-size: cover;
padding: 3% 0;	
}
.footer-address .logo{
width: 100%;
}

.footer-address .logo img{
width: 30%;
display: block;
margin: 0 auto;	
}
.footer-address .footer-text1{
font-size: 1.5em;
color: #fff;
text-align: center;	
padding-top: 1%;	
}
.footer-address .footer-text2{
font-size: 1.2em;
color: #fff;
text-align: center;	
padding-top: 1%;	
}
.footer-address .footer-text3{
font-size: 1em;
color: #fff;
text-align: center;	
padding: 1% 0;	
}
.foter-box{
width: 100%;
height: auto;
display: flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;	
padding: 2% 0;	
}
.foter-box .f-contact{
width: 25%	;
}
.foter-box .f-contact a{
font-size: 1em;
color: #fff;
background-color:#AD2111;
padding:2%;	
text-align: center;	
margin: 1% auto;
display: block;
width: 70%;	
border-radius: 30px;	
border:2px solid #AD2111;	
transition: all 0.5s;		
}
.foter-box .f-contact a:hover{
font-size: 1em;
color: #AD2111;
background-color:rgba(255,255,255,0.0);
text-decoration: transparent;	
}
/*===========フッター===========*/

footer{
	width: 100%;
	background: #004AAD;
	height: auto;
}


.footernavi ul{
	display: flex;
	list-style: none;
	border-bottom: 1px solid #006af8;
	text-align: center;
}

.footernavi ul li {
	width: 20%;
	margin: 20px auto 5px auto;
}

.footernavi ul li a{
	text-decoration: none;
	color: white;
	font-size: 13px;
	transition: all 0.5s;	
}

.footernavi ul li a:hover{
	color: #7db5ff;
	text-decoration: transparent;	
}

.my_icon{
	padding-right: 5px;
}

#copy{
	text-align: center;
	padding: 10px;
	font-size: 13px;
	color: white;
}
/*===========実績一覧===========*/
.business-wrapper{
width: 100%;
height: auto;
display: inline-block;
margin: 5% 0;	
}
.description{
width: 100%;
height: auto;
display: inline-block;
padding: 5% 0;	
position: relative;		
}
.business-text1{
font-size: 1.3em;
color:#fff;
font-weight: bold;
background:#6daafb;
padding: 1%;		
display: inline-block;
width: 20%;	
border-radius: 20px;	
}
.business-text2{
font-size: 1em;
line-height: 1.75;
padding: 0.5% 0;	
}
.business-text2 strong{
font-size: 1.1em;
display: block;	
color: #0A2F61;
font-weight: bold;
}
.business-text3{
font-size: 1.1em;	
line-height: 1.75;
padding-top: 2%;
padding-bottom: 2%;	
}
.business-text3 strong{
font-size: 1.3em;	
border-left: #0A2F61 10px solid;
display: block;	
color: #0A2F61;
font-weight: bold;
padding-left: 1%;
margin-left: 1%;	
line-height: 1.5;
margin-bottom: 1%;	
margin-top: 1%;	
}
.business-text3 .font-weight_b{
font-weight: bold;
font-size:0.8em;
display: block;	
}
.business-text4{
font-size: 1.3em;
color:#fff;
font-weight: bold;
background:#f8968b;
padding: 1%;		
display: inline-block;
width: 20%;	
border-radius: 20px;	
margin: 1% 0;	
}
.business{
width: 100%;
height: auto;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;	
background:rgba(255,255,255,0.5);
padding: 1%;	
}
.business .business-text5{
line-height: 1.75;
width: 70%;		
}
.business div{
width: 30%;		
}
.business div img{
width:95%;	
display: block;
margin: 0 auto;
}
.business .business-text5 strong{
font-size: 1.3em;
color:#fff;
font-weight: bold;		
display:block;		
margin-top: 1%;	
background:#6daafb;
padding-left: 1%;
}
.business .business-text5 .font-weight_b{
font-weight: bold;
font-size:1.1em;
display: block;	
color: #0A2F61;	
}
.fa-arrow-alt-circle-down{
width: 100%;
font-size: 2.5em;	
display: block;
margin: 1% auto;
text-align: center;	
color: #004AAD;	
}
.bus-box{
width: 100%;
height: auto;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;	
padding: 1% 0;	
}
.bus-text{
width: 50%;	
}
.bus-photo1{
width: 50%;	
}
.bus-photo1 img{
width:80%;	
display: block;
margin: 0 auto;
}
.bus-photo3 img{
width: 100%;
}
.bus{
width: 100%;	
position:relative;
}
.flex-text{
position: absolute;
bottom: 50%;
right: 10%;
width: 50%;	
}
.bus-photo2{
width: 100%;	
}
.bus-photo2 img{
width:40%;	
margin: 3% 0;	
}
/*===========実績一覧===========*/
.work-wrapper{
width: 100%;
height: auto;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-start;	
padding: 5% 0;	
}
.work-wrapper .work-text{
width: 100%;
height: 400px;	
font-size: 1.3em;	
font-weight: bold;
line-height: 1.75;	
background-image: url("../img/background7.jpg");
background-size: cover;
background-position: center left;		
padding: 5% 2%;	
color: #333;
text-shadow    : 
       1px  1px 1px #fff,
      -1px  1px 1px #fff,
       1px -1px 1px #fff,
      -1px -1px 1px #fff,
       1px  0px 1px #fff,
       0px  1px 1px #fff,
      -1px  0px 1px #fff,
       0px -1px 1px #fff; 		
}
.work-wrapper .table {
width: 70%;	;
}

.work-wrapper .work-h {
width: 30%;	
padding: 3% 0 5%;	
}
.w-blue{
background-color: #004AAD;
color: #fff;
padding: 1%;	
text-align: left;
}
.w-white{
background: rgba(255,255,255,0.5);
color: #333;
padding: 1%;	
}
.work-wrapper .table table{
width: 100%;	
}
.work-wrapper .table th{
width: 50%;	
padding: 1% 2%;	
}
.work-wrapper .table td{
width: 50%;	
padding: 1%;		
}
/*===========会社概要===========*/
.profile-wrapper{
width: 100%;
height: auto;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-start;	
margin: 5% 0;
	
}
.campany-h{
width: 30%;	
}
.table{
width: 70%;	
}
.profile-wrapper .table{
background-color:rgba(255,255,255,0.7);
padding:0 1%;	

}
.profile-wrapper .table table tr{
border-bottom: 1px dotted #0A2F61;	
display: block;			
}
.profile-wrapper .table table{
	width: 100%;
}
.profile-wrapper .table table th{
	font-size: 1.1em;
   text-align: left;
  line-height: 1.75;
display: block;
color:#004AAD;
width: 100%;	
}
.profile-wrapper .table table td{
	padding: 1.1% 0;
	font-size:0.9em;	
text-align: left;
display: inline-block;	
line-height: 1.75;	
width: 100%;	
}
.profile-wrapper .table iframe{
width: 100%;
height:400px;	
}
/*===========採用情報===========*/
.recruit-wrapper{
width: 100%;
height: auto;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-start;	
margin: 5% 0;	
}
.recruit-wrapper .recruit-text{
line-height: 1.75;
font-size: 1em;
color: #0A2F61;	
font-weight: bold;
background-image: url("../img/background5.jpg");
background-size: cover;
background-position: center;
padding: 2%;	
}
.recruit-wrapper .table iframe{
width: 100%;
height: 300px;	
}
.recruit-wrapper .table{
background-color:rgba(255,255,255,0.7);
padding:1%;	
}
.recruit-wrapper .table img{
width: 100%;	
}
.recruit-wrapper .table table tr{
border-bottom: 1px dotted #0A2F61;	
display: block;			
}
.recruit-wrapper .table table{
	width: 100%;
}
.recruit-wrapper .table table th{
	font-size: 1.1em;
   text-align: left;
  line-height: 1.75;
display: block;
color:#004AAD;
width: 100%;	
}
.recruit-wrapper .table table td{
	padding: 1.1% 0;
	font-size:0.9em;	
text-align: left;
display: inline-block;	
line-height: 1.75;	
width: 100%;	
}
.recruit-wrapper .table iframe{
width: 100%;
height: 400px;	
}
.recruit-wrapper .table strong{
font-size: 1.5em;
color: #FAD919;	
line-height: 1.5;
	text-shadow: 
       1px  1px 1px #333,
      -1px  1px 1px #333,
       1px -1px 1px #333,
      -1px -1px 1px #333,
       1px  0px 1px #333,
       0px  1px 1px #333,
      -1px  0px 1px #333,
       0px -1px 1px #333;	
padding: 1% 0;	
}
/*===========コンタクト===========*/
.contact-h strong{
	display: block;
	font-size: 2em;
	padding: 1% 0;
}
.contact-h h2{
	position: relative;
	padding: 2% 0;
	font-size: 1.5em;
	color: #004AAD!important;
	text-shadow: 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;
	line-height: 1.5;
}
.contact .tel{
width: 70%;
height: auto;
display: inline-block;
background: #AD2111;
padding: 1%;	
border-radius: 30px;
margin-bottom: 3%;	
border:5px solid #fff;
box-shadow: 2px 2px 5px #333;	
}
.contact .tel:hover{
background: #c32a18;
box-shadow: 1px 1px 2px #333;		
}
.contact .tel p{
text-align: center;
padding: 1%;
color:#fff;
font-weight: bold;
}
.contact .tel a{
text-align: center;
font-size: 2em;
color: #fff;
font-weight: bold;
padding-top: 2%;	
display: block;	
margin: 0 auto;
}
.contact_form{
width: 100%;
height: auto;
display: inline-block;
padding: 2% 0;	
background-color:rgba(255,255,255,0.7);	
margin: 5% 0;	
}

.contact_form .contact-text1{
font-size: 1.1em;
color:#004AAD;
line-height: 1.75;	
font-weight: bold;
  text-shadow    : 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff; 	
text-align: center;	
border-bottom: 3px dotted #004AAD;
width: 75%;
display: block;
margin: 0 auto;
}
.contact_form .contact{
width: 100%;
height: auto;
display: inline-block;
padding: 2% 5%;	
}

form{
	width: 100%;
	text-align: center;
}
.checkbox_text{
line-height: 1.75;
color: #333;	
}
.mail-text{
width: 50%;	
text-align:center;
font-size: 1.3em;
color: #000;	
padding: 0.5% 0;	
  text-shadow    : 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff; 
font-weight: bold;
margin: 1% auto;
}
.mailform span{
	background-color:#F05C46;
	color:#fff;
	font-size: 1em;
	padding: 3px;
	margin: 2px 0 0;
}

.mailform dt{
	padding: 2% 0 0;
	font-size: 1em;
	text-align: left;
	width: 100%;
	color:#333;
}

.mailform dt p{
	font-size: 1em;
	color:#333;
}
.mailform dd{
	padding: 1% 0;
	font-size: 1em;
	text-align: left;	
	color:#333;
}

.textareatablearea{
width:100%;
}

textarea{
width:100%;
height: 400px
}
.mailform dd p{
	margin-top: 1%;
	font-size: 1em;
	color:#333;
}

.single p{
	text-align: center;
	color:#333;
}


.fm-text p{
	padding-bottom: 30px;
	font-size: 1em;
	text-align: left;
	color:#333;
	line-height: 1.9;
}
.form-button
{
	margin: 5% 0;
	text-align: center;
}


button[type="submit"]{
	font-size: 1em;
	padding: 10px;
	
}

input[type="text"]{
	width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
}
input[type="tel"]{
	width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
}
input[type="email"]{
	width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
}
textarea[type="text"]{
padding: 10px;	
font-size: 1em;	
}

.kojin{
width: 100%;
height: auto;
display: inline-block;	
}
.kojin h3{
font-size: 1.2em;
color:#fff;	
background-color:#004AAD;	
padding:1%;	
text-align: left;
margin-bottom: 1%;	
}
.kojin h4{
font-size: 1.1em;
text-align: left;
color:#004AAD;	
border-bottom:1px solid #004AAD;
margin: 1% 0;	
padding-bottom: 5px;	
}
.kojin p{
font-size:1em;
line-height: 1.5;	
text-align: left;
font-weight: normal;
color:#333;	
padding-bottom: 2%;
}


#mailform .in_box, #mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}