@charset "UTF-8";
/*------
base
---------*/
html {
  font-size: 14px;
  font-family: "M PLUS 1", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
}

body {
  width: 100%;
  font-family: "M PLUS 1", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", "Meiryo", sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-weight: normal;
  margin: auto;
  background: #f7fdff; /*保険用*/
  background: -webkit-gradient(linear, left top, left bottom, from(#aae4f8), color-stop(30%, #dff4fa), color-stop(70%, #f7fdff), to(#f7fdff));
  background: -webkit-linear-gradient(top, #aae4f8 0%, #dff4fa 30%, #f7fdff 70%, #f7fdff 100%);
  background: linear-gradient(to bottom, #aae4f8 0%, #dff4fa 30%, #f7fdff 70%, #f7fdff 100%);
}
@media screen and (min-width: 763px) {
  body {
    background: url("../images/bg.png") no-repeat top center/auto auto, -webkit-gradient(linear, left top, left bottom, from(#aae4f8), color-stop(29%, #dff4fa), color-stop(49%, #f7fdff), to(#f7fdff)) !important;
    background: url("../images/bg.png") no-repeat top center/auto auto, -webkit-linear-gradient(top, #aae4f8 0%, #dff4fa 29%, #f7fdff 49%, #f7fdff 100%) !important;
    background: url("../images/bg.png") no-repeat top center/auto auto, linear-gradient(to bottom, #aae4f8 0%, #dff4fa 29%, #f7fdff 49%, #f7fdff 100%) !important;
    z-index: -1;
  }
}

.container {
  width: 96%;
  margin: auto;
  font-size: 14px;
}
@media screen and (min-width: 763px) {
  .container {
    max-width: 940px;
    width: 100%;
  }
}

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

ul {
  list-style-type: none;
}

.show-pc {
  display: none;
}

.show-sp {
  display: inline-block;
}

@media screen and (min-width: 763px) {
  .show-pc {
    display: inline-block;
  }
  .show-sp {
    display: none;
  }
}
.al_c {
  text-align: center !important;
}

/* # =============================
   # footer
   # ============================= */
footer {
  background: #fff;
  font-size: 11pt;
  color: #333;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  text-align: center;
  margin-top: 40px;
}

.foot_area {
  padding: 10px 0 0;
  max-width: 100%;
  margin: 0 auto;
  color: #333;
}
.foot_area * .tel a[href^="tel:"] {
  font-weight: normal !important;
  pointer-events: none !important;
  text-decoration: none !important;
  color: #333 !important;
}
.foot_area .receptionion-time {
  font-size: 13px;
}
.foot_area p {
  text-align: center;
  padding: 3px;
  font-size: 14px;
  margin-bottom: 0;
}
.foot_area p a:hover {
  background-color: rgba(100, 100, 100, 0.8);
}
.foot_area h3 {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  line-height: 120%;
  padding: 5px 0 10px 0;
  margin-top: 5px;
  color: #333;
}
.foot_area h3 span {
  display: inline-block;
}

footer .foot_area > div:nth-of-type(1) > p:nth-of-type(1) {
  color: #E4007F;
  padding-bottom: 20px;
}
footer .foot_area > div:nth-of-type(1) .btn_area .foot_btn01 {
  max-width: 240px;
  display: inline-block;
  margin: auto;
  padding: 10px 10px;
  color: #333 !important;
  text-decoration: none;
  background: #FFD908 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  font-weight: normal;
  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;
}
footer .foot_area > div:nth-of-type(1) .btn_area .foot_btn01 img {
  width: 15px;
}
footer .foot_area > div:nth-of-type(1) .mail_comment li:nth-of-type(4) {
  font-size: 12px;
  margin-top: 0px;
}

footer address {
  margin-top: 0.5rem;
  padding: 0;
  line-height: 180%;
  font-size: 10px;
  text-align: center;
  color: #4A4946;
  font-style: normal;
}

ul.terms {
  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: 1rem 1rem auto;
}
ul.terms li {
  list-style-type: none;
  font-size: 12px;
  line-height: 100%;
  padding: 2px 20px;
}
ul.terms li a {
  color: #E4007F;
  text-decoration: none;
  display: inline-block;
}

footer .foot_area > div:nth-of-type(1) {
  margin: 0px auto;
  max-width: 100%;
}

.ftr_last {
  font-family: "M PLUS 1", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
}

footer .foot_area {
  margin: 0 auto;
  padding-bottom: 0px;
}

.caution {
  color: #E60039;
}

#page-top a {
  display: block;
}

#wrap {
  background: url("../images/bg.png") no-repeat top center/100% auto;
}
@media screen and (min-width: 763px) {
  #wrap {
    background: transparent;
  }
  #wrap::before {
    background-size: 100%;
    position: absolute;
    display: inline-block;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#aae4f8), color-stop(30%, #dff4fa), color-stop(70%, #f7fdff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #aae4f8 0%, #dff4fa 30%, #f7fdff 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #aae4f8 0%, #dff4fa 30%, #f7fdff 70%, rgba(255, 255, 255, 0) 100%);
    max-width: 480px;
    height: 800px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    text-align: center;
    z-index: -1;
  }
}

header {
  padding-top: 0 !important;
  width: 100%;
}

#main {
  width: 96%;
  margin: auto;
}
@media screen and (min-width: 763px) {
  #main {
    width: 100%;
  }
}

#main > .container_wb > div {
  background: #fff;
  padding: 1em;
  width: 96%;
  margin: auto;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 763px) {
  #main > .container_wb > div {
    width: 100%;
    padding: 1.5em;
    max-width: 480px;
  }
}

.campaign_info {
  width: 100%;
  padding: 1em;
}
@media screen and (min-width: 763px) {
  .campaign_info {
    margin-top: 20px;
    max-width: 510px !important;
    padding: 1em;
  }
}

.subInner li,
.subInner p {
  font-size: 14px;
  line-height: 150%;
  color: #231715;
}
.subInner li b,
.subInner p b {
  color: #004EA2;
  font-weight: bold;
}

.subInner > ul > li {
  margin-bottom: 5px;
}

#container .coupon_list {
  width: 100%;
}
#container .coupon_list li {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
#container .coupon_list li h4 span {
  color: #E60039;
  display: block;
  width: 94% !important;
  margin: auto;
}
@media screen and (min-width: 763px) {
  #container .coupon_list li h4 span {
    width: 96%;
    padding-bottom: 5px;
  }
}
#container .coupon_list li .coupon_txt {
  padding-top: 10px;
  font-size: 15px;
  line-height: 140%;
}
#container .coupon_list li img {
  width: 100%;
  display: block;
  margin: auto;
  max-width: 300px;
}
#container .coupon_list .btn_entry a {
  margin: auto;
  width: 90% !important;
  padding: 10px 5px;
  margin: 10px auto;
  border-radius: 8px;
  background: #E4007F;
  -webkit-box-shadow: 2px 2px 0px #88024A;
          box-shadow: 2px 2px 0px #88024A;
}

.deadline .dl_ttl {
  width: 40%;
  text-align: center;
  padding: 5px;
  border-radius: 30px 0 0 30px;
  background: #E60039;
  color: #fff;
  border: #E60039 solid 2px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0;
}
@media screen and (min-width: 763px) {
  .deadline .dl_ttl {
    width: 35%;
    font-size: 12px;
  }
}

.deadline .dl_date {
  font-size: 12px;
}
@media screen and (min-width: 763px) {
  .deadline .dl_date {
    font-size: 15px;
  }
}

.attention_ttl {
  color: #333333;
  width: 90%;
  max-width: 460px;
  line-height: 1.6em;
}
@media screen and (min-width: 763px) {
  .attention_ttl {
    max-width: 400px;
  }
}
.attention_ttl h3 {
  color: #E60039;
  line-height: 1.4em;
  font-size: 15px;
}

.submit_txt {
  font-size: 22px;
  font-weight: 800;
  max-width: 100%;
  text-align: left;
}

.input_box > div p:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.2;
}

.deadline .dl_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#main #container {
  padding: 0px 0;
  margin: auto;
  width: 100%;
}

.com_img {
  max-width: 90%;
  padding: 2em 0 3em 0;
  margin: 0 auto;
}
@media screen and (min-width: 763px) {
  .com_img {
    max-width: 400px;
  }
}
.com_img p {
  color: #333333;
  font-size: 22px;
}
.com_img.none {
  padding-bottom: 0;
}
.com_img.none .ku {
  padding-bottom: 0;
}

.submit_area input[type=submit] {
  display: block;
  margin: auto;
  padding: 10px;
}

#submit {
  display: inline-block;
}
#submit.send_on {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

#text02 {
  margin-bottom: 30px;
}

span.button {
  display: block;
  text-align: center;
  position: relative;
  max-width: 400px;
  margin: auto;
  padding-bottom: 10px;
}
span.button .yaji {
  text-align: center;
  position: absolute;
  right: 12px;
  margin: auto;
  top: 46% !important;
  bottom: 0;
}
span.button .yaji::before {
  content: "";
  color: #fff;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  position: relative;
  width: 18px;
  height: 2px;
  top: -15px;
  bottom: 0;
}
span.button .yaji::after {
  content: "";
  border: 2px solid #fff;
  width: 10px;
  height: 10px;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  bottom: 0;
  right: -2px;
}

.ku {
  padding-bottom: 3em;
}

.confirmation {
  width: 96%;
  max-width: 480px;
  margin-bottom: 2em;
}
.confirmation p {
  line-height: 130%;
}
.confirmation p a {
  font-weight: normal !important;
  color: #000;
  text-decoration: underline !important;
}
.confirmation p span {
  font-weight: 500;
}

#container .coupon_list li {
  max-width: 100%;
}

.submit_area input {
  text-align: center;
}
.submit_area input::-webkit-input-placeholder {
  color: #999;
  display: block;
  padding: 20px;
  height: 50px;
  background: transparent;
  letter-spacing: 1px;
  font-size: 18px;
}
.submit_area input::-moz-placeholder {
  color: #999;
  display: block;
  padding: 20px;
  height: 50px;
  background: transparent;
  letter-spacing: 1px;
  font-size: 18px;
}
.submit_area input:-ms-input-placeholder {
  color: #999;
  display: block;
  padding: 20px;
  height: 50px;
  background: transparent;
  letter-spacing: 1px;
  font-size: 18px;
}
.submit_area input::-ms-input-placeholder {
  color: #999;
  display: block;
  padding: 20px;
  height: 50px;
  background: transparent;
  letter-spacing: 1px;
  font-size: 18px;
}
.submit_area input::placeholder {
  color: #999;
  display: block;
  padding: 20px;
  height: 50px;
  background: transparent;
  letter-spacing: 1px;
  font-size: 18px;
}
.submit_area input[type=text] {
  height: 50px;
  font-size: 24px !important;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  color: #4F5777;
  border: 1px solid #CCCCCC;
}

.submit_area .errer_txt#text01, .submit_area .errer_txt#text02 {
  border: 1px solid #e60012;
  color: #4F5777;
}

.ftr_flxbx a {
  color: #333 !important;
  pointer-events: none !important;
}

#container .coupon_list {
  width: 100%;
}
#container .coupon_list li {
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
#container .coupon_list li img {
  width: 100%;
  display: block;
  margin: auto;
  max-width: 300px;
}
@media (min-width: 600px) {
  #container .coupon_list {
    margin: auto !important;
  }
  #container .coupon_list li {
    width: 100%;
    max-width: none;
    min-height: 300px;
    display: block;
    background: #fff;
    padding: 20px 0 0 0;
  }
}
@media screen and (min-width: 600px) and (min-width: 763px) {
  #container .coupon_list li {
    width: 48%;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media (min-width: 600px) {
  #container .coupon_list li div.listbg {
    width: 90%;
    margin: auto;
    position: relative;
    height: auto;
  }
  #container .coupon_list li div.listbg::after {
    content: "";
    display: block;
    padding-top: 20px;
    /* 1:1 */
  }
  #container .coupon_list li div.listbg img {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
  #container .coupon_list li div.listbg h4,
  #container .coupon_list li div.listbg p.coupon_txt,
  #container .coupon_list li div.listbg div.btn_entry {
    right: 0px;
    left: 0px;
    margin: 0 0 0 auto;
  }
}
#container .coupon_list .btn_entry a {
  margin: auto;
  width: 90% !important;
  padding: 10px 5px;
  margin: 10px auto;
  border-radius: 8px;
  background: #E4007F;
  -webkit-box-shadow: 2px 2px 0px #88024A;
          box-shadow: 2px 2px 0px #88024A;
}

.coupon_list li .listbg::before {
  content: "";
  display: block;
  background: #004EA2;
  color: #fff;
  font-size: 13px;
  pad: 0;
  width: 94%;
  margin: 0 auto 5px auto;
  text-align: center;
}
@media screen and (min-width: 763px) {
  .coupon_list li .listbg::before {
    width: 100%;
  }
}

.coupon_list li:first-child .listbg::before {
  content: "A";
}

.coupon_list li:nth-child(2) .listbg::before {
  content: "B";
}

.coupon_list li:nth-child(3) .listbg::before {
  content: "C";
}

.coupon_list li:last-child .listbg::before {
  content: "D";
}

span.button {
  display: block;
  text-align: center;
  position: relative;
  max-width: 400px;
  margin: auto;
}

.yaji {
  text-align: center;
  position: absolute;
  right: 12px;
  margin: auto;
  top: 50%;
  bottom: 0;
}

.yaji::before {
  content: "";
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  position: relative;
  width: 1.2em;
  height: 0.15em;
  background: #fff;
  top: -15px;
  bottom: 0;
}

.yaji::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: 0.18em solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.06em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ku {
  padding-bottom: 3em;
}

#container .coupon_list li h4 span {
  color: #E60039;
}
#container .coupon_list li .coupon_txt {
  padding-top: 10px;
  font-size: 15px;
  line-height: 140%;
}

.confirmation {
  width: 96%;
  max-width: 480px;
  margin-bottom: 2em;
}

#container .coupon_list li {
  max-width: 100%;
}/*# sourceMappingURL=overlay.css.map */