@charset "UTF-8";
@import "/include/css/common.sp.css";

#index {
	text-align: left;
}

#index h3 {
	position:relative;
	margin-bottom: 20px;
	padding: 12px 0 12px 12px;
	background:url(/include/images/mk_02.png);
	border-left:8px solid #5671be;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 0 10px 10px 0;
}

#index p {
	margin-bottom: 20px;
	width: 100%;
}

#index .lead_01 {
	text-indent:-2em;
	margin-left:2em;
	width:95%
}

#index .lead_01::before {
	content: url(/include/images/mk_01_s.png);
	vertical-align: top;
	padding-right: 10px;
}

#index .cate_01 {
	font-size:18px;
	color:#3d559a;
	border-bottom:2px solid #3d559a;
	padding-bottom:5px;
	margin-bottom:30px;
	clear:both;
}

/* 各サムネイル */
#index .box {
}

/* --サムネイル囲み枠 */
#index .box .inbox {
	border: 5px solid #e8eefc;
	margin: 0 0 28px;
}

/* --サブタイトル */
#index .box .inbox .sbttl {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	margin-bottom: 8px;
}
#index .box .inbox .sbttl .list  {
	flex: 1;
}
#index .box .inbox .sbttl .list a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	height: 63px;
	background: #7a95d5;
	border: 1px solid #7a95d5;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}

#index .box .inbox .sbttl .item {
	flex:3;
}
#index .box .inbox .sbttl .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 63px;
	background: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	text-align: center;
}

/* --サムネイル */
#index .box .inbox .thumbnail {
	margin-bottom: 14px;
}
#index .box .inbox .thumbnail .pic {
	width: 248px;
	height: 140px;
	margin: 0 auto 8px;
}
#index .box .inbox .thumbnail .time {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: auto;
}
#index .box .inbox .thumbnail .time p {
	width: auto;
	display: inline;
	border-radius: 9px;
	background: #edecef;
	padding: 4px 4px 4px 8px;
	margin: 0 2px 5px;
}
#index .box .inbox .thumbnail .time img {
	margin: 3px 4px 3px 0;
	height: 16px;
}

/* ----動画説明文 */
#index .box .inbox .text {
	width: 96%;
	margin: 0 auto;
	padding: 0 0 15px;
}
#index .box .inbox .text p {
	margin: 0;
}

/* ----リンク */
#index .box .inbox .link {
	height: 74px;
	padding: 14px 20px ;
	line-height: 74px;
	background: #bdccee;
	text-align: center;
}
#index .box .inbox .link a {
	display: block;
	width: 100%;
	height: 46px;
	padding-left: 10px;
	line-height: 46px;
	border: 2px solid #b9c6da;
	background: #fff;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	position: relative;
}
#index .box .inbox .link a:hover {
}
#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: 18px;
}

#index .lead01 {
	display:block;
	background:#e9effe;
	border:2px solid #c3cee7;
	padding:3%;
	font-weight:bold;
	margin-top:3%
}

/* ----受講ガイド */

ul.guide li {
	display:block;
	width:100%;
}

#index ul.guide li div.co01 {
	background:#f7f6f8;
	border:2px solid #bdccee;
	padding:4%;
	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:15px;
	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;
	margin:0;
	font-size:13px;
	line-height:1.6;
	width:100%
}

#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 {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	background: #7a95d5;
	font-size: 3.5vw;
	line-height: 16px;
	color: #fff;
	font-weight: 600;
}
#detail h3 .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 3;
	height: 81px;
	background: #dae4fa;
}
#detail h3 .item .ttl {
	display: flex;
	margin: 10px 0 2px 8px;
	font-size: 5vw;
	line-height: 22px;
	color: #4d659e;
	text-align: left;
	font-weight: 100;
}
#detail h3 .item .time {
	display: flex;
	justify-content: flex-start;
	padding: 4px 0;
	margin-left: 8px;
}
#detail h3 .item .time p {
	display: block;
	border-radius: 9px;
	background: #edecef;
	padding: 1px 6px 1px 2px;
	margin-right: 3px;
	color: #333;
//	font-size: 3.5vw;
	font-size: 12px;
	font-weight: 100;
}
#detail h3 .item .time img{
	margin: 2px 4px 0px 0;
	height: 14px;
}

/* サブタイトル */
#detail h4 {
	margin-bottom: 18px;
	padding: 2px 0 2px 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
}



/* 本文 */
#detail .box {
//	display: flex;
	border-top: 1px solid #999;
}

/* --左右カラム構造*/
#detail .box .box_l {
	width: 100%;
	padding: 6px;
	background: #eceaea;
}
#detail .box .box_r_sp {
	width: 100%;
}

#detail .box .box_r_pc {
	display: none;
}


/* --左カラム */
/* ----動画サイズ */
#detail .box .box_l iframe {
	width: 100%;
	height: 220px;
}

/* ----動画キャプション */
#detail .box .cap {
	margin-bottom: 15px;
	padding: 0;
	background: #fff;
}
#detail .box .cap p {
	padding: 7px 7px 9px 7px;
	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: flex;
	align-items: center;
	width: 100%;
	height: 71px;
	line-height: 18px;
	margin: auto;
	padding-left: 50px;
	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: 16px;
	color: #333;
	position: relative;
}
#detail .box .confirm .btn01 a:before {
	content: '';
	width: 43px;
	height: 71px;
	margin-top: -20px;
	background: url(../images/testcheck_sp.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 8px;
}
#detail .box .confirm .btn01 a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}


/* ----アンケート */
#detail .box .inquire {
	margin-bottom: 4px;
	padding: 14px 17px 24px;
	background: #fff;
}
#detail .box .inquire .btn02 a {
	display: block;
	width: 100%;
	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: 14px;
	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: 49%;
	right: 28px;
}
#detail .box .inquire .btn02 a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}



/* ---各リンク */
#detail .box .box_r_sp {
	padding-bottom: 16px;
}
#detail .box .box_r_sp .tab_ttl01 {
	display: block;
	height: 30px;
	line-height: 30px;
	margin-bottom: 2px;
	padding-left: 18px;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	position: relative;
}
#detail .box .box_r_sp .tab_ttl02 a {
	display: block;
	height: 30px; 
	line-height: 30px;
	margin-bottom: 2px;
	padding-left: 18px;
	font-size: 15px;
	color: #333;
	text-align: left;
	text-decoration: none;
	position: relative;
}
/* ------該当ページ */
#detail .box .box_r_sp .tab_ttl01:after {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 49%;
	right: 28px;
}
/* ------他ページリンク */
#detail .box .box_r_sp .tab_ttl02 a:before {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 49%;
	right: 28px;
}

/* 動画各チャプター目次 */
#detail .box .box_r_sp ul {
}
#detail .box .box_r_sp li {
	border-bottom: 2px solid #fff;
}
#detail .box .box_r_sp li:last-child {
	border-bottom: none;
}
#detail .box .box_r_sp li a {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	padding: 6px 6px 6px 18px;
	background: #f3f3f3;
	text-align: left;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
}
#detail .box .box_r_sp li a:hover {
	background: #f9f9f9;
}
#detail .box .box_r_sp li .txt01 {
	flex:5;
	color: #333;
}
#detail .box .box_r_sp li .txt02 {
	flex: 1;
	color: #354f8d;
	font-size: 13px;
}


/* アコーディオン */
#detail .box .box_r_sp .accbox label {
	display: block;
	cursor :pointer;
	transition: all 0.5s;
	text-align: left;
}

#detail .box .box_r_sp .accbox input {
	display: none;
}
#detail .box .box_r_sp .accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.3s;
}
#detail .box .box_r_sp .cssacc:checked + .accshow {
	height: auto;
	opacity: 1;
}
