@charset "UTF-8";
.green {
  color: #227962 !important;
}

.light-green {
  color: #25af8b !important;
}

.bg_light-green {
  background-color: #378a76 !important;
}

.bg_blue {
  background-color: #2b8894 !important;
}

.bg_light-gray {
  background-color: #5f5f5f !important;
}

.bg_header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 0%;
  background-image: url(/assets/img/bg-header.png);
  min-height: 142px;
}

@supports (background-image: url(/assets/img/bg-header.webp)) {
  .bg_header {
    background-image: url(/assets/img/bg-header.webp);
  }
}
@media screen and (min-width: 992px) {
  .bg_header {
    background-position: 50% 0%;
    min-height: 200px;
  }
}
.border-color-green {
  border-color: #378a76 !important;
}

.border-bottom-dotted {
  border-bottom: 1px dotted #aaa;
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  margin-top: auto;
}

/*ボックス*/
.box-parent {
  box-sizing: border-box;
}

.box-child {
  flex-direction: column;
}

.box-child-text {
  flex-grow: 1;
} /*※この親のdisplay:flex;を指定する*/
.title-border-green {
  border-left: 5px solid #227962; /*線の設定*/
  padding: 2px 8px;
}

.text-shadow-black-10 {
  text-shadow: 0 0 10px black;
}

@media screen and (max-width: 767px) {
  .w100per-md {
    width: 100%;
  }
}
.navbar-toggler-position {
  margin-top: 0px;
}

.mt-6rem-md {
  margin-top: 6rem !important;
}

.mt-45rem-md {
  margin-top: 4.5rem !important;
}

.navbar-expand-lg .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

@media screen and (max-width: 991px) {
  .fs-3-sm {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
}
@media screen and (max-width: 575px) {
  .w80-sm {
    width: 80% !important;
  }
}
@media screen and (min-width: 992px) {
  .fs-42-lg {
    font-size: 42px;
  }
  .fs-13-lg {
    font-size: 13px;
  }
  .header-border-green {
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .w-md-200 {
    max-width: 200px;
    width: 100%;
  }
}
.w-200 {
  max-width: 200px;
  width: 100%;
}

.fnavi::after {
  padding-left: 10px;
  padding-right: 10px;
}

.list-sidemenu li {
  position: relative;
  padding: 10px 20px 10px 0;
}
.list-sidemenu li a {
  display: flex;
  align-items: center;
}
.list-sidemenu li:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  color: #ddd;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: solid 1px #378a76;
  border-right: solid 1px #378a76;
  transform: rotate(45deg);
}

.btn-blue, .btn-red, .btn-orange, .btn-gray {
  position: relative;
  border-radius: 8px !important;
}
.btn-blue:before, .btn-red:before, .btn-orange:before, .btn-gray:before {
  content: "";
  display: block;
  position: absolute;
  right: 5%;
  top: 40%;
  transform: translateY(-50%);
  color: #ddd;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
}

.btn-blue {
  background-color: #256faf !important;
}
.btn-blue:hover {
  background-color: #1a609e !important;
}

.btn-red {
  background-color: #fb5465 !important;
}
.btn-red:hover {
  background-color: #e63c4d !important;
}

.btn-orange {
  background-color: #fe8040 !important;
}
.btn-orange:hover {
  background-color: #e86929 !important;
}

.btn-gray {
  background-color: #dddddd !important;
}
.btn-gray:hover {
  background-color: #bcbcbc !important;
}
.btn-gray:before {
  border-top: solid 1px #111;
  border-right: solid 1px #111;
}

.btn-arrow-none {
  border-radius: 5px !important;
}
.btn-arrow-none:before {
  display: none;
}

.sub-pages .pagination {
  gap: 0 8px !important;
}
.sub-pages .page-item .page-link {
  font-size: 18px !important;
  box-sizing: border-box !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 2em !important;
  height: 2em !important;
  border: 1px solid #256faf !important;
  border-radius: 8px !important;
}
.sub-pages .page-item .page-link:not(:hover) {
  text-decoration: none !important;
  color: #256faf !important;
}
.sub-pages .page-item .page-link:hover {
  background: none !important;
  color: #000 !important;
  border-color: #000 !important;
}
.sub-pages .page-item .page-link span {
  color: #256faf !important;
}
.sub-pages .page-item.active {
  pointer-events: none !important;
}
.sub-pages .page-item.active .page-link:not(:hover) {
  background-color: #256faf !important;
  color: #fff !important;
}
.sub-pages .page-item:first-of-type .page-link, .sub-pages .page-item:last-of-type .page-link {
  border: none !important;
}
.sub-pages legend {
  color: #25af8b !important;
  background-color: #f7f6f6 !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  padding: 0.5rem !important;
}
.sub-pages fieldset {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.sub-pages .checkbox label {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.sub-pages .checkbox input {
  width: 15px;
  height: 15px;
  margin-right: 0.3rem;
}

@media screen and (min-width: 992px) {
  .sub-pages .checkbox {
    width: 50%;
    display: inline-block;
  }
}
.tbl-responsive td:first-child {
  background: #ddd;
}

@media screen and (max-width: 640px) {
  .tbl-responsive {
    width: 80%;
  }
  .tbl-responsive .thead {
    display: none;
  }
  .tbl-responsive tr {
    width: 100%;
  }
  .tbl-responsive td {
    display: block;
    width: 100%;
  }
}
.pt-1-5 {
  padding-top: 1.3rem !important;
}

@media screen and (min-width: 768px) {
  .pt-1-5 {
    padding-top: 3rem !important;
  }
}
.pt-2-3 {
  padding-top: 2rem !important;
}

@media screen and (min-width: 768px) {
  .pt-2-3 {
    padding-top: 3rem !important;
  }
}
.sub-title-style {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  padding: 0.5rem !important;
}/*# sourceMappingURL=add.css.map */