@charset "utf-8";
/* CSS Document */
.campaign h1 {
    font-size: 1em;
    font-weight: 900;
}
.campaign .head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.top_link a{
	padding: 5px 20px;
	background: #FFF;
	font-size: 0.8em;
	border-radius: 50px;
}
.lead {
	margin: 20px auto;
	padding: 10px 30px;
	background-color: rgba(255,255,255,.8);
}
.lead h2{
	font-size: 1.1em;
    margin-bottom: 1em;
    line-height: 1.5;
    font-weight: 900;
}
.lead p {
	text-align:left;
	text-shadow: 0px 0px 2px rgba(255,255,255,1);
	color: #000;
}
.campaign h2.ttl{
	font-weight: 900;
	font-size: 1.5em;
	letter-spacing: 1px;
	margin: 2em 0 1em 0;
}
.campaign #wrapper .title{
	padding-top: 2em;
	display: block;
	 }
.campaign #wrapper .title img:last-child{
	margin-top: -100px;
	 }
 @media (min-width: 1500px) {
	 .campaign #wrapper .title{
	 padding-top: 2em;
	display: block;
	 }
}
.campaign #wrapper .main {
	background:url(../img/2025sp/2025.webp) top center no-repeat #faf2dd;
	text-align: center;
	padding-bottom: 3em;
	background-size: cover;
	background-position: bottom;
}
 @media (min-width: 769px) {
 .campaign #wrapper .lead{
	margin-top: 2em;
	width: 850px;
	 }
}
 @media (max-width: 768px) {
.top_link {
	display: none;
}
.lead {
	background-color: rgba(255,255,255,.6);
	text-align: left;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 10px;
	color: #000;
}
}

.kani {
	background:#FFF8B0;
	overflow:hidden;
	padding:20px;
	margin:0 auto;
	margin-bottom:20px;
	text-align: left;
}
p.text {
 text-shadow:
     3px  3px 6px #ffffff,
    -3px  3px 6px #ffffff,
     3px -3px 6px #ffffff,
    -3px -3px 6px #ffffff;
	color: #000;
}
@media (min-width: 769px) {
.kani img {
	float:right;
}
.kani p {
	float:left;
	text-align:left;
	width:70%;
}
.kani p span {
	font-size:16px;
	display:block;
	font-weight:bold
}
p.text {
	text-align:left;
	width: 650px; /* width: 80%; */
	margin: 0 auto;
	margin-bottom:40px;
	background: #ffffffc4;
	border-radius:10px;
}
}
@media (max-width: 768px) {
p.text {
	text-align:left;
	width:90%;
	margin:auto;
	margin-bottom:20px;
	background: #ffffffc4;
	border-radius:10px;

}
}

.aboutCe{
	background: #FFF;
    padding: 1em 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1em auto;
    gap: 5px;
	border-radius: 30px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.aboutCe div {
	flex: 1 30%
}.aboutCe div p{
	text-align: left;
}
.aboutCe h3{
	color: #004593;
    font-size: 1.6em;
    font-weight: 900;
    margin: 0;
    flex-basis: 100%;
    text-align: center;
}
.aboutCe p{}
.aboutCe dl{
	display: flex;
    justify-content: flex-start;
    gap: 0;
    flex-wrap: wrap;
	border-top: 1px solid;
   max-width: 350px;
    margin: auto;
}
.aboutCe dl dt{
	flex-basis: 70%;
	border-bottom: 1px solid;
	padding: 0.3em 0;
}
.aboutCe dl dd{
	flex-basis: 30%;
	border-bottom: 1px solid;
	padding: 0.3em 0;
}
@media (min-width: 769px) {
	.aboutCe div img{
	
	}
	.aboutCe .howto ul li:nth-child(2){
		flex: 3
	}.aboutCe .howto ul li:nth-child(2) div.haiki{
		display: flex;
		gap:30px;
		justify-content: space-between;
		flex-wrap: nowrap;
	}.aboutCe .howto ul li:nth-child(2)  div.haiki div{
		
	}
	.aboutCe dl{
    min-width: 300px;
}
}
@media (max-width: 768px) {
	.aboutCe{
		gap:10px;
	}
	.aboutCe h3{
	color: #004593;font-size: 1.2em;
}
	.aboutCe div{
    text-align: left;
	
}
	.aboutCe div:last-child{
		flex-basis: 100%;
	}
	.aboutCe .howto ul li:nth-child(2)  div.haiki div:last-child{
		text-align: center;
        padding: 0.5em;
	}
}

.recycle_ken{
	background: #FFF;
    padding: 1em 2em;
    margin: 1em auto;
    gap: 30px;
    border-radius: 30px;
	margin-top: 2em;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.recycle_ken div{
	text-align: left;
}
.recycle_ken h3{
	color: #004593;
    font-size: 1.6em;
    font-weight: 900;
    margin: 0;
    flex-basis: 100%;
    text-align: center;
}
.recycle_ken div p{}
.recycle_ken > .col2_1 {
	justify-content: space-between;
    align-items: center;
}
.recycle_ken > .col2_1 div {
	flex: auto;
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.recycle_ken{
		flex-direction: column;
	}
    .recycle_ken div h3 {
        color: #004593;
        font-size: 1.2em;
    }
}
.howto{
	padding: 1em 0;}
.howto ul{
	display: flex;
	gap:10px;
	margin:1em 0 ;
}
.howto ul li{
	background: #FFF;
    padding: 3em 1em 1em;
    border-radius: 10px;
    position: relative;
    text-align: justify;
    border: 1px solid #3F51B5;
	flex: 1;
}.howto ul li span{
	background: #3F51B5;
    border-radius: 59px;
    position: absolute;
    top: -15px;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 3.2;
    color: #FFF;
	left: 50%;
    right: 50%;
    transform: translateX(-50%);
	text-align: center;
}
.howto p{
	text-align: left;
}.howto  li.none{
	background: #FFF;
    padding: 1em 1em 1em;
    border-radius: 10px;
    /* position: relative; */
    text-align: justify;
    border: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 768px) {
	.howto ul{
	flex-direction: column;
}
}
.col2_1{
	display: flex;
	justify-content: space-between;
	gap:20px;
}
.col2_1 li,
.col2_1 div{
	flex: 1 50%;
}

@media (max-width: 768px) {
	.col2_1{
	   flex-direction: column;
        gap: 10px;
        margin-bottom: 2em;
}
}

ul.oubo{
	display: flex;
	gap:20px;
}
ul.oubo>li{
	flex: 1 50%;
    background: #FFF;
    border-radius: 20px 20px 0 0;
	border: 3px solid #000;
}ul.oubo li h2{
	border-radius: 20px 20px 0 0;
	padding: 1em;
	text-align: center;
	font-weight: 900;
	font-size: 1.2em;
	border-bottom: 3px solid #000;
	
}ul.oubo li.haisya h2{
	background: #00b8ee;
}ul.oubo li.reuse h2{
	background: #dadf00;
}
ul.oubo li table{
	margin: 0;
}
ul.oubo li table th {
	background:#eaeaea;
}ul.oubo li table td{
}ul.oubo li table td h3{
	border-bottom: dotted #000 1px;
    font-size: 1.2em;
    padding: 0 0 10px;
    line-height: 1.4;
    font-weight: 900;
    margin-bottom: 10px;
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}ul.oubo li table td ul{
	font-weight: 900;
	margin: 0.5em 0;
}ul.oubo li table td ul li{
	font-size: 1.2em;
    font-weight: 900;
    line-height: 1.5;
}
@media (max-width: 768px) {
ul.oubo{
	flex-direction: column;
}
table th {
	background:#FFF000;
}
table td {
	background:#FFF;
}
}

.slogan{
	margin-bottom: 2em;
}
 @media (min-width: 769px) {
table th {
	width: 20%;
	text-align: left;
	font-weight: bold;
	background:rgba(255,248,67,1.00);
}
table {
	width: 100%;
	margin:20px auto;
}
th, td {
	padding: 10px;
	border: 1px solid #ddd;
	border-left: none;
	line-height: 1.5em;
	background: #FFF;
}
}
@media (max-width: 768px) {
table {
	width: 100%;
	margin:0px auto 50px;
}
th, td {
	padding: 10px;
	border: 1px solid #ddd;
	line-height: 1.5em;
	background:rgba(255,255,255,1.00);
}
table th {
	padding: 10px;
	width:20%;
	border-left: none;
	border-right: none;
}
}
@media (max-width:400px) {
table th, table td {
	width: 95%;
	display: block;
	border-top: none;
}
table tr:first-child th {
	border-top: 1px solid #ddd;
}
th, td {
	padding: 10px;
	border: none;
	line-height: 1.5em
}
}
.end span {
	font-size: 30px;
	font-weight: bold;
	color: brown;
	display: block;
}
.end {
	margin: 40px;
	font-size: 20px;
	font-weight: bold;
	color: brown;
	display: inline-block;
}
.btn_tousen a {
	margin: 0 0 100px 0;
	padding: 20px;
	background:#E3007E;
	color: white;
	display: inline-block;
	font-size: 2em;
	text-decoration: none;
}
/***********************.tousen**********************/
.prizewinner .header {
	margin-bottom: 15px;
}
.prizewinner .backTop a{
	float: right;
color: #FFF;
}
.prizewinner  h1 {
    font-size: 0.6em;
    font-weight: 900;
}
.prizewinner .camTtl h2 {
   font-size: 4em;
    font-weight: 900;
    color: #e62176;
}
.prizewinner .camTtl h2 span{
    font-size:0.7em;
font-weight: 900;
}
.prizewinner .camTtl {
	margin-bottom: 30px;
}
.prizewinner .camTtl p {
	color: #e62176;
	font-size: 1.2em;
	line-height: 1.3;
    font-weight: 700;
margin-top: 2em;
}
.prizewinner .total {
	color: #F00;
}
.prizewinner .total h2 {
	font-size: 30px;
	font-weight: bold;
}
.prizewinner .photoBox {
	margin-bottom: 20px;
}
.prizewinner .lead {
	margin-bottom: 20px;
	text-align: center;
	font-weight:  bold;
}
.prizewinner .photoBox ul li > div {
	margin: 5px;
}
.prizewinner table.kekka th {
	background-image: linear-gradient(to top, #F7DE05, #F7DE05, #ECB802, #DAAF08);
	text-align: center;
	vertical-align: middle;
}
.prizewinner table.kekka th h3 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}
.prizewinner table.kekka td ul li {
	float: left;
}
.prizewinner table.kekka tr.no1 td ul li {
	font-weight: bold;
}
.prizewinner table.kekka tr.no1 td ul li:before {
	content: url(../img/icon_01.png);
	padding-right: 5px;
}
.prizewinner table.kekka tr.no2 td ul li {
	width: 50%;
	padding: 0.5em 0;
}
.prizewinner table.kekka tr.no2 td ul li:before {
	content: url(../img/icon_02.png);
	padding-right: 5px;
}
.prizewinner table.kekka tr.no3 td h4 {
	font-weight: bold;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
.prizewinner .header h1 {
	font-size: 10px;
}
.prizewinner .camTtl h2 {
    font-size: 2.3em;
    font-weight: 900;
    color: #e62176;
	background-color: white;
	display: inline-block;
    border-radius: 40px;
    padding: 0 20px;
    margin: 10px 0;
}
.prizewinner .total p {
	font-size: 16px;
}
.prizewinner .lead {
	font-size: 16px;
}
.prizewinner .photoBox ul li {
}
.prizewinner table.kekka td {
	padding: 20px 5px;;
}
.prizewinner table.kekka th h3 img {
	height: 80px;
}
.prizewinner table.kekka th h3.txt {
	font-size: 20px;
}
.prizewinner table.kekka tr.no1 td ul li {
	font-size: 24px
}
.prizewinner table.kekka tr.no2 td ul li {
	font-size: 14px
}
.prizewinner table.kekka tr.no3 td h4 {
	font-size: 20px;
}
}
@media (min-width: 769px) {	
.prizewinner .header h1 {
	font-size: 11px;
}
.prizewinner .total p {
	font-size: 20px;
}
.prizewinner .lead {
	font-size: 18px;
}
.prizewinner .photoBox ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.prizewinner .photoBox ul li {
	display: table-cell;
	width: 50%;
}
.prizewinner table.kekka {
	margin: 0 auto 20px;
}
.prizewinner table.kekka th {
	width:400px;
	padding: 10px;
	border: 1px solid rgba(202, 185, 80, 0.82);
}
.prizewinner table.kekka .no3 th {
	padding: 20px 10px;
}
.prizewinner table.kekka th h3.txt {
	font-size: 24px;
}
.prizewinner table.kekka td {
	padding: 10px;
	vertical-align: middle;
}
.prizewinner table.kekka tr.no1 td ul li {
	font-size: 36px;
	line-height: 1.2em;
}
.prizewinner table.kekka tr.no2 td ul li {
	font-size: 16px
}
.prizewinner table.kekka tr.no3 td h4 {
	font-size: 26px;
}
}


.prizewinner .ttl2022_summer {
	background: url("../img/manekinoko.png") no-repeat top center;
position: relative;
    padding-top: 4em;
}.prizewinner .ttl2022_summer >div{
	position: absolute;
    top: 2em;
    width: 100%;
    z-index: 1;
}
.prizewinner .ttl2022_summer h2 {
    position: relative;
    padding: 1rem 2rem;
    box-shadow: 5px 5px #1D2088;
    border: 3px solid #1D2088;
    border-radius: 10px;
    background-color: #FFFCDB;
    color: #1D2088;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
display: block;
    max-width: 500px;
}
.prizewinner .ttl2022_summer p{
	width: 100%;
	text-align: center;
	margin:0.5em auto;
	color: #1d2088;
	font-weight: 900;
	font-size: 1.8em;
}
.trapezoid {
    width: 150px;
    margin: 1em auto;
    border-top: 60px solid #1d2088;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    text-align: center;
    line-height: 10px;
    position: relative;
    border-radius: 30px 30px 93px 93px / 90px 90px 136px 136px;
}
.trapezoid h3{
	    color: #FFF;
    padding-top: 13px;
    line-height: 0;
    z-index: 1;
    font-size: 20px;
    position: absolute;
    top: -2em;
    font-weight: 900;
    text-align: center;
    width: 100%;
}
@media (max-width: 768px) {

}


.open {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
	background:rgb(24 38 142);
	width: 40%;
	/*margin: -50px auto 30px;*/
	margin:-250px auto 200px;
	transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
}
dl.syouhin{
	
}
ul.syouhin02::after,
dl.syouhin::after{
	display: contents;
	content: '';
	clear: both;
}
.syouhin dt{
	width: 20%;
	float: left;
	margin-bottom:1em;
	font-weight: bold;
}
.syouhin dd{
	width: 80%;
	float: left;
	margin-bottom: 1em;
}
@media (min-width: 769px) {
ul.syouhin02{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: dotted 1px #666;
	align-items: center;
    margin: 1em;
    text-align: right;
}
ul.syouhin02 li {
	margin-bottom: 1EM;
	font-weight: 900;
}
ul.syouhin02 li:first-child{
	/*padding-bottom: 1.5em;*/
   margin-right: auto;
}
	ul.syouhin02 li:last-child{
		padding-left: 1em;
		
	}
}
@media (max-width: 768px) {
.open {
	width: 70%;
	font-size: 20px;
	margin: -150px auto 120px;
/*margin: -20px auto 20px;*/
}
.syouhin dt{
	width: 95%;
	padding:0.5em;
	font-weight: bold;
	margin-bottom: 0;
}
.syouhin dd{
	 width: 95%;
	padding:0.5em;
	border-bottom: dotted 1px #666;
}
	ul.syouhin02{
		margin-bottom: 1em;
		overflow: hidden;
	}
	ul.syouhin02 li{
	   float: left;
		padding: 0.5em 0;
		font-weight: 900;
}
	ul.syouhin02 li:last-child{
	   width: 100%;
    clear: both;
    text-align: right;
	border-bottom: dotted 1px #666;
}
}

.red {
	color: rgba(216,0,3,1.00) ;
	margin-bottom: 10px;
	font-weight: 900;
}
.ble {
	color:#388dca;
	margin-top: 10px;
	clear: both;
}
.prizewinner #kekka h2{
border-radius: 20px 20px 0 0;
    padding: 1em;
    text-align: center;
    font-weight: 900;
    font-size: 1.4em;
border: 2px solid #000;
    border-bottom: 3px solid #000;}
.prizewinner #kekka .haisya h2{
background: #00b8ee;
}
.prizewinner #kekka .reuse h2{
background: #dadf00;
}
.prizewinner #kekka h2 span{
background: #FFF padding-box;
    padding: 0.3em 1em;
    border-radius: 60px;
    color: #fe0044;
    font-size: 0.9em;
    font-weight: 900;
display: block;
    width: fit-content;
    margin: auto;
}
@media (max-width:400px) {
.prizewinner #kekka h2 span{
    font-size: 0.6em;
}
}