@charset "utf-8";

main {
	background-color: #ffffff;
}

main p {
	line-height: 1.4;
}


/*-------------------------------------
Disposal
--------------------------------------*/
.c_head br.sp2 {
	display: none;
}
@media screen and (max-width: 535px) {
	.c_head br.sp2 {
		display: block;
	}
}
@media screen and (max-width: 370px) {
	.content_box .c_head {
		font-size: 1.8rem;
	}
}

section > p {
	margin-bottom:20px;
}
.point {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	background-image: url(../img/fuyou/char001.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 50px;
}
.point .p_ttl {
	background-image: url(../img/common/h-read-1_icon.svg), url(../img/fuyou/sec_bg001.png);
	background-repeat: no-repeat;
	background-position: top 13px center, top left;
	width: 202px;
	height: 188px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	color: #ffffff;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}
.point .p_ttl span {
	display: block;
	font-size: 3.2rem;
	margin-top: 5px;
}

.point .p_body {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.point ul {
	width: -webkit-calc(100% - 9px);
	width: calc(100% - 9px);
	margin-left: auto;
}
.point li {
	border: 1px solid #ffddb6;
	border-radius: 10px;
	padding: 20px;
}
.point li:not(:last-of-type) {
	margin-bottom: 10px;
}
.point .p_body dt {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 3rem;
	font-weight: bold;
	color: #f48f00;
	border-bottom: 1px dotted #ffddb6;
	padding-bottom: 10px;
}
.point .p_body dt::before {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 28px;
	height: 28px;
	color: #ffffff;
	border-radius: 50%;
	background-color: #ff9097;
	font-size: 2.2rem;
	font-weight: normal;
	padding-top: 3px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.point li:nth-of-type(1) dt::before { content: '1'; }
.point li:nth-of-type(2) dt::before { content: '2'; }
.point li:nth-of-type(3) dt::before { content: '3'; }
.point .p_body dd {
	font-size: 1.6rem;
	line-height: 1.4;
	padding-top: 10px;
}

@media screen and (max-width: 870px) {
	.point {
		display: block;
		background-position: top left;
	}
	.point .p_ttl {
		margin-left: auto;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 470px) {
	.point {
		-webkit-background-size: 35%;
		background-size: 35%;
		background-position: top 10% left;
	}
	.point .p_ttl {
		width: 171px;
		height: 158px;
		-webkit-background-size: auto, contain;
		background-size: auto, contain;
	}
}


.content_list .ttl {
	color: #ffffff;
}
.content_list .body:nth-of-type(1)::before { background-image: url(../img/fuyou/icon001.png); }
.content_list .body:nth-of-type(2)::before { background-image: url(../img/fuyou/icon002.png); }
.content_list .body:nth-of-type(3)::before { background-image: url(../img/fuyou/icon003.png); }
.content_list .body:nth-of-type(4)::before { background-image: url(../img/fuyou/icon004.png); }
.content_list .body:nth-of-type(5)::before { background-image: url(../img/fuyou/icon005.png); }
.content_list .body:nth-of-type(6)::before { background-image: url(../img/top/icon007.png); background-size:70%; }
.content_list .body:nth-of-type(7)::before { background-image: url(../img/top/icon008.png); background-size:70%; }

.step {
	padding-right: 0;
	margin-bottom: 0;
}
.step dt,
.step dt span {
	font-size: 1.8rem;
}
.step dd {
	font-size: 1.4rem;
	padding: 18px;
}
.step dd::before {
	-webkit-background-size: contain;
	background-size: contain;
	margin-bottom: 20px;
}
.step .step_list:nth-of-type(2) dd::before {
	background-position: center center;
}
@media screen and (max-width: 1000px) {
	.step .step_list {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.step {
		padding: 0;
	}
	.step dt {
		font-size: 4rem;
	}
	.step dt span {
		font-size: 3.4rem;
	}
}

.bulky_waste_list dt {
	color: #5c3f1e;
	font-size: 2rem;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
.bulky_waste_list dt::before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background-color: #5c3f1e;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 2px;
	margin-right: 10px;
}
.bulky_waste_list .fx {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	-ms-align-items: baseline;
	align-items: baseline;
}
.bulky_waste_list li {
	height: 100%;
	width: 20%;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.bulky_waste_list .fx {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bulky_waste_list li {
		width: 30%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 650px) {
	.bulky_waste_list .fx {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bulky_waste_list li {
		width: 30%;
		margin-bottom: 10px;
	}
}

.bulky_waste_list figure,
.bulky_waste_list figcaption {
	text-align: center;
}
.bulky_waste_list figcaption {
	text-align: center;
	margin-top: 20px;
}


.table th,
.table td {
	font-size:14px;
	line-height:160%;	
}
.table th {
	width:300px;	
}
@media screen and (max-width: 768px){
	.table th,
	.table td {
		display:block;	
	}
	.table th {
		min-width:100%;
		border-right:none;
		border-bottom:dashed 1px #ffddb6;
		text-align:left;
		font-weight:bold;
	}
	.table th br{
		display:none;
	}
	.table td {
		min-width:100%;
		border-right:none;
		padding-bottom:30px;
		border-top:none;
	}
	.table tr {
		display:block;
	}
	
	
}