@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body{
width: 100%;  
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";    
font-family: fot-cezanne-pron,sans-serif;
font-weight: 500;
font-style: normal;
}
@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%;
}


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

.fullscreenmenu{
	display: none;
}
/*===スライダー==============================*/
.top_slider{
    width: 100%;
}
.top_slider .slider{
	width: 100%;
    margin: 1% 0 5%;

}
.top_slider .slider li{
	width: 100%;
	height: 700px;
	min-height: 400px;
	position: relative;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 2px 2px 5px #333;
}

.top_slider .slider li .slide_img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.07);
}
.top_slider .slick-active .slide_img{
	position: relative;
	animation: zoom 8s ease-in-out 0s forwards;
}
@keyframes zoom {
  0% {
		transform: scale(1);
	}
  100% {
		transform: scale(1.07);
	}
}
.top_img{
width: 100%;    
}
.top_img p{
font-size: 2em;
text-align: center;
background: rgba(255,255,255,0.7);
padding: 3% 0;  
margin: 5% 0;   
color: #009149;   
  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;       
}
/*キャッチ*/
.top_slider li .catch{
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 3;
	width: 98%;
	max-width: 700px;
	animation: apper 2.5s ease-in-out;
}
.top_slider li .catch img{
	display: block;
	width: 80%;
    margin: 0 auto;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media (max-width: 750px){
	.top_slider .slider li{
		height: 50vh;
	}
}
/*パンクズ */
.breadcrumb {    
  list-style: none;
text-align: left;
z-index: 999; 
  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;     
padding-top: 30px;    
padding-left: 15px;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

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

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

.breadcrumb li a {
  text-decoration: none;
  color: #000;/*色*/
font-size:0.9em;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb .fa-home{
color:#D95204; 	
}
.breadcrumb .top{
color: #008542;    
}
.back_g{
background: rgba(0,133,66,0.2);
color: #008542;
padding: 1%;
display: inline-block;  
margin: 0.5%;  
}
.back_o{
background: #008542;
color: #fff;
padding: 1%;
display: inline-block;  
margin: 0.5%;  
}
.back1{
width: 95%;
padding: 2% 0;
background: url("../img/backgrund3.jpg") ;
background-size: cover;
background-position: center; 
display: block;
margin: 0 auto;
}
.wrap{
width: 100%;
height: auto;
display:block;  
padding: 1% 0;   
border-top: 15px solid #008542;
    background: url("../img/backgrund1.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat; 
     box-shadow: inset 0 0 15px 15px #fff;
}
.heading06 {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 26px;
	text-align: center;
}

.heading06 span {
	position: relative;
	z-index: 2;
}

.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(242,183,5,0.5);
	font-size: 80px;
	font-style: italic;
}


.flex-box1{
width: 100%;   
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}
.flex-box2{
width: 100%;   
 display: flex;    
flex-wrap:wrap;
justify-content:space-around;
align-items:center;    
}
.h5{
height: 5px;    
}
.h10{
height: 10px;    
}
.h15{
height: 15px;    
}
.h20{
height: 20px;    
}
.h30{
height: 30px;    
}
.h40{
height: 40px;    
}
.h50{
height: 50px;    
}
.h100{
height: 100px;    
}


.m1 h2{
	color: #fff;
	margin:0;
	padding: 0.5% 0;
	margin-top: 3%;
}
.sp{
display: none;
}

.midashi h2{
    font-size: 1.3em;
    color: #2c3eb5;
text-align: left;  
}
.text1{
font-size: 1.2em;  
}	
.text1 strong{
font-size: 1.5em;
display: block;   
}
.text2{
font-size: 1em;
 line-height: 200%;   
}	
.text2 strong{
font-size: 4em;
text-align:left;
position: absolute;
left: 50px;    
top:-20px; 
color:#F7B51A; 
font-weight: normal;
}

.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;  
    }
.line_h200{
line-height: 200%;    
}
.line_h15{
line-height: 1.5;    
}
.red{
color: #F0001D;      
}
.green{
font-weight: bold;
color: #008542!important;    
}
.white{
color: #fff;    
}
.center{
text-align: center;
}

.border-left{
 margin-right: 0.5%; 
}
.border-left:before{
	content: '';
	display: inline-block;
	width: 5px;
	height:0.5em;
	background: linear-gradient(to bottom, #CB0B09 0%,#CB0B09 50%, #050060 50%,#050060 100%);
     margin-bottom: 3px;  
}
.border-left:after{
	content: '';
	display: inline-block;
	width: 5px;
	height: 0.5em;
	background: linear-gradient(to bottom, #050060 0%,#050060 50%, #CB0B09  50%,#CB0B09  100%);
     margin-bottom: 3px;   
}
.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: #008542;
border-radius: 10px;	
color: #fff;
padding: 1%;
width: 40%;
display: block;
margin: 0 ;
text-align: center;	
border:solid 1px #fff;	
transition: all 0.5s;
font-size: 1.2em;    
}
.btn a:hover{
background: #009149;
text-decoration: transparent;    
}
/*===========ヘッダー============-*/
.logo{
	width: 40%;
}
.logo img{
	width: 98%;
    display: block;
    margin: 0 auto;
}
.t-contact{
width:40%;    
}
.t-tel{
	width:100% ;
}
.t-tel a{
width: 100%;    
color: #D23948;
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;   
text-align: center;   
transition: all 0.5s;	 
margin: 2% auto;
}
 .t-tel a:hover{
text-decoration: transparent;  
color: #fa4355;
}
 .t-tel small{
display: block;
font-size: 0.5em;
color: #333;
}

.t-mail{
  width:100% ;  
}
.t-mail a{
width: 50%;    
color: #fff;
font-size: 1.2em;
background: #F7B51A;    
padding: 2%;    
display: block;  
margin: 2% auto;
text-align: center;  
transition: all 0.5s;	
box-shadow: 3px 3px 5px #333;    
}
 .t-mail a:hover{
text-decoration: transparent;  
background: #f7821a;
    border-radius: 50px; 
     box-shadow: 1px 1px 3px #333;  
}
/*===========グローバルナビ===========*/

.glovalnavi{
	width: 100%;
   height: auto;
	display: inline-block;
}

.glovalnavi ul{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content:center;
	margin: 3% auto 0;
    background: #009149;
}

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


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


.glovalnavi ul li a:hover{
    padding-top: 5px;
 cursor: pointer;
	width: 100%;
    
}

.border-bottom:hover{
 border-bottom: 2px solid #b6fcd9;
padding: 2% 0;    
}


/*===========あいさつ===========*/
.greetings-box{
width:95%;
height: auto;
display: block;
position: relative;  
margin: 0 auto;
}
.greetings{
width: 60%;
height: auto;
padding: 5%;
background: rgba(255,255,255,0.7);
box-shadow: 2px 2px 5px #333;    
}
.greetings_photo{
width: 50%;
}
.greetings_photo img{
width: 100%;
}
/*===========TOP事業内容===========*/
.business-box{
width: 95%;
margin: 0 auto; 
height: auto;
display:block;
}
.business{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-around;
align-items:center;   
}

.business-photo{
width: 30%; 
overflow:hidden;
margin:	10px 8px 10px 16px;
position:relative; 
background: #eee;    
}
.business-photo img{
width: 100%;       
transition: 0.5s;          
}
.business-photo a{
width: 100%;        
display: block;       
margin-bottom: -2%;    
}

.businesstext{   
position: absolute;
font-size: 1.3em;
color:#050060;
padding: 1%;
top:45%;  
width: 100%;
text-align: center; 
display: block;    
z-index: 999;    
 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;     
}

.business-photo .caption {
	font-size:	1.2em;
	color:			#fff;
	padding:80px 3% 0;
    line-height: 200%;
}
.business-photo .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			-100%;	/* 枠の上に置いて表示させない */
	left:			0;
	background-color:	rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.business-photo:hover .mask {
	top:			0;	/* 下に降りてくるように見せる */
}

/*===========コンテンツ===========*/
.contents-box{
width: 95%;
margin: 0 auto; 
height: auto;
display:block;

}
.contents{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:space-around;
align-items:center;    
}

.contents-photo{
width: 23%; 
position: relative;  
background: #000;    
border-radius: 50%;   
}
.contents-photo img{
width: 100%;       
transition: 0.5s;     
border-radius: 50%;      
}
.contents-photo a{
width: 100%;        
transition: all 0.4s;	      
text-decoration: transparent;    
display: block;   
opacity: 0.8;     
margin-bottom: -2%;    
}
.contents-photo a:hover{  
opacity: 1;         
transform: scale(1.1, 1.1);    
text-decoration: transparent;    
}
.contents_text{   
position: absolute;
font-size: 1.3em;
color:#fff;
padding: 1%;
top:45%;  
width: 100%;
text-align: center; 
display: block;    
z-index: 999;    
 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;     
}

/*===========ニュース===========*/
.news-box{
width: 95%;
margin: 0 auto; 
height: auto;	
display: block;
}
.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%;
    height: 150px;
	margin: 0 auto;
	overflow-y: scroll;
	padding: 0 5px;
}

.news ul#newsList{
	background: rgba(255,255,255,1.0);	
}
.news ul#newsList li{
	color:#008542;
	font-size:1em;
	margin:0;
	padding:1% 0 3%;
	margin-bottom:3px;
	line-height:1.75;
	list-style-type:none;
    text-align:left;
}
.news ul#newsList a{color:#333;text-decoration:underline;}
.news ul#newsList a:hover{color:#727272;text-decoration:none;}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #F7B51A;
	border-radius:6px;
	font-size:0.9em;
	line-height:100%;
	margin:0 2px;
	background:#F7B51A;
	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 ;	
}
/*===========ご依頼の流れ===========*/
.flow_box{
   width: 95%;
height: auto;
display:block;
margin: 0 auto;  
}
.f-box{
width: 100%;    
 background: rgba(0,133,66,0.05);
padding: 2%;    
margin: 3% 0;    
}
.f-box1{
width: 20%;  
background: #008542;
color: #fff;
padding: 2%;    
}
.f-box2{
width: 60%; 
padding: 0 3%;    
}
.f-box3{
width: 20%;    
}
.f-box3 img{
width: 100%;    
}
.fa-caret-square-down{
width: 100%;      
display: block;
text-align: center;   
font-size: 2em; 
color: #664036;    
}
/*===========業務内容===========*/
.business_box{
 width: 95%;
height: auto;
display:block;
margin: 0 auto;  
}
.bus_box{
  width: 33%;   
margin-bottom: 2%;    
}
.bus_box img{
  width: 100%;   
}
.bus_box p{
font-size: 1em;    
}
/*===========フッターお問い合わせ===========*/

.footer_contact{
width: 100%;
height: auto;
display: inline-block;
background-image: url("../img/backgrund5.jpg");
background-size: cover;
background-position: center;
padding: 2% 0;	
}
.f-logo{
width: 100%;
height: auto;
display: block;    
}
.f-logo img{
width: 70%;  
display: block;
margin:5% 0;
}
.f-contact{
width: 95%;
margin: 0 auto; 
height: auto;
display: flex; 
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}
.f-con_box{
width: 50%;    
}
.f-tel{
width: 100%;    
}
.f-tel small{
display: block;
font-size: 0.7em;
color: #050060; 
margin-bottom: 1%;    
}
.f-tel a{
width: 70%;     
font-size: 2em;   
color: #D23948;
text-align: center;  
display: block;  
margin: 0 auto 3%;
transition: all 0.5s;	    
}
.f-tel a:hover{
opacity: 0.8; 
text-decoration: transparent;    
}
.f-mail a{
width: 70%;     
font-size: 1.5em;   
color: #fff;
background: #F7B51A;    
text-align: center;  
display: block;  
padding: 2%; 
display: block;
margin: 0 auto 3%;
border-radius: 20px;
box-shadow: 2px 2px 5px #333;
transition: all 0.5s;	    
}
.f-mail a:hover{
opacity: 0.8; 
box-shadow: 1px 1px 3px #333;    
text-decoration: transparent;    
}
.btn-social-long-insta {
  /*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display:block;
  height: 50px;/*高さ*/
 width: 70%;
  text-align: center;/*中身を中央寄せ*/
  font-size: 25px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
    margin: 0 auto 3%;
    box-shadow: 2px 2px 5px #333;
}

.btn-social-long-insta:before {
  /*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.btn-social-long-insta .fa-instagram {
  /*アイコン*/
  font-size: 35px;/*アイコンサイズ*/
  position: relative;
  top: 4px;/*アイコン位置の微調整*/
}

.btn-social-long-insta span {
  /*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s}

.btn-social-long-insta:hover span {
  /*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
    box-shadow: 1px 1px 3px #333;  
}

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

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


.footernavi ul{
	display: flex;
	flex-wrap:wrap;
justify-content:center;
align-items:center;
	list-style: none;
	text-align: center;
}

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

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

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


.my_icon{
	padding-right: 5px;
}

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

/*会社概要*/
.company_table{
width: 100%;
height: auto;    
display: block;  
background: rgba(255,255,255,0.8);
padding: 2%; 
}
.company_table table{
width:  100%;
 background: #fff;  
padding: 2%;    
}
.company_table table tr{
width: 100%;   
}
.company_table table th{
font-size: 1.2em;
font-weight: bold;
padding: 1%;      
 position: relative; 
color: #008542;    
border-bottom: 2px solid #008542;   
}
.company_table table td{
font-size:1.2em;  
padding: 1%;        
text-align: left;  
line-height: 1.5;
border-bottom: 2px solid #8c8c8c;
width: 70%;     
}
.company_table table td iframe{
 height: 400px;   
}
/*お問い合わせ*/

.contactform{
width: 100%;
height: auto;
display: inline-block;
background: rgba(247,181,26,0.05);
padding: 3%;    
}

.contact_table{
width: 100%;
margin: 0 auto;
}
.contactform{
 width: 95%;
display: block;
margin: 0 auto;
}
.contact_table table{
width:  100%;
}
.contact_table table tr{
width: 100%;    
}
.contact_table table th{
font-size: 1.2em;
font-weight: bold;
padding: 1%;      
 position: relative; 
color: #008542;    
border-bottom: 1px solid #008542;    
width: 30%;    
text-align: left;      
}
.contact_table table td{
font-size:1.2em;  
padding: 1%;        
text-align: left;  
line-height: 1.5;
border-bottom: 1px solid #ACACAC;
width: 70%;     
}
.contact_table table td iframe{
 height: 400px;   
}
.contact_table table .red1{
background: #D23948;
color: #fff;
padding: 1%;   
font-size: 0.7em;    
margin-left: 2%;    
}
.contact_table table .orange1{
background: #F7B51A;
color: #fff;
padding: 1%;   
font-size: 0.7em;    
margin-left: 2%;    
}
.textareatablearea{
width:100%;
}

textarea{
width:100%;
height: 400px
}
.table1 dd p{
	margin-top: 1%;
	font-size:1.1em;
	color:#333;
	letter-spacing: 4px;
	font-weight:300;
	line-height: 1.75;
}

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


.fm-text p{
	font-size: 1.1em;
	text-align: left;
	color:#333;
	line-height: 200%;
	font-weight:300;
    padding: 2%;
}
.form-button
{
margin: 5% 0;
text-align: center;
}

.form-button button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
    font-weight: bold;
    background: #F7B51A;
	transition: all 0.5s;	
	font-weight:300;
}
.form-button button:hover{
    color: #fff;
     background:#f4c964;
	text-decoration: transparent;
}
.textarea, textarea, .dropdown {
    border-radius: 2px;
}



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

input[type="checkbox"]{
	font-size:0.9em!important;
	margin-bottom: 1%;
	border:1px solid #bababa;	

}
input[type="text"]{
	width: 95%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
     margin-right: 1%;
    font-weight: normal;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; 
}
input[type="tel"]{
	width: 95%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
    font-weight: normal;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; 
}
input[type="email"]{
	width: 95%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; 
}
textarea[type="text"]{
padding: 10px;	
font-size: 1em;	
background:#fff;	
border:1px solid #bababa;
width: 95%;  
font-weight: normal;  
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";    
}

.kojin{
width: 95%;
height: auto;
display:block;	
margin: 0 auto;
}
.kojin h3{
font-size: 1.2em;
margin-bottom: 1%;	
font-weight:300;
transition: all 0.5s;
padding: 1%;
text-align: left;	
border:1px #008542 solid;
color:#008542;	   
}
.kojin h3:hover{
background:#008542;
text-decoration: transparent;	
color:#fff;	
}
.kojin h4{
font-size: 1.1em;
text-align: left;
color:#008542;	
padding-bottom: 3px;	
font-weight:bold;
letter-spacing: 2px;
border-bottom: 1px solid #bbb;
padding: 1%;	
}
.kojin p{
font-size:0.9em;
line-height:200%;	
text-align: left;
font-weight: normal;
color:#333;	
font-weight:300;
letter-spacing: 2px;
padding: 1% 0;	
padding-left: 1%;	
}
#open1{
padding:1%;	
background: #fafafa;	
}


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