@charset "UTF-8";
html {
  overflow: auto;
}

body {
  overflow-x: hidden !important;
  width: 100%;
}

.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-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: 50px !important;
    padding-bottom: 50px !important;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.c5-conainer {
  max-width: 1200px;
}

.c5-layout--full {
  padding-left: 50%;
  padding-right: 50%;
  margin-left: -50%;
  margin-right: -50%;
}

.c5-list01 {
  list-style: none;
  margin: 0 0 5rem;
  padding: 0;
}
.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-iconList01 {
  margin: 0 0 5rem;
  padding: 0;
  display: table;
  list-style: none;
}

.c5-iconList01 > li {
  display: table-row;
}

.c5-iconList01 > li > * {
  margin-bottom: 0;
}

.c5-iconList01 > li i {
  font-style: normal;
  display: table-cell;
  padding-right: 0.5em;
}

.c5-linkList01 > li {
  margin-bottom: 0;
}
.c5-linkList01 > li > a {
  position: relative;
  color: #00001a;
  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 #00001a;
  position: absolute;
  top: 0.6em;
  left: 0.5em;
}

.c5-noteList01 {
  list-style: none;
  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: 1399px) {
  .c5-row01 {
    margin: 20px -12px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-row01 {
    margin: 20px -10px;
  }
}
.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-row02 {
  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: 1399px) {
  .c5-row02 {
    margin: 20px -12px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-row02 {
    margin: 20px -10px;
  }
}
.c5-row02__col {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.c5-row02__col > *:last-child {
  margin-bottom: 0;
}
.c5-row02--col2 > .c5-row02__col {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 767px) {
  .c5-row02--col2 > .c5-row02__col {
    width: calc(100% - 30px);
  }
}
.c5-row02--col3 > .c5-row02__col {
  width: calc(100% / 3 - 30px);
}
@media all and (-ms-high-contrast: none) {
  .c5-row02--col3 > .c5-row02__col {
    max-width: calc(33% - 30px);
  }
}
.c5-row02--col4 > .c5-row02__col {
  width: calc(25% - 30px);
}
.c5-row02--col5 > .c5-row02__col {
  width: calc(20% - 30px);
}
.c5-row02--col6 > .c5-row02__col {
  width: calc(100% / 6 - 30px);
}
@media all and (-ms-high-contrast: none) {
  .c5-row02--col6 > .c5-row02__col {
    max-width: calc(16.6% - 30px);
  }
}

.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-card01 {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c5-card01--imageRight {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c5-card01--imageRight .c5-card01__body {
  margin-right: 30px;
}
.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;
}
.c5-card01--imageLeft .c5-card01__body {
  margin-left: 30px;
}
.c5-card01__figure img:not(:last-child), .c5-card01__figure figure:not(:last-child) {
  margin-bottom: 20px;
}
.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;
}

.c5-section {
  margin: 0 0 40px;
}
.c5-section--800w {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.c5-border {
  border-bottom: solid 1px #d0d0d0;
}
.c5-border--dotted {
  background-image: linear-gradient(90deg, #d0d0d0, #d0d0d0 3px, transparent 0, transparent 0);
  background-size: 6px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.c5-dottedList {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
}
.c5-dottedList > li {
  background-image: linear-gradient(90deg, #d0d0d0, #d0d0d0 3px, transparent 0, transparent 0);
  background-size: 6px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 30px 20px 10px;
}

.c5-bg--lightGray {
  background-color: #ebebeb;
}
.c5-bg--gray {
  background-color: #ebebeb;
}
.c5-bg--darkGray {
  background-color: #d5d5d5;
}

.c5-layout01 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c5-layout01 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-layout01 {
    -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-layout01--imageRight {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .c5-layout01--imageRight .c5-layout01__body {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .c5-layout01--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-layout01--imageLeft .c5-layout01__body {
    margin-left: 30px;
  }
}
.c5-layout01__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c5-layout01__body > *:first-child {
  margin-top: 0;
}
.c5-layout01__body > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .c5-layout01__figure {
    max-width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .c5-layout01__figure {
    margin-bottom: 20px;
  }
}
.c5-layout01__figure img:not(:last-child), .c5-layout01__figure figure:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c5-layout01__figure img:not(:last-child), .c5-layout01__figure figure:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .c5-flx-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c5-fixedItem {
  position: fixed;
  z-index: 10;
  margin-top: 186px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  right: 0;
  border: solid 1px #343434;
  border-right: none;
  padding: 15px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff;
  font-size: 14px;
  min-width: 175px;
}

.c5-fixedItem img {
  vertical-align: bottom;
}

.c5-fixedItem.is_fixed {
  position: fixed;
}

.c5-fixedItem_txt {
  line-height: 1.4;
  text-align: center;
}

.c5-fixedItem_txt p {
  margin: 0;
}

.c5-fixedItem_ttl {
  text-align: center;
  font-weight: bold;
  color: #00b900;
  margin-bottom: 10px !important;
  font-size: 11px;
}

.c5-lineBtn,
.c5-fixedItem_qr {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c5-fixedItem {
    position: static;
    margin: 0 !important;
    padding: 10px;
    font-size: 11px;
    min-width: auto;
  }

  .c5-fixedItemLeft, .c5-fixedItemLeft.is_fixed {
    width: 55%;
    left: 0;
    height: 80px;
  }

  .c5-fixedItemLeft .c5-lineBtn img {
    height: 28px;
  }

  .c5-fixedItemRight, .c5-fixedItemRight.is_fixed {
    width: 45%;
    height: 80px;
  }

  .c5-sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .c5-fixedItem.is_fixed {
    margin: 0;
  }

  .c5-fixedItem_ttl {
    margin-bottom: 5px !important;
  }

  .c5-fixedItem_txt {
    text-align: left;
    padding-right: 5px;
  }

  .c5-fixedItem_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .c5-fixedItem_qr {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c5-sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c5-sp_flex.is-fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c5-lineBtn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c5-fixedItemLeft, .c5-fixedItemLeft.is_fixed {
    width: 100%;
    left: 0;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c5-fixedItem {
    position: static;
    margin: 0 !important;
    padding: 10px;
    font-size: 11px;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c5-pc {
    display: none;
  }
}
.c5-scrollArea {
  overflow-y: scroll;
  height: 20em;
  padding: 0.5em 1em;
  margin: 0 0 40px;
  border: solid 1px black;
}

.js-inquiry__target:not(.is-active) {
  background: #ebebeb;
  pointer-events: none;
}

.c5-link-file {
  color: #2f353d;
  cursor: pointer;
}
.c5-link-file:before {
  content: "";
  font-family: icon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0.4em 0.1em 0;
}

.c5-dlist01 {
  display: table;
  margin: 0 0 40px;
}
.c5-dlist01 > dl {
  display: table-row;
}
.c5-dlist01 > dl > dt, .c5-dlist01 > dl > dd {
  display: table-cell;
}
.c5-dlist01 > dl > dt {
  font-weight: bold;
  padding-right: 2em;
  white-space: nowrap;
  position: relative;
  text-align: right;
}
.c5-dlist01 > dl > dt:before {
  content: "：";
  display: block;
  width: 1em;
  position: absolute;
  top: 0;
  right: 1em;
}

.c5-dlist02 dt{
  font-weight: bold;
}
.c5-dlist02 dd{
  margin: 0;
}

.c5-speckTable{
  margin-bottom: 40px;
}
.c5-speckTable table{
  background: #e4e7ec;
  border-spacing: 1px;
  border-collapse: separate;
}
.c5-speckTable table th{
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .c5-speckTable{
    overflow-x: auto;
    margin-bottom: 20px;
  }
  .c5-speckTable table{
    width: max-content;
  }
}
.c5-speckTable th,
.c5-speckTable td{
  background: white;
  font-size: 12px!important;
  padding: .8em .6em;
}
.c5-speckTable thead th{
  white-space: nowrap;
}
.c5-speckTable thead th:nth-child(n+3){
  width: 1%;
  text-align: center;
  min-width: 4em;
}

/* 20240529追加 */
.c5-dlist03 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 0;
  margin: 0 auto 40px;
}
.c5-dlist03 > dl {
  display: contents;
  margin: 0;
}
.c5-dlist03 > dl > dt {
  font-weight: bold;
  text-align: right;
  position: relative;
  max-width: calc(50vw - 60px);
}
.c5-dlist03 > dl > dt:after {
  content: "：";
  display: block;
  width: 1em;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1em;
}
.c5-dlist03 > dl > dd {
  margin: 0;
  padding-left: 2em;
  white-space: normal;
}

@media (max-width: 767px) {
  .c5-dlist03 {
    display: block;
  }
  .c5-dlist03 > dl {
    display: block;
    margin: 0;
  }
  .c5-dlist03 > dl + dl {
    margin-top: 10px;
  }
  .c5-dlist03 > dl > dt, .c5-dlist03 > dl > dd {
    display: block;
    width: auto;
    padding-right: 0;
    text-align: left;
    white-space: normal;
  }
  .c5-dlist03 > dl > dt {
    max-width: none;
    display: inline-block;
  }
  .c5-dlist03 > dl > dt:before {
    content: none;
  }
  .c5-dlist03 > dl > dt:after {
    content: "：";
    display: inline-block;
    transform: translateY(-5%);
  }
  .c5-dlist03 > dl > dd {
    padding-left: 0;
    margin-left: 0;
  }
}
