@charset "UTF-8";

/*----共通設定----*/
html{font-size: 62.5%;}
body{
    font-size: 1.4rem;
    line-height: 1.5;
    color: #333;
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
img{
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
.cf::after{
    content: "";
    display: block;
    clear: both;
}
a{color: #333;text-decoration: none;}

*{box-sizing: border-box;}

.commonWrap{
    max-width: 990px;
    padding: 0 1.5rem;
    margin: 0 auto;
}

main .commonWrap{padding-top: 2rem;}

.arrow-link-right{
    padding-left: 1.5rem;  
}
.arrow-link::before{
    display: block;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    font-size: 2.4rem;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    top: 50%;
    transform: translateY(-52%);
    color: #41a11f;
}
.arrow-link-right::before{
    left: 0;
}
.arrow-link-left{
    padding-right: 1.5rem;
    position: relative;
}
.arrow-link-left::before{
    right: 0;
}

/*--RegisteredMark調整--*/
.registeredMark {
    font-size: .7em;
    position: relative;
}
#globalNav .registeredMark{
    top: -10px;
}
.examples .regular h3 .registeredMark{
    top: -18px;
}
.examples .regular h4 .registeredMark{
    top: -10px;
}
.questions .txt.questionTitle .registeredMark{
     top: -10px;   
}
.questions .txt .registeredMark{
    top: -5px;
}
.small .registeredMark{
    top: -7px;
}

/*----Header----*/
header{
    border-top: 1px solid #ddd;
}
header .header-wrap{
    padding: 3.6rem 1.5rem 2rem 1.5rem;
    max-width: 990px;
    margin: 0 auto;
    position: relative;    
}
header .logo-kaneka{
    float: left;
    margin-right: 3.8rem;
}
header .logo-peputido{float: left;}
header .logo-catch{float: right;text-align: right; color: #666;}
header .logo-catch p:first-of-type{margin-bottom: 1.5rem}
header #en_btn{
    float: left;
    margin-left: 3rem;
    margin-top: 1.5rem;
}

/*----Global Nav----*/

#globalNav{
    background: url(../../share/img/common/bg.gif);
    border-top: 3px solid #a7d597;
    border-bottom: 3px solid #387722;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
}
#globalNav ul{
    box-sizing: border-box;
    max-width: 990px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
}
#globalNav ul li{width: 25%;}
#globalNav ul li a{
    position: relative;
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: .8px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7); 
    padding: 15px 1rem 17px 1rem;
    color: #fff;
    border-left: 1px dotted #fff;
    transition: .3s;
    height: 100%;
}
#globalNav ul li a::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7px;
}
#globalNav ul li:last-of-type a{
    border-right: 1px dotted #fff;
}

/*--Page title--*/
.titleWrap{
    padding: 6rem 0 6rem 9rem;
}
.producer .titleWrap{
    background: url(../../img/producer/title_pc.jpg) no-repeat;
    background-size: cover;
}
.titleWrap .title{
    font-size: 3rem;
    color: #006934;
    max-width: 100%;    
}

/*--Main--*/
.producer .regular{
    margin: 4.5rem 0;
}

.producer .regular h3{
    /*background: #006934;*/
    background: linear-gradient(135deg,#006934 0%,#006934 84%, #00913a 84%, #00913a 92%, #8fc31f 92%, #8fc31f 100%);
    color: #fff;
    font-size: 2rem;
    padding: .6rem 1.5rem;
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
}

.producer .regular h3 .small{
    display: inline-block;
    margin-left: 2rem;
    font-size: 1.6rem;
    font-weight: normal;
}

/*--表--*/
.producer .regular .scrollTable{
    width: 100%;
    /*overflow: scroll;
    white-space: nowrap;*/
}
@media (max-width: 768px){
    .producer .regular .scrollTable{
        overflow: scroll;
        white-space: nowrap;
    }
}
.producer .regular .howtoTable{
    width: 100%;
    margin-bottom: 1.5rem;
}
.producer .regular .howtoTable th{padding: .5rem;}
.producer .regular .howtoTable td{padding: 1.8rem .5rem;}
.producer .regular .howtoTable th,
.producer .regular .howtoTable td{
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}
.producer .regular .howtoTable th{
    color: #22ac38;
    font-size: 1.6rem;
}
.producer .regular .howtoTable th.small{
    font-size: 1.3rem;
}
.producer .regular .howtoTable .flexBox{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.producer .regular .howtoTable .flexBox .element:first-of-type{width: 55%; min-width: 145px; white-space: nowrap;}
.producer .regular .howtoTable .flexBox .element:second-of-type{width: 45%;}
.producer .regular .howtoTable .flexBox .number span{
    color: #fff;
    background: #22ac38;
    padding: .5rem 1rem;
    border-radius: 15px;
    display: block;
    white-space: nowrap;
}
/* .producer .regular .howtoTable .flexBox .total span{background: #D71518;} */
.producer .regular .howtoTable .flexBox .monthly span{background: #f08300;}

/* .producer .regular .howtoTable .red td:first-of-type{background: #dae9b5;} */
/* .producer .regular .howtoTable .red td{background: #f3f9e4;} */

.producer .regular .howtoTable tr:nth-of-type(2n-1) td{background: #f3f9e4;}
.producer .regular .howtoTable td:first-of-type{background: #dae9b5 !important;}

/* .producer .regular .howtoTable .potato td:first-of-type{background: #ede0cc;}
.producer .regular .howtoTable .potato td{background: #f5ede0;}

.producer .regular .howtoTable .beat td:first-of-type{background: #cceafb;}
.producer .regular .howtoTable .beat td{background: #f1f9fe;}

.producer .regular .howtoTable .onion td:first-of-type{background: #fed92a;}
.producer .regular .howtoTable .onion td{background: #fff3c7;}

.producer .regular .howtoTable .carrot td:first-of-type{background: #fbd8c5;}
.producer .regular .howtoTable .carrot td{background: #fdede4;}

.producer .regular .howtoTable .strawberry td:first-of-type{background: #fce8f0;}
.producer .regular .howtoTable .strawberry td{background: #fef4f8;}

.producer .regular .howtoTable .lettuce td:first-of-type{background: #dae9b5;}
.producer .regular .howtoTable .lettuce td{background: #ebf3d7;} */
/*--表ここまで--*/

/*作物別施肥例*/
.producer .regular .cropList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.producer .regular .cropList::after{
    content: "";
    display: block;
    width: 31%;
    height: 100%;
}
.producer .regular .cropList .flexElement{
    width: 31%;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}
.producer .regular .cropList .flexElement figure img{
    border: 1px solid #ccc;
    transition: .3s;
}
.producer .regular .cropList .flexElement figcaption{
    position: absolute;
    bottom:0;
    left: 0;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: .5rem;
    color: #fff;
    font-size: 1.6rem;
}
.producer .regular .cropList .flexElement figcaption::after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 1.5rem;
    transition: .2s;
    top: 50%;
    transform: translateY(-50%);
}

/*--Warning--*/
.producer .warning{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff3c7;
    border: 2px solid #ff7e00;
    padding: 2rem 4.5rem;
    margin-top: 3rem;
}
.producer .warning p{
    margin-top: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
}
.producer .warning .flexElement:first-of-type,
.producer .warning .flexElement:last-of-type{
    text-align: center;
    width: 20%;
}
.producer .warning .flexElement:nth-of-type(2){
    width; 60%;
}
.producer .warning .flexElement ul{
    padding-left: 1rem;
}
.producer .warning .flexElement ul li{
    list-style-type: disc;
    margin-bottom: 1rem;
}
.producer .warning .flexElement ul li:last-of-type{margin-bottom: 0;}
.producer .warning .flexElement:last-of-type img{
    border-radius: 50%;
}

/*--Hover PC only--*/
@media (min-width: 769px){
     .producer .regular .cropList .flexElement a:hover img{
        opacity: .6;
    }
    .producer .regular .cropList .flexElement a:hover figcaption{
        color: #fff100;
        transition: .3s;
    }
    .producer .regular .cropList .flexElement a:hover figcaption::after{
        right: -1.5rem;
    }
    
    .producer .contact .flexElement a:hover{
        background: #fff;
        color: #006934;
    }
    .producer .contact .flexElement a:hover::after{right: -1.5rem;}
}

/*--Contact Q&A--*/
.producer .contact{
    display: flex;
    justify-content: space-between;
    max-width: 550px;
    margin: 8rem auto 9rem;
}
.producer .contact.center{
    justify-content: center;
}
.producer .contact .flexElement a{
    display: block;
    background: #006934;
    border: 1px solid #006934;
    color: #fff;
    padding: 1.8rem 5rem;
    font-size: 1.8rem;
    letter-spacing: 0.3px;
    position: relative;
    transition: .3s;
    overflow: hidden;
}
.producer .contact .flexElement a::after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 1.5rem;
    transition: .2s;
    top: 50%;
    transform: translateY(-50%);
}

/*--Footer--*/
footer{
    border-top: 1px solid #bbb;
    padding-bottom: 3rem;
}
footer .footerWrap{
    position: relative;
    padding: 2.5rem 1.5rem 0 1.5rem;
    max-width: 990px;
    margin: 0 auto;
}
footer .toTop{
    position: absolute;
    top: 0;
    right: 1.5rem;
}
footer .toTop a{
    position: relative;
    display: block;
    padding: 2.2rem 1.5rem 1.5rem 1.5rem;
    background: url(../../share/img/common/bg.gif);
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7); 
}
footer .toTop a::before{
    display: block;
    position: absolute;
    content: '\f106';
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-weight: bold;
    font-size: 2.4rem;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
    color: #fff;
}

footer .arrow-links{
    margin-bottom: 1.5rem;
}

footer .arrow-links .arrow-link:first-of-type{
    margin-right: 1.5rem;
}

footer .arrow-link{
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
}

/*--Hover Effect--*/
@media (min-width: 769px){
    #globalNav ul li a:hover{
        background: #fff;
        color: #41a11f;
        text-shadow: none;
    }
}

/*--For Moblie--*/
@media (max-width: 768px){
    /*----Header----*/
    header{

    }
    header .header-wrap{

    }
    header .logo-kaneka{
        margin-bottom: 1.5rem;
        float: none;
    }
    header .logo-peputido{}
    header .logo-catch{
        padding-top: 1.5rem;
        float: none;
        clear: both;
        text-align: left;}
    header .logo-catch p{display: inline-block;}
    header .logo-catch p:first-of-type{margin-bottom: 0}
    header .logo-catch p:last-of-type{
        margin-left: 1.5rem;
        position: relative;
        top: 1px;
    }
    header #en_btn{
        float: none;
        position: absolute;
        top: 1rem;
        right: 1rem;
        margin: 0;
    }
    /*--Global Navi--*/
    #globalNav ul{
        width: 100%;
        padding: 0;
        flex-wrap: wrap;
        align-content: center;
        position: relative;
    }
    #globalNav ul::before{
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        top: 50%;
        left: 0;
    }
    #globalNav ul::after{
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 100%;
        background: #fff;
        top: 0;
        left: 50%; 
    }
    #globalNav ul li{width: 50%;}
    #globalNav ul li a{
        border: none;
        font-size: 1.5rem;
        padding: 1rem .5rem;
    }
#globalNav ul li a::after{
        display: none;
    }
    #globalNav ul li:last-of-type a{
    }
    
    /*--Page title--*/
    .titleWrap{
        padding: 8rem 0;
    }
    .titleWrap h2.title{
        font-size: 2.4rem;
        width: 100%;
        text-align: center;
        padding: 1.5rem;
        background: rgba(255,255,255,0.7);
    }
    .producer .titleWrap{
        background: url(../../img/producer/title_sp.jpg) no-repeat;
    }
    
    /*--Main--*/
    .producer .regular{
        margin: 3rem 0;
    }
    .producer .regular .cropList::after{
        width: 47%;
    }
    .producer .regular .cropList .flexElement{
        width: 47%;
        margin-bottom: 3rem;
    }
    .producer .regular .cropList .flexElement:last-of-type{margin-bottom: 0;}
    
    /*--Warning--*/
    .producer .warning{
        display: block;
        padding: 3rem;
    }
    .producer .warning p{
        margin-top: 0;
        margin-left: 1.5rem;
        font-size: 1.8rem;
    }
    .producer .warning .flexElement{
        margin-bottom: 3rem;
    }
    .producer .warning .flexElement:first-of-type{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .producer .warning .flexElement:last-of-type,
    .producer .warning .flexElement:nth-of-type(2){
        width: 100%;
    }
    .producer .warning .flexElement:last-of-type{
        margin-bottom: 0;
    }
    
    /*--Contact Q&A--*/
    .producer .contact{
        display: block;
        max-width: 550px;
        margin: 5rem auto 6rem;
    }
    .producer .contact .flexElement a{
        padding: 1rem 4rem;
        font-size: 1.6rem;
    }
    
    .producer .contact .flexElement:first-of-type{
        margin-bottom: 3rem;
    }
    .producer .regular .howtoTable .flexBox .element:first-of-type{min-width: 135px; white-space: normal;}
    
    /*--Footer--*/
    footer .arrow-links .arrow-link{
        display: block;
        font-size: 1.4rem;
        margin-bottom: .6rem;
    }
    
}
