@charset "utf-8";
/* ユーティリティクラス補填
--------------------------------------------*/
.list_default {
    padding-left: 1em;
    text-indent: -1em;
}

/* エリア：接続方法
--------------------------------------------*/
.telecommunications {
    background: #777;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 7px;
}

.faq-container .faq-ttl,
.faq-container .faq-ttl .faq-txt {
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .scroll-overflow-image {
        text-align: center;
    }
    .scroll-overflow-image_in img {
        width: 800px;
    }
}

/* searchBtn
--------------------------------------------*/
.searchBtn .btn-basic_child a p.text {
    padding-right: 25px;
}