@charset "UTF-8";
body {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.ttlStyleT01 {
    color: #fff;
    font-size: 23px !important;
    font-weight: 500 !important;
    background: #000;
    border-left: 10px solid #898989;
    padding: 10px 10px 10px 20px;
}

.ttStyleT02 {
    font-size: 20px !important;
    font-weight: 500 !important;
    background: #f3f2e9;
    padding: 10px 10px 10px 40px;
    position: relative;
}

.ttStyleT02::before {
    content: "›";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

.rStyleh2 {
    margin-top: 51px;
    padding: 20px;
    background-color: #f3f2e9;
    font-size: 20px;
    color: #000000;
    font-weight: 500
}

.ttlSTyleT03 {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.ttlSTyleT03 h3 {
    font-size: 20px;
    font-weight: 600;
    width: calc(100% - 55px);
}

.ttlSTyleT03 p {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-family: 'Martel Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    width: 47px;
    height: 50px;
    background: url(./common/img/temp/ico_hoouse.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.withImage {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.withImage .text {
    width: 465px;
}

.withImage .image {
    width: 500px;
    text-align: center;
}

.withImage .image img {
    display: inline-block;
    margin: 0;
}

.withImage.order .text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

ul.listStyleT01 li {
    font-size: 20px;
    font-weight: 600;
    background: url(./common/img/temp/ico_check.png) no-repeat left center;
    padding-left: 50px;
    margin-bottom: 20px;
    list-style-type: none;
}

@media screen and (max-width: 640px) {
    .ttlSTyleT03 h3 {
        font-size: 15px;
        width: calc(100% - 35px);
    }
    .rStyleh2 {
        font-size: 14px;
        padding: 15px;
        margin-top: 30px
    }
    .ttlSTyleT03 p {
        width: 30px;
        height: 30px;
        line-height: 36px;
        font-size: 12px;
    }
    .wp-post h2 {
        font-size: 15px !important;
    }
    .ttStyleT02 {
        font-size: 14px !important;
    }
    ul.listStyleT01 {
        padding-left: 0;
    }
    ul.listStyleT01 li {
        font-size: 14px;
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
        padding-left: 30px;
    }
}