body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fafafa;
  color: #222;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

@media only screen and (max-width: 767px) {
  .wrap {
    margin: 60px 0;
    padding: 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 950px;
    margin: 100px auto 120px;
  }
}

h1 {
  text-align: center;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 767px) {
  h1 {
    margin: 0 0 45px;
    padding: 0 0 10px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    margin: 0 0 60px;
    padding: 0 0 13px;
    font-size: 1.9rem;
  }
}
h1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #666;
}
@media only screen and (max-width: 767px) {
  h1::before {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  h1::before {
    width: 150px;
  }
}

h2 {
  letter-spacing: 0.01em;
  padding: 0;
  font-weight: 600;
  border-left: 1px solid #555;
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.05rem;
    margin: 0 0 13px;
  }
}

h3 {
  letter-spacing: 0.01em;
  padding: 0;
  font-weight: 600;
  color: #555;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1rem;
    margin: 20px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1rem;
    margin: 20px 0 13px;
  }
}

.content {
  background: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content .note {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .content .note {
    font-size: 0.93rem;
    line-height: 1.7rem;
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .content section, .content .section {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin: 0 0 35px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .content section, .content .section {
    margin: 0 0 45px 8px;
    font-size: 0.93rem;
  }
}
@media only screen and (max-width: 767px) {
  .content section p, .content .section p {
    line-height: 1.6rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .content section p, .content .section p {
    line-height: 1.7rem;
    margin: 0 0 15px;
  }
}
.content section a, .content .section a {
  color: #486B97;
  text-decoration: none;
  word-break: break-all;
}
.content section a:hover, .content .section a:hover {
  color: #946349;
  text-decoration: underline;
}
.content section ol, .content .section ol {
  margin: 0 0 0 28px;
  padding: 0;
}
.content section ol li, .content .section ol li {
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .content section ol li, .content .section ol li {
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .content section ol li, .content .section ol li {
    line-height: 1.7rem;
  }
}
.content section ul, .content .section ul {
  margin: 10px 0 25px 57px;
  padding: 0;
}
.content section ul li, .content .section ul li {
  margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .content section ul li, .content .section ul li {
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .content section ul li, .content .section ul li {
    line-height: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .content section .date, .content .section .date {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .content section .date, .content .section .date {
    font-size: 0.93rem;
  }
}
.content table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.content thead th {
  background-color: #eee;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.content tbody th, .content tbody td {
  border: 1px solid #ccc;
}
.content tbody th {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
}
.content tbody td {
  width: 80%;
  padding: 5px 10px;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

.global_head {
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=style.css.map */
