@charset "UTF-8";
@font-face {
  font-family: "source san hans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SourceHanSansJP-Regular.otf");
  src: url("../fonts/SourceHanSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "source san hans";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/SourceHanSansJP-Bold.otf");
  src: url("../fonts/SourceHanSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "source san hans";
  font-style: bold;
  font-weight: 500;
  src: url("../fonts/SourceHanSansJP-Medium.otf");
  src: url("../fonts/SourceHanSansJP-Medium.otf") format("opentype");
}
/* ========================================
    ■ 必須設定
======================================== */
/* reset
----------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea, img {
  vertical-align: middle;
}

ul, dl, ol {
  list-style: none;
}

/* 共通設定
----------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  color: #333;
  font-family: "YuGothic", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, メイリオ, sans-serif;
  -webkit-overflow-scrolling: touch;
}

/* ========================================
    ■ エレメントのスタイル
======================================== */
html {
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 16px;
  font-family: "source san hans";
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  width: 100%;
  background: #fff;
  color: #000;
  font-weight: normal;
  line-height: 1.25rem;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  font-family: "source san hans";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../img/img_bg-pc.svg");
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  body {
    background-image: url("../img/img_bg-sp.svg");
    background-size: 100%;
    text-align: justify;
  }
}

.container {
  max-width: 910px;
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 16px;
  }
}
@media (min-width: 769px) and (max-width: 950px) {
  .container {
    padding: 0 16px;
    width: 100%;
  }
}

header {
  text-align: center;
  padding: 54px 0 60px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 30px 0 35px;
  }
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 65px;
  }
}

/* Header */
@media screen and (min-width: 768px) {
  .only_pc {
    display: block;
  }
  .content p {
    letter-spacing: -0.3px;
  }
  .content .note .only_pc {
    background: no-repeat 0 100%;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 100% 0.1px;
    display: inline-block;
  }
  .content .note img {
    margin-right: 5px;
  }
}
main h2 {
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  margin-bottom: 16px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  main h2 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.5px;
  }
}
main .content .mb30 {
  margin-bottom: 28px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  main .content .mb30.last {
    margin-bottom: 10px;
  }
}
main .content p {
  margin-bottom: 15px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
main .content p.mb10 {
  margin-bottom: 10px;
}
main .content p.link {
  margin-bottom: 5px;
}
main .content p.link.active a {
  text-decoration: underline;
}
main .content p.link.active a:hover {
  cursor: pointer;
}
main .content p.link a {
  text-decoration: none;
}
main .content p.link a:hover {
  cursor: text;
}
@media screen and (max-width: 768px) {
  main .content p {
    line-height: 23px;
  }
}
main .content h3 {
  font-size: 17px;
  color: #0054a4;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  main .content h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 380px) {
  main .content h3.ml0 {
    letter-spacing: -0.9px;
  }
}
main a {
  color: #000;
}
main p.note {
  color: #ed1b34;
  font-weight: 700;
  background: no-repeat 0 95%;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  display: inline;
}
main p.note img {
  margin-top: -5px;
  margin-right: 4px;
  position: relative;
}
main p.note img::after {
  border-bottom: solid 1px #ed1b34;
}
@media screen and (max-width: 768px) {
  main p.note img {
    margin-top: -8px;
  }
}

footer {
  padding-bottom: 46px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 20px;
  }
}
footer .footer-content {
  border: solid 0.5px #000;
  padding: 12px 0 10px;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  footer .footer-content {
    padding: 9px;
    border: solid 1.5px #000;
  }
}
@media screen and (max-width: 360px) {
  footer .footer-content span.only320 {
    display: block;
  }
}
footer .footer-content p {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  footer .footer-content p {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-content .f12 {
    font-size: 12px;
  }
}
footer .footer-content .f17 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  footer .footer-content .f17 {
    font-size: 14px;
  }
}
footer .footer-content .f19 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #000;
  text-decoration: none;
}
footer .footer-content .f19:hover {
  cursor: text;
}
@media screen and (max-width: 768px) {
  footer .footer-content .f19 {
    font-size: 14px;
    color: #000;
    text-decoration: none;
  }
}
footer .footer-content .f21 {
  font-size: 21px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .footer-content .f21 {
    font-size: 14px;
  }
}
footer .footer-content .f21 span.only_sp {
  font-weight: 400;
  font-size: 13px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  footer .footer-content .f21 span.only_sp {
    font-size: 11px;
    display: block;
    margin-left: 0;
    margin-top: 4px;
    color: #000;
    text-decoration: none;
  }
}/*# sourceMappingURL=index.css.map */