@charset "UTF-8";
/* 
Theme Name:豊中庄内ヴェルデデンタルクリニック
*/
#medicalmenu .subMenu {
  display: none;
}

.service_clm2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.service_clm2 > * {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .service_clm2 {
    display: block;
  }
  .service_clm2 > * {
    width: 100%;
  }
}
article section {
  margin-bottom: 100px;
}
article section > section {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  article section {
    margin-bottom: 50px;
  }
  article section > section {
    margin-top: 50px;
  }
}

strong.red {
  color: #CB3E00;
}

strong.redBold {
  color: #CB3E00;
}

section.sideSticky {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.sideSticky .leadsection {
  padding: 30px 30px;
  width: 40%;
  position: sticky;
  top: 0;
  background: linear-gradient(0deg, #283039 0%, #4f6072 100%);
  color: #FFF;
}
section.sideSticky .leadsection h2 {
  position: relative;
  border-bottom: 3px solid #FFF;
  padding: 0 0 10px 0;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 20px;
}
section.sideSticky .leadsection h2.num {
  padding: 0 0 10px 5rem;
}
section.sideSticky .leadsection h2 span {
  font-size: 4.4rem;
  position: absolute;
  left: 0;
  top: 10px;
  font-family: "Cormorant Garamond", serif;
}
section.sideSticky .contentssection {
  padding: 0 0 0;
  width: 55%;
}
section.sideSticky .contentssection h3 {
  font-size: 2.2rem;
  margin: 3rem 0;
}
section.sideSticky .contentssection .image {
  margin: 3rem auto;
}
@media screen and (max-width: 1024px) {
  section.sideSticky .leadsection h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding: 10px 0 10px 0;
  }
  section.sideSticky .leadsection h2.num {
    padding: 50px 0 10px 0;
  }
  section.sideSticky .leadsection h2 span {
    font-size: 4.4rem;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  section.sideSticky {
    display: block;
  }
  section.sideSticky .leadsection {
    padding: 15px;
    width: 100%;
    position: relative;
    margin-bottom: 5rem;
  }
  section.sideSticky .leadsection h2 {
    padding: 10px 0 10px 0;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  section.sideSticky .leadsection h2.num {
    padding: 40px 0 10px 0;
  }
  section.sideSticky .leadsection h2 span {
    font-size: 30px;
  }
  section.sideSticky .contentssection {
    width: 100%;
  }
}

ul.list01 li {
  padding-left: 1em;
  text-indent: -1em;
}

.photo_clm3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}
.photo_clm3 li {
  width: 30%;
}
.photo_clm3 li p {
  text-align: center;
  margin-bottom: 0;
}

.imageset_clm2 {
  display: flex;
  justify-content: space-between;
}
.imageset_clm2 .text {
  width: 65%;
}
.imageset_clm2 .image {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .imageset_clm2 {
    display: block;
  }
  .imageset_clm2 .text {
    width: 100%;
  }
  .imageset_clm2 .photo {
    width: 100%;
  }
}

/*table*/
.tbl01 {
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  margin-bottom: 30px;
}
.tbl01 th, .tbl01 td {
  padding: 12px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.tbl01 thead th {
  background: #283039;
  color: #FFF;
}
.tbl01 tbody th {
  background: #8C9DAE;
}
.tbl01 tbody td {
  text-align: center;
}

#dentures .service_clm2 {
  margin: 50px auto 0;
}
#dentures .service_clm2 > section {
  margin-bottom: 50px;
}
#dentures .c_case {
  width: 48%;
  background: #FFF;
  padding: 15px;
}
#dentures .c_case dt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
#dentures .c_case dt span {
  width: 33%;
  text-align: center;
}
#dentures .c_case dt img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #dentures .c_case {
    width: 100%;
    padding: 10px;
  }
}
#dentures strong.pick {
  font-size: 2.2rem;
}
#dentures #case {
  background: #9DB1C7;
  padding: 30px;
  margin-bottom: 50px;
  position: relative;
}
#dentures #case:before {
  content: "";
  display: block;
  width: 50%;
  position: absolute;
  bottom: calc(100% - 2px);
  right: 0;
  background: url("/cms/wp-content/themes/verde/img/services/dentures/allow.png") no-repeat center top/contain;
  height: 54px;
}
#dentures #case section {
  margin-bottom: 30px;
}
#dentures #case .box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #dentures #case {
    padding: 15px;
  }
  #dentures #case:before {
    display: none;
  }
  #dentures #case .box {
    display: block;
  }
}
#dentures #selfpay .box {
  padding: 15px;
  background: #9DB1C7;
}
#dentures #selfpay .c_case {
  width: 100%;
}
#dentures #selfpay .c_case dd {
  margin-bottom: 40px;
}

#pediatric .number {
  background: linear-gradient(transparent 80%, #4F6072 80%);
  padding-bottom: 3px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.0rem;
  line-height: 1;
}
#pediatric .number span {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.0rem;
  letter-spacing: -.2px;
}
#pediatric #faq dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pediatric #faq dl dt {
  width: 40%;
  margin-bottom: 3rem;
}
#pediatric #faq dl dt span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  font-size: 40px;
  border-bottom: 1px dotted #666;
}
#pediatric #faq dl dd {
  width: 58%;
  margin-bottom: 3rem;
}
#pediatric #faq dl dd span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 1;
  border-bottom: 1px dotted #666;
}
@media screen and (max-width: 767px) {
  #pediatric #faq dl {
    display: block;
  }
  #pediatric #faq dl dt {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    border-bottom: 1px dotted #666;
  }
  #pediatric #faq dl dt span {
    border-bottom: none;
  }
  #pediatric #faq dl dd {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 6rem;
    padding-bottom: 10px;
    gap: 20px;
    border-bottom: 1px dotted #666;
  }
  #pediatric #faq dl dd span {
    border-bottom: none;
  }
}

#caries .statuschange {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#caries .statuschange dt {
  width: 80px;
  margin-bottom: 3rem;
}
#caries .statuschange dd {
  width: calc(100% - 100px);
  margin-bottom: 3rem;
}
#caries .statuschange dd .title {
  font-weight: bold;
  border-bottom: 1px solid #4F6072;
}
#caries .prevention dt {
  font-weight: 500;
  border-bottom: 1px solid #4F6072;
  font-size: 2.0rem;
}
#caries .prevention dd {
  margin-bottom: 3rem;
}
#caries #treatmentType .type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#caries #treatmentType .type section {
  width: 48%;
}
#caries #treatmentType .type section h3 {
  font-size: 2.0rem;
  border-bottom: 1px solid #4F6072;
  margin-bottom: 2rem;
}
#caries #treatmentType .type section .list_arrow {
  display: flex;
  justify-content: flex-start;
  gap: 4%;
}
#caries #treatmentType .type section .list_arrow li {
  width: 48%;
  position: relative;
  font-size: 1.4rem;
}
#caries #treatmentType .type section .list_arrow li:not(:last-child) div {
  position: relative;
}
#caries #treatmentType .type section .list_arrow li:not(:last-child) div:after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 2px solid #4F6072;
  border-bottom: 2px solid #4F6072;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#caries #treatmentType .type section .list_arrow.clm3 li {
  width: 128px;
}
@media screen and (max-width: 1024px) {
  #caries #treatmentType .type section .list_arrow li:not(:last-child) div:after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  #caries #treatmentType .type section {
    width: 100%;
  }
}

#periodontitis .number {
  background: linear-gradient(transparent 80%, #4F6072 80%);
  padding-bottom: 3px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  font-size: 5.0rem;
  line-height: 1;
}
#periodontitis .number span {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.0rem;
  letter-spacing: -.2px;
}
#periodontitis #about .statuschange {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#periodontitis #about .statuschange dt {
  width: 20%;
  margin-bottom: 3rem;
}
#periodontitis #about .statuschange dd {
  width: 78%;
  margin-bottom: 3rem;
}
#periodontitis #about .statuschange dd .title {
  font-weight: bold;
  border-bottom: 1px solid #4F6072;
}
#periodontitis #about .topic li {
  font-weight: bold;
  font-size: 2.0rem;
  position: relative;
  padding-left: 30px;
}
#periodontitis #about .topic li:before {
  content: '';
  display: block;
  position: absolute;
  top: 1.3rem;
  left: .5rem;
  width: 15px;
  height: 10px;
  border-left: 3px solid #4F6072;
  border-bottom: 3px solid #4F6072;
  transform: rotate(-45deg);
}
#periodontitis #about .topic li:after {
  content: '';
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 0em;
  width: 16px;
  height: 16px;
  border: 1px solid #4F6072;
}
#periodontitis #treatment dl dt {
  font-weight: bold;
  border-bottom: 1px solid #4F6072;
  margin-bottom: 1rem;
}
#periodontitis #treatment dl dd {
  margin-bottom: 3rem;
}

#botox .botoxtargetcase {
  margin: 0 auto;
  width: fit-content;
  padding: 15px;
  background: #EFEFEF;
}
#botox .botoxtargetcase li {
  font-weight: bold;
  font-size: 2.4rem;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #botox .botoxtargetcase li {
    font-size: 2.0rem;
    padding-left: 30px;
  }
}
#botox .botoxtargetcase li:before {
  content: '';
  display: block;
  position: absolute;
  top: 1.3rem;
  left: .5rem;
  width: 15px;
  height: 10px;
  border-left: 3px solid #4F6072;
  border-bottom: 3px solid #4F6072;
  transform: rotate(-45deg);
}
#botox .botoxtargetcase li:after {
  content: '';
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 0em;
  width: 16px;
  height: 16px;
  border: 1px solid #4F6072;
}
#botox .botoxresolve {
  margin: 100px auto;
  text-align: center;
}
#botox .botoxresolve p {
  font-size: 3.2rem;
  text-align: center;
  background: linear-gradient(transparent 70%, #9DB1C7 0%);
  display: inline;
  padding: 0 2px 4px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #botox .botoxresolve {
    margin: 30px auto;
  }
  #botox .botoxresolve p {
    font-size: 2.0rem;
  }
}
#botox .botoxmelit {
  margin-bottom: 40px;
}
#botox .botoxmelit dl {
  margin-bottom: 40px;
}
#botox .botoxmelit dl dt {
  text-align: center;
  margin-bottom: 30px;
  font-size: 3.4rem;
  font-weight: bold;
}
#botox .botoxmelit dl dd ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#botox .botoxmelit .posC {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #botox .botoxmelit dl dd ul {
    flex-wrap: wrap;
    gap: 20px;
  }
  #botox .botoxmelit dl dd ul li {
    width: calc(48% - 10px);
  }
}
#botox #treatment .contentssection .number {
  background: linear-gradient(transparent 80%, #4F6072 80%);
  padding-bottom: 3px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  font-size: 5.0rem;
  line-height: 1;
}
#botox #treatment .contentssection .number span {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.0rem;
  letter-spacing: -.2px;
}
#botox #medical .box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 6rem;
  flex-wrap: wrap;
}
#botox #medical .box .detail {
  width: 60%;
}
#botox #medical .box .matome {
  width: 35%;
  color: #FFF;
  background: #4F6072;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #botox #medical .box .detail {
    width: 100%;
  }
  #botox #medical .box .matome {
    width: 100%;
  }
}
#botox #faq dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#botox #faq dl dt {
  width: 40%;
  margin-bottom: 3rem;
}
#botox #faq dl dt span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  font-size: 40px;
  border-bottom: 1px dotted #666;
}
#botox #faq dl dd {
  width: 58%;
  margin-bottom: 3rem;
}
#botox #faq dl dd span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 1;
  border-bottom: 1px dotted #666;
}
@media screen and (max-width: 767px) {
  #botox #faq dl {
    display: block;
  }
  #botox #faq dl dt {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    border-bottom: 1px dotted #666;
  }
  #botox #faq dl dt span {
    border-bottom: none;
  }
  #botox #faq dl dd {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 6rem;
    padding-bottom: 10px;
    gap: 20px;
    border-bottom: 1px dotted #666;
  }
  #botox #faq dl dd span {
    border-bottom: none;
  }
}

#whitening section.sideSticky .leadsection {
  width: 30%;
}
#whitening section.sideSticky .contentssection {
  width: 65%;
}
@media screen and (max-width: 767px) {
  #whitening section.sideSticky {
    display: block;
  }
  #whitening section.sideSticky .leadsection {
    padding: 15px;
    width: 100%;
    margin-bottom: 5rem;
  }
  #whitening section.sideSticky .contentssection {
    width: 100%;
  }
}
#whitening #poly .merit_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#whitening #poly .merit_list li {
  width: 48%;
  max-width: 330px;
  margin-bottom: 30px;
}
#whitening #poly .merit_list li dl dt {
  padding: 10px 10px;
}
#whitening #poly .merit_list li dl dt span {
  display: block;
  background: #283039;
  color: #FFF;
  text-align: center;
  padding: 5px 10px;
}
#whitening #poly .merit_list li dl dd {
  padding: 0px 10px 10px 10px;
}
@media screen and (max-width: 767px) {
  #whitening #poly .merit_list li dl dt {
    padding: 0;
  }
  #whitening #poly .merit_list li dl dt span {
    padding: 5px 5px;
  }
  #whitening #poly .merit_list li dl dd {
    padding: 0;
  }
}
#whitening #difference .tbl01 thead th {
  background: #666;
}
#whitening #difference .tbl01 thead th + th {
  background: #283039;
}
#whitening #difference .tbl01 tbody th {
  background: #FFF;
  width: 20%;
}
#whitening #difference .tbl01 tbody td {
  text-align: left;
  width: 40%;
  background: #F3F3F3;
}
#whitening #difference .tbl01 tbody td + td {
  background: #9DB1C7;
}
@media screen and (max-width: 767px) {
  #whitening #difference .tbl01 {
    display: block;
  }
  #whitening #difference .tbl01 thead td {
    display: none;
  }
  #whitening #difference .tbl01 thead th {
    width: 50%;
  }
  #whitening #difference .tbl01 tbody {
    display: block;
  }
  #whitening #difference .tbl01 tbody tr, #whitening #difference .tbl01 tbody th, #whitening #difference .tbl01 tbody td {
    display: block;
  }
  #whitening #difference .tbl01 tbody tr {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #whitening #difference .tbl01 tbody tr th {
    width: 100%;
    padding: 10px;
  }
  #whitening #difference .tbl01 tbody tr td {
    padding: 10px;
    width: 50%;
  }
}
#whitening #recomend {
  margin-top: 100px;
  background: linear-gradient(0deg, #283039 0%, #4f6072 100%);
  padding: 30px;
  margin-bottom: 100px;
  color: #FFF;
}
#whitening #recomend h2 {
  color: #FFF;
  display: flex;
  gap: 20px;
  align-items: center;
}
#whitening #recomend h2 span {
  white-space: nowrap;
}
#whitening #recomend h2:after {
  width: calc(100% - 6em - 20px);
  width: 100%;
  height: 1px;
  background: #FFF;
  display: block;
  content: "";
}
#whitening #recomend .recomendpoint {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
#whitening #recomend .recomendpoint li {
  width: 30%;
  text-align: center;
  margin-bottom: 5px;
}
#whitening #recomend .recomendpoint li img {
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  #whitening #recomend {
    padding: 20px;
    margin-bottom: 30px;
  }
  #whitening #recomend h2 {
    display: block;
  }
  #whitening #recomend h2 span {
    white-space: normal;
  }
  #whitening #recomend .recomendpoint {
    justify-content: space-between;
    gap: 0;
  }
  #whitening #recomend .recomendpoint li {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
  }
  #whitening #recomend .recomendpoint li img {
    max-width: 30%;
  }
  #whitening #recomend .recomendpoint li p {
    margin-bottom: 0;
  }
}
#whitening #flow .flowlist li {
  margin-bottom: 50px;
}
#whitening #flow .flowlist li dl {
  display: flex;
  justify-content: space-between;
}
#whitening #flow .flowlist li dl dt {
  position: relative;
  width: 40%;
}
#whitening #flow .flowlist li dl dt p {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  background: #283039;
  padding: 0 1rem;
  font-size: 1.4rem;
}
#whitening #flow .flowlist li dl dd {
  width: 55%;
}
#whitening #beforeafter .case > li {
  margin-bottom: 30px;
}
#whitening #beforeafter .case dt {
  background: linear-gradient(transparent 80%, #4F6072 80%);
  padding-bottom: 3px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.0rem;
  line-height: 1;
}
#whitening #beforeafter .case dt span {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.0rem;
  letter-spacing: -.2px;
}
#whitening #beforeafter .case .photo {
  display: flex;
  justify-content: space-between;
}
#whitening #beforeafter .case .photo li {
  width: 48%;
  position: relative;
}
#whitening #beforeafter .case .photo li span {
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  background: #283039;
  padding: 0 1rem;
  font-size: 1.4rem;
}

#cerec .number {
  background: linear-gradient(transparent 80%, #4F6072 80%);
  padding-bottom: 3px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  font-size: 5.0rem;
  line-height: 1;
}
#cerec .number span {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.0rem;
  letter-spacing: -.2px;
}
#cerec .list_arrow {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
#cerec .list_arrow li {
  width: 30%;
}

#dentalesthetics {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  #dentalesthetics {
    margin-bottom: 50px;
  }
}
#dentalesthetics #effect {
  margin-top: 100px;
  background: linear-gradient(0deg, #283039 0%, #4f6072 100%);
  padding: 30px;
  margin-bottom: 100px;
}
#dentalesthetics #effect h2 {
  color: #FFF;
  display: flex;
  gap: 20px;
  align-items: center;
}
#dentalesthetics #effect h2:after {
  width: calc(100% - 13em - 20px);
  height: 1px;
  background: #FFF;
  display: block;
  content: "";
}
#dentalesthetics #effect .effectpoint {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#dentalesthetics #effect .effectpoint li {
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  #dentalesthetics #effect {
    margin-top: 50px;
  }
  #dentalesthetics #effect .effectpoint {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0;
  }
  #dentalesthetics #effect .effectpoint li {
    max-width: 30%;
    margin-bottom: 10px;
  }
}
#dentalesthetics #point {
  margin-bottom: 100px;
}
#dentalesthetics #point .header {
  text-align: center;
  margin: 4em 0 2em;
}
#dentalesthetics #point .header .logo {
  display: block;
  width: calc(8*2.8rem);
  margin: 0 auto 1rem auto;
}
#dentalesthetics #point .header h2 {
  display: inline-block;
  padding: 12px 4rem;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  text-align: center;
  position: relative;
}
#dentalesthetics #point .header h2:after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 2px;
  background: linear-gradient(45deg, #945f42 0%, #945f42 10%, #e9b800 70%, #e9b800 100%);
}
#dentalesthetics #point .box {
  margin-bottom: 40px;
}
#dentalesthetics #point .box h3 {
  margin-bottom: 30px;
  font-size: 3.0rem;
}
#dentalesthetics #point .box h3 span {
  font-size: 8.0rem;
  font-family: "Cormorant Garamond", serif;
  padding-right: 1rem;
}
#dentalesthetics #point .box .photobox {
  display: flex;
  justify-content: space-between;
}
#dentalesthetics #point .box .photobox.rev {
  flex-direction: row-reverse;
}
#dentalesthetics #point .box .photobox .photo {
  width: 45%;
}
#dentalesthetics #point .box .photobox .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #dentalesthetics #point .box {
    margin-bottom: 40px;
  }
  #dentalesthetics #point .box h3 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  #dentalesthetics #point .box h3 span {
    font-size: 6.0rem;
  }
  #dentalesthetics #point .box .photobox {
    display: block;
  }
  #dentalesthetics #point .box .photobox .photo {
    width: 100%;
  }
  #dentalesthetics #point .box .photobox .text {
    width: 100%;
  }
}
#dentalesthetics #dentalmenu .price {
  text-align: center;
  font-size: 3.0rem;
  text-decoration: underline;
}
#dentalesthetics #dentalmenu .menulist {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(0deg, #283039 0%, #4f6072 100%);
  color: #FFF;
  padding: 30px;
  margin-bottom: 50px;
}
#dentalesthetics #dentalmenu .menulist .text {
  width: 65%;
}
#dentalesthetics #dentalmenu .menulist .text h3 {
  margin-bottom: 30px;
  font-size: 3.0rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
#dentalesthetics #dentalmenu .menulist .text h3:before {
  width: 4rem;
  height: 1px;
  background: #FFF;
  display: block;
  content: "";
}
#dentalesthetics #dentalmenu .menulist .text dl {
  margin-bottom: 3rem;
}
#dentalesthetics #dentalmenu .menulist .text dl dt {
  display: inline-block;
  background: #9DB1C7;
  border-radius: 50vh;
  padding: .0rem 2rem;
  color: #283039;
  margin-bottom: 1rem;
}
#dentalesthetics #dentalmenu .menulist .text dl dd {
  margin-bottom: 2rem;
}
#dentalesthetics #dentalmenu .menulist .photo {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #dentalesthetics #dentalmenu .menulist {
    display: block;
  }
  #dentalesthetics #dentalmenu .menulist .text {
    width: 100%;
  }
  #dentalesthetics #dentalmenu .menulist .photo {
    width: 100%;
  }
}
#dentalesthetics #soudan {
  display: flex;
  justify-content: space-between;
  background: #D5DADE;
}
#dentalesthetics #soudan .text {
  width: 48%;
  padding: 3vw 30px;
}
#dentalesthetics #soudan .text h2 {
  font-size: 3.2rem;
  margin-bottom: 3rem;
  text-align: center;
}
#dentalesthetics #soudan .text .linksbtn {
  width: 100%;
}
#dentalesthetics #soudan .text .linksbtn li {
  background: linear-gradient(0deg, #945f42 0%, #e9b800 100%);
  place-content: center;
  margin-bottom: 10px;
}
#dentalesthetics #soudan .text .linksbtn li a {
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 2rem;
  line-height: 1;
  border: 1px solid #FFF;
  font-family: "Zen Old Mincho", serif;
  height: 100%;
  text-decoration: none;
}
#dentalesthetics #soudan .text .linksbtn li a:before {
  background: url("/cms/wp-content/themes/verde/img/cmn/header_link.png") no-repeat;
  background-size: contain;
  content: "";
  width: clamp(2rem, 3vw, 2.7rem);
  height: clamp(2rem, 3vw, 2.7rem);
  display: block;
}
#dentalesthetics #soudan .text .linksbtn .f_mail a {
  font-size: 2.0rem;
  line-height: 1;
}
#dentalesthetics #soudan .text .linksbtn .f_tel a dl {
  text-align: right;
}
#dentalesthetics #soudan .text .linksbtn .f_tel a dt {
  line-height: 1;
  font-size: 1.4rem;
}
#dentalesthetics #soudan .text .linksbtn .f_tel a dd.num {
  font-size: 2.0rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}
#dentalesthetics #soudan .photo {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #dentalesthetics #soudan {
    display: block;
  }
  #dentalesthetics #soudan .text {
    width: 100%;
  }
  #dentalesthetics #soudan .photo {
    width: 100%;
  }
}

#maternity .number {
  background: linear-gradient(transparent 80%, #4F6072 80%);
  padding-bottom: 3px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  font-size: 5.0rem;
  line-height: 1;
}
#maternity .number span {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.0rem;
  letter-spacing: -.2px;
}
#maternity #trouble .leadsection {
  background: linear-gradient(0deg, #72694f 0%, #393428 100%);
}
#maternity #trouble .contentssection .number {
  color: #72694F;
  background: linear-gradient(transparent 80%, #8E8466 80%);
}
#maternity #relation .leadsection {
  background: linear-gradient(0deg, #72694f 0%, #393428 100%);
}
#maternity #relation .contentssection .number {
  color: #72694F;
  background: linear-gradient(transparent 80%, #8E8466 80%);
}
#maternity #protect .eiyoList {
  display: flex;
  flex-wrap: wrap;
}
#maternity #protect .eiyoList dt {
  width: 10em;
  padding: 3px 10px;
  background: #9DB1C7;
  margin-bottom: 5px;
}
#maternity #protect .eiyoList dd {
  width: calc(100% - 10em);
  padding: 3px 10px;
  margin-bottom: 5px;
}
#maternity #protect .noticepoint dt {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #283039;
  font-size: 1.8rem;
  border-bottom: 1px solid #283039;
}
#maternity #protect .noticepoint dd {
  margin-bottom: 3rem;
}
#maternity #protect .aboutColumn {
  padding: 30px 20px;
  background: #4F6072;
  color: #FFF;
}
#maternity #protect .aboutColumn h4 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
}

#orthodontics #reason .leadsection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 30px;
}
#orthodontics #reason .leadsection h2 {
  border: 2px solid #4F6072;
  position: relative;
  font-size: 2.4rem;
  width: 32%;
  display: grid;
  place-items: center;
  clip-path: linear-gradient(0deg, #283039 0%, #4f6072 100%);
}
#orthodontics #reason .leadsection h2:before {
  content: "?";
  font-family: "Zen Old Mincho", serif;
  font-size: 80px;
  position: absolute;
  top: 0;
  left: 0;
  color: linear-gradient(0deg, #283039 0%, #4f6072 100%);
  transform: rotate(-20deg);
  opacity: .8;
}
#orthodontics #reason .leadsection .text {
  width: 64%;
}
#orthodontics #reason .type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#orthodontics #reason .type li {
  width: 32%;
  margin-bottom: 3rem;
}
#orthodontics #reason .type li p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #orthodontics #reason .leadsection {
    display: block;
  }
  #orthodontics #reason .leadsection h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    padding: 20px 10px 20px 30px;
  }
  #orthodontics #reason .leadsection h2:before {
    font-size: 50px;
  }
  #orthodontics #reason .leadsection .text {
    width: 100%;
  }
  #orthodontics #reason .type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #orthodontics #reason .type li {
    width: 48%;
    margin-bottom: 1rem;
  }
  #orthodontics #reason .type li p {
    text-align: center;
  }
}
#orthodontics #target .symptom {
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  color: #FFF;
  flex-wrap: wrap;
  justify-content: space-between;
  background: linear-gradient(0deg, #283039 0%, #4f6072 100%);
  gap: 10px 10px;
}
#orthodontics #target .symptom li {
  width: calc(50% - 5px);
  background: #8C9DAE;
  padding: 10px 10px 10px 40px;
  position: relative;
}
#orthodontics #target .symptom li:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: 10px;
  transform: translateY(-50%);
  background: url("/cms/wp-content/themes/verde/img/services/orthodontics/icon_check.png") no-repeat 0 0/contain;
}
#orthodontics #target .linklist01 li {
  position: relative;
  padding-left: 15px;
}
#orthodontics #target .linklist01 li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #283039;
  border-bottom: 1px solid #283039;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  #orthodontics #target .symptom {
    padding: 20px;
  }
  #orthodontics #target .symptom li {
    width: 100%;
  }
}
#orthodontics #merit .merit_clm2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-top: 0;
}
#orthodontics #merit .merit_clm2.rev {
  flex-direction: row-reverse;
}
#orthodontics #merit .merit_clm2 .text {
  width: 64%;
}
#orthodontics #merit .merit_clm2 .photo {
  width: 32%;
}
@media screen and (max-width: 767px) {
  #orthodontics #merit .merit_clm2 {
    display: block;
  }
  #orthodontics #merit .merit_clm2 .text {
    width: 100%;
  }
  #orthodontics #merit .merit_clm2 .photo {
    width: 100%;
  }
}
#orthodontics #treatment .type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#orthodontics #treatment .type li {
  width: 23%;
}
#orthodontics #treatment .type li p {
  line-height: 1.2;
  text-align: center;
}
#orthodontics #treatment .effect {
  display: flex;
  justify-content: space-between;
}
#orthodontics #treatment .effect .text {
  width: 50%;
}
#orthodontics #treatment .effect .photo {
  width: 48%;
}
#orthodontics #treatment .effect .photo .list li {
  margin-bottom: 2rem;
}
#orthodontics #treatment .effect .photo .list p {
  margin-bottom: 0rem;
}
#orthodontics #treatment .aboutVerde {
  padding: 20px;
  background: linear-gradient(0deg, #283039 0%, #4f6072 100%);
  color: #FFF;
  margin: 100px auto;
}
#orthodontics #treatment .aboutVerde p {
  text-align: center;
}
#orthodontics #treatment .aboutVerde .lead {
  font-size: 2.0rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #orthodontics #treatment .type li {
    width: 48%;
  }
  #orthodontics #treatment .effect {
    display: block;
  }
  #orthodontics #treatment .effect .text {
    width: 100%;
  }
  #orthodontics #treatment .effect .photo {
    width: 100%;
  }
  #orthodontics #treatment .aboutVerde p {
    text-align: left;
  }
}
#orthodontics .orthColumn {
  display: flex;
  justify-content: space-between;
  border: 1px solid #4F6072;
  padding: 15px;
  margin-bottom: 100px;
}
#orthodontics .orthColumn p {
  width: 65%;
}
#orthodontics .orthColumn .photo {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #orthodontics .orthColumn {
    display: block;
  }
  #orthodontics .orthColumn p {
    width: 100%;
  }
  #orthodontics .orthColumn .photo {
    width: 100%;
  }
}
