        .edit .container {width: 100%; line-height: 1.5; 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:10px 0; 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: #408ce0; }
        .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 #408ce0; 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; }

aside.appinner{
    width: 80%;
    max-width: 700px;
    margin:0 auto 20px auto;
    line-height: 1.5;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 2px 2px 2px #999;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
aside.appinner h3 {
    font-size: 18px;
    background-color: #95C04E;
    color: #fff;
    padding: 0.25em;
}
aside.appinner p{
    margin: 1em 0;
}
aside.appinner .app-download-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 30px 0;
    flex-wrap: wrap;
}
aside.appinner .app-download-area .store-badge {
    height: 66px;
    max-width: inherit;
    width: auto;
}
aside.appinner .app-download-area .store-badge.apple {
    transition: transform 0.2s;
    height: 52px;
    width: auto;
}

aside.appinner.down_load img {
    width: auto;
    height: auto;
    max-width: 300px;
    cursor: pointer;
}

.app-img-group{
    display: flex;
  justify-content: center;
  align-items: center;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 1.5em 0;
}

.app-img-group p{
    width: 100%;
}
.app-img-group img{
    width: 100%;
    max-width: 280px;
    height:auto;
}
.app-img-group figure{
    text-align: center;
        width:auto;
    margin:0 1%;
}

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);
}
.swiper-box {
    background-color: #f2f2f2;
    padding: 1.5em 0;
}

.supporters.markdown-body a{
    text-decoration: underline;
}

.supporters.list .swiper-wrapper-list .swiper-slide{
    margin: 3px;
    width: auto;
}

.supporters .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.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: #408CE0;
        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: #408CE0;
        background: #f9fff9;
    }

    .support-option input[type="radio"] {
    width:auto;
    margin:3px auto;        
        transform: scale(1.1);
        accent-color: #408ce0;
    }

    .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: #408ce0;
        background: #f0fff4;
        box-shadow: 0 0 0 1px #408ce0;
    }

    .btn-green {
        width: 100%;
        padding: 16px;
        background-color: #408ce0;
        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;
    font-weight: bold;
}

h2{
    background-color: #ddd;
    padding: 0.25em 0.5em;
    margin:1em 0;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.readbox h2{
    margin:0 0 1em 0;    
}


h3{
    padding: 5px 0.5em;
}
h4,h5{
    margin: 1.5em 0 0 0;
    font-size: 18px;
    color: #09348B; 
}
strong{
    font-size: 18px;
}
.supporters label{
    font-size: 14px;
    cursor: pointer;
    color: #09348B;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 1em;
}
.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;
}

.mt-6.flex.justify-center {
    color: #fff;
    text-decoration: none;
    display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em 0;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mt-6.flex.justify-center a {
    text-decoration: underline;
    margin: 5px;
}
.mt-6.flex.justify-center a:hover {
    text-decoration: underline;
}
.mt-6.flex.justify-center a.inline-flex {
    text-decoration:none;
    cursor: pointer;
}
.mt-6.flex.justify-center a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background-color: #0366d6;
    text-align: center;
}
.mt-6.flex.justify-center a br{
display: none;
}
.mt-6.flex.justify-center .transition {
    transition: all 0.2s ease-in-out;
}
.mt-6.flex.justify-center .bg-green-600 {
    background-color: #16a34a;
}
.mt-6.flex.justify-center .inline-flex a.text-white,.mt-6.flex.justify-center .text-white {
    color: #fff;
}
.mt-6.flex.justify-center .py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.mt-6.flex.justify-center .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.mt-6.flex.justify-center .rounded-2xl {
    border-radius: 1rem;
}
.mt-6.flex.justify-center .gap-2 {
    gap: 0.5rem;
}
.mt-6.flex.justify-center .items-center {
    align-items: center;
}
.mt-6.flex.justify-center .inline-flex {
    display: inline-flex;
}

#chka{
    display: none;
}
.readbox{
    width: 100%;
    padding:2em 1em;
    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: #ffffff;
  border: 1px solid #cccccc;
}
#chka:checked + .readbox{
height: auto;
 padding:2em 1em;
}
.readbox ul{
    padding:0.5em 1.5em;
}
.readbox ul li{
text-indent: -1em;;
}

hr{margin:2em 0;}

h2.title {
    font-size: 18px;
    background-color: #408BDF;
    color: #fff;
    padding: 0.25em;
}
.supporters.markdown-body a.inline-flex{
    color: #fff;
    text-decoration: none;
}


.swiper-wrapper-list{
    display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.supporters .swiper-wrapper .swiper-slide{
margin: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
section{
    padding:0 0 2em 0;
}
.swiper-wrapper-list .swiper-slide div.box,
.supporters .swiper-wrapper .swiper-slide div.box {
    display: block;
    width: 300px;
    height: 80px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fafaf2;
    overflow: hidden;
    box-shadow: 1px 1px 1px #999;
}
.swiper-wrapper-list .swiper-slide .swiper-slide div.box p,
.supporters .swiper-wrapper .swiper-slide div.box p{
    text-indent: 0;
    margin: 0;
    line-height: 1.5;
}
.supporters .swiper-slide div.box p.come{
font-size: 13px;
line-height: 1.25;
}
.swiper-wrapper-list .swiper-slide .swiper-slide div.box p.come,
.supporters .swiper-wrapper .swiper-slide div.box p.come{
font-size: 13px;
line-height: 1.25;
}
.swiper-wrapper-list .swiper-slide img,
.supporters .swiper-wrapper .swiper-slide img{
    width:auto;
    height:80px;
    object-fit:cover;
object-position:50% 50%;
box-shadow:1px 1px 1px #999;
}



.supporters.markdown-body p{
    text-indent: 1em;
}
.supporters.markdown-body p.in{
text-indent:0;
}

/*---------------------------------------------*
* width 1000px
*----------------------------------------------*/
@media screen and (max-width:1000px) {
.supporters.markdown-body{
    width:98%;
    min-width:inherit;
    max-width: 98%;
    padding:20px 10px;
    -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:10px 5px;
}
.supporters.list{
        width:100%;

}
.supporters.markdown-body p {
    text-indent: 0em;
}

#chka:checked + .readbox {
    height: auto;
    padding:10px;
}
p.txtC.spleft{
    text-align: left;
}
}
/* width 1000px end --------------------------------------------*/
