<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wp-block-table td {
    border: unset;
}

.first-view__main--subtext {
    max-width: 550px;
}

.wp-block-code {
    margin-bottom: 28px;
    margin-top: 28px;
    padding: .8em 1em;
}

.blog-detail__image {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wp-block-table td {
    border-right: 1px solid #ccced5 !important;
}

.wp-block-table td:first-of-type {
    border-right: 1px solid #ccced5 !important;
}

.news-detail__title {
    display: block;
    margin-bottom: 50px;
}

.news-detail__lead {
    padding-top: 0;
}

.blog-detail__title {
    display: block;
    margin-bottom: 50px;
}

.blog-detail__lead {
    padding-top: 0;
}

.first-view__title {
    font-family: "Zen Old Mincho", serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.2;
}

.other__col2 {
    display: flex;
    gap: 40px;
    margin: 40px 0;
    flex-direction: row;

}

.other__group {
    background: #FFFFFF;
    padding: 44px;
    width: 100%;
}

.other__group h2 {
    font-family: "Zen Old Mincho", serif;
    font-size: 32px;
    line-height: 1.3;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
}

.other__group h3 {
    font-size: 20px;
    font-weight: 500;
}

.other__col-item {
    margin: 32px 0;
    min-height: 180px;
}

.other__col-item p {
    margin: 16px 0;
    font-size: 14px;
}

.custom__btn {
    text-align: left;
    margin-top: 40px;
}

.custom__btn a {
    border: none;
    border-radius: 2px;
    background-color: inherit;
    font-size: 20px;
    font-weight: 500;
    color: #333A56;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 25px 20px 25px 100px;
}

.custom__btn a::before {
    background: url("../image/icon_arrow_goto_gold-contact.svg") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 88px;
    height: 88px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.first-view__form {
min-height:700px;
}

.first-view__main {
  margin-top: unset;
  padding:  unset;
}

@media only screen and (max-width: 767px) {
    .other__col2 {
        flex-direction: column;
    }

    .other__group h2 {
        font-size: 22px;
    }

    .custom__btn {
        text-align: center;
        margin-right: 25px;
    }
}</pre></body></html>