body {
    font-family: Helvetica, Arial, Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
}


body:not(.page-index):not(.page-module-list):not(.page-module-accordion):not(.page-module-box):not(.page-module-button):not(.page-module-image):not(.page-module-layout):not(.page-module-list):not(.page-module-other):not(.page-module-radio):not(.page-module-set):not(.page-module-table):not(.page-module-text) {
    padding-top: 0;
}

.mercury {
    background-color: #fff;
    padding: 0 15px 30px;
}

.pc_none {
    display: none;
}

@media screen and (min-width: 901px) {
    .image-type01_image[data-sb-image-size-pc='auto'] {
        max-width: 50%;
    }
}

@media screen and (max-width: 900px) {
    .image-type01_image[data-sb-image-size-sp='auto'] {
        max-width: 80%;
    }

    .text {
        margin-top: 20px;
    }
}

header {
    background-color: #1cb2bd;
    border-radius: 4rem;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin: 4% 4% 0;
    padding: 6px 0;
}

.mercury>.title-lv1 {
    margin: 25px auto 0;
    padding: 0;
}

.mercury>.title-lv1 span {
    display: inline-flex;
    align-items: center;
    margin: 0 auto;
    padding: 0 0 0 60px;
    text-align: left;
    background-image: url(../img/h2.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px;
    min-height: 50px;
}

.mercury .title-lv2 {
    margin: 0 auto 20px;
    padding: 0 0 20px;
    border-bottom: 3px dotted #1cb2bd;
}

.mercury .title-lv2.icon1 span,
.mercury .title-lv2.icon2 span,
.mercury .title-lv2.icon3 span,
.mercury .title-lv2.icon4 span {
    background-repeat: no-repeat;
    background-size: 47px;
    min-height: 47px;
    display: inline-flex;
    align-items: center;
    padding: 0 0 0 57px;
}

.mercury .title-lv2.icon1 span {
    background-image: url(../img/icon1.png);
}

.mercury .title-lv2.icon2 span {
    background-image: url(../img/icon2.png);
}

.mercury .title-lv2.icon3 span {
    background-image: url(../img/icon3.png);
}

.mercury .title-lv2.icon4 span {
    background-image: url(../img/icon4.png);
}

.mercury .title-lv2 span {
    margin: auto 0;
}

.keyvisual-full_image {
    margin-top: 10px;
    text-align: center;
}

/*#header .header-inner .header-logo {
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    width: 194px;
    height: 54px;
    line-height: 1;
    text-indent: -9999px;
    background: url(../img/logo-sb.svg) no-repeat left center;
    background-size: 194px 54px;
    position: relative;
    top: -7px;
    text-decoration: none;
    will-change: opacity;
}*/
.js-lazyload {
    background: none;
}

/*.keyvisual-full_image {
    background: center / auto 100% repeat-x url("../img/kv_bg.png");
    text-align: center;
}
.keyvisual-full_image + p,.keyvisual-01 ~ p {
    text-align: center;
}*/
.applink-list_text {
    display: block;
    margin-top: 10px;
}



h1+p {
    text-align: center;
}

.balloon {
    position: relative;
    background: #1cb2bd;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 15px;
    color: #fff;
    box-sizing: border-box;
}

.balloon:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #1cb2bd transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}

.balloon p {
    text-align: center;
}

.balloon p:first-child {
    border-bottom: 3px dotted;
    margin: 0;
    padding-bottom: 10px;
}

.balloon p:last-child {
    text-indent: -0.8em;
    padding-left: 0.8em;
}

.box1 {
    margin: 30px auto 0;
    padding: 30px 15px;
    color: #333;
    border: 3px solid #1cb2bd;
    border-radius: 10px;
}

.box1 .box2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}

.box1 .box2:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.box1 .setting {
    margin-top: 20px;
}

.button-transparent-type02.white {
    background: #eee;
}

.text2 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin: 60px 0 35px;
    text-align: center;
}

.text2:before {
    content: "＼";
    position: absolute;
    font-size: 14px;
    transform: scale(1, 3.5);
    color: #1cb2bd;
    top: 0;
    left: calc(50% - 13.2em);
}

.text2:after {
    content: "／";
    position: absolute;
    font-size: 14px;
    transform: scale(1, 3.5);
    color: #1cb2bd;
    top: 0;
    right: calc(50% - 13.2em);
}

.text3 {
    margin-top: 25px;
}

.button-transparent-type01:last-child {
    background: #00b2bd;
    color: #fff;
}

.button-transparent-type01:last-child span {
    font-size: 1.3rem;
    display: contents;
}

.box-type04-02_article {
    width: 50%;
    float: left;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-left: 20px;
}

.box-type04-02_inner {
    padding-right: 0;
}

.box-type04-02_inner.icon {
    width: calc(100% - 77px);
}

.box-type04-02_inner:not(.icon) {
    padding-left: 0;
}

.box-type04-02_title {
    width: calc(100vw - 190px);
}

.box-type04-02_title-text {
    margin-right: 0;
}

.box-article-type01_link-container:not(.w100) {
    width: 50%;
    float: right;
    margin-top: 55px;
}

.box1 .setting {
    clear: both;
    padding: 20px 20px 0 20px;
}

@media only screen and (max-width: 900px) {
    #header .header-inner .header-logo {
        display: block;
        width: 107px;
        height: 29px;
        line-height: 1;
        text-indent: -9999px;
        background: url(../img/logo-sb.svg) no-repeat center center;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
    }
}

@media screen and (max-width: 480px) {
    .pc_none {
        display: initial;
    }

    .sp_none {
        display: none;
    }

    header {
        margin: 6% 4% 0;
    }

    .text2 {
        margin: 40px 0 25px;
    }

    .text2:before {
        font-size: 20px;
        top: 15px;
        left: calc(50% - 7.2em);
    }

    .text2:after {
        font-size: 20px;
        top: 15px;
        right: calc(50% - 7.2em);
    }

    h1+p,
    .balloon p {
        text-align: left;
    }

    .mercury .title-lv2 {
        text-align: left;
    }

    .box-type04-02_article {
        width: 100%;
        float: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 0;
    }

    .box-type04-02_inner,
    .box-type04-02_title {
        width: 100%;
    }

    .box-article-type01_link-container:not(.w100) {
        width: 100%;
        float: none;
        margin-top: 25px;
    }

    .box1 .setting {
        width: 100%;
        padding: 0 20px 0 0;
    }
}

@media screen and (max-width: 900px) {
    .hash-index-01_link {
        font-size: 14px;
    }

    .box-type04-02_image {
        width: 97px;
    }
}


#footer .coution {
    font-size: 12px;
    padding: 12px;
    color: #5c5b5b;
    background-color: #f3f2f2;
}

#footer .coution p:first-child {
    margin-top: 0;
}

#footer .footer-inner {
    background: #262626;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100px
}

@media only screen and (max-width: 900px) {
    #footer .footer-inner {
        height: auto;
        padding: 16px 0 19px;
    }
}

#footer .copyright {
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff;
    font-family: "Helvetica", メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "モリサワ 新ゴ R", "Droid Sans", "sans-serif";
    margin-top: 0
}

@media only screen and (max-width: 900px) {
    #footer .copyright {
        font-size: 12px;
        font-size: 1.2rem
    }
}