/** Shopify CDN: Minification failed

Line 549:0 Unexpected "/"

**/
/****ページ共通CSS****/

a {
  text-decoration: none;
}

li {
  list-style: none!important;
}

.cart-count-bubble {
    background-color: rgb(200 7 7);
    height: 1.2rem;
    width: 1.2rem;
}

.cart-count-bubble .product-count {
  display: none;
}

.main-color {
    color: #007bff;
}

.multicolumn-card__image-link {
    display: block; 
    width: 100%; 
    height: 100%;
}


.multicolumn-card__image {
    width: 100%; 
    height: auto; 
    object-fit: cover; 
    max-width: 100%; 
}

.multicolumn-card__image-wrapper {
    overflow: hidden; 
}

.main-page-title {
  display: none;
}

.flex-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 15px; 
    justify-content: center; 
}

.flex-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

.flex-container h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
}

.flex-container small {
    display: block;
    font-size: 12px;
    color: #666;
}

.media {
    width: 100%; 
}

.icon-beginner {
position: absolute;
left: 10px;
display: inline-block;
width: 1em;
height: 1.2em;
vertical-align: middle;
margin-right: .4em;
}

.icon-beginner::before,
.icon-beginner::after {
position: absolute;
top: 0;
content: "";
display: block;
width: 50%;
height: 100%;
border-bottom-width: .15em;
box-sizing: border-box;
}

.icon-beginner::before {
left: 0;
background: #fff;
transform: skewY(45deg);
border-radius: .3em 0 0 .1em;
border-right: none;
}

.icon-beginner::after {
right: 0;
background: #999999;
transform: skewY(-45deg);
border-radius: 0 .3em .1em 0;
border-left: none
}

.page-content h3 {
    font-size: 1.8rem;
    color: #007bff; /* 青を基調色に */
    border-bottom: 3px solid #007bff;
    padding-bottom: 8px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    }


/* 各ステップのキャプション */
.process-section {
    padding: 20px 0;
}

/* ステップタイトル */
.process-section h4.under_line {
    /* わかりやすいステップヘッダーデザイン */
    background-color: #f7f7f7;
    border-left: 8px solid #007bff;
    padding: 10px 15px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.process-section h4.under_line span {
    color: #007bff;
    font-weight: bold;
    margin-right: 10px;
}

/* テキストと画像のコンテナ（スマホでは縦積み） */
.process-section .flex-container {
    display: flex;
    flex-direction: column; /* 縦に積む */
    gap: 20px;
    padding-bottom: 30px;
}

.process-section .txt ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

/* リストアイテム */
.process-section .txt li {
    position: relative;
    padding-left: 1.5em; /* 擬似要素のスペース */
    margin-bottom: 10px;
    line-height: 1.6;
}

/* 今風のチェックマーク風リスト */
.process-section .txt li::before {
    content: "→"; 
    color: #007bff; 
    font-weight: bold;
    position: absolute;
    left: 0;
}

.collection__title h2,.page-width-desktop h2 {
    color: #1e95d4;
    font-weight: 600;
    padding-left: 15px;
    border-left: 10px solid #1e95d4;
}

/* =======================================
   カート内
   ======================================= */

.option-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #eee;
}
.option-card input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
.option-card label p {
  margin: 4px 0 0;
  font-size: 0.85em;
  color: #666;
}



/* =======================================
   完全入稿データの作り方
   ======================================= */

#kanzennyukou .mokuji {
    width: 100%;
    margin: 30px auto;
    border: 1px solid #007bff; /* 青色を基調に */
    border-radius: 8px; /* 角を丸く */
    overflow: hidden;
}

#kanzennyukou .mokuji h4 {
    margin: 0;
    padding: 1rem;
    text-align: center;
    background: #007bff;
    color: #ffffff;
}

#kanzennyukou .mokuji ul {
    margin: 0;
    padding-left: 0;
}

#kanzennyukou .mokuji li {
    padding: 0.8rem 1rem;
    border-bottom: 1px dashed #e0e0e0;
    list-style: none;
    transition: background-color 0.3s;
}

#kanzennyukou .mokuji li:hover {
    background-color: #f7f7ff;
}

#kanzennyukou .mokuji li a {
    display: block;
    color: #333; 
    text-decoration: none;
}

#kanzennyukou .mokuji li i {
    color: #007bff; 
    margin-right: 8px;
}

#kanzennyukou .mokuji li:last-child {
    border-bottom: none;
}

#kanzennyukou h4 {
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 3px solid #007bff;
}

#kanzennyukou .flex-container,
#kanzennyukou .flex2,
#kanzennyukou .flex3 {
    display: flex;
    flex-direction: column; 
    gap: 20px; 
    padding: 20px 0;
    background-color: #f8f8f8;
    border-radius: 8px;
}

#kanzennyukou .caption {
    padding: 0 10px;
}

#kanzennyukou .flex2 .box {
    width: 100%;
}

#kanzennyukou .flex3 .box2 {
    width: 100%;
    text-align: center;
}

#kanzennyukou .flex3 p {
    color: #333;
    font-weight: bold;
    margin-top: 5px;
}

#kanzennyukou .caption span {
    color: #d9534f; /* 警告色 */
    font-weight: bold;
}

/* --------------------------------- */
/* 5. タブ切り替え（スマホ向けにも適応） */
/* --------------------------------- */
.tabs-container {
    margin: 20px auto;
    display: flex; 
    flex-wrap: wrap; 
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden; 
}

.tabs-container input[type="radio"] {
    display: none;
}

.tab-label {
    width: 50%; 
    height: 45px;
    background-color: #e9ecef;
    color: #6c757d;
    line-height: 45px;
    font-size: 0.9rem;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    order: -1; 
}


.tabs-container input:checked + .tab-label {
    background-color: #007bff;
    color: #ffffff;
}


.tab-content {
    display: none; 
    width: 100%; 
    padding: 15px;
    order: 0; 
    background-color: #ffffff;
}

.tabs-container input:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabs-container input:nth-of-type(2):checked ~ .tab-content:nth-of-type(2) {
    display: block;
}

.tab-content img {
    max-width: 100%;
    margin: 0 auto;
}


#check {
    margin-top: 40px;
}

#check .check_midashi {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 3px solid #4CAF50; 
    font-weight: bold;
}

#check li {
    list-style: none;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #e6ffe6; 
    border-radius: 8px;
    border-left: 5px solid #4CAF50;
}

#check h4 {
    border-bottom: none;
    margin: 0;
    padding: 0;
    color: #333;
}

#check i {
    color: #4CAF50;
    margin-right: 8px;
}

#check p {
    margin-top: 5px;
    color: #666;
}


  
/* =======================================
   よくある質問
   ======================================= */
        .page-content h2 {
            font-size: 1.8rem;
            color: #007bff; /* 青を基調色に */
            border-bottom: 3px solid #007bff;
            padding-bottom: 8px;
            margin-top: 40px;
            margin-bottom: 20px;
            font-weight: 700;
        }

        /* ---------------------------------------------------- */
        /* 1. アコーディオン FAQ スタイル */
        /* ---------------------------------------------------- */
        .faq-item {
            background-color: #ffffff;
            margin-bottom: 12px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }

        /* チェックボックス（非表示） */
        .faq-checkbox {
            display: none!important;
        }

        /* 質問ヘッダー（ラベルとして機能） */
        .faq-question {
            display: block;
            padding: 15px 20px;
            font-weight: 600;
            cursor: pointer;
            background-color: #ffffff;
            border-bottom: 1px solid #eee;
            position: relative;
            user-select: none;
            transition: background-color 0.2s;
        }

        .faq-question:hover {
            background-color: #f9f9f9;
        }

        /* Qマークのスタイル */
        .faq-question::before {
            content: "Q.";
            color: #007bff;
            font-weight: 900;
            margin-right: 10px;
        }

        /* 開閉アイコン (CSS疑似要素で実装) */
        .faq-question::after {
            content: "\f078"; /* fa-chevron-down */
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%) rotate(0deg);
            transition: transform 0.3s ease;
            color: #007bff;
        }

        /* 回答コンテンツ */
        .faq-answer-content {
            max-height: 0; /* 閉じている状態 */
            overflow: hidden;
            transition: max-height 0.4s ease-out;
            padding: 0 20px;
        }

        .faq-answer-content p {
            padding: 5px 0 15px 0;
            margin: 0;
            color: #555;
        }

        .faq-answer-content span {
            font-weight: 500;
        }
        
        /* 回答内の画像 */
        .faq-answer-content img {
            max-width: 100%;
            height: auto;
            margin: 15px 0;
            border-radius: 4px;
        }

        /* チェックされた時の状態変化 */
        /* チェックボックスがチェックされたら、隣接するコンテンツを開く */
        .faq-checkbox:checked + .faq-question + .faq-answer-content {
            max-height: 500px; /* 十分大きな値で開く */
        }
        
        /* チェックされたらアイコンを回転 */
        .faq-checkbox:checked + .faq-question::after {
            transform: translateY(-50%) rotate(180deg);
        }

        /* 回答内のリンク */
        .faq-answer-content a {
            color: #ff6347; /* 目立つ色に */
            text-decoration: underline;
        }



  
/* =======================================
   テンプレートダウンロード
   ======================================= */

#temple_download {
    padding: 15px;
    font-family: Arial, sans-serif;
    max-width: 900px; 
    margin: 0 auto;
}

#temple_download h6 {
    text-align: center;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
}

.download-content {
    display: flex; 
    flex-direction: column; 
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px dashed #dddddd;
}

.download-content:first-child {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/
.download-content p {
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
}

.download-content h5 {
    font-weight: normal;
    margin: 0;
    color: #555;
    flex-grow: 1; 
}


.download-content a {
    background-color: #57b1ff;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    margin-top: 10px; 
    width: 100%; 
}


/* =======================================
   作り方
   ======================================= */

        #date-made h4.under_line {
            padding-bottom: 8px;
            margin-bottom: 24px;
            border-bottom: 3px solid #106fbe;
            display: inline-block;
        }

        #date-made h6, #date-made h5 {
            font-size: 2rem;
            margin-top: 30px;
            margin-bottom: 15px;
            padding-left: 10px;
            border-left: 5px solid #106fbe;
        }


        #date-made .container {
            border-top: 1px solid #e2e8f0;
        }


        #date-made .info-card {
            background-color: #ffffff; 
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }

        #date-made .kanzendate_img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            margin-top: 15px;
            display: block;
        }
        
        #date-made .data-box {
            text-align: center;
            padding: 20px;
            background-color: #f7f7f7;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        }
        #date-made .data-box small {
            display: block;
            margin-top: 10px;
            color: #555;
        }

        #date-made .checklist-ul {
            list-style: none;
            padding: 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
        }

        #date-made .checklist-ul li {
            background-color: #ffffff;
            border: 1px solid #cbd5e0;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            transition: transform 0.2s;
        }
        
        #date-made .checklist-ul li:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
        }

        #date-made .checklist-ul li h4 {
            color: var(--color-heading);
            margin: 0 0 10px 0;
            display: flex;
            align-items: center;
            font-weight: 600;
        }

        /* Font Awesomeアイコンの代替（Unicodeチェックマーク） */
        #date-made .checklist-ul li h4::before {
            content: "\2714"; /* Unicode Heavy Check Mark */
            color: #57b1ff;
            margin-right: 8px;
        }
        
        #date-made .checklist-ul li small {
            display: block;
            color: #666;
            margin-bottom: 10px;
        }

        #date-made .point_flex {
            display: flex;
            gap: 15px;
            justify-content: center;
            margin-top: 15px;
        }
        #date-made .point_flex > div {
            flex: 1 1 45%;
            text-align: center;
        }
        #date-made .point_flex img {
            max-width: 100%;
            height: auto;
            border: 1px dashed #ccc;
        }
        #date-made .point_flex center {
            font-size: 0.9rem;
            font-weight: bold;
            margin-top: 5px;
        }
        
        #date-made .caution {
            color: #ffffff;
            background-color:rgb(226, 40, 40);
            padding: 15px;
            border-radius: 8px;
            display: inline-block;
            margin-top: 20px; 
        }
        
        /* PC/SP画像の切り替え */
        .pc, .sp {
            display: block;
            margin: 20px auto;
        }
        .pc { display: none; } /* デフォルトでモバイル版を非表示 */

        /* 作成方法のセクション (フィギュア、キーホルダーなど) */
        #date-made .flex-container {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 30px;
        }
        #date-made .flex-container .box {
            flex: 1 1 calc(30% - 10px);
            background-color: #fff;
            padding: 15px;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            text-align: center;
        }
        #date-made .flex-container .box img {
            border: none;
        }

/* =======================================
   納品までの流れ
   ======================================= */

   .flow_customer li {
    margin: 25px 0;
   }



/* =======================================
   データ入稿
   ======================================= */

        #date_nyuukou {
            padding: 20px;
            background-color: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        
        #date_nyuukou > img {
            margin: 0 auto 15px auto; /* 中央寄せ */
            border: 1px solid #e2e8f0;
        }
        
        #date_nyuukou p {
            margin-bottom: 20px;
        }

        /* 詳細リンクボタン */
        .more_anchor {
            display: block;
            margin: 20px 0;
            padding: 1rem;
            border: 1px solid #ddd;
            border-radius: 8px;
            text-align: center;
            background-color: #ffe706;
            color: var(--color-text);
            font-size: 1rem;
            font-weight: bold;
            transition: background-color 0.3s, color 0.3s;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            position: relative;
        }

        .more_anchor small {
            display: block;
            font-size: 1.25rem;
            line-height: 1.2;
        }
   
        .more_anchor:hover {
            background-color: #f7d600;
        }
        
        /* 画像データ差し替えフロー */
        .line_up {
            display: flex;
            flex-direction: column; 
            gap: 10px;
            margin-top: 15px;
            padding: 10px;
            background-color: #f0f4f8;
            border-radius: 8px;
        }
        
        .line_up img {
            width: 100%; 
            height: auto;
            border-radius: 4px;
        }

        /* 再入稿先セクション */
        .nyukousaki {
            padding: 20px;
            background-color: #ffffff;
            border: 1px solid #106fbe;
            border-radius: 8px;
            margin-top: 20px;
        }

        .nyukousaki h3 {
             border-left: none;
             text-align: center;
             color: #106fbe;
             font-size: 1.5rem;
             margin-top: 0;
        }

   
        .nyukousaki .flex a img {
            width: 100%;
            max-width: 300px;
            margin: 0 auto;
        }

        .nyukousaki p {
            font-size: 1.1rem;
            font-weight: 600;
            text-align: center;
            padding: 10px;
            background-color: #e6f1fc;
            border: 1px solid #cce0f5;
            border-radius: 8px;
            width: 100%;
            box-sizing: border-box;
            max-width: 300px; 
        }

        /* PC/タブレット向けのスタイル (ブレークポイント: 768px) */
        @media (min-width: 768px) {
            
            /* 画像データ差し替えフロー: 横並び */
            .line_up {
                padding: 15px;
            }
            .line_up img {
                flex: 1; /* 画像を均等幅にする */
                width: auto;
            }

            /* 再入稿先セクション: 横並び */
            .nyukousaki .flex {
                flex-direction: row;
                justify-content: center;
                gap: 50px;
            }
            
            .nyukousaki .flex a {
                flex: 0 0 auto; /* LINE画像は固定幅 */
            }

            .nyukousaki .flex p {
                flex: 0 0 auto;
                max-width: 300px;
                height: fit-content;
                align-self: center; /* 中央に揃える */
            }
        }



/* =======================================
   パソコン用CSS
   ======================================= */
@media screen and (min-width: 750px) {

.pc { display: block; } /* モバイルでPC画像を非表示 */
.sp { display: none; } /* モバイルでSP画像を再表示 */

.site-layout-wrapper {
    grid-template-columns: 300px 1fr;
    width: 1200px;
    margin: auto;
}

.flex-container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between; 
        gap: 0;
    }

    .flex-container .caption {
        flex: 1 1 20%; 
        padding: 0 15px;
        text-align: center;
    }


#tsukutokotoha .flex-container img {
  max-width: 45%;
}


    
/* =======================================
   テンプレートダウンロード
   ======================================= */


#temple_download img  {
    display: block;
    margin: auto;
    max-width: 250px;
}


.download-content h5 {
   width: 300px;
}


.download-content {
    flex-direction: row; 
    align-items: center; 
    justify-content: space-between; 
}

.download-content:first-child {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
}

.download-content:first-child p {
    flex: 1;
    margin-right: 20px;
    text-align: left;
}

.download-content:first-child a {
    flex: 0 0 auto;
    margin-top: 0;
}


.download-content a {
    width: auto; 
    margin-top: 0;
    margin-left: 20px; 
}

.process-section .flex-container {
        flex-direction: row; 
        align-items: center;
    }

    .process-section .txt,
    .process-section .crop {
        flex: 1; 
    }

    .process-section .crop {
        order: initial;
        margin-left: 40px; 
    }
    

    .process-section div:nth-of-type(odd) .crop {
        order: -1;
        margin-left: 0;
        margin-right: 20px;
    }

    
/* =======================================
   完全入稿データの作り方
   ======================================= */


    #kanzennyukou {
        padding: 0 30px;
    }
    
    #kanzennyukou .mokuji {
        width: 450px; 
    }

  
    #kanzennyukou .flex-container,
    #kanzennyukou .flex2,
    #kanzennyukou .flex3 {
        flex-direction: row; /* 横並び */
        justify-content: space-between;
        align-items: center; /* 垂直方向中央寄せ */
        padding: 30px;
    }
    
    #kanzennyukou .flex-container .caption {
        flex: 1;
        padding-right: 30px;
    }

    #kanzennyukou .flex-container img {
        flex: 1; /* 均等な幅 */
        width: 50%; /* Flexboxが制御するのでここで%指定 */
        margin: 0;
        padding-left: 30px;
    }
    
    /* 裏印刷と表印刷の2分割 */
    #kanzennyukou .flex2 .box {
        width: 48%; /* 2分割 */
    }
    
    /* レイヤーの3分割 */
    #kanzennyukou .flex3 .box2 {
        width: 30%; /* 3分割 */
    }


    .tab-label {
        font-size: 1rem;
    }


      
/* =======================================
   よくある質問
   ======================================= */

    .utility-links {
                 grid-template-columns: repeat(4, 1fr); /* PCでは4列 */
            }

/* =======================================
   縦型画像リスト専用 CSS (footer.css または theme.css に追加)
   ======================================= */

/* 1. リストの親要素。フッターの横並びグリッドを上書きし、縦幅を占有 */
/* :has() セレクタが使えないテーマの場合、このセレクタは機能しません。
   その場合は、親要素に手動で width: 100% を適用する必要があります。 */
.footer-block:has(.footer-image-list-wrapper) {
    width: 100%; 
    max-width: 25%; 
    flex-basis: 100%;
}


/* 2. リストコンテナ (<ul>) */
.footer-image-list {
    list-style: none;
    padding: 0;
    margin: 0;
    
    /* 縦並びを確定させます */
    display: flex;
    flex-direction: column; /* ★ 縦一列のキーとなる設定 */
    gap: 15px; /* 縦の隙間 */
}

/* 3. 各画像アイテム (<li>) */
.footer-image-item {
    width: 100%; 
    text-align: center; 
}

/* 4. 画像自体 (<img>) */
.footer-image {
    max-width: 200px; /* ★ PCで表示したい画像の幅に調整 */
    height: auto;
    display: block;
    margin: 0 auto;
}
}



/****バリアントAPPcss*******/

.ymq_alert_box {
display:block;
font-size: 12px; 
}

.upload_area {
position: relative;
z-index: 1!important;
width: 85px!important;
height: 85px!important;
border: 1px dashed #000!important;
display: flex!important;
border-radius: 4px!important;
align-items: center!important;
justify-content: center!important;
cursor: pointer!important;
margin-bottom: 8px!important;
-webkit-transition: all .3s linear!important;
transition: all .3s linear!important;
opacity: 1!important;
}

.upload_area i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 25px;
height: 25px;
font-size: 24px;
color: #adadad;
z-index: 9;
}

.ymq_r_c {
display: inline-flex;
white-space: unset!important;
align-items: center;
margin-bottom: 5px;
margin-right: 10px;
}

.ymq_r_c input[type="radio"] {
box-sizing: border-box;
padding: 0;
width: 18px;
height: 18px;
}

.fileclear {
display: none;
margin: 10px 0 0;
text-decoration: underline;
font-weight: bold;
cursor: pointer;
}

.js-upload-filename {
display: none;
padding: 10px 15px;
background-color: #f5f7fa;
}

#tool_span,#tool_span2{
position: relative;
}

.tooltip,.tooltip2 {
position: absolute;
display: block;
top: -3.5em;
left: -10em;
z-index: 9999;
color: #fff;
background: #181818;
}

.tooltip small,.tooltip2 small {
display: block;
height: 2vh;
padding: 2em;
width: 245px;
text-align: center;
line-height: 0;
}

.spr-form-message .spr-form-message-success {
color: #4ba1db;
}

.price_table2 {
  margin: 1.5rem 0;
}

.spr-summary-actions-newreview {
    float: right;
    color: #278edd;
}

.ymq-modal-content .popup_flex {
		display: flex;
		justify-content: space-between;
        margin: 1rem 0 5rem;
	}
	
.ymq-modal-conten .popup_content {
		display: block;
		padding: 15px;
		text-align: center;
 	    font-size: 14px;
	}

.ymq-modal-content .red_color {
 		color: red;
  		font-size: 12px;
}

.ymq-options-box-12,.up_load_list {
margin: 0!important;
}

.upload_caution {
margin: 0 0 5rem;
color: #535353;
}


.up_load_cap {
    display: block;
    margin-top: 10%;
    padding: 0.5rem 1rem;
    border-left: 8px solid #106899;
    color: #fff;
    background: #35a7e6;
    font-size: 16px;
}

.ymq_upload_new {
z-index: 1!important;
width: 100px!important;
height: 100px!important;
border: 1px dashed #000!important;
display: flex!important;
border-radius: 4px!important;
align-items: center!important;
justify-content: center!important;
cursor: pointer!important;
margin-bottom: 8px!important;
-webkit-transition: all .3s linear!important;
transition: all .3s linear!important;
opacity: 1!important;
}

.ymq_upload_img_item {
position: relative;
height: 85px;
width: 85px;
display: block;
margin-right: 8px;
margin-bottom: 8px;
border-radius: 4px;
overflow: hidden;
}



/****バリアントAPPcss*******/

.accordion_header {
    padding: 10px;
    background-color: #ececec;
}

.accordion_inner {
    padding: 10px;
}