@charset "UTF-8";
body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
i {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
}

:focus {
  outline: 0;
}

body,
input,
button,
select,
option,
textarea {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

ol,
ul {
  list-style: none;
}

caption {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333333;
}

a.underline-link {
  text-decoration: underline;
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  display: block;
}

body {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "Meiryo", "メイリオ", "游ゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 999;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #222 !important;
  z-index: 998;
}
#loader img {
  margin: 0 auto;
}

#container_index {
  background: -webkit-gradient(linear, left top, left bottom, from(#2F138B), color-stop(36%, #2F3AC1), color-stop(80%, #000F90), to(#000F90));
  background: -webkit-linear-gradient(#2F138B 0%, #2F3AC1 36%, #000F90 80%, #000F90 100%);
  background: linear-gradient(#2F138B 0%, #2F3AC1 36%, #000F90 80%, #000F90 100%);
}
#container_index .top_img {
  width: 100%;
}

#application {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#000F90), to(#000538));
  background: -webkit-linear-gradient(#000F90, #000538);
  background: linear-gradient(#000F90, #000538);
  color: #333;
  font-size: 14px;
  max-width: 1000px;
  margin: auto;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#application h2 {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 25px;
  letter-spacing: 2px;
}
#application h2 img {
  margin: 0 auto;
  margin-top: -10px;
}
#application h3 {
  margin: 50px 0 16px;
  color: #FFF579;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#application h3 span {
  font-size: 25px;
}
#application .text_a {
  color: #1AB9FF;
}
#application .step_text {
  height: 36px;
}
#application .btn_follow {
  height: 90px;
  line-height: 90px;
  display: block;
  margin-top: 10px;
  border-radius: 10px;
  background: #1DA1F2;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
#application .btn_follow:hover {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#application .btn_follow img {
  display: inline;
  width: 20px;
  margin-right: 15px;
}
#application .arrow {
  max-width: 30px;
  margin: 100px auto 0;
}
#application .step1,
#application .step2,
#application .step3 {
  z-index: 5;
}
#application .step1 a:hover {
  border-bottom: 1px solid #EF070F;
}
#application .step1 .btn_follow:hover {
  border: none;
}
#application .step2 a {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
#application .step2 .campaign_post {
  height: 90px;
  margin: 10px auto 0;
  display: block;
  background: #FFFFFF;
  color: #231916;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
#application .step2 .campaign_post img {
  width: 22px;
  margin: auto;
  padding: 11px 0;
}
#application .app_steps p {
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
}
#application .btn_apply {
  height: 90px;
  line-height: 90px;
  display: block;
  margin: 10px auto 10px;
  background: #B10000;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
#application .btn_apply:hover {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#application .btn_apply_pc {
  display: block;
  margin: 47px 0 10px;
  padding: 14px 0;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
#application .tyusyaku {
  margin: auto;
}
#application .tyusyaku p {
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}
#application .btn_apply.end_cp {
  background: #999;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ccc;
}

.history {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.history_wrap {
  padding: 20px;
}
.history .btn_history {
  display: block;
  width: 80%;
  max-width: 700px;
  margin: 0px auto 10px;
  padding: 14px 0;
  border-radius: 6px;
  background: #001BFF;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.history .btn_history:hover {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.history p {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 12px;
}

#descriptions {
  background: #ffffff;
  font-size: 13px;
  padding: 26px 0 50px;
  border-bottom: 1px solid #E2E2E2;
  color: #2C2C2C;
}
#descriptions h2,
#descriptions h3,
#descriptions p,
#descriptions ul,
#descriptions ol {
  width: 90%;
  margin: 0 auto;
}
#descriptions h2 {
  padding-bottom: 10px;
  text-align: center;
  color: #000F90;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid #000F90;
}
#descriptions h3 {
  color: #000F90;
  margin: 30px auto 0;
  font-weight: bold;
}
#descriptions ul,
#descriptions ol {
  text-indent: 0em;
  padding-left: 1em;
}
#descriptions ul li,
#descriptions ol li {
  margin-bottom: 6px;
}
#descriptions ul.komelist li {
  list-style-type: none;
  text-indent: -1em;
}
#descriptions ul.komelist li:before {
  display: inline;
  content: "※";
}
#descriptions ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 10px 3px;
}
#descriptions ol li {
  font-size: 13px;
  line-height: 1.5;
  padding-left: 22px;
  position: relative;
}
#descriptions ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  border: 1px solid #444;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16px;
  width: 16px;
  color: #333;
  font-size: 85%;
  line-height: 1.3;
  position: absolute;
  top: 0;
  left: 0;
}
#descriptions a {
  color: #020E38;
  text-decoration: underline;
}
#descriptions p {
  margin-top: 3px;
}

.footer {
  padding: 15px 0 0;
  text-align: center;
  background: #ffffff;
  line-height: 1.5;
}
.footer .petit-mail a {
  display: block;
  width: 30%;
  min-width: 275px;
  max-width: 350px;
  padding: 12px 24px;
  margin: 10px auto;
  background: #333;
  border: 1px solid #333;
  color: #ffffff;
  font-size: 15px;
}
.footer .petit-mail a:hover {
  -webkit-box-shadow: 0px 4px 9px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 9px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .petit-mail .icon_mail {
  display: inline-block;
  content: "";
  width: 16px;
  height: 13px;
  margin-right: 5px;
  background: url(../img/mail.svg) no-repeat;
}
.footer .footer-datetime {
  font-size: 13px;
  margin-bottom: 10px;
}
.footer .ftr_pcbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.footer .ftr_pcbg a.ftr_box {
  display: block;
  background: none;
  margin: 0 0 8px;
  padding: 2px 10px;
  color: #666666;
  font-size: 90%;
}
.footer .ftr_pcbg a.ftr_box:first-child {
  padding: 2px 20px;
  border-right: 1px solid #ccc;
}
.footer .ftr_pcbg a.ftr_box:hover {
  text-decoration: underline;
}
.footer .footer-copyright {
  color: #777777;
  line-height: 2.5;
  font-size: 10px;
}

.show_sp {
  display: block;
}

.show_pc {
  display: none;
}

@media screen and (min-width: 750px) {
  .history {
    padding: 35px 0px;
  }
  .history .btn_history {
    display: block;
    width: 80%;
    max-width: 700px;
    margin: 0px auto 10px;
    padding: 14px 0;
    border-radius: 6px;
    background: #001BFF;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }

  .show_pc {
    display: block;
  }

  .top_img {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }

  #application {
    background: none;
    padding-top: 45px;
  }
  #application .app_steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1000px;
    margin: auto;
  }
  #application .step1,
#application .step2,
#application .step3 {
    width: 30%;
    min-width: 200px;
  }
  #application h2 img {
    width: 100%;
    max-width: 500px;
    margin-top: -30px;
  }

  #main {
    background: -webkit-gradient(linear, left top, left bottom, from(#000F90), to(#000538));
    background: -webkit-linear-gradient(#000F90, #000538);
    background: linear-gradient(#000F90, #000538);
    padding: 0 0 80px;
  }

  .arrow {
    max-width: 30px;
    margin: 150px 0px 0px 0px;
  }

  #descriptions {
    max-width: 1000px;
    margin: 0 auto;
    border-bottom: none;
  }

  footer .contact {
    padding: 30px 0;
  }

  .show_sp {
    display: none;
  }

  .show_pc {
    display: block;
  }
}
@media screen and (min-width: 750px) and (max-width: 1010px) {
  .arrow {
    max-width: 70px;
  }

  #application {
    padding: 30px;
  }
  #application .step1 .btn_follow,
#application .btn_apply {
    font-size: 16px;
  }
  #application .step2 .campaign_post {
    margin: 10px auto 0;
  }
  #application .btn_follow {
    line-height: 50px;
  }
  #application .btn_follow img {
    display: block;
    margin: auto;
    padding-top: 20px;
  }
  #application .arrow {
    margin: 100px auto 0;
  }
  #application .step_text {
    height: 54px;
  }
  #application .app_steps p {
    text-align: left;
    display: inline-block;
  }
  #application .tyusyaku p {
    text-align: left;
    display: inline-block;
  }

  .btn_follow img {
    width: 16px;
  }

  .show_pc {
    display: block;
  }

  .show-pc {
    display: block;
  }

  .show_sp {
    display: none;
  }

  .show-sp {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  #application {
    padding: 30px 20px 50px;
  }
  #application h2 {
    padding-bottom: 10px;
    margin-bottom: 44px;
  }
  #application h3 {
    margin: 0px 0 14px;
  }
  #application .app_steps {
    text-align: center;
  }
  #application .arrow {
    margin: 10px auto 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #application .btn_follow {
    width: 80%;
    height: 55px;
    line-height: 55px;
    margin: 14px auto 0;
  }
  #application .btn_apply {
    width: 80%;
    margin: 14px auto 10px;
  }
  #application .step2 .campaign_post {
    width: 80%;
    margin: 14px auto 0;
  }
  #application .tyusyaku {
    width: 80%;
  }
  #application .btn_history {
    margin: 35px auto 10px;
  }

  .history p {
    width: 80%;
  }
}
/*====================================
  スマホ横、Tablet用のスタイル
======================================*/
@media screen and (min-width: 481px) and (max-width: 769px) {
  .show-pc {
    display: block;
  }

  .show-sp {
    display: none;
  }
}
#container {
  background: #000000;
}

#main {
  background: -webkit-gradient(linear, left top, left bottom, from(#000F90), to(#000538));
  background: -webkit-linear-gradient(#000F90, #000538);
  background: linear-gradient(#000F90, #000538);
}

.end_cp_wrap {
  position: relative;
}
.end_cp_wrap .end_message {
  position: absolute;
  margin: auto;
  width: 80%;
  max-width: 700px;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.85);
  color: #000F90;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-block;
}
.end_cp_wrap .end_message h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.end_cp_wrap .end_message p {
  font-size: 13px;
}
.end_cp_wrap .end_message_txt {
  text-align: center;
}
.end_cp_wrap .end_cp {
  background: #fff;
  z-index: 99;
  opacity: 0.2;
}
.end_cp_wrap .end_cp .container_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#2F138B), color-stop(36%, #2F3AC1), color-stop(80%, #000F90), to(#000F90));
  background: -webkit-linear-gradient(#2F138B 0%, #2F3AC1 36%, #000F90 80%, #000F90 100%);
  background: linear-gradient(#2F138B 0%, #2F3AC1 36%, #000F90 80%, #000F90 100%);
  z-index: -1;
}
.end_cp_wrap .end_cp .container_wrap .top_img {
  width: 100%;
}

#root > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #F2F0EA;
}
#root > .failbx {
  min-height: 100vh;
}

.header {
  width: 100%;
  margin: 0 auto 20px;
  padding: 12px 0;
  background-color: #ffffff;
}
.header_inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_inner .header_field {
  width: 30%;
}
.header_inner .header_field img {
  float: left;
  width: 100%;
  max-width: 150px;
  vertical-align: middle;
}
.header_inner .header_field .logo_image {
  max-width: 140px;
}
.header_inner .header_field .sns_user_name_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 13px;
}
.header_inner .header_field .sns_user_name_wrap .sns_user_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgb(5, 124, 189);
}
.header_inner .header_field .header-menu {
  float: right;
  width: auto;
}
.header_inner .header_field .header-menu a {
  font-size: 12px;
  color: #949494;
}
.header_inner .header_field .header-menu li a {
  color: blue;
  text-decoration: underline;
}
.header_inner .header_field .switch_usr {
  display: block;
  padding: 6px 8px;
  font-size: 10px;
  border: 1px solid #999;
  border-radius: 1.5em;
  background: #fff;
}
.header_inner .header_field .switch_usr i {
  padding-right: 4px;
}
.header_inner .header_field .switch_usr:hover {
  -webkit-box-shadow: 3px 3px 3px rbga(0, 0, 0, 0.5);
          box-shadow: 3px 3px 3px rbga(0, 0, 0, 0.5);
}

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 90%;
  margin: 0 auto 20px;
  max-width: 800px;
}

.title-group {
  padding: 30px 0 22px;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}
.title-group .excluded-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.28;
}

.step-group {
  display: block;
  margin: 0 auto;
  padding: 30px 0 40px;
  max-width: 600px;
}
.step-group .step-layout {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 39px 30px 24px;
  border: 4px solid #e8e7de;
  font-size: 14px;
}
.step-group .step-layout .step-title {
  position: absolute;
  left: -4px;
  top: -4px;
  width: 87px;
  height: 28px;
  font-size: 14px;
  background: #9D916F;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  text-align: center;
}
.step-group .step-layout .step-title:after {
  position: absolute;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid #9D916F;
}
.step-group .step-layout .step-info {
  margin-bottom: 13px;
}
.step-group .step-layout .step-info .step-link {
  color: #42aeea;
}
.step-group .icn_arr_step {
  padding: 23px 0 16px;
}
.step-group .icn_arr_step img {
  margin: 0 auto;
}

.btn-tw-follow a,
.btn-cp-top a {
  display: inline-block;
}

.btn-tw-follow a {
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  background: #1da1f2;
  padding: 7px;
  font-weight: bold;
  letter-spacing: 0.04em;
  max-width: 230px;
  border-radius: 5px;
  margin: 10px auto;
  display: block;
}

.step-layout iframe#twitter-widget-0 {
  width: 275px !important;
  max-width: 275px !important;
}

.btn-apply {
  display: block;
  width: 100%;
  background-color: #E03F3F;
  border-radius: 6px;
  font-size: 18px;
  line-height: 2.8em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.btn-apply i {
  position: relative;
  left: 10px;
}

@media screen and (max-width: 374px) {
  .header {
    padding: 8px 0;
  }
  .header_inner {
    width: 95%;
  }
  .header_field {
    width: 32%;
    font-size: 9px;
  }
  .header_field .sns_user_name {
    font-size: 11px;
  }
  .header_field .switch_usr {
    padding: 6px 3px;
  }
}
@media screen and (min-width: 770px) {
  .header_field {
    width: auto;
  }
}
.img-hazure {
  max-width: 100%;
}

.hazure-msg {
  padding: 60px 20px;
  font-size: 14pt;
  text-align: center;
  font-weight: 600;
  font-family: ヒラギノ角ゴ ProN;
  color: #707070;
}
.hazure-msg span {
  font-size: 35px;
}
.hazure-msg .hazure_text {
  font-size: 15px;
  font-weight: lighter;
}

.box-white-content {
  background: #fff;
  border-radius: 15px;
}
.box-white-content-win-fail {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 20px;
  margin-bottom: 20px;
}

.box-content-inner {
  padding: 0 30px;
}
.box-content-inner img {
  max-width: 100%;
}
.box-content-inner span {
  color: #EA3F28;
}

.border-bottom-e4e4e4 {
  /* border-bottom: 1px solid #e4e4e4; */
  overflow: hidden;
  clear: both;
  max-width: 302px;
  width: 100%;
  margin: 0 auto;
}

.atari-header {
  width: 100%;
}
.atari-header img {
  max-width: 100%;
}

.coupon_name {
  width: 80%;
  min-width: 300px;
  margin: 0 auto 10px;
}

.coupon_img {
  margin: auto;
  max-width: 100%;
}

.code_info {
  max-width: 400px;
  margin: 0 auto;
}

.deadline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px auto 10px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1.5px;
}
.deadline p {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2px 10px;
  background: #ffffff;
  color: #ea3f28;
  text-align: center;
  border: 1px solid #333333;
  border-radius: 0 4px 4px 0;
  background: #ffffff;
  font-size: 13px;
  letter-spacing: 0;
}
.deadline p span {
  font-size: 60%;
  color: #333333;
}
.deadline_ttl {
  min-width: 9em;
  background: #262626;
  color: #fff;
  float: left;
  padding: 4px 6px 2px;
  border-radius: 4px 0 0 4px;
  font-size: 12px;
}

.description_ttl {
  padding: 10px 1.5em;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #e4e4e4;
}

#description {
  padding: 2em;
  font-size: 13px;
}
#description p {
  margin-bottom: 1em;
}
#description a {
  font-weight: bold;
  color: #3366FF;
}
#description a:hover {
  border-bottom: 1px solid #666;
}
#description img {
  margin: 1em 0;
}
#description ul {
  list-style-type: disc;
  padding-left: 2em;
  margin: 1em 0;
}
#description ol {
  list-style-type: decimal;
  padding-left: 2em;
  margin: 1em 0;
}
#description h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
#description h4 {
  font-weight: bold;
  font-size: 13px;
}

.serial_lawson_barcode img {
  max-width: 302px;
  margin: auto;
}

.show-sp {
  display: block;
}

.show-pc {
  display: none;
}

@media screen and (max-width: 374px) {
  .deadline_ttl {
    font-size: 12px;
    padding: 3px 10px 0;
  }
}
/*====================================
  PC用のスタイル
======================================*/
@media screen and (min-width: 770px) {
  .show-pc {
    display: block;
  }

  .show-sp {
    display: none;
  }

  .coupon_name {
    display: block;
    width: 300px;
    margin: 0 auto 15px;
  }
}
/* error */
.box-white-content {
  background: #fff;
  border-radius: 15px;
}

.error {
  text-align: center;
  padding: 1.5em;
}
.error h4 {
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 12px;
}
.error p {
  font-size: 90%;
}
.error p,
.error ol {
  text-align: left;
  font-size: 14px;
  text-align: left;
  margin: 1em 0;
}
.error ol {
  padding: 6px;
  font-size: 12px;
}
.error ol li {
  list-style-type: decimal;
  margin-left: 2em;
  padding: 3px 4px;
}

/* ====================================
 終了 
======================================= */
.end_msg {
  text-align: center;
  padding: 1.5em;
}
.end_msg h4 {
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 12px;
}
.end_msg p {
  font-size: 90%;
}/*# sourceMappingURL=style.css.map */