﻿@charset "UTF-8";

/*---------------------------------------------------
topConts
---------------------------------------------------*/

.contsBlk img {
    width: 100%;
}

.topConts {
    position: relative;
    padding: 120px 0 0;
    margin-top: 0!important;
    /* padding: 60px 0 80px; */
    background: #fff;
    width: 100%;
}

.contsBlk {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}

.MainTitle {
    /* padding: 80px 0 0; */
    margin: 0 auto 40px;
}

@media screen and (min-width: 641px) {
    .MainTitle {
        padding: 0 0 0;
        margin: 0 auto 40px;
    }
    .topConts {
        padding: 120px 0 0;
    }
}
@media screen and (min-width: 961px) {
    .topConts {
        padding: 160px 0 0;
    }
}
@media screen and (min-width: 1281px) {
    .topConts {
        /* padding: 120px 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;
}


/* img{
    width: 100%;
} */

.copyright p {
    text-align: center;
}

.taCsp {
    text-align: center;
}


/*MainImg*/

.contsBlk .iSet {
    position: relative;
}

.contsBlk .iTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contsBlk .iTxt h2 {
    width: 100%;
    /*
    padding-right: 20px;
    left: -30px;
*/
}


/*
.contsBlk .ctalogBlk .iTxt h2 {
    padding-right: 0;
}
*/

.ywcolor {
    color: #8e6825;
}

.weakcolor {
    color: #a7a7a7;
}

.taC {
    text-align: center;
}

.disno {
    display: none;
}

/* .imgSet{
    width: 90%;
    margin: 0 auto;
} */


/*DLボタン*/

.columnBlk svg {
    fill: #fff;
    display: block;
    width: 1.2em;
    height: 1.2em;
}


/*丸つき矢印ボタン*/

.contsBlk .iTxt .btnSimple:before {
    content: "";
    position: absolute;
    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;
    transform: rotate(135deg);
    right: 2.7em;
    top: 4%;
}

.contsBlk .clicked .iTxt .btnSimple:after {
    transform: rotate(-45deg);
    right: 2.7em;
    top: 9%;
    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 {
    transform: rotate(90deg);
    transition: all .1s ease-in;
}


/*アコーディオン*/

.mtMenu {
    height: 0;
    opacity: 0;
    display: none;
}

.mtMenu.openAcc {
    opacity: 1;
    height: inherit;
    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;
}

.mtMenu.openAcc .txtSet .subTtl h3{
    margin: 2rem auto .5rem;
}
.mtMenu.openAcc .txtSet .subTtl h4{
    margin: 0 auto .8rem;
}
.mtMenu.openAcc .txtSet .subTtl h5{
    margin: 0 auto .5rem;
    line-height: 1.2;
}

/*保証書*/

.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 20px;
    }

    .faqBlk .mtMenu.openAcc .csBlk:first-of-type {
        margin-top: 80px;
    }

    .faqBlk .mtMenu.openAcc .csBlk:last-of-type {
        margin-bottom: 130px;
    }

    /*保証書*/
    .contsBlk .csSet .card {
        display: flex;
        justify-content: space-between;
        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;
    transform: rotate(135deg);
    bottom: 1rem;
}

.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%;
    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%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 95%;
}

@media screen and (min-width: 641px) {
    .contsBlk .afts .csSet .txtSet .ThreeBlk:after {
        bottom: 3rem;
    }
    .columnBlk .csSet ul {
        display: flex;
        justify-content: space-around;
        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: flex;
    justify-content: center;
    align-items: center;
    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;
}

/*スライダー*/

/* .slider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
} */

.contsBlk .searchBlk .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -300px 0 0;
    padding: 0 10px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.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: -2.5em;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

@media screen and (min-width: 641px) {
    .contsBlk .searchBlk .csSet {
        width: 90%;
        margin: 0 auto;
    }

    .contsBlk .searchBlk .slider {
        /* display: block ruby; */
        margin: 0;
        padding: 0;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;

    }

    .contsBlk .searchBlk .slider .slide {
        width: calc(100% / 5 - 10px);
        margin: 0 0 0 auto;
    }

    /*
    .slider {
        display: block;
    }
*/
    .contsBlk .searchBlk .slider .imgBlk {
        width: auto;
    }

    .contsBlk .searchBlk .slider .imgBlk .subTtl svg {
        width: 12px;
        bottom: -5em;
    }
}


/* ==================================================
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;
    }

    .csBlk .txtBlk .flex {
        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;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
                flex-direction: row;
    }
    .csBlk .txtBlk .flex > div{
        width: calc(100% / 2 - 20px);
        margin: 0 auto;
    }

}


/* ==================================================
FUNCTIONALITY
================================================== */

.func .csSet .imgBlk {
    width: 80%;
    margin: 0 auto;
}

@media screen and (min-width: 641px) {
    .sideSide {
        display: flex;
        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: 100%;
}

.searchArea .searchSet {
    display: flex;
    flex-flow: row;
    margin: 0 auto 40px;
    align-items: flex-end;
    justify-content: center;
}

.searchArea .searchSet .searcListhBtn {
    border: 1px solid #000;
    padding: 1.2em 2.5em .8em;
    margin: 0 0 0 2.0em;
    transition: all .3s ease-in;
}

.searchArea .searchSet .searcListhBtn:hover {
    transition: all .3s ease-in;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.itemList {
    margin: 0 auto;
}

.itemList .creditList {
    display: flex;
    justify-content: flex-start;
    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: flex;
    justify-content: 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: flex;
        align-items: flex-start;
        justify-content: center;
        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 {
        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 {}
}