<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.contents-wrapper{
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
color: #333;
}
/* mv */
.mv{
    background-image: url(../img/mv.jpg);
    background-size: auto 100%;
    height: 250px;
    width: 100%;
    display: table;
}
.mv p{
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10%;
}
@media screen and (max-width:767px) {
    .mv{
        height: 150px;
        width: 100%;
        display: table;
    }
    .mv p{
        font-size: 20px;
    }
}
/* 売却ステップ */
.step-txt {
    font-size: 24px;
    padding-top: 7px;
}

.step-explain {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.flow-group {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.flow1,
.flow2,
.flow3,
.flow4 {
    display: flex;
    margin-bottom: 40px;
}

.flow-left {
    flex: 1 1 550px;
}

.flow-right {
    flex: 1 1 50%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    display: flex;
    padding-left: 20px;
    padding-top: 35px;
}

.flow-right h2 {
    font-size: 18px;
}

.flow-txt-left {
    flex: 1 1 50%;
    padding-right: 20px;
}

.flow-txt-left div {
    padding-bottom: 15px;
}

.flow-txt-right {
    flex: 1 1 50%;
}

.flow1 h2 {
    color: #005553;
}

.flow2 h2 {
    color: #002B42;
}

.flow3 h2 {
    color: #064B80;
}

.flow4 h2 {
    color: #7E5F91;
}

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

    .step-txt {
        font-size: 16px;
        padding-top: 0;
    }

    .step-explain {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .flow1,
    .flow2,
    .flow3,
    .flow4 {
        display: block;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .flow-right {
        display: block;
        padding-left: 0;
        padding-top: 10px;
    }

    .flow-right h2 {
        font-size: 16px;
    }

    .flow-txt-left {
        padding-right: 0;
        padding-bottom: 15px;
    }

    .flow-txt-left div {
        padding-bottom: 0;
    }

    .flow-txt-left div:nth-child(1) {
        padding-bottom: 15px;
    }

}

/* お悩み */
.onayami {
    background-image: url(../img/bg-onayami.jpg);
    background-size: cover;
    padding-bottom: 50px;
}

.onayami-txt1,
.onayami-txt2 {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.onayami-txt1 {
    font-size: 25px;
    padding-top: 30px;
}

.onayami-txt2 {
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
}

.onayami-txt2 span {
    font-size: 55px;
}


.circle-list {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.circle-list1,
.circle-list2 {
    text-align: center;
}

.circle1,
.circle2,
.circle3,
.circle4,
.circle5 {
    display: inline-block;
    width: 234px;
    height: 234px;
    border-radius: 50%;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.circle1 {
    background: #1DA8A4;
}

.circle2 {
    background: #003B6E;
}

.circle3 {
    background: #654C7F;
}

.circle4 {
    background: #002133;
}

.circle5 {
    background: #005553;
}

.circle-ttl {
    text-align: center;
    line-height: 80px;
    font-weight: 600;
    font-size: 30px;
}

.circle-txt {
    text-align: center;
    font-size: 18px;
}

.pr{
    border: 3px solid #C7A956;
    background-color: #FBF8F2;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
    color: #C7A956;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 50px 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.pr button{
    background:linear-gradient(to bottom, #E0C374, #C7A956);
    padding: 20px 50px;
    border-radius: 6px;
    margin-top: 20px;
    border: none;
}
.pr button:hover{
    background:linear-gradient(to bottom, #DBBE6B, #B99A43);
}
.pr button a{
    color: #fff;
    position: relative;
    display: block;
    width: 600px;
    font-size: 29px;
}
.pr button a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #fff;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
}

.note{
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 15px;
}
.sp-only{
    display: none;
}
@media screen and (max-width:767px) {
    .onayami-txt1 {
        font-size: 20px;
    }

    .onayami-txt2 {
        font-size: 25px;
        line-height: 40px;
    }

    .onayami-txt2 span {
        font-size: 30px;
    }

    .circle1,
    .circle2,
    .circle3,
    .circle4,
    .circle5 {
        width: 160px;
        height: 160px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .circle-ttl {
        line-height: 50px;
        font-weight: 600;
        font-size: 17px;
    }

    .circle-txt {
        font-size: 13px;
    }

    .pr{
        border: 2px solid #C7A956;
        margin: 0 auto;
        border-radius: 10px;
        font-size: 16px;
        padding: 15px;
        width: 90%;
    }
    
    .pr button{
        padding: 10px 15px;
        margin-top: 15px;
        max-width: 400px;
        width: 100%;
    }
    .pr button a{
        color: #fff;
        position: relative;
        display: block;
        width: 95%;
        font-size: 20px;
    }
    .pr button a::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -15px;
        width: 0;
        height: 0;
        margin: auto;
        border-top: 6px solid transparent;
        border-right: 0 solid transparent;
        border-left: 9px solid #fff;
        border-bottom: 6px solid transparent;
        box-sizing: border-box;
    }

    .sp-only{
        display: block;
    }
}</pre></body></html>