@charset "utf-8";
/* CSS Document */
/*///////////////////////////////////////////

customize

///////////////////////////////////////////*/
html {
	color: #333;
	width: 100%;
	background-color: #fff;
}
body{
	width: 100%;
	height: 100%;
	font-size:1.4rem;
	overflow-y: auto;
	min-height: 100%;
}
p, a{
	color: #333;
}
a{
	cursor: pointer;
}
a:hover{
	color: #EF3341;
	opacity: 1;
}
#b{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	min-height: 100%;
}
.right{
	float: right;
}
.centerNav .ttl:after{
	position: absolute;
	top: 4px;
	left: auto;
	right: auto;
	width: 500px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	margin-left:-250px;
}
#content-wrap{
	margin: 0 auto;
	position:relative;
	height: 100%;
	overflow: hidden;
}
.btn:active {
	opacity: 0.6;
}
button {
	cursor: pointer;
	border: none;
	font-size: 1.4rem;
}
.none {
	display: none;
}
#wrap{
	position: absolute;
	top: 50px;
	width: 100%;
	display:block;
	word-break: break-all;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.box-wrap{
	margin: 80px 0;
}
.ttl {
	font-weight: 400;
	display: block;
}
textarea{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, sans-serif, "europa";
}
.caution {
	margin: 10px auto;
	max-width: 300px;
	border: 1px solid #c02504;
}
.caution img{
	margin: 20px auto 10px;
}
.caution h2{
	margin-bottom: 20px;
	text-align: left;
	font-size: 1.8rem;
	padding: 0 2%;
	line-height: 120%;
}
.caution p{
	text-align: left;
	padding: 0 2%;
}
.wrapCtl{
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.tblBasic td .wrapCtl td{
	padding: 0;
}
.wrapCtl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #fff;
}
.point p{
	position: relative;
	margin-left: 10px;
	font-size: 1.6rem;
}
.point p:before{
	content: "";
	position: absolute;
	top: 6px;
	left: -10px;
	width:3px;
	height: 14px;
	background: #EF3341;
}
.gr{
	color: #666;
}
/*///////////////////////////////////////////
common
///////////////////////////////////////////*/
.hbox {
  position: relative;
  margin: 0 0 30px;
}
.tooltip {
  border-radius: 50%;
  background: #aaa;
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  zoom: 1;
	vertical-align: middle;
	margin-left: 5px;
	position: relative;
	top: -2px;
	width: 15px;
	height: 15px;
	display: inline-block;
}
.tooltip:hover {
  background: #13a367;
  color: #ffffff;
}
.balloon {
  border: 1px solid #bbb;
  background: rgba(255,255,255,.97);
  position: absolute;
  width: 300px;
  padding: 7px 12px;
  top: 20px;
  /*left: calc(100% - 150px);*/
	left: 0;
  font-size: 1.2rem;
  text-align: left;
	z-index: 100;
	border-radius: 5px;
	display: none;
}
/*///////////////////////////////////////////
header
///////////////////////////////////////////*/
header{
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#commonNav {
	position: relative;
	width: 100%;
	background: #2A2A33;
}
#commonNav .wrap{
	height: 50px;
}
#commonNav .leftNav {
	float: left;
}
.ttlWrap{
	position: relative;
	/*margin-left:50px;*/
	margin-left: 20px;
	margin-top: 8px;
}
/*.ttlWrap:after{
	position: absolute;
	content: "";
	left: -35px;
	top: -8px;
	width: 30px;
	height: 50px;
	background: url(../img/j_logo.png) center center no-repeat;
	background-size: 100%;
}*/
.ttlWrap .smaller{
	font-size: 0.7rem;
	font-weight: bold;
	line-height: 100%;
	color: #fff;
}
#commonNav .leftNav img,
#commonNav .rightNav img{
	margin-top: 10px;
	padding: 0 10px;
}
#commonNav .leftNav .ttl{
	position: relative;
	font-weight: bold;
	font-size: 2rem;
	padding: 0;
	height:30px;
	z-index: 100;
	background-position:center center;
	background-repeat: no-repeat;
	color: #fff;
}
#commonNav .rightNav {
	float: right;
}
#commonNav nav li {
	display: block;
	text-decoration: none;
	text-align: center;
	position:relative;
}
#commonNav .rightNav li{
	margin-left: 20px;
}
#commonNav,
#commonNav:after,
#nav ul li,
#nav ul li a {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
#commonNav img{
	vertical-align: middle;
	height: 30px;
	width: auto;
}
/*///////////////////////////////////////////

side-nav

///////////////////////////////////////////*/
#sideNav{
	overflow: hidden;
	position: fixed;
	top: 50px;
	left: 0;
	min-height: 100%;
	z-index: 10;
	border-right: 1px solid #e8e8e8;
}
#sideNav ul{
	margin-top: 20px;
	width: 180px;
	height: 100%;
}
#sideNav ul li{
	float: none;
	display: block;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.2rem;
	margin-bottom: 20px;
	margin-left: 40px;
}
#sideNav ul li.qualification{
	margin-left: 20px;
	width: 140px;
}
#sideNav ul li.current a{
	font-weight: bold;
}
#sideNav ul li.current {
	position: relative;
}
#sideNav ul li.current::before{
	content: "";
	position: absolute;
	width: 3px;
	height: 16px;
	left: -10px;
	top: 3px;
	background: #EF3341;
}
/*///////////////////////////////////////////

topCont

///////////////////////////////////////////*/
#topCont{
	overflow: hidden;
	margin-top: 50px;
	width: 100%;
}
#topCont .inner{
	margin-left: 180px;
}
#topCont .inner{
	margin-left: 180px;
}
img.topImage{
	text-align: center;
	margin: 40px auto;
	display: block;
}
.mv p, .mv h1{
	text-align: center;
	font-weight: bold;
	line-height: 180%;
}
.mv p{
	font-size: 1.6rem;
	color: #888;
}
.mv h1{
	font-size: 6rem;
}
/*///////////////////////////////////////////

slide-nav

///////////////////////////////////////////*/
#slideBtn span.txt{
	color: #EF3341;
	font-weight: bold;
}
#slideBtnIcon, #slideBtnIcon:before, #slideBtnIcon:after {
	background: #EF3341;
}
#slideBtn{
	background: #fff;
}
#slideWrap ul{
	margin-top: 50px;
}
/*////////////////////////////////////////////

footer

////////////////////////////////////////////*/
footer{
	bottom: 0;
	text-align: right;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
footer p{
	position: relative;
	font-size: 1rem;
	font-weight: normal;
	color: #ccc;
	margin-right: 20px;
}
/*//////////////////////////////////////////////////

input

//////////////////////////////////////////////////*/
.checkbox label{
	margin-right: 5px;
	margin-bottom: 5px;
  display: inline-block;
}
.chkbInput{
  display: none;
}
.chkbParts{
  position: relative;
	padding: 5px 10px 5px 40px;
	transition: .3s;
	color: #888;
	border-radius: 4px;
	border: 1px solid #ddd;
	display: inline-block;
	line-height: 1;
	cursor: pointer;
}
.chkbParts::before{
  content: "";
	display: block;
	top: 4px;
	left: 5px;
	width: 28px;
	height: 14px;
	border-radius: 15px;
	border: 1px solid #aaa;
	background: #fff;
	position: absolute;
}
.chkbParts::after{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 8px;
	width: 12px;
	height: 12px;
	background: #aaa;
	border-radius: 50%;
	transition: .2s;
	display: block;
}
.chkbInput:checked + .chkbParts{
  background: #0085cf;
	color: #fff;
	border: 1px solid #0085cf;
}
.chkbInput:checked + .chkbParts::before{
  border: 1px solid #0085cf;
}
.chkbInput:checked + .chkbParts::after{
	left: 20px;
	background: #0085cf;
}
/*//////////////////////////////////////////////////

login

//////////////////////////////////////////////////*/
#login {
	margin-top:110px;
}
#login .ttl{
	margin: 20px auto;
}
.login-area{
	margin: 10px auto;
	background: rgba(255,255,255,0.8);
	border-top: 1px solid #ddd;
	max-width: 600px;
	text-align: center;
}
select::-ms-expand {
	display: none;
}
.selectSets .selectbox{
	float: left;
}
.selectSets .selectbox select{
	height: 33px;
	border-radius: 4px 0 0 4px;
	border-color: #777;
	color: #333;
	background-color: #f4f4f4;
	background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #d6d6d6 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 0%, #d6d6d6 100%);
	background-image: linear-gradient(to bottom, #f4f4f4 0%, #d6d6d6 100%);
	background-repeat: repeat-x;
}
.selectSets .selectbox select option{
	color: #333;
}
.selectSets .selectbox:after{
	border-color: #333;
}
.selectSets button{
	padding: 6px 5px 5px 5px;
	height: 33px;
	border-radius: 0 4px 4px 0;
	border-left: none;
}
.selectbox select {
	z-index: 1;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: none;
	color: #fff;
	border: 1px solid #006aa5;
	padding: 2px;
	border-radius: 4px;
	background-color: #0085cf;
	background-image: -webkit-linear-gradient(top, #00a8e1 0%, #0085cf 100%);
	background-image: -o-linear-gradient(top, #00a8e1 0%, #0085cf 100%);
	background-image: linear-gradient(to bottom, #00a8e1 0%, #0085cf 100%);
	background-repeat: repeat-x;
}
.selectbox:after{
	display: block;
	z-index: 1;
	position: absolute;
	content: "";
	right:10px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(135deg);
	pointer-events: none;
	margin-top: -8px;
	pointer-event: none;
}
.selectbox select  option{
	background: #efefef;
	color: #333;
	cursor: pointer;
}
.login-area input{
	border: none;
	width: 100%;
	padding: 7px 0;
}
.login-area dl{
	border-bottom: 1px solid #ddd;
	padding: 18px 10px;
}
.login-area dt, .login-area dd{
	display: inline-block;
	border: none;
	text-align: left;
}
.login-area dt {
	width: 28%;
	vertical-align: top;
}
.login-area dd {
	width: 70%;
	/*border: 1px solid #ccc;*/
}
.btn-push{
	margin-top: 20px;
	max-width: 200px;
	background: linear-gradient(180deg, rgba(225, 225, 225, 1.0) , rgba(215,215,215,1.0)), #fff;;
	border: 1px solid #ddd;
}
.btn{
	text-align: center;
	margin: 0;
	cursor: pointer;
}
.btn a{
	font-weight: bold;
	color: #232323;
}

.btn p{
	width: 100%;
    display: inline-block;
}


.selectbox{
	position: relative;
	padding-right: 20px;
}
#error_area{
	height: 40px;
}
#error_area p{
	color: #F13235;
	margin-top: 10px;
	font-size: 1.4rem;
}
#loginbt{
	padding: 20px 40px;
}
/*//////////////////////////////////////////////////

accordion

//////////////////////////////////////////////////*/
.accBar{
	cursor: pointer;
}
.accDetail {
	display: none;
}
.active .accDetail{
	display:block;
}
.accBar, .active {
	position: relative;
}
.accBar:after, .active:after {
	position: absolute;
	top: 18px;
	right: 20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.accBar:after {
	content: "";
	width: 20px;
	height: 20px;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	transform: rotate(135deg);
	top: 2px;
}
.active:after {
	transform: rotate(-45deg);
	top: 10px;
}
/*//////////////////////////////////////////////////

index

//////////////////////////////////////////////////*/
.icon {
	position: relative;
	margin-left: 25px;
}
#admin .outer{
	background: #fdfdfd
}
#admin .appArea{
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 0;
}
#admin .icon:after{
	background: url(../img/iconKey.png)  no-repeat  center center;
	background-size: 100%;
}
.icon:after{
	position: absolute;
	content:"";
	width: 20px;
	height: 20px;
	top: 5px;
	left: -25px;
}
#admin .imgWrap{
	background: #EF3341;
	border-radius: 6px 6px 0 0;
}
#admin .imgWrap img{
	height: 40px;
	width: 40px;
}
#admin .btn p{
	text-align: center;
}
.container{
	width: 98%;
	margin: 0 1%;
}
#informations .outer{
	padding-bottom:10px;
}
.infoArea dt{
	float: left;
	color: #EF3341;
	border-left: 3px solid #EF3341;
	padding-left: 8px;
}
.infoArea dt span{
	width: 100px;
	padding: 0 15px;
	margin-left:10px;
	border: 1px solid #EF3341;
	color: #EF3341;
	font-size: 1.2rem;
	line-height: 160%;
}
.infoArea dd {
	overflow: hidden;
	padding-left: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 1px;
	padding-bottom: 1px;
}
.infoArea .fa-exclamation-triangle{
	color: #008080;
	margin-right: 4px;
}
.infoArea .fa-exclamation-circle{
	color: #4ac383;
	margin-right: 4px;
}
.infoArea dt,.infoArea dd,.infoArea dd a{
	line-height: 120%;
}
.appArea {
	padding-bottom: 14px;
	font-size: 0;
}
.ttlBox{
	margin: 20px 1%;
	overflow: hidden;
}
.contWrap{
	margin:0 1% 2px;
	/* overflow: hidden; */
}
i {
	margin-right: 6px;
}
h2.ttl i, .current i{
	color: #EF3341;
}
#launcher .ttlBox{
	margin-bottom: 0;
}
.iconLeft{
	display: inline-block;
	background: #027ae2;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	color: #fff;
	line-height: 150%;
	margin-left: 4px;
}
.iconRight{
	display:inline-block;
}
.appArea h2 {
	text-align:left;
	color: #027ae2;
}
.appArea a.btn{
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	display: block;
	margin: 10px 2% 0 2%;
	border-bottom: 1px solid #e3e3e3;
	-webkit-box-shadow: 0 0 2px rgba(1, 1, 1, 0.1);
	-moz-box-shadow: 0 0 2px rgba(1, 1, 1, 0.1);
	box-shadow: 0 0 2px rgba(1, 1, 1, 0.1);
}
.appArea .child{
	width: 24.99%;
	float: none;
	display: inline-block;
}
.appArea .child:active{

}
.appArea .imgWrap{
	padding: 10px;
	overflow: hidden;
}
.appArea .imgWrap img{
	height: 80px;
	width: auto;
}
.appArea .btn p{
	border-top: 1px solid #e3e3e3;
	padding: 8px;
	font-weight: bold;
	text-align: left;
	background: #fefefe;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.6rem;
}
#wrap {
	width: 96%;
	margin: 0 2%;
}
.userNameWrap{
	margin-right: 18px;
	margin-top: 15px;
	display:inline-block;
}
.userName{
	position: relative;
}
.userName:after{
	position: absolute;
	content: "";
	left: -30px;
	top: 2px;
	width: 20px;
	height: 20px;
	background: url(../img/userIcon.png) center center no-repeat;
	background-color: #eee;
	background-size: 80%;
	border: 1px solid #ccc;
	border-radius:50%;
}
.logoutWrap{
	margin-right: 2px;
	display:inline-block;
}
#btnLogout{
	color: #fff;
	line-height: 100%;
	padding: 18px 20px;
}
#slideWrap p{
	padding: 5px 0;

}
/*//////////////////////////////////////////////////

admin

//////////////////////////////////////////////////*/
.rightWrap{
	float: right;
}
.operationWrap .rightWrap,
.operationWrap .leftWrap{
	width: 50%;
}
.leftWrap{
	float: left;
	overflow:visible;
}
.leftWrap .block{
	float: left;
	clear: left;
}
.rightWrap .block{
	float: right;
	clear: right;
	margin-bottom: 10px;
}
.btnWrap .btn{
	background: #EF3341;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	padding: 4px 10px;
}
.btnWrap .btn p{
	color: #fff;
	border-radius: 3px;
	width: 100%;
}
.blueBtn .btn{
	background: none;
}
.smallBtn{
	display: block;
	width: 100px;
}
.operationWrap{
	overflow:hidden;
}
.opeCont p {
	display: inline-block;
}
select{
	 font-size: 1.4rem;
	 padding: 5px;
	 cursor: pointer;
}
button{
	border-top: 1px solid #006aa5;
	border-left: 1px solid #006aa5;
	border-right: 1px solid #006aa5;
	border-bottom: 2px solid #006aa5;
	border-radius: 4px;
	font-size: 1.4rem;
	padding: 3px 5px 2px 5px;
	background-color: #0085cf;
	background-image: -webkit-linear-gradient(top, #00a8e1 0%, #0085cf 100%);
	background-image: -o-linear-gradient(top, #00a8e1 0%, #0085cf 100%);
	background-image: linear-gradient(to bottom, #00a8e1 0%, #0085cf 100%);
	background-repeat: repeat-x;
	color: #fff;
	transition: 0.3s;
}
button:active{
	background: #096CA3;
}
input[type="text"], input[type="password"], textarea  {
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	font-size: 1.4rem;
	padding: 4px;
	border: 1px solid #ccc;
	color: #333;
}
input[type="checkbox"] {
	cursor: pointer;
}
.inputBtn{
	border-left: none;
	border-radius: 0 4px 4px 0;
}
.rightWrap .srcWrap{
	float: right;
}
.srcWrap p{
	width : 30px;
	font-weight: bold;
	color: #555;
	text-align: center;
}
.tableWrap{
	overflow-x: scroll;
	overflow-y: auto;
	max-height: calc(100vh - 150px);
}
.tableWrap table{
	min-width: max-content;
  width: 100%;
	border-collapse: separate;
}
.tableWrap table tr td{
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f1f1f1;
}
.counter{
	border-radius: 2px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #EF3341;
}
.counter p{
	margin: 0;
	padding: 0 4px;
	float: left;
	display:block;
	color: #EF3341;
	font-weight: bold;
}
.counter p.total{
	background: #EF3341;
	color: #fff;
	font-weight: normal;
}
.glayBtn{
	background-color: #333;
	background-image: none;
	border-color: #111;
}
.scrollHead, .scrollBody{
	display: block;
	width: 100%;
}
.scrollBody{
	overflow-y: scroll;
	height: 500px;
}
.nm {
	width: 150px;
	max-width: 120px;
	min-width: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.apnm {
	width: 80px;
	max-width: 120px;
	min-width: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
/*////////////////////////////////////////////

res-appear

////////////////////////////////////////////*/
.res-appear{
	display: none;
}
/*////////////////////////////////////////////

contact

////////////////////////////////////////////*/
#kc-container-wrapper{
	margin-top: 20px !important;
	margin-bottom: 40px !important;
}
#kc-header::before{
	left: 5px !important;
}
#kc-form label,#kc-form p {
	font-size: 1.3rem;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	line-height: 180%;
}
#kc-form label span{
	background: #C7000B;
	color: #fff;
	margin-left: 5px;
	font-size: 1rem;
	padding: 2px;
}
.error p{
	font-weight: normal !important;
	color: #C7000B;
}
.login-pf .form-control,.login-pf #kc-form-buttons{
	width: 100%!important;
}
#kc-form-buttons{
	overflow:  hidden;
}
.login-pf #submit{
	text-align: right;
	margin-right: 0;
	float: right;
}
#mailtext{
	padding: 20px;
	height: 300px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	font-size: 1.4rem;
	padding: 4px;
	border: 1px solid #ccc;
	border: solid 1px #ddd;
	background-color: rgba(103,103,103,.1);
}
@media all and (max-width: 768px) {
	.sec{
		max-width: initial;
		min-width: initial;
		min-width: auto;
		padding: 0 20px;
	}
	.sec-inner {
		width: auto;
	}
	ul{
		overflow: hidden;
	}
	.col-3 li{
		width: 98%;
	}
	.col-2 li{
		width: 98%;
	}
	.col-3 li{
		width: 98%;
	}
	.col-4 li{
		width: 98%;
	}
	img{
		max-width: 100%;
	}
	.ttl h2{
		padding: 0;
	}
	.txt-ttl h2 {
		font-size: 1.7rem;
	}
	.txt h2 {
		margin: 10px 0 10px 18px;
	}
	.txt-ttl h1 span {
		padding: 0;
	}
	.res-appear{
		display: block;
	}
	.res-disappear {
		display: none !important;
	}
	.res-appear-il{
		display: inline-block;
	}
	.res-appear-bl{
		display: block;
	}
	.sec-ttl .left{
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.sec-ttl .right{
		width: 100%;
	}
	.ttl .ttl-inner h1 {
		font-size: 4.0rem !important;
	}
	.sec-top h2 {
		margin-left: 0;
	}
	.res-disapper{
		display:none;
	}
	#page-navi {
		height: auto;
	}
	.col-2 li.sub-navi-btn{
		width:48%;
	}
	#sub-navi .col-2 li {
		margin: 0;
		width: 50%;
	}
}
@media all and (max-width: 480px) {
	.set-list{
		width: 80% !important;
	}
	.set-btn{
		width: 100%;
	}
	.set-area {
		height: 60px;
		border-left: none;
		border-right: none;
	}
	.font-dtp{
		display:block;
		margin: 5px 0;
	}
}
.inputTxt {
	width: 300px;
}
.shortInputTxt{
	width: 50px;
}
.inputDate{
	width: 100px;
}

.w2ui-grid i {
	cursor: pointer;
}
select:disabled{
	opacity: .3;
}

.fbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: wrap;
  align-items: center;
}
.fbox.column{
	flex-direction: column;
	align-items: flex-start;
	gap:10px;
}

.fbox.column .row{
	display: flex;
	width: 100%;
	gap: 10px;
}

.fboxTop {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: wrap;
	align-items: top;
}
.fboxTop .ch{
	width: calc(50% - 1%);
	margin-right: 1%;
}
.fbox dl {
	margin-bottom: 10px;
}
.fbox dt, .fbox dd {
	padding-right: 10px;
}
.fbox dd.score {
	padding: 10px !important;
}
.selectbox select {
	width: calc(100% + 20px);
}
.filter.fbox dl{
	padding-left: 0;
	padding-right: 20px;
	margin-bottom: 0;
}
.filter.fbox dt, .filter.fbox dd{
	padding-bottom: 0;
}

.tbl{
	display: table;
	width: 100%;
}
.tbl dt, .tbl dd{
	display: table-cell;
	vertical-align: middle;
}

.radioInp, .checkInp{
  display: none;
}
.radioInp + label, .checkInp + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
	cursor: pointer;
	transition: .3s;
}
.radioInp + label::before, .checkInp + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radioInp:checked + label, .checkInp:checked + label{
  color: #333;
}
.radioInp:checked + label::after, .checkInp:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #3FACFD;
  border-radius: 50%;
}
.checkInp + label::before, .checkInp:checked + label::after{
	border-radius: 20%;
}
.thead, .tblBasic th{
	padding: 5px 10px;
	background: rgba(0,0,0,.06);
	width: 100px;
	height: 36px;
}
.tdata, .tblBasic td{
	padding: 5px 10px;
	background: rgba(0,0,0,.04);
}
.twrap{
	padding: 5px 10px;
}
.tbg{
	background: rgba(0,0,0,.02);
}
.vMiddle td{
	vertical-align: middle;
}
.bdb1, .tblBasic tr{
	border-bottom: 1px solid rgba(0,0,0,.06);
}
.tblBasic td, .tblBasic th{
	vertical-align: middle;
}
.tblBasic dl{
	padding: 5px;
}
.countWrap, .gridHead{
	overflow: hidden;
	display: block;
	padding: 10px 0;
	background: linear-gradient(#d8eefe,#bbe1fe);
	border-radius: 3px 3px 0 0;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
}
.gridHead .left{
	margin-left: 10px;
}

#cnt {
  color: #555;
  padding: 6px;
  margin-left: 10px;
  border: 1px solid silver;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
  text-align: center;
}
.nav .btn{
	margin-right: 10px;
}
.nav .btn p{
	line-height: 140%;
}
.countWrap .left p{
	margin-left: 10px;
}
.countWrap .right .btn{
	margin-left: 10px;
}
.ttlBox .left{
	margin-right: 40px;
}
.w2ui-popup .w2ui-popup-body{
	background: #fff;
}

.tab{
	overflow: hidden;
}
.tab li{
	margin: 0 5px 20px 0;
}
.tab a{
	font-size: 1.6rem;
	padding: 5px 10px;
	display: block;
	border-bottom: 3px solid #ddd;
}
.tab .active a{
	background: none;
	border-bottom: 3px solid #EF3341;
}
.tabContents{
	display: none;
}
.tabContents.active {
  display: block;
}

.inlineSel{
	display: inline-block;
}
.teachers p{
	padding-bottom: 5px;
	padding-right: 20px;
}
.txtEraseBtn {
	color: #EF3341;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.txtEraseBtn:hover{
	text-decoration: underline;
}
table.attend{
	position: relative;
}
table.attend thead tr td{
	position: sticky;
	top: 0;
	z-index: 2;
}
table.attend tr td:nth-of-type(1),
table.attend tr td:nth-of-type(2){
	position: sticky;
	box-sizing: border-box;
	left: 40px;
	z-index: 1;
}
table.attend tr td:nth-of-type(1){
	left: 0;
}
table.attend thead tr td:nth-of-type(1),
table.attend thead tr td:nth-of-type(2){
	z-index: 3;
}
.atrow td:nth-child(2),.atrow td:nth-child(3){
	text-align: left;
}
.participant{
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
	font-size: 1.3rem;
	margin-top: 5px;
}
p.balloon:before{
	display: none;
}
.dev{
	padding: 20px;
	background: #fff;
	border: 1px solid #EF3341;
	margin: 20px;
}
.capacity, .tour{
	padding: 10px 0;
}
.btnWrap .btn.black {
	background: #2A2A33;
}
.btnWrap .btn.gray {
	background: #777;
}
.tblSimple th{
	background: #ddd;
	border-bottom: 1px solid #ccc;
}
.tblSimple td{
	border-bottom: 1px solid #ddd;
}
.tblSimple th, .tblSimple td{
	text-align: center;
}
.barBtn .btn{
	margin-right: 10px;
}
.ui-widget.ui-widget-content {
  z-index: 10000 !important;
}
.supportWrap{
	border-radius: 20px;
	background: #e5f2fa;
}
.supportWrap .tbl dt{
	border-radius: 20px 0 0 20px ;
	text-align: center;
}
.supportWrap .tbl dd{
	border-radius: 0 20px 20px 0;
}
.supportWrap .btnWrap .btn {
	background: #0085cf;
	padding: 2px 5px;
	margin-left: 5px;
}
.supportWrap #batchStTime, .supportWrap #batchEdTime{
	margin: 0 20px 0 10px;
	width: 50px;
}
.sc {
	background: #fdeaec;
}
input[type="text"].noBlank, input[type="password"].noBlank, textarea.noBlank{
	border-left: 2px solid #EF3341 !important;
}
.trumbowyg-editor, .trumbowyg-textarea{
	background: #fff;
}
.trumbowyg-box button{
	color: #333;
}
.trumbowyg-box p{
	font-weight: unset;
}
.trumbowyg-box strong{
	font-weight: bold;
}
#content1 iframe{
	width: 100%;
	min-height: 400px;
}
.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.tbl #events table th, .tbl #events table td{
  border-right: 1px solid #ddd;
  padding: 5px;
}

/*//////////////////////////////////////////////////

online-course

//////////////////////////////////////////////////*/

#chapters .ch{
	margin-bottom: 2px;
}