@charset "UTF-8";


.serviceblock{
	width: 100%;
	clear: both;
	margin-bottom: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:  space-between;
}
.serviceblock div{
	width: 40%;
	padding: 1rem 4%;
	width: 40%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.serviceblock div h4{width:  100%;line-height: 1.4em;font-size: 1.6rem;}
.serviceblock div h4 span{
	float:right;
}

h4.detail-item{
	margin: 0 0 1.6rem 0;
	padding: 0 0 .8rem .4rem;
	border-bottom: 1px solid #333;
}
ul.point{
    margin-bottom: 1.4rem;
}
ul.point li{}

.service-detail{
	background: #ececec;
	margin: 0 1rem 1rem 1rem;
	padding: 0;
}
.service-detail p.img{
	width:100%;
	margin: 0;
	padding: 0;
}
.service-detail p.img img{
	width: 100%;
}
.service-detail p.text{
	height: 3em;
	padding: .8rem;
	margin: 0;
}

ul.every-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.every-list li{}
ul.every-list li:first-child{
	width: 100%;
	background: #000;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2.4rem;
}
ul.every-list li p.img{
    padding: 0;
    margin: 0;
}
ul.every-list li .text{
	width: 244px;
	box-sizing: border-box;
	padding: 1.6rem 1.6rem;
}
ul.every-list li .text h4{
    margin-bottom: 1.6rem;
}
ul.every-list li .text ul{
    margin-left: 2.4rem;
}
ul.every-list li .text ul li{
	margin-bottom: .8rem;
	list-style-type: disc;
}
.head-service {
    width: 100%;
}
.head-service a {
    float: left;
    margin-bottom: 3.6rem;
}

.support-detail{
	overflow: hidden;
}
.sub-container.mb2{
	margin: 0 0 8.4rem 0;
}

.support-box{}
.support-box p img{
	width:100%;
}
.support-box .img{
	width: 60%;
	float: left;
	box-sizing: border-box;
}
.support-box .img img{
	width: 100%;
}
.support-box .txt{
	width: 100%;
	/* padding-left: 2%; */
	float: left;
	box-sizing: border-box;
}
.support-txt{
	width: 50%;
	padding-left: 2%;
	float: left;
	box-sizing: border-box;
}
.support-img{
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.support-img img{
	width: 100%;
}
.support-box table{
    width: 100%;
    margin: 0 0 10px 0;
}
.support-box table th{
    border: 1px solid #666;
    padding: 10px 10px 10px 10px;
    background: #ccc;
    text-align: center;
}
.support-box table td{
    border: 1px solid #666;
    padding: 10px 10px 10px 10px;
}
.support-box table td p{
	margin-bottom:0;
}
.support-box p.stepimg{width: 80%;margin: 1.8rem 0 1.8rem 0;}
.support-box ul{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:.6rem .6rem .6rem .6rem;
	margin-bottom:1.8rem;
}
.support-box ul li{}
.support-box p.zisseki-text{
    font-size: 1.3rem;
}

@media screen and (max-width: 640px) {
	
.sub-container.mb2{
	margin: 0 0 3.6rem 0;
}
.serviceblock div{
	width: 92%;
	padding: 20px 4%;
	border-top: none;
	border-bottom: 1px solid #666;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.serviceblock div h4{width:  100%;line-height: 1.4em;font-size: 1.2rem;}
.serviceblock div h4 span{
	float:right;
}


}