
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
body {
  padding-top: 30px;
  border-top: 5px solid #008000;
  font-family: 'Noto Sans JP', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  letter-spacing: .04em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
}

#container {
  margin-right: auto;
  margin-left: auto;
  /*padding-right: 20px;
  padding-left: 20px;*/
  /*max-width: 460px;*/
}

@media screen and (min-width: 768px) {
  #container {
    max-width: 1060px;
  }
}

@media screen and (min-width: 992px) {
  body {
    padding-top: 60px;
  }
  #container {
    padding-right: 30px;
    padding-left: 30px;
  }
  
}

/*------------------------------------------------------------
冒頭
------------------------------------------------------------*/
.form_intro {
  margin-bottom: 40px;
  padding: 0 20px;
}

.mfp_logo {
  margin: 0 auto 50px;
  text-align: center;
}

.mfp_logo__title {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #008000;;
  margin-bottom: 20px;
}

.mfp_logo__read {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 25px;
}

.form_intro__txt {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  line-height: 1.6;
  padding: 0 20px;
}

.mfp_logo__read span {
  color: #FF0000;
  font-weight: bold;
  display: block;
}

@media screen and (min-width: 768px) {
  .mfp_logo img {
    width: auto;
  }
  .form_intro__txt {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .form_intro {
    margin-bottom: 30px;
  }

  .mfp_logo img {
    width: 350px;
  }
}

/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#footer {
  margin: 0;
  padding: 10px 20px;
  background: #008000;
  color: #fff;
  text-align: center;
  font-size: .8em;
}

.form-contents {
  margin: 0 auto 60px;
}

/*------------------------------------------------------------
サンクス
------------------------------------------------------------*/
.mfp_thanks {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
}
.thanks_logo {
  margin-bottom: 25px;
  text-align: center;
}
.thanks_ttl {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.5em;
}
#ThanksComment {
  margin-bottom: 60px;
}
.thanks_com_tac {
  /*text-align: center;*/
}
.thanks_btn a,
.next_btn {
  display: block;
  margin: 0 60px 120px;
  border-radius: 10px;
  background: #008000;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.thanks_logo {
  margin: 0 auto 70px;
  max-width: 500px;
  padding: 0 40px;
}

.thanks_logo img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .thanks_logo {
    margin-bottom: 120px;
  }
  .thanks_ttl {
    margin-bottom: 60px;
  }
  #ThanksComment {
    margin-bottom: 60px;
  }
  .thanks_btn a,
  .next_btn {
    font-size: 1.3em;
  }
}

/*----------------------------*/

.a-button a {
  margin: 0 auto!important;
  display: block;
  padding: 20px 30px 20px 10px!important;
  color: #fff;
  background: url(https://www.teihoku.com/img/arrow-white.svg) #ee8032;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 95% 50%;
  border-radius: 10px;
  /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);*/
  text-align: center;
  font-size: 1.2em;
  line-height: 1.4em;
}

.parcel-txt {
  font-size: .9em;
  margin: 10px auto 0!important;
}

/*----------------------------*/

h2.lottery__title {
  font-size: clamp(26px, 2vw, 32px);
  line-height: 1em;
  text-align: center;
  color: #008000;
  margin-bottom: 20px;
}

.lottery__read {
  font-size: clamp(18px, 3vw, 20px);
  margin: 0 auto 80px;
  line-height: 1.8em;
}

.lottery__read span {
  color: #FF0000;
  display: block;
}

h3.lottery {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1em;
  margin-bottom: 30px;
  text-align: center;
}

.lottery--procedure {
  display: flex;
  justify-content: space-between;
}

.lottery--procedure li {
  width: 49%;
  border: 1px solid #000;
  padding: 1.8em 1.8em 1em;
}

.lottery--procedure__title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}

.lottery_logo {
  margin-bottom: 80px;
}

.lottery--procedure__contents {
  margin-bottom: 50px;
}

.lottery--procedure__text {
  font-size: clamp(16px, 3vw, 18px);
  line-height: 1.8em;
  margin-bottom: 20px;
}

.contact__container--inner {
  font-size: clamp(38px, 4vw, 46px);
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  color: #C60000;
  margin-bottom: 10px;
  text-align: center;
}

.contact__container--inner span {
  font-size: .5em;
  color: #000;
  margin-right: 5px;
}

.lottery--procedure__caution {
  font-size: 1em;
  text-align: center;
}

.button a {
  display: none;
}

@media screen and (max-width: 768px) {
  .lottery_logo {
    margin: 0 auto 40px;
  }

  h2.lottery__title {
    line-height: 1.3em;
  }

  .lottery--procedure {
    flex-direction: column;
  }

  .lottery--procedure li {
    width: 100%;
    padding: 1.5em 1.5em;
  }

  .lottery--procedure li {
    margin-bottom: 0;
  }

  .lottery--procedure li:first-child {
    margin-bottom: 20px;
  }

  .lottery--procedure__contents:last-child {
    padding: 1.5em 1.5em 0;
  }

  .lottery__read {
    margin: 0 auto 50px;
  }

  .contact__container--inner, .lottery--procedure__caution {
    display: none;
  }

  .button a {
    display: block;
    padding: 1.8em .5em;
    background-color: #008000;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    font-size: clamp(20px, 6vw, 28px);
    width: 100%;
    text-align: center;
  }

  .button a::before{
    content: '\f3cd';
  	font-family: "Font Awesome 5 Free";
    margin-right:.5em;
  }
}