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

/*????
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*????????
---------------------------------------------*/
body {
  font-size: 14px;
  font-family: "Didact Gothic", sans-serif;
}

img {
  width: 100%;
  display: block;
}

div.all {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div.all {
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  div.all {
    width: 100%;
  }
}

div.body {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.body {
    width: 100%;
  }
}

div.style {
  padding: 20px;
}

div.fa_block {
  width: 650px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  div.fa_block {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  div.fa_block {
    width: 80%;
    margin: 0 auto 100px;
  }
}
div.fa_block .fa {
  width: calc(100% / 3);
  padding: 3px;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  div.spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  div.spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  div.pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div.pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  div.block {
    width: 1000px;
    display: flex;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  div.block {
    display: block;
    width: 100%;
  }
}

.itemtext {
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .itemtext {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .itemtext {
    margin: 10px 0 100px;
    font-size: 12px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 769px) {
  div.i_block {
    margin-bottom: 150px;
  }
}

a {
  text-decoration: underline;
  color: black;
  text-align: left;
}

p.text {
  width: 100%;
  text-align: center;
  margin: 10px 0 100px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  p.text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  p.text {
    font-size: 10px;
  }
}
p.text a {
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  p.text a {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  p.text a {
    margin-bottom: 5px;
  }
}
p.text span {
  background: #000;
  color: #fff;
  padding: 2px 4px;
}
@media screen and (min-width: 769px) {
  p.text span {
    margin: 0 0 0 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  p.text span {
    margin: 0 0 0 5px;
    font-size: 10px;
  }
}

div.footer {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.footer {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  div.footer {
    width: 1060px;
  }
}
div.footer div.modalArea {
  display: flex;
  flex-wrap: wrap;
}
div.footer div.fo_img {
  width: calc(100% / 3);
}
div.footer div.ciaopanic {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  div.footer div.ciaopanic {
    margin: 0 auto 100px;
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  div.footer div.ciaopanic {
    width: 200px;
  }
}
div.footer h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.footer h1 {
    margin: 100px 0;
  }
}
@media screen and (min-width: 769px) {
  div.footer h1 {
    margin: 150px 0 100px;
  }
}

p.copy {
  margin: 50px;
  text-align: center;
  font-size: 10px;
}

.modal div.innerModal {
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal div.innerModal {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .modal div.innerModal {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
  }
}
.modal div.innerModal a.close {
  position: absolute;
  top: -56px;
  right: 0px;
  font-size: 48px;
  color: black;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */