@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-line a {
	background-color: #cbe5fc;
}


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

/*LEAD*/

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

/*ABOUT*/

#about ul {
	width: 75%;
}
#about ul.float-l {
	margin-left: 5%;
}
#about ul.float-r {
	margin-right: 5%;
}
#about ul:first-child {
	margin-top: 0;
}
#about .img {
	width: 50%;
}
#about .inner {
	width: 60%;
	background-color: #fff;
	padding: 20px;
}
#about .inner dl {
	width: 100%;
	display: table;
	table-layout: fixed;
	overflow: hidden;
	color: #0a528f;
	margin-bottom: 10px;
}
#about .inner dt {
	width: 15%;
	display: table-cell;
	vertical-align: top;
	font-family: 'Crimson Text', serif;
	font-size: 3rem;
	line-height: 2rem;
	font-style: italic;
	text-align: center;
}
#about .inner dd {
	display: table-cell;
	vertical-align: bottom;
	width: 85%;
	font-size: 1.7rem;
	font-weight: bold;
}
#about .inner dd:before {
	content: "/ ";
}
#about .inner p {
	margin-bottom: 0;
}
#about li.txt01 {
	margin: 60px 0 0 -10%;
}
#about li.txt02 {
	margin: 100px -10% 0 0;
}

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

/*ABOUT*/

#about ul {
	width: 90%;
	margin: 0 auto 20px auto;
}
#about ul.float-l {
	margin-left: 0;
}
#about ul.float-r {
	margin-right: 0;
}
#about .img {
	width: 50%;
}
#about .inner {
	width: 60%;
	background-color: #fff;
	padding: 20px;
}
#about .inner dt {
	font-size: 2rem;
}
#about .inner dd {
	font-size: 1.5rem;
}
#about li.txt01 {
	margin: 30px 0 0 -10%;
}
#about li.txt02 {
	margin: 30px -10% 0 0;
}


}

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

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


/*LEAD*/

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

/*ABOUT*/

#about ul.float-l,#about ul.float-r {
	float: none;
	margin: 0 auto 20px auto!important;
}
#about .img {
	display: block;
	float: none;
	width: 70%;
	margin: 0 auto;
}
#about .inner {
	width: 100%;
	position: relative;
	z-index: 1000;
}
#about li.txt01 {
	margin: -20px 0 0 0;
}
#about li.txt02 {
	margin: -20px 0 0 0;
}


}

