@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

th {
  font-weight: normal
}

td {
  text-align: left
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section {
  display: block
}

:root {
  --red: #b00;
  --orange: #fa7f3a;
  --gray: #eef1f4;
  --black: #111;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

img,
video {
  max-width: 100%;
  height: auto
}

img {
  border-style: none;
  vertical-align: bottom
}

img[src$=".svg"] {
  width: 100%
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  transition: .4s;
  color: var(--black);
}

a img {
  text-decoration: none
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;

}

table th,
table td {
  vertical-align: middle;
}

table thead th {
  padding: 8px 12px;
  background: #ffd6d1;
  border: 1px solid #c1c1c1;
  font-weight: bold;
}

table tbody th {
  background: var(--gray);
}

table tbody th,
table tbody td {
  text-align: center;
  padding: 12px 14px;
  border: 1px solid #c1c1c1;
}

table tbody th>:last-child,
table tbody td>:last-child {
  margin-bottom: 0;
}

input,
select {
  vertical-align: middle
}

* {
  box-sizing: border-box
}

*:before,
*:after {
  box-sizing: inherit
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select::-ms-expand {
  display: none
}

@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 175px
  }
}

header {
  display: block;
  width: 100%;
  background: #fff
}


header#gnav {
  box-shadow: 0px 1px 3px var(--gray);
}

#gnav .logo {
  width: fit-content;
  padding: 10px 30px;
}

@media screen and (max-width: 768px) {
  #gnav .logo {
    padding: 10px 20px;
  }
}

#gnav .logo a {
  display: block;
  width: fit-content;
}

#gnav .logo img {
  display: block;
  height: 70px;
  width: auto;
}

@media screen and (max-width: 768px) {
  #gnav .logo img {
    height: 50px;
  }
}

main {
  width: 100%;
  display: block;
  max-width: 100%;
  flex: 1;
}

footer {
  background: var(--black);
  padding: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

footer .copyright {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff
}

html {
  font-family: "Noto sans JP", sans-serif;
  overflow-y: scroll;
}

body {
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
  min-height: 100vh;
  font-size: 16px;
  line-height: 1.6;
  color: var(--black);
  box-sizing: border-box;
  word-break: break-all;
}

*,
*::after,
*::before {
  box-sizing: border-box
}

a:link,
a:hover,
a:active {
  word-break: break-all
}

a:hover {
  opacity: .7;
  transition: all 0.4s
}

a:link,
a:visited {
  text-decoration: none
}

.underLineTit {
  font-weight: bold;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  font-size: 38px;
  margin-bottom: 2em;
  width: fit-content;
  line-height: 1.3
}

.contents.about .underLineTit {
  margin: 0 auto 1.5em;
  font-size: 42px;
}

.category .underLineTit {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.category .underLineTit span {
  display: inline-block;
}

.underLineTit::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 15px);
  width: 30px;
  height: 2px;
  content: "";
  background: var(--red)
}

.underTit {
  text-align: center;
  font-size: 18px;
}


@media screen and (min-width: 769px) {

  h2::before,
  .underLineTit::before {
    bottom: -20px;
    left: calc(50% - 25px);
    width: 50px;
    height: 3px
  }
}

#pagetop {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  position: fixed;
  z-index: 3;
  display: none
}

@media screen and (min-width: 769px) {
  #pagetop {
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 20px
  }
}

#pagetop a {
  position: fixed;
  bottom: auto;
  display: block
}

#pagetop a:hover {
  opacity: .7;
  transition: all 0.5s
}

#pagetop a img {
  width: 40px;
  height: auto
}

@media screen and (min-width: 769px) {
  #pagetop a img {
    width: 60px
  }
}

.contents {
  /* margin-top: 120px; */
}

.category .contents {
  margin-top: 80px;
  margin-bottom: 120px;
}

.contents.about {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 0;
  min-height: 70vh;
}

.contents.about::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100px;
  aspect-ratio: 1 / 1;
  background: var(--gray);
}

.contents.about::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100px;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-bottom-right-radius: 100px;
}

.contents .inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contents.bg_gray {
  background: var(--gray);
  padding: 100px 0 120px;
  border-top-left-radius: 100px;
  position: relative;
}

.posts_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 26px;
}

.posts_list a:hover img {
  transform: scale(1.04);
  transition: .4s;
}

.post_image {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
}

.post_image img {
  transition: .4s;
}

.posts_list-ttl {
  font-size: min(1.8vw, 18px);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}

.categories {
  font-size: 14px;

}

.categories a {
  color: #737373;
}

.thumbnail {
  width: 100%;
  margin-bottom: 10px;
}

.thumbnail img {
  display: block;
  width: 100%;
}

.article {
  max-width: 900px;
  width: 100%;
  margin: 40px auto 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.breadcrumb {
  font-size: 14px;
  background: var(--gray);
  padding: 20px;
}

.breadcrumb .wrap {
  overflow-x: auto;
  /* max-width: calc(900px - 40px); */
  max-width: calc(1100px - 40px);
  width: 100%;
  margin: 0 auto;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb ul li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.breadcrumb ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: var(--black);
  margin-left: 10px;
}

.breadcrumb .top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.3em;
  aspect-ratio: 1 / 1;
  background: url(../img/home.svg) center center / contain no-repeat;
}

.breadcrumb .top span {}

.categoryList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 14px;
}

.pagination {
  width: fit-content;
  padding: 0 20px;
  margin: 0 auto;
}

.pagination ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 0;
  border: solid 2px var(--black);
  border-radius: 9999px;
  overflow: hidden;
  margin-top: 60px;
  list-style: none;
}

.pagination li {
  width: 40px;
  height: 40px;
}

.pagination ul>li+li {
  border-left: solid 2px var(--black);
}

.pagination ul li a,
.pagination ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  color: #111;
  font-weight: bold;
  transition: all 0.15s linear;
  text-decoration: none;
}

.pagination ul li span.current {
  background: var(--black);
  color: #fff;
  pointer-events: none;
}

.pagination ul li a:not(.current):hover {
  background: var(--black);
  color: #fff;
}

.pagination ul li a.prev,
.pagination ul li a.next {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}


/* 記事 */
.article h1 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.article_date {
  text-align: right;
  font-size: 14px;
}

.pr {
  display: inline-block;
  padding: 2px 6px;
  margin-right: 10px;
  border: 1px solid var(--black);
}

.article textarea {
  width: 100%;
  border: 1px solid var(--black);
  height: 150px;
  margin-bottom: 26px;
}

.article a {
  color: #1A0DAB;
  text-decoration: underline;
}

.parts-mokuji {
  margin-bottom: 30px;
}

.article h2 {
  font-size: 28px;
  margin: 50px 0 30px;
  border-left: 5px solid var(--red);
  padding: 4px 0 4px 14px;
}

.article h3 {
  position: relative;
  font-size: 24px;
  margin: 30px 0 20px;
  padding: 0 8px 10px;
  border-bottom: solid 3px #f0a984;
  line-height: 1.4;
}

.article h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--red);
  bottom: -3px;
  left: 0;
  width: 20%;
}

.article h4 {
  font-size: 20px;
  margin: 20px 0 16px;
  background: linear-gradient(to top, #eef1f4 1em, transparent 1em);
  padding-left: 10px;
  padding-bottom: 10px;
}

.article p {
  margin-bottom: 20px;
}

.normalHead {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0 16px;
  padding-left: 25px;
}

.normalHead::before {
  position: absolute;
  left: 3px;
  top: 9px;
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--red);
}

.numHead {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 16px;
  padding-left: 2.2em;
}

.numHead .numHead-num {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  width: 1.7em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  color: #fff;
}

.checkHead {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  margin: 30px 0 16px;
  padding-left: 1.8em;
}

.checkHead::before {
  position: absolute;
  top: 0.4em;
  left: 3px;
  content: '';
  width: 1.2em;
  aspect-ratio: 1 / 1;
  background: url(../img/check-red.png) center center / contain no-repeat;
}

.red {
  font-weight: bold;
  color: var(--red);
}

.orange {
  font-weight: bold;
  color: var(--orange);
}

.text-small {
  display: block;
  font-size: 12px;
  margin-bottom: 14px;
}

.article *:has(+ .text-small) {
  margin-bottom: 4px;
}

.bold {
  font-weight: bold;
}

.marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffd6d1 60%);
}

.full-img {
  width: 100%;
  margin-bottom: 26px;
}

.full-img img {
  display: block;
  width: 100%;
  height: auto;
}

.table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 26px;
}

.table a:has(img) {
  display: block;
  width: fit-content;
  margin: 0 auto;
}


.table .c-btn {
  margin: 0 auto;
}

.table .c-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  font-size: 16px;
  min-height: 86px;
}

.table .c-btn a:hover {
  margin-bottom: 0;
}

.box {
  padding: 20px;
  margin-bottom: 26px;
}

.box>:first-child,
.summary-inner>:first-child {
  margin-top: 0;
}

.box>:last-child,
.summary-inner>:last-child {
  margin-bottom: 0;
}

.simpleBox {
  border: 1px solid var(--black);
}

*[data-bg='red'] {
  background: #ffefed;
  border: none;
}

*[data-bg='gray'] {
  background: var(--gray);
  border: none;
}

ol:not([class]) {
  padding-left: 20px;
  margin-bottom: 26px;
  list-style-type: decimal;
}

ol:not([class]) li {
  margin-bottom: 6px;
}

ul:not([class]) {
  margin-bottom: 26px;
}

ul:not([class]) li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}

ul:not([class]) li::before {
  position: absolute;
  left: 4px;
  top: 10px;
  content: '';
  display: block;
  width: 8px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--black);
}

ol:not([class]) li:last-of-type,
ul:not([class]) li:last-of-type {
  margin-bottom: 0;
}

.checkList {
  margin-bottom: 26px;
}

.checkList li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 26px;
}

.checkList li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '';
  width: 20px;
  aspect-ratio: 1 / 1;
  background: url(../img/check-orange.png) center center / contain no-repeat;
}

.checkList li:last-of-type {
  margin-bottom: 0;
}

.flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 26px;
}

.flex img {
  display: block;
  width: 45%;
  margin: 0 12px 12px 0;
  height: auto;
}



.float {
  margin-bottom: 26px;
}

.float img {
  display: block;
  float: left;
  width: 45%;
  height: auto;
  margin: 0 12px 12px 0;
}

.float-block::after {
  content: "";
  display: table;
  clear: both;
}

.float-block {}

.flex-block>:first-child,
.float-block>:first-child {
  margin-top: 0;
}

.flex-block>:last-child,
.float-block>:last-child {
  margin-bottom: 0;
}

.arrow-d {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid var(--black);
  margin: 30px auto;
}

.arrow-d_small {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid var(--black);
  margin: 14px auto;
}

.quote {
  position: relative;
  padding: 50px 26px 20px 26px;
  color: #686868;
}

.quote::before,
.quote::after {
  display: inline-block;
  position: absolute;
  width: 4em;
  aspect-ratio: 1 / 1;
  content: '';
}

.quote::before {
  top: 0;
  left: 0;
  border-top: 3px solid #686868;
  border-left: 3px solid #686868;
  background: url("../img/quote.png") 1.2em 1em / 46% no-repeat;
}

.quote::after {
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #686868;
  border-right: 3px solid #686868;
}

.quote p {
  margin-top: 0;
}

.quote cite {
  display: block;
  color: #737373;
  font-size: .8em;
  text-align: right;
}


.fukidashi {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 12px;
  background: var(--black);
  margin-top: 20px;
  margin-bottom: 30px;
}

.fukidashi::after {
  position: absolute;
  left: 50%;
  bottom: -39px;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid var(--black);
  margin: 24px auto;
}

.summary {
  border: 1px solid var(--black);
}

.summary-ttl {
  position: relative;
  left: max(-40px, -3vw);
  background-color: var(--red);
  color: #fff;
  padding: 0.5em 1em;
  margin: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.research {}

.research-ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.miniTextBox {
  font-size: 14px;
  padding: 0;
}

.miniTextBox-ttl {
  font-weight: bold;
  color: #fff;
  background: var(--black);
  width: fit-content;
  padding: 8px 10px;
}

.miniTextBox-inner {
  padding: 10px 20px 20px;
}

.miniTextBox-inner>:last-child {
  margin-bottom: 0;
}

.link-right {
  font-size: 14px;
  text-align: right;
}

.link-right_i {
  font-size: 14px;
  text-align: right;
  padding-left: 10px;
}

.link-right_i a {
  position: relative;
  padding-left: 1.2em;
}

.link-right_i a::before {
  position: absolute;
  left: 0px;
  top: 4px;
  content: '';
  display: block;
  width: 1em;
  aspect-ratio: 1 / 1;
  background: url(../img/link-icon.png) center center / contain no-repeat;
}

.link-right:has(+ .link-right),
.link-right:has(+ .link-right_i),
.link-right_i:has(+ .link-right),
.link-right_i:has(+ .link-right_i) {
  margin-bottom: 8px;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: fit-content;
  text-align: center;
  margin: 30px auto;
}

.c-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: var(--orange);
  border-radius: 10px;
  border-bottom: solid 4px #895f46;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  transition: all .0s;
}

.c-btn a:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-bottom: none;
  transition: all .0s;
  margin-bottom: 4px;
}

.tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 4px;
  font-size: 12px;
  margin-bottom: 26px;
}

.tag li {
  background: var(--gray);
  padding: 8px 12px;
  border-radius: 8px;
}

.tag li.on {
  background: #ffd6d1;
}

.scroll-x {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 26px;
}

.scroll-x .table {
  min-width: 110%;
  margin-bottom: 10px;
  table-layout: fixed;
}

.scroll-x .table thead th:first-child {
  width: min(37vw, 200px);
}

.scroll-x .table thead th:not(th:first-child) {
  width: min(45vw, 230px);
}


.jump {
  display: grid;
  gap: 0.8em;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 26px;
}

.jump li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
}

.jump li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 4em;
  background: var(--black);
  color: #fff;
  padding: 20px 14px 25px;
  border-radius: 0.5em;
  transition: .2s;
  font-weight: bold;
}

.jump li a:hover {
  background: var(--red);
  opacity: 1;
}

.jump li a::after {
  position: absolute;
  content: "";
  background: #fff;
  display: inline-block;
  width: .55em;
  height: .33em;
  clip-path: polygon(18% 0, 100% 50%, 18% 100%, 0 90%, 66% 50%, 0 10%);
  clip-path: polygon(100% 18%, 50% 100%, 0 18%, 12% 0, 50% 66%, 88% 0);
  bottom: 0.8em;
  left: 50%;
  transform: translateX(-50%);
  transition: .2s;
}

.jump li a:hover::after {
  bottom: 0.5em;
}

.numbering {
  margin-bottom: 26px;
}

.numbering li {
  border-radius: 25px;
}

.numbering li+li {
  margin-top: 30px;
}

.numbering-head {
  position: relative;
  font-weight: bold;
  padding-left: 64px;
  margin-top: 40px;
  margin-bottom: 26px;
}

.numbering-num {
  position: absolute;
  left: 0;
  top: calc(50% + 4px);
  transform: translateY(-50%);
  display: inline-block;
  margin-right: 8px;
  font-size: 3em;
  color: var(--red);
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  z-index: -1;
  opacity: .2;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--red);
}

.numbering-ttl {
  font-size: 20px;
}

.numbering .arrow-d {
  margin: 20px auto;
  border-top: 30px solid var(--gray);
}

.numbering-inner>:last-child {
  margin-bottom: 0;
}

.pickup {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 14px;
  padding: 14px 30px;
}

.pickup::before,
.pickup::after {
  position: absolute;
  content: "";
  display: inline-block;
  border: 2px solid var(--red);
  width: 20px;
  height: 100%;
}

.pickup::before {
  top: 0;
  left: 0;
  border-right: none;
}

.pickup::after {
  top: 0;
  right: 0;
  border-left: none;
}

.pickup-subtxt {
  display: block;
  font-size: 14px;
}


.flow {
  margin-bottom: 26px;
}

.flow li {
  padding: 30px;
  border-radius: 25px;
}

.flow-head {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  color: var(--red);
  margin-bottom: 10px;
}

.flow-num {
  display: inline-block;
  margin-right: 8px;
}

.flow .arrow-d {
  margin: 20px auto;
  border-top: 30px solid var(--gray);
}

.flow-inner>:last-child {
  margin-bottom: 0;
}



.relatedpost {
  margin-top: 80px;
  margin-bottom: 0px;
}

.relatedpost .ttl {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.relatedpost .ttl::after {
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 30%;
  height: 3px;
  background: var(--black);
}

.relatedpost .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

.relatedpost .image-wrap {
  /* display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3; */
  margin-bottom: 8px;
}

.relatedpost .post img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.relatedpost .post-ttl {
  margin-bottom: 0;
}

.relatedpost .post .post-ttl {
  font-size: 14px;
}

.faq-wrap {
  margin-bottom: 26px;
}

.faq {
  border-bottom: 1px dashed #000;
}

.faqQ {
  position: relative;
  cursor: pointer;
  padding: 20px 53px 20px 1.6em;
}

.faqQ::before {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: var(--black);
  opacity: 1;
  transition: 0.3s;
}

.faqQ::after {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  background: var(--black);
  opacity: 1;
  transition: 0.3s;
}

.faqQ:hover span,
.faqQ:hover div {
  color: var(--red);
}

.faqQ:hover::before,
.faqQ:hover::after {
  background: var(--red);
}

.faqQ span {
  position: absolute;
  top: 19px;
  left: 0;
  font-family: "PT Sans", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  transition: 0.3s;
}

.faqQ>div {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
}

.faqA {
  line-height: 1.8;
  padding-left: 25px;
  padding-right: 60px;
  display: none;
  margin-bottom: 20px;
}

.faqQ.action::before {
  background: var(--red);
}

.faqQ.action::after {
  height: 0;
}

.faqQ.action span,
.faqQ.action div {
  color: var(--red);
}

/* ─────────────── チェックができるリスト ─────────────── */
.shindan {
  border: 2px solid var(--black);
  margin-bottom: 26px;
}

.shindan-top {
  width: 93%;
  margin: 20px auto 0;
  padding: 20px;
  margin-bottom: 26px;
  border-radius: 10px;
  border: 2px solid #c97368;
  background: -webkit-repeating-linear-gradient(-45deg, #ffd6d1, #ffd6d1 3px, #ffe9e6 3px, #ffe9e6 7px);
  background: repeating-linear-gradient(-45deg, #ffd6d1, #ffd6d1 3px, #ffe9e6 3px, #ffe9e6 7px);
}

.shindan-top>:last-child {
  margin-bottom: 0;
}

.shindan-ttl {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 6px;
}

p.shindan-txt {
  text-align: center;
  margin-bottom: 0;
}

.shindan-wrap {
  padding: 0px 50px 30px;
}

.shindan .btn-wrap {
  width: fit-content;
  margin: 36px auto 0;
}

.shindan .btn-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--red);
  width: 140px;
  height: 74px;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: none;
  font-size: 14px;
  border-radius: 8px;
  box-shadow: inset -3px -3px 4px 0px rgba(255, 255, 255, 0.5), inset 3px 3px 10px 0px rgba(0, 0, 0, 0.3);

}

.shindan .btn-wrap button.finish {
  background-color: #2c354b;
}

.shindan .btn-wrap button:hover {
  opacity: 0.6;
}

.shindan .btn-wrap button:disabled,
.shindan .btn-wrap button:disabled:hover {
  background: #9e9898;
  opacity: 1;
}

.faq-q .shindan-faq-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-q .shindan-faq-box+.shindan-faq-box {
  margin-top: 8px;
}

.shindan-faq-box .ttl {
  margin-bottom: 0;
}

.shindan-faq-box .ttl .num {
  font-weight: bold;
  color: var(--black);
}

.shindan-faq-box .select-wrap {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.shindan-faq-box .select-wrap .select {
  padding: 8px 10px;
  background: #fff;
  border: 2px solid #d2d2d2;
  font-weight: bold;
}

.shindan-faq-box .select-wrap .select.yes {
  color: #ff6343;
}

.shindan-faq-box .select.yes.is-active {
  background-color: #ffd6d1;
  border: 2px solid #ff6343;
}

.shindan-faq-box .select-wrap .select.no {
  color: var(--black);
}

.shindan-faq-box .select.no.is-active {
  background-color: #ccf6ff;
  border: 2px solid var(--black);
}

.shindan-faq-box.result {}

.shindan-faq-box.result .ttl {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 30px 0 10px;
}

.shindan .faq-a {
  display: none;
}

/* ─────────────── ソートありのテーブル ─────────────── */
.tablesorter {
  min-width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 8px;
}

.tablesorter thead th {
  position: relative;
  text-align: left;
  padding: 8px 12px;
}

.tablesorter thead th:not([data-sorter='false']) {
  cursor: pointer;
}

.tablesorter thead th::before,
.tablesorter thead th::after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 7px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #333 transparent;
  pointer-events: none;
}

.tablesorter thead th::before {
  border-bottom-style: solid;
  border-top: none;
  top: 30%;
}

.tablesorter thead th::after {
  border-top-style: solid;
  border-bottom: none;
  bottom: 30%;
}

.tablesorter thead th.tablesorter-headerAsc:after {
  border: none;
}

.tablesorter thead th.tablesorter-headerAsc:before {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.tablesorter thead th.tablesorter-headerDesc:before {
  border: none;
}

.tablesorter thead th.tablesorter-headerDesc:after {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.tablesorter thead th.sorter-false:before,
.tablesorter thead th.sorter-false:after {
  border: none;
}

.tablesorter tbody td {
  padding: 12px 14px;
  border: 1px solid #c1c1c1;
}

/* ─────────────── 絞り込み ─────────────── */
.search {

  width: 100%;
  margin-bottom: 30px;
}

.search-head {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--black);
  width: 100%;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
}

.is-hide {
  display: none;
}

.search-contents {
  margin-top: 0;
  border: 1px solid var(--black);
}

.search form {
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
}

.search-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px;
}

.search-label {
  display: flex;
  align-items: center;
  gap: 14px;
}

.search-label>.ttl {
  font-weight: bold;
  margin-bottom: 0;
}

.search-list input {
  display: none;
}

.search-label-btn {
  display: flex;
  gap: 6px;
}

.search-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.search-list label {
  display: block;
  cursor: pointer;
  padding: 2px 6px;
  border: 1px solid var(--black);
}

.search-label-btn label.on {
  background: #ffd6d1;
}

.search .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--red);
  width: 140px;
  height: 74px;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: none;
  font-size: 14px;
  border-radius: 8px;
  box-shadow: inset -3px -3px 4px 0px rgba(255, 255, 255, 0.5), inset 3px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

.search .search-btn:hover {
  opacity: 0.6;
}

.search .search-result {
  position: relative;
  display: none;
  padding: 14px;
  margin-top: 10px;
}

.search-result::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 80%;
  height: 2px;
  background: #2c354b;
}

.search-result .search-result_txt {
  background-color: #fefae2;
  margin: 0;
  padding: 6px 10px;
  margin-bottom: 10px;
}

.search-result_txt span {
  font-weight: bold;
}

.search .list {
  margin-bottom: 30px;
}

.search-item {
  padding: 18px 0;
  border-bottom: 1px solid #cce6ed;
}

.search-item>:last-child {
  margin-bottom: 0;
}

.search-item a {}

.search-item-name {
  font-size: 20px;
  font-weight: bold;
}

.search-close {
  text-align: center;
  cursor: pointer;
  background-color: #999;
  width: 150px;
  border-radius: 2px;
  color: #fff;
  padding: 8px 10px;
  font-weight: bold;
  margin: 0 auto;
}

/* ─────────────── スライダー ─────────────── */
.manualSwiper {
  margin-bottom: 26px;
}

.manualSwiper .manualSwiper-slide {
  padding-bottom: 30px;
}

.manualSwiper .slide-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.manualSwiper .slide-img {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 10px;
  box-sizing: border-box;
}

.manualSwiper .slide-img img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
}

.manualSwiper .slide-right {
  width: 400px;
  min-width: 370px;
}

.manualSwiper .slide-name {
  font-size: 18px;
  border-bottom: 1px solid var(--red);
  margin-bottom: 12px;
  font-weight: bold;
}

.manualSwiper .slide-spec {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.manualSwiper .slide-spec .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.manualSwiper .slide-spec .cell.head {
  width: 140px;
}

.slide-spec .cell.head::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  margin-left: 2px;
  margin-bottom: 3px;
  background: #2c354b;
  border-radius: 50%;
}

.cell-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slide-spec .cell.item {
  padding: 0 10px;
  width: fit-content;
  color: #afafaf;
}

.slide-spec .cell.item+.cell.item {
  border-left: 1px solid #666;
}

.slide-spec .cell.item.on {
  font-weight: bold;
  color: #666;
}

.slide-table-info {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 10px;
  font-size: 14px;
}

.slide-table-info.pc thead th {
  padding: 8px 10px;
  width: 100px;
}

.slide-table-info.pc thead th+th {
  border-left: 1px solid #fff;
}

.slide-table-info.pc tbody td {
  padding: 8px 10px;
}

.slide-table-info.sp {
  display: none;
}

.manualSwiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.manualSwiper .swiper-button-prev,
.manualSwiper .swiper-button-next {
  background: #000;
  opacity: 0.3;
  transition: 0.4s;
  top: 30%;
}

.manualSwiper .swiper-button-prev:hover,
.manualSwiper .swiper-button-next:hover {
  opacity: 0.4;
}

.manualSwiper .swiper-button-prev {
  left: 0;
}

.manualSwiper .swiper-button-next {
  right: 0;
}

.manualSwiper .swiper-button-prev::after,
.manualSwiper .swiper-button-next::after {
  font-size: 20px;
  color: #fff;
}

.manualSwiper .swiper-pagination-bullet-active {
  margin-top: 2px;
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 12px));
  background: #5e5e5e;
}

/* 口コミ */
.review {
  margin-bottom: 26px;
}

.review-contents {
  border: 1px solid #a6b0ba;
  padding: 26px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.review [itemprop='itemReviewed']:nth-of-type(n + 3) {
  display: none;
}

.review-top {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #a6b0ba;
}

.review-icon_woman,
.review-icon_man {
  flex-shrink: 0;
  width: 80px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin-left: 20px;
}

.review-icon_woman {
  background: var(--gray) url(../img/review-icon-woman.svg) center center / 77% no-repeat;
}

.review-icon_man {
  background: var(--gray) url(../img/review-icon-man.svg) center center / 77% no-repeat;
}

.review-profile {}

.review-profile .name {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 18px;
}

.review-profile .score {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-size: 14px;
}

.review-profile .score .star {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1;
  color: #ccc;
  width: 80px;
  height: 1em;
  vertical-align: middle;
  margin-right: 4px;
}

.review-profile .score .star::before,
.review-profile .score .star::after {
  content: '★★★★★';
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  letter-spacing: -2px;
}

.review-profile .score .star::before {
  color: #ccc;
  z-index: 0;
}

.review-profile .score .star::after {
  color: #ffcf32;
  z-index: 1;
  overflow: hidden;
  width: calc(var(--score, 0) / 5 * 100%);
}

.review-profile .score .num {
  font-size: 12px;
  margin-left: 4px;
  vertical-align: middle;
}

.review-profile .min {
  font-size: 14px;
}

.review-profile .min span+span::before {
  content: '/';
  display: inline-block;
  margin: 0 4px;
}

.review-bottom {}

.review-bottom .pic-box {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.review-bottom .pic {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.review-bottom .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-bottom .comment>:last-child {
  margin-bottom: 0;
}

.review-more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 56px;
  margin: 10px auto 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: var(--black);
  cursor: pointer;
  transition: 0.4s;
  border-radius: 10px;
}

.review-more-btn.active {
  background: #999;
}

.review-more-btn:hover {
  opacity: 0.6;
}

/* 棒グラフ */
.chart-bar {
  margin-bottom: 26px;
}

.chart-bar .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 30px;
}

.chart-bar .ttl-wrap {
  margin-bottom: 8px;
}

.chart-bar .ttl-wrap .main-ttl {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}

.chart-bar .ttl-wrap .sub-ttl {
  display: block;
  font-size: 14px;
  margin-bottom: 0;
}

.chart-bar .block {
  display: flex;
  align-items: center;
}

.chart-bar .label {
  width: 70px;
  font-size: 14px;
}

.chart-bar .inner {
  flex: 1;
  background: #f5f5f5;
  height: 14px;
}

.chart-bar .chart {
  height: 14px;
  background: #888;
}

.chart-bar .percent {
  display: inline-block;
  font-size: 12px;
  padding-left: 8px;
  min-width: 4em;
  color: #333;
}

/* レーダーチャート */
.chart-radar_area {
  display: flex;
  gap: 20px;
  margin-bottom: 26px;
}

.chart-radar_area .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 14px;
  width: 40%;
  min-width: 300px;
}

.chart-radar {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.chart-radar_area .right {
  flex-grow: 1;
}

.chart-radar_area .score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 3px solid #fa0;
  padding: 20px;
  margin-bottom: 20px;
}

.chart-radar_area .score p {
  font-size: 16px;
  font-weight: bold;
  color: #fa0;
  margin-bottom: 0;
}

.chart-radar_area .score .star {
  display: inline-block;
  position: relative;
  font-size: 26px;
  line-height: 1;
  color: #ccc;
  width: 120px;
  height: 1em;
  vertical-align: middle;
}

.chart-radar_area .score .star::before,
.chart-radar_area .score .star::after {
  content: '★★★★★';
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  letter-spacing: -2px;
}

.chart-radar_area .score .star::before {
  color: #ccc;
  z-index: 0;
}

.chart-radar_area .score .star::after {
  color: #ffcf32;
  z-index: 1;
  overflow: hidden;
  width: calc(var(--score, 0) / 5 * 100%);
}

.chart-radar_area .score .average {
  font-weight: bold;
  font-size: 24px;
  color: #ff6343;
}

/* 画像横並び */
.scrollBox {
  width: 100%;
  background: var(--gray);
  padding: 20px 24px 10px 24px;
  box-sizing: border-box;
  overflow-x: auto;
  margin-bottom: 30px;
}

.scrollBox-wrap {
  width: fit-content;
  display: flex;
  padding-bottom: 10px;
}

.scrollBox-list {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 16px;
  list-style: none;
}

.scrollBox-list li {
  flex: 0 0 auto;
  max-width: 310px;
  box-sizing: border-box;
  position: relative;
}

.scrollBox-list li:last-child::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 1px;
  width: 26px;
  background-color: transparent;
}

.scrollBox-list img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}

.scrollBox-list .caption {
  display: block;
  max-width: 100%;
  font-size: 13px;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: break-word;
  text-align: left;
}


/* .scrollBox-center あり */
.scrollBox-center .scrollBox-wrap {
  width: 100%;
}

.scrollBox-center .scrollBox-list {
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.bestBox {
  margin-bottom: 30px;
}

.bestBox .ttl {
  position: relative;
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  width: fit-content;
  padding: 0 30px;
  margin: 0 auto 22px;
  text-align: center;
}

.bestBox .ttl::before,
.bestBox .ttl::after {
  position: absolute;
  content: "";
  display: block;
  height: 80%;
  width: 2px;
  background: var(--red);
}

.bestBox .ttl::before {
  top: 50%;
  left: 0;
  transform: rotate(-30deg) translateY(-50%);
}

.bestBox .ttl::after {
  top: 50%;
  right: 0;
  transform: rotate(30deg) translateY(-50%);
}

.bestBox .ttl .sub {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 4px;
}

.bestBox .item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.bestBox .block {
  width: 100%;
  border-top: 2px solid var(--black);
}

.bestBox .catch {
  text-align: center;
  color: #afb7be;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed #afb7be;
  padding: 0.5rem 0;
  line-height: 1.5;
}

.bestBox .name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  padding-right: 10px;
  border-bottom: 1px dashed #afb7be;
}

.bestBox .name img {
  width: 140px;
  padding: 0;
}

.bestBox .name a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.bestBox .tag-pricearea,
.bestBox .tagPricearea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 1.25rem;
}

.bestBox .tagarea {
  width: 100%;
  max-width: 300px;
}

.bestBox .tagarea .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* grid-template-rows: 1fr 1fr; */
  gap: 6px;
  line-height: 1.2;
}

.bestBox .tagarea .list li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gray);
  padding: 8px;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
}

.bestBox .tagarea .list .on {
  background: #ffd6d1;
}

.bestBox .pricearea {
  width: fit-content;
  flex-shrink: 0;
  margin-right: 10px;
}

.pricearea .course {
  width: fit-content;
  margin-left: 8px;
}

.pricearea .price {
  width: fit-content;
}

.pricearea .price:before {
  display: inline-block;
  content: '￥';
  color: #fa0;
  margin-right: 4px;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  line-height: 1;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 1px;
}

.bestBox .rightblock ul {
  margin-top: 2.7rem;
}

.bestBox .c-btn {
  max-width: none;
  margin: 0 auto;
}

.bestBox .c-btn a {
  width: fit-content;
  min-width: 80%;
}

/* タブ */
.tabarea {
  margin-bottom: 26px;
}

.tab-list {
  display: flex;
  gap: 4px;
}

.tab-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  gap: 5px;
  border-bottom: 2px solid var(--black);
  padding: 0 20px;
  margin: 24px 0 10px;
}

.tab.active {
  background-color: #fff;
  color: var(--red);
  position: relative;
}

.tab {
  border-radius: 5px 5px 0 0;
  flex: auto;
  text-align: center;
  border: 1px solid var(--black);
  border-bottom: none;
  background-color: var(--gray);
  cursor: pointer;
  width: 100%;
  padding: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  font-size: 14px;
}

.tab-item {
  padding: 15px 20px 20px 20px;
  border: 1px solid var(--black);
  border-top: none;
}

.tab-wrap {
  display: none;
}

.tab-wrap.show {
  display: block;
}

.tab-wrap>:last-child {
  margin-bottom: 0;
}

/* メリット・デメリット */
.merideme {
  margin-bottom: 26px;
}

.merideme:has(+ .merideme) {
  margin-bottom: 10px;
}

.merideme[data-merideme='merit'] {
  border: 2px solid #b00;
}

.merideme[data-merideme='merit']>.ttl {
  background: #ffd6d1;
  border-bottom: 2px solid #b00;
}

.merideme[data-merideme='demerit'] {
  border: 2px solid #c1c1c1;
}

.merideme[data-merideme='demerit']>.ttl {
  background: #f8f8f8;
  border-bottom: 2px solid #c1c1c1;
}

.merideme>.ttl {
  padding: 10px 20px;
  font-weight: bold;
  line-height: 1.1;
  font-size: 18px;
}

.merideme>.inner {
  position: relative;
  padding: 16px 20px;
  margin: 0;
}

.merideme>.inner>:last-child {
  margin-bottom: 0;
}

.merideme[data-merideme='merit'] ul li:before {
  background-color: #b00;
}

.merideme[data-merideme='demerit'] ul li:before {
  background-color: #45303e;
}

/* マップ */
.map {
  margin-bottom: 26px;
}

.map-ttl {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 12px;
  background: var(--black);
  margin-top: 20px;
  margin-bottom: 30px;
}

.map-ttl::after {
  position: absolute;
  left: 50%;
  bottom: -39px;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid var(--black);
  margin: 24px auto;
}

.map-cont {
  width: 100%;
  height: 270px;
}

.acco-wrap {
  margin-bottom: 26px;
}

.acco {
  border-bottom: 1px dashed #000;
}

.acco-ttl {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
  padding: 20px 53px 20px 20px;
  transition: all 0.2s ease;
  font-weight: bold;
  font-size: 18px;
}

.acco-ttl::before {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: var(--black);
  opacity: 1;
  transition: 0.3s;
}

.acco-ttl::after {
  position: absolute;
  top: 50%;
  right: calc(18px + 10px);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  background: var(--black);
  opacity: 1;
  transition: 0.3s;
}

.acco-ttl.action {
  background: #f8f8f8;
}

.acco-ttl.action::after {
  height: 0;
}

.acco-info {
  display: none;
  padding: 15px 20px 15px;
}

.acco-info>:last-child {
  margin-bottom: 0;
}

.address {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 26px;
}

.address-subttl {
  flex-shrink: 0;
  font-weight: bold;
}

/* 料金表 */
.plan {
  display: flex;
  gap: 10px;
  margin-bottom: 26px;
}

.plan .wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 2px solid #a2a1a1;
}

.plan .wrap.border {
  border: 2px solid var(--black);
}

.plan .ttl {
  text-align: center;
  background: #a2a1a1;
  padding: 10px 14px;
  color: #fff;
  font-weight: bold;
}

.plan .ttl:has(.icon-person),
.plan .ttl:has(.icon-building) {
  padding: 10px 14px 10px 28px;
}

.plan .ttl .icon-person,
.plan .ttl .icon-building {
  position: relative;
}

.plan .wrap.color .ttl {
  background: var(--black);
}

.plan .block {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 14px 14px 14px;
}

.plan .block>:last-child {
  margin-bottom: 0;
}

.plan .price {
  margin: 18px 0 14px;
  text-align: center;
  font-size: 24px;
  color: #a2a1a1;
  font-weight: bold;
}

.plan .price:not(:has(.price-txt)) {
  margin-bottom: 24px;
}

.plan .wrap.color .price {
  color: var(--black);
}

.plan .price .min {
  font-size: 12px;
}

.plan .price-txt {
  font-size: 14px;
  background: #ff6343;
  color: #fff;
  margin-top: 8px;
  padding: 6px;
}

.plan .table {
  flex: 1;
  margin: auto 0;
}

.plan .table tbody tr+tr {
  border-top: 1px solid #a2a1a1;
}

.plan .table tbody th {
  color: #756c6c;
  width: 38%;
  font-size: 14px;
  padding: 10px;
}

.plan .table tbody td {
  padding: 10px;
}