@charset "utf-8";

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

　　パーツ設定

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

/* 作成講座　設定
---------------------------------------------*/

#box-create,
.box-history {
	margin: 10px;
}

#box-create {
	max-width: 900px;
	margin: 10px auto;
}

@media screen and (max-width: 768px) {
	#box-create,
	.box-history {
		margin: 10px 0;
	}
}

/* 3steps　設定 */
#box-3steps {
	max-width: 1000px;
	margin: 0 auto;
	background: #f2ece8;
}

#box-3steps h4 {
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #e5d7ce;
	box-shadow: 1px 0 0 0 #fff;
	font-size: 1.2em;
	font-weight: normal;
}

#box-3steps .txt-important {
	margin: 0 5px;
	font-size: 1.4em;
}

#box-3steps small {
	display: block;
}

#box-3steps .related {
	font-size: .8em;
}

#box-3steps ul {
	font-size: 0;
}

#box-3steps li {
	position: relative;
	width: calc(100% / 3);
	font-size: 14px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

#box-3steps li::after {
	position: absolute;
	content: "";
	top: 50px;
	right: -10px;
	width: 40px;
	height: 40px;
	display: block;
	background: url(/asset/img/common/icon_page_r.svg) center center / 40px 40px no-repeat;
}

#box-3steps li:last-child::after {
	background: none;
}

#box-3steps .icon-slide {
	height: 100px;
	display: block;
	background: url(/asset/img/common/icon_slide.svg) center center / 120px 120px no-repeat;
}

#box-3steps .icon-test {
	height: 100px;
	display: block;
	background: url(/asset/img/common/icon_test.svg) center center / 120px 120px no-repeat;
}

#box-3steps .icon-share {
	height: 100px;
	display: block;
	background: url(/asset/img/common/icon_share.svg) center center / 120px 120px no-repeat;
}

#box-3steps .btn {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	#box-3steps {
		position: relative;
		width: 96%;
		margin: 0 auto;
		background: #f2ece8;
		border-radius: 6px;
		display: block;
	}

	#box-3steps .icon-close {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		background: url(/asset/img/common/icon_close.svg) center center / 30px 30px no-repeat;
	}

	#box-3steps .btn {
		margin-bottom: 0;
	}

	#box-3steps .btn a {
		padding: .5em;
		min-width: 200px;
	}

	#box-3steps ul {
		margin-top: 10px;
	}

	#box-3steps li {
		font-size: 11px;
	}

	#box-3steps li::after {
		position: absolute;
		content: "";
		top: 25px;
		width: 25px;
		height: 25px;
		display: block;
		background: url(/asset/img/common/icon_page_r.svg) center center / 25px 25px no-repeat;
	}

	#box-3steps .icon-slide {
		height: 50px;
		display: block;
		background: url(/asset/img/common/icon_slide.svg) center center / 50px 50px no-repeat;
	}

	#box-3steps .icon-test {
		height: 50px;
		display: block;
		background: url(/asset/img/common/icon_test.svg) center center / 50px 50px no-repeat;
	}

	#box-3steps .icon-share {
		height: 50px;
		display: block;
		background: url(/asset/img/common/icon_share.svg) center center / 50px 50px no-repeat;
	}

	#box-3steps small {
		display: none;
	}

	#box-3steps .related {
		float: right;
		margin-right: 10px;
		display: inline-block;
		font-size: .7em;
	}
}


/* ページチャンク　設定
---------------------------------------------*/

.box-pager {
	text-align: center;
	margin: 30px 0 60px;
}

.box-pager ul {
	height: 40px;
}
.box-pager li {
	height: 40px;
	display: inline-block;
	text-align: center;
}

.box-pager li a,
.box-pager li span {
	padding: 0 10px;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ecf7f9;
	border: 1px solid #bfd1e7;
	display: block;
	font-weight: bold;
}

.box-pager li span {
	background: #fff;
	border: none;
	color: #1a58a7;
}

.box-pager li a.page-prev,
.box-pager li a.page-next {
	margin-top: 15px;
	min-width: 70px;
	height: 40px;
}

.box-pager li a.page-prev {
	background: #ecf7f9 url(/asset/img/common/icon_page_l.svg) center center / 20px 20px no-repeat;
}

.box-pager li a.page-next {
	background: #ecf7f9 url(/asset/img/common/icon_page_r.svg) center center / 20px 20px no-repeat;
}

.box-pager li a:hover {
	background: #1a58a7;
	color: #fff;
	opacity: 1;
}

.box-pager li a.on {
	background: #1a58a7;
	color: #fff;
}

.box-pager li a.page-prev:hover {
	background: #1a58a7 url(/asset/img/common/icon_page_l_w.svg) center center / 20px 20px no-repeat;
}

.box-pager li a.page-next:hover {
	background: #1a58a7 url(/asset/img/common/icon_page_r_w.svg) center center / 20px 20px no-repeat;
}

@media screen and (max-width: 768px) {
	.box-pager li {
		display: none;
	}
	.box-pager li:first-child,
	.box-pager li:last-child {
		display: inline-block;
		width: 40%;
	}
	.box-pager li a.page-prev,
	.box-pager li a.page-next {
		width: 100%;
	}
}


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

/* ステップ　設定 */
#box-steps ul {
	width: 450px;
	margin: 0 auto 30px;
	border-radius: 5px;
	border: 3px solid #1a58a7;
	font-size: 0;
}

#box-steps ul li {
	width : calc(100% / 3) ;
	padding: 7px 0;
	border-right: 3px solid #1a58a7;
	display: inline-block;
	font-size: 16px;
	text-align: center;
}

#box-steps ul li:last-child {
	border: none;
}

#box-steps ul li span {
	display: block;
	font-size: 0.8em;
}

#box-steps ul li.on,
#box-steps ul li.on span {
	background: #1a58a7;
	color: #fff;
}

@media screen and (max-width: 768px) {
	#box-steps ul {
		width: 100%;
		margin: 0 auto;
		margin: 0 auto 30px;
		border: 3px solid #1a58a7;
		font-size: 0;
	}

	#box-steps ul li {
		padding: 3px 0;
	}
}

/* プラン変更　設定 */
.txt-result {
	margin-top: 30px;
	text-align: center;
}

.txt-result span {
	padding: 10px 30px;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 2px solid #e7e7e7;
}

.txt-result strong {
	margin-left: 20px;
	color: #1a58a7;
	font-size: 2em;
}

.txt-result strong small {
	font-size: .6em;
}

.txt-result a {
	margin-top: 20px;
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}

p.period {
	margin: 10px auto 30px;
	color: #989898;
	font-size: 1.2em;
	text-align: center;
}

p.period + .txt-important {
	margin-bottom: 30px;
	font-size: 1.2em;
	text-align: center;
}

table.cfm + p {
	margin: -30px 0 0 30px;
}

table.cfm + p.btn {
	margin: 30px auto 20px;
}

.box-caution {
	width: 90%;
	max-width: 900px;
	margin: 20px auto 50px;
	padding: 20px;
	background: #ffece4;
	text-align: center;
}

.box-caution  h5 {
	margin-top: 0;
	color: #f36b30;
	font-weight: bold;
	font-size: 1.8em;
	letter-spacing: 3px;
}

.planSelect .txt-caution-ctr,
.contactInput .txt-caution-ctr{
	margin: -35px 0 30px 0;
	color: #f36b30;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

table.cfm + p.txt-caution {
	width: 95%;
	margin: -25px auto 30px;
	padding: 5px 5px 5px 10px;
	background: #ffece4;
}

/* スクロール　設定 */
.box-scroll {
	width: 90%;
	height: 300px;
	margin: 0 auto 10px;
	padding: 15px;
	border: 2px solid #e7e7e7;
	overflow-y: scroll
}

.login .box-scroll {
	width: 100%;
	height: 300px;
}

.box-scroll h5 {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

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

.box-scroll ol > li {
	list-style: decimal;
	list-style-position: inside;
}

.contactInput .box-scroll ul > li {
	text-indent: 0;
	margin: 0 0 10px 0;
}

.box-scroll + p {
	margin-bottom: 40px;
	color: #1a58a7;
	text-align: center;
}

.box-scroll table td {
	font-weight: bold;
}

.box-scroll table td small {
	padding: 0;
	font-weight: normal;
	display: block;
}

/* 詳細ページ画像位置　設定 */
.detailImgWrap.center {
	width: 80%;
	margin: 0 auto 30px;
}

.detailImgWrap.left {
	float: left;
	width: 50%;
	margin: 0 20px 10px 0;
}

.detailImgWrap.right {
	float: right;
	width: 50%;
	margin: 0 0 10px 20px;
}

.detailImgWrap img {
	width: 100%;
}

/* 詳細ページリスト　設定 */
.detailList {
	margin: 10px 10px 30px 10px;
}

ul.detailList li,
ol.detailList li {
	color: #1a58a7;
	font-weight: bold;
	line-height: 2em;
	list-style-type: disc;
	list-style-position: inside;
}

ol.detailList li {
	list-style-type: decimal;
}

.detailList li span {
	font-weight: normal;
  color: #333;
}

@media screen and (max-width: 768px) {
	.txt-result {
		margin-top: 30px;
		padding-bottom: 0;
		text-align: center;
	}

	.txt-result span {
		padding: 10px 30px;
		font-size: 1.5em;
		font-weight: bold;
		border-bottom: none
	}

	.txt-result strong {
		margin-left: 20px;
		color: #1a58a7;
		font-size: 1.5em;
		display: block;
		border-bottom: 2px solid #e7e7e7;
	}

	p.period {
		margin: -20px auto 0;
		color: #989898;
		font-size: 1.2em;
		text-align: center;
	}

	p.period + .txt-important {
		margin-bottom: 20px;
		text-align: center;
	}

	.box-scroll {
		padding: 5px;
		height: 250px;
	}

	.contactInput .box-scroll ul {
		margin-top: 20px;
		padding: 0 10px;
	}
}

/* テスト結果　設定 */
.box-testResult ul {
	margin: 0 auto;
}

.box-testResult li {
	width: 150px;
	height: 70px;
	line-height: 70px;
	margin: 0 7px 15px 7px;
	border: 1px solid #e5d7ce;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.box-testResult span {
	width: 4em;
	background: #f2ece8;
	border-right: 1px solid #e5d7ce;
	font-size: 1.4em;
	vertical-align: top;
	display: inline-block;
	text-align: center;
}

.box-testResult li p.corr,
.box-testResult li p.incorr {
	width: 80px;
	height: 70px;
	line-height: 70px;
	margin: 0;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.lecModal .box-testResult li p.corr,
.lecModal .box-testResult li p.incorr {
	width: 65px;
	height: 70px;
}


.box-testResult li p.corr {
	background: url(/asset/img/common/icon_corr.svg) center center / 40px 40px no-repeat;
}

.box-testResult li p.incorr {
	background: url(/asset/img/common/icon_incorr.svg) center center / 40px 40px no-repeat;
}

.box-resultsLog table.basis {
	margin-bottom: 10px;
	display: inline-block;
}

.box-resultsLog table.basis td {
	width: 50%;
	max-width: 800px;
	font-size: 1.2em;
}

.LecResult .box-testResult {
	display: inline-block;
	margin-bottom: 40px;
}

.LecResult .box-testResult ul {
	font-size: 0;
	display: inline-block;
}

.LecResult .box-testResult li {
	margin: -1px -1px 0 0;
	font-size: 12px;
}

.choices {
	margin: 10px 0 15px 50px;
}

.choices strong {
	margin-right: 10px;
}

.choices li {
	text-indent: -1.6em;
	margin-left: 1.6em;
}

.choices li strong.status {
	text-indent: 0;
	margin: 0 0 5px 0;
	padding: 2px 5px;
	color: #fff;
	font-size: .9em;
	display: inline-block;
}

.choices li strong.status.yellow {
	color: #333;
}


/* ユーザーごと検索ページ　設定
---------------------------------------------*/

.searchResult .userIcon {
	width: 91px;
	height: 91px;
	margin: 7px 10px 15px 0;
}

.searchResult .box-author .author {
	height: 91px;
	margin: 7px 10px 15px 10px;
	padding: 0;
	background: none;
	font-size: 1.5em;
}

.searchResult .box-author .author span {
	height: 91px;
	vertical-align: middle;
	display: table-cell;
}

.searchResult .profile {
	clear: both;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.searchResult .box-author {
		padding: 0 10px 10px;
	}

	.searchResult .userIcon {
		width: 71px;
		height: 71px;
		margin: 7px 10px 15px 0;
	}

	.searchResult .box-author .author {
		height: 71px;
		margin: 7px 10px 15px 10px;
		padding: 0;
		background: none;
		font-size: 1.3em;
	}

	.searchResult .box-author .author span {
		height: 71px;
		vertical-align: middle;
		display: table-cell;
	}
}

/* カテゴリーごとの一覧ページ　設定
---------------------------------------------*/

#box-desc {
	padding: 15px 10px;
	background: #f7f2ef;
	border-radius: 5px;
}

@media screen and (max-width: 768px) {
	#box-desc {
		width: 95%;
		margin: 0 auto;
	}
}

/* ログイン前モジュール　設定
---------------------------------------------*/

#serv-overview {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(209, 235, 241,.9);
	z-index: 999;
}

#serv-overview.close {
	display: none;
}

#serv-overview .inner {
	max-width: 1242px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	display: flex;
  justify-content: center;
  align-items: center;
}

.serv-left {
	float: left;
}

#serv-overview p {
	color: #1a58a7;
	font-weight: bold;
}

#serv-overview p.txt-main {
	margin: 0 0 10px 15px;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2;
}

#serv-overview p.txt-main > span {
	font-size: 1.6em;
}

#serv-overview ul {
	margin: 10px 0 0 40px;
	display: inline-block;
}

#serv-overview li {
	list-style: disc;
	color: #1a58a7;
	font-size: .9em;
	font-weight: bold;
}

#serv-overview li span {
	color: #333;
}

#serv-overview img {
	width: 320px;
	margin-left: 20px;
}

#serv-overview .btn-info {
	width: 300px;
	margin-left: 30px;
	padding-top: 10px;
	float: right;
	border-left: 1px solid #86adb5;
	box-shadow: 1px 1px 0 rgba(255,255,255,0.1);
	text-align: center;
}

.btn-info .btn {
	margin: 5px auto 15px;
	text-align: center;
}

#serv-overview .btn-close-txt {
	padding: 7px 0;
	background: #62b6c1;
	color: #717171;
	text-align: center;
	cursor: pointer;
}

#serv-overview .btn-close-txt span {
	padding-left: 30px;
	background: url(/asset/img/common/icon_close_w.svg) left 50% / 25px 25px no-repeat;
	color: #fff;
	letter-spacing: 5px;
}

@media screen and (max-width: 915px) {
	#serv-overview img {
		display: none;
	}

	#serv-overview ul {
		margin: 0 0 0 40px;
		display: inline-block;
	}
}

@media screen and (max-width: 640px) {
	#serv-overview .inner {
		display: block;
		padding: 5px 0;
	}

	#serv-overview .serv-left,
	#serv-overview p.txt-main,
	#serv-overview .btn-info {
		width: 100%;
		clear: both;
		display: block;
	}

	#serv-overview p.txt-main {
		margin-bottom: 0;
		text-align: center;
	}

	#serv-overview ul,
	#serv-overview .btn-info > p {
		display: none;
	}

	#serv-overview li {
		display: inline-block;
		margin-left: 40px;
	}

	#serv-overview .btn-info p.btn {
		display: inherit;
		margin: 0;
	}
}
