
@media screen and (max-width: 639px){
	.c5-pcOnly{
		display: none;
	}
}
@media screen and (max-width: 639px){
	.c5-service_container div img.c5-sp80{
		width: 80%;
	}
}

.c5-service{
	display: inline-block;
	/*padding: 25px 22px;*/
	vertical-align: middle;
	/*background: #f9f9f9;*/
	/*font-size: 24px;*/
	/*border-radius: 15px;*/
}
@media screen and (max-width: 639px){
	.c5-service{
		padding-right: 20px;
	}
	.c5-service img{
		width: 65px;
	}
}	
.c5-service_container{
	width: 100%;
	max-width: 1033px;
	margin: 0 auto;
}

.c5-service_container__sub{
	width: 40%;
	max-width: 412px;
	margin: 0 auto;
}

.c5-main_title p{
	font-size: 30px;
	margin: 50px 0 10px 0;
	color: #494848;
}

.c5-service_line{
	border-bottom: 1px solid #ececec;
	width: 100%;
	max-width: 1033px;
	margin: 0 auto;
}
	.c5-service_line .s5-heading3{
		 display: flex;
		 align-items: center;
	}

.c5-service_content{
	padding-left: 146px;
}

.c5-service_container div img{
	width: auto;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 639px){
	.c5-service_content{
		padding-left: 0;
	}
}


/** howto **/

.howto_itemlist{
	margin-top: 30px;
}
.howto_itemlist::after{
	content: '';
	display: block;
	clear: both;
}
.howto_itemlist div{
	width: 33.33333%;
	float: left;
	padding: 0 5%;
	box-sizing: border-box;
	border-left: 1px dotted #8c8c8c;
	margin-bottom: 30px;
}
.howto_itemlist div:first-child{
	border: none;
}
.howto_itemlist dt{
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
}
.howto_itemlist dd{
	margin-left: 0;
}
dl.howto_itemlist dd img{
	display: block;
	margin: 0 auto;
	width: 80%;
}
@media screen and (max-width: 639px){
	.howto_itemlist div{
		width: 50%;
		padding: 0 2%;
	}
}