@charset "UTF-8";

.mt20{margin-top:20px;}
.mb20{margin-bottom:20px;}

/* ===============
.bread_crumb
================*/
main .bread_crumb {
	width: 1000px;
	overflow: hidden;
	text-align: right;
	margin: 0 auto;
}
main .bread_crumb ul {
	margin: 10px auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
main .bread_crumb ul li {
	font-size: 12px;
	margin-left: 6px;
}
main .bread_crumb ul li:not(:last-child):after {
	content: " > ";
}


/* ===============
ごあいさつ
================*/
main .topimage_message {
	width: 100%;
	height: 150px;
	background: url("../images/topimage/topimage_message.jpg") no-repeat center top;
	background-size: cover;
}
main .topimage_message h1 {
	width: 1000px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 200;
	color: #fff;
	padding: 66px 0 0 0;
}

main .message_top {
	margin: 40px 0;
}
main .message_img {
	width: 30%;
	float: left;
}
main .message_img img {
	vertical-align: bottom;
}
main .message_name {
	margin-left: 0%;
	color: #00379a;
	font-size: 28px;
	font-weight: 400;
}
main .message_name .messagename_about {
	font-size: 16px;
	color: #666;
	display: block;
	margin-bottom: 6px;
	padding-top: 10px;
}
main .message_name .messagename_eng {
	font-size: 14px;
	color: #666;
	display: block;
	margin-top: 6px;
}
main h3.message_h3 {
	font-size: 21px;
	color: #00379a;
	margin-bottom: 30px;
}


/* ===============
コース案内
================*/
main .topimage_courseindex {
	width: 100%;
	height: 150px;
	background: url("../images/topimage/topimage_courseindex.jpg") no-repeat center top;
	background-size: cover;
}
main .topimage_business {
	width: 100%;
	height: 150px;
	background: url("../images/topimage/topimage_business.jpg") no-repeat center top;
	background-size: cover;
}
main .topimage_exective {
	width: 100%;
	height: 150px;
	background: url("../images/topimage/topimage_exective.jpg") no-repeat center top;
	background-size: cover;
}
main .topimage_special01 {
	width: 100%;
	height: 150px;
	background: url("../images/topimage/topimage_special01.jpg") no-repeat center top;
	background-size: cover;
}
main .topimage_special02 {
	width: 100%;
	height: 150px;
	background: url("../images/topimage/topimage_special02.jpg") no-repeat center top;
	background-size: cover;
}
main .topimage_knowledge {
	width: 100%;
	height: 150px;
	background: url("../images/topimage/topimage_knowledge.jpg") no-repeat center top;
	background-size: cover;
}
main .topimage_courseindex h1,
main .topimage_business h1,
main .topimage_exective h1,
main .topimage_special01 h1,
main .topimage_special02 h1,
main .topimage_knowledge h1 {
	width: 1000px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 200;
	color: #fff;
	padding: 66px 0 0 0;
}
main .topimage_business h1 span,
main .topimage_exective h1 span,
main .topimage_special01 h1 span,
main .topimage_special02 h1 span {
	font-size: 22px;
}

main .course_item {
	width: 100%;
	background-color: #fff;
	min-height: 120px;
	clear: both;
	margin-bottom: 20px;
	box-shadow: 0px 2px 2px 0px rgba(41, 61, 97, 0.3);
}
main .no_link {
	padding: 10px;
	background-color: #EDEDED;
}
main .no_link img {
	opacity: 0.4;
}
main .course_item a {
	display: block;
	width: 100%;
	min-height: 120px;
	background: url("../images/common/arrow_r_l.png") no-repeat 97% center #fff;
	background-size: 20px;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #fff;
}
main .course_item a:hover {
	border: 1px solid #001c4f;
}
main .course_item .courseitem_img {
	width: 100px;
	height: 100px;
	float: left;
}
main .course_item .courseitem_text {
	margin: 10px 0 0 120px;
	padding-right: 60px;
}
main .course_item .courseitem_text h2 {
	background: none!important;
	color: #001c4f!important;
	line-height: 1.3;
	height: auto!important;
	min-height: 10px!important;
	padding: 0!important;
	margin-bottom: 10px!important;
	font-size: 20px!important;
}
main .course_item .top_nomargin h2 {
	margin-top: 0!important;
	line-height: 1!important;
}
main .no_link h2 span {
	background-color: #001c4f;
	color: #fff;
	font-size: 12px!important;
	padding: 4px 8px;
	margin-left: 10px;
	display: inline!important;
}
main h2 span.online {
	background-color: #FFC70F;
	color: #000;
	font-size: 12px!important;
	padding: 4px 8px;
	margin-left: 10px!important;
}
main h2.h2_exective {
	padding-top: 25px!important;
}
main h2.h2_exective span {
	margin-right: 10px!important;
	margin-left: 0px!important;
}
main h2.h2_busa {
	padding-top: 20px!important;
}
main h2.h2_busa span.online {
	margin-left: 0px!important;
}
main h2.h2_busa .cap02 {
	margin-left: 0!important;
	margin-right: 6px!important;
}
main h2.h2_busa span.sp_sub {
	margin-left: 10px;
	font-size: 14px!important;
}
main h2.h2_knowledge {
	padding-top: 20px!important;
}
main .course_item .courseitem_text h2.no_detail {
	margin-top: 38px;
}
main .course_item .courseitem_text p {
	margin-bottom: 0;
}

main .cource_contents {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	flex-direction: column;;
}
main .cource_contents .main_contents {
	flex-basis: 710px;
	order: 1;
}
#courseTop main .cource_contents .left_side {
	display: none;
}
main .cource_contents .left_side {
	/*flex-basis: 244px;*/
	order: 0;
	margin:0 0 30px;
}
main .cource_contents .left_side h2 {
	background-color: #6181bc;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 16px 0;
	display: none;
}
main .cource_contents .left_side ul{
	display: flex;
	flex-direction: row;
	gap: 0 5px;
}
main .cource_contents .left_side ul li {
	background-color: #fff;
	color: #333;
	margin-bottom: 1px;
	font-size: 15px;
	letter-spacing: -0.02em;
	flex: 1;
	display: table;
}
main .cource_contents .left_side ul li a {
	display: block;
	width: 100%;
	padding: 22px 20px 22px 14px;
	background: url("../images/common/arrow02_r.png") no-repeat 98% center;
	background-size: 12px;
	display: table-cell;
    vertical-align: middle;
}
main .cource_contents .left_side ul li.no_link {
	background-color: #D8D8D8;
	color: #616161;
	padding: 22px 0 22px 14px;
}
main .cource_contents .left_side ul li a:hover {
	background-color: #001c4f;
	color: #fff;
	text-decoration: none;
}
main .cource_contents .left_side ul li.on {
	background-color: #001c4f;
	color: #fff;
	display: flex;
	align-items: center;
}
main .cource_contents .left_side ul li.on span{
	width: 100%;
	padding: 22px 20px 22px 14px;
}

main .cource_contents .container {
    display: flex;
    align-items: center;
	height: auto;
	min-height: 82px;
	background: url("../images/common/bg_subtitle.png") no-repeat left top;
	background-size: cover;
	margin-bottom:20px;
}
main.container {
	display: flex;
	align-items: center;
}
main.h2_exective {
	margin-right: 20px;
}
main .tag {
	color:#00379a;
	font-weight:bold;
	background-color: white;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index:2;
}

main .cource_contents .main_contents h2 {
	height: auto;
	min-height: 82px;
	background-size: cover;
	color: #fff;
	padding: 6px 25px 10px 26px;
	font-weight: 400;
	font-size: 26px;
	line-height: 1.4;
}
main .cource_contents .main_contents h2 span {
	font-size: 18px;
	margin: 0 0 10px 26px
}
main .cource_contents .main_contents h2 span.online {
	width: 9em;
	margin: 0 0 8px 0;
}
main .cource_contents .main_contents h2 span.cource_sub {
	font-weight: 200;
}
main .cource_contents .main_contents h2.h2_busc {
	padding: 6px 0 10px 26px;
}
main .cource_contents .main_contents h2.h2_spe01 {
	padding: 10px 0 10px 26px;
}
main .cource_contents .main_contents p.exe_lead {
	color: #00379a;
	font-weight: 600;
	font-size: 24px;
}
main .cource_contents .main_contents p.knowledge_lead {
	color: #00379a;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
}
main .cource_contents .main_contents p.knowledge_lead span {
	font-size: 15px;
	line-height: 1.5;
	display: block;
	margin-bottom: 6px;
}

main .cource_contents .cource_top01 {
	background-color: #656c75;
	width: auto!important;
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 10px;
	margin-bottom: 10px;
}

main .cource_contents .recomm {
	border: 1px solid #00379a;
	padding: 14px 10px 14px 4px;
	margin: 30px auto;
}
main .cource_contents .recomm h3 {
	float: left;
	width: 17%;
	margin: -2px 25px 0 0;
	border: none;
	padding-left: none;
}
main .cource_contents .recomm p {
	color: #00379a;
	margin-bottom: 0;
	font-size: 16px;
}

main .cource_contents h3 {
	font-size: 20px;
	line-height: 2;
	border-left: 2px solid #00379a;
	margin: 0 0 20px 0;
	font-weight: 600;
	padding-left: 14px;
}

main .cource_contents .courseEnds{
	font-size: 30px;
	color:#001c4f;
	line-height: 2;
	border-left: 5px solid #001c4f;
	border-top: 1px solid #001c4f;
	margin: 80px 0 40px 0;
	font-weight: 600;
	padding-left: 14px;
}


main .cource_contents .instructor_area {
	margin: 20px 0 10px 0;
	position: relative;
}
main .cource_contents .instructor_area .instructor_img {
	width: 20%;
	float: left;
}
main .cource_contents .instructor_area .instructor_namearea {
	margin: 0 0 0 22%;
	position: absolute;
	bottom: 0;
}
main .cource_contents .instructor_area .instructor_namearea .instructor_name {
	color: #00379a;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
}
main .cource_contents .instructor_area .instructor_namearea .instructor_name_eng {
	font-size: 14px;
	color: #666;
	display: block;
	margin-top: 0px;
}
main .cource_contents .instructor_area .instructor_namearea .instructor_title {
	font-size: 14px;
	margin-top: 4px;
}

main .keyword {
	width: 100%;
	margin: 10px 0 30px 0!important;
	clear: both;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: -0.02em;
	color: #555;
}
main .keyword span {
	background-color: #6d6d6d;
	color: #fff;
	padding: 4px 8px;
	margin-right: 10px;
}


main .cource_contents .instructor_area_pc {
	width: 100%;
	margin: 20px 0 10px 0;
	position: relative;
}
main .cource_contents .instructor_area_pc .instructor_view {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
main .cource_contents .instructor_view .instructor_img {
	flex-basis: 245px;
}
main .cource_contents .instructor_view .instructor_mov {
	flex-basis: 440px;
	width: 100%;
}
main .cource_contents .instructor_view .instructor_mov video {
	width: 100%;
	height: auto;
}
main .cource_contents .instructor_area_pc .instructor_name {
	color: #00379a;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 6px;
}
main .cource_contents .instructor_area_pc .instructor_name .instructor_name_eng {
	font-size: 14px;
	color: #666;
	margin-left: 8px;
}


main .cource_contents .instructor_cap {
	font-size: 20px;
    line-height: 2;
    border-left: 2px solid #00379a;
    margin: 0 0 20px 0;
    font-weight: 600;
    padding-left: 14px;
}

main .cource_contents .instructor_intoro {
	width: 100%;
	margin: 20px 0 10px 0;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between
}
main .cource_contents .instructor_intoro .instructor_intoro_namearea{
	width:30%;
}
main .cource_contents .instructor_intoro .instructor_intoro_namearea .instructor_img{
    margin-bottom:10px;
}
main .cource_contents .instructor_intoro .instructor_intoro_namearea .instructor_name{
    color: #00379a;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}
main .cource_contents .instructor_intoro .instructor_intoro_namearea .instructor_name_eng{
	font-size: 14px;
    color: #666;
    display: block;
    margin-top: 0px;
}
main .cource_contents .instructor_intoro .instructor_intoro_namearea .instructor_title{
    font-size: 14px;
    margin-top: 4px;
}

main .cource_contents .instructor_intoro .instructor_intoro_prof{
	width:65%;
}
main .cource_contents .instructor_intoro .instructor_intoro_prof .instructor_intoro_prof_title{
	width: 20%;
    background-color: #656c75;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    margin: 30px 0 15px;
    line-height: 1;
}
main .cource_contents .instructor_intoro .instructor_intoro_prof .instructor_intoro_prof_title:first-of-type{
    margin-top:0;
}
main .cource_contents .instructor_intoro .instructor_intoro_prof .instructorprofile_table th,
main .cource_contents .instructor_intoro .instructor_intoro_prof .instructorprofile_table td{
	padding:2px 0;
}
main .cource_contents .instructor_intoro .instructor_intoro_prof .instructorprofile_table th{
	padding-right:20px;
}


main .cource_contents .instructor_profile_title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

main .cource_contents .instructor_profile_title_2col {
	display: flex;
	justify-content: space-between;
	
}
main .cource_contents .instructor_profile_title_2col p{
	margin: 0;
}
main .cource_contents .instructor_profile_title_2col p:nth-of-type(1){
	width:100%;
}
main .cource_contents .instructor_profile_title_2col p:nth-of-type(2){
	width:30%;
	text-align: center;
}
main .cource_contents .instructor_profile_title_2col p:nth-of-type(2) img{
	width: auto;
	height:160px;
}

main .cource_contents .course_title_Lectures {
	margin: 30px 0 6px 0;
	font-size: 16px;
	font-weight: 600;
	color: #00379a;
}
main .cource_contents table.coutce_timetable_Lectures {
	border-top: 1px solid #000;
	font-size: 14px;
	margin: 0;
	width: 100%;
}
main .cource_contents table.coutce_timetable_Lectures th {
	border-bottom: 1px solid #000;
	background-color: #656c75;
	color: #fff;
	text-align: center;
	font-weight: 600;
	width: 140px;
}
main .cource_contents table.coutce_timetable_Lectures td {
	border-bottom: 1px solid #000;
	padding: 8px 0 8px 10px;
	text-align: left;
}
main .cource_contents table.coutce_timetable_Lectures td p{
	width: 45%;
	margin: 0px 26%;
}

main .cource_contents .course_title {
	margin: 30px 0 6px 0;
	font-size: 24px;
	font-weight: 600;
	color: #00379a;
}
main .cource_contents .course_title2 {
	margin: 10px 0 6px 0;
	font-size: 24px;
	font-weight: 600;
	color: #00379a;
}
main .cource_contents .course_bg {	
	background-color:#ddd;
	padding:10px 20px 20px 20px;
}
main .cource_contents table.coutce_timetable {
	border-top: 1px solid #000;
	font-size: 14px;
	margin: 0;
	width: 100%;
}
main .cource_contents table.coutce_timetable th {
	border-bottom: 1px solid #000;
	background-color: #656c75;
	color: #fff;
	text-align: center;
	font-weight: 600;
	width: 96px;
}
main .cource_contents table.coutce_timetable td {
	border-bottom: 1px solid #000;
	padding: 8px 0 8px 10px;
	text-align: left;
}
main .cource_contents table.coutce_timetable td p{
	width: 45%;
	margin: 0px 26%;
}


main .btn_entry {
	width: 80%;
	height: 97px;
	margin: 60px auto;
}
main .btn_entry a {
	display: block;
	width: 100%;
	background: url("../images/common/btn_entry_bg.png") no-repeat center center;
	background-size: 100%;
	line-height: 97px;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}
main .btn_entry a:hover {
	text-decoration: none;
	color: #fff;
	background: url("../images/common/btn_entry_bg_on.png") no-repeat center center;
	background-size: 100%;
	transition: 0.4s all ease 0s;
}

main .cource_contents .cource_detail {
	clear: both;
	margin: 30px 0 40px 0;
	position: relative;
}
main .cource_contents .cource_detail h4 {
	color: #fff;
	border-bottom: 4px solid #001c4f;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 3px;
}
main .cource_contents .cource_detail h4 span {
	background-color: #001c4f;
	padding: 8px 18px 4px 18px;
	text-align: center;
}
main .cource_contents .cource_detail .course_date02 {
	position: absolute;
	top: 0;
	left: 100px;
	font-size: 18px;
	font-weight: 600;
	color: #001c4f;
}
main .cource_contents .cource_detail .cource_date {
	margin: 10px 0 0 0;
	border-bottom: 2px dotted #969696;
	font-size: 18px;
	font-weight: 600;
	color: #001c4f;
	line-height: 1.8;
	padding-bottom: 10px;
}
main .cource_contents .cource_detail .cource_date span {
	border: 1px solid #001c4f;
	padding: 4px 12px;
}
main .cource_contents .cource_detail h3 {
	border-left: none;
	padding: 12px 0;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	color: #001c4f;
	margin: 0;
}
main .cource_contents .cource_detail h3.special_title {
	line-height: 32px;
}
main .cource_contents .cource_detail h3 span {
	display: block;
	font-size: 16px;
}
main .cource_contents .cource_detail h3 span.cource_sub {
	display: inline-block;
	margin-right: 8px;
	border: 1px solid #001c4f;
	padding: 4px;
	height: 32px;
	line-height: 1.5;
}
main .cource_contents .cource_detail h5 {
	color: #00379a;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 8px;
}
main .cource_contents .cource_detail h5 span {
	display: inline-block;
	margin-right: 8px;
	border: 1px solid #00379a;
	padding: 4px 6px;
	line-height: 1.6;
}
main .coursedetail_instructor,
main .cource_contents .cource_detail .coursedetail_instructor {
	display: flex;
	clear: both;
	position: relative;
	margin-bottom: 20px;
}
main .coursedetail_instructor_nopg {
	align-items: center!important;
}
main .coursedetail_instructortitle {
	flex-basis: 12%;
	height: 36px;
	background-color: #656c75;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 0;
	margin-bottom: 10px;
}
main .instructortitle_long {
	flex-basis: 32%!important;
}

main .title_short {
	max-width: 120px!important;
	margin-bottom: 4px!important;
	font-size: 16px!important;
}
main .coursedetail_instructortitle_nopg {
	flex-basis: 12%;
	background-color: #656c75;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 0;
	margin-bottom: 10px;
	margin-right: 10px;
}
main .cource_contents .cource_detail .coursedetail_instructor .coursedetail_instructortitle {
	flex-basis: 12%;
	height: 36px;
	background-color: #656c75;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 0;
	margin-bottom: 10px;
}
main .cource_contents .cource_detail .coursedetail_instructor .coursedetail_instructortitle_wide {
	flex-basis: 28%;
	height: 36px;
	background-color: #656c75;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 0;
	margin-bottom: 10px;
}
main .cource_contents .cource_detail .coursedetail_instructor  .coursedetail_instructorimg {
	flex-basis: 25%;
	margin: 0 10px 0 3%;
}
main .cource_contents .cource_detail .coursedetail_instructor .coursedetail_instructortext {
	position: absolute;
	bottom: 0;
	margin-left: 37%;
}
main .cource_contents .cource_detail .coursedetail_instructor .coursedetail_instructortext_nopg {
	flex-basis: 58%;
	margin-left: 4%;
	margin-top: 6px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: baseline;
}
main .cource_contents .coursedetail_instructortext_nopg .coursedetail_instructorname {
	display: block!important;
	width: 100%;
}
main .cource_contents .coursedetail_instructortext_nopg .coursedetail_instructorname_eng {
	display: block!important;
	width: 100%;
	padding-top: 7px;
}
main .cource_contents .cource_detail .coursedetail_instructor .coursedetail_instructortext_wide {
	position: absolute;
	bottom: 0;
	margin-left: 58%;
}
main .cource_contents .cource_detail .coursedetail_instructor  .coursedetail_instructorprofile {
	flex-basis: 85%;
	margin-left: 3%;
}
main .cource_contents .cource_detail .coursedetail_instructor .coursedetail_instructorname {
	color: #00379a;
	font-size: 28px;
	font-weight: 400;
	display: inline-block;
}
main .cource_contents .cource_detail .coursedetail_instructortitle_nopg .coursedetail_instructorname {
	color: #00379a;
	font-size: 28px;
	font-weight: 400;
	margin-right: 26px;
	flex-basis: auto;
	display: block;
}
main .cource_contents .cource_detail .coursedetail_instructor .coursedetail_instructorname_eng {
	font-size: 14px;
	color: #666;
	display: block;
	margin-top: 6px;
}
main .coursedetail_instructorname_eng_nopg {
	font-size: 14px;
	color: #666;
	display: inline-block;
	margin-left: 1%;
	flex-basis: auto;
}
main .cource_contents .cource_detail .coursedetail_instructor .coursedetail_instructorinfo {
	font-size: 14px;
	margin-top: 5px;
	font-weight: 300;
}
main .coursedetail_instructor_nopg .coursedetail_instructorinfo {
	margin-left: 14px;
}
main .coursedetail_instructorinfo_nopg {
	flex-basis: 100%;
	font-size: 14px;
	font-weight: 300;
	margin: -10px 0 0 0;
}
table.instructorprofile_table {
	width: 100%;
	border: 0;
	font-weight: 300;
}
table.instructorprofile_table th {
	width: 12%;
	vertical-align: top;
	font-weight: 300;
	white-space: nowrap;
}
table.th_min th {
	width: 9%!important;
}
table.instructorprofile_table td {
	padding: 1px 0;
	text-align: left;
}

main .cource_contents .cource_detail .keyword_area {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
}
main .cource_contents .cource_detail .keyword_area .title_key {
	display: inline-block;
	background-color: #395890;
	color: #fff;
	padding: 4px 8px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 4px;
}

main .option_column {
	margin: 20px auto;
	border: 1px solid #00379a;
	padding: 0 0 10px 0;
}
main .option_column .option_title {
	background-color: #00379a;
	color: #fff;
	font-size: 18px;
	padding: 8px 16px;
}
main .option_column .option_title span {
	margin-left: 10px;
	font-size: 13px;
}
main .option_column h3 {
	font-size: 15px!important;
	border: none!important;
	padding-left: 0!important;
	margin: 10px 12px 8px 12px!important;
	color: #00379a;
	font-weight: bold;
	line-height: 1.3!important;
}
main .option_column p {
	margin: 0 12px 0!important;
}
main .option_column p.cap {
	font-size: 13px;
	margin: 0 16px 0 16px;
}

main .img_area {
	width: 100%;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}
main .img_area .img_item {
	width: 32%;
}


main .voice_mov {
	width: 100%;
}
main .voice_mov .mov_contents {
	width: 480px;
}
main .voice_mov .mov_contents video {
	width: 100%;
	hight: auto;
}

main .knowledge_caution {
	width: 100%;
	margin: 30px auto;
	background-color: #e7e7e7;
	padding: 20px;
border: 1px solid #001c4f;
}
main .knowledge_caution h5 {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #001c4f;
	padding: 0 0 4px 0;
	color: #001c4f;
	margin-bottom: 8px;
}
main .knowledge_caution ul {
	margin-left: 0;
}
main .knowledge_caution ul li {
	list-style-position: inside;
	list-style-type: disc!important;
	font-size: 14px;
	line-height: 1.8;
	marign-bottom: 13px;
}

main .knowledge_textbook {
	position: relative;
	width: 100%;
	margin: 45px auto 30px;
	padding: 20px;
	border: 1px solid #001c4f;
}
main .knowledge_textbook h5 {
	position: absolute;
	top:0;
	left:50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	padding:5px 10px;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	color: #001c4f;
	background: #f6f6f6;
}
main .knowledge_textbook p{
	width:60%;
	max-width:371px;
	margin: auto;
}

main .knowledge_book {
	width: 100%;
	margin: 30px auto;
	background-color: #fff;
	border: 2px solid #00379a;
	padding: 20px 30px;
}
main .knowledge_book h5 {
	font-size: 18px;
	color: #00379a;
	font-weight: 600;
	text-align: center;
	border-bottom: 2px dotted #00379a;
	margin-bottom :14px;
	padding-bottom: 4px;
}
main .knowledge_book h5 span {
	display: inline-block;
	background-color: #00379a;
	color: #fff;
	font-size: 14px;
	padding: 4px 20px;
	margin-bottom: 10px;
	border-radius: 100px;
}
main .knowledge_book h6 {
	font-size: 16px;
	font-weight: 600;
	border-bottom: 2px solid #c3c3c3;
	color: #00379a;
	margin-bottom: 6px;
}
main .knowledge_book .book_detail {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
main .knowledge_book .book_detail .book_img {
	flex-basis: 30%;
}
main .knowledge_book .book_detail .book_txt {
	flex-basis: 66%;
}
main .knowledge_book .book_detail .book_txt .booktxt_header {
	display: flex;
	align-items: center;
}
main .knowledge_book .book_detail .book_txt .booktxt_header .booktxt_title {
	background-color: #666;
	color: #fff;
	font-size: 12px;
	flex-basis: 70px;
	text-align: center;
	padding: 4px 0;
	margin-right: 10px;
	margin-bottom: 4px;
}
main .knowledge_book .book_detail .book_txt .booktxt_header .booktxt_main {
	font-size: 13px;
}
main .knowledge_book .book_detail p span.special_price {
	color: #ff0000;
	font-size: 16px;
	font-weight: 600;
	margin-right: 10px;
}
main .knowledge_book .book_detail p span.special_price_detail {
	font-weight: 600;
}

/* ===============
よくある質問
================*/
main .topimage_faq {
	width: 100%;
	height: 150px;
	background: url("../images/topimage/topimage_faq.jpg") no-repeat center top;
	background-size: cover;
}
main .topimage_faq h1 {
	width: 1000px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 200;
	color: #fff;
	padding: 66px 0 0 0;
}
main .faq_item {
	width: 100%;
	margin: 0 auto 20px auto;
	background-color: #fff;
	padding: 20px;
}
main .faq_item .faq_question {
	background: url("../images/common/icon_q.png") no-repeat left top;
	background-size: 50px;
	padding-left: 60px;
	min-height: 50px;
	line-height: 50px;
	margin-bottom: 14px;
	color: #001c4f;
}
main .faq_item .faq_answer {
	background: url("../images/common/icon_a.png") no-repeat left top;
	background-size: 50px;
	padding-left: 60px;
	min-height: 50px;
	line-height: 50px;
}
main .faq_item .faq_answer02 {
	background: url("../images/common/icon_a.png") no-repeat left top;
	background-size: 50px;
	padding-left: 60px;
	min-height: 50px;
	line-height: 1.6;
}
main .faq_item a {
	color: #00379a;
	text-decoration: underline;
}
main .faq_item a:hover {
	text-decoration: none;
}

/* ===============
受講案内
================*/
main .topimage_entry {
	width: 100%;
	height: 150px;
	background: url("../images/topimage/topimage_entry.jpg") no-repeat center top;
	background-size: cover;
}
main .topimage_entry h1 {
	width: 1000px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 200;
	color: #fff;
	padding: 66px 0 0 0;
}
main .topimage_guide {
	width: 100%;
	height: 150px;
	background: url("../images/topimage/topimage_guide.jpg") no-repeat center top;
	background-size: cover;
}
main .topimage_guide h1 {
	width: 1000px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 200;
	color: #fff;
	padding: 66px 0 0 0;
}
main .topimage_entry h1 span,
main .topimage_guide h1 span {
	font-size: 22px;
}

main .entry_flow {
	margin: 0 auto 40px auto;
}

main .entry_flow .entryflow_item {
	width: 100%;
	background-color: #fff;
	padding: 16px;
	margin: 20px auto;
	border: 1px solid #001c4f;
}
main .entry_flow ul {
	margin-bottom: 20px;
	margin-left: 20px;
}
main .entry_flow ul li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 14px;
	color: #666;
	line-height: 1.7;
	letter-spacing: -0.01em;
	margin-bottom: 0.5em;
}
main .entry_flow ul li a {
	color: #00379a;
	text-decoration: underline;
}
main .entry_flow ul li a:hover {
	text-decoration: none;
}
main .entry_flow .flow_arrow {
	width: 50px;
	margin: 0 auto;
	text-align: center;
}

main .entry_contents .main_contents h2 {
	height: auto;
	min-height: auto;
	background: none;
	font-size: 20px;
	line-height: 1.4;
	border-left: 2px solid #00379a;
	margin: 0 0 10px 0;
	font-weight: 600;
	padding-left: 14px;
	vertical-align: middle;
	color: #333;
}

main .entry_flow h2 .point_red {
	font-size: 14px;
	background-color: #DF0003;
	color: #fff;
	padding: 8px 10px;
	margin-right: 10px;
}
main .entry_flow h3,
main .entry_caution h3 {
	font-size: 18px;
	line-height: 2;
	color: #00379a;
	font-weight: 600;
	margin-bottom: 8px;
	border-left: none;
	padding-left:0;
}
main .entry_flow h3 span {
	background-color: #00379a;
	color: #fff;
	padding: 10px 16px;
	margin-right: 10px;
	font-size: 24px;
	border-radius: 4px;
}
main .entry_flow p {
	margin-bottom: 0;
}
main .entry_flow .text_big {
	font-size: 24px;
}
main .entry_flow .text_big02 {
	font-size: 18px;
}
main .entry_flow .btn_entry {
	margin: 20px auto 10px auto;
}

main table.entry_cancel {
	border-top: 1px solid #000;
	width: 80%;
	margin-bottom: 10px;
}
main table.entry_cancel td {
	border-bottom: 1px solid #000;
	padding: 6px;
	text-align: left;
	font-weight: 600;
}

main .entry_caution {
	width: 100%;
}

main .entry_caution ol {
	margin-bottom: 30px;
	font-size: 14px;
	color: #333;
	font-weight: 300;
}
main .entry_caution ol li {
	list-style-type: decimal;
	margin: 0 0 6px 28px;
}
main .entry_caution ol li ul {
	margin-top: 6px;
	margin-left: -20px;
}
main .entry_caution ol li ul li {
	list-style-type: none;
	padding-left: 1em;
	text-indent: -1em;
}
main .entry_caution a,
main .entry_lead a {
	color: #00379a;
	text-decoration: underline;
}
main .entry_caution a:hover,
main .entry_lead a:hover {
	text-decoration: none;
}


/* ===============
アクセス
================*/
main .topimage_access {
	width: 100%;
	height: 150px;
	background: url("../images/topimage/topimage_access.jpg") no-repeat center top;
	background-size: cover;
}
main .topimage_access h1 {
	width: 1000px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 200;
	color: #fff;
	padding: 66px 0 0 0;
}

main .access_map img {
	border: 2px solid #6181bc;
	margin-bottom: 6px;
}

main .topimage_access article {
	overflow: hidden;
	margin: 50px auto 0 auto;
}
main .access_text {
	float: left;
	width: 50%;
	margin-top: 20px;
}
main .access_text h3 {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}
main .access_text span {
	display: block;
	margin-left: 5em;
}
main .access_pg {
	float: right;
	width: 36%;
	margin-top: 26px;
}

/* ===============
パンフレット
================*/
main .topimage_pamph {
	width: 100%;
	height: 150px;
	background: url("../images/topimage/topimage_pamph.jpg") no-repeat center top;
	background-size: cover;
}
main .topimage_pamph h1 {
	width: 1000px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 200;
	color: #fff;
	padding: 66px 0 0 0;
}

main .pamph_item {
	width: 100%;
	min-height: 120px;
	background: url("../images/common/icon_download.png") no-repeat 97% center #6181bc;
	background-size: 40px;
	clear: both;
	margin-bottom: 40px;
	box-shadow: 0px 2px 2px 0px rgba(41, 61, 97, 0.3);
}
main .pamph_item a {
	display: block;
	width: 100%;
	min-height: 120px;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #6181bc;
}
main .pamph_item a:hover {
	border: 1px solid #001c4f;
}
main .pamph_item .pamphitem_img {
	width: 72px;
	height: auto;
	float: left;
	vertical-align: middle;
}
main .pamph_item .pamphitem_text {
	margin: 10px 0 0 100px;
	padding-right: 60px;
}
main .pamph_item .pamphitem_text p {
	margin-top: 40px;
	color: #fff;
}


main .cource_contents .cource_faq{
    margin: 30px 0 40px 0;
}
main .cource_contents .cource_faq dl{
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #999;
}
main .cource_contents .cource_faq dl:last-of-type{
	border-bottom: solid 1px #999;
}
main .cource_contents .cource_faq dl dt{
	padding:10px;
	width:60px;
}
main .cource_contents .cource_faq dl dd{
	padding:10px;
	width: calc(100% - 60px);
}
main .cource_contents .cource_faq dl dt:nth-of-type(n+2),
main .cource_contents .cource_faq dl dd:nth-of-type(n+2){
	border-top: dotted 1px #999;
}

main .cource_contents .cource_mes{
	margin: 30px 0 40px 0;
}
