@charset "utf-8";

h2.explainTitle {
	padding: 0;
}
.red{
    color: #DD0000;
}
.content_wrapper{
    width: 100%;
    max-width: 1150px;

}
#elContent {
	width: 100%;
    max-width: 1150px;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
}
#mainV {
	margin: 0 0 20px;
}
.mainvisual{
    background: url("../img/bplp/elearning/mainV_pc.jpg") no-repeat center top;
    background-size: contain;
    width: 1100px;
    height: 187px;
}
#elContent p.outline {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #333;
	padding: 0 0 10px 0;
	margin: 0 0 30px;
	display: block;
}

.courseTitle {
	background-color: #F0F0F0;
	text-align: center;
	line-height: 1.2;
	background: #f7f0dd;
	background: -moz-linear-gradient(top, #f7f0dd 0%, #dfc57a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f0dd), color-stop(100%,#dfc57a));
	background: -webkit-linear-gradient(top, #f7f0dd 0%,#dfc57a 100%);
	background: -o-linear-gradient(top, #f7f0dd 0%,#dfc57a 100%);
	background: -ms-linear-gradient(top, #f7f0dd 0%,#dfc57a 100%);
	background: linear-gradient(to bottom, #f7f0dd 0%,#dfc57a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f0dd', endColorstr='#dfc57a',GradientType=0 );
	-moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,1);
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	border: 1px solid #DFC67A;
	border-radius: 6px;
	padding: 10px 10px 15px;
	margin: 0 0 30px;
	font-size: 30px;
	font-weight: bold;
	color: #392219;
}
.courseTitle + div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.courseTitle span {
	font-size: 19px;
	font-weight: normal;
	line-height: 1.4em;
	display: inline-block;
}
.courseContents {
	width: 680px;
	background: #FFF;
	-moz-box-shadow: 0 1px 5px #a2a1a3;
	-webkit-box-shadow: 0 1px 5px #a2a1a3;
	box-shadow: 0 1px 5px #a2a1a3;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 180, color = '#a2a1a3');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 180, Color = '#a2a1a3')";
	padding: 30px 20px 15px;
}
.courseContents + img {
	margin: 0;
}

.courseContents p {
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 10px;
	position: relative;
}
.courseContents p::after {
	content: url("../img/bplp/elearning/underline_yellow.svg");
	display:block;
	width:126px;
	height:6px;
	position: absolute;
	left: 40%;
	top: 11px;
}

.courseContents li {
	font-size: 1.0em;
	line-height: 2em;
	color: #333;
	padding:5px 10px;
	border-bottom:1px dashed #b1b1b1;
}
.courseContents li ::before{
	color: unset !important;
}
.courseContents li:last-child {
	border-bottom: none;
}
.captureImg{
    background: url("../img/bplp/elearning/captures_pc.jpg") no-repeat center top;
    background-size: contain;
    width: 320px;
    height: 580px;
}


/* ダイジェスト版動画 */
.digest {
    width: 710px;
    height: auto;
    margin: 60px auto 80px;
}
.digest h2 {
    font-size: 20px;
    font-weight: bold;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 講師プロフィール */
.profile {
	display: flex;
	margin: 40px 0 80px;
}
.profile div{
    min-width: 136px;
    min-height: 136px;
}
.profile img {
	width: 136px;
	height: 136px;
}
.profile dl {
    padding: 0;
    margin: 0;
	margin-left: 20px;
}
.profile dl dt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	text-indent: -0.5em;
}
.profile dl dd {
	font-size: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ここから下はbpページのcssを流用 */
.explainWrapper {
	width: 100%;
    max-width: 1150px;
	margin: 50px auto;
}

h2.explainTitle span.serviceName {
	font-size: 2.0em;
	padding: 1em;
	margin: 0;
	text-align: left;
	display: block;
	color: #392219;
	text-shadow: none;
}

.explainBox {
	border: #C9C9C9 solid 1px;
	padding: 20px 10px;
}

h2.explainTitle.contact{
	border: #C9C9C9 solid 1px;
	border-bottom: none;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
}

/*------------------------------------

タブレット向けのレイアウトの指定：641px～1024px

--------------------------------------*/

@media (min-width:641px) and (max-width:1024px) {

}

/*------------------------------------

スマホ向けのレイアウトの指定：640px以下

--------------------------------------*/
@media only screen and (max-width: 640px){
	#elContent {
		width: 100%;
	}
	#mainV img {
		width: 100%;
	}
    .mainvisual{
        background: url("../img/bplp/elearning/mainV_sp.jpg") no-repeat center top;
        background-size: contain;
        width: 100%;
        max-width: 750px;
        height: 40vw;
    }
	#elContent section {
		padding: 10px;
	}
	#elContent p.outline {
		font-size: 1em;
		padding: 0;
	}
	.courseTitle {
		font-size: 5vw;
		margin: 0 0 15px;
		padding: 10px;
	}
	.courseTitle span {
		text-align: left;
		font-size: 4.3vw;
		margin-bottom: 0.4em;
	}

	.courseContents {
		margin: 0 auto;
		padding: 1em 1.3em;
	}
	.courseContents p {
		margin-bottom: 15px;
	}
	.courseContents p::after {
		left: 33%;
		top: 8px;
	}
	.courseContents li {
		font-size: 15px;
		line-height: 1.5;
		text-indent: -1.4em;
		padding: 8px 0 5px 1.4em;
	}
	.courseContents + img + img.sp {
		width: 86%;
		height: auto;
		margin: 30px auto 0 ;
	}
    .courseContents + img{
        margin: 40px auto 0;
    }
    .captureImg{
        background: url("../img/bplp/elearning/captures_sp.jpg") no-repeat center top;
        background-size: contain;
        width: 100%;
        max-width: 600px;
        height: 60vw;
    }
	/* ダイジェスト版動画 */
	.digest {
		width: 100%;
	}
	.digest h2 {
		font-size: 5vw;
	}
	.digest iframe {
		width: 100%;
	}

	/* 講師プロフィール */
	.profile {
		display: block;
		text-align: center;
		margin: 40px 0 20px;
	}
	.profile img {
		width: 60%;
		height: auto;
		margin: 0 0 20px;
	}
	.profile dl {
		margin: 0;
	}

	/* ここから下はbpページのcssを流用 */
	h2.explainTitle{
		height: auto;
		padding: 5px;
	}
	h2.explainTitle span.serviceName{
		font-size: 1em;
		padding: 0;
		text-align: left;
	}
	.serviceBox,
	.explainBox{
		padding: 10px 0 0;
		border: none;
	}
	.contactButtonArea{
		margin: 10px auto 20px;
	}

	/* contact */
	h2.explainTitle.contact{
		border: 1px solid #C9C9C9 ;
	}
}
