@charset "UTF-8";
.contentIn {
    width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.contentIn {
		position: relative;
		width: 92%;
		margin: 0 4%;
	}
}

/* text
--------------------------------------------------*/
.taL {
	text-align: left;
}
.taC {
	text-align: center;
}
.taR {
	text-align: right;
}
.fz18 {
	font-size: 18px;
}
.fz16 {
	font-size: 16px;
}
.fwL {
	font-weight: lighter;
}
.fwN {
	font-weight: normal;
}
.fwB {
	font-weight: bold;
}

/* color */
.colBlue {
    color: #1992d4;
}

/* indent */
.cap00 {
    text-indent: 0 !important;
}

/* other
--------------------------------------------------*/
.fL,
.pcfL {
	float: left;
}
.fR,
.pcfR {
	float: right;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.mt1em{
	margin-top: 1em !important;
}

@media screen and (max-width: 768px) {
	.pcOnly {
		display: none !important;
	}
	.pcfL,
	.pcfR {
		float: none;
	}
}

@media print, screen and (min-width: 769px) {
	.spOnly {
		display: none !important;
	}
}

/* ul
--------------------------------------------------*/
.u-list_point li:before {
	content: "・";
}
.u-list_number {
	counter-reset: u-list_number;
}
.u-list_number li:before {
	counter-increment: u-list_number;
	content: counter(u-list_number);
}
.moreRead {
	display: none;
    margin-bottom: 124px;
}
.moreRead a {
    display: inline-block;
    width: 100%;
    max-width: 440px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    background: url(../img/common/cmn_readmore_ico01.svg) no-repeat right 10px center, #B2B2B2;
    background-size: 40px;
    box-shadow: 3px 3px 0 #7a7a7a;
    padding: 2px 0;
}
@media screen and (max-width: 768px) {
    .moreRead {
		margin: 20px 0 0;
    }
	.bnrArea .moreRead {
		margin: 0 0 55px;
	}
    .moreRead a {
        max-width: 345px;
        font-size: 24px;
        background-size: 30px;
    }
}

/* nav
--------------------------------------------------*/
.nav-tabs-outer{
	margin-top:0px;
	padding: 0;
	overflow: hidden;
	height: 60px;
	width: 100%;
	border-bottom: 4px solid #98ce00;
}

.nav-tabs-outer .nav-tabs li{
	font-size:12px;
	display: block;
	width: 130px;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0 3px;

}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  display: block;
  padding: 5px 10px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #98ce00;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav > li > a > img {
  max-width: none;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  display: table-cell;
  vertical-align: middle;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.4;
	color: #fff;
	text-align:center;
	height: 10rem;
	height: 60px;
	border: 1px solid transparent;
	border-radius: 6px 6px 0 0;
	background-image: url(https://gkp-koushiki.gakken.jp/wps/wp-content/uploads/2019/03/dot.png);
}

.nav-tabs > li > a:hover {
  border-color: #45b030 #45b030 #ddd;
  background-color: #45b030;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #45b035;
  border: 1px solid #45b030;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}


@media screen and (min-width: 689px) and (max-width: 950px) {
/* スマホではスライダーで表示 */
  .nav-tabs-outer ul {
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	display: flex;
	padding: 10px 0;
  }
  .nav-tabs-outer .nav-tabs li {
	width: 100px;
	height: 60px;
	flex: 0 0 17%;
	margin: auto 1% auto auto;
  }
  /*li#act01 a {
	padding-top: 14px;
  }
  li#act02 a {
	padding-top: 14px;
  }
  li#act03 a {
	padding-top: 14px;
  }
  li#act05 a {
	padding-top: 14px;
  }
	li#act07 a {
	padding-top: 14px;
  }
  li#act08 a {
	padding-top: 14px;
  }*/
  li.tabs-item a {
	padding-top: 14px;
  }
}

@media screen and (min-width: 431px) and (max-width: 689px) {
/* スマホではスライダーで表示 */
  .nav-tabs-outer ul {
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	display: flex;
	padding: 10px 0;
  }
  .nav-tabs-outer .nav-tabs li {
	width: 100px;
	height: 60px;
	flex: 0 0 26%;
	margin: auto 1% auto auto;
  }
  /*li#act01 a {
	padding-top: 14px;
  }
  li#act02 a {
	padding-top: 14px;
  }
  li#act03 a {
	padding-top: 14px;
  }
  li#act05 a {
	padding-top: 14px;
  }
	li#act07 a {
	padding-top: 14px;
  }
  li#act08 a {
	padding-top: 14px;
  }*/
  li.tabs-item a {
	padding-top: 14px;
  }
}

@media screen and (max-width: 430px) {
/* スマホではスライダーで表示 */
  .nav-tabs-outer ul {
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	display: flex;
	padding: 10px 0;
  }
  .nav-tabs-outer .nav-tabs li {
	width: 100px;
	height: 60px;
	flex: 0 0 30%;
	margin: auto 1% auto auto;
  }
  /*li#act01 a {
	padding-top: 14px;
  }
  li#act02 a {
	padding-top: 14px;
  }
  li#act03 a {
	padding-top: 14px;
  }
  li#act05 a {
	padding-top: 14px;
  }
  li#act07 a {
	padding-top: 14px;
  }
  li#act08 a {
	padding-top: 14px;
  }*/
 	li.tabs-item a {
	padding-top: 14px;
  }

}
