/*faq.css*/

/*---------------------
FAQプロダクトリスト
-----------------------*/

.side_ban a.prod_bt_discon,
.side_ban a.trouble_ban,
.side_ban a.inter_ban {
    width: 100%;
    min-height: 48px;
    border: 1px solid #0072C1;
    background-color: #fff;
    display: table;
    margin-bottom: 5px;
    position: relative;
    padding: 9px 0;
    padding-left: 48px;
}

.side_ban a.prod_bt_discon span,
.side_ban a.trouble_ban span,
.side_ban a.inter_ban span {
    color: #0072c1;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}


.side_ban a.prod_bt_discon:hover,
.side_ban a.trouble_ban:hover,
.side_ban a.inter_ban:hover {
     box-shadow: 0 0 0 4px #6598cf inset;
}

.side_ban a.prod_bt_discon:before,
.side_ban a.trouble_ban:before,
.side_ban a.inter_ban:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 10px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    
}

.side_ban a.prod_bt_discon:before {
    width: 28px;
    height: 28px;
    background-image: url(/assets/smc_img/common/sidebar/side_ic_discon.png);
}

.side_ban a.trouble_ban:before {
    width: 24px;
    height: 25px;
    background-image: url(/assets/smc_img/common/sidebar/side_ic_trouble.png);
}

.side_ban a.inter_ban:before {
    width: 30px;
    height: 30px;
    background-image: url(/assets/smc_img/common/sidebar/side_ic_inter.png);
}

.faq_search {
    background-color: #f2f2f2;
    padding: 15px 30px 15px 30px;
}

.faq_search .formdiv2 {
    display: flex;
}

.faq_search .formdiv2 label {
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
    margin-top: 6px;
}

.faq_search #searchform {
    display: flex;
}

.faq_search #searchform input {
    width: 240px;
    height: 37px;
    padding: 5px 10px;
}

.faq_search #searchform .submitbt {
    display: block;
    width: 54px;
    background-color: #0072c1;
    background-image: url(/assets/smc_img/common/loupe.png);
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: center;
}

.faq_search .select_container {
    position: relative;
    width: 280px;
    margin-right: 15px;
}

.faq_search select {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    height: 37px;
    padding-left: 10px;
    padding-right: 32px;
    width: 100%;
    cursor: pointer;
}

.faq_search select::-ms-expand {
    display: none;
}

.faq_search .select_container::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #0072c1;
    content: "";
    position: absolute;
    right: 11px;
    top: 15px;
    width: 0;
    cursor: pointer;
}

.faq_search .faqform {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.faq_search .faqform a button {
    width: 148px;
    height: 37px;
    background-color: #0072c1;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-left: 18px;
    cursor: pointer;
}


.threeColumnList.faq_pro_list li a {
/*    display: flex;*/
    min-height: 98px;
}

.threeColumnList.faq_pro_list li a > p {
    width: calc(100% - 108px);
    white-space: nowrap;
    font-weight: 500;
}

.threeColumnList.faq_pro_list li a div {
    width: 108px;
    position: absolute;
    right: 0;
    bottom: 15px;
}

.threeColumnList.faq_pro_list li a div img {
    width: 108px;
}

.threeColumnList.faq_pro_list li a {
    padding: 10px 0 15px 10px;
    padding-right: 0;
}

.threeColumnList.faq_pro_list li.nonImg a p {
    color: #0072c1;
}

#side_bar .side_menu h3 a img {
    width: 24px;
    margin-right: 10px;
}

.lang_bt_area {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 20px;
}

.lang_bt_area a {
    display: block;
    text-align: center;
    padding: 10px 15px;
    background-color: #0072c1;
    color: #fff;
    min-width: 80px;
    margin-left: 5px;
    font-size: 16px;
}
.message {
    margin-top: 15px;
    margin-bottom: 15px;
}
.message b{
    font-weight:700;
}
@media screen and (max-width: 768px) {
    .threeColumnList.faq_pro_list li a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px 15px 15px 10px;
    }
    .threeColumnList.faq_pro_list li a div {
        position: static;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .threeColumnList.faq_pro_list li a > p {
        width: 100%;
        white-space: normal;
    }
    .faq_search .formdiv2 {
        display: block;
    }
    .faq_search #searchform {
        display: block;
        margin-top: 10px;
    }
    .faq_search .select_container {
        width: 100%;
        margin: 0 auto;
    }
    .faq_search select {
        margin-bottom: 7px;
    }
    .faq_search #searchform input {
        width: 100%;
    }
    .faq_search .formdiv2 label {
        font-size: 14px;
        margin-right: 0;
    }
    .faq_search .faqform a button {
        font-size: 14px;
        width: 132px;
        margin-left: 10px;
    }
    .faq_search {
        padding: 20px 15px 20px 15px;
    }
    .lang_bt_area {
        margin-right: 10px;
    }
    .lang_bt_area a {
        font-size: 14px;
        min-width: auto;
        padding: 6px 12px;
    }
    
}


/*---------------------
FAQ一覧リスト
-----------------------*/

#result_qs > h2 {
    margin-top: 20px;
}

/*
dl.faq {
    margin-bottom: 10px;
}
*/

dl.faq dt {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

dl.faq dt span.quest {
    font-size: 20px;
    color: #0075be;
    font-weight: 600;
}

dl.faq dt p {
    margin-top: 5px;
    margin-left: 10px;
}

dl.faq dt span.txt {
/*    color: #333333;*/
    color: #0075be;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: normal;
}

dl.faq dd {
    display: flex;
    align-items: flex-start;
}

dl.faq dd p {
    margin-top: 5px;
    margin-left: 10px;
}

dl.faq dd span.ans {
    font-size: 20px;
    color: #bd272d;
    font-weight: 600;
}

dl.faq dd a {
    color: #0075be;
    text-decoration: underline;
    line-height: normal;
}

dl.faq dd span.txt {
    color: #333333;
    font-size: 14px;
    line-height: normal;
}

/*---------------------
FAQ 役に立ったボタン
-----------------------*/

#result_qs .helpful {
    margin-top: 30px;
    padding: 25px 30px 25px 30px;
    width: 100%;
    border: 1px solid #0072C1;
    text-align: center;
}
#result_qs .helpful .title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
#result_qs .helpful .helpfulbtn{
    width:250px;
    height:60px;
    border-radius:30px;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    cursor: pointer;
}
#result_qs .helpful .helpfulbtn.yes{
    background:#0072C1;
}
#result_qs .helpful .helpfulbtn.yes:hover {
    box-shadow: 0 0 0 4px #6598cf inset;
}
#result_qs .helpful .helpfulbtn.yes img {
    width: 30px;
    margin-right: 10px;
}
#result_qs .helpful .helpfulbtn.no{
    background:#b4b4b4;
    margin-left: 50px;
}
#result_qs .helpful .helpfulbtn.no:hover {
    box-shadow: 0 0 0 4px #dddddd inset;
}
@media screen and (max-width: 768px) {
    #result_qs .helpful .helpfulbtn.yes{
        margin-left: 5px;
    }
    #result_qs .helpful .helpfulbtn.no{
        margin-top: 15px;
        margin-left: 5px;
    }
}
/* 問い合わせ窓口 */
.panels_Linkgp li {
    display: block;
    float: right;
    width: 240px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.panels_Linkgp li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 15px;
    background: #0075be;
    z-index: 1;
}
.panels_Linkgp li a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    content: "";
    transform: rotate(45deg);
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.text_left {
    text-align:left;
}
.text_span {
    font-size: 16px;
    color: #fff;
}


