@charset "utf-8";
#content > section {
	width: 100%;
}
#content > section .inn {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1%;
}
.flex {display: flex;}
.bgPink {background: #fbf1f1;}
.bgBlue {background: #d6ebf0;}
.pc {display: block !important;}
.sp {display: none !important;}
.mgr0 {margin-right: 0 !important;}
.w208 {width: 20.8rem;}


/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
	padding: 30px 0;
}
#mainArea h1 img {
	width: 100%;	
}
#mainArea #menu {
	border-bottom: solid 1px #c1bfbf;
	margin-top: 4rem;
}
#mainArea #menu ul {
	display: flex;
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1%;
	margin-bottom: -1px;
}
#mainArea #menu ul li {
	width: 18%;
	text-align: center;
}
#mainArea #menu ul li:nth-child(3) {
	width: 20%;
}
#mainArea #menu ul li a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 2rem 1rem;
	font-weight: bold;
	position: relative;
	border-radius: 5px 5px 0 0;
}
#mainArea #menu ul li a:hover,
#mainArea #menu ul li a.active {
	border-radius: 5px 5px 0 0;
	border-left: solid 1px #c1bfbf;
	border-top: solid 1px #c1bfbf;
	border-right: solid 1px #c1bfbf;
	border-bottom: solid 1px #FFF;
}
#mainArea #menu ul li a span {
	position: relative;
}
#mainArea #menu ul li a span::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #EF707D;
  border-right: solid 2px #EF707D;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -4px;
}

/*----------------------------------
NLINK
------------------------------------*/
#nLink {
	text-align: center;
	margin: 2rem 2rem 0;
}
#nLink p a {
	display: inline-block;
	font-size: 20px;
	font-size: 2.0rem;
	padding: 2rem 7rem 2rem 8rem;
	font-weight: bold;
	position: relative;
	background: #F4A4A6;
	color: #FFF;
	border: solid 1px #FFF;	
}
#nLink p a:hover {
	border: solid 1px #c1bfbf;
	background: #FFF;
	color: #333;
}
#nLink p a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

@media screen and (max-width: 989px){
#mainArea {
	padding-bottom: 0;
}
}

@media screen and (max-width: 767px){
.pc {display: none !important;}
.sp {display: block !important;}
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	padding: 30px 0 0;
}	
#mainArea #menu ul li {
	width: 26%;
	text-align: center;
}
#mainArea #menu ul li:first-child,
	#mainArea #menu ul li:nth-child(2){
	width: 22%;
}
#mainArea #menu ul li:nth-child(3) {
	width: 30%;
}
#mainArea #menu ul li a {
	font-size: 1.4rem;
	padding: 1rem 5px;
	height: 100%;	
}
#mainArea #menu ul li a span::before{
  display: none;
}
#mainArea #menu ul li a:hover,
#mainArea #menu ul li a.active {
	border-radius: 5px 5px 0 0;
	border-left: solid 1px #c1bfbf;
	border-top: solid 1px #c1bfbf;
	border-right: solid 1px #c1bfbf;
	border-bottom: solid 1px #FFF;
}
}
