@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;
}

/*---clearfix--*/
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0;
}

* {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

body {
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(to left, #4b0000, #000000 30%, #000000 70%, #4b0000);
}

header {
  background-color: #000000;
  width: 100%;
}

header #snsbtn ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

header #snsbtn ul li {
  margin: 10px;
}

.container {
  background-image: url(../images/bg_line.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: contain;
}

h1 {
  width: 90%;
  padding: 3%;
  margin: 0 auto;
  text-align: center;
  background-color: #FFFFFF;
}

h1 img {
  width: 100%;
}

#contents {
  width: 96%;
  padding: 0 0 3%;
  margin: 0 auto;
  background-color: #FFFFFF;
  /*-------kujitop-------*/
}

#contents h2 {
  text-align: center;
}

#contents h2 img {
  width: 100%;
}

#contents h3 {
  background-color: #FF0000;
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 3.88889vw;
  margin: 0 0 3%;
  padding: 3%;
}

#contents p {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 10px;
  font-size: 2.77778vw;
  line-height: 1.8em;
  margin: 0 3% 3%;
}

#contents p.question {
  color: #333333;
  font-weight: bold;
}

#contents .illust {
  width: 100%;
  margin: 0 auto 3%;
}

#contents .pic {
  display: block;
  float: none;
  margin: 0 auto 3%;
  width: 90%;
}

#contents .pic img {
  width: 100%;
}

#contents .paragraphCol {
  clear: both;
}

#contents #kujitop {
  text-align: center;
  margin: 0 auto;
  padding: 3vw 0;
  font-size: 10px;
  font-size: 2.77778vw;
  line-height: 1.5;
}

#contents #kujitop a:link {
  text-decoration: underline;
}

#contents #kujitop a:hover {
  text-decoration: none;
}

footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 3vw 0 15vw;
}

footer .footer-inner {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

footer p, footer a {
  padding: 2vw;
}

footer .copyright {
  font-size: 9px;
  font-size: 2.5vw;
}

footer .attention {
  font-size: 9px;
  font-size: 2.5vw;
  line-height: 1.8em;
  text-align: left;
}

footer .bspLogo {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
}

footer .bspLogo img {
  width: 50px;
  height: 49px;
  display: block;
}

footer .bspCopy {
  font-size: 9px;
  font-size: 2.5vw;
  width: 100%;
  text-align: center;
  background-color: #333333;
  padding: 8px 0;
}

/*===================================================
SP時の表示(768px以下)＆ipadの縦に適用
====================================================*/
@media only screen and (max-width: 959px) {
  .pagetop {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0;
  }
  .pagetop a {
    display: block;
    height: 40px;
    text-align: center;
    background: #000;
    font-weight: bold;
    color: #fff;
  }
  .pagetop a span {
    display: inline-block;
    line-height: 40px;
    background: url(../images/pagetop.png) no-repeat 5px 16px;
    padding: 2px 10px 2px 21px;
  }
}

/*===================================================
PC時の表示(769px以上)＆ipadの横に適用
====================================================*/
@media only screen and (min-width: 960px) {
  h1 {
    width: 1062px;
    padding: 30px 0;
  }
  h1 img {
    width: auto;
  }
  #contents {
    width: 1062px;
    padding: 0 0 30px;
  }
  #contents h2 {
    width: 1002px;
    margin: 0 auto 30px;
  }
  #contents h3 {
    padding: 10px;
    font-size: 30px;
    margin: 0 0 30px;
  }
  #contents p {
    margin: 0 30px 0;
    font-size: 17px;
    line-height: 2em;
  }
  #contents p.lead {
    margin: 0 30px 30px;
  }
  #contents p.question {
    margin: 0 30px 30px;
  }
  #contents .illust {
    margin: 0 0 50px;
  }
  #contents .pic {
    width: 510px;
    margin: 0;
  }
  #contents .paragraphCol {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 50px;
  }
  #contents .paragraphCol.reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #contents #kujitop {
    padding: 30px 0 10px 0;
    font-size: 14px;
  }
  #kujitop {
    width: 1062px;
  }
  footer {
    font-size: 11px;
    padding: 20px 0 0;
  }
  footer .footer-inner {
    max-width: 1062px;
  }
  footer .footer-inner .pagetop {
    padding: 5px;
  }
  footer .footer-inner .pagetop a {
    display: block;
    font-weight: bold;
    color: #fff;
    background: #000 url(../images/pagetop.png) no-repeat 9px 20px;
    border-radius: 30px;
    padding: 16px 10px 12px 28px;
    font-family: auto;
    font-size: 20px;
    border: 2px solid #FF0000;
    text-decoration: none;
  }
  footer .footer-inner p, footer .footer-inner a {
    padding: 10px;
  }
  footer .footer-inner .copyright {
    font-size: 11px;
  }
  footer .footer-inner .attention {
    font-size: 11px;
    text-align: right;
  }
  footer .bspCopy {
    font-size: 11px;
  }
}

/*==================================
【リンク時の挙動】
==================================*/
a img {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}

a img:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
