<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ---------------------------------------------
  在校生/卒業生の声
-----------------------------------------------*/

/* pagettl
--------------------------------*/
#pagettl {
	background-color: #fff0d7;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	background-image: url(../img/voice/voice_pagettl_pc.png);
}

#pagettl .ttl .en {
	color: #898989;
}

@media screen and (max-width: 768px) {
	#pagettl {
		background-image: url(../img/voice/voice_pagettl_sp.png);
	}
}

/* sec_voice
--------------------------------*/
#sec_voice {
	padding: 80px 0 120px;
}

#sec_voice &gt; *:first-of-type {
	margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
	#sec_voice {
		padding: 16vw 0 24vw;
	}
}

/* カテゴリーから探す
--------------------------------*/
#sec_voice .cate_search {
	margin: 80px 0 0;
}

#sec_voice .cate_search .ttl {
	display: inline-block;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.22em;
	background-color: #ebebeb;
	padding: .75em 1.831em .75em 1.2em;
	border-radius: 10px 10px 0 0;
	transition: .3s ease;
}

#sec_voice .cate_search .ttl .ico {
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-right: 10px;
}

#sec_voice .cate_search .ttl .ico img {
	width: 100%;
	height: auto;
}

#sec_voice .cate_search .listwrap {
	background-color: #ebebeb;
}

#sec_voice .cate_search .listwrap .wrap {
	padding: 35px 0 60px;
}

#sec_voice .cate_search .list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#sec_voice .cate_search .list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.22em;
	transition: .3s ease;
}

#sec_voice .cate_search .list01 {
	margin-top: 22px;
}

#sec_voice .cate_search .list01 li {
	width: 384px;
}

#sec_voice .cate_search .list02 li {
	width: 185px;
}

#sec_voice .cate_search .list01 li a {
	font-size: 1.8rem;
	letter-spacing: 0.22em;
	background-color: #f29d81;
	box-shadow: 0 4px #e47175;
}

#sec_voice .cate_search .list02 li.c01 a {
	background-color: #fed400;
	box-shadow: 0 4px #f6a900;
}

#sec_voice .cate_search .list02 li.c02 a {
	background-color: #5ac1df;
	box-shadow: 0 4px #5a9fc7;
}

#sec_voice .cate_search .list02 li.c03 a {
	background-color: #38c4a1;
	box-shadow: 0 4px #38a985;
}

#sec_voice .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -27px;
}

/*IE*/
.ie #sec_teacher .cate_search .ttl .ico {
	position: relative;
	top: 6px;
}

.ie #sec_voice .cate_search .list li a {
	padding-top: 8px;
}

@media screen and (min-width: 769px) {
	#sec_voice .cate_search .list01 li + li:not(:nth-child(3n + 1)) {
		margin-left: 24px;
	}

	#sec_voice .cate_search .list02 li + li:not(:nth-child(6n + 1)) {
		margin-left: 18px;
	}

	#sec_voice .cate_search .list li a:hover {
		transform: translate(0, 4px);
		box-shadow: none;
	}
}

@media screen and (max-width: 768px) {
	#sec_voice .cate_search {
		margin: 16vw 0 0;
	}

	#sec_voice .cate_search .ttl {
		font-size: 3.73vw;
		padding: .7em 1.5em .7em 1em;
		border-radius: 2.13vw 2.13vw 0 0;
		position: relative;
		bottom: -1px;
	}

	#sec_voice .cate_search .ttl .ico {
		width: 5.2vw;
		height: 5.2vw;
		margin-right: 1vw;
		position: relative;
		top: 0.15em;
	}

	#sec_voice .cate_search .listwrap .wrap {
		padding: 7vw 0 14vw;
	}

	#sec_voice .cate_search .list li + li {
		margin-top: 3.2vw;
	}

	#sec_voice .cate_search .list li a {
		height: 10vw;
		border-radius: 5vw;
		font-size: 3.6vw;
	}

	#sec_voice .cate_search .list01 {
		margin-top: 3.2vw;
	}

	#sec_voice .cate_search .list01 li {
		width: 48%;
	}

	#sec_voice .cate_search .list01 li.all {
		width: 100%;
	}

	#sec_voice .cate_search .list01 li + li:nth-child(odd):not(.all) {
		margin-left: 4%;
	}

	#sec_voice .cate_search .list02 li {
		width: 100%;
	}

	#sec_voice .cate_search .list01 li a {
		font-size: 3.6vw;
		box-shadow: 0 .8vw #e47175;
	}

	#sec_voice .cate_search .list02 li.c01 a {
		box-shadow: 0 .8vw #f6a900;
	}

	#sec_voice .cate_search .list02 li.c02 a {
		box-shadow: 0 .8vw #5a9fc7;
	}

	#sec_voice .cate_search .list02 li.c03 a {
		box-shadow: 0 .8vw #38a985;
	}

	#sec_voice .btn {
		bottom: -5.07vw;
	}

	#sec_voice .cate_search .btn a{
		padding-right: 15.55vw;
	}
}

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

#sec_voice .voice_list {
	margin: 120px 0 0;
	justify-content: flex-start;
}

#sec_voice .voice_list .item {
	width: 282px;
}

#sec_voice .voice_list .item a {
	display: block;
}

#sec_voice .voice_list .item .comment {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .4);
	padding: 12px 22px;
	position: relative;
	margin-bottom: 11px;
	z-index: 1;
}

#sec_voice .voice_list .item .comment::before {
	content: "";
	width: 85px;
	height: 56px;
	background: url(../img/common/fukidashi.png) no-repeat left bottom / 100% auto;
	position: absolute;
	left: 22px;
	top: 100%;
}

#sec_voice .voice_list .item .comment p {
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.7;
	letter-spacing: 0.16em;
}

#sec_voice .voice_list .item a .img {
	overflow: hidden;
}

#sec_voice .voice_list .item a .img img {
	transition: .3s ease;
}

#sec_voice .voice_list .item .txtwrap .name {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin: .7em 0 0;
}

#sec_voice .voice_list .item .txtwrap .name span {
	font-size: 1.2rem;
}

#sec_voice .voice_list .item .txtwrap .txt1 {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin: .5em 0 0;
}

#sec_voice .voice_list .item .txtwrap .cate {
	line-height: 1;
}

#sec_voice .voice_list .item .txtwrap .cate span {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.08em;
	background-color: #fff;
	padding: 2px 7px;
	border: 1px solid #bdbebe;
	border-radius: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#sec_voice .voice_list + .btn_back,
#sec_voice .voice_list + .btn {
	margin-top: 75px;
}

#sec_voice .wp-pagenavi {
	margin-top: 75px;
}

/*IE*/
.ie #sec_voice .voice_list .item .txtwrap .cate span {
	padding: 4px 7px 0;
}

@media screen and (min-width: 769px) {
	#sec_voice .voice_list .item + .item:not(:nth-child(4n + 1)) {
		margin-left: 24px;
	}

	#sec_voice .voice_list .item:nth-child(n + 5) {
		margin-top: 60px;
	}

	#sec_voice .voice_list .item a:hover .img img {
		transform: scale(1.1);
	}
}

@media screen and (max-width: 768px) {
	#sec_voice .voice_list {
		margin: 20vw 0 0;
	}

	#sec_voice .voice_list .item {
		width: 100%;
	}

	#sec_voice .voice_list .item + .item {
		margin-top: 8vw;
	}

	#sec_voice .voice_list .item .comment {
		border-radius: 2vw;
		box-shadow: 2vw 2vw 2vw rgba(0, 0, 0, .4);
		padding: 2.4vw 7vw;
		margin-bottom: 5vw;
	}

	#sec_voice .voice_list .item .comment::before {
		width: 20vw;
		height: 13.33vw;
		left: 1vw;
	}

	#sec_voice .voice_list .item .comment p {
		font-size: 3.47vw;
	}

	#sec_voice .voice_list .item .img {
		width: 45%;
	}

	#sec_voice .voice_list .item .txtwrap {
		width: 50%;
	}

	#sec_voice .voice_list .item .txtwrap .name {
		font-size: 3.73vw;
		margin: 0;
	}

	#sec_voice .voice_list .item .txtwrap .name span {
		font-size: 2.4vw;
	}

	#sec_voice .voice_list .item .txtwrap .txt1 {
		font-size: 2.93vw;
	}

	#sec_voice .voice_list .item .txtwrap .cate span {
		font-size: 2.8vw;
		padding: .191em .5em;
		border-radius: 2.13vw;
		margin-right: 2vw;
		margin-top: 2vw;
	}

	#sec_voice .voice_list + .btn_back,
	#sec_voice .voice_list + .btn {
		margin-top: 12vw;
	}

	#sec_voice .wp-pagenavi {
		margin-top: 12vw;
	}
}

/* カテゴリーページ
--------------------------------*/
#sec_voice.category .cate_ttl {
	background-image: url(../img/voice/bg_catettl.png);
	background-color: #f29d81;
}

#sec_voice.category .cate_ttl.c01 {
	background-color: #fed400;
}

#sec_voice.category .cate_ttl.c02 {
	background-color: #5ac1df;
}

#sec_voice.category .cate_ttl.c03 {
	background-color: #38c4a1;
}

#sec_voice.category .cate_ttl .ttl {
	display: block;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.8;
	padding: .5em 0;
}

#sec_voice.category .voice_list {
	margin-top: 90px;
}

/*IE*/
.ie #sec_voice.category .cate_ttl .ttl {
	padding: .7em 0 .3em;
}

@media screen and (max-width: 768px) {
	#sec_voice.category .cate_ttl {
		background-size: 6vw;
	}

	#sec_voice.category .cate_ttl .ttl {
		font-size: 4.2vw;
	}

	#sec_voice.category .voice_list {
		margin-top: 10vw;
	}
}

/* その他の記事
--------------------------------*/
#sec_voice .other {
	margin: 80px 0 0;
}

#sec_voice .other h2 {
	font-weight: bold;
	background-color: #000;
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.16em;
	padding: 0.614em 1.4em;
	margin-bottom: 40px;
}

#sec_voice .other .voice_list {
	margin-top: 0;
}

/*IE*/
.ie #sec_voice .other h2 {
	padding: .8em 1.4em .428em;
}

@media screen and (max-width: 768px) {
	#sec_voice .other {
		margin: 10vw 0 0;
	}

	#sec_voice .other h2 {
		font-size: 4.2vw;
		padding: .5em 1em;
		margin-bottom: 4vw;
	}
}

/* 詳細
--------------------------------*/
/*profile*/

#sec_voice .detail .profile .mainimg {
	width: 690px;
}

#sec_voice .detail .profile .txtwrap {
	width: 444px;
}

#sec_voice .detail .profile .txtwrap .comment {
	width: 100%;
	padding: 18px 30px;
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .4);
	z-index: 1;
	margin-bottom: 40px;
}

#sec_voice .detail .profile .txtwrap .comment p {
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: 0.16em;
	min-height: 3.5em;
}

#sec_voice .detail .profile .txtwrap .comment::before {
	content: "";
	display: block;
	width: 98px;
	height: 70px;
	background: url(../img/voice/fukidashi_bottom.png) no-repeat left bottom / 100% auto;
	position: absolute;
	left: 10px;
	top: 100%;
	z-index: -1;
}

#sec_voice .detail .profile .txtwrap .cate {
	line-height: 1;
}

#sec_voice .detail .profile .txtwrap .cate span {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.08em;
	background-color: #fff;
	padding: 2px 14px;
	border: 1px solid #bdbebe;
	border-radius: 11px;
	margin-right: 14px;
	margin-top: 10px;
}

#sec_voice .detail .profile .txtwrap .box {
	margin-top: 34px;
	position: relative;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	padding: 15px 0;
}

#sec_voice .detail .profile .txtwrap .box .ttl {
	color: #fff;
	font-size: 2.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	display: inline-block;
	background-color: #000;
	padding: 5px 18px 1px;
	position: absolute;
	bottom: 100%;
	right: 0;
}

#sec_voice .detail .profile .txtwrap .box .name {
	font-weight: bold;
	font-size: 2.7rem;
	letter-spacing: 0.08em;
}

#sec_voice .detail .profile .txtwrap .box .name span {
	font-size: 1.8rem;
}

#sec_voice .detail .profile .txtwrap .box .txt1 {
	font-weight: bold;
	line-height: 1.866;
	letter-spacing: 0.08em;
	margin-bottom: .5em;
}

#sec_voice .detail .profile .txtwrap .box .txt2 {
	font-size: 1.5rem;
	line-height: 1.866;
	letter-spacing: 0.08em;
	margin-left: .5em;
}


/*contents*/
#sec_voice .detail .contents .block {
	margin-top: 80px;
}

#sec_voice .detail .contents .block .q_txt {
	padding: 18px 30px;
	position: relative;
	display: inline-block;
	max-width: 1160px;
	background-color: #fff0d7;
	border-radius: 0 10px 10px 10px;
	z-index: 1;
	margin: 0 0 0 40px;
}

#sec_voice .detail .contents .block .q_txt p {
	display: inline-block;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.8;
	letter-spacing: 0.16em;
}

#sec_voice .detail .contents .block .q_txt::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 30px 0;
	border-color: transparent #fff0d7 transparent transparent;
	position: absolute;
	right: 100%;
	top: 0;
	z-index: -1;
}

#sec_voice .detail .contents .block .comment {
	flex-direction: row-reverse;
	margin: 80px 0;
}

#sec_voice .detail .contents .block .comment .img {
	margin: 0;
	width: 240px;
}

#sec_voice .detail .contents .block .comment .txt {
	width: 894px;
	padding: 30px 32px;
	position: relative;
	background-color: #fff;
	border-radius: 10px 0 10px 10px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, .4);
	z-index: 1;
}

#sec_voice .detail .contents .block .comment .txt p {
	font-size: 1.7rem;
	letter-spacing: 0.08em;
}

#sec_voice .detail .contents .block .comment .txt::before {
	content: "";
	display: block;
	width: 80px;
	height: 92px;
	background: url(../img/voice/fukidashi.png) no-repeat right top / auto 100%;
	position: absolute;
	left: 100%;
	top: -20px;
	z-index: -1;
}

#sec_voice .detail .contents .block .imgwrap {
	display: flex;
	justify-content: center;
	margin: 80px 0;
}

#sec_voice .detail .contents .block .imgwrap &gt; figure {
	display: block;
	/* width: 588px; */
}

#sec_voice .detail .contents .block.image-single .imgwrap &gt; figure {
	max-width: 1200px;
	/* width: 588px; */
}

#sec_voice .detail .contents .block .imgwrap.col3 &gt; figure {
	width: 384px;
}

#sec_voice .detail .contents .block .imgwrap &gt; figure + figure {
	margin-left: 24px;
}

#sec_voice .detail .contents .block .imgwrap &gt; figure img {
	width: 100%;
}

#sec_voice .detail .contents .block .imgwrap &gt; figure figcaption {
	display: block;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: .5em;
}

#sec_voice .detail .contents .schedule {
	margin: 100px 0 80px;
	padding: 0 0 80px;
	background-color: #fff0d7;
}

#sec_voice .detail .contents .schedule .ttl {
	font-size: 2.2rem;
	line-height: 1.5;
	position: relative;
	top: -.9em;
	margin-bottom: 2em;
}

#sec_voice .detail .contents .schedule .ttl span {
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0.16em;
	padding: 0 1em;
	position: relative;
}

#sec_voice .detail .contents .schedule .ttl span::before,
#sec_voice .detail .contents .schedule .ttl span::after {
	content: "";
	width: 2px;
	height: 100%;
	background-color: #000;
	position: absolute;
	bottom: 0;
}

#sec_voice .detail .contents .schedule .ttl span::before {
	transform: rotate(-23deg);
	left: 0;
}

#sec_voice .detail .contents .schedule .ttl span::after {
	transform: rotate(23deg);
	right: 0;
}

#sec_voice .detail .contents .schedule .schedule_list {
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
}

#sec_voice .detail .contents .schedule .schedule_list li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #000;
	padding: 19px 0;
}

#sec_voice .detail .contents .schedule .schedule_list li:last-of-type {
	border-bottom: none;
}

#sec_voice .detail .contents .schedule .schedule_list li .time {
	width: 13%;
	text-align: center;
	font-size: 2.3rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

#sec_voice .detail .contents .schedule .schedule_list li .time span {
	/* font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif; */
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	font-size: 1.85rem;
	font-weight: bold;
}

#sec_voice .detail .contents .schedule .schedule_list li .summary {
	width: 27%;
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.08em;
	padding: 0 20px;
}

#sec_voice .detail .contents .schedule .schedule_list li .txt {
	width: 60%;
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

/*IE*/
.ie #sec_voice .detail .profile .txtwrap .cate span {
	padding: 4px 7px 0;
}

.ie #sec_voice .detail .contents .block .q_txt {
	padding: 20px 30px 16px;
}

.ie #sec_voice .detail .contents .block .q_txt::before {
	margin-right: -1px;
}

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

	/*profile*/
	#sec_voice .detail .profile .mainimg {
		width: 100%;
		margin-bottom: 4vw;
	}

	#sec_voice .detail .profile .txtwrap {
		width: 100%;
	}

	#sec_voice .detail .profile .txtwrap .comment {
		padding: 3vw 4.6vw;
		border-radius: 1.33vw;
		box-shadow: 1.33vw 1.33vw 1.33vw rgba(0, 0, 0, .4);
		margin-bottom: 9vw;
	}

	#sec_voice .detail .profile .txtwrap .comment p {
		font-size: 4.27vw;
		min-height: inherit;
	}

	#sec_voice .detail .profile .txtwrap .comment::before {
		width: 15.68vw;
		height: 11.2vw;
		right: auto;
		left: -1.4vw;
	}

	#sec_voice .detail .profile .txtwrap .cate span {
		font-size: 2.9vw;
		padding: 0.185em 1em;
		border-radius: 2.13vw;
		margin-right: 2vw;
		margin-right: 2vw;
	}

	#sec_voice .detail .profile .txtwrap .box {
		margin-top: 9vw;
		border-top: .8vw solid #000;
		border-bottom: .8vw solid #000;
		padding: 2vw 0 4vw;
	}

	#sec_voice .detail .profile .txtwrap .box .ttl {
		font-size: 4.27vw;
		padding: .75vw .8em;
	}

	#sec_voice .detail .profile .txtwrap .box .name {
		font-size: 5.04vw;
	}

	#sec_voice .detail .profile .txtwrap .box .name span {
		font-size: 3.36vw;
	}

	#sec_voice .detail .profile .txtwrap .box .txt1 {
		font-size: 3vw;
	}

	#sec_voice .detail .profile .txtwrap .box .txt2 {
		font-size: 3.2vw;
		line-height: 2;
		margin-left: 0;
	}


	/*contents*/
	#sec_voice .detail .contents .block {
		margin-top: 13vw;
	}

	#sec_voice .detail .contents .block .q_txt {
		width: 100%;
		padding: 4vw 5vw;
		max-width: inherit;
		border-radius: 0 1.33vw 1.33vw 1.33vw;
		margin: 0 auto;
	}

	#sec_voice .detail .contents .block .q_txt p {
		font-size: 3.73vw;
	}

	#sec_voice .detail .contents .block .q_txt::before {
		border-width: 5.33vw 0 0 4vw;
		border-color: transparent transparent transparent #fff0d7;
		top: auto;
		bottom: 100%;
		right: auto;
		left: 0;
		margin-bottom: -1px;
	}

	#sec_voice .detail .contents .block .comment {
		display: block;
		margin: 8vw 0;
	}

	#sec_voice .detail .contents .block .comment .img {
		width: 38%;
		margin-left: auto;
	}

	#sec_voice .detail .contents .block .comment .txt {
		width: 100%;
		padding: 2vw 3vw 3vw;
		border-radius: 1.33vw 0 1.33vw 1.33vw;
		box-shadow: 1.33vw 1.33vw 1.33vw rgba(0, 0, 0, .4);
		margin-top: 5vw;
		z-index: auto;
	}

	#sec_voice .detail .contents .block .comment .txt p {
		font-size: 3.2vw;
	}

	#sec_voice .detail .contents .block .comment .txt::before {
		width: 12.27vw;
		height: 19.07vw;
		left: auto;
		right: -5.3vw;
		top: -8vw;
		background: url(../img/voice/fukidashi_top.png) no-repeat right top / 100% auto;
	}

	#sec_voice .detail .contents .block .imgwrap {
		display: block;
		margin: 8vw 0;
	}

	#sec_voice .detail .contents .block .imgwrap &gt; figure {
		width: 100%;
	}

	#sec_voice .detail .contents .block .imgwrap.col3 &gt; figure {
		width: 100%;
	}

	#sec_voice .detail .contents .block .imgwrap &gt; figure + figure {
		margin-left: 0;
		margin-top: 8vw;
	}

	#sec_voice .detail .contents .block .imgwrap &gt; figure img {
		width: 100%;
	}

	#sec_voice .detail .contents .block .imgwrap &gt; figure figcaption {
		font-size: 2.8vw;
	}


	#sec_voice .detail .contents .schedule {
		margin: 16vw 0 10vw;
		padding: 0 0 10vw;
	}

	#sec_voice .detail .contents .schedule .ttl {
		font-size: 3.73vw;
		top: -0.7em;
		margin-bottom: 1.5em;
	}


	#sec_voice .detail .contents .schedule .ttl span::before,
	#sec_voice .detail .contents .schedule .ttl span::after {
		width: 1px;
	}

	#sec_voice .detail .contents .schedule .schedule_list {
		border-top: .8vw solid #000;
		border-bottom: .8vw solid #000;
	}

	#sec_voice .detail .contents .schedule .schedule_list li {
		display: block;
		padding: 4.4vw 0;
	}

	#sec_voice .detail .contents .schedule .schedule_list li .time {
		width: 100%;
		text-align: left;
		font-size: 4vw;
		margin-bottom: .4em;
	}

	#sec_voice .detail .contents .schedule .schedule_list li .time span {
		font-size: 3.6vw;
	}

	#sec_voice .detail .contents .schedule .schedule_list li .summary {
		width: 100%;
		text-align: left;
		font-size: 3.47vw;
		padding: 0;
		margin-bottom: .4em;
	}

	#sec_voice .detail .contents .schedule .schedule_list li .txt {
		width: 100%;
		font-size: 3.2vw;
	}

}
</pre></body></html>