@charset "utf-8";

/* staffcast
---------------------------------------------------- */

.staffcast_contents dl {
    margin-top: 30px;
}

.staffcast_contents dt {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 800;
    letter-spacing: 1.13px;
    color: #3CA7E5;
}
#cast.staffcast_contents dt {
    color: #F53794;
}

.staffcast_contents dd {
    font-family: source-han-serif-japanese, serif;
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.9px;
    margin-top: 3px;
}

.staffcast_contents dd img {
    width: 22px;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    margin: -2px 0 0 6px;
}

.staffcast_contents dd a:hover {
    opacity: 0.6;
}

.staffcast_contents dd span {
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.9px;
    display: block;
    margin-top: 3px;
}

/* 追記 -----------------------------------*/
@media screen and (max-width: 1100px) {
.cf.cf--staffcast {
	display: flex;
	flex-direction: column;
	margin-right: 20px;
}

.page_box.page_box2.staffcast_contents {
width: 100%;
}

.page_box.page_box2.staffcast_contents + .page_box.page_box2.staffcast_contents {
	margin: 60px 0 0 0;
}

}
/* ----------------------------------------*/


@media screen and (max-width: 770px) {
/* 追記 -----------------------------------*/
		.cf.cf--staffcast {
			display: block;
			margin-right: 0;
		}
/* ----------------------------------------*/

    .staffcast_contents dt {
        font-size: 14px;
        letter-spacing: 1.05px;
    }

    .staffcast_contents dd {
        font-size: 17px;
        letter-spacing: 0.85px;
    }

    .staffcast_contents dd.staffcast_dd2 {
        font-size: 16px;
        letter-spacing: 0px;
    }

    .staffcast_contents dd.staffcast_dd2 br {
        display: none;
    }

    .staffcast_contents dd img {
        width: 29px;
        height: auto;
        margin: -10px 0 0 5px;
    }

    .staffcast_contents dd a:hover {
        opacity: 1;
    }
}