@charset "utf-8";

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

maintenance

------------------------------------------------------------------------
----------------------------*/
.intro > p:nth-child(1){
	margin-bottom: 30px;
}

.intro ul{
list-style: none;
padding-left:1.5em;
}

.intro ul li{
	position: relative;
}

.intro ul li::before{
	position: absolute;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color:#ff686b;
	border-radius: 100%;
	top:50%;
	left: -0.75em;
	transform: translateX(-50%) translateY(-50%);
}

.intro ul{
margin-bottom: 30px;
}
/*--------------------------
----------------------------*/
.about-mtm h2{
	margin-bottom: 30px;
}
.about-mtm{
	margin-bottom: 30px;
}

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

.flow {
  margin-bottom: 90px;
}

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

.flow-list li {
  position: relative;
  background: #fff;
  border-bottom: 4px dotted #84dcc6;
}

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

.flow-list li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number, decimal-leading-zero) "";
  width: 3em;
  height: 2em;
  background-color:#fff;
  border-top: 4px dotted #84dcc6;
  text-align: center;
  line-height: 2.0;
  right: 0;
  /*left: 50%;
  transform: translateX(-50%);*/
  color: #36b37d;
  font-size: 3.6rem;
  font-weight: bold;
}

/*.flow-list li .img-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.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-template-columns: repeat(1,1fr);
  /*grid-column-gap: 60px;*/
  grid-row-gap: 80px;
}

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

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

.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: 70px;
  }
}

@media screen and (max-width:640px) {
  .flow {
    margin-bottom: 60px;
  }
	.flow-list li {
  padding: 40px 30px 30px;
}
	
	.flow-list li:before {top:-15px;}
}


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

.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;
  }
}