@charset "utf-8";

/*----------------------------------------------------------------------------------------------------

maintenance

------------------------------------------------------------------------
----------------------------*/

/*--------------------------
----------------------------*/

.flow {
  margin-bottom: 90px;
}

.flow-list {
  list-style: none;
  counter-reset: number 0;
}

.flow-list li {
  position: relative;
  background: #c9f5ff;
  border-radius: 20px;
}

.flow h2 {
  margin-bottom: 60px;
}

.flow-list li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number, decimal-leading-zero) "";
  border-radius: 100%;
  width: 2em;
  height: 2em;
  color: #fff;
  text-align: center;
  line-height: 2.0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #003459;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "FOT-Humming";
}

.flow-list li .img-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
}

.flow-list li .img-box {
  background-image: url("../../image/sample.jpg");
}


/*.flow-list li:nth-child(1) .img-box{

}

.flow-list li:nth-child(2) .img-box{

}

.flow-list li:nth-child(3) .img-box{

}

.flow-list li:nth-child(4) .img-box{

}

.flow-list li:nth-child(5) .img-box{

}*/


/*@media screen and (max-width:801px) {*/

.flow-list {
  grid-column-gap: 60px;
  grid-row-gap: 80px;
}

.flow-list li {
  padding: 64px 30px 30px;
}

.flow-list li:before {
  top: -24px;
}

.flow-list li h3 {
  margin-bottom: 30px;
}

.flow-list li .img-box {
  padding-top: 50%;
  margin-bottom: 30px;
}

/*}*/

@media screen and (max-width:800px) {
  .flow-list {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
  }
}

@media screen and (max-width:640px) {
  .flow {
    margin-bottom: 60px;
  }
}


/*--------------------------
----------------------------*/

.current {
  margin-bottom: 90px;
}

.current h2 {
  margin-bottom: 40px;
}

.current-img-list {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  grid-column-gap: 60px;
  margin-bottom: 40px;
  /*grid-row-gap: 60px;*/
}

.current>p {
  margin-bottom: 20px;
}

.current>p:last-of-type {
  margin-bottom: 60px;
}

.current .whole_body h3 {
  margin-bottom: 40px;
}

@media print, screen and (max-width:800px) {
  .current-img-list {
    max-width: 460px;
    margin-bottom: 40px;
    grid-row-gap: 40px;
  }

  .current .whole_body {
    grid-row-gap: 40px;
  }
}


/*.current .img-box{
	background-image: url("../../image/contents/maintenance/whole_body.jpg");
	padding-top: 100%;
}*/

@media screen and (max-width:640px) {
  .current {
    margin-bottom: 60px;
  }
}


/*--------------------------
----------------------------*/

.importances {
  /*margin-bottom: 90px;*/
  margin-bottom: 60px;
}

.importances h2 {
  margin-bottom: 40px;
}

.importances .img-box {
  background-image: url("../../image/contents/maintenance/importances01.jpg");
}

@media print, screen and (max-width:800px) {
  .current-img-list {
    margin-bottom: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width:640px) {
  .importances {
    margin-bottom: 60px;
  }
}