@charset "utf-8";
/* CSS Document */
.developer .contents-box:not(:first-child){
    margin-top: 40px;
}

.developer .contents-box:nth-child(even){
    background: #EFF9FF;
    padding: 40px 0px;
}

.contents-box-inner{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}



.contents-box-inner .text-area,
.contents-box-inner .img,
.contents-box-inner .img img{
    width: 100%;
}

.contents-box-inner .img img{
    height: 100%;
    object-fit: contain;
}

@media (max-width:599px) {
    .contents-box-inner .img{
        margin-top: 24px;
    }
}

@media (min-width:600px) {
    .developer .contents-box:not(:first-child){
        margin-top: 80px;
    }
    
    .developer .contents-box:nth-child(even){
        padding: 80px 0;
    }
    
    .contents-box-inner.flex{
        align-items: center;
    }
    
    .contents-box-inner .text-area{
        flex: 1;
    }
    .contents-box-inner .img{
        margin-left: 24px;
        max-width: 320px;
    }
}

@media (min-width:1025px) {
    .contents-box-inner .img{
        margin-left: 40px;
        max-width: 480px;
    }
}



/* .voice-head  */
.developer .voice-head .text-area h3{
    color: #1399DB;
    font-size: 8vw;
}

.developer .voice-head .text-area p{
    margin-top: 16px;
}

@media (min-width:600px) {
    .developer .voice-head .text-area h3{
        font-size: 4vw;
    }
}

@media (min-width:1025px) {
    
    .developer .voice-head .text-area h3{
        font-size: 5.6rem;
    }
    
    .developer .voice-head .text-area p{
        margin-top: 24px;
    }
}


/* コンテンツ中身  */
h4.voice-question,
.voice-answer.item-desc dd h4{
    font-size: 2.4rem;
    color:  #1399DB;
}

h4.voice-question p:last-child{
    flex: 1;
    margin-left: 16px;
}

.voice-answer{
    margin-top: 16px;
}

.voice-answer p:first-child{
    font-size: 1.4rem;
}

@media (max-width:599px) {
    .voice-answer p:last-child{
        width: 100%;
    }
}
@media (min-width:600px) {

    h4.voice-question p.number{
        
    }
    .voice-answer{
        margin-top: 24px;
    }
    .voice-answer p:first-child{
        padding-top: 1px;
        
    }
    
    .voice-answer p:last-child{
        flex: 1;
    }
}




/*　Question.02　*/

.voice-answer.item-desc dt{
    margin: 0 auto;
    max-width: 240px;
}

.voice-answer.item-desc:not(:first-child) dt{
    margin-top: 40px;
}
.voice-answer.item-desc dd{
    margin-top: 24px;
}
.voice-answer.item-desc dd p{
    margin-top: 16px;
}

@media (min-width:600px) {
    .voice-answer.item-desc dl.flex{
        align-items: center;
    }
    .voice-answer.item-desc dt{
        margin: 0;
        max-width: 320px;
    }
    .voice-answer.item-desc dd{
        margin-top: 0;
        flex: 1;
    }
    
}
@media (min-width:1025px) {
    
    .voice-answer.item-desc dd{
        max-width: 640px;
    }
}



/*　Question.04　*/
.voice-answer.recipe{
    padding: 40px 0;
}

.voice-answer .recipe-inner{
    width: 90%;
    margin: 0 auto;
}

.voice-answer .recipe-inner h3{
    font-size: 3.2rem;
}

.voice-answer .recipe-inner h4{
    margin-top: 24px;
    
    color:  #1399DB;
    font-size: 2.4rem;
    text-align: center;
}

.voice-answer .recipe-inner h4 .flex{
    margin: auto;
    padding: 24px;
    max-width: 720px;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.voice-answer .recipe-inner h4 .flex img{
    max-width: 160px;
}

.voice-answer .recipe-inner h4.border-line{
    margin-top: 80px;
    padding-top: 40px;
    border-top: dashed 2px #1399DB;
}

@media (min-width:1025px) {
    .voice-answer.recipe{
        padding: 80px 0;
    }
    
    .voice-answer .recipe-inner h3{
        font-size: 4rem;
    }
    
    .voice-answer .recipe-inner h4{
        margin-top: 40px;
        font-size: 2.4rem;
        text-align: left;
    }
    
    .voice-answer .recipe-inner h4 .flex{
        padding: 40px;
        justify-content: flex-start;
    }
    
    .voice-answer .recipe-inner h4 .flex img{
        max-width: 160px;
    }
    
    .voice-answer .recipe-inner h4.border-line{
        padding-top: 80px;
    }
}


/* レシピ詳細 */
.voice-answer .recipe-box.flex{
    margin-top: 40px;
}


.voice-answer .recipe-box.flex img,
.voice-answer .recipe-box.flex .text-area{
    width: 100%;
}

@media (min-width:1025px) {
    .voice-answer .recipe-box.flex img{
        height: 100%;
        max-width: 480px;
        width: 40%;
    }
    
    .voice-answer .recipe-box.flex .text-area{
        flex: 1;
        margin-left: 40px;
    }
}

/* 材料 */
.voice-answer .recipe-box .ingredients{
    margin-top: 16px;
    padding: 24px;
    background: #fff;
}

.voice-answer .recipe-box h5{
    margin-top: 16px;
    font-size: 3.2rem;

}

.voice-answer .recipe-box  h6{
    font-size: 2.4rem;
}

.voice-answer .recipe-box .ingredients h6 span{
    margin-left: 16px;
    color: #272727;
    font-size: 1.6rem;
}

.voice-answer .recipe-box .ingredients ul,
.voice-answer .recipe-box .detail ol{
    margin-top: 16px;
}

.voice-answer .recipe-box .ingredients ul li:not(:first-child),
.voice-answer .recipe-box .detail ol li{
    margin-top: 8px;
}



.voice-answer .recipe-box .detail{
    margin-top: 16px;
}

@media (min-width:1025px) {
    .voice-answer .recipe-box h5{
        margin-top: 0;
    }
    
    .voice-answer .recipe-box .ingredients{
        padding: 40px;
    }
    
    .voice-answer .recipe-box .ingredients .flex ul:first-child{
    margin-right: 40px;
}
    
    .voice-answer .recipe-box h6{
        font-size: 3.2rem;
    }
    
}







