/* CSS Document */

/*----------------------------------------------
 font
---------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');

@font-face{ 
	font-family: 'KTEGAKI'; /* お好きな名前にしましょう */
	src: url('/font/KTEGAKI.woff2') format('woff2'),
       url('/font/KTEGAKI.woff') format('woff'),
       url('/font/KTEGAKI.ttf') format('truetype'),
       url('/font/KTEGAKI.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
.KTEGAKI {
	font-family: 'KTEGAKI';
}
@font-face{ 
	font-family: 'HuiFont'; /* お好きな名前にしましょう */
	src: url('/font/HuiFont.woff2') format('woff2'),
       url('/font/HuiFont.woff') format('woff'),
       url('/font/HuiFont.ttf') format('truetype'),
       url('/font/HuiFont.eot') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
.HuiFont {
	font-family: 'HuiFont';
}


/*----------------------------------------------
 common
---------------------------------------------- */

/* page header */
.page_header {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_path .breadcrumb {
	display: flex;
	margin-top: 10px;
}
.header_path .breadcrumb li {
	margin-right: 20px;
}

.header_path .breadcrumb li {
	font-weight: normal;
	position: relative;
	/*margin-left: 10px;*/
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
}
.header_path .breadcrumb li:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
.header_path .breadcrumb li:first-child:before {
	content: none;
}

/* main photo */
.page_main {
	width: 100%;
	line-height: 0;
}
.page_main img {
	width: 100%;
	height: auto;
	line-height: 0;
}

/* page contents */
.page_contents {
	width: 1000px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
.page_contents {
	width: 100%;
	padding: 0 15px;
	font-size: 14px;
}
.page_contents.single {
	padding: 10px 15px;
}
}
.bg_gray {
	background-color: #F7F7F7;
	background: url("../images/bg_gray.gif") repeat-y center top;
	background-size: 100% auto;
	padding: 60px 0;
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
.bg_gray {
	padding: 30px 0;
	margin-top: 30px;
}
}
.page_contents .pageTitle {
	margin-top: -40px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-family: vdl-lineg, sans-serif;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 24px;
}
@media screen and (max-width: 767px) {
.page_contents .pageTitle {
	font-size: 18px;
}
}
.page_contents.single .pageTitle {
	margin-top:30px;
}


@media screen and (max-width: 767px) {
.page_contents .pageTitle {
	margin-top: -5px;
	font-size: 18px;
	margin-bottom: -10px;
}
.page_contents.single .pageTitle {
	margin-top:10px;
}

}

.page_contents .pageTitle span {
  position: relative;
  color: #FFF;
  text-align: center;
  margin-bottom: 0;
  padding: 0 20px;
  background-color: #000;
  border-color: #000;
  display: inline-block;
  font-size: 16px;
  font-family: 'Ropa Sans', sans-serif;
  line-height: .8;
  letter-spacing: 2px;
}
.page_contents .pageTitle span:before, .page_contents .pageTitle span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border: 10px solid transparent;
}
.page_contents .pageTitle span:before {
  bottom: 100%;
  border-bottom-color: inherit;
}
.page_contents .pageTitle span:after {
  top: 100%;
  border-top-color: inherit;
}
@media screen and (max-width: 767px) {
.page_contents .pageTitle span {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
}


.page_contents .sectionTitle {
	margin-bottom: 20px;
	line-height: 1.6;
}
.page_contents .sectionTitle > div {
	font-size: 32px;
	padding: 20px 40px;
}
.page_contents .sectionTitle > div span {
	font-size: 24px;
}
@media screen and (max-width: 767px) {
.page_contents .sectionTitle > div {
	font-size: 18px;
	padding: 20px 25px;
}
.page_contents .sectionTitle > div span {
	font-size: 14px;
}
}
.sectionSubTitle {
	font-size: 22px;
	margin-bottom: 10px;
}
.sectionTitle2 ,
.sectionTitle2_en {
	font-size: 24px;
	text-align: center;
	padding-bottom: 35px;
	background: url("../images/page_title.png") no-repeat center bottom;
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.4;
}

.sectionTitle2_en {
	font-size: 50px;
	font-family: 'Ropa Sans', sans-serif;
}
@media screen and (max-width: 767px) {
.sectionTitle2 {
	font-size: 18px;
}
.sectionTitle2_en {
	font-size: 32px;
}
}
.sectionTitle2:first-letter ,
.sectionTitle2_en:first-letter {
	color: #E60012;
	
}
.sectionTitle2.blue:first-letter ,
.sectionTitle2_en.blue:first-letter {
	color: #169ADC;
	
}
.sectionTitle2_en span {
	display: block;
	font-size: 16px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.categoryTitle {
	background-color: #F5F5F5;
	margin: 30px 0 15px;
	padding: 15px 15px 15px 30px;
	position: relative;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
.categoryTitle {
	font-size: 16px;
}
}
.categoryTitle:before {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	background-color: #E60012;
	position: absolute;
	left:-10px;
	top:50%;
	margin-top: -1px;
}
@media screen and (max-width: 767px) {
.categoryTitle {
	background-color: #F5F5F5;
	margin: 30px 0 10px;
}
}
.categorySubTitle {
	border: 1px solid #CCC;
	border-radius: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin: 20px 0 5px;
	padding:10px 15px;
	
}
.categorySubTitle2 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 10px;	
	font-size: 18px;
}
@media screen and (max-width: 767px) {
.categorySubTitle2 {
	font-size: 16px;
}
}
/*  contact box
---------------------------------------------- */
.contact_box {
	margin-top: 40px;
	border: 1px solid #000;
	padding: 15px;
	position: relative;
}
.contact_box .contact_box_left {
	position: relative;
	text-align: center;
	font-size: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.contact_box .contact_box_left:after {
	content: "";
    position: absolute;
    bottom:0;
	left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
}
.contact_box .contact_box_left .contact_box_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(transparent 70%, #FF0 70%);
	display: inline-block;
	margin-bottom: 10px;
}
.contact_box .contact_box_left .contact_box_title span {
	font-size: 16px;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	display: block;
}

.contact_box .contact_box_right .contact_mail,
.contact_box .contact_box_right .contact_tel {
	text-align: center;
}

.contact_box .contact_box_right .contact_mail a {
	background-color: #000;
	color:#FFF;
	width: 100%;
	display: block;
	padding: 20px 0;
	border: 2px solid #000;
	font-weight: bold;
	margin: 20px 0;	
	text-decoration: none;
}
.contact_box .contact_box_right .contact_mail a.arrow1:before, 
.contact_box .contact_box_right .contact_mail a.arrow1:after {
	right: 10px;
}
.contact_box .contact_box_right .contact_tel span {
	font-size: 24px;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
}
.contact_box .contact_line {
	margin-top: 10px;
	width: 100%;
}
.contact_box .contact_line a {
	background: url("../images/ic_line.png") no-repeat left center #00BA00;
	background-size: contain;
	color: #FFF;
	text-decoration: none;
	padding: 15px 20px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}
.contact_box .contact_line a.arrow1:before, 
.contact_box .contact_line a.arrow1:after {
	right: 10px;
}
@media screen and (min-width: 768px) {
.contact_box {
	padding: 20px 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact_box .contact_box_left {
	width: 35%;
	padding-right: 10px;
	padding-bottom: 0;
}
.contact_box .contact_box_left:after {
    top: 50%;
	left: auto;
    right: -40px;
    width: 80px;
    height: 1px;
	-webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
}
.contact_box .contact_box_left .contact_box_title {
	font-size: 20px;
}
.contact_box .contact_box_right {
	display: flex;
	align-items: center;
	position: relative;
	width: 65%;
}

.contact_box .contact_box_right .contact_mail {
	width: 50%;
}
.contact_box .contact_box_right .contact_tel {
	width: 50%;
	font-size: 14px;
}
.contact_box .contact_box_right .contact_mail a {
	width: 90%;
	margin: 0 0 0 10%;
	font-weight: bold;
	text-decoration: none;
}
.contact_box .contact_box_right .contact_mail a:hover {
	background-color: #FF0;
	color:#000;
}

.contact_box .contact_box_right .contact_mail a.arrow1:hover:before, 
.contact_box .contact_box_right .contact_mail a.arrow1:hover:after {
	background:#000;
	right: 3px;
}

.contact_box .contact_box_right .contact_tel span {
	font-size: 28px;
}
}

/*----------------------------------------------
 page link
 ---------------------------------------------- */
.pageLink_wrap {
	background: url("../images/bg_dt.jpg") repeat;
	padding: 40px 0 80px;
	margin-top: 60px;
}
.pageLink_inner {
	max-width: 1260px;
	margin:40px auto 0;
	padding: 0 30px;
}
.pageLink_wrap_title {
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-right: 0;
	text-align: center;
	margin-bottom: 60px;
}
.pageLink_wrap_title:before, .pageLink_wrap_title:after {
	content: "";
	flex-grow: 1;
	height: 1.01px;
	background: #000;
	display: block;
}
.pageLink_wrap_title:before {
	margin-right: 1em;
}
.pageLink_wrap_title:after {
	margin-left: 1em;
}

.pageLink {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.pageLink .pageLinkBox {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	/*padding-left: 10px;*/
	background-color: #FFF;
}
.pageLink .pageLinkBox:nth-child(3n) {
	margin-right: 0;
}
.pageLink .pageLinkBox a {
	display: block;
	border-right:1px solid #CCC;
	border-bottom: 1px solid #CCC;
	height: 100%;
	color: #000;
	position: relative;
}
.pageLink .pageLinkBox a:after {
	content: "";
	display: block;
	background: url("../images/page_link.png") no-repeat;
	position: absolute;
	right: -5px;
	bottom: -5px;
	z-index: 1;
	width: 50px;
	height: 51px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.pageLinkBox_photo {
	line-height: 0;
	overflow: hidden;
	position: relative;
	top:-10px;
	left: -10px;

}
.pageLinkBox_photo img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;

}
.pageLinkBox_detail {
	padding: 10px 15px 40px;
}
.pageLinkBox_detail p {
	font-size: 14px;
	color: #666;
}
.pageLinkBox_detail p.pageLinkBox_title {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
}
.pageLink .pageLinkBox a:hover {
	text-decoration: none;
}

.pageLink_wrap .category_back {
	text-align: center;
	margin-top: 40px;
}
.category .pageLink_wrap .category_back {
	display: none;
}
.pageLink .pageLinkBox.current a {
	background-color:#E60012;
}
.pageLink .pageLinkBox.current a p {
	color: #FFF;
}
.pageLink .pageLinkBox.current a:after {
	right: -15px;
	background: url("../images/page_link_b.png") no-repeat;
}
@media screen and (min-width: 768px) {
.pageLink .pageLinkBox a:hover {
	opacity: 1.0;
	background-color:#E60012;
}
.pageLink .pageLinkBox a:hover img {
	opacity: 1.0;
}
.pageLink .pageLinkBox a:hover .pageLinkBox_photo img {
	transform: scale(1.1);
}
.pageLink .pageLinkBox.current a:hover .pageLinkBox_photo img {
	transform: scale(1.0);
}
.pageLink .pageLinkBox a:hover:after {
	right: -15px;
	background: url("../images/page_link_b.png") no-repeat;
}
.pageLink .pageLinkBox a:hover p {
	color: #FFF;
}
}

@media screen and (max-width: 767px) {
.pageLink_wrap {
	padding: 40px 0 60px;
	margin-top: 40px;
}
.pageLink_inner {
	max-width: 100%;
	margin:0 auto 0;	
	padding: 0 10px;
}
.pageLink_wrap_title {
	font-size: 16px;
	margin-bottom: 30px;
}
.pageLink .pageLinkBox {
	width: calc(96% /2);
	margin-right: 4%;
}
.pageLink .pageLinkBox:nth-child(3n) {
	margin-right: 4%;
}
.pageLink .pageLinkBox:nth-child(2n) {
	margin-right: 0%;
}
.pageLinkBox_photo {
	top:-10px;
	left: -5px;

}
.pageLinkBox_detail {
	padding: 0 5px 15px;
}
.pageLinkBox_detail p {
	font-size: 12px;
}
.pageLinkBox_detail p.pageLinkBox_title {
	font-size: 14px;
}
.pageLink .pageLinkBox a:after {
	background: url("../images/page_link.png") no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
}
.pageLink_wrap .category_back {
	text-align: center;
	margin-top: 10px;
}
.pageLink .pageLinkBox.current a:after {
	right: -5px;
	bottom: -5px;
	    background-size: contain;
}
}
.pageLink  p.pageLinkBox_course {
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
}
.pageLink p.pageLinkBox_course span {
	background-color: #000;
	padding: 1px 10px;
	margin-right: 5px;
	color: #FFF;
}
@media screen and (max-width: 767px) {
.pageLink p.pageLinkBox_course span {
	font-size: 10px;
	padding: 1px 5px;
}
}
.pageLink_course .pageLinkBox_detail p.pageLinkBox_title {
	font-size: 14px;
}
@media screen and (max-width: 767px) {
.pageLink_course .pageLinkBox_detail p.pageLinkBox_title {
	font-size: 12px;
	margin-bottom: 0;
}
}
.pageLink p.pageLinkBox_course_major {
	font-weight: bold;
	color: #000;
	font-size: 16px;
	margin-bottom: 5px;
}
.pageLink p.pageLinkBox_course_major span {
	font-size: 12px;
}
@media screen and (max-width: 767px) {
.pageLink p.pageLinkBox_course_major {
	font-size: 14px;
}
.pageLink p.pageLinkBox_course_major span {
	font-size: 10px;
}
}

.pageLink_wrap.link_contents .pageLink .pageLinkBox_detail {
	padding-top:15px; 
}
.pageLink_wrap.link_contents .pageLink .pageLinkBox {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.pageLink_wrap.link_contents .pageLink .pageLinkBox p {
	display: none;
}
.pageLink_wrap.link_contents .pageLink .pageLinkBox .pageLinkBox_title {
	display: block;
}
}

/*----------------------------------------------
 path
 ---------------------------------------------- */
.dirList {
  padding: 20px 0 ;
  
  background-color: #f5f2ee;
}
.dirList .wrap ul {
  padding: 0 30px;
  background-color: #f5f2ee;
  font-size: 1.4rem;
  line-height: 1;
}

.dirList .wrap ul li {
  display: inline-block;
  margin: 10px 0px 10px 0;
  background: url("../images/linkicon.png") no-repeat right 15px center;
  background-size: 5px;
  padding-right: 40px;
}
.dirList .wrap ul li:last-child {
  background: none;
}
.dirList .wrap ul li a {
  color: #000;
}
@media screen and (max-width: 767px) {
  .dirList .wrap ul {
    font-size: 1.2rem;
	padding: 0;
  }
  .dirList .wrap ul li {
  background: url("../images/linkicon.png") no-repeat right 5px center;
  background-size: 5px;
  padding-right: 20px;
}
}

/*----------------------------------------------
 pagetop
 ---------------------------------------------- */
#pagetop {
	position: fixed;
	z-index: 980;
	width: 70px;
	height: 60px;
	background-color: #000;
	bottom: 0;
	right: 0;
	pointer-events: none;
	cursor: pointer;
	/*border: 2px solid #000;*/
	opacity: 0;
	
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#pagetop:before {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	
	width: 12px;
	height: 12px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#pagetop.show {
	opacity: 1.0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	pointer-events: auto;
}
@media screen and (min-width: 768px) {
#pagetop:hover {
	background-color: #E60012;
}
/*#pagetop:before:hover {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}*/

}

/*----------------------------------------------
 event
 ---------------------------------------------- */
.topEvent {
  background: url("../images/evemt_bg2.jpg") no-repeat #0d80ba top right;
  background-size: contain;
  position: relative;
  margin-top: 190px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .topEvent {
    margin-top: 30%;
    padding: 40px 0;
  }
  .topEvent .wrap {
    width: 100%;
    margin: 0;
  }
}
.topEvent .topEvent__chara {
  position: absolute;
  top: -140px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .topEvent .topEvent__chara {
    width: 80%;
    top: -15%;
  }
  .topEvent .topEvent__chara img {
    width: 100%;
  }
}
.topEvent .topEvent__head {
  position: relative;
  z-index: 2;
}
.topEvent .topEvent__head h3 {
  text-align: center;
  font-style: italic;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .topEvent .topEvent__head h3 {
    font-size: 20px;
  }
}
.topEvent .topEvent__head p {
  font-size: 1.6rem;
  width: 790px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topEvent .topEvent__head p {
    text-align: left;
    width: 80%;
    font-size: 1.2rem;
  }
}
.topEvent .topEvent__head p span {
  background: linear-gradient(transparent 10%, #eaff03 0%);
  line-height: 1.8;
}
.topEvent .topEvent__head .topEvent__sudent {
  position: absolute;
  right: -50px;
  top: 80px;
}
@media screen and (max-width: 767px) {
  .topEvent .topEvent__head .topEvent__sudent {
    width: 20%;
    right: -20px;
    top: 26%;
  }
}

.eventSlide {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.eventSlide .tabMenu2 {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .eventSlide .tabMenu2 {
    margin-bottom: 15px;
  }
}
.eventSlide .tabMenu2 li {
  min-width: inherit;
}
.eventSlide .tabMenu2 li a {
  min-width: inherit;
}
.eventSlide .eventSlide__slide li {
  margin: 0 10px;
}
.eventSlide .eventSlide__slide li img {
  width: 100% !important;
}
.eventSlide .eventSlide__slide  li a {
  border: 1px solid #000;
  background-color: #FFF;
  padding: 0;
  display: block;
}
.eventSlide .eventSlide__slide  li a p.min_tit {
	padding: 10px 10px 5px;
	font-size: 18px;
	font-weight: bold;
	color: #E60012;
}
@media screen and (max-width: 767px) {
.eventSlide .eventSlide__slide  li a p.min_tit {
	font-size: 16px;
}

}
.eventSlide .eventSlide__slide  li a p.day{
	padding: 0 10px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	
}
.eventSlide .eventSlide__slide  li a p.day .sun,
.eventSlide .eventSlide__slide  li a p.day .holiday
{
	font-size: 12px;
	color: #E60012;
}
.eventSlide .eventSlide__slide  li a p.day .mon,
.eventSlide .eventSlide__slide  li a p.day .tue,
.eventSlide .eventSlide__slide  li a p.day .wed,
.eventSlide .eventSlide__slide  li a p.day .thu,
.eventSlide .eventSlide__slide  li a p.day .fri
{
	font-size: 12px;
}
.eventSlide .eventSlide__slide  li a p.day .sat
{
	font-size: 12px;
	color: #169ADC;
}
.eventSlide .eventSlide__slide  li a p.day .day_tit{
	font-size: 12px;
    font-weight: bold;
    background-color: #333;
    color: #FFF;
    padding: 2px 5px;
    margin-right: 5px;
}
.eventSlide .eventSlide__slide  li a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
.eventSlide .eventSlide__slide  li a p.day{
	font-size: 16px;
}
}

.eventSlide .tabMenu__colum2  .btn__colum {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
.eventSlide .tabMenu__colum2 .slide-arrow {
	right: 0;
}
.eventSlide .tabMenu2 {
	justify-content: center;
}
.eventSlide .tabMenu2 li {
	margin: 0 5px;
}
.eventSlide .tabMenu2 li a {
  padding: 10px 20px;
}
}
/*----------------------------------------------
 tabMenu
 ---------------------------------------------- */

.tabMenu, .tabMenu2 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .tabMenu, .tabMenu2 {
    justify-content: flex-start;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.tabMenu li, .tabMenu2 li {
  margin: 0 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .tabMenu li, .tabMenu2 li {
    font-size: 1.2rem;
  }
}
.tabMenu li a, .tabMenu2 li a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  color: #000;
  border-bottom: 3px solid #000;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .tabMenu li a, .tabMenu2 li a {
    min-width: 15rem;
    text-align: center;
	font-size: 12px;
  }
.tabMenu li {
  margin: 0 5px;
  line-height: 1.2;
}
.tabMenu li a {
   min-width: initial;
}

}
.tabMenu li.active a, .tabMenu2 li.active a {
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  position: relative;
}
.tabMenu li.active a:after, .tabMenu2 li.active a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}
/*----------------------------------------------
 other
 ---------------------------------------------- */
.animation {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
.txtLine {
  background: linear-gradient(transparent 10%, #eaff03 0%);
  line-height: 1.8;
}