@charset "utf-8";

/*=================================================
	file name: new-1st-year-style.css
	create: 2016.Nov
	updated: 2016.11.17
===================================================*/

.img-smaller {
	width: 76%;
}
@media all and (-ms-high-contrast:none){
	figure > .img-responsive[src*="svg"].img-smaller {
		width: 76%;
	}
}

.shakai img,
.sugaku img,
.rika img,
.eigo img {
	max-width: 100%;
	vertical-align: bottom;
}

/* more
--------------------------------------------------------- */
.box-more {
	margin-top: 10px;
	text-align: left;
	opacity: .7;
}
.box-more label {
	cursor: pointer;
	display: table-cell;
	height: 22px;
	margin: 0;
	padding: 0 10px;
	border-radius: 11px;
	background: rgba(0, 0, 0, 0.1);
	font-size: 11.20px;
	vertical-align: middle;
	line-height: 1;
	-webkit-transition: all  0.3s;
	transition: all  0.3s;
}
.box-more label:hover {
	background: rgba(0, 0, 0, 0.15);
}
.box-more input {
	display: none;
}
.box-more i {
	display: inline-block;
	position: relative;
	width: 9px;
	height: 9px;
	margin-left: 3px;
}
.box-more i:before, .box-more i:after {
	display: block;
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
}
.box-more i:after {
	-webkit-transform: rotate(-90deg);
									transform: rotate(-90deg);
	-webkit-transition: all  0.3s;
	transition: all  0.3s;
}
.box-more .cnt-more {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all  0.3s;
	transition: all  0.3s;
}
.box-more .cnt-more * {
	font-size: 11.20px;
}
.box-more input:checked + label i:after {
	-webkit-transform: rotate(0);
									transform: rotate(0);
}
.box-more input:checked ~ .cnt-more {
	height: auto;
	padding-top: 10px;
	opacity: 1;
}
section .box-more {
	margin-top: 15px; 
}

@media (max-width: 575px) {
.kv-bnr {
	padding: 0 15px;
	margin-bottom: 29px;
}}

/*
@media (max-width: 575px) {
.cnt-3minute figure {
	margin-bottom: 100px;
}
.cnt-3minute .youtube {
	margin-bottom: 0;
}}
*/

/*
.cnt-3minute>h3 {
	margin-bottom: 19px;
}*/
@media (min-width: 768px) {
	.cnt-3minute>h3 {
		margin-bottom: -21px;
	}
}

.cnt-3minute .custom-fade {
	position: relative;
	width: 100%;
}
.cnt-3minute .tab-inner {
	position: absolute;
	bottom: 26px;
	width: 100%;
}
.cnt-3minute .tab-labels {
	width: 190px;
	height: 13px;
	margin: 20px auto 0;
}
.cnt-3minute p.mb-l {
	margin-bottom: 17px;
}
.cnt-3minute .col-sm-6 {
	padding: 0;
}
/* voice balloon */
.eigo figure.full {
	position: relative;
}
.eigo .full .on {
	cursor: pointer;
	position: absolute;
	right: 2.5%;
	bottom: 7%;
	width: 18.5%;
	-webkit-transition: opacity  0.5s;
	transition: opacity  0.5s;
}
.eigo .full .on:hover {
	opacity: .8;
}
.eigo .full .sz-lazy-wrapper-loaded + .baloon + .on {
	opacity: 1;
	-webkit-transition-delay: 1s;
									transition-delay: 1s;
}
.eigo .full .baloon {
	opacity: 0;
	position: absolute;
	right: 24%;
	bottom: 14.4%;
	display: block;
	width: 26.93333%;
	-webkit-transition: opacity  0.5s;
	transition: opacity  0.5s;
	z-index: 1;
}
.eigo .full .sz-lazy-wrapper-loaded + .baloon {
	opacity: 1;
	-webkit-animation-duration: 3s;
									animation-duration: 3s;
	-webkit-animation-fill-mode: both;
									animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
									animation-iteration-count: infinite;
	-webkit-animation-name: bounce;
									animation-name: bounce;
	-webkit-transform-origin: center bottom;
									transform-origin: center bottom;
	-webkit-transition-delay: 1s;
									transition-delay: 1s;
}

/*
.shakai .cnt-manga h3 {
	margin-top: 28px;
	margin-bottom: 15px;
}
.shakai .cnt-manga figure {
	margin-bottom: 30px;
}
*/
/* interview
--------------------------------------------------------- */
.cnt-interview { overflow: hidden; }
.cnt-interview .item h3.balloon { width: 77.6%; }
.cnt-interview .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
					-ms-flex-direction: column;
         flex-direction: column;
 padding-bottom: 0 !important;
}
.cnt-interview .item .inner {
	position: relative;
	border: 1px solid #e5e5e5;
	background: url("/chugaku/merit/local/images/tokushin/interview-bg.png");
	background-size: 6px auto;
	-webkit-box-flex: 2;
					-ms-flex-positive: 2;
									flex-grow: 2;
}
@media (max-width: 575px) {
	.cnt-interview .item .inner {
			padding: 15px;
	}
}
@media (min-width: 576px) {
	.cnt-interview .item .inner {
			padding: 20px;
	}
}
@media (min-width: 768px) {
	.cnt-interview .item .inner {
			padding: 25px;
	}
}
.cnt-interview .item .inner:after {
	content: "";
	display: block;
	position: absolute;
	top: -1%;
	left: -3%;
	width: 52.5%;
	height: 54%;
	background: url("/chugaku/merit/local/images/tokushin/interview-bg-sakura.png") no-repeat top left;
	background-size: 100% auto;
	z-index: 1;
}
.cnt-interview .item h3 {
 width: 100%;
 margin: 0 auto 20px;
}
.cnt-interview .item h4 {
	position: relative;
	z-index: 10;
	margin-top: 0;
}
@media (max-width: 575px) {
	.cnt-interview .item h4 {
			margin-bottom: 20px;
	}
}
@media (min-width: 576px) {
	.cnt-interview .item h4 {
			margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.cnt-interview .item h4 {
			margin-bottom: 20px;
	}
}
.cnt-interview .item figure {
	margin: 0;
}
@media (max-width: 575px) {
	.cnt-interview .item figure {
		margin: 20px 0;
	}
}
@media (min-width: 576px) {
	.cnt-interview .item figure {
		margin: 20px 0;
	}
}
@media (min-width: 768px) {
	.cnt-interview .item figure {
			margin: 20px 0;
	}
}
.cnt-interview .item figure.antibug img {
	width: 100%;
}
.cnt-interview .item .comment {
	margin: 0;
	text-align: left;
	color: #333;
}
.cnt-interview .item .comment i {
	display: inline-block;
	color: #1a38bf;
	font-weight: 600;
}
.cnt-interview .item .comment i:after {
	display: inline-block;
	content: ":";
	margin: 0 5px;
}
.cnt-interview .item .btn-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
					-ms-flex-pack: end;
									justify-content: flex-end;
	margin: 0;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.cnt-interview .item .btn-more {
			margin-top: 25px;
	}
}
.cnt-interview .item .btn-more a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
					-ms-flex-align: center;
									align-items: center;
	-webkit-box-pack: center;
					-ms-flex-pack: center;
									justify-content: center;
	border: 1px solid #e54957;
	background: #fff;
	color: #e54957;
	vertical-align: middle;
}
@media (max-width: 575px) {
	.cnt-interview .item .btn-more a {
			height: 28px;
			padding: 0 25px 0 20px;
			border-radius: 15px;
	}
}
@media (min-width: 576px) {
	.cnt-interview .item .btn-more a {
			height: 38px;
			padding: 0 30px 0 25px;
			border-radius: 20px;
	}
}
.cnt-interview .item .btn-more a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #e54957;
	border-right: 1px solid #e54957;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
									transform: rotate(45deg);
}
/* =========================================================
 keyframe
========================================================= */
@-webkit-keyframes bounce {
	from, 10%, 27%, 40%, 50% {
			-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
											animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
			-webkit-transform: translate3d(0, 0, 0);
											transform: translate3d(0, 0, 0);
	}
	20%, 22% {
			-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
											animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
			-webkit-transform: translate3d(-16px, 0, 0);
											transform: translate3d(-16px, 0, 0);
	}
	35% {
			-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
											animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
			-webkit-transform: translate3d(-8px, 0, 0);
											transform: translate3d(-8px, 0, 0);
	}
	45% {
			-webkit-transform: translate3d(-2px, 0, 0);
											transform: translate3d(-2px, 0, 0);
	}
}
@keyframes bounce {
	from, 10%, 27%, 40%, 50% {
			-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
											animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
			-webkit-transform: translate3d(0, 0, 0);
											transform: translate3d(0, 0, 0);
	}
	20%, 22% {
			-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
											animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
			-webkit-transform: translate3d(-16px, 0, 0);
											transform: translate3d(-16px, 0, 0);
	}
	35% {
			-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
											animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
			-webkit-transform: translate3d(-8px, 0, 0);
											transform: translate3d(-8px, 0, 0);
	}
	45% {
			-webkit-transform: translate3d(-2px, 0, 0);
											transform: translate3d(-2px, 0, 0);
	}
}