@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');


html {
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", sans-serif;
    color: #4B4B4B;
    font-size: 1.4rem;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: none;
}

_:-ms-lang(x)::-ms-backdrop body {
    font-family: "メイリオ", Meiryo, sans-serif;
}

input:-webkit-autofill {
    transition: background-color 10000s ease-in-out 0s;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #4B4B4B;
}

.link_underline {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #4b4b4b;
    line-height: 1.6;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #4b4b4b;
    padding: 0 0 0px;
}

.link_underline.-fc_green {
    color: #18D869;
    border-bottom: 1px solid #18D869;
}



.underline.-fc_green {
    color: #18D869;
    border-bottom: 1px solid #18D869;
}

ul {
    list-style: none;
}

.align_center {
    text-align: center;
}

.margin_center {
    margin: 0 auto;
}

.-mt_0 {
    margin-top: 0px !important;
}

.-mt_5 {
    margin-top: 5px !important;
}

.-mt_8 {
    margin-top: 8px !important;
}

.-mt_12 {
    margin-top: 12px !important;
}

.-mt_15 {
    margin-top: 15px !important;
}

.-mt_18 {
    margin-top: 18px !important;
}

.-mt_20 {
    margin-top: 20px !important;
}

.-mt_24 {
    margin-top: 24px !important;
}

.-mt_30 {
    margin-top: 30px !important;
}

.-mt_35 {
    margin-top: 35px !important;
}

.-mt_40 {
    margin-top: 40px !important;
}

.-mt_45 {
    margin-top: 45px !important;
}

.-mt_48 {
    margin-top: 48px !important;
}

.-mt_50 {
    margin-top: 50px !important;
}

.-mt_60 {
    margin-top: 60px !important;
}

.-mt_70 {
    margin-top: 70px !important;
}

.-mt_78 {
    margin-top: 78px !important;
}

.-mb_5 {
    margin-bottom: 5px !important;
}

.-mb_10 {
    margin-bottom: 10px !important;
}

.-mb_15 {
    margin-bottom: 15px !important;
}

.-mb_20 {
    margin-bottom: 20px !important;
}

.-mb_25 {
    margin-bottom: 25px !important;
}

.-mb_32 {
    margin-bottom: 32px !important;
}

.-mb_35 {
    margin-bottom: 35px !important;
}

.-mb_40 {
    margin-bottom: 40px !important;
}

.-mb_50 {
    margin-bottom: 50px !important;
}

.-mb_85 {
    margin-bottom: 85px !important;
}

.-mr_3 {
    margin-right: 3px !important;
}

.-mr_15 {
    margin-right: 15px !important;
}

.-mr_20 {
    margin-right: 20px !important;
}

.-ml_3 {
    margin-left: 3px !important;
}

.-ml_8 {
    margin-left: 8px !important;
}

.-ml_15 {
    margin-left: 15px !important;
}

.-ml_20 {
    margin-left: 20px !important;
}

.-ml_30 {
    margin-left: 30px !important;
}

.-ml_50 {
    margin-left: 50px !important;
}

.-pt_0 {
    padding-top: 0px !important;
}

.-pt_20 {
    padding-top: 20px !important;
}

.-pt_30 {
    padding-top: 30px !important;
}

.-pt_50 {
    padding-top: 50px !important;
}

.-pt_100 {
    padding-top: 100px !important;
}

.-pt_120 {
    padding-top: 120px !important;
}

.-pt_140 {
    padding-top: 140px !important;
}

.-pb_0 {
    padding-bottom: 0px !important;
}

.-pb_15 {
    padding-bottom: 15px !important;
}

.-pb_30 {
    padding-bottom: 30px !important;
}

.-pb_60 {
    padding-bottom: 60px !important;
}

.-pb_80 {
    padding-bottom: 80px !important;
}

.-pb_140 {
    padding-bottom: 140px !important;
}

.-pb_160 {
    padding-bottom: 160px !important;
}

.-pl_10 {
    padding-left: 10px !important;
}

.-pl_20 {
    padding-left: 20px !important;
}

.-pl_50 {
    padding-left: 50px !important;
}


.-w_26p {
    width: 26% !important;
}

.-w_25p {
    width: 25% !important;
}

.-w_40p {
    width: 40% !important;
}

.-w_45p {
    width: 45% !important;
}

.-w_60p {
    width: 60% !important;
}

.-w_75p {
    width: 75% !important;
}

.-w_80p {
    width: 80% !important;
}

.-w_85p {
    width: 85% !important;
}

.-w_90p {
    width: 90% !important;
}

.-w_100p {
    width: 100% !important;
}

.-plr_15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.-plr_20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.-plr_40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.-flex {
    display: flex;
}

.-flex_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.-flex_center {
    display: flex;
    justify-content: center !important;
    align-items: center;
}

.-flex_align_center {
    display: flex;
    align-items: center;
}

.-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.-flex-column {
    flex-direction: column;
}

.-align_center {
    text-align: center !important;
}

.-align_left {
    text-align: left !important;
}

.-align_right {
    text-align: right;
}

.fw_normal {
    font-weight: 400;
}

.bold {
    font-weight: bold;
}

.fw_600 {
    font-weight: 600;
}

.fw_900 {
    font-weight: 900;
}

.-fs_10 {
    font-size: 1.0rem !important;
}

.-fs_11 {
    font-size: 1.1rem !important;
}

.-fs_12 {
    font-size: 1.2rem;
}

.-fs_13 {
    font-size: 1.3rem !important;
}

.-fs_14 {
    font-size: 1.4rem !important;
}

.-fs_15 {
    font-size: 1.5rem;
}

.-fs_16 {
    font-size: 1.6rem !important;
}

.-fs_17 {
    font-size: 1.6rem !important;
}

.-fs_18 {
    font-size: 1.8rem !important;
}

.-fs_20 {
    font-size: 2.0rem;
}

.-fs_28 {
    font-size: 2.8rem;
}

.-lh_14 {
    line-height: 1.4;
}

.-fc_green {
    color: #18D869 !important;
}

.-fc_red {
    color: #E13C3C;
}

.-fc_dark_red {
    color: #b81c25;
}

.-fc_lightgray {
    color: #8b8b8b;
}

.-bg_green {
    background-color: #18D869 !important;
}

.highlight {
    font-weight: 900;
}

h2.section_title {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
}

hr.separate {
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
    border: none;
    margin: 15px 0;
}

hr.green_separate {
    width: 100%;
    height: 2px;
    background: #18d869;
    border: none;
    margin: 15px 0;
}

h2.text_left_hover_title {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    color: #4b4b4b;
    position: relative;
}

h2.text_left_hover_title span {
    display: inline-block;
    background: #f0f0f0;
    padding: 0 10px 0 0;
}

h2.text_left_hover_title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
    z-index: -1;
}

h2.section_title_inside_main {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
    position: relative;
    margin: 0;
    padding: 12px 0;
}

h2.section_title_inside_main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}

.info_txt {
    margin: 27px 0 24px;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}

#wrapper {
    display: flex;
    flex-wrap: wrap;
}

#wrapper_main {
    position: relative;
    min-height: 100vh;
    width: 100%;
    margin: 0 auto;
}

#wrapper_left {
    display: none;
}

#wrapper_right{
    display: none;
}


/* For Tablet */
@media (min-width: 768px) {
    
    #wrapper {
    }
    
    #wrapper_main{
        width: 600px;
    }
    
    #wrapper_left {
        display: block;
        width: calc((100% - 600px) / 2);
        /*position: relative; 20230919 */
        position: fixed; /* 20230919 */
        top: 0; /* 20230919 */
        left: 0; /* 20230919 */
        height: 100%; /* 20230919 */
    }

    #wrapper_right {
        display: block;
        width: calc((100% - 600px) / 2);
        /*position: relative; 20230919 */
        position: fixed; /* 20230919 */
        top: 0; /* 20230919 */
        right: 0; /* 20230919 */
        height: 100%; /* 20230919 */
    }

    #wrapper_left::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background: rgb(186,186,186);
        background: linear-gradient(90deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
        z-index: 99;
    }

    #wrapper_right::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background: rgb(186,186,186);
        background: linear-gradient(90deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
        z-index: 99;
    }
    
    #wrapper_right_inner {
        display: flex;
        flex-direction: column;
        /*justify-content: space-between; 202307 */
        justify-content: flex-start;
        align-items: center;
        width: 100px;
        height: 100%;
        padding: 25px 0;
    }
    
    .wrapper_right_inner_flex_start {
        justify-content: flex-start !important;
    }
    
    #wrapper_right .btn_home a {
        display: block;
        width: 54px;
        height: 54px;
        border-radius: 27px;
        box-shadow: -3px -3px 3px #fff, 3px 3px 3px #b7b7b7;
        background-image:url("../img/icon_home.svg");
        background-repeat: no-repeat;
        background-size: 22px 26px;
        background-position: center center;
    }
    
    .wrapper_right_inner_spacer {
        padding-top: 70px;
    }
    
    .wrapper_right_inner_spacer_attribute {
        padding-top: 20px !important;
    }
    
    h2.section_title_inside_main {
        font-size: 2.0rem;
    }
}

@media screen and (min-width: 768px) and (max-height: 930px) {
    #wrapper_left { /* ■530 202608 */
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    #wrapper_left::-webkit-scrollbar { /* ■530 202608 */
        display: none;
    }
}

/* For PC */
@media (min-width: 1280px) {
    .wrapper_right_inner_spacer {
        /*padding-top: 275px;*/
        /*padding-top: 265px; 20230824*/
        /*padding-top: 273px; 20230919*/
        padding-top: 75px; /* 202608 */
    }
    
    #wrapper_right_inner .right_btn_question {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        box-shadow: -3px -3px 3px #fff, 3px 3px 3px #b7b7b7;
        background-color: #f0f0f0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: none;
        cursor: pointer;
    }
    
    #wrapper_right_inner .right_btn_question .btn_q_choice {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background-image: url(../img/icon_q_choice_g.svg);
        background-repeat: no-repeat;
        background-size: 20px 23px;
        background-position: center center;
    }
    
    #wrapper_right_inner .right_btn_question .btn_q_free {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background-image: url(../img/icon_q_free_g.svg);
        background-repeat: no-repeat;
        background-size: 23px 21px;
        background-position: center center;
    }
}

.display_pc {
    display: none !important;
}

.display_sp {
    display: block !important;
}

.display_none {
    display: none;
}

@media (min-width: 768px) {
    
    .display_pc {
        display: block !important;
    }

    .display_sp {
        display: none !important;
    }
}

/* ------------------------------------------------------------------*/
/* 基本形　ヘッダ部分  */
/* ------------------------------------------------------------------*/

.header_area {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /*max-width: 600px;*/
    height: 100px;
    z-index: 900;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f0f0f0;
}

.header_area.narrow {
    height: 60px;
}

.header_area::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}

.header_area.narrow.no_border::after {
    background: none;
}

.header_area_top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
}

.header_btn_user {
    width: 88px;
    margin: 0 0 0 16px;
    position: relative;
}

.header_btn_user p {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border-radius: 17px;
    box-shadow: -1px -1px 3px #fff, 2px 2px 3px #b7b7b7;
}

.header_btn_user img {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    border: 2px solid #fff;
    object-fit: cover;
}

.header_btn_user span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #18D869;
    position: absolute;
    top: 0px;
    left: 28px;
}

.header_btn {
    width: 88px;
    display: flex;
    justify-content: flex-end;
    margin: 0 16px 0 0;
}

.header_title + .header_btn {
    width: 88px;
    display: flex;
    justify-content: flex-end;
    margin: 0 16px 0 0;
}

.header_btn_home a {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    box-shadow: -3px -3px 3px #fff, 3px 3px 3px #b7b7b7;
    background-image:url("../img/icon_home.svg");
    background-repeat: no-repeat;
    background-size: 13px 16px;
    background-position: center center;
}

.header_btn_cancel a, .header_btn_cancel input[type="submit"] {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    box-shadow: -3px -3px 3px #fff, 3px 3px 3px #b7b7b7;
    background-image:url("../img/icon_cancel_gr.svg");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
    background-color: #f0f0f0;
}

.header_btn_cancel input[type="submit"] {
    padding: 0 0 0 34px;
}

.header_btn_back, .header_btn_home {
    width: 88px;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 0 16px;
}

.header_btn_question, .header_right_spacer {
    width: 88px;
    display: flex;
    justify-content: flex-end;
    margin: 0 16px 0 0;
}

.header_btn_back a, .header_btn_back input[type="submit"], .header_btn_back .open_global_nav  {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    box-shadow: -3px -3px 3px #fff, 3px 3px 3px #b7b7b7;
    background-image:url("../img/icon_back.svg");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
    background-color: #f0f0f0;
}

.header_btn_home .btn_home  {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    box-shadow: -3px -3px 3px #fff, 3px 3px 3px #b7b7b7;
    background-image:url("../img/icon_home_g.svg");
    background-repeat: no-repeat;
    background-size: 17px 19px;
    background-position: center center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
    background-color: #f0f0f0;
}

.header_btn_question .btn_q_free  {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    box-shadow: -3px -3px 3px #fff, 3px 3px 3px #b7b7b7;
    background-image:url("../img/icon_q_free_g.svg");
    background-repeat: no-repeat;
    background-size: 19px 17px;
    background-position: center center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
    background-color: #f0f0f0;
}

.header_btn_question .btn_q_choice  {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    box-shadow: -3px -3px 3px #fff, 3px 3px 3px #b7b7b7;
    background-image:url("../img/icon_q_choice_g.svg");
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: center center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
    background-color: #f0f0f0;
}

.header_btn_back input[type="submit"] {
    overflow: hidden;
    padding: 0 0 0 34px;
}

.header_area_top .header_title {
    width: calc( 100% - 196px );
    text-align: center;
}

.header_search {
    width: 100%;
    display: flex;
    position: relative;
}

.header_search input[type="text"] {
    height: 34px;
    line-height: 32px;
    border-radius: 17px;
    padding: 0 30px 0 10px;
    color: #4B4B4B;
    font-size: 1.6rem;
    text-align: center;
    caret-color: #18d869;
}

.header_search input[type="submit"] {
    position: absolute;
    right: 3px;
    top: 0;
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    margin: 0 0 0 0px;
    background-image: url(../img/icon_search.svg);
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: center center;
    background-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
}

.header_area_top .header_title {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    color: #000000;
}

.header_area_bottom {
    width: 100%;
    height: 38px;
    position: relative;
}

.header_area_bottom .header_title {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 34px;
}

.header_area_bottom .main_menu, .header_area_bottom .search_menu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.header_area_bottom .main_menu {
    margin: 0 auto;
    width: 86%;
    justify-content: space-between;
}

.header_area_bottom .main_menu li, .header_area_bottom .search_menu li {
    height: 38px;
    line-height: 36px;
}

.header_area_bottom .search_menu li + li {
    margin: 0 0 0 70px;
}

.header_area_bottom .main_menu li:nth-child(1) {
    padding: 0 0 0 18px;
    background-image:url("../img/btn_menu_home.svg");
    background-size: 13px 15px;
    background-position: top 9px left 0;
    background-repeat: no-repeat;
}

.header_area_bottom .main_menu li:nth-child(2) {
    padding: 0 0 0 18px;
    background-image:url("../img/btn_menu_pickup.svg");
    background-size: 15px 15px;
    background-position: top 9px left 0;
    background-repeat: no-repeat;
}

.header_area_bottom .main_menu li:nth-child(3) {
    padding: 0 0 0 22px;
    background-image:url("../img/btn_menu_trend.svg");
    background-size: 18px 12px;
    background-position: top 11px left 0;
    background-repeat: no-repeat;
}

.header_area_bottom .main_menu li:nth-child(4) {
    padding: 0 0 0 18px;
    background-image:url("../img/btn_menu_ranking.svg");
    background-size: 15px 15px;
    background-position: top 9px left 0;
    background-repeat: no-repeat;
}

.header_area_bottom .main_menu li:nth-child(1).current {
    background-image:url("../img/btn_menu_home_on.svg");
    padding: 0 0 0 19px;
    background-size: 14px 16px;
}

.header_area_bottom .main_menu li:nth-child(2).current {
    background-image:url("../img/btn_menu_pickup_on.svg");
    padding: 0 0 0 20px;
    background-size: 17px 17px;
}

.header_area_bottom .main_menu li:nth-child(3).current {
    background-image:url("../img/btn_menu_trend_on.svg");
    padding: 0 0 0 24px;
    background-size: 20px 13px;
}

.header_area_bottom .main_menu li:nth-child(4).current {
    background-image:url("../img/btn_menu_ranking_on.svg");
    padding: 0 0 0 20px;
    background-size: 17px 17px;
}

.header_area_bottom .search_menu li:nth-child(1) {
    padding: 0 0 0 18px;
    background-image:url("../img/btn_menu_new.svg");
    background-size: 12px 14px;
    background-position: top 7px left 0;
    background-repeat: no-repeat;
}

.header_area_bottom .search_menu li:nth-child(2) {
    padding: 0 0 0 18px;
    background-image:url("../img/btn_menu_ranking.svg");
    background-size: 15px 15px;
    background-position: top 9px left 0;
    background-repeat: no-repeat;
}

.header_area_bottom .search_menu li:nth-child(1).current {
    background-image:url("../img/btn_menu_new_on.svg");
    padding: 0 0 0 20px;
    background-size: 16px 19px;
}

.header_area_bottom .search_menu li:nth-child(2).current {
    background-image:url("../img/btn_menu_ranking_on.svg");
    padding: 0 0 0 20px;
    background-size: 17px 17px;
}

.header_area_bottom .main_menu a, .header_area_bottom .search_menu a {
    display: block;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #D1D1D1;
}

.header_area_bottom .main_menu .current, .header_area_bottom .search_menu .current {
    border-bottom: 2px solid #18D869;
}

.header_area_bottom .main_menu .current a, .header_area_bottom .search_menu .current a {
    font-size: 1.4rem;
    color: #4B4B4B;
    font-weight: 700;
}


/* For Tablet */
@media (min-width: 768px) {
    .header_area {
        max-width: 600px;
    }
    
    .header_btn {
        margin: 0;
    }
    
    .header_btn_home {
        width: 135px;
    }
    
    .header_btn_home a {
        display: none;
    }
    
    .header_btn_user {
        width: 135px;
    }
    
    .header_btn_user p, .header_btn_user span {
        display: none;
    }
    
    .header_btn_back, .header_btn_cancel {
        justify-content: center;
        margin: 0;
        width: 135px;
    }

    .header_btn_question, .header_right_spacer {
        width: 88px;
        display: flex;
        justify-content: flex-end;
        margin: 0 31px 0 0;
    }
    
    .open_global_nav {
        /* 20250606 Ver16 110(B32-2)指示 */
        /* display: none !important; */
    }
    
    .header_btn_home {
        display: none;
    }
    
    .header_btn_home.is_search_on {
        display: block;
    }
    
    .header_btn_home.is_search_on a {
        /* display: none; */ 
        margin-left: 32px;
    }
    
    .header_search {
        width: calc( 100% - 270px );
        width: 100%;
    }

    .header_area_bottom .main_menu li:nth-child(1) {
        padding: 0 0 0 23px;
        background-image:url("../img/btn_menu_home.svg");
        background-size: 16px 19px;
        background-position: top 7px left 0;
        background-repeat: no-repeat;
    }

    .header_area_bottom .main_menu li:nth-child(2) {
        padding: 0 0 0 25px;
        background-image:url("../img/btn_menu_pickup.svg");
        background-size: 18px 18px;
        background-position: top 9px left 0;
        background-repeat: no-repeat;
    }

    .header_area_bottom .main_menu li:nth-child(3) {
        padding: 0 0 0 30px;
        background-image:url("../img/btn_menu_trend.svg");
        background-size: 16px 21px;
        background-position: top 7px left 0;
        background-repeat: no-repeat;
    }

    .header_area_bottom .main_menu li:nth-child(4) {
        padding: 0 0 0 23px;
        background-image:url("../img/btn_menu_ranking.svg");
        background-size: 17px 18px;
        background-position: top 9px left 0;
        background-repeat: no-repeat;
    }
    
    .header_area_bottom .main_menu li:nth-child(1).current {
        background-image:url("../img/btn_menu_home_on.svg");
        padding: 0 0 0 27px;
        background-size: 18px 21px;
        background-position: top 6px left 0;
    }

    .header_area_bottom .main_menu li:nth-child(2).current {
        background-image:url("../img/btn_menu_pickup_on.svg");
        padding: 0 0 0 25px;
        background-size: 20px 20px;
    }

    .header_area_bottom .main_menu li:nth-child(3).current {
        background-image:url("../img/btn_menu_trend_on.svg");
        padding: 0 0 0 24px;
        background-position: top 10px left 0;
    }

    .header_area_bottom .main_menu li:nth-child(4).current {
        background-image:url("../img/btn_menu_ranking_on.svg");
        padding: 0 0 0 20px;
        background-size: 20px 20px;
    }
    
    .header_area_bottom .header_title {
        font-size: 2.0rem;
    }
    
    .header_area_bottom .main_menu {
        width: 470px;
    }
    
    .header_area_bottom .main_menu a, .header_area_bottom .search_menu a {
        font-size: 1.6rem;
    }

    .header_area_bottom .main_menu .current a, .header_area_bottom .search_menu .current a {
        font-size: 1.9rem;
    }
}

/* ------------------------------------------------------------------*/
/* 基本形　フッタ部分  */
/* ------------------------------------------------------------------*/
.member_footer_area {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /*max-width: 600px;*/
    height: 61px;
    z-index: 800;
    background: #f0f0f0;
}

.member_footer_area::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);

}

.member_footer_area_innner {
    width: 92%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 3px 0 0 0;
}

.member_footer_area .member_footer_area_left {
    display: flex;
}

.member_footer_area .member_footer_area_right {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.member_footer_area .member_footer_area_right.separate {
    padding: 0 0 0 4%;
}


.member_footer_area .member_footer_area_right.separate::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: rgb(186,186,186);
    background: linear-gradient(90deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}

.member_footer_area .member_footer_btn {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px rgba(183, 183, 183, .75);
    background-color: #f0f0f0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
}

.member_footer_btn.circle {
    border-radius: 17px;
    background-color: #b7b7b7;
    box-shadow:  -2px -2px 4px #fff inset, 2px 2px 4px rgba(0, 0, 0, .35) inset;
}

.member_footer_btn a {
    display: block;
    height: 100%;
}

.member_footer_btn.on {
    background-color: #18D869;
    box-shadow:  -2px -2px 4px #fff inset, 2px 2px 4px rgba(0, 0, 0, .35) inset;
}

.member_footer_btn.circle.on {
    background-color: #18D869;
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px rgba(183, 183, 183, .75);
}

.member_footer_btn.btn_option.on {
    border: none;
}

.member_footer_btn + .member_footer_btn {
    margin: 0 0 0 16px;
}

.member_footer_btn.btn_q {
    background-image:url("../img/icon_footer_q.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center center;
}

.member_footer_btn.btn_q.on {
    background-image:url("../img/icon_footer_q_on.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left 9px top 9px;
}

.member_footer_btn.btn_a {
    background-image:url("../img/icon_footer_a.svg");
    background-repeat: no-repeat;
    background-size: 14px 13px;
    background-position: center center;
}

.member_footer_btn.btn_a.on {
    background-image:url("../img/icon_footer_a_on.svg");
    background-repeat: no-repeat;
    background-size: 14px 13px;
    background-position: center center;
    background-position: left 9.5px top 9px;
}

.member_footer_btn.btn_choice {
    background-image:url("../img/icon_footer_choice.svg");
    background-repeat: no-repeat;
    background-size: 14px 11px;
    background-position: center center;
}

.member_footer_btn.btn_choice.on {
    background-image:url("../img/icon_footer_choice_on.svg");
    background-position: left 9px top 11px;
}

.member_footer_btn.btn_plus {
    background-image:url("../img/icon_footer_plus.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center;
    border: 1px solid #18D869;
}

.member_footer_btn.btn_edit {
    background-image:url("../img/icon_footer_edit.svg");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center center;
    padding: 0 0 0 34px;
}

.member_footer_btn.btn_draft {
    background-image:url("../img/icon_footer_draft.svg");
    background-repeat: no-repeat;
    background-size: 18px 20px;
    background-position: left 10px center;
}

.member_footer_btn.btn_arrow {
    background-image:url("../img/icon_footer_arrow.svg");
    background-repeat: no-repeat;
    background-size: 10px 14px;
    background-position: left 12px center;
}
/* For Tablet */
@media (min-width: 768px) {
    .member_footer_area {
        max-width: 600px;
    }
    
    .member_footer_area.is-modal {
        max-width: 996px;
    }
    
}

/* ------------------------------------------------------------------*/
/* 基本形　wrapper_rightボタン部分（Tablet以上のみ）  */
/* ------------------------------------------------------------------*/

/* For Tablet */
@media (min-width: 768px) {
    
    .wrapper_right_btn_area {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: calc( 100% - 75px );
    }
    
    .wrapper_right_btn {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 14px;
        box-shadow:  -3px -3px 7px #fff, 3px 3px 7px rgba(0, 0, 0, .25);
        background-color: #f0f0f0;
    }

    .wrapper_right_btn.circle {
        border-radius: 25px;
        background-color: #b7b7b7;
        box-shadow:  -2px -2px 4px #fff inset, 2px 2px 4px rgba(0, 0, 0, .35) inset;
    }

    .wrapper_right_btn a {
        display: block;
        height: 100%;
    }

    .wrapper_right_btn.on {
        width: 50px;
        height: 50px;
        background-color: #18D869;
        box-shadow:  -2px -2px 4px #fff inset, 2px 2px 4px rgba(0, 0, 0, .35) inset;
    }

    .wrapper_right_btn.circle.on {
        background-color: #18D869;
        box-shadow:  -3px -3px 7px #fff, 3px 3px 7px rgba(0, 0, 0, .25);
    }

    .wrapper_right_btn.btn_option.on {
        border: none;
    }

    .wrapper_right_btn + .wrapper_right_btn {
        margin: 16px 0 0 0;
    }

    .wrapper_right_btn.btn_q {
        background-image:url("../img/icon_footer_q.svg");
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center center;
    }

    .wrapper_right_btn.btn_q.on {
        background-image:url("../img/icon_footer_q_on.svg");
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center center;
    }

    .wrapper_right_btn.btn_a {
        background-image:url("../img/icon_footer_a.svg");
        background-repeat: no-repeat;
        background-size: 19px 21px;
        background-position: center center;
    }

    .wrapper_right_btn.btn_a.on {
        background-image:url("../img/icon_footer_a_on.svg");
        background-repeat: no-repeat;
        background-size: 19px 21px;
        background-position: center center;
    }

    .wrapper_right_btn.btn_choice {
        background-image:url("../img/icon_footer_choice.svg");
        background-repeat: no-repeat;
        background-size: 23px 20px;
        background-position: center center;
    }

    .wrapper_right_btn.btn_plus {
        background-image:url("../img/icon_footer_plus.svg");
        background-repeat: no-repeat;
        background-size: 23px 23px;
        background-position: center center;
        border: 1px solid #18D869;
        margin: 40px 0 0 0;
    }

    .wrapper_right_btn.btn_edit {
        background-image:url("../img/icon_footer_edit.svg");
        background-repeat: no-repeat;
        background-size: 15px 15px;
        background-position: center center;
    }

    .wrapper_right_btn.btn_draft {
        background-image:url("../img/icon_footer_draft.svg");
        background-repeat: no-repeat;
        background-size: 18px 20px;
        background-position: left 10px center;
    }

    .wrapper_right_btn.btn_arrow {
        background-image:url("../img/icon_footer_arrow.svg");
        background-repeat: no-repeat;
        background-size: 10px 14px;
        background-position: left 12px center;
    }
    
    #wrapper_right .member_footer_area_right {
        display: flex;
        align-items: center;
        margin: 20px 0 0 0;
        padding: 20px 0 0 0;
        position: relative;
        flex-flow: column;
    }

    #wrapper_right .member_footer_area_right.separate::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: rgb(186,186,186);
        background: linear-gradient(0deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
    }
    
    #wrapper_right .member_footer_btn {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 14px;
        box-shadow: -3px -3px 3px #fff, 3px 3px 3px #b7b7b7;
        background-color: #f0f0f0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: none;
        cursor: pointer;
    }
    
    #wrapper_right .member_footer_btn.btn_plus {
        background-image:url("../img/icon_footer_plus.svg");
        background-repeat: no-repeat;
        background-size: 23px 23px;
        background-position: center center;
        border: 1px solid #18D869;
    }
    
    #wrapper_right .member_footer_btn.btn_edit {
        background-size: 20px 20px;
        padding: 0 0 0 50px;
    }
    
    #wrapper_right .member_footer_btn.btn_q {
        background-size: 20px 20px;
    }
    
    #wrapper_right .member_footer_btn.btn_choice {
        background-size: 20px 16px;
    }
    
    #wrapper_right .member_footer_btn.btn_a {
        background-size: 20px 19px;
    }
    
    #wrapper_right .member_footer_btn + .member_footer_btn {
        margin: 16px 0 0 0;
    }
    
    #wrapper_right .member_footer_btn.on {
        background-color: #18D869;
        box-shadow: -2px -2px 4px #fff inset, 2px 2px 4px rgba(0, 0, 0, .35) inset;
    }
    
    .member_footer_btn.btn_q.on {
        background-position: left 14px top 14px;
    }
    
    .member_footer_btn.btn_a.on {
        background-position: left 14px top 14px;
    }
    .member_footer_btn.btn_choice.on {
        background-position: left 14px top 16px;
    }
    
}


/* ------------------------------------------------------------------*/
/* 下からにゅっと出るメニュー  共通部分  */
/* ------------------------------------------------------------------*/
.below_modal {
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(75, 75, 75, .7);
    padding: 0;
    transition: .3s;
    z-index: 998;
    transform: translateY(100%);
    animation: below_modal_close .3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    display: flex;
    align-items: flex-end;
}

.below_modal_inner {
    width: 100%;
    background: #f0f0f0;
}

.below_modal.load {
    animation:below_modal_stop .0s;
}

.below_modal.active {
    animation: below_modal_open .3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes below_modal_open {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-60px);
    }
}

@keyframes below_modal_stop {
    0% {
        transform: translateY(100%);
    }
}

@keyframes below_modal_close {
    0% {
        transform: translateY(-60px);
    }
    100% {
        transform: translateY(100%);
    }
}

.below_modal_cancel_link {
    padding: 5px 0 18px;
    text-align: center;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
}

input[type="submit"].below_modal_cancel_link {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 0 0 4px;
    border-radius: inherit;
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: inherit;
    outline: none;
    border-top: none;
    border-bottom: 1px solid #4b4b4b;
    border-right: none;
    border-left: none;
}

.below_modal_cancel_link span {
    display: inline-block;
    padding: 0 0 4px;
    border-bottom: 1px solid #4b4b4b;
}

.btn_below_modal_cancel {
    text-align: center;
    position: relative;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .5px;
    display: block;
    width: 100% !important;
    max-width: 320px;
    height: 36px !important;
    margin: 0 auto;
    line-height: 34px !important;
    border-radius: 18px;
    box-shadow: -2px -2px 6px #fff, 2px 2px 6px rgb(0 0 0 / 25%);
    color: #4B4B4B;
}

@media (min-width: 768px) {
    
    .below_modal_inner {
        padding: 40px 0 40px;
    }
    
    @keyframes below_modal_open {
        0% {
            transform: translateY(100%);
        }
        100% {
            transform: translateY(0px);
        }
    }

    @keyframes below_modal_stop {
        0% {
            transform: translateY(100%);
        }
    }

    @keyframes below_modal_close {
        0% {
            transform: translateY(0px);
        }
        100% {
            transform: translateY(100%);
        }
    }

    .below_modal_cancel_link {
        padding: 5px 0 18px;
    }
    
}


/* ------------------------------------------------------------------*/
/* 画像・動画 モーダル 共通部分  */
/* ------------------------------------------------------------------*/
.img_modal {
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #2F2F2F;
    padding: 0;
    transition: .3s;
    z-index: 998;
    transform: translateY(100%);
    animation: below_modal_close .3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@media (min-width: 768px) {

    .below_modal_link {
        max-width: 600px;
    }

}


/* ------------------------------------------------------------------*/
/* ゲスト フッタメニュー 共通部分  */
/* ------------------------------------------------------------------*/

.below_guest_info_wrap {
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    background: rgba(24, 216, 105, .9);
    padding: 0;
    transition: .3s;
    /*z-index: 998; 202305*/
    z-index: 889;
    display: flex;
    align-items: flex-end;
}

.below_guest_info_wrap .inner {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding: 18px 0;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
}

.below_guest_info_wrap .signup_inner {
    flex-direction: column;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 60px 0;
}

.below_guest_info_wrap a {
    text-align: center;
    position: relative;
    font-family: 'Montserrat' ,sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .5px;
    display: block;
    width: 90px;
    height: 30px;
    line-height: 28px;
    margin: 0 27px 0 0;
    line-height: 30px !important;
    border-radius: 15px;
    color: #18d869;
    background: #fff;
}

.below_guest_info_wrap .signup_inner a {
    width: 130px;
    font-size: 1.3rem;
    margin: 42px auto 0;
    background-image:url("../img/arrow_right_gr.svg");
    background-size: 12px 15px;
    background-position: center right 8px;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {

    .below_guest_info_wrap {
        bottom: 0;
    }
    
    .below_guest_info_wrap .inner {
        max-width: 600px;
    }
    
    
    .below_guest_info_wrap .inner {
        padding: 30px 0;
        font-size: 1.4rem;
    }
    
    .below_guest_info_wrap a {
        font-size: 1.6rem;
        width: 150px;
        height: 36px;
        margin: 0 27px 0 0;
        line-height: 36px !important;
        border-radius: 18px;
    }
    
    .below_guest_info_wrap .signup_inner {
        font-size: 1.5rem;
        line-height: 1.6;
        padding: 80px 0;
    }
    
}

/* form */
label {
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="text"], input[type="password"], textarea {
    position: relative;
    border: none;
    width: 100%;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 12px;
    display: inline-block;
    background-color: #f0f0f0;
    outline: none;
    -webkit-appearance: none;
    box-shadow:  0 -6px 3px -3px rgba(255, 255, 255, .8) inset, 0 6px 3px -3px rgba(183, 183, 183, .75) inset, -5px 0 3px -3px rgba(183, 183, 183, .75) inset, 5px 0 3px -3px rgba(183, 183, 183, .75) inset;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    caret-color: #18d869;
    color: #4B4B4B !important;
}

input[type="text"].amount_text {
    color: #18d869 !important;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'Montserrat' ,sans-serif;
    text-align: right;
}

textarea {
    resize: none;
    height: auto;
    min-height: 160px;
    line-height: 1.6;
    padding: 15px;
}

::placeholder {
    color: #797979;
    font-weight: 500;
}

.form_half {
    width: 48% !important;
}

.form_half:nth-child(n + 3) {
    margin: 20px 0 0;
}

.form_error, .form_input_error {
    background-color: rgba(24,216,105,.2) !important;
}

.form_input_label {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 12px 0;
}

.form_input_label .require {
    display: inline-block;
    font-size: 1.0rem;
    font-weight: 400;
    margin: 0 0 0 8px;
    padding: 1px 6px 2px;
    border-radius: 4px;
    background: #18d869;
    color: #fff;
}

.form_input_content {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

.form_input_select {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin: 0;
    position: relative;
}

.form_input_select select, .form_input_select .select {
    box-shadow:  0 -6px 3px -3px rgba(255, 255, 255, .8) inset, 0 8px 3px -3px rgba(0, 0, 0, .15) inset, -5px 0 3px -3px rgba(0, 0, 0, .1) inset, 5px 0 3px -3px rgba(0, 0, 0, .1) inset;
    border: none;
    width: 100%;
    height: 44px;
    border-radius: 22px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #18d869;
    margin: 0;
    padding: 0 18px;
    cursor: pointer;
    text-overflow: ellipsis;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    background-image:url("../img/arrow_select.svg");
    background-size: 15px 13px;
    background-position: top 18px right 18px;
    background-repeat: no-repeat;
}

.form_input_select select.is-select {
    color: #18D869;
}

.form_input_select select::-ms-expand {
    display: none;
}

/* 選択済みの属性 */
.form_input_select .select {
    position: relative;
    line-height: 42px;
}
.form_input_select .select:after {
    border-radius: 22px;
    content: "";
    background: rgba(75,75,75,.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.select_unit {
    margin: 0 5px;
    line-height: 44px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #000;
}

.form_notice_list {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.6;
}

.form_attention {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 8px 0 0;
    padding: 0;
    line-height: 1.5;
}

.form_input_check input[type="checkbox"] {
    display: none;
}

.form_input_check input[type="checkbox"] + label {
    position:relative;
    padding-left: 22px;
    font-family: 'Noto Sans JP' ,sans-serif;
    letter-spacing: .5px;
    font-size: 1.1rem;
    font-weight: 400;
    color:#000;
}
.form_input_check input[type="checkbox"] + label:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border:1px solid #4b4b4b;
}

.form_input_check input[type="checkbox"]:checked + label:after{
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 7px;
    height: 13px;
    transform: rotate(40deg);
    border-right: 2px solid #18d869;
    border-bottom: 2px solid #18d869;
}



.formField_Error .form_input_area_label, .formField_Error .form_input_label {
    color: #E13C3C;
}

.error_msg_area {
    font-family: 'Noto Sans JP' ,sans-serif;
    display: inline-block;
    width: 100%;
    color: #E13C3C;
    background: #fff8f9;
    border: 1px solid #d8d1d2;
    margin: 0 0 15px;
    padding: 12px 20px;
    border-radius: 3px;
    font-size: 1.6rem;
    text-align: left;
}

.form_basic_radio input[type=radio] {
    display: none;
}

.form_basic_radio label {
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 24px;
    display: inline-block;
}

.form_basic_radio input[type=radio] + label::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #8b8b8b;
    border-radius: 50%;
}

.form_basic_radio input[type=radio] + label::after {
    content: "";
    position: absolute;
    left: -21px;
    top: -0px;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #18d869;
    opacity: 0;
    border-radius: 50%;
    transition: opacity .3s;
}

.form_basic_radio input[type=radio]:checked + label::after {
    opacity: 1;
}

@media (min-width: 768px) {
    
    .form_input_label {
        font-size: 1.4rem;
    }

    .form_notice_list {
        font-size: 1.2rem;
    }
    
    .form_input_content {
        font-size: 1.8rem;
    }
    
    input[type="text"], input[type="password"], textarea {
        position: relative;
        border: none;
        width: 100%;
        height: 40px;
        line-height: 38px;
        border-radius: 20px;
        margin: 0;
        padding: 0 12px;
        box-shadow:  0 -6px 3px -3px rgba(255, 255, 255, .8) inset, 0 6px 3px -3px rgba(183, 183, 183, .75) inset, -5px 0 3px -3px rgba(183, 183, 183, .75) inset, 5px 0 3px -3px rgba(183, 183, 183, .75) inset;
        font-size: 1.6rem;
    }
    textarea {
        resize: none;
        height: auto;
        min-height: 160px;
        line-height: 1.6;
        padding: 15px;
    }
    .form_attention {
        font-size: 1.4rem;
    }
}


/* btn */
.btn_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn_wrapper_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn_wrapper_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_wrapper_center .btn + .btn {
    margin-left: 20px;
}

.btn {
    display: inline-block;
    width: 100%;
    max-width: 185px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 18px;
    background: #18d869;
    box-shadow:  -3px -3px 2px #fff, 4px 3px 2px #b7b7b7;
    color: #fff;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

[type="submit"].btn {
    line-height: inherit;
}

.btn:disabled {
    background: #9B9B9B;
    box-shadow: 0 0px 0px -3px rgb(255 255 255 / 80%) inset, 0 8px 3px -3px rgb(0 0 0 / 15%) inset, -5px 0 3px -3px rgb(0 0 0 / 10%) inset, 5px 0 3px -3px rgb(0 0 0 / 10%) inset;
}

.btn.btn_simple_disabled:disabled {
    background: #b5b6b6;
    box-shadow: -3px -3px 2px #fff, 2px 3px 2px #b7b7b7;
}

.below_modal_add_file_area .btn:disabled {
    background: #8b8b8b;
    box-shadow: -3px -3px 2px #fff, 2px 3px 2px #b7b7b7;
}

.btn_large {
    width: 100%;
    max-width: 320px;
}

.btn_w100 {
    width: 100%;
    max-width: 100%;
}

.btn_green {
    background: #18D869;
}

.btn_gray {
    background: #9B9B9B;
}

.btn_lightgray {
    background: #F0F0F0;
    color: #4B4B4B;
}

.btn_bold {
    font-size: 1.8rem;
    font-weight: 700;
}

.btn_small_w {
    display: inline-block;
    width: auto;
    max-width: auto;
    padding: 0 30px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 20px;
    background: #fff;
    box-shadow: none;
    color: #18D869;
    border: 1px solid #18D869;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
}

.btn_small {
    max-width: 110px;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    font-size: 1.3rem;
    box-shadow:  -2px -2px 3px #fff, 2px 2px 3px #b7b7b7;
}

.btn.btn_not_usable {
    opacity: 0.4;
    pointer-events: none;
}

.btn_wrapper .btn + .btn {
    margin: 22px 0 0;
}

input[type="submit"].btn_green_line {
    display: inline-block;
    margin: 0 auto;
    padding: 3px 6px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
    background: #fff;
    border: 1px solid #18d869;
    border-radius: 3px;
    color: #18d869;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    letter-spacing: .5px;
}

@media (min-width: 768px) {
    .btn_wrapper_between.-w_400 {
        max-width: 400px;
        margin: 0 auto;
    }

    .btn_wrapper_center.-w_400 {
        max-width: 400px;
        margin: 0 auto;
    }
    
    
    .btn {
        width: 100%;
        max-width: 185px;
        height: 36px;
        line-height: 34px;
        border-radius: 18px;
        box-shadow:  -3px -3px 2px #fff, 4px 3px 2px #b7b7b7;
        font-size: 1.6rem;
    }
    
    .btn_large {
        max-width: 320px;
    }
    
    .btn_w100 {
        max-width: 100%;
    }

    .btn_max {
        max-width: 220px;
    }

    .btn_bold {
        font-size: 1.8rem;
    }
}

/* ------------------------------------------------------------------*/
/* 1. login */
/* ------------------------------------------------------------------*/
.login_main {
    width: 86%;
    margin: 0 auto;
}

.logo_login {
    margin: 75px 0 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 9.0rem;
    font-weight: 600;
    line-height: 1;
}

.logo_login_img {
    margin: 75px auto 0;
    text-align: center;
}

.logo_login_img img {
    max-width: 300px;
}

.msg_login {
    margin: 22px 0 48px;
    text-align: center;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.btn_without_login {
    max-width: 230px;
    background: #8b8b8b;
    height: 26px;
    line-height: 24px;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 45px 0 0 !important;
}

.login_area {
    text-align: center;
    padding: 85px 0 0;
}

.login_title {
    margin: 0 0 38px;
    padding: 0;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
}

.login_input_info {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.6;
    text-align: left;
}

.login_input_id_area, .login_input_pass_area, .change_input_pass_area {
    position: relative;
}

.login_id_icon {
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 16px;
    background-image:url("../img/icon_mail.svg") !important;
    background-repeat: no-repeat;
    background-size: 22px 16px;
    background-position: left 0px center;
    pointer-events: none;
    z-index: 99;
}

.login_pass_icon, .change_pass_icon {
    content: "";
    position: absolute;
    left: 14px;
    top: 26px;
    width: 20px;
    height: 22px;
    background-image:url("../img/icon_key.svg") !important;
    background-repeat: no-repeat;
    background-size: 20px 22px;
    background-position: left 0px center;
    pointer-events: none;
    z-index: 99;
}

.change_pass_icon {
    top: 7px;
}

.login_area input[type="text"] {
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
    /*background-image:url("../img/icon_mail.svg") !important;
    background-repeat: no-repeat;
    background-size: 22px 16px;
    background-position: left 13px center;*/
    padding: 0 0 0 50px;
    font-size: 16px;
    caret-color: #18d869;
    background-color: #f0f0f0;
    position: relative;
}

.login_area input[type="text"]:-webkit-autofill,
.login_area input[type="text"]:-webkit-autofill:hover,
.login_area input[type="text"]:-webkit-autofill:focus,
.login_area input[type="text"]:-webkit-autofill:active{
    font-family: Arial, sans-serif;
    font-size: 13px !important;
}

.login_area input[type="password"] {
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
    /*background-image:url("../img/icon_key.svg");
    background-repeat: no-repeat;
    background-size: 20px 22px;
    background-position: left 14px center;*/
    margin: 0;
    padding: 0 0 0 50px;
    caret-color: #18d869;
    font-size: 1.6rem;
}

.is_login_disabled {
    background: #9B9B9B;
    box-shadow: 0 0px 0px -3px rgb(255 255 255 / 80%) inset, 0 8px 3px -3px rgb(0 0 0 / 15%) inset, -5px 0 3px -3px rgb(0 0 0 / 10%) inset, 5px 0 3px -3px rgb(0 0 0 / 10%) inset;
}

.login_area .btn {
    margin: 35px 0 26px;
}

.login_area .auto_login + label:before {
    top: -1px !important;
    border-radius: 50%;
    border: none !important;
    box-shadow:  -2px -2px 1px rgba(255, 255, 255, .35) inset, 2px 2px 1px rgba(183, 183, 183, .75) inset;
}

.login_area input[type=radio] {
    display: none;
}

.login_area .label_radio {
    position: relative;
    cursor: pointer;
    margin: 0 0 0 26px;
    display: inline-block;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #555555;
}

.login_area input[type=radio] + .label_radio::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 4px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #f0f0f0;
    border-radius: 50%;
    box-shadow:  0 -6px 3px -3px rgba(255, 255, 255, .8) inset, 0 5px 3px -3px rgba(0, 0, 0, .15) inset, -5px 0 3px -3px rgba(0, 0, 0, .1) inset, 5px 0 3px -3px rgba(0, 0, 0, .1) inset;
}

.login_area input[type=radio] + .label_radio::after {
    content: "";
    position: absolute;
    left: -21px;
    top: 2px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #18D869;
    opacity: 0;
    border-radius: 50%;
    transition: opacity .3s;
}

.login_area input[type=radio]:checked + .label_radio::after {
    opacity: 1;
}

.login_area .form_input_label {
    font-size: 1.5rem;
    margin: 0px 0 15px;
    text-align: left;
}

.login_area .info_area {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 16px auto 0;
    text-align: left;
    width: 240px;
}

.login_area .complete_info_area {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 55px auto 0;
    text-align: left;
    width: 240px;
}

.login_area .rebirth_info_area {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0px auto 10px;
    text-align: left;
    width: 210px;
}

.login_area .complete_info_area.w_255 {
    width: 255px;
}

.terms_area {
    background: #fff;
    height: 50vh;
    padding: 12px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
}

.terms_area_inner {
    height: 100%;
    overflow-y: scroll;
    text-align: left;
}

.terms_area_inner::-webkit-scrollbar{
    width: 8px;
    margin-right: 5px;
    margin-left: 10px;
}

.terms_area_inner::-webkit-scrollbar-track{
    background-color: #f0f0f0;
    box-shadow: inset 2px 2px 4px 0 rgba(0, 0, 0, .15), -5px 0 3px -3px rgba(255, 255, 255, .8) inset;
    border-radius: 4px;
}

.terms_area_inner::-webkit-scrollbar-thumb{
    background-color: #2fe07a;
    background-image: linear-gradient(180deg, #2fe07a 0%, #aae02f 99%);
    border-radius: 4px;
}




.terms_area_inner h2 {
    font-size: 1.6rem;
    margin: 14px 0 5px;
    padding: 0 10px 0 0;
}

.terms_area_inner p {
    margin: 0;
    padding: 0 10px 3px 0;
}

.terms_area_inner ol {
    margin: 0;
    padding: 0 10px 0 1.5em;
}

.terms_area_inner ol.parentheses {
    margin: 0 0 0 2em;
    padding: 0 10px 0 0;
}

ol.parentheses li {
    list-style-type: none;
    counter-increment: cnt;
}
 
ol.parentheses li::before {
    content: "(" counter(cnt) ")";
    display:inline-block;
    margin-left: -2em;
    width: 2em;
}


@media (min-width: 768px) {

    .login_input_info {
        max-width: 500px;
    }
    
    .terms_area {
        height: 400px;
        padding: 15px 20px 15px 15px;
    }
}

.msg_certification_area {
    width: fit-content !important;
    margin: 0 auto;
    text-align: left;
    font-size: 1.7rem;
}

@media (min-width: 768px) {

    .msg_certification_area {
        font-size: 1.6rem;
    }
}

/* ------------------------------------------------------------------*/
/* 2.属性登録 */
/* ------------------------------------------------------------------*/

.entry_main {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0 0;
}

.entry_main .container {
    width: 86%;
    margin: 0 auto;
}

.entry_main .msg_question {
    height: 97px;
    margin: 0;
    padding: 55px 0 0;
    text-align: center;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1;
}

.entry_main .msg_question span {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
}

.gradient_separator_line {
    height: 3px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 58%, rgba(186,186,186,1) 100%);
    border: none;
}

.entry_main .msg_question_info {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.6;
    color: #494949;
}

.check_list {
    margin: 20px 0 0 0;
    padding: 0;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-weight: 700;
    box-shadow:  -4px -4px 2px #fff, 4px 3px 2px #b7b7b7;
    border-radius: 20px;
}

.check_list dt {
    width: 100%;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #b7b7b7;
    border-bottom: 1px solid #c9c9c9;
    font-size: 1.5rem;
}

.check_list dd {
    width: 100%;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin: 0;
    padding: 0;
    border-radius: 0 0 20px 20px;
    color: #494949;
    border-top: 1px solid #fff;
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .check_list dt {
        width: 100%;
        height: 40px;
        line-height: 38px;
        text-align: center;
        margin: 0;
        padding: 0;
        color: #b7b7b7;
        border-bottom: 1px solid #c9c9c9;
        font-size: 1.6rem;
    }

    .check_list dd {
        width: 100%;
        height: 40px;
        line-height: 38px;
        text-align: center;
        margin: 0;
        padding: 0;
        border-radius: 0 0 20px 20px;
        color: #494949;
        border-top: 1px solid #fff;
        font-size: 1.8rem;
    }
}

.entry_main .form_input_select select {
    color: #18d869;
    height: 36px;
    border-radius: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    padding: 0 18px;
    background-size: 18px 14px;
    background-position: top 12px right 18px;
}







/* サインアップ　セレクト部分 */
.entry_main .custom_select {
    position: relative;
    width: 100%;
    overflow: visible !important;
    
}

.entry_main .custom_select_selected {
    color: #b7b7b7;
    height: 36px;
    border-radius: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    padding: 0 18px;
    background-size: 18px 14px;
    background-position: top 12px right 18px;
    box-shadow: 0 -6px 3px -3px rgba(255, 255, 255, .8) inset, 0 8px 3px -3px rgba(0, 0, 0, .15) inset, -5px 0 3px -3px rgba(0, 0, 0, .1) inset, 5px 0 3px -3px rgba(0, 0, 0, .1) inset;
    border: none;
    width: 100%;
    text-overflow: ellipsis;
    outline: none;
    appearance: none;
    background-image: url(../img/arrow_select.svg);
    text-align: left;
}

.entry_main .custom_select_selected.is-selected {
    color: #18d869;
}

/* サインアップ　セレクト プルダウン部分 */
.entry_main .custom_select_list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 60vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    overflow-y: auto;
    background-color: #666;
    z-index: 1000;
}


.entry_main .custom_select.open .custom_select_list {
    display: block;
    border-radius: 17px;
}

.entry_main .custom_select_list li {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #494949;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.5rem;
    cursor: pointer;
}

.entry_main .custom_select_list li:hover {
    background-color: #313131;
}

.entry_main .custom_select_list li.selected {
    background-color: #18d869;
    color: #fff !important;
}

.entry_main .custom_select_list li.not-select {
    color: #b7b7b7;
}









.entry_main #search_station_select_area {
    position: relative;
    overflow: inherit;
}

.entry_main #select_nearest_station {
    display: none;
    width: 100%;
    background: #494949;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    z-index: 801;
    max-height: 60vh;
    overflow-y: scroll;
}

.entry_main #select_nearest_station li {
    padding: 0 10px;
    line-height: 36px;
    border-bottom: 1px solid #fff;
}

.entry_main #select_nearest_station li:last-child {
    border-bottom: none;
}

.entry_main input[type="text"] {
    position: relative;
    border: none;
    width: 100%;
    height: 34px;
    line-height: 32px;
    border-radius: 17px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    background-color: #f0f0f0;
    outline: none;
    -webkit-appearance: none;
    box-shadow: 0 -6px 3px -3px rgba(255, 255, 255, .8) inset, 0 8px 3px -3px rgba(0, 0, 0, .15) inset, -5px 0 3px -3px rgba(0, 0, 0, .1) inset, 5px 0 3px -3px rgba(0, 0, 0, .1) inset;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    caret-color: #18d869;
    color: #4B4B4B;
}

.entry_main .form_input_file input[type=file], .entry_main .label_file_btn input[type=file] {
    display: none !important;
}

.entry_main .form_input_file .label_file {
    width: 150px;
    height: 150px;
    position: relative;
    cursor: pointer;
    margin: 0;
    background-image:url("../img/select_user_icon_p.png");
    background-size: 150px 150px;
    background-position: top center;
    background-repeat: no-repeat;
}

.entry_main .label_file_btn {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 18px;
    background: #18d869;
    box-shadow:  -3px -3px 2px #fff, 4px 3px 2px #b7b7b7;
    color: #fff;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}






.entry_main #signup_file_view {
    display: none;
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
    box-shadow:  -3px -3px 7px #fff, 3px 3px 7px rgba(0, 0, 0, .25);
    overflow: hidden;
}

.entry_main #signup_file_view img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid #f0f0f0;
    object-fit: cover;
}

.entry_main .entry_user_icon_area {
    display: block;
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
    box-shadow:  -3px -3px 7px #fff, 3px 3px 7px rgba(0, 0, 0, .25);
    overflow: hidden;
}

.entry_main .entry_user_icon_area img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid #f0f0f0;
    object-fit: cover;
}

.profile_area .user_icon_area {
    display: block;
    width: 94px;
    height: 94px;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
    box-shadow:  -3px -3px 7px #fff, 3px 3px 7px rgba(0, 0, 0, .25);
    overflow: hidden;
}

.profile_area .user_icon_area img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #f0f0f0;
    object-fit: cover;
}

.profile_area .user_name_area {
    width: calc( 100% - 94px );
    padding: 0 0 0 34px;
}

.profile_area h3 {
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1;
}

.profile_area .profile_follow {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4; 
}

.profile_area .profile_follow span {
    font-family: 'Montserrat' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #494949;
    display: inline-block;
    margin: 0 5px 0 0;
}

.profile_area p {
    margin: 30px 0 0;
    padding: 0;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;       
}

.entry_main .form_radio input[type=radio] {
    display: none;
}

.entry_main .label_radio {
    width: 100%;
    height: 48px;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    box-shadow:  -4px -3px 3px rgba(255, 255, 255, .75), 4px 3px 3px rgba(183, 183, 183, .75);    
    background: #f0f0f0;
    transition: all .3s;
}

.entry_main .form_radio input[type=radio]:checked + .label_radio {
    background: #18D869;
    box-shadow:  -2px -2px 4px #fff inset, 2px 2px 4px rgba(0, 0, 0, .35) inset;
    font-weight: 500;
    color: #fff;
}

.entry_main .label_radio.is_check_radio {
    background: #3d7655;
    box-shadow:  -2px -2px 4px rgba(255, 255, 255, .3) inset, 2px 2px 4px rgba(0, 0, 0, .35) inset;
    font-weight: 500;
    color: #818085;
}

.entry_main textarea {
    width: 90%;
    font-size: 1.4rem;
    line-height: 1.5;
}

.entry_bottom_area {
    width: 92%;
    height: 100px;
    position: fixed;
    bottom: 0;
    background: #f0f0f0;
}

.entry_bottom_area_spacer {
    padding: 120px 0 0;
}

.entry_bottom_area.attribute_area {
    width: 100%;
    height: 100px;
}

.entry_bottom_area.thin_area {
    width: 90%;
    height: 60px;
}

.entry_bottom_area.little_thin_area {
    width: 100%;
    height: 75px;
}

.entry_bottom_area.change_attribute_area {
    width: 100%;
    height: 116px;
}

.entry_bottom_area.change_attribute_finish_area {
    width: 100%;
    height: 75px;
    z-index: 999;
}

.entry_bottom_step_area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 0 3px;
}

.entry_bottom_step_area span {
    display: inline-block;
    padding: 0 50px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 2px;
}

.entry_bottom_step_area div {
    display: inline-block;
    border: 0px;
    width: 9px;
    height: 16px;
    background: url(../img/btn_step_l.svg) left top no-repeat;
    cursor: pointer;
}

.entry_bottom_step_area div a {
    display: block;
    height: 100%;
}

.entry_bottom_step_area span + div{
    transform: scale(-1, 1);
}

.entry_bottom_step_area div.step_btn_proceed {
    background: url(../img/btn_step_l_on.svg) left top no-repeat;
}

.entry_bottom_step_area div.step_btn_proceed.disabled_link {
    background: url(../img/btn_step_l.svg) left top no-repeat;
}

.entry_bottom_dots_area {
    height: 27px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
}

.entry_bottom_dots_area {
    color: #d1d1d1;
    font-size: 1.6rem;
}

.entry_bottom_dots_area .current {
    color: #4b4b4b;
}

.entry_bottom_dots_area li + li {
    margin: 0 0 0 20px;
}

.entry_bottom_submit_area {
    width: 80%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (min-width: 768px) {

    .entry_bottom_area {
        max-width: 600px;
    }

    .entry_bottom_area.change_attribute_area {
        max-width: 600px;
    }
    
    .entry_bottom_area.change_attribute_area {
        height: 101px;
    }
    
    .entry_main .label_file_btn {
        width: 100%;
        max-width: 185px;
        height: 36px;
        line-height: 34px;
        border-radius: 18px;
        box-shadow:  -3px -3px 2px #fff, 4px 3px 2px #b7b7b7;
        font-size: 1.6rem;
    }
    
}

/* For PC */
@media (min-width: 1280px) {
    
    .entry_bottom_area.change_attribute_area {
        max-width: 600px;
    }
    
}

/* ------------------------------------------------------------------*/
/* 4.TOPページ */
/* ------------------------------------------------------------------*/

/* 回答エリアのフッタ部分 */


.btn_option_area {
    display: flex;
    margin: 0;
    padding: 0;
}

.btn_option_area li {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #8B8B8B;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
}

.btn_option_area .btn_option {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 10px;
    border: 1.5px solid #18D869;
    box-shadow:  -2px -2px 1.5px #fff, 2px 2px 1.5px rgba(183, 183, 183, .75);
    background-color: #f0f0f0;
    margin: 0 0 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    padding: 0 0 0 30px;
}

.btn_option_area .btn_option.on {
    background: #18D869;
    box-shadow:  -2px -2px 2px rgba(172, 255, 199, .75) inset, 2px 2px 3px rgba(100, 100, 100, .6) inset;
    border: none;
}

.btn_option_area li + li {
    margin: 0 0 0 10px;
}

.btn_option.btn_gender {
    background-image:url("../img/icon_option_gender.svg");
    background-repeat: no-repeat;
    background-size: 17px 16px;
    background-position: center center;
}

.btn_option.btn_gender.on {
    background-image:url("../img/icon_option_gender_on.svg");
    background-repeat: no-repeat;
    background-size: 17px 16px;
    background-position: center center;
}

.btn_option.btn_age {
    background-image:url("../img/icon_option_age.svg");
    background-repeat: no-repeat;
    background-size: 15px 18px;
    background-position: center center;
}

.btn_option.btn_age.on {
    background-image:url("../img/icon_option_age_on.svg");
    background-repeat: no-repeat;
    background-size: 15px 18px;
    background-position: center center;
}

.btn_option.btn_area {
    background-image:url("../img/icon_option_area.svg");
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: center center;
}

.btn_option.btn_area.on {
    background-image:url("../img/icon_option_area_on.svg");
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: center center;
}

.btn_option.btn_education {
    background-image:url("../img/icon_option_education.svg");
    background-repeat: no-repeat;
    background-size: 21px 16px;
    background-position: center center;
}

.btn_option.btn_education.on {
    background-image:url("../img/icon_option_education_on.svg");
    background-repeat: no-repeat;
    background-size: 21px 16px;
    background-position: center center;
}

.btn_option.btn_job {
    background-image:url("../img/icon_option_job.svg");
    background-repeat: no-repeat;
    background-size: 14px 20px;
    background-position: center center;
}

.btn_option.btn_job.on {
    background-image:url("../img/icon_option_education_on.svg");
    background-repeat: no-repeat;
    background-size: 14px 20px;
    background-position: center center;
}

.btn_option.btn_income {
    background-image:url("../img/icon_option_income.svg");
    background-repeat: no-repeat;
    background-size: 16px 20px;
    background-position: center center;
}

.btn_option.btn_income.on {
    background-image:url("../img/icon_option_income_on.svg");
    background-repeat: no-repeat;
    background-size: 16px 20px;
    background-position: center center;
}

.btn_option.btn_network {
    background-image:url("../img/icon_option_network.svg");
    background-repeat: no-repeat;
    background-size: 13px 22px;
    background-position: center center;
}

.btn_option.btn_network.on {
    background-image:url("../img/icon_option_network_on.svg");
    background-repeat: no-repeat;
    background-size: 13px 22px;
    background-position: center center;
}

/* For Tablet */
@media (min-width: 768px) {
    
    #wrapper_right .member_footer_area_left .btn_option_area {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    
    .btn_option_area li {
        font-size: 1.1rem;
    }
    
    #wrapper_right .btn_option_area .btn_option {
        display: block;
        height: 50px;
        width: 50px;
        border-radius: 14px;
        overflow: hidden;
        padding: 0 0 0 47px;
    }
    
    #wrapper_right .btn_option_area .btn_option.on {
        padding: 0 0 0 52px;
    }
    
    #wrapper_right .btn_option_area li + li {
        margin: 14px 0 0 0;
    }
    
    #wrapper_right .btn_option.btn_gender {
        background-size: 22px 25px;
    }

    #wrapper_right .btn_option.btn_gender.on {
        background-size: 22px 25px;
    }

    #wrapper_right .btn_option.btn_age {
        background-size: 22px 26px;
    }

    #wrapper_right .btn_option.btn_age.on {
        background-size: 22px 26px;
    }

    #wrapper_right .btn_option.btn_area {
        background-size: 22px 22px;
    }

    #wrapper_right .btn_option.btn_area.on {
        background-size: 22px 22px;
    }

    #wrapper_right .btn_option.btn_education {
        background-size: 23px 18px;
    }

    #wrapper_right .btn_option.btn_education.on {
        background-size: 23px 18px;
    }

    #wrapper_right .btn_option.btn_job {
        background-size: 18px 25px;
    }

    #wrapper_right .btn_option.btn_job.on {
        background-size: 18px 25px;
    }

    #wrapper_right .btn_option.btn_income {
        background-size: 22px 28px;
    }

    #wrapper_right .btn_option.btn_income.on {
        background-size: 22px 28px;
    }

    #wrapper_right .btn_option.btn_network {
        background-size: 20px 34px;
    }

    #wrapper_right .btn_option.btn_network.on {
        background-size: 20px 34px;
    }

}


/* ------------------------------------------------------------------*/
/* 基本形　左から出てくるメニュー部分  */
/* ------------------------------------------------------------------*/
#wrapper_main .global_nav {
    position: fixed;
    top:0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(139, 139, 139, .5);
    padding: 0;
    transition: .3s;
    z-index: 998;
    transform: translateX(-100%);
    animation: global_nav_close .3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

#wrapper_main .global_nav_inner {
    width: 82%;
    height: 100vh;
    background: #f0f0f0;
    padding: 15px 0 0;
}

#wrapper_main .global_nav.load {
    animation:global_nav_stop .0s;
}

#wrapper_main .global_nav.active {
    animation: global_nav_open .3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes global_nav_open {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes global_nav_stop {
    0% {
        transform: translateX(-100%);
    }
}

@keyframes global_nav_close {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

#wrapper_main .global_nav .global_nav_user {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 6%;
    padding: 0;
    border-radius: 19px;
    box-shadow: -1px -1px 3px rgba(255, 255, 255, .35) , 2px 2px 3px rgba(183, 183, 183, .9);
}

#wrapper_main .global_nav .global_nav_user img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
}

#wrapper_main .global_nav p {
    margin: 16px 0 34px;
    padding: 0 6%;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.global_menu {
    position: relative;
    margin: 0;
    padding: 2px 6% 0;
}

.global_menu li {
    position: relative;
    height: 72px;
}

.global_menu li a {
    display: block;
    height: 72px;
    line-height: 70px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #8b8b8b;
    padding: 0 0 0 48px;
}

.global_menu li.global_menu_profile {
    background-image:url("../img/icon_nav_profile2.svg");
    background-repeat: no-repeat;
    background-size: 24px 34px;
    background-position: left 2px center;
}

.global_menu li.global_menu_notice {
    background-image:url("../img/icon_nav_notification2.svg");
    background-repeat: no-repeat;
    background-size: 26px 34px;
    background-position: left 1px center;
}

.global_menu li.global_menu_notice span {
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #18D869;
    position: absolute;
    top: 12px;
    left: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    line-height: 1.6;
}

.global_menu li.global_menu_setting {
    background-image:url("../img/icon_nav_setting2.svg");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left center;
}

.global_menu li.global_menu_help {
    background-image:url("../img/icon_nav_help2.svg");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left center;
}

.global_menu li.global_menu_wallet{
    background-image:url("../img/icon_nav_wallet2.svg");
    background-repeat: no-repeat;
    background-size: 27px 30px;
    background-position: left 0px center;
}

.global_menu li.global_menu_use {
    background-image:url("../img/icon_nav_guide2.svg");
    background-repeat: no-repeat;
    background-size: 30px 29px;
    background-position: left 0px center;
}

.global_menu li.global_menu_news {
    background-image:url("../img/icon_nav_news2.svg");
    background-repeat: no-repeat;
    background-size: 34px 31px;
    background-position: left 0px center;
}

.guest_global_menu li:nth-child(1) {
    background-image:url("../img/icon_nav_guide2.svg");
    background-repeat: no-repeat;
    background-size: 30px 29px;
    background-position: left 0px center;
}

.guest_global_menu li:nth-child(3) {
    background-image:url("../img/icon_nav_news2.svg");
    background-repeat: no-repeat;
    background-size: 34px 31px;
    background-position: left 0px center;
}

.guest_global_menu li:nth-child(3) a {
    font-size: 1.4rem;
}

.lower_menu_area {
    width: 100%;
    height: calc( 100vh - 645px );
    margin: 26px 0 0;
    padding: 24px 36px;
    background: #8c8c8b;
}

.lower_menu {
    margin: 0;
    padding: 0;
}

.lower_menu li {
    height: 34px;
}

.lower_menu li a {
    display: block;
    height: 34px;
    line-height: 32px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    padding: 0;
}

.lower_tab_btn {
    display: none;
}
    
.lower_tab_menu {
    display: none;
}

/* For Tablet */
@media (min-width: 768px) {
    
    #wrapper_main .global_nav {
        display: none;
    }
    
    #wrapper_left .global_nav {
        height: 100vh;
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: flex-end;
    }

    #wrapper_left .global_nav_inner {
        width: 100px;
        height: 100vh;
        background: #f0f0f0;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 25px 0 0;
    }
    
    #wrapper_left .global_nav .global_nav_user {
        display: block;
        width: 54px;
        height: 54px;
        margin: 0;
        padding: 0;
        border-radius: 27px;
        box-shadow:  -3px -3px 2px rgba(255, 255, 255, .5), 3px 3px 2px rgba(183, 183, 183, .75);
    }

    #wrapper_left .global_nav .global_nav_user img {
        width: 54px;
        height: 54px;
        object-fit: cover;
        border-radius: 27px;
        border: 2px solid #f0f0f0;
    }

    #wrapper_left .global_nav p {
        display: none;
    }
    
    #wrapper_left .follow_info_area {
        display: none;
    }
    
    .global_menu {
        width: 55px;
        margin: 50px 0 0;
    }
    
    .global_menu li {
        height: 88px;
        width: 38px;
        margin: 0 0 0 8px;
        overflow: hidden;
    }
    
    .global_menu li a {
        height: 88px;
        line-height: 86px;
        padding: 0 0 0 48px;
    }
    
    .global_menu li.global_menu_notice span {
        top: 12px;
        left: 12px;
    }
    
    .lower_menu_area {
        display: block;
        width: 100%;
        height: auto;
        margin: 125px 0 0;
        padding: 0;
        background: transparent;
        position: relative;
    }
    
    .lower_tab_btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0px;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0;
        background-image:url("../img/icon_more.svg");
        background-repeat: no-repeat;
        background-size: 16px 5px;
        background-position: center center;
    }
    
    .lower_menu {
        display: none;
    }
    
    .lower_tab_menu {
        display: none;
        position: absolute;
        top: 810px;
        left: calc((100% - 600px) / 2  - 15px );
        margin: 0;
        padding: 0;
        background: #8b8b8b;
        border-radius: 8px;
        z-index: 99999;
        box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, .5);
    }

    .lower_tab_menu li {
        margin: 0;
        height: 40px;
    }

    .lower_tab_menu li a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 38px;
        font-family: 'Noto Sans JP' ,sans-serif;
        font-size: 1.6årem;
        font-weight: 500;
        color: #fff;
        padding: 0 18px;
        white-space: nowrap;
    }
    
    .lower_tab_menu li:first-child {
        border-bottom: 1px solid #fff;
    }
    
}

/* For PC */
@media (min-width: 1280px) {
    
    #wrapper_left .global_nav {
        display: flex;
        justify-content: flex-end;
    }
    
    #wrapper_left .global_nav_inner {
        width: 90%;
        max-width: 250px;
        align-items: flex-start;
    }
    
    #wrapper_left .global_nav .global_nav_user {
        margin: 0 0 0 25px;
    }
    
    #wrapper_left .global_nav p {
        display: block;
        margin: 10px 18px 30px 25px;
        padding: 0;
        font-family: 'Noto Sans JP' ,sans-serif;
        font-size: 2.0rem;
        font-weight: 500;
    }
    
    #wrapper_left .follow_info_area {
        display: block;
        width: calc( 100% - 25px );
        margin: 0 0 0 25px;
        padding: 0 0 50px;
        color: #8b8b8b;
        font-family: 'Noto Sans JP' ,sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
    }
    
    #wrapper_left .follow_info_area li {
        margin: 18px 0 0;
        padding: 0;
        display: flex;
        align-items: center;
        line-height: 1;
    }
    #wrapper_left .follow_info_area span {
        font-family: 'Montserrat' ,sans-serif;
        font-size: 2.4rem;
        font-weight: 500;
        color: #494949;
        display: inline-block;
        margin: 0 0 0 10px;
    }
    
    .global_menu {
        width: 100%;
        margin: 0 auto;
        padding: 15px 0 0;
    }
    
    #wrapper_left .global_menu::after {
        content: "";
        position: absolute;
        top: 0;
        left: 20px;
        right: 0;
        width: calc( 100% - 40px );
        height: 2px;
        background: rgb(186,186,186);
        background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
    }
    
    .global_menu li {
        height: 65px;
        width: 100%;
        margin: 0 0 0 20px;
        overflow: hidden;
    }
    
    .global_menu li a {
        height: 65px;
        line-height: 63px;
        padding: 0 0 0 48px;
    }

    .global_menu li.global_menu_news a {
        font-size: 1.4rem;
    }
    
    .lower_menu_area {
        display: block;
        width: 100%;
        height: auto;
        margin: 65px 0 0;
        padding: 0;
    }

    .lower_menu {
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .lower_menu li {
        margin: 0 0 0 20px;
        height: 30px;
    }

    .lower_menu li a {
        display: block;
        height: 30px;
        line-height: 38px;
        font-family: 'Noto Sans JP' ,sans-serif;
        font-size: 1.2rem;
        font-weight: 500;
        color: #8b8b8b;
        padding: 0;
    }

    .lower_tab_btn {
        display: none;
    }
    
    .lower_tab_menu {
        display: none;
    }
}


/* ------------------------------------------------------------------*/
/* 基本形　Tablet以上で表示される左エリアメニュー部分  */
/* ------------------------------------------------------------------*/


/* ------------------------------------------------------------------*/
/* 基本形　中身　基本  */
/* ------------------------------------------------------------------*/

.main_area.member_main {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh; /* 20230719 */
    margin: 0px 0 0;
    padding: 100px 0 60px;
    /*overflow-y: scroll; 20230726delete*/
    scroll-behavior: smooth;
    /*-webkit-overflow-scrolling: touch; 20230726delete*/
}

.header_area.narrow + .main_area.member_main {
    height: calc( 100vh - 55px );
    height: calc( 100dvh - 55px ); /* 20230719 */
    padding: 55px 0 0;
}

.header_area.narrow + .main_area.member_main.no_footer {
    height: calc( 100vh - 55px );
    height: calc( 100dvh - 55px ); /* 20230719 */
    padding: 55px 0 0;
}

.main_area.member_main .container {
    width: 86%;
    margin: 0 auto;
    padding-bottom: 70px; /* 20250606 */
}

.main_area.member_main #contents {
    padding-bottom: 70px; /* 20250606 */
}

.member_main_bottom_spacer {
    padding: 65px 0 0;
}

.msg_area {
    margin: 42px 0 22px;
    text-align: center;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    font-weight: 700;
    color: #252524;
}

.msg_basic {
    width: 100%;
    margin: 0 auto;
    padding: 35px 0 0;
    text-align: left;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

.main_area.member_main .header_title {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    position: relative;
}

.main_area.member_main .header_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186, 186, 186);
    background: linear-gradient(180deg, rgba(186, 186, 186, 1) 0%, rgba(242, 242, 242, 1) 60%, rgba(255, 255, 255, 1) 100%);
}

/* For Tablet */
@media (min-width: 768px) {
    
    .main_area.member_main { /* 20230824 */
        height: 100%;
        min-height: 100vh;
        min-height: 100dvh;
    }
    
    .header_area.narrow + .main_area.member_main {
        /*height: 100vh;20230920*/
        height: calc( 100% - 60px ); /*20230920*/
        padding: 0;
    }
    
    .main_area.member_main .header_title {
        margin-top: 60px;
        font-size: 2.0rem;
        line-height: 50px;
    }
}

/* ------------------------------------------------------------------*/
/* 基本形　中身　質問一覧表示部分  */
/* ------------------------------------------------------------------*/

.question_item_spacer {
    margin: 10px 0 0 0;
}

.question_list_area {
    width: 95%;
    margin: 0 auto;
}

.question_list_area .question_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.question_list_area .question_item + .question_item {
    margin-top: 32px;
}

.question_list_area .question_item:nth-child(even) {
    margin-right: 40px;
}

.question_list_area .question_item:nth-child(odd) {
    flex-direction: row-reverse;
    margin-left: 40px;
}

.question_item_img_area, .comment_item_img_area {
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2px 0 0 0;
    position: relative;
}

.question_item_content_area + .question_item_img_area {
    align-items: flex-end;
}

.question_item_img_area .question_item_img, .comment_item_img_area .comment_item_img {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border-radius: 17px;
    box-shadow: -1px -1px 3px #fff, 2px 2px 3px #b7b7b7;
}

.question_item_img_area .question_item_img img, .comment_item_img_area .comment_item_img img {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    border: 2px solid #fff;
    object-fit: cover;
}

.icon_point {
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 10px 0 0;
    border-radius: 17px;
    box-shadow: -3px -3px 3px #fff, 3px 3px 3px #b7b7b7;
    background: rgb(255,224,152);
    background: linear-gradient(90deg, rgba(255,224,152,1) 0%, rgba(207,151,0,1) 100%);
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3rem;
}

.point_popup_area {
    display: none;
    flex-direction: column;
    background-color: #18d869;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    position: absolute;
    top: 86px;
    left: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    z-index: 10;
    padding: 8px;
    color: #fff;
    font-weight: 400;
    /*white-space: nowrap;*/
    width: 250px;
}

.question_list_area .question_item:nth-of-type(odd) .point_popup_area {
    left: inherit;
    right: 0px;
}

.question_item_content_area {
    width: calc( 100% - 43px );
}

.question_item_content_area_top {
    margin: 0 0 5px;
    padding: 0 5px 0 0;
    display: flex;
    justify-content: space-between;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    color:  #8B8B8B;
}

.question_item_content_area_top .question_item_basic_info, .answer_item_basic_info {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.0rem;
    font-weight: 500;
    color: #8B8B8B;
}

.question_item_content_area_top .question_item_basic_info + .question_item_basic_info {
    margin: 0 0 0 8px;
}

.question_item_content_area_top .question_item_basic_info.info_answer, .answer_item_basic_info.info_answer {
    background-image:url("../img/icon_answer.svg");
    background-repeat: no-repeat;
    background-size: 9px 8px;
    background-position: left center;
    padding: 0 0 0 14px;
}
.question_item_content_area_top .question_item_basic_info.info_time {
    background-image:url("../img/icon_time.svg");
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: left center;
    padding: 0 0 0 14px;
}

.question_item_content_area_top .question_item_basic_info.fc_green {
    color: #18D869;
}


/* For Tablet */
@media (min-width: 768px) {
    
    .question_item_spacer {
        margin: 17px 0 0 0;
    }
    
    .question_list_area .question_item + .question_item {
        margin-top: 40px;
    }
    
    .question_list_area {
        width: 550px;
    }
    
    .question_item + .question_item {
        margin-top: 35px;
    }
    
    .question_list_area .question_item:nth-child(even) {
        margin-right: 76px;
    }

    .question_list_area .question_item:nth-child(odd) {
        flex-direction: row-reverse;
        margin-left: 76px;
    }
    
    .question_item_img_area, .comment_item_img_area {
        width: 76px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2px 0 0 0;
    }
    
    .question_item_img_area .question_item_img, .comment_item_img_area .comment_item_img {
        display: block;
        width: 62px;
        height: 62px;
        margin: 0;
        padding: 0;
        border-radius: 31px;
        box-shadow: -3px -3px 2px rgba(255, 255, 255, .5), 3px 3px 2px rgba(183, 183, 183, .75);
    }

    .question_item_img_area .question_item_img img, .comment_item_img_area .comment_item_img img {
        width: 62px;
        height: 62px;
        border-radius: 31px;
        border: 2px solid #f0f0f0;
    }
    
    .point_popup_area {
        top: 114px;
    }
    
    .question_item_content_area {
        width: calc( 100% - 76px );
    }
    
    .question_item_content_area_top {
        margin: 0 0 10px;
        padding: 0 5px 0 0;
        font-size: 1.4rem;
    }
    
    
    .question_item_content_area_top .question_item_basic_info + .question_item_basic_info {
        margin: 0 0 0 10px;
    }

    .question_item_content_area_top .question_item_basic_info.info_answer, .answer_item_basic_info.info_answer {
        background-image:url("../img/icon_answer.svg");
        background-repeat: no-repeat;
        background-size: 11px 10px;
        background-position: left center;
        padding: 0 0 0 16px;
    }
    .question_item_content_area_top .question_item_basic_info.info_time {
        background-image:url("../img/icon_time.svg");
        background-repeat: no-repeat;
        background-size: 14px 14px;
        background-position: left center;
        padding: 0 0 0 17px;
    }

    .question_item_content_area_top .question_item_basic_info, .answer_item_basic_info {
        font-size: 1.4rem;
    }
}

/* クリック時ポップアップメッセージ */
.question_item_basic_info_area {
    position: relative;
    white-space: nowrap; /* 20231010 */
}

.basic_info_popup_area {
    display: none;
    height: 30px;
    line-height: 28px;
    background-color: #18d869;
    background-image:url("../img/icon_time_w.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left 14px center;
    padding: 0 16px 0 36px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    position: absolute;
    top: 20px;
    right: -40px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    z-index: 10;
}



.question_item_content {
    padding: 12px 15px 5px;
    border: 1.5px solid #18D869;
    box-shadow: -3px -3px 2px #fff, 3px 3px 2px #b7b7b7;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
}

.question_item_content p {
    margin: 0;
    padding: 0;
}

.question_item:nth-child(even) .question_item_content {
    border-radius: 5px 20px 20px 20px;
}

.question_item:nth-child(odd) .question_item_content {
    border-radius: 20px 5px 20px 20px;
}

.question_item_content .question_item_list {
    margin: 0;
    padding: 0;
}

.question_item_content .question_item_list li {
    margin: 0;
    padding: 0;
    position: relative;
}

.question_item_content .question_item_list li.multiple_question_item:first-child {
    padding: 8px 0 12px;
}

.question_item_content .question_item_list li.multiple_question_item {
    padding: 0 0 12px;
}

.question_item_content .question_item_list .question_body {
    width: 100%;
    display: inline-block;
    margin: 0 0 0px; /*20230718*/
    padding: 0 3px 0;
}

/* 選択質問 */
.question_item_content .question_item_list .question_choice_wrap:not(.active) .question_body { /* ■2(A1)【1A】 20250606 */
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.question_item_content .question_item_list .question_choice_wrap .question_body.is-open { /* ■2(A1)【1A】 20250606 */
    -webkit-line-clamp: unset;
    overflow: visible;
}


/* 自由質問 */
.question_item_content .question_item_list .question_free_wrap:not(.active) .question_body { /* ■2(A1)【1A】 20250606 */
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.question_item_content .question_item_list .question_body.is-open:not(.title_open) {  ■2(A1)【1A】 20250606 */
.question_item_content .question_item_list .question_free_wrap .question_body.is-open { /* ■2(A1)【1A】 20250611 */
    -webkit-line-clamp: unset;
    overflow: visible;
}

.question_item_list.multiple_question_item_list {
    counter-reset: multiple-counter;
    list-style: none;
}

.question_item_list.multiple_question_item_list li .circled_number {
    color: #18D869;
    font-weight: 900;
    display: inline-block;
    margin: 0 2px 0 0;
}

.question_item_list.multiple_question_item_list ul:not(.choices_list):not(.question_img_items):not(.question_slider_items) li:after {
    position: absolute;
    left: -20px;
    bottom: 0;
    display: inline-block;
    content: "";
    width: calc( 100% + 15px );
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
    border: none;
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

.question_item_list.multiple_question_item_list li:last-child {
    /*padding: 5px 0 0px; 20230824 */
    /*padding: 0px 0 0px; 20250528 */
    padding: 8px 0 0px;
}

.question_item_list.multiple_question_item_list li:last-child:after {
    height: 0px;
}

.question_item_content .multiple_question_item_title {
    width: calc( 100% + 30px );
    margin-left: -15px;
    margin-right: 15px;
    /*padding-left: 18px;
    padding-right: 3px;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #18D869;
}

.question_item_content .multiple_question_item_title .multiple_question_item_img {
    /* width: 96%; */
    width: calc( 100% - 8px ); /* 20230919 */
    margin: 8px auto 0;
    aspect-ratio: 16 / 9; /*20230726*/
    overflow: hidden; /*20230726*/
    border-radius: 10px; /*20230726*/
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px #b7b7b7; /* 20230919 */
}

.question_item_content .multiple_question_item_title img {
    width: 100%;
    height: auto;
    /*border-radius: 10px; 20230726*/
}

.question_item_content .question_item_list .addition_title, .question_item_content .multiple_question_item_title .addition_title {
    display: inline-block;
    border: 1px solid #18d869;
    border-radius: 3px;
    margin: 8px 0 3px;
    padding: 4px 6px 5px;
    color: #18d869;
    font-size: 1.3rem;
    line-height: 1;
    background: #fff;
}

.multiple_question_item:after {
    position: absolute;
    left: 0px;
    bottom: 0;
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
    border: none;
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}


.question_free_wrap {
    display: block;
    height: 67.5px;
    overflow-y: hidden;
    line-height: 1.5em;
}

.question_free_wrap.active {
    display: block;
    height: auto;
    overflow-y: hidden;
    line-height: 1.5em;
}

.question_free_wrap.question_free_wrap_low1 {
    height: 22.5px;
}

.question_free_wrap.question_free_wrap_low2 {
    height: 45px;
}

.question_free_wrap .question_free_body_bottom_wrap {
    display: none;
}

.question_free_wrap .question_free_body_bottom_wrap.active {
    display: block;
}


.question_item_content .question_item_control {
    height: 26px;
    position: relative;
    /*margin: 12px 0 0;20230824*/
    /*margin: 8px 0 0; 20230824*/
    margin: 10px 0 0; /*20250606*/
    padding: 7px 0 0;
    color: #8B8B8B;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.question_item_content .question_item_control::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}

.question_item_content .question_item_control .question_item_control_left_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc( 100% - 84px );
}

.question_item_content .question_item_control .btn_a {
    padding: 0 0 0 20px;
    background-image:url("../img/icon_control_a.svg");
    background-repeat: no-repeat;
    background-size: 7px 8px;
    background-position: left center;
}

.question_item_content .question_item_control .btn_heart {
    padding: 0 0 0 22px;
    background-image:url("../img/icon_control_heart.svg");
    background-repeat: no-repeat;
    background-size: 16px 14px;
    background-position: left center;
    letter-spacing: .5px;
}

.question_item_content .question_item_control .btn_heart.on {
    background-image:url("../img/icon_control_heart_on.svg");
}

.question_item_content .question_item_control .btn_heart.off {
    background-image:url("../img/icon_control_heart_g.svg");
}

.question_item_content .question_item_control .btn_comment {
    padding: 0 0 0 22px;
    background-image:url("../img/icon_control_comment.svg");
    background-repeat: no-repeat;
    background-size: 16px 14px;
    background-position: left center;
    color: #8B8B8B;
    letter-spacing: .5px;
}

.question_item_content .question_item_control .btn_comment.off {
    background-image:url("../img/icon_control_comment_g.svg");
}

.question_item_content .question_item_control .btn_like {
    padding: 0 0 0 18px;
    background-image:url("../img/icon_like_g.svg");
    background-repeat: no-repeat;
    background-size: 13px 12px;
    background-position: left center;
    color: #8B8B8B;
}

.question_item_content .question_item_control .btn_like.on {
    background-image:url("../img/icon_like_g_on.svg");
}

.question_item_content .question_item_control .btn_dislike {
    padding: 0 0 0 18px;
    background-image:url("../img/icon_dislike_g.svg");
    background-repeat: no-repeat;
    background-size: 13px 12px;
    background-position: left center;
    color: #8B8B8B;
}

.question_item_content .question_item_control .btn_dislike.on {
    background-image:url("../img/icon_dislike_g_on.svg");
}

.question_item_content .question_item_control .icon_private {
    color: #8b8b8b;
    font-family: 'Noto Sans JP' ,sans-serif;
    height: 18px;
    line-height: 16px;
    border: 1px solid #8b8b8b;
    font-size: 1.1rem;
    text-align: center;
    border-radius: 9px;
    margin: 0 0 0 5px;
    padding: 0 5px;
}

.question_item_content .question_item_control .icon_private_gray {
    color: #8b8b8b;
    font-family: 'Noto Sans JP' ,sans-serif;
    height: 18px;
    line-height: 16px;
    border: 1px solid #8b8b8b;
    font-size: 1.0rem;
    text-align: center;
    border-radius: 9px;
    margin: 0 0 0 5px;
    padding: 0 5px;
    background-color: #8b8b8b;
    color: #fff;
}

.question_item_content .question_item_control .btn_upload {
    width: 14px;
    height: 14px;
    background-image:url("../img/icon_control_upload.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left center;
}

.question_item_content .question_item_control .btn_upload.off {
    background-image:url("../img/icon_control_upload_g.svg");
}

.question_item_content .question_item_control .show_report {
    position: absolute;
    right: 25px;
    top: 5px;
    display: inline-block;
    width: 42px;
    height: 21px;
    margin: 0;
    background-image:url("../img/icon_control_more.svg");
    background-repeat: no-repeat;
    background-size: 42px 21px;
    background-position: left center;
}

.question_item_content .question_item_control .btn_open, .question_item_content .question_item_control .btn_read_more {
    position: absolute;
    right: 0;
    top: 7px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image:url("../img/icon_control_open.svg");
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: left center;
}

.question_item_content .question_item_control .btn_open.active, .question_item_content .question_item_control .btn_read_more.active {
    /*transform: scale(1, -1);*/
    transform: rotate(180deg);
}


.question_item_content .question_item_control .item_control_popup_area {
    display: none;
    flex-direction: column;
    background-color: #18d869;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    position: absolute;
    top: 28px;
    right: -40px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    z-index: 10;
}

.question_item_content .question_item_control .item_control_popup_area .show_report_modal {
    height: 28px;
    line-height: 28px;
    background-color: #18d869;
    background-image:url("../img/icon_megaphone_w.svg");
    background-repeat: no-repeat;
    background-size: 19px 12px;
    background-position: left 11px center;
    padding: 0 14px 0 36px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.question_item_content .question_item_control .item_control_popup_area .remove_follow {
    height: 28px;
    line-height: 28px;
    background-color: #18d869;
    background-image:url("../img/icon_follow_remove_w.svg");
    background-repeat: no-repeat;
    background-size: 18px 15px;
    background-position: left 11px center;
    padding: 0 14px 0 36px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.question_item_content .question_item_control .item_control_popup_area .do_follow {
    height: 28px;
    line-height: 28px;
    background-color: #18d869;
    background-image:url("../img/icon_follow_w.svg");
    background-repeat: no-repeat;
    background-size: 18px 15px;
    background-position: left 11px center;
    padding: 0 14px 0 36px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.question_item_content .question_item_control .item_control_popup_area .delete_question, 
.question_item_content .question_item_control .item_control_popup_area .show_delete_question_modal {
    height: 28px;
    line-height: 28px;
    background-color: #18d869;
    background-image:url("../img/icon_del_w.svg");
    background-repeat: no-repeat;
    background-size: 16px 19px;
    background-position: left 11px center;
    padding: 0 14px 0 36px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.question_item_content .question_item_control .item_control_popup_area .delete_question a{
    color: #fff;
}

.question_item_content .question_item_control .item_control_popup_area .addition_question {
    height: 28px;
    line-height: 28px;
    background-color: #18d869;
    background-image:url("../img/icon_annotation_w.svg");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: left 11px center;
    padding: 0 14px 0 36px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.question_item_content .question_item_control .item_control_popup_area .re_question {
    height: 28px;
    line-height: 28px;
    background-color: #18d869;
    background-image:url("../img/icon_replay_w.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left 11px center;
    padding: 0 14px 0 36px;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.question_item_content .question_item_control .item_control_popup_area .addition_question.off, .question_item_content .question_item_control .item_control_popup_area .show_delete_question_modal.off, .question_item_content .question_item_control .item_control_popup_area .re_question.off {
    background-color: #d1d1d1;
    cursor: default;
}

.question_item_content .question_item_control .item_control_popup_area .addition_question a, .question_item_content .question_item_control .item_control_popup_area .re_question a {
    color: #fff;
}

.question_item_content .question_item_control .item_control_popup_area .show_delete_question_modal.position_center {
    border-radius: 0;
    border-bottom: 1px solid #fff;
}

.question_item_content .question_item_control .social_control_popup_area, .comment_item_content .comment_item_control .social_control_popup_area {
    display: none;
    flex-direction: column;
    background-color: #18d869;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    position: absolute;
    top: 28px;
    right: -40px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    z-index: 10;
    padding: 1px 0;
}

.comment_item_content .comment_item_control .social_control_popup_area {
    right: 0px;
}

.question_item_content .question_item_control .social_control_popup_area .social_copy, .comment_item_content .comment_item_control .social_control_popup_area .social_copy {
    height: 32px;
    line-height: 32px;
    background-color: #18d869;
    background-image:url("../img/icon_clip_w.svg");
    background-repeat: no-repeat;
    background-size: 16px 18px;
    background-position: left 22px center;
    padding: 0 20px 0 48px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.question_item_content .question_item_control .social_control_popup_area .social_qrcode, .comment_item_content .comment_item_control .social_control_popup_area .social_qrcode {
    height: 32px;
    line-height: 32px;
    background-color: #18d869;
    background-image:url("../img/icon_qr_w.svg");
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: left 22px center;
    padding: 0 20px 0 48px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.question_item_content .question_item_control .social_control_popup_area .social_x, .comment_item_content .comment_item_control .social_control_popup_area .social_x {
    height: 32px;
    line-height: 32px;
    background-color: #18d869;
    background-image:url("../img/icon_x_w.svg"); /* 20230919 */
    background-repeat: no-repeat;
    background-size: 15px 16px;
    background-position: left 22px center;
    padding: 0 20px 0 50px; /* 20230919 */
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    font-size: 1.3rem; /* 20230919 */
}

/* For Tablet */
@media (min-width: 768px) {
    .question_item_content .multiple_question_item_title .multiple_question_item_img {
        /*max-width: 220px; 20230726*/
    }

    .question_item_content {
        font-family: 'Noto Sans JP' ,sans-serif;
        font-size: 1.7rem;
    }
    
    .question_free_wrap {
        height: 76.5px;
    }

    .question_free_wrap.question_free_wrap_low1 {
        height: 25.5px;
    }

    .question_free_wrap.question_free_wrap_low2 {
        height: 51px;
    }

    .question_item_content .question_item_control {
        height: 37px;
        /*margin: 12px 0 0;20230824*/
        margin: 8px 0 0; /*20230824*/
        padding: 9px 0 0;
        font-size: 1.5rem;
    }
    
    .question_item_content .question_item_control .question_item_control_left_area {
        width: calc( 100% - 112px );
    }
    
    .question_item_content .question_item_control .show_report {
        right: 30px;
        top: 5px;
        width: 47px;
        height: 37px;
        background-size: 42px 21px;
    }

    .question_item_content .question_item_control .btn_open, .question_item_content .question_item_control .btn_read_more {
        position: absolute;
        right: 4px;
        top: 12px;
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image:url("../img/icon_control_open.svg");
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: left center;
    }
    
    .question_item_content .question_item_list .question_body {
        /*margin: 0 0 5px;*//*20230718*/
        margin: 0 0 0px;
        padding: 0 3px 0px;
    }
    
    .comment_item_content .comment_item_control .social_control_popup_area {
        top:38px;
    }
}

/* ------------------------------------------------------------------*/
/* 基本形　中身　吹き出しの中質問部分  */
/* ------------------------------------------------------------------*/

.question_item_content .choices_area {
    /*display: none;*/
    height: 0px;
    overflow-y: hidden;
    margin: 0px 0 0;
}

.question_item_content .choices_area.active {
    height: auto;
    /*margin: 10px 0 0; 202305*/
    margin: 10px 0 0px;
    padding: 3px 0 0;
}

.question_item_content .choices_area input[type=radio] {
    display: none;
}

.question_item_content .choices_area .label_radio {
    width: calc( 100% - 8px );
    min-height: 34px;
    line-height: 1.2;
    border-radius: 17px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    /*padding: 6px 30px 6px 15px; 202305 */
    padding: 6px 15px 6px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px rgba(183, 183, 183, .75);
    background: #f0f0f0;
    transition: all .3s;
}

.question_item_content .choices_area .label_radio:last-child {
    margin-bottom: 3px;
}

.question_item_content .choices_area .label_radio span {
    position: relative;
    z-index: 3;
}

.question_item_content .choices_area .label_radio.is-event-cancel {
    pointer-events: none;
}


.choices_area .choices_bar_graph_area {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 17px;
    z-index: 2;
    height: 100%;
}

.question_item_content .choices_area .label_radio .choices_bar_graph {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 17px;
    z-index: 2;
    height: 100%;
    /*background: #f0f0f0; 20230824*/
    background: #D1D1D1; /*20230824*/
}

.question_item_content .choices_area .label_radio.is-max-number .choices_bar_graph {
    background: rgb(47,224,122);
    background: linear-gradient(90deg, rgba(47,224,122,.85) 0%, rgba(170,224,47,.85) 100%);
}

.question_item_content .choices_area input[type=radio]:checked .choices_bar_graph {
    background: rgb(47,224,122);
    background: linear-gradient(90deg, rgba(47,224,122,.85) 0%, rgba(170,224,47,.85) 100%);
}

.question_item_content .choices_area .label_radio.not_active .choices_bar_graph {
    background: #D1D1D1;
}

.question_item_content .choices_area .label_radio .choices_ratio {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    z-index: 3;
    min-width: 34px;
    margin: 0 0 0 5px;
    text-align: right;
}

.question_item_content .choices_area .form_radio + .form_radio {
    margin: 14px 0 0;
}

.question_item_content .choices_area .unselected {
    display: none;
}

.question_item_content .choices_area input[type=radio]:checked + .label_radio {
    box-shadow:  -2px -2px 4px #fff inset, 2px 2px 4px rgba(0, 0, 0, .35) inset;
    font-weight: 500;
}

.question_item_content .choices_area input[type=radio]:checked + .label_radio.not_active {
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px rgba(183, 183, 183, .75);
}

.question_item_content .choices_area .label_radio span {
    position: relative;
    display: inline-block;
}

.question_item_content .choices_area input[type=radio]:checked + .label_radio:not(.not_active) span:after {
    content: '';
    display: inline-block;
    background-image:url("../img/icon_check_s_g.svg");
    background-repeat: no-repeat;
    background-size: 11px 11px;
    background-position: center center;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}

.question_item_content .choices_area input[type=radio]:checked + .label_radio.not_active span:after {
    background-image: inherit !important;
}


@media (min-width: 768px) {
    .question_item_content .choices_area .label_radio .choices_ratio {
        font-size: 1.6rem;
        margin: 0 0 0 7px;
    }
    
    .question_item_content .choices_area .label_radio {
        font-size: 1.7rem;
    }
}

/* 質問リスト表示用 */
.question_item_content .choices_area .choices_list {
    margin: 0 0 5px;
    padding: 0;
}

.question_item_content .choices_area .choices_list li {
    width: calc( 100% - 8px );
    min-height: 34px;
    line-height: 1.2;
    border-radius: 17px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    padding: 6px 30px 6px 15px;
    display: flex;
    align-items: center;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    box-shadow:  -2px -1px 3px #fff, 3px 3px 3px rgba(0, 0, 0, .25);
    background: #f0f0f0;
    transition: all .3s;
    -webkit-tap-highlight-color: transparent; /* 20250606 ■37(B66-1) */
}

.question_item_content .choices_area .choices_list li + li {
    margin: 14px auto 0;
}

/* 動画 */
.question_item_content .question_movie_item {
    margin: 5px auto;
    width: calc( 100% - 10px );
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px #b7b7b7;
    border-radius: 10px;
    overflow: hidden;
}

.question_item_content .question_movie_item.create_question_movie_item {
    position: relative;    
}

.question_item_content .question_movie_item a {
    display: block;
    position: relative;
}

.question_item_content .question_img_item img, .question_item_content .question_movie_item img {
    width: 100%;
    height: auto;
    /*border-radius: 10px; /*20230726*/
}

.question_item_content .question_movie_item a:before, .question_item_content .question_movie_item.create_question_movie_item:before {
    content: '';
    display: inline-block;
    background-image:url("../img/btn_play.svg");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media (min-width: 768px) {

    .question_item_content .question_movie_item a:before, .question_item_content .question_movie_item.create_question_movie_item:before {
        background-size: 52px 52px;
        width: 52px;
        height: 52px;
    }
}

/* 音声 */
.question_sound_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.question_sound_item audio {
    /*width: 100%;*/
    display: none;
}

.question_sound_item .audio_control {
    position: relative;
    padding: 3px 0;
    width: 38px;
    height: 38px;
}

.question_sound_item .seekbar_area {
    width: calc( 100% - 40px );
    padding: 0 0 0 12px;
    height: 38px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.question_sound_item .audio_control .play, .question_sound_item .audio_control .stop {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px rgba(183, 183, 183, .75);
    background-image:url("../img/icon_play.svg");
    background-repeat: no-repeat;
    background-size: 13px 16px;
    background-position: center left 14px;
    background-color: #f0f0f0;
}

.question_sound_item .audio_control .stop {
    display: none;
    background-image:url("../img/icon_stop.svg");
    background-repeat: no-repeat;
    background-size: 11px 12px;
    background-position: center center;
    background-color: #18d869;
    box-shadow:  -2px -2px 3px rgba(255, 255, 255, .75) inset, 2px 2px 3px rgba(183, 183, 183, .75) inset;
}

.question_sound_item .seekbar_area .time {
    height: 12px;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    color: #8b8b8b;
    margin: 0 0 1px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.question_sound_item .seekbar_area .time .duration {
    display: none;
}

.question_sound_item .seekbar {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #f0f0f0;
    box-shadow:  -2px -2px 1px #fff inset, 2px 2px 1px rgba(183, 183, 183, .75) inset;
    height: 10px;
    width: 100%;
    border-radius: 10px;
    border: none;
    outline: 0;
    margin: 0;
    padding: 0;
}
    
.question_sound_item .seekbar::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: rgb(47,224,122);
    background: linear-gradient(90deg, rgba(47,224,122,1) 0%, rgba(170,224,47,1) 100%);
    width: 17px;
    height: 10px;
    border-radius: 5px;
    border: none;
}

.question_sound_item .seekbar::-moz-focus-outer {
    border: 0;
}
    
    



/* 複数画像 */

.question_item_content .question_img_items, .answer_item_content_area .question_img_items {
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px #b7b7b7; /*20230726 0824 */
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*width: calc( 100% - 0px );20230824*/
    width: calc( 100% - 8px );/*20230824*/
    /*margin: 2px auto 14px;*//*20230718*/
    margin: 12px auto 14px;
    padding: 0;
    /*background: #fff; 20230726 */
    overflow: hidden;
}


.question_item_content .question_img_items li, .answer_item_content_area .question_img_items li {
    width: calc( 50% - 1px );
    height: 68px;
    /*margin: 0 0 2px;*/
    *margin: 0 0 0px; /*20230824*/
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    background: #f0f0f0;
}

.question_item_content .question_img_items li:only-child {
    width: 100%;
    height: 136px;
}

@media (min-width: 768px) {
    .question_item_content .question_img_items, .answer_item_content_area .question_img_items {
        /*margin: 2px auto 14px;*//*20230718*/
        margin: 10px auto 14px;
    }
}



.question_item_content .question_img_items li:nth-child(n + 3), .answer_item_content_area .question_img_items li:nth-child(n + 3) {
    /*margin-top: 1px !important;*/
    margin-top: 3px !important; /*0824*/
}

.question_item_content .question_img_items li .choice_no, .answer_item_content_area .question_img_items li .choice_no {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: inline-block;
    background: #18d869;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.question_item_content .question_img_items li img, .answer_item_content_area .question_img_items li img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
}

.question_item_content .question_img_items:has(> :nth-child(3)) li:nth-child(2n):nth-last-child(2),
.answer_item_content_area .question_img_items:has(> :nth-child(3)) li:nth-child(2n):nth-last-child(2) {/*20230726*/
    border-bottom-right-radius: 10px;
}

.question_item_content .question_img_items:has(> :nth-child(3)) li:nth-child(2n):last-child,
.answer_item_content_area .question_img_items:has(> :nth-child(3)) li:nth-child(2n):last-child {/*20230726*/
    border-bottom-right-radius: 10px;
}

.question_item_content .question_img_items:has(> :nth-child(3)) li:nth-child(2n+1):last-child img,
.answer_item_content_area .question_img_items:has(> :nth-child(3)) li:nth-child(2n+1):last-child img {/*20230726*/
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.question_item_content .question_img_items:has(> :nth-child(3)) li:nth-child(2n+1):nth-last-child(2) img,
.answer_item_content_area .question_img_items:has(> :nth-child(3)) li:nth-child(2n+1):nth-last-child(2) img {/*20230726*/
    border-bottom-left-radius: 10px;
}

.question_item_content .question_img_items:has(> :nth-child(2):last-child) li:first-child img {/*20230726*/
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.question_item_content .question_img_items:has(> :nth-child(2):last-child) li:last-child img {/*20230726*/
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.question_item_content .choices_area .detail_link_area, .question_item_content .question_free_wrap .detail_link_area {
    margin: 20px auto 8px;
    padding-bottom: 5px;    
    text-align: center;
}

.question_item_content .question_free_wrap .detail_link_area.detail_link_area_free_answer {
    margin-top: 14px;
}

.question_item_content .question_free_wrap .detail_link_area_spacer {
    margin: 6px auto 0px;
}

.question_item_content .choices_area .detail_link, .question_item_content .question_free_wrap .detail_link {
    /*display: none;  ※後でもどす0315！！！*/
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px;
    height: 34px;
    line-height: 32px;
    border-radius: 17px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #18d869;
    box-shadow: -3px -3px 3px rgba(255, 255, 255, 1),3px 3px 2px rgba(0, 0, 0, .18);
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .5px;
}

.question_item_content .question_free_wrap .detail_link_area.detail_link_area_free_answer .detail_link {
    min-width: 115px;
}

.question_item_content .question_free_wrap .detail_link_area.detail_link_area_free_answer .detail_link + .detail_link {
    margin-left: 8px;
}

.question_item_content .question_free_wrap .detail_link_area.detail_link_area_free_answer:has(> :nth-child(2)) .detail_link { /* 20250606 */
    font-size: 1.3rem;
    min-width: 42%; /* 47->42 202608 */
    padding: 0 13px;
}
.question_item_content .question_free_wrap .detail_link_area.detail_link_area_free_answer:has(> :nth-child(2)) .detail_link + .detail_link { /* 20250606 */
    margin-left: 4px;
}

.question_item_content .choices_area .detail_link.not_active {
    background: #d1d1d1;
    color: #4c4b4c;
}

.question_item_content .question_free_wrap .detail_link.not_active, .question_item_content .question_free_wrap .detail_link.not_active_only_view {
    background: #c5c5c5;
    color: #4c4b4c;
    padding-right: 23px;
    background-image: url(../img/icon_check_s_g.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center right 17px;
    box-shadow: -2px -2px 2px rgb(255 255 255 / 50%) inset, 4px 6px 2px -2px rgb(0 0 0 / 25%) inset;    
}

.question_item_content .question_free_wrap .detail_link.not_active_out_of_scope {
    background: #c5c5c5;
    color: #4c4b4c;
    box-shadow: -2px -2px 1px rgb(255 255 255 / 50%) inset, 4px 6px 2px -2px rgb(0 0 0 / 25%) inset;    
}

.question_item_content .question_free_wrap .detail_link_area:not(:has(a.detail_link)) .detail_link.not_active_out_of_scope {
    width: 100%;
}

.question_item_content .choices_area.active .detail_link, .question_item_content .question_free_wrap.active .detail_link {
    display: inline-block;
}

.question_item_content .question_img_item{
    width: calc( 100% - 8px );/*20230824*/
    /*margin: 0px auto 8px;*//*20230718*/
    margin: 12px auto 8px;
    aspect-ratio: 16 / 9;/*20230726*/
    overflow: hidden; /*20230726*/
    border-radius: 10px; /*20230726*/
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px #b7b7b7; /*20230919 */
}

/* For Tablet */
@media (min-width: 768px) {
    .question_item_content .question_img_items li, .answer_item_content_area .question_img_items li {
        max-height: 220px;
        height: 100px;
    }
    
    .question_item_content .choices_area .detail_link, .question_item_content .question_free_wrap .detail_link {
        font-size: 1.5rem;
    }
    
    .question_item_content .question_img_item{
        /*max-width: 220px;20230726*/
        /*margin: 0px auto 8px;*//*20230718*/
        margin: 14px auto 14px;
    }
    
    .question_item_content .question_free_wrap .detail_link_area.detail_link_area_free_answer:has(> :nth-child(2)) .detail_link { /* 20250606 */
        min-width: 115px;
    }
}

/* 画像モーダル */
.question_slider_wrap {
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    margin: 10px 0 0;
}



.question_slider_items {
    width: 100%;
    height: calc( 100vh - 60px );
    height: calc( 100dvh - 60px );
    display: flex;
    align-items: center;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
}

.question_slider_items li {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    flex: none;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden; 
}

.question_slider_items .question_slider_items_img_area {
    /* width: -moz-fit-content;
    width: fit-content;
    height: auto;
    max-height: calc( 100vh - 60px );
    max-height: calc( 100dvh - 60px ); 20230919
    margin: 0 auto;
    position: relative;
    overflow: hidden; 20231010 */
    width: 100%; /* 202402 */
    max-height: 100%;
    position: relative;
}

.question_slider_items img {
    /*width: 100%;
    height: auto;
    max-height: calc( 100vh - 60px ); 20230824
    max-height: calc( 100vh - 60px );
    max-height: calc( 100dvh - 60px ); 20230919
    object-fit: contain; 20230919
    object-fit: cover; 0230919 */
    width: 100%; /* 202402 */
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.question_slider_items .choice_no {
    position: absolute;
    left: 0;
    color: #fff;
    display: inline-block;
    background: #18d869;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    
}

/* ------------------------------------------------------------------*/
/* 基本形　質問モーダル  */
/* ------------------------------------------------------------------*/
.question_modal_area,.question_slider_modal_area { /*20230726*/
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #1a1a1a;
    z-index: 999;
    transform:translateZ(1px);
}

.question_modal_area .inner{
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: relative;
}

.question_slider_modal_area .inner { /*20230726*/
    width: 98%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    max-height: calc( 100vh - 48px );
}

.question_modal_area .modal_close, .question_slider_modal_area .modal_close { /*20230726*/
    height: 48px;
    position: relative;
}

.question_modal_area .modal_close::after, .question_slider_modal_area .modal_close::after { /*20230726*/
    background-image:url("../img/btn_close.svg");
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: top center;
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 16px; /*20230726*/
    left: 20px;
}

.question_modal_area .question_modal_items_wrap {
    width: 98%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.question_modal_area .question_modal_items_wrap .question_img_items li {
    height: 190px;
}

/* 動画 */
.question_movie_modal_area {
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #1a1a1a;
    z-index: 999;
}

 .question_movie_modal_area .inner {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: relative;
}

.question_movie_modal_area .modal_close {
    height: 48px;
    position: relative;
}

.question_movie_modal_area .modal_close::after {
    background-image:url("../img/btn_close.svg");
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: top center;
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.question_movie_modal_area .question_modal_items_wrap {
    width:100%;
    position: absolute;
    top: calc( 50% - 40px );
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.question_movie_modal_area .question_movie_item {
    width: 96%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin: 8px auto;
    cursor: pointer;
}

.question_movie_modal_area .question_movie_item .video-js {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 56.25%;
    color: #fff;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    top: 0.3em !important;
    font-size: 1.8em !important;
}

.vjs-big-play-centered .vjs-big-play-button {
    margin-top: -1.5em !important;
}

.video-js .vjs-big-play-button {
    font-size: 1.8em !important;
    line-height: 1.6em !important;
    height: 3em !important;
    border-radius: 1.5em !important;
    border: 0.2em solid #fff !important;
}

/* For Tablet */
@media (min-width: 768px) {
    .question_movie_modal_area .question_movie_item {
        width: 94%;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
        margin: 8px auto;
        cursor: pointer;
    }
    
    .video-js .vjs-big-play-button {
        font-size: 3em !important;
        height: 3em !important;
        border-radius: 1.5em !important;
        border: 0.2em solid #fff !important;
    }
}



/* 画像 */
.question_modal_area .question_img_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 2px auto 14px;
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
    background: rgba(0,0,0,0);
}

.question_modal_area .question_img_items li {
    width: 50%;
    margin: 0;
    position: relative;
    border-radius: 0 !important;
    
}

.question_modal_area .question_img_items li:nth-child(n + 3) {
    margin-top: 0px !important;
}

.question_modal_area .question_img_items li:after {
    background: none !important;
    height: 0px !important;
}

.question_modal_area .question_img_items img {
    border-radius: 0 !important;
}

.question_modal_area .question_img_items .choice_no {
    border-radius: 0 !important;
}



.question_modal_area .question_img_items li .choice_no, .expansion_img_area .choice_no {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: inline-block;
    background: #18d869;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.question_modal_area .question_img_items li img, .expansion_img_area img {
    width: 100%;
    height: auto;
}

.expansion_img_area {
    display: none;
    width: calc( 100% - 10px );
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}


@media (min-width: 768px) {
   .question_modal_area .inner {
        max-width: 1000px;
        max-height: calc( 100vh - 48px );
    }
    
    .question_slider_modal_area .inner{ /*20230726*/
        /*max-width: 700px;*/
        max-width: 800px; /* 202402 */
    }
    
    .question_modal_area .question_img_items {
        /*max-width: 700px;*/
        max-width: 800px; /* 202402 */
    }
}

/* ---------質問　回答詳細-------------------------- */

.choices_area .choices_item {
    width: calc( 100% - 4px );
    min-height: 34px;
    line-height: 1.2;
    border-radius: 17px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    box-shadow:  -3px -3px 3px #fff, 3px 3px 2px rgba(0, 0, 0, .2);
    transition: all .3s;
    background: transparent;
    z-index: 2;
}

.choices_area .choices_item:last-child {
    margin-bottom: 3px;
}

.choices_area .choices_item.is-select {
    /*box-shadow: -2px -3px 1px #fff inset, 2px 2px 2px rgb(0 0 0 / 35%) inset;*/
    box-shadow: -2px -2px 2px rgb(255 255 255 / 50%) inset, 4px 6px 2px -2px rgb(0 0 0 / 25%) inset;
}

.choices_area .choices_list span {
    position: relative;
    z-index: 3;
    padding: 0 12px 0 0;
    white-space: nowrap;
}

.choices_area .choices_item span {
    position: relative;
    z-index: 3;
    padding: 0 12px 0 0;
    font-size: 1.2rem;
}

.choices_area .choices_item span.is_small, .question_item_content .choices_area .label_radio span.is_small {
    font-size: 1.0rem;
}

.choices_area input[type=radio]:checked + .label_radio span:after, .choices_area .choices_item.is-select span:after {
    content: '';
    display: inline-block;
    background-image:url("../img/icon_check_s_g.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 11px 11px !important;
    background-position: center center !important;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.choices_area input[type=radio]:checked + .label_radio span:after, .choices_area .choices_item.is-attribute span:after {
    right: inherit;
    left: 0px;
}

.choices_item.is-attribute {
    background: red
}

.choices_area input[type=radio]:checked + .label_radio span:after {
    right: -15px;
}

.choices_area .choices_item + .choices_item {
    margin: 14px auto 0;
}

.choices_area .choices_bar_graph_area {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 17px;
    z-index: 2;
    height: 100%;
    overflow: hidden;
}

.choices_area .choices_bar_graph {
    /*position: absolute;
    top: 0;
    left: 0;
    z-index: 2;*/
    border-radius: 17px;
    width: 0%;
    height: 100%;
    background: #D1D1D1;
    animation: graph_anim .8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation-delay: .8s;
}

.choices_area .choices_item.is-max-number .choices_bar_graph {
    background: rgb(47,224,122);
    background: linear-gradient(90deg, rgba(47,224,122,.85) 0%, rgba(170,224,47,.85) 100%);
}

.choices_area input[type=radio]:checked + .choices_item.is-select .choices_bar_graph {
    box-shadow: -2px -2px 2px rgb(255 255 255 / 50%) inset, 4px 6px 2px -2px rgb(0 0 0 / 25%) inset;
}





    


@keyframes graph_anim {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.choices_area .choices_ratio {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem !important;
    font-weight: 600;
    position: relative;
    z-index: 3;
    min-width: 34px;
    margin: 0 3px 0 5px;
    text-align: right;
    white-space: nowrap;
}

.choices_area .choices_ratio p {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .choices_area .choices_item {
        font-size: 1.6rem;
    }

    .choices_area .choices_ratio {
        font-size: 1.7rem !important;
        margin: 0 3px 0 7px;
    }
    
    .choices_area .choices_item span {
        font-size: 1.7rem;
    }
    
    .choices_area .choices_item span.is_small, .question_item_content .choices_area .label_radio span.is_small {
        font-size: 1.2rem;
    }
}

/* ------------------------------------------------------------------*/
/* 基本形　中身　回答結果一覧表示部分  */
/* ------------------------------------------------------------------*/
.answer_item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 3px 0 5px;
    position: relative;
}

.answer_item + .answer_item {
    margin: 0px 0 0;
    padding-top: 10px;
}

.multiple_answer_item + .multiple_answer_item {/*04066*/
    margin: 18px 0 0;
    padding-top: 0px;
}

.multiple_answer_item + .multiple_answer_item:before {
    position: absolute;
    left: 0px;
    top: 0;
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
    border: none;
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}


.answer_item + .answer_item .answer_item_content_area:nth-child(n + 2):before {
    height: 0px;
}

.answer_item_heading_area {
    width: 100px;
    display: flex;
    flex-direction: column;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
    position: relative;
    color: #494949;
    padding-top: 24px;
}

.answer_item_heading {
    width: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 700;
}


.answer_item_content_area {
    width: calc( 100% - 100px );
    position: relative;
    
}

.answer_item_content_area .choices_area .choices_item {
    width: 100%;
    height: 22px;
    min-height: 22px;
    border-radius: 11px;
    line-height: 1.2;
    padding: 5px 10px;
    font-size: 1.1rem;
    box-shadow: -2px -2px 2px rgba(255, 255, 255, .75), 2px 2px 2px rgba(183, 183, 183, .8);
    
    position: relative;
    cursor: pointer;
    transition: all .3s;
    background: transparent;
    z-index: 2;
}



.answer_item_heading_area:nth-child(n + 2), .answer_item_content_area:nth-child(n + 2) {
    padding-top: 10px;
    /*margin-top: 10px;*//*20230718*/
    margin-top: 12px;
}

.multiple_answer_item_content_area{
    
}

.multiple_answer_item_heading_area:before, .multiple_answer_item_content_area:before {
    position: absolute;
    left: 0px;
    top: 0;
    display: inline-block;
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
    border: none;
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

.answer_item_content_area .choices_area .choices_item + .choices_item {
    margin: 8px 0 0;
}

.answer_item_content_area .choices_area .choices_bar_graph {
    border-radius: 15px;
}

.answer_item_content_area .choices_area .choices_item span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    width: calc( 100% - 50px );
}

/* トグルボタンがオンになった時の横幅調整 */
.choices_area .choices_ratio.is_toggle_check {
    min-width: 70px;
}

.answer_item_content_area .choices_area .choices_item.is_toggle_check span {
    width: calc( 100% - 70px );
}


@media (min-width: 768px) {
    .answer_item_content_area .choices_area .choices_item {
        height: 34px;
        min-height: 34px;
        border-radius: 17px;
        font-size: 1.4rem;
        padding: 5px 15px;
        box-shadow: -1.5px -2.5px 2px rgba(255, 255, 255, .75), 2px 3px 3px rgba(183, 183, 183, .8);
    }

    .answer_item_content_area .choices_area .choices_item + .choices_item {
        margin: 14px 0 0;
    }

    .answer_item_content_area .choices_area .choices_bar_graph {
        border-radius: 17px;
    }
    
    .answer_item_heading_area {
        font-size: 1.5rem;
    }
}


/* 回答　タブ切り替えーーーーーーーーーーーーーーーーーーーーーーーー */

.tab_area_wrap {
    position: relative;
    margin: 18px 0 0;
}

.tab_area_wrap.tab_area_answer_wrap {
    width: 108%;
    margin-left: -4%;
}

.tab_area_wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}

.tab_area {
    margin: 0;
    padding: 0 0 2px;
    display: flex;
    justify-content: center;
}

.tab_area li {
    height: 38px;
    line-height: 33px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #d1d1d1;
}

.tab_area li a {
    display: block;
    height: 100%;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #d1d1d1;
    padding: 5px 0 0;
}

.tab_area li + li {
    margin: 0 0 0 20%;
}

.tab_area.three_tab_area li + li {
    margin: 0 0 0 10%;
}

.tab_area li.active {
    border-bottom: 2px solid #18D869;
}

.tab_area li.active a {
    color: #494949;
    font-size: 1.3rem;
    font-weight: 600;
}

.tab_wrap .panel_area {
    margin: 0;
    padding: 0;
    position: relative;
}

.tab_wrap .panel_area .panel_contents_area {
    display: none;
    padding: 0 0 30px;
}

.tab_wrap .panel_area .panel_contents_area.active {
    display:block;
}

.tab_wrap .panel_area .panel_contents_area_answer_wrap {
    padding: 0;
    width: calc( 100% + 8% );
    margin-left: -4%;
}

.tab_wrap .choices_area .choices_item.is-select span:after {
    background: none;
}

.tab_switch_area {
    width: 100%;
    height: 40px;
    position: relative;
    margin: 0px 0 15px;
}

.tab_switch_area::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}

.tab_switch_area .main_menu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    height: 40px;
}

.tab_switch_area .main_menu li {
    height: 38px;
    line-height: 33px;
}

.tab_switch_area .main_menu li + li {
    margin: 0 0 0 60px;
}

.tab_switch_area .main_menu a {
    display: block;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem; /* 20240916 */
    font-weight: 500;
    color: #D1D1D1;
    padding: 5px 0 0;
}

.tab_switch_area .main_menu .current a {
    font-size: 1.4rem;
    color: #4B4B4B;
    font-weight: 700;
    border-bottom: 2px solid #18D869;
}


@media (min-width: 768px) {
    .tab_switch_area {
        height: 40px;
        margin: 60px 0 15px;
    }
    
    .tab_switch_area .main_menu a {
        font-size: 1.5rem; /* 20240916 */
    }

    .tab_switch_area .main_menu .current a {
        font-size: 1.6rem;
    }
    
    .tab_area li {
        height: 38px;
        line-height: 33px;
        font-size: 1.4rem;
    }
    
    .tab_area li a {
        font-size: 1.4rem;
    }

    .tab_area li.active a {
        font-size: 1.6rem;
    }
}


/* トグルボタン */

.btn_toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
}

.btn_toggle input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.label_toggle {
    width: 36px;
    height: 20px;
    padding: 0 6px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    transition: .3s;
    background: #18D869;
    box-shadow:  -2px -2px 3px #fff inset, 2px 2px 4px rgba(0, 0, 0, .35) inset;
    color: #fff;
}

.label_toggle span {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
}

.label_toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    z-index: 2;
    background: #fff;
    box-shadow:  2px 2px 4px rgba(0, 0, 0, .35);
    transition: .3s;
}

.btn_toggle input[type=checkbox]:checked + .label_toggle:after {
    left: 18px;
}

.link_toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
}

.link_toggle a {
    width: 34px;
    height: 18px;
    margin: 0 8px 0 0;
    padding: 0 5px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    transition: .3s;
    background: #18D869;
    /*box-shadow:  -2px -2px 1px rgba(255, 255, 255, .35) inset, 2px 2px 1px rgba(183, 183, 183, .75) inset;*/
    box-shadow:  -1px -1px 1px rgba(255, 255, 255, .5) inset, 2px 2px 1px rgba(0, 0, 0, .2) inset;
    color: #fff;
}

.link_toggle a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    z-index: 2;
    background: #fff;
    box-shadow:  2px 2px 4px rgba(0, 0, 0, .35);
    transition: .3s;
}

.link_toggle a.percentMode:after {
    left: inherit;
    right: 2px;
}

.link_toggle a span {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    position: relative;
    z-index: 5;
    padding: 0 0 0 14px;
}

.link_toggle a.percentMode span {
    padding: 0;
}


@media (min-width: 768px) {
    .link_toggle a {
        width: 42px;
        height: 24px;
        margin: 0 8px 0 0;
        padding: 0 5px;
        border-radius: 21px;
    }
    
    .link_toggle a:after {
        left: 4px;
        width: 18px;
        height: 18px;
    }
    
    .link_toggle a span {
        padding: 0 0 0 20px;
    }
}

/* ------------------------------------------------------------------*/
/* 基本形　中身　自由回答時、回答  */
/* ------------------------------------------------------------------*/
.free_answer_area {
    border-radius: 20px;
    box-shadow: -3px -3px 2px #fff, 3px 3px 2px rgba(183, 183, 183, .9);
    border: 1px solid #18D869;
    margin: 28px 40px;
    padding: 12px 15px;
    position: relative;
}

.free_answer_area .answer_title {
    margin: 0;
    padding: 0 0 7px 0px;
    color: #18D869;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
}

.free_answer_area .add_file {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0 0 0 40px;
    background-image:url("../img/icon_q_clip.svg");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center center;
    background-color: transparent;
    position: absolute;
    top: -35px; /*■15(A5)【36】*/
    right: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
}

.free_answer_area .add_file.inner_add_file {
    top: 0px; /*■15(A5)【36】*/
    right: 4px;
}

.free_answer_area .free_answer_item {
    position: relative;
    background-color: #f0f0f0;
    box-shadow: 0 -6px 3px -3px rgba(255, 255, 255, .9) inset, 0 8px 3px -3px rgba(0, 0, 0, .15) inset, -5px 0 3px -3px rgba(0, 0, 0, .1) inset, 5px 0 3px -3px rgba(0, 0, 0, .1) inset;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 8px;
    min-height: 34px;
}

.free_answer_area .free_answer_item textarea {
    height: 400px;
    min-height: inherit;
    padding: 8px 8px 8px 8px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    font-size: 1.2rem;
}

.free_answer_area .free_answer_item_img {
    display: inline-block;
    width: 100%;
    padding: 8px 0 10px;
    position: relative;    
}

.free_answer_area .free_answer_item_img img, .free_answer_area .free_answer_item_img video {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.free_answer_area .free_answer_item_img a  {
    background-image:url("../img/btn_delete.svg");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: left center;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 5px;
}


@media (min-width: 768px) {
    
    .free_answer_area {
        border-radius: 20px;
        margin: 28px 76px;
        padding: 16px 20px;
    }
    
    .free_answer_area .answer_title {
        padding: 0 0 8px 0px;
        font-size: 1.6rem;
    }
    
    .free_answer_area .add_file{
        background-size: 19px 19px;
        top: -38px; /*■15(A5)【36】*/
        right: 0px;
    }
    
    .free_answer_area .add_file.inner_add_file {
        top: 4px; /*■15(A5)【36】*/
        right: 10px;
    }
    
    .free_answer_area .free_answer_item textarea {
        height: 500px;
        font-size: 1.6rem;
        padding: 12px 12px 12px 12px;
    }
}


/* ------------------------------------------------------------------*/
/* 基本形　中身　コメント  */
/* ------------------------------------------------------------------*/

.comment_item {
    width: 96%;
    margin: 0 auto;
    padding: 16px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.comment_item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}

.comment_item_content_area {
    width: calc( 100% - 47px );
}

.comment_item_content_area_top {
    margin: 0 0 8px;
    display: flex;
    justify-content: space-between;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    color: #8B8B8B;
}

.comment_item_content {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.4;
    color: #4B4B4B;
}

.comment_item_content .comment_item_control {
    width: 100%;
    position: relative;
    margin: 12px 0 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
}

.comment_item_content .comment_item_control .btn_area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.comment_item_content .comment_item_control .btn_area div + div, .comment_item_content .comment_item_control .btn_area div + a, .comment_item_content .comment_item_control .btn_area a + a {
    margin: 0 0 0 12px;
}

.comment_item_content .comment_item_control .btn_like {
    padding: 0 0 0 18px;
    background-image:url("../img/icon_like_g.svg");
    background-repeat: no-repeat;
    background-size: 13px 12px;
    background-position: left center;
    color: #8B8B8B;
}

.comment_item_content .comment_item_control .btn_like.on {
    background-image:url("../img/icon_like_g_on.svg");
}

.comment_item_content .comment_item_control .btn_dislike {
    padding: 0 0 0 18px;
    background-image:url("../img/icon_dislike_g.svg");
    background-repeat: no-repeat;
    background-size: 13px 12px;
    background-position: left center;
    color: #8B8B8B;
}

.comment_item_content .comment_item_control .btn_dislike.on {
    background-image:url("../img/icon_dislike_g_on.svg");
}

.comment_item_content .comment_item_control .btn_upload {
    width: 14px;
    height: 14px;
    padding: 0 0 0 18px;
    background-image:url("../img/icon_control_upload.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: left center;
}

.comment_item_content .comment_item_control .btn_reply, .question_item_content .question_item_control .btn_reply {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    color: #18D869;
    cursor: pointer;
}

.comment_item_content .comment_item_control .show_comment_report {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 2px 0 10px;
    background-image: url(../img/icon_more_2.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top 1px;
}

.comment_item_content p {
    margin: 0;
}

.comment_item_content .comment_item_content_img {
    display: inline-block;
    width: 100%;
    padding: 12px 0 0px;
    position: relative;
    text-align: center;
}

.comment_item_content .comment_item_content_img img, .comment_item_content .comment_item_content_img video {
    max-width: 100%;/* 20240916*/
    /*object-fit: cover; 20240916*/
    border-radius: 5px;
}


@media (min-width: 768px) {
    
    .comment_item_content_area {
        width: calc( 100% - 82px );
    }
    
    .comment_item_content_area_top {
        font-size: 1.2rem;
    }
    
    .comment_item_content {
        font-size: 1.4rem;
    }
    
    .comment_item_content .comment_item_control {
        font-size: 1.2rem;
    }

    .comment_item_content .comment_item_control .btn_reply, .question_item_content .question_item_control .btn_reply {
        font-family: 'Noto Sans JP' ,sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        color: #18D869;
        cursor: pointer;
    }

    .comment_item_content .comment_item_control .show_comment_report  {
        display: inline-block;
        width: 24px;
        height: 24px;
        /*margin: 12px 0 0 12px; 202408*/
        margin: 0 0 0 12px;
        /*background-image:url(../img/icon_more.svg);*/
        background-repeat: no-repeat;
        background-position: center top 4px;
    }
    
}


/* 返信 */
.reply_wrap {
    display: none;
    /*height: 0px;
    overflow-y: hidden;*/
}

.btn_view_reply, .btn_view_reply_close {
    position: relative;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    color: #18D869;
    cursor: pointer;
    padding: 0 0 0 12px;
}

.btn_view_reply:before, .btn_view_reply_close:before {
    background-image:url("../img/arrow_down_g.svg");
    background-repeat: no-repeat;
    background-size: 9px 7px;
    background-position: left center;
    content: '';
    display: inline-block;
    width: 9px;
    height: 7px;
    position: absolute;
    top: 4px;
    left: 0px;
    transform: scale(1, -1);
}

.btn_view_reply.no_reply:before {
    background-image: none;
}

.btn_view_reply_close {
    display: none;
}

.btn_view_reply_close:before {
    transform: scale(1, 1);
}

.reply_wrap .comment_item {
    width: 100%;
    padding: 12px 0;
}

.reply_wrap .comment_item:first-child {
    margin: 12px 0 0;
    padding: 12px 0;
}

.reply_wrap .comment_item:last-child {
    padding: 12px 0 0;
}

.reply_wrap .comment_item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: inherit;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}

.reply_wrap input[type="text"] {
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 12px 0;
    padding: 0 8px;
    caret-color: #18d869;
}

@media (min-width: 768px) {
    
    .btn_view_reply, .btn_view_reply_close {
        font-size: 1.4rem;
    }
    
    .btn_view_reply:before, .btn_view_reply_close:before {
        background-image:url("../img/arrow_down_g.svg");
        background-repeat: no-repeat;
        background-size: 9px 7px;
        background-position: left center;
        content: '';
        display: inline-block;
        width: 9px;
        height: 7px;
        position: absolute;
        top: 8px;
        left: 0px;
    }
}

/* コメント ポップアップ */
.comment_item_content .comment_item_control .comment_item_control_popup_area, .question_item_content .question_item_control .comment_item_control_popup_area {
    display: none;
    flex-direction: column;
    background-color: #18d869;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    position: absolute;
    top: 28px;
    right: 3px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.3rem;
    z-index: 10;
}

.reply_wrap .comment_item_control_popup_area {
    top: -30px !important;
}

.comment_item_content .comment_item_control .comment_item_control_popup_area .delete_comment, .question_item_content .question_item_control .comment_item_control_popup_area .delete_comment {
    height: 28px;
    line-height: 26px;
    background-color: #18d869;
    background-image:url("../img/icon_del_w.svg");
    background-repeat: no-repeat;
    background-size: 16px 19px;
    background-position: left 11px center;
    padding: 0 14px 0 36px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
}

.comment_item_content .comment_item_control .comment_item_control_popup_area .delete_comment.off {
    background-color: #d1d1d1;
    cursor: default;
}

.comment_item_content .comment_item_control .comment_item_control_popup_area .report_comment,.question_item_content .question_item_control .comment_item_control_popup_area .report_comment  {
    height: 28px;
    line-height: 26px;
    background-color: #18d869;
    background-image:url("../img/icon_megaphone_w.svg");
    background-repeat: no-repeat;
    background-size: 19px 12px;
    background-position: left 11px center;
    padding: 0 14px 0 36px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
}

@media (min-width: 768px) {
    .reply_wrap .comment_item_control_popup_area {
        top: -17px !important;
    }
}

/* コメント input */

.comment_input_area {
    display: flex;
    align-items: center;
    padding: 16px;
    position: relative;
    background: #d1d1d1;
    
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    
}

.comment_input_area .comment_input_img {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border-radius: 17px;
    box-shadow: -2px -2px 4px rgba(255, 255, 255, .8), 2px 2px 2px rgba(183, 183, 183, .75);
}

.comment_input_area .comment_input_img img {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    border: 2px solid #fff;
    object-fit: cover;
}

.comment_input_area input[type="text"] {
    margin-left: 5px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    font-size: 1.2rem;
    padding: 0 56px 0 12px;
}

.comment_input_area input[type="submit"] {
    display: block;
    position: absolute;
    top: 21px;
    right: 16px;
    background: rgba(183, 183, 183, 0);
    height: 26px;
    line-height: 26px;
    font-size: 1.0rem;
    font-weight: 700;
    color: #18d869;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
    padding: 0 10px;
}


@media (min-width: 768px) {
    .comment_input_area {
        margin-left: -1px;
        max-width: 602px;
    }

    .comment_input_area input[type="text"] {
        margin-left: 5px;
        height: 40px;
        line-height: 38px;
        border-radius: 20px;
        font-size: 1.6rem;
        padding: 0 92px 0 12px;
    }
    
    .comment_input_area input[type="submit"] {
        display: block;
        position: absolute;
        top: 17px;
        right: 16px;
        height: 40px;
        line-height: 40px;
        font-size: 1.6rem;
        padding: 0 18px;
    }
}

/* コメント ベストアンサー */
.comment_item_content .best_answer_link_area {
    margin: 12px auto 8px;
    padding: 0 34px 0 0;
    padding-bottom: 5px;    
    text-align: center;
}

.comment_item_content .best_answer_link {
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px;
    height: 34px;
    line-height: 32px;
    border-radius: 17px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #18d869;
    box-shadow: -3px -3px 3px rgba(255, 255, 255, 1),3px 3px 2px rgba(0, 0, 0, .18);
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .5px;
}

.best_answer_comment_item {
    margin: 30px 40px 0;
    padding: 0px 15px 5px;
    border: 1.5px solid #18D869;
    box-shadow: -3px -3px 2px #fff, 3px 3px 2px #b7b7b7;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    border-radius: 20px 5px 20px 20px;
    position: relative;
}

.best_answer_comment_item > :first-child {
    padding-top: 60px;
    padding-bottom: 4px;
}

.best_answer_comment_item > .comment_item > .best_answer_comment_title {
    position: absolute;
    top: 0;
    left: -21px;
    width: calc( 100% + 42px );
    height: 50px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 12px 0 0 20px;
    border-bottom: 1px solid #18D869;
    display: flex;
    justify-content: space-between;
}

.best_answer_comment_item > .comment_item > .best_answer_comment_title .btn_area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin: -7px 0 0 0;
    padding: 0px 20px 0 10px;
}

.best_answer_comment_item > .comment_item > .best_answer_comment_title .btn_like {
    padding: 0 0 0 18px;
    background-image:url("../img/icon_like_g.svg");
    background-repeat: no-repeat;
    background-size: 13px 12px;
    background-position: left center;
    color: #8B8B8B;
}

.best_answer_comment_item > .comment_item > .best_answer_comment_title .btn_dislike {
    padding: 0 0 0 18px;
    background-image: url(../img/icon_dislike_g.svg);
    background-repeat: no-repeat;
    background-size: 13px 12px;
    background-position: left center;
    color: #8B8B8B;
}

.best_answer_comment_item > .comment_item > .comment_item_content_area > .comment_item_content > .comment_item_option > .comment_item_control .btn_like, .best_answer_comment_item > .comment_item > .comment_item_content_area > .comment_item_content > .comment_item_option > .comment_item_control .btn_dislike {
    display: none;
}

.best_answer_comment_item > .comment_item > .comment_item_img_area:first-child {
    position: absolute;
    top: 0;
    right: -65px;
}

.best_answer_comment_item > .comment_item > .comment_item_content_area {
    width: 100%;
}

.best_answer_comment_item > .comment_item > .comment_item_content_area > .comment_item_content {
    font-size: 1.5rem;
    line-height: 1.5;
}

.best_answer_comment_item > .comment_item > .comment_item_content_area > .comment_item_content_area_top {
    position: absolute;
    top: -20px;
    left: -18px;
    width: calc( 100% + 34px );
}

.best_answer_comment_item > .comment_item > .comment_item_content_area > .comment_item_content_area_top.comment_item_content_area_top_2line {
    top: -27px;
}

.best_answer_comment_item > .comment_item > .comment_item_content_area > .comment_item_content_area_top.comment_item_content_area_top_2line div {
    line-height: 1.1;
}

.best_answer_comment_item > .comment_item > .comment_item_content_area > .comment_item_content_area_top .comment_item_content_area_top_date_area {
    /*position: absolute;
    right: 0px; 202505 */
    white-space: nowrap;
}

.best_answer_comment_item > .comment_item > .comment_item_content_area > .comment_item_content > .comment_item_option > .comment_item_control {
    margin: 12px 0 0 0;
    padding: 8px 0 0 0;
    position: relative;
}

.best_answer_comment_item > .comment_item > .comment_item_content_area > .comment_item_content > .comment_item_option > .comment_item_control::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186, 186, 186);
    background: linear-gradient(180deg, rgba(186, 186, 186, 1) 0%, rgba(242, 242, 242, 1) 60%, rgba(255, 255, 255, 1) 100%);
}

.best_answer_comment_item > .comment_item > .comment_item_content_area > .comment_item_content > .comment_item_option > .comment_item_control > .btn_area .btn_reply {
    position: absolute;
    top: 9px;
    left: 80px;
}

.best_answer_comment_item .comment_item .comment_item_control .show_comment_report {
    position: relative;
    margin: 0 2px 0 14px;
}

.best_answer_comment_item .comment_item .comment_item_control .show_comment_report::before, .best_answer_comment_item .comment_item .comment_item_control .btn_upload::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -14px;
    right: 0;
    width: 2px;
    height: 21px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(186,186,186,1) 100%);
}

.best_answer_comment_item .comment_item .comment_item_control .btn_upload {
    position: relative;
    margin: 0 0 0 12px;
    padding: 0 6px 0 18px;
}

.best_answer_comment_item > .comment_item::after {
    display: none;
}

/* ベストアンサー内、返信エリア */
.best_answer_comment_item .comment_item_content .comment_item_control {
    padding: 20px 0 0;
}

.best_answer_comment_item .comment_item .comment_item_content_area .comment_item_content .comment_item_option .comment_item_control .btn_like {
    position: absolute;
    top: 0;
    left: 12px;
}

.best_answer_comment_item .comment_item .comment_item_content_area .comment_item_content .comment_item_option .comment_item_control .btn_dislike {
    position: absolute;
    top: 0;
    left: 62px;
}
.best_answer_comment_item .comment_item .comment_item_content_area .comment_item_content .comment_item_option .comment_item_control .btn_reply {
    position: absolute;
    top: 22px;
    left: 80px;
}



@media (min-width: 768px) {
    
    .comment_item_content .best_answer_link_area {
        margin: 12px auto 8px;
        padding: 0 62px 0 0;
        padding-bottom: 5px;    
        text-align: center;
    }

    .comment_item_content .best_answer_link {
        font-size: 1.5rem;
    }

    .best_answer_comment_item {
        margin: 34px 76px 0;
        font-size: 1.7rem;
    }
    
    .best_answer_comment_item > :first-child {
        padding-bottom: 8px;
    }
    
    .best_answer_comment_item > .comment_item > .comment_item_img_area:first-child {
        right: -100px;
    }
    
    .best_answer_comment_item > .comment_item > .comment_item_content_area > .comment_item_content {
        font-size: 1.7rem;
    }

    .best_answer_comment_item > .comment_item > .comment_item_content_area > .comment_item_content_area_top {
        font-size: 1.4rem;
        top: -26px;
    }
    
    .best_answer_comment_item > .comment_item > .comment_item_content_area > .comment_item_content > .comment_item_option > .comment_item_control {
        margin: 12px 0 0 0;
        padding: 0px 0 0 0;
        position: relative;
    }
    
    .best_answer_comment_item > .comment_item > .comment_item_content_area > .comment_item_content > .comment_item_option > .comment_item_control .show_comment_report {
        margin: 8px 0 0 14px;
    }
    
    .best_answer_comment_item > .comment_item > .comment_item_content_area > .comment_item_content > .comment_item_option > .comment_item_control .btn_reply {
        position: absolute;
        top: 11px;
        left: 110px;
    }
    
    .best_answer_comment_item .comment_item .comment_item_control .show_comment_report {
        position: relative;
        margin: 0 2px 0 14px;
    }

    .best_answer_comment_item .comment_item .comment_item_control .show_comment_report::before {
        top: 5px;
    }
    
    .best_answer_comment_item .comment_item .comment_item_control .btn_upload::before {
        top: -2px;
    }

    .best_answer_comment_item .comment_item .comment_item_control .btn_upload {
        position: relative;
        margin: 0 0 3px 12px;
        padding: 0 6px 0 18px;
    }
    
}

/* ------------------------------------------------------------------*/
/* 基本形　報告モーダル  */
/* ------------------------------------------------------------------*/
.report_modal_area {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #f0f0f0;
    z-index: 999;
}

.report_modal_area .inner {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: relative;
}

.report_modal_area .modal_close {
    height: 100px;
    position: relative;
}

.report_modal_area .modal_close::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}

.report_modal_area .report_list {
    margin: 0;
    padding: 0;
}

.report_modal_area .report_list li {
    width: 90%;
    margin: 0 auto 24px;
    /*height: 44px;
    line-height: 44px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    padding: 0;
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px rgba(183, 183, 183, .75);
    border-radius: 16px;*/
}

.report_modal_area .report_list li input[type=radio] {
    display: none;
}

.report_modal_area .report_list li .label_radio {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px rgba(183, 183, 183, .75);
    border-radius: 16px;
}

.report_modal_area .report_list li input[type=radio]:checked + .label_radio {
    box-shadow:  -2px -2px 4px #fff inset, 2px 2px 4px rgba(0, 0, 0, .35) inset;
    background: #18d869;
    color: #fff;
}

.report_modal_area .report_list li input[type=radio]:checked + .label_radio span {
    color: #fff;
}

.report_modal_area .report_list li .report_text_area {
    margin: 16px auto 0;
    width: 80%;
    color: #8b8b8b;
    text-align: left;
}

.report_modal_area .report_list li textarea {
    color: #4B4B4B !important;
    margin: 5px auto 0;
}




/*
.payee_choice_area input[type=radio] {
    display: none;
}

.payee_choice_area .label_radio {
    width: calc( 100% - 8px );
    min-height: 42px;
    line-height: 1.2;
    border-radius: 17px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    padding: 8px 30px 8px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    box-shadow:  -2px -1px 3px #fff, 3px 3px 3px rgba(0, 0, 0, .25);
    background: #f0f0f0;
    transition: all .3s;
    color: #4b4b4b;
    line-height: 1.4;
}

.payee_choice_area .form_radio + .form_radio {
    margin: 20px 0 0;
}

.payee_choice_area .label_radio span {
    display: block;
    color: #8b8b8b;
    font-size: 1.0rem;
}

.payee_choice_area input[type=radio]:checked + .label_radio {
    box-shadow:  -2px -2px 4px #fff inset, 2px 2px 4px rgba(0, 0, 0, .35) inset;
    background: #18d869;
    color: #fff;
}

.payee_choice_area input[type=radio]:checked + .label_radio span {
    color: #fff;
}
*/

.msg_popup_area {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    min-height: 72px;
    background-color: #18d869;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 50%);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.9rem;
    font-weight: 300;
    color: #fff;
    z-index: 999;
}

.msg_popup_area span {
    max-width: 96%;
    margin: 8px auto 0;
    display: inline-block;
    line-height: 1.1;
    font-size: 1.0rem;
}

@media (min-width: 768px) {
   .question_modal_area .inner {
        max-width: 1000px;
        max-height: calc( 100vh - 100px );
    }
    
    .msg_popup_area {
        width: 50%;
        max-width: 550px;
        min-height: 100px;
        font-size: 2.4rem;
    }
    
    .report_modal_area .inner {
        max-width: 1000px;
    }
    
    .report_modal_area .inner::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background: rgb(186,186,186);
        background: linear-gradient(90deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
        z-index: 99;
    }

    .report_modal_area .inner::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background: rgb(186,186,186);
        background: linear-gradient(90deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
        z-index: 99;
    }
}



/* ------------------------------------------------------------------*/
/* 基本形　質問削除モーダル  */
/* ------------------------------------------------------------------*/

.delete_question_modal_area {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #f0f0f0;
    z-index: 999;
}

.delete_question_modal_area .inner {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: relative;
}

.delete_question_modal_area .modal_close {
    height: 100px;
    position: relative;
}

.delete_question_modal_area .modal_close::before {
    background-image:url("../img/btn_close_g.svg");
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: top center;
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 35px;
    left: 20px;
}

.delete_question_modal_area .modal_close::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}


@media (min-width: 768px) {
   .delete_question_modal_area .inner {
        max-width: 1000px;
        max-height: calc( 100vh - 100px );
    }
    
}






/* ------------------------------------------------------------------*/
/* 基本形　中身　TREND  */
/* ------------------------------------------------------------------*/
.trend_list_area {
    width: 96%;
    margin: 18px auto 0;
    padding: 0;
    min-height: 100vh;
}

.trend_list_area li + li {
    margin: 12px 0 0;
}

.trend_list_area .trend_list_item {
    width: calc( 100% - 8px );
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    border-radius: 15px;
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px rgba(183, 183, 183, .75);
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 auto;
    padding: 0 8px;
}

.trend_list_area .trend_list_item .trend_list_q {
    width: 80px;
    background-image:url("../img/icon_trend_list_q.svg");
    background-repeat: no-repeat;
    background-size: 8px 12px;
    background-position: left top 3px;
    padding: 0 0 0 14px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}

.trend_list_area .trend_list_item .trend_list_txt {
    display: flex;
    align-items: center;
    width: calc( 100% - 94px );
}

.trend_list_area .trend_list_item .rank_no {
    margin: 0 12px 0 0;
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 13px;
    background: #f0f0f0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    box-shadow:  -2px -2px 2px rgba(255, 255, 255, .5) inset, 2px 3px 2px rgba(0, 0, 0, .2) inset;
}

.trend_list_area .trend_list_item .rank_no.bg_green {
    background: #18D869;
    color: #fff;
}

.trend_list_area .trend_list_item p {
    margin: 0;
    padding: 0;
    width: calc( 100% - 38px );
}

/* ------------------------------------------------------------------*/
/* 基本形　中身　RANKING  */
/* ------------------------------------------------------------------*/
.question_item_content .ranking_wrap {
    display: flex;
    margin: 0 0 8px;
}

.question_item_content .ranking_wrap .ranking_no {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 22px;
    margin: 0 8px 0 0;
    border-radius: 11px;
    background: #18D869;
    box-shadow: -2px -1px 4px #fff inset, 2px 2px 4px rgb(0 0 0 / 35%) inset;
}

.question_item_content .ranking_wrap p {
    margin: 0;
    padding: 0;
    width: calc( 100% - 30px );
}

.question_item_content .multiple_question_item_title .ranking_no {
    min-height: 22px;
    margin-bottom: 0px;
    
}

.question_item_content .ranking_no {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    max-height: 100%;
    line-height: 1;
    text-align: center;
    color: #fff;
    width: 22px;
    margin: 2px 8px 5px 0;
    border-radius: 11px;
    background: #18D869;
    /*box-shadow:  -2px -2px 2px rgba(255, 255, 255, .5) inset, 2px 2px 2px rgba(183, 183, 183, .75) inset;*/
    box-shadow:  -2px -2px 2px rgba(255, 255, 255, .5) inset, 2px 3px 2px rgba(0, 0, 0, .2) inset;
    font-size: 1.2rem;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
}

.question_item_content .ranking_area {
    display: flex;
}

.question_free_wrap:not(.active) .ranking_area:not(.active) .ranking_no { /* ■6(B4) */
    max-height: 64px;
}

.question_free_wrap:not(.active).question_free_wrap_low1 .ranking_area:not(.active) .ranking_no { /* ■6(B4) */
    max-height: 20px;
}

.question_free_wrap:not(.active).question_free_wrap_low2 .ranking_area:not(.active) .ranking_no { /* ■6(B4) */
    max-height: 40px;
}

@media (min-width: 768px) {
    

    .question_item_content .ranking_no {
        min-height: 24px;
        width: 24px;
        margin: 2px 8px 7px 0;
        border-radius: 12px;
        font-size: 1.4rem;
    }
    
    .question_free_wrap:not(.active) .ranking_area:not(.active) .ranking_no { /* ■6(B4) */
        max-height: 72px;
    }

    .question_free_wrap:not(.active).question_free_wrap_low1 .ranking_area:not(.active) .ranking_no { /* ■6(B4) */
        max-height: 26px;
    }

    .question_free_wrap:not(.active).question_free_wrap_low2 .ranking_area:not(.active) .ranking_no { /* ■6(B4) */
        max-height: 52px;
    }
}

/* ------------------------------------------------------------------*/
/* シェア  */
/* ------------------------------------------------------------------*/
.share_qr_area {
    width: 50%;
    margin: 0 auto;
    padding: 0 0 90px;
    max-width: 250px;
}

.share_qr_area img {
    width: 100%;
    height: auto;
}

/* ------------------------------------------------------------------*/
/* 10.プロフィール  */
/* ------------------------------------------------------------------*/

.member_main .profile_container {
    width: 72%;
    margin: 0 auto;
}

.member_main .check_profile {
    width: 100%;
    padding: 10px 10% 0;
}

.member_main .user_icon_area {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
    border-radius: 32px;
    box-shadow:  -2px -2px 4px rgba(255, 255, 255, .35), 2px 2px 4px rgba(183, 183, 183, .9);
}

.member_main .user_icon_area img {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    border: 3px solid #fff;
    object-fit: cover;
}

.member_main .check_profile .btn_change_profile {
    max-width: 73px;
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    font-size: 1.1rem;
    box-shadow: -2px -2px 3px #fff, 2px 2px 3px #b7b7b7;
}

.profile_page_follow_area {
    width: 170px;
    position: relative;
    text-align: right;
}

.profile_page_follow_area .follow_popup_area {
    display: none;
    flex-direction: column;
    background-color: #18d869;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    position: absolute;
    top: 38px;
    right: 0px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.3rem;
    z-index: 10;
}
.profile_page_follow_area .follow_popup_area .profile_remove_follow {
    height: 28px;
    line-height: 26px;
    background-color: #18d869;
    background-image:url("../img/icon_follow_remove_w.svg");
    background-repeat: no-repeat;
    background-size: 18px 15px;
    background-position: left 11px center;
    padding: 0 14px 0 36px;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
}

.profile_page_follow_area .follow_popup_area .profile_do_follow {
    height: 28px;
    line-height: 26px;
    background-color: #18d869;
    background-image:url("../img/icon_follow_w.svg");
    background-repeat: no-repeat;
    background-size: 18px 15px;
    background-position: left 11px center;
    padding: 0 14px 0 36px;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
}

.member_main .check_profile h3 {
    margin: 18px 0 5px;
    padding: 0;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
}

.member_main .check_profile p.profile_follow {
    margin: 0 0 5px;
    padding: 0;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.6;       
}

.member_main .check_profile p.profile_follow span {
    font-family: 'Montserrat' ,sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-block;
    margin: 0 2px 0 0;
}

.member_main .check_profile p.profile_follow a + a {
    display: inline-block;
    margin: 0 0 0 20px;
} 

.member_main .check_profile p.profile_info {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4;       
}

.member_main .check_profile .entry_user_icon_area {
    margin: 0 0 0 30px;
}

.member_main textarea {
    min-height: 205px;
}

.member_main .btn_profile_file_area {
    position: relative;
    height: 104px;
}

.member_main .btn_profile_file {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 74px;
    height: 74px;
    border-radius: 37px;
    border: none;
    box-shadow: -3px -3px 3px #fff, 3px 3px 3px #b7b7b7;
    background-image: url(../img/icon_camera.svg);
    background-repeat: no-repeat;
    background-size: 33px 29px;
    background-position: center center;
    outline: none;
    -webkit-appearance: none;
    z-index: 10;
}

.member_main .btn_profile_file input[type="file"] {
    display: none;
}

.member_main .btn_profile_file_area p {
    padding: 85px 0 0;
}

.member_main .btn_profile_file_area .current_profile_file {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 74px;
    height: 74px;
    overflow: hidden;
    z-index: 2;
}

.member_main .btn_profile_file_area .current_profile_file img {
    width: 74px;
    height: 74px;
    border-radius: 37px;
    object-fit: cover;
}

.profile_container .title_complete {
    margin: 0 0 28px;
    text-align: center;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #252524;
}

.profile_container .msg_complete {
    width: 90%;
    margin: 0 auto 28px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

/* For Tablet */
@media (min-width: 768px) {
    .member_main .check_profile p.profile_info {
        font-size: 1.4rem;      
    }
    
    

    .member_main .check_profile h3 {
        font-size: 2.0rem;
    }
    
    .member_main .check_profile p.profile_follow {
        margin: 0 0 8px;
        font-size: 1.4rem;    
    }
    
    .member_main .check_profile p.profile_follow span {
        font-size: 1.5rem;
    }
    
    
    .member_main .check_profile p.profile_info {
        font-size: 1.2rem;      
    }
    
    .member_main textarea {
        min-height: 240px;
    }
    
    .profile_container .title_complete {
        margin: 0 0 28px;
        font-size: 1.5rem;
    }

    .profile_container .msg_complete {
        margin: 0 auto 28px;
        font-size: 1.5rem;
    }
}


/* ------------------------------------------------------------------*/
/* 10.プロフィール フォロー中  */
/* ------------------------------------------------------------------*/

.follow_list {
    width: 92%;
    margin: 0 auto;
    padding: 0;
}

.follow_list li {
    position: relative;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.follow_list li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}


.follow_list li .follow_list_left {
    width: calc( 100% - 110px );
}

.follow_list li .follow_list_left a, .follow_list li .follow_list_left .follow_list_left_inner {
    display: flex;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #8b8b8b;
}

.follow_list li .follow_img_area {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    padding: 0;
    border-radius: 50%;
    box-shadow: -2px -2px 4px rgba(255, 255, 255, .35), 2px 2px 4px rgba(183, 183, 183, .9);
}

.follow_list li .follow_img_area img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
}

.follow_list li .follow_list_left span:not(.-fc_green) {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
}

.follow_list li .follow_list_right {
    width: 102px;
}

.follow_list li {
    position: relative;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.follow_list li .follow_list_right .follow_popup_area {
    display: none;
    flex-direction: column;
    background-color: #18d869;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
    position: absolute;
    top: 58px;
    right: 0px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.3rem;
    z-index: 10;
}
.follow_list li .follow_list_right .follow_popup_area .profile_remove_follow {
    height: 28px;
    line-height: 26px;
    background-color: #18d869;
    background-image:url("../img/icon_follow_remove_w.svg");
    background-repeat: no-repeat;
    background-size: 18px 15px;
    background-position: left 11px center;
    padding: 0 14px 0 36px;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
}

.follow_list li .follow_list_right .follow_popup_area .profile_do_follow {
    height: 28px;
    line-height: 26px;
    background-color: #18d869;
    background-image:url("../img/icon_follow_w.svg");
    background-repeat: no-repeat;
    background-size: 18px 15px;
    background-position: left 11px center;
    padding: 0 14px 0 36px;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
}

.follow_list p {
    margin: 0;
    line-height: 1.5;
}

/* For Tablet */
@media (min-width: 768px) {
    .follow_list li {
        height: 80px;
    }
    
    .follow_list li .follow_list_left a, .follow_list li .follow_list_left .follow_list_left_inner {
        font-size: 1.6rem;
    }
    
    .follow_list li .follow_img_area {
        width: 56px;
        height: 56px;
        margin: 0 10px 0 0;
    }

    .follow_list li .follow_img_area img {
        width: 56px;
        height: 56px;
    }
    
    .follow_list li .follow_list_right {
        width: 110px;
    }
}

/* 通知 */
.notice_list .follow_list_left a {
    display: inline-block !important;
}

/* ------------------------------------------------------------------*/
/* 11.設定  */
/* ------------------------------------------------------------------*/

.setting_list {
    margin: 0;
    padding: 0;
}

.setting_list li {
    width: 82%;
    height: 36px;
    line-height: 34px;
    text-align: center;
    margin: 30px auto 0;
    padding: 0;
    box-shadow: -3px -3px 7px #fff, 3px 3px 7px rgb(0 0 0 / 25%);
    border-radius: 18px;
}

.setting_list.manual_setting_list li {
    width: 84%;
}

.setting_list li input, .setting_list li a {
    display: block;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #494949;
    width: 100%;
    height: 36px;
    line-height: 34px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
    border-radius: 18px;
    background: #f0f0f0;
}

.member_main .check_list {
    width: 86%;
    margin: 0 auto;
}

.member_main .check_list + .check_list {
    margin-top: 25px;
}

.check_list.is-edit .form_input_select select {
    box-shadow:  none;
    border: none;
    width: 100%;
    height: 38px;
    border-radius: none;
    font-size: 2.0rem;
    font-weight: 700;
    color: #494949;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-overflow: ellipsis;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    background-image:url("../img/arrow_select.svg");
    background-size: 12px 9px;
    background-position: top 15px right 20px;
    background-repeat: no-repeat;
}

.check_list.is-edit .select_unit {
    line-height: 38px;
    font-size: 1.4rem;
}

.link_list {
    margin: 0;
    padding: 0;
}

.link_list li + li {
    margin: 10px 0 0;
}

.link_list a {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #000;
    box-shadow:  2px 2px 6px rgba(0, 0, 0, .16);
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    background-image:url("../img/arrow_right_g.svg");
    background-size: 10px 18px;
    background-position: top 14px right 20px;
    background-repeat: no-repeat;
}

.member_main .change_password_area input[type="text"] {
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
    background-image:url("../img/icon_mail.svg") !important;
    background-repeat: no-repeat;
    background-size: 22px 16px;
    background-position: left 13px center;
    padding: 0 0 0 50px;
    font-size: 1.6rem;
    caret-color: #18d869;
    background-color: #f0f0f0;
}

.member_main .change_password_area input[type="text"].input_change_phone {
    background-image:none !important;
    padding: 0 0 0 15px;
}

.member_main .change_password_area input[type="password"] {
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
    background-image:url("../img/icon_key.svg");
    background-repeat: no-repeat;
    background-size: 20px 22px;
    background-position: left 14px center;
    margin: 0;
    padding: 0 0 0 50px;
    caret-color: #18d869;
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .setting_list.manual_setting_list li {
        width: 82%;
    }
}

/* ------------------------------------------------------------------*/
/* 11.設定  1ページに収まる画面  */
/* ------------------------------------------------------------------*/

.fit_one_page_area {
    position: relative;
    min-height: calc( 100% - 95px );
    padding: 35px 0 0;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

.fit_one_page_area .bottom_area {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.fit_one_page_area .msg_basic {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.fit_one_page_area .msg_withdrawal {
    /*width: 70%;*/
    width: fit-content;
    margin: 0 auto;
    padding: 0 0 0 5px;
    text-align: left;
    font-size: 1.4rem;
}

.fit_one_page_area .msg_logout {
    margin: 0 0 28px;
    text-align: center;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #252524;
}

.fit_one_page_area .logout_cancel_link {
    padding: 0;
    text-align: center;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
}

.fit_one_page_area .logout_cancel_link span {
    display: inline-block;
    padding: 0 0 1px;
    border-bottom: 1px solid #4b4b4b;
}

.fit_one_page_area input[type="checkbox"] {
    display: none;
}


.fit_one_page_area input[type="checkbox"] + label {
    position:relative;
    padding-left: 26px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color:#4b4b4b;
}
.fit_one_page_area input[type="checkbox"] + label:before{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #4b4b4b;
    background: #fff;
}

.fit_one_page_area input[type="checkbox"]:checked + label:after{
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 6px;
    width: 11px;
    height: 17px;
    transform: rotate(40deg);
    border-right: 3px solid #18d869;
    border-bottom: 3px solid #18d869;
}

.fit_one_page_area input[type="checkbox"] + label.-fs_18:before{
    top: 4px;
    width: 20px;
    height: 20px;
}

.fit_one_page_area input[type="checkbox"] + label.-fs_18:after{
    top: 3px;
}

.fit_one_page_area textarea {
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15) inset;
}

.fit_one_page_area textarea.narrow {
    min-height: 70px;
}


.fit_one_page_area .fixed_bottom_area {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 805;
    height: 60px;
}

/* For Tablet */
@media (min-width: 768px) {
    .fit_one_page_area .msg_withdrawal {
        width: 62%;
        font-size: 1.6rem;
    }
    
    .fit_one_page_area .fixed_bottom_area {
        position: relative;
        bottom: initial;
        left: initial;
        right: initial;
        height: initial;
    }
}



/* ------------------------------------------------------------------*/
/* 13.ウォレット  */
/* ------------------------------------------------------------------*/
.wallet_area_inner {
    width: 86%;
    margin: 0 auto;
}


.wallet_list {
    width: 92%;
    margin: 0 auto;
    padding: 0;
    font-family: 'Noto Sans JP' ,sans-serif;
}

.wallet_list li {
    position: relative;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 500;
}

.wallet_list li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}

.wallet_list li.no_border {
    height: 50px;
}

.wallet_list li.no_border::before {
    background: none;
}

.wallet_list li.no_border + li {
    height: 60px;
    padding: 0 0 15px;
}

.wallet_list li .wallet_list_left {
    width: 160px;
}

.wallet_list li .wallet_list_left a, .wallet_list li .wallet_list_left .wallet_list_left_flex {
    display: flex;
    width: 100%;
}

.wallet_list li .wallet_list_left .wallet_list_left_flex .text_area {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    overflow: hidden;
}

.wallet_list li .wallet_list_right {
    width: calc( 100% - 160px );
    font-size: 1.8rem;
    letter-spacing: .5px;
    text-align: right;
}

.wallet_list li .wallet_list_left.left_wide {
    width: calc( 100% - 110px );
}

.wallet_list li .wallet_list_right.left_wide {
    width: 110px;
}

.wallet_list li .wallet_list_right .wallet_list_right_flex {
    display: flex;
    justify-content: space-between;
    font-size: 1.8rem;
    letter-spacing: .5px;
    width: 100%;
}

.wallet_list li .wallet_list_right .wallet_list_right_flex + .wallet_list_right_flex {
    margin-top: 6px;
}

.wallet_list li .wallet_list_left.left_wide .wallet_list_btn + .text_area {
    width: calc( 100% - 40px );
}

.wallet_list_btn {
    display: inline-block;
    height: 20px;
    line-height: 18px;
    background: #8b8b8b;
    border-radius: 5px;
    padding: 0 4px;
    color: #fff;
    font-size: 1.0rem;
    text-align: center;
    white-space: nowrap;
}

.wallet_list_btn.btn_white {
    display: inline-block;
    height: 18px;
    line-height: 16px;
    border: 1px solid #18d869;
    color: #18d869;
    background: #fff;
    border-radius: 5px;
    padding: 0 2px;
    font-size: 1.0rem;
    text-align: center;
}

.wallet_list_btn.btn_gray {
    display: inline-block;
    height: 18px;
    line-height: 16px;
    border: 1px solid #8b8b8b;
    color: #8b8b8b;
    background: #fff;
    border-radius: 5px;
    padding: 0 2px;
    font-size: 1.0rem;
    text-align: center;
}

.wallet_area_inner .btn.fs_large {
    font-size: 1.8rem;
}

.wallet_area_inner dl.wallet_area_history_list {
    width: 90%;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}

.wallet_area_inner dl.wallet_area_history_list  dt {
    width: 120px;
    margin: 0 0 12px;
    padding: 0;
    display: flex;
    align-items: center;
    line-height: 2;
}

.wallet_area_inner dl.wallet_area_history_list  dd {
    width: calc( 100% - 120px );
    margin: 0 0 12px;
    padding: 0;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 2;
}

.wallet_area_inner dl.wallet_area_history_list .unit, .check_box_green .unit, .check_box_gray .unit {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0 12px 0 0;
    font-size: 1.8rem;
}

.wallet_area_inner dl input[type="text"] {
    width: 100%;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
}

.wallet_area_inner dt.topline, .wallet_area_inner dd.topline {
    border-top: 1px solid #4b4b4b;
    padding: 14px 0 0;   
}

.inner_text_unit_area input[type="text"] {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0 3px 0 0;
}

.inner_text_unit_area {
    width: 100%;
    height: 40px;
    line-height: 1;
    border-radius: 20px;
    box-shadow:  0 -6px 3px -3px rgba(255, 255, 255, .8) inset, 0 6px 3px -3px rgba(183, 183, 183, .75) inset, -5px 0 3px -3px rgba(183, 183, 183, .75) inset, 5px 0 3px -3px rgba(183, 183, 183, .75) inset;
    display: flex;
    position: relative; /*202608*/
}

.inner_text_unit_area .unit {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0 12px 0 0;
    font-size: 1.5rem !important;
    line-height: 40px;
    white-space: nowrap;
}

.inner_text_unit_area_add_comma input[type="text"] {
    position: relative;
    color: transparent !important;
}

.inner_text_unit_area_add_comma input[type="text"]:not(:focus) {
    z-index: 1;
    caret-color: #18d869;
}

.inner_text_unit_area_add_comma input[type="text"]:focus {
    z-index: 3;
}

.inner_text_unit_area_add_comma .add_comma_view_area {
    z-index: 2;
    position: absolute;
    inset: 0;
    border: 0;
    background: transparent;
    margin: auto;
    padding: 0 34px 0 0;
    pointer-events: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    height: 40px;
    line-height: 39px;
}

.question_amount_setting_area .inner_text_unit_area_add_comma .add_comma_view_area {
    z-index: 2;
    position: absolute;
    inset: 0;
    border: 0;
    background: transparent;
    margin: auto;
    padding: 0;
    pointer-events: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    height: 40px;
    line-height: 39px;
    color: #18d869 !important;
}









.text_center_area {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.text_center_area .text_area {
    display: inline-block;
    text-align: left;
}

/* For Tablet */
@media (min-width: 768px) {
    .follow_list li {
        height: 80px;
    }
    
    .follow_list li .follow_list_left a, .follow_list li .follow_list_left .follow_list_left_inner {
        font-size: 1.6rem;
    }
    
    .follow_list li .follow_img_area {
        width: 56px;
        height: 56px;
        margin: 0 10px 0 0;
    }

    .follow_list li .follow_img_area img {
        width: 56px;
        height: 56px;
    }
    
    .follow_list li .follow_list_right {
        width: 110px;
    }
}

/* ------------------------------------------------------------------*/
/* ページ上部 ポイント数などの表示エリア　共通部分  */
/* ------------------------------------------------------------------*/
.top_notice_area {
    height: 100px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.top_notice_area.wide {
    height: 198px;
}

.top_notice_area.bg_blue {
    background: rgb(52,186,237);
    background: linear-gradient(0deg, rgba(63,177,219,1) 0%, rgba(42,160,203,1) 50%, rgba(52,186,237,1) 100%);
}

.top_notice_area.bg_pink {
    background: rgb(237,52,145);
    background: linear-gradient(0deg, rgba(219,63,153,1) 0%, rgba(203,42,203,1) 50%, rgba(237,52,145,1) 100%);
}

.top_notice_title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 700;
}

.top_notice_point {
    margin: 0;
    padding: 0;
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: .5px;
    font-family: 'Montserrat', sans-serif;
}

.top_notice_point span {
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 2.2rem;
    font-weight: 400;
}

.history_list_area {
    width: 85%;
    margin: -16px auto 0;
    padding: 0;
}

.history_list_area li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative;
}

.history_list_area li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}


.history_list_txt {
    width: calc( 100% - 100px );
    padding: 0 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.history_list_txt .history_list_date {
    display: block;
    color: #8b8b8b;
    font-size: 1.1rem;
    font-weight: 300;
    margin: 5px 0 0;
}

.history_list_txt .history_list_date span {
    display: inline-block;
    color: #fff;
    background: #8b8b8b;
    font-size: 1.0rem;
    font-weight: 400;
    padding: 2px 6px;
    border-radius: 6px;
    margin: 1px 0 0 5px;
    transform: scale(0.8);
}

.history_list_contents {
    width: 100px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: right;
}

@media (min-width: 768px) {
    
    .history_list_area li {
        font-size: 1.6rem;
    }

    .history_list_txt .history_list_date {
        font-size: 1.4rem;
    }

    .history_list_txt .history_list_date span {
        font-size: 1.2rem;
    }
}


/* 振り込み先 */
.payee_list {
    margin: 0;
    padding: 0;
}

.payee_list li {
    width: 90%;
    height: 36px;
    line-height: 34px;
    text-align: center;
    margin: 30px auto 0;
    padding: 0;
    box-shadow: -3px -3px 7px #fff, 3px 3px 7px rgb(0 0 0 / 25%);
    border-radius: 18px;
}

.payee_list li a {
    display: block;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #494949;
}
.payee_choice_area {
    width: 100%;
    margin: 0 auto;
}

.payee_choice_area input[type=radio] {
    display: none;
}

.payee_choice_area .label_radio, .payee_choice_area .bank_item {
    width: calc( 100% - 8px );
    min-height: 42px;
    line-height: 1.2;
    border-radius: 17px;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    padding: 8px 30px 8px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    box-shadow:  -2px -1px 3px #fff, 3px 3px 3px rgba(0, 0, 0, .25);
    background: #f0f0f0;
    transition: all .3s;
    color: #4b4b4b;
    line-height: 1.4;
    position: relative;
}

.payee_choice_area .bank_item {
    cursor: inherit;
}

.payee_choice_area .label_radio .btn_delete, .payee_choice_area .bank_item .btn_delete {
    color: #b7b7b7;
    font-size: 1.8rem;
    line-height: 1;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.payee_choice_area .label_radio .btn_delete a, .payee_choice_area .bank_item .btn_delete a {
    color: #b7b7b7;
}

.payee_choice_area .form_radio + .form_radio, .payee_choice_area .bank_item + .bank_item {
    margin: 20px auto 0;
}

.payee_choice_area .label_radio span, .payee_choice_area .bank_item span {
    display: block;
    color: #8b8b8b;
    font-size: 1.0rem;
}

.payee_choice_area input[type=radio]:checked + .label_radio {
    box-shadow:  -2px -2px 4px #fff inset, 2px 2px 4px rgba(0, 0, 0, .35) inset;
    background: #18d869;
    color: #fff;
}

.payee_choice_area input[type=radio]:checked + .label_radio span {
    color: #fff;
}

.member_main .payee_bottom_area {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 80px;
    background: #f0f0f0;
}

.payee_input_area {
    margin: 25px 0 0;
}

.payee_input_area .form_input_label {
    font-size: 1.2rem;
    margin: 10px 0 6px;
}

.payee_input_area input[type="text"] {
    height: 30px;
    line-height: 28px;
    border-radius: 15px;
    padding: 0 12px;
    box-shadow:  0 -6px 3px -3px rgba(255, 255, 255, .8) inset, 0 5px 3px -3px rgba(0, 0, 0, .15) inset, -5px 0 3px -3px rgba(0, 0, 0, .1) inset, 5px 0 3px -3px rgba(0, 0, 0, .1) inset;
    font-size: 1.6rem;
}

.payee_input_area .form_input_select select {
    box-shadow:  0 -6px 3px -3px rgba(255, 255, 255, .8) inset, 0 5px 3px -3px rgba(0, 0, 0, .15) inset, -5px 0 3px -3px rgba(0, 0, 0, .1) inset, 5px 0 3px -3px rgba(0, 0, 0, .1) inset;
    height: 30px;
    border-radius: 15px;
    font-size: 1.6rem;
    padding: 0 18px;
    background-image:url("../img/arrow_select.svg");
    background-size: 12px 10px;
    background-position: top 10px right 12px;
    background-repeat: no-repeat;
}

.payee_input_area .search_bank_select_area, .payee_input_area .search_branch_select_area {
    position: relative;
    overflow: inherit;
}

.payee_input_area #select_bank_name_list, .payee_input_area #select_branch_name_list {
    display: none;
    width: calc( 100% - 38px );
    background: #494949;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 140px;
    z-index: 801;
    max-height: 60vh;
    overflow-y: scroll;
}

.payee_input_area #select_branch_name_list {
    top: 210px;
}

.payee_input_area #select_bank_name_list li, .payee_input_area #select_branch_name_list li {
    padding: 0 10px;
    line-height: 36px;
    border-bottom: 1px solid #fff;
}

.payee_input_area #select_bank_name_list li:hover, .payee_input_area #select_branch_name_list li:hover {
    background: #18d869;
}

.payee_input_area #select_bank_name_list li:last-child, .payee_input_area #select_branch_name_list li:last-child {
    border-bottom: none;
}

.view_bank_info_wrap, .view_branch_info_wrap {
    margin: 0;
    padding: 0;
}

.view_bank_info , .view_branch_info {
    font-weight: 600;
    font-size: 1.6rem;
    padding: 7px 0 7px 12px;
}

.payee_input_area  input[type="button"] {
    display: inline-block;
    height: 26px;
    border-radius: 13px;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
    padding: 0 10px;
    background: #18d869;
    color: #fff;
}

.bank_text_no_box_shadow {
    box-shadow: none !important;
    color: #4B4B4B !important;
    -webkit-text-fill-color: #4B4B4B !important;
    opacity: 1.0;
}

@media (min-width: 768px) {
    
    .payee_choice_area .label_radio, .payee_choice_area .bank_item {
        min-height: 50px;
        font-size: 1.6rem;
    }

    .payee_choice_area .label_radio span, .payee_choice_area .bank_item span {
        font-size: 1.2rem;
    }
    
    .payee_input_area .form_input_label {
        font-size: 1.4rem;
    }
    
    .payee_input_area #select_branch_name_list {
        top: 195px;
    }
}


/* 振込先登録 */
.bank_kana_area {
    background: #fff;
    border: 1px solid #8b8b8b;
    margin: 8px 0 50px;
    padding: 18px 10px 15px 10px;
}

.kana_table_area {
    width: 100%;
    background: #f0f0f0;
    margin: 0 0 12px;
    padding: 7px;
}

.kana_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px 4px;
}

.kana_table input[type="button"] {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: inherit !important;
    aspect-ratio: 1 / 1;
    line-height: inherit !important;
    padding: 0 !important;
    font-size: 1.7rem !important;
    font-weight: 400;
    border: 2px solid #00cf70 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #444 !important;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.kana_table input[type="button"]:hover {
    border: 2px solid #18d869 !important;
    background: #d1f7e1 !important;
    color: #18d869 !important;
}

.kana_table input[type="button"].selected {
    border: 2px solid #18d869 !important;
    background: #18d869 !important;
    color: #fff !important;
}

.bank_kana_note {
    font-size: 1.4rem;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
}

.payee_input_area #step_2 ,.payee_input_area #step_3{
    position: relative;
}

.payee_input_area #step_2_result #banks_view_list, .payee_input_area #step_3_result #branchs_view_list {
    width: 91%;
    max-height: 203px;
    background: #494949;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 17px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 312px;
    left: 17px;
    z-index: 801;
    overflow-y: scroll;
}

.banks_view_cancel {
    position: absolute;
    top: 312px;
    right: 10px;
    display: block;
    width: 32px;
    height: 32px;
    margin: 7px 9px 5px auto;
    padding: 0;
    background: transparent;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
    z-index: 802;
    box-shadow: none;
    border: none;
}

.banks_view_cancel.branchs_view_cancel {
    top: 385px;
}

.banks_view_cancel::before, .banks_view_cancel::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}

.banks_view_cancel::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.banks_view_cancel::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.payee_input_area #step_3_result #branchs_view_list {
    top: 387px;
}

.payee_input_area #step_2_result #banks_view_list li, .payee_input_area #step_3_result #branchs_view_list li {
    padding: 0 10px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
}

.payee_input_area #step_2_result #banks_view_list li:last-child, .payee_input_area #step_3_result #branchs_view_list li:last-child {
    border-bottom: none;
}

@media (min-width: 768px) {
    .kana_table {
        border-spacing: 6px 7px;
    }

    .kana_table input[type="button"] {
        font-size: 1.9rem !important;
    }
    .payee_input_area #step_2_result #banks_view_list {
        top: 368px;
        left: 25px;
    }
    .payee_input_area #step_3_result #branchs_view_list {
        top: 445px;
        left: 25px;
    }
    
    .banks_view_cancel {
        top: 365px;
        right: 16px;
    }

    .banks_view_cancel.branchs_view_cancel {
        top: 440px;
    }
}


/* ------------------------------------------------------------------*/
/* 14.質問作成  */
/* ------------------------------------------------------------------*/

.below_modal_link {
    width: 82%;
    margin: 24px auto 10px;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
}

.below_modal_link p {
    margin: 22px 0 28px;
    padding: 0;
    color: #000;
    text-align: center;
}

.below_modal_link a {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    text-align: center;
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px rgba(183, 183, 183, .9);
    color: #4B4B4B;
}

.below_modal_link a + a {
    margin: 14px auto 0;
}

.below_modal_link a.fc_red {
    color: #E13C3C;
}

.below_modal_add_question_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc( 100vh + 100px );
    background: rgba(75, 75, 75, .7);
    padding: 0;
    transition: .3s;
    z-index: 998;
    display: flex;
    align-items: flex-end;
}

.below_modal_add_question_wrap .inner {
    width: 100%;
    background: #f0f0f0;
}

.below_modal_virtuality_footer_area {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 3px 0 0 0;
}

.below_modal_virtuality_footer_area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}

.below_modal_add_file_area {
    margin: 26px auto;
    width: 82%;
}

.below_modal_add_file_area .below_modal_add_file {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    width: 50%;
}

.below_modal_add_file_area .btn_cameraroll {
    width: 48px;
    height: 48px;
    margin: 0 0 8px;
    border-radius: 10px;
    border: none;
    box-shadow: -3px -3px 3px #fff, 3px 3px 3px #b7b7b7;
    background-image: url("../img/icon_cameraroll.svg");
    background-repeat: no-repeat;
    background-size: 23px 23px;
    background-position: center center;
    outline: none;
    -webkit-appearance: none;
}

.below_modal_add_file_area .btn_question_file {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: none;
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px rgba(183, 183, 183, .75);
    background-image: url("../img/icon_file.svg");
    background-repeat: no-repeat;
    background-size: 25px 21px;
    background-position: center center;
    outline: none;
    -webkit-appearance: none;
    background-color: #f0f0f0;
}

.below_modal_add_file_area .btn_question_file input[type="file"] {
    display: none;
}

.below_modal_add_file_area .btn_question_file.not_selected {
    background-image: url("../img/icon_file_w.svg");
    box-shadow: -3px -3px 2px #fff, 3px 3px 2px rgba(183, 183, 183, .75);
    background-color: #18d869;
}





.question_area {
    border-radius: 20px;
    box-shadow: -3px -3px 2px #fff, 3px 3px 2px rgba(183, 183, 183, .9);
    border: 1px solid #18D869;
    margin: 28px 14%;
    padding: 15px 15px;
}

.question_area .question_area {
    margin: 16px 0;
}

.question_area .question_area .question_title:first-child {
    margin: 0;
}

.question_area .btn_toggle {
    position: relative;
    top: inherit;
    transform: inherit;
    right: inherit;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.question_area .label_toggle {
    margin: 2px 8px 0 0;
}

.btn_toggle input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}

.label_toggle {
    width: 34px;
    height: 20px;
    margin: 0 8px 0 0;
    padding: 0 5px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 11px;
    transition: .3s;
    background: #b7b7b7;
    color: #fff;    
    box-shadow: -1px -1px 1px rgba(255, 255, 255, .5) inset, 2px 2px 2px rgba(0, 0, 0, .2) inset;
}

.label_toggle span {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
}

.label_toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    z-index: 2;
    background: #F0F0F0;
    box-shadow:  2px 2px 4px rgba(0, 0, 0, .35);
    transition: .3s;
}

.btn_toggle input[type=checkbox]:checked + .label_toggle {
    background: #18D869;
}

.btn_toggle input[type=checkbox]:checked + .label_toggle:after {
    left: 17px;
}

.question_area .question_title {
    margin: 13px 0 0;
    padding: 0 0 7px 0px;
    color: #18D869;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
}

.question_area .question_area .question_title span { /* 20230919 */
    display: none;
    padding: 0 0 0 5px;
}

.question_area .question_area:nth-last-of-type(2) .question_title span { /* 20230919 */
    display: inline-block;
    color: #afafaf;
    font-weight: 500;
}

.question_area .question_title .multiple_remove_btn {
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    background-image:url("../img/icon_q_delete.svg");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center right 1px;
    position: absolute;
    top: 2px;
    right: -5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
    overflow:hidden;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
}

.question_area .question_item {
    position: relative;
    background-color: #f0f0f0;
    box-shadow: 0 -6px 3px -3px rgba(255, 255, 255, .9) inset, 0 8px 3px -3px rgba(0, 0, 0, .15) inset, -5px 0 3px -3px rgba(0, 0, 0, .1) inset, 5px 0 3px -3px rgba(0, 0, 0, .1) inset;
    border-radius: 17px;
    display: flex;
    /*flex-wrap: wrap;*//*202310*/
    align-items: center;
    padding: 0px 8px;
    min-height: 34px;
}

.question_area .question_item.question_item_typeF {
    flex-direction: column;
}

.question_area .question_item .question_sound_item {
    margin-bottom: 5px;
}

.question_area .question_item.select_img input[type="text"] {
    height: auto;
    min-height: 55px;
    position: relative;
    padding: 0 100px 0 12px;
}

.question_area .question_item textarea {
    min-height: 106px;
    font-size: 1.6rem;
    padding: 8px 8px 8px 8px;
}

.question_area .question_item.question_item_typeF textarea {
    min-height: 400px;
}

.question_area .question_item_flex {
    display: flex;
    flex-wrap: wrap;
    width: calc( 100% + 20px );
    position: relative;
}

.question_area .question_item_flex + .question_item_flex {
    margin: 15px 0 0;
}

.question_area .question_item_flex .question_item {
    width: calc( 100% - 20px );
}

.question_area .alphabet_area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    line-height: 100%;
    white-space: nowrap;
}

.question_area .question_item_img {
    display: inline-block;
    width: 58px;
    max-height: 42px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    
}

.question_area .question_item_typeF .question_item_img {
    display: inline-block;
    width: 100%;
    max-height: inherit;
    overflow: inherit;
    padding: 8px 0 10px;
}

.question_area input[type="text"] + .question_item_img {
    margin: 8px 0;
}

.question_area .question_item_img.question_item_movie_img:before {
    content: '';
    display: inline-block;
    background-image:url("../img/btn_play.svg");
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center center;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.question_area .question_item_sound {
    /*
    display: inline-block;
    width: 100%;
    height: 42px;
    overflow: hidden;
    border-radius: 5px;
    flex-shrink: 0;
    position: relative;
    */
    position: relative;
    padding: 15px 0 0;
}

.question_area .question_item input[type="text"] {
    /*width: calc( 100% - 78px );*//*202310*/
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    height: 34px;
    line-height: 32px;
    padding: 0 8px;
    font-size: 1.2rem;
    max-width: calc( 100% - 24px );/*202310*/
}

.question_area .question_item textarea {
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    /*width: calc( 100% - 58px );*//*202310*/
    font-size: 1.2rem;
    /*max-width: calc( 100% - 24px );202310*/
}

.question_area .question_item input[type="text"]::placeholder, .question_area .question_item textarea::placeholder {
    font-size: 1.2rem;
}

.question_area .question_item_img a, .question_area .question_item_sound a  {
    background-image:url("../img/btn_delete.svg");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: left center;
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    right: 3px;
}

.question_area .question_item_typeF .question_item_img a, .question_area .question_item_typeF .question_item_sound a  {
    background-image:url("../img/btn_delete.svg");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: left center;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 5px;
}

.question_area .question_item_img img, .question_area .question_item_img video {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.question_area .question_item .add_file {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0 0 0 40px;
    background-image:url("../img/icon_q_clip.svg");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: bottom 7px center;
    background-color: transparent;
    position: absolute;
    top: -8px;/*20240916*/
    right: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
}

.question_area .question_item.question_item_typeF .add_file {
    top: -38px; /* ■14(A4) */
}

.question_area .delete_choice {
    display: block;
    width: 12px;
    height: 12px;
    background-image:url("../img/icon_q_delete.svg");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center right 1px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
    overflow:hidden;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
}

.question_area .add_choice {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border-radius: 17px;
    transition: .3s;
    background: #f0f0f0;
    box-shadow: -2px -2px 6px #fff, 2px 2px 6px rgb(0 0 0 / 25%);
    background-image:url("../img/icon_q_plus.svg");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
}

.question_area_bottom_notice {
    margin: 0px 14%;
    font-size: 1.2rem;
    line-height: 1.6;
}

.deadline_area {
    margin: 0px 2% 0;
    height: 0px;
    overflow-y: hidden;
}

.deadline_area_always_allow {
    margin: 0px 2% 0;
    overflow-y: hidden;
}

.deadline_area_always_allow p {
    margin: 0 0 18px;
    padding: 0;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.deadline_area .form_input_select select {
    box-shadow:  0 -6px 3px -3px rgba(255, 255, 255, .8) inset, 0 8px 3px -3px rgba(0, 0, 0, .15) inset, -5px 0 3px -3px rgba(0, 0, 0, .1) inset, 5px 0 3px -3px rgba(0, 0, 0, .1) inset;
    border: none;
    width: 100%;
    height: 25px;
    border-radius: 24px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #707070;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-overflow: ellipsis;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    background-image:url("../img/arrow_select.svg");
    background-size: 12px 9px;
    background-position: top 10px right 10px;
    background-repeat: no-repeat;
}

.form_input_select select.is-select {
    color: #18D869;
}

.form_input_select select::-ms-expand {
    display: none;
}

.deadline_area input[type="date"], .deadline_area input[type="time"], .deadline_area_always_allow input[type="date"], .deadline_area_always_allow input[type="time"] {
    box-shadow:  0 -6px 3px -3px rgba(255, 255, 255, .8) inset, 0 8px 3px -3px rgba(0, 0, 0, .15) inset, -5px 0 3px -3px rgba(0, 0, 0, .1) inset, 5px 0 3px -3px rgba(0, 0, 0, .1) inset;
    border: none;
    width: 100%;
    height: 34px;
    border-radius: 32px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #707070;
    margin: 0;
    padding: 0 15px;
    cursor: pointer;
    text-overflow: ellipsis;
    outline: none;
    background-color: #f0f0f0;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}

.deadline_area input[type="date"]::-webkit-date-and-time-value, .deadline_area input[type="time"]::-webkit-date-and-time-value, .deadline_area_always_allow input[type="date"]::-webkit-date-and-time-value, .deadline_area_always_allow input[type="time"]::-webkit-date-and-time-value {
    text-align: left;
}

.deadline_area input[type="date"]::-webkit-calendar-picker-indicator, .deadline_area input[type="time"]::-webkit-calendar-picker-indicator, .deadline_area_always_allow input[type="date"]::-webkit-calendar-picker-indicator, .deadline_area_always_allow input[type="time"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: transparent;
    z-index: 1;
}

.deadline_area input[type="date"]::after, .deadline_area input[type="time"]::after, .deadline_area_always_allow input[type="date"]::after, .deadline_area_always_allow input[type="time"]::after {
    content: '';
    background-image: url(../img/arrow_select.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    width: 12px;
    height: 9px;
    position: absolute;
    top: 13px;
    right: 11px;
}

.deadline_area .select_unit {
    margin: 0 3px;
    line-height: 25px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
}

.question_paid_choice_area {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    position: relative;
    padding: 16px 0 16px;
}

.question_paid_choice_area p {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: calc(92% - 83px);
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 400;
}
/*
.question_paid_choice_area::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}
*/
.question_paid_choice_area .question_paid_choice_btn_area {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 16px 0;
    width: calc(92% - 43px);
}

.question_paid_choice_area .question_paid_choice_btn_area input[type="submit"] {
    display: inline-block;
    min-width: 44%;
    margin: 0 auto;
    padding: 0 20px;
    height: 36px;
    line-height: 34px;
    border-radius: 18px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
    background: #18d869;
    box-shadow: -3px -3px 3px rgba(255, 255, 255, 1),3px 3px 2px rgba(0, 0, 0, .18);
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .5px;
}

.question_paid_choice_area .question_paid_choice_btn_area input[type="submit"]:last-child {
    background: #f0f0f0;
    color: #4c4b4c;
}

@media (min-width: 768px) {
    
    .question_area {
        border-radius: 20px;
        padding: 20px 20px;
    }
    
    .question_area .question_area {
        margin: 28px 0;
    }
    
    .question_area .question_item textarea {
        min-height: 145px;
        font-size: 1.6rem;
        padding: 12px 12px 12px 12px;
    }
    
    .question_area .question_item.question_item_typeF textarea {
        min-height: 500px;
    }
    
    .label_toggle {
        width: 47px;
        height: 26px;
        margin: 0 8px 0 0;
        padding: 0 8px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 20px;
        transition: .3s;
        background: #DCDCDC;
        box-shadow:  -2px -2px 3px #fff inset, 2px 2px 4px rgba(0, 0, 0, .35) inset;
        color: #fff;
    }

    .label_toggle span {
        font-family: 'Noto Sans JP' ,sans-serif;
        font-size: 1.0rem;
        font-weight: 400;
        display: inline-block;
        line-height: 1;
    }

    .label_toggle:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 2px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        z-index: 2;
        background: #F0F0F0;
        box-shadow:  2px 2px 4px rgba(0, 0, 0, .35);
        transition: .3s;
    }
    
    .question_area .btn_toggle {
        font-size: 1.6rem;
    }

    .btn_toggle input[type=checkbox]:checked + .label_toggle {
        background: #18D869;
    }

    .btn_toggle input[type=checkbox]:checked + .label_toggle:after {
        left: 21px;
    }
    
    .question_area .question_item {
        border-radius: 20px;
        min-height: 40px;
    }

    .question_area .question_item input[type="text"] {
        height: 40px;
        line-height: 38px;
        padding: 0 12px;
        font-size: 1.6rem;
    }

    .question_area .question_item input[type="text"]::placeholder, .question_area .question_item textarea::placeholder {
        font-size: 1.5rem;
    }
    
    .question_area .delete_choice {
        display: block;
        width: 12px;
        height: 12px;
        background-image:url("../img/icon_q_delete.svg");
        background-repeat: no-repeat;
        background-size: 12px 12px;
        background-position: center center;
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: none;
        cursor: pointer;
    }
    
    .question_area .question_item .add_file {
        top: -3px;/*20240916*/
        background-size: 19px 19px;
    }
    
    .question_area .question_title {
        margin: 15px 0 0;
        padding: 0 0 8px 0px;
        font-size: 1.6rem;
    }
    
    .question_area_bottom_notice {
        font-size: 1.4rem;
    }
    
    
    .below_modal_link {
        width: 92%;
        margin: 16px auto;
        font-size: 1.6rem;
    }
    
   .below_modal_link a {
        width: 96%;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
    }

    .below_modal_link a + a {
        margin: 16px auto 0;
    }
    
    .below_modal_add_file_area .btn_question_file {
        width: 74px;
        height: 74px;
        border-radius: 37px;
        background-size: 25px 21px;
    }

    .deadline_area_always_allow p {
        font-size: 1.6rem;
    }
    
    .deadline_area input[type="date"], .deadline_area input[type="time"],.deadline_area_always_allow input[type="date"], .deadline_area_always_allow input[type="time"]  {
        font-size: 1.6rem;
    }
    
    .question_paid_choice_area {
        font-size: 1.7rem;
        padding: 20px 0 24px;
    }

    .question_paid_choice_area p {
        width: calc(92% - 152px);
        font-size: 1.3rem;
    }

    .question_paid_choice_area .question_paid_choice_btn_area {
        padding: 20px 0;
        width: calc(92% - 76px);
    }

    .question_paid_choice_area .question_paid_choice_btn_area input[type="submit"] {
        min-width: 40%;
        line-height: 34px;
        border-radius: 18px;
        font-size: 1.5rem;
    }
}

/* ------------------------------------------------------------------*/
/* 15.課金  */
/* ------------------------------------------------------------------*/

.billing_area_inner {
    width: 86%;
    margin: 0 auto;
}

.billing_heading_txt {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
}

.billing_area .msg_basic {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
}

.billing_area .msg_basic a {
    color: #18D869;
    text-decoration: underline;
}

.question_amount_setting_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question_amount_setting_area .form_input_area {
    width: calc( 50% - 16px );
    position: relative;
    text-align: center;
}

.question_amount_setting_area .form_input_area input[type="text"] {
    color: #18d869;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'Montserrat' ,sans-serif;
    text-align: center;
}

.question_amount_setting_area .form_input_area span {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Noto Sans JP' ,sans-serif;
    z-index: 4;
}

.question_amount_setting_area .multiplication, .question_amount_addition_area .multiplication {
    width: 22px;
    height: 40px;
    background-image:url("../img/icon_multiplication.svg");
    background-size: 22px 22px;
    background-position: center center;
    background-repeat: no-repeat;
}

.question_amount_setting_area .setting_info {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Noto Sans JP' ,sans-serif;
}

.question_amount_addition_area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0 0;
    font-size: 1.5rem;
    font-weight: 500;
}

.question_amount_addition_area .multiplication {
    margin: 0 10px 0 0;
}

.question_amount_addition_area .question_amount_addition_num {
    display: inline-block;
    margin: 0 10px 3px;
    color: #18D869;
    font-weight: 700;
    font-family: 'Montserrat' ,sans-serif;
    font-size: 3.0rem;
}








.question_amount_unit_inside {
    display: flex;
    justify-content: flex-start;
    position: relative;
    border: none;
    width: calc( 100% - 100px );
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 12px;
    background-color: #f0f0f0;
    outline: none;
    -webkit-appearance: none;
    box-shadow:  0 -6px 3px -3px rgba(255, 255, 255, .8) inset, 0 6px 3px -3px rgba(183, 183, 183, .75) inset, -5px 0 3px -3px rgba(183, 183, 183, .75) inset, 5px 0 3px -3px rgba(183, 183, 183, .75) inset;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    caret-color: #18d869;
    color: #4B4B4B !important;
}

.question_amount_unit_inside.not_active {
    background: #7d7d7d;
    box-shadow:  0 7px 3px -3px rgba(106, 106, 106, 1) inset, 7px 0 3px -3px rgba(106, 106, 106, 1) inset;
}

.question_amount_unit_inside input[type="text"] {
    box-shadow:none;
    margin: 0 3px;
    padding: 0 12px;
    color: #18d869 !important;
    font-family: 'Montserrat' ,sans-serif;
    text-align: right;
    font-size: 3.0rem;
    font-weight: bold;
    background-color: transparent;
}

.question_amount_unit_inside.not_active input[type="text"] {
    color: #4b4b4b !important;
}

.question_amount_setting_area .form_input_area span {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Noto Sans JP' ,sans-serif;
}

/* 有料質問 リサーチ謝礼金額設定 */
.question_amount_area_inner {
    width: 100%;
    margin: 0 auto;
}

.question_amount_area_inner dl {
    width: 100%;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
}

.question_amount_area_inner dl  dt {
    width: 120px;
    margin: 0 0 12px;
    padding: 0 0 0 5%;
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.question_amount_area_inner dl  dd {
    width: calc( 100% - 120px );
    margin: 0 0 12px;
    padding: 0 5% 0 0;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.4;
}

.question_amount_area_inner dl .unit {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0 12px 0 0;
    font-size: 1.8rem;
}

.question_amount_area_inner dl input[type="text"] {
    width: 100%;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
}

.question_amount_area_inner dt.topline, .question_amount_area_inner dd.topline {
    border-top: 1px solid #4b4b4b;
    margin-top: 8px;
    padding-top: 14px;   
}

.question_amount_area_inner dt.bottomline, .question_amount_area_inner dd.bottomline {
    border-bottom: 1px solid #4b4b4b;
    padding-bottom: 13px;   
}

.question_amount_area_inner dt.bottomline, .question_amount_area_inner dd.bottomline {
    border-bottom: 1px solid #4b4b4b;
    padding-bottom: 13px;   
}






.check_box_green {
    margin: 5px 0;
    padding: 25px;
    border: 1px solid #18d869;
    background: #fff;
    line-height: 1.4;
}

.check_box_gray {
    margin: 5px 0;
    padding: 25px;
    border: 1px solid #8b8b8b;
    background: #fff;
}

.check_box_green .title {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    margin: 0 0 12px;
}

.check_box_green dl, .check_box_gray dl {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.check_box_green dt, .check_box_gray dt {
    width: 70%;
    margin: 0 0 12px;
    padding: 0;
    /*display: flex;
    align-items: center;*/
}

.check_box_green dd, .check_box_gray dd {
    width: 30%;
    margin: 0 0 12px;
    padding: 0;
    text-align: right;
}

.check_box_green dt.w_half, .check_box_green dd.w_half {
    width: 50%;
}

.check_box_green dt.w_40, .check_box_gray dt.w_40 {
    width: 40%;
}

.check_box_green dd.w_60, .check_box_gray dd.w_60 {
    width: 60%;
}

.check_box_green dt.topline, .check_box_green dd.topline {
    border-top: 1px solid #4b4b4b;
    padding: 14px 0 0;
}

.check_box_green dt.topline {
    display: flex;
    /*align-items: center;*/
}

.check_box_green dt:last-of-type, .check_box_green dd:last-of-type, .check_box_gray dt:last-of-type, .check_box_gray dd:last-of-type {
    margin: 0 0 0px;
}

.check_box_green .fs_large_num, .check_box_gray .fs_large_num {
    display: inline-block;
    padding: 0 3px;
    font-family: 'Montserrat' ,sans-serif;
    font-size: 3.0rem;
    font-weight: 600;
}

.check_box_green .fs_middle_num, .check_box_gray .fs_middle_num {
    display: inline-block;
    padding: 0 3px;
    font-family: 'Montserrat' ,sans-serif;
    font-size: 2.0rem;
    font-weight: 600;
}


.check_box_green .total_area {
    margin: 15px 0 0;
    padding: 5px 0 0;
    border-top: 1px solid #4b4b4b;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #4b4b4b;
}

.check_box_green .total_area .total_title {
    display: inline-block;
    width: 80px;
}

.check_box_green .total_area .total_num {
    display: inline-block;
    width: calc( 100% - 85px );
    margin: 0;
    text-align: right;
}

.check_box_green .total_area .total_num span {
    display: inline-block;
    margin: 0 3px 0 0;
    font-family: 'Montserrat' ,sans-serif;
    font-size: 3.0rem;
    font-weight: 600;
    color: #18d869;
}

.check_box_green .form_input_check {
    display: inline-block;
}

.check_box_green .form_input_check input[type="checkbox"] + label {
    margin: 0 0 5px;
}

.billing_area_inner .form_radio input[type=radio] {
    display: none;
}

.billing_area_inner .label_radio {
    width: 100%;
    height: 48px;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    box-shadow:  -4px -3px 3px rgba(255, 255, 255, .75), 4px 3px 3px rgba(183, 183, 183, .75);    
    background: #f0f0f0;
    transition: all .3s;
}

.billing_area_inner .form_radio input[type=radio]:checked + .label_radio {
    background: #18D869;
    box-shadow:  -2px -2px 4px #fff inset, 2px 2px 4px rgba(0, 0, 0, .35) inset;
    font-weight: 500;
    color: #fff;
}



@media (min-width: 768px) {
    
    .check_box_green dl {
        font-size: 1.6rem;
    }
    
    .question_amount_unit_inside {
        position: relative;
        border: none;
        width: calc( 100% - 100px );
        height: 40px;
        line-height: 38px;
        border-radius: 20px;
        margin: 0;
        padding: 0 12px;
        box-shadow:  0 -6px 3px -3px rgba(255, 255, 255, .8) inset, 0 6px 3px -3px rgba(183, 183, 183, .75) inset, -5px 0 3px -3px rgba(183, 183, 183, .75) inset, 5px 0 3px -3px rgba(183, 183, 183, .75) inset;
        font-size: 1.6rem;
    }
    
    .question_amount_unit_inside input[type="text"] {
        box-shadow:none;
    }
}

.attribute_narrowing_list {
    width: 92%;
    margin: -15px auto 0;
    padding: 0;
}

.attribute_narrowing_list.underlayer {
    width: 92%;
    margin: 0 auto 0;
    padding: 0;
    height: 0px;
    overflow-y: hidden;
}

.attribute_narrowing_list.underlayer.active {
    height: auto;
}

.attribute_narrowing_list li {
    position: relative;
    height: 50px;
    padding: 0;
}

.attribute_narrowing_list li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}

/*
.attribute_narrowing_list.underlayer li:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}*/

.attribute_narrowing_list.underlayer li::before {
    display: none;
}

.attribute_narrowing_list.underlayer li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}

.attribute_narrowing_list li.form_input_check input[type="checkbox"] + label {
    padding-left: 26px;
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
}

.attribute_narrowing_list li.form_input_check input[type="checkbox"] + label:before {
    position: absolute;
    top: 18px;
    left: 0;
    width: 16px;
    height: 16px;
}

.attribute_narrowing_list li.form_input_check input[type="checkbox"]:checked + label:after{
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 11px;
    height: 15px;
    transform: rotate(40deg);
    border-right: 3px solid #18d869;
    border-bottom: 3px solid #18d869;
}

.question_setting_check_area {
    
}

.question_setting_check_area .form_input_check input[type="checkbox"] + label {
    position: relative;
    padding-left: 26px;
    font-family: 'Noto Sans JP' ,sans-serif;
    letter-spacing: .5px;
    font-size: 1.6rem;
    font-weight: 900;
    color: #18d869;
}

.question_setting_check_area .form_input_check input[type="checkbox"] + label + span {
    display: block;
    margin: 6px 0 0 27px;
    font-size: 1.1rem;
    font-weight: 400;
    color: #4b4b4b;
}

.question_setting_check_area .form_input_check input[type="checkbox"] + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #4b4b4b;
}

.question_setting_check_area .form_input_check input[type="checkbox"]:checked + label:after{
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 6px;
    width: 11px;
    height: 18px;
    transform: rotate(40deg);
    border-right: 3px solid #18d869;
    border-bottom: 3px solid #18d869;
}

#listing_fee_area {
    width: 92%;
    margin: 0px auto 0;
    padding: 0;
    height: 0px;
    overflow-y: hidden;
    border:none;
}

#listing_fee_area .active {
    height: auto;
}

.preview_list {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0;
    padding: 0;
}

.preview_list dt {
    width: 100px;
    margin: 0 0 12px;
    padding: 0;
}

.preview_list dd {
    width: calc( 100% - 100px );
    margin: 0 0 12px;
    padding: 0;
}

.preview_list_long {
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0;
    padding: 0;
    line-height: 1.6;
}



.settlement_choice_list {
    margin: 30px 0;
    padding: 0;
}

.settlement_choice_list li {
    margin: 15px 0 0;
    padding: 0;
    border: 1px solid #8b8b8b;
    background: #fff;
}

.settlement_choice_list li .settlement_choice_area {
    margin: 0;
    padding: 8px;
    background: #8b8b8b;
    width: 100%;
}

.settlement_choice_list li .settlement_choice_area input[type=radio] {
    display: none;
}

.settlement_choice_list li .settlement_choice_area .label_radio {
    position: relative;
    cursor: pointer;
    margin: 0 0 0 26px;
    display: inline-block;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
}

.settlement_choice_list li .settlement_choice_area input[type=radio] + .label_radio::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 2px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
}

.settlement_choice_list li .settlement_choice_area input[type=radio] + .label_radio::after {
    content: "";
    position: absolute;
    left: -23px;
    top: 3px;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background: #18D869;
    opacity: 0;
    border-radius: 50%;
    transition: opacity .3s;
}

.settlement_choice_list li .settlement_choice_area input[type=radio]:checked + .label_radio::after {
    opacity: 1;
}

.settlement_choice_list li .settlement_content_area {
    padding: 8px;
    text-align: center;
}



.asterisk_list {
    margin: 20px 0 0;
    padding: 0;
}

.asterisk_list li {
    margin: 6px 0 0;
    padding: 0 0 0 18px;
    text-indent: -18px;
}

.asterisk_list li:before {
    content: "※";
    text-indent: -12px;
    margin: 0 3px 0 0;
  }


/* 支払い方法 */
.payment_method_list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.payment_method_list li {
    position: relative;
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.payment_method_list li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: rgb(186,186,186);
    background: linear-gradient(180deg, rgba(186,186,186,1) 0%, rgba(242,242,242,1) 60%, rgba(255,255,255,1) 100%);
}

.payment_method_list li.no_border::before {
    background: none;
}

.payment_method_list li .payment_method_list_left {
    width: 100px;
}

.payment_method_list li .payment_method_list_right {
    width: calc( 100% - 100px );
}

.payment_method_list li.notice_list {
    height: auto;
    padding: 0 0 15px;
    
}

.payment_method_list .form_basic_radio input[type=radio]:disabled + label {
    color: #d1d1d1;
}

.payment_method_list .form_basic_radio input[type=radio]:disabled + label::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: #d1d1d1;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
}

.payment_font {
    font-size: 1.3rem;
}

.softbank_submit_font {
    font-size: 1.1rem;
}

@media (min-width: 768px) {
    
    .payment_font {
        font-size: 1.6rem;
    }
    
    .softbank_submit_font {
        font-size: 1.3rem;
    }
    
}
  
/* ------------------------------------------------------------------*/
/* 17.下書き  */
/* ------------------------------------------------------------------*/
.draft_list {
    width: 100%;
    margin: 28px auto;
    padding: 0 0 90px;
}

.draft_list li + li {
    margin: 13px 6% 0;
}

.draft_list li {
    border-radius: 20px;
    box-shadow: -2px -2px 2px #fff, 2px 2px 2px rgba(183, 183, 183, .9);
    border: 1px solid #18D869;
    margin: 0 6%;
    display: flex;
    position: relative;
}

.draft_list a:first-child {
    width: calc( 100% - 47px );
    padding: 18px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 20px 0 0 20px;
}

.draft_list a + div {
    display: block;
    width: 47px;
    background-image:url("../img/icon_cancel_gr.svg");
    background-size: 17px 24px;
    background-position: center right 14px;
    background-repeat: no-repeat;
    border-radius: 0 20px 20px 0;
}

.draft_list_txt {
    width: calc( 100% - 25px );
    padding: 0 10px 0 32px; /* ■17(B75-1) */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.draft_list_txt span {
    display: block;
    color: #8B8B8B;
    font-size: 1rem;
    font-weight: 300;
    margin: 5px 0 0;
}

.draft_list_txt.draft_list_txt_c:after { /* ■17(B75-1) */
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    background: #18D869;
    writing-mode: vertical-rl;
    content: "選択質問";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 100%;
    border-radius: 20px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.draft_list_txt.draft_list_txt_f:after { /* ■17(B75-1) */
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    background: #18D869;
    writing-mode: vertical-rl;
    content: "自由質問";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 100%;
    border-radius: 20px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    
    .draft_list {
        padding: 0;
    }

    .draft_list_txt {
        padding: 0 10px 0 45px; /* ■17(B75-1) */
    }
    .draft_list li + li {
        margin: 18px 6% 0;
    }
    .draft_list a:first-child {
        font-size: 1.6rem;
    }

    .draft_list_txt span {
        font-size: 1.3rem;
    }

    .draft_list_txt.draft_list_txt_c:after { /* ■17(B75-1) */
        width: 44px;
    }

    .draft_list_txt.draft_list_txt_f:after { /* ■17(B75-1) */
        width: 44px;
    }
}

/* ------------------------------------------------------------------*/
/* 使い方  */
/* ------------------------------------------------------------------*/
.manual_wrapper {
    width: 87%;
    margin: 35px auto 0;
    padding: 0;
    border: 3px solid #18d869;
    border-radius: 18px;
    background: #fff;
    font-family: 'Noto Sans JP' ,sans-serif;
    font-weight: 500;
}

.manual_wrapper_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    font-size: 2.0rem;
    font-weight: 500;
    border-bottom: 3px solid #18d869;
    letter-spacing: .5px;
}

.manual_wrapper_title span {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0 6px;
    height: 26px;
    line-height: 22px;
    border-radius: 13px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    border: 1.5px solid #18d869;
    white-space: nowrap;
}

.manual_wrapper_inner {
    padding: 20px;
    line-height: 1.5;
}

.manual_box_area {
    margin: 0 auto;
    padding: 0px;
}

.manual_box_top_area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 12px 0;
    border-radius: 11px 11px 0 0;
    border: 2px solid #18d869;
    font-size: 1.5rem;
    background: #18d869;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.3;
}

.manual_box_top_area .step_area {
    display: inline-block;
    font-family: 'Montserrat' ,sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0;
    padding: 0 8px 0 0;
    border-right: 1px solid #fff;
    white-space: nowrap;
}

.manual_box_top_area p {
    margin: 0;
    padding: 0 0 0 8px;
    font-size: 1.5rem;
}

.manual_box_bottom_area {
    margin: 0;
    padding: 1em 1em;
    border-radius: 0 0 11px 11px;
    border: 2px solid #18d869;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: justify;
}

.manual_short_area {
    width: fit-content; /* ■122(C11)【30】 */
    margin: 0 auto;
}

.manual_box_light_green {
    background: #97edbc;
    margin: 0 auto;
    padding: 20px 0 20px 5px;
    font-size: 1.2rem;
    letter-spacing: .5px;
    line-height: 1.8;
    border-radius: 11px;
    text-align: center;
}

.manual_box_light_green_inner {
    display: inline-block;
    text-align: left;
}

.manual_img_area {
    text-align: center;
}

.manual_img_area img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-width: 380px;
}

.manual_notes {
    margin: 0;
    padding: 0;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.6;
}

.manual_emphasis {
    text-align: justify;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.4;
}

.manual_line_box_area {
    width: 92%;
    margin: 0 auto;
    padding: 0px;
    border: 1.5px solid #18d869;
}

.manual_line_box_top_area {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 5px 10px;
    border-bottom: 1.5px solid #18d869;
    color: #18d869;
    font-size: 1.5rem;
}

.manual_line_box_top_area img {
    margin: 0 8px 0 0;
}

.manual_line_box_bottom_area {
    margin: 0 auto;
    padding: 12px 1em;
    line-height: 1.6;
    text-align: justify;
}

.manual_table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 10px 0 0;
}

.manual_table th, .manual_table td {
    padding: 10px 6px;
    line-height: 1.4em;
    vertical-align: middle;
    border: 1px solid #18d869;
    font-size: 1.2rem;
}

.manual_table .nowrap {
    white-space: nowrap;
}

.manual_box_area .nowrap {
    white-space: nowrap;
}

.manual_table .first_cell {
    border: none;
}

.indent {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}

.manual_select_transfer_spacer {
    max-width:185px;
    text-align:left;
    padding-left: 10px;
}

#return_top {
    position: fixed;
    right: 4%;
    bottom: 80px;
    z-index: 5;
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    box-shadow: -3px -3px 3px #fff, 3px 3px 3px #b7b7b7;
    background-image: url(../img/arrow_up_w.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
    background-color: #18d869;
}

#return_top a {
    display: block;
}

@media (min-width: 768px) {
    .manual_wrapper {
        width: 85%;
    }

    .manual_box_bottom_area {
        padding: 16px 16px;
        font-size: 1.4rem;
    }
    
    .manual_box_light_green {
        padding: 20px 0 20px 10px;
        font-size: 1.4rem;
    }
    
    .manual_emphasis {
        font-size: 1.6rem;
    }
    
    .manual_short_area {
        max-width: 370px;
    }
    
    .manual_box_top_area {
        font-size: 1.6rem;
    }

    .manual_box_top_area .step_area {
        font-size: 1.8rem;
        padding: 0 12px 0 0;
    }
    
    .manual_box_top_area p {
        padding: 0 0 0 12px;
        font-size: 1.5rem;
    }
    
    .manual_wrapper_title {
        font-size: 2.2rem;
    }
    
    .manual_wrapper_title span {
        margin: 0 12px 0 0;
        padding: 0 8px;
    }
    
    .manual_line_box_area {
        width: 90%;
    }
    
    .manual_line_box_bottom_area {
        padding: 12px 14px;
    }

    .manual_select_transfer_spacer {
        max-width:270px;
        padding-left: 5px;
    }
    
    #return_top {
        bottom: 20px;
        right: calc( 50% - 300px );
        transform: translateX(-50%);
        width: 42px;
        height: 42px;
        border-radius: 21px;
    }
}