@charset "utf-8";

.service.content {
  max-width: 960px;
}
.service .headLine01 {
  margin-bottom: 63px;
}
.service .borBox {
  margin-bottom: 57px;
  padding: 17px 30px 20px;
  font-size: 1.5rem;
  border: 1px solid #000;
  border-radius: 14px;
}
.service .imgBox {
  margin-bottom: 58px;
  display: flex;
  justify-content: space-between;
}
.service .imgBox .txtBox {
  width: 460px;
  font-size: 15px;
  line-height: 1.5;
}
.service .imgBox .txtBox h3 {
  margin-bottom: 23px;
  font-size: 4.1rem;
  font-weight: normal;
}
.service .imgBox .txtBox p {
  letter-spacing: -0.04em;
}
.service .imgBox .txtBox .el_btn2,
.service .imgBox .txtBox .el_btn2:link,
.service .imgBox .txtBox .el_btn2:visited {
  color: #000;
  border: solid 1px #000;
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  padding: 13px 10px 16px 10px;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}
.service .imgBox .txtBox .el_btn2:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.service .imgBox .photoBox {
  margin: -19px 48px 0 0;
  width: 373px;
}
.service .imgBox .photoBox img {
  width: 100%;
}
.service .imgBox .photoBox01 {
  margin: 20px 0 0;
  width: 446px;
}
.service .imgBoxR {
  margin-bottom: 32px;
  flex-direction: row-reverse;
}
.service .imgBoxR .photoBox {
  margin: -20px 0 0 22px;
}
.service .imgBox04 .photoBox {
  width: 402px;
  margin: 20px 0 0 10px;
}
.service .relateBox {
  margin: 90px 0 80px;
  padding: 0 30px 28px;
  text-align: center;
  border: 1px solid #000;
}
.service .relateBox h3 {
  padding: 0 15px;
  font-size: 2.8rem;
  font-weight: normal;
  display: inline-block;
  background-color: #fff;
  transform: translateY(-24px);
}
.service .relateBox .photo {
  margin-top: -5px;
}
.service .comBtn a {
  width: 380px;
}