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; 
}
@media screen and (min-width:  901px) {
    .sp_none {display: none;}
    .image-type01_image[data-sb-image-size-pc='auto'] {max-width: 50%;}
}
@media screen and (max-width: 900px) {
    .pc_none {display: none;}
    .image-type01_image[data-sb-image-size-sp='auto'] {max-width: 80%;}
}

#header {
    /*background: #262626;
    height: 80px;*/
    position: initial;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10004;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 105px;
    min-width: 990px;
    border-top: 5px solid #357eec;
    font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', system-ui, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #ffffff;
}

@media only screen and (max-width: 900px) {
    #header {
        min-width:320px;
        height: 58px;
        border-top: 3px solid #357eec;
    }
}

/*#header .header-inner {
    height: 100%;
    zoom:1}

#header .header-inner:before,#header .header-inner:after {
    content: "";
    display: table
}

#header .header-inner:after {
    clear: both
}*/

#header .header-inner .header-logo {
    /*float: left;
    width: 132px;
    height: 20px;*/
    margin: 30px 25px 0;
    -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;
}

@media only screen and (max-width: 900px) {
    #header .header-inner .header-logo {
        margin: 20px 0 0 13px;
		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%;
    }

    /*#header .header-inner .header-logo a img {
        vertical-align: middle
    }*/
}

/*#header .header-inner .header-logo a {
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: .3s;
    transition: .3s;
    display: block
	-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;
}

#header .header-inner .header-logo a:hover {
    opacity: .5
}


@media only screen and (max-width: 900px) {
#header .header-inner .header-logo a {
		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%;
}
}*/

/*#header {
    position: initial;
}
#header .header-inner .header-logo {
}*/
.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;
}

p.text span.note {
    display: block;
    font-size: 14px;
    margin-top: 0.5em;
}
.box-type05-01_box .btn_s{
		text-align: center;
		margin-top: 20px;
}
.box-type05-01_box .btn_s a{
		min-width: 230px;
}
@media screen and (max-width: 900px) {
    .hash-index-01_link {
        font-size: 14px;
    }
}

#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:80px
    }
}

#footer .copyright {
    font-size: 15px;
    font-size: 1.5rem;
    color: #999;
    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
    }
}
