@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}
body {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #616368;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.SP {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  line-height: 1.35em;
}
p {
  color: #616368;
}
a.ac_link {
  display: block;
  margin-top: -150px;
  padding-top: 50px;
}
main {
  background-color: #eaf5f9;
  padding-bottom: 1px;
}
header {
  position: sticky;
  /* box-shadow: 1px 1px 5px #ccc; */
  border-bottom: solid 1px #e5e5e5;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header_inner {
  display: flex;
  padding: 15px 0;
  max-width: 1480px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
}
.header_inner > a {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #000;
  gap: 10px;
}
.header_inner > a img {
  max-width: 85px;
}
.header_inner ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header_inner ul a {
  color: #000;
}
.header_inner ul .color_btn a {
  color: #fff;
  background-color: #479cd7;
  padding: 10px 15px;
  border-radius: 10px;
  transition: 0.3s;
}
.header_inner ul .color_btn a:hover {
  background-color: #275583;
}
.sec_mv {
  background-color: #479cd7;
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding: 50px 0 64px;
}

.sec_mv .sub {
  font-size: 24px;
  font-weight: bold;
}
h1 {
  font-weight: bold;
  font-size: 32px;
  margin: 20px 0 10px 0;
}
.sec_mv dt img {
  max-height: 90px;
  display: block;
  margin: 0 auto;
}
.sec_mv dt p {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin: 10px 0 30px 0;
}
.sec_mv dd {
  display: block;
  width: fit-content;
  border-top: solid 1px #fff;
  border-bottom: solid 1px;
  padding: 10px 50px;
  margin: 0 auto;
}
.sec_mv dd p {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: left;
}
section {
  margin: 100px auto;
}
h2 {
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  color: #242f51;
}
.wrapp {
  max-width: 1480px;
  margin: 0 auto;
}
.sec_inner {
  width: 80%;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 50px;
  margin: 50px auto;
}
.sec_news li {
  display: flex;
  gap: 30px;
  padding: 30px;
  border-bottom: solid 1px #ccc;
}
.sec_news li p {
  color: #242f51;
}
.sec_news li:last-of-type {
  border: none;
}
.sec_news li > span {
  font-size: 12px;
  color: #666;
}
span.bold {
  font-weight: bold;
  font-size: 18px;
}
.cont_wrapp {
  padding: 0 50px;
}
.sec_support p a {
  color: #336699;
  border-bottom: solid 1px #336699;
}
h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #242f51;
}
h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.sec_support li {
  margin: 30px;
}
.sec_support li li {
  margin: 30px 0;
}
a.bold {
  font-weight: bold;
  font-size: 18px;
}
.red_caution_area {
  padding: 30px;
  text-align: center;
  border: solid 2px #ff0000;
  border-radius: 5px;
  margin: 0 20%;
}
@media screen and (max-width: 580px) {
  .red_caution_area {
    margin: 0 10% !important;
  }
}
.red_caution_area p {
  color: #ff0000;
  font-weight: bold;
}
.red_caution_area p a {
  color: #ff0000;
  border: none;
  transition: 0.3s;
  text-decoration: underline;
}
.red_caution_area p a:hover {
  color: #c40000;
}
.sec_procedure .cont_wrapp.glay_bkg {
  background-color: #f3f3f3;
  padding: 50px;
}
.sec_procedure .cont_wrapp.border_bkg {
  border: solid 1px #ccc;
  padding: 50px;
}
.sec_procedure .link_btn {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 30px 50px;
  border-radius: 5px;
  background-color: #479cd7;
  transition: 0.3s;
  display: block;
  margin: 0 auto 30px auto;
  width: fit-content;
}
.sec_procedure .link_btn:hover {
  background-color: #275583;
}
.caution_red {
  font-weight: bold;
  color: #ff0000;
}
.sec_procedure .caution_red {
  text-align: center;
}
.caution_red a {
  color: #ff0000;
  border-bottom: solid 1px #ff0000;
  transition: 0.3s;
}
.caution_red a:hover {
  color: #c40000;
}
p a {
  color: #0b50cf;
  transition: 0.3s;
  border-bottom: solid 1px #0b50cf;
}
p a:hover {
  color: #275583;
}
.sec_procedure .cont_wrapp .cont_wrapp p {
  margin: 10px 0;
  text-indent: -2rem;
  padding-left: 2rem;
}
.sec_procedure li {
  margin: 50px 0;
}
hr {
  margin: 20px 0;
}
.number_flex {
  display: flex;
  gap: 15px;
  margin: 20px 0;
}
.number_flex > span.bold {
  font-size: 24px;
}
.number_flex div div {
  margin-bottom: 20px;
}
.number_flex div div:last-of-type {
  margin-bottom: 0;
}
.light_hr {
  border: solid 1px #f3f3f3;
}
.sec_procedure .caution_red.left {
  text-align: left;
}
.red {
  color: #ff0000;
}
.sec_qa li {
  background-color: #f5f7fa;
  margin-bottom: 15px;
  padding: 30px 0;
}
.sec_qa li dt {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.sec_qa li dt span {
  text-indent: -2.7rem;
  padding-left: 2.7rem;
}
.sec_qa li dt::after {
  content: "＋";
  font-size: 25px;
  font-weight: bold;
  transition: 0.3s;
}
.sec_qa li dt.open::after {
  content: "－";
  transform: rotate(360deg);
}
.sec_qa li dd {
  display: none;
}
.sec_qa li dd .ans_flex {
  display: flex;
  gap: 5px;
  margin-top: 30px;
}
.qa_about {
  text-align: center;
  margin-top: 30px;
}
.qa_about a {
  display: block;
  width: fit-content;
  color: #242f51;
  border: solid 2px #242f51;
  padding: 40px 60px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  margin: 20px auto;
  transition: 0.3s;
}
.qa_about p {
  font-weight: bold;
}
.qa_about a:hover {
  background-color: #f5f7fa;
}
/* .sec_contact .sec_inner a span {
  font-size: 50px;
  color: #666;
}
.sec_contact .sec_inner a {
  display: block;
  margin: 30px auto;
} */
footer {
  background-color: #479cd7;
  padding: 50px 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
footer ul {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
footer a {
  color: #fff;
  font-size: 13px;
}
footer li::after {
  content: "|";
  display: inline-block;
  margin-left: 10px;
}
footer li:last-of-type::after {
  content: none;
}

/*new cont*/
.cont_flex {
  display: flex;
  align-items: stretch;
  gap: 20px;
  justify-content: center;
}
.cont_flex.cont_flex30 img {
  max-width: 50%;
}
.cont_flex30.cont_flex p {
  font-weight: bold;
}
.cont_flex30.cont_flex p:first-of-type {
  color: #0b50cf;
  margin-bottom: 20px;
}
.sp_image {
  position: relative;
  height: 400px;
  width: 300px;
}
.sp_image img {
  position: absolute;
  display: block;
  height: 400px;
  object-fit: cover;
  width: 288px;
  object-position: top;
}
.sp_image img:first-of-type {
  width: 255px;
  left: 15px;
  top: 10px;
  border-radius: 20px 20px 0 0;
}
.cont_flex_app {
  margin-top: 50px;
}
.commoney_about p {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.commoney_about {
  margin-bottom: 30px;
}
.commoney {
  border-top: solid 3px #f59800;
  border-bottom: solid 3px #f59800;
  padding: 20px;
  margin: 20px 0;
}
.commoney p {
  color: #f59800;
  font-size: 20px;
}
.commoney_about_cont {
  max-width: 45%;
}
.cont_flex_dl {
  margin-top: 50px;
}
.cont_flex_dl dl {
  width: 40%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
.cont_flex_dl dt {
  width: 200px;
}
.cont_flex_dl dd {
  width: 200px;
}
.sec_choice .sec_inner {
  background-color: inherit;
}
.sec_choice li a {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  width: 250px;
  height: 260px;
  text-align: center;
  box-shadow: 2px 2px 2px lightblue;
  transition: 0.3s;
}
.sec_choice li a:hover {
  box-shadow: none;
  transform: translateY(2px);
}
.sec_choice li a img {
  width: 80%;
}
.sec_choice li a p {
  font-weight: bold;
  font-size: 18px;
}
.sec_choice ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.about_table {
  margin: 24px auto 32px;
  width: 100%;
}
.zoom_about {
  margin-top: 0;
}
.zoom_about a {
  background-color: #479cd7;
  color: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.about_table th,
.about_table td {
  padding: 10px;
  border: solid 1px #ccc;
  line-height: 1.5em;
  vertical-align: middle;
}
.about_table tr:nth-of-type(even) {
  background-color: #f5f7fa;
}
.about_table tr.grayout {
  color: #cbcbcb;
}
.about_table th {
  font-weight: bold;
}
.poster_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.poster_list a {
  border: solid 3px #479cd7;
  padding: 20px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #479cd7;
  transition: 0.3s;
}
.poster_list a:hover {
  background-color: #479cd7;
  color: #fff;
}
.about_join {
  margin-bottom: 50px;
}
.sec_procedure .link_btn {
  margin-bottom: 0;
}
span.center {
  text-align: center;
  display: block;
  line-height: 1.5em;
}
p.center {
  width: fit-content;
  margin: 0 auto;
}
span.point {
  font-size: 40px;
}
.sec_contact .cont_flex {
  margin: 50px auto;
}
.contact_box {
  max-width: 45%;
}
.contact_box dl {
  border: solid 1px #0b50cf;
  padding: 20px;
}
.contact_box dt {
  background-color: #0b50cf;
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
}
.contact_box span.bold {
  margin-top: 20px;
  display: block;
  margin-bottom: 15px;
}
.contact_box p {
  font-size: 15px;
  width: fit-content;
  margin: 0 auto;
  line-height: 2em;
}
.contact_box .link_btn {
  background-color: #0b50cf;
  color: #fff;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 50px;
  width: fit-content;
}
#page_dealer .sec_choice ul {
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
#page_dealer .sec_choice .cs a {
  pointer-events: none;
  opacity: 0.5;
  box-shadow: none;
}
.cap {
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 10px 0 20px 0;
}
.cs {
  opacity: 0.8;
  pointer-events: none;
}
.cs p span {
  font-size: 15px;
  display: block;
}
.sec_policy dl {
  margin: 30px 0;
}
.sec_policy dl h3 {
  font-weight: bold;
  font-size: 18px;
}
.sec_kiyaku dd p {
  padding-left: 20px;
}
.sec_kiyaku dd p span {
  display: block;
  padding-left: 20px;
}
.ending {
  text-align: right;
}
.sec_tokusyou .about_table tr:nth-of-type(even) {
  background-color: inherit;
}
.sec_tokusyou .about_table th {
  background-color: #479cd7;
  color: #fff;
  text-align: left;
}
.sec_tokusyou h2 span {
  font-weight: bold;
  font-size: 70%;
}
@media screen and (max-width: 1000px) {
  .wrapp {
    max-width: 95%;
  }
  .sec_inner {
    width: 90%;
    padding: 30px 20px;
  }
  .cont_wrapp {
    padding: 0;
  }
  .hotel_table.PC {
    display: none;
  }
  .hotel_table.SP {
    display: block;
  }
  .hotel_table.SP td div {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .schedule_table_cont {
    overflow-y: scroll;
    width: 100%;
  }
  .schedule_table_cont table {
    width: 900px;
  }
  .sec_procedure li {
    margin: 30px;
  }
  .sec_qa li {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 800px) {
  .cont_flex {
    display: block;
  }
  .sec_otoku .cont_flex {
    max-width: 90%;
    margin: 0 auto;
  }
  .sec_otoku .cont_flex img {
    display: block;
    margin: 0 auto 30px auto;
  }
  .sec_otoku .cont_flex div {
    width: fit-content;
    margin: 0 auto;
  }
  .sp_image {
    margin: 0 auto 30px auto;
  }
  .commoney_about_cont {
    max-width: 90%;
    margin: 0 auto;
  }
  .commoney {
    text-align: center;
  }
  .cont_flex_dl dl {
    max-width: 80%;
    width: fit-content;
    margin: 30px auto;
  }
  .commoney_about p {
    font-size: 25px;
  }
  .contact_box {
    max-width: 90%;
    margin: 30px auto;
  }
  .contact_box .SP {
    display: block;
  }

  .about_table {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1040px) {
  #navArea {
    display: block;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li.color_btn a {
    color: #fff;
    background-color: #336699;
    padding: 10px 15px;
    border-radius: 10px;
    transition: 0.3s;
    text-align: center;
  }
  nav .inner ul li.color_btn {
    border: none;
    margin-top: 15px;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 220px;
    }
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 20px;
    right: 15px;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all 0.5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #mask {
    display: none;
    transition: all 0.5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }
}

@media screen and (max-width: 500px) {
  section {
    margin: 60px 0;
  }
  h2 {
    font-size: 25px;
  }
  .sec_contact .sec_inner a span {
    font-size: 10vw;
  }
  .sec_procedure .cont_wrapp.glay_bkg {
    padding: 50px 20px;
  }
  .sec_support li {
    margin: 20px 10px;
  }
  .sec_procedure li {
    margin: 20px 10px;
  }
  .sec_news li {
    padding: 20px 0;
  }
  .sec_mv {
    padding: 140px 0 156px;
  }
  br.SP {
    display: block;
  }
  .sec_inner {
    margin: 20px auto;
  }
  .sec_procedure .link_btn {
    padding: 30px 20px;
  }
  .sec_procedure .cont_wrapp.border_bkg {
    padding: 30px;
  }
  .qa_about a {
    padding: 40px 20px;
  }
  .header_inner > a {
    display: block;
  }
  .header_inner > a img {
    display: block;
    margin: 0 auto;
  }
}

/*page_top*/
.page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 999;
}
.page_top a {
  background: #1e6bcc;
  text-decoration: none;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all 0.3s ease;
}
.page_top a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.page_top a span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: 1em;
  height: 1em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(160%) rotate(-45deg);
}
@media screen and (max-width: 500px) {
  .page_top a {
    display: none;
  }
}
/*20240610
.contact_r {
  background-color: #f3f3f3;
  border: solid 1px #a3a3a3;
}
.contact_r dl {
  border: none;
}
.contact_r dt {
  background-color: #a3a3a3;
}
.contact_r a {
  pointer-events: none;
}
.contact_r dd a:first-of-type span {
  font-size: 40px;
  margin-bottom: 43px;
}
.contact_r dd a.link_btn {
  background-color: #a3a3a3;
  display: none;
}
  */
/*20240717*/
.sec_list_search #controls {
  width: 100%;
  background-color: #eaf5f9;
  border-radius: 10px;
}
.sec_list_search #controls form {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.sec_list_search #controls form .search_cont {
  width: calc(100% / 5);
}
.sec_list_search #controls label {
  font-size: 16px;
  margin-bottom: 0;
  display: inline-block;
  border-bottom: none;
}
.sec_list_search #controls select,
.sec_list_search #controls input[type="text"],
.sec_list_search textarea {
  font-size: 14px;
  padding: 5px 0;
}
.sec_list_search #controls button[type="submit"] {
  width: fit-content;
  padding: 5px 20px;
}
.sec_list_search .for_list {
  width: fit-content;
}
.sec_map_search .for_list_dwl {
  margin-top: 15px;
}
#storeList th,
#storeList td {
  padding: 10px;
  border-bottom: solid 1px #479cd7;
}
#storeList th {
  font-weight: bold;
}
.search_result_number {
  font-size: 16px;
  color: #479cd7;
  font-weight: bold;
  margin-bottom: 20px;
  margin: 20px auto;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eaf5f9;
}
#storeList {
  width: 100%;
  margin: 0 auto;
  min-width: 1000px;
  /*20240728追加*/
}
.pagination {
  display: flex;
  /*justify-content: center;*/
  margin-top: 15px;
}
.pagination a {
  padding: 10px;
  color: #479cd7;
  border: solid 1px #479cd7;
  transition: 0.3s;
  font-size: 18px;
}
.pagination a:hover {
  background-color: #479cd7;
  color: #fff;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-radius: 3px 0 0 3px;
}
.page-item:last-child .page-link {
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 800px) {
  .sec_list_search #controls form {
    display: block;
  }
  .sec_list_search #controls form .search_cont {
    width: 100%;
  }
  .sec_list_search .for_list {
    width: 100%;
    padding: 15px 0;
  }
  .sec_list_search #controls button[type="submit"] {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .npc {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .nsp {
    display: none !important;
  }
}

/*qa*/
.sec_qa .faq_link {
  background-color: #479cd7;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 15px;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
  transition: 0.3s;
}
.sec_qa .faq_link:hover {
  background-color: #336699;
}
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  margin: 0 auto;
}
.tab_item {
  width: calc(100% / 2);
  height: 50px;
  border-bottom: 3px solid #479cd7;
  background-color: #eaf5f9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #242f51;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
}
.tab_item:hover {
  opacity: 0.75;
}
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
.tab_content.active {
  display: block;
}
.tab_content_dealer {
  display: block;
}
.tab_item.active {
  background-color: #479cd7;
  color: #fff;
}
.sec_kiyaku .about_table th {
  text-align: left;
}
#page_dealer .sec_user_choice ul:last-of-type {
  margin-top: 30px;
}
#page_dealer .sec_user_choice ul a.line_2 img {
  padding-top: 20px;
}
@media (max-width: 430px) {
  .tab_item {
    float: none;
    width: 100%;
    border-bottom: none;
  }
  .tab_item:first-of-type {
    margin-bottom: 10px;
  }
}
@media (max-width: 900px) {
  .tab_content {
    padding: 30px 0;
  }
  .sec_qa li dt span {
    font-size: 16px;
    padding-right: 10px;
  }
}
.user_about_spot {
  margin-bottom: 10px;
}
.user_about_spot + p {
  margin-bottom: 50px;
}
.user_about_spot tr.last_spot th {
  background-color: #fff;
}
.zoom_url td div {
  display: flex;
  gap: 30px;
}
.about_table.zoom_about {
  margin-bottom: 20px;
}
.zoom_url td div span:nth-of-type(2),
.zoom_url td div span:nth-of-type(3) {
  text-align: center;
}
.zoom_url td div a.hide {
  visibility: hidden;
}
.zoom_url td div a {
  margin-top: 10px;
}
.zoom_url td {
  background-color: #f5f7fa;
}
th.white,
td.white {
  background-color: #fff;
}
th.blue,
td.blue {
  background-color: #f5f7fa;
}
.sec_step p span.red {
  color: red;
}
.sec_step li dt {
  background-color: #0b50cf;
  color: #fff;
  font-weight: 900;
  text-align: center;
  font-size: 25px;
  padding: 10px;
  border-radius: 30px 30px 0 0;
}
.sec_step ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10px;
  justify-content: flex-start;
  max-width: 1185px;
  margin: 0 auto 50px auto;
}
.sec_step li {
  width: calc(87% / 3);
}
.sec_step li + div {
  position: relative;
  width: 30px;
}
.sec_step li + div span {
  display: block;
  height: 30px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #0b50cf;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec_step dd p {
  text-align: center;
  padding-top: 15px;
}
.sec_step .step_link {
  background-color: #479cd7;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  width: fit-content;
  margin: 30px auto;
  transition: 0.3s;
}
.sec_step .step_link:hover {
  background-color: #336699;
}
@media (max-width: 900px) {
  .sec_step li {
    width: calc(85% / 3);
  }
}
@media (max-width: 800px) {
  .sec_step ul {
    display: block;
  }
  .sec_step li + div {
    display: none;
  }
  .sec_step li {
    width: 100%;
    margin-bottom: 50px;
  }
  .sec_step li dd {
    text-align: center;
  }
  .sec_step li dd p {
    text-align: left;
  }
  .sec_step li dd p br {
    display: none;
  }
  .sec_step li dd p br.SP,
  .sec_step li dd p span {
    display: block;
  }
}
.commoney img {
  margin: 0 auto;
  display: block;
}

/*0725*/
.sec_list_search .cont_wrapp.glay_bkg {
  background-color: #f3f3f3;
  padding: 50px;
}
.sec_list_search .cont_wrapp.border_bkg {
  border: solid 1px #ccc;
  padding: 50px;
}
.sec_list_search .link_btn {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 30px 50px;
  border-radius: 5px;
  background-color: #479cd7;
  transition: 0.3s;
  display: block;
  margin: 0 auto 30px auto;
  width: fit-content;
}
.sec_list_search .link_btn:hover {
  background-color: #275583;
}

/*20240728*/
.pagination .current-page a {
  padding: 10px;
  color: white;
  border: solid 1px #479cd7;
  transition: 0.3s;
  font-size: 18px;
  background-color: #479cd7;
}
.nav-pagination {
  display: flex;
  margin-top: 20px;
  justify-content: space-around;
}
/*.pagination {
	flex-wrap: wrap;
		}*/
.pagination .page-item {
  margin: 10px 0;
}

@media (max-width: 430px) {
  .nav-pagination {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1400px) {
  .sec_list_search #controls {
    width: 96%;
    padding: 10px 20px;
  }
  .sec_list_search .for_list {
    font-size: 14px;
  }
  .sec_list_search .for_list {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1230px) {
  .sec_list_search #controls form {
    gap: 10px;
  }
  #storeList {
    /*min-width: 100%;*/
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .sec_list_search .for_list {
    padding: 15px 0;
  }
  .sec_list_search .for_list_dwl {
    margin-top: 10px;
  }
}
/*0826　追記*/
.sec_mv {
  margin-bottom: 0;
}
.sec_dwl {
  background-color: #fff;
  margin: 0 auto;
  padding: 100px 0;
}
.sec_dwl h3 {
  text-align: center;
  font-size: 20px;
}
.sec_dwl h3 span {
  background: linear-gradient(transparent 50%, yellow 50%);
  font-weight: bold;
}
.sec_dwl h3 + img {
  display: block;
  margin: 0 auto;
}
.sec_dwl .cont_flex_dl {
  gap: 30px;
}
.sec_dwl .cont_flex_dl dl {
  width: fit-content;
  margin-bottom: 30px;
}
.sec_dwl .cont_flex_dl + a {
  display: block;
  text-align: center;
  color: #336699;
  border-bottom: solid 1px #275583;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (max-width: 1140px) {
  .header_inner {
    max-width: 98%;
  }
}
@media screen and (max-width: 1040px) {
  .header_inner {
    max-width: 95%;
  }
}
@media screen and (max-width: 920px) {
  .sec_dwl .cont_flex_dl dd {
    display: none;
  }
  .sec_dwl h3 span span {
    display: none;
  }
  .sec_dwl h3 br.SP {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .sec_dwl h3 + img {
    max-width: 80%;
  }
  .sec_dwl .cont_flex_dl dl {
    margin: 0 auto;
  }
  .sec_dwl .cont_flex_dl {
    margin-top: 30px;
  }
  .sec_dwl .cont_flex_dl + a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .sec_dwl {
    padding: 60px 0;
  }
}

.line-through {
  text-decoration: line-through;
}

.sec_caution {
  background-color: #fff;
  margin: 0 auto;
  color: white;
  padding-top: 40px;
}

.cap-y {
  font-size: 14px;
  display: block;
  text-align: center;
  padding: 20px 0;
  color: yellow;
}

@media not screen and (max-width: 767px) {
  .sp_only {
    display: none;
  }
}
.note_area {
  padding: 30px;
  border: solid 2px #999;
  border-radius: 5px;
  margin-bottom: 20px;
}

/* add */
.fit_ml-auto {
  max-width: fit-content;
  margin-left: auto;
}

.image {
  max-width: 100%;
  width: 100%;
}

.block:not(:first-child) {
  margin-top: 40px;
}

.header_btn:not(:root) {
  display: block;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  background-color: #479cd7;
  text-align: center;
  padding: 8px;
  transition: background-color 0.175s;
}

.glay_bkg + p {
  margin-top: 16px;
}

@media (any-hover: hover) {
  .header_btn:not(:root):hover {
    background-color: #104a90;
  }
}

.about_tableInner {
  width: 100%;
}

.text-center {
  text-align: center;
}

.font-bold {
  font-weight: bold;
}

.text-xs {
  font-size: 14px;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.note {
  margin-top: 8px;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 1040px) {
  .header_inner {
    height: 42px;
  }

  .header_logo {
    width: calc(100% - 60px);
  }
}

.procedure_item:not(:root) {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  padding-bottom: 16px;
  margin: 0;
  border-bottom: 1px solid #d0d0d0;
}

.procedure_item:not(:first-child) {
  padding-top: 16px;
}

.contact_block:not(:first-child) {
  margin-top: 12px;
}

.procedure_item > span:first-child {
  font-size: 26px;
  margin-top: -5px;
}

.contact_col {
  margin-top: 8px;
  /* display: flex;
  gap: 24px 64px; */
  /* flex-wrap: wrap; */
  text-align: center;
}

.contact_block a {
  color: #616368;
  border-bottom: none;
}

.contact_tel a {
  font-size: clamp(4rem, 2.0552rem + 2.4309vw, 50rem);
  font-weight: bold;
  color: inherit;
  text-align: center;
}

.schedule {
  padding: 0px;
  margin: 16px 0 32px;
  position: relative;
  font-size: 14px;
  list-style: none;
  display: flex;
  gap: 32px;
  flex-direction: column;
  max-width: fit-content;
}

.schedule::before {
  position: absolute;
  background-color: #deeef7;
  content: "";
}

.schedule li:not(:root) {
  margin: 0px;
  position: relative;
}

.schedule_time {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 7em;
  height: 2em;
  border-radius: 6px;
  background-color: #3388dd;
  color: #fff;
  text-align: center;
}
.schedule_time::before {
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  z-index: -1;
  background-color: #3388dd;
  content: "";
}
.schedule_time::after {
  position: absolute;
  width: 1em;
  height: 1em;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #3388dd;
  content: "";
}

.schedule_title {
  font-weight: bold;
}

@media not screen and (min-width: 920px) {
  .schedule::before {
    top: 0px;
    left: 8.4em;
    width: 6px;
    height: 100%;
  }

  .schedule li {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .schedule li + li {
    margin-top: 2em;
  }

  .schedule_time::before {
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
  }

  .schedule_time::after {
    top: 50%;
    left: 8em;
    transform: translateY(-50%);
  }

  .schedule_content {
    margin: 0px 0px 0px 3em;
    width: calc(100% - 10em);
  }
}
@media screen and (min-width: 920px) {
  .schedule::before {
    top: 3.5em;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
    height: 5px;
  }

  .schedule {
    flex-direction: row;
  }

  .schedule li {
    margin: 0px 10px;
  }

  .schedule_head {
    display: flex;
    gap: 24px;
  }

  .schedule_time {
    margin: 0px auto;
  }

  .schedule_time::before {
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%) translateY(50%) rotate(45deg);
  }

  .schedule_time::after {
    top: 3.5em;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }

  .schedule_content {
    margin: 3em 0px 0px;
  }

  .schedule_title {
    text-align: center;
  }

  .schedule_content_detail {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 800px) {
  .about_tableInner {
    min-width: 800px;
  }
}

.link:not(:root) {
  color: #479cd7;
  text-decoration: underline;
}

@media (any-hover: hover) {
  .link:not(:root):hover {
    color: #275583;
  }
}

.sec_contact__image {
  max-width: fit-content;
  margin-inline: auto;
  width: 120px;
  display: block;
}

.strikethrough {
  text-decoration: line-through;
}
