@charset "shift_jis";
/* Updated 2021/03/02,D */
/* Updated 2020/12/11,D */
/*----------------------------------------------- */
/* base - overwrite
----------------------------------------------- */
header[role="banner"] #headerInner {
	display: none;
}
body header[role='banner'] {
	border-bottom: none;
}
.popup header[role="banner"], .popupFull header[role="banner"] {
	border-bottom: none;
}
#wrap #mainArea {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0px;
}
div img {
	margin: 0 auto;
}
.btnArea a, a.btn-slant {
	-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
	-moz-opacity: 1; /* FF , Netscape */
	opacity: 1;
	zoom: 1; /*IE*/
}
.btnArea a:hover, a.btn-slant:hover {
	-ms-filter: "alpha(opacity=90)"; /* IE 8,9 */
	-moz-opacity: 0.9; /* FF , Netscape */
	opacity: 0.9;
	zoom: 1; /*IE*/
}
.full #wrap #mainArea main {
	width: 100%;
}
.sectionWrap {
	width: 1008px;
	margin: 0 auto;
}
#wrap .glyphAttention01 > span:before {
	content: "";
	top: 0.1em !important;
	left: 0;
	width: 23px;
	height: 21px;
	background: url(/kojin/online/seminar/resources/images/icon_attention.png);
	-ms-background-size: 23px 21px;
	-moz-background-size: 23px 21px;
	-webkit-background-size: 23px 21px;
	background-size: 23px 21px;
}
#wrap .glyphAttention01 span.accTitle {
	font-size: 2rem;
	letter-spacing: 0;
}
.accBlock03[role="tablist"] > dt a > .accBtn {
	position: absolute;
	top: 50%;
	right: 30px;
	display: inline-block;
	min-height: 20px;
	min-width: 0;
	margin: -10px 0 0;
	padding: 0 125px 0 0;
	border: 0;
	box-shadow: none;
	background: url(/kojin/online/seminar/resources/images/ico_open.png) 100% 50% no-repeat;
	-ms-background-size: 68px 17px;
	-moz-background-size: 68px 17px;
	-webkit-background-size: 68px 17px;
	background-size: 68px 17px;
	font-size: 0.8em;
	line-height: inherit;
}
.accBlock03[role="tablist"] > dt.open a > .accBtn {
	background: url(/kojin/online/seminar/resources/images/ico_close.png) 100% 50% no-repeat;
	-ms-background-size: 68px 17px;
	-moz-background-size: 68px 17px;
	-webkit-background-size: 68px 17px;
	background-size: 68px 17px;
}
.accBlock03[role="tablist"] > dt a {
	background: #FFEBE7;
	padding: 17px 95px 15px 19px;
	border: none;
}
.accBlock03 > dd, .accBlock03 > div > dd {
	border: 2px solid #FFEBE7;
}
@media screen and (max-width: 768px) {
	.sectionWrap {
		width: auto;
		margin: 0 auto;
	}
	.full #wrap #mainArea main {
		padding: 0;
	}
	#wrap .glyphAttention01 > span:before {
		top: -0.1em !important;
	}
	.accBlock03[role="tablist"] > dt a > .accBtn {
		right: 20px;
		padding: 0 20px 0 0;
	}
	#wrap .glyphAttention01 span.accTitle {
		font-size: 1.5rem;
	}
	.accBlock03[role="tablist"] > dt a {
		padding-right: 40px;
	}
}
@media screen and (max-width: 374px) {
	#wrap .glyphAttention01 span.accTitle {
		font-size: calc(15*100vw/375);
	}
	#wrap .glyphAttention01 span.accTitle br.spContent {
		display: none !important;
	}
	.accBlock03[role="tablist"] > dt a > .accBtn {
		right: 15px;
		padding: 0 20px 0 0;
	}
}

/*----------------------------------------------- */
/* local nav
----------------------------------------------- */
.localnav_pc {}
.localnav_sp {}
.clone-nav {
	 position: fixed;
	 top: 0;
	 left: 0;
	 z-index: 2;
	 width: 100%;
	 transition: .3s;
	 transform: translateY(-500%);
 }

.is-show {
 transform: translateY(0);
}


@media screen and (max-width:767px) {
	.clone-nav .kvAreaSp,
	.clone-nav  header[role='banner'] {
		display: none;
	}
	.localnav_pc {}
	.localnav_sp {
		position: relative;
		height: 60px;
		background-color: rgba(255,255,255,1);
		box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.3);
	}

	.hbg_btn a{
		display: block;
		position: absolute;
		z-index: 3;
		left: 0;
		right: 0;
		top: 11px;
		width: 176px;
		margin: 0 auto;
		padding: 8px;
		background-color: #FA8200;
		border-radius: 10px;
		cursor: pointer;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 1.5rem;
		text-decoration: none;
		box-sizing: border-box;
	}
	.hbg_btn a:hover{ text-decoration: none;}
	.hbg {
		display: block;
		position: absolute;
		z-index: 10;
		right: 13px;
		top: 9px;
		width: 42px;
		height: 42px;
		background-color: rgba(255,255,255,0.8);
		border-radius: 5px;
		cursor: pointer;
		text-align: center;
	}
	.hbg span {
		display: block;
		position: absolute;
		width: 16px;
		height: 2px;
		left: 13px;
		background: #1A1A1A;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.hbg span:nth-child(1) {
		top: 14px;
	}
	.hbg span:nth-child(2) {
		top: 20px;
	}
	.hbg span:nth-child(3) {
		top: 27px;
	}
	.hbg.active span:nth-child(1) {
		top: 19px;
		left: 13px;
		background: #1A1A1A;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.hbg.active span:nth-child(2), .hbg.active span:nth-child(3) {
		top: 19px;
		background: #1A1A1A;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	nav.localMenuSp {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 1);
		text-align: center;
		width: 100%;
		opacity: 0;
		transition: opacity .6s ease, visibility .6s ease;
		transform: translateY(-500%);
		box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.3);
	}
	nav.localMenuSp.active {
		opacity: 100;
		/*display: block;*/
		transform: translateY(0);
	}
	.localnav_sp_noshadow{
		box-shadow: none;
	}
}

@media screen and (max-width:320px) {
	.hbg_btn a{
		width: 146px;
	}
	.hbg_btn a span::after{
		right: -30px;
	}
}

/*----------------------------------------------- */
/* anchorLinkArea
----------------------------------------------- */
.localnav_pc{
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.3);
}
nav.localMenuPc ul {
	margin: 0 auto 0;
	padding: 0;
	width: 1008px;
	display: table;
}
nav.localMenuPc ul li {
	list-style-type: none;
	padding: 0 ;
	width: auto;
	display: table-cell;
	text-align: center;
	vertical-align: top;
	transition: .4s all;
}
nav.localMenuPc ul li a {
	display: block;
	color: #004831;
	width: auto;
	box-sizing: border-box;
	padding: 23px 20px 35px;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
}
nav.localMenuPc ul li a::after{
	content: "";
	position: absolute;
	bottom: 16px;
	left: 47%;
	width: 12px;
	height: 12px;
	background-image: url("/kojin/online/seminar/resources/images/ico_arw_02.png");
	background-size: 12px 12px;
}
nav.localMenuPc ul li a.btn {
	display: block;
	color: #fff;
	width: auto;
	box-sizing: border-box;
	padding: 15px 20px 15px;
	text-decoration: none;
	text-align: center;
	margin: 13px 10px 13px 20px;
	position: relative;
	font-weight: bold;
	background-color: #FA8200;
	border-radius: 10px;
}
nav.localMenuPc ul li a.btn::after{
	content: "";
	position: absolute;
	bottom: 12px;
	left: 47%;
	width: 12px;
	height: 12px;
	background-image: none;
	background-size: 12px 12px;
}

@media screen and (max-width:768px) {
	nav.localMenuSp ul {
		margin: 0 auto 0;
		padding: 70px 0 10px;
		width: 100%;
		text-align: center;
	}
	nav.localMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 32%;
		display: inline-block;
		text-align: center;
		transition: .4s all;
	}

	nav.localMenuSp ul li:nth-child(1) {
		width: 42%;
	}

	nav.localMenuSp ul li:nth-child(2) {
		width: 42%;
	}

	nav.localMenuSp ul li a {
		display: block;
		color: #004831;
		width: auto;
		box-sizing: border-box;
		padding: 0.5em 0 2.5em;
		text-decoration: none;
		text-align: center;
		margin: 0 auto;
		position: relative;
		font-weight: bold;
	}
	nav.localMenuSp ul li a::after{
		content: "";
		position: absolute;
		bottom: 12px;
		left: 49%;
		width: 12px;
		height: 12px;
		background-image: url("/kojin/online/seminar/resources/images/ico_arw_02.png");
		background-size: 12px 12px;
	}
}

/*----------------------------------------------- */
/* kv
----------------------------------------------- */
.kvArea {
	width: 100%;
	margin: 0 auto;
	background-image: url("/kojin/online/seminar/resources/images/index_bg.jpg");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 100px 0 60px;
}
.kvArea h1.pageTitle {
	margin-bottom: 15px;
}
.kvArea .catch{
	width: 380px;
	color: #fff;
	font-size: 2rem;
	padding: 5px 10px 4px;
	border: solid 2px #BAB28E;
	margin: 0 auto 30px;
}
.kvArea .seminarInformation{
	width: 880px;
	margin: 0 auto;
	background: rgba(245,245,245,0.9);
	padding: 30px 90px;
	box-sizing: border-box;
}
.kvArea .seminarInformation table{
	width: 100%;
}

@media screen and (max-width:768px) {
	.kvArea {
		width: auto;
		margin: 0 auto;
		max-width: auto;
		background-image: url("/kojin/online/seminar/resources/images/index_bg_sp.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		text-align: center;
		background-size: cover;
		padding: 0;
	}

	.kvArea img {
		width: 100%;
	}

	.kvArea h1.pageTitle {

	}
	.kvArea .catch{
		width: 80%;
		max-width: 360px;
		color: #fff;
		font-size: 1.6rem;
		padding: 5px 10px 4px;
		border: solid 2px #BAB28E;
		margin: 0 auto calc(20*100vw/375);
	}
	.kvArea .seminarInformation{
		width: auto;
		margin: 0 auto;
		background: rgba(245,245,245,0.9);
		padding: calc(15*100vw/375) calc(25*100vw/375);
		box-sizing: border-box;
	}
	.kvArea .seminarInformation table{
		width: 100%;
	}
}
/*----------------------------------------------- */
/* section
----------------------------------------------- */
.sectionTitle {
	font-size: 3rem;
	line-height: 1em;
	font-weight: bold;
	color: #014831;
	margin-bottom: 60px;
	letter-spacing: 0.2em;
}
@media screen and (max-width:768px) {
	.sectionTitle {
		font-size: 2.6rem;
		line-height: 1.2em;
		font-weight: bold;
		color: #014831;
		margin-bottom: 30px;
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width:320px) {
	.sectionTitle {
		font-size: 1.8rem;
	}
}



/* section01 */
.section01 {
	padding: 90px 0 75px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section01 .sectionTitle {
	text-align: center;
}

.section01 .seminarInfo {
	background: #f5f5f5;
	padding: 50px 100px;
}

.section01 .seminarInfoBlock + .seminarInfoBlock {
	margin-top: 40px;
}

.section01 .seminarInfoBlock p {
	font-size: 1.4rem;
}


.section01 .seminarInfoHead {
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #cec9c9;
	color: #004831;
	padding-left: 12px;
	position: relative;
	padding-bottom: 8px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.section01 .seminarInfoHead::before {
	content: "";
	position: absolute;
	display: block;
	width: 4px;
	height: calc(100% - 8px);
	background: #c2d61b;
	top: 0;
	left: 0;
}

.section01 .seminarInfoContentHead {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 8px;
}

.section01 .seminarInfoContentName {
	font-weight: bold;
	font-size: 1.8rem;
	margin-top: 5px;
}

.section01 .seminarInfoContentName small {
	font-size: 1.4rem;
}

.section01 .btnArea{
	width: 750px;
	margin: 0 auto;
}
.section01 .btnArea a{
	display: block;
	position: relative;
	padding: 45px 40px 20px;
	background-color: rgba(0,72,49,0.8);
	border-radius: 10px;
	text-decoration: none;
}
.section01 .btnArea a:hover{
	text-decoration: none;
	background-color: rgba(0,72,49,0.7);
	border-radius: 10px;
}
.section01 .sub_ttl{
	width: 420px;
	display: inline-block;
	padding: 10px;
	background-color: #004831;
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	border-radius: 30px;
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
}
.section01 .ttl{
	font-size: 3.2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.section01 .sub_ttl .tokuten,
.section01 .ttl .tokuten{
	color: #FFF036;
}

.section01 .btnArea a::after{
	content: "";
	position: absolute;
	bottom: -14px;
	left: 49%;
	width: 43px;
	height: 43px;
	background-image: url("/kojin/online/seminar/resources/images/ico_arw_04.png");
	background-size: cover;
}
.section01 .btnArea .note{
	color: #fff;
	text-align: left;
	margin-top: 15px;
	font-size: 1.4rem;
}
.section01 .btnArea .listMark{
	color: #fff;
}


@media screen and (max-width:768px) {
	.section01 {
		padding: calc(50*100vw/375) calc(20*100vw/375) ;
		background-position: top center;
		background-repeat: no-repeat;
		text-align: center;
		background-size: cover;
	}
	.section01 .btnArea{
		width: auto;
		margin: 0 auto;
	}

	.section01 .seminarInfo {
		padding: 30px 20px;
		text-align: left;
	}

	.section01 .seminarInfoBlock + .seminarInfoBlock {
		margin-top: 20px;
	}

	.section01 .btnArea a{
		display: block;
		position: relative;
		padding: calc(40*100vw/375) calc(20*100vw/375) calc(20*100vw/375);
		background-color: rgba(0,72,49,0.8);
		border-radius: 10px;
		text-decoration: none;
	}
	.section01 .btnArea a:hover{
		text-decoration: none;
		background-color: rgba(255,255,255,0.9);
		border-radius: 10px;
	}
	.section01 .sub_ttl{
		width: calc(310*100vw/400);
		display: inline-block;
		padding: calc(10*100vw/375);
		background-color: #004831;
		font-size: 1.5rem;
		line-height: 1;
		font-weight: bold;
		color: #fff;
		margin: 0 auto;
		border-radius: 30px;
		position: absolute;
		top: -15px;
		left: 0;
		right: 0;
	}
	.section01 .ttl{
		font-size: 2.7rem;
		font-weight: bold;
		color: #fff;
	}
	.section01 .btnArea a:hover .ttl{
		color: rgba(0,72,49,1);
	}
	.section01 .btnArea a::after{
		content: "";
		position: absolute;
		bottom: -14px;
		left: calc(156*100vw/400);
		width: 43px;
		height: 43px;
		background-image: url("/kojin/online/seminar/resources/images/ico_arw_04.png");
		background-size: cover;
	}
	.section01 .btnArea .note{
		font-size: 1.2rem;
	}
}
@media screen and (max-width:320px) {
	.section01 .sub_ttl{
		font-size: 1.2rem;
	}
	.section01 .ttl{
		font-size: 2.2rem;
		font-weight: bold;
		color: #fff;
	}
}

/* scheduleTable */
.scheduleTable{
	width: 100%;
	margin: 0 auto 0;
}
.scheduleTable th,
.scheduleTable td{
	padding: 15px 0;
	border-top: solid 1px #ACACAC;
	text-align: left;
	vertical-align: middle;
}
.scheduleTable th.bln,
.scheduleTable td.bln{
	border-top: none;
}
.scheduleTable th{ width: 15%;}
.scheduleTable td{ width: 85%;}
.scheduleTable .time{
	color: #004831;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 1.8rem;
}
.scheduleTable .ttl{
	font-size: 1.8rem;
}
.scheduleTable .dl{
	display: block;
	width: 76px;
	text-align: center;
	padding: 10px 5px;
	border: solid 1px #A8A8A8;
	background-color: #fff;
	font-weight: bold;
}

@media screen and (max-width:768px) {
	.scheduleTable{
		width: 100%;
		margin: 0 auto 0;
	}
	.scheduleTable th,
	.scheduleTable td{
		padding: calc(10*100vw/375) 0;
		border-top: solid 1px #ACACAC;
		text-align: left;
		vertical-align: top;
	}
	.scheduleTable th.bln,
	.scheduleTable td.bln{
		border-top: none;
	}
	.scheduleTable th{ width: 19%; padding-right: 10px;}
	.scheduleTable td{ width: 81%;}
	.scheduleTable .time{
		color: #004831;
		font-weight: bold;
		margin-bottom: 0px;
		font-size: 1.2rem;
	}
	.scheduleTable .ttl{
		font-size: 1.6rem;
	}
	.scheduleTable .dl{
		display: inline-block;
		width: auto;
		text-align: center;
		padding: 5px 10px;
		border: solid 1px #A8A8A8;
		background-color: #fff;
		font-weight: bold;
		white-space: nowrap;
	}
}


/* section02 */
.section02 {
	padding: 100px 0;
	text-align: center;
}

.section02 .seminarInformation {
	background: #f5f5f5;
	padding: 50px 180px;
	margin-bottom: 50px;
}

.section02 .seminarInformation .scheduleTable th {
	width: 19%;
}

@media screen and (max-width:768px) {
	.section02 {
		padding: calc(60*100vw/375) calc(25*100vw/375) ;
		text-align: center;
	}

	.section02 .seminarInformation {
		padding: 30px 20px;
		margin-bottom: 20px;
	}
}

/* section03 */
.section03 {
	padding: 120px 0 150px;
	text-align: center;
	background-color: #004831;
}
.section03 .sectionTitle{
	color: #fff;
}
.section03 .stepList{
	margin-top: 20px;
	border-left: 1px solid #628E80;
}
.section03 .stepList li{
	width: 25%;
	display: block;
	float: left;
	border-right: 1px solid #628E80;
	padding: 10px 35px 35px;
	box-sizing: border-box;
	min-height: 290px;
}
.section03 .stepList li .image{
	margin-bottom: 35px;
}
.section03 .stepList li p{
	font-size: 1.8rem;
	text-align: left;
	color: #fff;
}
.section03 .stepList li p a,
.section03 .stepList li p a:hover{
	color: #fff;
}

.section03 .stepCaption {
	margin-top: 30px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}

@media screen and (max-width:768px) {
	.section03 {
		padding: calc(50*100vw/375) calc(20*100vw/375) ;
		text-align: center;
	}
	.section03 .sectionTitle{
		margin-bottom: 0;
	}
	.section03 .stepList{
		margin-top: 0px;
		border-left: none;
	}
	.section03 .stepList li{
		width: 100%;
		display: block;
		float: none;
		border-right: none;
		border-top: 1px solid #628E80;
		padding: 50px 20px 35px;
		box-sizing: border-box;
		min-height: inherit;
	}
	.section03 .stepList li:first-child{
		border-top: none;
	}
	.section03 .stepList li .image{
		width: 119px;
		height: auto;
		margin: 0 auto 35px;
	}
	.section03 .stepList li p{
		font-size: 1.8rem;
		text-align: left;
		color: #fff;
	}

	.section03 .stepCaption {
		font-size: 1.8rem;
		margin-top: 20px;
	}
}


/* section04 */
.section04 {
	padding: 120px 0 120px;
	text-align: center;
	background-image: url("/kojin/online/seminar/resources/images/index_bg_04.png");
	background-size: cover;
}


.section04 .sub_ttl{
	color: #004831;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 60px;
}
.section04 .sectionTitle{
	padding: 10px 40px;
	background-color: #004831;
	font-size: 2rem;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	margin-bottom: 24px;
	border-radius: 8px;
	letter-spacing: 0.04em;
	display: inline-block;
	width: 580px;
}

.section04 .slideBtn {
	display: flex;
	justify-content: center;
}

.section04 .slideBtnElement {
	margin: 0 10px 20px;
}

.section04 .slideBtnElement button {
	border: 2px solid #004831;
	font-size: 1.8rem;
	font-weight: bold;
	width: 240px;
	border-radius: 5px;
	padding: 5px 5px 2px;
	background: #fff;
	color: #004831;
	transition: .4s;
}

.section04 .slideBtnElement button.current {
	background: #004831;
	color: #fff;
}

.section04 .btnArea{
	margin-top: 50px;
}
.section04 ul.listMemo04.note{
	text-align: left;
	margin: 30px auto 0;
	width: 650px;
}
.section04 .image{
	width: 129px;
	margin: 0 auto 24px;
}

.section04 .telBlock {
	margin: 120px 0 0;
}

.section04 .telBlockNum {
	text-align: center;
	line-height: 1.3;
	margin-bottom: 10px;
}

.section04 .telBlockNum a {
	display: inline-block;
	font-weight: bold;
	font-size: 3rem;
	color: #094831;
	background: url("/kojin/online/seminar/resources/images/ico_free.gif") no-repeat left center;
	background-size: auto 100%;
	padding-left: 68px;
	margin-bottom: 8px;
	text-decoration: none;
}

.section04 .telBlockNum small {
	display: block;
	color: #197755;
}

.section04 .telCaption {
	font-size: 1.3rem;
	text-align: left;
	width: 660px;
	display: inline-block;
	margin-top: 5px;
}

@media screen and (max-width:768px) {
	.section04 {
		padding: calc(50*100vw/375) calc(20*100vw/375) ;
		text-align: center;
	}
	.section04 .sub_ttl{
		width: 100%;
		display: inline-block;
		font-size: 1.8rem;
		line-height: 1.6;
		font-weight: bold;
		margin-bottom: 35px;
		box-sizing: border-box;
	}
	.section04 .sectionTitle{
		font-size: 1.7rem;
		margin-bottom: 10px;
		letter-spacing: 0;
		padding-left: 0;
		width: 100%;
		padding: 10px 0;
	}

	.section04 .btnArea{
		margin-top: 25px;
	}

	.section04 .slideBtn {
		margin: 0 -10px;
	}

	.section04 .slideBtnElement {
		margin: 0 10px 10px;
		width: 100%;
	}

	.section04 .slideBtnElement button {
		font-size: 1.4rem;
		width: 100%;
	}


	.section04 ul.listMemo04.note{
		margin: 20px auto 0;
		width: auto;
	}
	.section04 .image{
		width: 129px;
		margin: 0 auto 24px;
	}

	.section04 .telBlockNum a {
		font-size: 2.4rem;
		padding-left: 58px;
		background-position: left -2px;
	}

	.section04 .telCaption {
		width: 100%;
	}

	.section04 .telBlock {
		margin-top: 60px;
	}

	.section04 .telBlockNum small {
		font-size: 1.2rem;
	}
}
@media screen and (max-width:320px) {
	.section04 .sub_ttl{
		font-size: 1.6rem;
	}
	.section04 .sectionTitle{
		font-size: 1.8rem;
	}
	.section04 .text{
		font-size: 1.4rem;
		text-align: left;
	}
}

/* section05 */
.section05 {
	padding: 120px 0;
	text-align: center;
}
@media screen and (max-width:768px) {
	.section05 {
		padding: calc(50*100vw/375) calc(20*100vw/375) calc(10*100vw/375) ;
		text-align: center;
	}
}

/* onlineSeminarLineup */
.onlineSeminarLineup{
	width: 1000px;
	margin: 0 auto;
}
.onlineSeminarLineup .col{
	width: 350px;
	padding-bottom: 50px;
	float: left;
}
.onlineSeminarLineup .col.col3{
	width: 300px;
}
.onlineSeminarLineup .col .inner{
	width: 300px;
	height: 200px;
	background-image: url("/kojin/online/seminar/resources/images/index_bg_02.jpg");
	background-size: cover;
	position: relative;
}
.onlineSeminarLineup .inner .number{
	width: 70px;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #004831;
	position: absolute;
	top: 0px;
	left: 0px;
}


.onlineSeminarLineup .text-inner{
	width: auto;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
  justify-content: center;
  align-items: center;
}
.onlineSeminarLineup .text-inner .seminar-ttl{
	font-size: 2.3rem;
	font-weight: bold;
	padding: 40px 30px;
	text-align: left;
}
.onlineSeminarLineup .inner .cat{
	width: 150px;
	padding: 5px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.onlineSeminarLineup .inner .cat.c01{
	background-color: #009FD9;
}
.onlineSeminarLineup .inner .cat.c02{
	background-color: #C64465;
}
.onlineSeminarLineup .inner .cat.c03{
	background-color: #5F634C;
}
.onlineSeminarLineup .inner .cat.c04{
	background-color: #4F3963;
}
.onlineSeminarLineup .inner .cat.c05{
	background-color: #EFC235;
}

.onlineSeminarLineup .inner-text .date{
	font-size: 1.5rem;
	font-weight: bold;
	color: #004831;
	text-align: left;
	margin: 15px 0 0;
}
.onlineSeminarLineup .inner-text .icon{
	color: #C4D700;
	display: inline-block;
	margin-right: 3px;
}
.onlineSeminarLineup .inner-text .name{
	font-size: 1.7rem;
}
.onlineSeminarLineup .inner-text table{
	width: 300px;
}
.onlineSeminarLineup .inner-text table th,
.onlineSeminarLineup .inner-text table td{
	text-align: left;
	border-top: 10px solid rgba(255,255,255,1);
}
.onlineSeminarLineup .inner-text table th{
	border-right: 1px solid #D5D5D5;
	padding-right: 18px;
	white-space: nowrap;
}
.onlineSeminarLineup .inner-text table td{
	padding-left: 15px;
}

.onlineSeminarLineup .btnArea{
	margin-top: 15px;
}
.onlineSeminarLineup .btn-slant.pdfBtn{
	width: 230px;
}



@media screen and (max-width:768px) {
	/* onlineSeminarLineup */
	.onlineSeminarLineup{
		width: auto;
		margin: 0 auto;
	}
	.onlineSeminarLineup .col{
		width: auto;
		padding-bottom: 30px;
		float: none;
	}
	.onlineSeminarLineup .col.col3{
		width: auto;
	}
	.onlineSeminarLineup .col .inner{
		width: auto;
		height: calc(190*100vw/375);
	}
	.onlineSeminarLineup .text-inner{
		height: calc(190*100vw/375);
	}
	.onlineSeminarLineup .text-inner .seminar-ttl{
		font-size: 2.2rem;
		padding: calc(40*100vw/375) calc(30*100vw/375);
	}
	.onlineSeminarLineup .inner-text table{
		width: 100%;
	}
	.onlineSeminarLineup .btnArea{
		margin-top: 0px;
	}
}
@media screen and (max-width:320px) {
	.onlineSeminarLineup .text-inner .seminar-ttl{
		font-size: 2rem;
	}
}


/* section_consultation */
.section_consultation {
	padding: 20px 0 0;
}
.consultationArea {
	background-color: #014831;
	padding: 15px 40px;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0em;
}
.consultationBtnArea {
	background-color: #F5F5F5;
	padding: 50px 0 70px;
	text-align: center;
}
.consultationBtnArea .informationBox {
	background-color: #fff;
	padding: 30px 50px;
	width: 70%;
	text-align: left;
	margin: 40px auto 0;
}
.consultationBtnArea .informationBox .ttl {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.consultationBtnArea .informationBox span.tel {
	font-weight: bold;
	font-size: 30px;
	color: #004831;
}
.consultationBtnArea .informationBox .note {
	margin-top: 0px;
}

@media screen and (max-width:768px) {
	.section_consultation {
		padding: calc(20*100vw/375) calc(20*100vw/375)  0;
	}
	.consultationArea {
		background-color: #014831;
		padding: calc(20*100vw/375);
		text-align: center;
		color: #fff;
		font-size: 1.4rem;
		letter-spacing: 0em;
	}
	.consultationBtnArea {
		background-color: #F5F5F5;
		padding: calc(20*100vw/375);
		text-align: center;
	}
	.consultationBtnArea .informationBox {
		background-color: #fff;
		padding: 20px;
		width: auto;
		text-align: left;
		margin: 20px auto 0;
	}
	.consultationBtnArea .informationBox .ttl {
		font-weight: bold;
		font-size: 1.4rem;
		margin-bottom: 5px;
	}
	.consultationBtnArea .informationBox span.tel {
		font-weight: bold;
		font-size: 2.2rem;
		color: #004831;
	}
	.consultationBtnArea .informationBox .note {
		margin-top: 5px;
		display: table;
	}
	.consultationBtnArea .informationBox .note span{
		display: table-cell;
	}
	.consultationBtnArea .informationBox .note .nowrap{
		white-space: nowrap;
	}
}


/* section_ryuui */
.section_ryuui {
	padding: 40px 0 100px;
}
@media screen and (max-width:768px) {
	.section_ryuui {
		padding: calc(40*100vw/375) 0 calc(50*100vw/375);
	}
	.section_ryuui .sectionWrap {
		margin: 0 calc(20*100vw/375);
	}
}


/*----------------------------------------------- */
/* button
----------------------------------------------- */
.btn-slant {
	display: inline-block;
	position: relative;
	text-decoration: none;
	background: #ccc;
	color: #333;
	padding: 1em 0 0.7em;
	border-radius: 5px;
	font-size: 1.9rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
.btn-slant span.iconWrap {
	display: inline-block;
	position: relative;
}
.btn-slant.orangeBtn {
	width: 500px;
	position: relative;
	background: #FA8200;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	padding: 26px 0 24px;
	box-shadow: 0 4px 0 0 #F8C083;
}
.btn-slant.orangeBtn::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 31px;
	right: 20px;
	background-image: url("/kojin/online/seminar/resources/images/ico_arw_01.png");
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

.btn-slant.orangeBtn2 {
	width: 590px;
	position: relative;
	background: #FA8200;
	color: #fff;
	font-size: 2.2rem;
	letter-spacing: 0;
	border-radius: 10px;
	padding: 18px 0 17px;
	box-shadow: none;
}
.btn-slant.orangeBtn2::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 21px;
	right: 18px;
	background-image: url("/kojin/online/seminar/resources/images/ico_arw_01.png");
	background-repeat: no-repeat;
	background-size: 12px 12px;
}

.btn-slant.pdfBtn {
	width: auto;
	font-size: 1.4rem;
	position: relative;
  background: #7F7F7F;
  color: #FFF;
	padding: 12px 10px 10px;
  box-shadow: 0 3px 0 0 #CCCCCC;
}
.btn-slant.pdfBtn span.iconWrap::before{
	content: '';
	display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -4px;
  left: -39px;
	background-image: url("/kojin/online/seminar/resources/images/icon_pdf.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.btn-slant.pdfBtn::after{
	content: '';
	display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 12px;
  right: 20px;
	background-image: url("/kojin/online/seminar/resources/images/ico_arw_03.png");
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width:768px) {
	.btn-slant {
		display: inline-block;
		position: relative;
		text-decoration: none;
		background: #fff;
		color: #333;
		padding: 20px 0 18px;
		box-shadow: 0 5px 0 0 #ccc;
		border-radius: 5px;
		font-size: 1.4rem;
		line-height: 1;
		letter-spacing: 0.2em;
		font-weight: bold;
		text-align: center;
	}
	.btn-slant.orangeBtn {
		max-width: 410px;
		width: 100%;
		position: relative;
		color: #fff;
		font-size: 1.9rem;
		letter-spacing: 0;
		padding: 24px 0 22px;
		box-shadow: 0 4px 0 0 #F8C083;
	}
	.btn-slant.orangeBtn::after {
		content: '';
		display: block;
		width: 11px;
		height: 11px;
		position: absolute;
		top: 50%;
		right: 16px;
		margin-top: -6px;
		background-image: url("/kojin/online/seminar/resources/images/ico_arw_01.png");
		background-repeat: no-repeat;
		background-size: 11px 11px;
	}
	.btn-slant.orangeBtn2 {
		max-width: 410px;
		width: 100%;
		font-size: 1.6rem;
		letter-spacing: 0;
		border-radius: 10px;
		padding: 18px 0 17px;
	}
	.btn-slant.orangeBtn2::after {
		top: 20px;
		right: 16px;
	}
}
@media screen and (max-width: 374px) {
	.btn-slant {
		display: inline-block;
		position: relative;
		text-decoration: none;
		background: #fff;
		color: #333;
		padding: calc(20*100vw/375) 0 calc(18*100vw/375);
		box-shadow: 0 calc(5*100vw/375) 0 0 #ccc;
		border-radius: calc(5*100vw/375);
		font-size: calc(14*100vw/375);
		line-height: 1;
		letter-spacing: 0.2em;
		font-weight: bold;
		text-align: center;
	}
	.btn-slant.orangeBtn {
		width: 100%;
		position: relative;
		color: #fff;
		font-size: calc(19*100vw/375);
		padding: calc(24*100vw/375) 0 calc(22*100vw/375);
		box-shadow: 0 calc(5*100vw/375) 0 0 #F8C083;
	}
	.btn-slant.orangeBtn::after {
		content: '';
		display: block;
		width: calc(11*100vw/375);
		height: calc(11*100vw/375);
		position: absolute;
		top: 53%;
		right: calc(16*100vw/375);
		background-image: url("/kojin/online/seminar/resources/images/ico_arw_01.png");
		background-repeat: no-repeat;
		background-size: calc(11*100vw/375) calc(11*100vw/375);
	}
	.btn-slant.orangeBtn2 {
		font-size: 1.4rem;
	}
	.btn-slant.orangeBtn2::after {
		top: 18px;
		right: 12px;
	}
}



/*----------------------------------------------- */
/* movie
----------------------------------------------- */
/* onlineSeminarLineup-mov */
.onlineSeminarLineup-mov{
	width: 1000px;
	margin: 0 auto;
}
.onlineSeminarLineup-mov .col{
	width: 350px;
	padding-bottom: 50px;
	float: left;
}
.onlineSeminarLineup-mov .col.col3{
	width: 300px;
}
.onlineSeminarLineup-mov .col .inner{
	width: 300px;
}

.onlineSeminarLineup-mov .seminar-title{
	font-size: 1.8rem;
	text-align: left;
	margin: 10px 0 0;
	height: 4.5em;
}
.onlineSeminarLineup-mov .btnArea{
	margin-top: 15px;
}
.onlineSeminarLineup-mov .btn-slant.pdfBtn{
	width: 230px;
}



@media screen and (max-width:768px) {
	/* onlineSeminarLineup */
	.onlineSeminarLineup-mov{
		width: auto;
		margin: 0 auto;
	}
	.onlineSeminarLineup-mov .col{
		width: auto;
		margin: 0 auto;
		padding-bottom: 40px;
		float: none;
	}
	.onlineSeminarLineup-mov .col.col3{
		width: auto;
	}
	.onlineSeminarLineup-mov .col .inner{
		width: auto;
	}
	.onlineSeminarLineup-mov .seminar-title{
		height: auto;
	}
	.onlineSeminarLineup-mov .btnArea{
		margin-top: 15px;
	}
}
/*-------------
movie
-------------*/
.movWrap{
	width: 300px;
}
/*#regist .player {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 auto;
	background: #000;
}
#regist iframe {
	width: 100%;
	height: 100%;
}
#regist .mov {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}*/

@media screen and (max-width:767px){
	.movWrap{
		width: auto;
	}
}

/*-------------
slide
-------------*/

.slideView#slide2 {
	display: none;
}

.jsCarouselBook01 {
  position: relative;
}
.jsCarouselBook01 .bx-controls-direction > a {
  font-size: 0;
  display: block;
}
.jsCarouselBook01 .bx-controls-direction a.bx-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  background: #004830;
  top: 50%;
  margin-top: -15px;
  left: -20px;
  border-radius: 50%;
}

.jsCarouselBook01 .bx-controls-direction a.bx-prev::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(-45deg) translate(-50%,-50%);
	display: block;
	margin: -4px 0 0 4px;
}

.jsCarouselBook01 .bx-controls-direction a.bx-next {
  width: 40px;
  height: 40px;
  position: absolute;
  background: #004830;
  top: 50%;
  margin-top: -15px;
  right: -20px;
  border-radius: 50%;
}

.jsCarouselBook01 .bx-controls-direction a.bx-next::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg) translate(-50%,-50%);
	display: block;
	margin: 2px 0 0 -6px;
}



.jsCarouselBook01 .bx-controls-direction a.disabled {
  display: none;
}
.jsCarouselBook01 .bx-pager > div {
  display: inline-block;
  margin: 0 4px;
}
.jsCarouselBook01 .bx-pager {
  position: absolute;
  text-align: center;
  width: auto;
  height: auto;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .jsCarouselBook01 .bx-pager {
    bottom: -30px;
  }
}

.jsCarouselBook01 .bx-pager .bx-pager-link {
  display: block;
  text-indent: -9999px;
  width: 6px;
  height: 6px;
  background: #fff;
  border: 2px solid #bdbfb5;
  background-position: center;
  border-radius: 50%;
}
.jsCarouselBook01 .bx-pager .bx-pager-link.active {
  background-size: 8px 8px;
  background-position: center;
  background: #004830;
  border: 2px solid #004830;
}
.jsCarouselBook01 .bx-viewport {
  box-sizing: border-box;
  border: 1px solid #ccc;
}
/* add */
.jsCarouselBook01 {
  width: 580px !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.jsCarouselBook01 ul.carouselList {
  background-color: #fff;
  margin: auto;
}
.jsCarouselBook01 ul.carouselList li {
  width: 580px!important;
  height: 350px!important;
}

.jsCarouselBook01 .slideLinkBtn {
	bottom: 65px;
	position: absolute;
	left: 50%;
	margin-left: -125px;
}

.jsCarouselBook01 .slideLinkBtn a {
	text-align: center;
	width: 250px;
	position: relative;
	background: #FA8200;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	padding: 10px 0 8px;
	box-shadow: 2px 2px 0 0 #F8C083;
	border-radius: 30px;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	transition: .3s;
}

.jsCarouselBook01 .slideLinkBtn a:hover {
	background-color: #ffa646;
}

@media screen and (max-width: 767px) {
/*jsCarouselBook01*/
.jsCarouselBook01 .bx-controls-direction {
  display: block;
}
.jsCarouselBook01 .bx-controls-direction a.bx-prev {
  width: 30px;
  height: 30px;
  left: -15px;
}
.jsCarouselBook01 .bx-controls-direction a.bx-next {
  width: 30px;
  height: 30px;
  right: -15px;
}

.jsCarouselBook01 .bx-pager > div {
  margin: 0 2%;
}
.jsCarouselBook01 .bx-pager .bx-pager-link,  .jsCarouselBook01 .bx-pager .bx-pager-link.active {
  width: 6px;
  height: 6px;
}
/* add */
.jsCarouselArea {
  width: 100%;
  margin: auto;
}
.jsCarouselBook01 {
  width: 288px !important;
}
.jsCarouselBook01 ul.carouselList {
  background-color: #fff;
}
.jsCarouselBook01 ul.carouselList li {
  width: 288px !important;
  height: 345px !important;
}
.jsCarouselBook01 ul.carouselList li img {
  width: 100%;
  height: auto;
}

.jsCarouselBook01 .slideLinkBtn {
	bottom: 120px;
	margin-left: -90px;
}

.jsCarouselBook01 .slideLinkBtn a {
	font-size: 1rem;
	width: 180px;
	padding: 6px 0 4px;
}
}

@media screen and (max-width: 430px) {
  .jsCarouselArea {
    width: 100%;
    margin: auto;
  }
  .jsCarouselBook01 {
    width: 253px !important;
  }
  .jsCarouselBook01 ul.carouselList li {
    width: 253px !important;
    height: 304px !important;
  }
  .jsCarouselBook01 ul.carouselList li img {
    width: 100%;
    height: auto;
  }

	.jsCarouselBook01 .slideLinkBtn {
		bottom: 105px;
	}
}

@media screen and (max-width: 374px) {
.jsCarouselArea {
  width: 100%;
  margin: auto;
}
.jsCarouselBook01 {
  width: 260px !important;
}
.jsCarouselBook01 ul.carouselList li {
  width: 260px !important;
  height: 312px !important;
}
.jsCarouselBook01 ul.carouselList li img {
  width: 100%;
  height: auto;
}
}
