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

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

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

.outline dl {
  display: flex;
  margin-bottom: 20px;
}
.outline dl dt {
  width: 100px;
  color: #20aa33;
  font-weight: bold;
}
.outline dl dd {
  flex: 1;
}

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

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

}


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

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

.outline dl dt {
  width: 80px;
}

.outline .img-txt01 .txt {
  float: none!important;
  width: 100%!important;
  margin-bottom: 30px;
}
.outline .img-txt01 .img {
  display: block;
  float: none!important;
  width: 600px!important;
  margin: 0 auto;
}

}

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

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

}

