/* font */
/*  coler  */
/*  other  */
#service .hd_01 {
  margin-bottom: 50px;
}

#service .hd_01 span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #6cc8d9;
}

#service .hd_01 h2 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

#service .about_btn {
  width: 360px;
  margin: 0 auto;
  border-top: none;
}

#service .about_btn a {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border: solid 1px #6cc8d9;
  border-radius: 35px;
  padding: 15px 0;
  position: relative;
}

#service .about_btn a::after {
  position: absolute;
  content: '';
  background: url(../img/top/arrow02.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#service .about_btn:hover a {
  background: #6cc8d9;
  color: #fff;
}

#service .about_btn:hover a::after {
  position: absolute;
  content: '';
  background: url(../img/top/arrow.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#service #sec01 .txtBox {
  margin-bottom: 50px;
}

#service #sec01 .txtBox p {
  font-size: 18px;
  text-align: center;
}

#service #sec01 .txtBox p + p {
  margin-top: 40px;
}

#service #sec01 .flex {
  margin-bottom: 80px;
}

#service #sec01 .flex figure {
  margin-right: 20px;
}

#service #sec01 .flex figure:nth-of-type(2) {
  margin-right: 0;
}

#service #sec02 .innerCnt {
  margin-bottom: 120px;
}

#service #sec02 .innerCnt .hd_01 h2 {
  letter-spacing: -1.9px;
}

#service #sec02 .innerCnt .txtCnt {
  width: 530px;
}

#service #sec02 .innerCnt .txtCnt ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#service #sec02 .innerCnt .txtCnt ul li {
  width: 250px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  margin-right: 15px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#service #sec02 .innerCnt .txtCnt ul li a {
  display: inline-block;
  width: 100%;
}

#service #sec02 .innerCnt .txtCnt ul li a p {
  font-size: 15px;
  letter-spacing: -0.1px;
}

#service #sec02 .innerCnt .txtCnt ul li:last-of-type {
  margin-right: 0;
}

#service #sec02 .innerCnt .txtCnt ul li:hover {
  background: #00b8d9;
}

#service #sec02 .innerCnt .txtCnt ul li:hover a {
  color: #fff;
}

#service #sec02 .innerCnt figure {
  width: 550px;
}

#service #sec02 .innerCnt:nth-of-type(even) .txtCnt {
  margin-left: 20px;
}

#service #sec02 .innerCnt:nth-of-type(odd) .txtCnt {
  margin-right: 20px;
}

#service #sec02 .innerCnt:nth-of-type(2) .txtCnt ul li:nth-of-type(n+2) {
  margin-right: 0;
}

#service #sec02 .innerCnt:nth-of-type(3) .hd_01 {
  margin-bottom: 24px;
}

#service #sec02 .innerCnt:nth-of-type(3) .info_txt {
  font-size: 15px;
  text-align: center;
}

#service #sec02 .innerCnt:nth-of-type(3) .txtCnt {
  margin-top: 50px;
}

#service #sec02 .innerCnt:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #service .about_btn {
    width: 300px !important;
  }
  #service .hd_01 {
    margin-bottom: 30px;
  }
  #service .hd_01 span {
    font-size: 14px;
  }
  #service .hd_01 h2 {
    font-size: 21px;
  }
  #service #sec01 .txtBox p {
    font-size: 15px;
    text-align: left;
  }
  #service #sec01 .txtBox p br {
    display: none;
  }
  #service #sec01 .txtBox p + p {
    margin-top: 30px;
  }
  #service #sec01 .flex {
    margin-bottom: 30px;
  }
  #service #sec02 {
    margin-top: 0;
  }
  #service #sec02 .innerCnt {
    display: block;
  }
  #service #sec02 .innerCnt .txtCnt {
    width: 100%;
    margin-right: 0;
  }
  #service #sec02 .innerCnt .txtCnt ul li {
    width: calc(calc(100% - 10px)/2);
    margin-right: 10px;
  }
  #service #sec02 .innerCnt .txtCnt ul li a p {
    font-size: 12px;
  }
  #service #sec02 .innerCnt .txtCnt ul li:last-of-type {
    margin-right: 0;
  }
  #service #sec02 .innerCnt figure {
    width: 100%;
    margin-top: 40px;
  }
  #service #sec02 .innerCnt:nth-of-type(odd) .txtCnt {
    margin-right: 0;
  }
  #service #sec02 .innerCnt:nth-of-type(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #service #sec02 .innerCnt:nth-of-type(even) .txtCnt {
    margin-left: 0;
  }
}
