@charset "UTF-8";
span.pink {
  color: #db4f4f;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

section .box {
  margin-top: 20px;
}

.aboutWrap h2 span {
  background-image: url(../img/service_tuka/title_contents1.png);
}
.aboutWrap .img {
  text-align: center;
  width: 100%;
}
.aboutWrap .text {
  width: 100%;
}
.aboutWrap .text p {
  margin-top: 15px;
}
.aboutWrap .objectiveBox {
  background-color: #fff3e1;
  padding: 10px;
  margin-top: 20px;
}
.aboutWrap .objectiveBox p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.howtoWrap {
  background-color: #fff3e1;
}
.howtoWrap h2 span {
  background-image: url(../img/service_tuka/title_contents2.png);
}
.howtoWrap .title img {
  margin: 0 auto;
}
.howtoWrap .text, .howtoWrap .center {
  margin-top: 20px;
}
.howtoWrap .charaBox {
  margin-top: 20px;
}
.howtoWrap .charaBox .balloon {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #f16e7d;
  padding: 20px;
  position: relative;
}
.howtoWrap .charaBox .balloon:after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  border-top: 1px solid #f16e7d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.howtoWrap .charaBox .img img {
  margin: 0 auto;
}
.howtoWrap .sliderBox {
  margin-top: 20px;
}
.howtoWrap .sliderBox .itemBox {
  text-align: center;
}

.listWrap h2 span {
  background-image: url(../img/service_tuka/title_contents3.png);
}
.listWrap .tableBox {
  margin-top: 20px;
}
.listWrap .tableBox dl {
  display: flex;
  border: 1px solid #f16e7d;
}
.listWrap .tableBox dl:first-child {
  background-color: #fce2e5;
}
.listWrap .tableBox dl:not(:first-child) {
  border-top: none;
}
.listWrap .tableBox dt, .listWrap .tableBox dd {
  padding: 5px;
}
.listWrap .tableBox dt {
  width: 45%;
}
.listWrap .tableBox dd {
  width: 55%;
  border-left: 1px solid #f16e7d;
}

/*---------- sp ----------*/
@media screen and (max-width: 812px) {
  .aboutWrap .img {
    margin-top: 20px;
  }

  .howtoWrap .charaBox .balloon:after {
    left: 35%;
    bottom: -5px;
  }
  .howtoWrap .charaBox .img {
    margin-top: 10px;
  }
  .howtoWrap .sliderBox {
    width: 80%;
    margin: 20px auto 0;
  }
  .howtoWrap .sliderBox .itemBox img {
    margin: 0 auto;
  }

  .slick-arrow:before {
    content: '';
    width: 20px;
    height: 20px;
    border: solid #f16e7d;
    border-width: 0 0 2px 2px;
    display: block;
    transform: rotate(45deg);
  }

  .slick-next:before {
    border-width: 2px 2px 0 0;
  }

  .listWrap .table2 dl:first-child {
    display: none;
  }
  .listWrap .caution {
    margin-top: 5px;
  }
}
/*---------- モバイル縦長 ----------*/
/*---------- モバイル横長 ----------*/
@media screen and (max-width: 812px) and (orientation: landscape) {
  .aboutWrap .img {
    width: 30%;
  }
  .aboutWrap .text {
    width: 68%;
  }
}
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  section .box {
    margin-top: 40px;
  }

  h2.icon {
    position: relative;
    margin-top: 50px;
  }
  h2.icon:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/service_tuka/character01.png) left center no-repeat;
    background-size: contain;
    width: 110px;
    height: 110px;
    bottom: -10px;
    left: 0;
    z-index: 1;
  }

  .aboutWrap h2 {
    width: 430px;
  }
  .aboutWrap .title {
    width: 60%;
    margin-left: auto;
  }
  .aboutWrap .img {
    width: 36%;
    margin-top: -50px;
  }
  .aboutWrap .text {
    width: 60%;
  }
  .aboutWrap .objectiveBox {
    padding: 25px 150px;
    margin-top: 40px;
  }

  .howtoWrap h2 {
    width: 600px;
  }
  .howtoWrap h2:after {
    width: 600px;
  }
  .howtoWrap section {
    width: 700px;
  }
  .howtoWrap .charaBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .howtoWrap .charaBox .balloon {
    width: 75%;
  }
  .howtoWrap .charaBox .balloon:after {
    top: 45px;
    right: -15px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .howtoWrap .charaBox .img {
    width: 22%;
  }
  .howtoWrap .charaBox.leftChara .img {
    order: 1;
  }
  .howtoWrap .charaBox.leftChara .balloon {
    order: 2;
  }
  .howtoWrap .charaBox.leftChara .balloon:after {
    right: auto;
    left: -15px;
  }
  .howtoWrap .sliderBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .howtoWrap .sliderBox .itemBox {
    margin-bottom: 15px;
  }
  .howtoWrap .sliderBox .itemBox img {
    margin-bottom: 5px;
  }

  .listWrap .text {
    padding: 0 150px;
    text-align: center;
  }
  .listWrap .tableBox {
    display: flex;
    justify-content: space-between;
  }
  .listWrap .tableBox > div {
    width: 49%;
  }
}
/*---------- タブレット ----------*/

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