@charset "UTF-8";

/*$font02: "Comfortaa", sans-serif;
$font03: "vdl-penletter", sans-serif;*/
/* @font-face {
  font-family: 'font02';
  src: url('../../font/FOT-TsukuARdGothicStd-E.otf');
} */
/*
$width640: 640px;
$width768: 768px;
$width992: 992px;
$width1200: 1200px;
$width1400: 1400px;

@mixin w640 {
  @media (max-width: ($width640)) {
    @content;
  }
}
@mixin w768 {
  @media (max-width: ($width768)) {
    @content;
  }
}
@mixin w992 {
  @media (max-width: ($width992)) {
    @content;
  }
}
@mixin w1200 {
  @media (max-width: ($width1200)) {
    @content;
  }
}
@mixin w1400 {
  @media (max-width: ($width1400)) {
    @content;
  }
}
*/
@keyframes pyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }

  50% {
    transform: scale(1, 1) translate(0%, -7%);
  }

  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes fuwa {
  from {
    opacity: 0;
    margin-top: 60px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes fuwa2 {
  from {
    opacity: 0;
    margin-top: -30px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

/*白*/
/*グレー*/
/*グレー2*/
/*紺*/
/*水色*/
/*グレー3*/
/*オレンジ*/
/*水色2*/
/*透明*/
/*オレンジ2*/
/*水色3*/
/*水色4*/
.headerinner1 {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .headerinner1 {
    margin-bottom: 30px;
  }
}

.title-page {
  padding: 0 0 5px 0 !important;
  border-bottom: solid 1px #ffffff;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .title-page {
    padding: 0 0 15px 0 !important;
    margin-bottom: 30px;
  }
}

.title-page p {
  text-align: center;
}

.title-page p.title-page-p1 {
  margin-bottom: 10px;
  font-size: 28px;
  color: #1e78a0;
  font-weight: 600;
  line-height: 35px;
}

@media (min-width: 992px) {
  .title-page p.title-page-p1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
  }
}

.title-page p.title-page-p2 {
  font-size: 18px;
  line-height: 25px;
  margin: 0 20px 10px 20px;
}

@media (min-width: 992px) {
  .title-page p.title-page-p2 {
    font-size: 22px;
    line-height: 37px;
    margin: 0 20px 15px 20px;
  }
}

.page-content {
  width: 90%;
  margin: 0 auto 30px auto;
}

@media (min-width: 1200px) {
  .page-content {
    width: 1080px;
    margin: 0 auto 80px auto;
  }
}

.page-content.page-content2 {
  margin: 0 auto 20px auto;
}

.page-content3 {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .page-content3 {
    margin-bottom: 100px;
  }
}

.page-content3 .page-contents-item .content-01 {
  padding: 0;
  overflow: hidden;
}

.page-content3 .page-contents-item .content-01 .ul-syorui {
  padding: 30px;
}

@media (min-width: 992px) {
  .page-content3 .page-contents-item .content-01 .ul-syorui {
    padding: 50px;
  }
}

.bc-nav {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .bc-nav {
    width: 1080px;
  }
}

.bc-nav .breadcrumb {
  justify-content: flex-end;
}

.bc-nav .breadcrumb .breadcrumb-item {
  font-size: 12px;
}

@media (min-width: 992px) {
  .bc-nav .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
}

.bc-nav .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  color: #ffffff;
  content: '-';
}

.bc-nav .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}

.bc-nav .breadcrumb .breadcrumb-item a {
  display: inline-block;
  color: #ffffff;
}

.bc-nav .breadcrumb .breadcrumb-item a:hover {
  color: #1e78a0;
}

.cat-full {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
  justify-content: flex-start;
  margin: 0;
}

.cat-full.cat-full1 li {
  width: 100%;
  height: 30px;
  text-align: center;
  margin-bottom: 10px !important;
}

@media (min-width: 992px) {
  .cat-full.cat-full1 li {
    width: 255px;
    height: 50px;
    margin-bottom: 15px !important;
  }

  .cat-full.cat-full1 li:nth-of-type(2n) {
    margin-right: 20px;
  }

  .cat-full.cat-full1 li:nth-of-type(5),
  .cat-full.cat-full1 li:last-of-type {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {

  .cat-full.cat-full1 li:first-of-type,
  .cat-full.cat-full1 li:nth-of-type(2n+1) {
    margin-right: 20px;
  }
}

.cat-full.cat-full1 li a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  background-color: #c9e2e4;
  border-radius: 5px;
  color: #4c4a4a;
  overflow: hidden;
  /*&:before {
          position: absolute;
          left: 0;
          width: 0;
          height: 100%;
          content: "";
          background: $c8;
          border-radius: 5px;
          z-index: 3;
      }*/
  /*&:hover:before {
          width: 100%;
      }*/
  width: 100%;
  height: 100%;
  padding: 5px;
}

@media (min-width: 1200px) {
  .cat-full.cat-full1 li a {
    margin-bottom: 20px;
  }
}

.cat-full.cat-full1 li a:hover {
  background-color: #1e78a0 !important;
  color: #ffffff;
}

.cat-full.cat-full1 li a:hover p {
  color: #ffffff;
}

.cat-full.cat-full1 li a p {
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  .cat-full.cat-full1 li a {
    padding: 10px;
  }
}

.cat-full.cat-full1 li a.is-active {
  background-color: #1e78a0 !important;
  border-radius: 17.5px;
}

@media (min-width: 992px) {
  .cat-full.cat-full1 li a.is-active {
    border-radius: 25px;
  }
}

.cat-full.cat-full1 li a.is-active p {
  color: #ffffff;
}

.cat-full.cat-full1 li a p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .cat-full.cat-full1 li a p {
    font-size: 22px;
    line-height: 30px;
  }
}

.cat-full.cat-full1 li a p.p2 {
  line-height: 38px;
}

@media (min-width: 992px) {
  .cat-full.cat-full1 li a p.p2 {
    line-height: 55px;
  }
}

.cat-full.cat-full1 li a p span {
  display: block;
  font-size: 12px;
}

@media (min-width: 992px) {
  .cat-full.cat-full1 li a p span {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .cat-full.cat-full2 {
    justify-content: center;
  }
}

.cat-full.cat-full2 li {
  width: 49%;
  height: 30px;
}

@media (min-width: 992px) {
  .cat-full.cat-full2 li {
    width: 255px;
    height: 50px;
    margin-right: 20px;
  }
}

.cat-full.cat-full2 li:first-of-type,
.cat-full.cat-full2 li:nth-of-type(2n+1) {
  margin-right: 2%;
}

@media (min-width: 992px) {

  .cat-full.cat-full2 li:first-of-type,
  .cat-full.cat-full2 li:nth-of-type(2n+1) {
    margin-right: 20px;
  }
}

.cat-full.cat-full2 li:last-of-type {
  margin-right: 0;
}

@media (min-width: 992px) {
  .cat-full.cat-full2 li a {
    width: 255px;
    height: 50px;
  }
}

.cat-full.cat-full2 li a p {
  font-size: 13px;
}

@media (min-width: 992px) {
  .cat-full.cat-full2 li a p {
    font-size: 21px;
  }
}

.cat-full.cat-full3 {
  justify-content: center;
}

.cat-full.cat-full3 li {
  width: 100%;
  height: 50px;
  margin-bottom: 10px !important;
}

@media (min-width: 992px) {
  .cat-full.cat-full3 li {
    width: 48.5%;
    height: 80px;
    margin-bottom: 15px !important;
  }

  .cat-full.cat-full3 li:nth-of-type(5) {
    margin-right: 20px;
  }

  .cat-full.cat-full3 li:nth-of-type(2n),
  .cat-full.cat-full3 li:last-of-type {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {

  .cat-full.cat-full3 li:first-of-type,
  .cat-full.cat-full3 li:nth-of-type(2n+1) {
    margin-right: 20px;
  }
}

.cat-full.cat-full3 li a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  background-color: #c9e2e4;
  border-radius: 5px;
  color: #4c4a4a;
  overflow: hidden;
  /*&:before {
            position: absolute;
            left: 0;
            width: 0;
            height: 100%;
            content: "";
            background: $c8;
            border-radius: 5px;
            z-index: 3;
        }*/
  /*&:hover:before {
            width: 100%;
        }*/
  width: 100%;
  height: 100%;
  padding: 5px;
}

@media (min-width: 1200px) {
  .cat-full.cat-full3 li a {
    margin-bottom: 20px;
  }
}

.cat-full.cat-full3 li a:hover {
  background-color: #1e78a0 !important;
  color: #ffffff;
}

.cat-full.cat-full3 li a:hover p {
  color: #ffffff;
}

.cat-full.cat-full3 li a p {
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  .cat-full.cat-full3 li a {
    padding: 10px;
  }
}

.cat-full.cat-full3 li a.is-active {
  background-color: #1e78a0 !important;
  border-radius: 17.5px;
}

@media (min-width: 992px) {
  .cat-full.cat-full3 li a.is-active {
    border-radius: 25px;
  }
}

.cat-full.cat-full3 li a.is-active p {
  color: #ffffff;
}

.cat-full.cat-full3 li a p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .cat-full.cat-full3 li a p {
    font-size: 22px;
    line-height: 30px;
  }
}

.cat-full.cat-full3 li a p.p2 {
  line-height: 38px;
}

@media (min-width: 992px) {
  .cat-full.cat-full3 li a p.p2 {
    line-height: 55px;
  }
}

.cat-full.cat-full3 li a p span {
  display: block;
  font-size: 12px;
}

@media (min-width: 992px) {
  .cat-full.cat-full3 li a p span {
    font-size: 16px;
  }
}

.cat-full li {
  text-align: center;
  margin-bottom: 10px !important;
  /*&:first-of-type,&:nth-of-type(2n+1) {
        @include desktops {
            margin-right: 20px;
        }
    }*/
}

@media (min-width: 992px) {
  .cat-full li {
    width: 48.5%;
    height: 80px;
    margin-bottom: 15px !important;
  }
}

.cat-full li a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  background-color: #c9e2e4;
  border-radius: 5px;
  color: #4c4a4a;
  overflow: hidden;
  /*&:before {
          position: absolute;
          left: 0;
          width: 0;
          height: 100%;
          content: "";
          background: $c8;
          border-radius: 5px;
          z-index: 3;
      }*/
  /*&:hover:before {
          width: 100%;
      }*/
  width: 100%;
  height: 100%;
  padding: 5px;
}

@media (min-width: 1200px) {
  .cat-full li a {
    margin-bottom: 20px;
  }
}

.cat-full li a:hover {
  background-color: #1e78a0 !important;
  color: #ffffff;
}

.cat-full li a:hover p {
  color: #ffffff;
}

.cat-full li a p {
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  .cat-full li a {
    padding: 10px;
  }
}

.cat-full li a.is-active {
  background-color: #1e78a0 !important;
  border-radius: 17.5px;
}

@media (min-width: 992px) {
  .cat-full li a.is-active {
    border-radius: 25px;
  }
}

.cat-full li a.is-active p {
  color: #ffffff;
}

.cat-full li a p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .cat-full li a p {
    font-size: 22px;
    line-height: 30px;
  }
}

.cat-full li a p.p2 {
  line-height: 38px;
}

@media (min-width: 992px) {
  .cat-full li a p.p2 {
    line-height: 55px;
  }
}

.cat-full li a p span {
  display: block;
  font-size: 12px;
}

@media (min-width: 992px) {
  .cat-full li a p span {
    font-size: 16px;
  }
}

.page-full {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
  justify-content: flex-start;
  margin: 0;
}

.page-full.page-full2 {
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .page-full.page-full2 {
    justify-content: center;
  }
}

.page-full.page-full2 li,
.page-full.page-full2 li:nth-of-type(4n) {
  width: 48%;
  margin: 0 0.9% !important;
}

@media (min-width: 992px) {

  .page-full.page-full2 li,
  .page-full.page-full2 li:nth-of-type(4n) {
    width: auto;
    margin: 0 10px !important;
  }
}

.page-full.page-full2 li a,
.page-full.page-full2 li:nth-of-type(4n) a {
  width: auto;
  padding: 0 20px;
  background-color: #94c6ca;
}

.page-full.page-full2 li a p,
.page-full.page-full2 li:nth-of-type(4n) a p {
  color: #ffffff;
}

.page-full li {
  width: 48.5%;
  text-align: center;
}

@media (min-width: 1200px) {
  .page-full li {
    width: auto;
    margin-right: 20px;
  }

  .page-full li:nth-of-type(4n) {
    margin-right: 0 !important;
  }
}

.page-full li:first-of-type,
.page-full li:nth-of-type(2n+1) {
  margin-right: 3%;
}

@media (min-width: 1200px) {

  .page-full li:first-of-type,
  .page-full li:nth-of-type(2n+1) {
    margin-right: 20px;
  }
}

.page-full li a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  background-color: #c9e2e4;
  border-radius: 5px;
  color: #4c4a4a;
  overflow: hidden;
  /*&:before {
          position: absolute;
          left: 0;
          width: 0;
          height: 100%;
          content: "";
          background: $c8;
          border-radius: 5px;
          z-index: 3;
      }*/
  /*&:hover:before {
          width: 100%;
      }*/
  width: 100%;
  height: 35px;
  line-height: 30px;
  margin-bottom: 10px !important;
}

@media (min-width: 1200px) {
  .page-full li a {
    margin-bottom: 20px;
  }
}

.page-full li a:hover {
  background-color: #1e78a0 !important;
  color: #ffffff;
}

.page-full li a:hover p {
  color: #ffffff;
}

.page-full li a p {
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  .page-full li a {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 1200px) {
  .page-full li a {
    width: 255px;
    height: 50px;
  }
}

.page-full li a.is-active {
  background-color: #1e78a0 !important;
  border-radius: 17.5px;
}

@media (min-width: 1200px) {
  .page-full li a.is-active {
    border-radius: 25px;
  }
}

.page-full li a.is-active p {
  color: #ffffff;
}

.page-full li a p {
  text-align: center;
  font-size: 16px;
  line-height: 35px;
}

@media (min-width: 1200px) {
  .page-full li a p {
    font-size: 22px;
    line-height: 50px;
  }
}

.page-full li a p.pmin {
  font-size: 13px;
  line-height: 18px;
}

@media (min-width: 1200px) {
  .page-full li a p.pmin {
    padding: 3px 0;
    font-size: 16px;
    line-height: 21px;
  }
}

.tab-contents .tab-contents-item {
  display: none;
  width: 100%;
  justify-content: center;
}

.tab-contents .tab-contents-item.is-active {
  display: block;
}

.tab-contents .content-01 {
  position: relative;
  pointer-events: all;
  opacity: 0;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .tab-contents .content-01 {
    margin-bottom: 80px;
  }
}

.tab-contents .content-01.is-active {
  animation: fadeinAnime 2s forwards;
}

.tab-contents .content-01 .js-link,
.tab-contents .content-01 .cat-link {
  display: inline-block;
  pointer-events: all;
}

.tab-contents .content-01 .js-link a,
.tab-contents .content-01 .cat-link a {
  pointer-events: all;
}

#content .content-01 ul,
#content .content-01 ol {
  margin-left: 0;
  padding-left: 20px;
}

#content .content-01 li {
  color: #4c4a4a;
  font-size: 14px;
  line-height: 22px;
  list-style-type: disc;
  font-weight: 500;
}

@media (min-width: 992px) {
  #content .content-01 li {
    font-size: 18px;
    line-height: 30px;
  }
}

#content .content-01 li li {
  list-style-type: circle;
}

#content .content-01 li li li {
  list-style-type: square;
}

#content .content-01 li p {
  margin-bottom: 0;
}

#content .content-01 li a {
  color: #94c6ca;
}

@keyframes fadeinAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
}

.pager li {
  margin: 0 2.5px;
}

@media (min-width: 768px) {
  .pager li {
    margin: 0 5px;
  }
}

.pager li.pager-yaji a {
  width: 70px;
}

@media (min-width: 768px) {
  .pager li.pager-yaji a {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .pager li.pager-yaji a span {
    font-size: 18px;
  }
}

.pager li.pager-ichiran a {
  width: 80px;
}

@media (min-width: 768px) {
  .pager li.pager-ichiran a {
    width: 160px;
  }
}

.pager li a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  background-color: #c9e2e4;
  border-radius: 5px;
  color: #4c4a4a;
  overflow: hidden;
  /*&:before {
          position: absolute;
          left: 0;
          width: 0;
          height: 100%;
          content: "";
          background: $c8;
          border-radius: 5px;
          z-index: 3;
      }*/
  /*&:hover:before {
          width: 100%;
      }*/
  width: 30px;
  height: 30px;
  line-height: 30px;
}

@media (min-width: 1200px) {
  .pager li a {
    margin-bottom: 20px;
  }
}

.pager li a:hover {
  background-color: #1e78a0 !important;
  color: #ffffff;
}

.pager li a:hover p {
  color: #ffffff;
}

.pager li a p {
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .pager li a {
    width: 50px;
    height: 50px;
  }
}

.pager li a p {
  font-size: 14px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 768px) {
  .pager li a p {
    font-size: 20px;
    line-height: 50px;
  }
}

.pager li a p span {
  vertical-align: text-bottom;
}

.category-full {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding-left: 0;
  border: solid 1px #c9e2e4;
  border-radius: 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .category-full {
    width: 400px;
  }
}

.category-full.category-open .category-select,
.category-full.category-open .category-select2 {
  display: block;
}

.category-full.category-full1 {
  z-index: 5;
}

.category-full.category-full2 {
  z-index: 4;
}

.category-full>li {
  width: 100%;
  height: 35px;
  background-color: #c9e2e4;
}

@media (min-width: 768px) {
  .category-full>li {
    height: 50px;
  }
}

.category-full>li>p {
  z-index: 5;
  height: 35px;
  line-height: 35px;
  margin-bottom: 0 !important;
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  background-color: #c9e2e4;
  border-radius: 5px;
  color: #4c4a4a;
  overflow: hidden;
  /*&:before {
          position: absolute;
          left: 0;
          width: 0;
          height: 100%;
          content: "";
          background: $c8;
          border-radius: 5px;
          z-index: 3;
      }*/
  /*&:hover:before {
          width: 100%;
      }*/
}

@media (min-width: 1200px) {
  .category-full>li>p {
    margin-bottom: 20px;
  }
}

.category-full>li>p:hover {
  background-color: #1e78a0 !important;
  color: #ffffff;
}

.category-full>li>p:hover p {
  color: #ffffff;
}

.category-full>li>p p {
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .category-full>li>p {
    height: 50px;
    line-height: 50px;
  }
}

.category-full>li>p:before {
  background-color: rgba(255, 255, 255, 0);
}

.category-full>li>p span {
  transition: .3s;
  vertical-align: text-bottom;
}

.category-full>li>p span.c-span-activ {
  transform: rotate(180deg);
}

.category-full .category-select,
.category-full .category-select2 {
  display: none;
  opacity: 0;
  background-color: #c9e2e4;
  padding: 15px 0;
  transition: all .3s;
  margin-left: 0 !important;
}

@media (min-width: 768px) {

  .category-full .category-select,
  .category-full .category-select2 {
    padding: 20px 0;
  }
}

.category-full .category-select.category-activ,
.category-full .category-select2.category-activ {
  display: block;
  opacity: 1;
  color: #1e78a0;
}

.category-full .category-select li a,
.category-full .category-select2 li a {
  color: #4c4a4a;
  font-size: 14px;
  margin: 5px auto;
}

@media (min-width: 768px) {

  .category-full .category-select li a,
  .category-full .category-select2 li a {
    font-size: 16px;
    margin: 10px auto;
  }
}

.category-full .category-select li a:hover,
.category-full .category-select2 li a:hover {
  color: #1e78a0;
}

.category-full .category-select li a.is-active,
.category-full .category-select2 li a.is-active {
  color: #1e78a0 !important;
}

.category-full .category-select li a p,
.category-full .category-select2 li a p {
  margin-bottom: 0 !important;
  line-height: 32px;
}

.content .con-01-syousai5 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .content .con-01-syousai5 {
    margin-bottom: 80px;
  }
}

.content .con-01-syousai6 .con-01-left {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 30px auto;
}

@media (min-width: 992px) {
  .content .con-01-syousai6 .con-01-left {
    display: inline-block;
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .content .con-01-syousai6 .con-01-left {
    margin: 0 auto 50px auto;
  }
}

@media (min-width: 1366px) {
  .content .con-01-syousai6 .con-01-left {
    margin: 0 50px 50px auto;
  }
}

.content .con-01.con-01-title {
  width: 100%;
  /* 代わりに上下のpaddingで高さを稼ぐことで、文字が増えても自動で伸びる */
  padding: 10px 0;
  background-color: #1e78a0;
  text-align: center;
  /* Flexboxを使うと上下中央揃えが非常に楽になります */
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .con-01.con-01-title p {
  color: #ffffff;
  font-size: 20px;
  padding: 10px 0;
  display: block;
}

@media (min-width: 992px) {
  .content .con-01.con-01-title p {
    /* PC表示で1行の高さをもっと出したい場合はここで調整 */
    line-height: 0.1;
  }
}

.content .con-01.con-01-title p.conp-2 {
  padding: 7px 0;
  font-size: 17px;
  line-height: 23px !important;
}

@media (min-width: 992px) {
  .content .con-01.con-01-title p {
    padding: 10px !important;
    font-size: 30px !important;
    line-height: 50px;
  }
}

.content-01.content-01-nolink:hover {
  transform: rotate(0) !important;
}

.content-01 .con-01-syousai1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #4c4a4a;
}

@media (min-width: 992px) {
  .content-01 .con-01-syousai1 {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}

.content-01 .con-01-syousai2 {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .content-01 .con-01-syousai2 {
    margin-bottom: 100px;
  }
}

.content-01 .con-01-syousai3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .content-01 .con-01-syousai3 {
    margin: 0 auto 50px auto;
  }
}

@media (min-width: 992px) {
  .content-01 .con-01-syousai3 {
    width: 560px;
  }
}

.content-01 .con-01-syousai3 img {
  width: 170px;
  height: 170px;
  object-fit: contain;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .content-01 .con-01-syousai3 img {
    margin-bottom: 30px;
  }
}

.content-01 .con-01-syousai3 p:not(.text-06) {
  text-align: left;
}

.content-01 .con-01-syousai4 {
  margin-bottom: 20px;
  border-bottom: solid 1px #4c4a4a;
  padding-bottom: 5px;
}

.content-01 .con-01-syousai4 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 15px auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  .content-01 .con-01-syousai4 img {
    width: 560px;
    margin: 0 auto 30px auto;
  }
}

.content-01 .con-01-syousai4 .text-05,
.content-01 .con-01-syousai4 .text-05-a a {
  border-bottom: none;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.content-01 .con-01-page {
  padding: 30px 20px 30px 20px;
}

@media (min-width: 992px) {
  .content-01 .con-01-page {
    padding: 80px 20px 80px 20px;
  }
}

.content-01 .con-01-page .text-08 {
  margin: 15px auto;
}

@media (min-width: 992px) {
  .content-01 .con-01-page .text-08 {
    margin: 20px auto;
  }
}

.content-01 .con-01-page2 {
  padding: 20px 20px 30px 20px;
}

@media (min-width: 992px) {
  .content-01 .con-01-page2 {
    padding: 50px;
  }
}

.content-01 .con-01-page2 .text-07 {
  margin: 0 auto 20px 0;
}

@media (min-width: 992px) {
  .content-01 .con-01-page2 .text-07 {
    margin: 0 auto 20px 0;
  }
}

.content-01 .con-01-page2 .ul-syorui {
  padding: 10px 0 !important;
}

.content-01 .con-01-page2 .con-01-page2-inner {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .content-01 .con-01-page2 .con-01-page2-inner {
    margin-bottom: 30px;
  }
}

.content-01 .con-01-page2 .con-01-page2-inner .text-07b {
  margin-bottom: 5px;
}

.content-01 .con-01-page2 .con-01-page2-inner details {
  margin-bottom: 80px;
}

@media (min-width: 992px) {
  .content-01 .con-01-page2 .con-01-page2-inner details {
    margin-bottom: 100px;
  }
}

.content-01 .con-01-page2 .con-01-page2-inner details summary {
  position: absolute;
  display: block;
  width: 100px;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .content-01 .con-01-page2 .con-01-page2-inner details summary {
    bottom: -60px;
  }
}

.content-01 .con-01-page2 .con-01-page2-inner details summary:before,
.content-01 .con-01-page2 .con-01-page2-inner details summary:after {
  content: none;
}

.content-01 .con-01-page2 .con-01-page2-inner details summary .link-01 {
  margin: 0 auto;
  text-align: center;
}

.content-01 .con-01-page2 .con-01-page2-inner details summary p {
  text-align: center;
  width: 100px;
  margin-left: -31px;
}

@media (min-width: 992px) {
  .content-01 .con-01-page2 .con-01-page2-inner details summary p {
    margin-left: -22px;
  }
}

/* アコーディオン */
.page-details details {
  width: 90%;
  margin: 0 auto 20px auto;
  border-radius: 30px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .page-details details {
    width: 960px;
    margin: 0 auto 50px auto;
    border-radius: 40px;
  }
}

.page-details details[open] summary:before {
  transform: rotate(180deg);
}

.page-details details[open] summary:after {
  opacity: 0;
}

.page-details details summary {
  position: relative;
  width: 100%;
  min-height: 60px;
  background-color: #1e78a0;
  padding: 18px 60px 15px 20px;
}

@media (min-width: 992px) {
  .page-details details summary {
    min-height: 80px;
    padding: 25px 80px 25px 30px;
  }
}

.page-details details summary:before,
.page-details details summary:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  left: auto;
  width: 20px;
  height: 2px;
  transition: all .3s ease-in-out;
  background-color: #ffffff;
}

.page-details details summary:before {
  opacity: 1 !important;
  transform: rotate(90deg);
}

.page-details details summary:after {
  transform: rotate(0);
}

.page-details details summary p {
  color: #ffffff;
}

.page-details details div {
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  max-height: 5000px;
  padding: 15px 20px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media (min-width: 992px) {
  .page-details details div {
    min-height: 80px;
    padding: 25px 30px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}

.page-details details div a {
  display: inline-block;
  color: #1e78a0;
}

.ul-syorui {
  padding-left: 0;
  margin-left: 0;
}

.ul-syorui.ul-syorui2 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .ul-syorui.ul-syorui2 {
    margin-bottom: 50px;
  }
}

.ul-syorui.ul-syorui2 li {
  display: block;
  vertical-align: middle;
  padding: 15px 10px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .ul-syorui.ul-syorui2 li {
    padding: 25px 10px;
  }
}

.ul-syorui.ul-syorui2 li p {
  padding: 0;
}

@media (min-width: 992px) {
  .ul-syorui.ul-syorui2 li p {
    display: inline-block;
    margin-right: 15px;
    padding: 10px 0;
    line-height: 40px;
    vertical-align: text-top;
  }
}

@media (min-width: 992px) {
  .ul-syorui.ul-syorui2 li p:not(.text-12) {
    width: 380px;
  }
}

@media (min-width: 992px) {
  .ul-syorui.ul-syorui2 li>div {
    display: inline-block;
    float: right;
  }
}

.ul-syorui li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #4c4a4a;
  padding: 20px 10px;
}

@media (min-width: 992px) {
  .ul-syorui li {
    padding: 30px;
  }
}

.ul-syorui li:first-of-type {
  border-top: solid 1px #4c4a4a;
}

.ul-syorui li.ul-syorui-text2 {
  padding: 15px 10px;
}

@media (min-width: 992px) {
  .ul-syorui li.ul-syorui-text2 {
    padding: 15px 30px;
  }
}

.ul-syorui li p {
  max-width: 170px;
  margin-bottom: 0 !important;
  padding: 10px 0;
}

@media (min-width: 550px) {
  .ul-syorui li p {
    max-width: 80%;
  }
}

@media (min-width: 992px) {
  .ul-syorui li p {
    max-width: 550px;
  }
}

.ul-syorui li div img {
  width: 35px;
  height: 35px;
}

@media (min-width: 992px) {
  .ul-syorui li div img {
    width: 50px;
    height: 50px;
  }
}

.ul-syorui li a:hover img {
  transform: rotate(10deg);
  transition: all .2s ease-in-out;
}

.ul-syorui li .table-01 {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .ul-syorui li .table-01 {
    width: 305px;
  }
}

.ul-syorui li .table-01 tr {
  margin: 10px 0;
  padding: 0 0 5px 0 !important;
}

@media (min-width: 992px) {
  .ul-syorui li .table-01 tr {
    margin: 0;
  }
}

.ul-syorui li .table-01 tr:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0;
}

.ul-syorui li .table-01 tr th,
.ul-syorui li .table-01 tr td {
  line-height: 20px;
}

@media (min-width: 992px) {

  .ul-syorui li .table-01 tr th,
  .ul-syorui li .table-01 tr td {
    line-height: 30px;
  }
}

.ul-syorui li .table-01 tr td {
  padding-right: 0 !important;
}

.ul-syorui .link-02 {
  margin: 0 auto;
}

.ul-syorui .link-02 p {
  padding: 0;
}

.ul-syorui .ul-syorui-link2 a {
  display: inline-block;
}

.pagediv {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .pagediv {
    margin-bottom: 80px;
  }
}

.pagediv2 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .pagediv2 {
    margin-bottom: 35px;
  }
}

.pagediv3 {
  max-width: 860px;
  overflow-x: auto;
}

.imgdiv1 {
  width: auto;
  max-width: 300px;
  max-height: 100%;
  height: auto;
  margin: 10px auto 20px auto;
  text-align: center;
}

@media (min-width: 992px) {
  .imgdiv1 {
    max-width: 600px;
    margin: 50px auto 50px auto;
  }
}

.imgdiv1 img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 550px) {
  .imgdiv1 img {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .imgdiv1 img {
    width: 600px;
  }
}

.imgdiv2 {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.imgdiv2 img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.imgdiv3 {
  width: auto;
  max-width: 130px;
  max-height: 130px;
  margin: 10px 5px 10px 10px;
}

@media (min-width: 992px) {
  .imgdiv3 {
    max-width: 160px;
    max-height: 160px;
    margin: 10px 15px 10px 10px;
  }
}

.imgdiv3 img {
  width: auto;
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}

@media (min-width: 992px) {
  .imgdiv3 img {
    max-width: 160px;
    max-height: 160px;
  }
}

.imgdiv4 {
  width: auto;
  max-width: 200px;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .imgdiv4 {
    max-width: 300px;
  }
}

.imgdiv4 img {
  width: 200px;
  display: block;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  .imgdiv4 img {
    width: 300px;
  }
}

.con-01-block details {
  display: block;
  width: auto;
  margin: 0 0 15px 0;
  max-width: 100%;
  border-radius: 5px;
  vertical-align: text-top;
}

@media (min-width: 992px) {
  .con-01-block details {
    display: inline-block;
    width: 420px;
    margin: 6px;
  }
}

.con-01-block details:first-of-type {
  border: solid 2px #a9d05f;
}

.con-01-block details:first-of-type summary {
  background-color: #a9d05f;
}

.con-01-block details:nth-of-type(2) {
  border: solid 2px #4e8bc0;
}

.con-01-block details:nth-of-type(2) summary {
  background-color: #4e8bc0;
}

.con-01-block details:nth-of-type(3) {
  border: solid 2px #60ab46;
}

.con-01-block details:nth-of-type(3) summary {
  background-color: #60ab46;
}

.con-01-block details:nth-of-type(4) {
  border: solid 2px #82cddb;
}

.con-01-block details:nth-of-type(4) summary {
  background-color: #82cddb;
}

.con-01-block details:nth-of-type(5) {
  border: solid 2px #f8b62d;
}

.con-01-block details:nth-of-type(5) summary {
  background-color: #f8b62d;
}

.con-01-block details:nth-of-type(6) {
  border: solid 2px #f0e900;
}

.con-01-block details:nth-of-type(6) summary {
  background-color: #f0e900;
}

.con-01-block details:nth-of-type(7) {
  border: solid 2px #f6bdc0;
}

.con-01-block details:nth-of-type(7) summary {
  background-color: #f6bdc0;
}

.con-01-block details:nth-of-type(8) {
  border: solid 2px #a674b0;
}

.con-01-block details:nth-of-type(8) summary {
  background-color: #a674b0;
}

.con-01-block details summary {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #4c4a4a;
  font-size: 20px;
}

@media (min-width: 992px) {
  .con-01-block details summary {
    height: 70px;
    line-height: 70px;
    font-size: 26px;
  }
}

.con-01-block details summary:before,
.con-01-block details summary:after {
  top: 25px;
  right: 10px;
  left: auto;
}

@media (min-width: 992px) {

  .con-01-block details summary:before,
  .con-01-block details summary:after {
    right: 20px;
    top: 35px;
  }
}

.con-01-block details>div {
  padding: 10px;
}

@media (min-width: 992px) {
  .con-01-block details>div {
    padding: 20px;
  }
}

.con-01-block details>div a {
  color: #4c4a4a;
  font-size: 16px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .con-01-block details>div a {
    font-size: 20px;
    line-height: 42px;
  }
}

.page-checkbox {
  text-align: center;
}

.page-checkbox label {
  font-size: 16px;
  width: 93%;
  vertical-align: text-top;
  text-align: left;
}

@media (min-width: 992px) {
  .page-checkbox label {
    width: 68%;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
  }
}

.pred {
  color: #d7000f;
}

/* モーダル */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal_bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  height: 150%;
  width: 100%;
}

.modal_content {
  position: absolute;
  width: 90%;
  background: #ffffff;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: 0 auto;
  padding: 30px 30px 80px 30px;
  border-radius: 20px;
  overflow: auto;
}

@media (min-width: 992px) {
  .modal_content {
    width: 70%;
    padding: 40px 40px 80px 40px;
  }
}

@media (min-width: 1200px) {
  .modal_content {
    width: 60%;
  }
}

.modal_content>p {
  margin-bottom: 20px;
}

.modal_content .js-modal-close {
  position: relative;
  margin: 0 auto;
}

.modal_content .js-modal-close:before,
.modal_content .js-modal-close:after {
  content: '';
  position: absolute;
  top: 17px;
  left: 9px;
  width: 17px;
  z-index: 5;
  display: inline-block;
  height: 3px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transition: opacity 1s;
}

@media (min-width: 992px) {

  .modal_content .js-modal-close:before,
  .modal_content .js-modal-close:after {
    width: 25px;
    top: 24px;
    left: 13px;
  }
}

.modal_content .js-modal-close:after {
  transform: rotate(135deg);
  transition: transform 0.5s;
}

.modal_content .js-modal-close p {
  position: absolute;
  width: 100px;
  top: 35px;
  left: -31px;
  text-align: center;
}

@media (min-width: 992px) {
  .modal_content .js-modal-close p {
    top: 50px;
    left: -24px;
  }
}

.page-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: solid 1px #4c4a4a;
  padding: 0 0 20px 0;
}

@media (min-width: 992px) {
  .page-links {
    flex-wrap: nowrap;
    padding: 0 0 35px 0;
  }
}

.page-links li {
  width: 100%;
  margin: 0 auto 25px auto;
  text-align: center;
}

@media (min-width: 992px) {
  .page-links li {
    width: auto;
    margin: 0 20px;
  }
}

.page-links li>p {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 5px;
}

@media (min-width: 992px) {
  .page-links li>p {
    margin-right: 10px;
  }
}

.page-links li .link-01c {
  display: inline-block;
  vertical-align: middle;
}

.table-02 {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .table-02 {
    margin-bottom: 50px;
  }
}

.table-02.table-02b {
  width: 860px;
  white-space: nowrap;
}

.table-02.table-02b th {
  width: 120px;
}

.table-02.table-02b td {
  font-size: 16px;
}

.table-02:not(.table-02b) td {
  font-size: 14px;
  line-height: 16px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .table-02:not(.table-02b) td {
    font-size: 16px;
  }
}

.table-02 tr {
  padding: 10px 0;
}

.table-02 tr.tr2 {
  border-top: solid 1px #4c4a4a;
  border-bottom: solid 1px #4c4a4a;
}

.table-02 tr.tr2 th,
.table-02 tr.tr2 td {
  font-weight: 600;
}

.table-02 tr:first-of-type:not(.tr2),
.table-02 tr:nth-of-type(2n+1):not(.tr2) {
  background-color: #f4f9fa;
}

.table-02 tr th {
  width: 60px;
  padding: 10px 15px 10px 15px;
}

@media (min-width: 992px) {
  .table-02 tr th {
    width: 80px;
    padding: 13px 30px 13px 20px;
  }
}