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

.global-nav li.nav-vascular a:after {
  bottom: 0px!important;
  height: 4px!important;
  opacity: 1!important;
	background-color: #fff!important;
}

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

.capillary-img {
	width: 80%;
	margin: 0 auto;
}
.capillary-img ul {
	overflow: hidden;
	width: 106%;
}
.capillary-img ul li {
	float: left;
	width: 44%;
	margin-right: 6%;
}
.ope-img {
	display: block;
	width: 55%;
	margin: 0 auto;
}

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

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


}


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

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

.capillary-img {
	width: 100%;
}
.ope-img {
	width: 80%;
}
.img-txt01 .img img {
	display: block;
	margin: 0 auto;
}
}

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

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

.capillary-img ul {
	width: 100%;
}
.capillary-img ul li {
	float: none;
	width: 100%;
	margin-right: 0;
}
.capillary-img ul li:first-child {
	margin-bottom: 30px;
}

.ope-img {
	width: 100%;
}

}

