@charset "utf-8";
/* CSS Document */

main section h2:before {
	background: #87af28;
}

aside h4 {
	width: 100%;
	line-height: 1.4;
}
aside h4:before {
	display: none;
}
aside h4 span {
	display: block;
	font-size: 0.8em;
}
aside .btn {
	margin: 0;
}
aside .btn a {
	background: #87af28;
}

.panel.voice .title {
	padding-right: 0;
}
.panel.voice .title:after {
	display: none;
}
.panel.voice .division {
	font-size: 0.75em;
}
.panel.voice .name {
	color: #87af28;
	font-weight: bold;
}
main #breadcrumb + #visualHdr {
	margin-top: 0;
}

#visualHdr {
	background: linear-gradient(to right, #eeeeee, #ffffff);
}
#visualHdr .lead {
	color: #87af28;
	font-weight: bold;
	line-height: 1.2;
}
#visualHdr .name {
	line-height: 1.5;
}
#visualHdr .name span {
	display: block;
}
#schedule {
	border-top: 1px solid #87af28;
	border-bottom: 1px solid #87af28;
}
#schedule h2 {
	display: block;
	height: auto;
	padding: 0;
	text-align: center;
}
#schedule h2:before {
	display: none;
}
#schedule ul {
	position: relative;
	margin: 0;
}
#schedule ul:after {
	content: "";
	position: absolute;
	display: block;
	z-index: -1;
}

#schedule li strong {
	font-size: 1.25em;
}
#schedule li .img img {
	border: 0;
}

#message p {
	margin-bottom: 1.5em;
}
#message .catch {
	font-weight: bold;
}
#message #visualSign img {
	border: 0;
}
#message #visualSign .sign .nameC {
	font-weight: bold;
}
#message #visualSign .sign .name {
	line-height: 1.25;
}

main section .btn.next.recIdx a {
	color: #000000;
	background: #ffffff;
}


@media print, screen and (min-width: 768px) {
	aside .inner {
		border: 20px solid #87af28;
	}
	aside .btn {
		width: 520px;
	}
	aside .btn:first-child {
		margin: 0 40px 0 0;
	}
	aside .btn a {
		font-size: 3.4rem;
	}
	aside .btn a:hover {
		color: #87af28;
	}
	aside .btn a:hover:after {
		color: #87af28;
	}
	aside .flow a:hover {
		color: #87af28;
	}
	main nav a:hover {
		color: #87af28;
	}
	main nav a:hover:after {
		color: #87af28;
	}
	.panel li a:hover .img:after {
		box-shadow: inset 0 0 0 10px #87af28;
	}
	.panel li a:hover .title,
	.panel li a:hover .name {
		color: #87af28;
	}
	.level1 .panel {
		padding-bottom: 20px;
	}
	.level1 .panel li {
		width: 465px;
	}
	.level1 .panel li:nth-child(3) {
		margin-top: 20px;
	}
	.level1 .panel li:nth-child(3n) {
		margin-right: 30px;
	}
	.level1 .panel li:nth-child(2n) {
		margin-right: 0;
	}
	.level1 .panel li .img {
		width: 465px;
	}

	.panel.voice li {
		width: 465px;
		margin: 55px 30px 0 0;
	}
	.panel.voice li {
		margin-top: 55px;
	}
	.panel.voice li:nth-child(-n+2) {
		margin-top: 0;
	}
	.panel.voice li:nth-child(2n) {
		margin-right: 0;
	}

	#visualHdr {
		height: 400px;
		margin: 0 0 80px 0;
	}
	#visualHdr .inner {
		position: relative;
		width: 960px;
		margin: 0 auto;
	}
	#visualHdr .img {
		width: 480px;
		margin-left: auto;
	}
	#visualHdr .lead {
		position: absolute;
		left: 40px;
		top: 55px;
		font-size: 3.4rem;
	}
	#visualHdr .name {
		position: absolute;
		left: 40px;
		top: 255px;
	}
	#visualHdr .name span {
		padding-bottom: 12px;
		font-size: 1.2rem;
	}
	#visualHdr .name strong {
		font-size: 3.0rem;
	}

	#schedule {
		padding: 55px 0 75px 0;
	}
	#schedule h2 {
		margin: 0 0 60px 0;
	}
	#schedule ul {
		display: -webkit-flex;
		display: flex;
	}
	#schedule ul:after {
		left: 0;
		top: 82px;
		width: 100%;
		height: 1px;
		border-top: 1px dotted #cccccc;
	}
	#schedule ul.first:after {
		width: 87.5%;
		left: 12.5%;
	}
	#schedule ul.last:after {
		width: 87.5%;
		left: 0;
	}
	#schedule ul.time1:after {
		width: 12.5%;
	}
	#schedule ul.time2:after {
		width: 37.5%;
	}
	#schedule ul.time3:after {
		width: 62.5%;
	}
	#schedule li {
		width: 25%;
		padding: 30px 0 45px 0;
		font-size: 1.4rem;
	}
	#schedule li .img {
		margin-bottom: 6px;
		text-align: center;
	}
	#schedule li .img img {
		width: 104px;
	}
	#schedule li .text {
		margin-left: 68px;
	}

	#message .unitImg1of2 {
		margin-bottom: 2em;
	}
	#message .unitImg1of2 > .text {
		width: 460px;
		margin-top: 44px;
	}
	#message .catch {
		font-size: 2.0rem;
	}
	#message #visualSign {
		position: relative;
	}
	#message #visualSign .sign {
		position: absolute;
		top: 110px;
		left: 590px;
	}
	#message #visualSign .sign .nameC {
		margin-bottom: 1em;
		font-size: 1.4rem;
	}
	#message #visualSign .sign .name strong {
		font-size: 2.6rem;
	}
	
	main section .btn.next.recIdx a {
		width: 440px;
		font-size: 2.6rem;
		line-height: 104px;
		border: 10px solid #87af28;
	}
	main section .btn.next.recIdx a:after {
		font-size: 4.5rem;
		color: #87af28;
	}
	main section .btn.next.recIdx a:hover {
		background: #87af28;
	}
	main section .btn.next.recIdx a:hover:after {
		color: #ffffff;
	}
	main section .btn.next.recIdx a span,
	main section .btn.next.recIdx a:hover span {
		border: 0;
	}
}

@media screen and (max-width: 767px) {
	aside .inner {
		padding-bottom: 0;
		border: 3.2vw solid #87af28;
	}
	aside .btn a {
		font-size: 7vw;
		line-height: 1.3;
	}

	#visualHdr {
		margin: 0 0 12.5vw 0;
	}
	#visualHdr .img {
		padding: 7.8vw 6.25vw 0 6.25vw;
	}
	#visualHdr .lead {
		padding: 6.25vw 6.25vw 3.125vw 6.25vw;
		font-size: 6vw;
		background: #ffffff;
	}
	#visualHdr .name {
		padding: 0 6.25vw;
		background: #ffffff;
	}
	#visualHdr .name span {
		font-size: 1.2rem;
	}
	#visualHdr .name strong {
		font-size: 5.625vw;
	}
	#schedule {
		padding: 6.25vw 0;
	}
	#schedule ul {
		width: 100%;
	}
	#schedule .inner {
		position: relative;
	}
	#schedule .inner:after {
		content: "";
		position: absolute;
		left: 12.5%;
		top: 5vw;
		width: 1px;
		height: 90%;
		border-left: 1px dotted #cccccc;
		z-index: -1;
	}
	#schedule li {
		display: table;
		width: 100%;
	}
	#schedule li .img {
		display: table-cell;
		width: 25%;
		padding: 3.125vw 0;
	}
	#schedule li .text {
		display: table-cell;
		width: 75%;
		padding: 3.125vw 0 3.125vw 6.25vw;
		box-sizing: border-box;
	}

	#message .unitImg1of2 {
		margin-bottom: 1em;
	}
	#message > p {
		margin-left: 6.5vw;
	}
	#message .catch {
		font-size: 4.8vw;
	}
	#message #visualSign .img {
		margin: 3.125vw 0;
	}
	#message #visualSign .sign .nameC {
		margin-bottom: 1vw;
		font-size: 4.6vw;
	}
	#message #visualSign .sign .name strong {
		font-size: 6.25vw;
	}

	main section .btn.next.recIdx {
		margin-left: -6.5VW;
	}
	main section .btn.next.recIdx a {
		border: 1.5VW solid #87af28;
		background: #FFFFFF;
	}
	main section .btn.next.recIdx a:after {
		color: #87af28;
	}

}
