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

.gnav li.nav-technique a::after {
  -webkit-transform: scaleX(1)!important;
  -ms-transform: scaleX(1)!important;
  transform: scaleX(1)!important;
  background-color: #0a528f!important;
}
#topic-path {
	margin-bottom: 0;
}
.sub-nav .sub-others a {
	background-color: #cbe5fc;
}


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

/*LEAD*/

#lead h3 {
	color: #0a528f;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 30px;
}

/*LIST*/

.others-list img {
	display: block;
	margin-bottom: 10px;
}

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

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

/*LIST*/

.others-list {
	width: 90%!important;
	margin: 0 auto;
}

}


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

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

/*LEAD*/

#lead h3 {
	font-size: 1.6rem;
}

/*LIST*/

.others-list {
	width: 100%;
}
.others-list li {
	font-size: 80%;
}

}

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

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


/*LEAD*/

#lead h3 {
	font-size: 1.4rem;
	margin-bottom: 10px;
}


}

