@charset "UTF-8";
.page a {
  display: block;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.page a:hover {
  opacity: 0.6;
}
.page img {
  max-width: 100%;
  height: auto;
}
.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}
.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.page br {
  line-height: 0;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block !important;
  }
  .view--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none !important;
  }
  .view--sp {
    display: block !important;
  }
}
.page {
  overflow-x: hidden;
  position: relative;
  /*
  	kv
  ---------------------------------*/
  /*
  	カート
  ---------------------------------*/
}
.page * {
  color: #000000;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "メイリオ", "sans-serif";
}
.content-wrapper{
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
.heading{
  margin: 80px auto 48px;
  width: 100%;
  padding-bottom: 48px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.heading-top{
  color: #003A7E;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}
.heading-bottom{
  color: #003A7E;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 24px;  
}
.heading-note{
  font-size: 16px;
  margin-bottom: 16px;
}
.heading-text{
  font-size: 16px;  
}
.coupon-area{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 40px;
  margin: 0 auto 48px;
}
.coupon-sec{
  width: 47.5%;
}
.coupon-sec p{
  padding: 20px 30px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  background-color: #F0F0F0;
}
.note-area p{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 48px;
}
.btn-area{
  display: flex;
  justify-content: space-between;
}
.btn-area .bottom_btn{
  width: 47.58%;
  border: none !important;
}
.btn-area .bottom_btn:hover{
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .content-wrapper{
    max-width: 89.35vw;
    display: block;
    margin: 0 auto;
  }
  .heading{
    margin: 13vw auto 10vw;
    width: 100%;
    padding-bottom: 12.46vw;
    border-bottom: 1px solid #000;
    text-align: center;
  }
  .heading-top{
    color: #003A7E;
    font-weight: bold;
    font-size: 4.67vw;
    margin-bottom: 4.15vw;
  }
  .heading-bottom{
    color: #003A7E;
    font-weight: bold;
    font-size: 7.27vw;
    margin-bottom: 6.23vw;  
  }
  .heading-note{
    font-size: 4.2vw;
    margin-bottom: 4.2vw;
  }
  .heading-text{
    font-size: 4.2vw;  
  }
  .coupon-area{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8.31vw;
    flex-direction: column;
    margin: 0 auto 10.38vw;
  }
  .coupon-sec{
    width: 89.35vw;
  }
  /* .coupon-sec p{
    padding: 20px 30px;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    background: #F0F0F0;
  } */
  .note-area p{
    font-size: 3.63vw;
    line-height: 1.5;
    margin-bottom: 9vw;
  }
  .btn-area{
    display: flex;
    justify-content: space-between;
  }
  .btn-area .bottom_btn{
    width: 100%;
  }
  .btn-area .bottom_btn:hover{
    opacity: 0.7;
  }  
}
@media print {
  header,footer,.no-print{
    display: none;
  }
  #print-area{
    display: block;
  }
  .coupon-area {
    font-size: 0; /* inline-blockの隙間対策 */
  }

  .coupon-sec {
    display: inline-block;
    width: 35%;
    margin-bottom: 20px;
    font-size: 16px;
    vertical-align: top;
    page-break-inside: avoid;
  }

  .coupon-sec:nth-child(odd) {
    margin-right: 4%;
  }
}