@charset "UTF-8";


.MT15_30 {
    margin-top: 15px;
}
.MT40_60 {
    margin-top: 40px;
}
.sh-PR {
    position: relative;
}
.sh-gradient-wrapper {
    padding-bottom: 0;
}
.sh-contents {
    max-width: 1300px;
}
.sh-design-section + .sh-design-section {
    margin-top: 60px;
}

.sh-page-title {
    padding-top: 6.25%;
}
@media screen and (min-width: 1280px) {
    .sh-page-title {
        padding-top: 80px;
    }
}

.sh-design-title1 {
    font-size: 24px;
    font-family: "Cinzel", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    letter-spacing: 2px;
    text-align: left;
}
.sh-design-title2 {
    display: flex;
    justify-content: space-between;
    gap: 3px;
    font-size: 18px;
    line-height: 2;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    color: #fff;
}
.sh-design-title2 > span {
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 0;
    width: 2em;
    text-align: center;
    background-color: #002d52;
}
.sh-design-title2 > p {
    flex-grow: 1;
    text-align: left;
    background-color: #002d52;
    padding-left: 10px;
    padding-right: 10px;

}
.sh-design-text1 {
    font-size: 20px;
    line-height: 1.8;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: left;
}
.sh-design-text2 {
    font-size: 16px;
    line-height: 1.8;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: left;
}
.sh-design-caption1 {
    font-size: 13px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: right;
    margin-top: 5px;
}
.sh-design-caption1.__white {
    color: #fff;
}
.sh-PR .sh-design-caption1 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-top: 0;
}
.sh-contents-comment {
    margin-top: 60px;
}
.sh-contents-comment-text {
    font-size: 12px;
    color: #333;
}

.sh-design-img1 {
    max-width: 1000px;
    margin-inline: auto;
}
.sh-design-box1 {
    max-width: 840px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sh-design-box2 {
    max-width: 540px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sh-design-box2 > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sh-design-box2 .sh-design-text2 {
    line-height: 1.5;
}
.sh-design-box2 .sh-design-text2 small {
    display: block;
    font-size: 13px;
    padding-left: 1em;
    text-indent: -1em;
}
.sh-design-box3 {
    display: flex;
    flex-direction: column;
    gap: 20px
}
.sh-design-box4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.sh-design-box4 .sh-design-caption1 {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .sh-page-title {
        padding-bottom: 6.25%;
    }
    .sh-design-box2 > div > div:last-child {
        width: 80%;
        margin-inline: auto;
    }
}
@media screen and (min-width: 768px) {
    .MT15_30 {
        margin-top: 30px;
    }
    .MT40_60 {
        margin-top: 60px;
    }
    .sh-gradient-wrapper {
        padding-bottom: 40px;
    }
    .sh-design-section + .sh-design-section {
        margin-top: 80px;
    }
    .sh-design-title1 {
        font-size: 30px;
    }
    .sh-design-title2 {
        font-size: 20px;
    }
    .sh-design-text1 {
        font-size: 24px;
    }
    .sh-design-text2 {
        font-size: 18px;
    }
    .sh-contents-comment {
        margin-top: 80px;
    }

    .sh-design-box2 {
        max-width: 1280px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 40px;
        row-gap: 20px;
    }
    .sh-design-box4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 1080px) {
    .sh-design-box1 {
        max-width: 1280px;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
    .sh-design-box1.__row-reverse {
        flex-direction: row-reverse;
    }
    .sh-design-box1 > div:first-child {
        width: 65.625%;
    }
    .sh-design-box1 > div:last-child {
        width: 31.25%;
        padding-top: 40px;
    }
    .sh-design-box2 > div {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
    .sh-design-box2 > div > div:first-child {
        width: 53.2258%;
    }
    .sh-design-box2 > div > div:last-child {
        width: 43.55%;
        max-width: 270px;
    }
    .sh-design-box3 {
        max-width: 1280px;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
    .sh-design-box3 > div:first-child {
        width: 25.78125%;
    }
    .sh-design-box3 > div:last-child {
        width: 72.65625%;
    }
    .sh-design-box4 {
        grid-template-columns: repeat(6, 1fr);
        gap: 18px;
    }
}