.row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.row p img {
  width: 100%;
}

.w62 {
  width: 100%;
  margin-bottom: var(--space-sm);
}

.w57 {
  width: 100%;
  margin-bottom: var(--space-sm);
}

.w55 {
  width: 100%;
  margin-bottom: var(--space-sm);
}

.w48 {
  width: 100%;
  margin-bottom: var(--space-sm);
}

.w40 {
  width: 100%;
  margin-bottom: var(--space-sm);
}

.w35 {
  width: 100%;
}

.w33 {
  width: 100%;
}

.w32 {
  width: 100%;
}

.i-w150 {
  width: 150px;
}

.sp-100 {
  width: 100%;
}

.w32sp75 {
    width: 75%
}

.box-A {
  padding: 1em;
  border: 1px solid #666;
}

.box-B {
  padding: 2em;
  border: 1px solid #666;
}

.box-C {
  padding: 20px;
  border: 4px solid #d3d3d3;
}

.main-content {
  width: 100%;
  margin-inline: auto;
}

.lowPhoto {}

section:first-of-type {
  margin-bottom: var(--space-xl);
}

section.page-catch {
  padding: 2em 1em;
  border: 1px solid var(--color-primary);
  position: relative;
}

section.page-catch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/common/logo-crane.svg)no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px;
  opacity: 0.2;
  /* ←背景画像だけ透過 */
  z-index: -1;
  /* ←文字や他の要素の下に置く */
}

.page-catch p {
  text-align: center;
}

.page-catch ul {
  width: 80%;
  margin-inline: auto;
}

.page-catch li {
  position: relative;
}

.page-catch li::before {
  content: "";
  display: inline-block;
  background: url(../img/common/check.svg) no-repeat left center / contain;
  width: 1em;
  height: 1em;
  padding-right: 1.5em;
}

.case-records {
    background: url(../img/common/arrow02.png) no-repeat center center;
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.case-records li {
  width: calc((100% - 70px) / 2);
	padding-top: 20px;
}

.img-wrapper {
  position: relative;
  display: inline-block; /* or block if preferred */
}

.case-records li:nth-child(odd) .img-wrapper::before {
  content: "";
  display: block;
  background: url(../img/common/before.png) no-repeat left top;
  width: 60px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
}

.case-records li:nth-child(even) .img-wrapper::before {
  content: "";
  display: block;
  background: url(../img/common/after.png) no-repeat left top;
  width: 60px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
}

.case_row_three {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.case_row_three li {
  padding-right: 5%;
  padding-left: 1%;
  text-align: center;
  font-size: 90%;
  background: url(../img/common/arrow02.png) no-repeat right center;
}

.case_row_three li:first-child {
  padding-left: 0%;
}

.case_row_three li:last-child {
  padding-right: 0px;
  background: none;
}

ul.case_row_four {
  display: flex;
  justify-content: space-between;
}

.case_row_four li {
  width: calc((100% - 2%) / 4);
  padding-right: 2%;
  padding-left: 0.5%;
  background: url(../img/bridge/arw_right.png) no-repeat right 45%;
  background-size: 7px auto;
}

.case_row_four li:first-child {
  padding-left: 0%;
}

.case_row_four li:last-child {
    padding-right: 0px;
    background: none;
}

.compare {
  display: flex;
  justify-content: center;
  width: 80%;
  margin-inline: auto;
}

.compare li:last-child {
  background: url(../img/common/arrow04.png) no-repeat 8px 50%;
  padding-left: 80px;
}

ul.img-column.for-two {
  display: flex;
  justify-content: center;
  gap: 1em;
}

ul.img-column.for-three {
  display: flex;
  justify-content: space-evenly;
  gap: 1em;
}

ul.img-column.for-three li {
  width: 30%;
}

ul.img-column.for-four {
  display: flex;
  justify-content: center;
  gap: 1em;
}

ul.img_compare {
  text-align: center;
  letter-spacing: -.40em;
  background: url(../img/common/arrow02.png) no-repeat center 55%;
}

.img_compare li {
  max-width: 40%;
  text-align: center;
  letter-spacing: normal;
  display: inline-block;
}

.img_compare li:first-child {
  padding-top: 20px;
  margin-right: 15px;
  background: url(../img/common/before.png) no-repeat left top;
}

.img_compare li:last-child {
  padding-top: 20px;
  margin-left: 40px;
  background: url(../img/common/after.png) no-repeat left top;
}

.right {
  float: right;
  margin: 0 0 1rem 1rem;
  height: auto;
}

.left {
  float: left;
  margin: 0 1rem 1rem 0;
  height: auto;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

/* caries */
.caries_box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1rem;
  list-style: none;
  margin: 0;
}

.caries_box li {
  background: var(--color-background);
  border: 1px solid var(--color-primary);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.caries_box li:hover {
  transform: translateY(-4px);
}

.caries_box a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 1em;
  height: 100%;
}

.caries_box dl {
  display: grid;
  grid-template-areas:
    "title title"
    "image description"
    "button button";
  grid-template-columns: 1fr 2fr;
  gap: 0.5rem 1rem;
  align-items: center;
  align-items: start;
}

.caries_box dt {
  grid-area: title;
  font-family: Noto Serif JP;
  font-weight: bold;
  font-size: var(--size-md);
  margin-bottom: var(--space-sm);
  color: var(--color-notice);
  text-align: center;
}

.caries_box dt:before {
  content: "";
  display: inline-block;
  background: url(../img/common/bgD.svg) no-repeat top left / contain;
  height: 2rem;
  width: 2rem;
  padding-left: 1.5rem;
}

.caries_box dd {
  font-size: var(--size-xs);
  margin-bottom: var(--space-sm);
  color: var(--color-text);
}

.caries_box dd:first-child {
  grid-area: image;
}

.caries_box dd img {
  width: 100%;
  height: auto;
  display: block;
}

.caries_box dd:nth-of-type(2) {
  grid-area: description;
}

.caries_box dd:nth-of-type(3) {
  grid-area: button;
  text-align: center;
  grid-column: 1 / 3;
  place-self: center;
}

.caries_box .btn {
  display: flex;
  background-color: var(--color-primary);
  color: #fff;
  padding: 1rem 1rem;
  /* border-radius: 2px; */
  font-size: 1.2rem;
  text-decoration: none;
  flex-direction: row-reverse;
  align-items: baseline;
  width: 200px;
  justify-content: center;
  margin-inline: auto;
}

.caries_box .btn i {
  margin-right: 0.3em;
}

.picky img.right,
.picky img.left {
  width: 150px;
  height: auto;
}

/* root */
.root .side-sm {
  padding: 20px 60px;
}

/* kids */
.kids_box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1rem;
  list-style: none;
  margin: 0;
}

.kids_box li {
  background: var(--color-background);
  border: 1px solid var(--color-primary);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.kids_box a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 1em;
  height: 100%;
}

.kids_box dl {
  display: grid;
  grid-template-areas:
      "title title"
      "image description"
      "button button";
  grid-template-columns: 1fr 2fr;
  gap: 0.5rem 1rem;
  align-items: center;
  align-items: start;
}

.kids_box dt {
  grid-area: title;
  font-family: Noto Serif JP;
  font-weight: bold;
  font-size: var(--size-md);
  margin-bottom: var(--space-sm);
  color: var(--color-notice);
  text-align: center;
}

.kids_box dt:before {
  content: "";
  display: inline-block;
  background: url(../img/common/bgD.svg) no-repeat top left / contain;
  height: 2rem;
  width: 2rem;
  padding-left: 1.5rem;
}

.kids_box dd {
  font-size: var(--size-xs);
  margin-bottom: var(--space-sm);
  color: var(--color-text);
}

.kids_box dd:first-of-type {
  grid-area: description;
  grid-column: 1 / 3;
}


.kids_box dd:nth-of-type(2) {
  grid-area: button;
  text-align: center;
  grid-column: 1 / 3;
  place-self: center;
}

.kids_box .btn {
  display: flex;
  background-color: var(--color-primary);
  color: #fff;
  padding: 1rem 1rem;
  /* border-radius: 2px; */
  font-size: 1.2rem;
  text-decoration: none;
  flex-direction: row-reverse;
  align-items: baseline;
  width: 200px;
  justify-content: center;
  margin-inline: auto;
}

.kids_box .btn i {
  margin-right: 0.3em;
}


/* staff */
section.staff:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid var(--color-primary);
}

/* map */
p .tel-link a {
  padding-left: 0;
}

.map_time .ggmap iframe {
  display: block;
  width: 100%;
}

/* feature */
.feature {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2em;
}

.feat_box {
display: flex;
gap: 2em;
}

.feat_fig {
width: 45%
}

.feat_txt {
width: 50%;
}

.feat_head {
position: relative;
}

.feat_bg {
width: 100vw;
margin: var(--space-lg) calc(50% - 50vw) 0;
}

.custom-bg {
background: #f8f8f865;
padding: 20px;
display: block;
position: relative;
text-align: center;
}

/*.custom-bg::before {
content: "";
position: absolute;
top: -3em;
left: calc((100% - 300px) / 2);
width: calc((100% - 300px) / 2);
height: 50%;
background: url(../img/top/feature_ttl_back.svg) no-repeat top / contain;
z-index: -1;
}*/

.feat_head h2 {
line-height: 1.4;
-moz-text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.8),0px 0px 6px rgba(255, 255, 255, 0.8);
-webkit-text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.8),0px 0px 6px rgba(255, 255, 255, 0.8);
-ms-text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.8),0px 0px 6px rgba(255, 255, 255, 0.8);
text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.8),0px 0px 6px rgba(255, 255, 255, 0.8);
}

.feature-txt-S {
font-size: clamp(2rem, 2.5vw, 3rem); /* 小さい文字 */
color: #4a4a4a;
}
.feature-txt-M {
font-size: clamp(2.8rem, 4vw, 5rem); /* 中サイズ */
color: #222;
}
.feature-txt-L {
font-size: clamp(3.2rem, 5.5vw, 7rem); /* 大サイズ */
color: #111;
}
.feature-txt-number {
font-size: clamp(5.5rem, 8vw, 10rem); /* 数字特大 */
font-weight: 700;
font-style: italic;
color: #b29642;
position: relative;
}
.feature-txt-number::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 5px;
background: #b29642;
}


.feat.feat_1, .feat.feat_2, .feat.feat_3, .feat.feat_4, .feat.feat_5 {
border: 1px solid var(--color-primary);
padding: 1em 2em;
position: relative;
}

.feat.feat_2, .feat.feat_4 {
border: 1px solid var(--color-tertiary);
}


h3.feat_ttl {
font-size: var(--size-sm);
font-family: 'Noto Serif JP';
margin-bottom: var(--space-xs);
}

.feat_ttl .num {
font-style: italic;
font-size: var(--size-xl);
padding: 0 0.5em 0 0;
}

.feat_txt {
display: flex;
flex-direction: column; /* 縦に並べる */
justify-content: space-between; /* 上下にスペースを分ける */
position: relative; /* 絶対位置指定の基準を親要素にする */
}

.feat_txt p.btn {
margin-top: auto; /* ボタンを下に寄せる */
align-self: flex-end; /* ボタンを右端に配置 */
}

.feat_txt p.btn a {
font-size: var(--size-sm);
}

/* flow */
.flow-box ol {
  counter-reset: count;
  position: relative;
}

.flow-box li {
  padding: 1em;
  margin: 0;
  position: relative;
  background: #fff;
}

.flow-box li:before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background: #c3a452;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 12px;
}

.flow-box li:after {
  content: "";
  display: block;
  height: calc(100% - 55px);
  border-left: solid 2px #ddd;
  position: absolute;
  top: 73px;
  left: 39px;
}

.step-label {
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 18px;
  left: 25px;
  font-family: 'Rubik', sans-serif;
  line-height: 1.6;
  font-size: 1.1rem;
}

.step-label:after {
  counter-increment: count;
  content: counter(count);
  position: absolute;
  font-size: 3rem;
  top: 5px;
  left: 6px;
}

.step-title {
  font-size: 1.7rem;
  margin-left: 4em;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
  display: inline-block;
  vertical-align: middle;
}

h4.step-title span {
  /* vertical-align: baseline; */
  color: #fff;
  padding: 0.5em 1em;
  font-size: 10px;
  margin-left: 1em;
  display: inline-block;
  vertical-align: middle;
  /* display: revert; */
  flex-direction: row;
  /* align-items: baseline; */
  margin-top: -0.5em;
  /* height: 1.2rem; */
  border-radius: 1.5em;
}

h4.step-title span.A {
  /* vertical-align: baseline; */
  background: #e1a127;
}

h4.step-title span.B {
  /* vertical-align: baseline; */
  background: #fe597f;
}

.step-body {
  display: flex;
  border-bottom: dotted 2px #ddd;
  margin-left: 2.5em;
  padding: 0 0 1em;
  justify-content: space-evenly;
  flex-direction: column-reverse;
  align-items: center;
}


.step-body p {
  width: 70%;
  margin-bottom: 0.5em;

}

.step-body p:first-child {
  width: 70%;
}

ol>:last-of-type:after {
  display: none
}

/* Q&A */
.sec-qa-box {
  margin: 2em auto 0;
  width: 100%;
}

.qa-list:not(:first-child) {
  margin-top: 1em;
}

.qa-title {
  background: url(../img/common/q.svg)no-repeat 1em center/2em var(--color-secondary);
  cursor: pointer;
  font-size: var(--size-sm);
  color: #fff;
  padding: 1em 3em 1em 3.5em;
  position: relative;
}

.qa-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.qa-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transition: all .3s ease-in-out;
}

.qa-title.open:before {
  transform: rotate(180deg);
}

.qa-title.open:after {
  opacity: 0;
}

.qa-text {
  border-top: 2px solid #eee;
  display: none;
  padding: 20px 40px;
  background: #fff;
  font-size: var(--size-xs);
}

/* visit */
.visit .table02 th {
    width: inherit;
}

.visit .step-body p {
    width: 90%;
}

.visit .step-body p:first-child {
    width: 90%;
}

/* neocap */
.neocap .for-three {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    counter-reset: list;
    font: 14px / 1.6 'arial narrow', sans-serif;
    list-style: none;
    justify-content: space-between;
}

.neocap .for-three li {
    border: 1px solid var(--color-primary);
    overflow: hidden;
    border-radius: var(--radius-sm);
    padding: 0.5em;
    margin-bottom: var(--space-sm);
    -webkit-border-radius: var(--radius-sm);
    -moz-border-radius: var(--radius-sm);
    -ms-border-radius: var(--radius-sm);
    -o-border-radius: var(--radius-sm);
}

.menu-btn .ttl {
    margin-bottom: 0;
    padding: 1em 0 0.8em;
    line-height: 1.2;
    text-align: center;
    color: var(--color-primary);
    /*background: url(../img/common/ttl-low1_bg2.png) left center;*/
    font-size: var(--size-sm);
    font-family: 'Noto Serif JP Medium', serif;
}

.neo-p-block {
    display: flex;
    justify-content: space-around;
}

.neo-p-block p:first-child {
    width: 48%;
}

.neo-p-block p:first-child img {
    width: 100%;
}

.neo-p-block p:last-child {
    width: 48%;
}

span.neo-num {
    position: relative;
    line-height: 1.5em;
    margin: 7px 0 7px 35px;
    font-weight: 600;
    font-size: var(--size-lg);
}

span.neo-num:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: -35px;
    width: 30px;
    height: 30px;
    background: var(--color-primary);
    text-align: center;
    color: #fff;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

span.neo-p {
    display: block;
    font-size: var(--size-sm);
    line-height: 1.3;
    font-family: 'Rubik', sans-serif;
    margin-top: 1em;
    padding: 0.5em;
}

.menu-btn li img {
    border: 1px solid var(--color-primary);
}

.short .table02 th {
    width: inherit;
}

/* implant */
.implant .for-two li {
    margin-bottom: var(--space-sm);
    border: 1px solid var(--color-primary);
    overflow: hidden;
    padding: 0.5em;
    width: 48%;
}

.ttl-page-circle {
    width: 100%;
    display: table;
}

.ttl-page-circle span.num {
    width: 6rem;
    height: 6rem;
    color: #FFF;
    text-align: center;
    font-size: 2rem;
    font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: var(--color-secondary);
    vertical-align: middle;
    display: table-cell;
}

.ttl-page-circle span.ttl-page-txt {
    font-weight: bold;
    padding-left: 15px;
    border-bottom: 1px #ccc solid;
    font-size: 2rem;
    font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    vertical-align: middle;
    display: table-cell;
}

.implant_box .btn {
    display: flex;
    background-color: var(--color-primary);
    color: #fff;
    padding: 1rem 1rem;
    /* border-radius: 2px; */
    font-size: 1.2rem;
    text-decoration: none;
    flex-direction: row-reverse;
    align-items: baseline;
    max-width: 200px;
    justify-content: center;
    margin-inline: auto;
}

/* ヒューマン */
.check_list {
    margin-bottom: 1.5rem;
    font-size: var(--size-md);
    font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    display: table;
}

.check_list dt {
    display: table-cell;
}

.check_list dt .num {
    line-height: 0.9;
    color: var(--color-blue);
    font-size: var(--size-xs);
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.check_list dt .num span {
    font-size: 2.5rem;
    text-decoration: underline;
    display: block;
}

.check_list dd {
    display: table-cell;
    vertical-align: bottom;
    text-indent: -1.4em;
    padding-left: 1.2em;
}

.check_list dd::before {
    content: "";
    display: inline-block;
    background: url(../img/common/check02.svg) no-repeat right 2px / contain;
    width: 1em;
    height: 1em;
    padding-right: 1.5em;
}

ul.difference {
    display: flex;
    gap: 1em;
    align-items: flex-start;
}

ul.difference li {
    width: calc((100% - 1em) / 4);
    text-align: center;
}

ul.difference li figcaption {
    font-size: var(--size-xs);
}

/* mail
--------------------------------------------- */
table.CF7_table {
  width: 100%;
  background: #fff;
}

.CF7_table tr,
.CF7_table td,
.CF7_table th {
  display: block;
  width: 100%;
  line-height: 2.5em;
}

.CF7_table th {
  background: #fff;
  font-size: 15px;
  text-align: left;
  vertical-align: middle;
}

.CF7_table th {
  padding: 1em 1em 0;
}

.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}

.CF7_table td {
  padding: 1em;
}

.CF7_table ::placeholder {
  color: #797979;
}

/* テキストエリアの設定 */
table.CF7_table textarea {
  resize: vertical;
  max-width: 100%;
  min-height: 300px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}

/* 入力欄とテキストエリア共通 */
.CF7_table input,
.CF7_table select,
.CF7_table textarea {
  border: 1px solid #d8d8d8;
  font-size: var(--space-sm);
}

/*「必須」文字*/
.CF7_req {
  font-size: .9em;
  padding: 4px 7px;
  background: #ee8579;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/*「任意」文字*/
.CF7_unreq {
  font-size: .9em;
  padding: 4px 7px;
  background: #bdbdbd;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}

/*プライバシーポリシー*/
.scroll-box {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background-color: #f8f4f4;
  padding: 1em;
  margin-bottom: 1em;
}

/*チェックボックス*/
/* Contact Form 7 チェックボックス周りのスタイル調整 */
.wpcf7-acceptance {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  font-size: 16px;
}

/* チェックボックスのサイズ調整 */
.wpcf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

/* チェックボックス表示（reset打ち消し） */
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: auto;
  appearance: auto;
}

/* ラベルテキストの整形（折り返し防止や位置調整など） */
.wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  max-width: 600px;
  background-color: #ee8579;
  border: 2px solid #ee8579;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 30px;
  transition: all 0.5s 0s ease;
}

.wpcf7 input.wpcf7-submit:hover {
  background: #fff;
  color: #ee8579;
}

.CF7_btn {
  text-align: center;
  margin: 20px;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.3rem;
}

/* sitemap */
#sitemap {
    display: flex;
	flex-direction: column;
}

#sitemap li {
	line-height: 2.4;
}

#sitemap li::before {
    content: "";
    background: url(../img/common/arrow_green.png)no-repeat top;
    display: inline-block;
    width: 1em;
    height: 1.25em;
    vertical-align: middle;
}

#sitemap li.no-arrow::before {
  content: none;
}

#sitemap ul.posts-cat ul li:not(first-child) {
	margin-left: 2.5em;
	list-style: disc;
}

#sitemap ul.posts-cat ul li:not(first-child)::before {
    content: none;

}

@media (width <= 576px) {
  table.table-notable {
    border-collapse: collapse;
    border: none;
    font-size: var(--size-sm);
    font-weight: normal;
    line-height: 1;
    width: 100%;
  }

  .heading {
    display: none;
  }

  table.table-notable td:before {
    content: attr(data-label);
    font-size: 12px;
    font-weight: bold;
    color: #b38569;
    display: block;
    margin-bottom: 0.5rem;
  }

  table.table-notable img {
    width: 70%;
  }

  table.table-notable th,
  table.table-notable td {
    border-top: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
  }

  table.table-notable td {
    vertical-align: middle;
    display: block;
    text-align: center;
    padding-top: 0;
    padding-bottom: 1em;
  }

  table.table-notable td:first-child {
    border-top: 1px solid #ccc;
    padding-top: 1em;
  }

  table.table-notable td:last-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5em;
  }

  .price .table-notable td:nth-child(3) {
    width: inherit !important;
  }

  .price .table-notable td:last-child {
    width: inherit !important;
  }

  .right {
    width: 100%;
  }

  .left {
    width: 100%;

  }

}

@media (577px <= width) {
  .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .w62 {
    width: 62%;
  }

  .w57 {
    width: 57%;
  }

  .w55 {
    width: 55%;
  }

  .w48 {
    width: 48%;
    margin-bottom: var(--space-sm);
  }

  .w40 {
    width: 40%;
    margin-bottom: 1em;
  }

  .w35 {
    width: 35%;
  }

  .w33 {
    width: 33%;
  }

  .w32 {
    width: 32%;
  }

  .w70 {
    width: 70%;
  }

  .w80 {
    width: 80%;
  }

  .w100 {
    width: 100%
  }

  .w32sp75 {
    width: 32%
  }


  /* flow */
  .flow-box {
    padding: 1em 2.5em;

  }

  .step-body {
    flex-direction: row;
    align-items: flex-start;
    margin-left: 3.2em;
  }

  .step-body p:first-child {
    width: 30%;
  }

  .step-body p {
    width: 65%;
    margin-bottom: 0.5em;
  }
}

@media (width <= 768px) {
  .feature {
   grid-template-columns: 1fr;
}
}

@media (769px <= width) {
  section.page-catch::before {
    left: 4em;
    background-position: left center;
  }

  .caries_box {
    grid-template-columns: repeat(3, 1fr);
  }

  .caries_box dl {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
  }

  .caries_box dt {
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .caries_box dd {
    flex-shrink: 0;
  }

  /* 説明文部分は伸縮する */
  .caries_box dd:nth-of-type(2) {
    flex-grow: 1;
  }

  /* ボタンを常に下に配置 */
  .caries_box dd:nth-of-type(3) {
    margin-top: auto;
    text-align: center;
    place-self: center;
    margin-bottom: 0;
  }

  ul.img-column.for-three {
    justify-content: center;
  }

  ul.img-column.for-three li {
    text-align: center;
    width: 200px;
  }

  .picky img.right,
  .picky img.left {
    width: inherit;
    max-width: 100%;
  }

  /* kids */
  .kids_box {
    grid-template-columns: repeat(2, 1fr);
  }

  .kids_box dl {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
  }

  .kids_box dt {
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .kids_box dd {
    flex-shrink: 0;
  }

  .caries_box dd:nth-of-type(2) {
    margin-top: auto;
    text-align: center;
    place-self: center;
    margin-bottom: 0;
  }

/* neocap */
  .neocap .for-three {
    display: flex;
    flex-direction: row;
}

.menu-btn .ttl {
    border-top: 1px solid var(--color-primary);
    border-left: 1px solid var(--color-primary);
    border-right: 1px solid var(--color-primary);
    border-top-left-radius: var(--radius-sm);
    border-top-right-radius: var(--radius-sm);
}

.neo-p-block {
    display: block;
}

.neo-p-block p:first-child {
    width: inherit;
}

.neo-p-block p:first-child img {
    width: inherit;
}

.neo-p-block p:last-child {
    width: inherit;
}

.neocap .for-three li {
    width: calc((100% - 2em) / 3);
}

  /* mail
--------------------------------------------- */
  table.CF7_table {
    display: table;
    width: 100%;
  }

  table.CF7_table tr,
  table.CF7_table th,
  table.CF7_table td {
    display: revert;
  }

  table.CF7_table th,
  table.CF7_table td {
    padding: 1em !important;
  }

  table.CF7_table th {
    width: 30%;
  }

  /* sitemap
---------------------------------------------- */
#sitemap {
	flex-direction: row;
    justify-content: space-evenly;
}
}

@media (962px <= width) {
  .main-content {
    width: 961px;
  }
}