@charset "UTF-8";
/* CSS Document */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  background-image: url(../img/bg-body.gif); }

header {
  background-color: #850c62;
  border-bottom: 4px solid #cc9900;
  margin-bottom: 80px; }
  header h1 {
    color: #ffcc00;
    font-size: 18px;
    font-weight: bold; }

.inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 8px; }

main .inner {
  background-color: #000;
  border: #c7b299 double 8px;
  color: #fff;
  padding: 16px;
  margin-bottom: 80px; }
  @media screen and (max-width: 1080px) {
    main .inner {
      width: calc(100% - 32px); } }
main h2 {
  color: #c1118e;
  font-size: 32px;
  font-weight: bold;
  width: fit-content;
  margin: 0px auto 40px;
  padding-left: 40px;
  position: relative; }
  main h2::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url("/img/arw02.png") no-repeat; }
main h3 {
  font-size: 24px;
  margin-top: 24px; }
main p {
  line-height: 2em; }
main ol {
  list-style: decimal;
  padding-left: 1.6em; }

footer {
  background-color: #850c62;
  border-top: 4px solid #cc9900; }
  footer p {
    color: #ffcc00;
    text-align: center; }
