@charset "utf-8";

/*マイページ共通*/

.mypage_inner {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}

.mypage_in_image {
    background: #F5F5F5;
    padding: 78px;
}

.mypage_header_company,
.mypage_header_name {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 24px;
    text-align: left;
    color: #414141;
    margin-right: 30px;
}

.mypage_in_flex {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}

.mypage_in_flex_side {
    width: 25%;
}

.mypage_in_flex_content {
    width: 70%;
}


/*マイページパンくずリスト*/

.mypage_in_flex_content_bread {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto 45px;
}

.mypage_in_flex_content_bread ul {
    display: flex;
    font-size: 1.1rem;
}

.mypage_in_flex_content_bread ul li::after {
    content: "/";
    margin: 0 5px;
}

.mypage_in_flex_content_bread ul li:last-child::after {
    display: none;
}


/*マイページ共通タイトル*/

.mypage_in_flex_content_title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    color: #414141;
    line-height: 1;
}

.mypage_in_flex_content_title::after {
    display: block;
    content: '';
    width: 64px;
    height: 2px;
    background: #707070;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 44px;
}

.mypage_in_flex_content_subtitle {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    color: #414141;
    margin-bottom: 28px;
}


/*マイページサイドメニュー*/

.mypage_in_flex_side_menu ul li {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.8rem;
    text-align: left;
    color: #121212;
    border-top: solid 1px #A8A8A8;
}

.mypage_in_flex_side_menu ul li:last-child {
    border-bottom: solid 1px #A8A8A8;
}

.mypage_in_flex_side_menu ul li a {
    padding: 10px 30px;
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 1.8rem;
}

.mypage_in_flex_side_menu ul li a.in {
    background: #F5F5F5;
}

.mypage_in_flex_side_menu ul li a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
}


/*----------------------フッタ----------------------*/

#footer {
    margin-top: 80px;
    border-top: 1px solid #EBEBEB;
}


/*----------------------マイページトップ----------------------*/


/*タイトル*/

.mypage_in_flex_content_top_title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    text-align: left;
    color: #414141;
    margin-bottom: 20px;
}


/*テーブル*/

.mypage_in_flex_content_top_table table {
    width: 100%;
    border-collapse: collapse;
}

.mypage_in_flex_content_top_table th,
.mypage_in_flex_content_top_table td {
    border: solid 1px #A8A8A8;
}

.mypage_in_flex_content_top_table th {
    padding: 15px;
    background: #F5F5F5;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    color: #5e5e5e;
}

.mypage_in_flex_content_top_table td {
    padding: 20px;
    position: relative;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    text-align: left;
    color: #121212;
}

.mypage_in_flex_content_top_table td:nth-child(3) {
    text-align: center;
}

.mypage_in_flex_content_top_table td span {
    background: #A8A8A8;
    border-radius: 30px;
    margin: 0 auto;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mypage_in_flex_content_top_table td span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 1.2rem;
    color: #fff;
}


/*----------------------問い合わせ履歴----------------------*/

.mypage_in_flex_content_top_address {
    align-items: center;
    display: flex;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    text-align: left;
    color: #414141;
    margin-bottom: 19px;
}

.mypage_in_flex_content_top_address_back {
    background: #a4a4a4;
    border-radius: 30px;
    position: relative;
    margin-right: 1em;
    font-size: 24px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.mypage_in_flex_content_top_address_back::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    font-size: 1.2rem;
    color: #fff;
}

.mypage_in_flex_content_top_address_back:hover {
    color: #fff;
}


/*問い合わせ内容*/

.mypage_in_flex_content_history_form {
    border: solid 1px #A8A8A8;
}

.mypage_in_flex_content_history_form_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 10px 40px;
    background: #F5F5F5;
}

.mypage_in_flex_content_history_form_tab_title {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.4rem;
    color: #121212;
}

.mypage_in_flex_content_history_form_tab_date {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    color: #121212;
}

.mypage_in_flex_content_history_form_title {
    margin: 40px 0 20px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.6rem;
    color: #121212;
    text-align: center;
}


/*フォーム*/

.mypage_in_flex_content_history_form_in {
    width: 82%;
    margin: 0 auto 60px;
}

.mypage_in_flex_content_history_form_in_txtbox {
    margin-bottom: 10px;
}

.mypage_in_flex_content_history_form_in_txtbox textarea {
    width: 100%;
    /*resize: none;*/
    border: solid 1px #A8A8A8;
    border-radius: 4px;
    padding: 10px;
}

.mypage_in_flex_content_history_form_in_name {
    width: 15%;
    text-align: right;
    padding-right: 10px;
}

.mypage_in_flex_content_history_form_in_input {
    width: 85%;
    height: 30px;
}

.mypage_in_flex_content_history_form_in_url {
    text-align: right;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #5E5E5E;
    border-radius: 4px;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mypage_in_flex_content_history_form_in_url input {
    width: 100%;
    height: 30px;
    border: solid 1px #A8A8A8;
    border-radius: 4px;
    padding: 10px;
}

.mypage_in_flex_content_history_form_in_file {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #5E5E5E;
}

.mypage_in_flex_content_history_form_in_file_box {
    width: 85%;
    height: 30px;
    border: solid 1px #A8A8A8;
    padding-left: 0.5em;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.mypage_in_flex_content_history_form_in_file_box label {
    background: #D1D1D1;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    padding: 0 1em;
    border-radius: 4px;
    font-size: 12px;
    width: 120px;
    white-space: nowrap;
}

.mypage_in_flex_content_history_form_in_file_box p {
    margin-left: 5px;
    font-size: 8px;
    overflow: hidden;
    white-space: nowrap;
}

.mypage_in_flex_content_history_form_in_file_box input[type="file"] {
    display: none;
}


/*送信*/

.mypage_in_flex_content_history_form_in_submit {
    text-align: center;
}

.mypage_in_flex_content_history_form_in_submit_btns {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    padding: 10px 55px;
    letter-spacing: 0.5pt;
    background: #000;
    border: 1px solid #000;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.mypage_in_flex_content_history_form_in_submit_btns img {
    display: inline;
    width: 13px;
    margin-right: 10px;
    vertical-align: middle;
}


/*返信*/

.mypage_in_flex_content_history_form_reply {
    width: 82%;
    margin: 0 auto;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    text-align: left;
    color: #121212;
}

.mypage_in_flex_content_history_form_reply_exhibitor_icon,
.mypage_in_flex_content_history_form_reply_client_icon {
    width: 40px;
    height: 40px;
    /* background: #F7F7F7; */
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mypage_in_flex_content_history_form_reply_exhibitor_icon img,
.mypage_in_flex_content_history_form_reply_client_icon img {
    width: 28px;
}

.mypage_in_flex_content_history_form_reply_exhibitor,
.mypage_in_flex_content_history_form_reply_client {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 40px;
    flex-wrap: wrap !important;
}

.mypage_in_flex_content_history_from_reply_namedate {
    width: calc(100% - 62px);
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.mypage_in_flex_content_history_from_reply_namedate .name {
    font-weight: bold;
}

.mypage_in_flex_content_history_form_reply_exhibitor .mypage_in_flex_content_history_from_reply_namedate {
    margin-right: 62px;
}

.mypage_in_flex_content_history_form_reply_client .mypage_in_flex_content_history_from_reply_namedate {
    flex-direction: row-reverse;
    margin-left: 62px;
}

.mypage_in_flex_content_history_form_reply_client {
    flex-flow: row-reverse;
}

.mypage_in_flex_content_history_form_reply_exhibitor_box,
.mypage_in_flex_content_history_form_reply_client_box {
    background: #F7F7F7;
    border-radius: 10px;
    padding: 15px 22px;
    position: relative;
    width: calc(100% - 62px);
    word-wrap: break-word;
}

.mypage_in_flex_content_history_form_reply_exhibitor_box div,
.mypage_in_flex_content_history_form_reply_client_box div {
    display: block;
    margin: 5px 0;
}
.mypage_in_flex_content_history_form_reply_exhibitor_box div::before,
.mypage_in_flex_content_history_form_reply_client_box div::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
.mypage_in_flex_content_history_form_reply_exhibitor_box div.file::before,
.mypage_in_flex_content_history_form_reply_client_box div.file::before {
    content: "\f0c6";
}
.mypage_in_flex_content_history_form_reply_exhibitor_box div.url::before,
.mypage_in_flex_content_history_form_reply_client_box div.url::before {
    content: "\f35d";
}

.mypage_in_flex_content_history_form_reply_exhibitor_box a,
.mypage_in_flex_content_history_form_reply_client_box a {
    text-decoration: underline;
}


.mypage_in_flex_content_history_form_reply_exhibitor_box {
    margin-right: 22px;
}

.mypage_in_flex_content_history_form_reply_client_box {
    margin-left: 22px;
}

.mypage_in_flex_content_history_form_reply_exhibitor_box::after,
.mypage_in_flex_content_history_form_reply_client_box::before {
    content: "";
    width: 0;
    height: 0;
    border: 6px solid transparent;
    position: absolute;
    top: 15px;
}

.mypage_in_flex_content_history_form_reply_exhibitor_box::after {
    border-left: 16px solid #F7F7F7;
    right: -10px;
    transform: translate(50%, 0);
}

.mypage_in_flex_content_history_form_reply_client_box::before {
    border-right: 16px solid #F7F7F7;
    left: -10px;
    transform: translate(-50%, 0);
}


/*----------------------展示会一覧----------------------*/

.mypage_in_flex_content_exhibition_box {
    display: flex;
    padding: 25px 39px;
    border: solid 1px #A8A8A8;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.mypage_in_flex_content_exhibition_box_right {
    width: 34%;
}

.mypage_in_flex_content_exhibition_box_left {
    width: 65%;
}

.mypage_in_flex_content_exhibition_box_left_title {
    font-family: "Noto Sans JP";
    font-size: 2rem;
    color: #414141;
    margin-bottom: 7px;
}

.mypage_in_flex_content_exhibition_box_left_date {
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    color: #414141;
    margin-bottom: 13px;
}

.mypage_in_flex_content_exhibition_box_left_text {
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    color: #121212;
    margin-bottom: 25px;
}

.mypage_in_flex_content_exhibition_box_left_btn a {
    display: inline-block;
    padding: 8px 0;
    width: 70%;
    text-align: center;
    background: url(../img/common/arrow.png) center right 10px/16px no-repeat;
    border: solid 1px #121212;
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    color: #000;
}

.mypage_in_flex_content_exhibition_box_left_btn a:hover {
    opacity: 1;
    background: #fff;
}

.mypage_in_flex_content_exhibition_box_left_btn_comingsoon {
    pointer-events: none;
}

.mypage_in_flex_content_exhibition_box_left_btn_comingsoon a {
    display: inline-block;
    padding: 8px 0;
    width: 70%;
    text-align: center;
    background: #E8E8E8;
    border: solid 1px #D3D3D3;
    font-family: "Noto Sans JP";
    font-size: 12px;
    color: #707070;
}


/*---------------------お気に入り---------------------------*/


/*開閉メニュー*/

.mypage_in_flex_content_favorite_category_accordion {
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    background: #F5F5F5;
    padding: 27px 30px;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    text-align: left;
    color: #121212;
}

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

.mypage_in_flex_content_favorite_category_accordion_txt_period {
    margin-left: 20px;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    color: #414141;
}

.mypage_in_flex_content_favorite_category_accordion_clos {
    width: 30px;
    height: 30px;
}

.mypage_in_flex_content_favorite_category_accordion_clos_icon {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #A8A8A8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mypage_in_flex_content_favorite_category_accordion_clos_icon:before,
.mypage_in_flex_content_favorite_category_accordion_clos_icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #fff;
    left: 50%;
    width: 12px;
    height: 1px;
    transform: translate(-50%, -50%);
}

.mypage_in_flex_content_favorite_category_accordion_clos_icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.mypage_in_flex_content_favorite_category_accordion_clos_icon.open:before {
    transform: translate(-50%, -50%) rotate(0deg);
}

.mypage_in_flex_content_favorite_category_list {
    margin-top: 60px;
}

.mypage_in_flex_content_favorite_category_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mypage_in_flex_content_favorite_category_list ul li {
    width: 23%;
    margin-bottom: 80px;
}

.mypage_in_flex_content_favorite_category_list_name {
    margin-top: 18px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.4rem;
    color: #000;
}

.mypage_in_flex_content_favorite_category_list_price {
    margin-top: 10px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.1rem;
    color: #000;
}


/*---------------------アカウント情報-------------------------*/

.mypage_in_flex_content_account_caution {
    padding-left: 24px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.2rem;
    color: #8b4e0e;
}

.mypage_in_flex_content_account_information {
    display: flex;
    width: 100%;
    margin-top: 20px;
    border: solid 1px #707070;
}

.mypage_in_flex_content_account_information_item {
    width: 25%;
    padding: 30px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    text-align: left;
    color: #414141;
    background: #F5F5F5;
    display: flex;
    align-items: center;
}

.mypage_in_flex_content_account_information_item span {
    color: #8b4e0e;
}

.mypage_in_flex_content_account_information_input {
    padding: 10px;
    display: flex;
    align-items: center;
    width: 75%;
}

.mypage_in_flex_content_account_information input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: none;
}

.mypage_in_flex_content_account_information_input .btn_visible {
    display: block;
    width: 32px;
    margin-left: 10px;
    margin-right: 20px;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
}

.mypage_in_flex_content_fix {
    text-align: center;
    margin-top: 80px;
}

.mypage_in_flex_content_fix button {
    background: #121212;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    width: 298px;
    border: none;
    padding: 10px;
}

.mypage_in_flex_content_top_table_sp {
    display: none;
}


/* SP
------------------------------- */

@media screen and (max-width: 750px) {
    .mypage_in_image {
        background: #F5F5F5;
        padding: 33px 20px;
        position: relative;
    }

    .mypage_inner {
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .mypage_header_company,
    .mypage_header_name {
        font-size: 16px;
        margin-right: 10px;
    }

    .mypage_in_flex {
        display: block;
        width: 100%;
        padding: 30px 20px 0;
    }

    .mypage_in_flex_side {
        display: none;
    }

    .mypage_in_flex_content {
        width: 100%;
    }

    .mypage_in_flex_content_bread {
        display: none;
    }

    .mypage_btn_menu_area {
        width: 20px;
        height: 20px;
    }

    .mypage_btn_menu_area::after {
        position: relative;
        display: block;
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 20px;
    }

    .mypage_in_flex_content_title {
        font-size: 18px;
    }

    .mypage_in_flex_content_top_title {
        font-size: 16px;
        font-weight: normal;
        text-align: center;
    }

    #globalMenu_header_mypage {
        height: 50px;
        border-bottom: 1px solid #EBEBEB;
        display: flex;
        align-items: center;
        padding: 10px 10px;
    }

    #globalMenu_header_mypage img {
        max-width: 242px;
        width: auto;
        height: 100%;
    }

    /*----------------------マイページトップ----------------------*/
    .mypage_in_flex_content_top_table {
        display: none;
    }

    .mypage_in_flex_content_top_table_sp {
        display: block;
        border-top: 1px solid #A8A8A8;
        border-left: 1px solid #A8A8A8;
        border-right: 1px solid #A8A8A8;
    }

    .mypage_in_flex_content_top_table_sp a {
        display: block;
        padding: 16px 20px;
        border-bottom: 1px solid #A8A8A8;
        font-family: "Noto Sans JP";
        font-weight: normal;
        font-size: 14px;
        color: #121212;
        position: relative;
    }

    .mypage_in_flex_content_top_table_sp a::before {
        position: absolute;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        font-size: 1.2rem;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background: #A8A8A8;
        color: #fff;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mypage_in_flex_content_top_table_sp_date {
        margin-bottom: 4px;
    }

    .mypage_in_flex_content_top_table_sp_for {
        margin-bottom: 12px;
    }

    /*----------------------問い合わせ履歴----------------------*/
    .mypage_in_flex_content_top_address {
        font-size: 16px;
        position: relative;
    }

    .mypage_in_flex_content_top_address p {
        position: absolute;
        width: 100%;
        text-align: center;
    }

    .mypage_in_flex_content_history_form {
        border: none;
    }

    .mypage_in_flex_content_history_form_tab {
        padding: 13px;
        display: block;
        text-align: center;
    }

    .mypage_in_flex_content_history_form_tab_title {
        margin-bottom: 5px;
    }

    .mypage_in_flex_content_history_form_title {
        margin-top: 23px;
        margin-bottom: 11px;
        font-size: 14px;
    }

    .mypage_in_flex_content_history_form_in {
        width: 100%;
    }

    .mypage_in_flex_content_history_form_in>div {
        text-align: center;
    }

    .mypage_in_flex_content_history_form_in_name {
        width: 100%;
        text-align: center;
    }

    .mypage_in_flex_content_history_form_in_input {
        width: 100%;
    }

    .mypage_in_flex_content_history_form_in input {
        display: block;
        width: 100%;
        margin: 10px 0 0 0;
    }

    .mypage_in_flex_content_history_form_in_file {
        display: block;
        font-size: 12px;
        font-weight: normal;
    }

    .mypage_in_flex_content_history_form_in_file_box {
        width: 100%;
        margin-top: 10px;
        margin: 10px 0 0 0;
    }

    .mypage_in_flex_content_history_form_in_url {
        padding: 0;
        font-size: 12px;
        font-weight: normal;
        display: block;
    }

    .mypage_in_flex_content_history_form_reply {
        width: 100%;
    }

    /*----------------------展示会一覧----------------------*/
    .mypage_in_flex_content_exhibition_box_left {
        width: 100%;
    }

    .mypage_in_flex_content_exhibition_box_right {
        display: none;
    }

    .mypage_in_flex_content_exhibition_box {
        padding: 30px;
    }

    .mypage_in_flex_content_exhibition_box_left_btn,
    .mypage_in_flex_content_exhibition_box_left_btn_comingsoon {
        text-align: center;
    }

    .mypage_in_flex_content_exhibition_box_left_btn a {
        width: 80%;
    }

    /*---------------------お気に入り---------------------------*/
    .mypage_in_flex_content_favorite_category_accordion_txt {
        display: block;
        font-weight: normal;
        font-size: 16px;
    }

    .mypage_in_flex_content_favorite_category_accordion_txt_period {
        display: block;
        margin: 0;
        font-size: 12px;
    }

    .mypage_in_flex_content_favorite_category_list ul li {
        width: 46%;
        margin-bottom: 30px;
    }

    .mypage_in_flex_content_favorite_category_list_name {
        font-weight: normal;
    }

    .mypage_in_flex_content_favorite_category_accordion {
        margin-bottom: 30px;
    }

    .mypage_in_flex_content_favorite_category_list {
        margin-top: 0;
    }

    /*---------------------アカウント情報-------------------------*/
    .mypage_in_flex_content_account_information {
        display: block;
    }

    .mypage_in_flex_content_account_information_item {
        width: 100%;
        padding: 7px 20px;
    }

    .mypage_in_flex_content_account_information_input {
        width: 100%;
        padding: 11px 17px;
    }

    .mypage_in_flex_content_account_information input {
        font-size: 12px;
        padding: 5px;
    }

    .mypage_in_flex_content_fix {
        margin-bottom: 30px;
    }

    .mypage_in_flex_content_fix button{
        margin-bottom: 1rem;
    }

    .mypage_in_flex_content_account_information_input .btn_visible {
        width: 17px;
        margin-right: 0;
    }

    .mypage_in_flex_content_fix {
        margin-top: 30px;
    }
    .text_sp {
        display: block;
    }
    .text_pc {
        display: none;
    }
}