@charset "utf-8";


/* dlの初期化 */

.post-content dl {
    border-top: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.post-content dl dt {
    font-weight: 700;
}

.post-content dl dd {
    position: static;
    z-index: 0;
    padding-left: 0;
}

.post-content dl dd:before {
    content: "";
    position: static;
}

/* 注意書き */

.attention {
    padding: 0 15px 40px;
}

.attention p {
    font-size: 14px;
    margin-bottom: 3rem;
}

/* アコーディオン */
.accordion-title {
    padding: 6px;
    margin: 0;
    font-size: 14px!important;
    color: #fff;
    background-color: #2f6060;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.accordion-content {
    display: none;
}

.accordion-content table th,
.accordion-content table td {
    font-size: 14px;
}

/* 申込 */
.subscript {
    font-size: 2.5rem;
}
