@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;}
.softG {font-family: "ソフトゴシック R",Soft Gothic Regular !important;}
.mgr0 {margin-right: 0 !important;}
.w208 {width: 20.8rem;}

/*----------------------------------
BREAD
#bread {
	border-top: 1px solid #F0EFE8;
	border-bottom: 1px solid #F0EFE8;
}
#bread nav {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
#bread nav ul li {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 32px;
	margin-left: 5px;
}
#bread nav ul li::after {
	content: ">";
	margin-left: 10px;
}
#bread nav ul li:last-child::after {
	content: "";
}
------------------------------------*/
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
	padding: 30px 0;
}
/*#mainArea h1 img {
	width: 100%;	
}*/
#mainArea h2 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: 16%;
	text-align: center;
}
#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;
	background: #a5a5a5;
	color: #FFF;
}
#mainArea #menu ul li:nth-child(2) a {
	background: #00b9ef;
}
#mainArea #menu ul li:nth-child(3) a {
	background: #ec7aa6;
}
#mainArea #menu ul li:nth-child(4) a {
	background: #856daf;
}
#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;
	background: #FFF;
	color: #333;
}
#mainArea #menu ul li a span.sp1 {
	position: relative;
}
#mainArea #menu ul li a span.sp2 {
	position: relative;
	padding-left: 0.5rem;
}
#mainArea #menu ul li a span.sp1::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -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: #00b9ef;
	color: #FFF;
	border: solid 1px #FFF;	
}
#nLink p.step2 a {
	background: #ec7aa6;
}
#nLink p.step3 a {
	background: #856daf;
}
#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){
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	padding: 30px 0 0;
}	
#mainArea #menu ul li {
	width: 25%;
	text-align: center;
}
}
@media screen and (max-width: 484px){
.pc {display: none !important;}
.sp {display: block !important;}
#mainArea #menu ul li a {
	font-size: 1.4rem;
	padding: 1rem 0.5rem;
	height: 100%;
}
#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.sp2 {
	padding-left: 0;
	display: block;
}
}
