@charset "UTF-8";

#main_yp {
    width: 100%;
    background: #FFE222;
    -moz-background-size: cover;
    background-size: cover;
    padding: 20px 0;
    margin: 0;
}
#main_yp2 {
    width: 100%;
    background: #2893EF;
    -moz-background-size: cover;
    background-size: cover;
    padding: 20px 0;
    margin: 0;
}
#main_yp3 {
    width: 100%;
    background: #FFE222;
    -moz-background-size: cover;
    background-size: cover;
    padding: 20px 0;
    margin: 0;
}
#main_yp3 img{
    max-width: 85%;
    margin: 20px auto -42px;
    display: block;
}
#main_yp2 p{
    font-size: 56px;
    color: #FFE222;
    text-align: center;
    line-height: 1;
    font-weight: 600;
}
#main_yp2 p span{
    font-size: 36px;
}
#main_yp2 p strong{
    font-size: 160%;
}
#main_yp h1 {
    font-weight: 600;
    color: #000;
    line-height: 1.2;
}
#main_yp h1 img{
    width: 480px;
    max-width: 480px;
}
.box-cp{
    padding: 48px 0;
    text-align: center;
}
.box-cp img{
    display: inline-block;
    max-width: 90%;
}
.flex{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.flex-between2{
  justify-content: space-between !important;
}
.flex-between{
  justify-content: space-between !important;
  align-items: center !important;
}
.at-top{
  align-items: flex-start !important;
}
.at-center{
  align-items: center !important;
  justify-content: center;
}
.w50{
    width: 50%;
}
.box-sdgs h3{
    font-size: 24px;
    color: #2B98CE;
    font-weight: 500;
    margin-bottom: 16px;
}
#localMenu_yp li a strong{
    color: #000;
}
#localMenu_yp li a {
    display: block;
    background-color: #DBDBDB;
    background-image: url(../sdgs/images/icon_anchor.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 15px center;
    text-decoration: none;
    padding: 24px;
    color: #000;
}
.contentsFrame2{
    position: relative;
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}
#localMenu_yp li {
    -ms-flex-preferred-size: 23%;
    flex-basis: 30%;
    margin: 1%;
}
#menu1_yp{
    background: #FAFAFA;
    padding: 40px 0;
}
#menu2_yp{
    background: #EAF1F7;
    padding: 40px 0;
}
#menu2_yp__monitor{
    background: #FFE222;
    padding: 40px 0;
}
#menu3_yp{
    background: #EAF1F7;
    padding: 24px 0 40px;
}
#menu3_yp__monitor{
    background: #FFE222;
    padding: 24px 0 40px;
}
.contentsFrame2 h2{
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
}
.point-txt{
    font-size: 28px;
    text-align: center;
    font-weight: 500;
}
.step-content li{
    width: calc(100% / 3);
}
.step-content li div{
    margin: 24px;
}
.step-content li img{
    max-width: 100%;
}
.disc-item{
    width: 100%;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
}
.disc-item table td{
    padding: 16px;
}
.disc-item table td,
.disc-item table{
    border: none;
    border-top: none !important;
    line-height: 1.8;
}
.disc-item table td:first-child{
    font-weight: 600;
    font-size: 120%;
    width: 140px;
}
.disc-item > div ul{
    padding: 24px;
}
.disc-item > div ul li{
    list-style: disc;
    padding: 0 0 16px 0;
}
#main-yp__monitor{
    width: 100%;
    max-width: 100%;
}
#main-yp__monitor img{
    width: 100%;
    max-width: 100%;
}

.sp{
    display: none;
}
.pc{
    display: block;
}

@media screen and ( max-width: 599px ){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .w50{
        width: 100%;
    }
    .contentsFrame2{
        padding: 5%;
        width: calc(90% - 8px);
    }
    img{
        max-width: 100%;
    }
    #localMenu_yp{
        max-width: 100%;
    }
    #localMenu_yp li {
        -ms-flex-preferred-size: 23%;
        flex-basis: 31%;
        margin: 1%;
        font-size: 10px;
        width: calc(100% / 3);
    }#localMenu_yp {
        padding: 0 0 20px;
    }
    #localMenu_yp li a{
        padding: 8px;
    }
    #main_yp h1 img {
        width: 76%;
        max-width: 480px;
    }
    #main_yp h1 span {
        font-size: 0.7em;
    }
    #main_yp2 p span {
        font-size: 7vw;
    }
    #main_yp2 p {
        font-size: 13vw;
    }
    .contentsFrame2{
        width: 90%;
    }
    .box-cp {
        padding: 5vw 0;
        text-align: center;
    }
    .point-txt {
        font-size: 4.2vw;
    }
    .step-content li {
        width: calc(100% / 1);
    }
    .disc-item table td{
        display: block;
    }
    .disc-item table td:first-child br{
        display: none;
    }
    .disc-item table td:last-child{
        font-size: 14px;
        line-height: 1.8;
    }
    .disc-item {
        width: 90%;
        padding: 5%;
        border-radius: 16px;
        background: #fff;
    }
    .disc-item h3{
        font-size: 20px;
    }
    #main_yp3 img {
        max-width: 100%;
        margin: 20px auto -47px;
        display: block;
    }
    .contentsFrame2 h2{
        font-size: 24px;
    }
}