@charset "UTF-8";

a {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-decoration: none;
    outline: none;
}

a:hover {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0.6;
    text-decoration: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*******************************************
| NAV
*******************************************/
.navbar-collapse .nav li a {
    font-size:12px;
}




/*******************************************
| CUSTOM FAQ LIST WRAP
*******************************************/

.custom-faq-list-wrap {
    background: #f3f3f3;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 90px;
}

.custom-faq-list-wrap h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0px;
    margin: 5px 0px 15px 0px;
}

.custom-faq-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    /*background: #f9f9f9;*/
    background: #fff;
    border-radius: 10px;
}

.custom-faq-list li {
    width: 25%;
    float: left;
    border-bottom: 1px solid #f3f3f3;

}

.custom-faq-list li a {
    color: #4d4d4d;
    display: block;
    padding: 10px 30px;
    font-size: 14px;
}

.custom-faq-list li a:hover {
    text-decoration: none;
    color: #000000;
}

.custom-faq-list li:nth-child(odd) {

}

.custom-faq-list li:nth-child(even) {

}


@media only screen and (max-width: 767px) {

    .custom-section-dl {
        padding-top: 70px;
        margin-top: -70px;
        margin-bottom: 120px;
    }

    .custom-faq-list-wrap {
        background: #f3f3f3;
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 90px;
    }

    .custom-faq-list-wrap h3 {
        font-size: 14px;
        font-weight: bold;
        padding: 0px;
        margin: 5px 0px 15px 0px;
    }

    .custom-faq-list {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        /*background: #f9f9f9;*/
        background: #fff;
        border-radius: 10px;
    }

    .custom-faq-list li {
        width: 50%;
        float: left;
        border-bottom: 1px solid #f3f3f3;
        padding-left: 1em;
        text-indent: -1em;
    }

    .custom-faq-list li a {
        color: #4d4d4d;
        display: block;
        padding: 10px 30px;
        font-size: 14px;
    }

    .custom-faq-list li a:hover {
        text-decoration: none;
        color: #000000;
    }

    .custom-faq-list li:nth-child(odd) {

    }

    .custom-faq-list li:nth-child(even) {

    }
}

/*******************************************
| CUSTOM FAQ DL
*******************************************/

.custom-section-dl {
    padding-top: 70px;
    margin-top: -70px;
    margin-bottom: 120px;
}

.custom-faq-dl-title {
    font-size: 18px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

.custom-faq-dl {
    display: block;
    width: 100%;
    border: 1px solid #f3f3f3;
    color: #4d4d4d;
    margin-bottom: 90px !important;
}

.custom-faq-dl dt {
    background: #f3f3f3;
    padding: 15px 60px 15px 60px;
    border-top: 4px solid #ffffff;
    color: #4d4d4d;
    position: relative;
    font-weight: normal;
    cursor: pointer;
}

.custom-faq-dl dt:first-child {
    border-top: none;
}

.custom-faq-dl dt::before {
    position: absolute;
    color: #8f8f8f;
    top: 7px;
    left: 25px;
    content: 'Q';
    font-size: 20px;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.custom-faq-dl dt::after {
    position: absolute;
    color: #8f8f8f;
    top: 7px;
    right: 25px;
    content: '+';
    font-size: 20px;
    font-weight: bold;
}

.custom-faq-dl dd {
    padding: 15px 60px 25px 60px;
    margin: 0px;
    display: block;
    position: relative;
    display: none;
    color: #4d4d4d;
    background: #fff;
}

.custom-faq-dl dd::before {
    position: absolute;
    color: #8f8f8f;
    top: 7px;
    left: 25px;
    content: 'A';
    font-size: 20px;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.custom-faq-dl .active::after {
    position: absolute;
    color: #8f8f8f;
    content: '-';
    right: 28px;
    font-size: 20px;
}

@media only screen and (max-width: 1054px) {

    .custom-section-dl {
        padding-top: 120px;
        margin-top: -120px;
        margin-bottom: 120px;
    }
}

@media only screen and (max-width: 767px) {

    .custom-section-dl {
        padding-top: 70px;
        margin-top: -70px;
        margin-bottom: 60px;
    }
    .custom-faq-dl {
        display: block;
        width: 100%;
        border: 1px solid #f3f3f3;
        color: #4d4d4d;
        margin-bottom: 40px !important;
    }

    .custom-faq-dl dt {
        background: #f3f3f3;
        padding: 10px 45px 10px 45px;
        border-top: 4px solid #ffffff;
        position: relative;
        font-size: 12px;
        line-height: 1.5;
        color: #4d4d4d;
    }

    .custom-faq-dl dt:first-child {
        border-top: none;
    }

    .custom-faq-dl dt::before {
        position: absolute;
        color: #8f8f8f;
        top: 10%;
        left: 15px;
        content: 'Q';
        font-size: 20px;
        font-weight: bold;
        font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .custom-faq-dl dt::after {
        position: absolute;
        color: #8f8f8f;
        top: 10%;
        right: 15px;
        content: '+';
        font-size: 20px;
        font-weight: bold;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .custom-faq-dl dd {
        padding: 10px 30px 10px 45px;
        margin: 0px;
        display: block;
        position: relative;
        display: none;
    }

    .custom-faq-dl dd::before {
        position: absolute;
        color: #8f8f8f;
        top: 7px;
        left: 25px;
        content: 'A';
        font-size: 20px;
        font-weight: bold;
        font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
        top: 30px;
        left: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .custom-faq-dl .active::after {
        position: absolute;
        color: #8f8f8f;
        content: '-';
        right: 28px;
        font-size: 20px;
    }
}


