@charset "UTF-8";
/*--- import -------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style-type: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

picture {
  display: inline-block;
}

picture img {
  width: 100%;
}

html, body {
  overflow-x: hidden;
}

/*------------------------------------- import ---*/
body {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  font-weight: 500;
}

a {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

a:hover {
  opacity: 0.8;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

body {
  background: #003893;
}

#mv {
  padding-top: 20px;
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #mv {
    padding-top: 2.66667vw;
  }
}

#section1 {
  background: #009646;
  padding-top: 20px;
}

@media screen and (max-width: 750px) {
  #section1 {
    padding-top: 1.33333vw;
  }
  #section1 img {
    width: 97.6vw;
  }
}

#section2 {
  background: #fff;
  margin: 30px 0;
  padding: 20px 0 30px;
}

#section2 .inner {
  width: 694px;
  margin: 0 auto;
  padding: 80px 30px 36px;
  background: url("../images/section2_inner_back.png") no-repeat center/100% 100%;
}

#section2 .inner p:not(:last-of-type) {
  margin-bottom: 50px;
}

#section2 .inner .section2_howto_wrapper {
  position: relative;
}

#section2 .inner .section2_howto_wrapper .section2_howto_link {
  position: absolute;
  top: 76px;
  right: 120px;
}

#section2 .inner .section2_contact_wrapper {
  position: relative;
}

#section2 .inner .section2_contact_wrapper .section2_contact_link {
  position: absolute;
}

@media screen and (max-width: 750px) {
  #section2 {
    margin: 4vw 0;
    padding: 2.66667vw 0 4vw;
  }
  #section2 .inner {
    width: 92.53333vw;
    padding: 10.66667vw 4vw 4.8vw;
  }
  #section2 .inner p:not(:last-of-type) {
    margin-bottom: 6.66667vw;
  }
  #section2 .inner .section2_howto_wrapper .section2_howto_link {
    top: 10.13333vw;
    right: 16vw;
  }
  #section2 .inner .section2_howto_wrapper .section2_howto_link img {
    width: 16.93333vw;
  }
}
