@charset "utf-8";

/*  =============================================================

　　レイアウト設定

============================================================= */


/*  全体　基本設定
---------------------------------------------*/

html,
body,
#container {
	width: 100%;
	height: 100%;
}

body:lang(ja) { font-family: Verdana, Arial, "segoe UI", "メイリオ", Meiryo, sans-serif; }
body:lang(en) { font-family: Camphor,Open Sans,Segoe UI,sans-serif; }

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}

.box-slide .loadingImg,
.loadingImg {
	width: 100px;
	margin: 125px auto 0;
	display: block;
}

.lecModal.loading {
	position: fixed;
	width: 100%;
  height: 100%;
  top: 0;
  left: 0;
	background: rgba(255,255,255,.8);
	z-index: 9999;
}

.loading .loadingImg {
	width: 100px;
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	margin: auto;
}

h2 {
	margin-top: 10px;
	font-weight: bold;
  font-size: 30px;
	letter-spacing: 2px;
	text-align: center;
}

.loginTpl h2 {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #bfbfbf;
}

.loginTpl h2.bor-none {
	border: none;
}

/* OAUTH 連携 */
.box-login-oa {
	width: 90%;
  max-width: 500px;
	margin: 0 auto;
}

.bor-or {
	position: relative;
	margin: 0 auto 30px;
	padding: 0 47%;
	color: #777;
	display: inline-block;
}

.bor-or span {
	background: #fff;
	padding: 5px;
}

.bor-or:before, .bor-or:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #bfbfbf;
	z-index: -1;
}

.bor-or:before {left:0;}
.bor-or:after {right: 0;}

.btn-box-login {
	margin: -30px 0 15px;
	font-size: 0;
	text-align: center;
}

.btn-box-login p {
	margin: 10px 0 15px;
	color: #8f8f8f;
	font-size: 15px;
}

.btn-box-login a {
	min-width: auto;
	margin-right: 10px;
	padding: 10px 20px 10px 50px;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 16px;
	text-align: center;
	display: inline-block;
}

.btn-box-login a:last-child {
	margin-right: 0;
}

a.btn-fb-login {
	background: #3b5998 url(/asset/img/common/icon_fb_w.svg) 15px 50% / 20px 20px no-repeat;
}

a.btn-g-login {
	background: #de4e3e url(/asset/img/common/icon_g_w.svg) 15px 50% / 20px 20px no-repeat;
}

a.btn-tw-login {
	background: #0F1419 url(/asset/img/common/icon_x_w.svg) 15px 50% / 20px 20px no-repeat;
}


h3 {
	margin-bottom: 25px;
	padding: 10px 15px;
	background: #f7f2ef;
	border-left: 6px solid #1a58a7;
	font-size: 1.6em;
}

h3 span {
	color: #1a58a7;
	display: block;
	font-size: .5em;
	letter-spacing: 2px;
}

.landing h3 {
	border-left: none;
	background: none;
	text-align: center;
}

h3 span.h-landing {
	min-width: 300px;
	margin: 30px auto 20px;
	padding: 0 10px 20px;
	background: none;
	border-left: none;
  position: relative;
  border-bottom: 2px solid #ccc;
	color: #333;
	font-size: 1.5em;
	display: inline-block
}

h3 span.h-landing::after {
	position: absolute;
	bottom: -4px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
	content: '';
	width: 30%;
	height: 4px;
	background-color: #f36b30;
}

.faqList h3 span {
	margin-bottom: 3px;
	padding: 3px 10px;
	background: #1a58a7;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: .5em;
	font-weight: bold;
	letter-spacing: 0;
}

h4 {
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
}

h4.h-orange {
	color: #f36b30;
	text-align: center;
}

h4.h-blue {
	color: #1a58a7;
	text-align: center;
}

h4.h-lightblue  {
	margin-bottom: 20px;
	padding: 10px;
	background: #ecf7f9;
}

h4.h-lightblue span {
	width: 35px;
  height: 35px;
	line-height: 35px;
	margin-right: 10px;
	background: #1a58a7;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	text-align: center;
}

h4.h-black {
	margin-top: 30px;
}

h5 {
	margin-top: 30px;
}

p {
	line-height: 1.7;
}

p.sentence {
	margin-bottom: 20px;
	font-size: 16px;
}

.rule p.sentence {
	margin-bottom: 40px;
}

ol {
	margin: 10px 20px;
}

ol > li {
	margin: 0 0 10px 1.5em;
	text-indent: -1.5em;
	list-style: decimal;
	list-style-position: inside;
}

strong {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	h2 {
		font-size: 1.5em;
		letter-spacing: 0;
	}

	h3 {
		margin-bottom: 10px;
		padding: 10px;
		font-size: 1.2em;
	}

	h4 {
		margin: 0;
		padding: 10px;
		font-size: 1.2em;
	}

	h4.h-lightblue span {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}

	h4.h-black {
		margin-top: 20px;
		padding: 0;
	}

	p.sentence {
		padding: 0 10px;
		font-size: .9em;
	}

	h3 span.h-landing {
		margin: 20px auto 20px;
		padding: 0 10px 20px;
		background: none;
		border-left: none;
		position: relative;
		border-bottom: 2px solid #ccc;
		color: #333;
		font-size: 1em;
		display: inline-block
	}

	h3 span.h-landing::after {
		position: absolute;
		bottom: -4px;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		z-index: 2;
		content: '';
		width: 30%;
		height: 4px;
		background-color: #f36b30;
	}

	/* OAUTH 連携 */
	.btn-box-login {
		margin: -50px 0 10px 0;
		text-align: center;
	}

	.btn-box-login a {
		max-width: 250px;
	}

	.btn-box-login a {
		margin: 0 10px 10px 0;
	}

	.btn-box-login a:last-child {
		margin-right: 0;
	}
}


/*  カラー設定
-------------------------- */

.fc-blue { color: #1a58a7; }
.fc-aquablue { color: #6ec6d3; }
.fc-lightblue { color: #d6e5f7; }
.fc-orange { color: #f36b30; }
.fc-lightorange { color: #ffece4; }
.fc-ivory { color: #f2ece8; }
.fc-beige { color: #e5d7ce; }

.bg-blue { background: #1a58a7; }
.bg-aquablue { background: #6ec6d3; }
.bg-lightblue { background: #d6e5f7; }
.bg-orange { background: #f36b30; }
.bg-lightorange { background: #ffece4; }
.bg-ivory { background: #f2ece8; }
.bg-beige { background: #e5d7ce; }


/* 　コンテナー　設定
---------------------------------------------*/

#container {
  position: relative;
  width: 100%;
  min-height: 100%;
	padding-top: 75px;
	background: #f2ece8;
}

#container.lecDetail {
	padding-top: 65px;
}

#container.loginTpl {
	padding-top: 120px;
	background: #fff;
}

#content {
	position: relative;
  width: 100%;
  min-height: 100%;
	margin: 10px auto 0;
	padding: 20px 0 50px;
	background: #fff;
	border-top: 1px solid #e5d7ce;
	z-index: 1;
}

.contentInput #content {
	min-height: 100%;
	margin-top: 10px;
	padding: 0 0 0;
	background: #fff;
	border-top: none;
}

.lecDetail #content,
#content.landing {
	margin-top: 0;
	padding-top: 40px;
	background: #fff url(/asset/img/common/bg_lec.png) repeat-x;
	border: none;
}

#content.home {
	margin-top: -10px;
	background: #fff;
	border-top: none;
}

.loginTpl #content {
	border-top: none;
}

.contentInner {
	max-width: 1242px;
	margin: 0 auto;
	padding: 0 15px;
}

.box-para {
	margin: 30px auto 30px;
}

.box-para .left {
	float: left;
	margin-right: 20px;
}

.box-para .right {
	float: right;
	margin-left: 20px;
}

.box-para .center {
	margin: 0 auto 30px;
	text-align: center;
	display: block;
}


@media screen and (max-width: 768px) {
	#container {
		padding-top: 80px;
		min-width: inherit;
	}

	#content {
		padding: 20px 0;
	}

	#content.home {
		margin-top: -30px;
		padding-top: 20px;
	}

	#container.lecDetail {
		padding-top: 45px;
	}

	.contentInner {
		padding: 0;
	}

	.box-para .left,
	.box-para .right,
	.box-para .center{
		width: 90%;
		margin: 10px auto;
		float: none;
		display: block;
	}
}


/* レイアウト　設定
　.colを.colWrapで包むと等幅分割
---------------------------------------------*/

.colWrap {
	width: 100%;
	margin-bottom: 25px;
	display: table;
	table-layout: fixed;
}

.col {
	display: table-cell;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}

.leftCol {
	float: left;
	width: 300px;
	overflow: hidden;
}

.leftCol + .mainCol {
	float: right;
	width: calc(100% - 350px);
}

.rightCol {
	float: right;
	width: 300px;
	overflow: hidden;
}

.rightCol + .mainCol {
	float: left;
	width: calc(100% - 350px);
}

.home .rightCol {
	width: 30%;
	max-width: 400px;
	float: right;
	margin-right: 10px;
}

.lecDetail .mainCol {
	float: left;
	width: calc(100% - 350px);
}

.home .rightCol .btn {
	margin: 5px auto 30px;
}

.home .rightCol .btn a {
	min-width: 200px;
}

.home .mainCol {
	float: left;
	width: calc( 70% - 25px);
	margin-bottom: 30px;
	overflow: hidden;
}

/*  ボーダー 設定 */

hr {
	max-width: 1242px;
	margin: 25px auto;
	background: #fff;
	border-top: 3px dashed #e5d7ce;
	border-bottom: 3px dashed #fff;
}

/*  センタリング 設定 */

.centering {
	margin: 0 10px;;
}

.centering h3 {
	margin-bottom: 50px;
}

.centering p, .centering ol, .centering ul {
	text-align: center;
}

.centering ol li {
	list-style: decimal;
	list-style-position: inside;
}

@media screen and (max-width: 768px) {
	.colWrap {
		width: 100%;
		margin-bottom: 15px;
		padding: 0 10px;
		display: table;
		table-layout: fixed;
	}

	.centering ol {
		padding: 10px;
	}

	.col {
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
		border: none;
	}

	.rightCol {
		float: right;
		width: 300px;
		overflow: hidden;
	}

	.lecDetail .rightCol {
		clear: both;
		width: 100%;
	}

	.rightCol + .mainCol,
	.lecDetail .mainCol {
		clear: both;
		width: 100%;
	}

	.home .rightCol {
		width: 100%;
		max-width: none;
		clear: both;
		margin-right: 0;
	}

	.home .mainCol {
		clear: both;
		width: 100%;
		margin-bottom: 0;
		overflow: hidden;
	}
}


/*  画像 基本設定
-------------------------- */

img {
  vertical-align: top;
  border: none;
}

/*  サムネイル画像 設定 （高さ固定 高さ基準）*/

.imgWrap {
	/*position: relative;
	width: 100%;
  height: 150px;
	background: #fff;
	border: 1px solid #e5d7ce;
  overflow: hidden;*/

	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: #f7f2ef;
	border: 1px solid #e5d7ce;
	overflow: hidden;
}

.imgWrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

/*  サムネイル画像 設定 （幅基準）*/

/*.imgWrap {
  height: 150px;
}

.imgWrap img {
	width: 100%;
	overflow: hidden;
}*/


/*  リンク 基本設定
-------------------------- */

a {
  outline: none;
  color: #1a58a7;
  text-decoration: underline;
}

a:hover {
	opacity: .8;
}

.related {
	padding-left: 30px;
	background: url(/asset/img/common/icon_arw_r.svg) left 50% / 30px 30px no-repeat;
}

.btn + p a,
.pageMove {
	margin: -25px 0 30px 0;
	display: block;
	text-align: center;
}

.btn + p a {
	margin: -15px 0 30px 0;
}

table.basis p.pageMove {
	font-size: 1em;
	text-align: right;
}

/*  テキスト 基本設定
-------------------------- */

.txt-left {text-align: left;}
.txt-center {text-align: center;}
.txt-right {text-align: right;}

.zero {
	margin-left: 10px;
	color: #1a58a7;
	font-size: 1.2em;
	font-weight: bold;
}

.mypage .zero {
	color: #333;
}


/* ボタン　設定
---------------------------------------------*/

/* 基本ボタン　設定 */

.btn {
	margin: 20px auto 40px;
	text-align: center;
}

.btn a,
.btn button,
.btn input {
	border-radius: 5px;
	position: relative;
	top: 0;
	min-width: 250px;
	margin: 0 5px;
	padding: 0.8em 1.5em;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
}

.btn a:hover,
.btn button:hover,
.btn input:hover {
	top: 4px;
	box-shadow: none;
	opacity: 1;
}

.btn-primary {
	background: #f78e57;
	background: -moz-linear-gradient(top, #f78e57 0%, #ed5120 100%);
	background: -webkit-linear-gradient(top, #f78e57 0%,#ed5120 100%);
	background: linear-gradient(to bottom, #f78e57 0%,#ed5120 100%);
	box-shadow: 0 4px 0 #c54417;
}

.btn-secondary {
	background: #5f92cb;
	background: -moz-linear-gradient(top, #5f92cb 0%, #2756a2 100%);
	background: -webkit-linear-gradient(top, #5f92cb 0%,#2756a2 100%);
	background: linear-gradient(to bottom, #5f92cb 0%,#2756a2 100%);
	box-shadow: 0 4px 0 #183e7c;
}

.btn-inverse {
	background: #91d7e0;
	background: -moz-linear-gradient(top, #91d7e0 0%, #55b5c5 100%);
	background: -webkit-linear-gradient(top, #91d7e0 0%,#55b5c5 100%);
	background: linear-gradient(to bottom, #91d7e0 0%,#55b5c5 100%);
	box-shadow: 0 4px 0 #3e92a1;
}

.btn-unclick {
	background: #c9c9c9;
	box-shadow: none;
}

.btn a.btn-unclick:hover {
	top: 0px;
	box-shadow: none;
	opacity: 1;
}

/* 詳細ボタン　設定 */

.hWrap {
	position: relative;
	display: block;
}

.hWrap .btn-basic {
	position: absolute;
	bottom: 0;
	right: 0;
}

.btn-headline {
	position: absolute;
	top: 17px;
	right: 25px;
	padding-left: 45px;
	height: 100%;
	background: url(/asset/img/common/icon_arw_r.svg) left -5px / 40px 30px no-repeat;
}

.btn-basic {
	padding: 0.3em 20px 0.3em 40px;
	background: #d6e5f7 url(/asset/img/common/icon_arw_r.svg) left 50% / 40px 30px no-repeat;
	border-radius: 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.LecResult .btn-basic {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 20px 5px 20px;
	background: #f78e57;
	background: -moz-linear-gradient(top, #f78e57 0%, #ed5120 100%);
	background: -webkit-linear-gradient(top, #f78e57 0%,#ed5120 100%);
	background: linear-gradient(to bottom, #f78e57v 0%,#ed5120 100%);
	box-shadow: 0 2px 0 #c54417;
	color: #fff;
	font-size: 1.1em;
}

.LecResult .btn-basic:hover {
	top: 2px;
	box-shadow: none;
	opacity: 1;
}

.box-lectureList-s .btn-basic {
	display: block;
}

.home .box-lectureList-s .btn-basic,
.mypage .box-lectureList-s .btn-basic {
	min-width: 150px;
	display: inline-block;
	float: right;
}

.home .box-lectureList-s .btn-basic.left,
.mypage .box-lectureList-s .btn-basic.left {
	float: left;
}

.mypage .box-lectureList-s .btn-basic {
	margin: 10px 10px 0 10px;
}

.btn-headline:hover,
.btn-basic:hover {
	text-decoration: none;
}

.select-listMgt {
	width: 110px;
	position: absolute;
	top: 0;
	right: 10px;
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 10px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	background: #fcfaf2;
	background: url(/asset/img/common/icon_select.png) right no-repeat, -moz-linear-gradient(top, #fff 0%, #e2e2e2 100%);
	background: url(/asset/img/common/icon_select.png) center right no-repeat, -webkit-linear-gradient(top, #fff 0%,#e2e2e2 100%);
	background: url(/asset/img/common/icon_select.png) center right no-repeat, linear-gradient(to bottom, #fff 0%,#e2e2e2 100%);
	display: block;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width: 768px) {
	.hWrap .btn-basic {
		bottom: 10px;
		padding: 5px 10px 5px 40px;
		font-size: 1em;
	}

	.btn-basic {
		padding: 0.2em 20px 0.2em 40px;
	}

	.box-lectureList-s .btn-basic {
		padding: 0.2em 20px 0.2em 30px;
		background: #d6e5f7 url(/asset/img/common/icon_arw_r.svg) left 50% / 40px 30px no-repeat;
	}
	.btn {
		position: relative;
		width: 100%;
		margin: 10px auto 20px;
	}

	.btn a,
	.btn button,
	.btn input {
		margin-bottom: 15px;
		padding: 0.7em 1.5em;
	}

	.LecResult .hWrap {
		position: inherit;
	}

	.LecResult .btn-more {
		margin: -10px 10px 10px 0;
		text-align: right;
	}

	.LecResult .btn-basic {
		position: inherit;
		padding: 3px 10px;
		background: none;
		background: -moz-linear-gradient(top, #f78e57 0%, #ed5120 100%);
		background: -webkit-linear-gradient(top, #f78e57 0%,#ed5120 100%);
		background: linear-gradient(to bottom, #f78e57v 0%,#ed5120 100%);
		box-shadow: 0 2px 0 #c54417;
		color: #fff;
		font-size: .9em;
	}

	.select-listMgt {
		clear: both;
		position: absolute;
		right: 10px;
		top: 70px;
		width: 100px;
		height: 25px;
		line-height: 25px;
		padding: 0 0 0 10px;
    border: 1px solid #dddddd;
		display: block;
    font-size: 1em;
		text-align: center;
		text-decoration: none;
	}
}


/*  フォーム 基本設定
-------------------------- */

input, button, select, label, textarea {
	font-family: "segoe UI", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
	font-size: 100%;
	outline: 0;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type="radio"],
input[type="checkbox"] {
	padding: 10px 0;
	line-height: 1.5em;
	margin-right: 10px;
	font-size: 1.5em;
}

label {
	font-size: 1.2em
}

button {
	border: none;
}

.box-login-form {
	width: 500px;
	margin: 0 auto 0;
}

.box-login-form p {
	margin-bottom: 25px;
}

a {
	text-decoration: none;
}

.box-login-form dl {
	margin-bottom: 15px;
}

.box-login-form dt {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.box-login-form dt span {
	margin-left: 10px;
	font-size: .75em;
	font-weight: normal;
	color: #808080;
}

.box-login-form .txt-important {
	margin: 5px 0 0 0;
	font-size: .9em;
	font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	width: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	margin-bottom: 5px;
	padding: 1em;
	background: #f5f5f5;
	border: 1px solid #dddddd;
	border-radius: 10px;
}

textarea {
	font-size: 1em;
	resize: vertical;
}

.select-category,
.select-numQue {
	width: 60%;
	padding: 1em;
	background: #f5f5f5 url(/asset/img/common/icon_arw_d.svg) 98% center / 40px 40px no-repeat;
	border: 1px solid #dddddd;
	border-radius: 10px;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width: 768px) {
	.select-category{
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.box-login-form {
		width: 90%;

	}
}


/*  ヘッダー 設定
---------------------------------------------*/

#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 65px;
	background: #fff;
	box-shadow: 0px 0px 6px 3px #d9d9d9;
	z-index: 2;
}

#header.preview {
	background: #333;
}

#h-mainlogo {
	float: left;
	width: 153px;
	height: 64px;
	margin: 0 20px 0 10px;
}

#h-mainlogo a {
	padding: 15px 0;
	display: block;
	cursor: pointer;
}

#h-mainlogo img {
	height: 34px;
}

.preClose {
	position: absolute;
	top: 0;
	right: 20px;
	padding-left: 30px;
	background: url(/asset/img/common/icon_close_w.svg) left center / 25px 25px no-repeat;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	line-height: 65px;
}

.preClose:hover {
	opacity: .8;
}

.icon-menu {
	display: none;
}

.badge-news {
	float: right;
	height: 65px;
	line-height: 65px;
	display: inline-block;
}

.badge-news span {
	min-width: 2em;
	margin: 0 0 0 10px;
	padding: 2px 5px;
	background: #f36b30;
	border-radius: 6px;
	color: #fff;
	text-align: center;
}

nav#gnav {
	float: left;
}

nav#gnav ul li {
	display: inline-block;
}

nav#gnav ul li a {
	position: relative;
	margin-left: 15px;
	color: #1c1c1c;
	display: block;
	line-height: 65px;
	text-decoration: none;
	transition: .3s;
}

nav#gnav ul li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 4px;
	background: #1a58a7;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

nav#gnav ul li a:hover::after {
	width: 100%;
}

.box-langSelect {
	position: absolute;
	top: 80px;
	right: 20px;
}

.box-langSelect li {
	margin-left: 5px;
	display: inline-block;
	color: #fff;
	font-size: .9em;
}

.box-langSelect li.on {
	padding: 1px 10px;
	background: #6ec6d3;
	border-radius: 12px;
	color: #fff;
	font-weight: bold;
}

.home .box-langSelect {
	position: inherit;
	margin: 0 10px 15px;
	text-align: right;
}

.lecDetail .box-langSelect {
	top: 15px;
}

.userInfo {
	float: right;
	max-width: 300px;
}

.userInfo a {
	display: inline-block;
	color: #1c1c1c;
	text-decoration: none;
}

.userIcon {
	float: left;
	position: relative;
	margin: 7px 10px 7px 0;
	width: 51px;
	height: 51px;
	border-radius: 3px;
	border: 1px solid #e5d7ce;
	overflow: hidden;
}

.userIcon img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.userName {
	max-width: 135px;
	height: 65px;
	line-height: 65px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.icon-arw-d {
	float: right;
	width: 50px;
	height: 65px;
	background: url(/asset/img/common/icon_arw_d.svg) 50% 50% / 30px 30px no-repeat;
	display: inline-block;
	cursor: pointer;
}

.userMenu {
	position: absolute;
	top : 65px;
	right: 0;
	width: 305px;
	background: #fff;
	border: 1px solid #e5d7ce;
	z-index: 2;
}

.userMenu li {
	margin: 0 10px;
	border-bottom: 1px solid #e5d7ce;
}

.userMenu li:last-child {
	border: none;
	cursor: pointer;
}

.userMenu li a {
	padding: 1.5em 0 1.5em 30px;
	background: url(/asset/img/common/icon_arw_r.svg) 0 50% / 30px 30px no-repeat;
	display: block;
	transition: .2s;
}

.userMenu li a:hover {
	padding: 1.5em 0 1.5em 35px;
}

.userMenu li a span {
	min-width: 2em;
	margin: 0 0 0 10px;
	padding: 2px 5px;
	background: #f36b30;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	text-align: center;
}

.userMenu {
	display: none;
}

.userMenu.on {
	display: inherit;
	transition: all .5s;
}

.box-notice {
	width: 95%;
	margin: 40px auto 10px;
	padding: 10px;
	background: #ffece4;
	border: 2px solid #f36b30;
}

.loginTpl .box-notice {
	margin: -10px auto 30px;
}

.lecDetail .box-notice {
	margin: 10px auto 30px;
}

@media screen and (max-width: 879px) {
	#header {
		height: 50px;
	}

	.preClose {
		right: 10px;
		line-height: 50px;
	}

	#h-mainlogo {
		margin: 0;
		padding: 0;
		height: 50px;
		line-height: 50px;
		cursor: pointer;
	}

	#h-mainlogo img {
		margin: 0 10px;
		height: 30px;
		display: block;
	}

	#h-mainlogo a {
		padding: 10px 0;
		display: block;
		cursor: pointer;
	}

	.preview #h-mainlogo {
		height: 20px;
		padding: 15px 0;
	}

	.preview #h-mainlogo img {
		height: 20px;
	}

	nav#gnav {
		display: none;
	}

	.icon-menu {
		position: absolute;
		top: 0;
		right: 0;
    width: 50px;
    height: 50px;
    background: url(/asset/img/common/icon_menu.svg) 50% 50% / 30px 30px no-repeat;
    display: inline-block;
    cursor: pointer;
		z-index: 3;
	}

	.box-langSelect {
		position: absolute;
		top: 60px;
		right: 10px;
	}

	.lecDetail .box-langSelect {
		top: 20px;
	}

	.icon-arw-d {
		position: absolute;
		top: 0;
		right: 50px;
		width: 50px;
    height: 50px;
		background: url(/asset/img/common/icon_cog.svg) 50% 50% / 20px 20px no-repeat;
		z-index: 1;
	}

	.badge-news {
		position: absolute;
		top: 7px;
		right: 55px;
		width: auto;
    height: auto;
		line-height: 1.5em;
		z-index: 1;
		font-size: .8em;
	}

	.userInfo {
		width: 110px;
	}

	nav#gnav,
	#header .userIcon,
	.userName{
		display: none;
	}

	nav#gnav.on {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		padding-top: 50px;
		display: inherit;
		background: #fff;
		z-index: 999;
	}

	nav#gnav ul li {
		margin: 0;
		padding: 0;
		display: block;
	}

	nav#gnav ul li a {
		margin: 0 10px;
		padding-left: 35px;
    background: url(/asset/img/common/icon_arw_r.svg) 0 50% / 30px 30px no-repeat;
		border-bottom: 1px dashed #e5d7ce;
		font-size: 1.2em;
    display: block;
    transition: .2s;
	}

	nav#gnav ul li a::after {
		display: none;
	}

	nav#gnav ul li a:hover::after {
		display: none;;
	}

	nav#gnav ul li a:hover {
		color: #1a58a7;
	}

	nav#gnav ul li:last-child a {
		border: none;
	}

	.userMenu {
		top : 50px;
	}

	.box-notice {
		width: 95%;
		margin: 20px auto 10px;
	}
}

/* ログイン前 */
#header .btn {
	position: absolute;
	top: 12px;
	right: 15px;
	margin: 0;
	text-align: right;
	display: inline-block;
}

#header .btn a {
	min-width: 100px;
	height: 41px;
	line-height: 41px;
	margin: 0 3px;
	padding: 0 1.2em;
	box-shadow: none;
	font-size: 1em;
	text-align: center;
}

#header .btn a:hover {
	top: 0;
	opacity: 1;
}

#header .btn a.btn-primary:hover { background: #ed5120; }
#header .btn a.btn-secondary:hover { background: #2756a2; }
#header .btn a.btn-inverse:hover { background: #55b5c5; }

@media screen and (max-width: 768px) {
	#header p.btn {
		display: inline-block;
		width: auto;
	}

	#header .btn a {
		min-width: none;
		height: 30px;
		line-height: 30px;
		display: inline-block;
	}

	#header a.btn-secondary {
		display: none;
	}
}


/*  コンテンツヘッダー 設定
---------------------------------------------*/

#contentHeader {
	width: 100%;
}

.box-breadcrumb {
	margin: 0 0 10px 15px;
}

.box-breadcrumb li {
	vertical-align: middle;
	word-break: break-all;
	display: inline;
	margin: 0;
	padding: 0 30px 0 0;
	display: inline;
	background: url(/asset/img/common/icon_arw_r.svg) right center / 30px 30px no-repeat;
	overflow: hidden;
}

.box-breadcrumb li:last-child {
	background: none;
}

.box-breadcrumb li a.icon-home {
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(/asset/img/common/icon_home.svg) center 3px / 20px 20px no-repeat;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	vertical-align: middle;
}

.box-breadcrumb li a:hover,
.box-breadcrumb li a.icon-home:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.box-breadcrumb {
		display: none;
	}
}


/*  ページトップ 設定
---------------------------------------------*/

#btn-pagetop a {
	position: fixed;
	right: 0;
	bottom: 15px;
	height: 50px;
	margin: 0;
	padding: 0 5px;
	background: #1a58a7;
	display: block;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.3s;
	z-index: 9999;
	opacity: .8;
}

#btn-pagetop a::before, #btn-pagetop a::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#btn-pagetop a::before {
  transition: transform 0.15s, 0.15s border-radius 0.15s;
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  transform: scale(0.1, 0.1);
  border-radius: 50%;
}

#btn-pagetop a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
  border-radius: 0;
}

#btn-pagetop a::after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#btn-pagetop a:hover::after {
  opacity: 0;
}

.icon-arw-u {
	height: 50px;
	line-height: 50px;
	margin: 0 15px;
	padding-left: 40px;
	display: inline-block;
	background: url(/asset/img/common/icon_arw_u.svg) left 50% / 30px 30px no-repeat;
}

/*  フッター 設定
---------------------------------------------*/

#footer {
	background: #333;
}

.box-bnr {
	width: 100%;
	background: #f9f5f2;
}

.box-bnr .col {
	display: table-cell;
	border-left: 10px solid #f9f5f2;
	border-right: 10px solid #f9f5f2;
}

.box-bnr .col iframe {
	margin: 30px auto;
	width: 340px;
	height: 130px;
	display: block;
}

#box-footerLogo {
	float: left;
	margin: 40px 30px 40px 0;
}

#box-footerLogo img {
	width: 252px;
	height: 56px;
	margin-bottom: 5px;
}

#copyright {
	color: #fff;
	display: block;
	font-size: 0.75em
}

.copyright-sp {
	display: none;
}

#footerNav {
	float: left;
	margin: 60px 20px 60px 0;
}

#footerNav li {
	display: inline-block;
}

#footerNav li a {
	margin-right: 0.7em;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

#footerNav .footerSubNav li a {
	margin-right: 0.5em;
	font-size: 0.85em;
	font-weight: normal;
}

#relBnr {
	float: right;
	width: 525px;
	margin: 35px 0;
	padding-left: 35px;
	height: 164px;
	border-left: 1px solid #131313;
	box-shadow: -6px -2px 0px -5px #404040;
	font-size: 0;
	overflow: hidden;
}

#relBnr li {
	display: inline-block;
}

#relBnr li a {
	width: 230px;
	height: 90px;
	margin: 30px 15px 0 0;
	background: #ccc;
	display: block;
}

#relBnr li:last-child a {
	margin-right: 0;
}

#relBnrSp {
	display: none;
}

.box-sns {
	padding: 50px 0 0 40px;
}

.box-sns li {
	display: inline-block;
	color: #fff;
	vertical-align: middle;
}

.box-sns li:first-child {
	margin: 0 10px 0 20px;
}

.btn-twitter-w a,
.btn-facebook-w a {
	width: 40px;
	height: 60px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	cursor: pointer;
}

.slideImg {
	margin: 30px auto;
	text-align: center;
}

@media screen and (max-width: 920px) {
	#box-footerLogo {
		clear: both;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	#box-footerLogo img {
		width: 60%;
		max-width: 400px;
		margin: 30px auto 5px;
		display: block;
	}

	#footerNav {
		width: 100%;
		clear: both;
		margin: 15px auto 0;
		text-align: center;
	}

	.footerNav {
		display: none;
	}

	.footerSubNav {
		margin-bottom: 20px;
	}

	.footerSubNav li {
		padding: 0 3px;
		border-right: 1px solid #fff;
		line-height: 1;
	}

	.footerSubNav li:last-child {
		border: none;
	}

	#relBnr {
		display: none;
	}

	#relBnrSp {
		display: inherit;
		width: 90%;
		max-width: 300px;
		height: 100px;
		margin: 20px auto 0;
		background: #ccc;
	}

	.box-sns li:first-child {
		margin: 0 10px 0 0;
	}

	.box-sns {
		padding: 50px 0 0 0;
		text-align: center;
	}

	.box-bnr .col  {
		display: block;
	}

	#copyright {
		display: none;
	}

	.copyright-sp {
		margin: 10px 0 75px 0;
		display: inherit;
		color: #fff;
	}

	.icon-arw-u {
		margin: 0 10px;
	}
}

@media screen and (max-width: 656px) {
	.slideImg {
		margin: 10px auto;
	}

	.slideImg img {
		width: 100%;
	}
}


/*  アラートモーダル 設定
---------------------------------------------*/
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
	filter: none;
}

.remodal-overlay {
	background: #f2ece8;
	background: rgba(51, 51, 51,.85)
}

.remodal {
	position: relative;
	background: #fff;
	border: 1px solid #e5d7ce;
}

.remodal .icon-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
	height: 35px;
	background: url(/asset/img/common/icon_close.svg) center center / 35px 35px no-repeat;
	cursor: pointer;
}

.remodal {
	padding: 30px 15px 15px;
}

@media screen and (max-width: 768px) {
	.remodal-wrapper .remodal {
		padding: 15px 5px 5px;
	}
}

/* ランディングページ */
.mainVisual {
	width: 100%;
	max-width: 768px;
	margin: 0 auto 0;
}

.logo-main {
	width: 70%;
	max-width: 350px;
	margin: 0 auto 20px;
	display: block;
}

.mainVisual p {
	margin-top: 10px;
	font-size: 1.3em;
	text-align: center;
}

.mainVisual form {
	width: 600px;
	margin: 30px auto 15px;
	display: flex;
  justify-content: center;
  align-items: center;
}

.gradArea {
	position: relative;
}

.gradInner {
	margin: 50px auto;
	padding: 20px;
  background: linear-gradient(45deg, #bae6ed, #bbd5ef, #ffeea8);
  background-size: 600% 600%;
  animation: AnimationName 9s ease infinite;
}

.landing input[type="text"] {
	margin: 1px 0 0 0;
	background: #fff;
	display: inline-block;
}

.landing .colWrap {
	margin-top: 70px;
	background: #f9f5f2;
	border-top: 1px solid #ebe7e4;
	border-bottom: 2px solid #ebe7e4;
}

.landing .box-plan {
	margin: 40px auto;
}

.landing .box-plan ul {
	background: #fff;
}

.landing iframe {
	margin: 0 auto;
	display: block;
}

.landing .box-langSelect {
	top: 0;
}

.landing h2 {
	letter-spacing: 0;
}

.mainVisual p.btn {
	margin: 20px auto 25px;
}

.mainVisual p.btn a {
	margin-top: 10px;
	font-size: 1em;
	font-weight: bold;
}

.mainVisual .txt-center {
	font-size: 1em;
}

.box-guide {
	width: 100%;
	background: #3b3b3b;
	margin: 30px 0 -50px;
	padding: 30px 0 30px;
}

.box-guide ul li {
	display: inline-block;
	vertical-align: top;
}

.box-guide iframe {
	float: right;
	width: 340px;
	display: block;
}

.lec-search {
	width: calc(100% - 450px);
	padding: 15px 90px 0 20px;
}

.lec-search input[type="search"] {
	width: calc( 100% - 6.5em );
	padding: .8em;
	background: #fff;
	border: 1px solid #dddddd;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.lec-search input[type="search"] + input[type="submit"] {
	width: 5em;
	border-radius: 5px;
	position: relative;
	top: 0;
	margin: 0;
	padding: .4em 0;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}

.lec-search input[type="search"] + input[type="submit"]:hover {
	top: 4px;
	box-shadow: none;
	opacity: 1;
}

@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 170817改修 */
.box-illust {
	margin: 30px auto;
	text-align: center;
}

.box-illust li {
	display: inline-block;
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
}

.landing-slide {
	width: 251px;
	height: 199px;
	margin-top: 20px;
	background: url(/asset/img/common/landing_slide_ilu.png) no-repeat;
}

.landing-plus {
	width: 100px;
	height: 76px;
	background: url(/asset/img/common/landing_plus.png) center center no-repeat;
}

.landing-test {
	width: 437px;
	height: 215px;
	margin-top: 20px;
	background: url(/asset/img/common/landing_test_ilu.png) no-repeat;
}

.box-blogsns {
	width: 100%;
	margin-bottom: 30px;
	background: #f9f5f2;
	border-top: 2px solid #ebe7e4;
	border-bottom: 2px solid #ebe7e4;
	text-align: center;
}

.blogsnsImg {
	margin-top: 30px;
}

.list-openRange {
	margin-bottom: 60px;
	text-align: center;
}

.list-openRange li {
	display: inline-block;
	padding: 0 50px;
	font-size: 1.2em;
}

.list-openRange li strong {
	margin-bottom: 15px;
	padding: 5px 50px;
	background: #6ec6d3;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	letter-spacing: 3px;
	font-size: 1.4em;
}

@media screen and (max-width: 864px) {
	/* 170817改修 */
	.box-illust li {
		display: block;
	}

	.landing-slide {
		margin: 20px auto 0;
	}

	.landing-plus {
		margin: 30px auto;
	}

	.landing-test {
		margin: 20px auto 0;
	}

	.blogsnsImg {
		width: 90%;
	}
}

@media screen and (max-width: 768px) {
	#content.landing {
		padding-top: 0;
	}

	#content.landing h2 {
		font-size: 1.5em;
	}

	.mainVisual {
		padding: 0 10px;
	}

	.mainVisual p {
		margin-top: 10px;
		font-size: 1em;
		text-align: center;
	}

	.mainVisual form {
		width: 100%;
		display: block;
		text-align: center;
	}

	.landing .btn a.btn-primary {
		width: auto;
		margin: 5px auto 20px;
	}

	.landing .btn button {
    font-size: 1em;
		display: inline-block;
	}

	.landing input[type="text"] {
		width: 90%;
		margin: 0 auto;
    display: inline-block;
	}

	.gradInner {
		margin: 20px auto;
	}

	.gradInner input[type="text"] {
		margin: 20px auto 10px;
	}

	.landing .box-langSelect {
		top: -20px;
	}

	.lec-search {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		display: block;
	}

	.box-guide ul li {
		display: block;
	}

	.box-guide iframe {
		float: none;
		max-width: 320px;
		margin: 30px auto 20px;
		display: block;
	}

	.mainVisual p.btn a {
		padding: 0.8em 1.5em;
		font-size: 1.2em;
		font-weight: bold;
	}

	.list-openRange li {
		margin-bottom: 30px;
		display: block;
	}
}

@media screen and (max-width: 540px) {
	.gradInner {
		margin: 20px auto 30px;
	}

	.landing-test {
		width: 95%;
		margin: 20px auto 0;
		display: block;
		text-align: center;
		background-size: contain;
	}
}

/* バナー*/
#box-bnr1col {
	width: 100%;
	margin: 30px auto;
	background: #fff;
	font-size: 0;
}

.bnr-learno a {
	width: 768px;
	height: 120px;
	margin: 40px auto 0;
	background: url(/asset/img/bnr/learno_bn768_120.jpg) 50% 50% / 768px 120px no-repeat;
	display: block;
}

.bnr-limited a {
	width: 320px;
	height: 125px;
	margin: 40px auto 0;
	background: url(/asset/img/bnr/learno_bn768_300.jpg) 50% 50% / 320px 125px no-repeat;
}

@media screen and (max-width: 768px) {
	.bnr-learno a {
		width: 320px;
		height: 125px;
		margin: 40px auto 0;
		background: url(/asset/img/bnr/learno_bn768_300.jpg) 50% 50% / 320px 125px no-repeat;
	}
}

/* ランディングピックアップ講座 */
.box-sam {
	width: 100%;
	margin: 30px auto 0;
	padding: 5px 20px 0;
	border-radius: 6px;
}

.box-sam h5 {
	margin-top: 0;
	padding: 10px;
	font-weight: bold;
	font-size: 1.3em;
	background: -webkit-linear-gradient(90deg, rgba(26, 88, 167,1) 0%,rgba(110, 198, 211,1) 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.box-sam .box-lectureList-s {
	margin-bottom: 0;
}

.box-sam .box-lectureList-s > ul > li {
	width: calc( 100% / 3);
	height: 210px;
	text-align: left;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.box-sam p {
	text-align: inherit;
}

.box-sam .ttl-lecture {
	margin: 10px 0 0 0;
	font-size: .9em;
}

@media screen and (max-width: 768px) {
	.box-sam .box-lectureList-s > ul > li {
		width: calc( 100% / 2);
		height: auto;
		min-height: 0;
	}

	.box-sam .box-lectureList-s li:nth-child(3) {
		display: none;
	}
}