@charset "utf-8";

/* ==================================================
contents
================================================== */
/* Start Common Style */
h2.waste_heading{
    text-align: center;
    width: 480px;
    height: 104px;
    font-size: 200%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    margin: 0 auto;
    overflow: hidden;
}
h2.waste_heading > span{
    display: inline-block;
    text-indent: -9999px;
}
.waste_link{
    position: relative;
    text-align: center;
    padding-top: 33px;
    margin-top: 28px;
}
.waste_link::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -3px;
    right: 1px;
    height: 6px;
    color: inherit;
    background: transparent url(/shared/templates/gomizero_top/images/icon/dotted_gray.png) repeat-x top center;
}
.waste_link .simple_link{
    max-width: 375px;
    margin: 0 auto;
    background-position: right 15px center;
    background-size: 10px auto;
}
a.simple_link{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 290px;
    min-height: 54px;
    font-weight: bold;
    line-height: 1.2;
    color: #3C6974;
    background-color: #E0F5FB;
    background-repeat: no-repeat;
    background-position: right 13px center;
    border-radius: 28px;
    padding: 5px 28px 5px 27px;
}
/* End Common Style */
/* Mainvs */
#tmp_mainvs > h1 > span,
#tmp_mainvs .mainvs_txt > span{
    display: block;
    width: 0;
    height: 0;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
#tmp_mainvs{
    border-top: solid 5px #00B9EF;
    margin-bottom: 70px;
    padding-top: 44.4%;
    color: inherit;
    background: #ffffff url(/shared/templates/gomizero_top/images/main/mainvs_img.png) no-repeat center top;
    background-size: 100% auto;
}
/* Challenge */
#tmp_challenge{
    position: relative;
    z-index: 1;
}
#tmp_challenge:after{
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    inset: 50% 0 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(55%, #ffffff), color-stop(55%, transparent)) #F9F9F9;
    background: -o-linear-gradient(right, #ffffff 55%, transparent 55%) #F9F9F9;
    background: -moz-linear-gradient(right, #ffffff 55%, transparent 55%) #F9F9F9;
    background: linear-gradient(-90deg, #ffffff 55%, transparent 55%) #F9F9F9;
    background-size: 22px 1px;
}
#tmp_challenge .challenge_wrap{
    color: #000000;
    background-color: #FFFCE8;
    padding: 70px 0 90px;
    border-radius: 150px;
}
#tmp_challenge .challenge_inner{
    display: flex;
    max-width: 916px;
    padding: 0 50px;
    margin: 0 auto;
}
#tmp_challenge .challenge_cnt{
    flex: 1;
    padding-right: 30px;
}
#tmp_challenge h2.challenge_ttl{
    position: relative;
    font-size: 225%;
    padding-left: 11px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
#tmp_challenge h2.challenge_ttl:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 72px;
    height: 14px;
    font-size: 40%;
    background-image: -webkit-radial-gradient(circle, #BBE3A7 40%, rgba(255, 255, 255, 0) 46%), -webkit-radial-gradient(circle, #BBE3A7 40%, rgba(255, 255, 255, 0) 46%);
    background-image: -moz-radial-gradient(circle, #BBE3A7 40%, rgba(255, 255, 255, 0) 46%), -moz-radial-gradient(circle, #BBE3A7 40%, rgba(255, 255, 255, 0) 46%);
    background-image: -o-radial-gradient(circle, #BBE3A7 40%, rgba(255, 255, 255, 0) 46%), -o-radial-gradient(circle, #BBE3A7 40%, rgba(255, 255, 255, 0) 46%);
    background-image: radial-gradient(circle, #BBE3A7 40%, rgba(255, 255, 255, 0) 46%), radial-gradient(circle, #BBE3A7 40%, rgba(255, 255, 255, 0) 46%);
    background-size: 28px 14px;
    background-position: -7px 0, 21px 0;
    left: 50%;
    transform: translateX(-50%);
}
#tmp_challenge .challenge_detail{
    line-height: 2;
}
#tmp_challenge .challenge_img{
    width: 245px;
}
#tmp_challenge .challenge_img img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
/* Waste */
#tmp_waste_wrap{
    padding-top: 50px;
    padding-bottom: 35px;
    margin-bottom: 70px;
    background: -webkit-gradient(linear, right top, left top, color-stop(55%, #ffffff), color-stop(55%, transparent)) #F9F9F9;
    background: -o-linear-gradient(right, #ffffff 55%, transparent 55%) #F9F9F9;
    background: -moz-linear-gradient(right, #ffffff 55%, transparent 55%) #F9F9F9;
    background: linear-gradient(-90deg, #ffffff 55%, transparent 55%) #F9F9F9;
    background-size: 22px 1px;
}
#tmp_waste_wrap .waste_sec{
    margin-bottom: 50px;
}
#tmp_waste_wrap h2.waste_heading{
    margin-bottom: 30px;
}
#tmp_plastic h2.waste_heading{
    background-image: url(/shared/templates/gomizero_top/images/icon/plastic_heading.png);
}
#tmp_food h2.waste_heading{
    background-image: url(/shared/templates/gomizero_top/images/icon/food_heading.png);
}
#tmp_waste_wrap .waste_box {
    border: 4px solid #ACE2E2;
    background-color: #ffffff;
    padding: 50px 65px 49px;
    border-radius: 40px;
}
#tmp_waste_wrap #tmp_food .waste_box{
    border-color: #FFCE9F;
}
#tmp_waste_wrap .waste_info > h3{
    text-align: center;
    margin-bottom: 21px;
    font-size: 175%;
    color: #3C6974;
}
#tmp_waste_wrap #tmp_food .waste_info > h3{
    color: #954C26;
}
#tmp_waste_wrap .waste_info .des{
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px;
}
#tmp_waste_wrap .link_list{
    list-style: none;
    display: flex;
    gap: 10px 20px;
    max-width: 87%;
    margin: 0 auto;
    padding-right: 21px;
}
#tmp_waste_wrap .link_list > li{
    width: calc((100% - 20px) / 2);
}
#tmp_waste_wrap .link_list > li > a{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: bold;
    font-size: 125%;
    height: 100%;
    color: #000000;
    background: #94d1e0 url(/shared/templates/gomizero_top/images/icon/arrow_icon.png) no-repeat right 17px center;
    background-size: 12px auto;
    padding: 16px 35px 16px 16px;
    border-radius: 26px;
}
#tmp_waste_wrap #tmp_food .link_list > li > a{
    background-color: #F1B173;
}
#tmp_waste_wrap .link_list span.image{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background-color: #ffffff;
    border:1px solid #82cadb;
}
#tmp_waste_wrap #tmp_food .link_list span.image{
    border-color: #efa45b;
}
#tmp_waste_wrap .link_list span.image img{
    max-width: 61px;
    height: auto;
    vertical-align: top;
}
#tmp_plastic a.simple_link{
    background-image: url(/shared/templates/gomizero_top/images/icon/arrow_blue_icon.png);
}
#tmp_food a.simple_link{
    color: #954C26;
    background-color: #FFEDDC;
    background-image: url(/shared/templates/gomizero_top/images/icon/arrow_orange_icon.png);
}
/* Other */
#tmp_other_waste h2.waste_heading {
    background-image: url(/shared/templates/gomizero_top/images/icon/other_waste_heading.png);
    margin-bottom: 25px;
}
#tmp_other_waste{
    margin-bottom: 71px;
}
#tmp_other_waste .container{
    max-width: 620px;
}
#tmp_other_waste .des{
    text-align: center;
    line-height: 1.6;
}
#tmp_other_waste a.simple_link{
    max-width: 290px;
    background-color: #E0F9D3;
    background-image: url(/shared/templates/gomizero_top/images/icon/arrow_green_icon.png);
    color: #0D3B00;
}
#tmp_other_waste .waste_link{
    margin-top: 27px;
}
/* Kid */
#tmp_kids_sec{
    color: #000000;
    background-color: #FDF5BA;
    padding: 50px 0 50px 60px;
    margin-bottom: 71px;
}
#tmp_kids_sec > .container{
    max-width: 990px;
}
#tmp_kids_sec .kids_heading{
    position: relative;
    z-index: 1;
}
#tmp_kids_sec .kids_heading:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -1px;
    right: -6px;
    height: 7px;
    color: inherit;
    background: transparent url(/shared/templates/gomizero_top/images/icon/dotted_orange.png) repeat-x top center;
    background-size: 28px auto;
    transform: translateY(-50%);
    margin-top: 1px;
}
#tmp_kids_sec h2.waste_heading {
    width: 275px;
    height: 35px;
    font-size: 175%;
    background-image: url(/shared/templates/gomizero_top/images/icon/kids_heading.png);
    background-color: #ffffff;
    background-size: 226px auto;
    background-position: center top;
    margin-bottom: 34px;
}
#tmp_kids_sec .kids_box{
    position: relative;
    background-color: #ffffff;
    padding: 50px 105px;
    border-radius: 84px;
}
#tmp_kids_sec .kids_box .kids_inner{
    max-width: 692px;
    margin: 0 auto;
}
#tmp_kids_sec .learn_row{
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
    margin-bottom: 25px;
}
#tmp_kids_sec .learn_col{
    width: min(50% - 10px, 306px);
}
#tmp_kids_sec .learn_col .sub_ttl{
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 18px;
}
#tmp_kids_sec .learn_col .sub_ttl br{
    display: none;
}
#tmp_kids_sec .learn_col.plastic .sub_ttl{
    color: #3C6974;
}
#tmp_kids_sec .learn_col.food .sub_ttl{
    color: #954C26;
}
#tmp_kids_sec .kids_list{
    list-style: none;
    display: flex;
    flex-direction: column;
}
#tmp_kids_sec .learn_col.plastic .kids_list{
    padding-left: 5px;
}
#tmp_kids_sec .learn_col.food{
    padding-left: 15px;
}
#tmp_kids_sec .kids_list > li{
    margin-bottom: 10px;
}
#tmp_kids_sec a.simple_link{
    background-size: 10px auto;
    background-position: right 15px center;
}
#tmp_kids_sec .learn_col.plastic a.simple_link{
    background-image: url(/shared/templates/gomizero_top/images/icon/arrow_blue_icon.png);
}
#tmp_kids_sec .learn_col.food a.simple_link{
    color: #954C26;
    background-color: #FFEDDC;
    background-image: url(/shared/templates/gomizero_top/images/icon/arrow_orange_icon.png);
}
#tmp_kids_sec .kid_more{
    display: flex;
    justify-content: center;
}
#tmp_kids_sec .kid_more a.simple_link{
    color: #AE5353;
    background-color: #FDF5BA;
    background-image: url(/shared/templates/gomizero_top/images/icon/arrow_orange_icon.png);
}
#tmp_kids_sec .kid_pattern{
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}
#tmp_kids_sec .kid_pattern img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
/* News */
#tmp_news{
    padding-top: 9px;
    margin-bottom: 79px;
}
#tmp_news .container{
    max-width: 1080px;
}
#tmp_news .news_row{
    display: flex;
    gap: 0 40px;
}
#tmp_news .news_row .news_col{
    flex: 1;
    width: calc((100% - 40px) / 2);
}
#tmp_news h2.news_ttl{
    position: relative;
    text-align: center;
    font-size: 175%;
    padding-bottom: 23px;
    margin-bottom: 17px;
}
#tmp_news h2.news_ttl:after{
    content: "";
    position: absolute;
    left: 6px;
    right: 0px;
    bottom: 0;
    z-index: -1;
    height: 7px;
    color: inherit;
    background: transparent url(/shared/templates/gomizero_top/images/icon/dotted_pink.png) repeat-x top left;
    background-size: 28px auto;
}
#tmp_news .latest h2.news_ttl:after{
    background-image: url(/shared/templates/gomizero_top/images/icon/dotted_green.png);
}
#tmp_news .news_list{
    list-style: none;
}
#tmp_news .news_list > li{
    display: flex;
    align-items: center;
    padding: 20px 0 24px;
    border-bottom: 1px solid #dddddd;
}
#tmp_news .news_list > li .news_date{
    min-width: 144px;
    padding-right: 3px;
}
#tmp_news .news_list > li .news_link > a{
    text-decoration: none;
    display: inline-block;
    color: #000000;
    line-height: 1.5;
}
/* Banner */
#tmp_banner{
    margin-bottom: 70px;
}
#tmp_banner .banner_list{
    display: flex;
    list-style: none;
    gap: 12px;
}
#tmp_banner .banner_list > li{
    width: calc((100% - 24px) / 3);
}
#tmp_banner .banner_list a{
    display: block;
    position: relative;
}
#tmp_banner .banner_list a:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    border: 2px solid #000000;
    transition: all 0.3s ease-in-out;
}
#tmp_banner .banner_list a:hover:after{
	opacity: 1;
}
#tmp_banner .banner_list a img{
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: 0.3s ease-in-out opacity;
}
/* Hover */
a.simple_link:hover,
#tmp_waste_wrap .link_list > li > a:hover,
#tmp_news .news_list > li .news_link > a:hover{
    text-decoration: underline;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_blue #tmp_challenge h2.challenge_ttl:after,
.color_black #tmp_challenge h2.challenge_ttl:after,
.color_yellow #tmp_challenge h2.challenge_ttl:after,
.color_blue #tmp_challenge:after,
.color_black #tmp_challenge:after,
.color_yellow #tmp_challenge:after,
.color_blue #tmp_kids_sec .kids_heading:after,
.color_black #tmp_kids_sec .kids_heading:after,
.color_yellow #tmp_kids_sec .kids_heading:after,
.color_blue .waste_link::before,
.color_black .waste_link::before,
.color_yellow .waste_link::before{
    content: none;
}
.color_blue a.simple_link,
.color_black a.simple_link,
.color_yellow a.simple_link,
.color_blue #tmp_waste_wrap .link_list > li > a,
.color_black #tmp_waste_wrap .link_list > li > a,
.color_yellow #tmp_waste_wrap .link_list > li > a,
.color_blue #tmp_kids_sec .kids_box,
.color_black #tmp_kids_sec .kids_box,
.color_yellow #tmp_kids_sec .kids_box{
    border: 1px solid !important;
}
.color_blue h2.waste_heading,
.color_black h2.waste_heading,
.color_yellow h2.waste_heading{
    width: auto !important;
    height: auto !important;
}
.color_blue h2.waste_heading > span,
.color_black h2.waste_heading > span,
.color_yellow h2.waste_heading > span{
    text-indent: 0 !important;
}
.color_blue #tmp_waste_wrap .link_list span.image,
.color_black #tmp_waste_wrap .link_list span.image,
.color_yellow #tmp_waste_wrap .link_list span.image,
.color_blue #tmp_waste_wrap .link_list span.image img,
.color_black #tmp_waste_wrap .link_list span.image img,
.color_yellow #tmp_waste_wrap .link_list span.image img{
    background-color: #ffffff !important;
}
.color_blue #tmp_mainvs,
.color_black #tmp_mainvs,
.color_yellow #tmp_mainvs{
    background-image: url(/shared/templates/gomizero_top/images/main/mainvs_img.png) !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */
.furigana_on a.simple_link{
    display: table;
}
.fsize_big #tmp_news .news_list > li .news_date{
    min-width: 182px;
}
.fsize_big2 #tmp_news .news_list > li .news_date{
    min-width: 245px;
}
