@charset "utf-8";

/* ----------------------------------
経済性
---------------------------------- */
.logo_gus {
  width: 200px;
}

.eco-joze {
  justify-content: space-between;
  margin-top: 40px;
}

.eco-joze .left {
  width: 48%;
}

.eco-joze .right {
  width: 48%;
}

.eco-joze .eco02 {
  width: 50%;
  margin: 10px auto 0;
}

.otoku {
  justify-content: space-between;
  align-items: center;
  background: #f1eee5;
  padding: 20px 20px;
  margin-top: 20px;
  position: relative;
}

.otoku::before {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background-image: url(../img/05/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.otoku .left {
  width: 46%;
}

.otoku .right {
  width: 46%;
}

.floor_air {
  justify-content: space-between;
  margin-top: 40px;
}

.floor_air .left {
  width: 40%;
}

.floor_air .right {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 58%;
}

.floor_air .right .image {
  width: 36%;
}

.floor_air .right .text {
  width: 61%;
}

.kodawari {
  margin-top: 10px;
}

.kodawari li {
  display: flex;
  font-size: 14px;
border: 1px solid #3e3a39;
}

.kodawari li:nth-of-type(n+2) {
  margin-top: 5px;
}

.kodawari li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #f1eee5;
  padding: 6px 6px;
  white-space: nowrap;
}

.kodawari li span.kodawari_txt {
  font-size: 14px;
  white-space: wrap;
  background: #fff;
}

.logo_snps {
  width: 200px;
}

.snps {
  justify-content: space-between;
  margin-top: 40px;
}

.snps .left {
  width: 40%;
}

.snps .right {
  width: 56%;
}

/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1180px) {
  .kodawari li span {
    font-size: 14px;
  }
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {
 .logo_gus {
  width: 120px;
 }

 .eco-joze .left {
  width: 100%;
 }

 .eco-joze .right {
  width: 100%;
 }

 .eco-joze .eco02 {
  width: 80%;
  margin: 10px auto 20px;
 }

 .otoku .right {
  margin-top: 20px;
 }

 .otoku::before {
  content: none;
 }

 .floor_air .left {
  width: 100%;
 }

 .floor_air .right {
  width: 100%;
 }

 .floor_air .right .image {
  width: 100%;
  order: 2;
 }

 .floor_air .right .text {
  width: 100%;
  order: 1;
  margin: 10px auto 20px;
 }

  .kodawari li {
    text-align: center;
  }

 .kodawari li span {
  font-size: 16px;
  width: 20%;
 }

 .kodawari li span.kodawari_txt {
  font-size: 14px;
  width: 80%;
 }

 .logo_snps {
  width: 80px;
 }

 .snps {
  margin-top: 20px;
 }

 .snps .left {
  width: 100%;
 }

  .snps .right {
  width: 100%;
  margin-top: 10px;
 }
  }