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


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body {
font-family: ryo-gothic-plusn,sans-serif;
font-weight: 400;
font-style: normal;
}
.sp,.tb{
display: none!important;
}

.fullscreenmenu{
display: none;
}
	.h100{
height: 100px;		
	}
	.h50{
height: 50px;		
	}
	.h30{
height: 30px;		
	}	
	.h20{
height: 20px;		
	}
	.h10{
height: 10px;		
	}
a{
	text-decoration: none;	
}
li{
	list-style: none;
}
h1,h2,p,.copyright{
color:#333;
font-weight: normal;	
}

.text1{
font-size: 1.1em;  
line-height: 200%;    
}
.text1 strong{
font-size: 1.8em;  
color: #142B6B;  
display: block;    
}
.text2{
font-size: 1em;  
line-height: 200%;    
}
.text3{
font-size: 1.4em;
color: #142B6B;
font-weight: 900;
padding-bottom: 2%;	
text-align: left;
}
.background1{
background:url("../img/background1.jpg");
background-size: cover;
background-position: center;
z-index: -10;	
}
.background2{
background: rgba(0,0,0,0.03);		
margin: 5% 0;    
}
.background3{
background: rgba(242,253,255,0.4);		
}
.background4{
background: rgba(140,3,3,0.03);		
}
.container {
max-width: 1170px;
width: 100%;
margin: 0 auto;
text-align: center;		
}


.sp1,.sp2{
display: none;
}

.flex-box1{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}
/*パンクズ */
.breadcrumb {
  margin-bottom: 3%;
margin-top: 3% 0;	
  padding-left: 1%;
  list-style: none;
text-align: left;
padding-top: 2%;  
}

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

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

.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb .item_text{
color: #288AD3;    
}
.breadcrumb li a {
  text-decoration: none;
  color: #000;/*色*/
}
.main_wrapper{
margin: -150px auto 0;
 max-width: 1170px;
width: 100%;
background: #fff;    
padding: 2%; 
z-index: 100;      
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb .fa-home{
color:#BF0404; 	
}
.top_wrapper{
	width: 100%;
    height: auto;
    display: block;

}

.midashi h2{
font-size: 2.8em;	
color:#fff; 	
text-align: left;
letter-spacing: 5px;	
}
.midashi small{
font-size: 0.4em;
display:block;	
padding-top:0.5%; 
letter-spacing: 1px;    
}
.midashi .small{
font-size: 0.4em;
display:block;	
padding-top:0.5%; 
letter-spacing: 1px;    
}
.midashi .border-bottom{
border-bottom: 3px solid #E83D47;  
padding: 1% 0;    
}
.midashi-left{
padding-left: 1%;    
}
.midashi p{
font-size: 2.8em;	
color:#142B6B; 	
text-align: left;
letter-spacing: 5px;	
}
.midashi small{
font-size: 0.4em;
display:block;	
padding-top:0.5%; 
letter-spacing: 1px;    
}
.midashi .border-bottom{
border-bottom: 3px solid #E83D47;  
padding: 0.5% 0;    
}
.midashi2{
width: 100%;
border:1px solid #d1d1d1;
padding: 10px;    
}
.midashi2 h2{
font-size:1.2em;	
color:#142B6B; 	
text-align: left;
border-left: 5px #142B6B solid;
padding:10px; 
letter-spacing: 2px;
}
.top{
width: 100%;
height: auto;	
justify-content:flex-start;
align-items:center;
position: absolute;
top:0;
left: 0;
z-index: 998;	
}

.globalMenuSp, .navToggle{
	display: none;
}

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

.top_menu .menu_t{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;
}

.top_menu .menu_t .logo{
width: 15%;	
}
.top_menu .menu_t .logo img{
width:100%;	
display: block;
margin: 0;
}

.top_menu a{
color: #fff;
display: block;	
transition: color .3s, text-decoration .3s;		
font-size: 1em;
letter-spacing: 1px;  
font-weight:bold;
}

.top_menu .m1{
width: 70%;	  
}
.top_menu .m1 ul{
width: 100%;		
display: flex;
align-items:center;
justify-content:flex-end;	
}

.top_menu .m1 ul .b1{	
position: relative;
  display: inline-block;
  text-decoration: none;
text-align: center;	
transition: all 0.5s;	
padding-right: 2%;
}

.white{
color:#fff!important; 
}

nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #E83D47;
  height: 1px;
transition: all 0.5s;	    
}
nav.stroke ul li a:hover:after {
  width: 100%;
    text-decoration: transparent;
}

.t-contact{
width: 13%;
}
.t-tel{
width: 100%;
padding-bottom: 2%;    
}
.t-tel a{
width: 100%;	    
font-size: 1em;	
color: #fff;    
border: 1px solid #fff;
padding: 2%; 
transition: all 0.5s;
    
}
.t-tel a:hover{
color: #fff;    
border: 1px solid #E83D47;  
background: #E83D47; 
text-decoration: transparent;    
}

.t-mail{
width: 100%;	
display: block;
margin: 0 auto;
}
.t-mail a{
width: 100%;	    
font-size: 0.8em;	
color: #fff;    
border: 1px solid #fff;
padding: 2% 0 1%;
transition: all 0.5s;	    
}
.t-mail a:hover{
color: #fff;    
border: 1px solid #E83D47;  
background: #E83D47; 
text-decoration: transparent;    
}

@keyframes bg_slide {
    100% {
        transform-origin: left top;
        transform: scaleX(1.0);
    }
    0% {
        transform-origin: left top;
        transform: scaleX(0.0);
    }
}


.t-con{
width: 60%;
}

/*====instagramとLINE===*/
.btn-social-icon-instagram {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #2e6ca5;
  font-size: 25px;
  text-decoration: none;	
}

.btn-social-icon-instagram:hover {
  color:#668ad8;
  transition: .5s;
}

.btn-social-icon-instagram__square {
  border-radius: 13px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  overflow: hidden;
}

.btn-social-icon-instagram__square:before {
  content: '';
  position: absolute;
  top: 23px;
  left: -18px;
  width: 60px;
  height: 60px;
}

.btn-social-icon-instagram__square .fa-instagram {
    color: #f13f79!important;
  line-height: 50px;
  position: relative;
  z-index: 2}

.btn-social-icon-instagram__square .fa-line {
    color: #06c755!important;
  line-height: 50px;
  position: relative;
  z-index: 2}
/*====Facebook===*/
.btn-social-icon-facebook {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  text-decoration: none;
}

.btn-social-icon-facebook:hover {
  transition: .5s;
}

.btn-social-icon-facebook__square {
  border-radius: 10px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 35px;
  line-height: 50px;
  color: #4966a0;
}

.btn-social-icon-facebook__square .fa-facebook {
  position: absolute;
  bottom: -3px;
  right: 6px;
  font-size: 42px;
}

 .btn a {
    background: #142B6B;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 200px;
     margin: 0 auto;
  }
  .btn a:before {
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    width: 25px;
    height: 3px;
    display: block;
    content: '';
    margin-top: 24px;
    background-color: #fff;
    position: absolute;
  
  }
.btn a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 5px;
    height: 3px;
    background-color: #E83D47;
     display: block;
    transition: all 0.5s;	
}
  
  .btn a:hover:before {
    transform: scaleX(1);
      text-decoration: transparent;
  }
  .btn a:hover:after {
    left: 20px;
      text-decoration: transparent;
  }
.btn2{
width: 50%;
}
.btn2 a{
font-size: 1em;
color: #fff; 
background:#288AD3;
border-radius: 50px;
transition: all 0.5s;	
display: block;  
  width: 60%;  
    display: block;
    margin: 0 auto;
    padding: 2%;
     transition: ease .2s;
    	position: relative;
}
.btn2 a:hover{
background:#142B6B; 
text-decoration: transparent;    
}
.btnarrow1::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:40%;
    right: 17px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .5s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 11px;
}
/*====ご挨拶===*/
.news_w{
width: 100%;    
position: relative;
display: block;
max-height: 950px; 
height: 900px;     
}

.greeting-box{
width: 60%;
height: auto;
display: inline-block;
padding: 300px 5% 100px;
position: absolute;
top: -200px;  
background:rgba(20,43,107,0.9);    
}
.greeting-box_thank{
width: 100%;
height: auto;
display: inline-block;
padding: 10%;
background:rgba(20,43,107,0.9);  
margin: 5% 0;    
}

.greeting{
width: 100%;
height: auto;
display: inline-block;
}
.greeting .g-box{
width: 100%;
margin: 2% 0;	
	
}
.greeting .g-box p strong{
font-size: 1.3em;
padding: 1% 0 2%;  
font-family: a-otf-ryumin-pr6n, serif;
font-style: normal;
font-weight: 300;    
}
.greeting .g-box p{
font-size:1em;
text-align: left;
line-height:200%;
width:80%;
color: #fff;
font-weight:normal;
}
.greeting-p{
width: 30%;
position: absolute;
top:50px;    
left:50%;    
}
.font-size_b{
font-size: 1.8em;	
display: block;	
margin-bottom:10px;	
text-align: left;	
line-height: 1.5;
font-family: a-otf-ryumin-pr6n, serif;
font-style: normal;
font-weight: 300;    
}

.greeting-text{
padding-top: 2px;
}
.greeting-text .right{
font-size: 1em;
text-align: right;
display: block;
padding: 3% 0 ;	
}



@keyframes bg_slide {
    100% {
        transform-origin: left top;
        transform: scaleX(1.0);
    }
    0% {
        transform-origin: left top;
        transform: scaleX(0.0);
    }
}




/*====事業紹介===*/
.t-business{
width: 100%;
display: flex!important;
flex-wrap:wrap;
justify-content:space-around;
align-items:center;
}
.t-bus{
width:calc(100% / 3);
border:2px solid #eee;
background: #fff;	
padding: 1%;	
margin: 2% 0 0;
transition-duration: 0.5s;	
position: relative;
}

.t-bus img{
width: 60%;
display: block;
margin: 0 auto;	
}
.t-bus:hover{
background:rgba(40,138,211,0.1);    
}

.t-bus p{
text-align: center;
font-size: 1.3em;
color:#142B6B; 	
}


.contents-box{
width: 100%; 
flex-wrap:wrap;    
display: flex;	
justify-content:space-between;
align-items:center;  
}
.con-box{
width:calc(100% / 3);
position: relative;
cursor: pointer;
display: block;  
overflow: hidden;  
background: #000;      
}
.con-box a{
width: 100%;  
opacity: 0.7;     
transition: all 0.5s;	    
}

.con-box a :hover{
text-decoration: transparent;    
opacity: 1.0;      
}

.con-box a{
width: 100%;   
transition: all 0.5s;	  
display: block;    
}

.con-box a:hover{
transform: scale(1.1, 1.1);
opacity: 1.0;   
text-decoration: transparent;    
}
.con-box a .img{
width: 100%;  
transition: all 0.5s;	
display: block; 
object-fit: cover;    
}


.con-box a .content1{
position: absolute;	
top: 50%;
width: 100%;
display: block;
text-align: center;
  text-shadow    : 
       1px  1px 3px #ffffff,
      -1px  1px 3px #ffffff,
       1px -1px 3px #ffffff,
      -1px -1px 3px #ffffff,
       1px  0px 3px #ffffff,
       0px  1px 3px #ffffff,
      -1px  0px 3px #ffffff,
       0px -1px 3px #ffffff;  
	letter-spacing: 2px;
    opacity: 1.0;   
}	
.con-box a {
font-size: 1.3em;
display: block;
color: #142B6B; 
    cursor: pointer;    
}
.con-box a .content1 .illust1{
width: 70px;
display: block;
margin: 0 auto 10px;
border-radius: 50%;   
}

.con-box .white{
color: #fff;
  text-shadow    : 
       1px  1px 2px #000000,
      -1px  1px 2px #000000,
       1px -1px 2px #000000,
      -1px -1px 2px #000000,
       1px  0px 2px #000000,
       0px  1px 2px #000000,
      -1px  0px 2px #000000,
       0px -1px 2px #000000; 	
}
/*====全ページ共通フッターメニュー===*/
footer{
width: 100%;
height: auto;
display:block;
text-align: center;	
background:url("../img/background2.jpg");
background-position: center;
background-size: cover;    
}
footer .footer-box{
width: 70%;
height: auto;
display: block;   
margin: 0 auto; 
padding-top: 3%;    
}

.f-contact{
margin: 1% auto 0;
}
 .f-contact a:hover{
    background: rgba(40,138,211,0.3); 
     color: #142B6B;
border-radius: 30px;
text-decoration: transparent;	
}
.f-contact a{
background: rgba(20,43,107,0.9);
display: block;	
padding: 1%;	
color: #fff;
font-size: 1.4em;	
width: 30%;	
transition: all 0.5s;	
margin: 0 auto;
cursor:pointer;
}
 .f-contact small{
display: block;
font-size: 0.7em;	
}

footer .footer-box img{
width: 50%;
display: block;
margin: 0 auto;
}

footer .f-text1{
text-align: center;	
color: #fff;
font-size: 1.1em;	
line-height: 1.75;	
}
footer .f-text2{
text-align: center;	
color: #333;
font-size: 1.3em;
line-height: 1.6;       
}
footer .copyright small{
text-align: center;	
color: #142B6B;
padding:1% 0;
display: block;	
}
/*===========会社概要=============*/
.company-wrapper{
width: 100%;
height: auto;
display:block;
padding: 1% 0;
}
.company-wrapper table{
width: 100%;	
}
.company-wrapper .Thin{
width: 100%;
opacity: 0.3;	
}

.company-wrapper table tr{
border: none;
}
.company-wrapper table th{
width: 25%;	
border: none;
text-align: center;
padding: 1%;
color:#333;
font-size: 0.9em;	
border-bottom: solid 2px #BFBFBF;
}

.company-wrapper table td{
width: 75%;	
border: none;
text-align: left;
padding: 1%;
line-height: 1.75;	
font-size:0.9em;	
color:#333;
border-bottom: solid 2px #eee;    
}
.company-wrapper table td img{
width: 50%;	
}
.company-wrapper iframe{
height: 350px;	
}
.company-wrapper table .care{
font-size: 1.5em;    
}
/*===========事業内容=============*/
.business-wrapper{
width: 100%;
height: auto;
display: inline-block;
}
.business-photo{
width: 30%;    
}
.business-photo img{
width: 100%;    
}
.business-text{
width: 70%;
padding: 2%;    
}
.business-list{
 width: 100%;  
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-start;
background: rgba(40,138,211,0.1);    
box-shadow: 2px 2px 8px #eee;
padding: 3% 5% 5%;    
}
.business-list .list{ 
 width:calc(95% / 3);      
 display: inline-block;
text-align: left;
font-size: 1em;  
font-weight: bold;
color: #142B6B;
line-height: 1.75;   
padding-bottom: 5px;    
}
.fa-check-circle{
 font-size: 1.5em;    
color: #E83D47;    
}
/*===========当社の強み=============*/
.strength_box{
width: calc(95% / 3);  
background: #142B6B;     
}
.strength_box p{
color: #fff;
text-align: center;  
padding: 2%;    
line-height: 1.75;   
font-size: 1em;    
}
.strength{
width: 100%;
margin-bottom: 10%;    
}
.strength_box img{
width: 100%;
}

.wrapper{
margin-left: 20%;
width: 60%;
height:300px;    
background: #fff;    
position: absolute;
bottom: -200px;   
display: inline-block;
padding: 2%;    
z-index: 100;    
}

.phont-box1{
width: 100%;
height: 400px;    
background:url("../img/strength4.jpg");
background-size: cover;
background-position: center top;    
position: relative;
}
.phont-box2{
width: 100%;
height: 400px;    
background:url("../img/strength5.jpg");
background-size: cover;
background-position: center top;    
display: block;   
position: relative;    
}
.phont-box3{
width: 100%;
height: 400px;    
background:url("../img/strength6.jpg");
background-size: cover;
background-position: center top;    
display: block; 
position: relative;    
}
/*===========設計・施工の流れ=============*/
.flow-wrapper{
width: 100%;
height: auto;
display:block;
}
.cp_timeline03 {
	position: relative;
	margin: 3em auto;
}
.cp_timeline03:before {
	position: absolute;
	top: 0;
	width: 4px;
	height: 100%;
	content: '';
	background-color:#556aa6;
	left: 30px;
}
.cp_timeline03 .timeline_group {
	position: relative;
	padding-top: 55px;
}
.cp_timeline03 .timeline_group:not(:first-of-type) {
	margin-top: 4rem;
}
.cp_timeline03 .time_year {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.5rem 1.5rem;
	color: #fff;
	background-color:#142B6B;
	width: 100%;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5em;
}
.cp_timeline03 .timeline_item {
	margin-bottom: 1em;
	position: relative;
	padding-left: 80px;
}
.cp_timeline03 .timeline_item:not(:last-of-type) {
	margin-bottom: 2em;
}
.cp_timeline03 .timeline_item:before {
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background-color:#556aa6;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
.cp_timeline03 .time {
	position: absolute;
	left: 0;
	box-sizing: border-box;
	min-width: 65px;
	min-height: 65px;
	padding: 0.5em 0.5em;
	text-align: center;
	color: #D5E826;
	background-color: #529ad0;
	top: 50%;
	margin-top: -33px;
}
.cp_timeline03 .time_day {
	font-size: 1em;
	font-weight: 700;
	display: block;
}
.cp_timeline03 .time_month {
	font-size: 1.5em;
	display: block;
	text-transform: uppercase;
}
.cp_timeline03 .desc {
	padding: 0.5em 1em;
	border-left: 3px solid #eee;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	font-size: 1em;
    text-align: left;
}
.cp_timeline03 .desc .flag {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 0.3em;
    color: #288AD3;
}
.cp_timeline03 .desc img{
width: 35%;
display: block;
margin: 3% 0;
}
@media only screen and (max-width: 767px) {
	.cp_timeline03:before {
		left: 0;
	}
	.cp_timeline03 .timeline_group {
		padding-top: 40px;
	}
	.cp_timeline03 .timeline_item {
		padding-top: 60px;
		padding-left: 20px;
	}
	.cp_timeline03 .timeline_item:before {
		top: 90px;
	}
	.cp_timeline03 .time {
		top: 40px;
		border-radius: 0 20px 20px 0;
		min-height: 2em;
	}
	.cp_timeline03 .time_day,
	.cp_timeline03 .time_month {
		display: inline-block;
	}
	.cp_timeline03 .desc {
		font-size: 0.8em;
	}
}
/*===========お問い合わせ===========*/
.contact-wrapper{
width: 100%;
height: auto;
display: block;    
}
.contact2{
width: 80%;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
margin: 5% auto;
}
.contact-box2{
width: 50%;	
}
.contact-box2 p{
font-size: 1.4em;
color: #fff;
font-weight: 900;
background:	#142B6B;
height: 120px;	
padding-top: 8%; 
line-height: 1.7;    
}
.contact-box2 .small-text{
display: block;
font-size:0.7em; 
 color: #fff;   
}
.contact2 .red{
font-size: 0.9em;
color:#E83D47; 	
padding-top: 3%;
display:block;	
font-weight: 900;
width: 100%;
}
.contact-box2 a{
font-size: 2.1em;
color:#288AD3; 
font-weight: 900;	
background:	#eee;	
display: block;	
height: 120px;	
line-height: 120px;
transition: all 0.5s;	
}
.contact-box2 a:hover{
opacity: 0.7;
text-decoration: transparent;	
}
.contact-wrapper{
width: 100%;	
}

form{
	width: 100%;
	text-align: center;
}
.checkbox_text{
line-height: 1.75;
color: #333;	
}
.table1{
width: 100%;
padding:1%;	
background: #fafafa;	
}
.table1 table{
width: 100%;	
}
.contact-text1 .blue{
	background-color:#142B6B;
	color:#fff;
	font-size:0.5em;
	padding:0.7%;
	margin-left: 5px;
    border-radius: 50px;
    font-weight: bold;
}
.table1 .w30{
width: 30%;
margin-bottom: 2%;	
}
.table1 table .blue{
	background-color:#142B6B;
	color:#fff;
	font-size:0.7em;
	padding:2%;
	margin-right: 5px;
    border-radius: 30px;
}

.table1 table tr{
}

.table1 table th{
	font-size: 0.9em;
	text-align: left;
	color:#333;
	font-weight:300;
	padding-left: 2%; 
    border-bottom: 1px dotted #b0b0b0;
    font-weight: bold;
}

.table1 table td p{
	font-size: 1em;
	color:#000;
	font-weight:300;
	padding-top: 1%;
	line-height: 1.7;
}
.table1 table td img{
width:100%;	
margin-top: 1%;	
border-radius: 50px;	
}
.table1 table td{
font-size: 1em;
color:#333;
padding: 2% 1%;
font-weight:300; 
width: 70%; 
border-bottom: 1px dotted #b0b0b0;    
}

.table1 table td iframe{
height: 400px;	
}

.textareatablearea{
width:100%;
}

textarea{
width:100%;
height: 400px
}
.mailform 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{
	padding-bottom: 30px;
	font-size: 1.1em;
	text-align: left;
	color:#333;
	line-height: 200%;
	font-weight:300;
}
.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: #142B6B;
	transition: all 0.5s;	
	font-weight:300;
    border-radius: 50px;
    border:1px solid #142B6B;
}
.form-button button:hover{
    color: #142B6B;
     background: #fff;
	text-decoration: transparent;
}
.textarea, textarea, .dropdown {
    border-radius: 2px;
}
.led{
color: #E83D47;	
}

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

input[type="checkbox"]{
	font-size: 1em;
	margin-left: 2%;
	margin-bottom: 2%;
	border:1px solid #bababa;	
}
input[type="text"]{
	width: 100% !important;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}
input[type="tel"]{
	width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}
input[type="email"]{
	width: 100%!important;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}
textarea[type="text"]{
	width: 100%!important;
	padding: 10px;	
	font-size: 1em;	
	background:#fff;	
	border:1px solid #bababa;	
}

.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;	
color: #142B6B;	
}
.kojin h3:hover{
text-decoration: transparent;	
color:#288AD3;	
}
.kojin h4{
font-size: 1.1em;
text-align: left;
color:#142B6B;	
padding-bottom: 3px;	
font-weight:bold;
letter-spacing: 2px;
border-bottom: 1px solid #142B6B;
padding-left: 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:3%;	
background: #fff;
}
