body {
  letter-spacing: 1px;
  background-color: #FFF;
}

.header_a {
  background-color: #91CAC9;
  border-top-right-radius: 30px;
  color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
  width: 375px;
  position: fixed;
}
.header_a ul {
  padding: 30px 30px 9px 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1440px) {
  .header_a {
    width: 100%;
    max-width: 1440px;
    border-top-right-radius: 70px;
    font-size: 1.6rem;
  }
  .header_a ul {
    padding: 47px 150px 30px 150px;
  }
}

.header_b {
  background-color: #91CAC9;
  border-top-right-radius: 30px;
  color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
  width: 375px;
  position: fixed;
  padding: 30px 30px 9px 30px;
}
@media screen and (min-width: 1440px) {
  .header_b {
    border-top-right-radius: 70px;
    font-size: 1.6rem;
    width: 100%;
    max-width: 1440px;
    padding: 47px 150px 30px 150px;
  }
}

.header_c {
  background-color: #91CAC9;
  border-top-right-radius: 30px;
  color: #FFF;
  font-weight: 600;
  font-size: 1.4rem;
  width: 375px;
  position: fixed;
  padding: 30px 30px 9px 30px;
  text-align: right;
}
@media screen and (min-width: 1440px) {
  .header_c {
    border-top-right-radius: 70px;
    font-size: 1.6rem;
    width: 1440px;
    padding: 47px 150px 30px 150px;
  }
}

.top {
  padding: 90px 0px 30px 30px;
}
.top p {
  margin: 10px 0px 0px 10px;
  font-size: 1.4rem;
}
.top ul {
  display: flex;
  margin: 0px 0px 8px 10px;
}
.top li {
  font-size: 1.2rem;
  background-color: #FFF;
  border-width: 1px;
  border-color: #000;
  border-radius: 5px;
  padding: 2px 5px;
  margin-right: 5px;
}
@media screen and (min-width: 1440px) {
  .top {
    padding: 140px 0px 40px 150px;
  }
  .top p {
    margin: 10px 0px 0px 20px;
  }
  .top ul {
    margin: 0px 0px 8px 20px;
  }
}

.top2 {
  padding: 90px 30px 30px 30px;
}
.top2 p {
  margin: 10px 0px 0px 10px;
  font-size: 1.4rem;
}
.top2 ul {
  display: flex;
  margin: 0px 0px 8px 10px;
}
.top2 li {
  font-size: 1.2rem;
  background-color: #FFF;
  border-width: 1px;
  border-color: #000;
  border-radius: 5px;
  padding: 2px 5px;
  margin-right: 5px;
}
@media screen and (min-width: 1440px) {
  .top2 {
    padding: 140px 0px 40px 150px;
  }
  .top2 p {
    margin: 10px 0px 0px 20px;
  }
  .top2 ul {
    margin: 0px 0px 8px 20px;
  }
}

.title h1 {
  display: inline-block;
  line-height: 110%;
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.title p {
  font-weight: 600;
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin: 0;
}
.title img {
  width: 15px;
  margin-bottom: 13px;
}
@media screen and (min-width: 1440px) {
  .title h1 {
    line-height: 110%;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .title p {
    font-size: 2rem;
  }
  .title img {
    width: 15px;
    margin-bottom: 23px;
  }
}

.title2 h1 {
  display: inline-block;
  line-height: 110%;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.title2 p {
  font-weight: 600;
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin: 0;
}
.title2 img {
  width: 15px;
  margin-bottom: 13px;
}
@media screen and (min-width: 1440px) {
  .title2 h1 {
    line-height: 110%;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .title2 p {
    font-size: 2rem;
  }
  .title2 img {
    width: 15px;
    margin-bottom: 23px;
  }
}

.content {
  padding: 0px 30px 40px 30px;
  display: block;
}
@media screen and (min-width: 1440px) {
  .content {
    padding: 0px 150px 50px 150px;
    display: flex;
  }
}

.content_thumb_pc {
  display: none;
}
@media screen and (min-width: 1440px) {
  .content_thumb_pc {
    display: block;
    margin: 0;
  }
  .content_thumb_pc img {
    width: 700px;
    border: solid 1px #000;
  }
}

.content_thumb_sp {
  display: block;
  background-color: #F8F8F8;
  border-top-right-radius: 50px;
  text-align: center;
  margin-bottom: 30px;
}
.content_thumb_sp img {
  width: 180px;
  margin: 16px 0px;
  margin-inline: auto;
}
@media screen and (min-width: 1440px) {
  .content_thumb_sp {
    background-color: #FFF;
    border-top-right-radius: 0px;
    display: none;
  }
}

.content_thumb_retouch_pc {
  display: none;
}
@media screen and (min-width: 1440px) {
  .content_thumb_retouch_pc {
    display: block;
    margin: 0;
  }
  .content_thumb_retouch_pc img {
    width: 640px;
    border: solid 1px #000;
    padding: 30px;
  }
}

.content_thumb_retouch_sp {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  border: solid 1px #000;
}
.content_thumb_retouch_sp img {
  width: 260px;
  margin-inline: auto;
  margin: 30px 27px;
}
@media screen and (min-width: 1440px) {
  .content_thumb_retouch_sp {
    background-color: #FFF;
    display: none;
  }
}

.content_thumb_b_pc {
  display: none;
}
@media screen and (min-width: 1440px) {
  .content_thumb_b_pc {
    display: block;
    margin: 0;
  }
  .content_thumb_b_pc img {
    width: 640px;
    border: solid 1px #000;
    padding: 30px;
  }
}

.content_thumb_b_sp {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  border: solid 1px #000;
}
.content_thumb_b_sp img {
  width: 260px;
  margin-inline: auto;
  margin: 30px 27px;
}
@media screen and (min-width: 1440px) {
  .content_thumb_b_sp {
    background-color: #FFF;
    display: none;
  }
}

.content_thumb_b2_sp {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  border: solid 1px #000;
}
.content_thumb_b2_sp img {
  width: 150px;
  margin-inline: auto;
  margin: 30px 82px;
}
@media screen and (min-width: 1440px) {
  .content_thumb_b2_sp {
    background-color: #FFF;
    display: none;
  }
}

.content_text li {
  margin-bottom: 20px;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 20px;
}
.content_text h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.content_text p {
  font-size: 1.4rem;
}
@media screen and (min-width: 1440px) {
  .content_text {
    padding-left: 50px;
  }
}

.footer {
  background-color: #91CAC9;
  color: #FFF;
  text-align: center;
  padding: 30px;
}
@media screen and (min-width: 1440px) {
  .footer {
    padding: 50px;
  }
}

.btn {
  margin-inline: auto;
  width: 138px;
  border: solid 2px #FFF;
  font-weight: 700;
  padding: 15px 40px;
}
@media screen and (min-width: 1440px) {
  .btn {
    width: 176px;
    padding: 20px 55px;
  }
}/*# sourceMappingURL=child.css.map */