<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ────────────────────── *
 *                                              *
 * メインビジュアル                             *
 *                                              *
 * ────────────────────── */

#mainvisual img {
    width: 100%;
}

/* ────────────────────── *
 *                                              *
 * コンテンツ                                   *
 *                                              *
 * ────────────────────── */

.contents {
    padding: 100px 0 0;
    overflow: hidden;
}
body.popup .contents {
    padding: 0;
}
.contents .inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}
.contents .inner p.txt-intro {
    font-size: 26px;
    line-height: 1.9;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 120px;
}
.contents .inner p.txt-intro span.sub {
    font-size: 14px;
    vertical-align: top;
}

/* ────────────────────── *
 *                                              *
 * 特徴                                         *
 *                                              *
 * ────────────────────── */

.contents .inner #character {
    font-weight: 500;
    padding: 30px 0;
    margin: 0 auto 90px;
    border: 1px solid #000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.contents .inner #character dl {
    position: relative;
}
.contents .inner #character dl:before {
    content: "";
    background: #000;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -55px;
    top: 0;
}
.contents .inner #character dl:first-of-type:before {
    content: none;
}
.contents .inner #character dl dt {
    font-size: 32px;
    color: #2badb8;
    color: #9b8671;
    margin-bottom: 10px;
}
.contents .inner #character dl dd {
    font-size: 18px;
    line-height: 1.4;
}
.contents .inner #character p#illust-01 {
    position: absolute;
    top: -50px;
    right: -120px;
}

/* ────────────────────── *
 *                                              *
 * タイプ一覧                                   *
 *                                              *
 * ────────────────────── */

.contents .inner p#banner-select {
    width: 1016px;
    text-align: right;
    margin: 0 auto 70px;
}
.contents .inner p#banner-select a {
    display: block;
    transition: all .5s;
}
.contents .inner p#banner-select a:hover {
    opacity: 0.8;
}
.contents .inner p#banner-select span.caption {
    font-size: 12px;
    line-height: 1.5;
    display: block;
    padding-top: 5px;
}
.contents .inner p#top-layout {
    margin: 0 auto 50px;
}
.contents .inner ul#pagination {
    margin: 0 auto 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contents .inner ul#pagination li a {
    transition: all .5s;
}
.contents .inner ul#pagination li a:hover {
    opacity: 0.5;
}
.contents .inner h3.head {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    padding: 15px 0;
    margin: 0 auto 50px;
}
.contents .inner h3.head em {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-style: normal;
}
.contents .inner h3.head.leftwing {
    color: #543015;
    border-top: 1px solid #543015;
    border-bottom: 1px solid #543015;
}
.contents .inner h3.head.rightwing {
    color: #032d49;
    border-top: 1px solid #032d49;
    border-bottom: 1px solid #032d49;
}
.contents .inner ul.types {
    margin: 0 auto 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contents .inner ul.types li {
    margin-right: calc((100% - (336px * 3)) / 2);
    margin-bottom: calc((100% - (336px * 3)) / 2);
    position: relative;
}
.contents .inner ul.types li:nth-of-type(3n) {
    margin-right: 0;
}
.contents .inner ul.types li a {
    display: block;
    transition: all .5s;
}
.contents .inner ul.types li a:hover {
    opacity: 0.5;
}
.contents .inner ul.types li img.last {
    position: absolute;
    right: 0;
    top: 15px;
}

/* ────────────────────── *
 *                                              *
 * SELECT PLAN                                  *
 *                                              *
 * ────────────────────── */

.contents #select {
    background: #d5eff1;
    padding: 45px 0 60px;
    margin: 0 auto 100px;
}
.contents #select h3 {
    text-align: center;
    margin: 0 auto 30px;
}
.contents #select p.txt {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 20px;
}
.contents #select p#deadline {
    font-size: 20px;
    font-weight: 500;
    background: rgba(43, 173, 184, 0.2);
    text-align: center;
    width: 1000px;
    padding: 5px;
    margin: 0 auto 20px;
    box-sizing: border-box;
}
.contents #select dl {
    font-size: 24px;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.contents #select dl dt {
    color: #fff;
    background: rgba(43, 173, 184, 0.7);
    padding: 20px;
    flex-shrink: 0;
}
.contents #select dl dd {
    background: #fff;
    width: 100%;
    padding: 20px 0;
}
.contents #select dl dd ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.contents #select dl dd ul li {
    position: relative;
}
.contents #select dl dd ul li:before {
    content: "";
    background: #000;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -27px;
    top: 0;
}
.contents #select dl dd ul li:first-child:before {
    content: none;
}
.contents #select p.notice {
    font-size: 12px;
    text-align: right;
    padding-top: 10px;
}

/* ────────────────────── *
 *                                              *
 * 詳細                                         *
 *                                              *
 * ────────────────────── */

.contents #detail {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.contents #detail p.layout {
    margin: 0 auto 50px;
}
.contents #detail p.loan {
    width: 806px;
    margin: -50px auto 50px;
}
.contents #detail ul#button {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    margin: 0 auto 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contents #detail ul#button li {
    width: 200px;
    margin: 0 10px;
}
.contents #detail ul#button li a {
    color: #fff;
    background: #b4b4b4;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 200px;
    height: 50px;
    transition: all .5s;
    position: relative;
}
.contents #detail ul#button li a:after {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #fff;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.contents #detail ul#button li a:hover {
    background: #000;
}

/* ────────────────────── *
 *                                              *
 * メニュープラン                               *
 *                                              *
 * ────────────────────── */

#menuplan {
    background: rgba(43, 173, 184, 0.2);
}
#menuplan h1 img {
    width: 100%;
}
#menuplan .inner {
    width: 1000px;
    padding: 100px 0;
    margin: 0 auto;
}
#menuplan .inner h2 {
    font-size: 30px;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin: 0 auto 70px;
}
#menuplan .inner ul {
    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;
}
#menuplan .inner ul li {
    margin-bottom: 100px;
}
#menuplan .inner p#icon {
    margin-bottom: 10px;
}
#menuplan .inner p.notice {
    font-size: 12px;
    line-height: 1.4;
    margin: 0 auto 80px;
}
#menuplan .inner p#btn-close {
    text-align: center;
}
#menuplan .inner p#btn-close a {
    transition: all .5s;
}
#menuplan .inner p#btn-close a:hover {
    opacity: 0.7;
}

/* ────────────────────── *
 *                                              *
 * ピックアッププラン                           *
 *                                              *
 * ────────────────────── */

#pickupplan h2 {
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    font-size: 38px;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    background: #87b9d6;
    text-align: center;
    padding: 40px;
    margin: 0 auto 90px;
}
#pickupplan .inner {
    width: 1000px;
    padding-bottom: 30px;
    margin: 0 auto;
}
#pickupplan .inner .data {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}
#pickupplan .inner .data .detail {
    width: 460px;
}
#pickupplan .inner .data .layout {
    width: 500px;
}
#pickupplan .inner h3 {
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    font-size: 23px;
    line-height: 1.304347826086957;
    color: #e88238;
    text-align: center;
    padding: 15px 0;
    margin: 0 auto 50px;
    border-top: 1px solid #e88238;
    border-bottom: 1px solid #e88238;
}
#pickupplan .inner h4 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
#pickupplan .inner .case {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
}
#pickupplan .inner .case dl {
    width: 25%;
}
#pickupplan .inner .case dl dt {
    margin-bottom: 40px;
    position: relative;
}
#pickupplan .inner .case dl dt:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#pickupplan .inner .case dl:last-of-type dt:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
#pickupplan .inner .case dl dd {
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    font-size: 18px;
    line-height: 2;
    text-align: justify;
    padding: 0 15px;
}
#pickupplan .inner .price {
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    background: #fdf2eb;
    padding: 40px;
    margin-bottom: 100px;
}
#pickupplan .inner .price h5 {
    font-size: 45px;
    font-weight: 500;
    color: #e88238;
    text-align: center;
    margin-bottom: 25px;
}
#pickupplan .inner .price h5 em {
    font-size: 66px;
    font-style: normal;
}
#pickupplan .inner .price dl {
    display: flex;
    justify-content: space-between;
}
#pickupplan .inner .price dl dt {
    width: 530px;
}
#pickupplan .inner .price dl dd {
    font-size: 12px;
    text-align: justify;
    width: 360px;
}
#pickupplan .inner p.notice {
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    font-size: 10px;
    line-height: 1.1;
}
#pickupplan .inner dl.other {
    font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
    text-align: center;
    width: 800px;
    margin: 0 auto 100px;
}
#pickupplan .inner dl.other dt {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
#pickupplan .inner dl.other dd {
    font-size: 28px;
}
#pickupplan .inner dl.other dd a {
    color: #fff;
    background: #87b9d6;
    display: block;
    padding: 15px;
    border-radius: 60px;
    position: relative;
}
#pickupplan .inner dl.other dd a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 22px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
</pre></body></html>