@charset "UTF-8";
@import "/include/css/common.pc.css";

/* index------------------------------------------------------------------------------------*/
#index {
	text-align: left;
}

#index .lead_01 {
	font-size:17px;
	line-height:1;
	text-indent:-2em;
	margin-left:2em;
	margin-bottom:30px;
}

#index .lead_01::before {
	content: url(/include/images/mk_01.png);
	vertical-align: top;
	padding-right: 10px;
}

#index h3 {
	position:relative;
	margin-bottom: 20px;
	padding:20px 15px 18px 38px;
	background:url(/include/images/mk_02.png);
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	border-radius:10px;
	clear:both;
}

#index h3::after{
	content:"";
	display:inline-block;
	width:7px;
	height:39px;
	background-color:#5671be;
	position:absolute;
	top:10px;
	left:17px;
}

#index p {
	margin-bottom: 20px;
}


/* 各サムネイル */
#index .box {
	display: flex;
	justify-content: space-between;
}

/* --サムネイル囲み枠 */
#index .box .inbox {
	width: 486px;
	border: 5px solid #e8eefc;
	margin: 0 0 28px;
}

/* --サブタイトル */
#index .box .inbox .sbttl {
	display: flex;
	padding: 20px 19px 22px 19px;
}
#index .box .inbox .sbttl .list,.item {
	height: 73px;
	line-height: 71px;
	text-align: center;
}
#index .box .inbox .sbttl .list a {
	display: block;
	width: 144px;
	background: #7a95d5;
	border: 1px solid #7a95d5;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
#index .box .inbox .sbttl .item a {
	display: block;
	width: 290px;
	height: 73px;
	line-height: 71px;
	background: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 20px;
	color: #333;
	text-decoration: none;
}

/* --サムネイル */
#index .box .inbox .thumbnail {
	width: 436px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px;
}
#index .box .inbox .thumbnail .pic {
	width: 248px;
	height: 140px;
}
#index .time {
	width: 169px;
}
#index .time p {
	height: 36px;
	border-radius: 9px;
	background: #edecef;
	padding: 6px 0 6px 10px;
	margin-bottom: 5px;
}
#index .time img {
	margin-right: 7px;
}

/* ----動画説明文 */
#index .box .inbox .text {
	width: 436px;
	margin: 0 auto auto;
	min-height: 82px;
}
#index .box .inbox .text p {
	margin: 0;
}

/* ----リンク */
#index .box .inbox .link {
	height: 74px;
	line-height: 74px;
	padding: 14px 20px ;
	background: #bdccee;
	text-align: center;
}
#index .box .inbox .link a {
	display: block;
	width: 436px;
	height: 46px;
	padding-left: 20px;
	line-height: 46px;
	border: 2px solid #b9c6da;
	background: #fff;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	position: relative;
}
#index .box .inbox .link a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
#index .box .inbox .link a:before {
	content: '';
	width: 15px;
	height: 16px;
	margin-top: -8px;
	background: url(../images/array.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 88px;
}

#index .lead01 {
	display:block;
	background:#e9effe;
	border:2px solid #c3cee7;
	padding:15px 20px;
	font-weight:bold;
	margin-top:10px
}

/* ----受講ガイド */

#index ul.guide li {
	display:inline-block;
	vertical-align:top;
	width:490px;
}

#index ul.guide li:nth-child(1) {
	width:1000px
}

#index ul.guide li:nth-child(3) {
	margin-left:20px
}

#index ul.guide li div.co01 {
	background:#f7f6f8;
	border:2px solid #bdccee;
	padding:18px 25px;
	margin-bottom:20px
}

#index ul.guide li div span {
	display:block
}

#index ul.guide .guide_for {
	border-bottom:1px dotted #666;
	padding-bottom:10px;
}

#index ul.guide .guide_for strong::before{
	content:'■';
	color:#7a95d5;
	margin-right:4px
}

#index ul.guide strong {
    	font-size:16px;
	line-height:1.5;
	display:block
}

#index ul.guide .guide_bt01 a  {
	display:inline-block;
	background:#e9effe;
	border-radius:10px;
	border:2px solid #bdccee;
	padding:5px 1.5em 3px 2.5em;
	margin:15px 0;
	color:#333;
	text-decoration: none;
}

#index ul.guide .guide_bt01 a span::before {
	content:url('../images/array_s.png');
	margin: 1px -1.1em;
	position: absolute;
}

#index ul.guide .guide_bt01 a:hover {
	background:#d9e3f9;
}

#index ul.guide .co02_in {
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	line-height:1.6;
	width:33%
}

#index ul.guide .co02_in.w100 {width:100%}
#index ul.guide .co02_in.w50 {width:50%}
#index ul.guide .co02_in.w28 {width:28%}
#index ul.guide .co02_in.w25 {width:25%}
#index ul.guide .co02_in.w18 {width:18%}
#index ul.guide .co02_in.w16 {width:16%}

#index ul.guide .co02_in span::before {
	content:'●';
	color:#7a95d5;
	margin-right:4px
}


/* detail---------------------------------------------------------------------------- */

/* タイトル */
#detail h3 {
	display: flex;
	margin-bottom: 20px;
}
#detail h3 .list,.item {
	height: 81px;
	line-height: 81px;
}
#detail h3 .list {
	width: 191px;
	background: #7a95d5;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}
#detail h3 .item {
	display: flex;
	width: 809px;
	background: #dae4fa;
}
#detail h3 .item .ttl {
	width: 489px;
	padding-left: 23px;
	font-size: 30px;
	color: #4d659e;
	text-align: left;
	font-weight: 100;
}
#detail h3 .item .time {
	display: flex;
	width: 320px;
	justify-content: flex-end;
	align-items: center;
	margin-right: 14px;
}
#detail h3 .item .time p {
	display: block;
	height: 36px;
	line-height: 25px;
	border-radius: 9px;
	background: #edecef;
	padding: 6px 6px 6px 10px;
	margin-right: 5px;
	color: #333;
	font-size: 15px;
	font-weight: 100;
}
#detail h3 .item .time img{
	margin-right: 7px;
}

/* サブタイトル */
#detail h4 {
	margin-bottom: 18px;
	padding: 2px 0 2px 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.3;
	text-align: left;
}



/* 本文 */
#detail .box {
	display: flex;
	border-top: 1px solid #999;
}

/* --左右カラム構造*/
#detail .box .box_l {
	width: 655px;
	padding: 18px;
	background: #eceaea;
}
#detail .box .box_r_pc {
	width: 345px;
}
#detail .box .box_r_sp {
	display: none;
}


/* --左カラム */
/* ----動画サイズ */
#detail .box .box_l iframe {
	width: 619px;
	//	height: 348px;
	height: 430px;
}

/* ----動画キャプション */
#detail .box .cap {
	margin-bottom: 15px;
	padding: 0;
	background: #fff;
}
#detail .box .cap p {
	padding: 20px 20px 36px;
	text-align: left;
}

/* ----確認テスト */
#detail .box .confirm {
	margin-bottom: 15px;
	padding: 14px 17px 28px;
	border: 5px solid #dbdbdb;
	background: #fff;
}
#detail .box .confirm .btn01 a {
	display: block;
	width: 432px;
	height: 71px;
	line-height: 71px;
	margin: auto;
	padding-left: 80px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	text-align: left;
	font-size: 20px;
	color: #333;
	position: relative;
}
#detail .box .confirm .btn01 a:before {
	content: '';
	width: 43px;
	height: 71px;
	margin-top: -27px;
	background: url(../images/testcheck_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 34px;
}
#detail .box .confirm .btn01 a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}


/* ----アンケート */
#detail .box .inquire {
	margin-bottom: 47px;
	padding: 14px 17px 24px;
	background: #fff;
}
#detail .box .inquire .btn02 a {
	display: block;
	width: 275px;
	height: 49px;
	line-height: 49px;
	margin: auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	font-size: 16px;
	color: #333;
	position: relative;
}
#detail .box .inquire .btn02 a:after {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 28px;
}
#detail .box .inquire .btn02 a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}



/* --右カラム */
/* ----青タブ */
#detail .box .box_r_pc .tab_ttl01 a,.tab_ttl02 a {
	display: block;
	height: 50px;
	line-height: 50px;
	margin-bottom: 2px;
	padding-left: 41px;
	background: #7a95d5;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	text-decoration: none;
	position: relative;
}
/* ------該当ページ */
#detail .box .box_r_pc .tab_ttl01 a:before {
	content: '★';
	width: 15px;
	height: 50px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	left: 18px;
}
/* ------他ページリンク */
#detail .box .box_r_pc .tab_ttl02 a:before {
	content: '';
	width: 15px;
	height: 50px;
	margin-top: -25px;
	background: url('../images/array2.png') center left no-repeat;
	position: absolute;
	top: 50%;
	left: 18px;
}

#detail .box .box_r_pc .tab_ttl02 a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* 動画各チャプター目次 */
#detail .box .box_r_pc ul {
	border-bottom: 2px solid #7a95d5;
}
#detail .box .box_r_pc li {
	border-bottom: 1px dotted #999;
}
#detail .box .box_r_pc li:last-child {
	border-bottom: none;
}
#detail .box .box_r_pc li a {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	padding: 12px 6px 12px 18px;
	background: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}
#detail .box .box_r_pc li a:hover {
	background: #f9f9f9;
}
#detail .box .box_r_pc li .txt01 {
	width: 279px;
	color: #333;
}
#detail .box .box_r_pc li .txt02 {
	width: 40px;
	color: #354f8d;
	font-size: 13px;
}

br .sp {
	display: none;
}