@charset "utf-8";
/*  style　[  top ]
=================================================================== */

ol.circle {
    counter-reset:number; /*数字をリセット*/
    list-style-type: none!important; /*数字を一旦消す*/
    padding: 0.3em 0.8em;
    /*border: solid 2px #ffb107;*/
  }
  ol.circle li {
    border-bottom: dashed 1px #ccc;
    position: relative;
    padding: 15px 0.5em 15px 30px;
    line-height: 1.5em;
  }
  ol.circle li:before{
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*数字のデザイン変える*/
    display:inline-block;
    background: #f75065;
    color: white;
    /*font-family: 'Avenir','Arial Black','Arial',sans-serif;*/
    font-weight:bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  


  .service-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
  }
  .service-item {
    width: 30%;
    margin: 0 auto;
  }
  .service-item h4 {
    font-size: 1.1em;
    margin: 10px 0;
    font-weight: 600;
    text-align: center;
  }
  .service-item img {
    width: 60%;
    border-radius: 50%;
  }
  
  @media screen and (max-width: 767px) {
    .service-item {
      width: 96%;
      margin: 0 auto 10px auto;
      padding: 5px;
    }
  }


  /*  アスベスト  */
  .survey-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  
  
  .img-item {
    width: 40%;
  }
  
  .images_item03 {
    position: relative;
    /*width: 40%;*/
    padding: 10px;
    border: 1px solid #aaa;
    background-color: #fff;
  }
  
  .images_item03::before,
  .images_item03::after {
    content: "";
    position: absolute;
    transform: rotate(-35deg);
    width: 70px;
    height: 25px;
    background-color: #fff;
    z-index: 1;
  }
  
  .images_item03::before {
    top: -10px;
    left: -25px;
    border-bottom: 1px solid #aaa;
  }
  
  .images_item03::after {
    bottom: -10px;
    right: -25px;
    border-top: 1px solid #aaa;
  }
  
  .text-box {
    width: 45%;
  }
  .text-box h4 {
    margin-bottom: 10px;
    font-size: 1.1em;
  }
  .catch01 {
    font-weight: 600;
    font-size: 1.3em;
    margin-bottom: 15px;
  }
  
  @media screen and (max-width: 767px) {
    .img-item {
      width: 90%;
      margin: 0 auto;
    }
    .text-box {
      width: 100%;
      margin: 25px auto 10px auto;
    }
  }
  .link-list {
    margin: 1.5em 1em 1em 1em;
    list-style: none;
  }
  .link-list li {
    margin-bottom: 0.5em;
    padding: 15px;
    border-bottom:#fa4141 1px dashed;
  }
  @media screen and (min-width: 768px) {
    .link-list li {
      padding: 15px 5px;
    }
  .link-list li .phone {
    border: none;
    font-size: 1.2em;
    text-align: left;
  }
  .link-list li .btn-mail a {
    width: 70%;
  }
}
  .link-list li .bi-telephone {
    font-size: 1em;
  }
  


  /*---------------------------------
    Aqua
  ----------------------------------*/
.flex-img {
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 50px auto;
}
.item-50 {
  width: 45%;
}
.catch-line {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1;
}
.catch-line span {
  border-bottom: #fa4141 5px solid;
  padding-bottom: 5px;
}

 @media screen and (max-width: 767px) {
  .item-50 {
  width: 98%;
  margin: 0 auto 10px auto;
}
 }

 .line-hr {
  display: block;
  position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,	#fff 0%,#fa4141 50%,#fff 100%);
	background-image:linear-gradient(90deg,	#fff 0%,#fa4141 50%,#fff 100%);
 }
 .center-h3 {
  margin: 40px auto 30px auto;
  font-weight: 600;
  text-align: center;
 }
 .catch-center {
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
 }

 .catch-line02 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1;
  border-bottom: #aaa 1px solid;
  padding-bottom: 5px;
}

.th-blue th {
  background-color: #d6eafc;
  border: #aaa 1px solid;
  text-align: center;
}
.th-blue th.green01 {
  background-color: #d9f5bf;
}
.th-blue th.yellow01 {
  background-color: #ffe;
}

.th-blue th.brown01 {
  background-color: #fcd6a5;
}
.th-blue td {
  border: #aaa 1px solid;
  text-align: center;
}
.th-blue td.yellow01 {
  background-color: #ffe;
}