@charset "UTF-8";
/* CSS Document */

/*--- ボタン ---*/
.btn01 {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}


/*--- ヘッダー ---*/
header .header_content .btn_box {
	position: absolute;
	display: block;
	width: 192px;
	top: 30px;
	right: 26px;
}
header .header_content .btn_box .btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

header .header_content .menu_list li.top a {
	color: #000;
	background-image: url("../images/common/menu_active.svg");
}
@media screen and (max-width: 1200px) {
	/*--- ヘッダー ---*/
	header .header_content .btn_box {
		width: 16vw;
		top: 2.5vw;
		right: 2.2vw;
	}
}




/*--- メインイメージ ---*/
h1 {
}



/*--- 背景 ---*/
#container .bg {
	background-image: url("../images/top/bg_top_pc.svg"),url("../images/top/bg_bottom_pc.svg"),url("../images/top/bg_base_pc.svg");
	background-repeat: no-repeat;
	background-size: 437px auto,571px auto, cover;
	background-position: left top,right bottom,center top;
}



/*--- 役に立てるサービス ---*/
#service_section {
	padding: 50px 0 84px;
}
#service_section h2 {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.4em;
	text-align: center;
}
#service_section .service_list {
	width: 936px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 26px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#service_section .service_list li {
	width: 31.5%;
}
#service_section .btn01 {
	margin-top: 40px;
}



/*--- ページリンク ---*/
#page_link {
	background-color: #305a9a;
	padding: 18px 0;
}
#page_link .link_list {
	max-width: 980px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#page_link .link_list li {
	width: 33.333%;
	border-right: 1px solid #fff;
}
#page_link .link_list li a {
	position: relative;
	display: block;
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	padding: 14px 0 50px;
	background-image: url("../images/top/link_icon_pc.svg");
	background-repeat: no-repeat;
	background-size: 18px auto;
	background-position: center bottom 34px;
}
#page_link .link_list li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 84.7%;
	height: 5px;
	background-color: #fff200;
	left: 7.65%;
	bottom: 17px;
}



/*--- ポイント ---*/
#point_section .wrap01 {
	padding-top: 96px;
}
#point_section .point_block {
}
#point_section .point_block + .point_block {
	margin-top: 50px;
	padding-top: 50px;
	background-image: url("../images/top/line_pc.png");
	background-repeat: repeat-x;
	background-size: auto 5px;
	background-position: left top;
}
#point_section .point_block .no {
	width: 199px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 22px;
}
#point_section .point_block h2 {
	font-size: 34px;
	font-weight: 900;
	color: #305a9a;
	text-align: center;
	line-height: 1.6em;
}
#point_section .point_block h2 .txt_line {
    display: inline-block;
    background: linear-gradient(transparent 80%, #ffea00 80%);
    padding: 0 0.1em;
}
#point_section .point_block .img01 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
}
#point_section .point_block .sp_txt_box_01 {
	width: 626px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 26px;
	background-color: #fff67f;
	padding: 20px 0;
}
#point_section .point_block .sp_txt_box_01 p {
	font-size: 28px;
	font-weight: 900;
	line-height: 1.4em;
	text-align: center;
}
#point_section .caution_box {
	background-color: #d7eefa;
	border-radius: 4px;
	padding-top: 50px;
	padding-bottom: 42px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 106px;
}
#point_section .caution_box .txt_box_01 {
	background-color: #fff67f;
	width: 71.6%;
	margin-left: auto;
	margin-right: auto;
	padding: 12px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#point_section .caution_box .txt_box_01 .icon,
#point_section .caution_box .txt_box_01 .txt01 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#point_section .caution_box .txt_box_01 .icon {
	width: 7.2%;
	margin-right: 2.6%;
}
#point_section .caution_box .txt_box_01 .txt01 {
	font-size: 25px;
	font-weight: bold;
	color: #0091ac;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin-right: -0.5em;
}
#point_section .caution_box .txt_box_01 .txt01 strong {
	color: #e8380d;
}
#point_section .caution_box .message {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #e8380d;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin-top: 15px;
}
#point_section .caution_box .case {
	margin-top: 24px;
}
#point_section .caution_box .case .title {
	width: 389px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: 500;
	color: #0091ac;
	letter-spacing: 0.1em;
	text-align: center;
	border: 1px solid #0091ac;
	border-radius: 1.5em;
	padding: 0.2em 0 0.4em;
}
#point_section .caution_box .case .case_list {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#point_section .caution_box .case .case_list li {
	width: 21.8%;
}
#point_section .caution_box .case .link01 {
	margin-top: 26px;
	text-align: center;
}
#point_section .caution_box .case .link01 a {
	display: inline-block;
	padding-left: 30px;
	background-image: url("../images/top/point_link_icon_pc.svg");
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: left 5px;
	font-size: 15px;
	line-height: 2em;
	color: #305a9a;
	text-decoration: underline;
}
#point_section .btn01 {
	margin-top: 26px;
}



/*--- 回収品目 ---*/
#target_section {
	margin-top: 78px;
}
#target_section .target_wrap {
	max-width: 980px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#target_section h2 {
	display: block;
	background-color: #305a9a;
	padding: 44px 0 36px;
}
#target_section h2 .txt01 {
	display: block;
	width: 287px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	color: #305a9a;
	padding: 0.2em 0 0.2em;
}
#target_section h2 .txt02 {
	display: block;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	color: #fff200;
	line-height: 1.6em;
	margin-top: 18px;
}
#target_section .target_content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 4px solid #d7eefa;
	border-top: none;
	padding-top: 62px;
	padding-bottom: 66px;
}
#target_section .target_product {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
#target_section .target_product + .target_product {
	margin-top: 30px;
}
#target_section .target_product h3 {
	display: block;
	background-color: #305a9a;
	text-align: center;
	padding: 20px 0 25px;
}
#target_section .target_product h3 .txt01,
#target_section .target_product h3 .txt02 {
	display: block;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
}
#target_section .target_product h3 .txt01 {
	font-size: 29px;
}
#target_section .target_product h3 .txt02 {
	font-size: 25px;
	margin-top: 0.3em;
}
#target_section .target_product .img_box {
	padding-top: 32px;
	padding-bottom: 40px;
}
#target_section .target_product .img_box .other_txt_01 {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7em;
	color: #305a9a;
	margin-top: 54px;
}
#target_section .target_product .img_box .other_txt_02 {
	display: flex;
	justify-content: center;
}
#target_section .target_product .img_box .other_txt_02 ul {
	font-size: 20px;
    font-weight: bold;
    line-height: 1.7em;
    color: #305a9a;
}
#target_section .target_product .img_box .other_txt_02 ul li {
	list-style-type: disc;
}
#target_section .target_product .comment {
	text-align: right;
}
#target_section .target_product .comment .faq_link {
	color: blue;
	text-decoration: underline;
	margin-right: 0.5em;
}
#target_section .btn01 {
	display: none;
}
@media screen and (max-width: 1400px) {
	#target_section .btn01 {
		display: block;
		margin-top: 60px;
	}
}



/*--- 回収の流れ ---*/
#flow_section {
	margin-top: 74px;
	padding-bottom: 72px;
}
#flow_section h2 {
	font-size: 36px;
	font-weight: bold;
	color: #305a9a;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.5em;
}
#flow_section h2 span {
    display: inline-block;
    background: linear-gradient(transparent 80%, #ffea00 80%);
    padding: 0 0.3em;
}
#flow_section .flow_block {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}
#flow_section .flow_block .left_block {
	margin-left: 23.9%;
	width: 31.8%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#flow_section .flow_block .right_block {
	margin-left: -4.4%;
	width: 37.6%;
}
#flow_section .flow_block h3 {
	font-size: 28px;
	font-weight: bold;
	color: #305a9a;
	text-align: left;
	line-height: 1.4em;
}
#flow_section .flow_block .sub_txt{
	text-align: left;
	margin-top: 10px;
}
#flow_section .flow_block .sub_txt span {
	display: inline-block;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.2em;
	background-color: #305a9a;
	padding: 0.3em 0.5em 0.4em;
}
#flow_section .flow_block .img01 {
}
#flow_section .arrow {
	margin: 38px auto 21px;
}
#flow_section .arrow .faq_link {
	color: blue;
	text-decoration: underline;
	float: right;
	margin-right: 5em;
	margin-bottom: 0.5em;
}
#flow_section .txt_box_01 {
	text-align: left;
	margin-top: 10px;
}
#flow_section .txt_box_01 .txt_list_01 {
	display: inline-block;
}
#flow_section .txt_box_01 .txt_list_01 li {
	font-size: 11px;
	line-height: 1.4em;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
#flow_section .btn01 {
	margin-top: 74px;
}



@media screen and (max-width: 1040px) {
	/*--- ボタン ---*/
	.btn01 {
		width: 53.9vw;
	}




	/*--- 背景 ---*/
	#container .bg {
		background-size: 42vw auto,54.9vw auto, cover;
	}



	/*--- 役に立てるサービス ---*/
	#service_section {
		padding: 4.8vw 0 8.1vw;
	}
	#service_section h2 {
		font-size: 2.9vw;
	}
	#service_section .service_list {
		width: 90vw;
		margin-top: 2.5vw;
	}
	#service_section .btn01 {
		margin-top: 3.9vw;
	}



	/*--- ページリンク ---*/
	#page_link {
		padding: 1.7vw 0;
	}
	#page_link .link_list {
		max-width: none;
		width: 94.2vw;
	}
	#page_link .link_list li a {
		font-size: 2.6vw;
		padding: 1.4vw 0 4.8vw;
		background-size: 1.7vw auto;
		background-position: center bottom 3.3vw;
	}
	#page_link .link_list li a::after {
		height: 0.5vw;
		bottom: 1.6vw;
	}



	/*--- ポイント ---*/
	#point_section .wrap01 {
		padding-top: 9.2vw;
	}
	#point_section .point_block + .point_block {
		margin-top: 4.8vw;
		padding-top: 4.8vw;
		background-size: auto 0.5vw;
	}
	#point_section .point_block .no {
		width: 19.1vw;
		margin-bottom: 2.1vw;
	}
	#point_section .point_block h2 {
		font-size: 3.3vw;
	}
	#point_section .point_block .img01 {
		margin-top: 3.1vw;
	}
	#point_section .point_block .sp_txt_box_01 {
		width: 60.2vw;
		margin-top: 2.5vw;
		padding: 1.9vw 0;
	}
	#point_section .point_block .sp_txt_box_01 p {
		font-size: 2.7vw;
	}
	#point_section .caution_box {
		border-radius: 0.4vw;
		padding-top: 4.8vw;
		padding-bottom: 4.1vw;
		width: 81.7vw;
		margin-top: 10.2vw;
	}
	#point_section .caution_box .txt_box_01 {
		padding: 1.2vw 0;
	}
	#point_section .caution_box .txt_box_01 .txt01 {
		font-size: 2.4vw;
	}
	#point_section .caution_box .message {
		font-size: 2vw;
		margin-top: 1.4vw;
	}
	#point_section .caution_box .case {
		margin-top: 2.3vw;
	}
	#point_section .caution_box .case .title {
		width: 37.4vw;
		font-size: 1.7vw;
	}
	#point_section .caution_box .case .case_list {
		width: 64.4vw;
		margin-top: 1.9vw;
	}
	#point_section .caution_box .case .link01 {
		margin-top: 2.5vw;
	}
	#point_section .caution_box .case .link01 a {
		padding-left: 2.9vw;
		background-size: 2.1vw auto;
		background-position: left 0.5vw;
		font-size: 1.4vw;
	}
	#point_section .btn01 {
		margin-top: 2.5vw;
	}



	/*--- 回収品目 ---*/
	#target_section {
		margin-top: 7.5vw;
	}
	#target_section .target_wrap {
		max-width: none;
		width: 94.2vw;
	}
	#target_section h2 {
		padding: 4.2vw 0 3.5vw;
	}
	#target_section h2 .txt01 {
		width: 27.6vw;
		font-size: 2.9vw;
	}
	#target_section h2 .txt02 {
		font-size: 3.1vw;
		margin-top: 1.7vw;
	}
	#target_section .target_content {
		border: 0.4vw solid #d7eefa;
		padding-top: 6vw;
		padding-bottom: 6.4vw;
	}
	#target_section .target_product {
		width: 81.7vw;
		box-shadow: 0 0.5vw 0.5vw 0 rgba(0, 0, 0, 0.1);
	}
	#target_section .target_product + .target_product {
		margin-top: 2.9vw;
	}
	#target_section .target_product h3 {
		padding: 1.9vw 0 2.4vw;
	}
	#target_section .target_product h3 .txt01 {
		font-size: 2.8vw;
	}
	#target_section .target_product h3 .txt02 {
		font-size: 2.4vw;
	}
	#target_section .target_product .img_box {
		padding-top: 3.1vw;
		padding-bottom: 3.9vw;
	}
	#target_section .target_product .img_box .other_txt_01 {
		font-size: 2.2vw;
		margin-top: 5.2vw;
	}
	#target_section .target_product .img_box .other_txt_02 ul {
		font-size: 1.8vw;
	}
	#target_section .btn01 {
		margin-top: 5.8vw;
	}



	/*--- 回収の流れ ---*/
	#flow_section {
		margin-top: 7.1vw;
		padding-bottom: 6.9vw;
	}
	#flow_section h2 {
		font-size: 3.5vw;
		margin-bottom: 2.9vw;
	}
	#flow_section .flow_block h3 {
		font-size: 2.7vw;
	}
	#flow_section .flow_block .sub_txt{
		margin-top: 1vw;
	}
	#flow_section .flow_block .sub_txt span {
		font-size: 1.8vw;
	}
	#flow_section .arrow {
		margin: 3.7vw auto 2vw;
	}
	#flow_section .txt_box_01 {
		margin-top: 1vw;
	}
	#flow_section .txt_box_01 .txt_list_01 {
		width: 88%;
		display: inline-block;
	}
	#flow_section .txt_box_01 .txt_list_01 li {
		font-size: 1.1vw;
	}
	#flow_section .btn01 {
		margin-top: 7.1vw;
	}
}




@media screen and (max-width: 768px) {
	/*--- ボタン ---*/
	.btn01 {
		width: 85.6vw;
	}



	/*--- ヘッダー ---*/
	header .header_content .btn_box {
		display: none;
	}



	/*--- 背景 ---*/
	#container .bg {
		background-image: url("../images/top/bg_top_sp.svg"),url("../images/top/bg_bottom_sp.svg"),url("../images/top/bg_base_sp.svg");
		background-size: 28.3vw auto,44vw auto, cover;
	}



	/*--- 役に立てるサービス ---*/
	#service_section {
		padding: 4.4vw 0 4.8vw;
	}
	#service_section h2 {
		font-size: 4vw;
	}
	#service_section .service_list {
		width: 88%;
		margin-top: 3vw;
	}
	#service_section .service_list li {
		width: 31.5%;
	}
	#service_section .btn01 {
		margin-top: 3.5vw;
	}



	/*--- ページリンク ---*/
	#page_link {
		padding: 1.6vw 0;
	}
	#page_link .link_list li a {
		font-size: 3.6vw;
		padding: 0.8vw 0 5.5vw;
		background-size: 2.4vw auto;
		background-position: center bottom 3.2vw;
	}
	#page_link .link_list li a::after {
		width: 81.8%;
		height: 0.7vw;
		left: 9.1%;
		bottom: 1.1vw;
	}



	/*--- ポイント ---*/
	#point_section .wrap01 {
		padding-top: 12.7vw;
	}
	#point_section .point_block {
	}
	#point_section .point_block + .point_block {
		margin-top: 7.2vw;
		padding-top: 7.2vw;
		background-image: url("../images/top/line_sp.png");
		background-size: auto 0.7vw;
	}
	#point_section .point_block .no {
		width: 40.8%;
		margin-bottom: 3.2vw;
	}
	#point_section .point_block h2 {
		font-size: 5.7vw;
	}
	#point_section .point_block .img01 {
		margin-top: 4vw;
	}
	#point_section .point_block .sp_txt_box_01 {
		width: 66.4%;
		margin-top: 2.9vw;
		padding: 2.1vw 0 2.2vw;
	}
	#point_section .point_block .sp_txt_box_01 p {
		font-size: 3.9vw;
	}
	#point_section .caution_box {
		width: 100%;
		border-radius: 0;
		padding-top: 5.3vw;
		padding-bottom: 5.3vw;
		margin-top: 8.3vw;
	}
	#point_section .caution_box .txt_box_01 {
		width: 86.8%;
		padding: 3.7vw 0;
		justify-content: flex-start;
	}
	#point_section .caution_box .txt_box_01 .icon {
		width: 16.9%;
		margin-left: 5.6%;
		margin-right: 3%;
	}
	#point_section .caution_box .txt_box_01 .txt01 {
		width: 72.4%;
		font-size: 4.4vw;
		letter-spacing: 0.05em;
		margin-right: 0;
	}
	#point_section .caution_box .message {
		font-size: 3.9vw;
		letter-spacing: 0.05em;
		margin-top: 2.2vw;
	}
	#point_section .caution_box .case {
		margin-top: 5.1vw;
	}
	#point_section .caution_box .case .title {
		width: 75.6%;
		font-size: 3.6vw;
	}
	#point_section .caution_box .case .case_list {
		width: 80%;
		margin-top: 3.7vw;
	}
	#point_section .caution_box .case .case_list li {
		width: 45.6%;
	}
	#point_section .caution_box .case .case_list li:nth-child(n+3) {
		margin-top: 6.1vw;
	}
	#point_section .caution_box .case .link01 {
		margin-top: 5.8vw;
	}
	#point_section .caution_box .case .link01 a {
		padding-left: 6.4vw;
		background-image: url("../images/top/point_link_icon_sp.svg");
		background-size: 4.8vw auto;
		background-position: left 1.1vw;
		font-size: 3.2vw;
	}
	#point_section .btn01 {
		margin-top: 5.1vw;
	}



	/*--- 回収品目 ---*/
	#target_section {
		margin-top: 10.1vw;
	}
	#target_section .target_wrap {
		width: 89.3%;
	}
	#target_section h2 {
		padding: 8vw 0 5.3vw;
	}
	#target_section h2 .txt01 {
		width: 53.9%;
		font-size: 5.1vw;
		letter-spacing: 0.05em;
		padding: 0.3em 0 0.4em;
	}
	#target_section h2 .txt02 {
		font-size: 5.7vw;
		letter-spacing: 0.08em;
		margin-top: 3.2vw;
	}
	#target_section .target_content {
		border-width: 1.2vw;
		padding-top: 7.1vw;
		padding-bottom: 6.9vw;
	}
	#target_section .target_product {
		width: 83%;
		box-shadow: 0 1.3vw 1.3vw 0 rgba(0, 0, 0, 0.1);
	}
	#target_section .target_product + .target_product {
		margin-top: 4.8vw;
	}
	#target_section .target_product h3 {
		padding: 3.3vw 0 3.6vw;
	}
	#target_section .target_product h3 .txt01 {
		font-size: 5.1vw;
	}
	#target_section .target_product h3 .txt02 {
		font-size: 3.6vw;
	}
	#target_section .target_product .img_box {
		padding-top: 6.4vw;
		padding-bottom: 7.5vw;
	}
	#target_section .target_product .img_box .other_txt_01 {
		font-size: 3.2vw;
		line-height: 1.4em;
		margin-top: 4.8vw;
	}
	#target_section .target_product .img_box .other_txt_02 ul {
		font-size: 2.5vw;
		line-height: 1.4em;
	}
	#target_section .target_product .comment .faq_link {
		font-size: 3.2vw;
		line-height: 1.4em;
	}
	#target_section .btn01 {
		margin-top: 6.9vw;
	}



	/*--- 回収の流れ ---*/
	#flow_section {
		margin-top: 7.5vw;
		padding-bottom: 8.3vw;
	}
	#flow_section h2 {
		font-size: 6.1vw;
		font-weight: 900;
		margin-bottom: 4.5vw;
	}
	#flow_section .flow_block {
		display: block;
	}
	#flow_section .flow_block .left_block {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	#flow_section .flow_block .right_block {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#flow_section .flow_block h3 {
		font-size: 4.5vw;
		text-align: center;
	}
	#flow_section .flow_block .sub_txt{
		text-align: center;
		margin-top: 1.1vw;
	}
	#flow_section .flow_block .sub_txt span {
		font-size: 3.1vw;
	}
	#flow_section .flow_block .img01 {
		margin-top: 4vw;
	}
	#flow_section .arrow {
		margin: 4.8vw auto 4vw;
	}
	#flow_section .arrow .faq_link {
		float: right;
		margin: 0px;
		font-size: 3.2vw;
		line-height: 1.4em;
	}
	#flow_section .txt_box_01 {
		text-align: center;
		margin-top: 4.3vw;
	}

	#flow_section .txt_box_01 .txt_list_01 {
		width: auto;
	}
	#flow_section .txt_box_01 .txt_list_01 li {
		font-size: 2.7vw;
	}
	#flow_section .btn01 {
		margin-top: 5.3vw;
	}






}
