@charset "UTF-8";
/* CSS Document */
p {
    margin: 0;
}
a {
    text-decoration: none;
    box-sizing: border-box;
}
@media (min-width: 768px) {
   a[href^="tel:"] {
       pointer-events: none;
    }
}
/*===common===*/
br.sp {
    display: none
}
section > div:first-of-type {
    margin-top: 90px;
}
section h3:nth-of-type(n+2) {
    margin-top: 60px;
}
section:last-of-type {
    margin-bottom: 120px !important;
}
.-t-center {
    text-align: center;
}
.small {
    font-size: 0.85em;
}
.weight400 {
    font-weight: 400;
}
.weight500 {
    font-weight: 500;
}
.weight600 {
    font-weight: 600;
}
.indent {
    text-indent: -1em;
    padding-left: 1em;
}
.lower_ul li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 7px;
}
.lower_ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #D2E9F3;
    z-index: 3;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    left: -20px;
    top: 0.4em;
}
h2 .small {
    font-size: 0.7em;
}
.-w-wrapper {
    padding: 0 40px;
}
.width70 {
    width: 70%;
    margin: 0 auto;
}
.button_bl {
    width: 65%;
    margin: 0 auto;
}
.button_bl a {
    display: inline-block;
    padding: 20px;
    width: 100%;
    background: #3EB0E2;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    font-size: 1.66em;
    font-weight: 600;
    transition: 0.3s;
    position: relative;
}
.button_bl a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    border: 9px solid transparent;
    border-left: 13px solid #FFF;
}
.button_bl a:hover {
    opacity: 0.8;
}


@media screen and (max-width: 768px) {
    br.sp {
        display: block;
    }
    br.pc {
        display: none;
    }
    section > div:first-of-type {
        margin-top: 60px;
    }
    .-t-center {
        text-align:left;
    }
    .-w-wrapper {
        padding: 0;
    }
    .width70 {
        width: 100%;
    }
    .button_bl {
        width: 100%;
        margin: 0 auto;
    }
    .button_bl a {
        display: inline-block;
        padding: 12px 16px;
        width: 100%;
        font-size: 1.15em;
    }
    .button_bl a::after {
        right: 8px;
        border: 5px solid transparent;
        border-left: 8px solid #FFF;
    }
}

#finance ol {
    padding-inline-start: 1.5em;
    margin-top: 30px;
    margin-bottom: 20px;
}
#finance ol li {
    list-style: decimal;
}
#finance  .-t-right {
    width: fit-content;
    margin: 40px 0 40px auto;
}

@media screen and (max-width: 768px) {
    #finance  .-t-right {
        margin: 30px 0 30px auto;
    }
}






