* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ==========================================================================
    15. 塗り絵
========================================================================== */


@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: initial !important;
  }
}


body.cp1 {
  color: #000;
  text-align: center;
  background-color: #fff;
}
body.cp1 header {
  width: 100%;
  margin-bottom: 80px;
  background-color: #0082e7;
}
@media screen and (max-width: 767px) {
  body.cp1 header {
    margin-bottom: 20px;
  }
}

body.cp1 header h1,
body.p.subtxt {
  display: none;
}
body.cp1 header img {
  width: 100%;
  max-width: 1000px;
  vertical-align: bottom;
}
/* body.cp1 header h1 {
  width: 100%;
  height: 332px;
  text-align: center;
  background: #0082e7 url("../img/cp1/ttl.png") no-repeat center top;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  body.cp1 header h1 {
    height: auto;
    aspect-ratio: 1000 / 332;
    background-size: contain;
    background: none;
  }
} */
body.cp1 header h2 {
  width: 100%;
  height: 99px;
  text-align: center;
  background: #583e20 url("../img/cp1/subttl.png") no-repeat center top;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  body.cp1 header h2 {
    height: 9.78vw;
    background-size: contain;
  }
}
body.cp1 header p.subtxt {
  display: none;
}
body.cp1 main {
  background-color: #fff;
}
body.cp1 .method {
  width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  body.cp1 .method {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
  }
  body.cp1 .method img {
    width: 90%;
    height: auto;
  }
}
body.cp1 .method h3, body.cp1 .method p.subtxt {
  display: none;
}
body.cp1 .toformpage {
  width: 100%;
  text-align: center;
  background-color: #d2e7ff;
  padding: 60px 0;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  body.cp1 .toformpage {
    width: 100%;
    text-align: center;
    padding: 20px 0 15px;
    margin: 0 auto 30px;
  }
  body.cp1 .toformpage img {
    width: 70%;
    height: auto;
  }
}
body.cp1 .toformpage h3 {
  display: none;
}
body.cp1 .method_flow {
  width: 1000px;
  margin: 0 auto;
}
body.cp1 .method_flow img.img_methodflow1 {
  width: 454px;
}
body.cp1 .method_flow img.img_methodflow1 {
  width: 90%;
}
body.cp1 .method_flow img.img_methodflow2 {
  width: 546px;
}
body.cp1 .method_flow img.img_methodflow2 {
  width: 90%;
}
@media screen and (max-width: 767px) {
  body.cp1 .method_flow {
    width: 100%;
    text-align: center;
  }
  body.cp1 .method_flow img {
    width: 90%;
    height: auto;
  }
}
body.cp1 .method_flow h3 {
  display: none;
}
body.cp1 .method_flow_branch {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.cp1 .method_flow_branch {
    width: 100%;
    text-align: center;
  }
  body.cp1 .method_flow_branch img {
    width: 90%;
    height: auto;
  }
}
body.cp1 .method_flow_branch h3 {
  display: none;
}
body.cp1 .method_2way {
  width: 100%;
  background-color: #d2e7ff;
  margin: -155px 0 50px;
  padding: 185px 0 30px;
}
body.cp1 .method_2way .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.cp1 .method_2way .wrap {
    display: block;
    width: 100%;
    text-align: center;
  }
  body.cp1 .method_2way .wrap section {
    margin-bottom: 20px;
  }
  body.cp1 .method_2way .wrap section img.method_2way_img1,
  body.cp1 .method_2way .wrap section img.method_2way_img2,
  body.cp1 .method_2way .wrap section img.method_2way_btn1,
  body.cp1 .method_2way .wrap section img.method_2way_btn2 {
    width: 80%;
    height: auto;
  }
}
body.cp1 .method_2way .wrap h3, body.cp1 .method_2way .wrap p {
  display: none;
}
body.cp1 .privilege {
  position: relative;
  width: 1000px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  body.cp1 .privilege {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
  }
  body.cp1 .privilege img {
    width: 90%;
    height: auto;
  }
}
body.cp1 .privilege a.link-mailto {
  position: absolute;
  left: 220px;
  bottom: 30px;
  display: block;
  width: 320px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.cp1 .privilege a.link-mailto {
    left: 32vw;
    bottom: 7vw;
    width: 57vw;
  }
}
body.cp1 .privilege section {
  display: none;
}
body.cp1 .back {
  width: 1000px;
  text-align: left;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  body.cp1 .back {
    width: 90%;
    text-align: left;
    margin: 0 auto 20px;
  }
  body.cp1 .back img {
    width: 30%;
    height: auto;
  }
}
body.cp1 .notes {
  width: 100%;
  text-align: center;
  background-color: #032c63;
}
body.cp1 .notes .wrapper {
  max-width: 1000px;
  text-align: center;
  padding: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.cp1 .notes .wrapper {
    width: 90%;
    padding: 25px 0;
  }
}
body.cp1 .notes .wrapper h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

body.cp1 .notes .wrapper ul li {
  position: relative;
  display: block;
  color: #fff;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 3px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  body.cp1 .notes .wrapper ul li {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
body.cp1 .notes .wrapper ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
body.cp1 .notes .wrapper ul li a {
  color: #1cc2ff;
}

body.cp1 footer.site-footer {
  width: 100%;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  background-color: #1e1e1e;
  padding: 20px 0;
}


@media screen and (max-width: 767px) {
  body.cp1 footer.site-footer {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.cp1 footer.site-footer img {
    width: 60%;
  }
}


