@charset "utf-8";

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

　　講座受講ページ 設定

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


/* 講座詳細　設定
---------------------------------------------*/

.lecDetail .box-breadcrumb {
	margin: -30px 120px 10px 10px;
}

.box-ttlLec {
	max-width: 980px;
	margin: 0 auto;
	position:relative;
}

h3.ttl-lecture {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3;
}

.box-ttl {
	float: left;
	width: calc(100% - 190px);
}

.box-contIcon {
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0;
}

.box-contIcon li {
	width: 60px;
	height: 70px;
	padding-top: 48px;
	font-size: 10px;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
}

.box-contIcon li img {
	display: block;
}

.box-contIcon li.movie {
	background: url(/asset/img/common/lec_icon_movie.png) top center / 52px 45px no-repeat;
}

.box-contIcon li.slide {
	background: url(/asset/img/common/lec_icon_slide.png) top center / 52px 45px no-repeat;
}

.box-contIcon li.test {
	background: url(/asset/img/common/lec_icon_test.png) top center / 52px 45px no-repeat;
}

.box-contIcon li.que {
	background: url(/asset/img/common/lec_icon_que.png) top center / 52px 45px no-repeat;
}

.box-ttlLec .status {
	display: inline-block;
}

.box-slide {
	max-width: 980px;
	margin: 5px auto 30px;
	border-radius: 0 0 6px 6px;
	box-shadow: 0px 3px 6px -1px rgba(0,0,0,.28);
	overflow: hidden;
}

.home .box-slide {
	margin-top: 0;
	box-shadow: none;
	border-radius: 0;
}

.loginTpl .box-slide {
	margin-top: 0;
}

.swiper-container {
	background: #fff;
	border: 1px solid #e5d7ce;
}

.box-slide > .swiper-slide {
	font-size: 0;
}

.loginTpl .ttl-lecture {
	width: 100%;
	max-width: 450px;
	margin: 0 auto 10px;
	color: #1a58a7;
	font-weight: bold;
}

.txt-invite {
	position: relative;
	width: 100%;
	max-width: 450px;
	margin: 0 auto 30px;
	padding: 50px 20px 15px;
	border-radius: 6px;
	background: #ecf7f9 url(/asset/img/common/icon_mail.svg) center 5px / 50px 50px no-repeat;
	font-weight: bold;
	text-align: center;
}

.txt-invite:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ecf7f9 transparent transparent transparent;
}

.slideModal {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	font-size: 14px;
	overflow-y: scroll;
	z-index: 1;
	display: block;
}

.slideModal.bg-filter {
	background: rgba(255,255,255,.7);
	z-index: 1;
}

.slideModal h4 {
	margin-top: 20%;
	text-align: center;
}

.slideModal img.slideLoad {
	width: 120px;
	height: 120px;
	margin: 30px auto;
}

img.blur {
	width: 100%;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}

.slideModal p {
	text-align: center;
}

.lecModal .swiper-container {
	border: none;
}

.slideModal .box-lecOverview,
.slideModal .box-author {
	width: 95%;
	margin: 20px auto;
	border: 1px solid #e5d7ce;
}

.slideModal .box-lecOverview h4 {
	margin-top: 0;
	text-align: left;
}

/* スライド枠内関連講座 */
.box-samectg,
.box-sameAuthor {
	max-width: 1000px;
	width: 90%;
	margin: 20px auto 0;
	padding: 5px 20px 0;
}

.box-samectg {
	margin: 0 auto 30px;
}

.box-samectg h5,
.box-sameAuthor 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-samectg .box-lectureList-s,
.box-sameAuthor .box-lectureList-s {
	margin-bottom: 0;
}

.box-samectg .box-lectureList-s > ul > li,
.box-sameAuthor .box-lectureList-s > ul > li {
	width: calc( 95% / 3);
	height: 210px;
	text-align: left;

}

.box-samectg p,
.box-sameAuthor p {
	text-align: inherit;
}

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

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

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

@media screen and (max-width: 768px) {
	.box-ttl {
		float: none;
		width: 100%;
	}

	h3.ttl-lecture {
		width: 100%;
	}

	.box-contIcon {
		display: none;
	}

	.box-samectg .box-lectureList-s > ul > li,
	.box-sameAuthor .box-lectureList-s > ul > li {
		width: calc( 100% / 2);
		height: auto;
		min-height: 0;
	}

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

/* Bar　スタイル jqueryUI */
.box-slide .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	width: 30px !important;
	height: 30px !important;
	background: url(/asset/img/common/btn_bar.svg) center center / 30px 30px no-repeat !important;
	border: none !important;
	font-weight: normal;
	color: #454545;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.6em !important;
}

.ui-slider {
	position: relative;
	text-align: left;
	max-width: 525px;
	top: -35px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 70%;
}

.ui-slider-handle:focus {
  outline: none;
}

.ui-slider-range {
  background: #1a58a7 !important;
}

.theater .ui-widget.ui-widget-content {
	border: none !important;
}

.theater .ui-slider {
	max-width: none !important;
}

/* Bar */
.slideModal .ctlBar {
	position: relative;
	max-width: 525px;
	top: 70px;
	left: 0;
	right: 0;
	height: 10px;
	margin: 0 auto;
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#fff 100%);
	background: linear-gradient(to bottom, #fbfbfb 0%,#fff 100%);
	border: 1px solid #d9d6d4;
	border-radius: 5px;
	display: block;
}

.slideModal .ctlBar .bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 10px;
	background: -webkit-linear-gradient(60deg, rgba(26, 88, 167,1) 0%,rgba(110, 198, 211,1) 100%);
	background: -webkit-linear-gradient(60deg, rgba(26, 88, 167,1) 0%,rgba(110, 198, 211,1) 100%);
	background: linear-gradient(60deg, rgba(26, 88, 167,1) 0%,rgba(110, 198, 211,1) 100%);
	border-radius: 5px;
}

.slideModal .contLoading {
	margin: 70px auto 30px;
	text-align: center;
	font-size: 3em;
}

.box-movie {
	max-width: 980px;
	margin: 20px auto 30px;
	box-shadow: 0px 3px 6px -1px rgba(0,0,0,0.28);
}

.box-movieInner {
	width: 100%;
	position: relative;
	margin-top: 15px;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.box-movieInner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home .swiper-slide {
	position: relative;
	width: 100%;
  padding-top: 56.25%;
	background: #f7f2ef;
  overflow: hidden;
}

.home .swiper-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 0.2s linear;
}

.home .swiper-slide-active img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}

.home p.ttl-slide {
	width: 100%;
	padding: 5px 10px 30px 10px;
	position: absolute;
	bottom: 0;
	background: rgba(000,000,000,.5);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}

.swiper-slide > img,
.swiper-slide  > canvas {
	width: 100%;
}

.box-slide .swiper-button-next,
.box-slide .swiper-button-prev {
	width: 90px;
	height: 75px;
	transition: .3s;
	opacity: .6;
}

.box-slide .swiper-button-next {
	right: -5px;
	background: url(/asset/img/common/icon_next.svg) right center / 75px 90px no-repeat;
}

.box-slide .swiper-button-prev {
	left: -5px;
	background: url(/asset/img/common/icon_prev.svg) left center / 75px 90px no-repeat;
}

.box-slide .swiper-button-next:hover,
.box-slide .swiper-button-prev:hover {
	opacity: 1;
}

.box-slide .swiper-pagination-bullet-active {
	background: #1a58a7;
}

/*　高さ調整時のクラス */
.w768 .ui-slider {
	width: 45%;
}

.w520 .ui-slider {
	display: none;
}

@media screen and (max-width: 768px) {
	.box-slide .swiper-button-next, .box-slide .swiper-button-prev {
		width: 60px;
		height: 65px;
	}

	.box-slide .swiper-button-next {
		background: url(/asset/img/common/icon_next.svg) right center / 60px 60px no-repeat;
	}

	.box-slide .swiper-button-prev {
		background: url(/asset/img/common/icon_prev.svg) left center / 60px 60px no-repeat;
	}

	.slideModal h4 {
		margin-top: 0;
		text-align: center;
	}

	.slideModal .ctlBar {
		width: 60%;
	}

	.slideModal .btn a {
    min-width: 0;
    display: inline-block;
		padding: 0.5em 1.5em;
	}

	.slideModal p {
		padding: 0 10px;
	}

	.txt-invite {
		width: 90%;
	}

	.loginTpl .ttl-lecture {
		width: 90%;
	}

	.ui-slider {
		width: 45%;
	}

	.home p.ttl-slide {
		font-size: 13px;
	}
}

@media screen and (max-width: 520px) {
	.ui-slider {
		display: none;
	}
}

/* Control Bar */
.ctlPanel  {
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%,#e5e5e5 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #fff 0%,#e5e5e5 100%);
	color: #1a58a7;
	font-size: 1.2em;
}

.ctlPanel input[type="text"] {
	margin: 10px 0 10px 15px;
	padding: 0 0 0 5px;
	width: 4em;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 0;
	display: inline-block;
	text-align: center;
}

.ctlBar {
	position: absolute;
	top: 25px;
	left: 10em;
	width: 70%;
	height: 12px;
	margin: 0 auto 20px;
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#fff 100%);
	background: linear-gradient(to bottom, #fbfbfb 0%,#fff 100%);
	border: 1px solid #d9d6d4;
	border-radius: 6px;
}

.ctlBar .bar {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 60%;
	height: 12px;
	background: #1a58a7;
	border-radius: 6px;
}

.ctlPanel span.page {
	padding: 20px 0 0 15px;
	display: inline-block;
}

.barBtn {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	background: url(/asset/img/common/btn_bar.svg) center center / 30px 30px no-repeat;
	display: block;
}

.ctlPanel .btn {
	position: absolute;
	top: 0;
	right: 15px;
	margin-top: 14px;
}

.ctlPanel .btn a {
	min-width: 0;
	height: 36px;
	margin: 0;
	padding: 0 10px;
	line-height: 36px;
	letter-spacing: 0;
	border-radius: 5px;
	box-shadow:  none;
	color: #fff;
	display: inline-block;
	font-size: .7em;
	font-weight: bold;
	text-align: center;
}

.ctlPanel .btn a:hover {
	top: 0;
}

.ctlPanel .btn a.btn-primary:hover {
	background: #ed5120;
}

.ctlPanel .btn a.btn-inverse:hover {
	background: #6ec6d3;
}

.ctlPanel .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 6px;
}

.ctlPanel .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 6px;
}

.ctlPanel .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 6px;
}

.ctlPanel .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 6px;
}

p.btn-theater {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	margin-top: 0;
	background: url(/asset/img/common/icon_expand.svg) center center / 30px 30px no-repeat;
	transition: .1s;
	cursor: pointer;
}

.btn-theater:hover {
	background: url(/asset/img/common/icon_expand.svg) center center / 35px 35px no-repeat;
}

/* Content MENU */
.box-contMenu {
	width: 100%;
	margin-bottom: 20px;
	padding: 15px;
	background: #c9e7ee;
}

.box-contMenu ul {
	margin: 10px 0 0 10px;
	height: 42px;
	display: inline-block;
	font-size: 0;
	vertical-align: top;
}

.box-contMenu ul li {
	display: inline-block;
	font-size: 14px;
}

.box-contMenu ul li:last-child {
	margin-left: 10px;
}

.box-contMenu .btn {
	float: right;
	margin: 5px auto;
}

.box-contMenu .btn a {
	padding: 0.8em 1.5em;
	font-size: 1.2em;
}

.pageView {
	padding-right: 30px;
	border-right: 1px solid #9cc9d3;
	display: inline-block;
	font-size: 2.5em;
	letter-spacing: 3px;
	vertical-align: top;
}

.pageView span {
	margin-right: 10px;
  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;
	font-size: .6em;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 0;
}

.btn-twitter,
.btn-facebook,
.btn-linkedin {
 vertical-align: middle;
}

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

.btn-twitter {
	background: url(/asset/img/common/icon_x.svg) center center / 25px 25px no-repeat;
}
.btn-facebook {
	background: url(/asset/img/common/icon_fb.svg) center center / 25px 25px no-repeat;
}
.btn-linkedin {
	background: url(/asset/img/common/icon_in.svg) center center / 25px 25px no-repeat;
}

.btn-twitter-w {
	background: url(/asset/img/common/icon_x_w.svg) center center / 25px 25px no-repeat;
}
.btn-facebook-w {
	background: url(/asset/img/common/icon_fb_w.svg) center center / 25px 25px no-repeat;
}
.btn-linkedin-w {
	background: url(/asset/img/common/icon_in_w.svg) center center / 25px 25px no-repeat;
}

.btn-share {
	height: 42px;
	margin-left: 10px;
	padding: 0;
	vertical-align: bottom;
	cursor: pointer;
}

.btn-share a {
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	border-radius: 20px;
	color: #1a58a7;
	display: block;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #fff 0%,#e5e5e5 100%);
	box-shadow: 0 2px 0 #96afb5;
	font-weight: bold;
}

.btn-share a:hover {
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#fff 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%,#fff 100%);
}

.btn a.btn-more {
	width: 100%;
	padding: 10px 10px 10px 20px;
	background: #f2ece8 url(/asset/img/common/icon_arw_r.svg) 70px center / 25px 25px no-repeat;
	border-radius: 0;
	display: block;
	color: #1a58a7;
	font-size: .9em;
}

.btn a.btn-more:hover {
	top: 0;
	opacity: .8;
}

.specified-size {
	margin: 30px 0 20px;
}

.specified-size input[type="text"] {
	width: 20%;
	min-width: 5em;
	margin: 0 10px;
	padding: .5em 1em;
	background: #f5f5f5;
	border: 1px solid #dddddd;
	border-radius: 10px;
	font-size: 1.2em;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.lecDetail #content {
    background: #fff;
	}

	.box-ttlLec {
		margin: 10px 10px 0;
	}

	h3.ttl-lecture {
		font-size: 1em;
	}

	.box-slide {
		margin: 10px auto 0;
	}

	.ctlBar {
		display: none;
	}

	.pageView {
		padding: 0 0 10px 0;
		border-right: none;
		display: block;
		font-size: 1.5em;
		letter-spacing: 3px;
		text-align: center;
	}

	.box-contMenu {
    width: 95%;
    margin: 15px auto;
    padding: 15px 10px 10px;
    background: #c9e7ee;
		border-radius: 6px;
	}

	.box-contMenu ul {
    margin-left: 20px;
    height: auto;
    display: inline-block;
	}

	.box-contMenu .btn a {
		width: 45%;
		min-width: auto;
		height: 3em;
		margin: 15px 5px 0px;
		padding: 0 1.5em;
		font-size: 1.1em;
		letter-spacing: 0;
		line-height: 3em;
		vertical-align: middle;
	}

	.box-contMenu ul.box-share {
		margin: 0;
		padding: 10px;
		display: block;
		border-top: 1px solid #9cc9d3;
		text-align: center;
	}

	.box-contMenu ul li.btn-share {
		width: 80%;
		height: 42px;
    margin: 10px auto;
    padding: 0;
		display: block;
    vertical-align: bottom;
	}

	.btn a.btn-more {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 520px) {
	.swiper-container {
		margin-bottom: 0;
	}

	.box-contMenu .btn a {
		width: 80%;
		min-width: auto;
		height: 3em;
		margin: 15px 5px 0px;
		padding: 0 1.5em;
		font-size: 1.1em;
		letter-spacing: 0;
		line-height: 3em;
		vertical-align: middle;
	}

	.box-contMenu .btn a:first-child {
		margin-top: 0;
	}

	.box-contMenu .btn a:last-child {
		margin-bottom: 15px;
	}

	.btn-theater {
		display: none;
	}
}

/* embed */
.box-slide.embedded.s .swiper-slide { height: 189px; }
.box-slide.embedded.m .swiper-slide { height: 347px; }
.box-slide.embedded.l .swiper-slide { height: 551px; }

.box-slide.embedded img,
.box-slide.embedded canvas {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	transition: 0.2s linear;
}

.box-slide.embedded {
	margin: 0;
	border: none;
	box-shadow: none;
}

.box-slide.embedded.fs {
	width: 90%;
	max-width: none;
	margin: 10px auto;
	border: none;
}

.box-slide.embedded.small {
	max-width: 980px;
	margin: 20px auto 30px;
	border-radius: 0 0 6px 6px;
	box-shadow: 0px 3px 6px -1px rgba(0,0,0,.28);
	overflow: hidden;
}

.box-slide.embedded .ctlPanel  {
	border-radius: 0 0 6px 6px;
}

.box-slide.embedded .ctlPanel .logo-small {
	position: absolute;
	width: 130px;
}

.box-slide.embedded {
	position: relative;
}

.box-slide.embedded .slideModal {
	top: 0;
}

.embedded .ctlBar {
	width: 60%;
}

.box-slide.embedded .ctlPanel {
	position: relative;
}

.box-slide.embedded .ctlPanel .btn {
	position: absolute;
	top: 0;
	right: 15px;
	margin-top: 14px;
	width: auto;
}

@media screen and (max-width: 768px) {
	.box-slide.embedded .ctlPanel .logo-small {
		display: none;
	}

	.box-slide.embedded .ctlPanel .btn {
		right: 10px;
	}

	.box-slide.embedded .btn-theater {
		display: none;
	}
}

/* embed レスポンシブ */

.box-slide.embed-res {
	position: relative;
	margin: 0;
	border: none;
	box-shadow: none;
}

.box-slide.embed-res .swiper-slide {
	position: relative;
	width: 100%;
  height: auto;
	background: #444;
  overflow: hidden;
}

.box-slide.embed-res img,
.box-slide.embed-res canvas {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	width: 100%;
	height: auto;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	transition: 0.2s linear;
}

.box-slide.embed-res .ctlPanel  {
	border-radius: 0 0 6px 6px;
}

.box-slide.embed-res .ctlPanel .logo-small {
	position: absolute;
	width: 130px;
}

.box-slide.embed-res .slideModal {
	top: 0;
}

.embed-res .ctlBar {
	width: 60%;
}

.box-slide.embed-res .ctlPanel {
	position: relative;
}

.box-slide.embed-res .ctlPanel .btn {
	position: absolute;
	top: 0;
	right: 15px;
	margin-top: 14px;
	width: auto;
}

@media screen and (max-width: 640px) {
	.box-slide.embed-res .ctlPanel .logo-small {
		display: none;
	}

	.box-slide.embed-res .ctlPanel .btn {
		right: 10px;
	}

	.box-slide.embed-res .btn-theater {
		display: none;
	}
}

/* 講座概要 */
.box-author,
.box-lecOverview,
.mainCol .box-sameAuthor {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border: 1px solid #e5d7ce;
}

.box-author {
	padding: 20px;
	min-height: 110px;
}

.box-author .userIcon {
	width: 70px;
	height: 70px;
	margin: 0 15px 0 0;
}

.box-author p.author {
	margin: 5px 0 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.box-author p.profile {
	margin-left: 80px;
}

.box-author .related {
	margin: 10px 0 0 70px;
	display: block;
}

.box-author .btn-more {
	margin-top: 10px;
	text-align: right;
}

.mainCol .box-sameAuthor {
	width: 100%;
	max-width: none;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.mainCol .box-sameAuthor .box-lectureList-s {
	margin: 10px 0;
  padding: 5px 20px 0;
	max-width: 1000px;
}

.mainCol .box-sameAuthor .box-lectureList-s .imgWrap {
	background: #f7f2ef;
}

.mainCol .box-sameAuthor .box-lectureList-s .btn-basic {
	display: inline-block;
	font-size: .9em;
	float: right;
}

.box-lecOverview h4,
.mainCol .box-sameAuthor h4,
.box-findCourses h4 {
	padding: 8px 0 8px 10px;
	border-left: 5px solid #1a58a7;
}

.box-lecOverview p {
	margin: 10px 20px 0 20px;
}

.box-lecOverview .related {
	margin-left: 5px;
}

.box-lecOverview .list-rellinks{
	margin: 0 20px 0 20px;
}

.box-lecOverview .list-relatedPage {
	margin: 0 20px 0 0;
}

.box-findCourses {
	margin-bottom: 50px;
	background: #f7f2ef;
}

.box-findCourses h5 {
	margin: 0 25px 10px;
	font-size: 1.3em;
}

.box-findCourses dl.search{
	position: relative;
	margin: 15px 25px 20px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
}

.box-findCourses dl.search dt{
	margin-right: 40px;
	padding:8px 0 8px 8px;
}

.box-findCourses dl.search dt input{
	width: 100%;
	height: 24px;
	line-height: 24px;
	background:none;
	border: none;
}

.box-findCourses dl.search dd{
	position: absolute;
	top: 0;
	right: 0;
}

.box-findCourses dl.search dd button{
	display: block;
	padding: 10px;
	background:none;
	border: none;
}

.box-findCourses dl.search dd button span{
	display: block;
	width: 20px;
	height: 20px;
	background: url(/asset/img/common/icon_serch.svg) 50% 50% / 20px 20px no-repeat;
}

.box-findCourses dl.search input[type="text"] {
	margin-bottom: 0;
}

.categoryMenu {
	margin: 0 25px 25px;
}

.categoryMenu li {
	display: inline-block;
}

.categoryMenu li a {
	margin-bottom: 5px;
	padding: 5px 15px 5px 27px;
	background: #d6e5f7 url(/asset/img/common/icon_tag.svg) 10px 50% / 14px 14px no-repeat;
	border: 1px solid #ced5df;
	border-radius: 5px;
	display: block;
	font-size: .9em;
}


@media screen and (max-width: 980px) {
	.mainCol .box-sameAuthor .box-lectureList-s .btn-basic {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.box-author,
	.box-lecOverview,
	.mainCol .box-sameAuthor {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.box-userName p.author {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.box-userName .userIcon {
		float: left;
	}

	.box-author p.profile {
		 margin: 10px 0 0 0;
	}

	.box-author .related {
		margin: 10px 0 0 0;
		display: block;
	}
}

/* モーダル、テスト、アンケートページ 設定 */
.lecModal {
	width: 100%;
  height: 100%;
  top: 0;
  left: 0;
	background: #fff;
	z-index: 9999;
}

.lecModal .contentInner {
	padding: 0 10px;
}

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

.lecModal h3 {
	margin: 30px 0 50px;
	background: none;
	border-left: none;
	font-size: 2em;
	text-align: center;
}

.lecModal h4 {
	font-size: 2em;
}

.lecModal h3 + p {
	text-align: center;
}

.lecModalInner {
	overflow: scroll;
	font-size: 14px;
}

.lecModal.theater {
	position: absolute;
	background: #333;
	background: -moz-linear-gradient(top, #333 0%, #000 100%);
	background: -webkit-linear-gradient(top, #333 0%, #000 100%);
	background: linear-gradient(top, #333 0%, #000 100%);
	overflow: scroll;
}

.lecModal.theater .box-slide {
	width: 90%;
	max-width: none;
	margin: 10px auto;
	border: none;
}

.lecModal .detailImgWrap.left {
	max-width: 250px;
}

.lecModal .detailImgWrap.center {
	max-width: 800px;
	margin-top: 30px;
}

/* Control Bar */
.lecModal.theater .ctlPanel {
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: #2c2c2c;
	background: -moz-linear-gradient(top, #2c2c2c 0%, #222 100%);
	background: -webkit-linear-gradient(top, #2c2c2c 0%,#222 100%);
	background: linear-gradient(to bottom, #2c2c2c 0%,#222 100%);
	border: 1px solid #3b3b3b;
	color: #fff;
}

.lecModal.theater .ctlPanel input[type="text"] {
	margin: 10px 0 10px 15px;
	width: 4em;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #585858;
	border-radius: 0;
	color: #333;
	display: inline-block;
}

.lecModal.theater .ctlPanel,
:-webkit-full-screen ,
:-moz-full-screen .ctlPanel,
:-ms-full-screen .ctlPanel {
	background: #2c2c2c;
	background: -moz-linear-gradient(top, #2c2c2c 0%, #222 100%);
	background: -webkit-linear-gradient(top, #2c2c2c 0%,#222 100%);
	background: linear-gradient(to bottom, #2c2c2c 0%,#222 100%);
	border: 1px solid #3b3b3b;
	color: #fff;
}

.lecModal.theater .ctlBar {
	position: absolute;
	top: 25px;
	left: 10em;
	width: 70%;
	height: 12px;
	margin: 0 auto 20px;
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#fff 100%);
	background: linear-gradient(to bottom, #fbfbfb 0%,#fff 100%);
	border: 1px solid #d9d6d4;
	border-radius: 6px;
}

.lecModal.theater .btn-theater {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: url(/asset/img/common/icon_expand_w.svg) center center / 30px 30px no-repeat;
	transition: .1s;
}

.lecModal.theater .btn-theater:hover {
	background: url(/asset/img/common/icon_expand_w.svg) center center / 35px 35px no-repeat;
}


.box-que,
.box-ans,
.box-ansList,
.box-explain {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #e5d7ce;
}

.box-ansNum {
	margin-bottom: 5px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
}

.box-ansNum span {
	font-size: 1.5em;
	color: #f36b30;
}

.box-ans ul li {
	margin-bottom: 15px;
}

.btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
	padding-top: 70px;
	background: url(/asset/img/common/icon_modal_close.svg) center top / 70px 70px no-repeat;
	cursor: pointer;
	letter-spacing: 2px;
	text-align: center;
}

.box-ansList li {
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}

.box-ansList .num {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background: #f7f2ef;
	border-radius: 5px;
	border: 1px solid #e5d7ce;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}

.box-explain h4 {
	border-bottom: 1px solid #e5d7ce;
	color: #f36b30;
	font-size: 1.5em;
}

.box-explain h4 span {
	margin-left: 10px;
	font-size: 1.5em;
}

.box-explain p {
	margin-left: 4em;
	text-indent: -4em;
}

.box-explain strong {
	margin-right: .7em;
	color: #f36b30;
	font-size: 1.5em;
}

.corr,
.incorr,
.check {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 10px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.corr {
	background: url(/asset/img/common/icon_corr.svg) center center / 30px 30px no-repeat;
}
.incorr {
	background: url(/asset/img/common/icon_incorr.svg) center center / 40px 40px no-repeat;
}
.check {
	background: url(/asset/img/common/icon_check.svg) center center / 15px 15px no-repeat;
}

.box-result {
	width: 40%;
	margin: 0 auto 20px;
	padding: 1em;
	border: 1px solid #e5d7ce;
	font-size: 110%;
	text-align: center;
}

.ttl-box,
.ratio {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
}

.ttl-box {
	margin-right: 20px;
}

.ratio {
	font-size: 1.7em;
}

.ratio strong {
	color: #f36b30;
}

.ratio small {
	margin-left: 10px;
}

/* 吹き出し */
.corrBalloon,
.incorrBalloon {
	position: relative;
	height: 1em;
	margin: 0 10px 0 15px;
	padding: 7px 10px 7px 45px;
	color: #333;
	font-size: .7em;
	text-align: center;
	letter-spacing: 2px;
	z-index: 0;
}
.corrBalloon:before,
.incorrBalloon:before {
	content: "";
	position: absolute;
	top: 50%; left: -8px;
	margin-top: -7px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 14px 7px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}
.corrBalloon:after,
.incorrBalloon::after {
	content: "";
	position: absolute;
	top: 50%; left: -12px;
	margin-top: -5px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 10px 5px 0;
	z-index: -1;
}

.corrBalloon {
	background: #fff url(/asset/img/common/icon_corr.svg) 10px center / 30px 30px no-repeat;
	border: 2px solid #f36b30;
}
.corrBalloon:after {
	border-color: transparent #f36b30 transparent transparent;
}

.incorrBalloon {
	background: #fff url(/asset/img/common/icon_incorr.svg) 10px center / 30px 30px no-repeat;
	border: 2px solid #1a58a7;
}
.incorrBalloon:after {
	border-color: transparent #1a58a7 transparent transparent;
}

/* スライドリンク付与 */
.slide-link {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 14px;
	z-index: 1;
}
.linkAnnotation {
	position: absolute;
}
.slide-link .linkAnnotation > a {
	position: absolute;
	font-size: 1em;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.lecModal .mainCol {
		width: 100%;
		clear: both;
	}

	.lecModal h4 {
		font-size: 1.5em;
	}

	.btn-close {
		top: 10px;
		right: 10px;
		width: auto;
		height: 35px;
		line-height: 35px;
		padding: 0 0 0 7em;
		background: url(/asset/img/common/icon_modal_close.svg) center top / 35px 35px no-repeat;
		text-align: left;
	}

	.lecModal h3 {
		margin: 50px 0 0 0;
		background: none;
		border-left: none;
		font-size: 1.5em;
		text-align: center;
	}

	.box-ansNum,
	.box-ansList {
		border: none;
	}

	.box-que,
	.box-ans,
	.box-explain {
		padding: 10px;
	}

	.box-ansNum {
		margin-bottom: 5px;
		padding: 0px;
    font-size: 1em;
		text-align: right;
	}

	.box-ansList {
		display: none;
	}

	.box-result {
		width: 100%;
		margin: 0 auto 20px;
		padding: 1em;
	}
}

/*  講座登録 設定
---------------------------------------------*/

.lecInputNav {
	position: absolute;
	left: 0;
	float: left;
	width: 300px;
	min-height: 100%;
	background: #f2ece8;
	overflow: hidden;
}

.lecInputNav li {
	font-size: 1.2em;
	text-align: center;
}

.lecInputNav li:last-child {
	border-top: 1px solid #e5d7ce;
}

.lecInputNav li p {
	margin-top: -20px;
}

.lecInputNav li.on {
	width: 300px;
	margin-top: 30px;
	padding: 10px 0 70px;
	background: #fff url(/asset/img/common/icon_arw_d.svg) bottom center / 70px 70px no-repeat;
	border-top: 1px solid #e5d7ce;
}

.lecInputNav li:first-child.on {
	margin-top: 0;
}

.lecInputNav li a {
	width: 300px;
	padding: 10px 0 30px;
	display: block;
	color: #333;
}

.lecInputNav .icon-slide,
.lecInputNav .icon-test,
.lecInputNav .icon-que,
.lecInputNav .icon-share,
.lecInputNav .icon-preview {
	width: 300px;
	height: 150px;
	display: block;
}

.lecInputNav .icon-slide {
	background: url(/asset/img/common/icon_slide.svg) center center / 150px 150px no-repeat;
}

.lecInputNav .icon-test {
	background: url(/asset/img/common/icon_test.svg) center center / 150px 150px no-repeat;
}

.lecInputNav .icon-que {
	background: url(/asset/img/common/icon_que.svg) center center / 150px 150px no-repeat;
}

.lecInputNav .icon-share {
	background: url(/asset/img/common/icon_share.svg) center bottom / 150px 90px no-repeat;
}

.lecInputNav .icon-preview {
	background: url(/asset/img/common/icon_share.svg) center bottom / 150px 90px no-repeat;
}

.lecInputNav .btn  {
	margin: 30px;
}

.lecInputNav .btn a {
	width: auto;
	min-width: auto;
	padding: 0.5em;
	border-radius: 25px;
	display: block;
	font-size: 1em;
	color: #fff;
}

.req,
.arb {
	padding: 2px 5px;
	height: 1.2em;
	line-height: 1.2em;
	margin-right: 10px;
	border-radius: 5px;
	font-size: .8em;
}

.req {
	background: #f36b30;
	color: #fff;
	white-space: nowrap
}

.arb {
	background: #ffd21f;
	color: #333;
	white-space: nowrap
}

.lecInput {
	position: relative;
	left: 300px;
	width: calc(100% - 300px) ;
	min-height: 1000px;
	border-top: 1px solid #e5d7ce;
	overflow: hidden;
}

.lecInput h3 {
	margin: 25px 0 10px;
	background: none;
	border-left: none;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

.lecInput .txt-right {
	margin: 0 30px 10px 0;
}

.box-input {
	margin: 0 30px 30px;
	padding: 20px 25px 10px;
	border: 1px solid #e5d7ce;
}

.box-input.que {
	position: relative;
	margin-bottom: 70px;
}

.box-input.share table {
	width: 90%;
	max-width: 700px;
	margin: 30px auto 30px;
}

.box-input.share table td {
	font-size: .9em;
}

.box-mesgInput p {
	margin-bottom: 10px
}

.box-inner {
	margin-bottom: 15px;
	padding: 10px 0 25px;
	border-bottom: 3px dashed #e5d7ce;
	font-size: 1.1em;
}

.box-inner:last-child {
	border: none;
}

.box-inner.small {
	margin-bottom: 0;
	padding: 0 0 10px;
	border: none;
}

.docAdd {
	margin: 0 0 10px 0;
	padding: 5px 20px;
	border-radius: 18px;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	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%);
	color: #fff;
	font-weight: bold;
}

.select-numQue {
	margin-left: 20px;
	width: 100px;
}

.inputNo {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 5px 10px 10px 0;
	background: #1a58a7;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.inputNo + input,
.inputNo + p {
	clear: both;
	margin-left: 5px;
	width: calc(100% - 55px);
	display: inline-block;
}

.inputNo + p {
	margin: 5px 0 15px 0;
	font-weight: bold;
	font-size: 1.5em;
}

.movieInput,
.slideInput,
.imgInput,
.imgPreview,
.contInput {
	min-height: 150px;
	margin-top: 10px;
	padding: 1.5em 100px 1em 250px;
	background: #f5f5f5 url(/asset/img/common/icon_movie.svg) 80px center / 150px 150px no-repeat;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.contInput {
	min-height: 250px;
	padding: 2em 100px 1em 250px;
	background: #f5f5f5 url(/asset/img/common/icon_cont.svg) 10px center / 230px 230px no-repeat;
	text-align: left;
}

.contInput .h-black {
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
}

.movieInput:hover,
.slideInput:hover,
.imgInput:hover,
.imgPreview:hover,
.contInput:hover {
	border: 1px solid #999;
	opacity: .8;
}

.slideInput {
	padding-top: 30px;
	background: #f5f5f5 url(/asset/img/common/icon_slide.svg) 80px center / 150px 150px no-repeat;
}

.imgInput {
	padding-top: 40px;
	background: #f5f5f5 url(/asset/img/common/icon_slide.svg) 80px center / 150px 150px no-repeat;
}

.movieInput.over,
.slideInput.over,
.imgInput.over {
	font-weight: bold;
}

.movieInput.over {
	background: #ecf7f9 url(/asset/img/common/icon_movie.svg) 80px center / 150px 150px no-repeat;
}
.slideInput.over {
	background: #ecf7f9 url(/asset/img/common/icon_slide.svg) 80px center / 150px 150px no-repeat;
}
.imgInput.over {
	background: #ecf7f9 url(/asset/img/common/icon_slide.svg) 80px center / 150px 150px no-repeat;
}
.contInput.over {
	background: #ecf7f9 url(/asset/img/common/icon_cont.svg) 10px center / 230px 230px no-repeat;
}

.imgPreview {
	min-height: auto;
	padding: 1.5em;
	background: #f5f5f5;
}

.imgPreview .imgWrapPre {
	width: 30%;
	margin-right: 20px;
	border: 1px solid #ddd;
	float: left;
}

.imgPreview .imgWrapPre img {
	width: 100%;
}

.imgPreview{
	display: flex;
	align-items: center;
}

.imgPreview p {
	color: #1a58a7;
	font-size: 1.5em;
	font-weight: bold;
	vertical-align: top;
	display: inline-block;
}

.enqueteInput {
	font-size: 0;
}

.enqueteInput li {
	width: auto;
	margin: 5px 5px 0 0;
	padding: 3px 10px;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #fefefe 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffefefe 0%,#e5e5e5 100%);
	border: 1px solid #1a58a7;
	border-radius: 5px;
	color: #1a58a7;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.enqueteInput li:hover {
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #fefefe 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#fefefe 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%,##fefefe 100%);
}

.enqueteInput li.on {
	background: #386fb7;
	color: #fff;
}

.icon-close {
	width: 40px;
	height: 1em;
	background: url(/asset/img/common/icon_close.svg) center center / 30px 30px no-repeat;
	display: inline-block;
	cursor: pointer;
}

.box-inner.small .icon-close {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	padding-top: 10px;
	background: url(/asset/img/common/icon_close.svg) 50% 50% / 30px 30px no-repeat;
	display: inline-block;
}

.movieInput input[type="text"],
.contInput input[type="text"]{
	margin: 5px 0 10px;
	padding: 1em;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
}

.contInput input[type="text"] {
	max-width: 700px;
}

.fileName {
	color: #1a58a7;
	font-size: 1.5em;
	font-weight: bold;
	margin: 30px 35px 5px 0;
}

.slideInputPre .fileName {
	margin-top: 10px;
	text-align: center;
}

.slideInputPre .fileName span.slideName {
	padding-left: 70px;
	text-align: center;
	background: url(/asset/img/common/icon_slide.svg) left center/ 60px 60px no-repeat;
	line-height: 60px;
	height: 60px;
	display: inline-block;
}

.slideInputPre .box-slide {
	margin: 5px auto;
}

.txt-border {
	width: 80%;
	margin: 20px auto;
	position: relative;
	color: #1a58a7;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.txt-border:before, .txt-border:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: calc(50% - 4em);
	height: 2px;
	background: #1a58a7;
}

.txt-border:before {left:0;}
.txt-border:after {right: 0;}

.txt-caution {
	margin-left: 50px;
	padding: 5px 10px;
	border: 1px solid #f36b30;
	color: #f36b30;
	font-weight: bold;
}

.txt-caution-ctr {
	color: #f36b30;
	font-weight: bold;
}

.ttl-movie {
	padding-left: 70px;
	background: url(/asset/img/common/icon_movie.svg) left center / 70px 70px no-repeat;
}

.ttl-movie span,
.unEdit {
	height: 20px;
	line-height: 20px;
	margin-left: 20px;
	padding-left: 25px;
	color: #f36b30;
	background: url(/asset/img/common/icon_caution.svg) left center / 20px 20px no-repeat;
	display: inline-block;
	font-size: .7em;
	font-weight: bold;
}

.movie-url {
	padding: 5px 10px 5px 30px;
	background: #d6e5f7 url(/asset/img/common/icon_arw_r.svg) left center / 30px 30px no-repeat;
	border-radius: 5px;
	color: #1a58a7;
	display: inline-block;
}

.inputTtl {
	margin-bottom: 5px;
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	vertical-align: top;
}

.queTtl + span.del {
	margin-bottom: 10px;
	padding: 5px 10px 5px 30px;
	display: inline-block;
	font-size: .9em;
}

.btn-torf,
.openRange {
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #fefefe 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #ffefefe 0%,#e5e5e5 100%);
	border: 1px solid #1a58a7;
	border-radius: 5px;
	color: #1a58a7;
}

.btn-torf:hover,
.openRange:hover {
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #fefefe 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#fefefe 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%,##fefefe 100%);
}

.btn-torf {
	margin: -5px 0 0 15px;
	font-size: 0;
	display: inline-block;
}

.btn-torf li,
.btn-torf label {
	padding: 3px 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.btn-torf li.on,
.openRange li.on,
.btn-torf label.on {
	background: #386fb7;
	color: #fff;
}

.btn-torf label input {
	display: none;
}

.openRange {
	width: 80%;
	max-width: 500px;
	margin: 20px auto 30px;
	display: block;
	font-size: 1.2em;
}

.openRange li {
	float: left;
	width: 50%;
	padding: 10px 0;
	font-size: 20px;
	display: inline-block;
	text-align: center;
}

.openRangeRadio {
	margin-top: 20px;
	text-align: center;
}

.openRangeRadio li {
	margin-right: 30px;
	display: inline-block;
	color: #1a58a7;
	font-size: 1.2em;
	vertical-align: middle;
}

.openRangeRadio li input[type="radio"], input[type="checkbox"] {
	vertical-align: middle;
}

.shareMem {
	margin: 10px 0 10px;
}

.shareMem li {
	line-height: 1.7em;
	padding: 5px 0 5px 50px;
	background: url(/asset/img/common/icon_mail.svg) left center / 50px 50px no-repeat;
}

/* 共有モジュール */
.shareModal h5 {
	margin-bottom: 10px;
	font-size: 1.2em;
}

.shareModal h5 span {
	position: relative;
	padding-left: 25px;
}

.shareModal h5 span:before {
	position: absolute;
	left: 0;
	top: 50%;
	border-top: 10px solid #1a58a7;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
	width: 0;
	height: 0;
	margin-top: -4px;
	content: "";
}

.shareSns {
	margin: 0 0 10px;
	font-size: 0;
}

.shareSns li {
	width: 50px;
	height: 50px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}

.shareSns li:last-child {
	margin-left: 0;
}

.shareSns li:hover {
	opacity: .8;
}

.shareSns .btn-share-f {
	background: url(/asset/img/common/icon_fb_share.svg) center center / 50px 50px no-repeat;
}

.shareSns .btn-share-t {
	background: url(/asset/img/common/icon_x_share.svg) center center / 50px 50px no-repeat;
}

.shareSns .btn-share-p {
	background: url(/asset/img/common/icon_pocket_share.svg) center center / 50px 50px no-repeat;
}

.shareSns .btn-share-h {
	background: url(/asset/img/common/icon_hatena_share.svg) center center / 50px 50px no-repeat;
}

.shareSns .btn-share-f a,
.shareSns .btn-share-p a,
.shareSns .btn-share-t a,
.shareSns .btn-share-h a {
	width: 50px;
	height: 50px;
	display: inline-block;

	/* seo対策 */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.hatena-bookmark-button-frame {
	border-radius: 15px;
	overflow: hidden;
}

.shareSns .btn-share-m {
	width: 50px;
	height: 50px;
	background: url(/asset/img/common/icon_mail_share.svg) center center / 50px 50px no-repeat;
	display: inline-block;
}

/* ライトカラム 共有モジュール */
.box-shareSns {
	margin: 10px 0 20px;
}

.box-shareSns .shareSns li {
	width: auto;
	height: 45px;
	margin-right: 5px;
	vertical-align: middle;
}

.box-shareSns .shareSns li:first-child {
	width: 72px;
	height: 40px;
	margin-right: 7px;
}

.box-shareSns .shareSns .btn-share-f a,
.box-shareSns .shareSns .btn-share-p a,
.box-shareSnss .shareSns .btn-share-t a,
.box-shareSns .shareSns .btn-share-h a,
.box-shareSns .shareSns .btn-share-m {
	width: 45px;
	height: 45px;
}

.box-shareSns .shareSns .btn-share-f {
	background: url(/asset/img/common/icon_fb_share.svg) center center / 45px 45px no-repeat;
}

.box-shareSns .shareSns .btn-share-t {
	background: url(/asset/img/common/icon_x_share.svg) center center / 45px 45px no-repeat;
}

.box-shareSns .shareSns .btn-share-p {
	background: url(/asset/img/common/icon_pocket_share.svg) center center / 45px 45px no-repeat;
}

.box-shareSns .shareSns .btn-share-h {
	background: url(/asset/img/common/icon_hatena_share.svg) center center / 45px 45px no-repeat;
}

.box-shareSns .shareSns .btn-share-m {
	background: url(/asset/img/common/icon_mail_share.svg) center center / 45px 45px no-repeat;
}

@media screen and (max-width: 768px) {
	.box-shareSns {
		margin: 0;
		display: flex;
		justify-content: center;
	}
}

/* 短縮URLのコピー */
.copybtn {
	color: #1a58a7;
	cursor: pointer;
}

.box-snsInput .box-inner.small {
	display: flex;
  justify-content: center;
  align-items: center;
}

input[type="text"].docttl-input {
	margin-bottom: 0;
	border-radius: 10px 10px 0 0;
}

input[type="text"].url-input {
	border-radius: 10px;
}

/* 参考資料 */
.list-attach {
	margin: 20px 0 0 0;
}

.box-lecOverview .list-attach {
	margin: 0 20px 10px 20px;
}

.list-attach li {
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(/asset/img/common/icon_attach.svg) left center / 15px 15px no-repeat;
}

.list-attach li a {
	color: #333;
}

.list-rellinks {
	margin: 10px 0 20px 0;
}

.list-rellinks li {
	margin-bottom: 12px;
}

.list-rellinks li span.ttl {
	padding-left: 20px;
	background: url(/asset/img/common/icon_arw_r_gra.png) left center / 15px 15px no-repeat;
}

.list-rellinks li a {
	color: #333;
}

.list-rellinks li .related {
	margin: 0;
	padding: 0 0 0 5px;;
	background: none;
	color: #1a58a7;
	font-size: .9em;
	line-height: 1.4;
}

.list-rellinks-input li {
	margin-bottom: 15px;
	padding: 10px 0 20px;
	border-bottom: 2px dotted #e5d7ce;
}

.list-rellinks-input li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.list-rellinks-input li p {
	position: relative;
	padding-left: 15px;
	font-size: .8em;
}

.list-rellinks-input li p:before {
	position: absolute;
	left: 3px;
	top: 6px;
	border-top: 7px solid #1a58a7;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	width: 0;
	height: 0;
	margin-top: 0;
	content: "";
}

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

.list-relatedPage li {
	padding: 5px 0;
}

span.del {
	margin-left: 10px;
	padding: 3px 10px 3px 30px;
	border-radius: 15px;
	background: #d6e5f7 url(/asset/img/common/icon_close.svg) 7px center / 18px 18px no-repeat;
	font-size: .7em;
	cursor: pointer;
	color: #333;
}

span.del:hover {
	background: #f5f5f5 url(/asset/img/common/icon_close.svg) 7px center / 18px 18px no-repeat;
}

.box-uploading {
	font-size: 1.2em;
	text-align: center;
}

.box-uploading .txt-caution {
	margin: 0;
	border: none;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.list-attach li a,
	.list-rellinks li a {
		font-size: .8em;
	}

	p.inputTxtUrl {
		background: url(/asset/img/common/icon_link.svg) 0 10px / 50px 25px no-repeat;
	}

	p.inputTxtUrl input {
		width: calc(100% - 50px);
		margin-left: 50px;
	}
}

/*質問・回答追加*/
.queAdd,
.ansAdd {
	margin: -20px 0 30px 30px;
	padding: 5px 15px 5px 35px;
	border-radius: 18px;
	background: url(/asset/img/common/icon_add.svg) 10px center / 18px 18px no-repeat;
	color: #1a58a7;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2em;
}
.queAdd {
	padding: 5px 20px;
	position: absolute;
	left: -20px;
	bottom: -80px;
	/*background: #6ec6d3 url(/asset/img/common/icon_add_w.svg) 10px center / 18px 18px no-repeat;*/
	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%);
	color: #fff;
	font-weight: bold;
}

.queAdd:hover {
	background: #55b5c5;
	background: -moz-linear-gradient(top, #55b5c5 0%, #91d7e0 100%);
	background: -webkit-linear-gradient(top, #55b5c5 0%,#91d7e0 100%);
	background: linear-gradient(to bottom, #55b5c5 0%,#91d7e0 100%);
}

input + .ansAdd,
.box-inner + .ansAdd {
	margin: -15px 0 20px 0;
	font-size: 1.1em;
}

.box-input.share p.ansAdd {
	font-size: .9em;
	margin: 0;
	text-align: left;
}

.inputRadio li {
	margin-right: 20px;
	display: inline-block;
	color: #1a58a7;
	font-size: 1em;
}

.lecInput hr {
	width: 95%;
	margin: 30px auto;
}

.box-input.share p {
	text-align: center;
}

.box-input .ctlBar {
	position: relative;
	width: 325px;
	top: -15px;
	left: 0;
	right: 0;
	height: 10px;
	margin: 0 auto 50px;
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#fff 100%);
	background: linear-gradient(to bottom, #fbfbfb 0%,#fff 100%);
	border: 1px solid #d9d6d4;
	border-radius: 5px;
	display: block;
}

.box-input .ctlBar .bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 10px;
	background: -webkit-linear-gradient(60deg, rgba(26, 88, 167,1) 0%,rgba(110, 198, 211,1) 100%);
	background: -webkit-linear-gradient(60deg, rgba(26, 88, 167,1) 0%,rgba(110, 198, 211,1) 100%);
	background: linear-gradient(60deg, rgba(26, 88, 167,1) 0%,rgba(110, 198, 211,1) 100%);
	border-radius: 5px;
}

.contLoading {
	margin-top: 30px;
	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;
	font-size: 5em;
	font-weight: bold;
}

.dropAreaCfm {
	position: fixed;
  top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 500px;
	height: 350px;
	background: url(/asset/img/common/icon_slide.svg) center bottom/ 300px 300px no-repeat;
	vertical-align: bottom;
	text-align: center;
}

.dropAreaCfm p {
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
}

.remaining {
	padding: 3px 10px;
	position: fixed;
	right: 10px;
	bottom: 75px;
	background: rgba(255, 210, 31,.8);
	border-radius: 5px;
	color: #333;
	font-size: 1.5em;
	font-weight: bold;
	z-index: 999;
}

@media screen and (max-width: 1242px) {
	.movieInput,
	.slideInput,
	.imgInput,
	.contInput {
		margin-top: 10px;
		padding: 1.5em 40px 1em 180px;
		background: #f5f5f5 url(/asset/img/common/icon_movie.svg) 20px center / 150px 150px no-repeat;
	}
	.slideInput {
		background: #f5f5f5 url(/asset/img/common/icon_slide.svg) 20px center / 150px 150px no-repeat;
	}
	.imgInput {
		background: #f5f5f5 url(/asset/img/common/icon_slide.svg) 20px center / 150px 150px no-repeat;
	}
	.contInput {
		padding: 1em 40px 1em 180px;
		background: #f5f5f5 url(/asset/img/common/icon_cont.svg) 10px center / 150px 150px no-repeat;
	}
	.movieInput h4,
	.slideInput h4,
	.imgInput h4,
	.contInput h4 {
		padding-left: 0;
	}

	.movieInput.over,
	.slideInput.over,
	.imgInput.over,
	.movieInput,
	.slideInput,
	.imgInput {
		padding-top: 30px;
	}
	.movieInput.over {
		background: #ecf7f9 url(/asset/img/common/icon_movie.svg) 20px center / 150px 150px no-repeat;
	}
	.slideInput.over {
		background: #ecf7f9 url(/asset/img/common/icon_slide.svg) 20px center / 150px 150px no-repeat;
	}
	.imgInput.over {
		background: #ecf7f9 url(/asset/img/common/icon_slide.svg) 20px center / 150px 150px no-repeat;
	}

	.imgPreview {
		min-height: auto;
		padding: 1.5em;
		background: #f5f5f5;
	}

	.imgPreview .imgWrapPre {
		width: 30%;
		margin-right: 20px;
		border: 1px solid #ddd;
		float: left;
	}
}

@media screen and (max-width: 768px) {
	.box-input .ctlBar {
		position: relative;
		width: 90%;
		max-width: 325px;
	}

	.lecInput h3 {
		margin: 5px auto -20px;
		font-size: 1.2em;
		font-weight: bold;
		letter-spacing: 0;
		text-align: center;
	}

	.lecInputNav {
		position: relative;
		width: 100%;
		clear: both;
		min-height: auto;
		background: #f2ece8;
		border-top: 1px solid #e5d7ce;
		z-index: 1;
	}

	.lecInputNav ul {
		width: 100%;
		display: table;
		table-layout: fixed;
	}

	.lecInputNav li {
		height: 50px;
		border-bottom: 1px solid #e5d7ce;
		display: table-cell;
		font-size: 1.2em;
		text-align: center;
	}

	.lecInputNav li:last-child {
		border-top: 1px solid #e5d7ce;
	}

	.lecInputNav li p {
		margin-top: 0;
		font-size: .6em;
	}

	.lecInputNav li p span {
		display: none;
	}

	.lecInputNav li.on {
		width: auto;
		padding: 0;
		background: #fff;
		border-top: none;
		border-left: 1px solid #e5d7ce;
		border-right: 1px solid #e5d7ce;
		border-bottom: none;
	}

	.lecInputNav li:first-child.on {
		border-left: none;
	}

	.lecInputNav li:last-child.on {
		border-right: none;
	}

	.lecInputNav li a {
		width: auto;
		padding: 0;
	}

	.lecInputNav .icon-slide,
	.lecInputNav .icon-test,
	.lecInputNav .icon-que,
	.lecInputNav .icon-share,
	.lecInputNav .icon-preview {
		width: auto;
		height: 50px;
		display: block;
	}

	.lecInputNav .icon-slide {
		background: url(/asset/img/common/icon_slide.svg) center 0 / 50px 50px no-repeat;
	}

	.lecInputNav .icon-test {
		background: url(/asset/img/common/icon_test.svg) center 0 / 50px 50px no-repeat;
	}

	.lecInputNav .icon-que {
		background: url(/asset/img/common/icon_que.svg) center 0 / 50px 50px no-repeat;
	}

	.lecInputNav .icon-share {
		background: url(/asset/img/common/icon_share.svg) center 10px / 50px 50px no-repeat;
	}

	.lecInputNav .step5 {
		display: none;
	}

	.lecInputNav .btn {
		margin: 0;
	}

	.lecInputNav .btn a {
		width: auto;
		min-width: auto;
		padding: 0.8em;
		border-radius: 6px;
		display: block;
		font-size: 1em;
		color: #fff;
	}

	.lecInput {
		width: 100%;
		position: relative;
		left: 0;
		border: none;
		z-index: 3;
	}

	.lecInput .txt-right .related {
		margin: 15px 0 0 0;
		display: inline-block;
	}

	.lecInput .txt-right {
		margin: 0 10px -10px 0;
	}

	.box-input {
		width: 100%;
		margin: 20px 0 30px;
		padding: 10px 15px 5px;
		border-left: none;
		border-right: none;
	}

	.box-inner {
		margin-bottom: 10px;
		padding: 5px 0 15px;
		font-size: 1em;
	}

	.inputNo {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.2em;
	}

	.inputNo + p {
		margin: 8px 0 10px 0;
		font-size: 1em;
	}

	.movieInput,
	.slideInput,
	.imgInput,
	.contInput {
		min-height: inherit;
		margin-top: 10px;
		padding: 1.5em 20px 1em 80px;
		background: #f5f5f5 url(/asset/img/common/icon_movie.svg) 20px center / 50px 50px no-repeat;
	}

	.slideInput {
		background: #f5f5f5 url(/asset/img/common/icon_slide.svg) 20px center / 50px 50px no-repeat;
	}
	.imgInput {
		background: #f5f5f5 url(/asset/img/common/icon_slide.svg) 20px center / 50px 50px no-repeat;
	}
	.contInput {
		padding: 1em;
		background: #f5f5f5;
	}
	.slideInput.replace,
	.movieInput.replace {
		background: #f5f5f5;
		padding: 1em;
	}

	.movieInput.over,
	.slideInput.over,
	.imgInput.over,
	.movieInput,
	.slideInput,
	.imgInput,
	.contInput {
		padding-top: 20px;
	}
	.movieInput.over {
		background: #ecf7f9 url(/asset/img/common/icon_movie.svg) 20px center / 50px 50px no-repeat;
	}
	.slideInput.over {
		background: #ecf7f9 url(/asset/img/common/icon_slide.svg) 20px center / 50px 50px no-repeat;
	}
	.imgInput.over {
		background: #ecf7f9 url(/asset/img/common/icon_slide.svg) 20px center / 50px 50px no-repeat;
	}

	.movieInput p span,
	.slideInput p span {
		display: none;
	}

	.txt-border {
		margin: 10px auto;
		font-size: .8em;
	}

	.ttl-movie {
		height: 50px;
		padding-left: 70px;
		background: url(/asset/img/common/icon_movie.svg) left center / 70px 70px no-repeat;
		font-size: 1em;
	}

	.ttl-movie span {
		margin-left: 0;
		font-size: .9em;
		font-weight: bold;
		display: block;
	}

	.box-inner select {
		width: 100%;
	}

	.box-uploading {
		font-size: 1em;
		text-align: center;
	}

	.box-uploading .txt-caution {
		margin: 0;
		border: none;
		text-align: center;
	}

	.list-attach li,
	.list-rellinks li {
		padding: 0 0 10px 20px;
		font-size: 1.2em;
	}

	.box-lecOverview .list-attach li,
	.box-lecOverview .list-rellinks li{
		padding: 0 0 0 5px;
	}

	.box-lecOverview .list-attach li {
		padding-left: 20px;
	}
}

/* スライド言語切り替え */
#content.langSwitch {
	background: #f2ece8;
	border-top: none;
}

.langSwitch .mainVisual {
	max-width: 1242px;
}

.langSwitch .select-lang {
	min-width: 300px;
	margin: 30px auto 0;
	margin: 30px auto 0;
	padding: 1em;
	background: #fff url(/asset/img/common/icon_arw_d.svg) 98% center / 40px 40px no-repeat;
	border: 1px solid #dddddd;
	border-radius: 10px;
	display: block;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.langSwitch .original {
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
}

.langSwitch .after {
	float: right;
	width: 48%;
	margin: 0 0 0 2%;
}

.box-slide-txt {
	max-width: 980px;
	margin: 5px auto 30px;
	background: #fff;
	border: 1px solid #e5d7ce;
	box-shadow: 0px 3px 6px -1px rgba(0,0,0,.28);
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.langSwitch .original {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.langSwitch .after {
		float: none;
		width: 100%;
		margin: 0;
	}
}
