#global_navigation #header_nav01 nav ul li .contChild {
  overflow: hidden;
  visibility: hidden;
  display: block;
  position: fixed;
  z-index: 9999;
  top: 64px;
  left: 0;
  width: 100%;
  height: 0;
  background: #e8edf4;
}
#global_navigation #header_nav01 nav ul li .contChild .common_inner {
  flex-wrap: wrap;
  justify-content: space-between;
  color: #333;
}
#global_navigation #header_nav01 nav ul li .contChild dl {
  width: 25%;
  margin: 35px 0;
}
#global_navigation #header_nav01 nav ul li .contChild dl dt {
  font-weight: 500;
}
#global_navigation #header_nav01 nav ul li .contChild dl dd {
  margin-top: 3px;
  margin-left: 1em;
  font-size: 14px;
}
#global_navigation #header_nav01 nav ul li .contChild dl dd::before {
  content: "ー";
}
#global_navigation #header_nav01 nav ul li .contChild dl dd a {
  color: #333;
  text-decoration: none;
}
#global_navigation #header_nav01 nav ul li .contChild dl dd a:hover {
  color: #B2B2B2;
}
#global_navigation #header_nav01 nav ul li .contChild dl dd.moreLinks {
  margin: 20px 0 0;
}
#global_navigation #header_nav01 nav ul li .contChild dl dd.moreLinks::before {
  display: none;
}
#global_navigation #header_nav01 nav ul li .contChild dl dd.moreLinks ul {
  display: block;
}
#global_navigation #header_nav01 nav ul li .contChild dl dd.moreLinks ul li {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
}
#global_navigation #header_nav01 nav ul li .contChild dl dd.moreLinks ul li a {
  display: inline;
  padding: 0;
}
#global_navigation #header_nav01 nav ul li .contChild dl dd.moreLinks ul li a:hover {
  background: none;
}
#global_navigation header nav {
  display: none;
}
@media screen and (max-width: 1025px) {
  #global_navigation header nav {
    display: block;
  }
}
#global_navigation header nav > ul {
  display: flex;
  height: 50px;
}
#global_navigation header nav > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}
#global_navigation header nav > ul > li + li {
  border-left: solid 1px #fff;
}
#global_navigation header nav > ul > li.h_tel {
  background: #297fb5;
}
#global_navigation header nav > ul > li.h_mail {
  background: #3772b2;
}
#global_navigation header nav > ul > li.h_mail .contChild {
  background: #fff;
}
#global_navigation header nav > ul > li.h_menu {
  background: #2a4f77;
}
#global_navigation header nav > ul > li.h_menu .contChild {
  background: #2a4f77;
}
#global_navigation header nav > ul > li.h_menu._open .icon .bar {
  width: 0;
}
#global_navigation header nav > ul > li.h_menu._open .icon .bar::before {
  top: 0;
  transform: rotate(45deg);
}
#global_navigation header nav > ul > li.h_menu._open .icon .bar::after {
  bottom: 0;
  transform: rotate(-45deg);
}
#global_navigation header nav > ul > li.h_menu .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}
#global_navigation header nav > ul > li.h_menu .icon .bar {
  display: block;
  position: relative;
  width: 24px;
  height: 1px;
  margin: 10px 0 12px;
  background-color: #fff;
  transition: all 0.3s ease;
}
#global_navigation header nav > ul > li.h_menu .icon .bar::before, #global_navigation header nav > ul > li.h_menu .icon .bar::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 12px);
  width: 24px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}
#global_navigation header nav > ul > li.h_menu .icon .bar::before {
  top: -6px;
}
#global_navigation header nav > ul > li.h_menu .icon .bar::after {
  bottom: -6px;
}
#global_navigation header nav > ul > li.h_menu .icon .text {
  font-size: 8px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}
#global_navigation header nav > ul > li .contChild {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 0;
  height: calc(100vh - 50px - 62px);
  background: #fff;
}
#global_navigation header nav > ul > li .contChild .scroll_wrap {
  box-sizing: border-box;
  overflow-y: scroll;
  height: calc(100% - 44px);
}
#global_navigation header nav > ul > li .contChild .nav_sns {
  display: block;
  padding: 30px 0;
}
#global_navigation header nav > ul > li .contChild .nav_sns ul {
  justify-content: center;
}
#global_navigation header nav > ul > li .contChild .nav_sns ul li {
  position: relative;
}
#global_navigation header nav > ul > li .contChild .nav_sns ul li a:hover {
  opacity: 1;
}
#global_navigation header nav > ul > li .contChild .btn_close {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #02254b;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #fff;
}
#global_navigation header nav > ul > li .contChild .btn_close img {
  margin-right: 10px;
  vertical-align: middle;
}
#global_navigation header nav > ul > li .contChild .contact_menu {
  padding: 0 20px;
  background: #3772b2;
}
#global_navigation header nav > ul > li .contChild .contact_menu ul li {
  font-weight: 600;
}
#global_navigation header nav > ul > li .contChild .contact_menu ul li + li {
  border-top: solid 1px #fff;
}
#global_navigation header nav > ul > li .contChild .contact_menu ul li a {
  display: flex;
  align-items: center;
  padding: 30px 0 30px 25px;
  color: #fff;
  text-decoration: none;
}
#global_navigation header nav > ul > li .contChild .contact_menu ul li a img {
  margin-right: 20px;
}
#global_navigation header nav > ul > li .contChild .search_menu {
  padding: 30px 20px 0;
}
#global_navigation header nav > ul > li .contChild .search_menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -13px;
}
#global_navigation header nav > ul > li .contChild .search_menu ul li {
  width: calc(33.333% - 13px);
  margin: 0 13px 13px 0;
  background: #fff;
}
#global_navigation header nav > ul > li .contChild .search_menu ul li:nth-of-type(n+7) {
  width: calc(100% - 13px);
}
#global_navigation header nav > ul > li .contChild .search_menu ul li:nth-of-type(n+7) a {
  flex-direction: row;
  justify-content: center;
}
#global_navigation header nav > ul > li .contChild .search_menu ul li:nth-of-type(n+7) a .txt {
  padding: 0;
}
#global_navigation header nav > ul > li .contChild .search_menu ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#global_navigation header nav > ul > li .contChild .search_menu ul li a .img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  height: 51px;
}
#global_navigation header nav > ul > li .contChild .search_menu ul li a .img img {
  max-height: 51px;
}
#global_navigation header nav > ul > li .contChild .search_menu ul li a .txt {
  display: block;
  line-height: 1.3333333333;
  padding: 0 7px 7px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
#global_navigation header nav > ul > li .contChild .searchbox {
  margin: 0 20px;
}
#global_navigation header nav > ul > li .contChild .searchbox form {
  display: flex;
  width: 100%;
  height: 44px;
  line-height: 44px;
}
#global_navigation header nav > ul > li .contChild .searchbox form .input {
  box-sizing: border-box;
  width: calc(100% - 80px);
  padding: 10px;
  border: solid 1px #ccc;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
#global_navigation header nav > ul > li .contChild .searchbox form .submit {
  display: block;
  width: 80px;
  background: #02254b;
  color: #fff;
}
#global_navigation header nav > ul > li .contChild .searchbox form .submit span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#global_navigation header nav > ul > li .contChild .searchbox form .submit span img {
  margin-right: 5px;
}
#global_navigation header nav > ul > li .contChild .freetel {
  display: block;
  margin: 30px 20px;
  text-align: center;
}
#global_navigation header nav > ul > li .contChild .freetel dt {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#global_navigation header nav > ul > li .contChild .freetel dt a {
  pointer-events: all;
  justify-content: center;
  color: #fff;
}
#global_navigation header nav > ul > li .contChild .freetel dt img {
  margin-right: 5px;
}
#global_navigation header nav > ul > li .contChild .freetel dd {
  margin: 10px 0 0;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
#global_navigation header nav > ul > li .contChild .contact_btn {
  max-width: 240px;
  margin: 0 auto;
  line-height: 44px;
}
#global_navigation header nav > ul > li .contChild .contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  text-decoration: none;
}
#global_navigation header nav > ul > li .contChild .contact_btn a img {
  margin-right: 8px;
}
#global_navigation header nav > ul > li .contChild .sub_nav {
  overflow: hidden;
  padding: 0 20px 20px;
}
#global_navigation header nav > ul > li .contChild .sub_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -1em;
}
#global_navigation header nav > ul > li .contChild .sub_nav ul li {
  margin: 0.5em 1em 0 0;
}
#global_navigation header nav > ul > li .contChild .sub_nav ul li a {
  color: #fff;
  text-decoration: none;
}
/* ------------------------------------------ .PC_favLists */
.PC_favLists {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 64px;
  left: 0;
  width: 100%;
  height: 322px;
  background-color: rgba(2, 37, 75, 0.9);
}
@media (max-width: 1025px) {
  .PC_favLists {
    display: none !important;
  }
}
.PC_favLists .PC_favLists-wrapper {
  overflow: hidden;
  margin: 0 96px;
  padding: 16px 0;
}
.PC_favLists .PC_favLists-wrapper .favorite-list {
  min-height: 222px;
}
.PC_favLists .PC_favLists-wrapper .favorite-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 24px 0 0;
}
.PC_favLists .PC_favLists-wrapper .favorite-action li {
  margin: 0 0 0 16px;
  line-height: 34px;
  letter-spacing: 0;
}
.PC_favLists .PC_favLists-wrapper .favorite-action li.button-1 .btn {
  border: solid 1px #fff;
  background-color: #02254b;
}
.PC_favLists .PC_favLists-wrapper .favorite-action li.button-1 .btn:hover span::before {
  opacity: 0;
}
.PC_favLists .PC_favLists-wrapper .favorite-action li.button-1 .btn:hover span::after {
  opacity: 1;
}
.PC_favLists .PC_favLists-wrapper .favorite-action li.button-1 .btn span {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}
.PC_favLists .PC_favLists-wrapper .favorite-action li.button-1 .btn span::after, .PC_favLists .PC_favLists-wrapper .favorite-action li.button-1 .btn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: 0;
  width: 25px;
  height: 6px;
  background-image: url("/common/img/icon_arrow2.svg");
  background-repeat: no-repeat;
  background-size: 25px 6px;
  background-position: 0 0;
  transition: all 0.3s ease;
}
.PC_favLists .PC_favLists-wrapper .favorite-action li.button-1 .btn span::after {
  opacity: 0;
  background-image: url("/common/img/icon_arrow3.svg");
}
.PC_favLists .PC_favLists-wrapper .favorite-action li.button-3 .btn {
  background-color: #21b7e0;
}
.PC_favLists .PC_favLists-wrapper .favorite-action li .btn {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 34px;
  box-sizing: border-box;
  display: block;
  padding: 0 14px;
  border: solid 1px transparent;
  background-color: #3772b2;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.PC_favLists .PC_favLists-wrapper .favorite-action li .btn:hover {
  border: solid 1px #02254b;
  background-color: #fff;
  color: #02254b;
}
.PC_favLists .swiper-slide {
  box-sizing: border-box;
  width: 248px !important;
  height: auto;
  min-height: 222px;
  padding: 8px 16px;
  margin-right: 16px;
  background-color: #e8edf4;
}
.PC_favLists .swiper-slide.is-hide-active {
  animation: fadeOut 0.5s ease-in-out forwards, moveAbsolute 0s linear 0.5s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes moveAbsolute {
  0% {
    position: relative;
  }
  100% {
    position: absolute;
    z-index: -1;
  } /* 0.5秒後に absolute に変更 */
}
.PC_favLists .swiper-slide .head {
  display: flex;
  justify-content: flex-end;
}
.PC_favLists .swiper-slide .head label {
  display: flex;
  height: 18px;
}
.PC_favLists .swiper-slide .head .fav-check {
  display: none;
}
.PC_favLists .swiper-slide .head .fav-check:checked + span {
  border: solid 1px #CAD5E2;
  background-color: #CAD5E2;
}
.PC_favLists .swiper-slide .head .fav-check:checked + span::after {
  opacity: 1;
}
.PC_favLists .swiper-slide .head .fav-check + span {
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  border: solid 1px #083464;
  background-color: #fff;
}
.PC_favLists .swiper-slide .head .fav-check + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: -2px;
  left: 2px;
  width: 18px;
  height: 6px;
  border-left: solid 3px #083464;
  border-bottom: solid 3px #083464;
  transform: rotate(-45deg);
}
.PC_favLists .swiper-slide .head .fav-check + span.is-checked::after {
  opacity: 1;
}
.PC_favLists .swiper-slide .head .fav-delete {
  margin-left: 12px;
}
.PC_favLists .swiper-slide .head .fav-delete span {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  background-color: #3772b2;
}
.PC_favLists .swiper-slide .head .fav-delete span::before, .PC_favLists .swiper-slide .head .fav-delete span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 5.5px);
  width: 11px;
  height: 2px;
  background-color: #fff;
}
.PC_favLists .swiper-slide .head .fav-delete span::before {
  transform: rotate(45deg);
}
.PC_favLists .swiper-slide .head .fav-delete span::after {
  transform: rotate(-45deg);
}
.PC_favLists .swiper-slide .title {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
.PC_favLists .swiper-slide .body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 16px 0 0;
}
.PC_favLists .swiper-slide .body .image {
  overflow: hidden;
  width: 96px;
  height: 128px;
  background-color: #fff;
}
.PC_favLists .swiper-slide .body .image a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 128px;
}
.PC_favLists .swiper-slide .body .image._noimage img {
  object-fit: contain;
  width: 90%;
  height: auto;
}
.PC_favLists .swiper-slide .body .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.PC_favLists .swiper-slide .body .text {
  display: flex;
  flex-direction: column;
  width: 112px;
  min-height: 128px;
  font-size: 12px;
  line-height: 1.5;
}
.PC_favLists .swiper-slide .body .text p {
  margin: 0 0 20px;
}
.PC_favLists .swiper-slide .body .text .contact {
  margin: auto 0 0;
  font-size: 14px;
  text-align: center;
}
.PC_favLists .swiper-slide .body .text .contact a {
  display: block;
  line-height: 36px;
  background-color: #083464;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.PC_favLists .swiper-slide .body .text .contact a:hover {
  background-color: #21b7e0;
}
.PC_favLists .favorite-prev,
.PC_favLists .favorite-next {
  cursor: pointer;
  position: absolute;
  top: 110px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("/common/img/arrow_02.svg");
  background-position: 12px 8px;
  background-repeat: no-repeat;
}
.PC_favLists .favorite-prev.swiper-button-disabled,
.PC_favLists .favorite-next.swiper-button-disabled {
  opacity: 0.5;
}
.PC_favLists .favorite-prev {
  left: 40px;
  transform: scale(-1, 1);
}
.PC_favLists .favorite-next {
  right: 40px;
}

/* ================================================ */
/* Add styles for .table_07 (list layout)           */
/* ================================================ */
@media screen and (max-width: 1025px) {
  .table_07 {
    overflow: auto;
  }
}

.table_07 table {
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .table_07 table {
    width: 800px;
  }
}

.table_07 table th {
  box-sizing: border-box;
  background-color: #e8edf4;
  border: solid 1px #cccccc;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.table_07 table th:nth-child(1) {
  width: 295px;
}

@media screen and (max-width: 1025px) {
  .table_07 table th:nth-child(1) {
    width: 160px;
    position: sticky;
    z-index: 9;
    left: 0;
  }

  .table_07 table th:nth-child(1):after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ccc;
  }

  .table_07 table th:nth-child(1):before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #ccc;
  }
}

.table_07 table th:nth-child(5) {
  width: 114px;
}

@media (max-width: 1025px) {
  .table_07 table th:nth-child(5) {
    width: 100px;
  }
}

.table_07 table tr[data-href] {
  background-color: #fff;
  transition: all 0.3s ease;
}

.table_07 table tr[data-href]:hover {
  background-color: #e8edf4;
}

.table_07 table tr[data-href] td {
  background-color: transparent;
}

.table_07 table tr[data-href] td:nth-child(5) {
  background-color: #fff;
}

.table_07 table tr[data-href] td:nth-child(1),
.table_07 table tr[data-href] td:nth-child(2),
.table_07 table tr[data-href] td:nth-child(3),
.table_07 table tr[data-href] td:nth-child(4) {
  cursor: pointer;
}

.table_07 table td {
  border: solid 1px #cccccc;
  padding: 9px;
  vertical-align: middle;
  text-align: center;
  background-color: #f9f9f9;
}

@media screen and (max-width: 1025px) {
  .table_07 table td:first-child {
    position: sticky;
    z-index: 9;
    left: 0;
  }

  .table_07 table td:first-child:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #cccccc;
  }

  .table_07 table td:first-child:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #cccccc;
  }
}

.table_07 table td span {
  color: #c95757;
  font-size: 20px;
  display: block;
}

/* ================================================ */
/* Add styles for .select-cancel span (cancel icon) */
/* ================================================ */
.select-cancel {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  min-width: 18px;
  max-width: 18px;
  margin: 0 5px 0 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #999;
  cursor: pointer;
}

.select-cancel span {
  display: block;
  position: relative;
  text-indent: -9999px;
}

.select-cancel span::before,
.select-cancel span::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 6px);
  width: 11px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}

.select-cancel span::after {
  transform: rotate(-45deg);
}

/* ================================================ */
/* Add styles for .diagram (plan layout list)       */
/* ================================================ */
.diagram {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.diagram li {
  width: calc(25% - 17px);
  border: solid 1px #cccccc;
}

@media screen and (max-width: 1025px) {
  .diagram li {
    width: 100%;
    padding: 0 37px;
  }
}

.diagram .thumb {
  padding: 10px;
}

.diagram a {
  text-decoration: none;
  color: #333333;
}

.diagram p {
  padding: 15px 50px;
  position: relative;
  border-top: 1px solid #cccccc;
}

.diagram p span.favorite {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.diagram p .checkbox {
  position: absolute;
  left: 20px;
  top: 0;
}
