@charset "UTF-8";

body.installation{
    background: url(../images/installation/mv_bg.webp)no-repeat top center;
    background-size: auto;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-size: 16px;
}

body.installation h1,
body.installation h2,
body.installation h3,
body.installation h4,
body.installation h5,
body.installation h6{
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}

body.installation header{
    margin-bottom: 13px;
}

body.installation header .logo {
    display: none;
}

body.installation header .pc {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
body.installation header ul#menu-menu {
    margin-bottom: 2%;
    display: flex;
    justify-content: flex-end;
}

#header-inner{
    width: 96%;
    max-width: 1700px;
    margin: 0.7% auto 0;
    justify-content: flex-end;
}

#header-inner > div > div{
    width: 275px;
    display: block;
}
#header-inner #nav-content{
    width: auto;
    margin-right: 1.7%;
    display: flex;
}

#header-inner ul#menu-menu li{
    margin-right: 9px;
    display: flex;
    align-items: center;
}
#header-inner ul#menu-menu li:after{
    content: '/';
    margin-left: 5px;
    display: inline-block;
}
#header-inner ul#menu-menu li:last-child:after{
    display: none;
}

#header-inner > div > div p.fontS{
    font-size: 15px;
    text-align: center;
}

@media screen and (max-width: 768px){
    #nav-input:checked~#nav-content{
        width: 90%;
    }
    #nav-content-wrap{
        width: 100%;
    }
}

/* main */
main#top #mv {
    max-width: 1700px;
    margin: 0 auto;
}

main.page{
    padding-bottom: 43px;
    position: relative;
}
main.page:after {
    content: '';
    width: 99.5%;
    height: 25%;
    margin: 0 auto;
    padding-top: 40px;
    box-shadow: 0px 15px 10px #bbd8e0;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

section.contents_wrap{
    margin-bottom: 6.1%;
    padding: 4.4% 0 3.2%;
    background: #e9edf0;
    align-items: flex-start;
}

section.contents_wrap .contents_left{
    background: url(../images/installation/main_bg_left.png)no-repeat center bottom;
    margin-bottom: 84px;
}
section.contents_wrap .contents_right{
    background: url(../images/installation/main_bg_right.png)no-repeat center bottom;
    margin-bottom: 1px;
}

section.contents_wrap .inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

section.contents_wrap .inner .txt_block{
    width: 45%;
    max-width: 530px;
    margin-bottom: 10px;
}

section.contents_wrap .inner h1 span{
    padding: 16px 16px 20px;
    margin-bottom: 10px;
    background: #fff;
    font-size: 26px;
    font-weight: bold;
    color: #0e73eb;
    line-height: 1.2;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 50px;
}
section.contents_wrap .inner p{
    margin: 14px 0 0 3px;
    line-height: 2.15;
    font-size: 18px;
    color: rgb(6, 17, 25);
}

section.contents_wrap .img_block{
    width: 53%;
    max-width: 619px;
    margin-bottom: 24px;
    display: block;
}


section#main-contents{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

main#top section#main-contents h1 {
    margin-bottom: 3.6%;
    font-size: 31px;
    font-weight: 600;
    color: #071119;
    line-height: 2.17;
}
main#top section#main-contents h1 span{
    margin-bottom: 4px;
    font-size: 68px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 500;
    color: #0e73eb;
    line-height: 1.2;
    display: block;
}
main#top section#main-contents h1 span::after{
    content: '';
    margin: 1px 0 0 5px;
    background: url(../images/installation/line.png)no-repeat left;
    width: 100%;
    height: 5px;
    display: block;
}

section#main-contents .list-block-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

section#main-contents .list-block-wrap > div{
    max-width: 918px;
}

section#main-contents .list-block-wrap .list-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 51px 9px;
}

section#main-contents article.list_block{
    width: 300px;
    padding: 10px 12px 16px;
    background: #287ccf;
    border-radius: 25px;
    color: #fff;
}
section#main-contents article.list_block a{
    display: block;
    color: #fff;
}

section#main-contents article.list_block .img-wrap {
    width: 100%;
    height: 220px;
    margin-bottom: 11px;
    border-radius: 22px;
    overflow: hidden;
}
section#main-contents article.list_block .img-wrap img{
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    object-fit: cover;
}

section#main-contents article.list_block span.article-date{
    margin-bottom: 8px;
    padding: 8px 15px 7px;
    background: #83d3ee;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    line-height: 1.2;
    font-size: 14px;
}

section#main-contents article.list_block h2{
    margin-bottom: 11px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.pagenation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 62px auto 53px;
    position: relative;
    font-size: 18px;
}
.pagenation li{
    margin-right: 19px;
}

.pagenation a:hover, .pagenation .current{
    border: 1px solid #dadee7;
    background: none;
}

.pagenation span, .pagenation a{
    padding: 17px 20px;
    border: 1px solid #dadee7;
    border-radius: 50px;
    color: #287acc;
}

/* 前へ */
.pagenation a.before,
.pagenation a.prev
{
    border-radius: 0;   
    border: none; 
}
/* 次へ */
.pagenation a.next {
    border-radius: 0;
    border: none;
}

@media screen and (max-width: 768px){
    #header-inner{
        width: 100%;
        justify-content: space-between;
    }
    body.installation header{
        margin-bottom: 0;
    }
    body.installation header .logo{
        margin-top: 0;
        display: block;
    }
    .mv-txt{
        margin-bottom: 0;
    }

    #nav-open{
            margin-top: 10px;
    }

    section.contents_wrap .contents_left {
        margin-bottom: 34px;
        background: url(../images/installation/main_bg_left.png) no-repeat left top;
        background-size: 192% 34%;
    }
    section.contents_wrap .contents_right {
        background: url(../images/installation/main_bg_right.png) no-repeat right top;
        background-size: 192% 34%;
    }


    section.contents_wrap .contents_left .inner{
        display: block;

    }
    section.contents_wrap .contents_right .inner{
        flex-wrap: wrap-reverse;

    }

    section.contents_wrap .inner .txt_block{
        width: 100%;
    }
    
    section.contents_wrap .img_block{
        width: 92%;
        margin: 0 auto 5%;
    }

    section.contents_wrap .inner h1 span{
        padding: 10px 10px 10px;
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: 600;
    }

    section.contents_wrap .inner p{
        margin: 4px 0 0 3px;
        line-height: 1.7;
        font-size: 16px;
    }

    section#main-contents .list-block-wrap{
        display: block;
    }

    section#main-contents .list-block-wrap > div{
        max-width: 100%;
    }
    section#main-contents .list-block-wrap .list-wrap{
        grid-template-columns: 1fr 1fr;
        gap: 20px 9px;
    }

    section#main-contents article.list_block{
        width: 100%;
    }

    section#main-contents h1 span::after{
        width: 96%;
    }

    section#main-contents .list-block-wrap{
        width: 98%;
        margin: 0 auto;
    }


    section#main-contents h1 span{
        font-size: 34px;
    }

    section#main-contents h1{
        font-size: 20px;
    }

    section#main-contents article.list_block .img-wrap{
        height: 130px;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    section#main-contents article.list_block{
        padding: 8px 7px 10px;
        border-radius: 15px;
    }

    section#main-contents article.list_block span.article-date{
        margin-bottom: 8px;
        padding: 4px 10px 3px;
        font-size: 12px;
    }
    section#main-contents article.list_block h2 {
        margin-bottom: 6px;
        font-size: 16px;
    }

    section#main-contents article.list_block .text p{
        font-size: 14px;
    }

    .pagenation{
        margin: 32px auto 33px;
    }

    .pagenation li{
        margin-right: 8px;
    }

    .pagenation span, .pagenation a{
        padding: 12px 14px;
    }
}

div#sidebar{
    width: 256px;
    min-height: 390px;
    border: 1px solid #ecf0f3;
    border-right: none ;
    padding: 13px 9px;
    border-radius: 20px 0 0 20px;
}

aside.side-index.mt10 {
    margin-top: 20px;
    margin-left: 22px;
}
#sidebar .side-index h2{
    background: none;
    margin-bottom: 15px;
    padding: 0 0 3px;
    color: #0e73eb;
    font-family: aktiv-grotesk, sans-serif;
    display: block;
    border-bottom: 1px solid #0e73eb;
    border-radius: 0;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}

#sidebar .side-index li a{
    font-size: 1.7rem;
    padding: 2px 0 8px 0;
}

@media screen and (max-width: 768px){
    div#sidebar{
        width: 100%;
        min-height: 200px;
        margin-top: 10px;
    }
}

footer{
    margin-top: 0;
    padding: 49px 0 63px;
    background: #636369;
    position: relative;
}
footer:before{
    content: '';
    width: 100%;
    height: 0px;
    margin: 0 auto;
    border-radius: 0 0 40px 40px;
    padding-top: 40px;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}


footer .logo{
    margin-bottom: 75px;
}

footer #footer-inner{
    max-width: 1060px;
    padding: 57px  0 0;
    justify-content: space-between;
}

footer .foot-left{
    max-width: 508px;
    width: 47%;
}

footer .foot-left .f-fb{
    max-width: 275px;
    margin: 0 auto;
}
footer .foot-left .contact-line {
    margin: 0 auto 6px;
}

footer .foot-left p.fontS {
    font-size: 14px;
    margin-top: 9px;
}

footer .f-nav-wrap{
    padding: 8px 0 0;
    max-width: 471px;
    width: 44.3%;
}

footer #footer-inner h2{
    margin-bottom: 30px;
    padding-bottom: 26px;
    font-size: 19px;
    font-family: aktiv-grotesk, sans-serif;
    border-bottom: 1px solid #fff;
    letter-spacing: 4px;
    color: #fff;
}

footer .f-nav-wrap > div {
    display: flex;
}
footer .f-nav-wrap > div nav{
    width: 43%;
}

footer .f-nav-wrap > div nav li.menu-item{
    margin-bottom: 14px;
    font-size: 18px;
}

footer .f-nav-wrap > div nav li.menu-item a{
    color: #fff;
}

div#copy {
    margin: 16px 0;
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 768px){
    footer{
        padding: 0 0 30px;
    }
    footer:before{
        display: none;
    }

    footer #footer-inner h1.logo{
        width: 90%;
        max-width: 508px;
        margin: 0 auto 3%;
    }

    footer #footer-inner{
        padding: 20px 0 0;
    }

    footer .foot-left{
        max-width: 508px;
        width: 96%;
        margin: 0 auto;
        padding: 10px 0;
        background: none;
    }

    aside.side-index.mt10{
        margin-top: 15px;
        margin-left: 0;
    }
    #sidebar .side-index h2{
        margin-bottom: 10px;
        font-size: 20px;
    }

    #sidebar .side-index li a{
        font-size: 1.6rem;
    }

    footer .f-nav-wrap{
        padding: 8px 0 0;
        max-width: 471px;
        width: 96%;
        margin: 0 auto 8%;
    }

    footer #footer-inner h2{
        margin-bottom: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
        font-size: 18px;
    }

    footer .f-nav-wrap > div{
        display: block;
    }
    footer .f-nav-wrap > div nav{
        width: 90%;
        margin: 0 auto;
    }

    footer .f-nav-wrap #menu-menu-1 {
        display: flex;
        flex-wrap: wrap;
    }
    footer .f-nav-wrap #menu-menu-1 li{
        width: 50%;
    }

    footer .f-nav-wrap > div nav li.menu-item{
        font-size: 14px;
    }

    footer .f-nav-wrap > div nav li.menu-item a{
        color: #fff!important;
    }

    footer .f-fb.sp {       
        justify-content: center;
        display: flex !important;
        width: 96%;
        margin: 0 auto;
    }

    footer p.fontS {
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    align-items: center;
    }
    footer .contact-line {
        width: 52%;
    }

    div#copy{
        margin: 0;
        font-size: 14px;
        text-align: center;
        background: #fff;
        color: #000;
    }
}

body.installation.single header .logo,
body.installation.tax-i_category header .logo{
    background: #fff;
    display: block;
    padding: 0 10px;
}

main.single{
    background: #fff;
    margin-top: 32px;
    border-top: 5px solid #002040;
}
main.single section#main-contents{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
main.single section#main-contents > div{
    max-width: 918px;
}

main.single .breadcrumbs,
main.page .breadcrumbs{
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    padding: 7px 0 12px;
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 768px){
    body.installation.single header{
        margin-bottom: 0;
    }
    body.installation.single header .logo,
    body.installation.tax-i_category header .logo{
        padding: 10px 6px;
        margin-top: 2%;        
        margin-left: 0;
    }
    main.single{
        margin-top: 0;
    }
    main.single section#main-contents{
        display: block;
        width: 98%;

    }

}


.single main.page{
    background: #fff;
    margin-top: 32px;
    border-top: 5px solid #002040;
    padding-top: 80px;
}
.single main.page section#main-contents{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.single main.page .contents_block{
    max-width: 918px;
}


.single main.page .flow-block{
    margin-top: 80px;
}

.tax-i_category main.page{
    background: #fff;
    margin-top: 32px;
    border-top: 5px solid #002040;
}

body.installation.tax-i_category .breadcrumbs-wrap {
    background: #ecf7ff;
    margin-top: 0px;
    margin-bottom: 38px;
}

.single .news_block .linkBtn, .single .page-contents .linkBtn{
    margin-bottom: 10px;
}
.single .news_block .linkBtn a, .single .page-contents .linkBtn a{
    border-radius: 50px;
    background: #1f5d9f;
    padding: 10px 20px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
}

.single .page-contents .f-arrow{
    width: 45%;
    margin: 0 auto;
}

.page-contents h3{
    padding: 0 1% 0 0;
    margin-top: 5.1%;
    margin-bottom: 2%;   
    color: #00b901;
    font-size: 26px;
    font-size: 2.2rem;
    font-weight: bold;
    background: transparent;
}
.page-contents dl{
    margin-bottom: 10px;
    line-height: 1.75em;
}
.page-contents dt{
    font-weight:bold;
}
.page-contents li{
    margin-bottom: 10px;
    font-size: 18px;
}
body#price.installation #main-contents ul li{
    width: 100%;
    text-align: left;
}
body#price.installation #main-contents ul li a{
    background: none; 
    width: 100%;
    min-height: auto;
    padding: 0;
    display: block;
    justify-content: center;
    color: #000;
    font-weight: normal;
    line-height: 1.3;
    border-radius: unset;
    font-size: 1.7rem;
    padding: 2px 0 8px 0;

}

@media screen and (max-width: 768px){
    .single main.page{
        padding-top: 20px;
        margin-top: 0;
    }
    .tax-i_category main.page{
        margin-top: 0;
    }
    body.installation.tax-i_category .breadcrumbs-wrap{
        margin-bottom: 20px;
    }

    .single main.page section#main-contents{
        width: 96%;
        display: block;
    }
    .single .news_block h2, .single .page-contents h2{
        font-size: 1.8rem;
    }

    .single .page-contents .f-arrow{
        width: 75%;
        margin: 0 auto;
    }

    .single .news_block .linkBtn a, .single .page-contents .linkBtn a{
        padding: 3px 20px;
        font-size: 16px;
    }

    body#price.installation .ttl01{
    margin-bottom: 16px;
        font-size: 1.8rem;
    }

    body#price.installation #main-contents ul li a{
        font-size: 1.6rem;
    }

    body#flow .flow-block h3 {
        font-size: 2rem !important;
        margin-bottom: 20px !important;
    }

    body#flow .flow-block p, body#flow .flow-block ul{
        font-size: 1.6rem;
        line-height: 1.55em;
    }

}