@charset "UTF-8";
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 10px;
  background-color: #fff;
  overflow-y: scroll;
}

body {
  font-family: メイリオ, meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'MS P Gothic', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  color: #333;
  background-color: #ffe96b;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p {
  line-height: 1.6;
  word-wrap: break-word;
  margin-bottom: 1em;
  text-align: justify;
}

.mb5 {
  margin-bottom: 5px;
}

.mb15 {
  margin-bottom: 15px;
}

#coupon #wrapper {
  padding-bottom: 1.5em;
}
#coupon * {
  box-sizing: border-box;
}
#coupon img {
  max-width: 100%;
}
#coupon #contents {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
#coupon .coupon-header {
  text-align: center;
  padding: 0 9.375%;
}
#coupon .coupon-attention {
  color: #f00;
  font-weight: bold;
}
#coupon article .entryTitle {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  line-height: 1.2;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2;
  margin: 6px 0 12px;
  padding: .2em .3em .2em;
  color: #fff;
  background-color: #004f8d;
  text-align: center;
}
#coupon article .inner {
  padding: 0 11px;
}
#coupon article h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
}
#coupon article h1 span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
#coupon article h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  line-height: 1.3;
  background-color: #236ACA;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
}
#coupon article p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
#coupon article em {
  color: #f00;
}
#coupon article img[src$='logo_01.png'] {
  width: 300px !important;
}
#coupon article .footerLogo {
  width: 370px;
}
