@charset "euc-jp";

/*

    サポート用
   
*/

/* ----------------------------------------------------------
    ヘッダー
------------------------------------------------------------- */
#header { margin-bottom: 20px; }

/* SP - Tab */
@media only screen and (max-width: 939px) {
    #header { margin-bottom: 0; }
}


/* ----------------------------------------------------------
    お問い合わせ分岐ボタン
------------------------------------------------------------- */
.branch {
    padding: 30px;
    background: #f0efe0;
}

.branch_btn {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 640px;
    margin: 0 auto 20px;
    padding: 30px 40px 30px 110px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #333;
    font-size: 20px;
    box-shadow: 0 2px 0 0 rgba(222,220,197,1);
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.branch_btn:last-child { margin-bottom: 0; }
.branch_btn:link,
.branch_btn:visited,
.branch_btn:active,
.branch_btn:hover { text-decoration: none; }
.branch_btn:hover {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.branch_btn_1 { background: #fff url(../../img/support/bg_branch_btn1.png) 30px 50% no-repeat; }
.branch_btn_2 { background: #fff url(../../img/support/bg_branch_btn2.png) 30px 50% no-repeat; }
.branch_btn_3 { background: #fff url(../../img/support/bg_branch_btn3.png) 30px 50% no-repeat; }

.branch_btn_1:hover { background-color: #f8fbe6; }
.branch_btn_2:hover { background-color: #fffbe9; }
.branch_btn_3:hover { background-color: #eefafb; }

.branch_btn > b,
.branch_btn > span { display: inline-block; }

.branch_btn > .ico {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #ccc;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

/* SP - Tab */
@media only screen and (max-width: 939px) {
    .branch_btn {
        width: auto;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .branch_btn:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/* SP */
@media only screen and (max-width: 767px) {
    .branch { padding: 10px; }

    .branch_btn {
        margin: 0 0 5px;
        padding: 15px 20px 15px 40px;
        background-position: 10px 50%;
        background-size: 20px 20px;
        font-size: 16px;
    }
}


/* ----------------------------------------------------------
    問い合わせフォーム
------------------------------------------------------------- */
.form {}

.form th { width: 25%; }

.form_label {
    float: right;
    display: inline-block;
    padding: 3px 5px;
    background: #666;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
}
.form_label_required { background: #e74c3c; }

.form_radio-label {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

#form_id { width: 40%; }
#form_name { width: 40%; }
#form_email { width: 60%; }
#form_email2 { width: 60%; }
#form_subject { width: 80%; }
#form_url { width: 60%; }
#form_content { width: 90%; }

/* SP */
@media only screen and (max-width: 767px) {
    .form th { width: auto; }

    #form_id,
    #form_name,
    #form_email,
    #form_email2,
    #form_subject,
    #form_url,
    #form_content { width: 80%; }
}

/* SP - Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .form th { width: 30%; }
}

.check_box {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

.btn_disabled {
    background-color: #e1e1e1;
    border-bottom: 1px solid #ccc;
    pointer-events: none;
}


/* ----------------------------------------------------------
    ボタンリスト
------------------------------------------------------------- */
.btn-list {}

.btn-list_item {
    float: left;
    width: 300px;
    margin: 0 20px 20px 0;
}
.btn-list_item:nth-child(3n){ margin-right: 0; }
.btn-list_item:nth-child(n+3){ margin-bottom: 0; }

.btn-list_item .btn {
    display: block;
    margin: 0;
    padding: 15px 0;
    line-height: 1.2;
}

.btn-list_icon {
    display: block;
    width: 48px;
    margin: 0 auto 5px;
}

.btn-list_label {}

.oldbtn-list{margin-top:20px;}

.oldbtn-list li{
    float: left;
    width:200px;
    margin: 0 20px 20px 0;
}

.oldbtn-list .btn{
    display: block;
    text-align: left;
}

.oldbtn-list .btn_oldplan{
    background-color: #ecf7fa;
    color: #70b9e2;
}

/* SP - Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .btn-list_item ,.oldbtn-list li{
        width: 32%;
        margin: 0 2% 2% 0;
    }
    .btn-list_item:nth-child(3n){ margin-right: 0; }
    .btn-list_item:nth-child(n+3){ margin-bottom: 0; }
    .oldbtn-list{margin-top:2%;}
}

/* SP */
@media only screen and (max-width: 767px) {
    .btn-list_item,.oldbtn-list li{
        float: none;
        width: auto;
        margin: 0 0 5px;
    }
    .btn-list_item:nth-child(n+3){ margin-bottom: 5px; }

    .btn-list_item .btn {
        padding: 10px;
        text-align: left;
    }

    .btn-list_icon {
        float: left;
        margin: 0 10px 0 0;
    }

    .btn-list_label {
        float: left;
        display: block;
        padding: 5px 0 0;
    }

    .btn-list_free .btn { text-align: center; }
    .btn-list_free .btn-list_label { float: none; }
    .oldbtn-list{margin-top:2%;}
}


/* ----------------------------------------------------------
    検索
------------------------------------------------------------- */
.search { text-align: center; }

.search_input {
    display: inline-block;
    width: 400px;
    margin-right: 10px;
}

/* SP */
@media only screen and (max-width: 767px) {
    .search_input { width: auto; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .search_input { width: 50%; }
}


/* ----------------------------------------------------------
    よくある質問一覧
------------------------------------------------------------- */
.list-section-box {
    padding: 15px;
    background: #c5e9f0;
}

.list-section {
    margin: 0 0 10px;
    padding: 15px;
    background: #fff;
}
.list-section:last-child { margin-bottom: 0; }

.list-section_ttl {
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 3px solid #209dd9;
    font-size: 16px;
}

.list-section_body {}
.list-section_body :last-child { margin-bottom: 0; }

.list-section_body .list_chevron-right > li {
    float: left;
    width: 300px;
    margin-bottom: 5px;
}
.list-section_body .list_chevron-right > li:after {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

.faq-list {}

.faq-list > li { margin: 0 0 5px; }
.faq-list > li:before, .faq-list > li:after {
    content: " ";
    display: table;
}
.faq-list > li:after { clear: both; }
.faq-list > li { *zoom: 1; }

.faq-list > li > a {
    float: left;
    display: block;
    width: 600px;
}

.faq-list .ico {
    float: left;
    display: block;
    width: 30px;
    color: #ccc;
    font-size: 22px;
}

/* SP - Tab */
@media only screen and (max-width: 939px) {
    .list-section-box { padding: 10px; }
    .list-section_body .list_chevron-right > li { float: none; }

    .faq-list > li { border-bottom: 1px dotted #ccc; }
    .faq-list > li:last-child { border: none; }
    .faq-list > li > a {
        width: 85%;
        padding: 10px 0;
    }
    .faq-list .ico { margin-top: 10px; }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .list-section-box { padding: 15px; }
    .list-section_body .list_chevron-right > li {
        float: left;
        width: 48%;
    }

    .faq-list > li > a { width: 630px; }
}


/* ----------------------------------------------------------
    よくある質問回答
------------------------------------------------------------- */
.ttl_faq:before {
    content: url(../../img/support/faq/ico_q.png);
    left: 18px;
    width: 29px;
    height: 23px;
}

.answer {
    margin: 0 0 40px;
    padding: 0 0 0 60px;
    background: url(../../img/support/faq/ico_a.png) 20px 0 no-repeat;
}

/* SP */
@media only screen and (max-width: 767px) {
    .answer {
        padding: 0;
        background: none;
    }
}


/* ----------------------------------------------------------
    記事一覧
------------------------------------------------------------- */
.headlines {}

.headlines_box {
    margin: 17px 0 0;
    border-bottom: 2px dotted #ddd;
}
.headlines_box:first-child { margin: 0; }
.headlines_box:last-child { margin-bottom: 30px; }
.headlines_box_date {
    float: left;
    width: 130px;
    text-align: right;
}
.headlines_box_list {
    float: left;
    width: 700px;
    margin: 0 0 17px 20px;
}
.headlines_box_list li {
    margin: .5em 0 0 1.3em;
    text-indent: -1.3em;
}
.headlines_box_list li:first-child { margin-top: 0; }
.headlines_box_list .ico {
    margin-right: 5px;
    color: #209dd9;
}

.headlines_btn-box {
    margin-top: 30px;
    text-align: center;
}
.headlines_btn-box .btn {
    width: 240px;
    margin: 0 5px;
}

/* SP */
@media only screen and (max-width: 767px) {
    .headlines_box { margin: 10px 0 0; }
    .headlines_box_date {
        float: none;
        width: auto;
        text-align: left;
    }
    .headlines_box_list {
        float: none;
        width: auto;
        margin: 0 0 10px 0;
    }
    .headlines_box_list li { margin: 1em 0 0 1.3em; }

    .headlines_btn-box { margin-top: 10px; }
    .headlines_btn-box .btn {
        display: block;
        width: auto;
        margin: 0 0 5px;
    }
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 939px) {
    .headlines_box_date { width: 10%; }
    .headlines_box_list {
        width: 87%;
        margin: 0 0 17px 2%;
    }
}

