[data-element-id] .imgalt {
  display: none;
}
.pt80 {
  padding-top: 80px;
}

/* 歯列矯正ページ */
.header-page ul {
  display: flex;
  width: 80%;
  margin: 20px auto;
}
.header-page ul li {
  width: 18%;
  margin: auto;
  display: flex;
  align-items: center;
  border: 1px solid #cecece;
  border-radius: 20px;
  padding: 1%;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.header-page ul li .img {
  width: 50%;
}
.header-page ul li .txt {
  width: 48%;
  text-align: center;
  margin-left: 2%;
  font-size: 20px;
}
.header-page ul li .txt.fs16 {
  font-size: 16px;
}

.contents001 {
  display: flex;
  border: 1px solid #cecece;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  background: #faf7f2;
  padding: 3%;
}
.contents001 .img {
  width: 30%;
}
.contents001 .txt {
  width: 70%;
}
.contents001 .txt .name {
  font-size: 40px;
  text-align: center;
  color: #68a5da;
  margin-bottom: 40px;
}
.contents001 .txt ul {
  display: flex;
  margin-bottom: 50px;
}
.contents001 .txt li {
  width: 33%;
  margin: auto;
  font-size: 20px;
  text-align: center;
}
.contents001 .txt li i {
  margin-right: 5px;
  color: #184573;
}
.contents001 .link {
  width: 80%;
  margin-left: auto;
}
.contents001 .link a {
  text-align: center;
  font-size: 20px;
  padding: 5%;
  border-radius: 50px;
  background: #68a5da;
  color: #fff;
  display: block;
}

.contents001.contents002 {
  padding: 0;
  background: #f3f7f4;
}
.contents001.contents002 .img {
  width: 40%;
}
.contents001.contents002 .img img {
  border-radius: 50px 0 0 50px;
  width: 100%;
}
.contents001.contents002 .txt {
  width: 60%;
  padding: 4%;
}
.contents001.contents002 .txt .name {
  color: #56b490;
}
.contents001.contents002 .txt li {
  width: 50%;
}
.contents001.contents002 .txt li i {
  color: #56b490;
}
.contents001.contents002 .link {
  width: 90%;
}
.contents001.contents002 .link a {
  background: #70ad47;
}
.sodan {
  padding: 30px 0;
  background: #fffaeb;
  margin-bottom: 50px;
}
.sodan .inbox02 {
  width: 70%;
  margin: auto;
  display: flex;
}
.sodan .inbox02 .left {
  width: 50%;
}
.sodan .inbox02 .left .txt {
  font-size: 18px;
  text-align: center;
}
.sodan .inbox02 .left .txt02 {
  font-size: 40px;
  text-align: center;
  color: #895335;
  letter-spacing: 10px;
}
.sodan .inbox02 .right {
  width: 50%;
}
.sodan .inbox02 .right>div {
  width: 46%;
  margin: auto;
}
.sodan .inbox02 .right div a {
  display: flex;
  background: #ffd999;
  padding: 5% 10%;
  border-radius: 50px;
  align-items: center;
  position: relative;
}
.sodan .inbox02 .right div a .icon {
  font-size: 36px;
  margin-right: 10px;
}
.sodan .inbox02 .right div.web a .icon {
  margin-left: 20px;
}
.sodan .inbox02 .right div a .txt {
  font-size: 24px;
  text-align: center;
  line-height: 1;
}
.sodan .inbox02 .right div a .txt span {
  font-size: 16px;
}
.sodan .inbox02 .right div.tel01 a .txt {
  font-size: 18px;
}
.sodan .inbox02 .right div a:after {
  position: absolute;
  content: "";
  background: url(/import/tenant_1/133.167.73.212/html/images/01index/arrow.png) no-repeat;
  width: 8px;
  height: 12px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media (max-width: 1024px){
  .header-page ul {
    width: 100%;
  }
  .header-page ul li .txt {
    font-size: 14px;
  }
  .header-page ul li .txt.fs16 {
    font-size: 11px;
  }
  .contents001 .txt .name {
    margin-bottom: 10px;
    font-size: 36px;
  }
  .contents001 .txt ul {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .contents001 .txt li {
    width: 50%;
  }
  .contents001 .link a {
    font-size: 18px;
    padding: 3%;
  }
  .contents001.contents002 .txt {
    padding: 3%;
  }
  .contents001.contents002 .txt li {
    width: 100%;
  }
  .sodan .inbox02 {
    width: 97%;
  }
  .sodan .inbox02 .left {
    width: 45%;
  }
  .sodan .inbox02 .left .txt02 {
    font-size: 34px;
  }
  .sodan .inbox02 .right {
    width: 55%;
  }
  .sodan .inbox02 .right div a .icon {
    font-size: 28px;
  }
  .sodan .inbox02 .right div.web a .icon {
    margin-left: 0;
  }
  .sodan .inbox02 .right div a .txt {
    font-size: 20px;
  }
  .sodan .inbox02 .right div.tel01 a .txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .sodan .inbox02 .right div a .txt span {
    font-size: 14px;
  }
}

@media (max-width: 599px){
  .header-page ul {
    flex-wrap: wrap;
    width: 96%;
  }
  .header-page ul li {
    width: 46%;
    margin-bottom: 10px;
  }
  .header-page ul li .txt {
    font-size: 16px;
  }
  .header-page ul li .txt.fs16 {
    font-size: 16px;
  }
  .contents001 {
    display: block;
  }
  .contents001 .img {
    width: 80%;
    margin: auto;
  }
  .contents001 .txt {
    width: 100%;
  }
  .contents001 .txt .name {
    font-size: 30px;
  }
  .contents001 .txt li {
    width: 100%;
    font-size: 16px;
  }
  .contents001 .link {
    margin-right: auto;
    width: 90%;
  }
  .contents001 .link a {
    font-size: 16px;
  }
  .contents001.contents002 .img {
    width: 100%;
  }
  .contents001.contents002 .img img {
    border-radius: 50px 50px 0 0;
  }
  .contents001.contents002 .txt {
    width: 100%;
  }
  .sodan .inbox02 {
    display: block;
  }
  .sodan .inbox02 .left .txt02 {
    font-size: 34px;
  }
  .sodan .inbox02 .left {
    width: 100%;
    margin-left: 0;
  }
  .sodan .inbox02 .right {
    width: 100%;
  }
  .sodan .inbox02 .right>div {
    width: 48%;
  }
  .sodan .inbox02 .right div a .icon {
    font-size: 28px;
    margin-right: 5px;
  }
  .sodan .inbox02 .right div.web a .icon {
    margin-left: 0;
  }
  .sodan .inbox02 .right div a .txt {
    font-size: 20px;
  }
  .sodan .inbox02 .right div.tel01 a .txt {
    font-size: 16px;
  }
}

/* インビザラインページ */
div , 
li ,
p {
  font-size: 16px;
}
.invisalign .header-page {
  position: relative;
}
.invisalign .header-page .header-link {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
.invisalign .header-page .header-link a {
  display: block;
  width: 200px;
  border-radius: 50px;
  background: #f3f7f4;
  padding: 20px 0;
}
.invisalign .header-page .header-link a:after {
  position: absolute;
  content: "";
  background: url(/upload/tenant_1/8c9c86400ed7821af61899abd86680ed.png) no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.invisalign .header-page .header-link a .txt {
  color: #56a584;
  text-align: center;
}

section h2 {
  color: #68a5da;
  text-align: center;
  margin-bottom: 30px;
}
section h3 {
  font-size: 26px;
  margin: 50px auto 30px;
  text-align: center;
  width: fit-content;
  border-bottom: 2px solid #184573;
}
.invisalign01 ul {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
.invisalign01 ul li {
  width: 30%;
  margin: 5px auto;
  text-align: center;
  background: #d3faff;
  padding: 2%;
  border-radius: 20px;
}
.bg-b {
  background: #faf7f2;
}
.invisalign02 ul {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
}
.invisalign02 ul li {
  width: 48%;
  margin: 5px auto;
}
.color-n {
  color: #184573;
}
.mar10 {
  margin-right: 10px;
}
.invisalign02 table ,
.invisalign05 table {
  width: 100%;
}
.invisalign02 table ,
.invisalign02 td,
.invisalign02 th,
.invisalign05 table ,
.invisalign05 td,
.invisalign05 th {
  border: 1px solid #fff;
	border-collapse: collapse;
}
.invisalign02 td,
.invisalign02 th {
	padding: 1%;
	width: 30px;
	height: 25px;
}
.bg01 {
  background: #87c0f1;
  color: #fff;
  font-weight: bold;
}
.bg02 {
  background: #d2deef;
}
.bg03 {
  background: #eaeff7;
}

.invisalign03 ul {
  display: flex;
  flex-wrap: wrap;
}
.invisalign03 ul li {
  width: 23%;
  margin: 0 auto;
}
.min-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.invisalign03 ul li .img {
  width: 100%;
  margin-bottom: 10px;
}

.invisalign05 td {
	padding: 1%;
	width: 50%;
	height: 25px;
	text-align: center;
}
.invisalign05 .txt02 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.invisalign06 ul {
  display: flex;
  flex-wrap: wrap;
}
.invisalign06 ul li {
  width: 18%;
  margin: 0 auto;
  position: relative;
}
.invisalign06 ul li:after {
  position: absolute;
  content: "▶";
  width: 16px;
  height: 16px;
  top: 47%;
  right: -18px;
  transform: translateY(-50%);
  color: #7fb55b;
}
.invisalign06 ul li:last-of-type:after {
  display: none;
}
.invisalign06 ul li img {
  border-radius: 50%;
  border: 1px solid #cfcfcf;
}

.accordion-008 {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    background-color: #fff;
}

.accordion-008 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    background: #87c0f1;
    cursor: pointer;
    color: #fff;
}

.accordion-008 summary::-webkit-details-marker {
    display: none;
}

.accordion-008 summary:before {
  position: absolute;
  content: "Q";
  /* background: url(/import/tenant_1/133.167.73.212/html/images/01index/arrow.png) no-repeat; */
  width: 8px;
  height: 12px;
  top: 28%;
  left: 20px;
  font-size: 22px;
}
.accordion-008 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-008[open] summary::after {
    transform: rotate(225deg);
}

.accordion-008 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 1em 3em;
    transition: transform .5s, opacity .5s;
    position: relative;
}
.accordion-008 p:before {
  position: absolute;
  content: "A";
  /* background: url(/import/tenant_1/133.167.73.212/html/images/01index/arrow.png) no-repeat; */
  width: 8px;
  height: 12px;
  top: 28%;
  left: 20px;
  font-size: 22px;
}

.accordion-008[open] p {
    transform: none;
    opacity: 1;
}

/* 症例 */
.tab-4 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.tab-4 > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    padding: 20px;
    background-color: #f2f2f2;
    color: #999;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
.tab-4 > label:hover,
.tab-4 label:has(:checked) {
    background-color: #deebf7;
    color: #5e5e5e;
}
.tab-4 label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #deebf7;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tab-4 input {
    display: none;
}
.tab-4 > div {
    display: none;
    width: 100%;
    padding: 2em;
    background: #fff;
}
.tab-4 label:has(:checked) + div {
    display: block;
}
.inbox02 .flex {
  display: flex;
  flex-wrap: wrap;
}
.inbox02 .left {
  width: 50%;
}
.inbox02 .right {
  width: 48%;
  margin-left: 2%;
}
.inbox02 .right .age {
  font-size: 20px;
  color: #7fb55b;
  font-weight: bold;
  margin-bottom: 20px;
}
.inbox02 .right .age span {
  padding: 1% 5%;
  background: #e2f0d9;
  color: #5e5e5e;
  margin-right: 10px;
}
.inbox02 .right ul li {
  margin-bottom: 10px;
}
.inbox02 .right ul li span {
  color: #5b9bd5;
  font-weight: bold;
}

@media (max-width: 1024px){
  .invisalign .header-page .header-link {
    bottom: -30px;
  }
  .invisalign .header-page .header-link a {
    width: 180px;
    padding: 10px 0;
  }
  .invisalign06 ul li:after {
    width: 10px;
    height: 10px;
    top: 40%;
    right: -7%;
  }
  .invisalign06 ul li .txt {
    font-size: 14px;
  }
}

@media (max-width: 599px){
  section h2 {
    font-size: 26px;
  }
  .invisalign .header-page .header-link {
    right: 20px;
    bottom: -50px;
  }
  .invisalign .header-page .header-link a {
    width: 160px;
  }
  .invisalign .header-page .header-link a .txt {
    font-size: 14px;
  }
  .invisalign01 ul {
    width: 100%;
  }
  .invisalign02 ul li {
    width: 100%;
  }
  section h3 {
    font-size: 20px;
  }
  .invisalign03 ul li {
    width: 45%;
    margin: 5px auto;
  }
  .inbox02 .left {
    width: 100%;
  }
  .inbox02 .right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .inbox02 .right .age {
    font-size: 16px;
  }
  .invisalign05 .txt02 {
    font-size: 18px;
  }
  .invisalign06 ul li {
    width: 40%;
    margin: 5px auto;
  }
  .invisalign06 ul li:after {
    width: 15px;
    height: 15px;
    top: 46%;
    right: -15%;
  }
}

/* 小児矯正ページ */

.invisalign.syonikyosei .header-page .header-link a {
  background: #faf7f2;
}
.invisalign.syonikyosei .header-page .header-link a .txt {
  color: #09126d;
}
.invisalign.syonikyosei .header-page .header-link a:after {
  background: url(/upload/tenant_1/8ed25386e70dbd62a5fc8b9e78d35758.png) no-repeat;
}
.syonikyosei section h2 {
  color: #56a584;
}
.syonikyosei section h3 {
  border-bottom: 2px solid #56a584;
}
.bg-g {
  background: #f1f5f4;
}
.syonikyosei01 ul {
  display: flex;
  flex-wrap: wrap;
}
.syonikyosei01 ul li {
  width: 14%;
  margin: auto;
  padding: 5px;
  border: 1px solid #cecece;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.syonikyosei01 ul li .txt {
  text-align: center;
}
.syonikyosei02 .bnr0102 {
  display: flex;
  flex-wrap: wrap;
}
.syonikyosei02 .bnr0102 > div {
  width: 48%;
  margin: 0 auto;
}
.syonikyosei02 .bnr0102 > div .inbox {
  border: 1px solid #cecece;
  border-radius: 20px;
  display: block;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.syonikyosei02 .bnr0102 div .title {
  text-align: center;
  padding: 2%;
  font-size: 20px;
  background: #f1f5f4;
  color: #56a584;
  border-radius: 20px 20px 0 0; 
}
.syonikyosei02 .bnr0102 div .title span {
  font-size: 14px;
}
.syonikyosei02 .bnr0102 div .under {
  display: flex;
  padding: 2%;
  background: #fff;
  border-radius: 0 0 20px 20px; 
}
.syonikyosei02 .bnr0102 div .img {
  width: 50%;
  border-radius: 20px; 
}
.invisalign03.syonikyosei02 .bnr0102 div ul {
  width: 48%;
  margin-left: 2%;
  display: block;
  padding-top: 2%;
}
.invisalign03.syonikyosei02 .bnr0102 div ul li {
  width: 100%;
  display: block;
  margin: 0 auto 10px;
}
.color-g {
  color: #56a584;
}
.color-m {
  color: #5b9bd5;
}
.syonikyosei02 .bnr0102 div.right .title {
  background: #eaeff7;
  color: #5b9bd5;
}
.syonikyosei02 .left .link a {
  display: block;
  background: #f1f5f4;
  padding: 3% 2%;
  width: 80%;
  margin-left: auto;
  margin-top: 10px;
  border-radius: 30px;
  text-align: center;
  color: #56a584;
  position: relative;
}
.syonikyosei02 .left .link a:after {
  position: absolute;
  content: "";
  background: url(/upload/tenant_1/8c9c86400ed7821af61899abd86680ed.png) no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.bg04 {
  background: #8dc9b0;
  color: #fff;
  font-weight: bold;
}
.bg05 {
  background: #d8ffdb;
}
.bg06 {
  background: #f4fff6;
}
.syonikyosei04 .accordion-008 summary {
  background: #8dc9b0;
}
.syonikyosei04 .bnr {
  display: flex;
  border: 1px solid #cecece;
  border-radius: 20px;
  background: #f1f5f4;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  align-items: center;
  flex-wrap: wrap;
}
.syonikyosei04 .bnr .left {
  width: 25%;
}
.syonikyosei04 .bnr .left .img {
  border-radius: 20px 0 0 20px;
}
.syonikyosei04 .bnr .center {
  width: 40%;
  padding: 2%;
  font-size: 24px;
  text-align: center;
  color: #56a584;
  font-weight: bold;
}
.syonikyosei04 .bnr .right a {
  display: block;
  padding: 4%;
  background: #56a584;
  border-radius: 30px;
  width: 300px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: auto;
  position: relative;
}
.syonikyosei04 .bnr .right a:after {
  position: absolute;
  content: "";
  background: url(/upload/tenant_1/babcfc8decbcd193eeea464418d06b1b.png) no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}


@media (max-width: 1024px){
  .syonikyosei01 ul li .txt {
    font-size: 14px;
  }
  .syonikyosei01 ul li .txt.tb-fs12 {
    font-size: 12px;
  }
  .syonikyosei02 .bnr0102 > div {
    width: 70%;
    margin: 10px auto;
  }
  .syonikyosei04 .bnr .center {
    font-size: 18px;
  }
  .syonikyosei04 .bnr .right a {
    width: 230px;
    font-size: 18px;
  }
}

@media (max-width: 599px){
  .syonikyosei01 ul li {
    width: 30%;
    margin: 5px auto;
  }
  .syonikyosei .invisalign03 ul li .txt {
    font-size: 14px;
  }
  .syonikyosei02 .bnr0102 > div {
    width: 100%;
  }.invisalign03.syonikyosei02 .bnr0102 div ul li {
    font-size: 14px;
  }
  .syonikyosei04 .bnr .left {
    width: 100%;
  }
  .syonikyosei04 .bnr .center {
    width: 100%;
    font-size: 20px;
  }
  .syonikyosei04 .bnr .right {
    width: 100%;
    padding-bottom: 20px;
  }
  .syonikyosei04 .bnr .right a {
    width: 250px;
    margin: 10px auto 0;
  }
}

/* Ⅰ期 */
.syonikyosei01.syoni-first01 ul li {
  width: 32%;
  margin: 0 auto 10px;
  padding: 1.5%;
}
.syonikyosei01.syoni-first01 ul li .img {
  margin-bottom: 10px;
}
.syonikyosei01.syoni-first01 ul li .name {
  font-size: 22px;
  text-align: center;
  color: #56a584;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.syonikyosei01.syoni-first01 ul li .name span {
  font-size: 12px;
}
.syoni-first02 .inbox02 .ba .img {
  width: 40%;
  margin: auto;
  position: relative;
}
.syoni-first02 .inbox02 .ba .img .txt {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 20px;
}
.syoni-first02 .inbox02 .info {
  padding: 2%;
  margin-top: 30px;
  border: 1px solid #e1d9d3;
  border-radius: 20px;
  background: #faf7f2;
}
.syoni-first02 .inbox02 .info ul {
  display: flex;
  flex-wrap: wrap;
}
.syoni-first02 .inbox02 .info ul li {
  width: 48%;
  margin: auto;
  display: flex;
  padding-bottom: 2px;
  border-bottom: 1px solid #bea69a;
  align-items: center;
  margin-bottom: 10px;
}
.syoni-first02 .inbox02 .info ul li:last-of-type {
  width: 98%;
  margin-bottom: 0;
}
.syoni-first02 .inbox02 .info ul li .icon {
  width: 36px;
  margin-right: 10px;
}
.syoni-first02 .inbox02 .info ul li .title {
  font-size: 20px;
  margin-right: 10px;
}
.syoni-first02 .inbox02 .info ul li .txt {
  font-size: 18px;
}
