@charset "UTF-8";
/*------------------------------------------
  page common
------------------------------------------*/
.l-main {
  background-color: #ecf6ff;
  background-image: url(../images/common/page-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: clamp(765.5px, 119.609375vw, 1531px);
  padding: clamp(43px, 6.71875vw, 86px) 0 0;
}

@media only screen and (max-width: 767px) {
  .l-main {
    background-image: none;
    padding: 12vw 0 0;
  }
}
/*------------------------------------------
  page section
------------------------------------------*/
.p-sec {
  position: relative;
  margin-bottom: clamp(70px, 10.9375vw, 140px);
}
.p-sec:last-child {
  margin-bottom: 0;
}
.p-sec__lead {
  font-size: clamp(10px, 1.5625vw, 20px);
  margin-bottom: 3em;
}
.p-sec__lead strong {
  color: #036eb7;
}
.p-sec__leadButton {
  text-align: right;
  margin-top: 1.5em;
}
.p-sec__contents.--white {
  background: #fff;
  margin-bottom: clamp(15px, 2.34375vw, 30px);
  padding-bottom: clamp(35px, 5.46875vw, 70px);
  border-radius: clamp(10px, 1.5625vw, 20px);
}
.p-sec__contents.--white .p-sec__contentsHead {
  border-bottom: 2px solid #79b5dc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.8em clamp(22px, 3.4375vw, 44px);
}
.p-sec__contents.--white .p-sec__contentsHead .head-title {
  font-size: clamp(15px, 2.34375vw, 30px);
  color: #036eb7;
  line-height: 1.5;
}
.p-sec__contents.--white .p-sec__contentsHead .head-title.--has-label {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3em 0.5em;
}
.p-sec__contents.--white .p-sec__contentsHead .head-title__label {
  font-weight: bold;
  background: #ecf6ff;
  border: 1px solid #036eb7;
  padding: 0.1em 0.5em;
}
.p-sec__contents.--white .p-sec__contentsHead .head-lead {
  width: 100%;
  font-weight: bold;
  margin-top: 0.5em;
}
.p-sec__contents.--white .p-sec__contentsInner {
  padding: clamp(25px, 3.90625vw, 50px) 0 0;
  width: clamp(431px, 67.34375vw, 862px);
  margin: auto;
}
.p-sec__contents:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .p-sec {
    padding: 0 3.2vw;
  }
  .p-sec__inner {
    padding: 0;
  }
  .p-sec__lead {
    font-size: 5.3333333333vw;
    padding: 0 3.4666666667vw;
    margin-bottom: 1em;
  }
  .p-sec__leadButton {
    text-align: center;
    padding-bottom: 1em;
  }
  .p-sec__contents.--white {
    margin-bottom: 3.2vw;
    padding-bottom: 16vw;
    border-radius: 2.6666666667vw;
  }
  .p-sec__contents.--white .p-sec__contentsHead {
    padding: 1.5em 6.4vw;
  }
  .p-sec__contents.--white .p-sec__contentsHead .head-title {
    font-size: 6.6666666667vw;
    letter-spacing: 0;
  }
  .p-sec__contents.--white .p-sec__contentsHead.--has-button {
    min-height: auto;
    padding: 0;
  }
  .p-sec__contents.--white .p-sec__contentsHead.--has-button .head-title {
    width: 100%;
    display: flex;
    min-height: 21.3333333333vw;
    padding: 1em 6.4vw;
    align-items: center;
  }
  .p-sec__contents.--white .p-sec__contentsHead.--has-button .head-button {
    width: 100%;
    text-align: center;
    padding: 1em 0;
    background: linear-gradient(90deg, #3ab6ff 0%, #dfb5c8 100%);
  }
  .p-sec__contents.--white .p-sec__contentsInner {
    padding: 5.8666666667vw 6.4vw 0;
    width: 100%;
  }
  .p-sec__contents.--white .p-sec__contentsInner.--sp-small-padding {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
  .p-sec__contents:last-child {
    margin-bottom: 0;
  }
}
/*------------------------------------------
  初診個別相談
------------------------------------------*/
.p-first {
  position: relative;
  background-color: #c4e4fd;
  background-image: url(../images/common/first-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  padding: clamp(40px, 6.25vw, 80px) 0;
  border-bottom: clamp(5px, 0.78125vw, 10px) solid #ecf6ff;
}
.p-first__contents {
  border-left: 1px solid #6ab2f4;
  padding-left: clamp(28px, 4.375vw, 56px);
}
.p-first .first-title {
  margin-bottom: 0.5em;
}
.p-first .first-lead {
  color: #036eb7;
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.p-first .first-text {
  color: #036eb7;
  max-width: clamp(372px, 58.125vw, 744px);
}
.p-first .first-button {
  margin-top: 1.5em;
}

@media only screen and (max-width: 767px) {
  .p-first {
    background-image: url(../images/common/first-bg-sp.png);
    background-position: center top;
    background-size: cover;
    padding: 13.3333333333vw 0 20vw;
    border-width: 3.2vw;
  }
  .p-first__contents {
    border-left: none;
    padding-left: 0;
  }
  .p-first .first-title {
    margin-bottom: 1em;
  }
  .p-first .first-lead {
    font-size: 114%;
    margin-bottom: 0.2em;
  }
  .p-first .first-text {
    max-width: 100%;
  }
  .p-first .first-button {
    text-align: center;
  }
}
/*------------------------------------------
  診療時間・アクセス
------------------------------------------*/
.map_time-contents01 .time-table {
  margin-bottom: 2em;
}
.map_time-contents01 .time-table table {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #79b5dc;
}
.map_time-contents01 .time-table table tr {
  border-bottom: 2px solid #79b5dc;
}
.map_time-contents01 .time-table table th, .map_time-contents01 .time-table table td {
  color: #036eb7;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(15px, 2.34375vw, 30px);
  letter-spacing: 0;
  line-height: 1.5;
}
.map_time-contents01 .time-table table th:first-child, .map_time-contents01 .time-table table td:first-child {
  text-align: left;
  width: 30%;
  padding-left: clamp(17px, 2.734375vw, 35px);
}
.map_time-contents01 .time-table table th {
  background: rgba(58, 182, 255, 0.2);
  padding: 0.3em 0;
}
.map_time-contents01 .time-table table th:first-child {
  font-size: clamp(10px, 1.5625vw, 20px);
}
.map_time-contents01 .time-table table td {
  padding: 0.5em 0;
}
.map_time-contents01 .time-tel {
  text-align: center;
  color: #036eb7;
  font-size: clamp(15px, 2.34375vw, 30px);
  font-weight: bold;
}
.map_time-contents01 .time-tel a {
  color: #036eb7;
}
.map_time-contents01 .time-button {
  text-align: center;
  margin-top: 1em;
}

.map_time-contents02 .access-map iframe {
  width: 100%;
  height: clamp(140px, 21.875vw, 280px);
}
.map_time-contents02 .access-button {
  text-align: center;
  margin-top: 3em;
}
.map_time-contents02 .access-info {
  margin-top: clamp(32px, 5vw, 64px);
  text-align: center;
}
.map_time-contents02 .access-info__image img {
  width: clamp(210px, 32.8125vw, 420px);
}
.map_time-contents02 .access-info__text {
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .map_time-contents01 .time-table {
    margin-bottom: 1.5em;
  }
  .map_time-contents01 .time-table table {
    border-width: 1px;
  }
  .map_time-contents01 .time-table table tr {
    border-width: 1px;
  }
  .map_time-contents01 .time-table table th, .map_time-contents01 .time-table table td {
    border-left: 1px solid #79b5dc;
  }
  .map_time-contents01 .time-table table th:first-child, .map_time-contents01 .time-table table td:first-child {
    border-left: none;
    text-align: center;
    width: 4em;
    padding-left: 0;
  }
  .map_time-contents01 .time-table table th {
    font-size: 4.6666666667vw;
    padding: 0.5em 0;
  }
  .map_time-contents01 .time-table table td {
    font-size: 6.6666666667vw;
    padding: 0.3em 0;
  }
  .map_time-contents01 .time-table table td:first-child {
    font-size: 5.3333333333vw;
  }
  .map_time-contents01 .time-tel {
    font-size: 6.6666666667vw;
  }
  .map_time-contents02 .access-map iframe {
    height: 64vw;
  }
  .map_time-contents02 .access-button {
    margin-top: 1.5em;
  }
  .map_time-contents02 .access-info {
    margin-top: 10.6666666667vw;
  }
  .map_time-contents02 .access-info__image img {
    width: 56vw;
  }
}
/*------------------------------------------
  料金表
------------------------------------------*/
.price-contents {
  margin-bottom: clamp(15px, 2.34375vw, 30px);
}
.price-contents:last-child {
  margin-bottom: 0;
}

.price-whitening {
  text-align: center;
}
.price-whitening__logo img {
  width: clamp(110px, 17.1875vw, 220px);
}
.price-whitening__lead {
  margin-top: 3em;
}
.price-whitening__lead strong {
  color: #036eb7;
}

.price-payment__text {
  margin-bottom: 1.5em;
}
.price-payment__list {
  width: clamp(338px, 52.8125vw, 676px);
  margin: auto;
  gap: 0.8em 2.666%;
}
.price-payment__list li {
  width: 23%;
}

.price-deduction {
  width: clamp(400px, 62.5vw, 800px);
  margin: 1.5em auto 0;
  background: rgba(58, 182, 255, 0.2);
  padding: clamp(10px, 1.5625vw, 20px) clamp(20px, 3.125vw, 40px) clamp(20px, 3.125vw, 40px);
}
.price-deduction__title {
  font-weight: bold;
  font-size: 125%;
  color: #036eb7;
  margin-bottom: 1em;
}
.price-deduction__figure {
  display: flex;
  gap: 2em;
  align-items: center;
}
.price-deduction__figureBox {
  background: #fff;
  border: 1px solid #036eb7;
  color: #036eb7;
  line-height: 1.5;
  width: clamp(76px, 11.875vw, 152px);
  text-align: center;
  letter-spacing: 0;
  font-size: clamp(7px, 1.09375vw, 14px);
  padding: 0.5em 0;
  position: relative;
}
.price-deduction__figureBox:before {
  content: "-";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  font-size: clamp(21px, 3.28125vw, 42px);
  width: clamp(16px, 2.5vw, 32px);
  text-align: center;
  margin-right: 1px;
}
.price-deduction__figureBox p {
  margin-bottom: 1em;
}
.price-deduction__figureBox p:last-child {
  margin-bottom: 0;
}
.price-deduction__figureBox:first-child:before {
  content: none;
}
.price-deduction__figureBox:nth-child(3) {
  padding: 1.5em 0;
}
.price-deduction__figureBox:last-child {
  margin-left: auto;
  border-width: 3px;
}
.price-deduction__figureBox:last-child:before {
  content: "＝";
  width: clamp(23.5px, 3.671875vw, 47px);
  margin-right: 3px;
}

@media only screen and (max-width: 767px) {
  .price-contents {
    padding: 0;
    margin-bottom: 6.4vw;
  }
  .price-whitening {
    text-align: center;
    padding: 5.3333333333vw 0 0;
  }
  .price-whitening__logo img {
    width: 44vw;
  }
  .price-whitening__lead {
    text-align: left;
    margin-top: 1.5em;
  }
  .price-payment__list {
    width: 100%;
    justify-content: center;
    gap: 2.6666666667vw;
  }
  .price-payment__list li {
    width: 32.8vw;
  }
  .price-deduction {
    width: 100%;
    margin-top: 1em;
    padding: 5.3333333333vw 4vw 10.6666666667vw;
  }
  .price-deduction__title {
    font-size: 114%;
  }
  .price-deduction__figure {
    padding: 0 2.6666666667vw;
    display: block;
  }
  .price-deduction__figureBox {
    width: 100%;
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .price-deduction__figureBox:before {
    font-size: 8.5333333333vw;
    width: auto;
    height: auto;
    margin: 0;
    right: 50%;
    bottom: 100%;
    top: auto;
    transform-origin: center;
    transform: translate(50%) rotate(90deg);
  }
  .price-deduction__figureBox p {
    margin-bottom: 0;
  }
  .price-deduction__figureBox:nth-child(3) {
    padding: 0.5em 0;
  }
  .price-deduction__figureBox:last-child {
    margin-bottom: 0;
  }
  .price-deduction__figureBox:last-child:before {
    width: auto;
    margin: 0;
  }
}
/*------------------------------------------
  衛生管理体制
------------------------------------------*/
.safety-comparison {
  margin-top: clamp(30px, 4.6875vw, 60px);
}
.safety-comparison__figure {
  justify-content: center;
  gap: clamp(77px, 12.03125vw, 154px);
  margin-top: 2em;
  background-image: url(../images/safety/figure-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom 4em;
  background-size: clamp(68px, 10.546875vw, 135px);
}
.safety-comparison__figureBox {
  width: clamp(93px, 14.453125vw, 185px);
}
.safety-comparison__figureBoxTitle {
  text-align: center;
  margin-bottom: 0.5em;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .safety-comparison {
    margin-top: 5.3333333333vw;
  }
  .safety-comparison__figure {
    gap: 17.8666666667vw;
    background-position: center bottom 2em;
    background-size: 17.8666666667vw;
  }
  .safety-comparison__figureBox {
    width: 29.3333333333vw;
  }
  .safety-comparison__figureBoxTitle {
    border: 1px solid #3e4958;
    font-size: 3.2vw;
  }
  .safety-comparison__figureBoxImage {
    text-align: center;
  }
  .safety-comparison__figureBoxImage img {
    width: 80%;
  }
}
/*------------------------------------------
  院内・設備紹介
------------------------------------------*/
.tour-visual {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  margin-bottom: clamp(30px, 4.6875vw, 60px);
}
.tour-visual__image {
  width: 50%;
}

.tour-gallery__title {
  text-align: center;
  font-size: 125%;
  margin-bottom: 1em;
  color: #036eb7;
}
.tour-gallery__list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: clamp(20px, 3.125vw, 40px) 5%;
}
.tour-gallery__item {
  display: block;
  position: relative;
  width: 30%;
}
.tour-gallery__item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/common/icon-zoom.svg) no-repeat right bottom;
  background-size: 26%;
}

@media only screen and (max-width: 767px) {
  .tour-visual {
    margin-bottom: 5.3333333333vw;
  }
  .tour-visual__image {
    height: 21.3333333333vw;
  }
  .tour-visual__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .tour-gallery__title {
    text-align: left;
    font-size: 114%;
    line-height: 1.525;
  }
  .tour-gallery__list {
    gap: 1em 4%;
  }
  .tour-gallery__item {
    width: 48%;
  }
  .tour-gallery__item:after {
    background-size: 35%;
  }
}
/*------------------------------------------
  虫歯治療
------------------------------------------*/
.caries-stage {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.caries-stage.--bg01 {
  background: rgba(58, 182, 255, 0.2);
}
.caries-stage.--bg02 {
  background: rgba(96, 202, 194, 0.2);
}
.caries-stage.--bg03 {
  background: rgba(217, 73, 119, 0.2);
}
.caries-stage.--has-arrow {
  margin-bottom: clamp(18px, 2.734375vw, 35px);
}
.caries-stage.--has-arrow:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(7.5px, 1.171875vw, 15px) clamp(5.5px, 0.859375vw, 11px) 0 clamp(5.5px, 0.859375vw, 11px);
  border-color: #036eb7 transparent transparent transparent;
}
.caries-stage__title {
  width: 17%;
  text-align: center;
  font-weight: bold;
  color: #036eb7;
}
.caries-stage__text {
  width: 41.5%;
  position: relative;
  border-left: 2px solid #fff;
  padding: 1em;
  letter-spacing: 0;
}
.caries-stage__textLabel {
  display: inline-block;
  background: #fff;
  font-weight: bold;
  padding: 0.1em 0;
  width: 4.5em;
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .caries-stage {
    display: block;
    padding-bottom: 1em;
  }
  .caries-stage.--has-arrow {
    margin-bottom: 12vw;
  }
  .caries-stage.--has-arrow:after {
    border-width: 5.8666666667vw 4.2666666667vw 0 4.2666666667vw;
  }
  .caries-stage__title {
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: left;
    padding: 0.5em 1em;
  }
  .caries-stage__text {
    width: 100%;
    border: none;
    padding: 1em 1em 0;
  }
}
/*------------------------------------------
  顎関節症
------------------------------------------*/
.jaw-score {
  border-bottom: 1px solid #79b5dc;
  margin-bottom: clamp(15px, 2.34375vw, 30px);
  padding-bottom: clamp(15px, 2.34375vw, 30px);
}
.jaw-score__item {
  position: relative;
  color: #036eb7;
  margin-bottom: clamp(5px, 0.78125vw, 10px);
  display: flex;
  align-items: center;
  padding: 0.5em;
  gap: 0.5em;
  letter-spacing: 0;
}
.jaw-score__item:last-child {
  margin-bottom: 0;
}
.jaw-score__item.--bg01 {
  background: #fff2b8;
}
.jaw-score__item.--bg02 {
  background: #ffdfae;
}
.jaw-score__item.--bg03 {
  background: #ffc5c1;
}
.jaw-score__itemPoint {
  background: #fff;
  padding: 0.1em 0;
  text-align: center;
  width: clamp(40px, 6.25vw, 80px);
  font-weight: bold;
}
.jaw-score__itemText {
  flex: 1;
  padding-left: 2em;
  background: url(../images/common/icon-right.svg) no-repeat left center;
  background-size: 1.5em;
}

.jaw-check {
  letter-spacing: 0;
}
.jaw-check__title {
  text-align: center;
  margin-bottom: 1.5em;
}
.jaw-check__title span {
  font-size: 125%;
}
.jaw-check__sheet {
  width: clamp(331px, 51.71875vw, 662px);
  margin: auto;
  background: rgba(58, 182, 255, 0.2);
  padding: clamp(7px, 1.09375vw, 14px);
}
.jaw-check__sheetTitle {
  font-weight: bold;
  color: #036eb7;
  padding: 0 1em;
  margin-bottom: 0.5em;
}
.jaw-check__sheetBox {
  background: #fff;
  letter-spacing: 0;
  padding: 1em 1em clamp(15px, 2.34375vw, 30px);
  border-radius: clamp(5px, 0.78125vw, 10px);
  margin-bottom: clamp(5px, 0.78125vw, 10px);
}
.jaw-check__sheetBox:last-child {
  margin-bottom: 0;
}
.jaw-check__sheetBoxTitle {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.jaw-check__sheetBoxForm {
  padding: 0 1em;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 1.5em;
}
.jaw-check__sheetBoxForm input[type=radio] {
  width: clamp(9px, 1.40625vw, 18px);
  height: clamp(9px, 1.40625vw, 18px);
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.jaw-check__sheetBoxForm input[type=radio]:checked {
  border-color: #036eb7;
}
.jaw-check__sheetBoxForm input[type=radio]:checked::before {
  content: "";
  display: block;
  width: clamp(6px, 0.9375vw, 12px);
  height: clamp(6px, 0.9375vw, 12px);
  background: #036eb7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.jaw-check__sheetBoxForm label {
  position: relative;
  padding-left: 1.5em;
}
.jaw-check__button {
  text-align: center;
  margin-top: 2em;
}
.jaw-check__result {
  display: none;
  margin-top: clamp(20px, 3.125vw, 40px);
}
.jaw-check__resultSub {
  font-size: 90%;
  line-height: 1.5;
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .jaw-score {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
  .jaw-score__item {
    margin-bottom: 1.3333333333vw;
    padding: 1em;
    gap: 0.5em;
    flex-wrap: wrap;
  }
  .jaw-score__itemPoint {
    width: 24vw;
  }
  .jaw-score__itemText {
    width: 100%;
    flex: auto;
    padding-left: 0;
    background: none;
  }
  .jaw-check__title {
    text-align: left;
    margin-bottom: 1em;
  }
  .jaw-check__title span {
    font-size: 100%;
  }
  .jaw-check__sheet {
    width: 100%;
    padding: 2.6666666667vw;
  }
  .jaw-check__sheetTitle {
    padding: 0;
    margin-bottom: 0.5em;
  }
  .jaw-check__sheetBox {
    padding: 1em 1em 4vw;
    border-radius: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .jaw-check__sheetBoxTitle {
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #79b5dc;
  }
  .jaw-check__sheetBoxForm {
    padding: 0;
    gap: 1em;
  }
  .jaw-check__sheetBoxForm input[type=radio] {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .jaw-check__sheetBoxForm input[type=radio]:checked::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .jaw-check__sheetBoxForm label {
    width: 100%;
    padding-left: 1.8em;
  }
  .jaw-check__result {
    margin-top: 8vw;
  }
  .jaw-check__resultSub {
    font-size: 90%;
    line-height: 1.5;
    margin-top: 1em;
  }
}
/*------------------------------------------
  美容歯科医療
------------------------------------------*/
.dentalesthetics-nav {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 2%;
  margin: 1em 0;
}
.dentalesthetics-nav__item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 32%;
  height: clamp(123px, 19.140625vw, 245px);
  border-radius: clamp(10px, 1.5625vw, 20px);
  padding-bottom: clamp(15px, 2.34375vw, 30px);
  overflow: hidden;
}
.dentalesthetics-nav__item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.24);
}
.dentalesthetics-nav__text {
  position: relative;
  z-index: 10;
  letter-spacing: 0;
  font-size: clamp(10px, 1.5625vw, 20px);
}
.dentalesthetics-nav__catch {
  color: #fff;
  margin-bottom: 0.5em;
}
.dentalesthetics-nav__title {
  display: inline-block;
  background: #fff;
  font-weight: bold;
  color: #036eb7;
  width: clamp(153px, 23.90625vw, 306px);
  border-radius: clamp(14px, 2.1875vw, 28px);
  padding: 0.4em 0;
}
.dentalesthetics-nav__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dentalesthetics-nav__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.dentalesthetics-contents {
  padding: clamp(25px, 3.90625vw, 50px) 0 clamp(30px, 4.6875vw, 60px);
  border-radius: 0 0 clamp(10px, 1.5625vw, 20px) clamp(10px, 1.5625vw, 20px)/0 0 clamp(10px, 1.5625vw, 20px) clamp(10px, 1.5625vw, 20px);
  background-image: url(../images/whitening_dentalesthetics/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.dentalesthetics-contents__inner {
  width: clamp(431px, 67.34375vw, 862px);
  margin: auto;
}

.dentalesthetics-head {
  color: #036eb7;
}
.dentalesthetics-head__title {
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.35;
  font-size: clamp(17px, 2.65625vw, 34px);
}
.dentalesthetics-head__lead {
  margin-top: 1em;
}

.dentalesthetics-note {
  color: #036eb7;
  margin-top: 1em;
}

.dentalesthetics-block {
  position: relative;
  margin-top: clamp(18px, 2.8125vw, 36px);
  border-radius: clamp(10px, 1.5625vw, 20px);
  padding: clamp(25px, 3.90625vw, 50px) clamp(25px, 3.90625vw, 50px) clamp(35px, 5.46875vw, 70px);
  color: #fff;
  background: linear-gradient(90deg, rgba(24, 92, 215, 0.6) 0%, rgba(24, 123, 214, 0.6) 100%);
}
.dentalesthetics-block:first-child {
  margin-top: 0;
}
.dentalesthetics-block.--whiteessence01 {
  background: linear-gradient(90deg, rgba(41, 158, 201, 0.6) 0%, rgba(57, 186, 192, 0.6) 100%);
}
.dentalesthetics-block.--whiteessence02 {
  background: linear-gradient(90deg, rgba(26, 133, 213, 0.6) 0%, rgba(41, 158, 202, 0.6) 100%);
}
.dentalesthetics-block.--whiteessence03 {
  background: linear-gradient(90deg, rgba(24, 111, 214, 0.6) 0%, rgba(26, 133, 213, 0.6) 100%);
}
.dentalesthetics-block.--whitening01 {
  background: #84c1d4;
  overflow: hidden;
  padding: 0;
}
.dentalesthetics-block.--whitening01 .whitening01-text {
  padding: clamp(20px, 3.125vw, 40px);
  position: relative;
  z-index: 1;
}
.dentalesthetics-block.--whitening01 .whitening01-text__box {
  margin-bottom: 1.5em;
}
.dentalesthetics-block.--whitening01 .whitening01-text__box:last-child {
  margin-bottom: 0;
}
.dentalesthetics-block.--whitening01 .whitening01-text__boxTitle {
  font-size: 125%;
  font-weight: bold;
}
.dentalesthetics-block.--whitening01 .whitening01-text__boxText {
  padding-left: 1em;
}
.dentalesthetics-block.--whitening01 .whitening01-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.dentalesthetics-block.--whitening01 .whitening01-image picture {
  height: 100%;
  width: 100%;
}
.dentalesthetics-block.--whitening01 .whitening01-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.dentalesthetics-block.--ceramic01 {
  background: linear-gradient(90deg, rgba(25, 126, 214, 0.6) 0%, rgba(38, 154, 205, 0.6) 100%);
}
.dentalesthetics-block.--mouthpiece01 {
  background: #f0f3fe;
  color: #036eb7;
  overflow: hidden;
  padding: 0;
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.dentalesthetics-block.--mouthpiece01 .mouthpiece01-text {
  padding: clamp(20px, 3.125vw, 40px);
  width: 67%;
  font-weight: bold;
}
.dentalesthetics-block.--mouthpiece01 .mouthpiece01-text__box {
  margin-bottom: 1.5em;
}
.dentalesthetics-block.--mouthpiece01 .mouthpiece01-text__box:last-child {
  margin-bottom: 0;
}
.dentalesthetics-block.--mouthpiece01 .mouthpiece01-text__boxTitle {
  font-size: 125%;
}
.dentalesthetics-block.--mouthpiece01 .mouthpiece01-text__boxText {
  padding-left: 1em;
}
.dentalesthetics-block.--mouthpiece01 .mouthpiece01-image {
  width: 33%;
}
.dentalesthetics-block.--mouthpiece01 .mouthpiece01-image picture {
  height: 100%;
  width: 100%;
}
.dentalesthetics-block.--mouthpiece01 .mouthpiece01-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.dentalesthetics-block__head + .c-block04 {
  border-top: 1px solid #fff;
  margin-top: clamp(20px, 3.125vw, 40px);
  padding-top: clamp(20px, 3.125vw, 40px);
}
.dentalesthetics-block__headTitle {
  font-family: "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.35;
  font-size: clamp(17px, 2.65625vw, 34px);
}
.dentalesthetics-block__headLead {
  margin-top: 1em;
}
.dentalesthetics-block .c-block04 {
  border-color: #fff;
}

.whiteessence-point {
  margin-top: 1em;
}
.whiteessence-point__list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 1em 4%;
}
.whiteessence-point__list li {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  min-height: clamp(56px, 8.75vw, 112px);
}
.whiteessence-point__list li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  filter: blur(5px);
}
.whiteessence-point__list p {
  position: relative;
  z-index: 1;
  font-weight: bold;
  line-height: 1.5;
}
.whiteessence-point__text {
  text-align: center;
  margin-top: 2em;
}

.whiteessence-bnr {
  margin-top: clamp(18px, 2.8125vw, 36px);
  text-align: center;
}
.whiteessence-bnr a {
  display: inline-block;
  background: #fff;
  width: 88%;
  padding: clamp(15px, 2.34375vw, 30px);
  border-radius: clamp(10px, 1.5625vw, 20px);
}

@media only screen and (max-width: 767px) {
  .dentalesthetics-nav {
    gap: 1em;
    margin: 1em 0;
  }
  .dentalesthetics-nav__item {
    width: 100%;
    height: 55.2vw;
    border-radius: 2.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
  .dentalesthetics-nav__text {
    font-size: 4.6666666667vw;
  }
  .dentalesthetics-nav__title {
    font-size: 5.3333333333vw;
    width: 68.8vw;
    border-radius: 6.4vw;
  }
  .dentalesthetics-contents {
    padding: 6.6666666667vw 5.3333333333vw 18.6666666667vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw/0 0 2.6666666667vw 2.6666666667vw;
    background-image: url(../images/whitening_dentalesthetics/bg-sp.png);
  }
  .dentalesthetics-contents__inner {
    width: 100%;
  }
  .dentalesthetics-head__title {
    font-size: 6.6666666667vw;
  }
  .dentalesthetics-block {
    margin-top: 9.3333333333vw;
    border-radius: 2.6666666667vw;
    padding: 5.8666666667vw 1em 8vw;
  }
  .dentalesthetics-block.--whitening01 .whitening01-text {
    padding: 5.3333333333vw;
  }
  .dentalesthetics-block.--whitening01 .whitening01-text__boxTitle {
    font-size: 114%;
    margin-bottom: 0.5em;
  }
  .dentalesthetics-block.--whitening01 .whitening01-image {
    position: static;
  }
  .dentalesthetics-block.--mouthpiece01 .mouthpiece01-text {
    padding: 5.3333333333vw;
    width: 100%;
    -ms-order: 2;
    order: 2;
  }
  .dentalesthetics-block.--mouthpiece01 .mouthpiece01-text__boxTitle {
    font-size: 114%;
    margin-bottom: 0.5em;
  }
  .dentalesthetics-block.--mouthpiece01 .mouthpiece01-image {
    width: 100%;
    -ms-order: 1;
    order: 1;
  }
  .dentalesthetics-block__head + .c-block04 {
    margin-top: 8vw;
    padding-top: 8vw;
  }
  .dentalesthetics-block__headTitle {
    font-size: 6.6666666667vw;
  }
  .whiteessence-point__list li {
    width: 100%;
    min-height: 53.3333333333vw;
  }
  .whiteessence-point__list p {
    line-height: 1.74;
  }
  .whiteessence-point__text {
    text-align: left;
    margin-top: 1em;
  }
  .whiteessence-bnr {
    margin-top: 9.3333333333vw;
  }
  .whiteessence-bnr a {
    width: 100%;
    padding: 4vw;
    border-radius: 2.6666666667vw;
  }
}
/*------------------------------------------
  診療科目一覧
------------------------------------------*/
.subject-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 2.34375vw, 30px) 4%;
}
.subject-list__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  position: relative;
  border-radius: clamp(10px, 1.5625vw, 20px);
  background: #fff;
}
.subject-list__head {
  border-bottom: 1px solid #79b5dc;
  padding: 1.5em clamp(20px, 3.125vw, 40px) 1em;
  color: #036eb7;
  font-weight: bold;
}
.subject-list__headTitle {
  font-size: 125%;
  line-height: 1.35;
  padding-bottom: 0.5em;
}
.subject-list__inner {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  padding: 0 clamp(20px, 3.125vw, 40px) clamp(20px, 3.125vw, 40px);
}
.subject-list__text {
  width: 63%;
  margin-left: auto;
}
.subject-list__image {
  width: 32%;
}

@media only screen and (max-width: 767px) {
  .subject-list {
    grid-template-columns: 1fr;
    gap: 1em;
  }
  .subject-list__item {
    display: block;
    grid-template-rows: auto;
    grid-row: auto;
    border-radius: 2.6666666667vw;
  }
  .subject-list__head {
    padding: 1.5em 6.6666666667vw 1em;
    color: #036eb7;
    font-weight: bold;
  }
  .subject-list__headTitle {
    font-size: 6.6666666667vw;
  }
  .subject-list__inner {
    padding: 5.3333333333vw 6.6666666667vw 8vw;
  }
  .subject-list__text {
    width: 100%;
    margin-top: 0.5em;
  }
  .subject-list__image {
    width: 100%;
    text-align: center;
  }
  .subject-list__image img {
    width: 20.8vw;
  }
}
/*------------------------------------------
  投稿 アーカイブ
------------------------------------------*/
.archive-nav {
  margin-bottom: clamp(25px, 3.90625vw, 50px);
}
.archive-nav__list {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  gap: 0.8em;
}
.archive-nav__list a {
  background: #3ab6ff;
  color: #fff;
  border: 1px solid #3ab6ff;
  transition: 0.3s;
  padding: 0.4em 1.5em;
  min-width: clamp(80px, 12.5vw, 160px);
  font-size: clamp(10px, 1.5625vw, 20px);
  border-radius: clamp(12px, 1.875vw, 24px);
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.archive-nav__list a.is--current {
  background: #fff;
  color: #3ab6ff;
}

.archive-post--news {
  background: #fff;
  padding: clamp(30px, 4.6875vw, 60px);
  border-radius: clamp(10px, 1.5625vw, 20px);
}

.archive-pager {
  margin-top: clamp(30px, 4.6875vw, 60px);
}

@media only screen and (min-width: 769px) {
  .archive-nav__list a:hover {
    opacity: 1;
    background: #fff;
    color: #3ab6ff;
  }
}
@media only screen and (max-width: 767px) {
  .archive-nav {
    margin-bottom: 6.6666666667vw;
  }
  .archive-nav__list {
    gap: 0.5em;
  }
  .archive-nav__list a {
    padding: 0.4em 1em;
    min-width: 33.3333333333vw;
    font-size: 5.3333333333vw;
    border-radius: 8vw;
  }
  .archive-post--news {
    padding: 6.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .archive-pager {
    margin-top: 6.6666666667vw;
  }
}
.pagination .nav-links {
  font-size: clamp(11px, 1.71875vw, 22px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .nav-links .page-numbers {
  display: block;
  padding: 0 0.5em;
  color: #5d5d5d;
}
.pagination .nav-links .current {
  font-weight: bold;
  text-decoration: underline;
  color: #0071bc;
}
.pagination .nav-links .prev, .pagination .nav-links .next {
  width: clamp(24px, 3.75vw, 48px);
  height: clamp(24px, 3.75vw, 48px);
  padding: 0;
  border-radius: 5px;
  background-color: #fafafa;
  border: 1px solid #cccccc;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}
.pagination .nav-links .prev {
  margin-right: 1em;
  background-image: url(../images/common/pager-prev.svg);
}
.pagination .nav-links .next {
  margin-left: 1em;
  background-image: url(../images/common/pager-next.svg);
}

@media only screen and (max-width: 767px) {
  .pagination .nav-links {
    font-size: 4.2666666667vw;
  }
  .pagination .nav-links .prev, .pagination .nav-links .next {
    width: 11.2vw;
    height: 11.2vw;
  }
}
/*------------------------------------------
  投稿 詳細
------------------------------------------*/
.detail-head {
  width: 100%;
  margin-top: 1em;
}
.detail-head__date {
  font-size: clamp(7px, 1.09375vw, 14px);
}
.detail-head__category {
  margin-top: 0.5em;
}

.detail-entry > * {
  margin-bottom: clamp(25px, 3.90625vw, 50px);
}
.detail-entry > *:last-child {
  margin-bottom: 0;
}
.detail-entry a {
  text-decoration: underline;
}
.detail-entry ul li {
  list-style: disc inside;
}
.detail-entry ol li {
  list-style: decimal inside;
}

.detail-foot {
  text-align: center;
  margin-top: clamp(30px, 4.6875vw, 60px);
}

@media only screen and (max-width: 767px) {
  .detail-head__date {
    font-size: 4.6666666667vw;
  }
  .detail-entry > * {
    margin-bottom: 8vw;
  }
  .detail-foot {
    margin-top: 10.6666666667vw;
  }
}
/*------------------------------------------
  プライバシーポリシー
------------------------------------------*/
.privacypolicy-contents {
  padding: clamp(40px, 6.25vw, 80px) 0 clamp(35px, 5.46875vw, 70px);
}

.privacypolicy-block {
  margin-bottom: clamp(35px, 5.46875vw, 70px);
}
.privacypolicy-block:last-child {
  margin-bottom: 0;
}
.privacypolicy-block__title {
  font-weight: bold;
  font-size: 125%;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
.privacypolicy-block__box {
  padding-left: clamp(10px, 1.5625vw, 20px);
}
.privacypolicy-block p {
  margin-bottom: clamp(15px, 2.34375vw, 30px);
}
.privacypolicy-block p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .privacypolicy-contents {
    padding: 2.1333333333vw 0 0;
  }
  .privacypolicy-block {
    margin-bottom: 16vw;
  }
  .privacypolicy-block__title {
    font-size: 114%;
  }
  .privacypolicy-block__box {
    padding-left: 0;
  }
  .privacypolicy-block p {
    margin-bottom: 8vw;
  }
}
/*------------------------------------------
  お問い合わせ
------------------------------------------*/
.contact-tel {
  text-align: center;
}
.contact-tel__num {
  font-size: clamp(23px, 3.515625vw, 45px);
  letter-spacing: 0;
  font-weight: bold;
  color: #036eb7;
}
.contact-tel__num a {
  color: #036eb7;
}
.contact-tel__info {
  color: #036eb7;
  font-size: 125%;
  margin-top: 1em;
}
.contact-tel__note {
  color: #f34966;
  margin-top: 2em;
}

.contact-web {
  border-top: 1px solid #79b5dc;
}
.contact-web__block {
  border-bottom: 1px solid #79b5dc;
  padding: clamp(12px, 1.875vw, 24px) 0;
  display: flex;
}
.contact-web__blockTitle {
  width: 28%;
  letter-spacing: 0;
  padding-top: 0.75em;
}
.contact-web__blockTitle:before {
  content: "●";
  color: #036eb7;
}
.contact-web__blockForm {
  width: 72%;
}
.contact-web__blockForm ::-moz-placeholder {
  color: #969696;
}
.contact-web__blockForm ::placeholder {
  color: #969696;
}
.contact-web__blockForm input, .contact-web__blockForm textarea {
  border: 1px solid #036eb7;
  border-radius: 5px;
  width: 100%;
  font-size: 125%;
}
.contact-web__blockForm input {
  height: clamp(27px, 4.21875vw, 54px);
  padding: 0 1em;
}
.contact-web__blockForm textarea {
  padding: 1em;
  resize: none;
}
.contact-web__blockForm.--short input {
  width: 70%;
}
.contact-web__blockForm select {
  border: 1px solid #036eb7;
  border-radius: 5px;
  width: 100%;
  height: clamp(27px, 4.21875vw, 54px);
  padding: 0 1em;
}
.contact-web__blockForm .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(10px, 1.5625vw, 20px);
}
.contact-web__blockForm .date:first-child {
  margin-top: 0;
}
.contact-web__blockForm .date-title {
  font-weight: bold;
  font-size: 125%;
}
.contact-web__blockForm .date-box {
  display: flex;
  align-items: center;
  gap: 1em;
}
.contact-web__blockForm .date-box__label {
  font-size: 125%;
}
.contact-web__blockForm .calendar {
  width: clamp(80px, 12.5vw, 160px);
}
.contact-web__blockForm .calendar input {
  border: 1px solid #036eb7;
  border-radius: 5px;
  width: 100%;
  height: clamp(27px, 4.21875vw, 54px);
  padding: 0 0.5em;
}
.contact-web__blockForm .select {
  width: clamp(92px, 14.375vw, 184px);
}
.contact-web__blockForm .note {
  color: #f34966;
  margin-top: 1em;
  letter-spacing: 0;
}
.contact-web__blockForm .form-radio {
  font-size: 125%;
  font-weight: bold;
}
.contact-web__blockForm .form-radio .wpcf7-form-control {
  display: -moz-flex;
  display: flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  align-items: center;
  height: clamp(27px, 4.21875vw, 54px);
  gap: 1.5em;
}
.contact-web__blockForm .form-radio input[type=radio] {
  width: clamp(9px, 1.40625vw, 18px);
  height: clamp(9px, 1.40625vw, 18px);
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.contact-web__blockForm .form-radio input[type=radio]:checked {
  border-color: #036eb7;
}
.contact-web__blockForm .form-radio input[type=radio]:checked::before {
  content: "";
  display: block;
  width: clamp(6px, 0.9375vw, 12px);
  height: clamp(6px, 0.9375vw, 12px);
  background: #036eb7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.contact-web__blockForm .form-radio label {
  position: relative;
  padding-left: 1.5em;
}
.contact-web__check {
  width: clamp(250px, 39.0625vw, 500px);
  margin: clamp(10px, 1.5625vw, 20px) auto 0;
  background: rgba(58, 182, 255, 0.2);
  padding: 1.5em 0;
}
.contact-web__check .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.contact-web__check .form-check > p {
  position: relative;
}
.contact-web__check .form-check .tdU {
  color: #036eb7;
}
.contact-web__check .form-check .ico-check {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.contact-web__check .form-check .ico-check .wpcf7-list-item {
  margin: 0;
  display: block;
  line-height: 1;
}
.contact-web__check .form-check .ico-check input[type=checkbox] {
  display: none;
}
.contact-web__check .form-check .ico-check .wpcf7-list-item-label {
  position: relative;
  height: clamp(13px, 2.03125vw, 26px);
  line-height: clamp(13px, 2.03125vw, 26px);
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.contact-web__check .form-check .ico-check .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: clamp(13px, 2.03125vw, 26px);
  height: clamp(13px, 2.03125vw, 26px);
  border: 1px solid #036eb7;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}
.contact-web__check .form-check .ico-check .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: clamp(6px, 0.9375vw, 12px);
  height: clamp(3px, 0.46875vw, 6px);
  border-top: 2px solid #98A6B5;
  border-right: 2px solid #98A6B5;
  transform: rotate(135deg);
  position: absolute;
  left: clamp(3px, 0.46875vw, 6px);
  top: clamp(3.5px, 0.546875vw, 7px);
}
.contact-web__check .form-check .ico-check input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  border-color: #036eb7;
}
.contact-web__check .form-check .ico-check .wpcf7-not-valid-tip {
  position: absolute;
  white-space: nowrap;
  margin-top: 0;
}
.contact-web__submit {
  text-align: center;
  margin-top: clamp(20px, 3.125vw, 40px);
}
.contact-web__submitButton {
  display: inline-block;
}
.contact-web__submitButton input {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: clamp(130px, 20.3125vw, 260px);
  min-height: clamp(38px, 5.9375vw, 76px);
  padding: 0 2em;
  border-radius: clamp(20px, 3.125vw, 40px);
  font-size: clamp(10px, 1.5625vw, 20px);
  line-height: 1.5;
  letter-spacing: 0;
  background: #036eb7;
  color: #fff;
  border: 1px solid #036eb7;
  position: relative;
  transition: 0.3s;
}
.contact-web .wpcf7-not-valid-tip {
  font-size: 86%;
}

@media only screen and (min-width: 769px) {
  .contact-web__submitButton input:hover {
    color: #036eb7;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .contact-tel__num {
    font-size: 6.6666666667vw;
  }
  .contact-tel__info {
    font-size: 114%;
    background: rgba(58, 182, 255, 0.2);
    padding: 1em 0;
  }
  .contact-tel__note {
    text-align: left;
    margin-top: 1em;
  }
  .contact-web__block {
    padding: 5.3333333333vw 0 8vw;
    display: block;
  }
  .contact-web__blockTitle {
    width: 100%;
    padding-top: 0;
    margin-bottom: 0.5em;
  }
  .contact-web__blockForm {
    width: 100%;
  }
  .contact-web__blockForm input, .contact-web__blockForm textarea {
    font-size: 100%;
    border-radius: 2.1333333333vw;
  }
  .contact-web__blockForm input {
    height: 16vw;
  }
  .contact-web__blockForm.--short input {
    width: 100%;
  }
  .contact-web__blockForm select {
    border-radius: 2.1333333333vw;
    height: 16vw;
  }
  .contact-web__blockForm .date {
    margin-top: 5.3333333333vw;
    display: block;
  }
  .contact-web__blockForm .date-title {
    font-size: 114%;
    margin-bottom: 0.5em;
  }
  .contact-web__blockForm .date-box {
    gap: 0;
    margin-bottom: 2.6666666667vw;
  }
  .contact-web__blockForm .date-box:last-child {
    margin-bottom: 0;
  }
  .contact-web__blockForm .date-box__label {
    font-size: 100%;
    width: 4em;
  }
  .contact-web__blockForm .date-box__form {
    flex: 1;
  }
  .contact-web__blockForm .calendar {
    width: 100%;
  }
  .contact-web__blockForm .calendar input {
    border-radius: 2.1333333333vw;
    height: 16vw;
  }
  .contact-web__blockForm .select {
    width: 100%;
  }
  .contact-web__blockForm .note {
    color: #f34966;
    margin-top: 1em;
    letter-spacing: 0;
  }
  .contact-web__blockForm .form-radio {
    font-size: 114%;
    padding-left: 1em;
  }
  .contact-web__blockForm .form-radio .wpcf7-form-control {
    display: block;
    height: auto;
  }
  .contact-web__blockForm .form-radio .wpcf7-list-item {
    display: block;
  }
  .contact-web__blockForm .form-radio input[type=radio] {
    width: 6.4vw;
    height: 6.4vw;
  }
  .contact-web__blockForm .form-radio input[type=radio]:checked::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
  .contact-web__blockForm .form-radio label {
    position: relative;
    padding-left: 1.5em;
  }
  .contact-web__check {
    width: 100%;
    margin-top: 6.4vw;
  }
  .contact-web__check .form-check .ico-check .wpcf7-list-item-label {
    height: 8vw;
    line-height: 8vw;
  }
  .contact-web__check .form-check .ico-check .wpcf7-list-item-label::before {
    width: 8vw;
    height: 8vw;
  }
  .contact-web__check .form-check .ico-check .wpcf7-list-item-label::after {
    width: 3.7333333333vw;
    height: 1.8666666667vw;
    left: 1.8666666667vw;
    top: 2.1333333333vw;
  }
  .contact-web__submit {
    margin-top: 6.4vw;
  }
  .contact-web__submitButton input {
    min-width: 53.3333333333vw;
    min-height: 16vw;
    padding: 0 1.5em;
    border-radius: 8vw;
    font-size: 4.6666666667vw;
  }
}