﻿html{
    font-size: 62.5%;
}
body {
    background: #f4f4f4;
    background: linear-gradient(to left, #ecfbff, #f7f7ff, #fff3f5);
    background: -webkit-linear-gradient(to left, #ecfbff, #f7f7ff, #fff3f5);
    font-family: 'Hiragino Sans', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ" , Meiryo , "Meiryo UI", "Noto Sans", Roboto, Helvetica, sans-serif;
}
body * {
    transition: all .2s ease-out;
}
.wrapper {
    width: 100%;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
    background: #FFF;
    background: linear-gradient(to left, #CFEAF1, #E3E3F9, #FDDDE2);
    background: -webkit-linear-gradient(to left, #CFEAF1, #E3E3F9, #FDDDE2);

    padding-right: constant(safe-area-inset-right);/* iphoneX用 */ 
    padding-left: constant(safe-area-inset-left);/* iphoneX用 */ 
    padding-right: env(safe-area-inset-right);/* iphoneX用 */ 
    padding-left: env(safe-area-inset-left);/* iphoneX用 */
}
.wrapper.head_fixed {
    margin-top: 60px;
}
a {
    text-decoration: none;
}
em {
    font-style: normal; 
}
.shadow {
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
.svg_sprite {
    display: none;
}
.floating_right {
    float: right;
}
.floating_left {
    float: left;
}
/*icomoon*/
@font-face {
	font-family: 'icomoon';
	src:url('/board/icomoon/fonts/icomoon.eot?-z2amgs');
	src:url('/board/icomoon/fonts/icomoon.eot?#iefix-z2amgs') format('embedded-opentype'),
		url('/board/icomoon/fonts/icomoon.woff?-z2amgs') format('woff'),
		url('/board/icomoon/fonts/icomoon.ttf?-z2amgs') format('truetype'),
		url('/board/icomoon/fonts/icomoon.svg?-z2amgs#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icomoon {
    font-family: 'icomoon';
}
/*SVG*/
.svg_response {/*回答数*/
    width: 18px;
    height: 18px;
    vertical-align: bottom;
    margin-right: 4px;
    fill: #F7908F;
}
.svg_view {/*閲覧数*/
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 4px;
    fill: #F7908F;
}
.svg_girl,
.svg_boy {/*人物アイコン*/
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.svg_ba {/*ベストアンサー*/
    position: relative;
    width: 42px;
    height: 42px;
    vertical-align: bottom;
    margin-right: 4px;
    fill: #F7908F;
    padding: 4px;
}
.shop_charge {
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: -4px;
}

/*--------------------------------------

    コンテンツエリア

---------------------------------------*/
.field {
    margin: 16px 0;
    background: #FFF;
}
.field_normal {
    margin: 16px 0;
    padding-right: 12px;
    padding-left: 12px;
    background: #FFF;
}
.field_normal_first {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    background: #FFF;
}
.field_normal_wide {
    margin-top: 32px;
    padding-top: 16px;
    padding-right: 12px;
    padding-left: 12px;
    background: #FFF;
}
.field_ghost {
    margin: 16px 0;
    padding-right: 12px;
    padding-left: 12px;
}
.field_ghost_first {
    padding-top: 16px;
    padding-right: 12px;
    padding-left: 12px;
}
.field_ghost_wide {
    padding: 16px 12px;
}
.field_ghost_huge {
	margin: 16px 0;
}
/*コンテンツボックス 通常*/
.ctsbox {
    width: 100%;
    padding: 16px;
    border-radius: 4px;
    box-sizing: border-box;
}
    .ctsbox_normal {
        background: #FFF;
    }
    .ctsbox_ghost {
        border: solid 2px #FFF;
        background: rgba(255, 255, 255, 0.5);
    }

/*コンテンツボックス 小*/
.ctsbox_small {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 16px;
    border-radius: 4px;
    box-sizing: border-box;
}
    .ctsbox_small_normal {
        background: #FFF;
    }
    .ctsbox_small_ghost {
        border: solid 2px #FFF;
        background: rgba(255, 255, 255, 0.5);
    }

/*コンテンツボックス 検索内容*/
.ctsbox_result {
    padding: 8px;
    border: solid 2px #FFF;
    background: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------

    テキスト

---------------------------------------*/
.text {
    line-height: 1.6;
    color: #333;
    font-size: 1.6rem;
}
.text_small {
    line-height: 1.6;
    color: #333;
    font-size: 1.4rem;
}
.text_sub {
    line-height: 1.6;
    color: #999;
    font-size: 1.2rem;
}
.text_date {
    line-height: 1.4;
    color: #999;
    font-size: 1.2rem;
}
.text_category {
    line-height: 1.6;
    color: #f8a7a7;
    font-size: 1.4rem;
}
.text_heading {
    line-height: 1.6;
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
    word-wrap: break-word;
}
.text_heading_category {
    position: relative;
    line-height: 1.6;
    padding-left: 12px;
    color: #F7908F;
    font-weight: bold;
    font-size: 1.8rem;
}
.text_heading_category::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 100%;
    background: #F7908F;
    border-radius: 2px;
}
.text_heading_category_disc {
	line-height: 1.4;
	color: #666;
	font-size: 1.2rem;
	word-wrap:break-word;
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.3);
}
.text_heading_category_disc p {
	margin: 8px 0 0 0;
}
.text_heading_category_disc a {
    display: inline-block;
	margin: 8px 0 4px 0;
    color: #F7908F;
    text-decoration: underline;
}
.text_heading_category_disc a:hover {
	text-decoration: none;
}
.text_caution {
    margin-bottom: 8px;
    line-height: 1.6;
    color: #333;
    font-size: 1.4rem;
    text-align: center;
}
.text_caution::before {
    content: "!";
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border: solid 1px #FFF;
    border-radius: 20px;
    background: #FFF195; 
    color: #F66563;
    font-weight: bold;
    font-size: 1.3rem; 
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif;
}
.text_caution a {
    color: #39A7BB;
    text-decoration: underline;
}
.text_caution a:hover {
    text-decoration: none;
}
.text_caution.logout {
    padding: 8px;
    margin-bottom: 16px;
    background: #FEEEEE;
}
.text_assistant {
    margin: 4px 0;
    line-height: 1.6;
    color: #333;
    font-size: 1.2rem;
    text-align: center;
}
.text_assistant a {
    color: #F7908F;
    text-decoration: underline;
}
.text_assistant a:hover {
    text-decoration: none;
}

/*--------------------------------------

    タイトル

---------------------------------------*/
/*構造*/
.heading {
    line-height: 1.4;
    padding: 16px 0;
    color: #333;
    font-size: 1.6rem;
    text-align: center; 
}
.heading span.category {
    line-height: 1.4;
    display: block;
    font-size: 1.2rem;
}
.heading span.category::before {
    content: "- ";
}
.heading span.category::after {
    content: " -";
}

    /*スキン*/
    .heading_normal {
        background: #f9f9f9;
        color: #666;
        font-weight: bold;
    }
    .heading_normal span {
        color: #F7908F;
    }
    .heading_primary {
        background: #5ABBCD;
        color: #FFF;
        font-weight: bold;
    }
    .heading_large {
        padding: 24px 12px;
        font-size: 1.8rem;
    }
    .heading_ghost {
        background: none;
        color: #666;
        font-weight: bold;
    }
    .heading_ghost_left {
        padding: 0;
        text-align: left; 
        font-weight: bold;
    }
    .heading_ghost_left_float_left {
        padding: 0;
        text-align: left;
        font-weight: bold;
        float: left;
    }
    .heading_help {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
.order_desc {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
    .order_asc {
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px;
    }
.order_selected {
    float: right;
    display: inline-block;
   
    background-color: #F7908F;
}
    .order_selected span {
        display: inline-block;
        padding: 8px;
        color: #FFF;
        font-weight: bold;
        font-size: 1.2rem;
        width: 50px;
        text-align: center;
    }
.order_non_selected {
    float: right;
    display: inline-block;
    background-color: #fff;
}
    .order_non_selected span {
        display: inline-block;
        padding: 8px;
        color: #F7908F;
        font-weight: bold;
        font-size: 1.2rem;
        width: 50px;
        text-align: center;
    }
        .qa_help {
            display: inline-block;
            margin: 8px 0;
            color: #F57877;
            font-size: 1.2rem;
            font-weight: normal;
            text-decoration: underline;
        }
    .qa_help svg {
        width: 16px;
        height: 16px;
        vertical-align: bottom;
        fill: #F7908F;
        margin: 0 4px 0 0;
    }
    .heading em {
        display: inline-block;
        padding: 0 2px;
        font-weight: bold;
        font-size: 1.8rem;
        color: #F57877;
    }
    .heading_help {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

/*--------------------------------------

    ボタン

---------------------------------------*/
/*構造*/
.btn {
    display: block;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 18px 12px;
    font-size: 1.6rem;
    border-radius: 30px;
    border: solid 1px #F9F9F9;
    text-align: center;
}
.btn:hover {
    opacity: .8;
}
    /*スキン*/
    .btn.btn_normal {
        color: #666;
        background: #FFF;
    }
    .btn.btn_primary {
        color: #FFF;
        font-weight: bold;
        background: #5ABBCD;
    }
    .btn.btn_secondary {
        color: #FFF;
        font-weight: bold;
        background: #F7908F;
    }
    .btn.btn_ghost {
        color: #666;
        background: rgba(255, 255, 255, 0.5);
    }
    .btn.btn_operation {
        border-radius: 8px;
        background: #F7908F;
        box-shadow: 0 2px 2px rgba(0,0,0,.16); 
        border: none;
        color: #FFF;
    }
    .btn.btn_operation:hover {
        box-shadow: none;
        transform: translate3d(0, 2px, 0);
    }
    .btn.btn_operation_negative,
    .btn.btn_operation_negative:hover {
        border-radius: 8px;
        background: #999;
        box-shadow: 0 2px 2px rgba(0,0,0,.16); 
        border: none;
        color: #FFF;
    }
    .btn.btn_disable,
    .btn.btn_disable:hover {
        border-radius: 8px;
        background: #DDD;
        box-shadow: 0 2px 2px rgba(0,0,0,.16); 
        border: none;
        color: #333;
        opacity: 1;
    }

/*--------------------------------------

    ページング

---------------------------------------*/
.paging {
    padding: 16px 0;
    text-align: center;
}
.paging .paging_movement_box {
    display: -ms-flexbox;/* IE10 */
    display: flex; 
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.paging .paging_movement_box a:nth-child(2) {
    margin-left: 8px ; 
}
.paging .count_box {
    line-height: 1.4;
    margin-top: 12px;
    color: #666;
    font-size: 1.4rem;
}
.paging .count_box em {
    display: block;
    padding: 0 4px;
    color: #666;
    font-weight: bold;
}
.paging .pagination {
    display: -ms-flexbox;/* IE10 */
    display: flex;
    -ms-justify-content: center; /* IE10 */
    justify-content: center;
    margin-top: 8px;
}
.paging .pagination li a {
    display: block;
    width: 40px;
    height: 34px;
    line-height: 34px;
    margin: 0 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.5);
    color: #666;
    font-size: 1.4rem;
}
.paging .pagination li a:hover {
    opacity: .8;
}
.paging .pagination li a.selected {
    border: solid 1px #FFF;
    background: none;
}


/*--------------------------------------

    フォーム

---------------------------------------*/
input, button, textarea, select {
    width: 100%;
    padding: 12px;
    background: none;
    border: solid 2px #dcdcdc;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    color: #666;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif;
}
select {
    padding-right: 44px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    /* IE */
    display: none;
}
input[type="radio"], input[type="checkbox"] {
    display: none;
}
/*フォーカス時*/
input:focus, textarea:focus,select:focus,textarea:invalid:focus {
    border: solid 2px #F7908F;
}
/*プレイスホルダー*/
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE */
    color: #CCC;
}
input::-ms-input-placeholder ,
textarea::-ms-input-placeholder{
    /* Edge */
    color: #CCC;
}
input::placeholder,
textarea::placeholder {
    color: #CCC;
}
/*文字数カウントエラー*/
.js-error {
    color: #F66563;
}
/*セレクトボックス*/
.select_box {
    position: relative;
    margin-top: 8px;
}
.select_box::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 0;
    border-right: 2px solid #999;
    border-top: 2px solid #999;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
    .select_box_min select { 
        padding: 8px 30px 8px 8px;
    }

/*フォームテーブル*/
.qa_form {
    width: 100%;
    margin-bottom: 20px;
}
.qa_form th {
    display: block;
    position: relative;
    text-align: left;
    padding-top: 16px;
    font-weight: normal;
}
.qa_form tr:first-child th {
    padding-top: 0;
}
.qa_form th .ic_required {
    /*必須*/
    display: inline-block;
    margin-left: 4px;
    padding: 1px 4px;
    background: #F66563;
    color: #FFF;
    font-size: 1.2rem;
}
.qa_form th .ic_unrequired {
    /*任意*/
    display: inline-block;
    margin-left: 4px;
    padding: 1px 4px;
    background: #DDD;
    color: #333;
    font-size: 1.2rem;
}
.qa_form th .text_count {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.2rem;
    color: #666;
}
.qa_form th .text_count span {
   font-weight: bold;
}
.qa_form th .text_count span.text_counterror {
   color: #F66563;
}
.qa_form td {
    display: block;
    padding-top: 8px;
}
.qa_form td  .error_text {
    display: block;
    line-height: 1.4;
    padding-bottom: 8px;
    color: #F66563;
    font-weight: bold;
    font-size: 1.2rem;
}
/*ラジオ*/
.qa_form td .form_radio_list {
    width: 100%;
    border: solid 2px #DDD;
    border-radius: 8px;
    overflow: hidden;
}
.qa_form td .form_radio_list li {
    border-top: solid 1px #DDD;
}
.qa_form td .form_radio_list li:first-child {
    border-top: none;
}
.qa_form td .form_radio_list li label {
    display: block;
    font-size: 1.4rem;
}
.qa_form td .radio_item {
    display: inline-block;
    position: relative;
    height: 16px;
    line-height: 1.4;
    padding: 16px 12px 16px 28px;
    transition: none;
    color: #666;
    font-size: 1.2rem;
    cursor: pointer;
}
.qa_form td .radio_item::before {
    content: "";
    position: absolute;
    left: 8px; 
    width: 16px;
    height: 16px;
    background: url(/board/img/common/btn_radio.png) no-repeat left top;
    background-size: cover;
}
input[type="radio"]:checked + .radio_item::before {
    background-position-y: -16px;
}
input[type="radio"]:checked + .radio_item {
    background: #ecfbff;
}
.qa_form td .radio_item:hover {
    color: #5ABBCD;
}
/*チェック*/
.qa_form td .form_check_list li.form_check_list_ttl {
    background: #feeeee;
    padding: 12px 8px;
    color: #f57877;
    text-align: center;
    font-size: 1.4rem;
}
.qa_form td .form_check_list {
    width: 100%;
    border: solid 2px #DDD;
    border-radius: 8px;
    overflow: hidden;
}
.qa_form td .form_check_list li {
    display: block;
    font-size: 1.4rem;
    border-bottom: solid 1px #DDD;
}
.qa_form td .form_check_list li:last-child {
    border: none;
}
.qa_form td .form_check_list li label {
    display: block;
    font-size: 1.4rem;
}
.qa_form td .form_check_list li label.upperlimit {
    color: #DDD;
}

/*「お仕事したい!」の説明文*/
.partition {
    padding: 10px;
    color: #f57877;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
}
.qa_form td .form_check_list li .desc_wantjob {
    display: block;
    position: relative;
    margin-top: 12px;
    padding: 8px;
    border-radius: 4px;
    background: #fff3f5;
    color: #f57877;
}
.qa_form td .form_check_list li .desc_wantjob::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 27px;
    margin-left: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff3f5;
}
.qa_form td .form_check_list li .desc_wantjob i {
    color: #666;
    font-size: 1.2rem;
    font-style: normal;
}
/**/
.qa_form td .form_check_list_ken {
    border-top: solid 1px #DDD;
}
.qa_form td .form_check_list_ken li {
    border-bottom: dotted 1px #DDD;
}
.qa_form td .form_check_list_ken li label { 
    /*都道府県*/
    padding-left: 40px;
    background: #FFF;
}
.qa_form td .form_check_list_ken li label::before { 
    /*都道府県*/
    left: 20px;
}
.qa_form td .form_check_list_area li label { 
    /*小エリア*/
    padding-left: 60px;
    font-weight: bold;
    font-size: 1.2rem;
    background: #FFF !important;
}
.qa_form td .form_check_list_area li label::before { 
    /*小エリア*/
    left: 40px;
}
.qa_form td .check_item {
    display: inline-block;
    position: relative;
    line-height: 1.4;
    padding: 16px 12px 16px 28px;
    transition: none;
    color: #666;
    font-size: 1.2rem;
    cursor: pointer;
}
.qa_form td .check_item::before {
    content: "";
    position: absolute;
    left: 8px; 
    width: 16px;
    height: 16px;
    background: url(/board/img/common/btn_checkbox.png) no-repeat left top;
    background-size: cover;
}
input[type="checkbox"]:checked + .check_item::before {
    background-position-y: -16px;
}
input[type="checkbox"]:checked + .check_item {
    background: #ecfbff !important;
    color: #666 !important;
}
.qa_form td .check_item:hover {
    color: #5ABBCD;
}

/*ボタン*/
.qa_form_btn_box {
    display: -ms-flexbox;/* IE10 */
    display: flex; 
    width: 100%;
    max-width: 600px;
    margin: 0 auto; 
}
.qa_form_btn_box a:nth-of-type(2) {
    margin-left: 4px ; 
}

/*--------------------------------------

    ヘッダー

---------------------------------------*/
.fixed_header {
    z-index: 50;
    width: 100%;
    max-width: 960px;
    height: 60px;
    margin: 0 auto;
    padding: 4px;
    box-sizing: border-box;
    background: #5ABBCD;
    text-align: center;
}
.fixed_header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,.16); 
}
.fixed_header ul {
   position: relative;
}
.fixed_header a {
    display: block;
}
.fixed_header a h1 {
    padding-top: 4px;
}
.fixed_header a h1 img {
    width: auto;
    height: 48px;
}
.fixed_header a:hover {
    opacity: .8;
}
.fixed_header .header_btn_search {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    border-radius: 4px;
    background: #39A7BB;
    width: 58px;
    height: 50px;
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
}
.fixed_header .header_btn_history {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 58px;
    height: 50px;
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
}
.fixed_header .header_btn_search svg,
.fixed_header .header_btn_history svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    padding: 4px 0;
    fill: #FFF;
}

/*--------------------------------------

    ガイダンス

---------------------------------------*/
.guidance_box {
    }
.guidance_box .heading_img {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
}
.guidance_box .heading_img ._heading_img_main {
    width: 100%;
    box-sizing: border-box;
}
.guidance_box .heading_img ._heading_img_sub {
    position: absolute;
    top: -35px;
    left: -10px;
    width: 100%;
    max-width: 160px;
    box-sizing: border-box;
}
.guidance_box .guidance_box_ttl {
    line-height: 1.4;
    padding-bottom: 8px;
    color: #666;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
}
.guidance_box .guidance_box_ttl em {
    display: inline-block;
    color: #F57877;
    font-weight: bold;
    font-size: 1.8rem;
}
.guidance_box .text {
    margin: 12px auto;
}
.bn_bbs {
    width: 300px;
    display: block;
    margin: 16px auto 0;
}
.bn_bbs img {
    width: 100%;
    height: auto;
}

/*--------------------------------------

    ナビゲーション

---------------------------------------*/
/*横スクロール*/
.nav_scroller {
    overflow-y: hidden;
    background: rgba(255, 255, 255, 0.3);
    overflow-x: scroll;
}
.nav_scroller .nav_scroller_title {
    display: none;
}
.nav_scroller .nav_scroller_mask {
    -webkit-overflow-scrolling: touch;
} 
.nav_scroller .nav_scroller_mask ul {
    display: table;
    list-style: none;
    margin: 0 auto;
}
.nav_scroller .nav_scroller_mask ul li {
    display: table-cell;
    padding: 0 4px;
}
.nav_scroller .nav_scroller_mask ul li a {
    display: block;
    position: relative; 
    padding: 16px 8px;
    white-space: nowrap;
    color: #333;
    font-family: sans-serif;
    font-size: 1.4rem;
    text-decoration: none;
}
.nav_scroller .nav_scroller_mask ul li a:hover {
    border-radius: 4px; 
    background: rgba(253, 253, 253, 0.6);
    color: #F66563;
}
.nav_scroller .nav_scroller_mask ul li a.selected::after {
    content: "";
    position: absolute; 
    left: 0 ;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #F7908F;
}
.nav_scroller .nav_scroller_mask ul li a.selected:hover {
    background: none;
    color: #333;
}
/*カテゴリー一覧*/
nav.category_list {
    margin-top: 16px;
}
.nav_column {
    background: #FFF;
}
.nav_column li {
    position: relative;
    border-top: solid 1px #DDD;
}
.nav_column li:first-child {
    border-top: none;
}
.nav_column li::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 0;
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav_column li:hover::after {
    border-color: #F7908F;
}
.nav_column li a {
    display: block;
    padding: 16px;
    color: #666;
    font-weight: bold;
    font-size: 1.4rem;
}
.nav_column li a:hover {
    color: #F7908F;
}

/*--------------------------------------

    タブ切り替え

---------------------------------------*/
.tab_sort {
    display: -ms-flexbox;/* IE10 */
    display: flex;
    -ms-justify-content: space-around;/* IE10 */
    justify-content: space-between;
    margin-top: 8px;
}
.tab_sort li {
    -ms-flex: 1; /* IE10 */
    flex-grow: 1;
    flex-basis: 0;
    padding-right: 4px;
    box-sizing: border-box;
}
.tab_sort li:last-child {
    padding-right: 0;
}
.tab_sort li a {
    display: block;
    line-height: 1.4;
    padding: 12px 12px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 4px 4px 0 0;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    color: #999;
    font-size: 1.4rem;
    text-align: center;
}
.tab_sort li a:hover {
    color: #F7908F;
}
.tab_sort li.selected a {
    color: #666;
    background: #FFF;
}

/*--------------------------------------

    お悩みリスト

---------------------------------------*/
/*お悩みリスト*/
.qlist {
    border-bottom: solid 1px #DDD;
    position: relative;
    display: block;
    padding: 24px 12px 20px 12px;
    background: #FFF;
}
.qlist .qlist_category{
    margin-top: 4px;
}
.qlist:hover .qlist_heading p {
    color: #F7908F;
    text-decoration: underline;
}
.qlist .qlist_name {
    display: table;
    margin-top: 8px ;
}
.qlist .qlist_name svg {
    display: table-cell;
}
.qlist .qlist_name p {
    display: table-cell;
    vertical-align: middle;
    padding-right: 70px;
}

.qlist qlist_name p {
    display: inline-block;
}
.qlist .qlist_date {
    position: absolute;
    top: 12px;
    right: 12px;
}
.qlist .qlist_value {
    position: absolute;
    bottom: 20px;
    right: 12px;
}
.qlist .qlist_value span {
    display: inline-block;
    color: #F7908F;
}

/*--------------------------------------

    お悩みリスト（ランキング・受付中）

---------------------------------------*/
.qlist_min {
    display: table;
    width: 100%;
    position: relative;
    padding: 12px;
    border-top: solid 1px #DDD;
    box-sizing: border-box;
    background: #FFF;
}
ul li:first-child .qlist_min {
    border-top: none;
}
.qlist_min:hover .qlist_min_text_heading p {
    color: #F7908F;
    text-decoration: underline;
}
.qlist_min .qlist_min_icon {
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 40px;
}
.qlist_min .qlist_min_text {
    display: table-cell;
    vertical-align: top;
    padding-left: 8px;
}
.qlist_min .qlist_min_text .qlist_min_text_value {
    margin-top: 4px ;
    text-align: right;
}
.qlist_min .qlist_min_text .qlist_min_text_value span {
    color: #F7908F;
}
/*王冠*/
.qlist_min .qlist_min_icon .bg_crown {
    position: relative;
    width: 0;
    height: 0;
    margin: 0px auto 4px auto;
    border-bottom: 20px solid #DDD;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.qlist_min .qlist_min_icon .bg_crown:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 20px solid #DDD;
    border-left: 20px solid #DDD;
    border-right: 20px solid #DDD;
}
.qlist_min .qlist_min_icon .bg_crown p {
    position: absolute;
    top: 15px;
    left: -4px;
    color: #FFF;
    font-weight: bold;
    font-size: 1.4rem;
}
    /*金*/
    .qlist_min_ranking_box li:nth-child(1) .qlist_min .qlist_min_icon .bg_crown {
        border-bottom: 20px solid #EEBD53;
    }
    .qlist_min_ranking_box li:nth-child(1) .qlist_min .qlist_min_icon .bg_crown::before {
        border-bottom: 20px solid #EEBD53;
        border-left: 20px solid #EEBD53;
        border-right: 20px solid #EEBD53;
    }
    /*銀*/
    .qlist_min_ranking_box li:nth-child(2) .qlist_min .qlist_min_icon .bg_crown {
        border-bottom: 20px solid #B1B1B1;
    }
    .qlist_min_ranking_box li:nth-child(2) .qlist_min .qlist_min_icon .bg_crown::before {
        border-bottom: 20px solid #B1B1B1;
        border-left: 20px solid #B1B1B1;
        border-right: 20px solid #B1B1B1;
    }
    /*銅*/
    .qlist_min_ranking_box li:nth-child(3) .qlist_min .qlist_min_icon .bg_crown {
        border-bottom: 20px solid #BB955C;
    }
    .qlist_min_ranking_box li:nth-child(3) .qlist_min .qlist_min_icon .bg_crown::before {
        border-bottom: 20px solid #BB955C;
        border-left: 20px solid #BB955C;
        border-right: 20px solid #BB955C;
    }

.qlist_min_ranking_box .qlist_min .qlist_min_icon span {
    display: block;
    color: #666;
    font-size: 1.4rem;
    text-align: center;
}

/*リボン*/
.qlist_min_accepting_box .qlist_min .qlist_min_icon .bg_ribbon {
    position: relative;
    width: 46px;
    height: 20px;
    background: #f66563;
}
.qlist_min_accepting_box .qlist_min .qlist_min_icon .bg_ribbon::before {
    content:" ";
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    margin: 0px auto 2px auto;
    border-top: 34px solid #f66563;
    border-left: 0 solid transparent;
    border-right: 46px solid transparent;
}
.qlist_min_accepting_box .qlist_min .qlist_min_icon .bg_ribbon::after {
    content:" ";
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    margin: 0px auto 2px auto;
    border-top: 34px solid #f66563;
    border-right: 0 solid transparent;
    border-left: 46px solid transparent;
}
.qlist_min_accepting_box .qlist_min .qlist_min_icon p {
    display: block;
    position: absolute;
    top: 6px;
    left: 0px;
    line-height: 1.2;
    width: 46px;
    color: #FFF;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
}

/*--------------------------------------

    お悩みリスト（関連するお悩み）

---------------------------------------*/
.qlist_relation_box {
    margin-top: 4px;
}
.qlist_relation_box li {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.qlist_relation_box li .qlist_relation {
    display: block;
    padding: 8px 20px 8px 0;
    color: #666;
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.qlist_relation_box li .qlist_relation:hover { color: #F7908F; }
.qlist_relation_box li::after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 4px;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 0;
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.qlist_relation_box li:hover::after { border-color: #F7908F; }

/*--------------------------------------

    お悩みリスト内VIP広告

---------------------------------------*/
.qlist_pr {
    position: relative;
    display: flex;
    padding: 16px 12px;
    border-bottom: solid 1px #DDD;
    background: #fff;
	overflow: hidden;
}
.qlist_pr::after {
    content: "PR";
    display: block;
    position: absolute;
    top: 11px;
    right: -14px;
    width: 60px !important;
    height: 12px !important;
    line-height: 12px;
    transform: rotate(45deg);
    box-shadow: rgba(102,102,102,.1) 0 2px 0;
    background: #faa2cf;
    color: #fff;
    font-size: 9px;
    letter-spacing: 2px;
    text-align: center;
}
.qlist_pr .qlist_pr_left {
    width: 30%;
    min-width: 120px;
    max-width: 150px;
}
.qlist_pr .qlist_pr_left img {
    width: 100%;
}
.qlist_pr .qlist_pr_right {
    line-height: 1.3;
    margin: 0 24px 0 12px;
}
.qlist_pr .qlist_pr_right .text {
    line-height: 1.4;
    margin: 0 0 8px 0;
    color: #F88AC3;
    font-size: 1.4rem;
}
.qlist_pr .qlist_pr_right .data {
    margin: 0 0 4px 0;
    color: #666;
    font-size: 1.0rem;
}


/*--------------------------------------

    お悩み本文

---------------------------------------*/
.q_bord { 
    margin-top: 0;
}
.article_q {
    display: block;
    position: relative;
    width: 100%;
}
.article_q .article_q_link{
    padding: 0 0 20px 0;
    text-align: right;
}
.article_q .article_q_link a{
    display: inline-block;
    font-size: 1.2rem;
    color: #F7908F;
    text-decoration: underline;
}
.article_q .article_q_link a:hover {
    text-decoration: none;
}
.article_q .article_q_name {
    padding: 16px 0 12px;
}
.article_q .article_q_name p {
    display: inline-block;
}
.article_q .article_q_date {
    position: absolute;
    top: 0;
    right: 0;
}
.article_q .article_q_title {
    display: table;
}
.article_q .article_q_title svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    padding: 0 8px 8px 0;
    fill: #F7908F;
}
.article_q .article_q_title p {
    display: table-cell;
    color: #333;
    font-size: 1.8rem;
}
/*働きたいエリア表示*/
.article_q .article_q_workarea {
    display: table;
    width: 100%;
    padding: 4px 0 8px;
    border-bottom: solid 1px #DDD;
}
.article_q .article_q_workarea .workarea {
    display: table-cell;
    width: 100px;
    color: #666;
    font-weight: bold;
    font-size: 1.2rem;
}
.article_q .article_q_workarea ul {
    display: table-cell;
    font-size: 0;/*余白対策*/
}
.article_q .article_q_workarea ul li {
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 4px;
    background: #FEEEEE;
    color: #F7908F;
    font-weight: bold;
    font-size: 1.2rem;
}
/**/
.article_q .article_q_text {
    line-height: 2;
    margin-top: 8px;
}
.article_q .article_q_text svg {
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 4px;
    fill: #F7908F; 
}
.article_q .article_q_value {
    margin-top: 16px;
}
.article_q .article_q_value li {
    display: inline-block;
    margin: 4px 4px 0 0;
    padding: 4px;
    background: #F4F4F4;
    color: #666;
    font-size: 1.4rem;
}
.article_q .article_q_value li span {
    padding-left: 4px;
    color: #F7908F;
}
.article_q .sns_box {
    margin: 20px 0;
    padding: 12px;
    background: #f7f7f7;
}
.article_q .sns_box p {
    color: #999;
    font-size: 1.4rem;
    text-align: center;
}
.article_q .sns_box ul {
    margin-top: 8px;
    text-align: center;
}
.article_q .sns_box ul li {
    display: inline-block;
    padding: 0 4px;
}
.article_q .sns_box ul li a {
    display: block;
}
.article_q .sns_box ul li a:hover {
    opacity: .8;
}
.article_q .sns_box ul li a svg {
    width: 44px;
    height: 44px;
}
.response_box {
    padding: 20px 0;
    border-top: solid 1px #DDD;
}
.response_box:empty {
    padding: 6px 0;
    border-top: none;
}
.response_box  form,
.response_box2 form {
    max-width: 600px;
    margin: 0 auto;
}
.response_box .response_box_ttl,
.response_box2 .response_box_ttl {
    padding: 20px 0;
    color: #f7908f;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
}
/*送信完了しました*/
.complete_send_none {
    display: none;
}
.complete_send {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40%;
    min-width: 200px;
    padding: 20px 20px 30px;
    border: solid 4px #5ABBCD;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .2);
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    z-index: 1000;
    transform: translate( -50%, -50%);
    -webkit-transform: translate( -50%, -50%);
    animation: fadeIn 1s ease-in-out 0s 1 forwards;
    -webkit-animation: fadeIn 1s ease-in-out 0s 1 forwards;
}
.complete_send svg {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    fill: #5ABBCD;
    vertical-align: middle;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    20% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0
    }
}


/*--------------------------------------

    お悩み回答

---------------------------------------*/
.article_a {
    display: block;
    position: relative;
    margin-top: 8px;
}
.article_a .article_a_name {
    margin-top: 20px ;
}
.article_a .article_a_name p {
    display: inline-block;
}
.article_a .article_a_name a:hover {
    color: #F7908F;
}
.article_a .article_a_date {
    position: absolute;
    top: 22px;
    right: 18px;
}
.article_a .article_a_text {
    line-height: 2;
    margin-top: 8px;
}
.article_a .btn_indeed_box {
    padding: 8px 0;
    text-align: right;
}
.article_a .btn_indeed_box .btn_indeed {
    display: inline-block;
    border-radius: 8px;  
    background: #feeeee;
}
.article_a .btn_indeed_box .btn_indeed:hover {
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}
.article_a .btn_indeed_box .btn_indeed.selected {
    background: #f7f7f7;
    box-shadow: none;
}
.article_a .btn_indeed_box .btn_indeed.selected p,
.article_a .btn_indeed_box .btn_indeed.selected span {
    background: none;
    color: #999;
}
.article_a .btn_indeed_box .btn_indeed.selected:hover {
    transform: none;
}
.article_a .btn_indeed_box .btn_indeed p {
    display: inline-block;
    padding: 12px 8px;
    border-radius: 8px 0 0 8px;  
    color: #F7908F;
    font-weight: bold;
    font-size: 1.4rem;
}
.article_a .btn_indeed_box .btn_indeed span {
    display: inline-block;
    min-width: 30px;
    padding: 12px 4px;
    border-radius: 0 8px 8px 0;  
    background: #F7908F;
    color: #FFF; 
    font-size: 1.4rem;
    text-align: center;
}
.article_a .article_a_shop {
    display: block;
    margin-top: 8px ;
    padding: 8px;
    border: solid 1px #DDD;
    border-radius: 4px;  
}
.article_a .article_a_shop:hover {
    opacity: .8;
}
.article_a .article_a_shop img {
    width: 120px;
    float: left;
}
.article_a .article_a_shop img.type2 {
    width: 180px;
    float: left;
}
.article_a .article_a_shop .article_a_shop_detail {
    float: left;
    margin: 8px 0 0 8px;
}
.article_a .article_a_shop .article_a_shop_detail p {
    display: inline-block;
    color: #666;
    font-size: 1.4rem;
}
.article_a .article_a_shop .article_a_shop_detail p:nth-of-type(2) {
    display: inline-block;
    margin-top: 8px;
    color: #666;
    font-size: 1.2rem;
}
/*ベストアンサー*/
.article_a_ba {
    margin-bottom: 20px;
}
.heading_ba {
    position: relative;
    top: 18px;
    line-height: 50px;
    border-radius: 4px 4px 0 0;
    background: #FEEEEE;
    color: #666;
    font-weight: bold;
    font-size: 1.6rem;
    z-index: 10;
}

/*--------------------------------------

    キーワード一覧

---------------------------------------*/
.keyword_list {
    margin-top: 8px;
    font-size:0;/*inline余白対策*/
}
.keyword_list li {
    display: inline-block;
    margin: 0 2px 4px 0;
}
.keyword_list li a {
    display: block;
    padding: 8px;
    border: solid 1px #DDD;
    border-radius: 4px;
    background: #FFF;
    color: #333;
    font-size: 1.6rem;
}
.keyword_list li a:hover {
    color: #F7908F;
}
.keyword_list li a::before {
    content: "#";
    padding-right: 4px; 
}
/*皆が気になっているキーワード*/
.keyword_list_box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
    background: #E3F3F7;
    border: solid 12px #FFF;
    box-sizing: border-box;
    padding: 16px 12px;
}
.keyword_list_box p {
    text-align: center;
}
/*オファーキャンペーンバナー*/
.bn_campaign {
    width: 300px;
    display: block;
    margin: 16px auto 0;
}
.bn_campaign img {
    width: 100%;
    height: auto;
}
.bn_campaign .ban_campaign_line {
    box-sizing: border-box;
    margin: 0 auto 16px;
    padding: 5px 0 4px;
    border: solid 1px #ff2783;
    background: #fff;
    color: #ff2783;
    font-size: 1.2rem;
    text-align: center;
}
/*--------------------------------------

    りれき

---------------------------------------*/
.history_none {
    position: relative;
    min-height: 90px;
    margin-bottom: 16px;
    padding: 20px 16px;
    background: #FFF;
}
.history_none p {
    text-align: center;
}

/*回答リスト（店舗ログイン中のみ閲覧可能）*/
.historr_response {
    position: relative;
    padding: 20px 16px;
    background: #FFF;
    border-bottom: solid 1px #DDD;
    text-align: center;
}
.historr_response p {
    color: #666;
    font-size: 1.4rem;
    text-align: center;
}
.historr_response p span {
    margin-right: 4px;
}

.alist {
    position: relative;
    display: block;
    padding: 24px 12px 20px 12px;
    border-bottom: solid 1px #DDD;
    background: #FFF;
}
.alist .alist_date {
    position: absolute;
    top: 12px;
    right: 12px;
}
/*回答*/
.alist .alist_q {
  position: relative;
}
.alist .alist_q .alist_category {
    margin-top: 4px;
}
.alist .alist_q .alist_heading {
    margin-top: 4px;
}
.alist .alist_q .alist_name {
    margin-top: 4px;
}
.alist .alist_q .alist_value {
    text-align: right; 
}
.alist .alist_q .alist_value span {
    display: inline-block;
    margin-left: 8px;
    color: #F7908F;
}
/*質問*/
.alist .alist_a {
    position: relative;
    margin-top: 20px;
    padding: 16px;
    background: #E3F3F7;
    border-radius: 4px ;
}
.alist .alist_a::before {
    content: "";
    position: absolute;
    left: 12px;
    top: -10px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #E3F3F7;
}
.alist_a p {
    margin-bottom: 12px;
    font-size: 1.2rem;
    color: #999;
}
.alist_a ul li {
    margin-top: 12px;
    padding-top: 12px;
    border-top: solid 1px #c6dbe0;
}
.alist_a ul li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top:none;
}

/*--------------------------------------

    お悩み投稿フォーム

---------------------------------------*/
.btn_transfer {
    display: block; 
    position: relative;
    padding: 12px;
    background: rgba(255, 255, 255, 0.3);
    color: #F7908F;
    font-weight: bold;
    font-size: 1.3rem;
}
.btn_transfer::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 0;
    border-right: 2px solid #F7908F;
    border-top: 2px solid #F7908F;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_transfer:hover {
    opacity: .8;
}
/*投稿手順*/
.process {
    position: relative;
    display: -ms-flexbox;/* IE10 */
    display: flex; 
    -ms-justify-content: space-between;/* IE10 */
    justify-content: space-between;
    width: 80%;
    max-width: 400px;
    margin: 0 auto 16px auto; 
}
.process:before {
    content: "";
    display: block; 
    position: absolute;
    left: 0; 
    bottom: 13px;
    width: 50%;
    height: 6px;
    background: #FFF;
}
.process:after {
    content: "";
    display: block; 
    position: absolute;
    right: 0; 
    bottom: 13px;
    width: 50%;
    height: 6px;
    background: #FFF;
}
.process.process_2:before,
.process.process_3:after {
    background: #F7908F;
}
.process li {
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-top: 20px;
    border-radius: 26px;
    background: #FFF;
    color: #999;
    font-size: 1.4rem;
    text-align: center;
    z-index: 1;
}
.process li.finish {
    background: #F7908F;
    color: #FFF;
    font-weight: bold;
}
.process li span {
    content: "入力";
    position: absolute;
    top: -28px;
    left: 0;
    display: block;
    width: 32px;
    color: #999;
}
.process li.finish span {
    color: #F7908F;
    font-weight: bold;
}

/*--------------------------------------

    新規投稿

---------------------------------------*/
.fixed_btn_edit_buttom {
    position: fixed;
    right: 12px;
    bottom: 100px;
    width: 84px;
    height: 84px;
    padding: 10px 0;
    box-sizing: border-box;
    border: solid 2px #FFF;
    border-radius: 80px;
    background: #F7908F;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    z-index: 90;
}
.fixed_btn_edit_buttom svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    fill: #FFF;
    margin-bottom: 4px;
}
.fixed_btn_edit_buttom:hover {
    background-color: #f18988;
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}
.fixed_btn_edit_buttom p {
    font-size: 1.4rem;
}

.fixed_btn_edit {
    position: fixed;
    right: 12px;
    bottom: 12px;
    width: 84px;
    height: 84px;
    padding: 10px 0;
    box-sizing: border-box;
    border: solid 2px #FFF;
    border-radius: 80px;
    background: #F7908F;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    z-index: 90;
}
.fixed_btn_edit:hover {
    background-color: #f18988;
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}
.fixed_btn_edit svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    fill: #FFF;
    margin-bottom: 4px;
}
.fixed_btn_edit p {
    font-size: 1.4rem;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/*--------------------------------------

    投稿がない場合

---------------------------------------*/
.no_post {
    text-align: center;
    padding-bottom: 4px;
}

/*--------------------------------------

  モーダル

---------------------------------------*/
/*モーダルコンテンツを開く時*/
.ModalIn {
    -webkit-animation: ModalIn .4s ease forwards;
    animation: ModalIn .4s ease forwards;
    z-index: 9999;
}
@-webkit-keyframes ModalIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes ModalIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}

/*モーダルコンテンツを閉じる時*/
.ModalOut {
    -webkit-animation: ModalOut .4s ease forwards;
    animation: ModalOut .4s ease forwards;
}
@keyframes ModalOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@-webkit-keyframes ModalOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
/*モーダルコンテンツ*/
.modal {
    position: relative;
    opacity: 0;
    z-index: -9999;
    top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    /*-webkit-overflow-scrolling: touch;*//*iOSでスクロールできないため一旦コメントアウト*/
}
.modal::-webkit-scrollbar {
    display: none;
}
.modal .modal-content {
    position: relative;
    top: 0;
    left: 50%;
    width: 90%;
    max-width: 600px;
    margin: 60px 0;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: none;
    box-sizing: border-box;
}
.modal .modal-content .modal-txt img {
    max-width: 100% !important;
}
.modal .modal-content .close {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #FFF;
    font-family: Arial, Baskerville, monospace;
    font-size: 3rem;
    text-align: center;
    cursor: pointer;
}
.modal .modal-content .close svg {
    width: 16px;
    height: 16px;
    fill: #666;
}
.modal .modal-content .modal-ttl {
    padding: 0 20px 20px 0;
    color: #666;
    font-weight: bold;
    font-size: 1.6rem;
    width: 12px;
    height: 12px;
}

/*--------------------------------------

  お悩み相談ヘルプモーダル

---------------------------------------*/

#Modal-onayami .modal-content {
    padding: 0 0 20px 0;
}
#Modal-onayami .modal-content .modal-inner img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}
#Modal-onayami .modal-content .prev_next {
    width: 90%;
    max-width: 600px;
    margin: 30px auto 10px auto;
}
/*--------------------------------------

    タブレット・PC向け表示

---------------------------------------*/
@media screen and (min-width:600px) {
    .svg_response {
        width: 20px;
        height: 20px;
    }
    .svg_girl,
    .svg_boy {
        width: 30px;
        height: 30px;
        position: relative;
        top: 2px;
    }
    /*テキスト*/
    .text_heading {
        font-size: 1.8rem;
    }
	.text_heading_category_disc {
		padding: 12px 24px;
	}
    .text_assistant {
        font-size: 1.4rem;
    }
    .text_sub {
        font-size: 1.4rem;
    }
    .qa_help {
        width: auto;
        display: inline-block;
        margin: 4px 0 8px 0;
        color: #F7908F;
        text-decoration: underline;
        font-size: 1.4rem;
        font-weight: normal;
    }
    /*ボタン*/
    .btn_transfer {
        font-size: 1.6rem;
    }
    .fixed_btn_edit_buttom {
        right: 40px;
        bottom: 180px;
        width: 120px;
        height: 120px;
        border: solid 4px #FFF;
    }
    .fixed_btn_edit_buttom svg {
        width: 56px;
        height: 56px;
        margin-bottom: 8px;
    }
    .fixed_btn_edit_buttom p {
        font-weight: normal;
        font-size: 1.6rem;
    }
    .fixed_btn_edit {
        right: 40px;
        bottom: 40px;
        width: 120px;
        height: 120px;
        border: solid 4px #FFF;
    }
    .fixed_btn_edit svg {
        width: 56px;
        height: 56px;
        margin-bottom: 8px;
    }
    .fixed_btn_edit p {
        font-weight: normal;
        font-size: 1.6rem;
    }
    /*タイトル*/
    .heading {
        font-size: 1.8rem;
    }
    .heading_img ._heading_img_sub {
        top: -36px;
        max-width: 160px;
    }
    /*ページング*/
    .paging .paging_movement_box a:nth-child(2) {
        margin-left: 8px;
    }
    /*フォーム*/
    .qa_form td  .error_text {
        font-size: 1.4rem;
    }
    /*コンテンツエリア*/
    .field_normal,
    .field_ghost {
        padding-right: 24px;
        padding-left: 24px;
    }
    .ctsbox-dafault, 
    .ctsbox-ghost {
        padding: 24px;
    }
    .ctsbox_result {
        padding: 12px;
    }
    /*タブ切り替え*/
    .tab_sort li a {
        font-size: 1.6rem;
    }
    /*お悩みリスト*/
    .qlist {
        padding: 20px;
    }
    .qlist .qlist_date {
        top: 20px;
        right: 20px;
    }
    .qlist .qlist_category{
        margin-top: 16px;
    }

    .qlist .qlist_value {
        bottom: 20px;
        right: 20px;
    }
    /*お悩みリスト(簡易ver)*/
    .qlist_min {
        padding: 20px;
    }
    /*回答リスト*/
    .alist {
        padding: 20px;
    }
    .alist .alist {
        top: 20px;
        right: 20px;
    }
    .alist .alist_date {
        top: 20px;
        right: 20px;
    }
    .alist .alist_category {
        margin-top: 16px;
    }
    .alist .alist_value {
        bottom: 20px;
        right: 20px;
    }
    /*お悩み本文*/
    .article_q .article_q_date {
        top: 28px;
        right: 0;
    }
    .article_q .article_q_text {
        min-height: 140px;
    }
    /*お悩み回答*/
    .article_a .article_a_date {
        top: 28px;
        right: 28px;
    }
    .article_a .article_a_shop img {
        max-width: 240px; 
    }
    /*オファーキャンペーンバナー*/
    .bn_campaign {
        width: 400px;
    }
    /*BBS誘導バナー*/
    .bn_bbs {
        width: 400px;
}

}

@media screen and (min-width:960px) {
    .wrapper.head_fixed {
        margin-top: 80px;
    }
    /*ヘッダー*/
    .fixed_header {
        height: 80px;
        padding: 8px;
    }
    .fixed_header .header_btn_search {
        width: 80px;
        height: 64px;
        font-size: 1.4rem;
    }
    .fixed_header .header_btn_history {
        width: 80px;
        height: 64px;
        right: 88px;
        left: auto;
        border-radius: 4px;
        background: #39A7BB;
        font-size: 1.4rem;
    }
    .fixed_header .header_btn_search svg, 
    .fixed_header .header_btn_history svg {
        width: 34px;
        height: 34px;
    }
    .fixed_header a h1 img {
        height: 64px;
    }

    .nav_scroller {
        padding: 12px 24px;
        overflow-x: inherit; 
    }
    .nav_scroller .nav_scroller_title {
        display: block;
        margin-bottom: 8px;
        padding: 8px 8px 12px 8px;
        border-bottom: solid 1px #ffffff;
        color: #333;
        font-size: 1.6rem;
    }
    .nav_scroller .nav_scroller_mask ul {

        display: -ms-flexbox;/* IE10 */
        display: flex;
        flex-wrap: wrap;
    }
    .nav_scroller .nav_scroller_mask ul li {
        display: inline-block;
        padding: 4px 8px;
    }
    .nav_scroller .nav_scroller_mask ul li a {
        padding: 8px;
        border-radius: 4px; 
        background: rgba(253, 253, 253, 0.6);
    }
    .nav_scroller .nav_scroller_mask ul li a.selected {
        background: none;

    }
}

/*--------------------------------------

    スワイパー高さ調整

---------------------------------------*/
.swiper-container.vip_swiper .swiper-slide{
	height: auto;
}
.swiper-container.vip_swiper .swiper-slide .qlist_pr {
	height: 100%;
	box-sizing: border-box;
}

/*--------------------------------------

  ボタン

---------------------------------------*/
.bt_round,
button.bt_round {
    position: relative;
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 20px auto;
    padding: 14px 10px;
    box-sizing: border-box;
    border: solid 2px #ef9eb2;
    border-radius: 60px;
    background: #ef9eb2;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.bt_round_tw {
    position: relative;
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 20px auto;
    padding: 14px 10px;
    box-sizing: border-box;
    border: solid 2px #009fef;
    border-radius: 60px;
    background: #009fef;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.bt_round:hover,
button.bt_round:focus {
    border-color: #f4b3c4;
    background: #f4b3c4;
}

.bt_round_tw:hover {
    border-color: #00b0ef;
    background: #00b0ef;
}
#info_rt_campaign img,
#info_qa_release img {
    display: block;
    margin: 40px auto 10px auto;
    width: 75%;
    box-sizing: border-box;
}
.text_warning{
    font-size:1.6rem;
    font-weight:bold;
    color: red;
    margin: 10px 0;
}