@charset "utf-8";
/* CSS Document */

.nav_area {
	margin: 60px 0;
}
.nav_area ul {
	text-align: center;
	font-size: 0;
	border-left: 1px solid #000;
}
.nav_area ul li {
	display: inline-block;
	width: 20%;
	font-size: 15px;
	letter-spacing: 0.03em;
	border-right: 1px solid #000;
	padding: 20px 0;
	position: relative;
	font-family: "bebas-neue-pro", sans-serif;
	font-weight: 600;
	font-style: normal;
	
}

.nav_area ul li a {
	display: none;
}
.nav_area ul li:hover {
	opacity: 0.6;
}
.nav_area ul li > span {
	display: block;
	text-align: center;
}
.tab_area .tab {
	display: none;
}
.tab_area .tab.show {
	display: block;
}
.nav_area ul li > span.num {
	font-size: 1.2em;
}
.nav_area ul li > span.text {
	margin: 0.5em 0;
}
.nav_area ul li > span.bottomText {
}
.nav_area ul li .bottomTextIn {
	display: block;
	text-decoration: underline;
}
.nav_area ul li > span.desc {
	display: none;
}
.nav_area ul li > span.desc .descIn {
	display: block;
	text-decoration: underline;
}
h1 span {
	display: block;
}
h1 span {
	display: none;
}
h1 span.show {
	display: block;
}
.cmn-container .head h2 {
  font-size: 22px;
  line-height: 1.3;
  color: #333;
  text-align: center;
  font-family: 'Michroma', sans-serif;
  font-weight: bold;
  margin: 60px 0 30px;
}
.cmn-container .head p {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.contentbox ul li .img.only_sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.cmn-container .head h2 {
	  font-size: 5vw;
	  margin: 8vw 0 6vw;
	}	
	
	.text.only_pc {
		display: none;
	}
	.nav_area ul li > span.desc {
		display: block;
	}
	.nav_area ul li a {
		display: table-cell;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.nav_area ul {
		text-align: center;
		font-size: 0;
		border-left: none;
		width: 90%;
		margin: 0 auto;
	}
	.nav_area ul li {
		display: inline-block;
		width: 100%;
		font-size: 4vw;
		border-right: none;
		border-bottom: 1px solid #000;
		padding: 20px 0;
		font-weight: 500;
	}
	.nav_area ul li > span.only_pc {
		display: none;
	}
  .btn_area .btn a {
    font-size: 3.2vw;
    font-weight: 600;
  }	
	
}

