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

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

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

.about .txt {
  width: 50%;
}
.about .txt h3 {
  font-size: 1.8rem;
}
.about .txt dl {
  overflow: hidden;
  margin-bottom: 30px;
}
.about .txt dl dt {
  float: left;
  width: 20%;
}
.about .txt dl dd {
  float: right;
  width: 75%;
}
.about .img {
  width: 45%;
}

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

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


}


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

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


}

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

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

.about .txt {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
.about .txt h3 {
  font-size: 1.6rem;
}
.about .txt dl {
  overflow: hidden;
  margin-bottom: 30px;
}
.about .txt dl dt {
  float: left;
  width: 20%;
}
.about .txt dl dd {
  float: right;
  width: 75%;
}
.about .img {
  float: none;
  width: 100%;
}

}

