@charset "UTF-8";
.page p, .page span, .page a, .page h2, .page h3 {
  line-height: 1.5;
}
.page a {
  display: block;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.page a:hover {
  opacity: 0.6;
}
.page img {
  max-width: 100%;
  height: auto;
}
.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}
.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page .title {
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .title {
    margin: 3.9vw auto 6.5vw;
  }
}
.page .title_text {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .title_text {
    font-size: 4.7vw;
  }
}
.page .accordion_about {
  margin: 0 auto;
}
.page .sec {
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page .sec {
    margin-bottom: 3.9vw;
  }
}
.page .sec_inner {
  display: none;
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  max-width: 980px;
  width: 96%;
  margin: 0 auto;
  padding: 30px 30px 50px;
}
@media screen and (max-width: 768px) {
  .page .sec_inner {
    width: 89.6vw;
    padding: 3.9vw 3.9vw 6.5vw;
  }
}
.page .sec_inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 730px;
  width: 96%;
  margin: 0 auto;
}
.page .sec_inner_item {
  width: 48%;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .page .sec_inner_item {
    margin-top: 3.9vw;
  }
}
.page .sec_inner_item:nth-of-type(-n+2) {
  margin-top: 0;
}
.page .sec_inner_item .link {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 7px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 768px) {
  .page .sec_inner_item .link {
    font-size: 2.9vw;
    margin-bottom: 0.7vw;
  }
}
.page .sec_inner_item .nolink {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .page .sec_inner_item .nolink {
    font-size: 2.9vw;
    margin-bottom: 0.7vw;
  }
}
.page .sec_inner_item .term {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .sec_inner_item .term {
    font-size: 2.1vw;
    margin-bottom: 0.7vw;
  }
}
.page .sec-open {
  max-width: 980px;
  width: 96%;
  margin: 0 auto;
  padding: 25px 70px;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  background: #EDEDED;
  border: 1px solid #333333;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page .sec-open {
    width: 89.6vw;
    padding: 2.6vw 11.7vw;
    font-size: 3.5vw;
  }
}
.page .sec-open.active {
  border-bottom: none;
}
.page .sec-open.active::before {
  content: "×";
}
.page .sec-open::before {
  content: "＋";
  position: absolute;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .page .sec-open::before {
    left: 5.5vw;
  }
}
.page .sec-open:hover {
  opacity: 0.6;
}
.page .note {
  max-width: 980px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .page .note {
    width: 89.6vw;
    margin-bottom: 5.2vw;
  }
}
.page .note_text {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .note_text {
    font-size: 2.6vw;
  }
}