/* 使用禁止マーク置換（アクセシビリティ対策） */
.tri_mark_dw:before {
    content: "▼";
}

.tri_mark_up:before {
    content: "▲";
}

.asterisk_mark:before {
    content: "＊";
}

.kome_mark:before {
    content: "※";
}

.dot_mark:before {
    content: "・";
}

.list_mark:before {
    content: "▲";
    transform: rotate(90deg);
    display: inline-block;
    margin: 0 5px 0 0;
}

/* -- ▼本文写真設定 -- */
.photo_wrap {
    width: 94%;
    margin: 1em auto 2em;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.photo_wrap img {
    width: 32%;
    height: auto;
    margin-right: 2%;
}

.photo_wrap img:last-child {
    margin-right: 0;
}

.photo_wrap .photo_area {
    width: 32%;
    margin: 0 2% 2em 0;
    text-align: center;
}

.photo_wrap .text_l {
    text-align: left;
}

.photo_wrap .photo_area:nth-child(3n) {
    margin-right: 0;
}

.photo_wrap .photo_area img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

/* -- ▲本文写真設定 -- */

/* -- ▼▼▼スマートフォン▼▼▼ -- */
@media screen and (max-width: 767px) {
    .photo_wrap img {
        width: 90% !important;
        margin-right: 0%;
        margin: 0 auto 10px;
    }

    .photo_wrap img:last-child {
        margin-right: auto;
    }

    .photo_wrap .photo_area {
        width: 90% !important;
        margin: 0 auto 10px;
        display: flex;
        flex-direction: column;
    }

    .photo_wrap .photo_area img {
        width: 100% !important;
    }

    .press_area {
        width: 90%;
    }

    /* 写真が縦長の時に横に二枚並べる場合 */
    .photo_wrap .area50 {
        width: 45% !important;
    }

    .photo_wrap .photo_area:nth-child(3n) {
        margin-right: auto;
    }

}

/* -- ▲▲▲スマートフォン▲▲▲ -- */
