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

.gnav li.nav-strength a::after {
  -webkit-transform: scaleX(1)!important;
  -ms-transform: scaleX(1)!important;
  transform: scaleX(1)!important;
  background-color: #0a528f!important;
}

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

.ul-2column li {
	xborder: solid 1px;
}
/*強み*/

.strength {
	overflow: hidden;
	margin: 0 auto 70px auto;
}
.strength .img {
	width: 55%;
}
.strength .img.float-l {
	margin-left: 40px;
}
.strength .img.float-r {
	margin-right: 40px;
}
.strength .txt {
	width: 55%;
	background-color: #fff;
	margin-top: -30%;
	padding: 50px 30px;
}
.strength .txt h3 {
	color: #0a528f;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.strength .txt .bt-cmn02 {
	width: 50%;
	margin: 0 auto;
}

/*チャレンジ*/

#charenge h2 {
	width: 30%;
	margin: 0 auto 30px auto;
}
#charenge li {
	display: table;
	table-layout: fixed;
	margin-bottom: 30px;
}
#charenge li .img {
	display: table-cell;
	width: 35%;
	vertical-align: middle;
}
#charenge li .img img {
	display: block;
	width: 70%;
	margin: 0 auto;
}
#charenge li .txt {
	display: table-cell;
	width: 65%;
	vertical-align: middle;
	border-bottom: solid 1px #0a528f;
}
#charenge li .txt h3 {
	color: #0a528f;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
#charenge li .txt h3:before {
	content: "/ ";
}
#charenge li .txt p {
	margin-bottom: 0;
}
#charenge .bg-white {
	background-color: #fff!important;
	background: url(../images/strength-images/fukidashi.gif) 50% 0 no-repeat;
	padding: 30px 0 10px 0;
}

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

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


}


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

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

/*強み*/

.strength .img {
	width: 50%;
}
.strength .img.float-l {
	margin-left: 20px;
}
.strength .img.float-r {
	margin-right: 20px;
}
.strength .txt {
	width: 65%;
	padding: 30px;
}
.strength .txt h3 {
	font-size: 1.6rem;
}
.strength .txt .bt-cmn02 {
	width: 60%;
	margin: 0 auto;
}

/*チャレンジ*/

#charenge h2 {
	width: 60%;
	margin: 0 auto 30px auto;
}
#charenge .ul-2column {
	width: 100%!important;
}
#charenge .ul-2column li {
	float: none;
	width: 100%;
	margin: 0 0 40px 0;
}
#charenge li .img {
	width: 23%;
	padding-right: 30px;
}
#charenge li .img img {
	width: 100%;
}
#charenge li .txt {
	width: 77%;
}
#charenge li .txt p {
	margin-bottom: 10px;
}
#charenge .bg-white {
	background-size: 20px;
	padding: 40px 0 10px 0;
}

}

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

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


/*強み*/

.strength {
	margin: 0 auto 50px auto;
}
.strength .img {
	float: none;
	display: block;
	width: 90%;
	margin: 0 auto!important;
}
.strength .img.float-l {
	margin-left: 0;
}
.strength .img.float-r {
	margin-right: 0;
}
.strength .txt {
	position: relative;
	z-index: 10000;
	float: none;
	width: 85%;
	margin: -5% auto 0 auto;
}
.strength .txt h3 {
	font-size: 1.5rem;
}
.strength .txt .bt-cmn02 {
	width: 90%;
	margin: 0 auto;
}

/*チャレンジ*/

#charenge h2 {
	width: 100%;
}
#charenge li {
	margin-bottom: 20px;
}
#charenge li .img {
	width: 45%;
	vertical-align: top;
}
#charenge li .txt {
	width: 65%;
}
#charenge li .txt h3 {
	font-size: 100%;
}

}

