/*** ---------------------------------------------------
共通設定
--------------------------------------------------- ***/
body{
    font-family:'メイリオ','ヒラギノ角ゴ Pro W3','MS Pゴシック','Osaka';
}
.c-Box .min-btnb,
.c-Box .min-btnw{
    display: block;
}

/* ボタン */
.c-Box .min-btnb a{
    color:#323333;
    font-size:18px;
    font-weight: bold;
    font-family: '游ゴシック','ヒラギノ角ゴシック';
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
}
#home .c-Box03 .min-btnb a::before,
#home .c-Box04 .min-btnb a::before,
#home .c-Box06 .min-btnb a::before{
    content: "";
    width: 21px;
    height: 21px;
    margin-right: 2px;
    margin-bottom: 4px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon/arrow01.png) no-repeat center center / contain;
}
.c-Box .min-btnb a:hover{
    color:#848484;
    -webkit-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
#home .c-Box03 .min-btnb a:hover::before,
#home .c-Box04 .min-btnb a:hover::before,
#home .c-Box06 .min-btnb a:hover::before{
    background: url(../img/icon/arrow04.png) no-repeat center center / contain;
    -webkit-transition:all 0.1s linear;
    transition:all 0.1s linear;
}

/* サイドボタン */
#side-btn img{
    width: 51px;
}
#side-btn a{
    position:fixed;
    top:157px;
    right: 0;
    z-index: 999;
}
#side-btn a:hover{
    opacity: 0.5;
    -webkit-transition:all 0.2s linear;
    transition:all 0.2s linear;
}

/* ページトップに戻るボタン */
#pageTop {
    position: fixed;
    bottom: 22px;
    right: 51px;
    z-index: 9999;
}
#pageTop i {
    padding-top: 6px
}
#pageTop a {
    display: block;
    z-index: 999;
    padding: 8px 0 0 8px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    background-color:#323333;
    opacity: 0.8;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.3;
    -webkit-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.arrow-top {
  display: block;
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-color: #FFF #FFF transparent transparent;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: 14px 0 0 9px;
}
/* ページトップに戻るボタン レスポンシブ */
@media screen and (max-width: 500px){
    #pageTop a{
        display: none;
    }
}

/* フッター */
#footer01{
    background: #efeeed;
    padding: 9px 0;
}
#footer01 .footer-inner{
    width: 98%;
    max-width: 950px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: '游ゴシック','ヒラギノ角ゴシック';
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-weight: 500;
}
#footer01 .footer-inner a:hover{
    text-decoration: underline;
}
#footer01 .f-company{
    font-size: 15px;
    line-height: 1.2em;
}
#footer01 .f-company .f-img{
    padding-right: 15px;
}
#footer01 .f-company span{
    font-weight: bold;
}
#footer01 .f-company img{
    width:246px;
    display: inline-block;
    padding-bottom: 6px;
}


#footer01 .f-menu{
    font-size: 16px;
    font-weight: bold;
    color:#848484;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 31px;
    line-height: 1.3em;
}
#footer01 .f-menu ul.f01{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex:1;
        -ms-flex:1 1;
            flex:1 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#footer01 .f-menu ul.f01 li::before{
    content: "";
    width: 13px;
    height: 13px;
    margin-right: 1px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon/arrow03.png) no-repeat center center / contain;
}
#footer02{
    background: #000;
    color:#fff;
}
#footer02 .inner{
    margin: 0 auto;
    padding: 9px;
    max-width: 1120px;
    width: 100%;
    text-align: center;
    font-family: '游ゴシック','ヒラギノ角ゴシック';
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 13px;
}
.f-sp{
    display: none;
}

/* フッター レスポンシブ */
@media screen and (max-width: 768px){
    #footer01{
        display: none;
    }
    #footer02 .inner{
        font-size: 1.8vw;
    }
    .f-sp{
        display: block;
        font-family: '游ゴシック','ヒラギノ角ゴシック';
        -webkit-font-feature-settings: "palt" 1;
                font-feature-settings: "palt" 1;
    }
    .f-sp h6 {
        display: block;
        font-size: 3.2vw;
        font-weight: bold;
        margin: 0;
        background: #000;
        padding: 1% 2%;
        color: #FFFFFF;
    }
    .f-sp .f-in-sp li a{
        display: block;
        font-size: 2.5vw;
        font-weight: bold;
        margin: 0;
        background:#efeeed;
        padding: 1.1% 20% 1.1% 2.5%;
        color: #848484;
        border-bottom: 1px solid #000;
        background: url(../img/icon/arrow03.png) right 10px center no-repeat #e9e9e9;
        background-size: 12px auto;
    }
    .f-sp .f-in-sp li.siro a{
        display: block;
        font-size: 2.5vw;
        font-weight: bold;
        margin: 0;
        background:#efeeed;
        padding: 1.1% 20% 1.1% 2.5%;
        color: #848484;
        border-bottom: 1px solid #000;
        background: url(../img/icon/arrow03.png) right 10px center no-repeat #fff;
        background-size: 12px auto;
    }
}
@media screen and (max-width: 500px){
    .f-sp h6 {
        font-size: 4.7vw;
        padding: 5px 10px;
    }
    .f-sp .f-in-sp li a,
    .f-sp .f-in-sp li.siro a{
        font-size: 3.7vw;
        padding: 2.2% 20% 2.2% 10px;
    }
}


/* サブページのヘッダー */
#sub header{
    margin:0 auto;
    width:950px;
    max-width:100%;
    height:auto;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    position: relative;
    overflow: hidden;
}
#sub header .headline{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
    font-size:12px;
    line-height:1;
    padding:10px 0 7px 5px;
    color:#000;
    position:relative;
}
#sub header .headline ul li{
    display:inline-block;
    margin-left:5px;
    padding-left:5px;
    border-left:#000 1px solid;
}
#sub header .headline ul li:hover{
    text-decoration:underline;
}
#sub header .contact{
    position:relative;
    text-align:right;
}
#sub header .contact img{
    width:410px;
}
#sub header .contact a img{
    position:absolute;
    top:34px;
    right:0;
    display: inline-block;
    width: 220px;
    height: 32px;
}
#sub header .contact a:hover{
    opacity: 0.5;
    -webkit-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
#sub .top-sp{
    display: none;
}
#sub .top-sp .menu-sp{
    display: none;
}
#sub .left-logo{
    width: 379px;
    float:left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding:1.5%;
    padding-bottom: 1%;
    padding-left: 0;
    margin: 0;
}
#sub .left-logo a{
    z-index: 999;
    width: 100%;
}
#sub .left-logo a img{
    width: 100%;
    height: 100%;
}
/* 左の文字を小さくする */
@media screen and (max-width:870px){
    #sub .left-logo{
        width: 43%;
        padding-right: 0.5%;
        padding-top: 2%;
    }
}

/* サブページのヘッダー レスポンシブ */
@media screen and (max-width:950px){
    #sub header{
        padding-right: 1%;
        padding-left: 1%;
    }
}

@media screen and (max-width:769px){
    #sub header{
        display: none;
    }
    #sub .top-sp{
        display: block;
        width: 100%;
        height: auto;
    }
    #sub .logo-sp{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #1b1b1b;
        border-bottom: 1px solid #fff;
        max-width: 769px;
        width: 100%;
        height: 57px;
        z-index: 1000;
        top:0;
        padding-left: 2%;
        padding-right: 2%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    #sub .logo-sp img{
        display: block;
        height: 42px;
        width: auto;
        z-index: 1000;
    }
    #sub .logo-sp a{
        margin: 0;
        padding: 0;
    }
    #sub .inner_1 header{
        height: auto;
    }
    #sub .inner_max1{
        width:100%;
        margin: 0;
        padding: 0;
        background:url(../img/home/visual-min.jpg) no-repeat top center / cover;
    }   
    #side-btn a{
        display: none;
    } 
    #sub .top-sp{
        z-index: 999;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
    }
}

/* サブページのグローバルナビゲーション */
#sub nav#g_nav{
    background-color:#1b1b1b;
    margin-top: 0;
    overflow: hidden;
}
@media screen and (max-width:870px){
    #sub nav#g_nav{
        margin-top: 10px;
    }
}
#sub nav#g_nav ul{
    margin: 0 auto;
    width: 100%;
    max-width: 950px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#sub nav#g_nav ul li{
    color:#fff;
    font-size:15px;
    font-weight:bold;
    height: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:1;
        -ms-flex:1 1;
            flex:1 1;
    position:relative;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
#sub nav#g_nav ul li::before{
    content:"";
    background-color:#fff;
    position:absolute;
    top:50%;
    left:0;
    width:1px;
    height:70%;
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%)
}
#sub nav#g_nav ul li:last-of-type::after{
    content:"";
    background-color:#fff;
    position:absolute;
    top:50%;
    right:0;
    width:1px;
    height:70%;
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%)
}
#sub nav#g_nav ul li a{
    height:100%;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
#sub nav#g_nav ul li a:hover{
    background-color:#555;
}
#sub .scroll-box{
    display: none;
}
/* 各ページの選択部分の背景色変更 */
#sub.service nav#g_nav ul li:nth-child(2){
    background: #555;
}
#sub.factory nav#g_nav ul li:nth-child(3){
    background: #555;
}
#sub.repair nav#g_nav ul li:nth-child(4){
    background: #555;
}
#sub.company nav#g_nav ul li:nth-child(5){
    background: #555;
}
#sub.contact nav#g_nav ul li:nth-child(6){
    background: #555;
}
#sub.membership nav#g_nav ul li:nth-child(7){
    background: #555;
}


/* サブページのグローバルナビゲーション レスポンシブ */
@media screen and (max-width:769px){
    #sub nav#g_nav{
        display: none;
    }
    #sub .top-sp .scroll-box{
        display: inline-block;
        z-index: 999;
        width:100%;
        top: 57px;
    }
    #sub .top-sp .scroll-box ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 999;
        font-size: 2.2vw;
        color: #fff;
        margin: 0 auto;
        width: 100%;
        background: #1b1b1b;
        height: 57px;
        padding: 1% 0;
    }
    #sub .top-sp .scroll-box li{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-flex:1;
            -ms-flex:1 1;
                flex:1 1;
        -webkit-box-align:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
    }
    #sub .top-sp .scroll-box li::before{
        content:"";
        background-color:#fff;
        position:absolute;
        top:50%;
        right:0;
        width:1px;
        height:90%;
        -webkit-transform:translateY(-50%);
                transform:translateY(-50%)
    }
    #sub .top-sp .scroll-box li:last-of-type::before{
        background-color:#1b1b1b;
    }
    #sub .top-sp .scroll-box li a{
        height:100%;
        width:100%;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack:center;
            -ms-flex-pack:center;
                justify-content:center;
    }
    /* 各ページの選択部分の背景色変更 */
    #sub.service .top-sp .scroll-box ul li:nth-child(1){
        background: #555;
    }
    #sub.factory .top-sp .scroll-box ul li:nth-child(2){
        background: #555;
    }
    #sub.repair .top-sp .scroll-box ul li:nth-child(3){
        background: #555;
    }
    #sub.company .top-sp .scroll-box ul li:nth-child(4){
        background: #555;
    }
    #sub.contact .top-sp .scroll-box ul li:nth-child(5){
        background: #555;
    }
    #sub.membership .top-sp .scroll-box ul li:nth-child(6){
        background: #555;
    }
}

@media screen and (max-width:500px){
    /* ヘッダーの調整 */
    #sub .logo-sp{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 500px;
        width: 100%;
        height: 54px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    #sub .logo-sp img{
        display: block;
        height: 34px;
        width: auto;
        z-index: 1000;
    }
    /* メニューボタンの調整 */
    #sub .logo-sp .inner-right .slider-menu #btn-menu img{
        height: 35px;
        padding-right:2px;
        padding-left:2px;
    }
    #sub .inner_1 header .home-logo {
        padding-top: 4%;
        padding-bottom: 4%;
    }
    #sub .inner_1 header .home-logo img {
        width: 99%;
    }
    /* ナビの調整 */
    #sub .top-sp .scroll-box{
        top: 50px;
    }
    #sub .top-sp .scroll-box ul{
        font-size: 3vw;
        height: 50px;
        padding: 1% 0;
    } 
}

@media screen and (max-width:321px){
    #sub .logo-sp img{
        display: block;
        height: 29px;
        width: auto;
        z-index: 1000;
    }
    #sub .logo-sp .inner-right .slider-menu #btn-menu img{
        height: 33px;
        padding-right:1px;
        padding-left:1px;
    }
}

/* サブヘッダーメイン部分 */
#sub main{
    font-family: '游ゴシック','ヒラギノ角ゴシック';
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}
#sub .main-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/* サイドメニュー01 最新記事 */
#sub .main-area .main-left .sub-nav{
    margin-bottom: 25px;
    max-width: 221px;
    width: 100%;
}
#sub .main-area .main-left .sub-nav01 h4{
    background: #1b1b1b;
    padding: 7px 10px 5px;
    font-size: 1.2em;
    color: #FFFFFF;
    font-weight: bold;
}
#sub .main-area .main-left .sub-nav01 dl {
    border: #CCC 1px solid;
    border-top: none;
    font-weight: 500;
}
#sub .main-area .main-left .sub-nav01 dd {
    font-size: 1em;
    padding: 1% 0;
}
#sub .main-area .main-left .sub-nav01 dd ul{
    display: block;
}

#sub .main-area .main-left .sub-nav01 dd ul li {
    border-bottom: #CCCCCC 1px dotted;
    padding: 2.6% 5% 2.6% 10%;
    background: url(../img/icon/arrow05.png) 3% 17% no-repeat;
    background-size:9.5px;
}
#sub .main-area .main-left .sub-nav01 dd ul li:last-child {
    border: none;
}
#sub .main-area .main-left .sub-nav01 dd ul li a:hover{
    text-decoration: underline;
}

/* サイドメニュー02 お試しキャンペーン*/
#sub .main-area .main-left .sub-nav02 h5{
    padding-bottom: 1%;
    font-weight: bold;
    text-align: center;
}
#sub .main-area .main-left .sub-nav02 img{
    width: 100%;
    max-width: 221px;
    border:2px solid #999;
}
#sub .main-area .main-left .sub-nav02 a:hover{
    opacity: 0.5;
    -webkit-transition:all 0.1s linear;
    transition:all 0.1s linear;
}

/* サイドメニュー03 施工メニュー*/
#sub .main-area .main-left .sub-nav03 h5{
    padding-bottom: 1%;
    font-weight: bold;
    text-align: center;
}
#sub .main-area .main-left .sub-nav03 img{
    width: 100%;
    max-width: 221px;
    margin: 0;
    padding: 0;
}
#sub .main-area .main-left .sub-nav03 li{
    margin-bottom: 15px;
}
#sub .main-area .main-left .sub-nav03 li a:hover{
    opacity: 0.5;
    -webkit-transition:all 0.1s linear;
    transition:all 0.1s linear;
}

/* サブヘッダーメイン部分右側 */
#sub .main-area .main-right{
    margin-bottom: 0px;
    max-width: 700px;
    width: 100%;
}

/* 問い合わせバナー */
#sub .main-area .toiawase-bnr{
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border:3px solid #000;
    background:linear-gradient(-45deg,
    #fafafa 25%,
    #efedee 25%,
    #efedee 50%,
    #fafafa 50%,
    #fafafa 75%,
    #efedee 75%,
    #efedee);
    background-size:40px 40px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#sub .main-area .toiawase-bnr .img-area{
    width: 95%;
    max-width: 639px;
    margin: 0 auto;
}
#sub .main-area .toiawase-bnr .img-area img:nth-child(1){
    width: 100%;
    text-align: center;
}
#sub .main-area .toiawase-bnr .img-area img:nth-child(2){
    display: none;
}
#sub .main-area .toiawase-bnr .btn-area{
    width: 94%;
    max-width:631px;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
}
#sub .main-area .toiawase-bnr .btn-area a{
    color: #fff;
	font-size: 26px;
	font-weight: bold;
	background-color: #C9151D;
	width: 100%;
	height: 65px;
	margin: 0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 8px;
	border-bottom: 7px solid #A30000;
	-webkit-box-shadow: 0px 2px 2px 1px #dcdcdc;
	        box-shadow: 0px 2px 2px 1px #dcdcdc;
	position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 20;
}

#sub .main-area .toiawase-bnr .btn-area a:hover{
	border-bottom: 4px solid #A30000;
	top: 3px;
}
#sub .main-area .toiawase-bnr .btn-area a:active {
    top: 5px;
}
/* お問い合わせページだけバナー削除 */
#sub.contact .main-area .toiawase-bnr{
    display: none;
}


/* サブメイン レスポンシブ */
@media screen and (max-width:950px){
    /* 問い合わせバナー */
    #sub .toiawase-bnr{
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        max-width: 96%;
        margin: 0 auto;
    }
    #sub .main-area .toiawase-bnr .btn-area a{
        font-size:3vw;
    }
    /* サイドメニュー01 最新記事 */
    #sub .main-area .main-left .sub-nav{
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    /* トピックス */
    #sub ul#topics{
        font-size: 13.3px;
        margin-bottom: 20px;
        margin-left: 1.2%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
    /* サイドメニューのタイトル */
    #sub .main-area .main-left .sub-nav02 h5{
        font-size: 1.7vw;
    }
    #sub .main-area .main-left .sub-nav03 h5{
        font-size: 1.7vw;
    }
    #sub .top-sp .inner-right #nav-sp,
    #sub .top-sp .inner-right .slider-menu{
        display: none;
    }
}

@media screen and (max-width:500px){
    /* 問い合わせバナー レスポンシブ */
    #sub .main-area .toiawase-bnr{
        margin-bottom:40px ;
        width: 92%;
    }
    #sub .main-area .toiawase-bnr .img-area img:nth-child(1){
        display: none;
    }
    #sub .main-area .toiawase-bnr .img-area img:nth-child(2){
        display: block;
        width: 96%;
    }
    #sub .main-area .toiawase-bnr .btn-area a{
        font-size: 5vw;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    /* スライドメニュー */
    #sub .top-sp .inner-right{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: auto;
    }
    #sub .top-sp .inner-right .slider-menu{
        display:block;
        vertical-align: middle;
        padding-left: 2%;
    }
    /* スライドメニュー 基本装飾 */
    #sub .top-sp .logo-sp .inner-right #nav-sp h5 {
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
        font-size: 3.4vw;
        margin: 0.5em 0;
    }
    #sub .top-sp .logo-sp .inner-right #nav-sp ul li {
        margin:0;
        margin-bottom: 0.5em;
    }
    #sub .top-sp .logo-sp .inner-right #nav-sp ul li img{
        width: 54vw;
        height: auto;
        margin: 0 auto;
    }
    #sub .top-sp .logo-sp .inner-right #nav-sp .s-menu01 ul li img{
        background: #fff;
        border: 2px solid #999;
    }
    /* スライドメニュー 中身 */
    #sub .top-sp .inner-right #nav-sp.close-menu{
        display: block;
        background: #1b1b1b;
        position: absolute;
        z-index: 999;
        top: 57px;
        right: 0;
        overflow-x: hidden;
        text-align: center;
        height: 100vh;
        -webkit-transition:all 0.2s linear;
        transition:all 0.2s linear;
        width: 0;
    }
    #sub .top-sp .inner-right #nav-sp.open-menu{
        display: block;
        background: #1b1b1b;
        position: absolute;
        z-index: 999;
        top: 57px;
        right: 0;
        overflow-x: hidden;
        text-align: center;
        height: 100vh;
        -webkit-transition:all 0.2s linear;
        transition:all 0.2s linear;
        width: 67%;
    }
    /* 不要な部分を消す */
    ol.breadcrumb,
    #sub .main-left{
        display: none;
    }
}

/* サブページ共通 */
/* タイトル部分 */
#sub main .main-right .section h2 {
    font-size: 22px;
    font-weight: bold;
    padding: 0.1em 0 0.1em 0.45em;
    line-height: 1;
    border-left: 4px solid #000;
    margin-bottom: 35px;
    font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
}
#sub main .main-right .section h3 {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    background-color: #1b1b1b;
    padding: 0.7em 0 0.7em 0.8em;
    margin-bottom: 20px;
    font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
}
/* セクション */
#sub main .main-right .section{
    margin-bottom: 60px;
}
#sub main .main-right .section.s-title{
    margin-bottom: 0;
}

/* サブページレスポンシブ */
/* タイトル部分 */
@media screen and (max-width: 500px){
    #sub main .main-right .section h2 {
        font-size: 5.7vw;
        padding: 1.6vw 3vw;
        margin-bottom: 4.6vw;
        background-color: #f2f2f2;
        border-left: none;
        font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
    }
    #sub main .main-right .section h3 {
        font-size: 5vw;
        padding: 3vw;
        margin-bottom: 0;
        font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
    }
    /* セクション上下の余白 */
    #sub main .main-right .section .section-cont{
        margin: 0 auto;
        margin-top: 17px;
        margin-bottom: 25px;
    }
    #sub main .main-right .section {
        margin-bottom: 36px;
    }
}

@media screen and (max-width:769px){
    /* スライドメニュー(サービス案内ページ以外) */
    .service main .main-right #anchor01,
    .service main .main-right #anchor02,
    .service main .main-right #anchor03,
    .service main .main-right #anchor04,
    .service main .main-right #anchor05{
        display: block;
        padding-top:105px;
        margin-top:-105px;
    }
}

/*================================================
 *  パンくずリスト
 ================================================*/
 ol.breadcrumb {
	color: #333;
    padding-top: 5px;
    padding-bottom: 15px;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}
ol.breadcrumb li {
	font-size: 13px;
	display: inline;
}
ol.breadcrumb li:before {
	content: " > ";
}
ol.breadcrumb li:first-child:before {
	content:"";
}
ol.breadcrumb li a {
	text-decoration: underline;
}
ol.breadcrumb li a:hover {
	opacity: 1;
	text-decoration: none;
}
@media screen and (max-width: 950px){
    ol.breadcrumb {
        padding-left: 1.4%;
    } 
}

/* コロナ対策ステッカー */
#footer01 .corona img{
    width: 53px;
}