@charset "UTF-8";

:root {
    --bbw: 10px;
}
.sh-PR {
    position: relative;
}
.sh-gradient-wrapper {
    padding-bottom: 0;
}
.sh-contents {
    max-width: 1000px;
}
.sh-contents.__w1040 {
    max-width: 1060px;
}

.sh-access-title1 {
    font-size: 26px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-access-title2 {
    font-size: 20px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    background-color: #004143;
    color: #fff;
    padding: 10px 10px;
}
.sh-access-title3 {
    font-size: 20px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-access-title4 {
    font-size: 22px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-access-title5 {
    font-size: 20px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
}

.sh-access-text1 {
    font-size: 16px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-access-text2 {
    font-size: 14px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.__color1 {
    color: #0a635c;
}
.__color2 {
    color: #004143;
}

.LH2 {
    line-height: 2;
}
.LH18 {
    line-height: 1.8;
}

.sh-access-caption1 {
    font-size: 14px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: right;
    margin-top: 5px;
}

.sh-contents-comment-text {
    font-size: 12px;
    color: #333;
}

.sh-access-box1 {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    row-gap: 20px;
    flex-wrap: wrap;
}
.sh-access-box1 > div:first-child {
    width: 95%;
}
.sh-access-box1 > div:last-child {
}
.sh-access-box1 > div > div:first-child ,
.sh-access-box1 > div > div:last-child {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sh-access-box1 > div > div:first-child {
    row-gap: 10px;
}
.sh-access-box1 > div > div:first-child > p ,
.sh-access-box1 > div > div:last-child >p  {
    width: 48%;
    max-width: 300px;
}

.sh-access-box2 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sh-access-box2 > div {
    width: 80%;
}

.sh-access-box3 {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    flex-wrap: wrap;
    text-align: left;
}
.sh-access-box3 > div {
    width: 48%;
    max-width: 320px;
}

.sh-access-imgbox1 {
    max-width: 100%;
    position: relative;
}
.sh-access-imgbox1 > div {
    display: flex;
    align-items: start;
    width: 45%;
    max-width: 350px;
    border: 1px solid #004143;
    background-color: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 0px;
}
.sh-access-imgbox1 > div > p:first-child {
    background-color: #004143;
    width: 54%;
    max-width: 190px;
    box-sizing: border-box;
    color: #fff;
}
.sh-access-imgbox1 > div > p:last-child {
    width: 46%;
    max-width: 160px;
    padding: 0 3px;
    box-sizing: border-box;
}

.sh-access-imgbox2 {
    max-width: 100%;
    position: relative;
    background-color: #b2e5fe;
}

.sh-access-imgbox3 {
    max-width: 100%;
    background-color: #f4f3f0;
}
.sh-access-imgbox3-inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(images/img_14.png) bottom right no-repeat;
    background-size: contain;
    position: relative;
}


.sh-access-img1 {
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.MB40_20 {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .sh-access-box2 > div:nth-child(-n+2) {
        margin-bottom: 20px;
    }
    .sh-access-imgbox2 > div {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        top: 30px;
    }
    .sh-access-imgbox3-inner {
        padding-bottom: 240px;
    }

    .MB40_20 {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .sh-gradient-wrapper {
        padding-bottom: 40px;
    }

    .sh-access-title1 {
        font-size: 42px;
    }
    .sh-access-title2 {
        font-size: 24px;
    }
    .sh-access-title3 {
        font-size: 22px;
    }
    .sh-access-title4 {
        font-size: 26px;
    }
    .sh-access-title5 {
        font-size: 36px;
    }

    .sh-access-text1 {
        font-size: 18px;
    }
    .sh-access-text2 {
        font-size: 16px;
    }
    .sh-access-caption1 {
        font-size: 14px;
    }

    .sh-access-box1 {
        justify-content: space-between;
    }
    .sh-access-box1 > div:first-child {
        width: 44%;
        max-width: 510px;
        padding-top: 40px;
    }
    .sh-access-box1 > div:last-child {
        width: 52.59%;
        max-width: 610px;
    }
    .sh-access-box1 > div > div:first-child > p ,
    .sh-access-box1 > div > div:last-child >p  {
        width: 49.2%;
    }
    .sh-access-box2 {
        margin-top: 80px;
        justify-content: space-between;
    }
    .sh-access-box2 > div {
        width: 32.5%;
    }
    .sh-access-box2 > div > p:last-child {
        padding-left: 20px;
    }
    .sh-access-box3 > div {
        width: 30.8%;
    }

    .sh-access-imgbox1 > div {
        top: 40px;
        align-items: center;
    }
    .sh-access-imgbox1 > div > p:last-child {
        padding: 0 11px;
    }
    .sh-access-imgbox2 > div {
        position: absolute;
        top: 6%;
        left: 6%;
    }
    .sh-access-imgbox3-inner {
        padding-top: 60px;
        padding-bottom: 60px;
        height: 300px;
    }
    .sh-access-imgbox3-inner > div {
        position: absolute;
        left: 6%;
    }
}

@media screen and (max-width: 1200px) {
    .sh-access-imgbox3-inner > div > p {
        text-shadow: #fff 0px 0 6px , #fff 0px 0 6px , #fff 0px 0 6px, #fff 0px 0 6px, #fff 0px 0 6px, #fff 0px 0 6px;
    }
}