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

.page::before {
  background-image: url("../images/company-images/page-bg.jpg");
}

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

.outline {
  display: flex;
  padding: 25px;
}
.outline:nth-child(odd) {
  background-color: #eee;
}
.outline__tit {
  width: 200px;
}
.outline__txt {
  flex: 1;
}
.company-list li {
  float: left;
}
.company-list li::after {
content: "/";
margin: 0 5px;
}
.company-list li:last-child::after {
content: "";
}
.history {
  display: flex;
  margin-bottom: 20px;
}
.history__tit {
  width: 100px;
}
.history__txt {
  flex: 1;
}


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

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


}
@media screen and (max-width: 1200px){/*1200以下*/

}


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

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

.outline {
  display: block;
  padding: 20px;
}
.outline__tit {
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
.outline__tit::before {
  content: "-";
  margin-right: 5px;
}

}

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

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

.history {
  display: flex;
  margin-bottom: 20px;
}
.history__tit {
  width: 60px;
  font-size: 1.3rem;
}
}

