/* --- sub f_view --- */

.h_epi {
	margin-bottom:3em;
}

.h_epi span {
	position:relative;
	display: inline-block;
	padding:1em 2.2em;
	font-size:3rem;
	line-height:1.5em;
}

.h_epi span::before,
.h_epi span::after {
	content:"";
	display:inline-block;
	width:57px;
	height:73px;
	position:absolute;
	top:0px;
	bottom:0;
	margin:auto 0;
	background:url(../images/common/h_flower.png) no-repeat center / contain;
}

.h_epi span::before {
	left:0px;
}
.h_epi span::after {
	right:0px;
}

.epi_img {
	width:42%;
	max-height:298px;
	border:2px solid #52433f;
}

.epi_txt {
	width:54%;
}

.epi_txt h2 {
	padding: 0 0 0 0.8em;
    line-height: 1.5em;
    font-size: 2.5rem;
    position: relative;
	margin-bottom:1em;
}

.epi_txt h2::before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background: #fcaeae;
    position: absolute;
    left: 0;
    top: 0;
}

.epi_txt h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    bottom: -0.2em;
}

.epi_txt dt,
.epi_txt dd {
	font-size:1.8rem;
	line-height:1.5em;
}

.epi_txt dt:not(:last-of-type),
.epi_txt dd:not(:last-of-type) {
	margin-bottom:0.75em;
}

.epi_txt dt {
	width:5em;
}

.epi_txt dd {
	width:calc(100% - 5em);
}

.c_comment {
	margin:70px auto 100px;
	padding:70px 40px;
}

.c_img {
	text-align:center;
	width:299px;
}

.c_img .balloon {
	background:url(../images/episode/balloon1.png) no-repeat center / contain;
	width:299px;
	height:167px;
	font-size:2rem;
	padding:3em 0 0 0;
	margin-bottom:1em;
}
/*
.c_counselor {
	width:259px;
	height:279px;
}
*/

.c_txt {
	width:68%;
	margin-left:48px;
}

.c_txt p {
	font-size:1.8rem;
	line-height:1.875em;
}




/* --- ver sp --- */

@media screen and (max-width:768px){

.h_epi span::before,
.h_epi span::after {
	width:10.6875vw;
	height:13.6875vw;
	top:-5vw;
}

.h_epi {
	margin-bottom:10vw;
}

.h_epi span {
	font-size:4.5vw;
}

.epi_img {
	width:100%;
	max-height:55.75vw;
	margin-bottom:5vw;
}

.epi_txt {
	width:100%;
}

.epi_txt h2 {
	font-size:4vw;
}

.epi_txt dt, .epi_txt dd {
	font-size:3.125vw;
}

.epi_txt dt {
	width:5.5em;
}

.epi_txt dd {
	width: calc(100% - 5.5em);
}

.c_comment {
	margin:10vw auto 10vw;
	padding:10vw 5vw;
}

.c_img {
	width:100%;
	position:relative;
}

.c_img .balloon {
	width:56.0625vw;
	height:30.9375vw;
	font-size:3.5vw;
	margin:0;
	position:relative;
	z-index:2;
}

.c_img figure {
	margin:-10vw auto 0;
	width:80%;
}

.c_txt {
	width:100%;
	margin:5vw auto 0;
}

.c_txt p {
	font-size:3.125vw;
}

}