.main .form_container.post_page {
    padding-top: 0;
}

.post_page h2 {
    font-size: 18px;
    padding-bottom: 1.5rem;
}

.para_box {
    margin: 1.5rem 0;
}

.para_box p span {
    font-weight: 600px;
}

/*acd*/

.acd_page h2 {
    padding: 30px 0 20px;
    text-align: center;
}

.acd_page section>input[type=checkbox] {
    display: none;
}

.acd_page section:first-of-type h3 {
    border-top: 1px solid #838383;
}
.acd_page section h3 {
    position: relative;
    background-color: #ededed;
    font-size: 1rem;
    text-align: center;
}

.acd_page section h3 label {
    display: block;
    padding: 20px 0;
    cursor: pointer;
}

.acd_page section h3:after {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate(-180deg);
    background: url(/img/ico-arrow-up-b.svg) center center no-repeat;
    background-size: 100% auto;
    content: "";
}

.acd_page section>.accordion .detail>div .col2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-top: 20px;
}

.acd_page section>.accordion .detail>div .col1 {
    display: flex;
    justify-content: center;
}

.acd_page section>.accordion .detail>div .col1, .acd_page section>.accordion .detail>div .col2 {
    justify-content: center;
}

.acd_page section>.accordion .detail>div .col1.c-ml2 figcaption, .acd_page section>.accordion .detail>div .col2.c-ml2 figcaption {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 3.2em;
}

.acd_page section>.accordion .add-info>label {
    display: block;
    padding: 15px 0;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    color: #d34040;
    font-size: .9rem;
    font-weight: bold;
    text-align: center;
}

.acd_page section>.accordion .detail>div .col1>figure {
    margin: 0 15px;
}

.acd_page section>.accordion .detail>div figure figcaption {
    margin-bottom: 5px;
    font-size: .8rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.6em;
    text-align: center;
}

.acd_page section>.accordion .detail>div .col1.c-ml3 figcaption, .acd_page section>.accordion .detail>div .col2.c-ml3 figcaption {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 4.8em;
}

.acd_page section>.accordion .detail>div figure img {
    -o-object-fit: contain;
    -o-object-position: center top;
    width: 140px;
    height: 140px;
    object-fit: contain;
    object-position: center top;
}

.acd_page section>input[type=checkbox]:checked~.accordion {
    max-height: 4000px;
}

.acd_page section>.accordion {
    max-height: 0;
    overflow: hidden;
    border-bottom: 1px solid #838383;
    transition: max-height .2s ease;
}

.acd_page section>.accordion .detail>label {
    display: block;
    padding: 15px 0 0;
    color: #d34040;
    font-size: .9rem;
    font-weight: bold;
    text-align: center;
}

.acd_page section>.accordion .detail>div>label {
    display: block;
    margin-top: 20px;
    padding: 15px 0;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.acd_page section>.accordion ul {
    list-style-type: disc;
    margin-left: 24px;/* リストの左側に余白 */
	text-align: left;
}

.acd_page section>.accordion .detail>div>label~* {
    margin: 20px 30px;
}

.acd_page section>.accordion .add-info>label+* {
    margin: 20px 30px;
}

.detail, .disqualify, .add-info {
    font-size: .9rem;
}

.col2, .stage, .add-info {
    margin: 1.5rem 0;
}
/*banner style*/
.banner_area {
    width: 100%;
    margin-bottom: 2rem;
    /*画像素材揃い次第imgに差し替えて横幅100%表示に*/
}