@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

.sh-inquiry-header {
    text-align: center;
}
.sh-inquiry-header img {
    max-width: 100%;
    float: none;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
}
.sh-inquiry-bg {
    background-color: #32463c;
    padding: 100px 20px;
    margin-bottom: 100px;
    color: #fff;
}
.sh-inquiry-bg img {
    max-width: 100%;
    margin: 0;
    float: none;
}
.sh-brand-img-ttl1 {
    max-width: 600px;
    margin-inline: auto;
    padding-bottom: 60px;
    float: none;
}
.sh-brand-box-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.pure-g-wrapper {
    max-width: 100%;
    overflow: hidden;
}
.pure-g {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pure-g::before,
.pure-g::after {
    display: none;
}
.pure-u-1-1 {
    width: 100%;
}
.sh-brand-box1 .pure-g > div {
    margin-bottom: 30px;
}
.sh-brand-img-no {
    max-width: 40px;
    float: left;
    margin-right: 20px;
}
.sh-brand-title1 {
    font-size: 20px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-brand-text1 {
    font-size: 16px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-brand-caption1 {
    font-size: 12px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.MB15 {
    margin-bottom: 15px;
}

.sh-top-box1 {
    max-width: 1200px;
    margin-inline: auto;
    margin-top: 100px;
}
.sh-top-box1 img {
    max-width: 100%;
    margin: 0;
    float: none;
}
.sh-top-box2 {
    background-color: #32463c;
    margin-top: 1px;
    padding: 40px 15px 20px;
}
.sh-top-title2 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-top-text1 {
    font-size: 14px;
    line-height: 2.3;
    text-align: left;
    color: #fff;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.MT20 {
    margin-top: 20px;
}
.sh-top-link1 {
    text-align: center;
}
.sh-top-link1 a,
.sh-top-link1 span {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 40px;
    background-color: #fff;
    font-family: Cinzel, serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #32463c;
    transition: background-color 0.3s, color 0.3s;
}
.sh-top-link1 a:hover,
a:hover .sh-top-link1 span {
    text-decoration: none;
    background-color: #32463c;
    color: #fff;
    border: 1px solid #fff;
}
.sh-inquiry-bnr {
    max-width: 720px;
    margin-inline: auto;
}
@media screen and (min-width: 48em) {
    .sh-top-title2 {
        font-size: 22px;
    }
    .sh-top-text1 {
        font-size: 16px;
    }
}
@media screen and (min-width: 75em) {
    .sh-top-box1 {
        position: relative;
        margin-top: 200px;
    }
    .sh-top-box1.__row {
        display: flex;
    }
    .sh-top-box1.__row > div {
        width: 50%;
    }
    .sh-top-box1.__row .sh-top-box2 {
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }
    .sh-top-box1:not(.__row) .sh-top-box2 {
        box-sizing: border-box;
        position: absolute;
        max-width: 800px;
        width: 80%;
        left: 0;
        right: 0;
        top: 26.315%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        padding: 60px 40px;
        background-color: rgba(4, 25, 16, .82);
    }
}
@media screen and (max-width: 79.98em) {
    .show-xl {
        display: none;
    }
}
@media screen and (min-width: 80em) {
    .sh-top-box1 {
        max-width: 1500px;
    }
    .sh-top-box1:not(.__row) .sh-top-box2 {
        height: 400px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }
    .sh-top-title2 {
        font-size: 24px;
        letter-spacing: 0.1em;
    }
    .sh-top-text1 {
        font-size: 18px;
    }
    .sh-top-link1 a, .sh-top-link1 span {
        font-size: 17px;
    }
}
@media screen and (min-width: 85em) {
    .sh-top-box1.__row .sh-top-box2 {
        justify-content: center;
        gap: 15px;
    }
}
@media screen and (min-width: 768px) {
    .pure-u-md-1-3 {
        width: 30%;
    }
}
@media screen and (max-width: 767px) {
    .sh-inquiry-bg {
        padding: 60px 10px;
        margin-bottom: 60px;
    }
    .sh-brand-img-ttl1 {
        max-width: 90%;
        padding-bottom: 30px;
    }
    .sh-brand-box-inner {
        padding: 0;
    }
    .sh-brand-title1 {
        font-size: 18px;
    }
    .sh-brand-text1 {
        font-size: 14px;
    }
}


.sh-inquiry-thanks-text1 {
    font-size: 36px;
}
.sh-inquiry-thanks-text2 {
    font-size: 26px;
    text-align: center;
}
.sh-inqury-thanks-button {
    text-align: center;
    margin-top: 10px;
}
.sh-inqury-thanks-button a {
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: rgb(13, 110, 253);
    border: 1px solid rgb(13, 110, 253);
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 6px;
}
.sh-inqury-thanks-button a:hover {
    opacity: .8;
}
@media screen and (max-width: 767px) {
    .sh-inquiry-thanks-text1 {
        font-size: 26px;
    }
    .sh-inquiry-thanks-text2 {
        font-size: 22px;
    }
}