@charset "UTF-8";
.sr-only {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
}

.color01 {
  color: #b90e24;
}

.color02 {
  color: red;
}

.color03 {
  color: #949494;
}

.color04 {
  color: #4eb346;
}

.color05 {
  color: #093b68;
}

.font-bold {
  font-weight: bold;
}

.text-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.pr {
  position: relative;
}

.w-100 {
  width: 100%;
}

hr {
  border-bottom: 1px dashed #fff;
  border-color: #ccc;
  background: none;
}

.btn {
  font-size: 1rem;
  background: #b90e24;
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  padding: 4px 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6px auto;
}
.btn:hover {
  background: #770619;
}

.btn01 {
  font-size: 1rem;
  background: #000;
  border: none;
  border-radius: 0.5rem;
  padding: 4px 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6px auto;
}
.btn01:hover {
  background: #353535;
}
.btn01 a {
  color: #fff;
}

.title h2, .title h3 {
  position: relative;
  padding-left: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
}
.title h2::after, .title h3::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 6px;
  height: 30px;
  background: #b90e24;
  border: none;
  border-radius: 10px;
}

/*頁碼 */
.nav-Page {
  margin: 30px 0;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}
.pagination .page-left::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}
.pagination .page-right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}
.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotate(45deg);
  top: 6px;
  right: 0px;
}
.pagination .page-double-right::after {
  right: 6px;
}
.pagination .page-double-left::after, .pagination .page-double-left::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  top: 6px;
  left: 6px;
}
.pagination .page-double-left::after {
  left: 0px;
}
.pagination li.page-item {
  margin-top: 0;
  margin-right: 4px;
}
.pagination li.page-item a.page-link {
  line-height: 1;
  padding: 8px 15px;
  background: #646464;
  color: #fff;
  border-radius: 30px;
}
.pagination li.page-item a.page-link[href] {
  color: #000;
}
.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}
.pagination li.page-item a.page-link[href] {
  padding: 8px 15px;
  background: #E8E8E8;
  border-radius: 30px;
}
.pagination li.page-item a.page-link:hover {
  background: #646464;
  color: #fff;
  border-radius: 30px;
}

.news-Lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.631372549);
  width: 100%;
  height: 100vh;
  z-index: 300;
}
.news-Lightbox .news-Lightbox-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80vh;
  background: #fff;
  padding: 40px 80px;
  border-top: solid 10px;
  border-bottom: solid 10px;
}
.news-Lightbox .news-Lightbox-box .news-Lightbox-box-text {
  border: 1px solid #fff;
  border-color: #666;
  font-size: 0.8rem;
  padding: 1rem;
  letter-spacing: 2px;
  line-height: 25px;
  height: 350px;
  overflow-y: auto;
  margin-bottom: 30px;
}
.news-Lightbox .news-Lightbox-box .cross {
  position: absolute;
  top: -58px;
  right: -25px;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}

.assistive01 .news-Lightbox-box {
  border-color: #36804a;
}
.assistive01 .news-Lightbox-box .news-Lightbox-box-title h3 {
  color: #36804a;
}
.assistive01 .news-Lightbox-box .news-Lightbox-box-btn .news-Lightbox-box-btn-button {
  background: #36804a;
  color: #fff;
}

.assistive02 .news-Lightbox-box {
  border-color: #0080a4;
}
.assistive02 .news-Lightbox-box .news-Lightbox-box-title h3 {
  color: #0080a4;
}
.assistive02 .news-Lightbox-box .news-Lightbox-box-btn .news-Lightbox-box-btn-button {
  background: #0080a4;
  color: #fff;
}

.assistive03 .news-Lightbox-box {
  border-color: #dd7428;
}
.assistive03 .news-Lightbox-box .news-Lightbox-box-title h3 {
  color: #dd7428;
}
.assistive03 .news-Lightbox-box .news-Lightbox-box-btn .news-Lightbox-box-btn-button {
  background: #dd7428;
  color: #fff;
}

.swiper-banner .swiper-button-prev {
  left: 30px;
}
.swiper-banner .swiper-button-next {
  right: 30px;
}
.swiper-banner .swiper-button-next::after, .swiper-banner .swiper-button-prev::after {
  color: #000;
  font-size: 1.3em;
  font-weight: 900;
  background: #fff;
  padding: 9px 13px;
  border-radius: 30px;
}

.tomu li {
  font-size: 1.7rem;
  text-align: center;
  text-shadow: #464646 3px 3px 3px;
  border-radius: 2rem;
  padding: 1rem;
  margin-bottom: 0.8rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.tomu li a {
  color: #FFF;
}
.tomu li:nth-of-type(1) {
  background: #36804a;
}
.tomu li:nth-of-type(1):hover {
  background: #1b4725;
}
.tomu li:nth-of-type(2) {
  background: #0080a4;
}
.tomu li:nth-of-type(2):hover {
  background: #034554;
}
.tomu li:nth-of-type(3) {
  background: #dd7428;
}
.tomu li:nth-of-type(3):hover {
  background: #c14000;
}
.tomu li:nth-of-type(4) {
  background: #8b5b9e;
}
.tomu li:nth-of-type(4):hover {
  background: #5d3f69;
}

.list-text_in ul li {
  background: #e5e5e5;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  cursor: pointer;
}
.list-text_in ul li time {
  display: block;
  font-size: 0.8rem;
  color: #6c6e70;
}
.list-text_in ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.list-text_in ul li:hover {
  background: #e1e9ef;
}

.appointment a {
  display: block;
}
.appointment:hover .appointment-img img {
  transform: scale(1.5);
}
.appointment .appointment-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  padding-bottom: 100%;
  border: 1px solid #fff;
  border-color: #ccc;
  margin-bottom: 0.5rem;
}
.appointment .appointment-img img {
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.appointment .appointment-text {
  text-align: center;
}
.appointment .appointment-text:hover {
  font-weight: 400;
}
.friendly {
  position: relative;
}

.swiper-friendly .swiper-slide {
  text-align: center;
}
.swiper-friendly .swiper-slide .swiper-slide-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 160px;
  border: 1px solid #fff;
  border-color: #ccc;
  margin-bottom: 0.5rem;
}
.swiper-friendly .swiper-slide .swiper-slide-img a, .swiper-friendly .swiper-slide .swiper-slide-img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.2s;
}
.swiper-friendly .swiper-button-next::after, .swiper-friendly .swiper-button-prev::after {
  display: none;
  color: #000;
  font-size: 1.3em;
  font-weight: 900;
  padding: 9px 13px;
}

.footer-info {
  background: #e5e5e5;
}
.footer-info .foomenu li {
  position: relative;
  padding-right: 20px;
}
.footer-info .foomenu li::after {
  content: "｜";
  position: absolute;
  color: #221e1f;
}
.footer-info .foomenu li:last-child::after {
  content: "";
}
.footer-info .footer-time {
  color: #165782;
  font-size: 0.9rem;
  text-align: center;
  margin: 10px 0;
  letter-spacing: 1px;
}
.footer-info .foomenus {
  padding-bottom: 25px;
}
.footer-info .foomenus li {
  margin-right: 30px;
}

.copyright {
  background: #221e1f;
  border-top: 1px solid #fff;
  border-color: #ccc;
  color: #fff;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

legend {
  display: none;
}

.form-text-p {
  color: #9a9a9a;
}

.sitemap_txt {
  padding: 10px;
  margin: 10px 0;
  border: 1px #875918 dashed;
}

.site_map li {
  margin: 0 15px;
}
.site_map li a {
  color: #fff;
  padding: 8px 15px;
  background: #b90e24;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: block;
  margin-bottom: 10px;
}
.site_map li a:hover {
  background: #740716;
}

.nav__link-clipboard, .nav__link-signature {
  margin-bottom: 0;
  padding: 0.8rem 0rem 0.8rem 1rem;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-color: #ccc;
  background: #b3b3b3;
  width: 100%;
  background: #221e1f;
}

.nav__link-clipboard {
  background: #221e1f !important;
}

.nav__link-signature {
  background: #375d41 !important;
}

.forms-group-m input {
  padding: 3px 5px !important;
  border: solid 2px #000 !important;
  border-radius: 0px !important;
}

.form-search .form-search-scalendar p {
  width: 50px;
  text-align: center;
}
.form-search .form-search-scalendar .sech {
  position: relative;
}
.form-search .form-search-scalendar .sech input[type=submit] {
  border: none !important;
  top: 0;
  cursor: pointer;
  text-indent: 100000rem;
  white-space: nowrap;
  color: #333333;
  width: 50px;
  background: #58595b;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  padding: 6px 15px !important;
}
.form-search .form-search-scalendar .sech i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.form-search .form-search-scalendar input {
  width: calc(50% - 75px);
}

.rwd-table.rwd-table02 thead tr th, .rwd-table.rwd-table02 thead tr td, .rwd-table.rwd-table02 tbody tr th, .rwd-table.rwd-table02 tbody tr td {
  width: 16.6%;
}

.rwd-table {
  width: 100%;
}
.rwd-table thead, .rwd-table tbody {
  width: 100%;
}
.rwd-table thead tr, .rwd-table tbody tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.rwd-table thead tr th, .rwd-table thead tr td, .rwd-table tbody tr th, .rwd-table tbody tr td {
  width: 14.28%;
  text-align: center;
}
.rwd-table thead tr th {
  font-size: 1rem;
  font-weight: 400;
  vertical-align: middle;
  letter-spacing: 1px;
  border-right: solid 1px #fff;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  padding: 0.5rem;
  background-color: #221e1f;
  color: #fff;
}
.rwd-table tbody tr {
  border-bottom: 1px dashed #cccccc;
}
.rwd-table tbody tr td {
  border-right: none;
  vertical-align: middle;
  color: #000;
  border-top: none;
  padding: 0.75rem;
}
.rwd-table tbody tr td a {
  color: #f60;
}
.rwd-table tbody tr td a:hover {
  color: #666;
}

@media screen and (max-width: 667px) {
  .swiper-friendly .swiper-slide .swiper-slide-img {
    height: 80px;
  }
  .swiper-friendly .swiper-button-next::after, .swiper-friendly .swiper-button-prev::after {
    display: block;
  }
  .news-Lightbox .news-Lightbox-box {
    padding: 15px;
  }
  .news-Lightbox .news-Lightbox-box .news-Lightbox-box-text {
    height: 230px;
  }
  .form-search .form-search-scalendar p {
    margin-top: 10px;
    font-size: 1rem;
    text-align: left;
  }
  .form-search .form-search-scalendar p.p {
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
  }
  .form-search .form-search-scalendar p, .form-search .form-search-scalendar button, .form-search .form-search-scalendar input {
    width: 100%;
  }
  .form-search .form-search-scalendar button {
    margin-top: 10px;
  }
  .rwd-table thead tr th {
    display: none;
  }
  .rwd-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: solid 1px #58595b;
    margin-bottom: 15px;
  }
  .rwd-table tbody tr td {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .rwd-table tbody tr td:before {
    content: attr(data-th) ": ";
    width: 80px;
    display: inline-block;
    background: #58595b;
    padding: 3px;
    margin-right: 10px;
    color: #fff;
  }
}
@media screen and (max-width: 320px) {
  .form-search .form-search-scalendar p.p {
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
  }
  .form-search .form-search-scalendar p, .form-search .form-search-scalendar button, .form-search .form-search-scalendar input {
    width: 100%;
  }
}/*# sourceMappingURL=all.css.map */