@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 3.6vw;
  line-height: 1.4074074074;
  background: white;
}

header {
  width: 100%;
  min-height: 16vw;
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #fdfdfd;
  border-top: 0.6666666667vw solid #eb6d77;
  box-shadow: 0vw 0.4vw 0.4vw rgba(0, 0, 0, 0.3);
  z-index: 5;
}
header h1 {
  width: 73.3333333333vw;
  height: 6vw;
  position: absolute;
  top: 4.6666666667vw;
  left: 4vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
header h1 img {
  width: 100%;
  height: auto;
}

main {
  margin: 22.6666666667vw 6.6666666667vw 16vw;
  padding: 2.6666666667vw;
  background: white;
  border: 1px solid #eb6d77;
}
main h1 {
  margin: 0.8em 0 0;
  font-size: 186.6666666667%;
  line-height: 1.1428571429;
  color: #f06393;
}
main h2 {
  width: 100%;
  box-sizing: border-box;
  margin: 2em 0 0;
  padding: 0.5em 1em;
  font-size: 133.3333333333%;
  line-height: 1.5;
  color: white;
  background: #f06393;
}
main h3 {
  width: 100%;
  box-sizing: border-box;
  margin: 2em 0 0;
  padding: 0.5em 1em;
  font-size: 113.3333333333%;
  line-height: 1.2941176471;
  color: #f06393;
  background: #fff2f9;
}
main h4 {
  width: 100%;
  box-sizing: border-box;
  margin: 2em 0 0;
  padding: 0.5em 1em;
  font-size: 113.3333333333%;
  line-height: 1.2941176471;
  color: #f06393;
  border-bottom: 2px dotted #f06393;
}
main h5 {
  margin: 2em 0 0;
  padding: 0 1em;
  font-size: 113.3333333333%;
  line-height: 1.2941176471;
  color: black;
}
main div {
  margin: 1.5em 0 0;
  padding: 0;
}
main div.column {
  padding: 1em;
}
main div.column > h1:first-child, main div.column > h2:first-child, main div.column > h3:first-child, main div.column > h4:first-child, main div.column > h5:first-child, main div.column > div:first-child, main div.column > p:first-child, main div.column > ul:first-child, main div.column > ol:first-child, main div.column > table:first-child {
  margin: 0;
}
main div.flexlist {
  display: flex;
  flex-wrap: wrap;
}
main div.flexlist > div {
  display: flex;
  width: 25%;
  box-sizing: border-box;
  padding: 0.2962962963em;
}
main div.flexlist > div.jccenter {
  justify-content: center;
}
main div.flexlist > div.atcenter {
  align-items: center;
}
main div.flexlist.col3 > div {
  width: 33%;
}
main div.graph {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0.8888888889em auto 0;
  padding: 0;
}
main div.graph div {
  display: flex;
  box-sizing: border-box;
  position: absolute;
  margin: 0;
  padding: 0;
}
main div.scrollbox {
  width: 100%;
  overflow: auto;
  padding: 0;
}
main div.scrollbox::before {
  content: "※この表は右にスクロールできます。";
  font-size: 81.4814814815%;
  line-height: 1.3636363636;
  color: red;
}
main div.scrollbox > table {
  display: block;
  width: 100%;
  margin: 0;
}
main div.indent {
  margin: 0 0 0 1em;
}
main p {
  margin: 1.5em 0 0;
  font-size: 100%;
  line-height: 1.4666666667;
  color: black;
  text-indent: 1em;
  /*
    &.notice{
      display:flex;
      font-size:math.div(22,27)*100%; line-height:math.div(30,22);
      text-indent:0;
      color:rgb(51,51,51);

      >span:first-child{
        display:inline-block;
        min-width:2em;
        white-space:nowrap;
        color:rgb(255,0,0);
      }
    }
  */
}
main p img {
  max-width: 100%;
  height: auto;
}
main ul {
  margin: 1.5em 0 0;
  padding: 0;
  font-size: 100%;
  line-height: 0;
  list-style: none;
}
main ul li {
  display: table;
  margin: 0.5em 0 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4666666667;
  color: black;
}
main ul li::before {
  content: "";
  display: table-cell;
  width: 1em;
  height: 1.4666666667em;
  overflow: hidden;
  padding: 0 0.1em 0 0;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../image/content_ul.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 1.4666666667em;
}
main ul li ul, main ul li ol {
  margin: 0;
}
main ul.notice li::before {
  content: attr(data-content);
  width: auto;
  height: auto;
  padding: 0 0.2em 0 0;
  text-indent: 0;
  background: none;
}
main ul.notice li.bcred::before {
  color: red;
}
main ol {
  margin: 1.5em 0 0;
  padding: 0;
  font-size: 100%;
  line-height: 0;
  list-style: none;
  counter-reset: counter;
}
main ol li {
  display: table;
  margin: 0.5em 0 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4666666667;
  color: black;
  counter-increment: counter;
}
main ol li:nth-of-type(1) {
  margin: 0;
}
main ol li::before {
  content: counter(counter) ".";
  display: table-cell;
  width: auto;
  height: auto;
  padding: 0 0.2em 0 0;
  white-space: nowrap;
  flex: 0 0 auto;
}
main ol li.bcred::before {
  color: red;
}
main ol li ul, main ol li ol {
  margin: 0;
}
main ol.liststyle_roundnum > li:nth-of-type(1)::before, main ol.liststyle_roundnum > a > li:nth-of-type(1)::before {
  content: "①";
}
main ol.liststyle_roundnum > li:nth-of-type(2)::before, main ol.liststyle_roundnum > a > li:nth-of-type(2)::before {
  content: "②";
}
main ol.liststyle_roundnum > li:nth-of-type(3)::before, main ol.liststyle_roundnum > a > li:nth-of-type(3)::before {
  content: "③";
}
main ol.liststyle_roundnum > li:nth-of-type(4)::before, main ol.liststyle_roundnum > a > li:nth-of-type(4)::before {
  content: "④";
}
main ol.liststyle_roundnum > li:nth-of-type(5)::before, main ol.liststyle_roundnum > a > li:nth-of-type(5)::before {
  content: "⑤";
}
main ol.liststyle_roundnum > li:nth-of-type(6)::before, main ol.liststyle_roundnum > a > li:nth-of-type(6)::before {
  content: "⑥";
}
main ol.liststyle_roundnum > li:nth-of-type(7)::before, main ol.liststyle_roundnum > a > li:nth-of-type(7)::before {
  content: "⑦";
}
main ol.liststyle_roundnum > li:nth-of-type(8)::before, main ol.liststyle_roundnum > a > li:nth-of-type(8)::before {
  content: "⑧";
}
main ol.liststyle_roundnum > li:nth-of-type(9)::before, main ol.liststyle_roundnum > a > li:nth-of-type(9)::before {
  content: "⑨";
}
main ol.liststyle_roundnum > li:nth-of-type(10)::before, main ol.liststyle_roundnum > a > li:nth-of-type(10)::before {
  content: "⑩";
}
main ol.liststyle_roundnum > li:nth-of-type(11)::before, main ol.liststyle_roundnum > a > li:nth-of-type(11)::before {
  content: "⑪";
}
main ol.liststyle_roundnum > li:nth-of-type(12)::before, main ol.liststyle_roundnum > a > li:nth-of-type(12)::before {
  content: "⑫";
}
main ol.liststyle_roundnum > li:nth-of-type(13)::before, main ol.liststyle_roundnum > a > li:nth-of-type(13)::before {
  content: "⑬";
}
main ol.liststyle_roundnum > li:nth-of-type(14)::before, main ol.liststyle_roundnum > a > li:nth-of-type(14)::before {
  content: "⑭";
}
main ol.liststyle_roundnum > li:nth-of-type(15)::before, main ol.liststyle_roundnum > a > li:nth-of-type(15)::before {
  content: "⑮";
}
main ol.liststyle_roundnum > li:nth-of-type(16)::before, main ol.liststyle_roundnum > a > li:nth-of-type(16)::before {
  content: "⑯";
}
main ol.liststyle_roundnum > li:nth-of-type(17)::before, main ol.liststyle_roundnum > a > li:nth-of-type(17)::before {
  content: "⑰";
}
main ol.liststyle_roundnum > li:nth-of-type(18)::before, main ol.liststyle_roundnum > a > li:nth-of-type(18)::before {
  content: "⑱";
}
main ol.liststyle_roundnum > li:nth-of-type(19)::before, main ol.liststyle_roundnum > a > li:nth-of-type(19)::before {
  content: "⑲";
}
main ol.liststyle_roundnum > li:nth-of-type(20)::before, main ol.liststyle_roundnum > a > li:nth-of-type(20)::before {
  content: "⑳";
}
main ol.liststyle_roundnum > li:nth-of-type(21)::before, main ol.liststyle_roundnum > a > li:nth-of-type(21)::before {
  content: "㉑";
}
main ol.liststyle_roundnum > li:nth-of-type(22)::before, main ol.liststyle_roundnum > a > li:nth-of-type(22)::before {
  content: "㉒";
}
main ol.liststyle_roundnum > li:nth-of-type(23)::before, main ol.liststyle_roundnum > a > li:nth-of-type(23)::before {
  content: "㉓";
}
main ol.liststyle_roundnum > li:nth-of-type(24)::before, main ol.liststyle_roundnum > a > li:nth-of-type(24)::before {
  content: "㉔";
}
main ol.liststyle_roundnum > li:nth-of-type(25)::before, main ol.liststyle_roundnum > a > li:nth-of-type(25)::before {
  content: "㉕";
}
main ol.liststyle_roundnum > li:nth-of-type(26)::before, main ol.liststyle_roundnum > a > li:nth-of-type(26)::before {
  content: "㉖";
}
main ol.liststyle_roundnum > li:nth-of-type(27)::before, main ol.liststyle_roundnum > a > li:nth-of-type(27)::before {
  content: "㉗";
}
main ol.liststyle_roundnum > li:nth-of-type(28)::before, main ol.liststyle_roundnum > a > li:nth-of-type(28)::before {
  content: "㉘";
}
main ol.liststyle_roundnum > li:nth-of-type(29)::before, main ol.liststyle_roundnum > a > li:nth-of-type(29)::before {
  content: "㉙";
}
main ol.liststyle_roundnum > li:nth-of-type(30)::before, main ol.liststyle_roundnum > a > li:nth-of-type(30)::before {
  content: "㉚";
}
main ol.liststyle_parenthesesnum > li::before, main ol.liststyle_parenthesesnum > a > li::before {
  content: "（" counter(counter) "）";
  padding: 0;
}
main table {
  margin: 1.5em 0 0;
  border-collapse: collapse;
}
main table caption {
  margin: 0 0 0.5em;
  font-weight: bold;
  font-size: 113.3333333333%;
  line-height: 1.2941176471;
  text-align: left;
  color: black;
}
main table th {
  padding: 0.5em;
  font-size: 106.6666666667%;
  line-height: 1.375;
  color: black;
  background: #fff2f9;
  border: 1px solid #f06393;
}
main table td {
  padding: 0.5em;
  font-size: 100%;
  line-height: 1.4666666667;
  color: black;
  border: 1px solid #f06393;
}
main table thead th {
  background: #e6f9ff;
}
main table tbody th {
  background: #fff2f9;
}
main iframe {
  width: 100%;
  margin: 1.5em 0 0;
}
main > h1:first-child, main > h2:first-child, main > h3:first-child, main > h4:first-child, main > h5:first-child, main > div:first-child, main > p:first-child, main > ul:first-child, main > ol:first-child, main > table:first-child {
  margin: 0;
}
main a {
  color: #f06393;
}
main sup {
  font-size: 50%;
}
main .tacenter {
  text-align: center;
}
main .taleft {
  text-align: left;
}
main .taright {
  text-align: right;
}
main .vatop {
  vertical-align: top;
}
main .vamiddle {
  vertical-align: middle;
}
main .vabottom {
  vertical-align: bottom;
}
main .mt0 {
  margin-top: 0;
}
main .mt05 {
  margin-top: 0.5em;
}
main .mt10 {
  margin-top: 1em;
}
main .mt15 {
  margin-top: 1.5em;
}
main .mt20 {
  margin-top: 2em;
}
main .noindent {
  text-indent: 0em;
}
main .fs140 {
  font-size: 140%;
}
main .fs120 {
  font-size: 120%;
}
main .fs100 {
  font-size: 100%;
}
main .fs80 {
  font-size: 80%;
}
main .fs60 {
  font-size: 60%;
}
main .cblack {
  color: black;
}
main .crichblack {
  color: black;
}
main .cwhite {
  color: white;
}
main .cred {
  color: red;
}
main .cpink {
  color: #f06393;
}
main .bdpink {
  border: 1px solid #f06393;
}
main .bdblack {
  border: 1px solid black;
}
main .bgcream {
  background: #fffff8;
}
main .bgpeach {
  background: #fff2f9;
}
@media (min-width: 768px), print {
  main div.scrollbox.sponly::before {
    display: none;
  }
}

footer {
  width: 100%;
  position: relative;
  margin: -5.4666666667vw 0 0;
  padding: 1px 0 0;
}
footer .pagetop {
  width: 29.2vw;
  height: 5.4666666667vw;
  position: absolute;
  top: 0;
  right: 4vw;
  margin: 0;
  padding: 0;
  background: #f06393;
  border-radius: 2.4vw 2.4vw 0 0;
}
footer .pagetop img {
  width: 100%;
  height: auto;
}
footer .frame {
  width: 100%;
  margin: 5.2% 0 0;
  padding: 0 0 2.4%;
  background: #f06393;
  border-top: 1px solid #f06393;
}
footer .frame .link {
  display: flex;
  width: 86.6666666667%;
  margin: 5.8666666667% auto 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.0666666667vw 3.4666666667vw;
}
footer .frame .link a {
  color: white;
  text-decoration: none;
}
footer .frame .link li {
  position: relative;
  margin: 0;
  padding: 0 0 0 4.8vw;
  font-weight: bold;
  font-size: 91.6666666667%;
  line-height: 1.1363636364;
  color: white;
}
footer .frame .link li::before {
  content: "&gt;";
  display: block;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../image/footer_link.svg) center/contain no-repeat;
  transform: rotate(-90deg);
}
footer .frame .copyright {
  width: 86.6666666667%;
  margin: 3.8666666667% auto 0;
  padding: 2.8% 2.6666666667% 0;
  font-size: 75%;
  line-height: 2;
  color: white;
  border-top: 1px solid white;
}

@media (min-width: 769px), print {
  body {
    min-width: 640px;
    font-size: 17px;
    line-height: 1.7647058824;
  }

  .frame {
    width: 715px;
    height: auto;
    position: relative;
    margin: 0 auto;
  }

  header {
    width: 100%;
    height: 90px;
    min-height: auto;
    position: relative;
    background: transparent;
    border-top: 5px solid #f06393;
    border-bottom: 5px solid #e8e8e8;
    box-shadow: none;
  }
  header h1 {
    width: 380px;
    height: 31px;
    top: 25px;
    left: 0;
  }

  main {
    max-width: 715px;
    box-sizing: border-box;
    margin: 48px auto 100px;
    padding: 28px;
  }

  footer {
    margin: -40px 0 0;
  }
  footer .pagetop {
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    top: 0;
    right: 50%;
    text-align: center;
    border-radius: 18px 18px 0 0;
    transform: translate(490px, 0);
  }
  footer .pagetop img {
    width: 80%;
  }
  footer .pagetop img:hover {
    opacity: 0.5;
  }
  footer .frame {
    margin: 39px 0 0;
    padding: 0 0 28px;
  }
  footer .frame .link {
    width: 810px;
    margin: 18px auto 0;
    padding: 0;
    gap: 0 30px;
  }
  footer .frame .link a {
    color: white;
    text-decoration: none;
  }
  footer .frame .link li {
    margin: 0;
    padding: 0 0 0 26px;
    font-size: 16px;
    line-height: 22px;
  }
  footer .frame .link li::before {
    width: 22px;
    height: 22px;
  }
  footer .frame .link li:hover {
    opacity: 0.5;
  }
  footer .frame .copyright {
    width: 810px;
    box-sizing: border-box;
    margin: 20px auto 0;
    padding: 23px 125px 0;
    font-size: 16px;
    line-height: 1;
    text-align: center;
  }
}