@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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

*, *:before, *:after {
  /* width は border と padding　を加算して算出  */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
}

/*

@mixin font-face-url($name, $path,$weight: null, $style: null, $exts: woff otf ttf) {
  $src: null;
  $formats: (
    woff: "woff",
    otf: "opentype",
    ttf: "truetype"
  );

  @each $ext in $exts {
    $format: map-get($formats, $ext);
    $src: append($src, url(quote($path)) format(quote($format)), comma);
  }

  @font-face {
    font-family: quote($name);
    font-style:  $style;
    font-weight: $weight;
    src: $src;
  }
}

@mixin font-face-local($name,  $path,$weight: null, $style: null, $exts: woff otf ttf) {
  $src: null;

  $formats: (
    woff: "woff",
    otf: "opentype",
    ttf: "truetype"
  );

  @each $ext in $exts {
    $format: map-get($formats, $ext);
    $src: append($src, local(quote($path)) format(quote($format)), comma);
  }

  @font-face {
    font-family: quote($name);
    font-style:  $style;
    font-weight: $weight;
    src: $src;
  }
}

*/
#campaign {
  width: 1000px;
  margin: 0 auto;
  padding: 30px;
}
#campaign h2 {
  color: #223d9d;
  font-size: 250%;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  text-align: center;
}
#campaign > div {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #campaign {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
  }
  #campaign h2 {
    width: 100%;
    padding: 10px 0;
    background-color: #223d9d;
    color: #fff;
    font-size: 138%;
    line-height: 1.3;
    text-align: center;
  }
  #campaign > div {
    max-width: 345px;
    margin: 0 auto 40px;
  }
  #campaign > div:last-of-type {
    margin-bottom: 0;
  }
}

#pricelist {
  width: 1000px;
  padding: 50px 30px;
  margin: 0 auto;
}
#pricelist > h2 {
  color: #223d9d;
  font-size: 250%;
  margin: 0 auto 20px;
  padding-bottom: 10px;
  text-align: center;
}
#pricelist > p {
  display: none;
}
@media screen and (max-width: 768px) {
  #pricelist > p {
    display: block;
    font-size: 88%;
    text-align: right;
    padding: 0 10px 10px 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #pricelist {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
  }
  #pricelist > h2 {
    width: 100%;
    padding: 10px 0;
    background-color: #223d9d;
    color: #fff;
    font-size: 138%;
    line-height: 1.3;
    text-align: center;
  }
}
#pricelist > div:nth-of-type(1) > table {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  font-size: 88%;
}
#pricelist > div:nth-of-type(1) > table tr th {
  background-color: #eeeff1;
  border-bottom: solid 1px #d3d7dd;
  padding: 10px;
  font-weight: bold;
}
#pricelist > div:nth-of-type(1) > table tr td {
  border-bottom: solid 1px #d3d7dd;
  padding: 10px;
  line-height: 1.5;
  vertical-align: middle;
}
#pricelist > div:nth-of-type(1) > table tr td:nth-of-type(1) {
  background-color: #eeeff1;
  text-align: center;
}
#pricelist > div:nth-of-type(1) > table tr td:nth-of-type(1) span {
  display: block;
  white-space: nowrap;
  font-size: 75%;
}
#pricelist > div:nth-of-type(1) > table tr td:nth-of-type(2) {
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  color: #cc0000;
  font-size: 107%;
}
#pricelist > div:nth-of-type(1) > table tr td:nth-of-type(3) {
  white-space: nowrap;
}
#pricelist > div:nth-of-type(1) > table tr td > ul > li {
  padding: 8px 5px;
  border-bottom: dashed 1px #eee;
}
#pricelist > div:nth-of-type(1) > table tr td > ul > li:first-of-type {
  padding-top: 0;
}
#pricelist > div:nth-of-type(1) > table tr td > ul > li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
#pricelist > div:nth-of-type(1) > table tr td > ul > li > ul > li {
  display: inline-block;
  padding: 2px 8px 0 0;
  margin-right: 5px;
  border-bottom: none;
  font-size: 75%;
  color: #444;
  border-right: solid 1px #eee;
}
#pricelist > div:nth-of-type(1) > table tr td > ul > li > ul > li:last-of-type {
  border-right: none;
}
@media screen and (max-width: 768px) {
  #pricelist > div:nth-of-type(1) {
    overflow: auto;
    height: 100%;
  }
  #pricelist > div:nth-of-type(1) > table {
    margin: 0 15px;
    min-width: 667px;
    padding-bottom: 20px;
  }
  #pricelist > div:nth-of-type(1) > table tr td:nth-of-type(4) {
    min-width: 400px;
  }
}
#pricelist > div:nth-of-type(2) > ul {
  padding: 10px;
  margin: 10px 15px;
  border: solid 1px #ddd;
  background-color: #efefef;
}
#pricelist > div:nth-of-type(2) > ul li {
  font-size: 88%;
  padding: 8px 5px;
  line-height: 1.5;
  border-bottom: dashed 1px #ddd;
}
#pricelist > div:nth-of-type(2) > ul li:first-of-type {
  padding-top: 0;
}
#pricelist > div:nth-of-type(2) > ul li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #pricelist > div:nth-of-type(2) > ul {
    min-width: 320px;
    max-width: 500px;
    margin: 30px auto 0;
  }
}
