.kenpo-logo {
    margin-top: 30px;
    width: 220px;
}

.kenpo-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.answer-image-area {
    text-align: center;
}

.answer-image-area img {
    max-width: 100%;
    margin-top: 20px;
    height: auto;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .sp-only {
        display: none;
    }
}

.page {
    background-color: #ffffff;
}

.section-activity {
    background-color: #ffffff;
}

.section-news {
    background-color: #ffffff;
}

.page-featured {
    background-color: #ffffff;
}

.story-text-content {
    margin-bottom: 18px;
}

.story-desc {
    margin-bottom: 18px;
}

/* 行動概念図の表示調整 */
.sp-only { display: none; }

@media screen and (max-width: 767px) {
    .pc-only { display: none; }
    .sp-only { display: block; }
}

/* 共通設定：すべての写真の右下にアイコンの枠を作る */
.photo-item::after {
    content: '';
    position: absolute;
    width: 80px;   /* アイコンのサイズ */
    height: 80px;
    bottom: -10px; /* 位置の調整 */
    right: -10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 510;
    pointer-events: none;
}

/* 個別設定：何番目の写真にどのイラストを出すか指定 */
.photo-item:nth-child(1)::after {
    background-image: url('https://www.kyoaikai.com/group/wp-content/themes/kyoaikai-group/images/animation/illust_01.png');
}
.photo-item:nth-child(2)::after {
    background-image: url('https://www.kyoaikai.com/group/wp-content/themes/kyoaikai-group/images/animation/illust_02.png');
}
.photo-item:nth-child(3)::after {
    background-image: url('https://www.kyoaikai.com/group/wp-content/themes/kyoaikai-group/images/animation/illust_03.png');
}
.photo-item:nth-child(4)::after {
    background-image: url('https://www.kyoaikai.com/group/wp-content/themes/kyoaikai-group/images/animation/illust_04.png');
}
.photo-item:nth-child(5)::after {
    background-image: url('https://www.kyoaikai.com/group/wp-content/themes/kyoaikai-group/images/animation/illust_05.png');
}
.photo-item:nth-child(6)::after {
    background-image: url('https://www.kyoaikai.com/group/wp-content/themes/kyoaikai-group/images/animation/illust_14.png');
}
.photo-item:nth-child(7)::after {
    background-image: url('https://www.kyoaikai.com/group/wp-content/themes/kyoaikai-group/images/animation/illust_07.png');
}
.photo-item:nth-child(8)::after {
    background-image: url('https://www.kyoaikai.com/group/wp-content/themes/kyoaikai-group/images/animation/illust_08.png');
}
.photo-item:nth-child(9)::after {
    background-image: url('https://www.kyoaikai.com/group/wp-content/themes/kyoaikai-group/images/animation/illust_09.png');
}
.photo-item:nth-child(10)::after {
    background-image: url('https://www.kyoaikai.com/group/wp-content/themes/kyoaikai-group/images/animation/illust_10.png');
}
.photo-item:nth-child(11)::after {
    background-image: url('https://www.kyoaikai.com/group/wp-content/themes/kyoaikai-group/images/animation/illust_11.png');
}
.photo-item:nth-child(12)::after {
    background-image: url('https://www.kyoaikai.com/group/wp-content/themes/kyoaikai-group/images/animation/illust_12.png');
}

@media screen and (max-width: 767px) {
    .talk-a {
        margin: 0 0 2rem 0;
    }
}

/* お知らせ本文内のリンク：訪問後も標準の青色（#0000EE）で固定 */
.news-body a, 
.news-body a:visited {
    color: #0000EE ;
    text-decoration: underline;
}

/* ホバー時は少し変化をつけてクリック感を出す */
.news-body a:hover {
    color: #0000FF;
    text-decoration: none;
}