#fview_disposal {
	background:#FBF151;
	position:relative;
	height:510px;
}

.fview_img {
	width:240px;
}

.fview_txt {
	max-width:430px;
	padding-right:5%;
}

.fview_txt h1 {
	margin-bottom:2em;
}

.fview_txt h1 span {
	letter-spacing: 0.1em;
}

.disposal_wrap {
	margin: 120px auto 80px;
}

.dis_head {
	margin-bottom:120px;
}

.dis_head figure {
	width:372px;
	margin-right:60px;
}

.dis_head h1 {
	font-size:3rem;
	line-height:1.5em;
	padding-bottom:0.1em;
	border-bottom:2px solid #f7ab00;
}

.dis_block h2 {
	position:relative;
	padding-bottom:1em;
	margin-bottom:3em;
	font-size:2.4rem;
}

.dis_block h2::after {
	content:"";
	display:block;
	width:2.5em;
	height:2px;
	background:#0cd1f7;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
}

.block_child {
	/* margin-bottom:100px; */
	padding-top:100px;
}

.dis_block .inner {
	max-width:850px;
}

.dis_block figure {
	margin-bottom:3em;
}

.dis_block p {
	margin-bottom:2em;
}

.dis_block .faq_dl p {
	margin-bottom:0;
}

.contact_freedial {
	margin-top:0;
	border-top:none;
}

.topics {
	margin-bottom:0;
}

/*-------------------------------
	目次
-------------------------------*/

.mokuzi {
	max-width:600px;
	margin:0 auto;
	background:#f9f9f9;
	padding:50px 30px 40px;
	border-top:8px solid #0cd1f7;
}

.mokuzi h3 {
	font-size:2.4rem;
	margin-bottom:1em;
}

.mokuzi_child {
	margin-top:0.5em;
}

.mokuzi .ten_list li a {
	font-size:1.8rem;
	font-weight:500;
}

.mokuzi .ten_list a:hover {
	color:#0cd1f7;
}

/*-------------------------------
	title en h2の打ち消しが必要
-------------------------------*/

.dis_block .en_title {
	font-weight:700;
	padding:0;
	text-align: center;
}

.dis_block .en_title::before {
	content:attr(data-en);
	display: block;
	font-family: 'Lato', sans-serif;
	font-size:3rem;
	padding-bottom:70px;
	font-weight:400;
	color:#0cd1f7;
	text-align:center;
	position:relative;
	letter-spacing: 0.1em;
}

.dis_block .en_title::after {
	width:40px;
	bottom:auto;
	top:62px;
	transform:rotate(90deg);
}

/*-------------------------------
	blockquote
-------------------------------*/

blockquote {
	background:#fafafa;
	padding: 30px 50px 35px 55px;
    position: relative;
    border: 1px #eee solid;
}

blockquote::before {
	content:"";
	display: block;
	width:30px;
	height:23px;
	position:absolute;
	left:12px;
	top:20px;
	background:url(../img/common/icon_blockquote.svg) no-repeat center / contain;
}

blockquote .quote_txt {
	margin-bottom:1em;
}

blockquote .quote_txt p:not(:last-of-type) {
	margin-bottom:1em;
}

blockquote .quote_txt h4 {
	font-weight:500;
	margin-bottom:0.25em;
}

blockquote .under_red {
	border-bottom:1px solid #f40000;
}

blockquote footer {
	padding:0;
	background:none;
}

blockquote footer,
blockquote footer cite a {
	font-size:1.4rem;
	font-weight:500;
}

blockquote footer a {
	color:#2581c4;
	font-style:normal;
	text-decoration:underline;
}

blockquote footer a:hover {
	color:#0cd1f7;
	text-decoration:underline;
}

/*-------------------------------
	price
-------------------------------*/

figure.square_img {
	width:38.2%;
	margin-bottom:0;
}

.square_affe .affe_txt {
	width:61.8%;
	padding:20px 0 0 25px;
}

.square_affe .affe_txt h3 {
	margin-bottom:1em;
	font-size:1.8rem;
}

#dispo_times {
	margin:60px auto 0;
	background:rgba(12,209,247,0.1);
	border-radius:30px;
	padding:45px 30px 40px;
}

figure.img_times {
	width:157px;
	margin-bottom:0;
}

#dispo_times .affe_txt {
	width:calc(100% - 157px);
	padding-left:30px;
}

#dispo_times .affe_txt h3 {
	font-size:1.8rem;
	border-bottom:1px solid #000;
	margin-bottom:0.75em;
}

#dispo_times .affe_txt p {
	margin-bottom:0;
}


/*-------------------------------
	.btn_orange
-------------------------------*/

.dis_block .btn_orange {
	width:320px;
}


/*-------------------------------
	partner
-------------------------------*/

figure.partner_img {
	width:47%;
	margin-bottom:0;
}

.partner_txt {
	width:53%;
	padding-left:25px;
}

.partner_txt dt,
.partner_txt dd {
	border-bottom:1px solid #e8e8e8;
}

.partner_txt dt {
	width:60px;
	font-weight:500;
	padding:0.75em 0.75em 0.5em 0;
}
.partner_txt dd {
	width:calc(100% - 60px);
	padding:0.75em 0;
}

/*-------------------------------
	chien_block
-------------------------------*/

.chien_block:not(:last-of-type) {
	/* margin-bottom:60px; */
}

.chien_block {
	padding-top:60px;
}

.chien_block h3 {
	font-size:2rem;
	margin-bottom:1.5em;
}

/*-------------------------------
	dl_atte
-------------------------------*/

.dl_atte dt {
	width:140px;
	border-top:1px solid #cbcbcb;
	background:#e8e8e8;
	font-weight:500;
	padding:0.75em 0.5em 0.75em 1.25em;
}

.dl_atte dd {
	width:calc(100% - 140px);
	border-top:1px solid #e8e8e8;
	padding:0.75em 0.5em 0.75em 1.875em;
}

.dl_atte dt:last-of-type {
	border-bottom:1px solid #cbcbcb;
}

.dl_atte dd:last-of-type {
	border-bottom:1px solid #e8e8e8;
}

.dl_atte dd p.kome {
	margin-bottom:0.25em;
}

/*-------------------------------
	step
-------------------------------*/

.step_line {
	padding-bottom:30px;
	position:relative;
}

.step_line:not(:last-of-type)::after {
	content:"";
	display: block;
	width:1px;
	height:calc(100% - 100px);
	background:#3e3e3e;
	position:absolute;
	left:50px;
	bottom:0;
}

.features_wrap .step_line:not(:last-of-type)::after {
	display: none;
}

.step_line:last-of-type {
	margin-bottom:30px;
}

.features_wrap .step_line:last-of-type {
	margin-bottom:0;
}

.features_wrap .step_line {
	padding-bottom:40px;
}

.features_wrap .step_line:nth-of-type(even) {
	margin-left:60px;
}

.step_no {
	width:100px;
	height:100px;
	line-height:90px;
	display: block;
	border-radius:50%;
	text-align:center;
	font-size:3rem;
	font-weight:bold;
	color:#fff;
	position:relative;
	border:1px solid #3e3e3e;
	letter-spacing: 0.1em;
}

.step_no::before {
	content:"";
	display: block;
	width:100%;
	height:100%;
	border-radius:50%;
	background:#0cd1f7;
	position:absolute;
	left:4px;
	top:4px;
	z-index: -1;
}

.features_wrap .step_no,
.features_wrap .step_no::before {
	border-radius: 0;
	width:90px;
	height:90px;
	line-height:80px;

}

.features_wrap .step_no::before {
	left:5px;
	top:5px;
}

.step_no::after {
	content:"";
	display: block;
	width:40px;
	height:2px;
	background:#fff;
	position:absolute;
	top:67%;
	left:0;
	right:0;
	margin:0 auto;
}

.step_txt {
	width:calc(100% - 100px);
	padding-left:25px;
	margin-top:36px;
}

.features_wrap .step_txt {
	margin-top:0;
}

.step_txt h4 {
	margin-bottom:0.5em;
	font-size:1.8rem;
}

.step_txt p {
	margin-bottom:0;
}

/*-------------------------------
	merit
-------------------------------*/

#dispo_merit {
	/* margin-bottom:100px; */
}

.merit_line:not(:last-of-type) {
	margin-bottom:40px;
}

.merit_line h4 {
	font-size:1.8rem;
	margin-bottom:1em;
	position:relative;
}

.merit_line h4 span {
	font-size:3rem;
	margin-bottom:3.345em;
	border-bottom:2px solid #0cd1f7;
	line-height:1.25;
	display: inline-block;
	position:relative;
	letter-spacing: 0.1em;
}

.merit_line h4 span::after {
	content:"";
	display: block;
	width:60px;
	height:60px;
	margin:0 auto;
	position:absolute;
	left:50%;
	top:1.875em;
	transform:translateX(-50%);
}

.merit_line01 h4 span::after {
	background:url(../img/disposal/icon_eco.svg) no-repeat top center / contain;
}

.merit_line02 h4 span::after {
	background:url(../img/disposal/icon_trust.svg) no-repeat top center / contain;
}

.merit_line03 h4 span::after {
	background:url(../img/disposal/icon_check.svg) no-repeat top center / contain;
}

.merit_line p {
	margin-bottom:0;
}

/*-------------------------------
	other
-------------------------------*/

#dispo_other {
	/* margin-bottom:100px; */
	padding-top:100px;
}

.recyclehub_img:hover {
	opacity:0.7;
}

#dispo_faq {
	padding-top:100px;
}


/*-------------------------------
	link_featured
-------------------------------*/

.link_featured {
	max-width:750px;
	margin:0 auto 80px;
}

.link_featured a {
	width:100%;
	height:375px;
	position:relative;
}

.link_featured a::before {
	content:"";
	display: block;
	width:100%;
	height:100%;
	background:rgba(4,10,32,0.5);
	position:absolute;
	left:0;
	top:0;
	transition:background .3s;
}

.link_featured a:hover::before {
	background:rgba(4,10,32,0.2);
}

.link_featured a::after {
	content:"";
	display: block;
	width:58px;
	height:58px;
	background:url(../img/common/arrow_white_en.svg) no-repeat center / contain;
	position:absolute;
	right:25px;
	bottom:25px;
}

.link_featured_hari {
	background:url(../img/disposal/bg_featured_hari.jpg) no-repeat center / cover;
}

.link_featured h3 {
	position:relative;
	color:#fff;
	font-size:3.4rem;
	margin-left:50px;
	letter-spacing: 0.075em;
}

.link_featured h3 span {
	font-size:2rem;
	display: block;
	margin-bottom:0.25em;
	letter-spacing: 0.075em;
}



/* --- ver sp --- */

@media screen and (max-width:768px){

	#fview_disposal {
		height:auto;
		padding:20vw 0 25vw;
	}
	
	.fview_img {
		width:100%;
		text-align: center;
		-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}

	.fview_img img {
		width:35vw;
		height:59.52725vw;
	}
	
	.fview_txt {
		max-width:100%;
		padding:0 5vw;
		margin-bottom:10vw;
	}
	
	.disposal_wrap {
		margin: 25vw auto 10vw;
	}
	
	.dis_head {
		margin-bottom:25vw;
	}
	
	.dis_head figure {
		width:100%;
		margin:0 auto 10vw;
		text-align:center;
	}

	.dis_head figure img {
		width:35vw;
		height:30.957vw;
	}
	
	.dis_head h1 {
		font-size:5.5vw;
	}
	
	.dis_block h2 {
		font-size:5vw;
		line-height:1.5em;
	}
	

	.block_child {
		/* margin-bottom:20vw; */
		padding-top:20vw;
	}
	
	.dis_block .inner {
		max-width:100%;
	}
	
	.dis_block figure {
		margin-bottom:3em;
	}
	
	.dis_block p {
		margin-bottom:2em;
	}
	
	.dis_block .faq_dl p {
		margin-bottom:0;
	}
	
	.contact_freedial {
		margin-top:0;
		border-top:none;
	}
	
	.topics {
		margin-bottom:0;
	}
	
/*-------------------------------
	目次
-------------------------------*/

.mokuzi {
	max-width:100%;
	margin:0 auto 0vw;
	padding:7.5vw 5vw 8.5vw;
	border-width:1.5vw;
}

.mokuzi h3 {
	font-size:4.5vw;
}

.mokuzi_child {
	margin-top:0.75em;
}

.mokuzi .ten_list li:not(:last-of-type) {
	margin-bottom:0.75em;
}

.mokuzi .ten_list li a {
	font-size:4vw;
}


/*-------------------------------
	title en h2の打ち消しが必要
-------------------------------*/

.dis_block .en_title {
	margin-bottom:2em;
}

.dis_block .en_title::before {
	font-size:6.5vw;
	padding-bottom:12.5vw;
}

.dis_block .en_title::after {
	width:7.5vw;
	top:13.75vw;
}

/*-------------------------------
	blockquote
-------------------------------*/

blockquote {
	padding:8.5vw 5vw 8.5vw;
}

blockquote::before {
	width:5.5vw;
	height:4.5vw;
	left:3vw;
	top:3vw;
}

blockquote .quote_txt h4 {
	font-size:3.5vw;
}

blockquote p span {
	font-size:3.5vw;
}


blockquote footer,
blockquote footer cite a {
	font-size:3.5vw;
}

blockquote footer a {
	line-height:1.5;
}


/*-------------------------------
	price
-------------------------------*/

figure.square_img {
	width:62%;
	margin:0 auto 7.5vw;
}

.square_affe .affe_txt {
	width:100%;
	padding:0;
}

.square_affe .affe_txt h3 {
	text-align:center;
	font-size:4vw;
}

#dispo_times {
	margin:10vw auto 0;
	border-radius:5.5vw;
	padding:7.5vw 5vw ;
}

figure.img_times {
	width:38%;
	margin:0 auto 5vw;
}

#dispo_times .affe_txt {
	width:100%;
	padding-left:0px;
}

#dispo_times .affe_txt h3 {
	font-size:4.25vw;
	line-height:1.75;
	text-align:center;
}


/*-------------------------------
	.btn_orange
-------------------------------*/

.dis_block .btn_orange {
	width:80vw;
}


/*-------------------------------
	partner
-------------------------------*/

.partner_info {
	/* margin-bottom:20vw; */
}

.partner_img {
	width:100%;
	margin-bottom:5vw!important;
}

.partner_txt {
	width:100%;
	padding-left:0;
}

.partner_txt dt {
	width:15vw;
	font-size:3.75vw;
}
.partner_txt dd {
	width:calc(100% - 15vw);
	font-size:3.75vw;
}

/*-------------------------------
	chien_block
-------------------------------*/

.chien_block:not(:last-of-type) {
	/* margin-bottom:15vw; */
}

.chien_block {
	padding-top:15vw;
}

.chien_block h3 {
	font-size:4.5vw;
	line-height:1.5;
}

/*-------------------------------
	dl_atte
-------------------------------*/

.dl_atte dt {
	font-size:3.75vw;
	width:100%;
	border-top:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
	padding:1em 0.5em 1em 1.25em;
}

.dl_atte dd {
	font-size:3.75vw;
	width:100%;
	border-top:none;
	padding:1em 0.5em 1em 1.25em;
}

.dl_atte dt:last-of-type {
	border-bottom:1px solid #cbcbcb;
}

.dl_atte dd:last-of-type {
	border-bottom:1px solid #e8e8e8;
}

.dl_atte dd p {
	font-size:3.75vw;
}


/*-------------------------------
	step
-------------------------------*/

.step_line {
	padding-bottom:6vw;
}

.step_line:not(:last-of-type)::after {
	height:calc(100% - 15vw);
	left:7.5vw;
}

.step_line:last-of-type {
	margin-bottom:6vw;
}

.features_wrap .step_line:last-of-type {
	margin-bottom:0;
}

.features_wrap .step_line {
	padding-bottom:7.5vw;
	-webkit-box-align: start;
	align-items: flex-start;
}

.features_wrap .step_line:nth-of-type(even) {
	margin-left:0vw;
}

.step_no {
	width:15vw;
	height:15vw;
	line-height:12.5vw;
	font-size:5.5vw;
}

.step_no::before {
	left:0.75vw;
	top:0.75vw;
}

.features_wrap .step_no,
.features_wrap .step_no::before {
	border-radius: 0;
	width:13.5vw;
	height:13.5vw;
	line-height:12vw;

}

.features_wrap .step_no::before {
	left:0.75vw;
	top:0.75vw;
}

.step_no::after {
	width:6.5vw;
	height:0.5vw;
}

.step_txt {
	width:calc(100% - 15vw);
	padding-left:4vw;
	margin-top:3.5vw;
}

.features_wrap .step_txt {
	margin-top:0;
}

.step_txt h4 {
	margin-bottom:0.5em;
	font-size:4vw;
	line-height:1.5;
}

.step_txt p {
	margin-bottom:0;
}

/*-------------------------------
	merit
-------------------------------*/

#dispo_merit {
	/* margin-bottom:20vw; */
}

.merit_line:not(:last-of-type) {
	margin-bottom:7.5vw;
}

.merit_line h4 {
	font-size:4vw;
	line-height:1.5;
}

.merit_line h4 span {
	font-size:6vw;
	border-width:0.5vw;
}

.merit_line h4 span::after {
	width:12vw;
	height:12vw;
}

.merit_line p {
	margin-bottom:0;
}


/*-------------------------------
	other
-------------------------------*/

#dispo_other {
	/* margin-bottom:20vw; */
	padding-top:20vw;
}

#dispo_other .recyclehub_img figure {
	margin-bottom:5vw;
}

#dispo_faq {
	padding-top:20vw;
}

/*-------------------------------
	link_featured
-------------------------------*/

.link_featured {
	max-width:100%;
	margin:0 auto 15vw;
}

.link_featured a {
	height:55.5vw;
}

.link_featured a::after {
	width:10.5vw;
	height:10.5vw;
	right:5vw;
	bottom:5vw;
}

.link_featured h3 {
	font-size:7vw;
	margin-left:5vw;
}

.link_featured h3 span {
	font-size:4.5vw;
}

}