@charset "UTF-8";
/*----- accordion -----*/
.acd-check {
  display: none;
}

.acd-label {
  display: block;
}
.acd-label img {
  border-bottom: 5px solid #ffaa00;
}

.detailArea {
  padding: 15px 10px;
}
.detailArea .box {
  margin-bottom: 20px;
}
.detailArea .img, .detailArea .textBox {
  width: 100%;
}
.detailArea .text {
  margin-bottom: 1em;
}

.subText {
  margin-bottom: 20px;
}

.center {
  text-align: center;
  margin: 20px 0;
}

.centerTitle {
  text-align: center;
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.halfBox .subtitle {
  color: #5c5c5c;
  text-align: center;
  border: solid #18b26b;
  border-width: 1px 0;
  padding: 5px 0;
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.listBox ul {
  position: relative;
}
.listBox ul:after {
  content: '';
  display: block;
  position: absolute;
  width: 30%;
  height: 100%;
  background: url(../img/service/contents2_3.png) right bottom no-repeat;
  background-size: contain;
}
.listBox li {
  position: relative;
  padding-left: 23px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #5c5c5c;
  line-height: 2em;
}
.listBox li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url(../img/ico_check.png) left center no-repeat;
  background-size: contain;
}

.tableBox dl {
  border: 1px solid #ffaa00;
}
.tableBox dl:not(:last-child) {
  border-bottom: 0;
}
.tableBox dt {
  color: #18b26b;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.detailBox dl {
  border-bottom: 1px solid #ffaa00;
}
.detailBox dl:nth-child(odd) {
  background-color: #f4f2ed;
}
.detailBox dl:first-child {
  border-top: 1px solid #ffaa00;
}
.detailBox dt {
  font-size: 1.8rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.detail2Box dl {
  border-bottom: 1px solid #ffaa00;
}
.detail2Box dl:first-of-type {
  border-top: 1px solid #ffaa00;
}

/*---------- sp ----------*/
@media screen and (max-width: 812px) {
  .acd-content {
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
  }

  .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .detailArea .img {
    margin-bottom: 10px;
  }
  .detailArea .img img {
    margin: 0 auto;
  }

  .listBox ul:after {
    right: 0;
    bottom: 0;
  }

  .tableBox dl {
    padding: 10px;
  }

  .detailBox dl, .detail2Box dl {
    padding: 15px 10px;
  }
  .detailBox dt, .detail2Box dt {
    margin-bottom: 5px;
  }
}
/*---------- モバイル縦長 ----------*/
/*---------- モバイル横長 ----------*/
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  section {
    padding: 40px 0;
  }

  .acd-label img {
    margin: 0 auto;
  }

  .subText {
    padding: 0 30px;
  }

  .detailArea {
    padding: 0 115px;
  }
  .detailArea .box {
    margin-bottom: 50px;
  }
  .detailArea .img {
    width: 30%;
  }
  .detailArea .textBox {
    width: 65%;
  }

  .halfBox .img {
    width: 45%;
  }
  .halfBox .textBox {
    width: 50%;
  }
  .halfBox .subtitle {
    padding: 15px 0;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .halfBox.mb20 {
    margin-bottom: 20px;
  }

  .listBox {
    padding: 0 110px;
  }
  .listBox ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-left: 30%;
  }
  .listBox ul:after {
    left: 0;
    top: 0;
    width: 203px;
    height: 165px;
  }
  .listBox ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .tableBox {
    padding: 0 130px;
  }
  .tableBox dl {
    display: flex;
    justify-content: space-between;
  }
  .tableBox dt, .tableBox dd {
    padding: 10px;
  }
  .tableBox dt {
    width: 20%;
    text-align: center;
    border-right: 1px solid #ffaa00;
  }
  .tableBox dd {
    width: 80%;
  }

  .detailBox dl, .detail2Box dl {
    display: flex;
    align-items: center;
  }
  .detailBox dt, .detail2Box dt {
    width: 30%;
    padding: 0 65px;
  }
  .detailBox dd, .detail2Box dd {
    width: 70%;
    padding: 20px 60px 20px 0;
  }
}
/*---------- タブレット ----------*/
@media screen and (min-width: 812px) and (max-width: 1540px) {
  .acd-label {
    width: 90%;
    max-width: 1255px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=service.css.map */
