@charset "utf-8";
@media screen and (max-width: 767px) {

    /* head */
	#header_t,
	#header_b{
		display: inline-block;
		width: auto;
    }
    #header_t{
        width: 100%;
        text-align: center;
    }
    #header_t h1{
        width:224px;
        text-align: center;
        margin: 0 auto 15px;
        float: none;
    }
    #header_t h1 img{
        /* display: inline; */

    }
	#header_b{
		margin-left: 1em;
	}

    #header_t ul,
    #header_t ul li{
        float: none;
    }
    #header_t li a.login{
        margin-right: auto;
        margin-left: auto;
    }

    .breadlist{
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* foot */
    .iask {
        width: auto;
        padding: 0 10px;
    }

    #footlink{
        width: auto;
        padding: 0 8px;
        text-align: left;
    }
    #footlink span{
        display: inline-block;
        line-height: 1.25;
    }
    #footer{
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 10px;
    }


    /* cotent */
    #faq-body {
        width: auto;
    }
    #faq-body * {
        width: auto;
        box-sizing: border-box;
    }

    #faq-body table,
    #faq-body tbody,
    #faq-body tr,
    #faq-body th,
    #faq-body td{
        display: block;
        width: auto !important;
        white-space: normal !important;
        word-wrap: break-all;
    }

    #faq-body #askLeft {
        width: auto;
    }
    #askRight{
        float: none;
        width: auto;
    }

    .l-category-list a{
        width: auto;
    }
    .nohead-title {
        width: auto;
    }
    
    #faq-body .serch-box-in table tr:first-child{
        margin-bottom: 10px;
    }

    #faq-body .serch-box-in table tr:first-child td{
        display: table-cell;
    }
    #faq-body .serch-box-in table tr:first-child td:nth-child(1){
        display: none;
    }
    #faq-body .serch-box-in table tr:first-child td:nth-child(2){
        width: 85% !important;
    }
    #faq-body .serch-box-in table tr:first-child td:nth-child(3){
        width: 15% !important;
        padding-left: 5px;
    }
    #faq-body .serch-box-in table tr:first-child td:nth-child(4){
        display: none;
    }

    #faq-body .search-input{
        width: 100%;
        font-size: 16px;
    }
    #faq-body .ask_searchBtn{
        /* width: 100%; */
    }
    #faq-body .category_check:first-child:before{
        display: block;
        content:'カテゴリで絞込み';
        margin-top: 10px;
    }

    #faq-body .category_check{
        float: none;
        white-space: normal;
    }

    #faq-body #yokuaru1{
        padding-right: 9px;
        padding-bottom: 15px;
    }
    #faq-body #yokuaru1 table td{
        display: table-cell;
    }
    #faq-body table td.q_mark{
        display: table-cell;
    }
    #faq-body #yokuaru1 table tr{
        border-bottom: 1px dotted gray;
    }
    #faq-body #yokuaru1 table tr:last-child{
        border-bottom: 0;
    }
    #faq-body #yokuaru1 table td.q_mark.line_2{
        width: 5% !important;
        border-bottom: 0;
    }
    #faq-body #yokuaru1 table td.line_2{
        width: 95% !important;
        border-bottom: 0;
    }

    #faq-body #joui1 > table{
        border: 0 !important;
    }
    #faq-body #joui1 table td{
        display: table-cell;
    }


    /* detail */
    #ask_q_detail th.q_detail{
        text-align: left;
        border-bottom: 0;
    }
    #ask_q_detail td.q_detail{
        border-bottom: 0;
    }
    #ask_q_detail td.q_detail img{
        display: inline-block;
        max-width: 600px;
        width: 100%;
    }

    table.ancArea td{
        text-align: center;
    }

    /* list */
    #faq-body table.word_search_list + br{
        display: none;
    }
    #faq-body table.word_search_list + br + .result_info{
        padding: 15px 10px 0;
    }

    #faq-body table.word_search_list td{
        display: table-cell;    
    }
    #faq-body table.word_search_list td.q_mark{
        display: table-cell;
        width: 5% !important;
        border-bottom: 0;
    }
    #faq-body table td.cate-faq-list-list{
        display: table-cell;
        width: 95% !important;
        padding-right: 9px;
        border-bottom: 0;
    }
    #faq-body table td.cate-faq-list2{
        display: table-cell;
        width: 95% !important;
        padding-right: 9px;
        border-bottom: 0;
    }



}

