@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 {
  overflow-x: hidden; }

body {
  background: url("../img/bg.png");
  background-size: 50px 50px; }

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure {
  font-family: 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 30px; }

strong {
  font-weight: bold; }

header {
  padding: 0 10px;
  background: url("../img/bg_header.png");
  background-size: 6px 6px;
  margin-bottom: 10px;
  overflow: hidden; }
  header h1 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 10px 5px;
    background: #fff;
    border-top: 5px solid #7fd9ef;
    border-bottom: 5px solid #7fd9ef;
    margin: 60px 0; }
  header section {
    padding: 10px;
    background: #fff;
    margin: 0 0 10px 0; }
    header section .imp {
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      line-height: 22px;
      position: relative; }
      header section .imp:before, header section .imp:after {
        content: "";
        display: block;
        width: 15%;
        height: 2px;
        background: #7fd9ef;
        position: absolute; }
      header section .imp:before {
        top: 25px;
        left: 0; }
      header section .imp:after {
        top: 25px;
        right: 0; }

section {
  margin: 20px 10px; }
  section figure {
    text-align: center; }
    section figure img {
      width: 100%;
      max-width: 540px;
      margin: 0 auto; }
  section ul {
    margin-bottom: 30px; }
  section li {
    margin-bottom: 0;
    text-indent: -1em;
    padding-left: 1em; }
  section h2 {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.025em;
    text-align: center; }
    section h2 span {
      /* アンダーラインの設定 */
      display: inline-block;
      background: url("../img/bg_h2.png") repeat-x;
      background-size: 1px 11px;
      background-position: bottom; }
  section h3 {
    font-weight: bold;
    padding-left: 10px;
    border-left: 2px solid #000; }
  section .btn a {
    color: #000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 10px;
    background: #7fd9ef;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px; }
  section p.last {
    padding-top: 20px;
    border-top: #ddd 1px dashed; }

.btn-quake {padding-left: 0;}
.btn-quake a {
  display: block;
  width: 100%;
  color: #002C35;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 5px 0;
  background: #7FD9EF;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #1298B9;
  box-shadow: 0px 2px 0px rgba(15, 104, 125, 0.3);
}
.btn-quake a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #002C35;
  border-bottom: 2px solid #002C35;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}

.important-notice {
  color: #ff0000 !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}



