@charset "utf-8";

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

　　モジュール設定

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

/* フォントカラー・サイズ　設定
---------------------------------------------*/

/* ブラン情報　設定 */

.txt-important,
.num-lectureOpen { color: #f36b30; }
.num-lectureClose { color: #1a58a7; }

.plan-name {
	margin: 15px 10px 0 10px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
	font-size: 1.7em;
}

.free {
	color: #6ec6d3;
  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;
}

.bronze {
	color: #b38974;
  background: -webkit-linear-gradient(90deg, rgba(106, 68, 57,1) 0%,rgba(251, 207, 180,1) 100%);
	-webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.silver {
	color: #959494;
  background: -webkit-linear-gradient(90deg, rgba(73, 71, 72,1) 0%,rgba(236, 236, 234,1) 100%);
	-webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.gold {
	color: #baa875;
  background: -webkit-linear-gradient(90deg, rgba(147, 115, 32,1) 0%,rgba(236, 236, 234,1) 100%);
	-webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.plan-period {
	color: #989898;
}


/* テーブル　設定
---------------------------------------------*/

table {
	width: 100%;
	margin-bottom: 30px;
  border-collapse: collapse;
}

.box-scroll table {
	margin:  20px auto;
	max-width: 700px;
} 

table .userIcon {
	width: 60px;
	height: 60px;
	margin-right: 15px;
}

table .btn-basic {
	margin-bottom: 5px;
	background: #d6e5f7 url(/asset/img/common/icon_arw_r.svg) left 50% / 35px 25px no-repeat;
	font-size: 0.9em;
}

table .related {
	margin-top: 10px;
}

th, td {
	padding: 1em;
  border: 1px solid #e5d7ce;
	font-size: 110%;
}

table.basis th, table.basis td {
	text-align: center;
}

table.basis th,
table.result th {
	background: #f2ece8;
	font-weight: bold;
}

table.basis p {
	font-size: 160%;
}

.result th.left,
.basis td.left {
	width: 80%;
	text-align: left;
}

.result th.left p,
.basis td.left p {
	display: block;
	font-size: 1em;
	overflow: hidden;
	font-weight: normal;
}

.result th.left span,
.basis td.left span {
	float: left;
	margin-right: 15px;
	font-size: 1.3em;
	font-weight: bold;
	color: #1a58a7; 
	display: inline-block;
}

.basis td.left > strong {
	display: block;
}

.result th.left span {
	color: #333;
}

.basis .ans {
	text-align: center;
}

.result ul {
	margin-left: 20px;
}

.result ul li {
	position: relative;
	padding-bottom: 20px;
}

.result span.corr,
.result span.incorr {
	position: absolute;
	top: -20px;
	left: -28px;
	width: 70px;
	height: 70px;
}

.result span.corr {
	background: url(/asset/img/common/icon_corr.svg) center center / 70px 70px no-repeat;
}

.result span.incorr {
	background: url(/asset/img/common/icon_incorr.svg) center center / 70px 70px no-repeat;
}

table p.corr,
table p.incorr {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.5em;
}

table p.corr {
	color: #f36b30;
}

table p.incorr {
	color: #1a58a7;
}

table label p.corr {
	margin-bottom: 0;
	background: linear-gradient(transparent 60%, rgba(243, 107, 48,.8) 60%);
	color: #333;
	font-size: 1em;
	display: inline-block;
}

table.cfm {
	width: 95%;
	margin: 0 auto 40px;
}

table.cfm .related {
	display: block;
}

table.cfm th {
	width: 30%;
	max-width: 200px;
	padding-left: 1.5em;
	border-right: none;
	font-size: 1em;
}

table.cfm th span {
	color: #808080;
	display: block;
	font-size: .8em;
}

table.cfm td,
table.cfm td .plan-name {
	margin: 0;
	border-left: none;
	font-size: 1.5em;
}
	
table.cfm td input[type="text"],
table.cfm td input[type="password"],
table.cfm td input[type="email"],
textarea {
}

table.cfm td {
	margin: 5px;
	font-size: 1.2em;
}

table.cfm td .txt-caution {
	margin: 0;
	background: none;
	color: #f36b30;
	font-weight: bold;
}

table.result th.ans {
	width: 20%;
	max-width: 100%;
	text-align: center;
}

@media screen and (max-width: 768px) { 
	table {
		width: 100%;
		margin-bottom: 15px;
		border-collapse: collapse;
	}
	
	table.basis.res {
		width: 95%;
		margin: 0 auto;
	}
	
	table.basis.res thead {
		display: none;
  }
	
	table.basis.res th, 
	table.basis.res td {
		padding: 0.7em 0;
		border: none;
	}
	
  table.basis.res tr {
    display: block;
    margin-bottom: 20px;
		border: 1px solid #e5d7ce;
  }
	
  table.basis.res td {
		border-bottom: 1px solid #e5d7ce;
    display: block;
    padding: 10px;
    text-align: right;
  }
	
	.LecResult .basis.res td.left {
		width: auto;
		text-align: left;
	}
	.LecResult .basis.res .ans {
		width: auto;
		text-align: center;
	}
	
	table.basis.res td:last-child {
		border-bottom: none;
	}
	
  table.basis.res td::before {
    content: attr(data-label);
    float: left;
		font-size: 0.8em;
    font-weight: bold;
  }
	
	table.cfm th,
	table.cfm td {
		padding: 0.7em auto;
		font-size: 1em;
	}
	
	table.cfm th {
		margin-right: 10px;
		padding-left: 0.5em;
	}
}


/* リスト　設定
---------------------------------------------*/

.list-basic {
	margin-bottom: 30px;
}

.list-basic li a {
	padding: 1em 0;
	border-bottom: 1px dashed #e5d7ce;
	display: block;
	color: #1c1c1c;
	text-decoration: none;	
}

.list-basic li:last-child a {
	border: none;
}

.list-basic span {
	width: 7em;
	display: inline-block;
	color: #1a58a7;
	text-align: center;
}

.faqList .list-basic span {
	float: left;
	width: auto;
	margin-right: 10px;
	padding: 3px 10px;
	background: #1a58a7;
	border-radius: 5px;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	display: inline-block;
	overflow: hidden;
}

@media screen and (max-width: 768px) { 
	.list-basic li a {
		padding: 10px 50px 10px 10px;
		background: url(/asset/img/common/icon_arw_r.svg) right 50% / 30px 30px no-repeat;
	}
	
	.list-basic span {
		width: auto;
		padding-bottom: 0.5em;
		display: block;
		text-align: left;
	}
}

/* 受講ページ動線 設定 */
.box-lecDetail {
	position: relative;
	margin: 20px auto 30px;
	padding: 25px;
	background: url(/asset/img/common/icon_sort_r.svg) right 50% / 18px 18px no-repeat;
	border-radius: 6px;
	background: #ecf7f9;
}

.box-lecDetail .imgWrap {
/*	float: left;
	width: 30%;
	max-width: 200px;
	height: 120px;
	margin: 0 20px 0 0;*/
	
	float: left;
    width: 230px;
    height: 130px;
    margin: 0 20px 0 0;
    padding-top: 0;
}

.box-lecDetail .overview {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.graph {
	width: 100%;
	border: 1px solid #e5d7ce;
}

.box-lecNum .basis {
	width: 50%;
	font-size: 160%;
}

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

.periodSetting li {
	padding-right: 20px;
	display: inline-block;
}

.periodSetting select {
	min-width: 150px;
	padding: 1em 40px 1em 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;
}

.btn-calMonth,
.btn-calDay {
	width: 51px;
	height: 51px;
	background: #fff;
	background: url(/asset/img/common/icon_calendar_12.svg) center center / 30px 30px no-repeat, -moz-linear-gradient(top, #fff 0%, #e2e2e2 100%);
	background: url(/asset/img/common/icon_calendar_12.svg) center center / 30px 30px no-repeat, -webkit-linear-gradient(top, #fff 0%,#e2e2e2 100%);
	background: url(/asset/img/common/icon_calendar_12.svg) center center / 30px 30px no-repeat, linear-gradient(to bottom, #fff 0%,#e2e2e2 100%);
	border: 1px solid #dddddd;
	border-radius: 6px;
	display: inline-block;
}

.btn-calMonth:hover {
	background: #e2e2e2;
	background: url(/asset/img/common/icon_calendar_12.svg) center center / 30px 30px no-repeat, -moz-linear-gradient(top, #e2e2e2 0%, #fff 100%);
	background: url(/asset/img/common/icon_calendar_12.svg) center center / 30px 30px no-repeat, -webkit-linear-gradient(top, #e2e2e2 0%,#fff 100%);
	background: url(/asset/img/common/icon_calendar_12.svg) center center / 30px 30px no-repeat, linear-gradient(to bottom, #e2e2e2 0%,#fff 100%);
}

.btn-calDay:hover {
	background: #e2e2e2;
	background: url(/asset/img/common/icon_calendar_31.svg) center center / 30px 30px no-repeat, -moz-linear-gradient(top, #e2e2e2 0%, #fff 100%);
	background: url(/asset/img/common/icon_calendar_31.svg) center center / 30px 30px no-repeat, -webkit-linear-gradient(top, #e2e2e2 0%,#fff 100%);
	background: url(/asset/img/common/icon_calendar_31.svg) center center / 30px 30px no-repeat, linear-gradient(to bottom, #e2e2e2 0%,#fff 100%);
}

.btn-calDay {
	background: #fcfaf2;
	background: url(/asset/img/common/icon_calendar_31.svg) center center / 30px 30px no-repeat, -moz-linear-gradient(top, #fff 0%, #e2e2e2 100%);
	background: url(/asset/img/common/icon_calendar_31.svg) center center / 30px 30px no-repeat, -webkit-linear-gradient(top, #fff 0%,#e2e2e2 100%);
	background: url(/asset/img/common/icon_calendar_31.svg) center center / 30px 30px no-repeat, linear-gradient(to bottom, #fff 0%,#e2e2e2 100%);
}

.inputWrap {
	height: 51px;
	line-height: 51px;
	display: inline-block;
	margin-bottom: 5px;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 10px;
	vertical-align: top;
	overflow: hidden;
}

.inputWrap input {
	padding: 0 15px;
	height: 51px;
	background: #fff;
	border: none;
	vertical-align: top;
}

.periodSetting label {
	height: 51px;
	margin-right: 15px;
	vertical-align: top;
	display: inline-block;
}

.periodSetting input[type="radio"] {
	vertical-align: middle;
	display: inline-block;
	height: 51px;
}

/* 講座一覧ヨコ　設定 */
.box-lectureList-s {
	margin-bottom: 40px;
}

.box-lectureList-s ul {
	font-size: 0;
}

.box-lectureList-s ul > li {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.box-lectureList-s > ul > li {
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	width: calc( 100% / 4);
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
}

.home .box-lectureList-s li {
	width: calc( 95% / 3);
}

.box-lectureList-s.block > li {
	min-height: 350px;
	vertical-align: top;
}

.box-lectureList-s .related {
	float: right;
	margin: 20px 10px 0 0;
	font-weight: bold;
	text-align: right;
	display: inline-block;
}

@media screen and (max-width: 768px) { 
	#box-steps {
		width: calc(100% - 20px);
		margin: 10px 10px 0;
		border-radius: 10px;
	}
	
	/* 受講ページ動線 設定 */
	.box-lecDetail {
		position: relative;
		margin: 20px auto 30px;
		padding: 10px;
		background: url(/asset/img/common/icon_sort_r.svg) right 50% / 18px 18px no-repeat;
		border-radius: 6px;
		background: #ecf7f9;
	}

	.box-lecDetail .imgWrap {
		float: left;
		width: 30%;
		max-width: 200px;
		height: 100px;
		margin: 0 20px 0 0;
	}

	.box-lecDetail .overview {
		margin: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.box-relList > ul {
		font-size: 0;
	}
	
	.box-lectureList-s > ul > li,
	.box-relList > ul > li {
		width: calc( 100% / 2);
	}
	
	.box-relList > ul > li {
		margin-top: 0;
		border: 5px solid #fff;
		display: inline-block;
		font-size: 14px;
		box-sizing: border-box;
	}
	
	.box-new .box-lectureList-s li:nth-of-type(n+3) {
		display: none;
	}
	
	.box-lecNum .basis {
		width: 100%;
		font-size: 120%;
	}
	
	.periodSetting {
		margin-bottom: 0;
	}
	
	.periodSetting li {
		padding: 0 0 5px 0;
	}
	
	.btn-calMonth, .btn-calDay {
		display: none;
	}
	
	.home .box-lectureList-s ul > li {
		width: calc( 100% / 2);
	}
	
	.box-lectureList-s.block ul > li {
		min-height: 200px;
	}
}

/* 講座一覧タテ　設定 */
.box-lectureList {
	margin-bottom: 40px;
}

.box-lectureList li {
	position: relative;
	margin-top: 20px;
	background: url(/asset/img/common/icon_sort_r.svg) right 50% / 18px 18px no-repeat;
	border-bottom: 1px solid #e5d7ce;
}

.box-lectureList .imgWrap {
	float: left;
	width: 230px;
	height: 130px;
	margin: 0 20px 20px 0;
	padding-top: 0;
}

.mgtMenu {
	position: absolute;
	top : 40px;
	right: 0;
	width: 305px;
	background: #fff;
	border: 1px solid #e5d7ce;
	box-shadow:0px 0px 9px -2px rgba(0,0,0,.2);
	display: none;
	z-index: 3;
}

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

.mgtMenu li:last-child,
.mgtListMenu li:last-child {
	border: none;
	cursor: pointer;
}

.mgtMenu li a,
.mgtListMenu li a {
	padding: 1.2em 0 1.2em 30px;
	background: url(/asset/img/common/icon_arw_r.svg) 0 50% / 30px 30px no-repeat;
	display: block;
	color: #333;
	transition: .2s;
}

.mgtMenu li a:hover,
.mgtListMenu li a:hover {
	padding: 1.2em 0 1.2em 35px;
}

.mgtMenu 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;
} 

.mgtMenu.on {
	display: inherit;
	list-style: none;
	transition: all .5s;
}

/* 関連講義　設定 */
.box-relList {
	margin-bottom: 40px;
}

.box-relList li {
	position: relative;
	margin-top: 20px;
	background: url(/asset/img/common/icon_sort_r.svg) right 50% / 18px 18px no-repeat;
}

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

.box-relList .views {
	text-align: right;
}

.box-relList .author {
	margin:  0;
}

/* 関連講義　設定 */
.box-sidebnr {
	text-align: center;
}

.box-sidebnr li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #e5d7ce;
}

.box-sidebnr li:last-child {
	border: none;
}

.box-sidebnr a {
	color: #333;
}

.box-sidebnr .bnr-desc {
	margin-bottom: 5px;
	font-size: .9em;
}

.box-sidebnr .bnr-desc span {
	font-weight: bold;
	font-size: 1.2em;
}

/* 絞り込み */
.box-refine,
.box-faqRefine {
	margin-bottom: 20px;
	padding: 15px 20px;
	border-radius: 6px;
	background: #ecf7f9;
	font-size: 1.1em;
}

.box-refine dl {
	display: inline-block;
}

.box-refine dt,
.box-refine dd {
	display: inline-block;
}

.box-refine dt {
	font-weight: bold;
}

.box-searchRes {
	margin-bottom: 10px;
	display: block;
}

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

.sort {
	margin-right: 15px;
	padding-right: 20px;
	background: url(/asset/img/common/icon_sort_d.svg) right center / 18px 18px no-repeat;
	color: #1a58a7;
	font-weight: bold;
}

.sort.on {
	background: url(/asset/img/common/icon_sort_u.svg) right top / 18px 18px no-repeat;
}

.box-refine select {
	height: 35px;
	padding: 0 50px 0 10px;
	border: 1px solid #dddddd;
	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%);
	background: url(/asset/img/common/icon_select.png) center right no-repeat, linear-gradient(to bottom, #fff 0%,#e2e2e2 100%);
	font-size: 0.8em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.box-faqRefine {
	background: #ecf7f9;
	text-align: center;
}

.box-faqRefine select {
	width: 60%;
	padding: .6em;
	margin: 0 auto 15px;
	background: #fcfaf2;
	background: url(/asset/img/common/icon_arw_d.svg) right no-repeat, -moz-linear-gradient(top, #fff 0%, #e2e2e2 100%);
	background: url(/asset/img/common/icon_arw_d.svg) center right no-repeat, -webkit-linear-gradient(top, #fff 0%,#e2e2e2 100%);
	background: url(/asset/img/common/icon_arw_d.svg) center right no-repeat, linear-gradient(to bottom, #fff 0%,#e2e2e2 100%);
	background: url(/asset/img/common/icon_arw_d.svg) center right no-repeat, linear-gradient(to bottom, #fff 0%,#e2e2e2 100%);
	border: 1px solid #ccc;
	border-radius: 5px;
	display: block;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.box-refine input[type="search"],
.box-faqRefine input[type="search"] {
	width: 60%;
	padding: .8em;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

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


@media screen and (max-width: 768px) { 
	.box-refine, .box-faqRefine {
		width: 95%;
    margin: 0 auto 20px;
    padding: 10px;
		border-radius: none;
	}
	
	.box-refine select {
		width: 100%;
		max-width: auto;
		display: block;
	}
	
	.box-refine dl {
		margin-bottom: 10px;
	}
	
	.box-refine dt {
		display: block;
	}
	
	.box-refine dl.box-select {
		margin: 5px 15px 0 0;
	}
	
	.box-refine dl.box-sort {
		display: block;
	}
	
	.box-lectureList .imgWrap {
    float: left;
    width: 120px;
    height: 70px;
    margin: 0 10px 40px 10px;
	}
	
	.box-refine input[type="search"], .box-faqRefine input[type="search"] {
    width: 60%;
    padding: .5em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	}
	
	.box-faqRefine select {
		font-size: 1em;
	}
	
	.box-refine input[type="search"] + input[type="submit"], .box-faqRefine input[type="search"] + input[type="submit"] {
    margin: 0 3px;
    font-size: 1em;
	}

	.box-faqRefine input[type="search"] {
		width: 60%;
		padding: .8em;
		background: #fff;
		border: 1px solid #dddddd;
		font-size: .8em;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

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

.nnmLec {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.nnmLec span {
	color: #1a58a7;
}

/* 招待講座アイコン 設定 */
.icon-lectureClose {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #f2ece8 url(/asset/img/common/icon_invited.svg) center center / 20px 20px no-repeat;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	z-index: 1;
}

/* ステータス　設定 */
.imgWrap .status {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 3px 10px;
	border: 1px solid #fff;
	font-weight: bold;
	text-decoration: none;
}

.box-ttlLec .status, .box-history .status {
	margin-right: 10px;
	padding: 3px 10px;
	border: 1px solid #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

.yellow {
	background: #ffd21f;
	color: #1c1c1c;
}

.orange {
	background: #f36b30;
	color: #fff;
}

.blue {
	background: #1a58a7;
	color: #fff;
}

.aquablue {
	background: #6ec6d3;
	color: #fff;
	letter-spacing: 0;
}

.box-lectureList-s li a {
	text-decoration: none;
}

.box-history .status {
	font-size: 0.8em;
}

@media screen and (max-width: 768px) { 
	.box-lectureList {
		padding: 10px;
	}
	
	.imgWrap .status {
		position: absolute;
		top: 5px;
		right: 5px;
		padding: 2px 5px;
		font-size: 0.8em;
	}
	
	/* 招待講座アイコン 設定 */
	.icon-lectureClose {
		position: absolute;
		top: 0;
		left: 0;
		width: 25px;
		height: 25px;
		background: #f2ece8 url(/asset/img/common/icon_invited.svg) center center / 15px 15px no-repeat;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		display: block;
	}
}

/* 講座情報　設定 */
.ttl-lecture {
	max-height: 2.6em;
	line-height: 1.3;
	margin: 10px 130px 10px 0;
	color: #1c1c1c;
	font-size: 1.1em;
	text-decoration: none;
	overflow: hidden;
}

.home .mainCol .ttl-lecture,
.mypage .ttl-lecture {
	height: 2.6em;
	margin: 10px 0 0 0;
}

.box-lectureList .ttl-lecture,
.box-lecDetail .ttl-lecture{
	font-weight: bold;
}

.box-lectureList .ttl-lecture a {
	color: #1c1c1c;
}

.box-lectureList-s .views {
	margin-bottom: 20px;
	color: #565656;
	font-size: 0.9em;
	text-align: right;
}

.date,
.author,
.categoryName,
.box-lectureList .views,
.box-lecDetail .views {
	margin: 0 10px 5px 0;
	padding-left: 20px;
	background: url(/asset/img/common/icon_user.svg) left 50% / 14px 14px no-repeat;
	color: #1a58a7;
	display: inline-block;
}

.block .categoryName,
.block .author {
	margin-bottom: 0;
	display: block;
	font-size: .9em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.block .author {
	margin-top: 10px; 
}

.box-rank .block .author {
	margin-top: 5px;
}

.date {
	background: url(/asset/img/common/icon_calendar.svg) left 50% / 14px 14px no-repeat;
}

.categoryName {
	background: url(/asset/img/common/icon_tag.svg) left 50% / 14px 14px no-repeat;
}

.categoryName a {
	text-decoration: none;
}

.box-lectureList .views,
.box-lecDetail .views {
	padding-left: 0;
	background: none;
}

.overview {
	max-height: 5.1em;
	margin: 0 140px 0 0;
	overflow: hidden;
}

.mypage .box-lectureList-s > li {
	position: relative;
}

.mypage .box-lectureList-s .select-mgt {
	width: 100%;
	height: 35px;
	padding: 0 50px 0 10px;
	border: 1px solid #dddddd;
	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%);
	background: url(/asset/img/common/icon_select.png) center right no-repeat, linear-gradient(to bottom, #fff 0%,#e2e2e2 100%);
	font-size: 0.9em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
}

.mypage .box-lectureList-s .mgtListMenu {
	position: absolute;
	right: inherit;
	width: 300px;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #e5d7ce;
	box-shadow: 0px 0px 9px -2px rgba(0,0,0,.2);
	display: none;
	z-index: 3;
}

.mypage .box-lectureList-s .mgtListMenu.on {
	display: inherit;
	list-style: none;
	transition: all .5s;
}

.mypage .box-lectureList-s .mgtListMenu li {
	width: auto;
	display: block;
}

@media screen and (max-width: 768px) { 
	.ttl-lecture {
		margin: 10px 0 0 0;
		font-size: 0.9em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.home .mainCol .ttl-lecture {
		height: auto;
	}
	
	.nnmLec {
		margin-left: 10px;
	}
	
	.box-lectureList-s .views {
		margin-bottom: 10px;
	}
	
	.author,
	.categoryName,
	.views,
	.date {
		margin: 0 10px 0 0;
		font-size: 0.8em;
	}
	
	.box-lectureList .date,
	.box-lectureList .author {
		font-size: 0.8em;
	}
	
	.box-lectureList .views,
	.box-lectureList .categoryName {
		display: none;
	}
	
	.overview {
		display: none;
	}
	
	.box-lectureList > li {
		padding-bottom: 30px;
	}
	
	.mypage .box-lectureList-s .mgtListMenu li {
		width: 100%;
		left: 0;
		right: 0;
		min-height: inherit;
	}
}

/* プラン　設定
---------------------------------------------*/

/* プラン表　設定 */
.box-plan,
.box-planSelect {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 15px;
	font-size: 0;
}

.box-plan ul,
.box-planSelect li {
	width: 23%;
	margin-right: 20px;
	border-radius: 10px 10px 0 0;
	border: 1px solid #d9d9d9;
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
}

.box-plan ul.list-goldPlan {
	margin-right: 0;
}

.box-plan ul li {
	padding: 10px 30px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}

.box-plan ul li span {
	display: block;
	font-size: 2em;
}

.box-plan ul.on {

}

.box-plan ul.notSelect li:nth-child(n + 1) {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.box-plan ul.list-bronzePlan.on{
	border: 1px solid #6ec6d3;
}

.box-plan ul.list-silverPlan.on{
	border: 1px solid #1a58a7;
}

.box-plan ul.list-goldPlan.on{
	border: 1px solid #f36b30;
}

.box-plan ul.notSelect .ttl-plan {
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.box-plan ul.notSelect .ttl-plan {
		text-decoration: line-through;
	}

.ttl-plan {
	font-size: 23px;
}

.box-plan ul.list-bronzePlan li:first-child,
.box-plan ul.list-silverPlan li:first-child,
.box-plan ul.list-goldPlan li:first-child {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
}

.box-plan ul.list-freePlan li:nth-child(2n+1) {
	background: #f0efef;
}

.box-plan ul.list-freePlan li:first-child {
	background: #e7e7e7;
	font-size: 23px;
}

.box-plan ul.list-bronzePlan li:nth-child(2n+1) { background: #bae6ed; }
.box-plan ul.list-bronzePlan li:first-child { background: #6ec6d3; }
.box-plan ul.list-silverPlan li:nth-child(2n+1) { background: #bbd2ef; }
.box-plan ul.list-silverPlan li:first-child { background: #1a58a7; }
.box-plan ul.list-goldPlan li:nth-child(2n+1) { background: #ffd5c3; }
.box-plan ul.list-goldPlan li:first-child { background: #f36b30; }

.box-plan ul:hover {
	opacity: .8;
}

.box-planSelect li.select-plan {
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
	background: #fff1b9
}

.box-planSelect {
	width: 100%;
	max-width: 900px;
	display: table;
	table-layout: fixed;
}

.box-planSelect li {
	padding: 10px;
	border: none;
	border-radius: 0;
	display: table-cell;
	text-align: center;
}

/* カード情報入力エリア */
.StripeElement {
	margin-bottom: 5px;
	padding: 1em;
	background: #f5f5f5;
	border: 1px solid #dddddd;
	border-radius: 10px;
	color: #000;
}

@media screen and (max-width: 768px) { 
	.box-plan {
		width: 100%;
		margin: 0 auto 10px;
		font-size: 0;
	}
	
	.box-plan ul,
	.box-plan ul.list-goldPlan {
		width: 95%;
		margin: 20px auto;
		border-radius: 0;
		display: block;
	}
	
	.box-plan ul li span {
		margin: 0 5px 0 5px;
		display: inline-block;
	}
	
	.box-plan ul.notSelect .ttl-plan {
		border-radius: 0;
	}
}

/* トップページ講座検索*/
.box-search {
	padding: 15px;
	background: #f2ece8;
	border-top: 3px solid #1a58a7;
}

.box-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;
}

.box-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;
}

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

.box-rank {
	margin: 20px 0 30px 0;
	border: 1px solid #e5d7ce;
}

.box-rank .box-lectureList {
	margin-bottom: 0;
}

.box-rank .box-lectureList li {
	margin-top: 0;
	padding: 10px 10px 10px 0;
}

.box-rank .box-lectureList li:last-child {
	border-bottom: none;
}

.box-rank h4 {
	padding: 8px 0 8px 10px;
	border-left: 5px solid #1a58a7;
}

.numRank {
	width: 1.8em;
	height: 57px;
	line-height: 57px;
	margin-top: 10px;
	float: left;
	color: #f36b30;
	font-size: 1.8em;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

.box-rank .ttl-lecture {
	margin: 0;
	overflow: hidden;
	font-size: 1em;
	font-weight: normal;
}

.box-rank .imgWrap {
	position: relative;
	width: 100px;
	height: 57px;
	margin: 10px 20px 10px 0;
	padding: 0;
	background: #f7f2ef;
	border: 1px solid #e5d7ce;
	overflow: hidden;
	line-height: 60px;
}

.box-rank .author,
.box-rank .categoryName {
	font-size: .8em;
}

/* 1分で講座作成 */
.box-1min.side {
	position: relative;
	width: 100%;
	padding: 35%;
	background: url(/asset/img/common/top_bnr_1min.png) center center / contain no-repeat;
}

.box-1min.side.my {
	background: url(/asset/img/common/top_bnr_1min_my.png) center center / contain no-repeat;
}

.box-1min.bottom {
	position: relative;
	width: 768px;
	height: 178px;
	margin: 50px auto 20px;
	padding-top: 30px;
	background: url(/asset/img/common/top_bnr_1min_b.png) center center / contain no-repeat;
	display: block;
}

.box-1min.bottom.try {
	background: url(/asset/img/common/top_bnr_try_b.png) center center / contain no-repeat;
}

.box-1minInner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px 0 0 20px;
	display: block;
}

.try .box-1minInner {
	top: 50px;
	left: 0;
	text-align: center;
	padding: 30px 0 0 0;
}

.box-1min.side a,
.box-1min.bottom a {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
}

.box-1min.bottom a {
	font-size: 1.5em;
}

.box-1minInner strong {
	font-size: 1.3em;
}

.box-1min.side a .btn-1min,
.box-1min.bottom a .btn-1min {
	position: absolute;
	bottom: 20px;
	color: #1a58a7; 
	font-size: .8em;
}

.box-1min.bottom a .btn-1min {
	bottom: 0;
	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%);
}


@media screen and (max-width: 980px) { 
	.box-1min.side a {
		color: #333;
		font-size: 1em;
		font-weight: bold;
	}
	
	.box-1minInner strong {
		font-size: 1em;
	}
	
	.box-1min.side a .btn-1min {
		bottom: 10px;
	}
}

@media screen and (max-width: 768px) { 
	.box-search {
		margin-top: 20px;
	}
	
	.home .box-lectureList-s {
		margin-bottom: 10px;
	}
	
	.home .box-lectureList {
		padding: 0;
	}
	
	.home .box-lectureList li {
		padding-bottom: 0;
		margin: 10px 0 0;
		padding-bottom: 10px;
	}
	
	.home .box-rank .ttl-lecture {
		height: 1.5em;
	}
	
	.numRank {
		margin-top: 0;
	}
	
	.box-rank .imgWrap {
		margin: 0 20px 0 0;
	}
	
	.box-rank .block .author {
		margin-top: 0;
	}
	
	.rightCol iframe {
		width: 340px;
		margin: 0 auto 30px;
		display: block;
	}
	
	.box-1min.side {
		display: none;
	}
	
	.box-1min.bottom {
		width: 70%;
		padding: 23%;
		background: url(/asset/img/common/top_bnr_1min.png) center center / contain no-repeat;
	}
	
	.box-1min.bottom.try {
		margin: 20px auto 20px;
		background: url(/asset/img/common/top_bnr_try_sp.png) center center / contain no-repeat;
	}
	
	.box-1min.bottom a {
		font-size: 1.2em;
	}
	
	.box-1minInner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 30px 0 0 20px;
		display: block;
	}
	
	.try .box-1minInner {
		top: 0;
		padding: 150px 0 0 20px;
	}
	
	.box-1min.bottom a .btn-1min {
		bottom: 5px;
	}
}

@media screen and (max-width: 520px) { 
	.box-1min.bottom a {
		font-size: 1em;
	}
	
	.try .box-1minInner {
		top: 0;
		padding: 80px 0 0 20px;
		display: block;
	}
	
	.box-1min.bottom.try {
		background: url(/asset/img/common/top_bnr_try_sp.png) center center / contain no-repeat;
	}
}


/* トップページ　設定（追加）
---------------------------------------------*/

/* ニュース　設定 */
.box-new {
	margin-bottom: 50px;
}

.box-new .btn-basic {
	margin-right: 5px;
}

/* カテゴリーモジュール　設定 */
.home .box-category .btn-basic {
	min-width: 0;
	margin: 10px 0 20px;
	padding: 2px 20px 2px 40px;
	font-size: .8em;
}

.btn-category {
	vertical-align: middle;
}

.btn-category a {
	position: relative;
	margin-bottom: 15px;
	padding: 10px 5px 10px 0;
	width: 100%;
	background: #6ec6d3;
	border: solid 3px #a7dde5;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	line-height: 1;
}

.btn-category a:before{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -13px;
	border: 10px solid transparent;
	border-top: 10px solid #6ec6d3;
	z-index: 2;
}

.btn-category a:after{
	content: "";
	position: absolute;
	bottom: -26px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #a7dde5;
	z-index: 1;
}

.icon-category {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: url(/asset/img/common/icon_tag_w.svg) center center / 15px 15px no-repeat;
	display: inline-block;
}

@media screen and (max-width: 768px) { 
}
