﻿@charset "UTF-8";
.detail-text {
	margin-top: 20px;
}

.second h1 {
	margin-bottom: 30px;
}

.third h1 {}

.bodyText p {
	margin-bottom: 1em;
	/*段落文章が長いものに適用*/
}

/* #program index */

#program .bodyText {
	margin-top: 7px;
}

#program .bodyText p {
	margin-bottom: 0;
}

#program .boldText {
	font-weight: bold
}

#program .border-img {
	border: #CCC 1px solid;
}

#program .txt-red {
	color: #b71919;
}

section#program1 img.scene {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

section#program1 img.fig,
section#program2 img.fig {
	margin: 20px auto;
}

section#program2 img.fig {
	margin-bottom: 0 !important;
}

#program table {
	width: 100%;
	border-top: #dddddd 1px solid;
	margin: 20px auto;
}

#program table td.L,
#program table td.R {
	border-bottom: #dddddd 1px solid;
	padding: 13px 0 13px 20px;
}

#program table td.L {
	background-color: #f5f5f5;
}

#program table.overview {
}

#program table.overview td.L {
	width: 105px;
}

#program table.overview td.R {
	width: 555px;
}

#program table.curriculum td.L {
	width: 156px;
}

#program table.curriculum td.R {
	width: 504px;
}

.figWrap {
	width: 680px;
	margin: 20px auto 0 auto;
	overflow: hidden;
}

.figWrap .fig {
	width: 220px;
	float: left;
	margin-right: 10px;
}

.figWrap .fig.rightEnd {
	margin-right: 0 !important;
}

.figWrap .fig img {
	width: 220px;
	height: 165px;
	margin-bottom: 10px;
}

.figWrap .fig p {
	text-align: center;
	font-size: 93%;
}

.figWrap .fig p span {
	font-weight: bold;
}

#program h3 {
	font-weight: bold;
	font-size: 108%;
	margin-bottom: 0.5em;
	line-height: 30px;
}

#program .inq-btnset.inq-single {
	padding: 30px;
	box-sizing: border-box;
}

#program .inq-btnset.inq-single a.apply {
	position: static;
	margin: 0 auto;
}

.program-list {
	margin: 40px auto;
	width: 680px;
}

.program-list ul {}

.program-list ul li {
	margin-bottom: 10px;
}

.program-list ul li a {
	display: block;
	width: 620px;
	height: 62px;
	line-height: 62px;
	background-image: url(../img/ui/bg-btn-program.gif);
	background-repeat: no-repeat;
	color: #333;
	font-size: 123.1%;
	font-weight: bold;
	padding-left: 60px;
}

/*.pic-ttl { background: #434343; color: #fff; font-weight: bold; text-align: center; margin-top: 15px; margin-bottom: 15px !important;}*/

.pic-ttl {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px !important;
}

.program-img {
	margin: 0;
}

.program-img > div {
	width: 680px;
	height: 605px;
	font-weight: bold;
	background-image: url(../img/program/program-img3.png);
	background-repeat: no-repeat;
	background-size: 680px 600px;
	padding: 5px;
	border: 2px solid #ddd;
	box-sizing: border-box
}

#program .program-img table {
	margin: 0;
	border-top: none;
}

.program-img th,
.program-img td {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.program-img th {
	color: #fff;
	height: 28px
}

.program-img td {
	line-height: 1.6;
}

.program-img .tr1 td {
	height: 71px;
	padding-top: 12px;
}

.program-img .tr2 td {
	height: 103px
}

.program-img .tr3 td {
	height: 136px
}

.program-img .tr4 td {
	height: 111px
}

.program-img .tr5 td {
	height: 139px
}

.program-img th:nth-child(1) {
	width: 194px;
}

.program-img th:nth-child(2) {
	width: 137px;
}

.program-img th:nth-child(3) {
	width: 113px;
}

.program-img th:nth-child(4) {
	width: 222px;
}

.program-img td span {
	display: block;
	font-size: 12px;
}

.program-img td p {
	line-height: 1.4;
	font-weight: bold;
}

.program-img .txtcolor-white {
	color: #fff
}

@media screen and (min-width: 401px) {
	section {
		display: block;
		padding-top: 120px;
		margin-top: -120px;
	}
}

@media screen and (max-width: 960px) and (min-width: 1px) {
	.program-img {
		width: 100%;
		overflow: scroll;
		margin: 20px 1px 0;
		-webkit-overflow-scrolling: touch;
	}
}

.comment-icon {
	text-align: right;
	padding-right: 12px;
	font-weight: normal !important;
	color: #888;
	position: absolute;
	bottom: 10px;
	right: 0;
}

.comment-text {
	line-height: 1.4;
	margin-top: 5px;
}

.program-box-list {
	text-align: left;
	margin-left: 20px;
	width: 202px;
}

.program-box-list li {
	font-size: 12px;
	text-indent: -4px;
}

.program-box-list li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	background: #66aada;
	position: relative;
	left: -5px;
	top: -3px;
}

.program-box-list a {
	color: #fff;
	text-decoration: underline;
}

.program-box-list li small {
	font-weight: normal;
	color: rgba(256, 256, 256, .8);
}

#program .program-level {
	border: 2px solid #ddd;
	padding: 4px;
}

#program .program-level .pic-ttl {
	width: 653px;
}

#program .program-level table {
	width: 668px;
	border: none;
	margin: 0 auto 10px;
}

#program .program-level table thead tr {
	background: url(/img/program/program-level-bg.jpg) repeat;
	background-size: 100% 30px;
	font-weight: normal
}

#program .program-level table thead tr td:nth-child(2) {
	font-size: 12px;
	color: #fff;
	vertical-align: bottom
}

#program .program-level table thead tr td:nth-child(n+3) {
	vertical-align: bottom;
}

#program .program-level table tbody th {
	color: #fff;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}

#program .program-level table tbody th {
	width: 100px;
	text-align: center;
}

#program .program-level table tbody td {
	width: 48px;
	text-align: center;
}

#program .program-level table tbody td:nth-child(2) {
	width: 308px;
	text-align: left;
	padding: 8px 15px 8px 8px;
}

#program .program-level table tbody th p {
	font-size: 16px;
}

#program .program-level table tbody th a {
	color: #fff;
	width: 90px;
	font-size: 12px;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	margin: 0 auto 5px;
}

#program .program-level table tbody th a:hover {
	text-decoration: none;
	opacity: .7;
}

#program .program-level table tbody tr:nth-child(1) th {
	background: #8dc0e5
}

#program .program-level table tbody tr:nth-child(2) th {
	background: #73a6d0
}

#program .program-level table tbody tr:nth-child(3) th {
	background: #4488c1
}

#program .program-level table tbody tr:nth-child(4) th {
	background: #166ab2
}

#program .program-level table tbody tr:nth-child(5) th {
	background: #105085
}
#program .program-level table tbody tr:nth-child(6) th {
	background: #083e6b;
}
#program .program-level table tbody tr:nth-child(7) th {
	background: #0c3e66;
}

#program .program-level table tbody tr td:nth-child(1) {
	text-align: center;
	padding-top: 10px;
}

#program .program-level table tbody tr td:nth-child(2) {
	padding: 8px;
}

#program .program-level table tbody tr td:nth-child(n+3) {
	vertical-align: middle;
	border-left: 1px dotted #ddd
}

#program .program-level table tbody tr td:last-child {
	border-right: 1px dotted #ddd
}

#program .program-level table tbody tr:nth-child(even) {
	background: #efefef;
}

#program .program-level table tbody tr td a {
	height: auto;
	color: #a21524;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: underline;
}

#program .program-level table tbody tr td a:hover {
	opacity: .7;
}

#program .program-level table tbody tr td a span {
	font-size: 13px;
}

#program .program-level table tbody tr td p {
	font-size: 12px;
	line-height: 1.6
}

.program-level i {
	width: 28px;
	height: 28px;
	display: inline-block;
	border-radius: 24px;
	background-image: url(/img/program/program-level.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
}

.program-level i.program-level1 {
	background-color: #889fd1;
	text-indent: -9999px;
}

.program-level i.program-level2 {
	background-color: #00326a;
	text-indent: -9999px;
}

.program-level-icon {
	width: 658px;
	text-align: right;
	line-height: 24px;
}

#program .program-step {
	border: 2px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
}

#program .program-step table {
	width: 653px;
	border: none;
	margin: 0;
}

.program-step table thead th {
	border-right: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
	font-weight: bold;
}

.program-step table thead th:nth-child(1) {
	width: 113px;
}

.program-step table thead th:nth-child(2) {
	width: 200px;
}

.program-step table thead th:nth-child(3) {
	width: 358px;
}

.program-step table tbody tr:nth-child(1) th {
	background: #73bb89;
}

.program-step table tbody tr:nth-child(2) th {
	background: #44a562;
}

.program-step table tbody tr:nth-child(3) th {
	background: #158e3b;
}

.program-step table tbody tr:nth-child(4) th {
	background: #106b2c;
}

.program-step table tbody tr:nth-child(1) th,
.program-step table tbody tr:nth-child(1) td {
	border-top: 10px solid #fff;
}

.program-step table tbody th {
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	line-height: 1.4;
	border-bottom: 2px solid #fff
}

.program-step table tbody th small {
	font-size: 12px;
	font-weight: normal;
}

.program-step table tbody td:nth-child(2) {
	font-size: 14px;
	background: #eee;
	color: #106b2c;
	font-weight: bold;
	vertical-align: middle;
	padding: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	line-height: 1.6
}

.program-step table tbody td:nth-child(3) .program-step-box {
	border: 1px solid rgba( 185, 207, 168);
	border-radius: 4px;
	padding: 10px;
	line-height: 1.4;
	display: block;
	margin-bottom: 4px;
}

.program-step table tbody td:nth-child(3) .program-step-box {
	border: 1px solid rgba( 185, 207, 168);
	border-radius: 4px;
	padding: 10px;
	line-height: 1.4;
	display: block;
	margin-bottom: 4px;
}

.program-step table tbody td:nth-child(3) .program-step-box:hover {
	text-decoration: none;
	opacity: .7;
	cursor: pointer;
}

.program-step table tbody td:nth-child(3) .program-step-box h3 a {
	font-size: 15px;
	font-weight: bold;
	color: #a21624;
	text-decoration: underline;
	margin-bottom: 5px !important;
}

.program-step table tbody td:nth-child(3) .program-step-box p {
	color: #333;
}

.program-step table tr.program-step-gray th {
	background: #888 !important;
}

.program-step table tr.program-step-gray td:nth-child(2) {
	color: #888
}

.program-step table tr.program-step-gray td:nth-child(3) .program-step-box {
	border: 1px solid #ddd
}

.program-flow {
	border: 2px solid #ddd;
	padding: 0 5px;
}

/*.program-flow .pic-ttl { width: 653px;}*/

#program .program-flow table {
	width: 653px !important;
	border: none !important;
}

#program .program-flow table th {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 300px;
	background: #5a5a5a;
	text-align: center;
	vertical-align: middle;
	border-bottom: 10px solid #fff
}

#program .program-flow table th:first-child {
	width: 50px;
	background: none;
}

#program .program-flow table th:nth-child(2) {
	border-right: 4px solid #fff
}

#program .program-flow table td:nth-child(2) {
	border-right: 4px solid #fff
}

.flow-line {
	border-top: 1px dashed #888;
	height: 10px;
	margin: 10px 0 20px;
}

.flow-order {
	color: #a21624;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding-right: 8px;
}

.about-list {
	margin: 30px 0;
	padding: 0 20px;
}

.about-list li {
	margin-bottom: 19px;
	overflow: hidden;
}

.about-list li:last-child {
	margin-bottom: 0;
}

.about-list li h2 a {
	color: #95262a;
}

.about-list li p a {
	color: #95262a;
	font-weight: bold;
	background: url(../img/ui/icon-more.gif) no-repeat;
	background-position: center left;
	padding-left: 20px;
}

.about-list li img {
	float: left;
	margin-right: 20px;
}

.about-list li h2 {
	color: #95262a;
	padding: 0;
}

@media screen and (max-width: 960px) and (min-width: 1px) {
	.program-level,
	.program-step,
	.program-flow {
		width: 98%;
		overflow: scroll;
		margin: 20px 2px 0;
		-webkit-overflow-scrolling: touch;
		border: 1px solid #ddd;
		padding: 5px;
	}
}

@media screen and (max-width: 600px) and (min-width: 1px) {
	.about-list li img {
		float: none;
		margin: 0 auto 15px;
		display: block;
	}
	.about-list li .about-list-txt {
		padding: 0 20px;
	}
}

.about-list-border {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 20px;
	box-sizing: border-box;
}

.about-list-border img {
	width: 180px;
	height: auto;
}

/* side bar */

#sidebar .program:not(.localnav) {
	display: none;
}

/* customize program */

.custom-ttl {
	color: #95262a;
	font-size: 16px;
	font-weight: bold;
}

.custom-ttl i {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	width: 100px;
	margin-right: 10px;
	background: #333;
	text-align: center;
}

.custom-lead {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px!important;
}

.custom-subttl {
	font-weight: bold;
}

.custom-jirei {
	color: #fff;
	width: 100px;
	margin-top: 10px;
	background: #999;
	text-align: center;
}

.custom-note {
	color: #666;
	font-size: 12px;
}

.custom-tbl {
	width: 100%;
	margin: 0!important;
	border-collapse: collapse;
	border-top: solid 1px #ddd;
}

.custom-tbl th,
.custom-tbl td {
	font-weight: normal;
	padding: 5px 10px;
	border-bottom: solid 1px #ddd;
	text-align: left;
	vertical-align: top;
}

.custom-tbl th {
	width: 80px;
	background: #f5f5f5;
}

.custom-hr {
	height: 1px;
	margin: 20px 0 10px;
	border: none;
	border-bottom: solid 3px #ddd;
}

.custom-img {
	float: right;
	margin: 0 0 0 20px;
	border-radius: 4px;
}

.custom-list {
	padding-left: 20px;
}

.custom-list li {
	font-weight: bold;
	list-style: disc;
}

.custom-inq {
	width: 720px;
	height: 120px;
	background-image: url(../img/ui/bg-inq-btnset.gif);
	background-repeat: no-repeat;
	position: relative;
	margin: 30px auto;
	padding: 30px 0 0;
	text-align: center;
}

.program-text-list li {
	text-indent: -1rem;
	margin-left: 1rem;
}

.kyufu-img1 {
	background: #f8f8f8;
	margin-bottom: 10px;
}

.kyufu-img1 .kyufu-img1-ttl {
	text-align: center;
	line-height: 1.6;
	padding: 15px 15px 0;
}

.kyufu-img1 .kyufu-img1-ttl span {
	font-size: 12px;
}

.kyufu-img1 .kyufu-img1-ttl h3 {
	color: #95262a;
	font-weight: bold;
	font-size: 20px;
}

.kyufu-img1-main {
	display: flex;
	justify-content: space-around;
	padding: 10px;
}

.kyufu-img1 .kyufu-img1-box {
	width: calc(50% - 15px);
	border: 1px solid #ddd;
}

@media screen and (max-width: 960px) and (min-width: 1px) {
	.kyufu-img1-main {
		display: block;
	}
	.kyufu-img1 .kyufu-img1-box {
		width: 100%;
	}
	.kyufu-img1 .kyufu-img1-box:first-child {
		margin-bottom: 10px;
	}
}

.kyufu-img1 .kyufu-img1-box:nth-child(1) dt {
	background: #f9f1d8;
	display: flex;
	padding: 10px 20px;
	border-top: 1px solid #ddd;
}

.kyufu-img1 .kyufu-img1-box:nth-child(2) dt {
	background: #f9d8d9;
	display: flex;
	padding: 10px 20px;
	border-top: 1px solid #ddd;
}

.kyufu-img1 .kyufu-img1-box dd {
	text-align: center;
	padding: 10px;
	line-height: 1;
	background: #fff;
	height: 140px;
}

@media screen and (max-width: 960px) and (min-width: 1px) {
	.kyufu-img1 .kyufu-img1-box dd {
		height: auto;
	}
}

.kyufu-img1 .kyufu-img1-box dd p {
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0 10px;
}

.kyufu-img1 .kyufu-img1-box dd span {
	background: #b3474b;
	color: #fff;
	font-size: 11px;
	letter-spacing: .1rem;
	font-weight: bold;
	border-radius: 20px;
	padding: 3px 20px;
	margin-top: 5px;
	display: inline-block;
	line-height: 15px;
}

.kyufu-img1 .kyufu-img1-box dt p {
	font-size: 12px;
	float: left;
	padding-right: 10px;
}

.kyufu-img1 .kyufu-img1-box ul {
	display: block;
}

.kyufu-img1 .kyufu-img1-box ul li {
	font-weight: bold;
	display: block;
}

.kyufu-about {
	background: #f8f8f8;
	padding: 20px;
}

.kyufu-about + p {
	text-align: right;
}

.kyufu-list {
	padding-left: 1rem;
}

.kyufu-list li {
	list-style: disc;
}

.kyufu-color {
	color: #95262a;
	font-weight: bold;
}

.kyufu-img2 {
	display: flex;
	align-items: stretch;
	margin-bottom: 10px;
}

.kyufu-img2 .kyufu-img2-box {
	width: calc(100% / 4);
	line-height: 1.4;
}

.kyufu-img2 .kyufu-img2-box .kyufu-img2-ttl {
	padding: 10px;
}

.kyufu-img2 .kyufu-img2-box:nth-child(1) .kyufu-img2-ttl {
	background: #feeeef;
}

.kyufu-img2 .kyufu-img2-box:nth-child(2) .kyufu-img2-ttl {
	background: #f9d8d9;
}

.kyufu-img2 .kyufu-img2-box:nth-child(3) .kyufu-img2-ttl {
	background: #f3b0b2;
}

.kyufu-img2 .kyufu-img2-box:nth-child(4) .kyufu-img2-ttl {
	background: #ed898c;
}

.kyufu-img2 .kyufu-img2-box .kyufu-img2-ttl span {
	color: #600003;
	font-size: 12px;
}

.kyufu-img2 .kyufu-img2-box .kyufu-img2-ttl p {
	font-weight: bold;
}

.kyufu-img2 .kyufu-img2-box .kyufu-img2-ttl p small {
	font-weight: normal;
	font-size: 12px;
}

.kyufu-img2 .kyufu-img2-box .kyufu-img2-main {
	padding: 10px;
}

.kyufu-img2 .kyufu-img2-box:nth-child(1) {
	background: #f8f8f8;
}

.kyufu-img2 .kyufu-img2-box:nth-child(2) {
	background: #eeeeee;
}

.kyufu-img2 .kyufu-img2-box:nth-child(3) {
	background: #e2e2e2;
}

.kyufu-img2 .kyufu-img2-box:nth-child(4) {
	background: #d7d7d7;
}

.kyufu-img2-box-last {
	background: #888;
}

.kyufu-img2-box-last p {
	letter-spacing: .4rem;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.kyufu-img2 .kyufu-img2-box .kyufu-img2-main > p + p {
	margin-top: 10px;
}

@media screen and (max-width: 960px) and (min-width: 1px) {
	.kyufu-img2 {
		display: block;
	}
	.kyufu-img2 .kyufu-img2-box {
		width: 100%;
	}
}

.kyufu-img2-txt2 {
	font-weight: bold;
}

.kyufu-img2-txt3 {
	text-align: center;
	background: #fff;
	padding: 10px;
	border-radius: 3px;
}

.kyufu-img2-date {
	text-align: right;
	margin-bottom: 20px;
}

.kyufu-arrow-icon {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #888;
	display: block;
	margin: 0 auto 10px;
}

/*access*/

#access1 img.appearance {
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
}

.access-map {
	width: 670px;
	height: 390px;
	overflow: hidden;
	margin: 40px auto;
	border: #DDD solid 5px;
}

/*Teacher*/

section#program-teacher {
	border: #CCC 1px solid;
	border-radius: 4px;
	/*PE*/
	padding: 28px;
	margin: 40px auto;
}

section#program-teacher img {
	float: left;
}

section#program-teacher .bodyText {
	margin-left: 157px;
}

section#program-teacher h2 {
	padding-left: 0;
	margin: 0 0 20px 0;
	line-height: 1.0;
	color: #9b3236;
	font-weight: bold;
}

section#program-teacher h3 {
	font-weight: bold;
	margin: 0 0 20px 0;
}

section#program-teacher .bodyText p {
	margin-bottom: 1em;
	line-height: 1.8;
}

/*strength*/

#program .strength-box {
	margin-bottom: 20px;
	border-bottom: 2px solid #ddd;
}

#program .strength-box .strength-box-main {
	overflow: hidden;
}

#program .strength-box .strength-box-main img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#program .strength-box .strength-box-main .strength-main-txt {
	width: calc(100% - 195px);
	float: left;
}

#program .strength-box .strength-box-main h3 {
	color: #95262a;
	font-size: 116%;
	margin-bottom: 0;
	padding-top: 480px;
	margin-top: -480px;
}

#program .strength-box .strength-box-main ul {
	list-style: disc;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#program .strength-box .strength-box-sub {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 15px;
	line-height: 1.6;
}

#program .strength-box .strength-box-sub .sub-ttl {
	font-weight: bold;
	color: #00336a;
	margin-bottom: 5px !important;
}

.strength-box-link {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.strength-box-link a {
	width: calc(50% - 4px);
	max-width: 338px;
	float: left;
	color: #fff;
	padding: 10px;
	height: 40px;
	line-height: 20px;
	background-color: #95262a;
	box-sizing: border-box;
	margin: 0 4px 4px 0;
	border-radius: 4px;
}

.strength-box-link a:hover {
	opacity: .8;
	text-decoration: none;
}

.strength-box-link a:after {
	content: url(/img/ui/icon-delta-pink.png);
	float: right
}

@media screen and (max-width: 960px) and (min-width: 1px) {
	.strength-box-link a {
		width: 100%;
		max-width: 100%;
		margin: 0 0 4px 0;
	}
}

.voice-txt {
	width: calc(100% - 16px);
	background: #eee;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	margin-left: 15px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 8px;
	position: relative;
}

.voice-txt:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -8px;
	border: 6px solid transparent;
	border-right: 14px solid #eee;
	z-index: 2;
}

.voice-list {
	margin-left: 20px;
}

@media screen and (min-width:1px) and (max-width:960px) {
	.voice-list {
		margin-right: 20px;
	}
}

.voice-list li {
	margin-bottom: 10px;
}

.voice-list li a {
	background: #eee;
	border-radius: 2px;
	padding: 10px 5px 10px 10px;
	display: block;
	color: #333;
}

.voice-list li a:hover {
	opacity: .8;
	text-decoration: none;
}

.voice-list li a span {
	color: #95262a;
	font-weight: bold;
	display: block;
}

.program-pageindex {
	display: flex;
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 30px;
}

.pageindex-about,
.pageindex-other {
	width: 50%;
	box-sizing: border-box;
	padding: 5px;
}

.pageindex-about p,
.pageindex-other p {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
	background: #fff;
}

.pageindex-about p a,
.pageindex-other p a {
	width: 100%;
	box-sizing: border-box;
	font-size: 108%;
	font-weight: bold;
	display: inline-block;
	padding: 5px 10px 5px 30px;
	background: url(../img/ui/icon-delta-bottom.png) no-repeat;
	background-position: 15px center;
}

.pageindex-about ul {
	list-style: disc;
	margin-bottom: 10px;
	padding-left: 40px;
	overflow: hidden;
}

.pageindex-about ul li {
	float: left;
	width: 50%;
}

@media screen and (max-width: 600px) and (min-width: 1px) {
	.pageindex-about ul li {
		float: none;
		width: 100%;
	}
}

.pagelink-list li {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-sizing: border-box;
}

.pagelink-list li a {
	font-size: 108%;
	font-weight: bold;
	display: inline-block;
	padding: 10px 10px 10px 30px;
	background: url(../img/ui/icon-delta-bottom.png) no-repeat;
	background-position: 15px center;
}

.package-curriculum-list li {
	margin-bottom: 10px;
}

.package-curriculum-list li a {
	border: 1px solid #ccc;
	color: #a03d41;
	font-weight: bold;
	display: inline-block;
	padding: 5px 5px 5px 8px;
	border-radius: 4px;
	margin: 5px;
}

.package-curriculum-list li a:hover {
	text-decoration: none;
	opacity: .8;
}

.customize-ex {
	border: 2px solid #ddd;
	padding: 10px;
	box-sizing: border-box;
}

@media screen and (max-width: 960px) and (min-width: 1px) {
	.customize-ex {
		width: 100%;
		overflow: scroll;
		margin: 20px 7px 0;
		-webkit-overflow-scrolling: touch;
		border: 1px solid #ddd;
		padding: 5px;
	}
}

.customize-ex .customize-table {
	box-sizing: border-box;
	width: 653px;
	margin: 0 auto !important;
}

.customize-table th,
.customize-table td {
	padding: 10px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	vertical-align: middle;
}

.customize-table .category th,
.customize-table .category tr {
	border-bottom: 2px solid #eee;
}

.customize-table thead th {
	color: #fff;
	background-color: #888;
	text-align: center;
	line-height: 1.2;
	white-space: nowrap;
}

.customize-table tbody th {
	background-color: #158e3b;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

.customize-table tbody td.kensyu {
	background-color: #e0f2d9;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
}

.customize-table tbody td.mokuhyo {
	min-width: 138px;
}

.customize-table .member {
	line-height: 1.2;
	text-align: center;
	width: 54px;
}

.customize-table td.member {
	font-size: 20px;
	color: #158e3b;
	line-height: 0;
}

.movie-box {
	overflow: hidden;
}

.about-movie {
	width: 380px;
	background: #eee;
	padding: 10px 10px 0 10px;
	float: right;
	margin-left: 15px;
}

.about-movie video {
	width: 380px;
	height: auto;
	cursor: pointer;
}

.about-movie video[poster] {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 600px) and (min-width: 1px) {
	.about-movie {
		width: calc(100vw - 16px) !important;
		padding: 5px 0 0 0;
		float: none;
		margin: 0 auto 10px;
	}
	.about-movie video {
		width: 100%;
	}
}

.about-movie p:first-child {
	margin-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
