@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
.c5-nobr {
  display: inline-block;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .c5-sp,
.c5-is-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .c5-pc,
.c5-is-pc {
    display: none !important;
  }
}

.c5-ta-c {
  text-align: center !important;
}
.c5-ta-l {
  text-align: left !important;
}
.c5-ta-r {
  text-align: right !important;
}

.c5-flx-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.c5-flx-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.c5-flx-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.c5-mt-0 {
  margin-top: 0 !important;
}

.c5-mb-0 {
  margin-bottom: 0 !important;
}

.c5-ph-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .c5-ph-50 {
    padding-top: 13.3333333333vmin !important;
    padding-bottom: 13.3333333333vmin !important;
  }
}

.c5-conainer {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  max-width: 1200px;
}
.c5-conainer img {
  max-width: 100%;
  vertical-align: bottom;
}

.c5-section {
  margin: 0 0 40px;
}
.c5-section--800w {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.c5-layout--full {
  padding-left: 50%;
  padding-right: 50%;
  margin-left: -50%;
  margin-right: -50%;
}

.c5-list01 {
  line-height: 2;
}
.c5-list01 li a {
  text-indent: initial;
}
.c5-list01 > li {
  list-style-type: none;
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-bottom: 0;
}
.c5-list01 > li:before {
  content: "";
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  vertical-align: middle;
  background-color: #555;
  border-radius: 50%;
  text-indent: 0;
  margin-left: 0.6em;
  margin-right: 0.7em;
}

.c5-linkList01 > li {
  margin-bottom: 0;
}
.c5-linkList01 > li > a {
  position: relative;
  color: #2F353D;
  padding-left: 1.5em;
}
.c5-linkList01 > li > a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.35em;
  border-color: transparent transparent transparent #2F353D;
  position: absolute;
  top: 0.6em;
  left: 0.5em;
}

.c5-noteList01 {
  font-size: 12px;
}
.c5-noteList01 > li {
  padding-left: 1.5em;
  margin-bottom: 0;
}
.c5-noteList01 > li:before {
  content: "※";
  width: 1.5em;
  display: inline-block;
  position: relative;
  margin-left: -1.5em;
}

.c5-numList01 {
  font-size: 12px;
}
.c5-numList01 > li {
  list-style-type: none;
  text-indent: -2em;
  margin-left: 2em;
  counter-increment: calc-ex9;
  margin-bottom: 0;
}
.c5-numList01 > li:before {
  content: "※" counter(calc-ex9);
  display: inline-block;
  width: 2em;
  text-indent: 0;
}

.c5-row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 20px -15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c5-row01 {
    margin: 20px -1vmin;
  }
}
@media only screen and (max-width: 767px) {
  .c5-row01 {
    margin: 5.3333333333vmin -2.6666666667vmin;
  }
}
.c5-row01__col {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.c5-row01__col > *:last-child {
  margin-bottom: 0;
}
.c5-row01--col2 > .c5-row01__col {
  width: calc(50% - 30px);
}
.c5-row01--col3 > .c5-row01__col {
  width: calc(100% / 3 - 30px);
}
@media all and (-ms-high-contrast: none) {
  .c5-row01--col3 > .c5-row01__col {
    max-width: calc(33% - 30px);
  }
}
.c5-row01--col4 > .c5-row01__col {
  width: calc(25% - 30px);
}
.c5-row01--col5 > .c5-row01__col {
  width: calc(20% - 30px);
}
.c5-row01--col6 > .c5-row01__col {
  width: calc(100% / 6 - 30px);
}
@media all and (-ms-high-contrast: none) {
  .c5-row01--col6 > .c5-row01__col {
    max-width: calc(16.6% - 30px);
  }
}

.c5-card01 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c5-card01 {
    margin-bottom: 8vmin;
  }
}
@media only screen and (max-width: 767px) {
  .c5-card01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .c5-card01--imageRight {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .c5-card01--imageRight .c5-card01__body {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .c5-card01--imageLeft {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .c5-card01--imageLeft .c5-card01__body {
    margin-left: 30px;
  }
}
.c5-card01__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c5-card01__body > *:first-child {
  margin-top: 0;
}
.c5-card01__body > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c5-card01__figure {
    margin-bottom: 5.3333333333vmin;
  }
}
.c5-card01__figure img:not(:last-child), .c5-card01__figure figure:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c5-card01__figure img:not(:last-child), .c5-card01__figure figure:not(:last-child) {
    margin-bottom: 5.3333333333vmin;
  }
}

.resultNum {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 40px;
}

.row {
  margin: 20px -7px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .row {
    display: block;
    margin: 10px 10px 50px;
  }
}
.row__col {
  width: calc(33.3333333333% - 14px);
  margin: 0 7px 40px;
}

@media only screen and (max-width: 767px) {
  .row__col {
    width: 100%;
    margin: 0 0 40px;
  }
}
.item {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  display: none;
  padding-bottom: 20px;
  border-bottom: solid 1px #979a9e;
}

.item.is-show {
  display: block;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.item.is-show.is-fadeIn {
  opacity: 1;
}

.item__thumb img {
  width: 100%;
}

.item__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  padding-left: 1em;
  position: relative;
}

.item__title:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #2f353d;
  position: absolute;
  left: 0;
  top: 0.8em;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

.item__description {
  margin-top: 15px;
}

.item__labels {
  letter-spacing: -0.5em;
  margin-top: 10px;
  margin-right: -5px;
  display: none;
}

.item__label {
  vertical-align: top;
  font-size: 10px;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 5px;
  margin-top: 5px;
  background: #5787f4;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  max-width: calc(100% - 10px);
  text-overflow: ellipsis;
  line-height: 20px;
  height: 20px;
  padding: 0 0.5em;
}

.item:hover {
  color: #34568e;
}

.more {
  font-weight: 400;
  margin: 0 auto 0 !important;
  width: 120px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d9d9d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), color-stop(75%, #DDDDDD));
  background: linear-gradient(180deg, #FCFCFC 0%, #DDDDDD 75%);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  border: solid 1px #d9d9d9;
  border-radius: 3px;
  margin: 0;
  padding: 0.5em 1em;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.more:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), color-stop(75%, #aaaaaa));
  background: linear-gradient(180deg, #c9c9c9 0%, #aaaaaa 75%);
}

.row + .more {
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 767px) {
  .row + .more {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 768px) {
  .row + .more {
    margin-top: -100px !important;
  }
}
.noteBox {
  border: solid 1px #ddd;
  padding: 10px 20px;
  margin: 20px auto 50px;
}
.noteBox__title {
  font-size: 17px;
  font-weight: 500;
}