
/* IMPORT CSS */
@import "../css/common.css";

#c01,
#c04{
	margin-bottom: 30px;
}

#c02,
#c03{
	margin-bottom: 10px;
}

#big-txt{
	font-size: 1.8rem;
	line-height: 3.3rem;
	padding: 0 20px 30px;
}

#c01 ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	padding: 0 20px;
}

#c01 ul li{
	width: 23.3%;
}

#c01 ul li:nth-child(n+5){
	margin-top: 20px;
}

#c02 h4{
	font-size: 1.8rem;
	color: #f15a24;
	margin-bottom: 10px;
}

#c02 ul li{
	list-style:disc;
	margin:0 0 10px 30px;
}

#c02 p{
	color: #c1272d;
	margin-bottom: 20px;
	padding-left: 10px;
}

#c03 dl dd{
	padding: 10px 0 15px 20px;
}

#c03 dl dd span{
	font-size: 1.2rem;
}

#c04-waku{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

#c04-waku article{
	width: 48%;
}

#c04-waku figure{
	text-align: center;
	margin-bottom: 20px;
}

#lead7{
	padding-bottom: 20px;
}

.osusume{
	font-size: 1.8rem;
	color: #f15a24;
	padding: 20px 0 30px;
}

#c04-waku article h4{
	color: #ff7f03;
	padding-bottom: 5px;
}

#c04-waku article ul li{
	list-style-type:disc;
	margin-left: 20px;
}

#c04-waku article ul li:not(:first-child){
}

.price-list, 
.price-list td, 
.price-list th{
	border: 1px solid #b3b3b3;
	border-collapse: collapse;
	font-size: 1.4rem;
}

.price-list{
	width: 100%;
	margin-bottom: 20px;
}

.price-list td, 
.price-list th{
	text-align: center;
	padding: 10px 5px;
}

.price-list th{
	background: #e2cebd;
}


.td-bg{
	width: 35%;
	background: #e6e6e6;
}

.price-list td span{
	color: #c1272d;
	font-size: 1.6rem;
}

.service-list, 
.service-list td, 
.service-list th{
	border: 1px solid #b3b3b3;
	border-collapse: collapse;
	font-size: 1.4rem;
}

.service-list{
	width: 100%;
}

.service-list td, 
.service-list th{
	text-align: center;
	padding: 10px 5px;
}

.service-list th{
	width: 35%;
	background: #e6e6e6;
	font-weight: normal;
	text-align: center;
	
}

.service-list td.special{
	vertical-align: top;
	text-align: left;
	padding: 0;
}

.service-list td.special ul{
	padding: 5px;
}

.service-list td.special li{
	font-size: 1.2rem;
	list-style-type:disc;
	margin-left: 15px;
}

#c05 ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

#c05 ul li{
	width: 33.3%;
}

#c05 ul li:nth-child(n+4){
	margin-top: 40px;
}


/*--------------------------- SMARTPHONE STYLES ---------------------------*/


/*========== 650px以下 ==========*/

@media ( max-width : 650px ) {
	
	#c01 ul{
	padding: 0;
	}

	#c01 ul li{
		width: 32%;
	}
	
	#c01 ul:after{
		content:"";
		display: block;
		width: 32%;
	}

	#c01 ul li:nth-child(n+5){
		margin-top: 0;
	}
	
	#c01 ul li:nth-child(n+4){
		margin-top: 20px;
	}

	#c04-waku{
		display: block;
	}
	
	#c04-waku article{
		width: 100%;
		margin-bottom: 30px;
	}
	
	#c05 ul li{
		width: 48%;
	}
	
	#c05 ul li:nth-child(n+4){
		margin-top: 0;
	}
	
	#c05 ul li:nth-child(n+3){
		margin-top: 30px;
	}
	
}
