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

.nav-strength a {
	color: #ffc600!important;
}

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

.lead .wrapper {
  position: relative;
  padding-top: 60px;
}
.lead .wrapper .tit-cmn03 {
  position: relative;
  z-index: 100;
}
.lead .deco {
  position: absolute;
  top: 0;
  left: 10%;
}

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

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

}

/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.lead .wrapper {
  padding-top: 50px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.lead .wrapper {
  padding-top: 40px;
}

}

