<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.mot-box {
    padding: 40px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.mot-link {
    display: block;
    width: 90%;
    margin: 100px auto 70px;
    max-width: 600px;
    font-size: 2rem;
    color: #fff;
    background-color: #005c39;
    text-align: center;
    line-height: 1;
    padding: 15px 0;
    position: relative;
}
.no-link {
    color:rgba(0 , 0, 0, .4);
    pointer-events: none;
    border-color: rgba(0 , 0, 0, .4);
}
.no-link::after {
    opacity: .4;
}
.mot-link::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 13px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/common/gaibu_on.svg);
}
@media (min-width: 768px) {
    .mot-link::after {
        width: 15px;
        height: 16px;
    }
}
@media screen and (max-width: 767px) {
    .monitor .st-H1Title_Wrap {
        padding-top: 70%;
        margin-bottom: 40px;
    }
    .monitor .st-H1Title span  {
        font-size: 3rem;
    }
    .monitor .st-H2Title_02 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .mot-box {
        padding: 30px 0;
    }
    .mot-H3 {
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .mot-link {
        font-size: 1.6rem;
        margin: 50px auto;
    }
}

.info_other {
    text-align: center;
}
.info_other .tel-no {
    width: fit-content;
    margin: 15px auto;
}

h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #ad9672;
}
.mi-blk {
    margin-top: 30px;
    padding-top: 50px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid;
}
.mi_item {
    width: calc((100% - 60px) / 2);
}
h4 {
    font-size: 2rem;
    margin-top: 0px;
    padding-left: 35px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 10px;
}
h4::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #ad9672;
    width: 20px;
    height: 20px;
}
h4:not(:first-of-type) {
    margin-top: 20px;
}
.st-H3Title_03 {
    margin-top: 50px;
}
h4 span {
    font-size: 16px;
}
.mi_in {
    background-color: #f6f4f1;
    height: 340px;
    padding: 40px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.mi_in.pi::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 22px;
    background-image: url(../img/common/yajirushi_gold.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blk-i {
    width: calc((100% - 30px) / 2);
    text-align: center;
}
.blk-i p {
    margin-top: 10px;
}
.lps {
    font-size: 12px;
}
.step-blk {
    background-color: #f6f4f1;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    min-height: 100px;
}
.arrow {
    width: 32px;
    display: block;
    margin: 20px auto;
}
.step {
    font-size: 30px;
    margin-right: 30px;
    color: #ad9672;
}
.step-tt {
    font-size: 16px;
}
.step-tt p {
    line-height: 1.6;
}
.sps {
    font-size: 12px;
    line-height: 1;
}
.step-tt a {
    color: #ad9672;
    display: flex;
    margin-top: 10px;
}
.step-tt a img {
    width: 12px;
    margin-left: 5px;
}
.qa-blk:not(:last-of-type) {
    margin-bottom: 30px;
}
.q-blk {
    display: flex;
    align-items: center;
    font-size: 20px;
}
.q-blk img {
    margin-right: 10px;
    width: 24px;
}
.a-blk {
    display: flex;
    padding-top: 10px;
}
.line {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    height: 1px;
    background-color: #000;
    margin-top: 50px;
}
.list-to-01 li::before {
    background-color: #000;
}
.list-to-01:not(:last-of-type) {
    margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 20px;
    }
    .mi-blk {
        display: block;
    }
    .mi_item {
        width: 100%;
    }
    .mi_in {
        height: auto;
        padding: 20px;
    }
    .mi_in.pi {
        margin-bottom: 35px;
    }
    .mi_in.pi::after {
        width: 12px;
        height: 14px;
    }
    .mi_in.fi {
        display: block;
    }
    .mi_in.fi .blk-i {
        width: 60%;
        margin: auto;
    }
    .mi_in.fi .blk-i:first-of-type {
        margin-bottom: 10px;
    }
    .mi_in.fi .blk-i p {
        margin-top: 5px;
    }
    h4 {
        font-size: 16px;
        padding-left: 25px;
    }
    h4 span {
        font-size: 14px;
    }
    h4::before {
        width: 16px;
        height: 16px;
        top: 4px;
    }
    .st-H3Title_03 {
        margin-left: -5.5%;
        margin-right: -5.5%;
    }
    .step-blk {
        display: block;
        padding: 20px;
    }
    .step {
        margin-right: auto;
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }
    .step-tt {
        font-size: 14px;
    }
    .step-tt a  {
        text-align: center;
        display: block;
        position: relative;
        margin-top: 20px;
    }
    .step-tt a img{
        position: absolute;
        bottom: 8px;
    }
    .arrow {
        width: 27px;
    }
    .q-blk {
        align-items: flex-start;
        font-size: 16px;
    }
    .list-to-01 {
        width: 100%;
    }
}</pre></body></html>