@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 15px;
	padding-bottom: 8px;
	background-color: #A5D496;
}

.mainVisual .linkUl {
	padding-top: 0;
}
@media screen and (max-width: 767px){
	#container #conts .sec01{
		padding: 9px 0 30px;
		border-top: 10px solid #DFDAD1;
	}
	#container #conts .sec01 .whiteBox {
        margin-bottom: 0;
        padding: 0 !important;
		overflow: hidden;
    }
	#container #conts .sec01 .whiteBox .photo {
		margin: 0 -3px 43px 0 !important;
	}
	#container #conts .sec01 .btmTxt {
		margin: 0 8px 0 10px;
		width: auto;
		padding-top: 35px;
	}
}
#main {
	width: auto;
}

#conts {
	padding: 0;
	margin: 0 0 0 -17px;
	width: 790px;
	position: relative;
	background: #fff;
}

#conts .sec01 {
	padding: 20px 0 89px;
}

#conts .sec01 .sub {
	margin-bottom: -35px;
	padding: 5px 7px 0 42px;
	position: relative;
	z-index: 1;
}

#conts .sec01 .sub .img {
	margin-top: 3px;
	float: left;
}

#conts .sec01 .sub .rImg {
	float: right;
}

#conts .sec01 .whiteBox {
	margin: 0 0 66px;
    padding: 0 48px 0 35px;
    background-color: #fff;
}

#conts .sec01 .whiteBox .photo {
	float: left;
}

#conts .sec01 .whiteBox .textBox {
	margin-top: -41px;
	float: right;
	width: 321px;
	text-align: center;
}

#conts .sec01 .whiteBox .textBox .textImg {
	margin-bottom: 29px;
}

#conts .sec01 .whiteBox .textBox .link a:hover {
	opacity: 0.7;
}

#conts .sec01 .btmTxt {
    padding-top: 70px;
	text-align: center;
}

#conts .sec02 {
	padding: 122px 50px 6px;
	position: relative;
	background-color: #DEF3E0;
}

#conts .sec02 .arrow {
	position: absolute;
	top: -53px;
	left: 50%;
	margin-left: -256px;
}

#conts .sec02 .inner {
	padding: 4px 0 41px;
	border-top: 2px solid #EFCC81;
}

#conts .sec02 .inner .photo {
	float: left;
}

#conts .sec02 .inner .photo img {
	width: 438px;
}

#conts .sec02 .inner .textBox {
	float: right;
	width: 235px;
}

#conts .sec02 .inner .textBox p {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.61;
	letter-spacing: -0.8px;
}

#conts .sec02 .inner .textBox .name {
	margin-bottom: -3px;
	color: #772228;
	font-size: 26px;
	font-weight: bold;
}

#conts .sec02 .inner .textBox .border {
	margin-bottom: 7px;
	padding: 0 50px 6px 0;
	font-size: 14.5px;
	position: relative;
	border-bottom: 2px solid #A6B6A7;
}

#conts .sec02 .inner .textBox .border span {
	font-size: 27px;
	display: block;
	position: absolute;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	color: #A62329;
	top: -10px;
	right: 0;
}

#conts .sec02 .inner .textBox .link {
	margin-top: 10px;
	text-align: right;
}

#conts .sec02 .inner .textBox .link a {
	padding: 3px 15px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	text-decoration: none;
	background: #818A40;
}

#conts .sec02 .inner .textBox .link a:hover {
	opacity: 0.7;
}

#conts .sec02 .btmLink {
	margin-top: -27px;
	text-align: center;
}

#main .comBox {
	width: 990px;
	margin: 0 auto;
}

#main .sec03 {
	padding: 52px 30px 0;
	margin: 0 auto;
	width: 1024px;
	box-sizing: border-box;
	background: url(../common/img/com_bg.jpg) repeat left top;	
}

#main .sec03 .whiteBox {
	padding: 30px 20px 39px 35px;
	background: #fff;
}

#main .sec03 .whiteBox .photoBox {
	float: right;
	width: 443px;
	text-align: right;
}

#main .sec03 .whiteBox .photoBox .img {
	margin-bottom: 20px;
}

#main .sec03 .whiteBox .textBox {
	margin-top: 10px;
	float: left;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	width: 450px;
}

#main .sec03 .whiteBox .textBox .ttl {
	margin: 0 -20px 50px 0;
	font-size: 34px;
	color: #49801E;
	line-height: 1.67;
	letter-spacing: -2px;
}

#main .sec03 .whiteBox .textBox .ttl img {
	width: 468px;
}

#main .sec03 .whiteBox .textBox p {
	margin-bottom: 28px;
	font-size: 17px;
}

#main .sec03 .whiteBox .textBox p:last-child {
	margin-bottom: 0;
}

#main .checkBox {
	margin: 0 auto 45px;
	width: 1024px;
	position: relative;
	box-sizing: border-box;
}

#main .checkBox .subBox {
	padding: 32px 48px 25px 52px;
	background-color: #DAF2DC;
}

#main .checkBox .img {
	position: absolute;
	left: 63px;
	top: -17px;
}

#main .checkBox .photoUl {
	margin: 0 8px 6px 0;
	position: relative;
}

#main .checkBox .photoUl li {
	margin-right: 0.66%;
	float: left;
	width: 24.5%;
	text-align: center;
}

#main .checkBox .photoUl li span {
	display: block;
	font-size: 16px;
	color: #534741;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	margin-bottom: 5px;
}

#main .checkBox .photoUl li:nth-child(4) {
	margin-right: 0;
}

#main .checkBox .photoUl li img {
	width: 100%;
}

#main .checkBox .inner .photoBox {
	float: left;
	width: 660px;
}

#main .checkBox .inner .photoBox .ttl {
	margin: 0 106px 13px 0;
	padding: 11px 15px 9px;
	color: #534741;
	position: relative;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	font-size: 27px;
	letter-spacing: -1px;
	background: #fff;
}

#main .checkBox .inner .photoBox .ttl img {
	width: 447px;
}

#main .checkBox .inner .photoBox .ttl:before {
	position: absolute;
	background: url(../img/green/check_bg.png) no-repeat;
	width: 106px;
	left: 100%;
	top: 0;
	bottom: 0;
	background-size: 106px 100%;
	content: "";
}

#main .checkBox .txtLink a {
	font-size: 16px;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #8A272D;
}

#main .checkBox .textBox {
	margin-top: 2px;
	float: right;
	width: 240px;
}

#main .checkBox .textBox li {
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	font-size: 16px;
	line-height: 1.64;
	letter-spacing: -0.5px;
	position: relative;
	border-bottom: 1px solid #A5D496;
}

#main .checkBox .textBox li:nth-child(12) {
	letter-spacing: -2.5px;
}

#main .checkBox .textBox li:last-child {
	letter-spacing: -2.5px;
}

#main .checkBox .textBox li:before {
	position: absolute;
	top: 10px;
	left: -12px;
	background: #534741;
	width: 6px;
	height: 6px;
	content: "";
	border-radius: 100%;
}

#main .sec04 {
	margin: 0 auto 44px;
	width: 862px;
}

#main .sec04 h2 {
	margin-bottom: 25px;
	font-size: 32px;
	color: #457A1D;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	text-align: center;
}

#main .sec04 h2 img {
	width: 517px;
}

#main .sec04 .topTxt {
	margin-bottom: 21px;
	font-size: 16px;
	line-height: 1.75;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	text-align: center;
	letter-spacing: -1px;
}

#main .sec04 .inner {
	padding-right: 56px;
}

#main .sec04 .inner .photo {
	float: left;
	width: 283px;
	text-align: right;
	font-size: 9px;
}

#main .sec04 .inner .photo span {
	display: block;
	margin-top: 5px;
}

#main .sec04 .inner .textBox {
	padding-top: 18px;
	float: right;
	width: 523px;
}

#main .sec04 .inner .textBox .ttl {
	margin-bottom: 7px;
	padding: 0 0 3px 25px;
	font-size: 26px;
	color: #534741;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	border-bottom: 1px solid #AF9B89;
}

#main .sec04 .inner .textBox p {
	padding: 0 0 23px 23px;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.64;
	letter-spacing: -0.5px;
}

#main .sec04 .inner .textBox p:last-child {
	padding-bottom: 0;
}

#main .sec05 {
	padding: 25px 52px;
	background: #DEF3E0;
	margin: 0 auto;
	width: 1024px;
	box-sizing: border-box;
}

#main .sec05 h2 {
	margin-bottom: 26px;
	text-align: center;
	font-size: 28px;
	color: #457A1D;
	line-height: 1.3;
	font-weight: bold;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
}

#main .sec05 h2 span {
	padding: 8px 0 6px;
	display: inline-block;
	background-color: #fff;
	min-width: 500px;
}

#main .sec05 h2 img {
	width: 195px;
}

#main .sec05 .inner .lBox {
	margin-top: 5px;
	padding: 20px 0 17px;
	float: left;
	width: 280px;
	box-sizing: border-box;
	background: #ECF8EC;
}

#main .sec05 .inner .lBox p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #42210B;
	text-align: center;
	text-decoration: underline;
}

#main .sec05 .inner .lBox ul {
	margin: 0 0 0 30px;
}

#main .sec05 .inner .lBox li {
	font-size: 14px;
	line-height: 1.85;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	color: #42210B;
	position: relative;
	letter-spacing: -0.5px;
}

#main .sec05 .inner .lBox li:before {
	background: #42210B;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 8px;
	left: -10px;
	content: "";
	border-radius: 100%;
}

#main .sec05 .inner .rBox {
	float: right;
	width: 620px;
}

#main .sec05 .inner .rBox p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.52;
	letter-spacing: 0.5px;
}

#main .sec05 .inner .rBox p:last-child {
	margin-bottom: 0;
}

#main .sec05 .inner .rBox .txt {
	margin: 0;
	font-size: 13px;
	letter-spacing: 0;
}

#main .sec05 .inner .rBox .ttl {
	margin-bottom: 7px;
	padding-bottom: 1px;
	color: #457A1D;
	font-size: 18px;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	border-bottom: 1px solid #A5D496;
}

#main .sec05 .inner .rBox .textList {
	margin-bottom: 15px;
}

#main .sec05 .inner .rBox .textList li {
	padding-left: 10px;
	color: #457A1D;
	font-size: 13.5px;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.4;
	position: relative;
	letter-spacing: -0.5px;
}

#main .sec05 .inner .rBox .textList li:before {
	background: #457A1D;
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	content: "";
}

#main .sec05 .inner .rBox .textList li span {
	color: #000;
	font-size: 12px;
}

#main .pelBox {
	margin: 36px auto 0;
	width: 918px;
	border: 1px solid #5BA0B7;
	box-sizing: border-box;
	border-radius: 10px;
}

#main .pelBox .subBox {
	background-color: #fff;
	position: relative;
	border-radius: 10px;
}

#main .pelBox .subBox .img {
	position: absolute;
	top: 54px;
	left: 24px;
}

#main .pelBox .subBox .img img {
	margin-top: -22px;
}

#main .pelBox .subBox .title {
	padding: 15px 30px 20px 240px;
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 1.625;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho",serif;
	background: #E4F3F4;
	border-radius: 10px 10px 0 0;
}

#main .pelBox .subBox .title span {
	margin-bottom: 7px;
	display: block;
	font-size: 27px;
	color: #5BA0B7;
	text-decoration: underline;
}

#main .pelBox .listBox {
	margin: 0 15px;
}

#main .pelBox .listBox ul li {
	padding-left: 26px;
	float: left;
	width: 126px;
}

#main .pelBox .listBox ul li:first-child {
	padding: 0;
}

#main .pelBox .listBox ul li span {
	display: block;
	font-size: 11px;
	letter-spacing: 0;
	text-align: justify;
}

#main .pelBox .listBox ul li span.photo {
	margin-bottom: 10px;
}

#main .pelBox .listBox ul li span.photo img {
	width: 127px;
}

#main .pelBox .listBox ul li span.sub {
	padding-bottom: 55px;
	margin-bottom: 5px;
	position: relative;
}

#main .pelBox .listBox ul li span.txt {
	padding: 5px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: -1px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #5BA0B7;
	border-top: 1px solid #ADCFDB;
	border-bottom: 1px solid #ADCFDB;
}

#main .pelBox .listBox ul li span.txt01 {
	margin-top: 26px;
}

#main .pelBox .listBox ul li span.btmSpan {
	font-size: 10px;
}

#main .comChackBox {
	padding: 20px 24px;
	margin: 47px 0 0;
	width: auto;
	background: #E4F3F4;
	border-radius: 0 0 10px 10px;
}

#main .pelBox .comChackBox .img {
	left: 53px;
	top: -12px;
}


#main {
	margin-bottom: 30px;
}

@media all and (-ms-high-contrast:none){
	#conts .sec02 .inner .textBox .link a {
		padding: 6px 15px 0;
	}
	
	#main .checkBox .textBox li {
		padding-top: 4px;
	}
	
	#main .sec05 h2 span {
		padding: 10px 0 0;
	}
	
	#main .pelBox .listBox ul li span.txt {
		padding: 8px 0 2px;
	}
	
}



/* showBox */
#main .showBox {
	margin: 0 auto;
	max-width: 762px;
	padding-left: 20px;
	box-sizing: border-box;
}
#main .showBox p {
	margin-bottom: 24px;
	line-height: 1.75;
	font-size: 14px;
	letter-spacing: -0.03em;
}
#main .showBox p:last-child {
	margin-bottom: 0;
}
#main .showBox .title {
	margin-bottom: 19px;
	position: relative;
	font-size: 20px;
	letter-spacing: -0.03em;
}
#main .showBox .title::after {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #040000;
	content: "";
}
#main .showBox .title span {
	padding-right: 13px;
	background-color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 10;
	box-sizing: border-box;
}
@media screen and (max-width: 767px){
	#main .showBox {
		margin: 0 8px 0 10px;
		max-width: inherit;
		padding-left: 0;
	}
	#main .showBox p {
		margin-bottom: 10px;
		line-height: 1.8;
		font-size: 13px;
		text-align: justify;
	}
	#main .showBox .title {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: normal;
	}
	#main .showBox .title span {
		padding-right: 4px;
	}
	#conts .sec02 .arrow {
		top: -16px;
	}
	#main .showBox .title::after {
		opacity: 0.2;
	}
}


/* 20260310追加 */
.minCho {
	font-family: "Noto Serif JP", serif;
}
#main .mainVisual {
	margin: 0 0 40px;
	padding: 6px 0 13px;
	background-color: rgba(197, 191, 176, 0.6);
}
#main .mainVisual .comBox {
	display: flex;
	align-items: flex-start;
	width: 1080px;
	position: relative;
	justify-content: space-between;
}
#main .mainVisual .linkUl {
	padding-top: 17px;
	text-align: center;
}
#main .mainVisual .textImg02 {
	margin: 50px 0 33px;
}
#main .mainVisual .subList {
	display: flex;
	justify-content: center;
	gap: 0 12px;
}
#main .mainVisual .subList li {
	margin: 0;
}
#main .mainVisual .comBox .lBox {
	padding-left: 28px;
	position: relative;
}
#conts .sec01 {
	padding-bottom: 32px;
	padding-top: 0;
}
#main .headLine {
	margin: -10px 0 42px;
	font-size: calc(15px * 3);
	color: #A07A3A;
	text-align: center;
	padding-top: 60px;
	background: url(../img/green/bg01_new.png) no-repeat center top;
	background-size: calc(121px * 3) auto;
}
#main .headLine02 {
	margin-bottom: 37px;
	color: #5D3420;
	font-size: calc(8px * 3);
	text-align: center;
	letter-spacing: 0.05em;
	position: relative;
	line-height: 1.45;
	border-bottom: 1px solid #A07A3A;
}
#main .headLine02:after {
	width: 100%;  
	height: 1px;
	background-color: #A07A3A;
	position: absolute;  
	left: 0;
	bottom: -4px;
	content: ""; 
}
#main .waste {
	margin: 0 0 0 32px;
}
#main .waste p {
	margin-bottom: 78px;
	font-size: calc(5px * 3);
}
#main .waste .pBox {
	padding-bottom: 50px;
}
#main .waste .pBox p {
	font-weight: 500;
	color: #231815;
	margin-bottom: 31px;
	line-height: 1.67;
	font-size: calc(5px * 3);
}
#main .waste .ttl {
	margin-bottom: 27px;
	font-weight: 700;
	font-size: calc(6px * 3);
	letter-spacing: 0.05em;
	overflow: hidden;
}
#main .waste .ttl span {
	display: inline-block;
	position: relative;
	padding-right: 1rem;
}
#main .waste .ttl span:after {
	width: 8888px;  
	height: 1px;
	background-color: #C9CACA;
	position: absolute;  
	top: 50%;
	transform: translateY(-50%);
	left: 100%;  
	content: ""; 
}
#main .waste .wasteList {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#main .waste .wasteList > li {
	width: calc((100% - 20px) / 2);
}
#main .waste .wasteList > li ul li {
	margin-bottom: 6px;
	font-size: calc(5px * 3);
	letter-spacing: 0.065em;
	font-weight: 500;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
#main .waste .ttl02 {
	margin-bottom: 30px;
	font-size: calc(6px * 3);
	color: #231815;
	font-weight: 700;
	line-height: 1.0;
	padding: 0 0.5rem;
	border-bottom: 1px solid #C9CACA;
}
#main .waste .txt {
	margin-bottom: 30px;
	font-size: calc(5px * 3);
	letter-spacing: 0.05em;
	line-height: 1.54;
}
#conts .sec01 .whiteBox .photo {
	float: none;
	text-align: right;
	padding-top: 36px;
	margin-bottom: 95px;
}
#conts .sec01 .whiteBox {
	padding: 0;
	margin: 0 0 20px;
}
#conts .wasteImg {
	margin: -10px 0 55px;
	text-align: center;
}
#conts .wasteUl {
	margin: -5px 0 58px;
}
#conts .wasteUl li {
	margin-bottom: 33px;
	font-weight: 500;
	font-size: calc(5px * 3);
	color: #231815;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-indent: -1em;
	padding-left: 1em;
}
#conts .wasteUl li:last-child {
	margin-bottom: 0;
}
#conts .waste .ttlStyle {
	margin-bottom: 20px;
	font-size: calc(6px * 3);
}
#conts .wasteUl2 {
	margin-bottom: 38px;
}
#conts .wasteUl2 li {
	margin-bottom: 0;
}
#conts .sec01 .btmTxt {
	padding-top: 34px;
}
#conts .arrowImg {
	margin-bottom: -25px;
	text-align: center;
	position: relative;
	z-index: 1;
}
#conts .sec02 {
	margin-bottom: 48px;
	padding: 37px 50px 5px;
	margin-inline: -5px -30px;
}
#conts .sec02 .resultsBox {
	margin-bottom: 45px;
	margin-inline: -35px;
	background-color: #F2EEDD;
	position: relative;
}
#conts .sec02 .resultsBox:before {
	width: 100%;  
	height: 20px;
	background : linear-gradient(0deg, rgba(221, 211, 164, 1) 0%, rgba(166, 143, 60, 1) 38.22%, rgba(166, 143, 60, 1) 63.53%, rgba(221, 211, 164, 1) 100%);
	position: absolute;  
	bottom: 0;
	left: 0;  
	z-index: 1;
	content: ""; 
}
#conts .sec02 .resultsBox h3 {
	padding: 8px 15px 2px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background : linear-gradient(0deg, rgba(221, 211, 164, 1) 0%, rgba(166, 143, 60, 1) 38.22%, rgba(166, 143, 60, 1) 63.53%, rgba(221, 211, 164, 1) 100%);	
}
#conts .sec02 .resultsBox .innerBox {
	padding: 15px 35px;
	position: relative;
}
#conts .sec02 .resultsBox .innerBox::before {
	width: 3px;  
	height: 100%;
	background : linear-gradient(0deg, rgba(221, 211, 164, 1) 0%, rgba(166, 143, 60, 1) 38.22%, rgba(166, 143, 60, 1) 63.53%, rgba(221, 211, 164, 1) 100%);
	position: absolute;  
	top: 0;
	left: -0;  
	content: ""; 
}
#conts .sec02 .resultsBox .innerBox::after {
	width: 3px;  
	height: 100%;
	background : linear-gradient(0deg, rgba(221, 211, 164, 1) 0%, rgba(166, 143, 60, 1) 38.22%, rgba(166, 143, 60, 1) 63.53%, rgba(221, 211, 164, 1) 100%);
	position: absolute;  
	top: 0;
	right: 0;  
	content: ""; 
}
#conts .daysLink {
	margin-bottom: 100px;
	padding: 0 27px 0 33px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#conts .daysLink li {
	width: calc((100% - (10px * 2 + 1px)) / 3);
}
#conts .daysLink li img {
	width: 100%;
	height: auto;
}
#conts .peel {
	margin-right: -31px;	
}
#conts .sec02 .inner .textBox .border span {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#conts .sec02 .resultsBox .inner .textBox .link a {
	background-color: #94252A;
}
#conts .sec02 .btmLink a:hover {
	opacity: 0.7;
}
#conts .wasteInner {
	margin-bottom: 60px;
}
#conts .wasteInner .redTxt {
	text-align: center;
	color: #E60012;
}
#conts .wasteList2 {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 0 44px;
}
#conts .wasteList2 > li {
	width: calc(51px * 3);
}
#conts .wasteList2 > .item {
	margin-right: -10px;
}
#conts .wasteList2 .subList li {
	margin-bottom: 45px;
	position: relative;
}
#conts .wasteList2 .subList .arrow01 {
	position: absolute;
	width: 18px;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
}
#conts .wasteList2 .subList .arrow02 {
	width: 28px;
	left: calc(100% + 5px);
	bottom: 30px;
	position: absolute;
}
#conts .wasteList2 .subList .arrow03 {
	width: 28px;
	left: calc(100% + 5px);
	top: 40px;
	position: absolute;
}
#conts .wasteList2 .subList .arrow04 {
	width: 32px;
	left: calc(100% + 5px);
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
#conts .wasteList2 .subList li:last-child {
	margin-bottom: 0;
}
#conts .wasteList2 .subList a {
	padding-top: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	aspect-ratio: 1;
	border-radius: 100%;
	text-decoration: none;
	background: url(../img/green/bg02_new.png) no-repeat center;
	background-size: 100% 100%;
	transition: all ease 0.3s;
	box-shadow: 3px 5px 8px rgba(0,0,0,0.3);
}
#conts .wasteList2 .subList p {
	margin: 0;
	color: #41210D;
	text-align: center;
	font-size: calc(4.2px * 3);
	line-height: 1.25;
	font-weight: 500;
}
#conts .wasteList2 .subList .wasteTtl {
	font-size: calc(5.3px * 3);
	font-weight: 700;
	margin-bottom: 18px;
}
#conts .wasteList2 .subList .wasteTxt {
	min-height: 50px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: flex-start;
}
@media screen and (min-width: 768px){
	#conts {
		padding-right: 13px;
		padding-left: 12px;
		box-sizing: border-box;
	}
	#conts .sec02 .resultsBox .inner .photo img {
		width: 445px;
	}
	#conts .daysLink li a:hover img {
		opacity: 0.5;
	}
	#conts .sec02 .inner .textBox .border span {
		font-size: 22px;
		top: -7px;
	}
	#conts .wasteList2 .subList a:hover {
		transform: scale(1.05);
	}
}

@media screen and (max-width: 767px){
	#main .mainVisual {
		padding: 5px 0;
		margin-bottom: 30px;
	}
	#main .mainVisual .comBox .lBox {
		padding: 0;
	}
	#main .mainVisual .comBox .lBox img {
		width: 100%;
	}
	#container #conts .sec01{
		border: none;
		padding: 0;
	}
	#main .headLine {
		margin-bottom: 26px;
		padding-top: 30px;
		font-size: calc(15px * 1.5);
		background-size: 182px auto;
	}
	#main .headLine02 {
		margin: 0 0 20px;
		line-height: 1.2;
		padding-bottom: 0;
		font-size: calc(10px * 1.5);
	}
	#main .headLine02::after {
		bottom: -3px;
	}
	#main .waste {
		margin: 0 15px;
	}
	#main .waste .wasteList {
		margin-bottom: 10px;
		display: block;
		gap: 0px;
	}
	#main .waste .wasteList > li {
		width: auto;
	}
	#main .waste .ttl {
		margin-bottom: 15px;
		font-size: calc(10px * 1.5);
	}
	#main .waste .wasteList > li ul li {
		margin-bottom: 4px;
		font-size: calc(10.66px * 1.5);
	}
	#main .waste p {
		margin-bottom: 40px;
		font-size: calc(10.66px * 1.5);
	}
	#main .waste .pBox {
		padding-bottom: 30px;
	}
	#main .waste .pBox p {
		margin-bottom: 15px;
		font-size: calc(10.66px * 1.5);
	}
	#main .waste .ttl02 {
		line-height: 1.2;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
		padding: 0;
		font-size: calc(10px * 1.5);
	}
	#main .waste .txt {
		margin-bottom: 15px;
		font-size: calc(10.66px * 1.5);
	}
	#container #conts .sec01 .whiteBox .photo {
		margin-top: -11px !important; 
	}
	#conts .wasteImg {
		margin: 0 55px 40px;
	}
	#conts .wasteUl:not(.wasteUl2) li {
		margin-bottom: 18px;
	}
	#conts .wasteUl li {
		font-size: calc(10.66px * 1.5);
	}
	#conts .wasteUl {
		margin-bottom: 40px;
	}
	#conts .waste .ttlStyle {
		font-size: calc(10.66px * 1.5);
	}
	#container #conts .sec01 .btmTxt {
		padding-top: 0;
		margin: 0 20px 20px;
	}
	#conts .arrowImg {
		margin: -2px auto -5px;
		max-width: 289px;
	}
	#conts .arrowImg img {
		width: 100%;
	}
	#conts .sec02 {
		margin: 0 0 34px;
		padding: 15px 15px 5px !important;
	}
	#conts .sec02 .resultsBox h3 {
		margin: 0;
		font-size: 15px;
		padding: 3px 15px 1px;
	}
	#conts .sec02 .resultsBox {
		margin: 0 -8px 20px;
	}
	#conts .sec02 .resultsBox .innerBox {
		padding: 15px 10px;
	}
	#conts .sec02 .resultsBox .innerBox::before {
		width: 1px;
	}
	#conts .sec02 .resultsBox .innerBox::after {
		width: 1px;
	}
	#conts .sec02 .resultsBox::before {
		height: 10px;
	}
	#conts .peel {
		margin: 0;
	}
	#conts .peel .headLine02 {
		font-size: calc(8.3px * 1.5);
	}
	#conts .daysLink {
		margin-bottom: 50px;
		padding: 0 15px;
		justify-content: center;
		gap: 7px;
	}
	#conts .daysLink li {
		width: calc((100% - 7px) / 2);
	}
	#conts .wasteInner {
		margin-bottom: 40px;
	}
	#conts .wasteList2 {
		margin-bottom: 20px;
		gap: 10px 10px;
		flex-direction: column;
	}
	#conts .wasteList2 > li {
		width: 100%;
	}
	#conts .wasteList2 .subList {
		display: flex;
		flex-wrap: wrap;
		gap: 0 40px;
		justify-content: center;
	}
	#conts .wasteList2 .subList li {
		margin-bottom: 0;
	}
	#conts .wasteList2 .subList a {
		width: calc(70px * 2);
		height: calc(70px * 2);
		box-sizing: border-box;
	}
	#conts .wasteList2 .subList a:active {
		transform: translateY(3px);
	}
	#conts .wasteList2 .subList p {
		font-size: calc(6px * 2);
	}
	#conts .wasteList2 .subList .wasteTtl {
		font-size: calc(8px * 2);
		margin-bottom: 10px;
	}
	#conts .wasteList2 .subList .arrow02 {
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	#conts .wasteList2 .subList .arrow03 {
		left: calc(50% - 15px);
		transform: translateX(-50%);
		top: calc(100% + 8px);
		width: 18px;
	}
	#conts .wasteList2 .subList .arrow04 {
		left: 0;
		top: calc(100% - 14px);
		transform: none;
		width: 18px;
	}
	#conts .wasteList2 .subList .arrow05 {
		left: calc(100% + 5px);
		width: 28px;
		top: 50%;
		transform: translateY(-50%);
	}
}