@charset "utf-8";

/*-----------------------------------

inquiry.css
よくある質問／お問い合わせレイアウト

-----------------------------------*/

/* よくある質問
-----------------------------------*/
#qaSearch {
    margin-bottom: 20px;
    padding: 1px 10px 5px;
    background: #f3f3f3;
}
    #qaSearch .qaSearchIn {
        position: relative;
        margin: 10px 37px 10px 0;
    }
        #qaSearch .inputText {
            border-right: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }
        #qaSearch .btnSearch01 {
            position: absolute;
            top: 0;
            right: -37px;
            width: 37px;
            height: 35px;
            border: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
           background: #333 url(../../images/sp/common/ico.png) no-repeat -70px 9px;
            -webkit-background-size: 250px 250px;
            -moz-background-size: 250px 250px;
            -ms-background-size: 250px 250px;
                       background-size: 250px 250px;
            color: transparent;
        }
    #qaSearch p {
        float: left;
        font-size: 12px;
    }
    #qaSearch ul {
        display: inline;
    }
    #qaSearch li {
        display: inline-block;
        margin-bottom: 5px;
        font-size: 12px;
    }
    #qaSearch li {
        margin-right: 5px;
    }

/* よくある質問一覧
-----------------------------------*/
#qaSearch + .contentBox01 #searchCondition table {
    width: auto;
    min-width: 50%;
}
.inquiryList01 {
   margin: 10px 10px 0;
}
    .inquiryList01 li {
        margin-bottom: 10px;
    }
        .inquiryList01 a {
            display: block;
            padding-left: 25px;
            background: url(../../images/sp/inquiry/ico_faq_link01.png) no-repeat left 5px;
            -webkit-background-size: 15px auto;
                -moz-background-size: 15px auto;
                -ms-background-size: 15px auto;
                           background-size: 15px auto;
        }

/* よくある質問詳細
-----------------------------------*/
.questionText {
    margin: 10px;
    padding-left: 30px;
    background: url(../../images/sp/inquiry/ico_faq_title01.png) no-repeat left 3px;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -ms-background-size: 20px auto;
            background-size: 20px auto;
    font-size: 14px;
    font-weight: bold;
}
.answerBox01 {
    padding: 10px;
    background: #f3f3f3;
}
    .answerBoxIn {
        padding: 5px 0;
        background: #fff;
    }
        .answerBoxIn p {
            margin: 10px;
        }
        .answerBoxIn .image {
            margin: 15px 10px;
            text-align: center;
        }
            .answerBoxIn .image img {
                max-width: 100%;
            }

/* お問い合わせ導線
-----------------------------------*/
#inquiryAnnounce .inquiryAnnounceIn {
    border: #e6e6e6 10px solid;
}
#inquiryAnnounce .inquiryAnnounceIn:last-child {
    border-top: none;
}
    #inquiryAnnounce .inquiryAnnounceIn p {
        padding: 10px;
    }
    #inquiryAnnounce .inquiryAnnounceIn .boxBtn01 {
        margin-bottom: 10px;
    }
    #inquiryAnnounce .inquiryBox01 .title {
        font-size: 12px;
    }
    #inquiryAnnounce .inquiryBox01 div {
        margin: -5px 10px 10px;
        padding: 10px;
        background : #f3f3f3;
        font-size: 16px;
        text-align: center;
    }
        #inquiryAnnounce .inquiryBox01 div span {
            display: block;
            font-size: 12px;
        }
        #inquiryAnnounce .inquiryBox01 a {
            display: block;
            padding: 10px;
        }


/* アコーディオンリスト
-----------------------------------*/
.accordionList01 {
    border-bottom: #e6e6e6 1px solid;
}
    .accordionList01 .title {
        position: relative;
        margin: 0 5px;
        padding: 15px;
        border-top: #e6e6e6 1px solid;
        font-size: 16px;
        font-weight: normal;
    }
    .accordionList01 .title:after {
       display: block;
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
        width: 15px;
        height: 15px;
        margin-top: -7px;
        background: url(../../images/sp/common/ico.png) no-repeat -105px -60px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }
    .accordionList01 .title.open:after { background-position: -70px -60px; }
        .accordionList01 .title img {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }
    .accordionList01 li a {
        display: block;
        position: relative;
        margin: 0 5px;
        padding: 13px 10px;
        border-top: 1px solid #ededed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-decoration: none;
        color: #333;
        overflow: hidden;
        white-space: nowrap;
    }
    .accordionList01 li a:after {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            right: 10px;
            width: 12px;
            height: 12px;
            margin-top: -6px;
            background: url(../../images/sp/common/ico.png) no-repeat -32px -107px;
            -webkit-background-size: 250px 250px;
            -moz-background-size: 250px 250px;
            -ms-background-size: 250px 250px;
            background-size: 250px 250px;
        }


/* お問い合わせ
-----------------------------------*/
#inquiryThanks01 {
    margin: 20px 10px 0;
    padding: 10px;
    border: 10px solid #f3f3f3;
}