<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />

/* --------------------------------------------------

	FAQ/お問い合わせ

-------------------------------------------------- */

/* - FAQトップに戻るボタン（ヘッダー内）
-------------------------------------------------- */
.header_line > .content { overflow: auto; }

.header_line > .content .btn_back {
    position: absolute;
    right: 0;
    top: 0;
}

.header_line > .content .btn_back > a.btn-def {
    border-radius: 0 0 4px 4px;
    padding: 6px 10px;
}

.header_line > .content .btn_back > a.btn-def:hover,
.header_line > .content .btn_back > a.btn-def:focus {
    color: #333;
    border-color: #888;
    background-color: #f7f7f7;
}


/* - お問い合わせ先一覧ボタン（スマホ表示用）
---------------------------------------- */
div.link_btn.sp {
    background-color: #ebebeb;
    padding: 10px;
    margin-top: 15px;
    display: none;
}

div.link_btn.sp > a {
    font-size: 1.2rem;
    padding: 5px;
    font-size: 1.4rem;
}


/* - キーワード検索ブロック
-------------------------------------------------- */
.keyword_search { background-color: #ebebeb; }

.keyword_search > .inner {
    display: table;
    width: 100%;
}

.keyword_search > .inner > .cell {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 10px;
}

.keyword_search > .inner > .cell.link {
    width: 240px;
    text-align: center;
}

.keyword_search > .inner > .cell.link .link_btn > a { padding: 10px 30px; }

.keyword_search > .inner > .cell.keyword {
    border-left: 1px dashed #ccc;
    text-align: center;
}

.keyword_search > .inner > .cell.keyword label {
    margin-right: 0.5em;
    font-weight: bold;
    vertical-align: middle;
    background-color: #455A64;
    color: #fff;
    padding: 6px 12px;
    font-size: 1.3rem;
    line-height: 1.4;
    display: inline-block;
    position: relative;
}

.keyword_search > .inner > .cell.keyword label:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(69, 90, 100, 0);
    border-left-color: #455A64;
    border-width: 6px;
    margin-top: -6px;
}

.keyword_search > .inner > .cell.keyword #faq_form_phrase,
.keyword_search > .inner > .cell.keyword #q {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 5px;
    min-width: 400px;
    vertical-align: middle;
    font-size: 1.6rem;
}

#faq_form_phrase:focus,
#q:focus { background-color: #F9FBE7; }

.keyword_search > .inner > .cell.keyword #btnG {
    margin-left: 0.5em;
    padding: 6px 20px;
}



/* - FAQカテゴリータブ
-------------------------------------------------- */
#faq_category_tab { margin-top: 30px; }

.contents_header + #faq_category_tab { margin-top: 0; }



/* - お問い合わせ内容から探す
-------------------------------------------------- */
#top_cat ul.link_list > li > a {
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

#top_cat ul.link_list > li > a:hover {  }

#top_cat ul.link_list > li > a > .cat_unit {  }

#top_cat ul.link_list > li > a > .cat_unit > .inner {
    display: table;
    width: 100%;
}

#top_cat ul.link_list > li > a > .cat_unit > .inner > div {
    display: table-cell;
    vertical-align: middle;
}

#top_cat ul.link_list > li > a > .cat_unit > .inner > .icon { width: 120px; }
#top_cat ul.link_list > li > a > .cat_unit > .inner > .icon img { vertical-align: top; }

#top_cat ul.link_list > li > a > .cat_unit > .inner > .txt {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.5;
    /*margin-top: 5px;*/
}

#top_cat ul.link_list > li > a > .cat_unit > .inner > .txt span.keyword {
    background-color: #0b838a;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
    margin: 0 0.2em;
    font-size: 2.4rem;
    line-height: 1.4;
    
    font-size: 2.2rem;
    line-height: 1.2;
    padding: 4px 8px;
}

#top_cat ul.link_list > li > a:hover > .cat_unit > .inner > .txt span.keyword {
    background-color: #268300;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

#top_cat ul.link_list > li > a > .cat_unit > .inner > .txt .keyword_block {
    display: block;
    max-width: 220px;
    margin: 0 auto;
}

#top_cat ul.link_list > li > a > .cat_unit > .inner > .txt .keyword_block > .keyword_line {
    display: table;
    width: 100%;
    background-color: #0b838a;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #fff;
}

#top_cat ul.link_list > li > a:hover > .cat_unit > .inner > .txt .keyword_block > .keyword_line {
    background-color: #268300;
}

#top_cat ul.link_list > li > a > .cat_unit > .inner > .txt .keyword_block > .keyword_line:last-child {
    border-radius: 0 0 3px 3px;
    border-bottom: none;
}

#top_cat ul.link_list > li > a > .cat_unit > .inner > .txt .keyword_block > .keyword_line > .cell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: center;
}

#top_cat ul.link_list > li > a > .cat_unit > .inner > .txt .keyword_block > .keyword_line > .cell:nth-child(2n){
    border-right: none;
}

#top_cat ul.link_list > li > a > .cat_unit > .inner > .txt .keyword_block > .keyword_line > .cell > span {
    display: block;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
    line-height: 1.4;
    font-size: 1.6rem;
    padding: 4px;
}

#top_cat ul.link_list > li > a:hover > .cat_unit > .inner > .txt .keyword_block > .keyword_line > .cell > span {
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

#top_cat ul.link_list > li > a span.opt {
    font-size: 1.8rem;
    font-size: 1.7rem;
    line-height: 1.6;
}

#top_cat ul.link_list > li.aim_id > a span.opt {
    font-size: 1.6rem;
    margin-top: 4px;
}


/*
#top_cat ul.link_list > li.aim_process > a span.opt {
    display: block;
}

#top_cat ul.link_list > li.aim_process > a span.opt.flap {
    display: inline;
    margin-bottom: 0;
}
*/


#top_cat ul.link_list > li > a .ribbon {
    position: absolute;
    background-color: #39c3d4;
    transform: rotate(45deg);
    text-align: center;
    width: 70px;
    height: 50px;
    padding-top: 26px;
    right: -28px;
    top: -18px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

#top_cat ul.link_list > li > a .ribbon > i {
    color: #fff;
    font-size: 1.8rem;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

#top_cat ul.link_list > li > a:hover .ribbon { background-color: #268300; }
#top_cat ul.link_list > li > a:hover .ribbon i { color: #fff; }


/* - 関連コンテンツ
-------------------------------------------------- */
#related_contents_link {  }
#related_contents_link ul.link_list > li > a { font-size: 1.6rem; }



/* - 注目のFAQ／お問い合わせ
-------------------------------------------------- */
#faq_top3 { margin-bottom: 50px; }

#faq_top3 > .sub_header {
    position: relative;
    padding-left: 36px;
    background-color: #795548;
    color: #fff;
}

#faq_top3 > .sub_header span.icon {
    border: 2px solid #795548;
    color: #795548;
    display: block;
    border-radius: 4px;
    padding: 3px 2px;
    width: 34px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    left: -4px;
    top: -4px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#faq_top3 > .sub_header i {
    font-size: 2.4rem;
    display: block;
}

#faq_top3 ul.link_list > li > a {
    padding: 5px;
    transition: all 0.3s ease-in-out;
    color: #444;
}

#faq_top3 ul.link_list > li > a > .inner { padding: 5px; }

#faq_top3 ul.link_list > li > a > .inner > div {  }

#faq_top3 ul.link_list > li > a > .inner > .line {
    display: table;
    width: 100%;
}

#faq_top3 ul.link_list > li > a > .inner > .line > div {
    display: table-cell;
    vertical-align: middle;
}

#faq_top3 ul.link_list > li > a > .inner > .line > .icon {
    box-sizing: border-box;
    padding: 10px 0;
    vertical-align: top;
    width: 62px;
}

#faq_top3 ul.link_list > li > a > .inner > .line > .icon > span.box {
    border-radius: 2px;
    padding: 8px 0;
    color: #333;
    background-color: #FFB74D;
}

#faq_top3 ul.link_list > li > a > .inner > .line > .icon > span.box > span {
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    font-size: 1.4rem;
    line-height: 1.4;
    position: relative;
    white-space: nowrap;
    background: #FFB74D;
    color: #333;
    font-size: 1.3rem;
}

#faq_top3 ul.link_list > li > a > .inner > .line > .icon > span.box > span:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,183,77, 0);
    border-left-color: #FFB74D;
    border-width: 4px;
    margin-top: -4px;
}

#faq_top3 ul.link_list > li > a > .inner > .line > .txt {
    line-height: 1.4;
    padding: 5px 10px 5px 15px;
    font-size: 1.6rem;
}




/* - FAQ子カテゴリーブロック
-------------------------------------------------- */

/* ----- 子カテゴリーヘッダー ----- */
#faq_child_category .category_header {
    display: table;
    width: 100%;
}

#faq_child_category .category_header > div {
    display: table-cell;
    vertical-align: middle;
    background-color: #455A64;
    padding: 10px;
}

#faq_child_category .category_header > div.title {  }

#faq_child_category .category_header .sub_header {
    background-color: #455A64;
    font-size: 1.3rem;
}

#faq_child_category .category_header > div.title .parent {  }

#faq_child_category .category_header > div.title .sub_header > span { line-height: 1.3; }

#faq_child_category .category_header > div.title .sub_header > span.parent {  }

#faq_child_category .category_header > div.title .sub_header > span.sub_category {
    margin-left: 8px;
}

#faq_child_category .category_header > div.title .sub_header span.arrow { margin-right: 8px; }
#faq_child_category .category_header > div.title .sub_header span.arrow i { font-size: 1.5rem; }

#faq_child_category .category_header > div.title .sub_header span.child {
    background-color: #333;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 1.5rem;
}

#faq_child_category .category_header > div.btn {
    text-align: right;
    padding-right: 10px;
}

#child_category ul.link_list.narrow > li > a { padding: 8px; }


/* --- 孫カテゴリー --- */
#child_category ul.link_list.grandchild { display: none; border-top: 1px solid #cfcfcf; }
#child_category ul.link_list.grandchild.on {
    display: block;
    animation: group_fade_in 0.3s ease-in-out;
    animation-fill-mode: forwards;
}



/* ----- 子カテゴリーメインブロック ----- */
.main_area {
    margin-top: 0px;
    border-top: 1px solid #cfcfcf;
}

.main_area > .group_unit { display: none; }
.main_area > .group_unit.no_js { display: block; }

.main_area > .group_unit.on {
    display: block;
    opacity: 1;
    animation: group_fade_in 0.5s ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes group_fade_in {
    from{ opacity: 0; }
    to{ opacity: 1; }
}



/* - FAQ子カテゴリー：Q&Aユニット
-------------------------------------------------- */
.group_unit ul.link_list > li > a {
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

.group_unit ul.link_list > li > a > .inner { padding: 0 5px; }

.group_unit ul.link_list > li > a > .inner > div {  }

.group_unit ul.link_list > li > a > .inner > .line {
    display: table;
    width: 100%;
}

.group_unit ul.link_list > li > a > .inner > .line > div {
    display: table-cell;
    vertical-align: middle;
}

.group_unit ul.link_list > li > a > .inner > .line > .icon {
    width: 32px;
    box-sizing: border-box;
    padding: 10px 0;
    vertical-align: top;
}

.group_unit ul.link_list > li > a > .inner > .line > .icon > span.box {
    background-color: #188542;
    border-radius: 2px;
    padding: 8px 0;
}

.group_unit ul.link_list > li > a > .inner > .line > .icon > span.box > span {
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    font-size: 1.4rem;
    line-height: 1.4;
    position: relative;
    background: #188542;
    white-space: nowrap;
}

.group_unit ul.link_list > li > a > .inner > .line > .icon > span.box > span:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(24, 133, 66, 0);
    border-left-color: #188542;
    border-width: 4px;
    margin-top: -4px;
}

.group_unit ul.link_list > li > a > .inner > .line > .txt {
    line-height: 1.4;
    padding: 5px 10px 5px 15px;
    font-size: 1.4rem;
}




/* - FAQトップに戻るボタン（ページ下部）
-------------------------------------------------- */
.back_btn_area { margin-top: 30px; }
.back_btn_area ul.link_list > li > a { padding: 10px; }
.back_btn_area.bottom { display: none; }



/* - リダイレクトページ
-------------------------------------------------- */
.redirect_box { margin-top: 30px; }

.redirect_box > .grid {
    display: table;
    margin: 0 auto;
}

.redirect_box > .grid > .cell {
    display: table-cell;
    vertical-align: middle;
}

.redirect_box > .grid > .cell.img { width: 180px; }
.redirect_box > .grid > .cell.img img { border-right: top; }

.redirect_box > .grid > .cell.txt { padding-left: 50px; }
.redirect_box > .grid > .cell.txt > p { font-size: 1.8rem; }





/* ------------------------------------------------------------

	959px以下

------------------------------------------------------------ */

@media screen and ( max-width : 959px ) {
    
    /* - キーワード検索ブロック
    ---------------------------------------- */
    .keyword_search > .inner > .cell.link { width: 220px; }
    .keyword_search > .inner > .cell.link .link_btn > a { padding: 10px 20px; }
    .keyword_search > .inner > .cell.keyword #faq_form_phrase,
    .keyword_search > .inner > .cell.keyword #q { min-width: 240px; }
    
    /* - カテゴリータブ
    ---------------------------------------- */
    ul.nav.tab > li > a {
        font-size: 1.2rem;
        padding: 12px 4px;
    }
    
    /* - 目的から探す
    ---------------------------------------- */
    #top_cat ul.link_list > li > a .ribbon {
        width: 60px;
        height: 50px;
        padding-top: 30px;
        right: -30px;
        top: -24px;
    }
    
    #top_cat ul.link_list > li > a .ribbon i { font-size: 1.4rem; }
    
    #top_cat ul.link_list > li > a > .cat_unit > .inner > .txt { padding-left: 0; }
    #top_cat ul.link_list > li > a > .cat_unit > .inner > .txt span.keyword { font-size: 1.6rem; }
    
    #top_cat ul.link_list > li > a span.opt.flap {
        display: block;
        margin-top: 2px;
    }
    
    
    /* - 関連コンテンツ
    -------------------------------------------------- */
    #related_contents_link ul.link_list > li { width: 50%; }
    
}


/* ------------------------------------------------------------

	767px以下

------------------------------------------------------------ */

@media screen and ( max-width : 767px ) {
    
    /* - キーワード検索ブロック
    ---------------------------------------- */
    .keyword_search > .inner { display: block; }
    .keyword_search > .inner > .cell { display: block; }
    
    .keyword_search > .inner > .cell.link {
        width: auto;
        border-bottom: 1px dashed #ccc;
    }
    
    .keyword_search > .inner > .cell.link .link_btn > a {
        padding: 10px 20px;
        display: block;
    }
    
    .keyword_search > .inner > .cell.link { display: none; }
    .keyword_search > .inner > .cell.keyword { border-left: none; }
    .keyword_search > .inner > .cell.keyword #faq_form_phrase,
    .keyword_search > .inner > .cell.keyword #q { min-width: 320px; }
    
    
    /* - お問い合わせ先一覧ボタン
    ---------------------------------------- */
    div.link_btn.sp { display: block; }
    
    
    /* - カテゴリータブ
    ---------------------------------------- */
    #faq_category_tab { margin-top: 20px; }
    
    ul.nav.tab { font-size: 0; }
    
    ul.nav.tab > li {
        display: inline-block;
        border-right: 1px solid #fff;
        width: 50%;
    }
    
    ul.nav.tab > li:nth-child(2n) { border-right: none; }
    
    
    /* - 目的から探す
    ---------------------------------------- */
    #top_cat ul.link_list.multi.div2 > li {  }
    
    #top_cat ul.link_list > li > a { text-align: left; }
    
    #top_cat ul.link_list > li > a span.opt.block { display: inline; }
    
    #top_cat ul.link_list > li > a > .cat_unit > .inner > .txt { padding-left: 15px; }
    
    #top_cat ul.link_list > li > a span.opt.flap { display: inline; }
    
    #top_cat ul.link_list > li > a > .cat_unit > .inner > .txt .keyword_block {
        display: inline-block;
        width: 240px;
        max-width: 240px;
        vertical-align: middle;
    }
    
    #top_cat ul.link_list > li > a > .cat_unit > .inner > .txt span.keyword {
        font-size: 2.2rem;
    }
    
    #top_cat ul.link_list > li.aim_id > a span.opt {
        vertical-align: middle;
        display: inline-block;
    }
    
    /* - 関連コンテンツ
    ---------------------------------------- */
    #related_contents_link ul.link_list > li { width: 50%; }
    
}


/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */

@media screen and ( max-width : 639px ) {
    
    /* - FAQトップに戻るボタン
    -------------------------------------------------- */
    .header_line > .content .btn_back { display: none;}
    .back_btn_area.bottom { display: block; }
    
    
    /* - キーワード検索ブロック
    ---------------------------------------- */
    .keyword_search > .inner > .cell { padding: 10px; }
    .keyword_search > .inner > .cell.link { display: none; }
    
    .keyword_search > .inner > .cell.keyword #faq_form_phrase,
    .keyword_search > .inner > .cell.keyword #q {
        font-size: 1.2rem;
        min-width: 180px;
    }
    
    .keyword_search > .inner > .cell.link .link_btn > a {
        padding: 10px 20px;
        display: block;
    }
    
    .keyword_search > .inner > .cell.keyword { border-left: none; }
    
    /* - お問い合わせ先一覧ボタン（スマホ表示用）
    ---------------------------------------- */
    div.link_btn.sp > a {
        padding: 5px;
        font-size: 1.3rem;
    }
    
    /* - お問い合わせ内容から探す
    ---------------------------------------- */
    #top_cat .contents_header.opt > .inner > div { display: block; }
    
    #top_cat .contents_header.opt > .inner > div.opt {
        text-align: left;
        border-top: 1px dashed #ddd;
        font-size: 1.1rem;
        padding: 8px;
    }
    
    #top_cat .contents_header.opt > .inner > div.opt > a { display: block; }
    
    #top_cat .contents_header.opt > .inner > div.main > p {
        font-size: 1.5rem;
        padding: 10px;
    }
    
    #top_cat ul.link_list > li > a span.opt.block { display: block; }
    
    #top_cat ul.link_list > li > a > .cat_unit > .inner > .txt .keyword_block {
        width: 220px;
        max-width: none;
    }
    
    #top_cat ul.link_list > li > a > .cat_unit > .inner > .txt span.keyword {
        font-size: 1.6rem;
    }
    
    #top_cat ul.link_list > li.aim_id > a span.opt { margin-top: 0; }
    
    
    /* - 注目のFAQ／お問い合わせ
    ---------------------------------------- */
    #faq_top3 ul.link_list > li > a > .inner > .line > .txt { font-size: 1.4rem; }
    
    
    /* - 関連コンテンツ
    -------------------------------------------------- */
    #related_contents_link ul.link_list > li > a { font-size: 1.5rem; }
    
    
    /* - カテゴリから探す
    ---------------------------------------- */
    .category_faq_block .contents_header.opt > .inner > div.main > p {
        font-size: 1.5rem;
        padding: 10px;
    }
    
    .category_faq_block .contents_header.opt > .inner { display: block; }
    .category_faq_block .contents_header.opt > .inner > div { display: block; }
    .category_faq_block .contents_header.opt > .inner > div.opt {
        display: block;
        text-align: left;
        border-top: 1px dashed #ddd;
        font-size: 1.1rem;
        padding: 8px;
    }
    
    .category_faq_block .contents_header.opt > .inner > div.opt > a { display: block; }
    
    /* - FAQ子カテゴリー
    ---------------------------------------- */
    #faq_child_category .category_header .sub_header { padding: 2px 0; }
    
    #faq_child_category .category_header > div.title .sub_header > span.parent {
        display: block;
        font-size: 1.1rem;
    }
    
    #faq_child_category .category_header > div.title .sub_header > span.sub_category {
        display: block;
        margin-left: 0;
        margin-top: 8px;
    }
    
    #faq_child_category .category_header > div.title .sub_header span.arrow { display: none; }
    
}

/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and ( max-width : 479px ) {
	
    /* - コンテンツヘッダーエリア
    ---------------------------------------- */
    div.header_line { margin-bottom: 10px; }
    
    
    /* - キーワード検索ブロック
    ---------------------------------------- */
    .keyword_search > .inner > .cell { padding: 10px; }
    .keyword_search > .inner > .cell.link { display: none; }
    
    .keyword_search > .inner > .cell.keyword label {
        margin-bottom: 8px;
        display: block;
        margin-right: 0;
        font-size: 1.1rem;
        padding: 5px;
    }
    
    .keyword_search > .inner > .cell.keyword label:after {
        border-left-color: transparent;
        left: 50%;
        top: 100%;
        border-top-color: #455A64;
        margin-top: 0;
        margin-left: -6px;
    }
    
    .keyword_search > .inner > .cell.keyword #faq_form_phrase,
    .keyword_search > .inner > .cell.keyword #q {
        font-size: 1.2rem;
        padding: 3px;
        min-width: 180px;
        width: 260px;
    }
    
    .keyword_search > .inner > .cell.keyword #btnG {
        margin: 0;
        font-size: 1.2rem;
        padding: 5px 10px;
        margin-left: 10px;
        width: 64px;
    }
    
    /* - お問い合わせ先一覧ボタン（スマホ表示用）
    ---------------------------------------- */
    div.link_btn.sp > a {
        padding: 5px;
        font-size: 1.2rem;
    }
    
    /* - 目的から探す
    ---------------------------------------- */
    #top_cat ul.link_list > li > a > .cat_unit > .inner > .icon { width: 90px; }
    
    #top_cat ul.link_list > li > a > .cat_unit > .inner > .txt {
        padding-left: 5px;
        font-size: 1.4rem;
    }
    
    #top_cat ul.link_list > li > a > .cat_unit > .inner > .txt span.keyword {
        font-size: 1.5rem;
    }
    
    #top_cat ul.link_list > li > a span.opt { font-size: 1.4rem; }
    
    #top_cat ul.link_list > li > a > .cat_unit > .inner > .txt .keyword_block {
        width: 180px;
        max-width: none;
    }
    
    #top_cat ul.link_list > li > a > .cat_unit > .inner > .txt .keyword_block > .keyword_line > .cell > span {
        font-size: 1.4rem;
    }
    
    #top_cat ul.link_list > li.aim_id > a span.opt { font-size: 1.4rem; }
    
    #top_cat ul.link_list > li.aim_process > a span.opt {
        display: block;
        margin-bottom: 2px;
    }
    
    #top_cat ul.link_list > li.aim_process > a span.opt.flap {
        display: inline;
        margin-bottom: 0;
    }
    
    
    /* - 関連コンテンツ
    ---------------------------------------- */
    #related_contents_link ul.link_list > li { width: 100%; }
    
    
    /* - 注目のFAQ／お問い合わせ
    ---------------------------------------- */
    #faq_top3 ul.link_list > li > a > .inner > .line { display: block; }
    
    #faq_top3 ul.link_list > li > a > .inner > .line > div { display: block; }
    
    #faq_top3 ul.link_list > li > a > .inner > .line > .icon {
        width: auto;
        display: block;
        padding: 0;
        text-align: center;
    }
    
    #faq_top3 ul.link_list > li > a > .inner > .line > .icon > span.box {
        display: block;
        padding: 6px 0;
    }
    
    #faq_top3 ul.link_list > li > a > .inner > .line > .icon > span.box > span {
        display: block;
        font-size: 1.2rem;
    }
    
    #faq_top3 ul.link_list > li > a > .inner > .line > .icon > span.box > span:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255,183,77, 0);
        border-top-color: #ffb74d;
        left: 50%;
        top: 100%;
        margin-left: -10px;
        margin-top: 4px;
        border-width: 10px;
    }
    
    #faq_top3 ul.link_list > li > a > .inner > .line > .txt {
        padding: 5px;
        margin-top: 10px;
    }
    
    /* - FAQ子カテゴリー
    ---------------------------------------- */
    #faq_child_category ul.link_list > li {
        width: 50%;
        float: left;
    }
    
    .group_unit ul.link_list > li > a > .inner > div.link { padding: 0 0 0 5px; }
    
    .group_unit ul.link_list > li > a > .inner > div.link > .line > .txt { font-size: 1.3rem; }
    
    .group_unit ul.link_list > li > a > .inner > div.link > .line > div {
        vertical-align: middle;
    }
    .group_unit ul.link_list > li > a > .inner > div.link > .line > div.icon {
        vertical-align: top;
    }
    .group_unit ul.link_list > li > a > .inner > div.link > .line > .icon {
        padding: 10px 0;
    }
    
    
    /* - 孫カテゴリー
    ---------------------------------------- */
    #child_category ul.link_list.grandchild > li > a { font-size: 1.2rem; }
    
}

/* ------------------------------------------------------------

	359px以下

------------------------------------------------------------ */
@media screen and ( max-width : 359px ) {
    
    /* - キーワード検索
    ---------------------------------------- */
    .keyword_search > .inner > .cell.keyword #faq_form_phrase,
    .keyword_search > .inner > .cell.keyword #q {
        font-size: 1.2rem;
        padding: 3px;
        min-width: 180px;
        width: 206px;
    }
    
    /* - カテゴリータブ
    ---------------------------------------- */
    ul.nav.tab > li > a { font-size: 1.1rem; }
    
    
    /* - 目的から探す
    ---------------------------------------- */
    #top_cat .contents_header.opt > .inner > div.main > p { font-size: 1.3rem; }
    
    #top_cat ul.link_list > li > a > .cat_unit > .inner > .icon { width: 60px; }
    #top_cat ul.link_list > li > a > .cat_unit > .inner > .txt span.keyword { font-size: 1.4rem; }
    
    #top_cat ul.link_list > li:first-child > a > .cat_unit > .inner > .txt span.keyword {
        font-size: 1.4rem;
    }
    
    #top_cat ul.link_list > li > a span.opt { font-size: 1.3rem; }
    #top_cat ul.link_list > li:last-child > a span.opt:first-child { display: block; }
    
    #top_cat ul.link_list > li > a > .cat_unit > .inner > .txt .keyword_block > .keyword_line > .cell > span {
        font-size: 1.3rem;
    }
    
    
    /* - カテゴリから探す
    ---------------------------------------- */
    .category_faq_block .contents_header.opt > .inner > div.main > p {
        font-size: 1.3rem;
        padding: 10px;
    }
    
    /* - 子カテゴリー
    ---------------------------------------- */
    #faq_child_category .category_header > div.title { padding-right: 0; }
    
    #faq_child_category .category_header > div.btn .btn-def.btn-sm.btn-narrow { padding: 4px 6px; }
    
    #faq_child_category .category_header > div.btn .btn-def.btn-narrow {
        padding: 4px 6px;
        font-size: 1.1rem;
    }
    
    #faq_child_category ul.link_list > li {
        width: 100%;
        float: none;
    }
    
    /* - Q&Aユニット
    -------------------------------------------------- */
    .group_unit ul.link_list > li > a > .inner > .line > .txt { font-size: 1.3rem; }
    
}

