.ttl04 {
  padding-bottom: 3px;
  color: #8ab32d;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #6f3507;
}
.link_btn {
  display: block;
  width: 243px;
  height: 52px;
}
.technician_links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}
.technician_links .link_btn {
  position: relative;
  float: none;
  bottom: 0;
  right: 0;
  left: 0;
  width: 293px;
}

/*================================

　ここからPC表示

================================*/
@media (min-width: 897px) {
  .pic_right {
    float: right;
    margin-left: 40px;
  }
  .pic_left {
    float: left;
    margin-right: 40px;
  }
  .ttl02 {
    font-size: 27px;
    height: 76px;
    background: url(./img/sec01_lead_txt_bg.png) no-repeat center bottom;
    line-height: 2.8em;
    text-align: center;
  }
  .ttl03 {
    text-align: center;
    margin: 35px 0;
  }
  .ttl03 span {
    font-size: 27px;
    font-weight: bold;
    color: #7fa22e;
    display: block;
    background: url(./img/ttl_bg.png) no-repeat center bottom;
    margin: 30px 0;
    padding-bottom: 8px;
  }
  .cont {
    margin: 80px 0 0;
  }
  .pic {
    margin: 0px 0 30px;
  }

  #section01 #sec01_cont01_pic01 {
    float: left;
  }
  #section01 #sec01_cont01_pic02 {
    float: right;
    margin-right: 80px;
  }
  #section02 #sec02_cont01_pic01 {
    /*float: left;*/
    display: block;
    margin: 0 auto;
  }
  #section02 #sec02_cont01_pic02 {
    /*float: right;*/
    /*margin-right: 5px;*/
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .link_position {
    position: relative;
  }
  .link_btn {
    position: absolute;
    bottom: 0;
    right: 488px;
    float: right;
  }
  #section06 .link_btn {
    right: 0;
  }
}

/*================================

　ここからTABLET・SP適用

================================*/
@media (max-width: 896px) {
  .ttl02 {
    font-size: 24px;
    padding: 8px 0;
    text-align: center;
    border: 2px solid #7fa22e;
    background: #fff;
  }
  .ttl03 {
    text-align: center;
    margin: 35px 0;
  }
  .ttl03 span {
    font-size: 22px;
    font-weight: bold;
    color: #7fa22e;
    display: block;
    background: url(./img/ttl_bg.png) no-repeat center bottom;
    margin: 30px 0;
    padding-bottom: 8px;
  }
  .ttl04 {
    font-size: 20px;
  }
  .cont {
    margin: 30px 0 0;
  }

  .pic img,
  .pic_right,
  .pic_left {
    width: 100%;
    display: block;
    margin: 0px auto 15px;
    max-width: 459px;
  }
  #section01 #sec01_cont01_pic02 {
    max-width: 282px;
  }
  .link_btn {
    margin: 15px auto;
  }
}

/*================================

　ここからSP適用

================================*/
@media (max-width: 480px) {
}

/*------------ add css -----------*/

span.udl {
    position: relative;
    display: inline; 
    background:linear-gradient(transparent 70%, #d8e654 0%);
    font-size: 112.5%;
    font-weight: bold;
}

