@charset "utf-8";
/*========================================================================================================================


  ◇◆◇ 口臭治療 ◇◆◇
  
  
========================================================================================================================*/
.s-block {
  background-color: #fff;
  box-sizing: border-box;
}
@media print, screen and (min-width:641px) {
  .s-block {
    margin-top: 60px;
    padding: 60px;
  }
  .s-block.blockS {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  .s-block .l-ttl {
    margin-top: 10px;
  }
  .s-block .subTtl {
    padding-top: 40px;
  }
  .s-body {
    padding-top: 50px;
  }
}
@media screen and (max-width:640px) {
  .s-block {
    margin-top: 2rem;
    padding: 2.25rem 1.75rem 2rem 1.75rem;
  }
  .s-block .l-ttl {
    margin-top: 0.75rem;
  }
  .s-block .l-ttl .plus {
    display: block;
    line-height: 1;
  }
  .s-block .subTtl {
    padding-top: 1.75rem;
  }
  .s-body {
    padding-top: 1.75rem;
  }
}

/*----------------------------------------------------------------------------------------------------

  本格的な治療
  
----------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:641px) {
  #exc {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width:640px) {
  #exc {
    padding: 2.5rem 1.5rem 3rem 1.5rem;
  }
}
.exc_ttl {
  text-align: center;
}
.exc_ttl h3 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width:641px) {
  .exc_ttl {
    padding-bottom: 20px;
  }
}
@media screen and (max-width:640px) {
  .exc_ttl {
    padding-bottom: 1rem;
  }
  .exc_ttl .l-ttl {
    font-size: 181.2%;
  }
}

/*-----------------------------------------------------------------------------------
  料金
-----------------------------------------------------------------------------------*/
@media screen and (max-width:640px) {
  .exc_price {
    padding-top: 0.25rem;
  }
}
.exc_price {
  text-align: left;
}
.exc_priceTbl {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.exc_priceTbl th, .exc_priceTbl td {
  box-sizing: border-box;
  line-height: 1.4;
}
.exc_priceTbl th {
  font-weight: 400;
  background-color: #61c5b4;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #91d7cb;
}
.exc_priceTbl td {
  text-align: left;
  vertical-align: middle;
  background-color: #f0f8f8;
  border-bottom: 1px solid #d2eae8;
}
.exc_priceTbl tr:last-child th, .exc_priceTbl tr:last-child td {
  border-bottom: 0;
}
.exc_priceTbl td.sth {
  font-weight: 400;
  background-color: #ceece9;
  border-color: #f0f8f8;
  text-align: center;
}
.exc_price .annot dt {
  padding-bottom: 0.25rem;
}
@media print, screen and (min-width:641px) {
  .exc_priceTbl th, .exc_priceTbl td {
    padding: 1.5rem;
  }
  .exc_price .annot dt {
    padding-top: 2rem;
  }
}
@media screen and (max-width:640px) {
  .exc_priceTbl {
    width: 540px;
  }
  .exc_priceTbl colgroup {
    width: 100%;
  }
  .exc_priceTbl th {
    display: block;
    width: 100%;
    text-align: left;
    border-bottom: 0;
    padding: 1rem;
  }
  .exc_priceTbl th br {
    display: none;
  }
  .exc_priceTbl th .kai {
    display: inline-block;
    position: relative;
  }
  .exc_priceTbl th .kai:before {
    content: "（";
  }
  .exc_priceTbl th .kai:after {
    content: "）";
  }
  .exc_priceTbl td {
    padding: 1.25rem 1rem;
  }
  .exc_priceTbl td:not(.sth) {
    margin-left: 35%;
    display: block;
  }
  .exc_priceTbl td.sth {
    width: 35%;
    float: left;
    clear: both;
    display: block;
    position: absolute;
  }
  .exc_priceTbl td.sth .wrap {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .exc_priceTbl tr.gpLast th, .exc_priceTbl tr.gpLast td {
    border-bottom: 0;
  }
  .exc_priceTbl tr:last-child th {
    margin-top: 1.5rem;
  }
  .exc_price .annot dt {
    padding-top: 1.5rem;
  }
}

/*-----------------------------------------------------------------------------------
  概要
-----------------------------------------------------------------------------------*/
.exc_about .gaiyouTbl {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.exc_about .gaiyouTbl caption {
  text-align: left;
  padding-bottom: 0.75rem;
}
.exc_about .gaiyouTbl th, .exc_about .gaiyouTbl td {
  box-sizing: border-box;
  line-height: 1.4;
}
.exc_about .gaiyouTbl th {
  font-weight: 400;
  background-color: #ceece9;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid #f0f8f8;
}
.exc_about .gaiyouTbl td {
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  border-bottom: 1px solid #d2eae8;
}
.exc_about .gaiyouTbl tr:last-child th,
.exc_about .gaiyouTbl tr:last-child td {
  border-bottom: 0;
}
.exc_about .gaiyouTbl td .l-is-checkList {
  padding-top: 1rem;
}
.exc_about .gaiyouTbl td .telLink img {
  margin-top: 0.75rem;
}
.exc_about .gaiyouTbl td .drHonda {
  padding-top: 1.5rem;
}
.exc_about .gaiyouTbl td .drHonda-link {
  display: inline-block;
  padding-top: 1rem;
}
@media print, screen and (min-width:641px) {
  .exc_about {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .exc_about .gaiyouTbl th,
  .exc_about .gaiyouTbl td {
    padding: 1.5rem;
  }
}
@media screen and (max-width:640px) {
  .exc_about {
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
  }
  .exc_about .gaiyouTbl colgroup {
    width: 100%;
  }
  .exc_about .gaiyouTbl th, .exc_about .gaiyouTbl td {
    display: block;
    width: 100%;
  }
  .exc_about .gaiyouTbl th {
    text-align: left;
    border-bottom: 0;
    padding: 1rem 1.25rem;
  }
  .exc_about .gaiyouTbl td {
    border-bottom: 0;
    padding: 1.5rem 1.25rem;
  }
  .exc_about .gaiyouTbl td.rsv {
    text-align: center;
  }
  .exc_about .gaiyouTbl td.rsv a {
    display: block;
  }
  .exc_about .gaiyouTbl td.rsv a,
  .exc_about .gaiyouTbl td.rsv a:visited,
  .exc_about .gaiyouTbl td.rsv a:hover {
    color: inherit;
    text-decoration: none;
  }
}

/*-----------------------------------------------------------------------------------
  患者さんの声
-----------------------------------------------------------------------------------*/
.exc_voice {
  text-align: left;
}
.exc_voiceBox {
  background-color: #f0f8f8;
}
.exc_voiceBox p:first-of-type {
  padding-top: 0.25em;
}
@media print, screen and (min-width:641px) {
  .exc_voiceBox {
    padding: 2em;
  }
  .exc_voiceBox:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width:640px) {
  .exc_voiceBox {
    padding: 1.75rem;
  }
  .exc_voiceBox:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

/*-----------------------------------------------------------------------------------
  治療の流れ
-----------------------------------------------------------------------------------*/
.exc_flow {
  counter-reset: s-number;
  text-align: left;
}
.exc_flowBox {
  box-sizing: border-box;
  position: relative;
  counter-increment: s-number;
}
.exc_flowBox:not(:last-child):after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d2eae8;
  position: absolute;
  top: 0;
}
.exc_flowBox:before {
  content: counter(s-number);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #61c5b4;
  color: #fff;
  line-height: 1;
  padding: 0.5rem;
  box-sizing: border-box;
  z-index: 2;
}
.exc_flowBox dt {
  font-weight: 400;
  font-size: 118.8%;
}
.exc_flowBox dd {
  padding-top: 0.5rem;
}
.exc_flowBox dd ul {
  margin-left: 1.5rem;
}
@media print, screen and (min-width:641px) {
  .exc_flowBox:before {
    font-size: 118.8%;
    width: 2.5rem;
  }
  .exc_flowBox:not(:last-child):after {
    left: 1.25rem;
  }
  .exc_flowBox:not(:last-child) {
    padding-bottom: 50px;
  }
  .exc_flowBox:last-child {
    padding-bottom: 10px;
  }
  .exc_flowBox {
    padding-left: 4.5rem;
  }
  .exc_flowBox dt {
    padding-top: 0.15rem;
  }
  .exc_flowBox .shinsaList {
    width: 60%;
  }
  .exc_flowBox .shinsaList li {
    width: 50%;
    float: left;
    margin-top: 0.25rem;
  }
}
@media screen and (max-width:640px) {
  .exc_flowBox:before {
    width: 2rem;
  }
  .exc_flowBox:not(:last-child):after {
    left: 1rem;
  }
  .exc_flowBox:not(:last-child) {
    padding-bottom: 2rem;
  }
  .exc_flowBox:last-child {
    padding-bottom: 0.5rem;
  }
  .exc_flowBox {
    padding-left: 3.5rem;
  }
}
.exc_support .l-mk {
  display: inline-block;
  margin-top: 0.75rem;
}
.exc_support .support-ar {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 30px;
  background-color: #f7e17a;
  top: -15px;
  margin-bottom: 2rem;
}
.exc_support .support-ar:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 30px solid #f7e17a;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}
@media print, screen and (min-width:641px) {
  .exc_support {
    padding-bottom: 20px;
  }
}
@media screen and (max-width:640px) {
  .exc_support {
    font-size: 90%;
    padding-bottom: 1.5rem;
  }
}

/*-----------------------------------------------------------------------------------
  ご予約のお電話をする前に
-----------------------------------------------------------------------------------*/
.exc_rsv {
  text-align: left;
}
.exc_rsv ul {
  margin-left: 1.5rem;
}
.exc_rsv li:not(:first-child) {
  margin-top: 0.75rem;
}

/*-----------------------------------------------------------------------------------
  バナー
-----------------------------------------------------------------------------------*/
#bnr {
  list-style: none;
}
#bnr li a {
  display: block;
  background-color: #fff;
}
@media print, screen and (min-width:641px) {
  #bnr {
    width: 1080px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  #bnr li {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  #bnr li:first-child {
    padding-right: 20px;
  }
  #bnr li:last-child {
    padding-left: 20px;
  }
}
@media screen and (max-width:640px) {
  #bnr {
    padding: 0 1.5rem 3rem 1.5rem;
  }
  #bnr li:not(:first-child) {
    padding-top: 1.5rem;
  }
}

/*----------------------------------------------------------------------------------------------------

  その他の治療
  
----------------------------------------------------------------------------------------------------*/
.course {
  text-align: left;
}
@media print, screen and (min-width:641px) {
  #course {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 120px;
  }
  .course-txt {
    text-align: center;
    padding-bottom: 40px;
  }
}
@media screen and (max-width:640px) {
  #course {
    padding: 1rem 1.5rem 3rem 1.5rem;
  }
  .course-txt {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
}

/*-----------------------------------------------------------------------------------
  料金
-----------------------------------------------------------------------------------*/
.priceTbl {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.priceTbl th,
.priceTbl td {
  box-sizing: border-box;
  line-height: 1.4;
}
.priceTbl th {
  font-weight: 400;
  background-color: #61c5b4;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #91d7cb;
}
.priceTbl td {
  text-align: left;
  vertical-align: middle;
  background-color: #f0f8f8;
  border-bottom: 1px solid #d2eae8;
}
.priceTbl tr:last-child th,
.priceTbl tr:last-child td {
  border-bottom: 0;
}
@media print, screen and (min-width:641px) {
  .priceTbl th,
  .priceTbl td {
    padding: 1.5rem;
  }
}
@media screen and (max-width:640px) {
  .priceTbl colgroup {
    width: 100%;
  }
  .priceTbl th, .priceTbl td {
    display: block;
    width: 100%;
  }
  .priceTbl th {
    text-align: left;
    border-bottom: 0;
    padding: 1rem;
  }
  .priceTbl td {
    border-bottom: 0;
    padding: 1.25rem 1rem;
  }
}

