@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap');

/* J-ARISE通信 */
.about-jarise {
    display: flex;
    align-items: center;
    padding: 10px;
}
.intro {
    padding-right: 20px;
}
.intro p {
    margin-top: 1em;
}
.intro p:first-child {
    color: #e8374a;
    margin-top: 0;
}
.point {
    text-align: center;
}
.backnumber {
    border: 2px solid #c88ac8;
    margin: 20px auto;
}
.backnumber h2 {
    padding: 5px 10px;
    color: #fff;
    background: #c88ac8;
}
.backnumber .bn-list {
    display: flex;
    padding: 20px;
}
.backnumber .bn-list ul {
    width: 50%;
    letter-spacing: 0.1em;
}
.backnumber .bn-list ul li::before {
    content: '\025a0';
    color: #e8374a;
}
.backnumber .bn-list figure img {
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

/*　レスポンシブ */
@media screen and (max-width: 1023px) {
    .about-jarise {
        flex-direction: column;
        padding: 0;
    }
    .intro {
        padding: 0;
    }
    .intro p {
        padding: 0 20px;
    }
    .intro p:first-child {
        padding: 20px;
        color: #fff;
        background: #e8374a;
    }
    .backnumber {
        width: 95%;
        background-position: center bottom;
    }
    .backnumber h2 {
        text-align: center;
    }
    .backnumber .bn-list {
        flex-direction: column-reverse;
        padding: 0;
    }
    .backnumber .bn-list figure {
        background: #c88ac8;
        text-align: center;
        padding: 10px;
    }
    .backnumber .bn-list ul {
        padding: 10px;
        width: 100%;
    }
}

/* NEWS */
.news-container {
    display: flex;
    width: 95%;
    margin: 1em 0;
    border: 1px solid #c88ac8;
    border-radius: 10px;
}
.news-title {
    width: 40%;
    padding: 20px;
    background: #f0e9f8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px 0 0 10px;
}
.news-title h2 {
    color: #784487;
    font-weight: normal;
}
.news-summary {
    padding: 20px;
    flex-basis: 60%;
}

a .news-container p {
    color: #000;
}

/*　レスポンシブ */
@media screen and (max-width: 1023px) {
    .news-container {
        flex-direction: column;
        margin: 1em auto;
    }
    .news-container .news-title {
        width: 100%;
        flex-basis: 100%;
        border-radius: 10px 10px 0 0;
    }
}

/* Q&A */
.qa-container {
    padding: 20px 0;
    border-top: 2px solid #ddd;
}
.page-id-73 .qa-container {
    width: 90%;
    margin: auto;
    border-top: none;
    border-bottom: 2px solid #ddd;
}
.qa-container.character-5 {
    background-image: url("../images/character-5.png");
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.qa-container.character-6 {
    background-image: url("../images/character-6.png");
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.qa-container .question {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.qa-container span {
    font-family: 'Raleway', sans-serif;
}
.qa-container .question span {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    background: #c88ac8;
    border-radius: 50%;
    flex-shrink: 0;
    z-index: 100;
}
.qa-container .question span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #c88ac8;
    z-index: 0;
}
.qa-container .question h2 {
    padding-left: 1em;
}
.qa-container .answer {
    display: flex;
    align-items: stretch;
    padding: 20px;
    background: #f0e9f8;
    box-shadow: 0 2px 3px rgba(0,0,0,0.4);
    border-radius: 5px;
    margin: 30px 0 40px;
}
.page-id-73 .qa-container .answer {
    align-items: center;
    padding: 0;
    background: none;
    box-shadow: none;
}
.qa-container .answer span {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    background: #e8374a;
    border-radius: 50%;
    flex-shrink: 0;
}
.qa-container .answer span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #e8374a;
    z-index: 0;
}
.qa-container .answer p {
    padding-left: 1em;
}
.privacy a {
    color:red
}
@media screen and (max-width: 1023px) {
    .sub-qa + .content >p:first-of-type {
        padding: 20px;
        text-align: center;
        background:#e6dbf3;
    }
    .sub-qa + .content .question,
    .sub-qa + .content .answer {
        flex-direction: column;
        align-items: center;
        width: 95%;
        margin: 20px auto 20px;
    } 
    .qa-container .question span::after {
        bottom: -25px;
        left: 50%;
        right: auto;
        top: auto;
        margin-top: 0;
        margin-left:-15px;
        border: 15px solid transparent;
        border-top: 15px solid #c88ac8;   
    }
    .qa-container .question h2,
    .qa-container .answer p {
        margin-top: 1em;
        padding-left: 0;
    }
    .qa-container .answer span::after {
        bottom: -25px;
        left: 50%;
        right: auto;
        top: auto;
        margin-top: 0;
        margin-left:-15px;
        border: 15px solid transparent;
        border-top: 15px solid #e8374a;   
    }
    .qa-container.character-5,
    .qa-container.character-6 {
        background-image: none;
    }
}

/*　関連リンク　*/
.link-container {
    text-align: center;
}
.link-container h2 {
    color: #784487;
    font-weight: normal;
    font-size: 130%;
    margin-top: 2em;
    display: flex;
    align-items: center;
}
.link-container h2::before,
.link-container h2::after {
    content: '';
    flex-grow: 1;
    height: 1px;
    background: #784487;
    margin: 0 1em;
}
.link-container h2:last-of-type {
    color: #00828a;
}
.link-container h2:last-of-type::before,
.link-container h2:last-of-type::after {
    background: #00828a;
}
.link-container .link-jichi,
.link-container .link-kango {
    display: flex;
    flex-wrap: wrap;
    margin: 2em auto;
}
.link-jichi a,
.link-kango a {
    flex-basis: 33.3333%;
}
.link-container figure {
    margin-bottom: 1.5em;;
}

/* レスポンシブ */
@media screen and (max-width: 1023px) {
    .link-container .link-jichi,
    .link-container .link-kango {
        flex-direction: column;
    }
    .link-jichi a,
    .link-kango a {
        flex-basis: 100%;
    }
    .link-container h2 {
        color: #fff;
        background: #c88ac8;
        display: block;
    }
    .link-container h2::before,
    .link-container h2::after {
        display: none;
    }
    .link-container h2:last-of-type {
        color: #fff;
        background: #5bc6a6;
    }
}

/* アクセス */
.access-container img {
    text-align: center;
    width: 734px;
    margin: 2em auto;
    display: block;
}
.access-container h2 {
    font-size: 1em;
    color: #e8374a;
    font-weight: normal;
    margin-top: 1.5em;
}
.googlemap {
    width: 100%;
    height: 40vh;
    padding: 2em 0;
}
/* レスポンシブ */
@media screen and (max-width: 1023px) {
    .access-container {
        padding: 0 20px
    }
    .access-container img {
        width: 90%;
    }
    .access-container h2 {
        font-size: 1em;
        color: #e8374a;
        font-weight: normal;
        margin-top: 1.5em;
    }
}


.clinical-ladder-usagi img {
    width: 20%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .clinical-ladder-usagi img {
        width: 50%;
    }
}
.usagi-read-block {
    margin-bottom: 20px;
}
.usagi-read-more-btn-area {
    text-align: right;
    margin: 10px 0;
}
.usagi-read-more-btn-area a {
    background-color: #c88ac8;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 5px;
}
.usagi-read-more {
    display: none;
}

