@charset "UTF-8";
/* CSS Document */
h2, h3 {
  color: #E286AB
}
p {
  font-family: "游ゴシック";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3.6rem;
}
h3 {
  font-size: 2.3rem;
  padding-left: 10px;
  margin-bottom: 20px;
}
.dkesu {
  display: none;
}
@media(max-width:450px) {
  .kesu {
    display: none;
  }
}
/*------------------*/
.service {
  margin-bottom: 120px;
}
@media(max-width:767px) {
  .service {
    margin-bottom: 60px;
  }
}
.service_index {}
.service_content {
  max-width: 900px;
  margin: 0 auto;
}
.service_content_hed {
  text-align: left;
}
.keitaide {
  display: none;
}
.service_content li {
  margin: 0 auto;
}
.service_content_in {
  display: flex;
  max-width: 900px;
  padding: 0 10px;
}
.service_content_in img {
  width: 40%;
  max-width: 340px;
  max-height: 260px;
  height: auto;
}
.service_text01, .service_text02 {
  background-color: #FBE9E9;
  display: block;
  text-align: left;
  margin-left: 20px;
  padding: 20px 10px 10px;
  width: 820px;
  font-size: 1.8rem;
}
.service_text02 {
  background-color: #EAEAEA;
}
@media(max-width:767px) {
  h3 {
    padding: 0;
  }
  .service_content_in {
    display: block;
  }
  .service_content_in img {
    width: 100%;
    max-width: 400px;
    max-height: 382px;
    margin-bottom: 8px;
  }
  .service_text01, .service_text02 {
    display: block;
    text-align: left;
    margin-left: 0px;
    margin: 0 auto;
    padding: 10px 10px 10px;
    width: 100%;
    max-width: 500px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .service_content_hed {
    text-align: center;
    font-size: 2.3rem;
  }
  .keitaide {
    display: block;
  }
  .service_index {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media(max-width:375px) {
  .service_content_hed {
    padding-left: 10px;
    text-align: left;
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .keitaide {
    display: block;
  }
  .service_index h2 {
    font-size: 2.7rem;
  }
  .dkesu {
    display: block;
  }
}