@charset "utf-8";


#container{
	padding-bottom: 30px;
}

.breadcrumb ul{
	padding-bottom: 0;
}

.bg_grey .section{
	padding-bottom: 50px;
}

.bg_grey .section:last-of-type{
	padding-bottom: 0;
}
.fz18{
	font-size: 1.8rem;
}

.service_list ul{
	display: flex;
	flex-wrap: wrap;
}

.service_list ul li{
	width: 30%;
	margin-right: 5%;
	background-color: #6EBEBE;
	border-radius: 6px;
	color: #fff;
	height: 160px;
	font-size: 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../images/check.svg);
	background-position: 134px 28px;
	padding-top: 65px;
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.4;
}

.service_list ul li:nth-of-type(2){
	background-color: #1481BB;
}

.service_list ul li:nth-of-type(3){
	background-color: #8FAA5B;
}

.service_list ul li:nth-of-type(4){
	background-color: #C98A79;
}

.service_list ul li:nth-of-type(5){
	background-color: #A780A8;
}

.service_list ul li:nth-of-type(6){
	background-color: #CDAB7C;
}

.service_list ul li:nth-of-type(3n){
	margin-right: 0;
}

.service_list ul li:nth-last-of-type(-n+3){
	margin-bottom: 0;
}
.dllist dt{
	font-size: 2.4rem;
	line-height: 1.2;
}

.dllist dd{
	font-size: 1.8rem;
	margin-bottom: 60px;
	border-left: 1px solid #0080A0;
}

.dllist dd span{
	font-size: 1.6rem;
}

.dllist dt::after{
	content: none;
}

.dllist dd dl.cost{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	width: 270px;
	margin-top: 20px;
}

.dllist dd dl.cost dt{
	width: 150px;
	font-size: 1.8rem;
	margin-bottom: 0;
	position: relative;
	line-height: 1.7;
}

.dllist dd dl.cost dt span{
	font-size: 1.8rem;
	background-color: #fff;
	padding-right: 5px;
}

.dllist dd dl.cost dt::before{
	content: "";
	width: 100%;
	height: 1px;
	border-top: 1px dashed #4C4C4C;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
}

.dllist dd dl.cost dd{
	width: 120px;
	border-left: none;
	margin-bottom: 0;
}

.module_13 .midashi2{
	font-size: 2.4rem;
	margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
	.bg_grey .section:first-of-type{
		padding-top: 5%;
	}
	.bg_grey .section {
	    padding-bottom: 12.5%;
	}
	.bg_grey .section .tac{
		text-align: left;
	}
	.service_list ul li{
		width: 48.21%;
		margin-right: 3.58%;
		font-size: 1.5rem;
		height: 100px;
		padding-top: 10.54%;
		background-size: 20px auto;
		background-position: calc(50% + 2px) 25%;
		margin-bottom: 7.14%;
	}
	.service_list ul li:nth-of-type(3n){
		margin-right: 3.58%;
	}
	.service_list ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.tx_ph_l{
		order: 1;
	}
	.tx_ph_r{
		order: 2;
		margin-top: 11.79%;
		margin-bottom: 0;
	}
	.dllist dt{
		width: 33.39%;
		font-size: 1.6rem;
	}
	.dllist dd{
		width: 66.61%;
		font-size: 1.4rem;
		padding-left: 20px;
	}
	.dllist dd span{
		font-size: 1.2rem;
	}
	.dllist dd dl.cost{
		width: 100%;
		align-items: center;
	}
	.dllist dd dl.cost dt{
		width: 50.27%;
	}
	.dllist dd dl.cost dt span{
		font-size: 1.3rem;
	}
	.dllist dd dl.cost dd{
		font-size: 1.3rem;
		width: 49.73%;
	}
	.module_13 .midashi2{
		font-size: 2.0rem;
		text-align: center;
		margin-bottom: 10.71%;
	}
}