@charset "utf-8";
/* CSS Document */

.w_bg {
	background-color: #fff;
}
.wrapper .y_bg,
.wrapper .w_bg {
	padding-top: 50px;
}
hr.hr01 {
	border: 0;
	height: 1px;
	background-color: #42b0cf;
	margin: 100px auto;
}
.top-btn_box {
	margin: 130px auto;
}
.wrapper:last-child .content {
	padding-bottom: 100px;
}

/*-- メインイメージ --*/
h1 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #fff;
	padding: 2px 0 35px;
}
h1 .txt_box {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 940px;
	display: block;
}
h1 .txt_box hr {
	display: block;
	width: 68%;
	margin: 0 auto;
	padding: 0;
	border: 0;
	height: 3px;
	background-image: url(../images_new/top/line_mainimage_pc.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
h1 .txt_box .txt01 {
	display: block;
	text-align: center;
	color: #37B0CF;
	font-size: 20px;
	letter-spacing: 0.2em;
	padding: 10px 0 ;
	font-weight: normal;
}
h1 .txt_box .txt02 {
	display: block;
	text-align: center;
	color: #37B0CF;
	font-size: 56px;
	letter-spacing: -0.05em;
	margin-top: 30px;
	font-weight: normal;
}
h1 .txt_box .txt02 .ora {
	color: #F39800;
}
h1 .txt_box .txt02 .small {
	font-size: 32px;
	letter-spacing: -0.2em;
}
@media screen and (max-width: 940px) {
	h1 .txt_box hr {
		height: 0.5vw;
	}
	h1 .txt_box .txt01 {
		font-size: 2.1vw;
		padding: 1.1vw 0 ;
	}
	h1 .txt_box .txt02 {
		font-size: 6vw;
		margin-top: 3.2vw;
	}
	h1 .txt_box .txt02 .small {
		font-size: 3.4vw;
	}
}


/*-- トップイメージ --*/
#top_image-box {
}
#top_image-box .y_bg {
	padding-top: 0;
}
#top_image-box .content {
	max-width: 1080px;
	padding: 0px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_image-box .content .video {
	max-width: 540px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
#top_image-box .content .video img {
	width: 100%;
}
#top_image-box .content #req {
	max-width: 540px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 85px;
	margin-top: -85px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
}
#top_image-box .content #req .req_content {
	padding: 30px 0;
}
#top_image-box .content #req .req_box {
	border: 9px solid #fff;
	background-color: #005BAC;
	padding: 20px 15px 10px;
	width: 100%;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.65);
	position: relative;
}
#top_image-box .content #req .req_box .pop {
	position: absolute;
	width: 120px;
	right: -40px;
	top: -40px;
	z-index: 4;
}
#top_image-box .content #req .req_box .txt01{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
#top_image-box .content #req .req_box hr {
	border: none;
	padding: 0;
	margin: 12px auto 25px;
	width: 100%;
	height: 3px;
	background-image: url(../images_new/top/req_line.png);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: left center;
}
#top_image-box .content #req .req_box dl {
	width: 100%;
	max-width: 508px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_image-box .content #req .req_box dl + dl {
	margin-top: 15px;
}
#top_image-box .content #req .req_box dl dt {
	width: 14%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#top_image-box .content #req .req_box dl dt img {
	min-height: 1%;
}
#top_image-box .content #req .req_box dl dd {
	width: 84%;
	display: flex;
	flex-wrap: wrap;
}
#top_image-box .content #req .req_box dl dd .right_block {
	padding-left: 10px;
}
#top_image-box .content #req .req_box dl dd span.line {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	padding: 5px 0;
	background: linear-gradient(transparent 90%, #ffea00 90%);
}
#top_image-box .content #req .req_box dl dd span.line .b-txt {
	font-size: 28px;
	font-weight: bold;
	color: #FFF100;
}
#top_image-box .content #req .req_box dl dd span.txt-m01 {
	margin-right: 0px;
}
#top_image-box .content #req .req_box dl dd span.txt-m02 {
	margin-right: 5px;
}
#top_image-box .content #req .req_box dl dd select,
#top_image-box .content #req .req_box dl dd input {
	font-size: 17px;
	line-height: 2em;
	height: 36px;
	font-weight: bold;
	color: #005BAC;
	padding: 0 0.5em;
}
#top_image-box .content #req .req_box dl dd select {
	width: 153px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	position: relative;
	background: none transparent;
	z-index: 2;
	border: none;
}
#top_image-box .content #req .req_box dl dd .select_content {
	display: block;
	position: relative;
	background-color: #fff;
}
#top_image-box .content #req .req_box dl dd .select_content::after {
	position: absolute;
	width: 59px;
	height: 36px;
	content: "";
	background-image: url(../images_new/top/btn_form_pc.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	top: 0;
	right: 0;
	z-index: 0;
}
#top_image-box .content #req .req_box dl dd select::-ms-expand {
    display: none;
}
#top_image-box .content #req .req_box dl dd input {
	width: 96px;
	border-radius: 0;
	border: none;
}
#top_image-box .content #req .req_box dl dd #c-btn {
	display: inline-block;
	vertical-align: bottom;
	margin-left: -1px;
}
#top_image-box .content #req .req_box dl dd #c-btn img {
	width: auto;
	height: 36px;
}
#top_image-box .content #req .req_box dl dd #c-btn:hover {
	opacity: 1;
}
#top_image-box .content #req .req_box dl dd .free-btn {
	cursor: pointer;
	border: none;
	width: 380px;
	padding-bottom: 1%;
	height: 84px;
	background-color: transparent;
	background-image: url(../images_new/top/req_btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left top;
}
#top_image-box .content #req .req_box .txt02 {
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
	text-align: center;
}
#top_image-box .content #req .req_box .txt02 a {
	color: #fff;
	text-decoration: none;
}
#top_image-box .content #req .req_box .txt02 img {
	display: inline-block;
	width: 5px;
	vertical-align: middle;
	margin-left: 10px;
}
#top_image-box .content #req .req_btn {
	width: 100%;
	margin-top: 20px;
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.65);
}
#top_image-box .content #req .req_btn a {
	display: block;
	background-color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #727171;
	line-height: 1.7em;
	background-image: url(../images_new/top/req_arrow_01.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}


/*-- キャンペーン料金--*/
#camp .content {
	padding-top: 0;
}

/*-- 法律に基づく宅配回収--*/
#top_only .img_box_01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_only .img_box_01 .img_block {
	width: 45.9%;
}
#top_only .img_box_01 .img_block .img {
	margin-left: auto;
	margin-right: auto;
}
#top_only .img_box_01 .img_block .txt01 {
	margin-top: 38px;
}
#top_only .img_box_01 .img_block .btn {
	width: 85.3%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 34px;
}
#top_only .img_box_01 .line {
	width: 1px;
	background-color: #42b0cf;
	display: none;
}
#top_only .img_box_01 .img_block #img_top-only_01 {
	width: 100%;
}
#top_only .img_box_01 .img_block #img_top-only_02 {
	width: 90%;
	padding-top: 10px;
}
@media screen and (max-width: 980px) {
	#top_only .img_box_01 .img_block #img_top-only_01 {
	}
	#top_only .img_box_01 .img_block #img_top-only_02 {
		padding-top: 1.2vw;
	}
}


/*-- 回収できます--*/
#top_possible .content {
	max-width: 1082px;
}
#top_possible .content .img_block_01 {
	display: flex;
	flex-wrap: wrap;
}
#top_possible .content .img_block_01 > div + div {
	border-left: 1px solid #42b0cf;
}
#top_possible .content .img_block_01 .img_01 {
	width: 32.3%;
}
#top_possible .content .img_block_01 .img_02 {
	width: 35%;
}
#top_possible .content .img_block_01 .img_03 {
	width: 32.4%;
}
#top_possible .content .img_block_01 > div .txt_catch_01 {
	margin-top: 12px;
	padding-bottom: 12px;
}
#top_possible .content .link_01 {
	max-width: 389px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#top_possible .content #txt_wakuchin_02_tab {
	display: none;
}

@media screen and (max-width: 1082px) {
	#top_possible .content {
		max-width: 980px;
	}
}


/*-- 回収の流れ--*/
#top_flow .content {
	max-width: 980px;
}
#top_flow .content #flow_box {
	max-width: 796px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
}
#top_flow .content #flow_box .flow_block {
	display: flex;
	flex-wrap: wrap;
}
#top_flow .content #flow_box .flow_block .img_flow {
	width: 45.5%;
	display: flex;
	align-items: center;
	min-height: 1%;
	order: 1;
}
#top_flow .content #flow_box .flow_block .img_flow img {
	display: block;
}
#top_flow .content #flow_box .flow_block .txt_box_flow {
	width: 54.5%;
	display: flex;
	align-items: center;
	min-height: 1%;
	order: 2;
}
#top_flow .content #flow_box .flow_block .txt_box_flow .txt_block_flow p {
	font-size: 29px;
	line-height: 1.75em;
}
#top_flow .content #flow_box .flow_block .txt_box_flow .txt_block_flow .box-txt {
	display: block;
	max-width: 310px;
	width: 100%;
	font-size: 18px;
	line-height: 1.75em;
	text-align: center;
	color: #fff;
	background-color: #42b0cf;
	border-radius: 4px;
	margin-top: 10px;
	background-image: url(../images_new/top/btn_arrow_01.png);
	background-repeat: no-repeat;
	background-size: auto 49%;
	background-position: right 3% center;
	text-decoration: none;
}
#top_flow .content #flow_box .flow_block .txt_box_flow .txt_block_flow .txt_sub {
	font-size: 14px;
	margin-top: 10px;
	font-weight: normal;
	color: #7d7d7d;
}
#top_flow .content #flow_box #line_flow_01,
#top_flow .content #flow_box #line_flow_02,
#top_flow .content #flow_box #line_flow_03 {
	width: 100%;
	height: 20px;
	display: block;
	background-image: url(../images_new/top/line_top-flow_01.png);
	background-repeat: no-repeat;
	background-size: 796px auto;
	background-position: center center;
}
#top_flow .content #flow_box #line_flow_01 {
	margin-top: 36px;
	margin-bottom: 40px;
}
#top_flow .content #flow_box #line_flow_02 {
	margin-top: 30px;
	margin-bottom: 25px;
}
#top_flow .content #flow_box #line_flow_03 {
	margin-top: 54px;
	margin-bottom: 48px;
}
#top_flow .content .link_01 {
	max-width: 364px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


/*-- トップ下部--*/
#top_other .b_bg {
	padding-top: 50px;
}
#top_other .content {
	padding-top: 50px;
}




/*-- お客様の声--*/
#top_other #top_voice  {
	max-width: 1082px;
	padding-bottom: 0;
}
#top_other #top_voice #voice_box {
	background-color: #fff;
	width: 100%;
	margin-top: 54px;
	margin-bottom: 58px;
	position: relative;
}
#top_other #top_voice #voice_box .img01 {
	position: absolute;
	width: 30.5%;
	left: 0;
	top: -192px;
}
#top_other #top_voice #voice_box .img02 {
	position: absolute;
	width: 31.4%;
	right: 0;
	top: -192px;
}
@media screen and (max-width: 1082px) {
	#top_other #top_voice {
		max-width: 980px;
	}
	#top_other #top_voice #voice_box .img01 {
		width: 27.5%;
		top: -182px;
	}
	#top_other #top_voice #voice_box .img02 {
		width: 28.3%;
		top: -182px;
	}
}
@media screen and (max-width: 980px) {
	#top_other #top_voice #voice_box .img01,
	#top_other #top_voice #voice_box .img02 {
		top: -20vw;
	}
}
#top_other #top_voice #voice_box_02 {
	display: flex;
	flex-wrap: wrap;
	max-width: 980px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 130px;
}
#top_other #top_voice #voice_box_02 .voice_block:nth-child(2n) {
	margin-left: 2.6%;
}
#top_other #top_voice #voice_box_02 .voice_block:nth-child(n+3) {
	margin-top: 27px;
}
#top_other #top_voice #voice_box_02 .voice_block {
	width: 48.7%;
	background-color: #fff;
}
#top_other #top_voice #voice_box_02 .voice_block .title_box {
	width: 100%;
	background-color: #42b0cf;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_other #top_voice #voice_box_02 .voice_block .title_box .img {
	width: 15.5%;
}
#top_other #top_voice #voice_box_02 .voice_block .title_box .txt {
	width: 84.5%;
	font-size: 21px;
	line-height: 1.5em;
	color: #fff;
	font-weight: bold;
	padding-left: 18px;
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
}
#top_other #top_voice #voice_box_02 .voice_block:nth-child(6) .title_box .txt {
	letter-spacing: -0.05em;
}
#top_other #top_voice #voice_box_02 .voice_block .txt_box {
	width: 100%;
	background-color: #fff;
	padding: 28px 25px;
}
#top_other #top_voice #voice_box_02 .voice_block .txt_box  p {
	font-size: 16px;
	line-height: 1.5em;
	color: #7d7d7d;
	text-align: justify;
}
@media screen and (max-width: 980px) {
	#top_other #top_voice #voice_box_02 {
		width: 95%;
	}
	#top_other #top_voice #voice_box_02 .voice_block:nth-child(n+3) {
		margin-top: 2.5vw;
	}
	#top_other #top_voice #voice_box_02 .voice_block .title_box .txt {
		font-size: 2vw;
	}
	#top_other #top_voice #voice_box_02 .voice_block .txt_box  p {
		font-size: 1.5vw;
	}
}


/*-- よくある質問 --*/
#top_other #top_faq  {
}
#top_other #top_faq #faq_img_box {
	width: 100%;
	position: relative;
}
#top_other #top_faq #faq_img_box .img {
	position: absolute;
	width: 12%;
	left: 107px;
	top: -243px;
}
#top_other #top_faq #faq_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}
#top_other #top_faq #faq_box .faq_block {
	width: 48.7%;
}
#top_other #top_faq #faq_box .faq_block:nth-child(2n) {
	margin-left: 2.6%;
}
#top_other #top_faq #faq_box .faq_block:nth-child(n+3) {
	margin-top: 27px;
}
#top_other #top_faq #faq_box .faq_block .q_block {
	width: 100%;
	background-color: #42b0cf;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_other #top_faq #faq_box .faq_block .q_block .img {
	width: 24.7%;
}
#top_other #top_faq #faq_box .faq_block .q_block .txt {
	width: 75.3%;
	font-size: 22px;
	line-height: 1.5em;
	color: #fff;
	font-weight: bold;
	padding-left: 14px;
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
}
#top_other #top_faq #faq_box .faq_block .a_block {
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 28px 0;
}
#top_other #top_faq #faq_box .faq_block .a_block .img_box {
	width: 14.8%;
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
}
#top_other #top_faq #faq_box .faq_block .a_block .img_box .img {
	border-right: 1px solid #42b0cf;
}
#top_other #top_faq #faq_box .faq_block .a_block .img img {
	display: block;
	width: 60%;
	margin: 0 auto;
}
#top_other #top_faq #faq_box .faq_block .a_block .txt {
	font-size: 16px;
	line-height: 1.5em;
	color: #7d7d7d;
	width: 85.2%;
	text-align: justify;
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	padding: 0 33px;
}
@media screen and (max-width: 980px) {
	#top_other #top_faq #faq_img_box .img {
		left: 10vw;
		top: -24vw;
	}
	#top_other #top_faq #faq_box {
		width: 95%;
	}
	#top_other #top_faq #faq_box .faq_block:nth-child(n+3) {
		margin-top: 2.5vw;
	}
	#top_other #top_faq #faq_box .faq_block .q_block .txt {
		font-size: 2.2vw;
	}
	#top_other #top_faq #faq_box .faq_block .a_block .txt {
		font-size: 1.5vw;
	}
}


#top_other #top_faq .link_01 {
	max-width: 379px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}




/*-- ポップアップ --*/
.popup {
	display: none;
	background-color: #FFF;
}
.popup .p_content {
	width: 100%;
	background-color: #FFFBE0;
	padding: 40px 0;
}
.popup .p_wrap {
	text-align: center;
	min-height: 1%;
}
.popup .p_content  h2 {
	text-align: center;
	font-size: 32px;
	line-height: 1.2em;
	letter-spacing: 0.03em;
	color: #42b0cf;
	font-weight: bold;
	vertical-align: bottom;
}
.popup .p_content  h2 > span {
	background: linear-gradient(transparent 85%, #ffea00 85%);
}

#flow01 .txt_box {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	background-color: #42B0CF;
	border-radius: 5px;
	padding: 3px 45px;
	margin-top: 54px;
}
#flow01 .txt01 {
	font-size: 20px;
	color: #42B0CF;
	font-weight: bold;
	text-align: center;
	margin-top: 22px;
}
#flow02 .img_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#flow02 .img_box .img_block {
	width: 33.3%;
	max-width: 304px;
}
#flow02 .img_box .img_block .txt {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #42B0CF;
	margin-top: 30px;
	line-height: 1.4em;
}
#flow02 .img_box hr {
	display: block;
	width: 2px;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #42B0CF;
}
#flow02 .img_box .img_block_01 {
	padding-top: 45px;
}
#flow02 .img_box .img_block_03 {
	padding-top: 20px;
}
#flow03 .txt,
#flow04 .txt {
	margin-top: 70px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #42B0CF;
}

#doOpenEntryPopup h2 {
	margin-bottom: 60px;
}


#doOpenEntryPopup h3 {
	text-align: left;
}
#doOpenEntryPopup .submit_rea .btn {
	margin-left: auto;
	margin-right: auto;
}


.fancybox-content {
	width: 100%;
	max-width: 984px;
	padding: 25px;
}
.fancybox-slide--html .fancybox-close-small {
    right: 0;
    top: 0;
}
.fancybox-button svg {
	background-color: #42B0CF;
	border-radius: 50%;
}
.fancybox-button svg path {
    fill: #fff;
}

@media screen and (max-width: 990px) {
	.popup .p_content {
		padding: 5vw 0;
	}
	.popup .p_content  h2 {
		font-size: 3.3vw;
	}

	#flow01 .txt_box {
		font-size: 2vw;
		padding: 0.3vw 4.6vw;
		margin-top: 5.5vw;
	}
	#flow01 .txt01 {
		font-size: 2vw;
		margin-top: 2.2vw;
	}
	#flow02 .img_box .img_block {
		width: 33%;
		max-width: none;
	}
	#flow02 .img_box .img_block .txt {
		font-size: 2vw;
		margin-top: 3vw;
	}
	#flow02 .img_box .img_block_01 {
		padding-top: 4.5vw;
	}
	#flow02 .img_box .img_block_03 {
		padding-top: 2vw;
	}
	#flow03 .txt,
	#flow04 .txt {
		margin-top: 7vw;
		font-size: 2vw;
	}

	.fancybox-content {
		padding: 2.5vw;
	}
}
@media screen and (max-width: 768px) {
	#doOpenEntryPopup h2 {
		font-size: 5vw;
		margin-bottom: 8vw;
	}
}




@media screen and (max-width: 768px) {
	.wrapper .y_bg,
	.wrapper .w_bg {
		padding-top: 6vw;
	}
	hr.hr01 {
		margin: 8vw auto;
	}
	.top-btn_box {
		margin: 11vw auto;
	}
	.wrapper:last-child .content {
		padding-bottom: 8vw;
	}


	/*-- メインイメージ --*/
	h1 .txt_box {
		top: 4.5vw;
		left: 11%;
		width: 78%;
	}
	h1 .txt_box hr {
		height: 0.2vw;
	}
	h1 .txt_box .txt01 {
		font-size: 1.8vw;
		padding: 0.3vw 0 ;
	}
	h1 .txt_box .txt02 {
		font-size: 4.6vw;
		margin-top: 1.8vw;
	}
	h1 .txt_box .txt02 .small {
		font-size: 2.2vw;
		letter-spacing: -0.2em;
	}

	/*-- トップイメージ --*/
	#top_image-box .content {
		display: block;
	}
	#top_image-box .content #req {
		max-width: none;
		padding-top: 13.2vw;
		margin-top: -13.2vw;
		display: block;
	}
	#top_image-box .content #req .req_box {
		border: 2vw solid #fff;
		padding: 2vw 3vw 2vw;
	}
	#top_image-box .content #req .req_box .pop {
		width: 20vw;
		right: -3vw;
		top: -8vw;
	}
	#top_image-box .content #req .req_box .txt01{
		font-size: 6vw;
		text-align: left;
	}
	#top_image-box .content #req .req_box hr {
		margin: 1vw auto 3vw;
		height: 0.4vw;
	}
	#top_image-box .content #req .req_box dl {
		width: 100%;
		display: block;
		max-width: none;
	}
	#top_image-box .content #req .req_box dl + dl {
		margin-top: 6vw;
	}
	#top_image-box .content #req .req_box dl dt {
		width: 100%;
		display: block;
		margin-bottom: 2.5vw;
	}
	#top_image-box .content #req .req_box dl dd {
		width: 100%;
	}
	#top_image-box .content #req .req_box dl dd .left_block {
		width: 42vw;
	}
	#top_image-box .content #req .req_box dl dd .right_block {
		padding-left: 1vw;
	}
	#top_image-box .content #req .req_box dl dd span.line {
		font-size: 5.2vw;
		line-height: 1.2em;
		background: none;
	}
	#top_image-box .content #req .req_box dl dd span.line .b-txt {
		font-size: 7.5vw;
	}
	#top_image-box .content #req .req_box dl dd span.txt-m01,
	#top_image-box .content #req .req_box dl dd span.txt-m02 {
		margin-right: 0;
	}
	#top_image-box .content #req .req_box dl dd span.line .sp-s-txt_01,
	#top_image-box .content #req .req_box dl dd span.line .sp-s-txt_02 {
		font-size: 3.5vw;
	}
	#top_image-box .content #req .req_box dl dd span.line .sp-s-txt_02 {
		display: block;
		margin-top: 1vw;
		line-height: 1em;
		margin-bottom: -6vw;
	}
	#top_image-box .content #req .req_box dl dd select,
	#top_image-box .content #req .req_box dl dd input {
		font-size: 4.5vw;
		line-height: 2em;
		height: 12vw;
	}
	#top_image-box .content #req .req_box dl dd .select_content::after {
		width: 9vw;
		height: 12vw;
		background-image: url(../images_new/top/btn_form_sp.png);
		background-size: contain;
	}
	#top_image-box .content #req .req_box dl dd input {
		width: 23.5vw;
	}
	#top_image-box .content #req .req_box dl dd select {
		width: 32.4vw;
	}
	#top_image-box .content #req .req_box dl dd #date_view {
		font-size: 4.5vw;
	}
	#top_image-box .content #req .req_box dl dd #c-btn img {
		height: 12vw;
	}
	#top_image-box .content #req .req_box dl dd .free-btn {
		width: 100%;
		height: 16.24vw;
	}
	#top_image-box .content #req .req_box .txt02 {
		font-size: 4.5vw;
		line-height: 1.4em;
		font-weight: bold;
		margin-top: 3vw;
		padding-bottom: 1vw;
		text-align: center;
	}
	#top_image-box .content #req .req_box .txt02 img {
		width: 1.5vw;
		margin-left: 2vw;
	}
	#top_image-box .content #req .req_btn {
		width: 100%;
		margin-top: 20px;
		box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.65);
	}
	#top_image-box .content #req .req_btn a {
		font-size:4.2vw;
		text-align: left;
		line-height: 2em;
		padding-left: 2.8vw;
	}

	/*-- 法律に基づく宅配回収--*/
	#top_only .img_box_01 .img_block .txt01 {
		font-size: 26px;
	}
	#top_only .img_box_01 .img_block #img_top-only_01 {
	}
	#top_only .img_box_01 .img_block .yellow_link_b {
		height: 3.4vw;
		line-height: 3.2vw;
		font-size: 1.5vw;
	}

	/*-- 回収できます--*/
	#top_possible .content .img_block_01 > div .txt_catch_01 {
		font-size: 22px;
	}
	#top_possible .content #txt_wakuchin_02_tab {
		margin-top: 15px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		font-size: 16px;
		line-height: 1.625em;
	}

	/*-- 回収の流れ--*/
	#top_flow .content #flow_box .flow_block .txt_box_flow .txt_block_flow p {
		font-size: 26px;
		text-align: left;
	}

	/*-- トップ下部--*/
	#top_other .b_bg {
		padding-top: 4vw;
	}
	#top_other .content {
		padding-top: 4vw;
	}

	/*-- お客様の声--*/
	#top_other #top_voice #voice_box_02 {
		width: 100%;
		margin-bottom: 3vw;
	}
	#top_other #top_voice #voice_box_02 .voice_block .title_box .txt {
		font-size: 1.9vw;
	}
	#top_other #top_voice #voice_box_02 .voice_block .txt_box  p {
		font-size: 1.8vw;
	}

	/*-- よくある質問 --*/
	#top_other #top_faq #faq_box {
		width: 100%;
	}
	#top_other #top_faq #faq_box .faq_block .q_block .txt {
		font-size: 2.0vw;
	}
	#top_other #top_faq #faq_box .faq_block .a_block .txt {
		padding: 0 5%;
		font-size: 1.7vw;
	}
}

@media screen and (max-width: 450px) {
	.wrapper .y_bg,
	.wrapper .w_bg {
		padding-top: 9vw;
	}
	hr.hr01 {
		margin: 12vw auto;
	}
	.top-btn_box {
		margin: 16vw auto;
	}
	.wrapper:last-child .content {
		padding-bottom: 12vw;
	}

	/*-- メインイメージ --*/
	h1 {
		background-color: #fff;
		padding: 4vw 0 5vw;
	}
	h1 .img {
		display: none;
	}
	h1 .txt_box {
		position: static;
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	h1 .txt_box hr {
		width: 100%;
		height: 0.7vw;
		background-image: url(../images_new/top/line_mainimage_sp.png);
	}
	h1 .txt_box .txt01 {
		font-size: 4.2vw;
		padding: 0.9vw 0 ;
	}
	h1 .txt_box .txt02 {
		font-size: 10vw;
		letter-spacing: -0.05em;
		line-height: 11vw;
		margin-top: 1.5vw;
	}
	h1 .txt_box .txt02 .ora {
		color: #F39800;
	}
	h1 .txt_box .txt02 .small {
		font-size: 7.5vw;
		line-height: 11vw;
		letter-spacing: -0.2em;
	}

	/*-- トップイメージ --*/
	#top_image-box {
	}
	#top_image-box .content {
		padding: 0;
		width: 100%;
	}
	#top_image-box .content .video {
		width: 100%;
		max-width: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	#top_image-box .content .video video {
		border: none;
	}
	#top_image-box .content #req {
		max-width: none;
		padding-top: 13.2vw;
		margin-top: -13.2vw;
		width: 90%;
	}


	/*-- 法律に基づく宅配回収--*/
	#top_only .img_box_01 {
		display: block;
	}
	#top_only .img_box_01 .img_block {
		width: 100%;
	}
	#top_only .img_box_01 .img_block .txt01 {
		margin-top: 6vw;
		font-size: 6.2vw;
	}
	#top_only .img_box_01 .img_block .btn {
		width: 100%;
		margin-top: 5vw;
	}
	#top_only .img_box_01 .img_block .yellow_link_b {
		height: 8.8vw;
		line-height: 8.6vw;
		font-size: 4vw;
	}
	#top_only .img_box_01 .line {
		display: block;
		width: 100%;
		height: 1px;
		margin: 8vw auto;
	}
	#top_only .img_box_01 .img_block #img_top-only_01,
	#top_only .img_box_01 .img_block #img_top-only_02 {
		padding: 0;
	}


	/*-- 回収できます--*/
	#top_possible .content .img_block_01 {
		display: block;
		margin-top: 7vw;
	}
	#top_possible .content .img_block_01 > div + div {
		border-left: 0px;
		border-top: 1px solid #42b0cf;
	}
	#top_possible .content .img_block_01 .img_01,
	#top_possible .content .img_block_01 .img_02,
	#top_possible .content .img_block_01 .img_03 {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	#top_possible .content .img_block_01 .img_01 .img,
	#top_possible .content .img_block_01 .img_03 .img {
		display: block;
		width: 91%;
		margin-left: auto;
		margin-right: auto;
	}
	#top_possible .content .img_block_01 .img_01 {
		padding-bottom: 2vw;
	}
	#top_possible .content .img_block_01 .img_02 {
		padding-top: 2vw;
		padding-bottom: 2vw;
	}
	#top_possible .content .img_block_01 .img_03 .img {
		margin-top: -2vw;
	}
	#top_possible .content .img_block_01 > div .txt_catch_01 {
		margin-top: 2vw;
		padding-bottom: 3vw;
		font-size: 6.2vw;
	}
	#top_possible .content #txt_wakuchin_02_tab {
		display: none;	}


	/*-- 回収の流れ--*/
	#top_flow .content h2 span {
		letter-spacing: -2px;
	}
	#top_flow .content #flow_box {
		margin-top: 11vw;
	}
	#top_flow .content #flow_box .flow_block {
		display: block;
	}
	#top_flow .content #flow_box .flow_block .img_flow {
		width: 80%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 7vw;
	}
	#top_flow .content #flow_box .flow_block .txt_box_flow {
		width: 100%;
		display: block;
	}
	#top_flow .content #flow_box .flow_block .txt_box_flow .txt_block_flow p {
		text-align: center;
		font-size: 6.2vw;
		line-height: 1.5em;
	}
	#top_flow .content #flow_box .flow_block .txt_box_flow .txt_block_flow .box-txt {
		margin-top: 2vw;
		font-size: 4.5vw;
		line-height: 1.7em;
		max-width: none;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	#top_flow .content #flow_box .flow_block .txt_box_flow .txt_block_flow .txt_sub {
		font-size: 3vw;
		margin-top: 2vw;
	}
	#top_flow .content #flow_box #line_flow_01,
	#top_flow .content #flow_box #line_flow_02,
	#top_flow .content #flow_box #line_flow_03 {
		margin-top: 8vw;
		margin-bottom: 5vw;
	}


	/*-- トップ下部--*/
	#top_other .b_bg {
		padding-top: 6vw;
	}
	#top_other .content {
		padding-top: 6vw;
	}


	/*-- お客様の声--*/
	#top_other #top_voice #voice_box {
		margin-top: 7.5vw;
		margin-bottom: 8.5vw;
	}
	#top_other #top_voice #voice_box_02 {
		display: block;
		width: 100%;
		margin-bottom: 16vw;
	}
	#top_other #top_voice #voice_box_02 .voice_block {
		width: 100%;
	}
	#top_other #top_voice #voice_box_02 .voice_block:nth-child(2n) {
		margin-left: 0%;
	}
	#top_other #top_voice #voice_box_02 .voice_block:nth-child(n+2),
	#top_other #top_voice #voice_box_02 .voice_block:nth-child(n+3) {
		margin-top: 5vw;
	}
	#top_other #top_voice #voice_box_02 .voice_block .title_box .txt {
		font-size: 4vw;
		padding-left: 3vw;
	}
	#top_other #top_voice #voice_box_02 .voice_block .txt_box {
		padding: 5vw 4vw;
	}
	#top_other #top_voice #voice_box_02 .voice_block .txt_box  p {
		font-size: 3.8vw;
		text-align: justify;
	}


	/*-- よくある質問 --*/
	#top_other #top_faq #faq_box {
		display: block;
		width: 100%;
	}
	#top_other #top_faq #faq_box .faq_block {
		width: 100%;
	}
	#top_other #top_faq #faq_box .faq_block:nth-child(2n) {
		margin-left: 0%;
	}
	#top_other #top_faq #faq_box .faq_block:nth-child(n+2),
	#top_other #top_faq #faq_box .faq_block:nth-child(n+3) {
		margin-top: 5vw;
	}
	#top_other #top_faq #faq_box .faq_block .q_block .txt {
		font-size: 4.4vw;
		padding-left: 2vw;
	}
	#top_other #top_faq #faq_box .faq_block .a_block {
		padding: 4vw 0;
	}
	#top_other #top_faq #faq_box .faq_block .a_block .txt {
		font-size: 3.8vw;
		padding: 0 5vw;
		text-align: justify;
	}

	/*-- ポップアップ --*/
	.popup .p_content {
		min-height: none;
		padding: 5vw 0;
	}
	.popup .p_content  h2 {
		font-size: 5.3vw;
	}

	#flow01 .txt_box {
		font-size: 4vw;
		padding: 0.3vw 4.6vw;
		margin-top: 5.5vw;
	}
	#flow01 .txt02 {
		text-align: left;
		font-size: 4vw;
		color: #42B0CF;
		display: inline-block;
		margin-top: 2.2vw;
	}
	#flow02 .img_box {
		display: block;
		padding: 3vw 0px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#flow02 .img_box .img_block {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	#flow02 .img_box .img_block .txt {
		font-size: 3.5vw;
		margin-top: 3vw;
	}
	#flow02 .img_box hr {
		display: block;
		width: auto;
		height: 2px;
		padding: 0;
		margin: 6vw 4vw;
		border: 0;
		background-color: #42B0CF;
	}
	#flow02 .img_box .img_block_01,
	#flow02 .img_box .img_block_03 {
		padding-top: 0px;
	}
	#flow02 .img_box .img_block_02 .img {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	#flow03 .txt,
	#flow04 .txt {
		margin-top: 6vw;
		font-size: 4vw;
	}

	.fancybox-content {
		padding: 4vw;
	}

	.entry-step {
		margin-top: -20px !important;
	}
}
