@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-automatic 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;
}

/*SLIDE*/

.slide-wrapper {
	width: 55%;
	float: right;
}
#slide {
	width: 100%;
}
#slide img {
	width: 100%;
}
.custom-thumb {
	float: left;
	width: 35%;
}
.custom-thumb a {
	display: block;
	background: url(../images/cmn-images/icon14.png) 95% 50% no-repeat;
	background-size: 12px;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.custom-thumb a:hover {
	background-color: #e0f0fe;
}
.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
}
.custom-pager .bx-pager-item {
	display: inline-block;
	margin: 0 10px;
}

.custom-thumb .active {
	background-color: #e0f0fe;
}


/* ==========================================================================
	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;
}

/*SLIDE*/

.slide-wrapper {
	width: 100%;
	margin-bottom: 20px;
}
.custom-thumb {
	clear: both;
	width: 100%;
	float: none;
}
.custom-thumb a {
	display: inline-block;
	font-size: 90%;
	background: url(../images/cmn-images/icon14.png) 95% 50% no-repeat;
	background-size: 10px;
	background-color: #fff;
	padding: 10px 25px 10px 10px;
	margin-bottom: 10px;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}

}

