@charset "utf-8";

/*========================

voice.css

========================*/
.module > .contents_title:not(:last-child) {
 margin-bottom:0;
}

.date p {
	margin-bottom: 0;
}

.module > *:not(:last-child),
.module .wp-block-group > *:not(:last-child),
.module .wp-block-column > *:not(:last-child) {
 margin-bottom:2.6rem;
}

#voice {
 padding:0 50px;
}

.flip_card_list .flip_card_list_cont {
 overflow:visible;
}

.flip_card_list .flip_card_list_detail > ul {
 flex-wrap:wrap;
 justify-content:start;
 padding:0;
}

.flip_card_list .flip_card_list_detail > ul > li {
 margin-right:0;
 min-width:calc(100% / 4 - 3vw);
 width: calc(100% / 3 - 3vw);
 padding:1vw;
}

.flip_card_list .flip_card_list_detail > ul > li .omote img {
 min-height: 100%;
}