/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126 License: none (public domain) */
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%;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* 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;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}



/* page style */

.wrapper {
  padding: 4em 3em 8em;
  max-width: max-content;
  margin: 0 auto;
  font-family: "Noto Sans JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
}

.wrapper .emergency-title {
  border: 2px #e6465a solid;
  font-size: 1.5em;
  text-align: center;
  color: #e6465a;
  font-weight: bold;
  padding: 0.75em;
  line-height: 1.2em;
  border-radius: 4px;
}

.wrapper .common-title {
  border: 2px #000f64 solid;
  font-size: 1.5em;
  text-align: center;
  color: #000f64;
  font-weight: bold;
  padding: 0.75em;
  line-height: 1.2em;
  border-radius: 4px;
}

.wrapper .common-text,
.wrapper .emergency-text {
  font-size: 1.2em;
  line-height: 1.8;
  text-align: center;
  color: #111;
  padding: 2em 0;
  text-align: left;
}

.wrapper .center-block{
  display: inline-block;
  text-align: left;
  margin-top: 2em;
}

a.common_link_button,
.common_link_button a {
  display: block;
  width: 300px;
  text-align: center;
  padding: 16px 16px;
  border: solid 1px #16288E;
  border-radius: 100px;
  margin: 24px auto 0;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  line-height: 1.1em;
  color: #16288E;
}

a.common_link_button:hover {
  opacity: 0.9;
}

.wrapper p{
  margin-top: 2em;
}
.wrapper p:first-child{
  margin-top: 0;
}

.wrapper small{
  font-size: 0.8em;
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 2em 2em 4em;
    max-width: none;
  }

  .wrapper .common-title,
  .wrapper .emergency-title {
    font-size: 18px;
    padding: 16px;
  }

  .wrapper .common-text,
  .wrapper .emergency-text {
    font-size: 16px;
    text-align: left;
  }

}