        .edit .container {width: 100%; max-width: 600px; margin:2em auto 0 auto; background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;        
        }
        .edit h2 { text-align: center; color: #2c3e50; border-bottom: 2px solid #eee; padding-bottom: 15px; margin-top: 0; }
        .edit .form-group { margin-bottom: 20px; }
        .edit label { display: block; font-weight: bold; margin-bottom: 8px; color: #555; }
        .edit input[type="text"], .edit input[type="email"], .edit input[type="password"], .edit textarea {
            width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size: 16px;
        }
        .edit .btn { width: 100%; padding: 14px; border: none; border-radius: 4px; font-weight: bold; cursor: pointer; color: #fff; font-size: 16px; }
        .edit .btn-blue { background: #007bff; }
        .edit .btn-green { background: #28a745; }
        .edit .alert { padding: 15px; border-radius: 4px; margin-bottom: 20px; font-weight: bold; }
        .edit .alert-error { background: #f8d7da; color: #721c24; }
        .edit .alert-success { background: #d4edda; color: #155724; }
        .edit .logout-link { float: right; font-size: 0.9em; color: #666; text-decoration: none; }
        .edit .section-title { font-size: 1.1em; border-left: 4px solid #28a745; padding-left: 10px; margin: 30px 0 15px 0; background: #f9f9f9; padding: 8px 10px; }
      
        /* バナープレビュー関連 */
        .edit .banner-current { margin-top: 10px; border: 1px solid #ddd; max-width: 100%; display: block; }
        
        /* Cropper用スタイル */
        .edit .img-container { max-height: 400px; margin-bottom: 15px; display: none; background: #333; }
        .edit .img-container img { max-width: 100%; }
        
        /* 禁止事項エリア */
        .edit .warning-box {
            margin-top: 50px; padding: 20px; background: #fff3f3; 
            border: 1px solid #ffcccc; border-radius: 6px; font-size: 0.9em; color: #b71c1c;
        }
        .edit .warning-box h4 { margin: 0 0 10px 0; font-size: 1.1em; display: flex; align-items: center; }
        .edit .warning-box ul { padding-left: 20px; margin: 0; }
        .edit .warning-box li { margin-bottom: 5px; }


article.support{
    width: 100%;
    height: 100%;
    min-height:85vh;
    background-image: url("../images/back_ac.png");
    background-position: center;
    background-size:auto 100vh;
    padding:3em 2em;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article.support.bgnon{
background-image: none;
}
.supporters.markdown-body{
    width:1000px;
    margin:0 auto;
    font-size: 16px;
    line-height: 2;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding:1.5em;
background-color: rgba(255,255,255,0.8);
}
.supporters.list{
        width:1000px;
    margin:0 auto;
    font-size: 16px;
    line-height: 2;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding:1.5em;
background-color: rgba(255,255,255,0.8);
}


.supporters.markdown-body a{
    text-decoration: underline;
}


.flow-steps {
        background: #f8f9fa;
        padding: 20px;
        border-radius: 8px;
        margin-bottom: 30px;
        border: 1px solid #e9ecef;
    }

    .step-item {
        display: flex;
        margin-bottom: 15px;
        align-items: flex-start;
    }

    .step-item:last-child {
        margin-bottom: 0;
    }

    .step-num {
        background: #28a745;
        color: #fff;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        text-align: center;
        line-height: 24px;
        font-weight: bold;
        margin-right: 10px;
        flex-shrink: 0;
        font-size: 14px;
    }

    .step-content strong {
        display: block;
        color: #333;
        margin-bottom: 2px;
    }

    .step-content p {
        margin: 0;
        font-size: 0.9em;
        color: #666;
    }

    /* 金額選択ボタンのデザイン（前回と同じ） */
    .support-options {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 3%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .support-option {
        width: 47%;
display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
        padding: 1%;
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.2s;
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
.support-option span{
    width: 100%;
    text-align: center;
}

    .support-option:hover {
        border-color: #28a745;
        background: #f9fff9;
    }

    .support-option input[type="radio"] {
    width:auto;
    margin:3px auto;        
        transform: scale(1.1);
        accent-color: #28a745;
    }

    .option-label {
        font-weight: bold;
        font-size: 1.1em;
        color: #333;
        margin-top: 5px;

    }
.support-option span.option-desc {
        font-size: 0.85em;
        color: #666;
        text-align: right;
    }

    .support-option.selected {
        border-color: #28a745;
        background: #f0fff4;
        box-shadow: 0 0 0 1px #28a745;
    }

    .btn-green {
        width: 100%;
        padding: 16px;
        background-color: #28a745;
        color: #fff;
        border: none;
        border-radius: 5px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        transition: background 0.3s;
        margin-top: 20px;
        display: block;
        text-decoration: none;
        text-align: center;
    }

    .btn-green:hover {
        background-color: #218838;
    }


h1{
    font-size: 24px;
    text-align: center;
    color: #09348B;    
}
h3{
    padding: 5px 0.5em;
}
h4,h5{
    margin: 1.5em 0 0 0;
    font-size: 18px;
    color: #09348B; 
}
strong{
    font-size: 18px;
}
.supporters label{
    cursor: pointer;
    color: #09348B;
}
.supporters label:hover{
text-decoration: underline;
}
.fastread{
    line-height: 1.25;
    font-size: 14px;
    padding: 1.5em 0;
}
.supporters.markdown-body p{
    text-indent: 1em;
}

#chka{
    display: none;
}
.readbox{
    width: 100%;
    padding:1em 1.5em;
    height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;    
    overflow-y:hidden;
      -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
}
#chka:checked + .readbox{
height: auto;
}


h2.title {
    font-size: 18px;
    background-color: #95C04E;
    color: #fff;
    padding: 0.25em;
}
.supporters.markdown-body a.inline-flex{
    color: #fff;
    text-decoration: none;
}
.swiper,
.swiper-box{
    background-color: #f2f2f2;
    padding: 1.5em 0;
}
.swiper-wrapper-list{
    display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-wrapper-list .swiper-slide{
margin: 3px;
}
section{
    padding:3em 0 ;
}

.supporters .swiper-slide div.box p{
    text-indent: 0;
    margin: 0;
    line-height: 1.5;
}
.supporters .swiper-slide div.box p.come{
font-size: 13px;
}

.supporters .swiper-slide img{
    width:auto;
    height:80px;
    object-fit:cover;
object-position:50% 50%;
box-shadow:1px 1px 1px #999;
}


/*---------------------------------------------*
* width 1000px
*----------------------------------------------*/
@media screen and (max-width:1000px) {
.supporters.markdown-body{
    width:98%;
    min-width:inherit;
    max-width: 98%;
    padding: 1em;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
h1{
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #09348B;    
}
article.support{
    padding:2em 1em;
}
.supporters.list{
        width:100%;

}


}
/* width 1000px end --------------------------------------------*/


.supporters.markdown-body p{
    text-indent: 1em;
}