@charset "UTF-8";
* {
  font-family: sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

a {
  border: 0;
  text-decoration: none;
}

h2 {
  font-size: 2em;
}

.sponly {
  display: none;
}

.header {
  padding: 0;
  margin: 0;
  background-color: #41bc96;
}
.header .inner-box-top {
  position: relative;
  width: 980px;
  height: 920px;
  margin: 0 auto;
  padding-top: 20px;
  background-image: url(../images/top_images_bkg.png);
  background-repeat: no-repeat;
  background-position: center top;
  display: grid;
}
.header::after {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  display: block;
  content: " ";
  height: 30px;
  width: 81px;
  background-image: url(../images/after_block_arrow_1.png);
  background-repeat: no-repeat;
  z-index: 10;
}

.top-title {
  font-size: 0;
  display: grid;
  width: 985px;
  height: 250px;
  text-align: center;
  background-image: url(../images/site_title.png);
  background-repeat: no-repeat;
}

.bag_1 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 238px;
  left: 0;
}

.bag_2 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 245px;
  right: 0;
}

.guide_btn_box {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 60px;
  left: 105px;
}
.guide_btn_box img {
  display: block;
  border-radius: 8px;
  box-shadow: 0 6px 3px hsla(0, 0%, 51%, 0.8);
}
.guide_btn_box img:hover {
  box-shadow: none;
  opacity: 0.9;
}
.guide_btn_box:hover {
  bottom: 55px;
}

.top-copy-text {
  position: absolute;
  left: 420px;
  bottom: 170px;
}
.top-copy-text p {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  font-style: oblique;
  text-shadow: 0 3px 10px #000;
}

.textCenter {
  text-align: center;
}

.head_line2 {
  color: #f3981c;
}

.head_line3 {
  color: #41bc96;
}

.second_copy_line {
  text-align: center;
  font-size: 1.2em;
}

.end_copy_line {
  font-size: 1em;
  color: #40535e;
}

.posRight {
  float: right;
}

/* block2
--------------------- */
.block2 {
  position: relative;
  width: 100%;
  background-color: #cdcccb;
  padding-top: 45px;
}
.block2 .inner-box {
  width: 850px;
  margin: auto;
  padding-top: 0;
  padding-bottom: 2em;
}
.block2::after {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  display: block;
  content: " ";
  height: 30px;
  width: 81px;
  background-image: url(../images/after_block_arrow_2.png);
  background-repeat: no-repeat;
  z-index: 10;
}

.detail_top {
  position: relative;
  padding-top: 0;
  padding-bottom: 1em;
  margin: 0 auto;
  width: 600px;
  height: 160px;
}
.detail_top p {
  font-size: 24px;
  line-height: 1.6;
}
.detail_top::before {
  position: absolute;
  bottom: 0;
  left: -150px;
  display: block;
  content: " ";
  height: 111px;
  width: 150px;
  background-image: url(../images/img_step2_before.png);
  background-repeat: no-repeat;
  z-index: 10;
}
.detail_top::after {
  position: absolute;
  bottom: 0;
  right: -151px;
  display: block;
  content: " ";
  height: 216px;
  width: 181px;
  background-image: url(../images/img_step2_after.png);
  background-repeat: no-repeat;
  z-index: 10;
}

.checkpoint-box {
  width: 833px;
  margin: 1em auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.check1 {
  background-color: #41bc96;
  width: 264px;
  box-sizing: border-box;
  padding: 16px;
  background-image: url(../images/img_check.png);
  background-repeat: no-repeat;
  background-position: center 24px;
}
.check1 h3 {
  margin-top: 76px;
  padding-bottom: 18px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.check1 ul {
  list-style-type: "●";
  color: #fff;
  margin-left: 1em;
  padding-left: 0;
}
.check1 li {
  line-height: 1.8;
  font-size: 1.2em;
}

/* block3
--------------------- */
.block3 {
  position: relative;
  width: 100%;
  background-color: #d9f2c8;
  padding-top: 45px;
}
.block3 .inner-box {
  width: 850px;
  margin: auto;
  padding-top: 4em;
  padding-bottom: 2em;
}
.block3::after {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  display: block;
  content: " ";
  height: 30px;
  width: 81px;
  background-image: url(../images/after_block_arrow_3.png);
  background-repeat: no-repeat;
  z-index: 10;
}

.guide_step {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 55px;
}
.guide_step ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 650px;
  gap: 26px;
}

/* block4
--------------------- */
.block4 {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 25px;
}
.block4 h3 {
  font-size: 1.6em;
}
.block4 .inner-box {
  width: 920px;
  margin: auto;
  padding-top: 1em;
  padding-bottom: 2em;
}
.block4::after {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  display: block;
  content: " ";
  height: 30px;
  width: 81px;
  background-image: url(../images/after_block_arrow_4.png);
  background-repeat: no-repeat;
  z-index: 10;
}

.step_use {
  width: 920px;
  margin: 0 auto 2em;
}
.step_use ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.how_article1 {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 2em;
}
.how_article1 h4 {
  font-size: 1.1em;
  position: relative;
}
.how_article1 h4::after {
  position: relative;
  margin-bottom: -10px;
  width: 15px;
  background-color: #ffe2b9;
}

.how_line {
  clear: both;
  border-top: 1px solid #41bccf;
}

.how_col2 {
  width: 100%;
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.spec_data {
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.spec_data .first_line {
  padding-top: 1em;
}
.spec_data .end_line {
  padding-bottom: 1em;
}
.spec_data p {
  margin: 0;
  padding: 0 1em;
}
.spec_data h5 {
  margin: 0;
  padding: 0 1em;
  font-size: 20px;
  background-image: url(../images/dashed_line.png);
  background-repeat: repeat-x;
  background-position: 0 bottom;
}
.spec_data .spec-line {
  font-size: 0.84em;
}

/* block5
--------------------- */
.block5 {
  position: relative;
  width: 100%;
  background-color: #e7e6e6;
  margin-top: 0;
}
.block5 .inner-box {
  width: 850px;
  margin: auto;
  padding-top: 4em;
  padding-bottom: 1em;
}
.block5::after {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  display: block;
  content: " ";
  height: 30px;
  width: 81px;
  background-image: url(../images/after_block_arrow_5.png);
  background-repeat: no-repeat;
  z-index: 10;
}

.column_howto {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.column_howto h3 {
  font-size: 1.25em;
  font-weight: 900;
}

.in_col_1, .in_col_2 {
  text-align: center;
}

/* block6
--------------------- */
.block6 {
  position: relative;
  width: 100%;
  background-color: #d9f2c8;
}
.block6 .inner-box {
  width: 840px;
  margin: auto;
  padding-top: 4em;
  padding-bottom: 2em;
}
.block6 h3 {
  font-weight: normal;
}
.block6::after {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  display: block;
  content: " ";
  height: 30px;
  width: 81px;
  background-image: url(../images/after_block_arrow_6.png);
  background-repeat: no-repeat;
  z-index: 10;
}

/* block7 */
.block7 {
  width: 100%;
  background-color: #fff;
  margin-top: 45px;
}

.contact_product {
  width: 980px;
  height: 380px;
  margin: 0 auto 2em;
  display: grid;
  position: relative;
  background-image: url(../images/contact_bkg.png);
  background-repeat: no-repeat;
}
.contact_product ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 68px;
  top: 44px;
}
.contact_product a:hover {
  opacity: 0.8;
}

/* footer
------------------------- */
.footer {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #41bc96;
}
.footer .inner-box {
  width: 960px;
  margin: 0 auto;
  padding: 26px 0 30px;
}
.footer strong {
  font-weight: bold;
}
.footer p {
  text-align: center;
  font-size: 0.96em;
  line-height: 23px;
  color: #fff;
  font-weight: 100;
}
.footer p.cp-text {
  margin-top: 26px;
  font-size: 12px;
  line-height: 23px;
}
.footer a {
  color: #fff;
}

/* ここからスマートフォン向けの設定
--------------------------------- */
@media screen and (max-width: 451px) {
  .sponly {
    display: block;
  }
  h2 {
    font-size: 1.5em;
  }
  /* ヘッダー部分 */
  .header {
    background-color: #41bc96;
  }
  .header .inner-box-top {
    width: 100%;
    height: initial;
    margin: 0 auto;
    padding-top: 20px;
    background-image: url(../images/top_images_bkg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 30%;
    display: grid;
  }
  .header::after {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    display: block;
    content: " ";
    height: 30px;
    width: 81px;
    background-image: url(../images/after_block_arrow_1.png);
    background-repeat: no-repeat;
    z-index: 10;
  }
  .top-title {
    width: 100%;
    height: 83vw;
    text-align: center;
    background-image: url(../images/sp_site_title.png);
    background-size: contain;
  }
  .bag_1 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 23%;
    left: 5%;
    width: 16%;
  }
  .bag_1 img {
    width: 100%;
  }
  .bag_2 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25%;
    right: 5%;
    width: 18%;
  }
  .bag_2 img {
    width: 100%;
  }
  .guide_btn_box {
    text-align: center;
    margin: 0 auto 2em;
    padding: 0;
    position: initial;
    bottom: initial;
    left: initial;
  }
  .guide_btn_box img {
    display: block;
    border-radius: 8px;
    box-shadow: 0 6px 3px hsla(0, 0%, 51%, 0.8);
  }
  .guide_btn_box img:hover {
    box-shadow: none;
    opacity: 0.9;
  }
  .guide_btn_box:hover {
    bottom: initial;
  }
  .top-copy-text {
    width: 90%;
    margin: 0 auto;
    position: initial;
    left: initial;
    bottom: initial;
  }
  .top-copy-text p {
    font-size: 1.1em;
    color: #fff;
    font-weight: 400;
    font-style: oblique;
    text-shadow: 0 3px 10px #000;
  }
  .second_copy_line {
    text-align: center;
    font-size: 1em;
  }
  .end_copy_line {
    font-size: 1em;
    color: #40535e;
  }
  .posRight {
    float: right;
  }
  /* block2
  --------------------- */
  .block2 {
    position: relative;
    width: 100%;
    background-color: #cdcccb;
    padding-top: 45px;
  }
  .block2 .inner-box {
    width: 90%;
    margin: auto;
    padding-top: 0;
    padding-bottom: 1em;
  }
  .block2::after {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    display: block;
    content: " ";
    height: 30px;
    width: 81px;
    background-image: url(../images/after_block_arrow_2.png);
    background-repeat: no-repeat;
    z-index: 10;
  }
  .detail_top {
    position: relative;
    padding-top: 0;
    padding-bottom: 1em;
    margin: 10% auto 0 0.8em;
    width: 80%;
    height: initial;
  }
  .detail_top p {
    font-size: 0.9em;
    line-height: 1.6;
  }
  .detail_top::before {
    position: absolute;
    top: -36%;
    left: 0;
    display: block;
    content: " ";
    height: 44%;
    width: 21%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
  }
  .detail_top::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20%;
    display: block;
    content: " ";
    height: 80%;
    width: 31%;
    background-size: contain;
    z-index: 10;
  }
  .checkpoint-box {
    width: 100%;
    margin: 0 auto 1em;
    padding: 0;
    flex-direction: column;
  }
  .check1 {
    width: 100%;
    padding: 10px 10px 0;
    margin-bottom: 1em;
    background-image: url(../images/img_check.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 16px 16px;
  }
  .check1 h3 {
    font-size: 1em;
    margin-top: 5px;
    margin-left: 0;
    padding-left: 36px;
    padding-bottom: 18px;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .check1 ul {
    list-style-type: "●";
    color: #fff;
    margin-left: 1.2em;
    padding-left: 0;
  }
  .check1 li {
    line-height: 1.6;
    font-size: 0.9em;
  }
  /* block3
  --------------------- */
  .block3 {
    position: relative;
    width: 100%;
    background-color: #d9f2c8;
    padding-top: 10px;
  }
  .block3 .inner-box {
    width: 90%;
    margin: auto;
    padding-top: 0;
    padding-bottom: 1em;
  }
  .block3::after {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    display: block;
    content: " ";
    height: 30px;
    width: 81px;
    background-image: url(../images/after_block_arrow_3.png);
    background-repeat: no-repeat;
    z-index: 10;
  }
  .guide_step {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 55px;
  }
  .guide_step ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
    grid-template-columns: initial;
    width: 100%;
    gap: initial;
  }
  .guide_step img {
    width: 100%;
  }
  /* block4
  --------------------- */
  .block4 {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding-top: 25px;
  }
  .block4 h3 {
    font-size: 1.6em;
  }
  .block4 .inner-box {
    width: 80%;
    margin: auto;
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .block4::after {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    display: block;
    content: " ";
    height: 30px;
    width: 81px;
    background-image: url(../images/after_block_arrow_4.png);
    background-repeat: no-repeat;
    z-index: 10;
  }
  .step_use {
    width: 100%;
    padding-bottom: 2em;
    margin: 0 auto;
    border-bottom: #41bccf 5px solid;
  }
  .step_use ul {
    margin: 0;
    padding: 0;
    display: block;
    justify-content: initial;
  }
  .step_use img {
    width: 100%;
  }
  .how_article1 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2em;
  }
  .how_article1 h4 {
    font-size: 1.1em;
    text-align: center;
    position: relative;
  }
  .how_article1 h4 span {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    background-color: #ffe2b9;
    background-image: linear-gradient(#fff 50%, #ffe2b9 50%);
    border-bottom: #ffe2b9 2px solid;
  }
  .how_line {
    clear: both;
    border-top: 1px solid #41bccf;
  }
  .how_col2 {
    width: 100%;
    display: block;
    align-items: initial;
    grid-template-columns: initial;
    gap: initial;
  }
  .spec_data {
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  .spec_data .first_line {
    padding-top: 1em;
  }
  .spec_data .end_line {
    padding-bottom: 1em;
  }
  .spec_data p {
    margin: 0;
    padding: 0 1em;
  }
  .spec_data h5 {
    margin: 0;
    padding: 0 1em;
    font-size: 1em;
    background-image: url(../images/dashed_line.png);
    background-repeat: repeat-x;
    background-position: 0 bottom;
  }
  .spec_data .spec-line {
    font-size: 0.84em;
  }
  /* block5
  --------------------- */
  .block5 {
    position: relative;
    width: 100%;
    background-color: #e7e6e6;
    margin-top: 0;
  }
  .block5 .inner-box {
    width: 90%;
    margin: auto;
    padding-top: 2em;
    padding-bottom: 1em;
  }
  .block5::after {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    display: block;
    content: " ";
    height: 30px;
    width: 81px;
    background-image: url(../images/after_block_arrow_5.png);
    background-repeat: no-repeat;
    z-index: 10;
  }
  .column_howto {
    margin: 0 auto;
    display: block;
    grid-template-columns: initial;
  }
  .column_howto h3 {
    font-size: 1.25em;
    font-weight: 900;
  }
  .in_col_1, .in_col_2 {
    text-align: center;
  }
  .youtubeBlock {
    width: 80vw;
    height: 50vw;
    margin: 0 auto 1em;
  }
  .youtubeBlock iframe {
    width: 100% !important;
    height: 100%;
  }
  /* block6
  --------------------- */
  .block6 {
    position: relative;
    width: 100%;
    background-color: #d9f2c8;
  }
  .block6 .inner-box {
    width: 90%;
    margin: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .block6 h3 {
    font-weight: normal;
  }
  .block6::after {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    display: block;
    content: " ";
    height: 30px;
    width: 81px;
    background-image: url(../images/after_block_arrow_6.png);
    background-repeat: no-repeat;
    z-index: 10;
  }
  /* block7 */
  .block7 {
    width: 100%;
    background-color: #fff;
    margin-top: 45px;
  }
  .contact_product {
    width: 90%;
    height: 138vw;
    margin: 0 auto 2em;
    display: grid;
    position: relative;
    background-image: url(../images/sp_contact_bkg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contact_product ul {
    list-style-type: none;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: initial;
    left: 5%;
    bottom: 18%;
    top: initial;
  }
  .contact_product ul img {
    width: 100%;
  }
  .contact_product a:hover {
    opacity: 0.8;
  }
  /* footer
  ------------------------- */
  .footer {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #41bc96;
  }
  .footer .inner-box {
    width: 100%;
    margin: 0 auto;
    padding: 26px 0 30px;
  }
  .footer strong {
    font-weight: bold;
  }
  .footer p {
    text-align: center;
    font-size: 0.96em;
    line-height: 23px;
    color: #fff;
    font-weight: 100;
  }
  .footer p.cp-text {
    margin-top: 26px;
    font-size: 12px;
    line-height: 23px;
  }
  .footer a {
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */