@charset "UTF-8";
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;
  width: grid;
  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;
}/*# sourceMappingURL=style.css.map */