@charset "utf-8";

/* ------------------------------------------------------------
PC
------------------------------------------------------------ */

/* ----title----*/
#contents .faq .title {
    background: url(../img/faq/tit_faq.jpg) 0 -39px no-repeat;
    background-size: cover cover;
    padding: 90px 0 80px;
    text-align: center;
}

#contents .faq .title h1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 2px 3px #413124;
}

/* ----main----*/
#contents .faq .main {
    width: 1024px;
    margin: 60px auto;
    overflow: hidden;
}

#contents .faq .welfare li {
    margin: 0 0 15px 1.5em;
    text-indent: -1.5em;
    line-height: 1.8;

}

/* ----nav----*/
#contents .faq nav {
    width: 200px;
    float: left;
}

#contents .faq nav ul {
    border-bottom: 1px solid #ddd;
}

#contents .faq nav ul li {
    border-top: 1px solid #ddd;
}

#contents .faq nav ul li a {
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    padding: 22px 0 18px 25px;
}

#contents .faq nav ul li a:hover {
    background: #eee;
    transition: 0.5s;
}

#contents .faq nav ul li a:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #e03652;
    border-right: solid 2px #e03652;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    left: -15px;
    margin: 0 20px;
}

/* ----section----*/
#contents .faq section {
    width: 780px;
    float: right;
    text-align: left;
}

#contents .faq section h2 {
    font-size: 26px;
    font-weight: bold;
    color: #d71f3e;
    padding: 0 0 5px 0;
    line-height: 30px;
    border-bottom: #d71f3e 1px solid;
}

#contents .faq section .box {
    margin: 50px 0 100px 20px;
}

#contents .faq section ul li {
    line-height: 1.8;
}

#contents .faq section ul li:before {
    content: '■';
    color: #d71f3e;
    margin: 0 10px 0 0;
}

#contents .faq section dt {
    font-size: 22px;
    color: #222;
    font-weight: bold;
    margin: 10px 0 10px;
    letter-spacing: 1px;
}

#contents .faq section dt span {
    background: #d71f3e;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 0 6px 0;
    margin: 0 20px 0 0;
    position: relative;
    top: -3px;
}

#contents .faq section dd {
    margin: 5px 0 60px 80px;
    line-height: 1.8;
    text-indent: -1.6em;
}

#contents .faq section dd a {
    color: #d71f3e;
}

#contents .faq section dd a:hover {
    text-decoration: none;
}

#contents .faq section dd.flow {
    margin: 10px 0 30px 45px;
    line-height: 1.8;
    text-indent: 0;
}

#contents .faq section dd span {
    color: #d71f3e;
    padding: 0 10px 0 0;
}

#contents #list1,
#contents #list2,
#contents #list3,
#contents #list4 {
    padding-top: 150px;
    margin-top: -120px;
}

/* ------------------------------------------------------------
SP
------------------------------------------------------------ */

@media only screen and (max-width: 767px) {

    /* ----title----*/
    #contents .faq .title {
        background: url(../img/faq/tit_faq.jpg) 0 -100px no-repeat;
        background-size: contain cover;
        padding: 50px 0;
        text-align: center;
    }

    #contents .faq .title h1 {
        font-size: 30px;
    }

    /* ----main----*/
    #contents .faq .main {
        width: 100%;
        margin: 0;
    }

    /* ----nav----*/
    #contents .faq nav {
        width: 100%;
        float: none;
    }

    #contents .faq nav ul {
        overflow: hidden;
        border-bottom: 1px solid #ddd;
    }

    #contents .faq nav ul li {
        width: 50%;
        float: left;
        box-sizing: border-box;
        border-top: 1px solid #ddd;
    }

    #contents .faq section ul li:before {
        font-size: 10px;
        line-height: 0px;
    }

    #contents .faq nav ul li:nth-child(odd) {
        border-right: 1px solid #ddd;
    }

    #contents .faq nav ul li a {
        text-decoration: none;
        position: relative;
        display: block;
        padding: 20px 0 20px 30px;
    }

    #contents .faq nav ul li a:before {
        top: 24px;
        left: -10px;
        margin: 0 20px;
    }

    /* ----section----*/
    #contents .faq section {
        width: 100%;
        float: none;
        margin: 40px auto 0;
    }

    #contents .faq section h2 {
        padding: 0 0 3px 20px;
        font-size: 24px;
    }

    #contents .faq section .box {
        width: 90%;
        margin: 40px auto 80px;
    }

    #contents .faq section dt {
        font-size: 20px;
        line-height: 1.6;
        margin-left: 1.4em;
        text-indent: -1.5em;

    }

    #contents .faq section dt span {
        margin: 0 10px 0 0;
        text-indent: 0;
        padding: 0 8px;
    }

    #contents .faq section dd,
    #contents .faq section dd.flow {
        margin: 10px 0 50px 0;
        text-indent: 0;
    }

    #contents .faq .welfare li {
        margin: 0 0 20px 1.5em;
        text-indent: -1.5em;
        line-height: 1.8;

    }



}