@charset "UTF-8";
/* step_02 */

.content_step_02{
    width: 100%;
    min-width: 1100px;
    height:100vh;
    min-height: 650px;
    padding:1% 0 0;
    background-image: url("../img/step_02/bg_step2.png");
    background-repeat: no-repeat;
    background-position:top left;
    background-size: cover;
    position: relative;
}
.content_step_02 .content_wrap{
    width: 1100px;
    height:100vh;
    min-height: 650px;
    margin: 0 auto;
    padding: 30px 10%;
    position: relative;
    background-image: url("../img/step_02/bg_answer.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*answer*/
.content_step_02 .answer_head h2{
    width: 70%;
    font-size: 42px;
    padding-top: 30px;
    font-weight: 600;
    display: inline-block;
}
.content_step_02 .answer_head h2 span{
    font-size: 56px;
}
.content_step_02 .answer_head img{
    width:15%;
    height:auto;
    display: inline-block;
}
.content_step_02 .answer_head span.leaf_text{
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0;
    width: 13.5%;
    padding: 10px;
    color: #fff;
    background-color:#4DB442;
    display: inline-block;
    border-radius: 15px;
    position: relative;
}
.content_step_02 .answer_head span.leaf_text:before{
    content: "";
    position: absolute;
    top: 50%;
    left:-12px;
    border: 6px solid transparent;
    border-right: 6px solid #4DB442;
}

.content_step_02 .description{
    margin-top: 50px;
}
.content_step_02 .yasai_image{
    width: 45%;
    height:0;
    padding-bottom:35%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    float: left;
}
.content_step_02 .yasai_image img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
.content_step_02 .yasai_text{
    width: 55%;
    padding-left: 5%;
    float: left;
}
.content_step_02 .yasai_text h3{
    font-size: 26px;
    margin-bottom: 10px;
}
.content_step_02 .yasai_text p{
    font-size: 16px;
    line-height: 1.8em;
}
.content_step_02 .btn_area{
    width: 80%;
    position: absolute;
    bottom:10%;left:50%;
    margin-left: -40%;
    display: flex;
}
.content_step_02 .btn_area .btn{
    width: 275px;
    margin: 0 1%;
}
.content_step_02 .btn_area .btn:hover{
    opacity: 0.85;
}
.content_step_02 .btn_area .btn img{
    width: 100%;
    height:auto;
}

@media screen and (min-width:0px) and (max-width:767px){

    .content_step_02{
        width: 100%;
        min-width:100%;
        height:auto;
        min-height: auto;
        padding: 5% 5% 0;
        background-image: url("../img/step_02/bg_step02_sp.png");
        background-repeat: no-repeat;
        background-position:top left;
        background-size: cover;
        position: relative;
    }
    .content_step_02 .content_wrap{
        width: 100%;
        min-width: 100%;
        height:auto;
        min-height: auto;
        margin-bottom: 20px;
        padding: 30px 0 25px;
        border-radius: 20px;
        position: relative;
        background-image: none;
    }
    /*answer*/
    .content_step_02 .answer_head{
        display: block;
    }
    .content_step_02 .answer_head h2{
        width: 100%;
        font-size: 36px;
        font-weight: 600;
        padding-top: 20px;
        text-align: center;
    }
    .content_step_02 .answer_head h2 span{
        display: block;
        font-size: 50px;
    }
    .content_step_02 .answer_head img{
        width:23%;
        height:auto;
        display: inline-block;
    }
    .content_step_02 .answer_head span.leaf_text{
        width: 70%;
        padding: 2%;
        margin-left: 2%;
        line-height: 1.25em;
        color: #fff;
        display: inline-block;
        border-radius: 10px;
        position: relative;
    }
    .content_step_02 .answer_head span.leaf_text:before{
        content: "";
        position: absolute;
        top: 40%;
        left:-12px;
        border: 6px solid transparent;
        border-right: 6px solid #4DB442;
    }
    .content_step_02 .answer_text_budou{
        color: #C839CF;
    }
    .content_step_02 .description{
        margin-top: 10px;
    }
    .content_step_02 .yasai_image{
        width: 100%;
        height:0;
        padding-bottom:71%;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
        float: none;
    }
    .content_step_02 .yasai_image img{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        height: 100%;
    }
    .content_step_02 .yasai_text{
        width: 100%;
        padding-left:0;
        float: left;
    }
    .content_step_02 .yasai_text h3{
        font-size: 24px;
        margin:15px 0;
    }
    .content_step_02 .yasai_text p{
        font-size: 16px;
        line-height: 1.75em;
    }
    .content_step_02 .btn_area{
        width: 100%;
        position: static;
        margin:20px 0 0;
        display: block;
    }
    .content_step_02 .btn_area .btn{
        width: 100%;
        margin: 0 0 2%;
    }
    .content_step_02 .btn_area .btn:hover{
        opacity: 0.85;
    }
    .content_step_02 .btn_area .btn img{
        width: 100%;
        height:auto;
    }
    
}
