@charset "utf-8";
/* CSS Document */

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  /*background: DeepSkyBlue;*/
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: #D3D3D3;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	background: #fff;
	color: #000;
	border: 1px solid #D3D3D3;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}


.mb20 img{
	margin: 0 auto !important;
}

.mb50 img{
	margin: 0 auto !important;
}
.course wow fadeInUp img{
	margin: 0 auto !important;
}

.btn_crlpink t_center{
	padding-bottom:30px !important;
}

.btn_crlpink a{
	margin-top: 30px !important;
}

.ecatv_sa{
	text-align: center;
}

.ecatv_sa a{
	display: inline-block;
	text-decoration: none;
	padding: 3px 40px;
	border-radius: 30px;
	color: #fff;
	background: #4496e5;
}

.bg_kiiro {
  background: yellow;
}

.bg_gray {
  background: #efeee8;
}

.bg_aqua {
   background: #8AD3F5;
}

.bg_denkiiro {
  background: #F5DC61;
}

.nobr {
  white-space: nowrap;
}

.frame_normal2px {
	overflow: hidden;
	border: solid 2px;
	padding: 15px;
}

.frame_normal1px {
	overflow: hidden;
	border: solid 1px;
	padding: 15px;
}

.w80p { width:80% !important; }

.w90p { width:90% !important; }

.test-link a {
    color: #ff0000;
}