@charset "utf-8";

/*
	File Name   : zeta-voice-customize.css
	Description : ZETA Voice系カスタマイズ用
*/

/* PC */
@media screen and (min-width: 768px) {	
	/*-------------*/
}
/* SP */
@media screen and (max-width: 767px) {
	/*-------------*/
}

/* =============================================
    レビュー共通
============================================= */
/* 星 */
.zv-form svg.zv-form-star-svg-on, .zv-star-svg, rect.zv-star-svg-main {
    fill: #ffcc00 !important;
}

.zv-star-svg-grey {
    fill: #bdc3c7 !important;
}

#ZVSummary .zv-hist-bar, #ZVList .zv-hist-bar {
    background: #ffcc00 !important;
}

/* ページャー */
#ZVList .zv-page-btn, #ZVListUser .zv-page-btn {
    border: unset;
    border-radius: unset;
    text-decoration: underline;
}

#ZVList .zv-page-btn[disabled], #ZVListUser .zv-page-btn[disabled] {
    pointer-events: none;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    border: none;
    text-decoration: unset;
}

#ZVList .zv-number[disabled], #ZVListUser .zv-number[disabled] {
    color: #000;
    font-weight: normal;
    background: #efefef;
}

.zv-pagination {
    margin: 0 auto;
}

/* =============================================
    レビュー投稿
============================================= */

#zeta-voice-form .zv-form {
    padding: 10px 10px 20px 10px;
    background: #F3F3F3;
}


/* 横ブレ防止 */
#customerReviewInput {
    overflow-x: hidden;
}

/* 必須マーク*/
.zv-form span.zv-notes-required {
    background-color: #FF0000;
    color: #fff;
    min-width: 10px;
    padding: 3px 3px;
    margin: 0px 5px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
}

/* 個別の必須マーク*/
.zv-fit .zv-control-label:after, .zv-height .zv-control-label:after, .zv-weight .zv-control-label:after, .zv-shoe_size .zv-control-label:after {
    content: "必須";
    background-color: #FF0000;
    color: #fff;
    min-width: 10px;
    padding: 3px 3px;
    margin: 0px 5px;
    line-height: 1;
    font-weight: normal;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
}

/* レビューカテゴリ：注釈 */
.zv-category .zv-control-label:after {
    content: "レビュー内容にあてはまるカテゴリを選択してください（3つまで選択可）";
    margin: 5px 0px 5px 20px;
    display: block;
    font-weight: normal;
    font-size: 14px;
}
/* END レビューカテゴリ：注釈 */

/* ラジオボタン */

.zv-form .zv-radio-parts {
    line-height: 2.0 !important;
    font-size: 14px !important;
}

.zv-form .zv-radio-parts::before {
    top: 3px;
}

.zv-form .zv-radio-input:checked+.zv-radio-parts::after {
    background: #0191cf !important;
    top: 5px;
}

.zv-form .zv-checkbox-input:checked + .zv-checkbox-parts::after {
    border-color: #0191cf !important;
}

.zv-form .zv-radio-input:checked+.zv-radio-parts,
.zv-form .zv-checkbox-input:checked+.zv-checkbox-parts {
    color: unset !important;
}

/* END ラジオボタン -----*/

/* ニックネーム*/
.zv-form .zv-nickname {
    pointer-events: none;
}

.zv-nickname .zv-notes {
    display: none;
}

/* END ニックネーム*/

/* 入力項目 */
#reviewForm input[type="text"], #reviewForm textarea, #reviewForm input[type="number"] {
    width: calc(100% - 40px);
    background-color: #ffffff;
    border: solid 1px #dadae1;
    border-radius: 3px;
}

#reviewForm textarea:focus, #reviewForm input[type="number"]:focus {
    box-shadow: 0 0 7px rgba(0,146,213,.5);
    border: 1px solid rgba(0,146,213,1);
    outline: none;
}

#reviewForm input[type="number"] {
    width: calc(100% - 210px);
}

#reviewForm textarea {
    padding: 5px 5px;
    resize: none;
    height: 150px;
}

.zv-form .zv-select {
    font-size: 14px !important;
}

#reviewForm input.zv-input.zv-textbox.zv-form-control {
    background-color: #ededed;
}

/* サムネイル */
.zv-form .zv-thumb-container, .zv-form img.zv-thumb, .zv-modal-thumb {
    height: auto;
}

#zv-file-container-f0-q10 .zv-file-img-label:nth-of-type(n+2) {
    display: none;
}

.zv-submit-wrap{
    text-align: center;
}


/* 確認ボタン */
.zv-confirm-modal-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    background-color: #0191cf;
    border: 0;
    width: 100%;
    height: 45px;
    border-radius: 4px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zv-confirm-modal-button:after {
    content: "する";
}

#zeta-voice-form .zv-confirm-modal-button {
    content: "する";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff !important;
    background-color: #0191cf !important;
    border: 0 !important;
    max-width: 250px !important;
    height: 40px !important;
    border-radius: 4px !important;
    text-align: center !important;
    margin: 0 5px !important;
    font-size: 14px !important;
    box-sizing: border-box;
    margin: 0 auto;
}



/* 確認モーダル */
.zv-confirm-modal-lightbox-header, .zv-response-modal-header {
    padding: 10px 10px 0px 10px;
    height: 30px;
    color: #23282D;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

/* 本文 */
.zv-confirm-modal-answer.zv-modal-q4.zv-modal-type-21 {
    margin: 5px 0 0 25px;
    word-break: break-all;
}

.zv-confirm-modal-lightbox-body {
    height: 82%;
}

/* ボタン */
button.zv-btn.zv-confirm-modal-close-button {
    margin: 0 15px 0 0;
    width: 45%;
}

#zv-modal-submit-button-0 {
    color: #fff;
    background-color: #0191cf;
    width: 45%;
    border: none;
}

#zv-modal-submit-button-0::after {
    content: "する";
}

.zv-modal-thumb {
    width: 95px;
    margin-right: 5px;
}

/* 完了モーダル */
.zv-response-modal-lightbox {
    padding: unset;
    left: 10%;
    width: 80%;
    height: 35%;
}

.zv-response-modal-header {
    padding: 10px 10px 0 10px;
    background-color: #f2f2f2;
    color: #23282D;
    font-weight: bold;
    font-size: 14px;
}

.zv-btn.zv-response-modal-close-button {
    width: 50%;
}

/* 入力の並び順を強制調整(form) */
#zeta-voice-form .zv-form form.zv-forms{
    display: flex;
    flex-wrap: wrap;
}
#zeta-voice-form .zv-form form.zv-forms .zv-form-group{
    width: 100%;
}
#zeta-voice-form .zv-form form.zv-forms .zv-button-error-message{
    width: 100%;
}
#zeta-voice-form .zv-form form.zv-forms .zv-submit-wrap{
    width: 100%;
}
#zeta-voice-form .zv-form form.zv-forms .zv-nickname{
    order: 1;
}
#zeta-voice-form .zv-form form.zv-forms .zv-satisfaction{
    order: 2;
}
#zeta-voice-form .zv-form form.zv-forms .zv-fit{
    order: 3;
}
#zeta-voice-form .zv-form form.zv-forms .zv-comment{
    order: 4;
}
#zeta-voice-form .zv-form form.zv-forms .zv-category{
    order: 5;
}
#zeta-voice-form .zv-form form.zv-forms .zv-age{
    order: 6;
}
#zeta-voice-form .zv-form form.zv-forms .zv-gender{
    order: 7;
}
#zeta-voice-form .zv-form form.zv-forms .zv-height{
    order: 8;
}
#zeta-voice-form .zv-form form.zv-forms .zv-weight{
    order: 9;
}
#zeta-voice-form .zv-form form.zv-forms .zv-shoe_size{
    order: 10;
}
#zeta-voice-form .zv-form form.zv-forms .zv-photo{
    order: 11;
}
#zeta-voice-form .zv-form form.zv-forms .zv-button-error-message{
    order: 99;
}
#zeta-voice-form .zv-form form.zv-forms .zv-submit-wrap{
    order: 100;
}
/* END 入力の並び順を強制調整(form) */

/* ==========================================================================================
    レビュー投稿：確認モーダル
========================================================================================== */

#zeta-voice-form .zv-confirm-modal-lightbox-body {
    height: 82%;
    margin: 0 0 10px 0;
}

#zeta-voice-form .zv-confirm-modal-lightbox-header{
    text-align: center;
    font-size: 18px;
    background: #f2f2f2;
    font-weight: 400;
}
#zeta-voice-form .zv-confirm-modal-question {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
#zeta-voice-form .zv-confirm-modal-answer {
    font-size: 14px;
    margin: 0 0 0 25px;
    word-break: break-all;
}
#zeta-voice-form .zv-confirm-modal-lightbox-body {
    height: 82%;
    margin: 0 0 10px 0;
}

/* PC */
@media screen and (min-width: 768px) {	
    #zeta-voice-form .zv-confirm-modal-lightbox {
        top: 12% !important;
        left: 15% !important;
        height: 85% !important;
        width: 70% !important;
    }
	#zeta-voice-form .zv-confirm-modal-container button.zv-btn{
        width: 250px !important;
    }
}
/* SP */
@media screen and (max-width: 767px) {
    #zeta-voice-form .zv-confirm-modal-lightbox {
        top: 12%;
        left: 5%;
        height: 85%;
        width: 90%;
    }
    #zeta-voice-form .zv-confirm-modal-container button.zv-btn{
        width: 150px !important;
    }
	/*-------------*/
}


/* 確認画面の並び順を強制調整(モーダル) */
#zeta-voice-form .zv-confirm-modal-lightbox-body {
    display: flex;
    flex-wrap: wrap;
}
#zeta-voice-form .zv-confirm-modal-lightbox-body .zv-confirm-modal-group{
    width: 100%;
}
/* END 確認画面の並び順を強制調整(モーダル) */






/* =============================================
    商品詳細レビューエリア
============================================= */
/* 罫線 */
#ZVList {
    border: none;
    padding: 15px 0px 10px;
}

#ZVList .zv-summary-cell{
    max-width:inherit;
}

/* アイテム満足度の下の部分 */
#ZVList .zv-satisfaction table.zv-counts-table{
    margin: 0 auto;
}

/* 見出し */
#ZVList .zv-summary-cell .question-sentence{
    display: block;
    text-align: center;
    font-size:16px;
    font-weight: 500;
    margin: 10px 0;
}


/* サイズ感テーブルエリア */
#ZVList .zv-fit{
}
/* サイズ感テーブルエリア:見出し　非表示 */
#ZVList .zv-fit > label{
    display: none !important;
}

#ZVList .zv-fit .zv-counts-table{
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

#ZVList .zv-fit table.zv-counts-table>tbody>tr>th {
    font-size: 12px;
    font-weight: 700;
    min-width: 72px;
    width: 72px;
    text-align: left;
}
#ZVList .zv-fit table.zv-counts-table > tbody > tr{
    display: table-row;
}
#ZVList .zv-fit table.zv-counts-table > tbody > tr > td {
    width: calc(100% - 130px);
    min-width: 100px;
    padding: 5px 0;
}
#ZVList .zv-fit table.zv-counts-table td.zv-hist-count{
    min-width: 60px;
    width: 60px;
    text-align: right;
}
#ZVList .zv-fit table.zv-counts-table td.zv-hist-per {
    display: none;
}
#ZVList .zv-fit .zv-hist {
    width: 100%;
    height: 10px;
    line-height: 10px;
    border-radius: 5px;
    box-shadow: none;
    background: #EDEDED;
}
#ZVList .zv-fit .zv-hist .zv-hist-bar{
    height: 10px;
    line-height: 10px;
    border-radius: 5px;
    background: #999999 !important;
}
/* END サイズ感テーブルエリア */



/* カスタマーレビュー */
#ZVList p.zv-heading {
    display: none;
}

#ZVList .zv-summary-cell label {
    font-size: 16px;
}

label.question-sentence {
    font-weight: bold;
}

#ZVList .zv-summary-cell {
    margin-top: 0px;
}

#ZVList .zv-summary-cell:nth-of-type(1) {
    margin-top: -15px;
}








/* 並び替え 箇所 */
#ZVList .zv-review-sort{
    margin-left: 0px;
    margin-bottom: 15px;
}
#ZVList .zv-select-wrap {
    overflow: hidden;
    position: relative;
    border: none;
    box-shadow:none !important;
}
#ZVList .zv-select{
    margin-left: 3px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    color: #454545;
    border: none !important;
    border-radius: 4px;
    padding: 0 25px 0 65px;
    width: 135px;
    font-size: 16px;
    height: 36px;
    background: #EFEFEF url(../images/parts/common/icon_select_arrow02.svg) calc(100% - 15px) 50% no-repeat;
    background-size: 12px 7px;
    outline: 0 !important;
}
/* PC */
@media screen and (min-width: 768px) {
    #ZVList .zv-select{
        font-size:13px;
    }
	/*-------------*/
}
/* END 並び替え 箇所 */


/* 絞り込み */
#zv-review-filter{
    display: none;
}
/* END 絞り込み */

/* 絞り込みリンク箇所 */
#zv-review-filter-link {
    display: block !important;
    margin: 24px 0 0 0;
    float: right;
}
#zv-review-filter-link .zv-link {
    display: inline-block;
    padding: 5px 15px 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    background: #999;
}
/* END 絞り込みリンク箇所 */


/* 枠 */
#ZVList .zv-top-customer-review {
    margin: 0 0 15px 0;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}

/* フィルター*/
#zv-lightbox-body {
    height: 92%;
}

#ZVList .zv-select {
    padding: 8px 38px 8px 8px;
}

#ZVList #zv-lightbox-body label {
    display: none;
}

#ZVList #zv-lightbox-body p {
    display: inline;
}

.zv-select-filters.zv-num-filters {
    font-size: 16px !important;
    padding: 8px 5px 8px 8px;
    margin: 0 0 0 20px;
    overflow: hidden;
    position: relative;
    border: 1px solid #bdc3c7;
    border-radius: 3px;
    background: #ffffff;
    margin-right: 10px;
    width: 115px;
    display: inline-block;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 1px 2px rgba(0, 0, 0, 0.2);
}

#ZVList .zv-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    background-color: #0191cf;
    border: 0;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 320px) {
    .zv-select-filters.zv-num-filters {
        width: 90px;
    }

    .zv-select-filters.zv-num-filters::placeholder {
        font-size: 0.7em;
    }
}

@media screen and (min-width: 375px) {
    .zv-select-filters.zv-num-filters {
        width: 115px;
    }

    .zv-select-filters.zv-num-filters::placeholder {
        font-size: 1em;
    }
}

@media screen and (min-width: 414px) {
    .zv-select-filters.zv-num-filters {
        width: 132px;
    }

    .zv-select-filters.zv-num-filters::placeholder {
        font-size: 1em;
    }
}

.zv-select-filters.zv-num-filters:nth-of-type(2) {
    display: inline-block;
    margin: 0 0 0 15px;
}



#ZVList .zv-basic-info {
    margin: 0 0 10px 0;
}

/* アバター */
#ZVList .zv-img-reviewerattribute {
    width: 46px;
    height: 46px;
    border: 1px solid #dad0e1;
    border-radius: 50%;
}

/* 投稿者 */
#ZVList .zv-basic-info > .zv-nickname{
    color:#999999;
    font-size:12px;
}

/* 投稿情報 */
#ZVList .zv-basic-info>.zv-posted-at {
    display: block;
    text-align: right;
    margin: -18px 0 0 0;
    color:#999999;
    font-size:12px;
}

#ZVList .zv-helpful-form > p {
    font-size: 14px;
}

/* 見出し */
#ZVList .zv-answer > label {
    display: none;
}
/* カンマ */
#ZVList .zv-answer > .zv-answer-separator{
    display: none;
}

/* レビューカテゴリ：テキスト */
#ZVList .zv-answer.zv-category{
    display: flex;
    flex-wrap: wrap;
}
#ZVList .zv-answer .zv-answer-content.zv-category {
    border-radius: 20px;
    border:1px solid #0191CF;
    display: block;
    color:#0191CF;
    padding: 2px 7px;
    margin: 2px 4px 2px 0;
    cursor: pointer;
}

/* 靴 ttl */
#ZVList .zv-shoe_size>label {
    display: unset !important;
}

/* サイズ感 ttl */
#ZVList .zv-fit > label{
    display: none !important;
}


/* サイズ/色  */
#ZVList .zv-item-info {
    color: #333;
    margin-bottom: 0px;
    font-size:12px;
}

/* サイズ感：おおきめ　などの回答エリア */
#ZVList .zv-answer {
    color: #333;
    margin-bottom: 1px;
    font-size:12px;
}



#ZVList .zv-height:after {
    /*margin-left: -3px;*/
    margin-left: 0px;
    content: "cm";
}

/* 本文 */
#ZVList .zv-comment {
    margin: 10px 0;
    padding: 10px 0 0;
    border-top:1px solid #E8E8E8;
    font-size:12px;
}
#ZVList .zv-comment > p{
    font-size: 12px;
}

/* 横並び */
#ZVList .zv-gender, #ZVList .zv-age, #ZVList .zv-height, #ZVList .zv-weight {
    display: inline-block;
}

#ZVList .zv-age:before, #ZVList .zv-height:before, #ZVList .zv-weight:before {
    content: "｜";
    color: #bdc3c7;
}

.zv-answer-content:before{
    display: none !important;
}
.zv-answer-content:after{
    display: none !important;
}

/* 要素が空の場合消す */
#ZVList .zv-fit:empty, #ZVList .zv-gender:empty, #ZVList .zv-age:empty, #ZVList .zv-height:empty, #ZVList .zv-weight:empty {
    display: none;
}

/* サムネ */
#ZVList .zv-img {
    margin: 10px 0 0 0;
    width: 90px;
    object-fit: cover;
    border-radius: 50%;
}

/* FB */
#ZVList .zv-helpful-form {
    /*
    display: block;
    */
    display: none !important;
}

#ZVList .zv-helpful-form > p {
    font-weight: bold;
}

/* 参考になった */
#ZVList .zv-helpful-form>div.zv-helpful-yes {
    color: #fff;
    background-color: #0191cf;
    border: none;
}

#ZVList .zv-helpful-form>div.zv-helpful-yes:hover {
    background-color: #007bb0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border: none;
}

/* 参考にならなかった、違反報告 */
#ZVList .zv-helpful-form>div.zv-helpful-no, #ZVList .zv-helpful-form>span.zv-separator, #ZVList .zv-helpful-form>div.zv-popupModal1 {
    display: none;
}



/* =============================================
    レビュー投稿履歴
============================================= */
/* 枠 */
#ZVListUser .zv-top-customer-review {
    margin: 0 15px 15px 15px;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}

/* ユーザーアイコン*/
#ZVListUser .zv-user-image {
    display: none;
}

#ZVListUser .zv-user-name {
    display: none;
}

#ZVListUser p {
    margin: 80px 0 0 0;
    text-align: center;
}
#ZVListUser .zv-answer > p {
    text-align: left;
}

#ZVListUser .zv-user-summary {
    text-align: center;
    margin: 25px 0 0 0;
}

#ZVListUser p.zv-heading {
    margin-top: -106px;
    margin-bottom: 50px;
    text-align: center;
}

/* 見出し */
#ZVListUser .zv-answer>label {
    display: none;
}

#ZVListUser .zv-fit>label, #ZVListUser .zv-shoe_size>label {
    display: inline;
    padding: 0 0 0 0;
}

#ZVListUser .zv-comment , #ZVListUser .zv-comment {
    margin: 20px 0;
    word-break: break-all;
}

/* 横並び */
#ZVListUser .zv-gender, #ZVListUser .zv-age, #ZVListUser .zv-height, #ZVListUser .zv-weight {
    display: inline-block;
}

/* 身長*/
#ZVListUser .zv-height:after {
    /*margin-left: -3px;*/
    margin-left: 0px;
    content: "cm";
}

/* 区切り記号 */
#ZVListUser .zv-age:before, #ZVListUser .zv-height:before, #ZVListUser .zv-weight:before {
    content: "｜";
    color: #bdc3c7;
}

/* 要素が空の場合消す */
#ZVListUser .zv-fit:empty, #ZVListUser .zv-gender:empty, #ZVListUser .zv-age:empty, #ZVListUser .zv-height:empty, #ZVListUser .zv-weight:empty {
    display: none;
}

#ZVListUser .zv-top-customer-review button, #ZVListUser #zv-lightbox-info button {
    margin : 15px 0 0 0;
}

#ZVListUser #zv-lightbox {
    height: 85%;
}




/* =============================================
    モーダル
============================================= */
#zv-modal{
    z-index: 20009 !important;
}
#zv-lightbox{
    z-index: 20010 !important;
}
/*背景*/
#zv-modal-wrapper{
    z-index: 20008 !important;
}


/* モーダル */
#zv-lightbox {
    left: 10px;
    width: calc(100% - 20px);
}
/* PC */
@media screen and (min-width: 768px) {
    #zv-lightbox {
        left: calc(50% - 250px);
        width: 500px;
    }
    /*-------------*/
}

#ZVList #zv-lightbox-body .zv-select {
    width: 100%;
}
#ZVList #zv-lightbox-body .zv-select-wrap::before{
    display: none !important;
}

/* zv-select-filters.zv-num-filters */
/* SP */
@media screen and (max-width: 767px) {
    #ZVList #zv-lightbox-body #zv-review-filter-text{
        font-size: 14px;
        padding-left: 3px;
    }
    #ZVList #zv-lightbox-body .zv-select-filters.zv-num-filters{
        width: 39%;
        margin-right: 5px;
    }
    #ZVList #zv-lightbox-body .zv-select-filters.zv-num-filters:nth-of-type(2) {
        margin: 0 0 0 5px;
    }
	/*-------------*/
}

/* PC */
@media screen and (min-width: 768px) {
    #ZVList #zv-lightbox-body .zv-btn {
        width: 200px;
    }
    #ZVList #zv-lightbox-body #zv-review-filter-text{
        font-size: 16px;
        margin: 0 20px;
        padding-left: 3px;
    }
    #ZVList #zv-lightbox-body .zv-select-filters.zv-num-filters{
        width: 40%;
    }
}
/* END zv-select-filters.zv-num-filters */

#ZVList #zv-lightbox-body .zv-answer p{
    display: block;
}

/* フィルター */
#zv-lightbox .zv-select {
    font-size: 16px !important;
}

#zv-lightbox-info img.zv-img {
    display: none;
}

/* モーダル閉じるボタン */
#zv-lightbox-header .zv-close-icon {
    color: #555;
    left: 6px;
    position: absolute;
}

#zv-lightbox-header .zv-close-icon:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#zv-lightbox-header .zv-close-icon:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* 画像付き投稿確認モーダル ------------ */
#zv-lightbox-img {
    height: 50% !important;
    width: 100% !important;
    float: none !important;
}
#zv-lightbox-info {
    float: none !important;
    width: 100% !important;
    height: 50% !important;
    padding: 0px !important;
    overflow: auto !important;
    overflow-y: auto !important;
}
/* SP */
@media screen and (max-width: 767px) {
    #zv-lightbox-info {
        padding: 10px !important;
    }
}
/* 画像付き投稿確認モーダル ------------ */
