@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.gnav li.nav-about a span.jp {
	border-bottom: solid 1px #fffabd;
}
#side li.nav-center a {
	color: #fff;
	background: url(../images/cmn-images/icon-side01.png) 20px 50% no-repeat;
	background-size: 4px;
	background-color: #db0225;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.center-tit {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  background-color: #db0225;
  padding: 30px;
}

/* ------------------------------------------------------------
	 PC   1025px -
   ------------------------------------------------------------ */

@media screen and (min-width: 1025px){

}


/* ------------------------------------------------------------
	 TABLET   for - 1024px
   ------------------------------------------------------------ */

@media screen and (max-width:1024px){

.center-tit {
  font-size: 3.5vw;
}

}

/* ------------------------------------------------------------
	 SP　640pxまで
   ------------------------------------------------------------ */

@media screen and (max-width: 640px) {
	
.center-tit {
  font-size: 4vw;
  padding: 20px;
}

}

