@charset "utf-8";

strong {
    font-weight: 500;
}

section .section-title .title-en {
    text-transform: none;
}
.head-circle {
    padding-left: 1em;
    position: relative;
}

.head-circle:before {
    content: "";
    background-color: #5bb016;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    position: absolute;
    top: 8px;
    left: 0;
}

.t.-right {
    text-align: right;
}

.t.-left {
    text-align: left;
}

.t.-center {
    text-align: center;
}

.supply-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 1.1em;
}

.cultural-supply-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8;
    display: block;
    text-align: left;
    margin-bottom: 1em;
}

.supply-anchor {
    margin-top: 30px;
}

.table-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.table-list li {
    margin-bottom: .5rem;
}

.table-list li:last-child {
    margin-bottom: 0;
}

/* ------------------------------------------ */
/* メッセージ */
/* ------------------------------------------ */

.quake-intro .section-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.quake-intro .intro-imgWrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.quake-intro .intro-img {
    line-height: 0;
}

.quake-intro .introImg1 {
    max-width: 260px;
    margin-left: 2em;
}

.quake-intro .introImg2 {
    max-width: 280px;
    margin-left: -3em;
}

.quake-intro .introImg3 {
    max-width: 220px;
    margin-left: 3em;
}

.quake-intro .intro-imgWrap img {
    border-radius: 5px;
}

.quake-intro .intro-txt {
    font-size: 1.2em;
    line-height: 2;
}

.quake-intro .supply-anchor {
    margin-top: 30px;
}


/* ------------------------------------------ */
/* 文化的処方について */
/* ------------------------------------------ */

.about-cultural {
    background-color: rgba(0,0,0,.03);
    border-radius: 5px;
    padding: 30px 15px 15px;
}

.about-cultural .section-inner {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    gap: 20px;
}

.about-cultural img {
    border-radius: 2px;
}

.about-cultural .supply-anchor {
    margin-top: 30px;
}

/* ------------------------------------------ */
/* データの送り方 */
/* ------------------------------------------ */

.acd-wrap .acd-trigger {
    font-weight: 500;
    font-size: 1.15em;
    background-color: rgba(91,176,22,.15);
    padding: 15px 10px;
    border: 1px solid #5bb016;
    margin-top: 1em;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: .3s ease;
}

.acd-wrap .acd-trigger .toggle-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: .3s ease;
    transform: rotate(0deg);
}

.acd-wrap .acd-trigger .toggle-icon:before,
.acd-wrap .acd-trigger .toggle-icon:after {
    content: "";
    background-color: #5bb016;
    position: absolute;
}

.acd-wrap .acd-trigger .toggle-icon:before {
    width: 1em;
    height: 1px;
}

.acd-wrap .acd-trigger .toggle-icon:after {
    width: 1px;
    height: 1em;
}

.open.acd-wrap .acd-trigger {
    background-color: rgba(91,176,22,.05);
    border-radius: 5px 5px 0 0;
    border-bottom-color: rgba(91,176,22,.3);
}

.open.acd-wrap .acd-trigger .toggle-icon {
    transform: rotate(135deg);
}

.acd-wrap .howto-address {
    font-weight: 500;
    font-size: 1.2em;
}

.acd-wrap .common-table {
    padding: 0 15px 2em;
    border: 1px solid #5bb016;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

/* ------------------------------------------ */
/* メールアドレス */
/* ------------------------------------------ */

.mail-anchor {
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-end;
    width: auto;
    text-decoration: none;
}

.mail-anchor img {
    height: 20px;
    width: auto;
    line-height: 1;
}

.mail-anchor.size--l img {
    height: 35px;
}

/* ------------------------------------------ */
/* 参加同意書 */
/* ------------------------------------------ */

.quake-consent {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 30px 15px;
}

.quake-consent .large-title {
    border-bottom: none;
}

.quake-consent .quake-consent-list {
    margin-bottom: 30px;
}

.quake-consent .quake-consent-item {
    display: flex;
    gap: 1em;
    margin-bottom: 20px;
}

.quake-consent .quake-consent-item:last-child {
    margin-bottom: : 0;
}

.quake-consent .quake-consent-item .num {
    width: 20px;
    height: 20px;
    background-color: #5bb016;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.quake-consent .quake-consent-txt {
    width: calc(100% - 40px);
}

.quake-consent .quake-consent-date {
    font-weight: 500;
    font-size: 1.15em;
    margin: 10px 0;
}

/* ------------------------------------------ */
/* エピソード */
/* ------------------------------------------ */

.quake-episode .quake-episode-item {
    padding: 40px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quake-episode .quake-episode-img {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 0;
}

.quake-episode .quake-episode-txtWrap {
    width: 100%;
}

.quake-episode .quake-episode-txt h4 {
    font-weight: 500;
  margin-bottom: .5em;
}

.quake-episode .quake-episode-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 15px;
}

.quake-episode .quake-episode-meta {
    font-size: .95em;
    font-weight: 500;
    color: rgba(0,0,0,.6);
}

.quake-episode .quake-episode-num {
    color: #5bb016;
    font-size: .9em;
}

.quake-episode .quake-episode-num:before {
    content: "";
    background-color: #5bb016;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    margin-right: .5em;
}



/* ============================================================================================== */
/* メディアクエリ (画面幅が広がる順) */
/* ============================================================================================== */

/* iPad (768px) */
@media screen and (min-width: 768px) {

    .tel-anchor {
        color: inherit;
        text-decoration: none;
        pointer-events: none;
    }

    .cultural-supply-title {
        font-size: 2rem;
        text-align: center;
    }
}

/* Desktop (960px) */
@media screen and (min-width: 960px) {

}

/* ------------------------------------------ */
/* Desktop (1100px) */
/* ------------------------------------------ */
@media screen and (min-width: 1100px) {

    .supply-title {
        font-size: 2rem;
    }

    /* ------------------------------------------ */
    /* メッセージ */
    /* ------------------------------------------ */

    .quake-intro .section-inner {
        flex-direction: row-reverse;
        gap: 60px;
        justify-content: space-between;
    }

    .quake-intro .intro-txtWrap {
        max-width: 620px;
        width: 62%;
    }

    .quake-intro .intro-imgWrap {
        gap: 30px;
        align-items: initial;
    }

    .quake-intro .intro-txt {
        font-size: 2rem;
        line-height: 2.2;
    }

    .quake-intro .supply-anchor {
        margin-top: 60px;
    }

    /* ------------------------------------------ */
    /* 文化的処方について */
    /* ------------------------------------------ */

    .about-cultural {
        padding: 30px;
    }

    .about-cultural .section-inner {
        flex-direction: row;
        gap: 40px;
        align-items: flex-end;
        justify-content: space-between;
    }

    .about-cultural .cultural-imgWrap {
        width: 40%;
    }

    .about-cultural .cultural-txtWrap {
        width: calc(60% - 40px);
    }

    /* ------------------------------------------ */
    /* データの送り方 */
    /* ------------------------------------------ */

    .acd-wrap .acd-trigger {
        padding: 30px;
    }

    .acd-wrap .acd-trigger .toggle-icon {
        right: 30px;
    }

    .acd-wrap .howto-address {
        font-size: 2.4rem;
    }

    /* ------------------------------------------ */
    /* メールアドレス */
    /* ------------------------------------------ */

    .mail-anchor img {
        height: 24px;
    }

    .mail-anchor.size--l img {
        height: 50px;
    }

    /* ------------------------------------------ */
    /* 参加同意書 */
    /* ------------------------------------------ */

    .quake-consent {
        padding: 100px;
    }

    .quake-consent .quake-consent-list {
        margin-bottom: 60px;
    }

    .quake-consent .quake-consent-item .num {
        width: 30px;
        height: 30px;
    }

    .quake-consent .quake-consent-date {
        margin: 20px 0;
    }

    /* ------------------------------------------ */
    /* エピソード */
    /* ------------------------------------------ */

    .quake-episode .quake-episode-item {
        flex-direction: row;
        gap: 40px;
    }

    .quake-episode .quake-episode-info {
        margin-bottom: 30px;
    }

    .quake-episode .quake-episode-meta {
        font-size: 1.4rem;
    }

    .quake-episode .quake-episode-num {
        font-size: 1.3rem;
    }

}

