@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Roboto:wght@300;400;500&display=swap");
.c5-container {
  box-sizing: border-box;
  width: 100%;
  margin: 30px auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #202020;
}
.c5-container * {
  box-sizing: border-box;
}
.c5-container h2, .c5-container h3, .c5-container h4, .c5-container p, .c5-container ul, .c5-container li, .c5-container a, .c5-container img {
  margin-top: 0;
}
.c5-container img {
  display: block;
  max-width: 100%;
}
.c5-container a:hover {
  text-decoration: none;
}
.c5-container ul, .c5-container ol {
  list-style: none;
}
.c5-container .sp {
  display: block;
}
.c5-container .pc {
  display: none;
}
.c5-container .c5-reg {
  font-weight: 300;
}

.c5__font-robo {
  font-family: "Roboto", sans-serif;
}

/*
.c5-container__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
*/
.cf:after {
  content: "";
  clear: both;
  display: block;
}

.c5-container a > img {
  transition: opacity 0.3s;
}
.c5-container a > img:hover {
  opacity: 0.7;
}

ul.c5-note {
  margin: 0 auto;
  padding-left: 0;
}

.c5-note li,
.c5-note p {
  font-size: 11px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
  margin-bottom: 0;
}

.c5__nav__wrap {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: calc(100% + 10px);
  max-width: 1100px;
  margin: 0 auto 30px;
  padding: 0 10px;
}
.c5__nav__wrap a {
  display: block;
  width: calc(25% - 10px);
  margin: 0 10px 0 0;
}
.c5__nav__wrap a img {
  width: 100%;
}
.c5__nav__wrap a img:hover {
  opacity: 1;
}

.c5__head__wrap {
  max-width: 530px;
  margin: 0 auto;
  padding: 0 10px;
}
.c5__head__ban {
  display: block;
  margin: 0 auto 25px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.c5__head__ban-inner {
  padding: 5px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  transition: all 0.3s;
}
.c5__head__ban-inner .c5-arrow {
  font-size: 0.8em;
  padding-left: 5px;
}
.c5__head__ban:hover, .c5__head__ban.active {
  color: inherit;
}
.c5__head__ban:hover .c5__head__ban-inner, .c5__head__ban.active .c5__head__ban-inner {
  background-color: #d8c2eb;
}
.c5__contents {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}

.c5-ttl__wrap {
  border: 1px solid #555;
  border-bottom: none;
}
.c5-ttl__wrap h1 {
  margin: 0 auto;
  border-bottom: 1px solid #555;
  line-height: 1;
}
.c5-ttl__txt {
  padding: 15px;
  background-color: #fdf5eb;
  position: relative;
}
.c5-ttl__txt h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto 10px;
}
.c5-ttl__txt p {
  font-size: 12px;
  line-height: 1.75;
  margin: 0 0 15px;
  font-feature-settings: "palt" 1;
}

.c5-page__content {
  border: 1px solid #555;
  padding: 50px 0 20px;
}
.c5-page__content-inner {
  padding: 0 15px;
}
.c5-page__txt {
  font-size: 12px;
  line-height: 1.67;
}
.c5-sec__ttl {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #fff100;
  letter-spacing: 0.5px;
  background-color: #2f7848;
  border-radius: 3px;
  margin: 0 auto 15px;
  padding: 5px 0;
}
.c5-sec__ttl.c5-blue {
  background-color: #2866ae;
}
.c5-sec__subTtl {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
.c5-sec__img img {
  margin: 0 auto;
}
.c5-step:not(:last-child) {
  margin: 0 auto 15px;
}
.c5-step p {
  margin: 0;
}
.c5-step p:first-child {
  width: 85%;
  font-size: 13px;
  margin-bottom: 6px;
  padding: 2px 10px;
  border-radius: 3px;
  background-color: #b4dcb7;
}
.c5-step p:first-child span {
  padding-right: 5px;
}
.c5-step p:first-child.c5-blue {
  background-color: #bcd1eb;
}
.c5-step p:last-child {
  font-size: 12px;
}
.c5-posa {
  position: absolute;
}

.c5-movie {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin: 0 auto;
  background-color: #ddd;
}
.c5-movie iframe,
.c5-movie video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.c5-btn {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 12px;
  text-align: center;
  border: 2px solid #b8b8b8;
  transition: all 0.3s;
  position: relative;
}
.c5-btn__wrap {
  margin: 0 auto;
}
.c5-btn__wrap p {
  margin: 15px auto 0;
  text-align: center;
  font-size: 12px;
}
.c5-btn.c5-window::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: url("../img2/icn_w.png") no-repeat 0 0;
  background-size: contain;
}
.c5-obi__ttl p {
  font-size: 15px;
  margin-bottom: 25px;
  padding: 5px 0;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.c5-obi__ttl.c5-tac {
  text-align: center;
}
.c5-obi__ttl.c5-pad {
  padding-left: 2em;
}
.c5-anchor__wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #111;
  border-bottom: none;
}
.c5-anchor__content {
  width: 50%;
  padding: 10px 0;
  position: relative;
  background-color: #a0a0a0;
  transition: all 0.3s;
}
.c5-anchor__content:first-child {
  border-right: 1px dashed #111;
}
.c5-anchor__content p {
  width: 80%;
  font-size: 11px;
  font-weight: bold;
  margin: 0 auto;
  padding-left: 1em;
  text-indent: -1em;
  text-align: center;
}
.c5-anchor__content p .arrow {
  display: inline-block;
  position: relative;
  text-align: left;
}
.c5-anchor__content p .arrow::after {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-top: 1px solid #202020;
  border-right: 1px solid #202020;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%) rotate(45deg);
}
.c5-anchor__content ul {
  display: table;
  width: auto;
  margin: 10px auto 0;
  padding-left: 0;
  text-align: left;
}
.c5-anchor__content ul li {
  font-size: 10px;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.c5-anchor__content a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c5-page1 .c5-ttl__wrap,
.c5-page1 .c5-ttl__wrap h1,
.c5-page1 .c5-page__content {
  border-color: #fee1ad;
}
.c5-page1 .c5-ttl__txt p {
  margin-bottom: 25px;
}
.c5-page1 .c5-icnLogo {
  width: 55%;
}
.c5-page1 .c5-posa {
  width: 30%;
  bottom: 5px;
  right: 10px;
}
.c5-page1 .c5-sec__ttl span {
  font-weight: normal;
}
.c5-page1 .c5-sec__img {
  margin: 30px auto;
}
.c5-page1 .c5-btn:hover {
  color: #fee1ad;
  border-color: #fee1ad;
}
.c5-page2 .c5-ttl__wrap,
.c5-page2 .c5-ttl__wrap h1,
.c5-page2 .c5-page__content {
  border-color: #efbab3;
}
.c5-page2 .c5-ttl__txt p {
  margin-bottom: 45px;
}
.c5-page2 .c5-icnLogo {
  position: relative;
  left: 10%;
  top: -20px;
  width: 30%;
}
.c5-page2 .c5-posa {
  width: 40%;
  bottom: 5px;
  right: 10%;
}
.c5-page2 .c5-sec1 {
  margin-bottom: 35px;
}
.c5-page2 .c5-sec2 .c5-step__wrap {
  margin-bottom: 35px;
}
.c5-page2 .c5-btn:hover {
  color: #efbab3;
  border-color: #efbab3;
}
.c5-page3 .c5-ttl__wrap,
.c5-page3 .c5-ttl__wrap h1,
.c5-page3 .c5-page__content {
  border-color: #b0dcb1;
}
.c5-page3 .c5-ttl__txt p {
  margin-bottom: 50px;
}
.c5-page3 .c5-ttl__txt p span {
  font-size: 11px;
}
.c5-page3 .c5-posa {
  width: 63%;
  bottom: 5px;
  right: 10px;
}
.c5-page3 .c5-obi__ttl {
  background-color: #b0dcb1;
}
.c5-page3 .c5-step__wrap {
  margin-bottom: 35px;
}
.c5-page3 .c5-movie {
  margin: 0 auto 30px;
}
.c5-page3 .c5-btn__wrap {
  margin-bottom: 35px;
}
.c5-page3 .c5-btn:hover {
  color: #b0dcb1;
  border-color: #b0dcb1;
}
.c5-page3 .c5-sec1 {
  margin-bottom: 35px;
}
.c5-page3 .c5-sec1 .c5-step__wrap {
  margin-bottom: 15px;
}
.c5-page3 .c5-sec2 {
  margin-bottom: 50px;
}
.c5-page3 .c5-sec__img {
  margin: 25px auto;
}
.c5-page3 .c5-sec__img img {
  width: 80%;
  margin: 0 auto;
}
.c5-page3 .c5-anchor__wrap {
  border-color: #b0dcb1;
}
.c5-page3 .c5-anchor__content:first-child {
  border-color: #4a834c;
}
.c5-page3 .c5-anchor__content:first-child p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c5-page3 .c5-anchor__content.active {
  background-color: #b0dcb1;
}
.c5-page4 .c5-ttl__wrap,
.c5-page4 .c5-ttl__wrap h1,
.c5-page4 .c5-page__content {
  border-color: #bdd5ee;
}
.c5-page4 .c5-ttl__txt p {
  width: 65%;
  margin-bottom: 0;
}
.c5-page4 .c5-posa {
  width: 35%;
  max-width: 150px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.c5-page4 .c5-obi__ttl {
  background-color: #bdd5ee;
}
.c5-page4 .c5-btn:hover {
  color: #bdd5ee;
  border-color: #bdd5ee;
}
.c5-page4 .c5-sec__subTtl span {
  color: #bdd5ee;
}
.c5-page4 .c5-sec1 .c5-sec__img {
  margin: 30px auto 10px;
}
.c5-page4 .c5-sec1 .c5-note {
  margin-bottom: 30px;
}
.c5-page4 .c5-sec1 .c5-movie {
  margin: 0 auto 30px;
}
.c5-page4 .c5-sec1 .c5-btn__wrap {
  margin-bottom: 30px;
}
.c5-page4 .c5-sec1 .c5-btn__wrap a {
  border-color: #bdd5ee;
}
.c5-page4 .c5-sec1 .c5-btn__wrap a:first-child {
  margin-bottom: 30px;
  padding: 0.3em 0;
}
.c5-page4 .c5-sec1 .c5-btn__wrap.ex {
  margin-bottom: 50px;
}
.c5-page4 .c5-sec1 .c5-btn__wrap.ex a {
  border-color: #b8b8b8;
  padding: 1em 0;
}
.c5-page4 .c5-sec1 .c5-btn__wrap.ex a:hover {
  border-color: #bdd5ee;
}
.c5-page4 .c5-sec2 {
  margin-bottom: 50px;
}
.c5-page4 .c5-sec2 .c5-sec__img {
  width: 80%;
  margin: 30px auto;
}
.c5-page4 .c5-sec2 .c5-movie {
  margin-bottom: 35px;
}
.c5-page4 .c5-sec3 .c5-page__txt {
  margin-bottom: 25px;
}
.c5-page4 .c5-sec3 .c5-page__txt.ex {
  margin-bottom: 35px;
}
.c5-page4 .c5-sec3 .c5-page__txt.ex2 {
  margin-bottom: 10px;
}
.c5-page4 .c5-sec3 .c5-step__wrap {
  margin-bottom: 20px;
}
.c5-page4 .c5-sec3 .c5-sec__img.first {
  width: 85%;
  margin: 0 auto 30px;
}
.c5-page4 .c5-sec3 .c5-sec__img.second {
  margin: 0 auto 30px;
}
.c5-page4 .c5-sec3__sub {
  margin-bottom: 30px;
}
.c5-page4 .c5-sec3__sub p:first-child {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.c5-page4 .c5-sec3__sub p:last-child {
  font-size: 12px;
  line-height: 1.56;
  padding-left: 2em;
  margin-bottom: 0;
}
.c5-page4 .c5-sec3 .c5-movie {
  margin-bottom: 35px;
}
.c5-page4 .c5-anchor__wrap {
  border-color: #bdd5ee;
}
.c5-page4 .c5-anchor__content.active {
  background-color: #bdd5ee;
}
.c5-page4 .c5-anchor__content:first-child {
  border-color: #5176b7;
}
.c5-page5 .c5-ttl__wrap,
.c5-page5 .c5-page__content {
  border-color: #d8c2eb;
}
.c5-page5 .c5-ttl__txt {
  padding: 0 0 15px;
}
.c5-page5 .c5-ttl__txt h1 {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.3;
  border-color: #d8c2eb;
  background-color: #8f64aa;
}
.c5-page5 .c5-ttl__txt-inner {
  padding: 10px;
}
.c5-page5 .c5-ttl__txt p {
  margin-bottom: 25px;
  font-weight: bold;
}
.c5-page5 .c5-ttl__txt .c5-note li {
  line-height: 1.75;
  font-feature-settings: "palt" 1;
}
.c5-page5 .c5-obi__ttl {
  background-color: #d8c2eb;
}
.c5-page5 .c5-obi__ttl.c5-pad {
  padding-left: 1em;
}
.c5-page5 .c5-btn:hover {
  color: #d8c2eb;
  border-color: #d8c2eb;
}
.c5-page5 .c5-page__txt {
  margin-bottom: 30px;
}
.c5-page5 .c5-page__txt.ex {
  margin-bottom: 0;
}
.c5-page5 .c5-page__txt.c5-mb20 {
  margin-bottom: 20px;
}
.c5-page5 .c5-step__wrap {
  margin-bottom: 30px;
}
.c5-page5 .c5-movie {
  margin-bottom: 30px;
}
.c5-page5 .c5-sec1 {
  margin-bottom: 50px;
}
.c5-page5 .c5-sec2 {
  margin-bottom: 40px;
}
.c5-page5 .c5-sec2 p.c5-page__txt:first-child {
  margin-bottom: 0;
}
.c5-page5 .c5-sec2 .c5-note {
  margin-bottom: 20px;
}
.c5-page5 .c5-sec2 .c5-sec__img {
  width: 85%;
  margin: 0 auto 30px;
}
.c5-page5 .c5-sec__subTtl {
  font-size: 14px;
}
.c5-page5 .c5-sec__subTtl span {
  color: #d8c2eb;
}
.c5-page5 .c5-sec__subTtl.ex span {
  color: #2f7848;
}
.c5-page5 .c5-sec3 {
  margin-bottom: 45px;
}
.c5-page5 .c5-sec3 .c5-sec__img {
  width: 80%;
  margin: 30px auto;
}
.c5-page5 .c5-sec3 .c5-sec__img.bottom {
  width: 100%;
}
.c5-page5 .c5-sec4 .c5-sec__img {
  width: 85%;
  margin: 0 auto 30px;
}
.c5-page5 .c5-sec5 {
  margin-bottom: 35px;
}
.c5-page5 .c5-sec5 .c5-step p:last-child {
  word-break: break-all;
  font-feature-settings: "palt" 1;
}
.c5-page5 .c5-sec5 .c5-btn__wrap a:first-child {
  margin-bottom: 20px;
}
.c5-page5 .c5-anchor__wrap {
  border-color: #d8c2eb;
}
.c5-page5 .c5-anchor__content.active {
  background-color: #d8c2eb;
}
.c5-page5 .c5-anchor__content:first-child {
  border-color: #8f64aa;
}
.c5-page5 .c5-anchor__content:first-child p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c5-page5 .c5-anchor__content:last-child ul {
  width: 95%;
  display: flex;
  justify-content: center;
}
.c5-page5 .c5-anchor__content:last-child ul li:first-child {
  margin-right: 0.2em;
}
@media screen and (min-width: 500px) {
  .c5-page3 .c5-ttl__txt p {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 750px) {
  .c5-container {
    margin-top: 90px;
  }
  .c5-container .sp {
    display: none;
  }
  .c5-container .pc {
    display: block;
  }
  .c5__nav__wrap {
    width: calc(100% + 20px);
    margin: 0 auto 65px;
  }
  .c5__nav__wrap a {
    width: calc(25% - 20px);
    max-width: 249px;
    margin: 0 20px 0 0;
  }
  .c5__head__wrap {
    padding: 0 15px;
  }
  .c5__head__ban {
    margin: 0 auto 70px;
    font-size: 16px;
  }
  .c5__head__ban-inner {
    padding: 1em 10px;
  }
  .c5-note li,
  .c5-note p {
    font-size: 14px;
  }
  .c5-ttl__wrap {
    display: flex;
    justify-content: center;
    border-width: 3px;
  }
  .c5-ttl__wrap h1 {
    border: none;
    width: 24.7%;
    max-width: 257px;
    margin: 0;
    position: relative;
  }
  .c5-ttl__wrap h1 img {
    position: absolute;
    bottom: 0;
  }
  .c5-ttl__txt {
    width: 75.3%;
    padding: 14px 10px;
  }
  .c5-ttl__txt h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .c5-ttl__txt p {
    font-size: 14px;
    line-height: 1.78;
  }
  .c5-page__content {
    border-width: 3px;
    padding-bottom: 30px;
  }
  .c5-page__content-inner {
    padding: 0 40px;
  }
  .c5-page__txt {
    font-size: 16px;
    line-height: 1.56;
  }
  .c5-sec__ttl {
    font-size: 24px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin: 0 auto 30px;
  }
  .c5-sec__subTtl {
    font-size: 24px;
  }
  .c5-step {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .c5-step:not(:last-child) {
    margin-bottom: 25px;
  }
  .c5-step p:first-child {
    width: 40%;
    font-size: 16px;
    margin-right: 5%;
    margin-bottom: 0;
    padding: 8px 10px 8px 2em;
    border-radius: 5px;
  }
  .c5-step p:last-child {
    width: 55%;
    font-size: 16px;
  }
  .c5-movie {
    width: 576px;
    height: 324px;
    padding: 0;
  }
  .c5-btn {
    max-width: 360px;
    font-size: 18px;
    border-width: 4px;
  }
  .c5-btn__wrap p {
    margin: 20px auto 0;
    font-size: 16px;
  }
  .c5-btn.c5-window::before {
    width: 25px;
    height: 21px;
  }
  .c5-obi__ttl p {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .c5-obi__ttl.c5-pad {
    padding-left: 0;
    text-align: center;
  }
  .c5-anchor__wrap {
    border-width: 2px;
  }
  .c5-anchor__content {
    padding: 20px 0;
  }
  .c5-anchor__content p {
    font-size: 24px;
  }
  .c5-anchor__content p .arrow::after {
    width: 16px;
    height: 16px;
    border-width: 3px;
    right: -30px;
  }
  .c5-anchor__content ul {
    margin: 15px auto 0;
  }
  .c5-anchor__content ul li {
    font-size: 20px;
  }
  .c5-page1 .c5-ttl__wrap h1 {
    background-color: #fee1ad;
  }
  .c5-page1 .c5-ttl__txt p {
    width: 68%;
    margin: 0 0 14px;
  }
  .c5-page1 .c5-icnLogo {
    width: auto;
  }
  .c5-page1 .c5-posa {
    width: 28%;
    bottom: auto;
    top: 25px;
  }
  .c5-page1 .c5-sec__img {
    margin: 70px auto;
  }
  .c5-page2 .c5-ttl__wrap h1 {
    background-color: #efbab3;
  }
  .c5-page2 .c5-ttl__txt p {
    width: 68%;
    margin-bottom: 25px;
  }
  .c5-page2 .c5-icnLogo {
    width: auto;
    position: static;
  }
  .c5-page2 .c5-posa {
    width: 30%;
    bottom: auto;
    right: 0;
    top: 45px;
  }
  .c5-page2 .c5-sec1 {
    margin-bottom: 70px;
  }
  .c5-page2 .c5-sec2 .c5-step__wrap {
    margin-bottom: 65px;
  }
  .c5-page3 .c5-ttl__wrap h1 {
    background-color: #b0dcb1;
  }
  .c5-page3 .c5-ttl__txt p {
    width: 69%;
    margin-bottom: 45px;
  }
  .c5-page3 .c5-ttl__txt p span {
    font-size: 14px;
  }
  .c5-page3 .c5-posa {
    width: 49.7%;
    max-width: 390px;
  }
  .c5-page3 .c5-step__wrap {
    margin-bottom: 65px;
  }
  .c5-page3 .c5-movie {
    margin: 0 auto 65px;
  }
  .c5-page3 .c5-btn__wrap {
    margin-bottom: 40px;
  }
  .c5-page3 .c5-sec1 {
    margin-bottom: 60px;
  }
  .c5-page3 .c5-sec1 .c5-step__wrap {
    margin-bottom: 20px;
  }
  .c5-page3 .c5-sec1 .c5-step:last-of-type {
    margin-bottom: 0;
  }
  .c5-page3 .c5-sec1-note {
    width: 54%;
    margin-right: 0;
  }
  .c5-page3 .c5-sec2 {
    margin-bottom: 95px;
  }
  .c5-page3 .c5-sec__img {
    margin: 25px auto 35px;
  }
  .c5-page3 .c5-sec__img img {
    width: auto;
  }
  .c5-page3 .c5-anchor__content:first-child {
    padding-top: 20px;
  }
  .c5-page3 .c5-anchor__content:first-child p {
    max-width: 280px;
  }
  .c5-page4 .c5-ttl__wrap h1 {
    background-color: #bdd5ee;
  }
  .c5-page4 .c5-ttl__txt p {
    width: 74%;
    margin-bottom: 63px;
  }
  .c5-page4 .c5-posa {
    width: 25%;
    max-width: 194px;
    right: 10px;
  }
  .c5-page4 .c5-sec1 .c5-sec__img {
    margin: 50px auto 20px;
  }
  .c5-page4 .c5-sec1 .c5-note {
    margin-bottom: 60px;
  }
  .c5-page4 .c5-sec1 .c5-movie {
    margin: 0 auto 50px;
  }
  .c5-page4 .c5-sec1 .c5-btn__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .c5-page4 .c5-sec1 .c5-btn__wrap a {
    width: 360px;
    margin: 0 30px 15px;
  }
  .c5-page4 .c5-sec1 .c5-btn__wrap a:first-child {
    margin-bottom: 15px;
  }
  .c5-page4 .c5-sec1 .c5-btn__wrap.ex {
    margin-bottom: 75px;
  }
  .c5-page4 .c5-sec2 {
    margin-bottom: 100px;
  }
  .c5-page4 .c5-sec2 .c5-sec__img {
    width: auto;
    margin: 60px auto;
  }
  .c5-page4 .c5-sec2 .c5-movie {
    margin-bottom: 60px;
  }
  .c5-page4 .c5-sec3 .c5-page__txt {
    margin-bottom: 45px;
  }
  .c5-page4 .c5-sec3 .c5-page__txt.ex {
    margin-bottom: 60px;
  }
  .c5-page4 .c5-sec3 .c5-page__txt.ex2 {
    margin-bottom: 20px;
  }
  .c5-page4 .c5-sec3 .c5-step__wrap {
    margin-bottom: 60px;
  }
  .c5-page4 .c5-sec3 .c5-sec__img.first {
    width: auto;
    margin: 0 auto 25px;
  }
  .c5-page4 .c5-sec3 .c5-sec__img.second {
    margin: 0 auto 60px;
  }
  .c5-page4 .c5-sec3__sub {
    margin-bottom: 50px;
  }
  .c5-page4 .c5-sec3__sub p:first-child {
    font-size: 22px;
  }
  .c5-page4 .c5-sec3__sub p:last-child {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 3em;
  }
  .c5-page4 .c5-sec3 .c5-movie {
    margin-bottom: 60px;
  }
  .c5-page5 .c5-ttl__wrap {
    display: block;
  }
  .c5-page5 .c5-ttl__txt {
    width: 100%;
    padding: 40px 15px;
  }
  .c5-page5 .c5-ttl__txt h1 {
    width: 100%;
    max-width: 100%;
    text-align: left;
    color: #202020;
    margin-bottom: 10px;
    padding: 0;
    font-size: 26px;
    background: none;
  }
  .c5-page5 .c5-ttl__txt-inner {
    padding: 0;
  }
  .c5-page5 .c5-ttl__txt p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .c5-page5 .c5-ttl__txt .c5-note li {
    font-size: 13px;
    line-height: 1.78;
  }
  .c5-page5 .c5-obi__ttl.c5-pad {
    padding-left: 0;
  }
  .c5-page5 .c5-page__txt {
    margin-bottom: 50px;
  }
  .c5-page5 .c5-page__txt.ex2 {
    text-align: center;
  }
  .c5-page5 .c5-step__wrap {
    margin-bottom: 60px;
  }
  .c5-page5 .c5-movie {
    margin-bottom: 60px;
  }
  .c5-page5 .c5-sec1 {
    margin-bottom: 100px;
  }
  .c5-page5 .c5-sec2 {
    margin-bottom: 60px;
  }
  .c5-page5 .c5-sec2 .c5-note {
    margin-bottom: 50px;
  }
  .c5-page5 .c5-sec2 .c5-sec__img {
    width: auto;
  }
  .c5-page5 .c5-sec__subTtl {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .c5-page5 .c5-sec3 {
    margin-bottom: 100px;
  }
  .c5-page5 .c5-sec3 .c5-sec__img {
    width: auto;
    margin: 50px auto;
  }
  .c5-page5 .c5-sec3 .c5-sec__img.bottom {
    width: auto;
  }
  .c5-page5 .c5-sec4 .c5-sec__img {
    width: auto;
  }
  .c5-page5 .c5-sec5 {
    margin-bottom: 70px;
  }
  .c5-page5 .c5-sec5 .c5-btn__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .c5-page5 .c5-sec5 .c5-btn__wrap a {
    width: 360px;
    margin: 0 30px 15px;
  }
  .c5-page5 .c5-sec5 .c5-btn__wrap a:first-child {
    margin-bottom: 15px;
  }
  .c5-page5 .c5-anchor__content:last-child ul {
    display: table;
    width: auto;
  }
  .c5-page5 .c5-anchor__content:last-child ul li:first-child {
    margin-right: 0;
  }
}
/*# sourceMappingURL=style2.css.map */