@charset "utf-8";

/* -----------------------------------------------------------
    top / course / school 一部表示
-------------------------------------------------------------- */

#top .voice-area,
#course-detail .voice-area,
#school-detail .voice-area {
	padding: 80px 0;
	width: 1200px;
	margin: 0 auto;
}

.voice-area .title-wrapper .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 50px;
}

.voice-area .title-wrapper .catch-block {
	text-align: right;
}

.voice-area .title-wrapper .catch-block .section-catch {
	line-height: 1.4;
	margin: 0 0 10px;
}

#top .voice-area .scroll-box,
#course-detail .voice-area .scroll-box,
#school-detail .voice-area .scroll-box {
	margin: 0 auto 40px;
}

#top .voice-area ul,
#course-detail .voice-area ul,
#school-detail .voice-area ul,
#voice .voice-area ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#top .voice-area ul li:nth-child(n+5),
#course-detail .voice-area ul li:nth-child(n+5),
#school-detail .voice-area ul li:nth-child(n+5){
	display:none;
}

#top .voice-area ul li,
#course-detail .voice-area ul li,
#school-detail .voice-area ul li,
#voice .voice-area ul li {
	width: 270px;
	margin: 0 40px 40px 0;
}

#top .voice-area ul li:nth-child(4n),
#course-detail .voice-area ul li:nth-child(4n),
#school-detail .voice-area ul li:nth-child(4n),
#voice .voice-area ul li:nth-child(4n) {
	margin: 0 0 40px 0;
}

#top .voice-area ul li .thumb,
#course-detail .voice-area ul li .thumb,
#school-detail .voice-area ul li .thumb,
#voice .voice-area ul li .thumb {
	display: table-cell;
	width: 270px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}

#top .voice-area ul li .thumb img,
#course-detail .voice-area ul li .thumb img,
#school-detail .voice-area ul li .thumb img,
#voice .voice-area ul li .thumb img {
	max-width: 270px;
	max-height: 200px;
	display: block;
	margin: 0 auto;
	transition-duration: 0.3s;
}

#top .voice-area ul li .txt-area,
#course-detail .voice-area ul li .txt-area,
#school-detail .voice-area ul li .txt-area,
#voice .voice-area ul li .txt-area {
	padding: 20px;
}

#top .voice-area ul li .txt-area .cate,
#course-detail .voice-area ul li .txt-area .cate,
#school-detail .voice-area ul li .txt-area .cate,
#voice .voice-area ul li .txt-area .cate {
	font-size: 1.1rem;
	color: #fff;
	line-height: 1.5;
	background: #ed6d34;
	display: inline-block;
	padding: 3px 15px;
	margin: 0 0 10px;
}

#top .voice-area ul li .txt-area .cate.style1,
#course-detail .voice-area ul li .txt-area .cate.style1,
#school-detail .voice-area ul li .txt-area .cate.style1,
#voice .voice-area ul li .txt-area .cate.style1 {
	background: #c65252;
}

#top .voice-area ul li .txt-area .cate.style-chuugaku-juken,
#course-detail .voice-area ul li .txt-area .cate.style-chuugaku-juken,
#school-detail .voice-area ul li .txt-area .cate.style-chuugaku-juken,
#voice .voice-area ul li .txt-area .cate.style-chuugaku-juken {
	background: #CC6F38;
}

#top .voice-area ul li .txt-area .cate.style2,
#course-detail .voice-area ul li .txt-area .cate.style2,
#school-detail .voice-area ul li .txt-area .cate.style2,
#voice .voice-area ul li .txt-area .cate.style2 {
	background: #42a79a;
}

#top .voice-area ul li .txt-area .cate.style3,
#course-detail .voice-area ul li .txt-area .cate.style3,
#school-detail .voice-area ul li .txt-area .cate.style3,
#voice .voice-area ul li .txt-area .cate.style3 {
	background: #5289c6;
}

#top .voice-area ul li .txt-area .cate.style4,
#course-detail .voice-area ul li .txt-area .cate.style4,
#school-detail .voice-area ul li .txt-area .cate.style4,
#voice .voice-area ul li .txt-area .cate.style4 {
	background: #49a742;
}

#top .voice-area ul li .txt-area .cate.style5,
#course-detail .voice-area ul li .txt-area .cate.style5,
#school-detail .voice-area ul li .txt-area .cate.style5,
#voice .voice-area ul li .txt-area .cate.style5 {
	background: #264D7A;
}

#top .voice-area ul li .txt-area .date,
#course-detail .voice-area ul li .txt-area .date,
#school-detail .voice-area ul li .txt-area .date,
#voice .voice-area ul li .txt-area .date {
	font-size: 1.3rem;
	color: #777;
}

#top .voice-area ul li .txt-area h3.title,
#course-detail .voice-area ul li .txt-area h3.title,
#school-detail .voice-area ul li .txt-area h3.title,
#voice .voice-area ul li .txt-area h3.title {
	font-size: 1.6rem;
	color: #444;
	line-height: 1.6;
	font-weight: 500;
	text-align: left;
	margin: 0;
}

#top .voice-area ul li a,
#course-detail .voice-area ul li a,
#school-detail .voice-area ul li a,
#voice .voice-area ul li a {
	display: block;
	background-color: #FFF;
	box-shadow: 2px 2px 7px 2px #aeaeae33;
}

#top .voice-area ul li a:hover .thumb img,
#top .voice-area ul li .thumb img:hover,
#course-detail .voice-area ul li a:hover .thumb img,
#course-detail .voice-area ul li .thumb img:hover,
#school-detail .voice-area ul li a:hover .thumb img,
#school-detail .voice-area ul li .thumb img:hover,
#voice .voice-area ul li a:hover .thumb img,
#voice .voice-area ul li .thumb img:hover{
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.voice-area .btn {
	/* margin-top: 90px; */
}

@media screen and (max-width: 768px) {
	#top .voice-area,
	#course-detail .voice-area,
	#school-detail .voice-area,
	#blog .voice-area {
		margin: 0;
		padding: 40px 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		position: relative;
	}
	.voice-area .title-wrapper .section-title {
		margin: 0 0 20px;
	}
	.voice-area .title-wrapper .inner {
		display: block;
		margin: 0;
	}
	.voice-area .title-wrapper .catch-block {
		text-align: left;
	}
	.voice-area .title-wrapper .catch-block .section-catch {
		margin: 0 0 10px;
	}
	#top .voice-area .scroll-box,
	#course-detail .voice-area .scroll-box,
	#school-detail .voice-area .scroll-box,
	#blog .voice-area .scroll-box {
		height: auto;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		margin: 20px 0 20px 0;
		padding: 10px 0 0 15px;
		width: 100%;
	}
	#top .voice-area .scroll-box::-webkit-scrollbar,
	#course-detail .voice-area .scroll-box::-webkit-scrollbar,
	#school-detail .voice-area .scroll-box::-webkit-scrollbar {
		display: none;
	}

	#top .voice-area ul li:nth-child(n+5),
	#course-detail .voice-area ul li:nth-child(n+5),
	#school-detail .voice-area ul li:nth-child(n+5) {
		display: none;
	}

	#top .voice-area ul,
	#course-detail .voice-area ul,
	#school-detail .voice-area ul {
		width: 1100px;
		margin: 0 0 0 0;
	}
	#top .voice-area ul li,
	#course-detail .voice-area ul li,
	#school-detail .voice-area ul li,
	#blog .voice-area ul li {
		width: 260px;
		margin: 0 15px 0 0;
	}
	#top .voice-area ul li .thumb,
	#course-detail .voice-area ul li .thumb,
	#school-detail .voice-area ul li .thumb,
	#blog .voice-area ul li .thumb {
		width: auto;
		height: auto;
	}
	#top .voice-area ul li .thumb img,
	#course-detail .voice-area ul li .thumb img,
	#school-detail .voice-area ul li .thumb img,
	#blog .voice-area ul li .thumb img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 180px;
	}

	#top .voice-area ul li .txt-area,
	#course-detail .voice-area ul li .txt-area,
	#school-detail .voice-area ul li .txt-area {
		padding: 20px;
	}
	#voice .voice-area ul li .txt-area {
		padding:0 0 0 10px;
	}
	#top .voice-area ul li .txt-area .cate,
	#course-detail .voice-area ul li .txt-area .cate,
	#school-detail .voice-area ul li .txt-area .cate,
	#blog .voice-area ul li .txt-area .cate {
		font-size: 1.1rem;
		margin: 0 0 0;
	}
	#top .voice-area ul li .txt-area .title,
	#course-detail .voice-area ul li .txt-area .title,
	#school-detail .voice-area ul li .txt-area .title,
	#blog .voice-area ul li .txt-area .title {
		font-size: 1.5rem;
	}
	#top .voice-area ul li .txt-area .cate,
	#course-detail .voice-area ul li .txt-area .cate,
	#school-detail .voice-area ul li .txt-area .cate,
	#voice .voice-area ul li .txt-area .cate {
		margin: 0 0 5px;
	}

	#top .voice-area ul li .txt-area .date,
	#course-detail .voice-area ul li .txt-area .date,
	#school-detail .voice-area ul li .txt-area .date,
	#blog .voice-area ul li .txt-area .date {
		font-size: 1.2rem;
		color: #888;
		margin-top: 10px;
		padding: 0;
	}
	#top .voice-area ul li .txt-area h3.title,
	#course-detail .voice-area ul li .txt-area h3.title,
	#school-detail .voice-area ul li .txt-area h3.title,
	#blog .voice-area ul li .txt-area h3.title {
		padding: 5px 0 0 0;
	}
	.voice-area .btn {
		margin-top: 0;
	}
}


/* -----------------------------------------------------------
    VOICE
-------------------------------------------------------------- */

#voice .voice-box {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	#voice .main-contents.inner {
		max-width: 100%;
		min-width: 100%;
	}
	#voice .main-contents {
		display: block;
		padding: 0;
		margin: 0 auto 0 auto;
	}
	#voice .main-contents .section_title {
		padding: 20px 0 15px 0;
	}
	#voice .contents-left,
	#voice .contents-right {
		width: 100%;
		padding: 20px 20px 30px;
		background: #f5f5f5;
	}
	#voice.voice-detail-top .contents-left,
	#voice.voice-detail-top .contents-right {
		background: #fff;
		padding: 10px 20px 30px;
	}

	#voice .contents-right {
		padding: 30px 15px 0 15px;
	}
	#voice .contents-right form {
		padding: 0 0 30px;
	}
}


/* -----------------------------------------------------------
    voice一覧
-------------------------------------------------------------- */

#voice .title-category {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	color: #333;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: solid 2px #333;
}

#voice .voice-area ul.voice-box {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

#voice .voice-area ul li {
	width: calc((100% - (40px * 3)) / 4);
}

#voice .voice-area ul li:nth-of-type(4n) {
	margin: 0 0 40px;
}

#voice .voice-area ul li a {
	display: block;
}

#voice .voice-area .thumb {
	width: 100%;
	height: 180px;
	text-align: center;
	overflow: hidden;
}

#voice .voice-area .thumb img {
	width: auto;
	max-height: 100%;
}

#voice .voice-area .txt-area {
	padding: 20px;
}

#voice .voice-area .txt-area .cate {
	display: inline-block;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid currentColor;
	padding: 4px 12px;
}

.voice-area .cate.type01 {
	color: #338DCB;
}

.voice-area .cate.type02 {
	color: #33BBCB;
}

.voice-area .cate.type03 {
	color: #516ACC;
}

.voice-area .cate.type04 {
	color: #1BBB46;
}

.voice-area .cate.type05 {
	color: #1CB888;
}

#voice .voice-area .txt-area .date {
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	margin: 15px 0 0;
}

#voice .voice-area .txt-area .title {
	line-height: 1.6;
	margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
	#voice .title-category {
		font-size: 1.8rem;
		padding: 0 0 5px 0;
		margin: 0;
		float: none;
		border-bottom: solid 2px #333;
	}
	#voice .voice-area {
		margin: 0 0 30px;
	}
	#voice .voice-area ul li {
		display: block;
		width: 100%;
		border: none;
		margin: 0 0 20px;
	}
	#voice .voice-area ul li:nth-of-type(4n) {
		margin: 0 0 20px;
	}
	#voice .voice-area ul li a {
		display: flex;
		height: 100%;
		position: static;
		padding:10px;
	}

	#voice .voice-area ul li .thumb,
	#voice .voice-area ul li .thumb img {
		width: 90px;
		max-width: 90px;
		height: auto;
		max-height: 90px;
	}

	#voice .voice-area .txt-area {
		flex: 1;
		padding: 0;
	}
	#voice .voice-area .txt-area .cate {
		font-size: 1.2rem;
		line-height: 1.1;
	}
	#voice .voice-area .txt-area .date {
		display: none;
	}
	#voice .voice-area .txt-area .title {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.6;
		padding: 0;
		margin: 5px 0 0;
	}
	#voice .voice-area .txt-area .title.search {
		margin: 0;
	}
}


/* -----------------------------------------------------------
    voice詳細
-------------------------------------------------------------- */

#voice .voice-detail {
	padding: 10px 0 50px;
}

#voice .voice-detail .title-box .date {
	color: #222;
	display: inline-block;
	font-size: 1.4rem;
	padding: 0 0 15px 0;
	width: 80px;
}

#voice .voice-detail .title-box p {
	display: inline-block;
	position: relative;
}

#voice .voice-detail .title-box .grade::after {
	content: '/';
	position: absolute;
	top: 0;
	right: -15px;
}

#voice .voice-detail .title-box p+p {
	margin: 0 0 0 20px;
}

#voice .title-box .cate {
	font-size: 1.1rem;
	color: #fff;
	line-height: 1.5;
	background: #ed6d34;
	display: inline-block;
	padding: 3px 15px;
	margin: 0 0 15px;
}

#voice .title-box .cate.style1 {
	background: #c65252;
}

#voice .title-box .cate.style-chuugaku-juken {
	background: #CC6F38;
}

#voice .title-box .cate.style2 {
	background: #42a79a;
}

#voice .title-box .cate.style3 {
	background: #5289c6;
}

#voice .title-box .cate.style4 {
	background: #49a742;
}

#voice .title-box .cate.style5 {
	background: #264D7A;
}

#voice .voice-img img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#voice .voice-detail {
		padding: 0 0;
		border: none;
		box-shadow: none;
	}
	#voice .voice-detail {
		padding: 0 0;
		border: none;
		box-shadow: none;
	}
	#voice .voice-detail .title-box .grade::after {
		display: none;
	}

	#voice .voice-detail .title-box .date {
		padding: 0 0 0 0;
		width: auto;
	}

	#voice .voice-detail .voice-de-cate p {
		line-height: 1.6;
	}

	#voice .voice-detail .title-box p+p {
		margin: 0 0 0 5px;
	}

}


/*  詳細ページタグ  */

#voice .voice-detail .de-tag-area {
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	border-bottom: 1px #DDD solid;
}

#voice .voice-detail .de-tag-area .tag-title {
	float: left;
	width: 80px;
	font-size: 1.4rem;
	padding: 8px 0 0 0;
}

#voice .voice-detail .de-tag-area ul {
	float: left;
	width: 710px;
}

#voice .voice-detail .de-tag-area ul li {
	text-align: center;
	letter-spacing: 0.05em;
	float: left;
	margin: 0 10px 10px 0;
	line-height: 1.2;
}

#voice .voice-detail .de-tag-area ul li a {
	display: block;
	padding: 6px 15px;
	font-size: 1.2rem;
	background: #f8f8f8;
	color: #333;
	box-shadow: 2px 2px #EDEDED;
	border: 1px solid #DDD;
}

#voice .voice-detail .de-tag-area ul li a:hover {
	background: #33b371;
	color: #FFF;
}

#voice .voice-detail .voice-de-txt img {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	/*  詳細ページタグ  */
	#voice .voice-detail .de-tag-area {
		margin: 5px 0 0 0;
		padding: 10px 0 5px 0;
		border-top: 1px #E7E7E7 solid;
		display: none;
	}
	#voice .voice-detail .de-tag-area .tag-title {
		padding: 5px 0 0 0;
		width: 60px;
		font-size: 1.3rem;
		float: left;
	}
	#voice .voice-detail .de-tag-area ul {
		width: 75%;
	}
	#voice .voice-detail .de-tag-area ul li {
		margin: 0 8px 8px 0;
	}
	#voice .voice-detail .de-tag-area ul li a {
		padding: 4px 10px;
	}
}


/*  詳細ページテキストエリア  */

#voice .cmn-title .jp-title.det {
	line-height: 1.3;
}

#voice .top-title h2.main-title.det {
	margin: 30px 0 0;
	padding: 0 0 70px;
	font-size: 3rem;
}

#voice .voice-detail .voice-de-title {
	font: 700 2.8rem / 1.4 'Noto Sans JP', sans-serif;
	text-align: left;
	margin: 10px 0 30px;
}

#voice .voice-detail .voice-de-txt {
	line-height: 2;
	letter-spacing: 0.05em;
	font-size: 1.5rem;
	padding: 20px 50px;
}

#voice .voice-detail .voice-de-txt h2,
#voice .voice-detail .voice-de-txt h3,
#voice .voice-detail .voice-de-txt h4 {
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

#voice .voice-detail .voice-de-txt h2 {
	margin: 40px 0 30px 0;
	padding: 0 0 10px;
	border-bottom: 3px solid #ddd;
	font-size: 2.6rem;
	position: relative;
}

#voice .voice-detail .voice-de-txt h2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #33b371;
	bottom: -3px;
	width: 20%;
}

#voice .voice-detail .voice-de-txt .event-area h2 {
	margin: 40px 0 30px 0;
	padding: 0 0 0;
	border-bottom: none;
}

#voice .voice-detail .voice-de-txt h3 {
	margin: 40px 0 30px;
	padding: 15px 30px;
	font-size: 2.2rem;
	border-radius: 6px;
	background: #e6eeea;
}

#voice .voice-detail .voice-de-txt h4 {
	margin: 30px 0 20px;
	padding: 0 0 0 16px;
	font-size: 2rem;
	position: relative;
}

#voice .voice-detail .voice-de-txt h4::before {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	content: '';
	width: 4px;
	height: calc(100% - 10px);
	background: #33b371;
	border-radius: 3px;
}

#voice .voice-detail .voice-de-txt p {
	margin-bottom: 1.5em;
	font-size: 1.6rem;
}

#voice .voice-detail .voice-de-txt a:link {
	color: #1e4f91;
	text-decoration: underline;
	display: inline-block;
}

#voice .voice-detail .voice-de-txt a:hover {
	text-decoration: none;
}

#voice .voice-detail .voice-de-txt img {
	max-width: 800px;
	height: auto;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	/*  詳細ページテキストエリア  */
	#voice .top-title h2.main-title.det {
		margin: 15px 0 0 0;
		padding: 0 0 10px;
		font-size: 2.2rem;
		line-height: 1.6;
	}
	#voice .voice-detail .voice-de-title {
		margin: 10px 0 20px 0;
		font-size: 2.2rem;
		line-height: 1.6;
	}
	#voice .voice-detail .voice-de-title span {}
	#voice .voice-detail .voice-de-txt {
		line-height: 2;
		letter-spacing: 0.02em;
		font-size: 1.6rem;
		padding: 0 0 0 0;
	}
	#voice .voice-detail .voice-de-txt h2,
	#voice .voice-detail .voice-de-txt h3,
	#voice .voice-detail .voice-de-txt h4 {
		letter-spacing: 0.02em;
	}
	#voice .voice-detail .voice-de-txt h2 {
		margin: 30px 0 20px 0;
		padding: 0 0 8px;
		border-width: 3px;
		font-size: 2.0rem;
	}
	#voice .voice-detail .voice-de-txt h3 {
		margin: 30px 0 20px 0;
		padding: 15px 15px;
		font-size: 1.8rem;
	}
	#voice .voice-detail .voice-de-txt h4 {
		margin: 20px 0 10px 0;
		padding: 0 0 0 18px;
		font-size: 1.6rem;
	}
	#voice .voice-detail .voice-de-txt img {
		float: none;
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
		text-align: center;
		height: auto;
		display: block;
	}
}


/*  詳細ページ関連記事  */

#voice .voice-kanren-area {
	border-top: 1px #DDD solid;
	margin: 20px 0 30px;
	padding: 40px 0 0;
}

#voice .voice-kanren-area .kanren-title {
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 0 0 0 16px;
	position: relative;
	margin: 0 0 20px;
}
#voice .voice-kanren-area .kanren-title::before {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	content: '';
	width: 5px;
	height: calc(100% - 10px);
	background: #33b371;
	border-radius: 5px;
}


@media screen and (max-width: 768px) {
	/*  詳細ページ関連記事  */
	#voice .voice-kanren-area {
		margin: 30px 0 0;
		padding: 30px 0 0;
		background: none;
	}

	#voice .voice-kanren-area .kanren-title {
		margin: 0 0 5px;
	}

}


/*  詳細ページback-link  */

#voice .voice-detail .back-link {
	font-size: 1.4rem;
	margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
	#voice .voice-detail .back-link {
		margin: 30px 0 0;
	}
	#voice .voice-detail .back-link a {
		width: 100%;
		display: block;
	}
}


/*  詳細ページ関連記事 コラム  */

#voice .voice-kanren-area.voice-area .column-box {
	display: flex;
	margin: 20px 0 0;
}

#voice.casestudy .voice-area ul.column-box li .txt-area {
	width: 100%;
}

#voice .voice-kanren-area.voice-area .column-box li {
	width: 260px;
	background: #fff;
	margin: 0 20px 0 0;
	box-shadow: 0px 0px 4px 0 rgba(213, 209, 208, 0.6);
}

#voice .voice-kanren-area.voice-area .column-box li:nth-of-type(3) {
	margin: 0;
}

#voice .voice-kanren-area.voice-area .column-box li:nth-of-type(n+4) {
	display: none;
}

#voice .voice-kanren-area.voice-area .column-box a {
	display: block;
}

#voice .voice-kanren-area.voice-area .column-box .thumb {
	width: 220px;
	text-align: center;
	margin: 0 auto;
}

#voice .voice-kanren-area.voice-area .column-box .thumb img {
	max-width: 220px;
	max-height: 220px;
	width: auto;
	height: auto;
}

#voice.casestudy .voice-area ul.column-box li a>div {
	position: static;
}

#voice .voice-kanren-area.voice-area .column-box .txt-area {
	padding: 20px 20px 30px;
}

#voice .voice-kanren-area.voice-area .column-box .cate {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	background: #e2bd26;
	text-align: center;
	padding: 5px 15px;
	margin: 0;
}

#voice .voice-kanren-area.voice-area .column-box .date {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 15px 0 0;
	width: 100%;
}

#voice .voice-kanren-area.voice-area .column-box .title {
	line-height: 1.5;
	margin: 10px 0 0;
}

@media screen and (max-width: 768px) {
	#voice .voice-kanren-area.voice-area .column-box .column_area {
		background-image: url(/vendor/juku-demo/control/img/bg-gray.png);
		padding: 40px 0;
		margin: 0;
	}
	#voice .column_area .scroll-box {
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		margin: 15px 0 30px;
	}
	#voice .voice-kanren-area.voice-area .column-box .column_area .inner {
		display: block;
	}
	#voice .voice-kanren-area.voice-area .column-box .column_area .section_eng,
	#voice .voice-kanren-area.voice-area .column-box .column_area .section_title {
		text-align: center;
	}
	#voice .voice-kanren-area.voice-area .column-box .column_area .section_eng::after {
		margin: 0 auto;
	}
	#voice .voice-kanren-area.voice-area .column-box .column_area .section_catch {
		font-size: 1.8rem;
		text-align: center;
		margin: 10px 0 20px;
	}
	#voice .voice-kanren-area.voice-area .column-box .column_area .scroll-box {
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		margin: 0 0 30px;
	}
	/* .column-box */
	#voice .voice-kanren-area.voice-area .column-box {
		width: 718px;
		margin: 0 20px;
	}
	#voice .voice-kanren-area.voice-area .column-box li {
		width: 226px;
		margin: 0 20px 20px 0;
	}
	#voice .voice-kanren-area.voice-area .column-box .thumb {
		height: 136px;
	}
	#voice .voice-kanren-area.voice-area .column-box .thumb img {
		max-height: 136px;
	}
	#voice .voice-kanren-area.voice-area .column-box .txt-area {
		padding: 15px 15px 25px;
	}
	#voice .voice-kanren-area.voice-area .column-box .cate {
		font-size: 1rem;
	}
	#voice .voice-kanren-area.voice-area .column-box .date {
		font-size: 1.3rem;
	}
	#voice .voice-kanren-area.voice-area .column-box .title {
		font-size: 1.4rem;
		white-space: normal;
	}
}


/*    引用
-------------------------------------------------------------- */

#voice .voice-detail .voice-de-txt blockquote {
	background-color: #F0F0F0;
	padding: 55px 50px 30px 50px;
	position: relative;
	margin: 30px 0 0;
}

#voice .voice-detail .voice-de-txt blockquote:before {
	content: "“";
	font-size: 400%;
	line-height: 1em;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color: #AAA;
	position: absolute;
	left: 20px;
	top: 20px;
}

#voice .voice-detail .voice-de-txt blockquote:after {
	content: "”";
	font-size: 400%;
	line-height: 0em;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color: #AAA;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

@media screen and (max-width: 768px) {
	#voice .voice-detail .voice-de-txt blockquote {
		padding: 30px 25px 5px 25px;
		margin: 20px 0 0;
		line-height: 1.8;
		font-size: 1.5rem;
	}
	#voice .voice-detail .voice-de-txt blockquote:before {
		font-size: 300%;
		left: 10px;
		top: 10px;
	}
	#voice .voice-detail .voice-de-txt blockquote:after {
		font-size: 300%;
		right: 10px;
		bottom: 10px;
	}
}


/*    テーブル
-------------------------------------------------------------- */

#voice .voice-detail .voice-de-txt table {
	width: 100%;
	border-collapse: collapse;
	border-top: none;
	letter-spacing: 0;
	line-height: 1.8;
}

#voice .voice-detail .voice-de-txt table tr {
	border-bottom: none;
}

#voice .voice-detail .voice-de-txt table th {
	padding: 20px;
	width: 25%;
	text-align: left;
	vertical-align: top;
	background: #F5F5F5;
	border: 1px solid #E1E8EC;
}

#voice .voice-detail .voice-de-txt .event-area table th {
	font-size: 2.0rem;
	vertical-align: middle;
	width: 20%;
}

#voice .voice-detail .voice-de-txt table td {
	padding: 20px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #E1E8EC;
}

#voice .voice-detail .voice-de-txt .event-area table td {
	font-size: 2.0rem;
}

#voice .voice-detail .voice-de-txt .event-area table td span {
	font-weight: bold;
}

#voice .voice-detail .voice-de-txt table img {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	#voice .voice-detail .voice-de-txt table {
		width: 100%;
		border-collapse: collapse;
		border-top: none;
		letter-spacing: 0;
		line-height: 1.7;
		font-size: 1.5rem;
	}
	#voice .voice-detail .voice-de-txt table tr {
		border-bottom: none;
	}
	#voice .voice-detail .voice-de-txt table th {
		display: table-cell;
		padding: 12px;
		width: auto;
	}
	#voice .voice-detail .voice-de-txt .event-area table th {
		font-size: 1.6rem;
	}
	#voice .voice-detail .voice-de-txt table td {
		display: table-cell;
		width: auto;
		padding: 12px;
		text-align: left;
		vertical-align: top;
	}
	#voice .voice-detail .voice-de-txt .event-area table td {
		font-size: 1.8rem;
	}
}


/*    キーワード検索
-------------------------------------------------------------- */

#voice .search-area {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 0 0 40px;
}

#voice .search-form {
	margin: 0;
}

#voice .search-area .screen-reader-text {
	display: none;
}

.search-form .screen-reader-text {
	display: none;
}

#voice .search-area input[type="text"],
#voice .search-form input[type="search"] {
	border: 1px solid #DDD;
	padding: 5px 10px;
	font-size: 1.5rem;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #444;
	background: #FFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 190px;
	height: 40px;
}

#voice .search-area input[type="text"]:focus,
#voice .search-form input[type="search"]:focus {
	border: 1px solid #33b371;
	outline: none;
}

#voice .search-area input[type="submit"],
#voice .search-form input[type="submit"],
#voice .search-form input.search-submit[type="submit"] {
	display: inline-block;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	margin: 0 auto;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #FFF;
	font-size: 1.5rem;
	background: #33b371;
	font-weight: bold;
	padding: 5px 10px;
	text-align: center;
	width: 60px;
	height: 40px;
	cursor: pointer;
}

#voice input[type="submit"]:hover {
	opacity: 0.8;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (max-width: 768px) {
	#voice .search-area {
		margin: 0 0 0 0;
	}
	#voice .search-form {
		margin: 0;
	}
	#voice .search-area input[type="text"],
	#voice .search-form input[type="search"] {
		width: 75%;
		height: 40px;
	}
	#voice .search-area input[type="search"]:focus {}
	#voice .search-area input[type="submit"],
	#voice input.search-submit[type="submit"] {
		width: 20%;
	}
}


/*  人気記事  */

#voice .wpp-list_title {
	font-weight: bold;
	margin: 30px 0 0 0;
	padding: 0 0 8px 0;
	border-bottom: 2px solid #92C527;
}

#voice ul.wpp-list {}

#voice ul.wpp-list li {
	border-bottom: 1px solid #DDD;
	line-height: 1.5;
}

#voice ul.wpp-list li a {
	display: block;
	padding: 20px 0;
	font-size: 1.5rem;
	color: #374650;
}

#voice ul.wpp-list li a:hover {
	color: #92C527;
}

#voice ul.wpp-list li.active a {
	color: #92C527;
}

@media screen and (max-width: 768px) {
	#voice .wpp-list_title {
		margin: 30px 0 0 0;
		padding: 0 0 10px 0;
	}
	#voice ul.wpp-list {}
	#voice ul.wpp-list li {}
	#voice ul.wpp-list li a {
		padding: 15px 15px 15px 0;
		position: relative;
	}
}


/*  目次  */

#toc_container {
	margin-bottom: 40px;
	padding: 20px 30px 30px 30px;
	background: #fff;
	border: 2px solid #EDEDED;
	border-radius: 2px;
	color: #666;
	width: 100%;
}

#toc_container .toc_title {
	text-align: center;
	margin-bottom: 35px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px !important;
	font-size: 1.8rem;
	border-bottom: 1px solid #dedede;
}

#toc_container .toc_list {
	list-style-type: none !important;
	counter-reset: li;
}

#toc_container .toc_list>li {
	position: relative;
	margin-bottom: 15px;
	margin-left: 6px !important;
	line-height: 1.5;
	font-size: 1.4rem;
}

#toc_container .toc_list>li a {
	text-decoration: none !important;
}

#toc_container .toc_list>li a:hover {
	text-decoration: underline !important;
}

#toc_container .toc_list>li ul {
	margin-top: 15px;
	padding-left: 20px;
}

#toc_container .toc_list>li>ul li {
	font-size: 1.4rem;
	margin-bottom: 8px;
	margin-left: 0 !important;
}

#voice .voice-de-txt #toc_container ul li:before,
#voice .voice-de-txt #toc_container ol li:before {
	display: none!important;
	text-indent: 0!important;
}

#voice .voice-de-txt #toc_container ul li {
	text-indent: 0;
}

@media screen and (max-width: 768px) {
	#toc_container {
		padding: 20px 20px;
	}
	#toc_container .toc_title {
		font-size: 1.8rem;
	}
	#toc_container .toc_list>li {
		margin-bottom: 18px;
		margin-left: 0;
	}
}
