@charset "UTF-8";

/*-----------------------------------
# about_block
-----------------------------------*/
#about_block .about_banner {
    margin-bottom: 20px;
}

#about_block .rental_about {
    text-align: center;
}

#about_block .rental_about h3 {
    margin-bottom: 30px;
    text-align: left;
}

#about_block .rental_about .about_txt {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.6em;

}

#about_block .rental_about .about_txt p {
    width: 80%;
    margin: 0 auto 5px;
}

@media screen and (max-width: 640px) {

    #about_block .servise_img ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    #about_block .servise_ttl {
        background-color: #2473b1;
        padding: 10px;
        width: 40%;
        min-width: 160px;
        margin: 0 auto;
        border-radius: 10px;
    }

    #about_block .servise_ttl p {
        width: 100%;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }

    #about_block .servise_img ul {
        margin-top: 15px;
    }

    #about_block .servise_img ul li {
        justify-content: flex-start;
        align-items: center;
        background-color: #D7EDF6;
        width: 80%;
        max-width: 250px;
        margin: 8px auto;
        padding: 10px;
        border-radius: 10px;
    }

    #about_block .servise_img ul li .icon {
        width: 20%;
        max-width: 50px;
        height: auto;
        margin-right: 2%;
    }

    #about_block .servise_img ul li .icon img {
        width: 100%;
    }
    #about_block .servise_img ul li .text {
          text-align: center;
  width: 78%;
font-size: 14px;
    }
    #about_block .servise_img ul li .text .blue {
        font-size: 16px;
        font-weight: 700;
    }
    #about_block .servise_img .next {
        max-width: 50px;
    }
}

@media screen and (max-width: 420px) {
    #about_block .rental_about h3 {
        margin-bottom: 20px;
    }

    #about_block .rental_about .about_txt {
        margin-bottom: 20px;
    }

    #about_block .rental_about .about_txt p {
        font-size: 14px;
        margin: 0 auto 10px;
    }

    #about_block .servise_ttl p {
        font-size: 16px;
    }
}

/*-----------------------------------
# problem_block
-----------------------------------*/
#problem_block {
    text-align: center;
}

#problem_block p {
    font-size: 16px;
}

#problem_block h3 {
    margin-bottom: 30px;
    text-align: left;
}

#problem_block .problem_area {
    width: 100%;
    position: relative;
}

#problem_block .problem_area .problem_img_box {
    display: none;
}

#problem_block .problem_txt .problem_img_box {
    display: none;
}

#problem_block .problem_area p {
    font-size: 14px;
}


#problem_block .problem_area::before {
    position: absolute;
    content: url(../img/juridical/rental/problem_img_01.svg);
    left: 5px;
    bottom: 0;
    width: 15%;
}

#problem_block .problem_area::after {
    position: absolute;
    content: url(../img/juridical/rental/problem_img_02.svg);
    right: 20px;
    bottom: 0;
    width: 15%;
}

#problem_block .problem_box {
    margin: 20px auto;
    width: 70%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

#problem_block .problem_box li {
    width: calc(90% / 2);
    margin: 8px;
    background-color: #F7F7F7;
    padding: 10px;
    border-radius: 13px;
    font-weight: 700;
}

#problem_block .problem_txt {
    position: relative;
    margin-top: 20px;
    width: 100%;
}

#problem_block .problem_txt::before {
    position: absolute;
    content: url(../img/juridical/rental/problem_img_03.svg);
    left: 5px;
    bottom: 0;
    width: 15%;
}

#problem_block .problem_txt::after {
    position: absolute;
    content: url(../img/juridical/rental/problem_img_04.svg);
    right: 20px;
    bottom: 0;
    width: 15%;
}

#problem_block .problem_txt p {
    width: 70%;
    margin: 0 auto 5px;
    line-height: 1.6em;
}

@media screen and (max-width: 840px) {
    #problem_block .problem_area .problem_img_box {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 30px;
    }

    #problem_block .problem_txt .problem_img_box {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 30px;
        margin-top: 20px;
    }

    #problem_block .problem_area::before,
    #problem_block .problem_area::after {
        display: none;
    }

    #problem_block .problem_txt::before,
    #problem_block .problem_txt::after {
        display: none;
    }

    #problem_block .problem_box {
        width: 100%;

    }

    #problem_block .problem_txt p {
        width: 80%;
        margin: 0 auto 20px;
    }

    #problem_block .problem_area {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 420px) {
    #problem_block p {
        font-size: 14px;
    }
}

@media screen and (max-width: 380px) {
    #problem_block .problem_box li {
        width: 60%;
    }
}

/*-----------------------------------
# merit_block
-----------------------------------*/
#merit_block ul {
    justify-content: center;
    gap: 4%;
}

#merit_block ul li {
    width: 48%;
    margin-top: 30px;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #ffe68d 3px, rgb(230, 230, 230) 6px);
    -moz-background-size: auto auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}

#merit_block ul li h4 {
    position: relative;
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    text-align: center;
    z-index: 0;
    color: #2079bc;
}


#merit_block ul li h4 span {
    display: block;
    margin-bottom: 25px;
    color: #5e5e5e;
    font-size: 16px;
}

#merit_block ul li h4 span::before {
    background-color: #fff300;
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    top: -8px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    border-radius: 50%;
}

#merit_block ul li .merit_img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#merit_block ul li .merit_img img {
    width: 100%;
    max-width: 237px;
}

#merit_block ul li p {
    text-align: justify;

    font-size: 16px;
}

#merit_block ul li .inner {
    padding: 20px 25px 25px;
    background-color: #fffef6;
    -moz-background-size: auto auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 100%;
}

@media screen and (max-width: 840px) {
    #merit_block ul li p {
        line-height: 1.6em;
    }

    #merit_block ul li {
        width: 100%;
        margin-top: 20px;
    }

    #merit_block ul li h4 span {
        font-style: 14px;
    }

    #merit_block ul li h4 span::before {
        top: -11px;
    }

}

@media screen and (max-width: 640px) {
    #merit_block ul li {
        background-image: none;
        padding: 0;
    }

    #merit_block ul li .inner {
        padding: 20px 15px;
        background-color: #fbf9e8;
    }

    #merit_block ul li h4 {
        font-size: 18px;
    }

    #merit_block ul li p {
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
    }
}

/*-----------------------------------
# recommend_block
-----------------------------------*/
#recommend_block h3 {
    margin-bottom: 20px;
}

#recommend_block ul li {
    font-size: 16px;
}

/*-----------------------------------
# question_block
-----------------------------------*/
#question_block h3 {
    margin-bottom: 20px;
}

#question_block .question_box {
    width: 100%;
    margin-bottom: 30px;
}

#question_block .query_box {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-color: #F7F7F7;
    padding: 4%;
}

#question_block .icon {
    margin-right: 4%;
    width: 10%;
    max-width: 45px;
}

#question_block .txt {
    width: 86%;
    font-size: 16px;
    line-height: 1.6em;
}

#question_block .answer_box {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-color: #D7EDF6;
    padding: 4%;
}

#question_block .cta_txt {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

#question_block a {
    color: #0067BA;
    transition: 0.2s ease;
}

#question_block a:hover {
    border-bottom: solid 1px #0067BA;
    transition: 0.2s ease;
}

@media screen and (max-width: 1200px) {
#question_block .txt {
    width: 86%;
}



}

@media screen and (max-width: 640px) {

    #question_block .txt {
        font-size: 14px;
    }

    #question_block .cta_txt {
        font-size: 14px;
    }

}