@charset "UTF-8";
/* course */

z

/* style */
.pages_left_contetnt{
	width: 100%;
	min-height:inherit;
}
.course-container{
	overflow: hidden;
}
.main_container{
	width:960px;
	margin:0 auto;
}
.content_inner{
	width: 100%;
	margin-bottom: 100px;
}
.course-panel{
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.course-panel.active{
	height: auto;
	opacity: 1;
}

.tab-list{
	padding: 0 5vw;
	border-bottom: 1px solid #c1c1c1;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.tab-list li{
	width: 24.5%;
	background: #c1c1c1;
}
.tab-list li:nth-child(1).active{
	background: #80000f;
}
.tab-list li:nth-child(2).active{
	background: #237332;
}
.tab-list li:nth-child(3).active{
	background: #003c91;
}
.tab-list li a,
.tab-list li p{
	padding: 15px 5px;
	text-align: center;
	color: #fff;
	font-size: 1.3vw;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-weight: bold;
}
.tab-list li a:hover,
.tab-list li p:hover{
	opacity: 1;
	font-weight: bold;
	text-decoration: underline;
}

/* course-main_visual */

.course-main_visual{
	position: relative;
	background: #80000f;
	margin-bottom: 50px;
}
.course-main-text{
	width:calc(960px + 10vw);
	margin:0 auto;
	padding: 2vw calc(400px + 5vw) 2vw 5vw;
	background: #fff;
	position: relative;
}
.course-main-text::before{
	content: '';
	width: calc(350px + 15vw);
	height: 100%;
	background: url(../course/images/course-w_main.jpg)no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: calc(100% - 350px - 5vw);
}
.course-main-text .lead{
	font-size: 16px;
	font-weight: bold;
	color: #80000f;
}
.course-main-text .title{
	/*font-size: 3vw;*/
	font-size: 2.4vw;
	color: #80000f;
	/*font-weight: bold;*/
	line-height: 0.8;
	margin: 3vw 0;
}
.course-main-text .title span:not(.sub){
	/*font-size: 7vw;*/
	font-size: 2.4vw;
	font-family: 'Roboto', sans-serif;
}
.course-main-text .title .sub{
	font-size: 2.4vw;
}
.course-main-text .text{
	font-size: 14px;
	line-height: 2;
}


/* main_container */

h3.course-line-title{
	color: #80000f;
	font-size: 22px;
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
}
h3.course-line-title::before{
	content: '';
	width: 100%;
	height: 1px;
	background: #80000f;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -1;
}
h3.course-line-title span{
	background: #fff;
	display: inline-block;
	padding-right: 30px;
    font-weight: 600;
}

h3.course-bar-title{
	background: #80000f;
	padding: 10px 30px;
	color: #fff;
	font-size: 22px;
	margin-bottom: 30px;
    font-weight: 600;
}
h3.course-bar-title span{
	font-size: 14px;
    font-weight: 600;
}
.curriculum-list li,
.feature-list li{
	margin-bottom: 30px;
	list-style: none;
	position: relative;
}
.feature-list dt{
	color: #80000f;
    font-size: 16px;
    font-weight: 600;
	display: flex;
	align-items: center;
	line-height: 1;
	margin-bottom: 10px;
}
.feature-list dt span{
	font-size: 30px;
	margin-right: 15px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
}

.curriculum-list dl{
	display: flex;
}
.curriculum-list dt{
	background: #80000f;
	color: #fff;
    font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
    font-weight: 600;
}
.curriculum-list dd{
	background: rgba(128, 0, 15 , .15);
	padding: 20px 40px;
	width: calc(100% - 150px);
}
.curriculum-list li::before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 9px 0 9px;
	border-color: #80000f transparent transparent transparent;
	position: absolute;
	bottom: -18px;
	left: calc(75px - 9px);
}
.curriculum-list li:last-child:before{
	display: none;
}

.course-table{
	width: 100%;
	table-layout: fixed;
}
.course-table th{
	color: #80000f;
	font-size: 16px;
	font-weight: 600;
	background: rgba(128, 0, 15 , .3);
}
.course-table thead th{
	background: rgba(128, 0, 15 , .15);
}
.course-table thead th:first-child,
.course-b .course-table thead th:first-child,
.course-a .course-table thead th:first-child{
	background: none;
	width: 50px;
}
.course-table th,
.course-table td{
	text-align: center;
	padding: 5px 10px;
	border-bottom: 2px solid #80000f;
	border-right: 2px solid #80000f;
	vertical-align: middle;
}
.course-oneday-inner{
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
}
.course-oneday-list{
	width: 70%;
	border-left: 1px solid #80000f;
}
.course-oneday-list span{
	font-size: .9em;
	font-weight: normal;
}
.course-oneday-list li{
	padding: 10px 0 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.course-oneday-list li::before{
	content: '';
	width: 20px;
	height: 1px;
	background: #80000f;
	position: absolute;
	top: 50%;
	left: 0;
}
.course-oneday-list .time{
	font-weight: 600;
	color: #80000f;
	font-size: 14px;
	width: 80px;
	text-align: right;
	margin-bottom: 0;
}
.course-oneday-list .text{
	width: calc(100% - 100px);
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}
.course-oneday-photo{
	width: 25%;
}
.course-oneday-photo li{
	margin: 20px 0;
}
.course-oneday-photo img{
	width: 100%;
}

.voice-tab{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.voice-tab li{
	font-size: 16px;
	padding: 15px;
	text-align: center;
	background: #fff;
	border: 1px solid #80000f;
	color: #80000f;
	cursor: pointer;
	width: 49%;
}
.voice-tab li.active{
	background: #80000f;
	color: #fff;
	font-weight: bold;
}
.course-voice-panel{
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.course-voice-panel.active{
	opacity: 1;
	height: auto;
}

.bx-controls{
	width: 100%;
	height: 50px;
	margin-top: 50px;
}
.bx-controls-direction{
	display: flex;
	justify-content: center;
}
.bx-wrapper .bx-controls-direction a {
    position: relative;
    top: auto;
	right: auto;
    margin-top: 0;
    outline: 0;
    width: 200px;
    height: 50px;
    text-indent: 0;
    z-index: 9999;
	color: #000;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin: 0 30px;
}
.bx-controls.bx-has-controls-direction.bx-has-pager{
	display: block;
	/* height: 50px; */
	position: relative;
}

.bx-wrapper .bx-controls-direction a.bx-next,
.bx-wrapper .bx-controls-direction a.bx-prev{
	position: relative;
	z-index: auto;
}
.bx-wrapper .bx-controls-direction a.bx-next::before,
.bx-wrapper .bx-controls-direction a.bx-prev::before{
	content: '';
	width: 50px;
	height: 50px;
	background: #80000f;
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-controls-direction a.bx-next{
	justify-content: flex-end;
}
.bx-wrapper .bx-controls-direction a.bx-next::before{
	right: auto;
	left: 0;
}
.bx-wrapper .bx-controls-direction a.bx-next::after,
.bx-wrapper .bx-controls-direction a.bx-prev::after{
	content: '';
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: calc(50% - 10px);
	left: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bx-wrapper .bx-controls-direction a.bx-prev::after{
	left: auto;
	right: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.voice-inner .data{
	display: flex;
	align-items: center;
}
.voice-inner .photo{
	width: 70%;
	margin-right: -10%;
}
.voice-inner .photo img{
	width: 100%;
}
.voice-inner .profile{
	width: 40%;
	background: #80000f;
	color: #fff;
	font-size: 14px;
	padding: 10px 30px 10px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-weight: 600;
}
.voice-inner .profile::before,
.voice-inner .profile::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 83px 30px;
	border-color: transparent transparent #80000f transparent;
	position: absolute;
	top: 0;
	left: -30px;
}
.voice-inner .profile::after{
	border-color: transparent transparent #fff transparent !important;
	left: auto;
	right: 0;
}
.voice-inner .text{
	width: 100%;
	margin-top: 50px;
	line-height: 2;
}
.voice-inner .data.none-photo{
	justify-content: center;
	margin-top: 50px;
}
.voice-inner .data.none-photo .profile{
	width: 60%;
	height: 62px;
}


/* ------------------------- course-b ------------------------- */

.course-b .course-main_visual{
	background: #237332;
}
.course-b .course-main-text::before{
	background: url(../course/images/course-b_main.jpg)no-repeat center center;
	background-size: cover;
}
.course-b .course-main-text .lead{
	color: #237332;
}
.course-b .course-main-text .title{
	color: #237332;
}

.course-b h3.course-line-title{
	color: #237332;
}
.course-b h3.course-line-title::before{
	background: #237332;
}

.course-b h3.course-bar-title{
	background: #237332;
}
.course-b .feature-list dt{
	color: #237332;
}
.course-b .course-table th{
	color: #237332;
	background: rgba(35, 115, 50 , .3);
}
.course-b .course-table thead th{
	background: rgba(35, 115, 50 , .15);
}
.course-b .course-table th,
.course-b .course-table td{
	border-bottom: 2px solid #237332;
	border-right: 2px solid #237332;
}
.course-b .course-oneday-list{
	border-left: 1px solid #237332;
}
.course-b .course-oneday-list li::before{
	background: #237332;
}
.course-b .course-oneday-list .time{
	color: #237332;
}
.course-b .voice-tab li{
	border: 1px solid #237332;
	color: #237332;
	width: 32%;
}
.course-b .voice-tab li.active{
	background: #237332;
	color: #fff;
}
.course-b .bx-wrapper .bx-controls-direction a.bx-next::before,
.course-b .bx-wrapper .bx-controls-direction a.bx-prev::before{
	background: #237332;
}
.course-b .voice-inner .profile{
	background: #237332;
}
.course-b .voice-inner .profile::before,
.course-b .voice-inner .profile::after{
	border-color: transparent transparent #237332 transparent;
}
.course-b .voice_b1 .voice-inner .profile::before,
.course-b .voice_b1 .voice-inner .profile::after,
.course-b .voice_b2 .voice-inner .profile::before,
.course-b .voice_b2 .voice-inner .profile::after{
	border-width: 0 0 83px 30px;
}


/* ------------------------- course-a ------------------------- */

.course-a .course-main_visual{
	background: #003c91;
}
.course-a .course-main-text::before{
	background: url(../course/images/course-a_main.jpg)no-repeat center center;
	background-size: cover;
}
.course-a .course-main-text .lead{
	color: #003c91;
}
.course-a .course-main-text .title{
	color: #003c91;
}

.course-a h3.course-line-title{
	color: #003c91;
}
.course-a h3.course-line-title::before{
	background: #003c91;
}

.course-a h3.course-bar-title{
	background: #003c91;
}
.course-a .feature-list dt{
	color: #003c91;
}
.course-a .course-table th{
	color: #003c91;
	background: rgba(0, 60, 145 , .3);
}
.course-a .course-table thead th{
	background: rgba(0, 60, 145 , .15);
}
.course-a .course-table th,
.course-a .course-table td{
	border-bottom: 2px solid #003c91;
	border-right: 2px solid #003c91;
}
.course-a .course-oneday-list{
	border-left: 1px solid #003c91;
}
.course-a .course-oneday-list li::before{
	background: #003c91;
}
.course-a .course-oneday-list .time{
	color: #003c91;
}
.course-a .voice-tab li{
	border: 1px solid #003c91;
	color: #003c91;
}
.course-a .voice-tab li.active{
	background: #003c91;
	color: #fff;
}
.course-a .bx-wrapper .bx-controls-direction a.bx-next::before,
.course-a .bx-wrapper .bx-controls-direction a.bx-prev::before{
	background: #003c91;
}
.course-a .voice-inner .profile{
	background: #003c91;
}
.course-a .voice-inner .profile::before,
.course-a .voice-inner .profile::after{
	border-color: transparent transparent #003c91 transparent;
}
.course-a .voice_a2 .voice-inner .profile::before,
.course-a .voice_a2 .voice-inner .profile::after{
	border-width: 0 0 83px 30px;
}



/* -- Media query	761px以下の場合 スマートフォン設定------------------------------------------------------------- */
@media all and (max-width: 761px ) {

/* style */
/* .pages_left_contetnt{
	width: 100%;
	min-height:inherit;
}
.course-container{
	overflow: hidden;
}
*/
.main_container{
	width:100%;
	margin:0 auto;
}
.content_inner{
	width: 96%;
	margin-bottom: 50px;
}/*
.course-panel{
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.course-panel.active{
	height: auto;
	opacity: 1;
}
*/
.tab-list{
	padding: 0 10px;
	border-bottom: 1px solid #c1c1c1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.tab-list::after{
	display: none;
}
.tab-list li{
	width: 49%;
	background: #c1c1c1;
}

.tab-list li:nth-child(1),
.tab-list li:nth-child(2){
	margin-bottom: 5px;
}/*
.tab-list li:nth-child(1).active{
	background: #80000f;
}
.tab-list li:nth-child(2).active{
	background: #237332;
}
.tab-list li:nth-child(3).active{
	background: #003c91;
}*/
.tab-list li a,
.tab-list li p{
	padding: 0 5px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-weight: bold;
}/*
.tab-list li a:hover,
.tab-list li p:hover{
	opacity: 1;
	font-weight: bold;
	text-decoration: underline;
}
 */
/* course-main_visual */

.course-main_visual{
	position: relative;
	background: #80000f;
	margin-bottom: 50px;
	padding-left: 30px;
}
.course-main-text{
	width:100%;
	margin:0 auto;
	padding: 5% 5% calc(30vh + 5%);
	background: #fff;
	position: relative;
}
.course-main-text::before{
	content: '';
	width: 100%;
	height: 30vh;
	background: url(../course/images/course-w_main.jpg)no-repeat center center;
	background-size: cover;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
}
.course-main-text .lead{
	font-size: 14px;
	font-weight: bold;
	color: #80000f;
}
.course-main-text .title{
	/*font-size: 35px;*/
	font-size: 24px;
	color: #80000f;
	/*font-weight: bold;*/
	line-height: 1;
	margin: 3vh auto;
}
.course-main-text .title span:not(.sub){
	/*font-size: 70px;*/
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
}
.course-main-text .title .sub{
	/*font-size: 20px;*/
	font-size: 24px;
	margin-top: 10px;
}
.course-main-text .text{
	font-size: 14px;
	line-height: 2;
}


/* main_container */

h3.course-line-title{
	margin: 0 auto 20px;
	width: 90%;
	font-size: 20px;
}/*
h3.course-line-title::before{
	content: '';
	width: 100%;
	height: 1px;
	background: #80000f;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -1;
}*/
h3.course-line-title span{
	background: #fff;
	display: inline-block;
	padding-right: 10px;
    font-weight: 600;
}

h3.course-bar-title{
	width: 90%;
	margin: 0 auto 20px;
	font-size: 20px;
	padding: 5px 20px;
}/*
h3.course-bar-title span{
	font-size: 14px;
    font-weight: 600;
}
*/
.voice-tab,
.course-voice-panel,
.course-table,
.course-table + .attention,
.course-oneday-inner,
.curriculum-list,
.feature-list{	
	margin: 0 auto;
	width: 90%;
}

.curriculum-list li,
.feature-list li{
	margin-bottom: 20px;
	list-style: none;
	position: relative;
}

.curriculum-list li{
	margin-bottom: 40px;
}
.feature-list dt{
	color: #80000f;
    font-size: 16px;
    font-weight: 600;
	display: flex;
	align-items: center;
	line-height: 1.5;
	margin-bottom: 10px;
}
.feature-list dt span{
	font-size: 40px;
	margin-right: 15px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
}

.curriculum-list dl{
	display: flex;
	flex-direction: column;
}
.curriculum-list dt{
	background: #80000f;
	color: #fff;
    font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
    font-weight: 600;
	padding: 10px;
}
.curriculum-list dd{
	background: rgba(128, 0, 15 , .15);
	padding: 20px;
	width: 100%;
}
.curriculum-list li::before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: #80000f transparent transparent transparent;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 10px);
}
.curriculum-list li:last-child:before{
	display: none;
}
/*
.course-table{
	width: 100%;
	table-layout: fixed;
}*/
.course-table th{
	color: #80000f;
	font-size: 12px;
	font-weight: 600;
	background: rgba(128, 0, 15 , .3);
}/*
.course-table thead th{
	background: rgba(128, 0, 15 , .15);
}*/
.course-table thead th:first-child,
.course-b .course-table thead th:first-child,
.course-a .course-table thead th:first-child{
	background: none;
	width: 15px;
}
.course-table th,
.course-table td{
	text-align: center;
	padding: 3px 0;
	font-size: 10px;
	letter-spacing: normal;
	border-bottom: 1px solid #80000f;
	border-right: 1px solid #80000f;
	vertical-align: middle;
	line-height: 1.3;
}
.course-oneday-inner{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
}
.course-oneday-list{
	width: 100%;
	border-left: 1px solid #80000f;
}
.course-oneday-list li{
	padding: 0 0 15px 25px;
	display: flex;
	justify-content: flex-start;
	position: relative;
	flex-direction: column;
}
.course-oneday-list li::before{
	content: '';
	width: 20px;
	height: 1px;
	background: #80000f;
	position: absolute;
	top: 10px;
	left: 0;
}
.course-oneday-list .time{
	font-weight: 600;
	color: #80000f;
	font-size: 12px;
	width: 100%;
	text-align: left;
	margin-bottom: 0;
}
.course-oneday-list .text{
	width:100%;
	/* font-size: 12px; */
	font-weight: 600;
}
.course-oneday-photo{
	width: 100%;
	display: flex;
	flex-direction: row;
}
.course-oneday-photo li{
	margin: auto 0;
}/*
.course-oneday-photo img{
	width: 100%;
}
*/
.voice-tab{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.voice-tab li{
	font-size: 14px;
	padding: 10px;
	text-align: center;
	background: #fff;
	border: 1px solid #80000f;
	color: #80000f;
	cursor: pointer;
	width: 49%;
	display: flex;
	align-items: center;
	justify-content: center;
}/*
.voice-tab li.active{
	background: #80000f;
	color: #fff;
	font-weight: bold;
}
.course-voice-panel{
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.course-voice-panel.active{
	opacity: 1;
	height: auto;
}*/

.bx-controls{
	width: 100%;
	height: 50px;
	margin-top: 20px;
}
.bx-controls-direction{
	display: flex;
	justify-content: start;
}
.bx-wrapper .bx-controls-direction a {
    position: relative;
    top: auto;
	right: auto;
    margin-top: 0;
    outline: 0;
    width: 130px;
    height: 30px;
    text-indent: 0;
    z-index: 9999;
	color: #000;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin: 0 10px;
	font-size: 10px;
	letter-spacing: normal;
}/*
.bx-controls.bx-has-controls-direction.bx-has-pager{
	display: block;
	position: relative;
}

.bx-wrapper .bx-controls-direction a.bx-next,
.bx-wrapper .bx-controls-direction a.bx-prev{
	position: relative;
}*/
.bx-wrapper .bx-controls-direction a.bx-next::before,
.bx-wrapper .bx-controls-direction a.bx-prev::before{
	content: '';
	width: 30px;
	height: 30px;
	background: #80000f;
	position: absolute;
	top: 0;
	right: 0;
}/*
.bx-wrapper .bx-controls-direction a.bx-next{
	justify-content: flex-end;
}
.bx-wrapper .bx-controls-direction a.bx-next::before{
	right: auto;
	left: 0;
}*/
.bx-wrapper .bx-controls-direction a.bx-next::after,
.bx-wrapper .bx-controls-direction a.bx-prev::after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: calc(50% - 5px);
	left: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bx-wrapper .bx-controls-direction a.bx-prev::after{
	left: auto;
	right: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.voice-inner .data{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.voice-inner .photo{
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}/*
.voice-inner .photo img{
	width: 100%;
}*/
.voice-inner .profile{
	width: calc(100% - 30px);
	background: #80000f;
	color: #fff;
	font-size: 14px;
	padding: 10px 30px 10px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-weight: 600;
	margin-left: 30px;
	text-align: center;
}
.voice-inner .profile::before,
.voice-inner .profile::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 83px 30px;
	border-color: transparent transparent #80000f transparent;
	position: absolute;
	top: 0;
	left: -30px;
}
.voice-inner .profile::after{
	border-color: transparent transparent #fff transparent !important;
	left: auto;
	right: 0;
}
.voice-inner .text{
	width: 100%;
	margin-top: 20px;
	line-height: 1.5;
}
.voice-inner .data.none-photo{
	justify-content: center;
	margin-top: 20px;
}
.voice-inner .data.none-photo .profile{
	width: calc(100% - 30px);
	height: 62px;
}

.voice_w2 .voice-inner .profile::before,
.voice_w2 .voice-inner .profile::after{
	border-width: 0 0 62px 30px;
}

/* ------------------------- course-b ------------------------- */
/*
.course-b .course-main_visual{
	background: #237332;
}
.course-b .course-main-text::before{
	background: url(../course/images/course-b_main.jpg)no-repeat center center;
	background-size: cover;
}
.course-b .course-main-text .lead{
	color: #237332;
}
.course-b .course-main-text .title{
	color: #237332;
}

.course-b h3.course-line-title{
	color: #237332;
}
.course-b h3.course-line-title::before{
	background: #237332;
}

.course-b h3.course-bar-title{
	background: #237332;
}
.course-b .feature-list dt{
	color: #237332;
}
.course-b .course-table th{
	color: #237332;
	background: rgba(35, 115, 50 , .3);
}
.course-b .course-table thead th{
	background: rgba(35, 115, 50 , .15);
}
.course-b .course-table th,
.course-b .course-table td{
	border-bottom: 2px solid #237332;
	border-right: 2px solid #237332;
}
.course-b .course-oneday-list{
	border-left: 1px solid #237332;
}
.course-b .course-oneday-list li::before{
	background: #237332;
}
.course-b .course-oneday-list .time{
	color: #237332;
}
.course-b .voice-tab li{
	border: 1px solid #237332;
	color: #237332;
}
.course-b .voice-tab li.active{
	background: #237332;
	color: #fff;
}
.course-b .bx-wrapper .bx-controls-direction a.bx-next::before,
.course-b .bx-wrapper .bx-controls-direction a.bx-prev::before{
	background: #237332;
}
.course-b .voice-inner .profile{
	background: #237332;
}
.course-b .voice-inner .profile::before,
.course-b .voice-inner .profile::after{
	border-color: transparent transparent #237332 transparent;
}
.course-b .voice_b2 .voice-inner .profile::before,
.course-b .voice_b2 .voice-inner .profile::after{
	border-width: 0 0 83px 30px;
}
*/

/* ------------------------- course-a ------------------------- */
/*
.course-a .course-main_visual{
	background: #003c91;
}
.course-a .course-main-text::before{
	background: url(../course/images/course-a_main.jpg)no-repeat center center;
	background-size: cover;
}
.course-a .course-main-text .lead{
	color: #003c91;
}
.course-a .course-main-text .title{
	color: #003c91;
}

.course-a h3.course-line-title{
	color: #003c91;
}
.course-a h3.course-line-title::before{
	background: #003c91;
}

.course-a h3.course-bar-title{
	background: #003c91;
}
.course-a .feature-list dt{
	color: #003c91;
}
.course-a .course-table th{
	color: #003c91;
	background: rgba(0, 60, 145 , .3);
}
.course-a .course-table thead th{
	background: rgba(0, 60, 145 , .15);
}
.course-a .course-table th,
.course-a .course-table td{
	border-bottom: 2px solid #003c91;
	border-right: 2px solid #003c91;
}
.course-a .course-oneday-list{
	border-left: 1px solid #003c91;
}
.course-a .course-oneday-list li::before{
	background: #003c91;
}
.course-a .course-oneday-list .time{
	color: #003c91;
}
.course-a .voice-tab li{
	border: 1px solid #003c91;
	color: #003c91;
}
.course-a .voice-tab li.active{
	background: #003c91;
	color: #fff;
}
.course-a .bx-wrapper .bx-controls-direction a.bx-next::before,
.course-a .bx-wrapper .bx-controls-direction a.bx-prev::before{
	background: #003c91;
}
.course-a .voice-inner .profile{
	background: #003c91;
}
.course-a .voice-inner .profile::before,
.course-a .voice-inner .profile::after{
	border-color: transparent transparent #003c91 transparent;
}
.course-a .voice_a2 .voice-inner .profile::before,
.course-a .voice_a2 .voice-inner .profile::after{
	border-width: 0 0 83px 30px;
} */

}