@charset "UTF-8";
#top .rn2026-company-catch {
  padding-block: 1rem 5rem;
}
#top .rn2026-company-catch::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #ecf2f8;
  z-index: -1;
}
#top .rn2026-company-catch .rn2026-company-catch-img {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  overflow: hidden;
}
#top .rn2026-company-catch .rn2026-company-catch-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#top .rn2026-company-catch h2 {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
}
#top .rn2026-company-catch h2 span {
  display: block;
  line-height: 1;
}
#top .rn2026-company-catch h2 > span:nth-child(1) {
  font-size: 4rem;
  color: #9e8743;
  display: flex;
  align-items: center;
}
#top .rn2026-company-catch h2 > span:nth-child(1)::after {
  content: "";
  display: block;
  position: relative;
  margin-left: 1rem;
  height: 3px;
  flex-grow: 1;
  background: #444;
}
@media (max-width: 768px) {
  #top .rn2026-company-catch h2 > span:nth-child(1) {
    display: block;
  }
  #top .rn2026-company-catch h2 > span:nth-child(1)::after {
    content: "--";
    display: inline;
    background: transparent;
    margin-left: 0.5rem;
    width: 100%;
  }
}
#top .rn2026-company-catch h2 > span:nth-child(2) {
  font-size: 1rem;
  text-align: left;
  color: #9e8743;
}
@media (max-width: 768px) {
  #top .rn2026-company-catch h2 > span:nth-child(2) {
    text-align: center;
  }
}
#top .rn2026-company-catch h3 {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
#top .rn2026-company-catch p + p {
  margin-top: 1em;
}

.rn2026-body > div[class^=rn2026-company] {
  width: 1120px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
  padding-block: 4rem;
  color: #08294d;
  position: relative;
}
@media (max-width: 768px) {
  .rn2026-body > div[class^=rn2026-company] {
    padding-block: 2rem;
  }
}
.rn2026-body > div[class^=rn2026-company] h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.rn2026-company1 h2 {
  color: #9e8743;
}
.rn2026-company1 table {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.rn2026-company1 table td, .rn2026-company1 table th {
  border: solid 1px #ccc;
}
.rn2026-company1 table th {
  background: #08294d;
  color: #fff;
  white-space: nowrap;
}

#top .rn2026-company2 {
  padding-bottom: 0;
}
#top .rn2026-company2::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #f9f9f9;
  z-index: -1;
}
#top .rn2026-company2 h2 {
  color: #9e8743;
}
#top .rn2026-company2 .rn2026-company2-profile {
  width: 768px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
  padding-bottom: 2rem;
}
#top .rn2026-company2 .rn2026-company2-profile h3 {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  margin-bottom: 2rem;
}
#top .rn2026-company2 .rn2026-company2-profile dl + dl {
  margin-top: 2rem;
}
#top .rn2026-company2 .rn2026-company2-message {
  padding-block: 4rem;
  position: relative;
}
#top .rn2026-company2 .rn2026-company2-message h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
#top .rn2026-company2 .rn2026-company2-message h3::after {
  content: "";
  display: block;
  position: relative;
  margin-left: 1rem;
  height: 3px;
  flex-grow: 1;
  background: #444;
}
@media (max-width: 768px) {
  #top .rn2026-company2 .rn2026-company2-message h3 {
    display: block;
  }
  #top .rn2026-company2 .rn2026-company2-message h3::after {
    content: "--";
    display: inline;
    background: transparent;
    margin-left: 0.5rem;
    width: 100%;
  }
}
#top .rn2026-company2 .rn2026-company2-message p + p, #top .rn2026-company2 .rn2026-company2-message p + dl, #top .rn2026-company2 .rn2026-company2-message dl + p {
  margin-top: 1em;
}
#top .rn2026-company2 .rn2026-company2-message dt, #top .rn2026-company2 .rn2026-company2-message dd {
  display: inline;
}
#top .rn2026-company2 .rn2026-company2-message dt::after {
  content: "：";
}
#top .rn2026-company2 .rn2026-company2-message dd {
  color: #9e8743;
  font-weight: bold;
}
#top .rn2026-company2 .rn2026-company2-message::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: url("../--img/bg-rn2026-company2.webp") right/cover #fff;
  z-index: -1;
}
@media (max-width: 768px) {
  #top .rn2026-company2 .rn2026-company2-message::before {
    opacity: 0.5;
  }
}

.rn2026-company3 ol {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.rn2026-company3 ol > li {
  background: #fff;
  width: 23%;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1120px) {
  .rn2026-company3 ol > li {
    width: calc(50% - 1rem);
    margin: 0.5rem;
  }
}
@media (max-width: 768px) {
  .rn2026-company3 ol > li {
    width: 100%;
  }
}
.rn2026-company3 ol > li > span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 10rem;
  box-shadow: 0 0 5px rgba(8, 41, 77, 0.5);
  color: #08294d;
  font-family: "Ropa Sans";
  font-size: 2rem;
  transform: translateY(-50%);
}
.rn2026-company3 ol h3 {
  background: #9e8743;
  color: #fff;
  padding-block: 2rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  text-align: center;
}
@media (max-width: 768px) {
  .rn2026-company3 ol h3 {
    padding-inline: 0.5rem;
    font-size: 1.125rem;
  }
  .rn2026-company3 ol h3 br {
    display: none;
  }
}
.rn2026-company3 ol img {
  display: block;
  margin-inline: auto;
}
.rn2026-company3 ol p {
  padding: 1rem 2rem;
}
@media (max-width: 1120px) {
  .rn2026-company3 ol p br {
    display: none;
  }
}
.rn2026-company3::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: url("../--img/bg-rn2026-home4.webp");
  z-index: -1;
}

.rn2026-company4 h2 {
  color: #08294d;
}
.rn2026-company4 .rn2026-company4-body {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  margin-bottom: 2rem;
  width: 768px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
}
.rn2026-company4 .rn2026-company4-body ul {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  margin-block: 2rem;
}
.rn2026-company4 .rn2026-company4-body ul li {
  display: flex;
  align-items: center;
  margin-block: 0.5rem;
  font-size: 1.125rem;
  font-weight: bold;
}
.rn2026-company4 .rn2026-company4-body ul li:nth-child(1) img {
  width: 2rem;
}
.rn2026-company4 .rn2026-company4-body ul li:nth-child(2) img {
  width: 1.5rem;
}
.rn2026-company4 .rn2026-company4-body ul span {
  display: block;
  width: 4rem;
  text-align: center;
}
.rn2026-company4 .rn2026-u-btn {
  margin: auto;
}
.rn2026-company4::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #f9f9f9;
  z-index: -1;
}

.rn2026-body > div[class^=rn2026-price] {
  width: 1120px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
  position: relative;
  padding-block: 1rem 4rem;
  color: #08294d;
}
.rn2026-body > div[class^=rn2026-price]::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #fefaee;
  z-index: -1;
}
.rn2026-body > div[class^=rn2026-price] h2 {
  font-size: 1.75rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}
.rn2026-body > div[class^=rn2026-price] h2::after {
  content: "";
  display: block;
  position: relative;
  margin-left: 1rem;
  height: 3px;
  flex-grow: 1;
  background: #444;
}
@media (max-width: 768px) {
  .rn2026-body > div[class^=rn2026-price] h2 {
    display: block;
  }
  .rn2026-body > div[class^=rn2026-price] h2::after {
    content: "--";
    display: inline;
    background: transparent;
    margin-left: 0.5rem;
    width: 100%;
  }
}
.rn2026-body > div[class^=rn2026-price] table {
  margin-top: 0.5rem;
}

.rn2026-price1 h3 {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.rn2026-price1 h3::before, .rn2026-price1 h3::after {
  content: "■";
  color: #9e8743;
  font-size: 90%;
  margin-inline: 1rem;
}
.rn2026-price1 > div {
  padding-block: 2rem;
}

.rn2026-pricetable1 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.rn2026-pricetable1 td, .rn2026-pricetable1 th {
  border: solid 1px #ccc;
  width: 33.33%;
}
.rn2026-pricetable1 thead th:nth-child(1) {
  background: #08294d;
  color: #fff;
}
.rn2026-pricetable1 thead th:nth-child(2) {
  background: #ddc376;
  color: #08294d;
}
.rn2026-pricetable1 thead th:nth-child(3) {
  background: #a2a1a1;
  color: #08294d;
}
.rn2026-pricetable1 td {
  background: #fff;
}
.rn2026-pricetable1 ul {
  padding-left: 1rem;
}
.rn2026-pricetable1 ul li {
  list-style: disc;
}
@media (max-width: 768px) {
  .rn2026-pricetable1 {
    box-shadow: none;
    border-top: solid 1px #08294d;
  }
  .rn2026-pricetable1 thead {
    display: none;
  }
  .rn2026-pricetable1 tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #08294d;
  }
  .rn2026-pricetable1 td {
    display: block;
    border: none;
    background: transparent;
  }
  .rn2026-pricetable1 td:nth-child(1) {
    width: fit-content;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .rn2026-pricetable1 td:nth-child(2) {
    width: fit-content;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .rn2026-pricetable1 td:nth-child(3) {
    width: 100%;
  }
}

.rn2026-price-case h4 span {
  background: #9e8743;
  color: #fff;
  padding-inline: 0.5rem;
  margin-right: 0.5rem;
}
.rn2026-price-case h4 + p a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
  content: "\f35d";
  margin-left: 0.5rem;
}
.rn2026-price-case > div {
  padding-block: 1rem;
}

.rn2026-pricetable2 th, .rn2026-pricetable2 td {
  border: solid 1px #ccc;
}
.rn2026-pricetable2 th {
  background: #08294d;
  color: #fff;
  width: 30%;
  vertical-align: middle;
}
.rn2026-pricetable2 td {
  background: #fff;
}

.rn2026-body > div[class^=rn2026-menu] {
  width: 1120px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
  position: relative;
  padding-block: 3rem;
  color: #08294d;
}
.rn2026-body > div[class^=rn2026-menu] h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 860px) {
  .rn2026-body > div[class^=rn2026-menu] h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .rn2026-body > div[class^=rn2026-menu] {
    padding-block: 2rem;
  }
}

#top .rn2026-menu-catch {
  position: relative;
  min-height: 540px;
}
#top .rn2026-menu-catch h2 {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
#top .rn2026-menu-catch h2::after {
  content: "";
  display: block;
  position: relative;
  margin-left: 1rem;
  height: 3px;
  flex-grow: 1;
  background: #444;
}
@media (max-width: 768px) {
  #top .rn2026-menu-catch h2 {
    display: block;
  }
  #top .rn2026-menu-catch h2::after {
    content: "--";
    display: inline;
    background: transparent;
    margin-left: 0.5rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #top .rn2026-menu-catch h2 {
    margin-bottom: 0;
  }
}
#top .rn2026-menu-catch h2 strong {
  color: #9e8743;
}
#top .rn2026-menu-catch p {
  margin-bottom: 4rem;
}
#top .rn2026-menu-catch .rn2026-menu-catch-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #top .rn2026-menu-catch .rn2026-menu-catch-img {
    position: relative;
  }
}

.rn2026-menu1::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: url("../--img/bg-rn2026-home1.webp");
  z-index: -1;
}
.rn2026-menu1 h2 {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.rn2026-menu1 h2::after {
  content: "";
  display: block;
  position: relative;
  margin-left: 1rem;
  height: 3px;
  flex-grow: 1;
  background: #444;
}
@media (max-width: 768px) {
  .rn2026-menu1 h2 {
    display: block;
  }
  .rn2026-menu1 h2::after {
    content: "--";
    display: inline;
    background: transparent;
    margin-left: 0.5rem;
    width: 100%;
  }
}
.rn2026-menu1 p strong {
  color: #9e8743;
  font-size: 125%;
}
.rn2026-menu1 .rn2026-menu1-img {
  padding-block: 1rem;
  width: 768px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
}
.rn2026-menu1 table {
  margin-bottom: 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-left: 2rem;
  width: 768px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
}
@media (max-width: 768px) {
  .rn2026-menu1 table {
    width: 100%;
    font-size: 0.9375rem;
  }
}
.rn2026-menu1 table thead th:nth-child(1) {
  background: #08294d;
  color: #fff;
}
.rn2026-menu1 table thead th:nth-child(2) {
  background: #9e8743;
  color: #fff;
}
.rn2026-menu1 table th, .rn2026-menu1 table td {
  border: solid 1px #ccc;
  vertical-align: middle;
}
.rn2026-menu1 table tbody th {
  background: #08294d;
  color: #fff;
  white-space: nowrap;
}

.rn2026-menu2 h2 {
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}
.rn2026-menu2 h2::after {
  content: "";
  display: block;
  position: relative;
  margin-inline: auto;
  margin-top: 0.33em;
  width: 4em;
  height: 3px;
  background: #9e8743;
}
.rn2026-menu2 .rn2026-menu2-child {
  padding-block: 1rem;
  width: 860px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
}
.rn2026-menu2 .rn2026-menu2-child > div {
  padding-block: 1rem;
}
.rn2026-menu2 .rn2026-menu2-child h5 {
  font-size: 1.125rem;
  color: #9e8743;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.rn2026-menu2 .rn2026-menu2-child h5::after {
  content: "";
  display: block;
  position: relative;
  margin-left: 1rem;
  height: 3px;
  flex-grow: 1;
  background: #444;
}
@media (max-width: 768px) {
  .rn2026-menu2 .rn2026-menu2-child h5 {
    display: block;
  }
  .rn2026-menu2 .rn2026-menu2-child h5::after {
    content: "--";
    display: inline;
    background: transparent;
    margin-left: 0.5rem;
    width: 100%;
  }
}
.rn2026-menu2 .rn2026-menu2-child h5::after {
  height: 1px;
}
.rn2026-menu2 .rn2026-menu2-child ul {
  padding-left: 3em;
  list-style: disc;
}
.rn2026-menu2 .rn2026-menu2-child ol {
  padding-left: 3em;
  list-style: decimal;
}
.rn2026-menu2 .rn2026-menu2-child ol h6 {
  display: inline-block;
  color: #04729f;
}
@media (max-width: 768px) {
  .rn2026-menu2 .rn2026-menu2-child ul, .rn2026-menu2 .rn2026-menu2-child ol {
    padding-left: 2rem;
  }
}
.rn2026-menu2 .rn2026-menu2-lead {
  display: flex;
}
.rn2026-menu2 .rn2026-menu2-lead > div:nth-child(1) h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.rn2026-menu2 .rn2026-menu2-lead > div:nth-child(1) h3::before {
  content: "■";
  color: #9e8743;
  margin-right: 0.5rem;
}
.rn2026-menu2 .rn2026-menu2-lead > div:nth-child(1) h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.rn2026-menu2 .rn2026-menu2-lead > div:nth-child(2) {
  width: 33%;
  flex-shrink: 0;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .rn2026-menu2 .rn2026-menu2-lead {
    flex-direction: column-reverse;
  }
  .rn2026-menu2 .rn2026-menu2-lead > div:nth-child(2) {
    width: auto;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
.rn2026-menu2 .rn2026-menu2-table1 {
  margin-bottom: 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .rn2026-menu2 .rn2026-menu2-table1 {
    margin-left: 0;
  }
}
.rn2026-menu2 .rn2026-menu2-table1 thead th:nth-child(1) {
  background: #ddc376;
}
.rn2026-menu2 .rn2026-menu2-table1 thead th:nth-child(2) {
  background: #9e8743;
  color: #fff;
}
.rn2026-menu2 .rn2026-menu2-table1 th, .rn2026-menu2 .rn2026-menu2-table1 td {
  border: solid 1px #ccc;
}
.rn2026-menu2 .rn2026-menu2-table1 tbody td:nth-child(1) {
  background: #f5f5f5;
}
.rn2026-menu2 .rn2026-menu2-table2 {
  margin-bottom: 2rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .rn2026-menu2 .rn2026-menu2-table2 {
    margin-left: 0;
    font-size: 0.9375rem;
  }
}
.rn2026-menu2 .rn2026-menu2-table2 thead th:nth-child(1) {
  background: #08294d;
  color: #fff;
}
.rn2026-menu2 .rn2026-menu2-table2 thead th:nth-child(2) {
  background: #9e8743;
  color: #fff;
}
.rn2026-menu2 .rn2026-menu2-table2 th, .rn2026-menu2 .rn2026-menu2-table2 td {
  border: solid 1px #ccc;
}
.rn2026-menu2 .rn2026-menu2-table2 tbody th {
  background: #08294d;
  color: #fff;
}
.rn2026-menu2 .rn2026-menu2-child .rn2026-menu2-case {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 768px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
}
.rn2026-menu2 .rn2026-menu2-child .rn2026-menu2-case > li {
  background: #fff;
  width: calc(50% - 2rem);
  margin: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.rn2026-menu2 .rn2026-menu2-child .rn2026-menu2-case h3 {
  height: 4rem;
  text-align: center;
  background: url("../--img/rn2026-home4-6.webp") center/contain no-repeat;
  margin-top: 1rem;
}
.rn2026-menu2 .rn2026-menu2-child .rn2026-menu2-case h3 span {
  display: block;
  font-size: 125%;
}
.rn2026-menu2 .rn2026-menu2-child .rn2026-menu2-case p {
  padding: 1rem;
}
@media (max-width: 768px) {
  .rn2026-menu2 .rn2026-menu2-child .rn2026-menu2-case {
    flex-direction: column;
  }
  .rn2026-menu2 .rn2026-menu2-child .rn2026-menu2-case > li {
    width: 100%;
    margin-inline: 0;
  }
}

.rn2026-menu3::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #fffbf0;
  z-index: -1;
}
.rn2026-menu3 h2 {
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}
.rn2026-menu3 h2::after {
  content: "";
  display: block;
  position: relative;
  margin-inline: auto;
  margin-top: 0.33em;
  width: 4em;
  height: 3px;
  background: #9e8743;
}
.rn2026-menu3 table {
  width: 860px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5rem;
}
.rn2026-menu3 table td, .rn2026-menu3 table th {
  border: solid 1px #ccc;
}
.rn2026-menu3 table th {
  width: 33.33%;
  color: #fff;
}
.rn2026-menu3 table th:nth-child(1) {
  background: #08294d;
}
.rn2026-menu3 table th:nth-child(2) {
  background: #9e8743;
}
.rn2026-menu3 table th:nth-child(3) {
  background: #ddc376;
}
.rn2026-menu3 table td {
  background: #fff;
}
.rn2026-menu3 table tr:nth-child(2) td {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .rn2026-menu3 table {
    box-shadow: none;
    border-top: solid 1px #ccc;
    width: 100%;
  }
  .rn2026-menu3 table tr:nth-child(-n+2) {
    display: none;
  }
  .rn2026-menu3 table td {
    border: none;
    display: block;
    border-bottom: solid 1px #ccc;
    padding-inline: 0;
  }
  .rn2026-menu3 table td::before {
    content: attr(data-label) "：" attr(data-fee);
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
  }
}
.rn2026-menu3 table + p {
  width: 860px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
}
.rn2026-menu3 a.rn2026-u-btn {
  margin-top: 3rem;
  margin-inline: auto;
  background: #9e8743;
}

#top .rn2026-menu4 {
  padding-bottom: 4rem;
}
#top .rn2026-menu4 h2 {
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}
#top .rn2026-menu4 h2::after {
  content: "";
  display: block;
  position: relative;
  margin-inline: auto;
  margin-top: 0.33em;
  width: 4em;
  height: 3px;
  background: #9e8743;
}
#top .rn2026-menu4 .rn2026-menu4-faq {
  background: #fff;
  padding: 2rem 3rem;
}
@media (max-width: 768px) {
  #top .rn2026-menu4 .rn2026-menu4-faq {
    padding: 1.5rem;
  }
}
#top .rn2026-menu4 .rn2026-menu4-faq dl + dl {
  margin-top: 2rem;
}
#top .rn2026-menu4 .rn2026-menu4-faq dt {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#top .rn2026-menu4 .rn2026-menu4-faq dt::before {
  content: "Q.";
}
#top .rn2026-menu4 .rn2026-menu4-faq dd {
  display: flex;
  align-items: flex-start; /* 上揃え */
  line-height: 1.6;
}
#top .rn2026-menu4 .rn2026-menu4-faq dd::before {
  content: "A.";
  color: #9e8743;
  display: inline-block;
  margin-right: 0.5rem;
}
#top .rn2026-menu4::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #f9f9f9;
  z-index: -1;
}

.rn2026-menu5 h2 {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
}
.rn2026-menu5 h2::after {
  content: "";
  display: block;
  position: relative;
  margin-left: 1rem;
  height: 3px;
  flex-grow: 1;
  background: #444;
}
@media (max-width: 768px) {
  .rn2026-menu5 h2 {
    display: block;
  }
  .rn2026-menu5 h2::after {
    content: "--";
    display: inline;
    background: transparent;
    margin-left: 0.5rem;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .rn2026-menu5 h2 {
    margin-bottom: 2rem;
  }
}
.rn2026-menu5 ul {
  width: 860px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
  background: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.rn2026-menu5 ul > li {
  width: calc(50% - 2rem);
  margin: 1rem;
  text-align: center;
  color: #08294d;
  font-size: 1.125rem;
}
.rn2026-menu5 ul::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 30px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -20px;
  left: 0;
  right: 0;
  background: #fff;
}
.rn2026-menu5 p {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #08294d;
}
@media (max-width: 768px) {
  .rn2026-menu5 p {
    text-align: left;
  }
}
.rn2026-menu5 a.rn2026-u-btn {
  margin-top: 3rem;
  margin-inline: auto;
}
.rn2026-menu5::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: url("../--img/bg-rn2026-home4.webp");
  z-index: -1;
}

.rn2026-post-content {
  width: 1120px;
  max-width: calc(100% - 0px * 2);
  margin-inline: auto;
  padding-block: 4rem;
}
.rn2026-post-content h2 {
  font-size: 1.75rem;
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
}
.rn2026-post-content h2::after {
  content: "";
  display: block;
  position: relative;
  margin-inline: auto;
  margin-top: 0.33em;
  width: 4em;
  height: 3px;
  background: #9e8743;
}
.rn2026-post-content table.p-form {
  margin-top: 1rem;
}
.rn2026-post-content table.p-form th, .rn2026-post-content table.p-form td {
  border: solid 1px #ccc;
  padding: 1rem;
}
.rn2026-post-content table.p-form th {
  background: #08294d;
  color: #fff;
}
@media (max-width: 768px) {
  .rn2026-post-content table.p-form, .rn2026-post-content table.p-form tbody, .rn2026-post-content table.p-form tr, .rn2026-post-content table.p-form th, .rn2026-post-content table.p-form td {
    display: block;
    width: auto;
    border: none;
    padding-inline: 0;
  }
  .rn2026-post-content table.p-form th {
    padding-block: 0;
  }
}

.privacy .rn2026-post-content {
  color: #08294d;
}
.privacy .rn2026-post-content hr {
  margin-block: 2rem;
}
.privacy .rn2026-post-content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #9e8743;
}
.privacy .rn2026-post-content h4 {
  font-size: 1.125rem;
  margin-top: 1rem;
}
.privacy .rn2026-post-content ul {
  padding-left: 1.5em;
  list-style: disc;
}
.privacy .rn2026-post-content ol {
  padding-left: 1.5em;
  list-style: decimal;
}
.privacy .rn2026-post-content p + p, .privacy .rn2026-post-content p + ul, .privacy .rn2026-post-content p + ol, .privacy .rn2026-post-content p + table, .privacy .rn2026-post-content ul + p, .privacy .rn2026-post-content ul + ul, .privacy .rn2026-post-content ul + ol, .privacy .rn2026-post-content ul + table, .privacy .rn2026-post-content ol + p, .privacy .rn2026-post-content ol + ul, .privacy .rn2026-post-content ol + ol, .privacy .rn2026-post-content ol + table, .privacy .rn2026-post-content table + p, .privacy .rn2026-post-content table + ul, .privacy .rn2026-post-content table + ol, .privacy .rn2026-post-content table + table {
  margin-top: 1em;
}
.privacy .rn2026-post-content table th, .privacy .rn2026-post-content table td {
  border: solid 1px #ccc;
}
.privacy .rn2026-post-content table th {
  background: #08294d;
  color: #fff;
}

/*# sourceMappingURL=rn2026-page.css.map */
