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

.keyvisual {
    height: 250px;
    background-color: #e6f791;
    background-image: -webkit-gradient(linear, left top, right top, from(#e6f791), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), to(#e6f791)), url(../images/privacy/key_visual.min.jpg);
    background-image: -o-linear-gradient(left, #e6f791 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, #e6f791 100%), url(../images/kango/key_visual.min.jpg);
    background-image: linear-gradient(to right, #e6f791 10%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, #e6f791 90%), url(../images/kango/key_visual.min.jpg);
}

img {
    max-width: 100%;
}

.flow_li li{
	padding: 0 !important;
	width: 48%;
}

.service_cont{
	
}

.service_cont ul li:first-child{
	background-color: #B4CDA0;
	height: 225px;
	padding-top: 8.5%;
}

.service_cont ul li img{
	display: block;
	margin:0 auto 10px;
}

.service_cont h4{
	
}

table.brown {
    border: none;
}

.santei{
	border: 1px solid #ff8e2a;
	padding: 30px 30px 20px 30px ;
	margin: 25px auto;
	width: 60%;
}

.santei ul li{
	display: inline-block;
	vertical-align: top;
	
}
.santei ul li:nth-child(2){
	margin-left: 85px;
}

.santei ul li:nth-child(2) p{
	border-bottom: 5px double #1F7013;
}

table.brown3 tr th{
	width: 100px;
}

table.brown3 tr td{
	width: 230px;
}

.qa ul li:first-child{
	width: 30%;
}

.qa ul li:last-child{
	width: 65%;
}

.b_square{
	display: inline-block;
	padding: 5px 10px 0px;
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
	background-color: #46b4c8;
	margin-right: 10px;
	vertical-align: 17%;
}




@media (max-width: 749px){
.keyvisual {
    height: 200px;
    background-image: url(../images/kango/key_visual.min.jpg);
}
	
.cont1200 {
    margin-top: 0px;
}	
	
.service_cont ul li:first-child{
	height: auto;
	padding: 20px 0;
}
	
.service_cont ul li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	}
	
table.brown2 tr th{
	width: 35%;
	}
	
table.brown2 tr td{
	width: auto;
	}
	
table.brown3 tr th,table.brown3 tr td{
	width: 25%;
	padding: 10px 5px;
	}
	
.sptxt{
	font-size: 0.5rem;
	}
	
	
	


	
	}