@charset "utf-8";

/* ==========================================================

	baitorufes style

===========================================================*/

.guest_flex {
    display: flex;
    justify-content: space-around;
}
.guest_box {
    width: 192px;
}
.guest_box p {
    font-size: 14px;
    font-weight: 700;
    color: #E71D18;
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
.guest_box { width: 47.5%;}
.guest_flex { justify-content: space-around;flex-wrap: wrap;}
}

.youtube_box__inner {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
.youtube_box__inner iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}