@charset "utf-8";
/* CSS Document */
html {
 font-size: 62.5%; /* -> 10px */ 
}
.txt {
	font-size: 1.6rem;
	line-height: 2;
}
.txt14 {
	font-size: 1.4rem;
	line-height: 2;
}
/* 3. default link setting
================================================== */
a:link {
	color: #00479d;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00479d;
}
a:hover {
	color: #02a4e7;
	text-decoration: none;
}
a:active {
	color: #ff3333;
	text-decoration: underline;
}


.btn_v_test>a:link { color: #ffffff; text-decoration: none;}
.btn_v_test>a:visited { color: #ffffff; text-decoration: none;}
.btn_v_test>a:hover { color: #ffffff; text-decoration: none;}
.btn_v_test>a:active { color: #ffffff; text-decoration: none;}
.btn_login>a:link, .btn_login>a:visited, .btn_login>a:hover, .btn_login>a:active { color: #ffffff; text-decoration: none;}
.btn_loginout>a:link, .btn_loginout>a:visited, .btn_loginout>a:hover, .btn_loginout>a:active { color: #ffffff; text-decoration: none;}

/*! 埋め込み動画をレスポンシブ対応させる */
.video_src {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
.video_src iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.testexpBx{
	display: block;
	width: 86%;
	margin: 10px 7% 30px;
	border-bottom: solid 1px rgba(186,196,211,1.00);
	padding-bottom: 20px;
}
.test_exp::before {
	content: '';
  display: inline-block;
  min-width: 8px;
  min-height: 8px;
  background-color: #c997db;
  vertical-align:center;
margin-right: 8px;
}
.test_exp2::before {
	content: '';
  display: inline-block;
  min-width: 8px;
  min-height: 8px;
  background-color:#335A60;
  vertical-align:center;
margin-right: 8px;
}
.test_exp2{
	font-weight: 600;
}
.test_exp3::before {
	content: '　　⇒';
	font-weight: 500;
  display: inline-block;
  min-width: 14px;
  min-height: 5px;
 color:#335A60;
  vertical-align:center;
margin-right: 8px;
}
.test_exp3{
	font-weight: 600;
	color:rgba(7,143,150,1.00);
}
.test_exp_capBx{
display: block;
width:auto;
margin: 20px 7%;
padding: 20px 5%;
line-height: 1.7;
background-color: rgba(224,246,251,0.60);
border: solid 1px rgba(190,214,224,1.00);
}
/*PC*/
@media screen and (min-width: 768px), print {
/*login*/
#login {
		display: block;
		width: 980px;
		margin: 60px auto;
	    text-align: center;
	}
#login h3 {
		font-size: 1.8rem;
		font-weight: 400;
	}
#login_loginBx {
	display: block;
	width: 500px; 
	margin: 0 auto;}
.logininputBx {
		display: block;
		width: 500px;
	margin: 30px auto;
	}
.idpassBx {
	display: inline-flex;
    width: 100%;
    text-align: left;
	font-size: 1.4rem;
	margin-bottom: 20px;
	}
input.idBx{
	display: block;
	height: 3em;
	font-size: 100%;
	width: 300px;
	border: solid 1px #838485;
	padding-left: 5px;
	}
	.itemLi1 {
		flex-basis: 100px;
	}
	.itemLi2 {
		flex-basis: 300px;
	}
.btn_login {
	display: block;
	text-align: center;
	max-width: 150px;
	padding: 16px 10px;
	margin: 20px auto;
	background-color: #37c695;
	color: #FFFFFF;
	font-size: 1.6rem;
}
/*title area*/
.header_line {
	display: block;
	background-color: rgba(0,0,0,1.00);
	min-height: 15px;
	width: 100%;
}
.headerBx {
	display: block;
	background-color: #FFFFFF;
	width: 1120px;
	margin: 0 auto;
	padding-top: 14px;
	padding-bottom: 8px;
	color: #000000;
	}
.h1Bx {
	display: inline-flex;
	align-items: center;
	width: 1120px;
	margin: 0 auto;
	font-size: 0.6rem;
	font-weight: 600;
}
.h1Bx img {
	margin-right:20px; 
}
#elearn_mvBx {
	display: block;
	width: 100%;
	min-height: 90px;
	padding-top: 30px;
	background-image:url('/import/tenant_2/www.icb-image.com/e-learn/img_elearn/el_titbg.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-top: solid 1px #e7e4d3;
	border-bottom: solid 1px #FFFFFF;
}
.elearn_titile {
	color: #000000;
	display: block;
	width:980px;
	margin: 0 auto;
}
.elearn_titile_inBx {
	display: inline-flex;
	width: 980px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.elearn_titile h2 {
	font-size: 3.2rem;
	font-weight:400;
}
/*ID area*/
#mypage_account {
	display: block;
	width: 100%;
	background-color: #f5f1f1;
}
.mypage_accountBx{
	display: block;
	width: 980px;
	margin: 0 auto;
}
#mypage_loginoutBx {
	display: block;
	width: 980px; 
	padding: 0;
	margin: 0 auto;
}
.btn_loginout {
	display: block;
	text-align: center;
	max-width: 100px;
	padding: 3px 10px;
	margin-left: 860px;
	background-color: #37c695;
	color: #FFFFFF;
	border-radius: 0 0 12px 12px;
	font-size: 1.4rem;
}
#mypage_idBx {
	display: inline-flex;
	width: 980px;
	padding: 0;
	margin: 0 auto 25px;
	justify-content: space-between;
}

.mp_id_item1 {
	flex-basis: 360px;
}
.mp_id_item1 h2 {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.name_id {font-size: 1.8rem;}
.mp_id_item2 {
	flex-basis: 600px;
}
.mp_id_item2 h4 {
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 12px;
	color: cadetblue;
}
.name_course {
	display: inline-flex;
}
.name_course p {
	display: block;
	max-height: 1.3rem;
	margin-right: 10px;
	padding: 2px 10px;
	background-color: #c997db;
	color: #ffffff;
	font-size: 1.4rem;
}
/*video area*/
#list_video_color, #list_video_skeletal {
	display: block;
	width: 980px;
	margin: 0 auto 80px;
	padding-top: 70px;
}

.list_video_titleBx {
	display: block;
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}
.list_video_titleBx>.cource, .elearn_testBx h2 {
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.period_openBX{
display: block;
width: 100%; 
padding-top: 16px;
padding-bottom: 16px;
font-size: 2rem;
border-top:solid 1px #cccccc;
border-bottom:solid 1px #cccccc;
margin-bottom: 20px;
}

.videoBx{
	display: inline-flex;
	width: 930px;
	margin-left: 50px;
	padding: 30px 0 0;
	align-content: space-between;
	flex-wrap: wrap;
}
.video_title {
	font-size:1.8rem;
	font-weight: 400;
}
.video_title::before {
 content: '';
  display: inline-block;
  min-width: 6px;
  min-height: 20px;
  background-color: #c997db;
  vertical-align:bottom;
margin-right: 8px;	
}
ul.item_v {
	flex-basis: 260px;
	margin-right: 46px;
	margin-bottom: 60px;
}
.vimeo_thum {
	display: block;
	min-width: 260px;
	min-height: 146px;
	border: solid 1px #cccccc;
	margin-bottom: 15px;
}
.vimeo_thum img {
	width: 100%;
}
/*test link area*/
.elearn_test {
	display: block;
	width: 100%;
	height: 290px;
	margin-top: 50px;
	padding-top: 50px;
	background: url('/import/tenant_2/www.icb-image.com/e-learn/img_elearn/el_bg_testBx.webp') no-repeat center;
	border: solid 1px #dddddd;
	line-height: 1.2;
	}
.elearn_testBx{
	display: block;
	width: 600px;
	padding: 0 25px;
	margin-left: 330px;
}
.btn_v_test {
	display: block;
	max-width: 270px;
	text-align: center;
	margin: 10px auto 20px;
	padding: 36px 20px;
	background-color: #13b5b1;
	color: #ffffff;
	font-size: 2.4rem;
}
/*play area*/
#video_idBx {
	display: inline-flex;
	width: 980px;
	padding: 0;
	margin: 0 auto 25px;
	align-items: center;
	justify-content: flex-start;
}

.vd_id_item1 {
	margin-right: 5rem;
}

.name_id {font-size: 1.8rem;}

.mp_id_item2 {
}
	#videoplay {
		display:block;
		width: 980px;
		margin: 30px auto;
		text-align: center;
	}
	
	#videoplay>.cource {
		font-size: 2.2rem;
		margin-bottom: 15px;
	}#videoplay>.video_title {
		font-size: 2.6rem;
		margin-bottom: 40px;
	}
	#teach-material {
		display: block;
		width: 100%;
		padding-top:50px;
		text-align: center;
	}
	.t-mateBx {
		display: inline-flex;
		width: 980px;
		margin: 0 auto 50px;
		justify-content: space-between;
	}
	.t-mateBx h3{
		font-size: 2rem;
		font-weight: 400;
		line-height: 2;
	}
	.t-mateBx h3::after {
		content: '';
		display: inline-block;
		min-width: 1px;
		min-height: 2.6rem;
		background-color: #c997db;
		vertical-align: middle;
		margin-left: 1rem;	
	}
	.t-matelistBx {
	display: block;
    width: 80rem;
    margin-top: 0;
    padding: 0 0 0 5rem;
    height: auto;
    font-size: 1.8rem;
    line-height: 2;
    text-align: left;
		}
	.t-matelistBx ul {
		list-style: none;
		line-height: 2;
	}
}
