@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body{
font-family:'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
font-family: dnp-shuei-gothic-kin-std, sans-serif;
font-style: normal;
font-weight: 400;    
}
@media all and (-ms-high-contrast: none) {
  h1,h2, h3, h4, h5,h6,p,li,dd,dt,dl,button[type="submit"] {font-family: "メイリオ", Meiryo, sans-serif; }
	.kv_sl,.kv_sl1,.kv_sl2,.kv_sl3,.kv_sl4{margin-top: -1%;
	}}

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

.contener1{
	margin: 0 auto;
	width: 100%;
	padding:0 1%;
}
.background{
width: 100%;
height: auto;
background-image: url("../img/background2.png");
background-position: center;
}

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

.fullscreenmenu{
	display: none;
}

#wrap{
	overflow: hidden;
	width: 100%;
	display:flex;
	flex-wrap:wrap;
justify-content:space-between;
align-items:center;
}

.wrap{
width: 100%;
height: auto;
display:block;
background: rgba(0,15,115,0.1);	
padding: 1% 0;     
}
.h5{
height: 5px;    
}
.h10{
height: 10px;    
}
.h15{
height: 15px;    
}
.h20{
height: 20px;    
}
.h30{
height: 30px;    
}
.h40{
height: 40px;    
}
.h50{
height: 50px;    
}
.h100{
height: 100px;    
}
.back{
width: 100%;
height: auto;
display:block;
padding: 3% 0;	
}
.back2{
width: 100%;
height: auto;
display: inline-block;
background-color: #96AAA0;	
padding: 3% 0;	
}
.back3{
width: 100%;
height: auto;
display: inline-block;
background:url("../img/recruit2.jpg");
background-attachment: fixed;  
background-position: center;
background-size: cover;    
padding: 3% 0;	
}
.back4{
width: 100%;
height: auto;
display: inline-block;
background:url("../img/backgrund3.jpg");
background-position: center;
background-size: cover; 
padding: 1%;    
}
.back5{
width: 100%;
background: rgba(0,216,255,0.05); 	
}
.m1 h2{
	color: #fff;
	margin:0;
	padding: 0.5% 0;
	margin-top: 3%;
}
.sp{
display: none;
}

.midashi h2{
    font-size: 1.3em;
    color: #1B2DA2;
text-align: left;  
}
.text1{
font-size: 1em;
 line-height: 200%;   
}	
.text1 strong{
font-size: 1.5em;
display: block;  
}
.text2{
font-size: 1em;
 line-height: 200%;   
}	
.text2 strong{
font-size: 1.3em;
display: block;  
}
.text3{
font-size: 1.2em;
 line-height: 200%;   
}	
.text3 strong{
font-size: 1.8em; 
color: #F0001D;    
}
.text4 strong{
font-size: 2em; 
color: #000F73;    
}
.text-shadow_w{
 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_shadow_b{
 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;     
}
.left{
text-align: left!important;
}
.red{
color: #F0001D; 
display: block; 
padding: 1% 0;    
}
.blue{
font-weight: bold;
color: #1B2DA2!important;    
}
.white{
color: #fff;    
}
.center{
text-align: center;
}
.flex-wrapper{
width: 100%;
height: auto;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;  
background: url("../img/backgrund3.jpg");
background-size: cover;
background-position: center;  
padding: 3%;    
}
.red_border{
border-bottom: #1B2DA2 10px solid;  
display: inline-block;
padding-top: 20px;    
}
.blue_border{
border-bottom: #F0001D 10px solid;  
display: inline-block;
padding-top: 20px;     
}
.border-left{
  font-size: 1.3em;
  margin-bottom: 20px;   
}
.border-left:before{
	content: '';
	display: inline-block;
	width: 10px;
	height: 0.8em;
	background: linear-gradient(to bottom, #BF0B1A 0%,#BF0B1A 50%, #1B2DA2 50%,#1B2DA2 100%);
	margin-right:10px;
}
.btn-box{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-around;
align-items:center;	
}
.btn-box .lnk{
width: 50%;	
}
.btn-box .lnk a{
width: 70%;
display: block;
margin: 0 auto;
text-align: center;	
padding: 2%;	
}
.btn{
width: 100%;
height: auto;
display: inline-block;
}
.btn a{
background: #1B2DA2;
border-radius: 50px;	
color: #fff;
padding: 1%;
width: 40%;
display: block;
margin: 0 auto;
text-align: center;	
border:solid 1px #fff;	
transition: all 0.5s;	    
}
.btn a:hover{
background: #0318a5;
text-decoration: transparent;    
}

/*===========ヘッダー============-*/
#logo{
	width: 400px;
}
#logo img{
	width: 100%;
}

.t-contact{
	width: 60%;
	text-align: center;
   display: flex;
flex-wrap:wrap;
justify-content:flex-end;
align-items:center;	   
}
.t-contact .t-tel{
	width:40% ;
}
.t-contact .t-tel a{
width: 95%;    
color: #1B2DA2;
font-weight: bold;
font-size: 1.8em;    
transition: all 0.5s;	
display: block;  
 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;      
}
.t-contact .t-tel a:hover{
text-decoration: transparent;  
color: #767676;
}
.t-contact .t-mail{
	width:30% ;
    margin-right: 10px; 
}
.t-contact .t-mail a{
width: 100%;    
font-size: 1em;
color: #1B2DA2;  
background: #FFFC03;   
font-weight: bold;    
padding: 2%;   
display: block;    
transition: all 0.5s;
box-shadow: 2px 2px 10px #333;      
}
.t-contact .t-mail a:hover{
text-decoration: transparent;
box-shadow: 1px 1px 5px #333;        
}


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

.glovalnavi{
	width: 100%;
   height: auto;
	display: inline-block;
	background-color:#1B2DA2;
}

.glovalnavi ul{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content:center;
		
	padding: 1% 0;
	margin: 0 auto;
}

.glovalnavi ul li{
	width: 10%;
	height: auto;
	text-align: center;
	list-style: none;
	position: relative;
	overflow: hidden;
	font-size: 1em;
}


.glovalnavi ul li a{
	color: #fff;
	height: 40px;
	line-height: 40px;
	transition: all 0.5s;	
	 display: inline-block;
  position: relative;
  text-decoration: none;
	width: 100%;
}


.glovalnavi ul li a:hover{
letter-spacing: 1.5px;
text-decoration: transparent;    
}
/*===========あいさつ===========*/
.greetings-box{
width: 100%;
height: auto;
display: block;
background:#DADADA;
}
.greetings{
width: 100%;
height: auto;
display: block;
position: relative;
}
.greetings img{
width: 100%;
}
.g-flex{
 position: absolute; 
top: 120px;  
left: 20px;    
}
/*===========事業内容===========*/
.business-box{
width: 100%;
height: auto;
display: block;    
}
.business{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}

.bus-photo{
width: 30%; 
position: relative;   
border-radius: 10px;   
overflow: hidden;    
}
.bus-photo img{
width: 100%; 
margin-bottom: -4px;  
margin-right: -4px;    
}
.bus-photo a{
width: 100%;        
transition: all 0.4s;	    
border-right: #F0001D 20px solid;
border-bottom: #1B2DA2 20px solid;   
text-decoration: transparent;    
display: block;    
}
.bus-photo a:hover{  
width: 100%;        
border-right: #F0001D 8px solid;
border-bottom: #1B2DA2 8px solid;   
text-decoration: transparent;    
}
.bis_text{   
position: absolute;
font-size: 1.3em;
background:#1B2DA2;
color: #fff;
padding: 1%;
top: 30px;  
left: 0;    
}
/*===========求人情報===========*/
.top-recruit{
width: 100%;
height: 600px;    
background:url("../img/backgrund1.jpg");
background-size: cover;
background-position:left;
display: block;    
}
.recruit-flex{ 
width: 100%;   
height: 600px;      
position: relative;    
}
.recruit-text{
 position: absolute;
bottom:70px;
right: 20px;
padding: 3%;
border:2px solid #fff;
}
.top-recruit table{
  width: 100%;
border-bottom: 1px solid #fff;    
}


.top-recruit table tr{
 font-size: 0.9em;
 width: 100%;	
 border-bottom: 1px solid #fff;
}

.top-recruit table tr:last-child{
  border-bottom: none;
}

.top-recruit table th{
  position: relative;
  color: white;
  text-align: center;
  padding: 10px 0;
　text-align:left;	
  width: 30%;	
}


.top-recruit table td{
  text-align: left;
  padding: 10px 0 10px 5%;
font-weight: normal;
color: #fff;	
width: 70%;	
line-height: 1.5;	
}



.recruite_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	text-align: center;
}

.recruite_ttl::before,
.recruite_ttl::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #ff0000;
}

.recruite_ttl::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.recruite_ttl::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.recruite_ttl2{
	font-family: "Kiwi Maru", serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	position: relative;
    padding: 1rem;;
    border-radius: 10px;
    background-color: #000f72;
    color: #fff;
	margin-bottom: 50px;
	font-size: 1.3rem;
}

.recruite_ttl2::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #000f72;
}
@media(max-width:450px){
	.recruite_ttl2{
		font-size: 1.1rem;
	}
}

/*===========コンテンツ===========*/


.contents-box{
width: 100%;
height: auto;
display: inline-block;
}
.contents{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}

.contents-photo{
width: 20%; 
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}
.contents-photo img{
width: 30%;  
vertical-align:middle;      
}
.contents-photo a{
width: 100%;  
transition: all 0.4s;	    
text-decoration: transparent;  
background:#C8C8C8;   
display: block;  
padding: 1%; 
box-shadow: 2px 2px 5px #333;    
}
.contents-photo a:hover{  
width: 100%;    
background: #acacac;      
text-decoration: transparent;    
box-shadow: 1px 1px 3px #333;      
}
.contents_text{   
width: 70%;     
font-size: 1.3em;
color: #1B2DA2; 
text-align: center;    
display: inline-block;
}
/*===========ニュース===========*/
.news-box{
width: 100%;
height: auto;	    
}
.news{
width: 100%;	
}
/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
.clearfix { height:1%; }
.clearfix { display:block; }
#newsWrap ul#newsList{/*211029〜*/
	width: 100%;
	margin: 0 auto;
	overflow-y: scroll;
	height: auto;
	padding: 0 5px;
}

ul#newsList{
	margin:0 0 15px;
	padding:0;
	background: rgba(0,15,115,0.1);	
	text-align: center;
	border-radius: 20px;
}
ul#newsList li{
	color:#666;
	font-size:1em;
	margin:0;
	padding:3%;
	margin-bottom:3px;
	line-height:120%;
	list-style-type:none;
	text-align:left;
}
ul#newsList a{color:#1B2DA2;text-decoration:underline;}
ul#newsList a:hover{color:#031bbd;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #1B2DA2;
	border-radius:6px;
	font-size:0.9em;
	line-height:100%;
	margin:0 2px;
	background:#1B2DA2;
	color: #fff;
}
	
.newMark{
	display:inline-block;
	border:1px solid #F0001D;
	padding:1px 4px;
	font-size:0.9em;
	line-height:100%;
	background:#F0001D;
	color:#fff;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:100%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
}
/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}
/*===========求人情報==========*/
.recruit-wrapper{
width: 100%;
height: auto;
display:block;
}

.recruit-wrapper .table{
width:100%;	  
}
.recruit-wrapper .table .track{
width:100%;	
display: block;
margin: 0 auto;
}
.recruit-wrapper table{
width: 100%;	
background: #fbfbfb;  
padding: 1%;    
}
.recruit-wrapper .table table strong{
display: block;
font-size: 1em;	
}
.recruit-wrapper .table table th{
width: 30%;	
border-bottom:solid 2px #000F73;
text-align: center;
padding: 1%;
color:#000F73;
font-size: 1em;	
}
.recruit-wrapper .table table .blue1{
background: #19253B;
color: #fff;
text-align: left;
}
.recruit-wrapper .table table .blue3{
color:#000F73;  
}
.recruit-wrapper .table table .blue2{
border-bottom:solid 2px #2D6FAB;
width: 50%;    
}
.recruit-wrapper .table table td{
width: 70%;	
border-bottom:solid 2px #D1D1D1;
text-align: left;
padding: 1%;
line-height: 1.75;	
font-size: 1em;	
color:#333;
}
.recruit-wrapper .table table .red{
display: block;
font-size:0.9em;	
color: #8F2512; 
}
.recruit-wrapper .table table td a{
background:#4E73BA;
text-align:center;
padding: 1% 2%;
line-height: 1.75;	
font-size: 1em;	
color:#fff;
margin-left: 1%;  
border-radius: 20px; 
transition: all 0.5s;    
}
.recruit-wrapper .table table td a:hover{
background:#395487;
text-decoration: transparent;  
}
.recruit-wrapper .table table iframe{
height: 500px;	
}
.recruit-box{
width: 100%;
height: auto;
display: inline-block;
position: relative;
}
.recruit-box .r-photo1{
width:35%;
height: auto;
display: inline-block;
position: absolute;
right:0;
bottom: 0;    
}
.recruit-box .r-photo2{
width:35%;
height: auto;
display: inline-block;
position: absolute;
left:70px;
bottom: 0;    
}
.recruit1{
width: 100%;
height: auto;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
background: rgba(0,0,0,0.7);  
padding: 2% 0;    
}
.r-box1{
width: 50%;    
}
.r-box1 img{
width:90%;  
display: block;
margin: 0 auto;
}
.r-text{
width:90%;  
display: block;
margin: 0 auto;
}
.recruit-wrapper iframe{
width:100%;	
height: 450px;
}
.recruit-photo{
width: 100%; 
position: relative;
}
.recruit-photo img{
width: 60%;    
}
.recruit-text2{
font-size: 1em;  
position: absolute;
right: 5px;    
bottom:-20px;  
padding: 3%;
background: rgba(0,15,115,0.8);    
}
/*===========業務内容===========*/
.business-wrapper{
width: 100%;
height: auto;
display: block;
}
.business-wrapper img{
width: 70%;
display: block;
margin: 0 auto;
}
.business-box{
width: 50%;    
}
.business-box img{
width: 90%;   
display: block;
margin: 0 auto;
border-radius: 30% 70% 35% 65% / 50% 50% 50% 50%;  
box-shadow: 2px 2px 5px #333;
}
/*===========施工実例===========*/
.work-box{
width: 100%;
height: auto;
display: inline-block;
padding: 3% 0;	
}
.search-box{
  background-color: #eee;
  padding: 1%;	
  text-align: left;	
  margin-top: 2%;	
}
.search-box_label {
  font-weight: bold;

}
.is-hide {
  display: none;
}
.list{
width: 100%;
height: auto;
display: inline-block;
background-image: url("../img/background7.jpg");
background-size: auto;
background-position: center;
background-repeat:round;
padding: 1%;	
}
.list li{
list-style: none;
}
.list-title{
text-align: left;
font-size: 1.1em;
padding-top: 2%;
border-bottom: dotted 2px #F00C23;
margin-bottom: 1%;
color:#F00C23;
text-shadow: 1px 1px 3px #fff;	
}
.list-box{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:flex-start;
align-items:center;	
}
.list-box div{
width: 30%;
margin: 1% 0;	
}
.list-box div img{
width: 100%;
background-color: #fff;
padding: 2%;
box-shadow: 1px 1px 3px #333;
cursor: -moz-zoom-in;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.ra-title{
font-size: 1.1em;
padding: 1% ;
background-color:#F0E924;
color: #000;
margin: 1% 0;
display: inline-block;
}
.ra-title2{
font-size: 1em;	
line-height: 1.5;	
}
/*===========会社概要===========*/
.company-wrapper{
width: 100%;
height: auto;
display: inline-block;
}
.company-photo{
width: 100%;
height: auto;
display: inline-block;
}
.company_rinen{
width: 100%;    
}
.company_rinen img{
width: 100%;  
border-radius: 30% 70% 35% 65% / 50% 50% 50% 50%;
box-shadow: 2px 2px 10px #333;    
}
.company-wrapper table{
  width: 100%;

}

.company-wrapper table span{
font-size: 0.6em;	
}

.company-wrapper table tr{
  border-bottom: solid 2px white;
 font-size: 1em;
 width: 100%;	
}

.company-wrapper table tr:last-child{
  border-bottom: none;
}

.company-wrapper table th{
  position: relative;
  background-color:#000F73;
  color: white;
  text-align: center;
  padding: 10px 0;
　text-align:left;	
  width: 30%;	
}


.company-wrapper table td{
  text-align: left;
  border-bottom: 3px dashed #eee;
  padding: 10px 0 10px 5%;
font-weight: normal;
color: #000;	
width: 70%;	
line-height: 1.5;	
background: #fff;    
}

.company-wrapper iframe{
height: 300px;    
}


.company_flex{
	display: flex;
	justify-content: space-around;
	width: 100%;
	padding: 20px 0;
}
.company_flex img{
	width: 45%;
}

/*===========採用情報===========*/
.recruit-wrapper{
width: 100%;
height: auto;
display: inline-block;
padding: 3% 0;	
}
.recruit{
width: 100%;
height: auto;
display: inline-block;
padding: 3%;	
box-shadow: 1px 2px 5px #000;	
margin-top: 2%;	
}

.apo{
width: 100%;
height: auto;
display: inline-block;
background-image: url("../img/background8.jpg");
background-position: center;	
background-repeat: no-repeat;
background-size: cover;	
}

.tosou{
width: 100%;
height: auto;
display: inline-block;
background-image: url("../img/background9.jpg");
background-position: center;	
background-repeat: no-repeat;
background-size: cover;	
}

.eigyo{
width: 100%;
height: auto;
display: inline-block;
background-image: url("../img/background10.jpg");
background-position: right;	
background-repeat: no-repeat;
background-size: cover;	
}

.recruit table{
  width: 100%;

}
.recruit p{
font-size: 1.2em;
border-bottom: dotted 2px #F00C23;	
color: #F00C23;	
text-align: center;	
}
.recruit table span{
font-size: 0.6em;	
}

.recruit table tr{
  border-bottom: solid 2px white;
 font-size: 1em;
 width: 100%;	
}

.recruit table tr:last-child{
  border-bottom: none;
}

.recruit table th{
  position: relative;
  background-color: #9e9e9e;
  color: white;
  text-align: center;
  padding: 10px 0;
　text-align:left;	
  width: 30%;	
}


.recruit table td{
  text-align: left;
  border-bottom: 3px dashed #eee;
  padding: 10px 0 10px 5%;
font-weight: normal;
color: #000;	
width: 70%;	
line-height: 1.5;	
}



/*お問合せ*/
.contact-wrapper{
width: 100%;
height: auto;
display: inline-block;
padding: 3% 0 1%;	
}
.contact-tel a{
 color: #F0001D;
font-size: 1.5em;
background: #000F73;   
padding: 1%;
width: 30%;
text-align: center;    
border-radius: 30px;   
border:#F0001D solid 2px;
transition: all 0.5s; 
font-weight: bold;
display: block;    
}
.contact-tel a:hover{
background: #1B2DA2; 
text-decoration: transparent;    
}
.contact_form{
text-align: center;	
}

.contact-wrapper .kojin_text{
font-size: 1em;	
text-align: left;
line-height: 1.75;	
padding: 1% 0 2%;	
}
form{
	width: 100%;
	text-align: center;
    
}

.mailform .bt_red{
	background-color:#F0001D;
	color:#fff;
	font-size: 1em;
	padding: 3px;
	margin: 1% 0 ;
}
.mailform .bt_yellow{
	background-color:#FFFC03;
	color:#333;
	font-size: 1em;
	padding: 3px;
	margin: 1% 0 ;
}
.mailform span3{
	background-color:#eee;
	color:#8F351E;
	font-size: 1em;
	padding: 3px;
	margin: 1% 0 ;
}
.mailform dt{
	padding: 2% 0 0;
	font-size: 1em;
	text-align: left;
	width: 100%;	
}

.mailform dt p{
	font-size: 1rem;	
}
.mailform dd{
	padding: 2% 0;
	font-size: 1rem;
	text-align: left;	
}

.textareatablearea{
width:100%;
}

textarea{
width:100%;
height: 400px
}
.mailform dd p{
	margin-top: 1%;
	font-size: 1em;
	text-align: left;
}
.checkbox_text{
line-height: 1.75;
}
.single p{
	text-align: center;
}


.fm-text p{
	padding-bottom: 30px;
	font-size:1em;
	text-align: left;
	line-height: 1.5;
}
.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;
}
input[type="tel"]{
	width: 100%;
	height: 40px;
	font-size: 1em;
}
input[type="email"]{
	width: 100%;
	height: 40px;
	font-size: 1em;
}
textarea[type="text"]{
font-size: 1em;
	padding: 1%;
}
#basicExample,#datepicker{
width: 30%;	
}

.kojin{
width: 100%;
height: auto;
display: inline-block;
}
.kojin a{
display:block;    
width: 100%;    
 background:#000F73; 
padding: 1%;
color: #fff;    
}

.kojin h4{
padding:0.5%;	
font-size: 1.1em;
color: #000F73;
text-align:left;	
border-bottom: solid 2px #000F73;
}

.kojin p{
font-size: 1em;    
text-align: left;
line-height: 1.75;    
}
#open1{
padding: 2%;  
border:2px solid #eee;
margin-top: 1%;   
background: #fff;    
}

/*===========フッターお問い合わせ===========*/

.footer_contact{
width: 100%;
height: auto;
display: inline-block;
background: rgba(0,15,115,0.1);	
padding: 2% 0;	
}
.footer_contact img{
width: 90%;
margin: 2%;
display: block;	
}
.footer_contact h3{
font-size: 1.2em;
text-align: center;	
color: #333;	
border-bottom: 5px dotted #F00C23;
padding-bottom: 0.5%;	
}
.footer_contact .left{
text-align:left;		
}
.f-contact{
width: 100%;	
display: flex;
flex-wrap:wrap;
justify-content:center;
align-items:flex-start;	
font-weight: bold;	
}
.f-box{
width: 40%;
height: auto;
display: inline-block;
}
.f-box p{
line-height: 1.75;
font-size: 1em;	
color: #333;    
}
.f-box span{
display: block;	
font-size: 0.9em;
}

.f-contact .tel,.f-contact .mail{
width: 100%;
}
.f-contact .f-con{
width: 70%;	
background-color: #1B2DA2;	
color: #fff;
padding: 3%;
display:block;
margin: 2% auto;
font-size: 1.2em;	
text-align: center;	
box-shadow: 2px 2px 5px #333;		
transition: all 0.5s;	
}

.f-contact .f-con:hover{
background: #0318a5;
box-shadow: 1px 1px 3px #333;	    
text-decoration-color: transparent;	
border-radius: 50px;    
}


/*===========フッター===========*/

footer{
	width: 100%;
	background: #1B2DA2;
	height: auto;
}


.footernavi ul{
	display: flex;
	flex-wrap:wrap;
justify-content:space-between;
align-items:center;
	list-style: none;
	border-bottom: 1px solid white;
	text-align: center;
}

.footernavi ul li {
	width: 20%;
	padding: 1% 0;
}

.footernavi ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	transition: color .3s, text-decoration .3s;
}

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


.my_icon{
	padding-right: 5px;
}

#copy{
	text-align: center;
	padding: 1% 0;
	font-size: 13px;
	color:#fff;
}


/*=======================----========*/
/*----パンクズ ---*/
.breadcrumb {
  list-style: none;
position: absolute;
bottom: 10%;    
 text-shadow    : 
       1px  1px 1px #000F73,
      -1px  1px 1px #000F73,
       1px -1px 1px #000F73,
      -1px -1px 1px #000F73,
       1px  0px 1px #000F73,
       0px  1px 1px #000F73,
      -1px  0px 1px #000F73,
       0px -1px 1px #000F73;     
display: block;    
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;
  font-size: 1em;    
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #fff;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color:#fff;/*色*/
}
.fa-home{
color: #fff;    
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
.top_slide{
position: relative;
}
.top_slide1{
width: 100%;
height: 300px; 
background-image: url("../img/backgrund4.png");
background-size: cover;
background-position: center;  
position: relative;    
}

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.top_slide1 p{
position: absolute;
top: 50%;   
font-size: 1.3em;
color: #000F73;
border-left: 5px solid #000F73;
padding-left: 1%;  
 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;    
}


.wideslider ul{
width: 100%;
}
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li .slide1{
	width: 100%;
}

 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff  url("../images/prev.jpg") no-repeat right center;
;
}
.slider_next {background: #fff url("../images/next.jpg") no-repeat left center;;
}
.mainList{
width: 100%;	
}
.pagination {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background:#fff;
	border: 3px #1B2DA2 solid;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}



#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;
}

