﻿@charset "UTF-8";

/*---------------------------------------------------
topConts
---------------------------------------------------*/
.noMain #contsArea .topConts {
    position: relative;
    padding: 60px 0 80px;
    background: #fff;
    width: 100%;
}

.contsBlk {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}

@media screen and (min-width: 1281px) {
    .noMain #contsArea .topConts {
        padding: 100px 0 120px;
    }
}

/* ==================================================
共通
================================================== */
h4{
    line-height:1.3;
}
.iTxt{
    width: 100%;
}
.columnBlk .csSet {
    width: 90%;
    margin: 0 auto;
}

.txtSet + .txtSet{
    margin: 50px 0 30px
}

p{
    text-align: left;
}

.copyright p{
    text-align: center;
}

/*MainImg*/
.contsBlk .iSet {
    position: relative;
}

.contsBlk .iTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contsBlk .iTxt h2{
    width: 100%;
    /*
    padding-right: 20px;
    left: -30px;
    */
}
/*
.contsBlk .ctalogBlk .iTxt h2 {
padding-right: 0;
}
*/

/*DLボタン*/
.columnBlk svg{
    fill: #fff;
    display: block;
    width: 1.2em;
    height: 1.2em;
}

/*丸つき矢印ボタン*/
.contsBlk .iTxt .btnSimple:before{
    content: "";
    position: absolute;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width: 2.0em;
    height: 2.0em;
    border: 1px solid #fff;
    border-radius: 50%;
    right: 2em;
    top: -.4em;
}

.contsBlk .iTxt .btnSimple:after{
    content: "";
    position: absolute;
    width: .6em;
    height: .6em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 2.7em;
    top: 4%;
}

.contsBlk .clicked .iTxt .btnSimple:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 2.7em;
    top: 9%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

/*三角矢印*/
.contsBlk .faqBlk .csSet .csBlk .arwBtn{
    position: relative;
}
.contsBlk .faqBlk .csSet .csBlk .arwBtn:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #80591c;
    left: 0px;
    top: 3px;
}
.contsBlk .faqBlk .csSet .csBlk .clicked.arwBtn:before{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}


/*アコーディオン*/
.mtMenu{
    height: 0;
    opacity: 0;
    display: none;
}
.mtMenu.openAcc{
    opacity: 1;
    height: inherit;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
}
/*アコーディオン時のマージン*/
.mtMenu.openAcc .txtSet h3,
.mtMenu.openAcc .txtSet:first-of-type{
    margin: 50px auto 30px;
}
.faqBlk .mtMenu.openAcc .csBlk:first-of-type{
    margin-top: 20px;
}
.faqBlk .mtMenu.openAcc .csBlk:last-of-type{
    margin-bottom: 80px;
}

/*保証書*/
.contsBlk .afts .csSet .card .imgBlk{
    width: 80%;
    margin: 0 auto;
}


@media screen and (min-width: 641px) {

    .contsBlk .txtSet:last-of-type{
        margin-bottom: 150px !important;
    }

    .iTxt{
        width: auto;
    }

    /*丸つき矢印ボタン*/
    .contsBlk .iTxt .btnSimple:before{
        width: 40px;
        height: 40px;
        right: -4em;
        top:-.7em;
    }
    .contsBlk .iTxt .btnSimple:after{
        right: -3.1em;
    }
    .contsBlk .clicked .iTxt .btnSimple:after{
        right: -3.1em;
    }

    /*アコーディオン時のマージン*/
    .mtMenu.openAcc .txtSet h3{
        margin: 80px 0 50px;
    }
    .faqBlk .mtMenu.openAcc .csBlk:first-of-type{
        margin-top: 80px;
    }
    .faqBlk .mtMenu.openAcc .csBlk:last-of-type{
        margin-bottom: 130px;
    }

    /*保証書*/
    .contsBlk .csSet .card{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
    }
    .contsBlk .afts .csSet .card .imgBlk{
        width: 100%;
    }
    .contsBlk .csSet .card .txtBlk{
        margin-left: 40px;
    }
    .contsBlk .csSet .card .txtBlk .MTxt{
        margin-bottom: 10px;
    }
    .contsBlk .csSet .card .txtBlk div + div{
        margin-top: 30px;
    }

}

/* ==================================================
AFTER SERVICE
================================================== */

/*矢印ボタン*/

.contsBlk .afts .csSet .txtSet .imgBlk{
    position: relative;
}
.contsBlk .afts .csSet .txtSet .ThreeBlk:after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 20px;
}
.contsBlk .afts .csSet .txtSet .subTtl{
    display: block;
}

/*Detail iSet*/
.columnBlk .csSet ul {
    margin: 0 auto;
    width: 75%;
}


.columnBlk .csSet ul li {
    position: relative;
}

.columnBlk .csSet ul li .subTtl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    width: 95%;
}

.columnBlk .csSet ul li img,
.contsBlk .afts .csSet .card img{
    border-radius: 20px;
}


/*Detail txtSet*/
.columnBlk .csSet .txtSet .csBlk .imgSet{
    position: relative;
}
.columnBlk .csSet .subTtl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    width: 95%;
}


@media screen and (min-width: 641px) {
    .columnBlk .csSet ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .columnBlk .csSet ul li {
        margin-bottom: 0 !important;
    }
    .columnBlk .csSet ul li + li {
        margin-left: 10px;
    }
    .columnBlk .txtSetS{
        width: 80%;
        margin: 0 auto;
    }
}

/* ==================================================
CATALOG
================================================== */

.columnBlk a{
    color: #fff;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
}
.ctalogBlk svg{
    padding-left: 5px;
}

.ctalogBlk a{
    width: 50%;
}

@media screen and (min-width: 641px) {
}

/* ==================================================
USER'S MANUAL SEARCH
================================================== */
.contsBlk .searchBlk .csSet{
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
.contsBlk .searchBlk .csSet::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}
.contsBlk .searchBlk .slider{
    display: -webkit-box;
    display: -ms-flexbox;
    /*    display: flex;*/
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -300px 0 0;
    padding: 0 10px;
    width: 100%;
}.contsBlk .searchBlk .slider .slide{
    height: auto;
}
.contsBlk .searchBlk .slider .slide p{
    text-align: center;
    padding-bottom: 10px;
}
.contsBlk .searchBlk .slider .imgBlk{
    position: relative;
    width: 130px;
}
.contsBlk .searchBlk .csSet .slider div + div{
    margin-left: 10px;
}
.contsBlk .searchBlk .slider .imgBlk img{
    border-radius: 10px;
}
.contsBlk .searchBlk .slider .imgBlk .subTtl{
    display: block;
}
.contsBlk .searchBlk .slider .imgBlk .subTtl svg{
    width: 8px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    -webkit-transform : translate(-50%);
    transform : translate(-50%);
}


/*スライダー*/
.slider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

@media screen and (min-width: 641px) {
    .contsBlk .searchBlk .csSet{
        width: 90%;
        margin: 0 auto;
    }
    .contsBlk .searchBlk .slider{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        width: auto;
    }
    /*
    .slider {
    display: block;
}
    */
    .contsBlk .searchBlk .slider .imgBlk{
        width: auto;
    }

    .contsBlk .searchBlk .slider .imgBlk .subTtl svg{
        width: 12px;
        bottom: -30px;
    }
}

/* ==================================================
FAQ
================================================== */
.contsBlk .faqBlk .iTxt h2 {
    padding: 0;
}
.faqBlk .csSet .btnSimple{
    border-bottom: 1px solid #bebebe;
}

.faqBlk .csSet .csBlk .MTxt{
    margin: 0 0 0 18px;
}
.faqBlk .csSet .csBlk p{
    margin: 10px 0 0;
}
.faqBlk .csSet .csBlk + .csBlk{
    margin-top: 20px;
}


/*三角矢印ボタン*/
.contsBlk .faqBlk .iTxt .btnSimple:before{
    right: 9em;
}
.contsBlk .faqBlk .iTxt .btnSimple:after{
    right: 9.7em;
}


@media screen and (min-width: 641px) {
    .contsBlk .faqBlk .iTxt .btnSimple:before{
        right: -4em;
    }
    .contsBlk .faqBlk .iTxt .btnSimple:after{
        right: -3em;
    }

    .faqBlk .csSet .csBlk p.mtMenu{
        margin-bottom: 50px;
        display: none;
    }
    .faqBlk .csSet .csBlk p.mtMenu.openAcc{
        display: block;
    }
}


/* ==================================================
FUNCTIONALITY
================================================== */
.func .csSet .imgBlk{
    width: 80%;
    margin: 0 auto;
}

@media screen and (min-width: 641px) {
    .sideSide{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .func .csSet .imgBlk{
        width: 90em;
        margin-right: 30px;
    }
    .contsBlk .func .txtSet:last-of-type{
        margin-bottom: 0 !important;
    }
}

.searchArea{
    margin: 40px auto 60px;
    width: 90%;
    max-width: 400px;
}
.searchArea h3{
    margin: 0 auto 30px;
}

.searchArea input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    border-bottom: 1px solid #000;
    padding: 0 0 .2em;
    width: 100%;
}
.searchArea input::-moz-selection {
    background: #666666;
    color: #fff;
}
.searchArea input::selection {
    background: #666666;
    color: #fff;
}

.searchArea .searchSet #form_1{
    width: 60%;
}
.searchArea .searchSet{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 0 auto 40px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.searchArea .searchSet .searcListhBtn{
    border: 1px solid #000;
    padding: 1.2em 2.5em .8em;
    margin: 0 0 0 2.0em;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    /* width: 100%; */
    width: 40%;
}
.searchArea .searchSet .searcListhBtn:hover{
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background: #000;
    color: #fff;
    cursor: pointer;

}

.itemList {
    margin: 0 auto;
}
.itemList .creditList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;

    line-height: 1;
}
.itemList .creditList a{
    margin: 0;
}
.itemList .creditList:not(:last-of-type){
    margin: 0 auto 1em;
}
.itemList .creditList .itemName{
    text-align: left;
    margin: 0 1em 0 0;
    line-height: 1;
}
.itemList .creditList a svg{
    width: .8em;
    height: .8em;
    fill: #000000;
}


/*contact*/

.contactSet{
    margin: 4rem auto 0;
    padding: 0;
}
.contactSet + .contactSet{
    border-top: 1px solid #999;
    padding: 6rem 0 0;
    margin: 6rem auto;
}
.contactSet h3{
    margin: 0 auto 3rem;
}

.contactSet .txtBlk{}
.contactSet .txtBlk p{}
.contactSet .txtBlk p + p{}

.contactSet .contactBlk{
    background: #f6f6f6;
    padding: 4rem 1rem;
}
.contactSet .contactBlk + .contactBlk{
    margin: .5rem auto 0;
}


.contactSet .contactBlk .txtBlk{
    width: 90%;
    margin: 0 auto;
}
.contactSet .contactBlk .txtBlk p{}
.contactSet .contactBlk .txtBlk p + p{
    margin: 1rem 0 0;
}

.contactSet .contactBlk .contactTtl{
    margin: 0 auto 2rem;
    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;
}

.contactSet .contactBlk .contactTtl svg{
    fill:#000;
    width: 2em;
    height: 2em;
    margin: 0 1em 0 0;
}
.contactSet .contactBlk .contactTtl h4{}

.contactSet .contactBlk .BtnCenter{
    width: 70%;
    margin: 2rem auto 0;
}
.contactSet .contactBlk .BtnCenter a{
    background: #fff;
    padding: 1.4rem 0;
    line-height: 1;
    font-size: 1.4rem;
    width: 100%;
    color: #000;
    border: 1px solid #999;
}


@media screen and (min-width: 641px) {
    .contactSet{
    }
    .contactSet + .contactSet{
    }
    .contactSet h3{
        width: 100%;
        margin: 0 auto 4rem;
    }

    .contactSet .txtBlk{}
    .contactSet .txtBlk p{}
    .contactSet .txtBlk p + p{}

    .contactSet .contactBlk{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding: 4rem 4rem;
    }

    .contactSet .contactBlk + .contactBlk{margin: .5rem auto 0;}
    .contactSet .contactBlk .txtBlk{
        width: 50%;
        margin: 0 auto 0 0;
    }
    .contactSet .contactBlk .txtBlk p{}

    .contactSet .contactBlk .contactTtl{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .contactSet .contactBlk .contactTtl svg{
        width: 2.6em;
        height: 2.6em;
        margin: 0 1.6em 0 0;
    }
    .contactSet .contactBlk .contactTtl h4{}

    .contactSet .contactBlk .BtnCenter{
        width: 30%;
        margin: 0 auto 0 10%;
    }
    .contactSet .contactBlk .BtnCenter a{}


}
