@charset "utf-8";
/*--------------------
　　WFP WTW CSS for about
--------------------*/
/*--------------------
　　見出し1
--------------------*/
#about .ttl_1{
    background-color: rgb(10,110,180);
    padding: 0 0 0 40px;
    text-align: center;
}
#about .ttl_1_inner{
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#about .ttl_1 h2{
    text-align: left;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    padding: 80px 20px 80px 0;
}
#about .ttl_1_inner div{
    width: 460px;
    background: url("../img/img_photo_01.jpg") no-repeat;
    background-size: cover;
    background-position: right bottom;
    /*width:auto;
    height:100%;*/
    /*max-width: 480px;*/
    /*max-height: 196px*/
}

/*ipad対応*/
@media screen and (max-width:920px){
    #about .ttl_1 h2{
    font-size: 22px;
    line-height: 1;
    padding: 87px 20px 87px 0;/*高さ揃える*/
    }
}
@media screen and (max-width:767px){
    #about .ttl_1{
    padding: 0;
    text-align: center;
    }
    #about .ttl_1_inner{
        max-width: 100%;
        display: block;
    }
    #about .ttl_1 h2{
        text-align: center;
        font-size: 22px;
        padding: 40px 20px;
    }
    #about .ttl_1_inner div{
        width: 100%;
        height: 200px;
    }
}

/*--------------------
　　世界では
--------------------*/
#about .txt_group1{
    display: flex;
    justify-content: space-between;
}
#about .txt_group1 div{
    width: 48%;
}
#about .txt_group1 div:first-child h3{
    color: rgb(10,110,180);
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
}

@media screen and (max-width:767px){
    #about .txt_group1{
        display: block;
        margin-bottom: 20px;
    }
    #about .txt_group1 div{
        width: 100%;
    }
    #about .txt_group1 div:first-child h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    #about .txt_group1 p{
        margin-bottom: 20px;
    }
}

/*--------------------
　　学校給食支援」による効果
--------------------*/
#about .txt_group2 h3{
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    border-bottom: solid 4px rgb(10,110,180);
    padding-bottom: 20px;
    margin-bottom: 40px;
}
@media screen and (max-width:767px){
     #about .txt_group2 h3{
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}

#about .txt_group2_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#about .txt_group2_flex > div{
    width: 48%;
    background-color: #fff;
}
#about .txt_group2_flex > div:nth-child(1),
#about .txt_group2_flex > div:nth-child(2){
    margin-bottom: 40px;
}
#about .txt_group2_flex h4{
    font-size: 18px;
    line-height: 1.5;
    color: rgb(10,110,180);
    padding: 20px 20px 5px 20px;
}
#about .txt_group2_flex p{
    font-size: 14px;
    padding: 0 20px 25px 20px;
}

@media screen and (max-width:767px){
     #about .txt_group2_flex{
        flex-direction: column;
    }
    #about .txt_group2_flex > div{
        width: 100%;
    }
    #about .txt_group2_flex > div:nth-child(1),
    #about .txt_group2_flex > div:nth-child(2),
    #about .txt_group2_flex > div:nth-child(3){
    margin-bottom: 20px;
    }
    #about .txt_group2_flex h4{
        font-size: 16px;
         padding: 10px 20px 5px 20px;
    }
    #about .txt_group2_flex p{
    /*font-size: 12px;*/
    padding: 0 20px 20px 20px;
}
}

/*--------------------
　　給食が支えた子どもたちの希望
--------------------*/
#about .txt_group3{
    margin-bottom: 40px;
}
@media screen and (max-width:767px){
    #about .txt_group3{
    margin-bottom: 20px;
    }
}
#about .txt_group3 h3{
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    border-bottom: solid 4px rgb(10,110,180);
    padding-bottom: 20px;
    margin-bottom: 40px;
}
@media screen and (max-width:767px){
     #about .txt_group3 h3{
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}
#about .txt_group3_flex{
    display: flex;
    justify-content: space-between;
}
#about .txt_group3_flex > div:nth-child(1),
#about .txt_group3_flex > div:nth-child(3){
    width: 48%;
}
#about .txt_group3_flex > div:nth-child(2){
    width: 4%;
    padding: 90px 10px 0 10px;
}
#about .txt_group3_flex p{
    font-size: 14px;
    margin-top: 10px;
}
@media screen and (max-width:767px){
    #about .txt_group3_flex{
        flex-direction: column;
    }
    #about .txt_group3_flex > div:nth-child(1),
    #about .txt_group3_flex > div:nth-child(2),
    #about .txt_group3_flex > div:nth-child(3){
        width: 100%;
    }
    #about .txt_group3_flex > div:nth-child(2){
        padding: 20px 0;
        width: 35%;
        margin: 0 auto;
    }
    #about .txt_group3_flex p{
        margin-top: 5px;
    }
}

#about .txt_group4 h3{
    color: rgb(10,110,180);
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
}

@media screen and (max-width:767px){
    #about .txt_group4 h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
}

/*--------------------
　　レッドカップキャンペーン
--------------------*/
#about .txt_group5 h3{
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    border-bottom: solid 4px rgb(10,110,180);
    padding-bottom: 20px;
    margin-bottom: 40px;
}
@media screen and (max-width:767px){
     #about .txt_group5 h3{
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}
#about .txt_group5_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;/*center;*/
}
#about .txt_group5_flex > div{
    width: 48%;
}
#about .txt_group5_flex a.logo_redcup{
    width: 48%;
    display: block;
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}
#about .txt_group5_flex a.logo_redcup img{
    max-width: 380px;
}
@media screen and (max-width:767px){
    #about .txt_group5_flex{
        flex-direction: column;
    }
    #about .txt_group5_flex > div,
    #about .txt_group5_flex a.logo_redcup{
        width: 100%;
    }
}
#about .txt_group5_flex h4{
    color: rgb(10,110,180);
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
}
@media screen and (max-width:767px){
    #about .txt_group5_flex h4{
        font-size: 18px;
        margin-bottom: 10px;
    }
}

#about .redcup_link{
    margin-top: 20px;
}
@media screen and (max-width:767px){
    #about .redcup_link{
    margin-bottom: 20px;
    }
}

#about .txt_group5_flex i.fa-chevron-circle-right{
    color: rgb(10,110,180);
    padding-right: 3px
}
#about .txt_group5_flex i.fa-window-restore{
    color: #999;
    padding-left: 3px
}









