@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wrapper{
    width: 96%;
    max-width: 1345px;
    margin: 0 auto;
    font-family: sans-serif, HiraKakuProN-W3;
}

/* *************************    main visual　　（各ページ共通）    ************************* */
.section_mv {
    width: 100%;
    max-width: 1845px;
    height: 240px;
    margin: 0 auto 150px;
    color: #FFF;
    padding-top: 4.5%;
    text-align: center;
    position: relative;
}
.mv_illust{
    width: 100%;
    text-align: center;
}
.mv_illust img{
    width: 63%;
    position: absolute;
    top: 253px;
    left: 18%;
}
.mv_bg {
    background-image: url("../images/mv_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

.section_mv h1 {
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .11em;
}
@media all and (max-width:1600px){
    .section_mv {
        height: 210px;
        padding-top: 5%;
    }
    .section_mv h1 {
        font-size: 26px;
        font-weight: bold;
        letter-spacing: .11em;
    }
}
@media all and (max-width:1300px){
    .mv_illust img{
        width: 70%;
        position: absolute;
        left: 16%;
    }
    .section_mv {
        height: 210px;
        padding-top: 7%;
    }
    .section_mv h1 {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: .11em;
    }
}
@media all and (max-width:1100px){
    .mv_illust img{
        width: 80%;
        position: absolute;
        top: 200px;
        left: 11.5%;
    }
    .section_mv {
        height: 180px;
        padding-top: 6.5%;
    }
    .section_mv h1 {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: .11em;
    }
}
@media all and (max-width:768px){
    .mv_illust img{
        width: 90%;
        position: absolute;
        top: 170px;
        left: 5%;
    }
    .section_mv {
        height: 160px;
        padding-top: 7.5%;
    }
    .section_mv h1 {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: .11em;
    }
}
@media all and (max-width:560px){
    .mv_illust img{
        width: 93%;
        position: absolute;
        top: 160px;
        left: 3%;
    }
    .section_mv {
        height: 140px;
        padding-top: 10%;
        margin-bottom: 40px;
    }
    .section_mv h1 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: .11em;
    }
}
@media all and (max-width:375px){
    .mv_illust img{
        width: 93%;
        position: absolute;
        top: 130px;
        left: 3.5%;
    }
    .section_mv {
        height: 110px;
        margin: 0 auto 70px;
    }
    .section_mv h1 {
        font-size: 17px;
        font-weight: bold;
        letter-spacing: .11em;
    }
}

/* *************************   ページネーション(TOP:枠なし  各ページ共通）    ************************* */
.nav{
    width: 100%;
    max-width: 1345px;
    height: 120px;
    display: table;
}
.nav .box{
    width: 25%;
    height: 120px;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-left: 9%;
    text-decoration: none;
    transition:all .3s ease;
}
.nav .box:hover{
    color: #fff;
    opacity: 0.8;
}
span.br_nav{
    display: block;
}

a.page_01_noColor{
    background-color: #ccc;
    position: relative;
    z-index:10;
}

a.page_01_noColor::before{
    content: "01";
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    color:#ccc;
    font-size: 18px;
    line-height: 3.1em;
    position: absolute;
    top: 22%;
    left: 10%;
    text-align: center;
    vertical-align: bottom;
    margin-top: 5px;
    margin-left: 4%;
}
a.page_01_noColor::after{
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 41%;
    right: -30px;
    margin: auto;
    box-sizing: border-box;
    border: 11px solid transparent;
    border-left: 20px solid #ccc;
    z-index: 100;
    transition: all .3s ease;
    opacity: 1;
}

a.page_01_colored{
    background-color: #32b16c;
    position: relative;
    z-index:10;
}
a.page_01_colored::before{
    content: "01";
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    color:#32b16c;
    font-size: 18px;
    line-height: 3.1em;
    position: absolute;
    top: 22%;
    left: 10%;
    text-align: center;
    vertical-align: bottom;
    margin-top: 5px;
    margin-left: 4%;
}
a.page_01_colored::after{
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 41%;
    right: -30px;
    margin: auto;
    box-sizing: border-box;
    border: 11px solid transparent;
    border-left: 20px solid #32b16c;
    z-index: 100;
    transition:all .3s ease;
    opacity:1;
}

a.page_01_colored:hover::after{
    opacity:1;
}


a.page_02_noColor{
    background-color: #aaaaaa;
    position: relative;
    z-index:9;
}
a.page_02_noColor::before{
    content: "02";
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    color:#aaaaaa;
    font-size: 18px;
    line-height: 3.1em;
    position: absolute;
    top: 22%;
    left: 10%;
    text-align: center;
    vertical-align: bottom;
    margin-top: 5px;
    margin-left: 4%;
}
a.page_02_noColor::after{
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 41%;
    right: -31px;
    margin: auto;
    box-sizing: border-box;
    border: 11px solid transparent;
    border-left: 20px solid #aaaaaa;
    z-index: 100;
    transition:all .3s ease;
}
a.page_03_noColor{
    background-color: #949494;
    position: relative;
    z-index:8;
}
a.page_03_noColor::before{
    content: "03";
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    color:#949494;
    font-size: 18px;
    line-height: 3.1em;
    position: absolute;
    top: 22%;
    left: 10%;
    text-align: center;
    vertical-align: bottom;
    margin-top: 5px;
    margin-left: 4%;
}
a.page_03_noColor::after{
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 41%;
    right: -31px;
    margin: auto;
    box-sizing: border-box;
    border: 11px solid transparent;
    border-left: 20px solid #949494;
    z-index: 100;
    transition:all .3s ease;
}
a.page_04_noColor{
    background-color: #888888;
    position: relative;
    z-index:7;
}
a.page_04_noColor::before{
    content: "04";
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    color:#888888;
    font-size: 18px;
    line-height: 3.1em;
    position: absolute;
    top: 22%;
    left: 10%;
    text-align: center;
    vertical-align: bottom;
    margin-top: 5px;
    margin-left: 4%;
}
a.box a.page_03_noColor:hover::after, a.box .page_02_noColor:hover::after, a.box a.page_01_colored:hover::after{
    color: #fff;
    position: absolute;
    top: 0;right: 0;
    opacity: 1;
}
/* *************************   ページネーション(TOP:枠あり  各ページ共通）    ************************* */
.frame{
    border: 2px solid #fff954;
}
span.bg_yellow{
    content: "";
    width: 27px;
    height: 27px;
    position: absolute;
    top: 39%;
    right: -33px;
    margin: auto;
    box-sizing: border-box;
    border: 12px solid transparent;
    border-left: 21px solid #fff954;
    z-index: 1;
}
.nav_bottom{
    margin-top: 10px;
}
a.page_02_colored{
    background-color: #32b16c;
    position: relative;
    z-index:9;
}
a.page_02_colored::before{
    content: "02";
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    color:#32b16c;
    font-size: 18px;
    line-height: 3.1em;
    position: absolute;
    top: 22%;
    left: 10%;
    text-align: center;
    vertical-align: bottom;
    margin-top: 5px;
    margin-left: 4%;
}
a.page_02_colored::after{
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 41%;
    right: -31px;
    margin: auto;
    box-sizing: border-box;
    border: 11px solid transparent;
    border-left: 20px solid #32b16c;
    z-index: 1;
}

a.page_03_colored{
    background-color: #009944;
    position: relative;
    z-index:8;
}
a.page_03_colored::before{
    content: "03";
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    color:#009944;
    font-size: 18px;
    line-height: 3.1em;
    position: absolute;
    top: 22%;
    left: 10%;
    text-align: center;
    vertical-align: bottom;
    margin-top: 5px;
    margin-left: 4%;
}
a.page_03_colored::after{
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 41%;
    right: -31px;
    margin: auto;
    box-sizing: border-box;
    border: 11px solid transparent;
    border-left: 20px solid #009944;
    z-index: 1;
}
a.page_04_colored{
    background-color: #007130;
    position: relative;
    z-index:7;
}
a.page_04_colored::before{
    content: "04";
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    color:#007130;
    font-size: 18px;
    line-height: 3.1em;
    position: absolute;
    top: 22%;
    left: 10%;
    text-align: center;
    vertical-align: bottom;
    margin-top: 5px;
    margin-left: 4%;
}

@media all and (max-width:1800px){
    .nav{
    width: 100%;
    max-width: 1345px;
    height: 120px;
    display: table;
}
.nav_bottom{
    margin-top: 10px;
    margin-bottom:50px;
}
}
@media all and (max-width:1550px){
    .nav{
    width: 100%;
    max-width: 1345px;
    height: 120px;
    display: table;
    margin-top: 120px;
}
.nav_bottom{
    margin-top: 10px;
}
}
@media all and (max-width:1100px){
    .nav{
        width: 100%;
        max-width: 1345px;
        height: 80px;
        display: table;
        margin-top: 50px;
    }
    .nav .box{
        width: 25%;
        height: 110px;
        text-align: left;
        vertical-align: middle;
        display: table-cell;
        font-size: 17px;
        color: #fff;
        position: relative;
        padding-left: 8.3%;
    }
    a.page_01_colored::before, a.page_01_noColor::before{
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 2.8em;
        position: absolute;
        top: 25%;
        left: 6%;
        margin-top: 5px;
        margin-left: 5%;
    }
    a.page_02_colored::before, a.page_02_noColor::before{
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 2.8em;
        position: absolute;
        top: 25%;
        left: 6%;
        margin-top: 5px;
        margin-left: 5%;
    }
    a.page_03_colored::before, a.page_03_noColor::before{
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 2.8em;
        position: absolute;
        top: 25%;
        left: 6%;
        margin-top: 5px;
        margin-left: 5%;
    }
    a.page_04_colored::before, a.page_04_noColor::before{
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 2.8em;
        position: absolute;
        top: 25%;
        left: 6%;
        margin-top: 5px;
        margin-left: 5%;
    }
    .nav_bottom{
        margin-top: 10px;
    }
}

@media all and (max-width:950px){
    .nav{
        width: 100%;
        max-width: 1345px;
        height: 110px;
        display: table;
        margin-top: -50px;
    }
    .nav .box{
        width: 25%;
        height: 110px;
        text-align: left;
        vertical-align: middle;
        display: table-cell;
        font-size: 15px;
        color: #fff;
        position: relative;
        padding-left: 8%;
    }
    a.page_01_colored::before{
        width: 35px;
        height: 35px;
        font-size: 16px;
        line-height: 2.5em;
        position: absolute;
        top: 28%;
        left: 6%;
        margin-top: 5px;
        margin-left: 5%;
    }
    a.page_02_colored::before, a.page_02_noColor::before{
        width: 35px;
        height: 35px;
        font-size: 16px;
        line-height: 2.5em;
        position: absolute;
        top: 28%;
        left: 6%;
        margin-top: 5px;
        margin-left: 5%;
    }
    a.page_03_colored::before, a.page_03_noColor::before{
        width: 35px;
        height: 35px;
        font-size: 16px;
        line-height: 2.5em;
        position: absolute;
        top: 28%;
        left: 6%;
        margin-top: 5px;
        margin-left: 5%;
    }
    a.page_04_colored::before, a.page_04_noColor::before{
        width: 35px;
        height: 35px;
        font-size: 16px;
        line-height: 2.5em;
        position: absolute;
        top: 28%;
        left: 6%;
        margin-top: 5px;
        margin-left: 5%;
    }
    .nav_bottom{
        margin-top: 10px;
    }
}
@media all and (max-width:768px){
    .nav{
        width: 100%;
        max-width: 1345px;
        height: 90px;
        display: table;
        margin-top: -40px;
    }
    .nav .box{
        width: 25%;
        height: 90px;
        text-align: left;
        vertical-align: middle;
        display: table-cell;
        font-size: 13px;
        color: #fff;
        position: relative;
        padding-left: 9%;
    }
    a.page_01_colored::before{
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 2.3em;
        position: absolute;
        top: 28%;
        left: 8%;
        margin-top: 5px;
        margin-left: 5%;
    }
    a.page_02_colored::before, a.page_02_noColor::before{
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 2.3em;
        position: absolute;
        top: 28%;
        left: 8%;
        margin-top: 5px;
        margin-left: 5%;
    }
    a.page_03_colored::before, a.page_03_noColor::before{
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 2.3em;
        position: absolute;
        top: 28%;
        left: 8%;
        margin-top: 5px;
        margin-left: 5%;
    }
    a.page_04_colored::before, a.page_04_noColor::before{
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 2.3em;
        position: absolute;
        top: 28%;
        left: 8%;
        margin-top: 5px;
        margin-left: 5%;
    }
    .nav_bottom{
        margin-top: 10px;
    }
}
@media all and (max-width:560px){
    .nav{
        width: 100%;
        max-width: 1345px;
        height: 100px;
        display: table;
        margin: -50px auto 10px;
    }
    .nav .box{
        width: 100%;
        height: 100px;
        margin: 0 auto;
        text-align: left;
        display: block;
        font-size: 21px;
        color: #fff;
        position: relative;
        padding-left: 23%;
        padding-top: 6.5%;
    }
    span.br_nav{
        display: inline;
    }

    a.page_01_colored::before, a.page_02_colored::before,  a.page_01_noColor::before, a.page_02_noColor::before, a.page_03_colored::before,  a.page_03_noColor::before,  a.page_04_colored::before,  a.page_04_noColor::before{
        display: inline-block;
        width: 43px;
        height: 43px;
        border-radius: 50%;
        background: #fff;
        font-size: 18px;
        line-height: 2.7em;
        position: absolute;
        top: 22%;
        left: 7%;
        text-align: center;
        vertical-align: bottom;
        margin-top: 5px;
        margin-left: 4%;
    }
    a.page_02_colored::before{
        content: "02";
        color:#32b16c;
    }
    a.page_03_colored::before{
        content: "03";
        color:#32b16c;
    }

    a.page_01_noColor::after{
        content: "";
        width: 23px;
        height: 23px;
        position: absolute;
        bottom: -88px;
        right: 50%;
        margin: auto;
        box-sizing: border-box;
        border: 11px solid transparent;
        border-top: 20px solid #ccc;
        z-index: 2;
      }

    a.page_01_colored::after{
        content: "";
        width: 23px;
        height: 23px;
        position: absolute;
        bottom: -90px;
        right: 50%;
        margin: auto;
        box-sizing: border-box;
        border: 11px solid transparent;
        border-top: 20px solid #89c997;
        z-index: 2;
    }
    a.page_02_noColor::after{
        content: "";
        width: 23px;
        height: 23px;
        position: absolute;
        bottom: -88px;
        right: 50%;
        margin: auto;
        box-sizing: border-box;
        border: 11px solid transparent;
        border-top: 20px solid #aaaaaa;
        z-index: 2;
      }
      a.page_02_colored::after{
        content: "";
        width: 23px;
        height: 23px;
        position: absolute;
        bottom: -88px;
        right: 50%;
        margin: auto;
        box-sizing: border-box;
        border: 11px solid transparent;
        border-top: 20px solid #32b16c;
        z-index: 2;
    }
      a.page_03_noColor::after{
        content: "";
        width: 23px;
        height: 23px;
        position: absolute;
        bottom: -88px;
        right: 50%;
        margin: auto;
        box-sizing: border-box;
        border: 11px solid transparent;
        border-top: 20px solid #949494;
        z-index: 2;
      }
      a.page_03_colored::after {
        content: "";
        width: 23px;
        height: 23px;
        position: absolute;
        bottom: -88px;
        right: 50%;
        margin: auto;
        box-sizing: border-box;
        border: 11px solid transparent;
        border-top: 20px solid #009944;
        z-index: 2;
    }
    span.bg_yellow {
        content: "";
        width: 27px;
        height: 27px;
        position: absolute;
        bottom: -94px;
        right: 49.5%;
        margin: auto;
        box-sizing: border-box;
        border: 12px solid transparent;
        border-top: 21px solid #fff954;
        z-index: 1;
    }
    .nav_bottom{
        margin-top: 40px;
    }
}
@media all and (max-width:480px){
    .nav{
        width: 100%;
        max-width: 1345px;
        height: 100px;
        display: table;
        margin: 40px auto 20px;
    }
    .nav .box{
        width: 100%;
        height: 100px;
        margin: 0 auto;
        text-align: left;
        display: block;
        font-size: 17px;
        color: #fff;
        position: relative;
        padding-left: 25%;
        padding-top: 8.2%;
    }
}
@media all and (max-width:375px){
    .nav{
        width: 100%;
        max-width: 1345px;
        height: 100px;
        display: table;
        margin: 20px auto;
    }
    .nav .box{
        width: 100%;
        height: 100px;
        margin: 0 auto;
        text-align: left;
        display: block;
        font-size: 17px;
        color: #fff;
        position: relative;
        padding-left: 28%;
        padding-top: 10.5%;
    }
}
@media all and (max-width:350px){
    .nav{
        width: 100%;
        max-width: 1345px;
        height: 100px;
        display: table;
        margin: 20px auto 20px;
    }
    .nav .box{
        width: 100%;
        height: 100px;
        margin: 0 auto;
        text-align: left;
        display: block;
        font-size: 15px;
        color: #fff;
        position: relative;
        padding-left: 32%;
        padding-top: 11.5%;
    }
}

/* *************************    ページTOPのタイトル　　（各ページ共通）    ************************* */

section.pageTop{
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 70px auto;
}
section.pageTop h1.green_top{
    font-size: 30px;
    color:#191919;
    text-align: center;
}
section.pageTop h1.gray_top{
    font-size: 24px;
    color:#333;
    text-align: center;
}
section.pageTop h1.blue_top{
    font-size: 30px;
    color:#191919;
}
section.pageTop p{
    font-size: 16px;
    margin-top: 35px;
}
section.pageTop p.small_p{
    font-size: 14px;
    margin-top: 20px;      

}
section.pageTop p.p_top{
    font-size: 15px;
    margin-top: 35px;
}
section.pageTop p.p_sSpace{
    font-size: 13px;
    margin-top: 10px;
}
@media all and (max-width:768px){
    section.pageTop{
        text-align: center;
        margin: 70px 0;
    }
    section.pageTop h1.green_top{
        font-size: 24px;
        text-align: center;
    }
    section.pageTop h1.quality_top{
        font-size: 30px;
    }
    section.pageTop h1.blue_top{
        font-size: 22px;
    }
    section.pageTop p{
        font-size: 12px;
        margin-top: 13px;
    }
    section.pageTop p.p_top {
        font-size: 14px;
        margin-top: 13px;
    }
    section.pageTop p.p_sSpace{
        font-size: 12px;
        margin-top: 10px;
    }
    section.pageTop p.small_p{
        font-size: 12px;
        margin-top: 10px;
    }
}
@media all and (max-width:560px){
    section.pageTop{
        margin: 50px 0;
    }
    section.pageTop h1.green_top{
        font-size: 22px;
    }
    section.pageTop h1.check_top, section.pageTop h1.products_top, section.pageTop h1.quality_top{
        font-size: 30px;
    }
    section.pageTop h1.quality_top span.q_br{
        display: block;
    }
    section.pageTop h1.products_top, section.pageTop h1.make_top{
        margin-bottom: 30px;
    }
    section.pageTop h1.blue_top{
        font-size: 25px;
    }
    section.pageTop p{
        font-size: 12px;
        margin-top: 10px;
    }
    section.pageTop p{
        font-size: 13px;
        margin-top: 10px;
    }
    section.pageTop p.p_top{
        font-size: 12px;
    }
    section.pageTop p.p_sSpace{
        font-size: 11px;
        margin-top: 10px;
    }
    section.pageTop p.small_p{
        margin-top: 10px;
    }
}
@media all and (max-width:375px){
    section.pageTop p.p_top{
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 20px;
    }
    section.pageTop h1.green_top{
        font-size: 15px;
    }
    section.pageTop h1.blue_top{
        font-size: 20px;
    }
    section.pageTop p{
        font-size: 12px;
        margin-top: 15px;
    }
    section.make p.make_p{
        font-size: 10.5px;
        margin-top: 5px;
    }
   section.pageTop h1.quality_top{
        font-size: 26px;
    }
     section.pageTop h1.check_top{
        font-size: 22px;
    }
    section.pageTop h1.products_top{
        font-size: 24px;
    }
}
/* *************************       01ページの下部     ************************* */
article.top{
    margin: 100px auto 120px;
    width: 100%;
    max-width: 1200px;
}
article.top h1.green_top{
    font-size: 30px;
    color:#191919;
    text-align: center;
}
.p_box{
    margin: 30px 0;
}
p.four_p{
    font-size: 16px;
    margin: 30px 0;
}
.article_imgs{
    overflow: hidden;
}
.article_imgs_01{
    width: 49.58%;
    float: left;
}
.article_imgs_02{
    width: 49.58%;
    float: right;
}
@media all and (max-width:768px){
    article.top{
        margin: 80px auto 90px;
    }
    article.top h1.green_top{
        font-size: 22px;
        color:#32b16c;
        text-align: center;
        padding-bottom: 10px;
    }
    .p_box{
        margin: 30px 0;
    }
    p.four_p{
        font-size: 14px;
        margin: 30px 0;
    }
    .article_imgs{
        overflow: hidden;
        padding-top: 20px;
    }
    .article_imgs_01{
        width: 49.58%;
        float: left;
    }
    .article_imgs_02{
        width: 49.58%;
        float: right;
    }
}
@media all and (max-width:560px){
    article.top{
        margin: 60px auto;
    }
    article.top h1.green_top{
        font-size: 20px;
        color:#32b16c;
        text-align: center;
    }
    .p_box{
        margin: 30px 0;
    }
    p.four_p{
        font-size: 14px;
        margin: 30px 0;
    }
    .article_imgs{
        overflow: hidden;
    }
    .article_imgs_01{
        width: 49.58%;
        float: left;
    }
    .article_imgs_02{
        width: 49.58%;
        float: right;
    }
}

/* *************************     次のページボタン   （各ページ共通部分）　　    ************************* */
.btnToNext{
    width: 100%;
    max-width: 1345px;
    margin: 0 auto 10px;
    background-color: #f2ffd0;
    text-align: center;
    padding: 30px 0;
}
.btnToNext a{
    color: #638c0b;
    font-size: 21px;
    transition:all .3s ease;
    text-decoration: none;
}
.btnToNext:hover{
    color: #fff;
    opacity: 0.7;
}
@media all and (max-width:560px){
    .btnToNext a{
        font-size: 18px;
    }
}
@media all and (max-width:375px){
    .btnToNext{
        margin-bottom: 10px;
        padding: 25px 0;
    }
    .btnToNext a{
        font-size: 14px;
    }
}

/* *************************      container 　（各ページ共通部分）       ************************* */
section.container{
    overflow: hidden;
}
.containerBox, .containerBox_02{
    width: 100%;
    max-width: 1345px;
    margin: 0 auto;
    overflow: hidden;
}
.containerBox_02{
    margin: 80px 0 55px;
}
.left_container{
    float: left;
    margin-left: 2%;
}
.right_container{
    float: right;
}
.left_container, .right_container{
    width: 47%;
}
h2.container_title{
    font-size: 36px;
}
span.grayLine{
    border-bottom: solid 1px #b3b3b3;
    width: 100%;
    display: block;
    margin: 35px 0;
}
h3.container_greenTitle, h3.container_greenTitle_02{
    font-size: 24px;
    color:#191919;
}
h3.container_greenTitle_02{
    margin-top: 80px;
}
p.inner{
    font-size: 16px;
    margin: 30px 0;
}
.inner_illust{
    width: 100%;
    margin: 70px auto 0;
}
.inner_illust img{
    margin-left: 7%;
    width: 83%;
}

.right_container img.large{
    width: 100%;
    vertical-align: bottom;
}
.right_container img.small{
    width: 50%;
    vertical-align: bottom;
}
p.comments{
    font-weight: bold;
    margin-top: 15px;
    line-height: 1.4em;
}
.gray_box {
    background-color: #f2f2f2;
    padding: 25px 20px 0 20px;
}
.gray_box h4{
    font-size: 16px;
    font-weight: bold;
}
.gray_box p{
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 25px;
    letter-spacing: 0.01em;
}
 @media all and (max-width:1122px){
    h2.container_title{
        font-size: 32px;
    }
    h3.container_greenTitle{
        font-size: 24px;
        color:#191919;
    }
    p.inner{
        font-size: 16px;
        margin: 10px 0;
    }
    .inner_illust{
        width: 100%;
        margin: 70px auto 0;
    }
    .inner_illust img{
        margin-left: 10%;
        width: 75%;
    }
    p.comments{
        font-weight: bold;
        margin-top: 15px;
        line-height: 1.4em;
    }
    .gray_box {
        background-color: #f2f2f2;
        padding: 25px 20px 0 20px;
    }
    .gray_box h4{
        font-size: 16px;
        font-weight: bold;
    }
    .gray_box p{
        font-size: 14px;
        font-weight: bold;
        padding: 5px 0 25px;
        letter-spacing: 0.01em;
    }
 }
 @media all and (max-width:997px){
    h2.container_title{
        font-size: 26px;
    }
    h3.container_greenTitle{
        font-size: 20px;
        color:#32b16c;
    }
    p.inner{
        font-size: 16px;
        margin: 5px 0;
    }
    .inner_illust{
        width: 100%;
        margin: 70px auto 0;
    }
    p.comments{
        font-weight: bold;
        margin-top: 14px;
        line-height: 1.4em;
    }
    .gray_box h4{
        font-size: 14px;
        font-weight: bold;
    }
    .gray_box p{
        font-size: 12px;
        font-weight: bold;
        padding: 5px 0 25px;
        letter-spacing: 0.01em;
    }
 }
 @media all and (max-width:768px){
    h2.container_title{
        font-size: 24px;
    }
    span.grayLine{
        margin: 20px 0;
    }
    h3.container_greenTitle{
        font-size: 20px;
        color:#32b16c;
    }
    p.inner{
        font-size: 14px;
        margin: 20px 0;
    }
    .inner_illust{
        width: 100%;
        margin: 60px auto 0;
    }
    .inner_illust img{
        margin-left: 7%;
        width: 85%;
    }
    p.comments{
        font-size: 13px;
        font-weight: bold;
        margin-top: 15px;
        line-height: 1.4em;
    }
    .gray_box {
        background-color: #f2f2f2;
        padding: 15px 15px 0 15px;
    }
    .gray_box h4{
        font-size: 13px;
        font-weight: bold;
    }
    .gray_box p{
        font-size: 11px;
        font-weight: bold;
        padding: 5px 0 25px;
        letter-spacing: 0.01em;
    }
 }
 @media all and (max-width:560px){
    .containerBox_02{
        margin: 80px 0 55px;
    }
    .left_container{
        float: none;
    }
    .left_container, .right_container{
        width: 92%;
        margin: 0 auto;
    }
    .right_container{
        float: none;
        margin-top: 80px;
    }
    h2.container_title{
        font-size: 24px;
    }
    span.grayLine{
        margin: 15px 0;
    }
    h3.container_greenTitle{
        font-size: 22px;
    }
    p.inner{
        font-size: 16px;
        margin: 15px 0;
    }
    .inner_illust{
        width: 100%;
        margin: 80px auto 0px;
    }
    .inner_illust img{
        margin-left: 10%;
        width: 75%;
    }
    
    .right_container img.large{
        width: 100%;
        vertical-align: bottom;
    }
    .right_container img.small{
        width: 50%;
        vertical-align: bottom;
    }
    p.comments{
        font-weight: bold;
        margin-top: 15px;
        line-height: 1.4em;
    }
    .gray_box {
        margin-top: 40px;
        padding: 15px 15px 0 15px;
    }
    .gray_box h4{
        font-size: 16px;
        font-weight: bold;
    }
    .gray_box p{
        font-size: 13px;
        font-weight: bold;
        padding: 5px 0 25px;
        letter-spacing: 0.01em;
    }
 }
 @media all and (max-width:470px){
    .containerBox_02{
        margin: 80px 0 55px;
    }
    .left_container, .right_container{
        width: 92%;
        margin: 0 auto;
    }
    .right_container{
        margin-top: 80px;
    }
    h2.container_title{
        font-size: 24px;
    }
    span.grayLine{
        margin: 20px 0;
    }
    h3.container_greenTitle{
        font-size: 18px;
    }
    p.inner{
        font-size: 14px;
        margin: 15px 0;
    }
    .inner_illust{
        margin: 60px auto 0px;
    }
    .inner_illust img{
        margin-left: 5%;
        width: 85%;
    }
    p.comments{
        font-weight: bold;
        margin-top: 15px;
        line-height: 1.4em;
    }
    .gray_box {
        margin-top: 40px;
        padding: 15px 15px 0 15px;
    }
    .gray_box h4{
        font-size: 14px;
        font-weight: bold;
    }
    .gray_box p{
        font-size: 11px;
        font-weight: bold;
        padding: 5px 0 25px;
        letter-spacing: 0.01em;
    }
 }
 @media all and (max-width:375px){
    .containerBox_02{
        margin: 80px 0 45px;
    }
    .right_container{
        margin-top: 40px;
    }
    h2.container_title{
        font-size: 22px;
    }
    span.grayLine{
        margin: 20px 0;
    }
    h3.container_greenTitle{
        font-size: 18px;
    }
    p.inner{
        font-size: 13px;
        margin: 15px 0;
    }
    .inner_illust{
        margin: 60px auto 0px;
    }
    .inner_illust img{
        margin-left: 5%;
        width: 85%;
    }
    p.comments{
        font-weight: bold;
        margin-top: 15px;
        line-height: 1.4em;
    }
    .gray_box {
        margin-top: 40px;
        padding: 15px 15px 0 15px;
    }
    .gray_box h4{
        font-size: 13px;
        font-weight: bold;
    }
    .gray_box p{
        font-size: 10px;
        font-weight: bold;
        padding: 5px 0 25px;
        letter-spacing: 0.01em;
    }
 }

 /* *************************      02ページ　　　　13のリスト        ************************* */
 section.lists_sp{
    width: 0;
    height: 0;
}
span.teen{
    display: inline;
}
section.lists_pc{
    width: 100%;
    max-width: 1345px;
    margin: 0 auto;
    text-align: center;
    border: solid 1px #32b16c;
}
.listBox{
    width: 93%;
    margin: 0 auto;
    overflow: hidden;
}
.listBox h2{
    margin-top: 40px;
    font-size: 30px;
}
span.grayLine_02{
    margin: 20px 0 30px;
    border-bottom: solid 1px #b3b3b3;
    display: block;
    width: 100%;
}
.listBox p{
    font-size: 15px;
    font-weight: bold;
}
ul.iconBox{
    width: 100%;
    margin: 70px auto;
    display: flex;
    list-style: none;
}
li.a_list{
    width: 33%;
    margin: 0 0 70px;
}
li.a_list img{
    height: 120px;
}
li.a_list h5{
    font-size: 20px;
    margin: 20px 0 5px;
}
li.a_list p{
    font-size: 16px;
    font-weight: 200;
    line-height: 1.6em;
}
@media all and (max-width:1290px){
    .listBox p{
        font-size: 13px;
    }  
}
@media all and (max-width:1023px){
    section.lists{
        width: 100%;
        max-width: 1345px;
        margin: 0 auto;
        text-align: center;
        border: solid 1px #32b16c;
    }
    .listBox{
        width: 93%;
        margin: 0 auto;
        overflow: hidden;
    }
    .listBox h2{
        margin-top: 40px;
        font-size: 30px;
    }
    span.grayLine_02{
        margin: 20px 0 30px;
        border-bottom: solid 1px #b3b3b3;
        display: block;
        width: 100%;
    }
    .listBox p{
        font-size: 13px;
        font-weight: bold;
    }
    ul.iconBox{
        width: 100%;
        margin: 30px auto;
        display: flex;
        list-style: none;
    }
    ul.iconBox_01{
        margin-top: 100px;
    }
    li.a_list{
        width: 33%;
        margin: 0 0 70px;
    }
    li.a_list img{
        height: 100px;
    }
    li.a_list h5{
        font-size: 16px;
        margin-top: 20px;
    }
    li.a_list p{
        font-size: 13px;
        font-weight: 200;
        line-height: 1.6em;
        margin-top: 5px;
    } 
}
@media all and (max-width:768px){
    section.lists{
        width: 100%;
        max-width: 1345px;
        margin: 0 auto;
        text-align: center;
        border: solid 0px #32b16c;
    }
    .listBox{
        width: 98%;
        margin: 0 auto;
        overflow: hidden;
    }
    .listBox h2{
        margin-top: 40px;
        font-size: 26px;
    }
    span.grayLine_02{
        margin: 20px 0 30px;
        border-bottom: solid 1px #b3b3b3;
        display: block;
        width: 100%;
    }
    .listBox p{
        font-size: 12px;
        font-weight: bold;
        width: 100%;
    }
    ul.iconBox{
        width: 100%;
        margin: 5px auto;
        display: flex;
        list-style: none;
    }
    ul.iconBox_01{
        margin-top: 80px;
    }
    li.a_list{
        width: 33%;
        margin: 0 0 70px;
    }
    li.a_list img{
        height: 80px;
    }
    li.a_list h5{
        font-size: 15px;
        margin-top: 20px;
    }
    li.a_list p{
        font-size: 12px;
        font-weight: 200;
        line-height: 1.6em;
    } 
}
@media all and (max-width:767px){
    section.lists_pc{
        width: 0;
        height: 0;
    }
    section.lists_pc{
        border: solid 0px #32b16c;
    }
    section.lists_sp{
        width: 100%;
        max-width: 767px;
        margin: 0 auto;
        text-align: center;
        border: solid 1px #32b16c;
        height: auto;
    }
    section.lists_sp .listBox{
        width: 93%;
        margin: 0 auto;
        overflow: hidden;
    }
    section.lists_sp .listBox h2{
        margin-top: 40px;
        font-size: 24px;
    }
    section.lists_sp span.grayLine_02{
        margin: 20px 0 30px;
        border-bottom: solid 1px #b3b3b3;
        display: block;
        width: 100%;
    }
    section.lists_sp .listBox{
        overflow: hidden;
    }
    section.lists_sp .listBox p{
        font-size: 13px;
        font-weight: bold;
    }
    .p_sp{
        margin-bottom: 90px;
    }
    section.lists_sp ul.iconBox{
        width: 100%;
        margin: 0px auto 60px;
        display: flex;
        list-style: none;
    }
    section.lists_sp li.a_list{
        width: 50%;
        margin: 0 0 50px;
    }
    section.lists_sp li.a_list img{
        height: 90px;
    }
    section.lists_sp li.a_list h5{
        font-size: 17px;
        margin-top: 20px;
    }
    section.lists_sp li.a_list p{
        font-size: 14px;
        font-weight: 200;
        line-height: 1.6em;
    }
}
@media all and (max-width:658px){ /* ***********************************************      cssが効かない（検証ページで改行した部分のspanが消えている）    **************************** */

 h2 span.teen{
        display: block;
    }
} /* ***********************************************      cssが効かない   ここまで   ******************************************************* */
@media all and (max-width:555px){
    section.lists_sp .listBox{
        width: 93%;
        margin: 0 auto;
        overflow: hidden;
    }
    section.lists_sp .listBox h2{
        margin-top: 40px;
        font-size: 18px;
    }
    section.lists_sp span.grayLine_02{
        margin: 15px 0 20px;
    }
    section.lists_sp .listBox p{
        font-size: 12px;
        font-weight: bold;
    }
    .p_sp{
        margin-bottom: 75px;
    }
    section.lists_sp ul.iconBox{
        width: 100%;
        margin: 0px auto 60px;
        display: flex;
        list-style: none;
    }
    section.lists_sp li.a_list{
        width: 50%;
        margin: 0 0 30px;
    }
    section.lists_sp li.a_list img{
        height: 80px;
    }
    section.lists_sp li.a_list h5{
        font-size: 16px;
        margin-top: 20px;
    }
    section.lists_sp li.a_list p{
        font-size: 12px;
        font-weight: 200;
        line-height: 1.6em;
    }
}
@media all and (max-width:513px){
    section.lists_sp .listBox{
        width: 93%;
        margin: 0 auto;
        overflow: hidden;
    }
    section.lists_sp .listBox h2{
        margin-top: 40px;
        font-size: 22px;
    }
    section.lists_sp span.grayLine_02{
        margin: 15px 0 20px;
    }
    section.lists_sp .listBox p{
        font-size: 12px;
        font-weight: bold;
    }
    .p_sp{
        margin-bottom: 75px;
    }
    section.lists_sp ul.iconBox{
        width: 100%;
        margin: 0px auto 60px;
        display: flex;
        list-style: none;
    }
    section.lists_sp li.a_list{
        width: 50%;
        margin: 0 0 30px;
    }
    section.lists_sp li.a_list img{
        height: 70px;
    }
    section.lists_sp li.a_list h5{
        font-size: 15px;
        margin-top: 20px;
    }
    section.lists_sp li.a_list p{
        font-size: 11px;
        font-weight: 200;
        line-height: 1.6em;
    }
}
 /* *************************     02ページの　　 (株)キューサイ分析研究所　　　ボタン        ************************* */
 .btnToLabolatory{
    width: 430px;
    text-align: center;
    padding: 25px 20px 25px 0;
    border: solid 1px #32b16c;
    margin: 50px auto 150px;
}
.btnToLabolatory:hover{
    color:#fff;
    opacity: 0.6;
}
.btnToLabolatory a{
    color:#32b16c;
    font-size: 21px;
    text-decoration: none;
    position: relative;
    transition:all .3s ease;
}
.rightLine{
    position: relative;
    display: inline-block;
}
.rightLine::before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px  #32b16c;
    border-right: solid 2px  #32b16c;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -18px;
    margin-top: -13px;
}
@media all and (max-width:560px){
    .btnToLabolatory{
        width: 100%;
        text-align: center;
        padding: 30px 25px 30px 0;
        border: solid 1px #32b16c;
        margin: 70px auto 80px;
    }
}

@media all and (max-width:480px){
    .btnToLabolatory{
        width: 100%;
        text-align: center;
        padding: 30px 25px 30px 0;
        border: solid 1px #32b16c;
        margin: 70px auto 80px;
    }
    .btnToLabolatory a{
        color:#32b16c;
        font-size: 20px;
        text-decoration: none;
        position: relative;
        transition:all .3s ease;
    }
    .rightLine{
        position: relative;
        display: inline-block;
    }
    .rightLine::before{
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        border-top: solid 2px  #32b16c;
        border-right: solid 2px  #32b16c;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: -25px;
        margin-top: -13px;
    }
}
@media all and (max-width:375px){
    .btnToLabolatory{
        width: 100%;
        max-width: 430px;
        text-align: center;
        padding: 30px 25px 30px 0;
        border: solid 1px #32b16c;
        margin: 80px auto;
    }
    .btnToLabolatory a{
        font-size: 18px;
        text-decoration: none;
        position: relative;
        transition:all .3s ease;
    }
    .rightLine{
        position: relative;
        display: inline-block;
    }
    .rightLine::before{
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        border-top: solid 2px  #32b16c;
        border-right: solid 2px  #32b16c;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: -20px;
        margin-top: -13px;
    }
}
@media all and (max-width:320px){
    .btnToLabolatory a{
        font-size: 16px;
    }
}
 /* *************************     03 青汁を作る　のページ        ************************* */
 .container h1.green_top{
    font-size: 30px;
    color:#191919;
    text-align: center;
    margin:100px 0 50px
}
h2.container_title_s{
    font-size: 34px;
    letter-spacing: -0.1em;
}
p.place{
    font-size: 14px;
    margin-top: 15px;
    margin-left: -5px;
}
@media all and (max-width:1360px){
    h2.container_title_s{
        font-size: 30px;
    }  
}
@media all and (max-width:1200px){
    h2.container_title_s{
        font-size: 28px;
    }  
}
@media all and (max-width:1117px){
    h2.container_title_s{
        font-size: 25px;
    } 
    p.place{
        font-size: 12px;
        margin-top: 15px;
        margin-left: -5px;
    }
}
@media all and (max-width:768px){
    h2.container_title_s{
        font-size: 24px;
        letter-spacing: -0.05em;
    }  
}
@media all and (max-width:560px){
    .container h1.green_top{
        font-size: 28px;
        color:#32b16c;
        text-align: center;
        margin: 80px 0 50px
    }
    .container h1.pro_top{
        font-size: 32px;
        margin-top: 60px;
    }

    p.place{
        font-size: 12px;
        margin-top: 15px;
        margin-left: -5px;
    } 
}
@media all and (max-width:490px){
    .container h1.green_top{
        font-size: 26px;
        color:#32b16c;
        text-align: center;
        margin:100px 0 50px
    }
    h2.container_title_s{
        font-size: 20px;
        letter-spacing: -0.05em;
    } 
    p.place{
        font-size: 12px;
        margin-top: 15px;
        margin-left: -5px;
    } 
}
@media all and (max-width:375px){
    .container h1.green_top{
        font-size: 21px;
        color:#32b16c;
        text-align: center;
        margin:60px 0 50px;
    }
    h2.container_title_s{
        font-size: 17px;
        letter-spacing: -0.05em;
    } 
    h2.container_title_ss{
        font-size:17px;
        letter-spacing: -0.05em;
    } 
    p.place{
        font-size: 11px;
        margin-top: 15px;
        margin-left: -5px;
    } 
    h3.container_greenTitle, h3.container_greenTitle_02 {
        font-size: 19px;
        color: #32b16c;
    }
    h3.container_greenTitle_02 {
        margin-top: 40px;
    }
}
 /* *****     安心安全、おいしい青汁のために    **** */
.containerBox_03{
    overflow: hidden;
}
.containerBox_03 img{
    width: 100%;
}
.left_container, .right_container{
    overflow: hidden;
}
.left_container_ml{
    margin-left: 3.5%;
}
.rl, .ll{
    float: left;
    width: 47%;
}
.rr, .lr{
    float: right;
    width: 50%;
}
.containerBox_03 h6{
    color: #009e96;
    font-size: 23px;
    margin: 10px 0 15px;
}
.containerBox_03 p{
    font-size: 16px;
    font-weight: bold;
}
.containerBox_03 p.mt{
    margin-top: 40px;
}
@media all and (max-width:1300px){
    .containerBox_03 h6{
        color: #009e96;
        font-size: 20px;
        margin: 10px 0 15px;
    }
    .containerBox_03 p{
        font-size: 14px;
        font-weight: bold;
    }  
}
@media all and (max-width:1165px){
    .containerBox_03 h6{
        color: #009e96;
        font-size: 18px;
        margin: 10px 0 15px;
    } 
    .containerBox_03 p.mt{
        margin-top: 30px;
    }  
}
@media all and (max-width:1040px){
    .containerBox_03 h6{
        color: #009e96;
        font-size: 17.5px;
        margin: 10px 0 15px;
    }
    .containerBox_03 p{
        font-size: 12px;
        font-weight: bold;
    }
    .containerBox_03 p.mt{
        margin-top: 20px;
    }
}
@media all and (max-width:988px){
    .containerBox_03 h6{
        color: #009e96;
        font-size: 16px;
        margin: 10px 0;
    }
    .containerBox_03 p.mt{
        margin-top: 10px;
    }
}
@media all and (max-width:926px){
    .containerBox_03 h6{
        color: #009e96;
        font-size: 15px;
        margin: 10px 0;
    }
    .containerBox_03 p.mt{
        margin-top: 7px;
    }
}
@media all and (max-width:768px){
    .containerBox_03 img{
        width: 100%;
    }
    .containerBox_03 .left_container, .containerBox_03 .right_container{
        overflow: hidden;
        float: none;
        width: 100%;
    }
    .left_container_ml{
        margin-left: 0%;
        margin-top: 60px;
    }
    .rl, .ll{
        float: left;
        width: 45%;
    }
    .rr, .lr{
        float: right;
        width: 53%;
    }
    .containerBox_03 h6{
        font-size: 24px;
        margin: 10px 0 15px;
    }
    .containerBox_03 p{
        font-size: 16px;
        font-weight: bold;
    }
    .containerBox_03 p.mt{
        margin-top: 20px;
    }
}
@media all and (max-width:620px){
    .containerBox_03 h6{
        font-size: 21.5px;
        margin: 10px 0 15px;
    }
}
@media all and (max-width:560px){
    .containerBox_03 h6{
        font-size: 20px;
        margin: 10px 0 15px;
    }
    .containerBox_03 p{
        font-size: 14px;
        font-weight: bold;
    }
    .containerBox_03 p.mt{
        margin-top: 10px;
    }
}
@media all and (max-width:515px){
    .containerBox_03 h6{
        font-size: 18px;
        margin: 10px 0 15px;
    }
}
@media all and (max-width:375px){
    .containerBox_03 h6{
        font-size: 14px;
        font-weight: bold;
        margin: 5px 0;
    }
    .containerBox_03 p{
        font-size: 12px;
        font-weight: bold;
    }
    .containerBox_03 p.mt{
        margin-top: 10px;
    }
}
 /* *****     国際規格に準拠した品質管理を行っています。    **** */
 .containerBox_04{
     width: 96%;
     max-width: 1200px;
     margin: 0 auto;
     overflow: hidden;
 }
 .containerBox_04 p.p_middle{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.small_box{
    margin: 50px 0 25px;
    overflow: hidden;
}
.left_box, .right_box{
    width: 47.5%;
    height: 256px;
    border: 1px solid #191919;
    text-align: left;
    padding: 30px;
}
.left_box{
    float: left;
}
.right_box{
    float: right;
}
p.small_title{
    font-size: 21px;
    margin-bottom: 10px;
}
p.kuromaru{
    font-size: 16px;
}
.center_box{
    width: 350px;
    margin: 0 auto 100px;
}
.center_box p.small{
    font-size: 14px;
}

@media all and (max-width:910px){
    .containerBox_04 p.p_middle{
       font-size: 16px;
   }
   .left_box, .right_box{
    width: 47.5%;
    height: 200px;
    border: 1px solid #80c269;
    text-align: left;
    padding: 30px;
}
   p.small_title{
       font-size: 19.5px;
       margin-bottom: 10px;
   }
   p.kuromaru{
       font-size: 16px;
   }
   p.small_01{
       margin-top: 20px;
       font-size: 14px;
       font-weight: bold;
   }
   .center_box p.small{
       font-size: 12px;
   }
}

@media all and (max-width:810px){
    .containerBox_04 p.p_middle{
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        margin-top: -20px;
    }
    p.small_title{
        font-size: 17px;
        margin-bottom: 10px;
    }
    p.kuromaru{
        font-size: 15px;
    }
    p.small_01{
        margin-top: 20px;
        font-size: 14px;
        font-weight: bold;
    }
}
@media all and (max-width:730px){
    .left_box, .right_box{
        width: 47.5%;
        height: 170px;
        border: 1px solid #80c269;
        text-align: left;
        padding: 20px;
    }
    .containerBox_04 p.p_middle{
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        margin-top: -20px;
    }
    p.small_title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    p.kuromaru{
        font-size: 14px;
    }
    p.small_01{
        margin-top: 20px;
        font-size: 12px;
        font-weight: bold;
    }
}
@media all and (max-width:645px){
    .containerBox_04{
        width: 96%;
        max-width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    .containerBox_04 p.p_middle{
       text-align: center;
       font-weight: bold;
       font-size: 14px;
   }
   .small_box{
       margin: 50px auto 25px;
       overflow: hidden;
   }
   .left_box, .right_box{
       width: 70%;
       height: 200px;
       border: 1px solid #80c269;
       text-align: left;
       padding: 30px 5%;
       margin: 0 auto;
   }
   .left_box{
       float: none;
   }
   .right_box{
       float: none;
       margin-top: 30px;
   }
   .right_box p.small_title{
       margin: 10px 0 20px 0;
   }
   p.small_title{
       font-size: 16px;
       margin-bottom: 10px;
   }
   p.kuromaru{
       font-size: 14px;
   }
   .center_box{
       width: 350px;
       margin: 0 auto 100px;
   }
}
@media all and (max-width:560px){
    .center_box{
        width: 80%;
        margin: 0 auto 100px 20%;
    }
    .containerBox_04 p.p_middle{
        font-size: 13px;
    }
}
@media all and (max-width:375px){
    .containerBox_04{
        width: 96%;
        max-width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    .containerBox_04 p.p_middle{
       text-align: center;
       font-weight: bold;
       font-size: 12px;
   }
   .small_box{
       margin: 50px auto 25px;
       overflow: hidden;
   }
   .left_box, .right_box{
       width: 90%;
       height: 150px;
       border: 1px solid #80c269;
       text-align: left;
       padding: 20px 5%;
       margin: 0 auto;
   }
   .right_box{
       margin-top: 30px;
   }
   .right_box p.small_title{
       margin: 0px 0 20px 0;
   }
   p.small_title{
       font-size: 16px;
       margin-bottom: 10px;
   }
   p.kuromaru{
       font-size: 12px;
   }
   .center_box{
       width: 80%;
       margin: 0 auto 70px 10%;
    }
    .center_box p.small{
        font-size: 11px;
    }
}



 /* *************************     04 商品をお届けする　        ************************* */
section.products{
    width: 96%;
    max-width: 1345px;
}
.comment{
    text-align: right;
}
p.small_comment{
    font-size: 12px;
    padding-bottom: 15px;
    padding-right: 10px;
    font-weight: bold;
}
.green_box{
    margin: 0 auto 150px;
    border: 1px solid #333;
}
.products_title{
    font-size: 24px;
    text-align: center;
    margin: 50px 0;
    width:100%;
}
span.productsLine{
    border-bottom: solid 1px #32b16c;
    width: 100%;
    display: block;
    margin: 20px 0 -60px;
}
.products_box{
    width: 96%;
    margin: 0 auto;
}
.collabo_box{
    width: 96%;
}

.for_3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.for_3 li {width:30%}
@media all and (max-width:768px){.for_3 li{width:96%;}}

p.p_name{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 20px 0 50px;
}

span.orange{
    color:orange;
    display: block;
    line-height: 2em;
}

@media all and (max-width:1100px){
    p.p_name{
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        margin: 20px 0;

}
}
@media all and (max-width:768px){
    section.products{
        width: 96%;
        max-width: 1345px;
        margin: 0 auto 150px;
    }
    .products_title{
        font-size: 24px;
        text-align: center;
    }
    span.productsLine{
        border-bottom: solid 1px #32b16c;
        width: 100%;
        display: block;
        margin: 20px 0 80px;
    }
    .products_box{
        width: 96%;
        margin: 0 auto;
    }
    .collabo_box{
        width: 96%;
        margin:0 auto;
    }
    
    p.p_name{
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        margin: 20px 0;
    }


    
}
@media all and (max-width:375px){
    p.p_name{
        font-size: 14px;
    }
    .comment{
        text-align:right;
    }
    p.small_comment{
        font-size: 11px;
        padding-bottom: 10px;
        padding-right: 5px;
        margin-top: -30px;
        font-weight: bold;
    }
}
 /* *************************     04 商品の販売について　 (ボタン部分)       *************************  */
section.aboutSelling{
    width: 96%;
    max-width: 1345px;
    margin:  150px auto;
}
.btnBox{
    overflow: hidden;
    height: 220px;
}
.woman{
    width: 50%;
    float: left;
}

.sellingTxt{
    width: 50%;
    float: right;
    padding: 30px;
    background-color: #f7f7f7;
    height: 220px;
}
.sellingTxt h6{
    font-size: 21px;
    font-weight: bold;
}
.sellingTxt p{
    font-size: 16px;
    margin: 15px 0 20px;
}
@media all and (max-width:1280px){
    .sellingTxt p{
        font-size: 14px;
        margin: 15px 0 20px;
    }
}
@media all and (max-width:1099px){
    section.aboutSelling{
        width: 100%;
        max-width: 673px;
        margin:  80px auto 120px;
    }
    .btnBox{
        overflow: hidden;
        height: 440px;
        margin: 0 auto;
    }
    .woman{
        width: 100%;
        float: none;
    }
    
    .sellingTxt{
        width: 100%;
        float: none;
        padding: 30px;
        background-color: #f7f7f7;
        height: 220px;
        margin-top: -7px;
    }
    .sellingTxt h6{
        font-size: 21px;
        font-weight: bold;
    }
    .sellingTxt p{
        font-size: 14px;
        margin: 15px 0 20px;
    }
}
@media all and (max-width:375px){
    section.aboutSelling{
        width: 100%;
        max-width: 673px;
        margin:  80px auto 120px;
    }
    .btnBox{
        overflow: hidden;
        height: 470px;
        margin: 0 auto;
        position: relative;
    }
    .woman{
        width: 100%;
        float: none;
        position: absolute;
        top: 0;
        left: -200px;
    }
    
    .sellingTxt{
        width: 100%;
        float: none;
        padding: 30px;
        background-color: #f7f7f7;
        height: 260px;
        margin-top: -7px;
        position: absolute;
        top: 220px;
        left: 0;
    }
    .sellingTxt h6{
        font-size: 21px;
        font-weight: bold;
    }
    .sellingTxt p{
        font-size: 14px;
        margin: 15px 0 20px;
    }
}
 /*  *****  04ページの　商品 詳細ボタン  *****  */
 .btnToProductsDetail{
    width: 250px;
    text-align: center;
    padding: 12px 0;
    background-color:  #191919;
    transition:all .3s ease;
}
.btnToProductsDetail:hover{
    color:#fff;
    opacity: 0.6;
}
.btnToProductsDetail a{
    color:#fff;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    transition:all .3s ease;
}
.rightLine_btnToProductsDetail{
    position: relative;
    display: inline-block;
}
.rightLine_btnToProductsDetail::before{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -18px;
    margin-top: -10px;
}


 /*  *****  04ページの　お客様のお声を品質に　ボタン  *****  */
 .btnToVoice{
    width: 390px;
    padding: 25px 30px 25px 0px;
    background-color: #191919;
    text-align: center;
    margin: 50px auto 100px;
    transition: all .3s ease;
}
.btnToVoice:hover{
    color:#fff;
    opacity: 0.8;
}
.btnToVoice a{
    color:#fff;
    font-size: 21px;
    text-decoration: none;
    position: relative;
    transition:all .3s ease;
}
.rightLine_btnToVoice{
    position: relative;
    display: inline-block;
}
.rightLine_btnToVoice::before{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -18px;
    margin-top: -10px;
}
@media all and (max-width:560px){
    .btnToVoice{
        width: 390px;
        padding: 25px 30px 25px 0px;
        background-color: #80c269;
        text-align: center;
        margin: 50px auto 50px;
    }
}
@media all and (max-width:440px){
    .btnToVoice{
        width: 100%;
        padding: 25px 30px 25px 0px;
        background-color: #80c269;
        text-align: center;
        margin: 50px auto;
    }
    .btnToVoice a{
        color:#fff;
        font-size: 16px;
        text-decoration: none;
        position: relative;
        transition:all .3s ease;
    }
    .rightLine_btnToVoice{
        position: relative;
        display: inline-block;
    }
    .rightLine_btnToVoice::before{
        content: '';
        width: 8px;
        height: 8px;
        border: 0px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: -18px;
        margin-top: -10px;
    }
}



 /*  *****  3-1  低酸素 新鮮クリア製法、　　3-2　マイルドパウダー製法  *****  */
 section.fp_box{
     width: 96%;
     max-width: 1345px;
     margin: 0 auto;
     text-align: center;
     padding: 80px 0;
 }
 h2.frozen_title, h2.powder_title{
     font-size: 30px;
     margin: 35px 0;
 }
 h2.frozen_title{
    color: #00b7ee;
}
h2.powder_title{
    color: #32b16c;
}
span.frozen_surassyu{
    font-size: 38px;
}
p.f1{
    font-size: 24px;
    font-weight: bold;
}
p.p0{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
}
p.f2{
    font-size: 16px;
    font-weight: bold;
    padding: 25px 0 35px;
}
.f_img, .p_img{
    width: 78%;
    max-width: 1345px;
    margin: 0 auto;
}
.f_img img, .p_img img{
    width: 100%;
}
.f_btn{
    margin: 100px 0;
}
.f_btn a{
    font-size: 18px;
    color: #fff;
    background-color: #191919;
    text-decoration: none;
    padding: 1em 4.5em;
    transition:all .3s ease;
}
.f_btn a:hover{
    color: #fff;
    opacity: 0.8;
}
@media all and (max-width:768px){
    .f_img, .p_img{
        width: 90%;
        margin-top: 30px;
    }
}

@media all and (max-width:560px){
   span.frozen_surassyu{
       font-size: 38px;
   }
   p.f1, p.p0{
       font-size: 20px;
       font-weight: bold;
   }
   p.f2{
       font-size: 12.5px;
       font-weight: bold;
       padding: 25px 0 35px;
   }
   .f_btn{
       margin: 100px 0;
   }
   .f_btn a{
       font-size: 18px;
       padding: 1.7em 30%;
   }
}
@media all and (max-width:375px){
    h2.frozen_title, h2.powder_title{
        font-size: 24px;
        margin: 35px 0;
    }
   span.frozen_surassyu{
       font-size: 30px;
   }
   p.f1, p.p0{
       font-size: 15.5px;
       font-weight: bold;
   }
   p.f2{
       font-size: 13px;
       font-weight: bold;
       padding: 20px 0;
   }
   .f_btn{
       margin: 100px 0 20px;
   }
   .f_btn a{
       font-size: 18px;
       padding: 10%;
   }
}


 /*  *****  3-1と3-2の「完成」画像部分   *****  */
.center_img{
    text-align: center;
}
.center_img img{
    width: 34%;
    margin: 15px 0 55px;
}
@media all and (max-width:768px){
    .center_img img{
        width: 60%;
        margin: 80px 0 30px;
    }
}
@media all and (max-width:560px){
    .center_img img{
        width: 75%;
        margin: 60px 0 15px;
    }
}
@media all and (max-width:375px){
    .center_img img{
        width: 75%;
        margin: 40px 0 0px;
    }
}

 /*  *****  3-1と3-2の注釈（プロセス下部）   *****  */
.cyusyaku{
    text-align: right;
}
.cyusyaku p{
    font-size: 16px;
    font-weight: bold;
    padding-right: 2%;
    margin-bottom: -40px;
}
@media all and (max-width:560px){
    .cyusyaku p{
        font-size: 14px;
        font-weight: bold;
        padding-right: 2%;
        margin-bottom: -50px;
        margin-top: 30px;
    }
}
@media all and (max-width:375px){
    .cyusyaku p{
        font-size: 12px;
        font-weight: bold;
        padding-right: 2%;
        margin-bottom: -50px;
        margin-top: 45px;
    }
}

.title_font{
    font-size: 1rem;
}

@media all and (max-width:768px){
    .title_font{
        font-size: 0.8rem;
    }

}

.sub{
    vertical-align: sub;
    font-size: 0.5rem;
}

.shaku{
    text-align: right;
    font-size: 0.8rem !important;
}