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

.page-tit {
  background: url("../images/service-images/page-bg.jpg") 50% 0 no-repeat;
}

.nav-service a {
  color: #003670!important;
  background-color: rgba(255,255,255,0.8);
}

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

.img-box {
	overflow: hidden;
	margin-bottom: 40px;
}
.img-box .txt {
	float: left;
	width: 60%;
}
.img-box .img {
	float: right;
	width: 35%;
}
section p:last-child {
	margin-bottom: 0;
}

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

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


}


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

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


}

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

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

.img-box {
	margin-bottom: 30px;
}
.img-box .txt {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.img-box .img {
	float: none;
	width: 100%;
}

}

