@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.print-off{display: none}
.bold{font-weight: bold!important}
.blue{color: #5488d3}
#conts .headLine01 {
	font-weight: normal;
	letter-spacing: 0.5em;
	font-size: 28px;
	line-height: 1.2;
}

#main .headLine02 {
	margin-bottom: 0;
}

#main .headLine02 .bg01 {
	padding-left: 26px;
}

#conts .comDl .classify {
	margin-left: 20px;
	display: inline-block;
	min-width: 62px;
	height: 13px;
	line-height: 13px;
	color: #fff;
	font-size: 8px;
	text-align: center;
	border-radius: 2px;
	background-color: #FF7922;
	position: relative;
	behavior: url(/ls/js/pie.htc);
}

#conts .comDl .classify02 {
	background-color: #5488D3;
}

#conts .comDl .classify03 {
	background-color: #6BB61D;
}

#conts .comDl .classify04 {
	background-color: #868686;
}

#conts .comDl .new {
	margin-left: 20px;
	background-color: #FF7922;
}

#conts .comDl dt {
	padding-left: 28px;
}

#conts .comDl dd,
#conts .comDl dd.odd {
	padding-left: 18.5em;
}

#conts .comDl dd a {
	text-decoration: underline;
}

#conts .comDl dd a:hover {
	text-decoration: none;
}

#conts .comDl dd.none {
	border-bottom: none;
}

#sideBar a.rev_link {
	border: none;
}

#sideBar a.rev_link.button {
	border: 1px solid #EF8340;
}

#sideBar .title {
	font-family: 'Zen Maru Gothic Regular', serif;
	border: 1px solid #EF8340;
	background-color: #EF8340;
	color: #FFFFFF;
	border-radius: 0;
	padding: 8px 14px 6px;
}

#sideBar .title::after {
	content: none;
}

#sideBar .sNavi {
	border: 1px solid #EF8340;
	border-radius: 0;
}

#rev_header{
	box-shadow: none;
}

#pagePath li:not(:last-child):after {
	font-size: 11px;
}

.course-flow a.fancybox {
	cursor: zoom-in;
}

@media screen and (max-width: 768px) {
	#conts .accordion {
		 margin-bottom: 18px;
	}
	
	#conts .headLine01 {
		margin-bottom: 0;
		padding-bottom: 4px;
		font-size: 16px;
	}
	
	#main .headLine02 .bg01 {
		padding-left: 11px;
	}
	
	#conts .comDl dt {
		padding: 15px 11px 2px;
		float: none;
	}
	
	#conts .comDl .classify {
		margin-left: 10px;
		height: 8px;
		line-height: 8px;
		min-width: 35px;
		font-size: 5px;
		vertical-align: middle;
	}
	
	#conts .comDl .new {
		margin-left: 10px;
	}
	
	#conts .comDl dt.odd {
		background-color: #f7f7f5;
	}
	
	#conts .comDl dd,
	#conts .comDl dd.odd {
		padding: 0 0 17px 11px;
		line-height: 1.6;
	}
}

/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
#main .detailDl {
	margin-bottom: 25px;
}

#main .detailDl dt {
	padding-bottom: 10px;
	float: none;
}

#main .detailDl dd {
	padding: 0 0 9px 28px;
	font-size: 18px;
	line-height: 1.6;
}

#main .detailDl dd a {
	text-decoration: none;
}

#main .areaText {
	margin: 0 12px 0 22px;
	font-size: 0.875rem;
}

#main .areaText p {
	line-height: 2;
}

#main .text {
	margin: 1em 0 2em;
	/*font-size: 14px;*/
	font-size: 0.875rem;
	line-height: 1.7;
}

#main .comLink.clearfix{
	margin-bottom: 2em;
}
#main .comLink a span {
	padding-right: 18px;
	display: inline-block;
	background: url(../../img/common/icon05.png) no-repeat right 2px;
}

.seminar-contact{
	border: 1px solid #EF8340;
	border-radius: 4px;
	color: #FF7922;
	padding: 2em;
	margin-bottom: 5em;
	text-align: center;
}
.seminar-contact > p{
	font-size: 140%;
}
.seminar-contact-tel{
	display: table;
	text-align: center;
	margin: 1em auto 0;
	font-size: 16px;
}
.seminar-contact-tel p{
	display: table-cell;
}
.seminar-contact-tel p strong{
	font-size: 150%;
}
.seminar-contact-tel p strong::before {
	color: #FF7922;
	content: "call";
	font-feature-settings: 'liga';
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
}
.seminar-contact-tel p > img{
	vertical-align: baseline;
	margin-right: 3px;
}
.seminar-contact-tel p small{
	font-size: 90%;
	padding: 0 2em 0 1em;
}
.seminar-contact-tel p.link{
	background: #fff;
}
.seminar-contact-tel p a::before {
	content: "mail_outline";
	font-feature-settings: 'liga';
	font-family: 'Material Icons Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	margin-right: 0.5em;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
.seminar-contact-tel p.link:hover{
	background: rgba(255,255,255,0.8);
}
.seminar-box{
	width: 46%;
	float: left;
	margin: 1em 2%;
}
.seminar-box h4{
	color: #fff;
	padding: 1em;
	margin-bottom: 1em;
	text-align: center;
}
.seminar-box .seminar-box-list{
	margin: 1em auto 2em;
	width: 90%;
}
.seminar-box .comLink.taCenter a{
	float: none!important;
	margin: 1em auto;
}
.seminar-box .seminar-box-list li{
	display: inline-block;
	min-width: 25%;
	margin: .25em;
	padding: .25em;
	color: #fff;
	text-align: center;
}
.seminar-box .seminar-box-list li.bg-blue{background: #92bdf9;}
.seminar-box .seminar-box-list li.bg-gray{background: #bec2c7;}
.seminar-pageText-float-left{
	width: 420px;
	margin-right: 1em;
	float: left;
}
.seminar-pageText-float-right{
	/* float: right; */
	overflow: hidden;
	font-size: 12px;
}
.seminar-pageText-float-right dt{
	float: left;
	clear: left;
	width: 5em;
	padding: 2px .5em;
	border-bottom: 2px solid #fff;
	text-align: center;
	background: #d9e4f3;
}
.seminar-pageText-float-right dd{
	padding: 2px .5em 2px 7em;
	border-bottom: 2px solid #fff;
	background: #f2f3f4;
}


/*------------------------------------------------------------
	新人セミナー
------------------------------------------------------------*/
.seminar-box.shinjin{
	border: 1px solid #DCDCDC;
	width: 45%;
}
.seminar-box.shinjin h4{
	color: #555;
	font-size: 110%;
}
.seminar-box.shinjin h4.type01{
	border-bottom:1px solid #1B75BB;
}
.seminar-box.shinjin h4.type02{
	border-bottom:1px solid #F22E52;
}
.seminar-box.shinjin p{
	padding: 0 16px 0 16px;
}
#main .shinjin .comLink{
	margin-bottom: 0;
}

#main h4.headLine03.shinjin{
	border-bottom:none;
	font-size: 1rem;
}
.shinjin-contact{
	display: block;
}
.shinjin-contact a{
	color: #FF7922;
	border: 1px solid #FF7922;
	display: inline-block;
	height: 37px;
	line-height: 38px;
	width: 100%;
	text-decoration: none;
	text-align: center;
	padding:2em 0 2em 0;
	font-size: 160%;
}
.shinjin-contact a:hover{
	opacity:0.7;
}
#main h4.headLine03.shinjin span{
	padding: 8px;
	background: #5588d3;
	color: #ffffff;
	margin-right: 16px;
	font-size: 12px;
	border-radius:6px;
}
.shinjinseminar-table01{
	width: 48%;
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
	border-collapse: collapse;
}
.shinjinseminar-table01:first-child{
	margin-right: 4%;
}
.shinjinseminar-table01 th,
.shinjinseminar-table01 td{
	padding: .5em 1em;
	border-bottom: 1px dotted #d0d0d0;
	word-wrap: break-word;
	word-break: break-word;
}
.shinjinseminar-table01 tr > th:first-child,
.shinjinseminar-table01 tr > td:first-child{
	border-right: 1px dotted #d0d0d0;
}
.shinjinseminar-table01 tr > td:last-child{
	white-space: nowrap;
}
.shinjinseminar-table01 thead th{
	background: #d9e4f3;
}
.shinjinseminar-table01 .odd td{
	background: #f7f7f5;
}
.shinjinseminar-table02{
	border-top: 1px dotted #d0d0d0;
}
.shinjinseminar-table02,
.shinjinseminar-table03{
	margin-top: 2em;
	margin-bottom: 2em;
	border-collapse: collapse;
	width: 100%;
}
.shinjinseminar-table02 th,
.shinjinseminar-table03 tbody th{
	font-weight: normal;
	background: #f7f7f5;
	border-right: 1px dotted #d0d0d0;
	border-bottom: 1px dotted #d0d0d0;
	padding: 1em 2em;
	line-height: 2;
}
.shinjinseminar-table02 td,
.shinjinseminar-table03 tbody td{
	border-bottom: 1px dotted #d0d0d0;
	padding: 1em 2em;
}
.shinjinseminar-table03 thead th{
	border-right: 1px dotted #d0d0d0;
	border-bottom: 1px dotted #d0d0d0;
	padding: .5em 2em;
	background: #d9e4f3;
}
.page-id-276 .shinjinseminar-table02 th{width: 40%;}
.shinjinseminar-voice{
	line-height: 1.8;
	margin: 2em 0;
}

.shinjinseminar-voice img.float-left{
	float: left;
	clear: left;
	margin-right: 2em;
}
.shinjinseminar-voice img.float-left + div{
	margin-left: 180px;
}
.shinjinseminar-voice img.float-right{
	float: right;
	clear: right;
	margin-left: 2em;
}
.shinjinseminar-voice img.float-right + div{
	margin-right: 180px;
}
.shinjinseminar-voice h4{
	font-size: 120%;
	border-bottom: 1px dotted #d0d0d0;
	margin-bottom: .5em;
}

@media screen and (max-width: 768px) {
	.seminar-box.shinjin{
		width: 90%;
	}
	.seminar-box.shinjin h4{
		font-size: 100%;
		background-size: 100% auto;
	}
	.shinjin-contact a{
		font-size: 12px;
	}
}





.customseminar-table01{
	width: 100%;
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
	border-collapse: collapse;
}
.customseminar-table01:first-child{
	margin-right: 4%;
}
.customseminar-table01 th,
.customseminar-table01 td{
	padding: .5em 1em;
	border-bottom: 1px dotted #d0d0d0;
	word-wrap: break-word;
	word-break: break-word;
}
.customseminar-table01 tr > th:first-child,
.customseminar-table01 tr > td:first-child{
	border-right: 1px dotted #d0d0d0;
}
.customseminar-table01 tr > td:first-child{
	white-space: nowrap;
}
.customseminar-table01 thead th{
	background: #005981;
	color: #FFFFFF;
}
.customseminar-table01 .odd td{
	background: #f7f7f5;
}
#conts .comRelated{
	margin-top: 2em;
}
.access-box{
	 margin: 2em 0 4em;
}
.access-box .google-map{
	width: 48%;
	margin-right: 4%;
	float: left;
}
.access-box .google-map iframe{
	width: 100%;
	height: 26rem;
}
.access-box h4{
	background: #f7f7f5;
	padding: 5px 1em;
	margin: 1em 0;
	font-size: 1rem
}
.access-box .access {
	font-size: 0.875rem;
}
.access-box h4 + p{
	margin-bottom: 2em;
}
.access-box .google-map + div{
	margin-left: 52%;
	position: relative;
	height: 30em;
}
.access-box .text-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
}
.access-box .comLink{
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 0!important;
}
#print{
	padding: 2em 0;
	color: #000!important;
}
#print .headLine02{
	font-size: 200%;
}
#print .comLink.clearfix,
#print .text-bottom{
	display: none;
}
#print .access-box .google-map iframe{
	height: 50em;
}
.teacher-box:not(:last-child){
	/* border-bottom: 1px dotted #d1d1d1; */
	/* padding-bottom: 1.5em; */
	margin-bottom: 1.5em;
}
.teacher-box img.float-left{
	float: left;
	clear: left;
}
.teacher-box div.float-right{
	margin-left: 200px;
}
.teacher-box .name{
	color: #444;
	font-size: 140%;
	border-bottom: 1px dotted #d1d1d1;
	padding-bottom: .5em;
	margin: 1.5em 0 1em;
}
.teacher-box div.float-right .text{
	line-height: 1.8;
	margin-top: .5em;
}
.teacher-box div.float-right .title{
	font-weight: bold;
	font-size: 110%;
	background: #5488d3;
	color: #fff;
	padding: .25em;
}
.faq-dl{
	margin: 2em 0 3em;
}
.faq-dl dt{
	font-weight: bold;
	background: url(../../img/ls/faq/faq_ico01.png) no-repeat left 5px;
	/*border-bottom: 1px dotted #d1d1d1;*/
	padding: 0.7em 1em 1em 40px;
	margin-top: 1em;
	line-height: 2;
	font-size:1.1em;
}
.faq-dl dd{
	background: url(../../img/ls/faq/faq_ico02.png) no-repeat 20px 5px;
	padding: .5em 1em 1.5em 60px;
	line-height: 2;
	border-bottom: 1px dotted #d1d1d1;
}
.about-dl{
	margin: 2em 0;
	font-size: 14px ;
	font-size: 0.875rem ;
}
.about-dl dt{
	position: relative;
	background: #005981;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	width: 20%;
	text-align: center;
	padding: 3em 0;
	margin-bottom: 2em;
	float: left;
	clear: both;
}
.about-dl dt:after {
	top: 100%;
	left: 50%;
	content: " ";
	height: 0;
	width: 0;
	border: solid transparent;
	position: absolute;
	pointer-events: none;
	border-top-color: #005981;
	border-width: 20px;
	margin-left: -20px;
}
.about-dl dt span.number{
	font-family: Century Gothic, Futura, sans-serif;
	/* font-weight: bold; */
	display: block;
	margin-bottom: 1em;
}
.about-dl dd{
	margin-bottom: 2em;
	margin-left: 25%;
	/* min-height: 12em; */
	line-height: 2;
}
.about-dl dd:after{
	content : '';
	display : block;
	clear : both;
}
.about-dl a.link{
	padding: 3px 4em;
	margin: 1em 0;
	display: inline-block;
	color: #fff;
	text-align: center;
	background: url(../../img/common/com_bg03.gif) repeat left top;
}
#main h4.headLine03{
	border-bottom: 1px dotted #D0D0D0;
	font-size: 100%;
	margin: 1em 0;
	line-height: 2;
	color: #000;
}
#main .indent-list li{
	text-indent: -1em;
	margin-left: 1em;
}
#main .selfseminar-ul{
	overflow: hidden;
	margin-bottom: 3em;
	font-size: 14px ;
	font-size: 0.875rem ;
}
#main .selfseminar-ul li{
	float: left;
	width: 47%;
}
#main .selfseminar-ul li {
	margin: 0px 10px;
}

#main .selfseminar-ul li div {
	text-align: center;
	padding: .5em;
	display: table;
	width: 95%;
	margin-bottom: 1.5em;
}
#main .selfseminar-ul li div span{
	display: table-cell;
	vertical-align: middle;
}
#main .selfseminar-ul li p{
	text-align: center;
}
#main .selfseminar.course  {
	text-align: center;
}
#main .selfseminar.course a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 auto;
	background-color: #005981;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 1em 4em;
	border-radius: 4px;
}
#main .selfseminar.course a:hover {
	background-color: #005981;
	opacity: 0.8;
}
#main .selfseminar.course p {
	margin-top: 20px;
	font-size: 0.875rem;
}

/*------------------------------------------------------------
	partner
------------------------------------------------------------*/
.entry-btn{
	margin:4em auto;
	text-align: center;
	width:30%;
}
.entry-btn a{
	display:block;
	text-align:center;
	width:100%;
	height:100% !important;
}

#main #conts .recommended_course {
	width: 550px;
	margin: 0 auto;
}

#main #conts .recommended_course .comment {
	width: 550px;
	/*margin: 0 auto;*/
	text-align:center;
	margin-bottom: 15px;
	font-size: 0.875rem;
	font-weight: bold;
}

#main #conts .recommended_course img {
	width: 19px;
}

#main #conts .recommended_course li {
	list-style-type: none;
}

#main #conts .recommended_course li span {
	/*font-size: 0.6rem;*/
	margin-right: 5px;
}

#main #conts .completed {
	max-width: 680px;
}

@media screen and (max-width: 768px) {
	#main .detailDl {
		margin-bottom: 11px;
	}
	
	#main .detailDl dt {
		padding: 0 11px 5px;
	}
	
	#main .detailDl dd {
		padding: 0 11px 4px;
		font-size: 11px;
		line-height: 1.3;
		letter-spacing: -2px;
	}
	
	#main .areaText {
		margin: 0 6px 0 11px;
	}
	
	#main .areaText p {
		font-size: 12px;
		line-height: 1.9;
	}
	.seminar-contact-tel p{display: inline-block;}
	.seminar-contact-tel p img{max-width: 20px;}
	.seminar-contact-tel p.link a{padding: 2em 2em 2em 4em;}
	.seminar-box{
		width: 96%;
		float: none;
		margin: 1em auto;
	}
	#main .seminar-box .comLink a{
		display: inline-block;
		padding-right: 1em;
	}
	.seminar-pageText-float-left,
	.seminar-pageText-float-right{
		float: none;
		margin-bottom: 1em;
		width: 100%;
	}
	.shinjinseminar-table01{
		float: none;
		width: 100%;
	}
	.shinjinseminar-voice img.float-left,
	.shinjinseminar-voice img.float-right{
		float: none;
		display: block;
		margin: 0 auto 1em;
	}
	.shinjinseminar-voice img.float-left + div,
	.shinjinseminar-voice img.float-right + div{
		margin: 0;
	}
	.access-box{
		margin: 1em 0;
	}
	.access-box .google-map{
		float: none;
		width: 100%;
		margin: 0;
	}
	.access-box .google-map + div{
		margin: 0;
		padding-top: 3em;
		height: inherit;
	}
	.access-box .text-bottom{
		top: 0;
		bottom: inherit;
	}
	.access-box .comLink{display: none;}
	.teacher-box .name{
		margin: 90px 0 0 115px;
	}
	.teacher-box img.float-left{
		width: 100px;
		margin: 0 1em .5em 0;
		float: none;
		position: relative;
		top: -100px;
	}
	.teacher-box div.float-right{
		margin-left: 0;
		margin-top: -7em;
	}
	.teacher-box div.float-right .text02{
		clear: both;
		margin-left: -46%;
	}
	.faq-dl{
		margin: 1em 0;
	}
	.faq-dl dt{
		background-size: 20px 20px;
		padding: 0 0 .5em 30px;
	}
	.faq-dl dd{
		background-size: 20px 20px;
		padding: 0 0 1.5em 50px;
	}
	.about-dl dt{
		float: none;
		width: 50%;
		margin: 0 auto;
		padding: .5em 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.about-dl dt:after{border-width: 10px;margin-left: -10px;}
	.about-dl dd{
		padding: 0;
		margin: 1em 0 1.5em;
		min-height: inherit;
	}
	.shinjinseminar-table02 th,.shinjinseminar-table02 td,.shinjinseminar-table03 tbody th,.shinjinseminar-table03 tbody td{
		font-size: 12px;
		padding: .5em;
		display: block;
		width: 96%!important;
		border-right: none;
	}
	.page-id-534 .shinjinseminar-table02 th{
		text-align: center;
	}
	.shinjinseminar-table03 thead th{
		display: none;
	}
	#main .selfseminar-ul li{
		float: none;
		width: 100%;
		margin: 0 0 1em!important;
	}
	#main .selfseminar-ul li p{
		text-align: left;
	}
	
	.entry-btn{
		width:70%;
	}
	.partner .shinjinseminar-table03 thead th{
		display: block;
		padding: 0.5em;
		width: 96% !important;
		border-right:none;
	}
}


/*------------------------------------------------------------
	共通ボタン
------------------------------------------------------------*/
.linkbtnarea {
    text-align: center;
    width:70%;
    margin:24px auto 24px;;
}

.linkbtnarea a {
    display: inline-block;
    height: 37px;
    line-height: 38px;
    width: 100%;
    background: url(/ls/img/common/com_bg01.gif) repeat left top;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.linkbtnarea a:hover {
	opacity:0.7;
}