@charset "UTF-8";
/************************************************************/
/*   KV   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    #KV{
        height: 50vh;
        background-image: url(/haccp/img/kv.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .KV_set{
        width: 100%; height: 100%;
        padding-top: 50px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        flex-direction: column;
    }
    .KV_icon{
        width: 20%;
        margin-bottom: 15px;
    }
    .KV_key{
        font-size: 2.4rem; font-weight: bold; color: #fff; letter-spacing: 0.6rem; line-height: 1;
        margin: 0 0 15px 0.6rem;
    }
    .KV_subkey{
        width: 70%;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    #KV{
        height: 50vh; min-height: 550px;
        background-image: url(/haccp/img/kv.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .KV_set{
        width: 100%; height: 100%;
        padding-top: 80px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        flex-direction: column;
    }
    .KV_icon{
        width: 80px;
        margin-bottom: 15px;
    }
    .KV_key{
        font-size: 3rem; font-weight: bold; color: #fff; letter-spacing: 0.6rem; line-height: 1;
        margin: 0 0 15px 0.6rem;
    }
    .KV_subkey{
        width: 300px;
    }
}

/************************************************************/
/*   C1   */
/************************************************************/
.C1_BR{
    display: inline;
}
@media screen and (max-width:1023px) { /*TB&SP*/
    .C1_BR{
        display: none;
    }
}

@media screen and (max-width:767px) { /*SP*/
    #C1{
        padding: 30px 0;
    }
    .C1_key_set{
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .C1_key_box{
        font-size: 2.2rem; font-weight: bold; color: #007440; letter-spacing: 0.3rem;
        margin: 0 0 0 0.3rem;
        padding-bottom: 20px;
        position: relative;
    }
    .C1_key_box::before{
        content: ''; position: absolute;
        bottom: 0; left: 0; right: 0; margin: auto;
        width: 30px; height: 3px;
        background-color: #007440;
    }
    .C1_set{
        width: 100%;
        padding: 30px 0 0;
    }
    .C1_box01{
        width: 100%;
        margin-bottom: 30px;
    }
    .C1_logo{
        width: 150px; margin: 0 auto;
    }
    .C1_tx01{
        width: 100%;
        padding: 30px 0 0;
        font-size: 1.6rem; font-weight: bold; color: #007440;
    }
    .C1_box02{
        width: 100%;
        margin-bottom: 30px;
    }
    .C1_tx02{
        font-size: 1.4rem;
    }
    .C1_box03{
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
    }
    .C1_img{
        width: calc((100% - (5px * 2)) /3);
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    #C1{
        padding: 60px 0;
    }
    .C1_key_set{
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        flex-direction: column;
    }
    .C1_key_box{
        font-size: 3rem; font-weight: bold; color: #007440; letter-spacing: 0.6rem; line-height: 1;
        margin: 0 0 0 0.6rem;
        padding-bottom: 30px;
        position: relative;
    }
    .C1_key_box::before{
        content: ''; position: absolute;
        bottom: 0; left: 0; right: 0; margin: auto;
        width: 60px; height: 3px;
        background-color: #007440;
    }
    .C1_set{
        width: 100%; max-width: 950px;
        padding: 60px 0 0;
    }
    .C1_box01{
        width: 100%;
        margin-bottom: 60px;
        display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start;
    }
    .C1_logo{
        width: 150px;
    }
    .C1_tx01{
        width: calc(100% - 150px);
        padding-left: 40px;
        font-size: 2rem; font-weight: bold; color: #007440; line-height: 2;
    }
    .C1_box02{
        width: 100%;
        margin-bottom: 60px;
    }
    .C1_tx02{
        font-size: 1.6rem; line-height: 2;
    }
    .C1_box03{
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
    }
    .C1_img{
        width: calc((100% - (10px * 2)) /3);
        max-width: 280px;
    }
}

/************************************************************/
/*   C2   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    #C2{
        padding: 30px 0;
        background-color: #EDF7F5;
    }
    .C2_key_set{
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        flex-direction: column;
    }
    .C2_key_box{
        font-size: 2.2rem; font-weight: bold; color: #007440; letter-spacing: 0.3rem;
        margin: 0 0 0 0.3rem;
        text-align: center;
    }
    .C2_set{
        width: 100%;
        padding: 30px 0 0;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    #C2{
        padding: 60px 0;
        background-color: #EDF7F5;
    }
    .C2_key_set{
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        flex-direction: column;
    }
    .C2_key_box{
        font-size: 3rem; font-weight: bold; color: #007440; letter-spacing: 0.6rem;
        margin: 0 0 0 0.6rem;
        text-align: center;
    }
    .C2_set{
        width: 100%;
        padding: 60px 0 0;
    }
}

