.mokyu_container{
    width: 1040px;
    margin: 50px auto;
}

.mokyu_container h2{
    background-color: #cce198;
    font-size: 30px;
    font-weight: 400;
}
.mokyu_container p{
    font-size: 24px;
    line-height: 1.6;
    margin: 10px 0;
}
.mokyu_container p a img{
    width: 80%;
}

.mokyu_container_imgwrap{
    text-align: center;
}

.new_ol li{
    padding-left: 1.3em;
    text-indent: -1.3em;
    font-size: 20px
}
.new_ol li:first-child{
    margin: 0 0 30px;
}

.container_box h3{
    font-size: 34px;
    margin-top: 2rem;
}

.lease_step_list_text-small{
    font-size: 0.8em;
    font-weight: 400;
}

.mgt_new{
    margin-top:2em;
}

.lease_step_top{
    width: 100%;
}
.lease_step_top p{
    width: 100%;
    font-weight: bold;
}
.lease_step_top .sp_only{
    font-weight: 400;
    color: red;
    font-size: 0.8;
    display: none;
}

.lease_step_top img:first-child{
    width: 330px;
    height: 300px;
    object-fit: contain;
    margin: 0 180px 0 0;
}
.lease_step_top img:nth-child(2){
    object-fit: contain;
}

.flexbox{
    display: flex;
}

.hiyou_table{
    width: 100%;
    margin: 2em 0 0;
}

.lease_news-wrap{
    width: 90%;
    margin: 100px auto;
    justify-content: space-between;
}

.lease_news-wrap img{
    width: 40%;
}
.lease_news-wrap div{
    padding:0 10px;
    
}
.lease_news-wrap h2{
    font-size: 30px;
    margin: 0 0 50px;
    border-bottom: 2px solid yellow;
}
.lease_news-wrap p{
    
    font-size: 24px;
    padding:0 10px;
}
.lease_voice{
    margin: 30px auto;
    display: block;
    width: 75%;
}

.lease_qa_list{
    margin: 30px 0 0;
}

.lease_qa_list li{
    padding-left: 1em;
    text-indent: -1em;
}
.lease_qa_list li:nth-child(odd){
    font-size: 28px;
}
.lease_qa_list li:nth-child(even){
    font-size: 18px;
    margin: 0 0 30px;
}

.sp_banner{
    display: none;
}

@media screen and (max-width: 480px) {
    .new_ol li{
        font-size: 16px
    }    
    .mokyu_container{
        width: 100%;
        margin: 20px auto;
    }
    .lease_step_top img:nth-child(2){
        display: none;
    }
    .mokyu_container h2{
        font-size: 18px;
        padding-left: 10px;
    }
    .mokyu_container p{
        font-size: 16px;
        margin: 10px 0;
        padding-left: 10px;
    }
    .lease_step_top p{
        width: auto;
    }
    .lease_step_top img:first-child{
        width: 100%;
        margin: 0 auto;
        object-fit: contain;
        height: 245px;
    }
    .lease_step_list > li {
        height: 330px;
    }
    .lease_step_top .sp_only{
        display: block;
    }
    .lease_news-wrap{
        width: 100%;
        margin: 30px 0 0;
        justify-content: space-between;
    }
    .lease_news-wrap img{
        width: 40%;
        object-fit: contain;
        height: 250px;
    }
    .lease_news-wrap div{
        padding:0 5px;
        
    }
    .lease_news-wrap h2{
        font-size: 16px;
        margin: 0 0 20px;
    }
    .lease_news-wrap p{
        font-size: 11px;
        padding:0;
    }
    .lease_voice{
        margin: 30px 0;
        display: block;
        width: 100%;
    }
    .lease_qa_list li:nth-child(odd){
        font-size: 18px;
    }
    .lease_qa_list li:nth-child(even){
        font-size: 14px;
        margin: 0 0 30px;
    }
    .sp_banner{
        display: block;
        position: fixed;
        z-index: 100;
        bottom: 10px;
        left: 0;
        width: 100%;
    }    
    .sp_banner img{
        width: 96%;
        margin: 0 auto;
        display: block;
    }
    .sp_none{
        display: none;
    }

}
  