@charset "UTF-8";
/* ====================================================
color
==================================================== */
@import url(https://fonts.googleapis.com/css?family=Nunito);
/* ====================================================
Font
==================================================== */
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

a {
  transition: 0.5s ease-in-out;
  color: #5e5e5e;
}

a:link {
  color: #5e5e5e;
  text-decoration: none;
}

a:hover {
  color: #5e5e5e;
  text-decoration: none;
}

a:visited {
  color: #5e5e5e;
  text-decoration: none;
}

a:hover, a:focus {
  color: #5e5e5e;
  text-decoration: none;
}

html {
  overflow: auto;
}

body {
  font-family: YuMincho, "游明朝", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", "HiraMinProN-W3", "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  color: #444444;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

p {
  margin: 0;
  line-height: 1.6;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

.inner {
  padding: 0 5%;
  box-sizing: border-box;
  margin: 0px auto;
}

.contentsFlex {
  display: flex;
  flex-wrap: wrap;
}

header {
  width: 100%;
  height: 55px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.75);
  position: fixed;
  /* ------- global --------- */
}
header h1 {
  left: 3%;
  top: 8px;
  z-index: 110;
  white-space: nowrap;
  overflow: hidden;
  height: 65px;
  width: 65%;
  margin: 0;
  line-height: 55px;
}
header h1 a {
  display: block;
  height: 50px;
  width: 100%;
  outline: none;
}
header h1 a img {
  line-height: 55px;
  width: 100%;
  vertical-align: middle;
}
header #navgToggle {
  position: absolute;
  right: 15px;
  top: 6px;
  display: block;
  width: 40px;
  height: 22px;
  z-index: 110;
}
header ul {
  border-top: 1px solid #000;
  display: none;
  position: fixed;
  left: 0;
  top: 55px;
  width: 100%;
  z-index: 90;
  padding: 0;
  margin: 0;
}
header ul li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 0.75rem;
  border-bottom: 1px solid #000;
  display: block;
  background-color: rgba(255, 255, 255, 0.75);
  color: #323232;
  box-sizing: border-box;
}
header ul li a {
  display: block;
  color: #323232 !important;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 25px 0;
}
header ul li:last-child {
  width: 100%;
}

#navGbg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 50;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 40px;
  height: 10px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #9B846E;
  border-radius: 0;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  top: 25px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  top: -8px;
}

.menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-10px) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(3) {
  display: none;
}

.cvBlock .cvBtn {
  background-color: #90732F;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
  margin: 30px auto 25px;
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.45);
  width: 95%;
  height: 80px;
}
.cvBlock .cvBtn a {
  text-align: center;
  margin: 0 auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.375rem;
  color: #fff;
  display: block;
  line-height: 80px;
  position: relative;
}
.cvBlock .cvBtn a img {
  vertical-align: middle;
  width: 17px;
  position: absolute;
  top: 31%;
  right: 5%;
}
.cvBlock ul {
  background-color: #F7F7F7;
  width: 80%;
  height: 32px;
  margin: 0 auto;
}
.cvBlock ul li {
  width: 50%;
  text-align: center;
  margin: auto;
  line-height: 32px;
}
.cvBlock ul li em {
  font-style: normal;
  font-size: 1.25rem;
}

#root-canal h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.4;
}
#root-canal h3 {
  font-size: 1.25rem;
}
#root-canal .topContents {
  margin: 55px auto 0;
  position: relative;
}
#root-canal .topContents h2.topCatch {
  position: absolute;
  top: 5%;
  left: 5%;
  color: #fff;
  box-sizing: border-box;
  font-size: 2rem;
  text-align: left;
  line-height: 1.6;
}
#root-canal .topContents h2.topCatch span {
  background-color: #BDA357;
  padding: 4px;
}
#root-canal .topContents h2.topCatch span.catchSub {
  font-size: 1.25rem;
}
#root-canal .topContents .topSubCatch {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(162, 153, 155, 0.8);
  padding: 18px 12px;
  box-sizing: border-box;
}
#root-canal .topContents .topSubCatch h3 {
  text-align: center;
  margin: 0 auto 12px;
  color: #fff;
}
#root-canal .topContents .topSubCatch ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4%;
}
#root-canal .topContents .topSubCatch ul li {
  width: 48%;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  font-size: 0.9375rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#root-canal .topContents .topSubCatch ul li span {
  font-size: 0.75rem;
  background-color: #BCAE8E;
  border-radius: 15px;
  padding: 4px 10px;
  color: #fff;
  display: inline-block;
  margin-bottom: 6px;
  letter-spacing: -0.061rem;
}
#root-canal .topContents .topSubCatch p {
  color: #fff;
  text-align: center;
  margin: 12px auto 0;
  font-size: 0.875rem;
}
#root-canal .topContents .topimg {
  line-height: 1;
}
#root-canal .topContents .topimg img {
  width: 100%;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}
#root-canal .team {
  background: linear-gradient(rgba(188, 174, 142, 0.3), rgba(188, 174, 142, 0.05), rgba(188, 174, 142, 0.3));
  padding: 60px 0 100px;
  position: relative;
}
#root-canal .team h2 {
  text-align: center;
  margin-bottom: 18px;
}
#root-canal .team .termFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
#root-canal .team .termFlex p {
  width: 50%;
}
#root-canal .team .flowBlock {
  position: absolute;
  bottom: 7%;
  width: 100%;
}
#root-canal .team .flowBlock h3 {
  text-align: center;
  background-color: #fff;
  font-size: 0.875rem;
  width: 200px;
  margin: 0 auto 24px;
  padding: 0;
  box-sizing: border-box;
  border-top: 1px solid #A2999B;
  border-bottom: 1px solid #A2999B;
}
#root-canal .team .flowBlock .flowFlex {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
  padding: 0 2.5%;
  box-sizing: border-box;
}
#root-canal .team .flowBlock .flowFlex .flowitem {
  width: 46%;
  padding: 18px 10px 12px;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}
#root-canal .team .flowBlock .flowFlex .flowitem .step {
  background-color: #7F7F7F;
  padding: 2px 10px;
  position: absolute;
  border-radius: 15px;
  top: -15px;
  left: -7px;
  color: #fff;
  font-size: 0.875rem;
}
#root-canal .team .flowBlock .flowFlex .flowitem dl dt {
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.4;
  text-align: center;
  font-size: 1.25rem;
}
#root-canal .team .flowBlock .flowFlex .flowitem dl dd {
  text-align: center;
  margin: 0 auto;
  font-size: 0.625rem;
  line-height: 1.4;
  color: #fff;
}
#root-canal .team .flowBlock .flowFlex .flowitem .specialty {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 0;
  margin-top: 12px;
  text-align: center;
}
#root-canal .team .flowBlock .flowFlex .flow01 {
  background-color: #73A6A3;
}
#root-canal .team .flowBlock .flowFlex .flow01 .specialty {
  color: #73A6A3;
}
#root-canal .team .flowBlock .flowFlex .flow01::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 105%;
  width: 17px;
  height: 26px;
  background-color: #7F7F7F;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 10;
}
#root-canal .team .flowBlock .flowFlex .flow02 {
  background-color: #BDA357;
}
#root-canal .team .flowBlock .flowFlex .flow02 .specialty {
  color: #BDA357;
}
#root-canal .team .note {
  font-size: 0.625rem;
  position: absolute;
  bottom: 3%;
  right: 1%;
}
#root-canal .trouble {
  background-color: rgba(242, 231, 234, 0.64);
  padding: 60px 0 40px;
}
#root-canal .trouble h2 {
  color: #BDA357;
  margin-bottom: 32px;
}
#root-canal .trouble ul li {
  padding: 8px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.25);
}
#root-canal .trouble ul li img {
  width: 28px;
  height: 25px;
  vertical-align: middle;
}
#root-canal .shindan {
  background-color: #F8F4EB;
}
#root-canal .shindan h2 {
  background-color: #A2999B;
  color: #fff;
  position: relative;
  padding: 16px 0;
  margin-bottom: 40px;
  font-size: 1.25rem;
}
#root-canal .shindan h2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 44%;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #A2999B;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#root-canal .shindan ul.contentsFlex li {
  width: 100%;
  margin: 0 auto 32px;
  padding: 20px 5%;
  box-sizing: border-box;
  background-color: #fff;
}
#root-canal .shindan ul.contentsFlex li h3 {
  color: #2E6F6B;
  text-align: center;
}
#root-canal .shindan ul.contentsFlex li h3 span {
  font-weight: bold;
}
#root-canal .shindan ul.contentsFlex li h4 {
  color: #fff;
  background-color: #2E6F6B;
  text-align: center;
  margin: 10px auto;
  padding: 8px 0;
  font-size: 1rem;
}
#root-canal .shindan ul.contentsFlex li ul {
  margin-bottom: 18px;
}
#root-canal .shindan ul.contentsFlex li ul li {
  margin: 0 auto;
  padding: 0 0 6px;
}
#root-canal .shindan ul.contentsFlex li p {
  background-color: #FFF3F5;
  padding: 6px 0;
  border-bottom: 1px solid #90732F;
  margin-top: 10px;
  line-height: 1.4;
  color: #90732F;
  text-align: center;
}
#root-canal .features h2 {
  background-color: #fff;
  padding: 28px 0;
  font-size: 1.75rem;
}
#root-canal .features h2 span {
  display: inline-block;
  font-size: 1.25rem;
  color: #BDA357;
}
#root-canal .features .featuresTtl {
  text-align: center;
  margin: 0 auto;
}
#root-canal .features .featuresTtl h3 {
  font-size: 1.5rem;
  margin-bottom: 28px;
}
#root-canal .features .featuresTtl p {
  background-color: #0B6A81;
  color: #fff;
  text-align: center;
  margin: 0 auto 12px;
  padding: 4px 0;
  box-sizing: border-box;
  font-size: 1rem;
  width: 160px;
}
#root-canal .features .featuresContents01 {
  background-color: #F8F4EB;
  padding: 40px 0;
}
#root-canal .features .featuresContents01 dl {
  display: block;
}
#root-canal .features .featuresContents01 dl dt img {
  width: 100%;
}
#root-canal .features .featuresContents01 dl dd {
  margin: 18px auto;
}
#root-canal .features .featuresContents02 {
  background-color: #fff;
  padding: 40px 0;
}
#root-canal .features .featuresContents02 dl {
  display: block;
}
#root-canal .features .featuresContents02 dl dt img {
  width: 100%;
}
#root-canal .features .featuresContents02 dl dd {
  margin: 18px auto;
}
#root-canal .hook {
  background: linear-gradient(rgba(205, 171, 178, 0.5), rgba(205, 171, 178, 0.2), rgba(205, 171, 178, 0.5));
  padding: 28px 0;
}
#root-canal .hook .cvGroup {
  margin: 18px auto 8px;
}
#root-canal .hook .cvGroup .cvBtn {
  text-align: center;
}
#root-canal .hook .cvGroup .cvBtn a {
  display: block;
}
#root-canal .hook .stationWalk {
  text-align: center;
  margin: 0 auto;
  font-size: 1rem;
  color: #AA6565;
}
#root-canal .flow {
  background-color: #EFEBEC;
  padding: 60px 0;
}
#root-canal .flow .caption {
  margin: 12px auto 28px;
}
#root-canal .flow h3 span {
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #A2999B;
  color: #fff;
  margin-right: 8px;
}
#root-canal .flow ul li {
  margin-bottom: 40px;
}
#root-canal .flow .point {
  display: flex;
  justify-content: flex-start;
  gap: 2%;
  margin: 12px auto;
}
#root-canal .flow .point p {
  color: #90732F;
  border: 1px solid #90732F;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 0.75rem;
  padding: 4px 8px;
}
#root-canal .flow .pointTxt {
  background-color: #fff;
  border-radius: 6px;
  padding: 18px;
  box-sizing: border-box;
}
#root-canal .flow .pointTxt dt {
  font-size: 1.125rem;
  margin-bottom: 18px;
}
#root-canal .flow .pointTxt dt span {
  border-bottom: 1px solid #90732F;
  padding-bottom: 10px;
  box-sizing: border-box;
}
#root-canal .flow .pointTxt dd {
  font-size: 0.875rem;
}
#root-canal .flow .pointTxt dd img {
  margin-bottom: 12px;
}
#root-canal .flow .pointTxt p {
  font-size: 0.875rem;
}
#root-canal .faq {
  background-color: #A2999B;
  padding: 60px 0;
}
#root-canal .faq h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}
#root-canal .faq dl {
  margin-bottom: 30px;
  border-radius: 6px;
  box-sizing: border-box;
  background-color: #fff;
}
#root-canal .faq dl dt {
  background-image: url(../img/question-icon.svg);
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 29px 42px;
  padding: 0 30px 0 50px;
  font-size: 1rem;
  box-sizing: border-box;
  display: block;
  position: relative;
  height: 88px;
  display: flex;
  align-items: center;
}
#root-canal .faq dl dt:after {
  content: "";
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
  background: url(https://commons-dso.com/wp-content/themes/commons/images/support/plus-s.png) no-repeat;
  position: absolute;
  right: 20px;
  top: 36px;
}
#root-canal .faq dl dt.active:after {
  content: "";
  width: 16px;
  height: 2px;
  background-size: 16px 2px !important;
  background: url(https://commons-dso.com/wp-content/themes/commons/images/support/minus-s.png) no-repeat;
  top: 36px;
  right: 20px;
}
#root-canal .faq dl dd {
  display: none;
  padding: 12px;
  font-size: 0.875rem;
  background-color: #fff;
  box-sizing: border-box;
}
#root-canal .faq dl:last-child {
  margin-bottom: 0;
}
#root-canal .case {
  margin: 60px auto;
}
#root-canal .case .caseslider {
  margin-top: 28px;
}
#root-canal .case .caseContents h3 {
  text-align: center;
  margin-bottom: 28px;
  font-size: 1rem;
  color: #90732F;
}
#root-canal .case .caseContents h3 span {
  display: block;
  font-size: 0.8125rem;
  margin-bottom: 12px;
}
#root-canal .case .caseContents .caseImg {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-bottom: 12px;
}
#root-canal .case .caseContents .caseImg p {
  width: 48%;
}
#root-canal .case .caseContents table {
  width: 100%;
  border-collapse: collapse;
}
#root-canal .case .caseContents table th, #root-canal .case .caseContents table td {
  border: 1px solid #BCAE8E;
  font-size: 0.875rem;
}
#root-canal .case .caseContents table th {
  background-color: #90732F;
  color: #fff;
  padding: 8px;
  text-align: center;
}
#root-canal .case .caseContents table td {
  background-color: #fff;
  padding: 8px;
}
#root-canal .price {
  background-color: #BCAE8E;
  padding: 60px 0;
}
#root-canal .price h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
#root-canal .price .caption {
  text-align: center;
  color: #fff;
  margin-bottom: 28px;
}
#root-canal .price .priceFirst {
  background-color: #fff;
  padding: 12px;
  box-sizing: border-box;
  margin-bottom: 48px;
}
#root-canal .price .priceFirst dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
#root-canal .price .priceFirst dl dt {
  width: 80%;
  font-size: 0.875rem;
}
#root-canal .price .priceFirst dl dt span {
  font-size: 0.625rem;
}
#root-canal .price .priceFirst dl dd {
  width: 20%;
  font-size: 0.875rem;
}
#root-canal .price .priceFirst p {
  color: #AA6565;
  font-size: 0.75rem;
}
#root-canal .price .priceTotal {
  margin-bottom: 28px;
}
#root-canal .price .priceTotal h3 {
  text-align: center;
  margin-bottom: 0;
  background-color: #24A083;
  color: #fff;
  padding: 4px 0;
}
#root-canal .price .priceTotal .totalBk {
  background-color: #fff;
  padding: 12px;
}
#root-canal .price .priceTotal .totalBk dl {
  display: flex;
}
#root-canal .price .priceTotal .totalBk dl dt {
  width: 70%;
  font-size: 0.875rem;
}
#root-canal .price .priceTotal .totalBk dl dd {
  width: 30%;
  font-size: 0.875rem;
  text-align: right;
}
#root-canal .price .priceTotal .totalBk .uchiwake h4 {
  border-top: 1px solid #90732F;
  padding-top: 12px;
  margin-top: 12px;
  color: #90732F;
  font-size: 0.8125rem;
}
#root-canal .price .priceTotal .totalBk .uchiwake dl dt {
  font-size: 0.625rem;
  color: #90732F;
}
#root-canal .price .priceTotal .totalBk .uchiwake dl dd {
  font-size: 0.625rem;
  color: #90732F;
  width: 36%;
}
#root-canal .price .priceOther h3 {
  text-align: center;
  color: #fff;
  background-color: #7D7D7D;
  padding: 4px 0;
}
#root-canal .price .priceOther .otherContents {
  background-color: #fff;
  padding: 12px;
  box-sizing: border-box;
}
#root-canal .price .priceOther .otherContents .otherTtl {
  background-color: #EDEDED;
  font-size: 0.8125rem;
  padding: 6px 8px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
#root-canal .price .priceOther .otherContents p {
  font-size: 11px;
}
#root-canal .price .priceOther .otherContents dl {
  display: flex;
  margin-bottom: 8px;
}
#root-canal .price .priceOther .otherContents dl dt {
  width: 70%;
  font-size: 0.875rem;
}
#root-canal .price .priceOther .otherContents dl dd {
  width: 30%;
  font-size: 0.875rem;
  text-align: right;
}
#root-canal .doctor {
  background-color: #787878;
  padding: 60px 0;
}
#root-canal .doctor h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}
#root-canal .doctor .drInfo dl dt {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 12px 0;
  box-sizing: border-box;
  text-align: center;
  margin: 30px auto 18px;
  color: #fff;
}
#root-canal .doctor .drInfo dl dd {
  background-color: #F4F1EB;
  padding: 12px;
  box-sizing: border-box;
  font-size: 0.75rem;
}
#root-canal .doctor .drInfo dl dd ul li {
  padding-bottom: 6px;
}
#root-canal .doctor .drInfo dl dd ul li:last-child {
  padding-bottom: 0;
}
#root-canal .doctor .drInfo p {
  margin: 18px auto 0;
  text-align: center;
}
#root-canal .doctor .drInfo p a {
  border: 1px solid #fff;
  border-radius: 40px;
  box-sizing: border-box;
  color: #fff;
  padding: 8px;
  display: block;
}
#root-canal .doctor .drInfo p.drName {
  text-align: center;
  color: #fff;
  margin: 12px auto;
  font-size: 1.25rem;
}
#root-canal .clinic {
  margin: 48px auto;
}
#root-canal .clinic .clinicTtl {
  border-top: 1px solid #90732F;
  border-bottom: 1px solid #90732F;
  color: #90732F;
  text-align: center;
  margin: 28px auto 18px;
  padding: 8px 0;
}
#root-canal .clinic dl {
  display: flex;
  justify-content: flex-start;
  gap: 3%;
  margin-bottom: 28px;
}
#root-canal .clinic dl dt {
  width: 22%;
}
#root-canal .clinic dl dd {
  width: 75%;
}
#root-canal .clinic #map iframe {
  width: 100%;
  height: 360px;
}
#root-canal .clinic .scene li:first-child {
  margin: 12px auto;
}
#root-canal .introduction {
  background-color: #EAE6DE;
  padding: 60px 0;
}
#root-canal .introduction .introTtl {
  margin: 12px auto 18px;
  background-color: #fff;
  padding: 10px 0;
}
#root-canal .introduction .introTtl p {
  font-size: 0.875rem;
  text-align: center;
  margin: 0 auto;
}
#root-canal .introduction ul {
  background-color: #A2999B;
  color: #fff;
  margin: 12px auto;
  padding: 12px;
  box-sizing: border-box;
}
#root-canal .introduction ul li {
  padding: 8px 0;
}

@media print, screen and (min-width: 768px) {
  body {
    margin: 0 auto !important;
  }
  .pcOff {
    display: none;
  }
  .spOff {
    display: block;
  }
  .inner {
    padding: 0;
    width: 1000px;
    margin: 0px auto;
  }
  header {
    width: 100%;
    height: 55px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.75);
    position: fixed;
    /* ------- global --------- */
  }
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header h1 {
    white-space: nowrap;
    overflow: hidden;
    height: 65px;
    width: 65%;
    margin: 0;
    line-height: 55px;
  }
  header h1 a {
    display: block;
    height: 50px;
    width: 100%;
    outline: none;
  }
  header h1 a img {
    line-height: 55px;
    width: 275px;
    height: 36px;
    vertical-align: middle;
  }
  header ul {
    width: 75%;
    padding: 0;
    margin: 0;
    display: flex;
    position: inherit;
  }
  header ul li {
    width: 50%;
    float: none;
    border-bottom: none;
    font-size: 0.75rem;
    position: relative;
  }
  header #navgToggle {
    display: none;
  }
  #root-canal h2 {
    font-size: 1.75rem;
  }
  #root-canal h3 {
    font-size: 1.5rem;
  }
  #root-canal .topContents {
    margin: 80px auto 0;
  }
  #root-canal .topContents h2.topCatch {
    left: 13%;
    font-size: 3rem;
  }
  #root-canal .topContents h2.topCatch span {
    padding: 8px;
  }
  #root-canal .topContents h2.topCatch span.catchSub {
    font-size: 2rem;
  }
  #root-canal .topContents .topimg {
    margin-bottom: 0;
  }
  #root-canal .topContents .topimg img {
    height: 675px;
  }
  #root-canal .topContents .topSubCatch {
    padding: 28px 0;
  }
  #root-canal .topContents .topSubCatch h3 {
    margin: 0 auto 18px;
    font-size: 1.75rem;
  }
  #root-canal .topContents .topSubCatch ul {
    width: 850px;
    margin: 0 auto;
    gap: 6%;
  }
  #root-canal .topContents .topSubCatch ul li {
    width: 47%;
    padding: 18px 0;
    box-sizing: border-box;
    font-size: 1.5rem;
  }
  #root-canal .topContents .topSubCatch ul li span {
    font-size: 1.25rem;
    padding: 4px 18px;
    margin-bottom: 8px;
    letter-spacing: 0;
  }
  #root-canal .topContents .topSubCatch p {
    margin: 12px auto 0;
    font-size: 1.125rem;
  }
  #root-canal .team {
    padding: 80px 0 150px;
  }
  #root-canal .team h2 {
    margin-bottom: 28px;
  }
  #root-canal .team .termFlex {
    width: 1000px;
    margin: 28px auto 0;
  }
  #root-canal .team .flowBlock {
    right: 0;
    left: 0;
    bottom: 11%;
    margin: 0 auto;
    width: 70%;
  }
  #root-canal .team .flowBlock h3 {
    text-align: center;
    width: 65%;
    margin: 0 auto 36px;
  }
  #root-canal .team .flowBlock .flowFlex {
    padding: 0;
    justify-content: center;
    gap: 8%;
  }
  #root-canal .team .flowBlock .flowFlex .flowitem {
    width: 46%;
    padding: 24px 18px;
    border-radius: 16px;
  }
  #root-canal .team .flowBlock .flowFlex .flowitem .step {
    padding: 4px 20px;
    border-radius: 25px;
    left: -28px;
    font-size: 1rem;
  }
  #root-canal .team .flowBlock .flowFlex .flowitem dl dt {
    margin-bottom: 8px;
    font-size: 1.375rem;
  }
  #root-canal .team .flowBlock .flowFlex .flowitem dl dd {
    font-size: 1.125rem;
    margin-bottom: 18px;
  }
  #root-canal .team .flowBlock .flowFlex .flowitem dl dd br {
    display: none;
  }
  #root-canal .team .flowBlock .flowFlex .flowitem .specialty {
    border-radius: 20px;
    margin-top: 12px;
  }
  #root-canal .team .flowBlock .flowFlex .flow01::after {
    top: 42%;
    left: 107.5%;
    width: 24px;
    height: 40px;
  }
  #root-canal .team .note {
    font-size: 0.875rem;
    bottom: 7.5%;
    right: 12%;
  }
  #root-canal .trouble {
    padding: 80px 0 60px;
  }
  #root-canal .trouble ul {
    width: 75%;
    margin: 0 auto;
  }
  #root-canal .trouble ul li {
    padding: 18px 0;
    font-size: 1.125rem;
  }
  #root-canal .trouble ul li img {
    margin-right: 8px;
  }
  #root-canal .shindan {
    padding-bottom: 48px;
  }
  #root-canal .shindan h2 {
    font-size: 1.75rem;
  }
  #root-canal .shindan h2:after {
    width: 75px;
    left: 47.5%;
  }
  #root-canal .shindan ul.contentsFlex {
    gap: 4%;
  }
  #root-canal .shindan ul.contentsFlex li {
    width: 48%;
    margin: 0 auto 32px;
  }
  #root-canal .shindan ul.contentsFlex li h4 {
    font-size: 1.125rem;
    margin: 12px auto;
    padding: 10px 0;
  }
  #root-canal .shindan ul.contentsFlex li ul {
    margin-bottom: 18px;
  }
  #root-canal .shindan ul.contentsFlex li ul li {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 8px;
  }
  #root-canal .shindan ul.contentsFlex li p {
    font-size: 1.125rem;
  }
  #root-canal .features h2 {
    font-size: 1.75rem;
  }
  #root-canal .features h2 span {
    font-size: 1.25rem;
  }
  #root-canal .features .featuresTtl h3 {
    font-size: 1.5rem;
  }
  #root-canal .features .featuresTtl p {
    margin: 0 auto 12px;
    padding: 6px 0;
    font-size: 1.125rem;
    width: 200px;
  }
  #root-canal .features .featuresContents01 {
    padding: 60px 0;
  }
  #root-canal .features .featuresContents01 dl {
    display: flex;
    gap: 4%;
  }
  #root-canal .features .featuresContents01 dl dt {
    width: 48%;
  }
  #root-canal .features .featuresContents01 dl dd {
    width: 48%;
    margin-top: 0;
  }
  #root-canal .features .featuresContents02 {
    padding: 60px 0;
  }
  #root-canal .features .featuresContents02 dl {
    display: flex;
    gap: 4%;
  }
  #root-canal .features .featuresContents02 dl dt {
    width: 48%;
  }
  #root-canal .features .featuresContents02 dl dd {
    width: 48%;
    margin-top: 0;
  }
  #root-canal .hook {
    padding: 48px 0;
  }
  #root-canal .hook .cvGroup {
    margin: 18px auto 8px;
  }
  #root-canal .hook .cvGroup .cvBtn a img {
    width: 360px;
    height: auto;
  }
  #root-canal .hook .stationWalk {
    font-size: 1rem;
  }
  #root-canal .flow {
    padding: 80px 0;
  }
  #root-canal .flow .caption {
    text-align: center;
    margin: 12px auto 28px;
  }
  #root-canal .flow h3 span {
    padding: 8px 12px;
    border-radius: 8px;
    background-color: #A2999B;
    color: #fff;
    margin-right: 8px;
  }
  #root-canal .flow ul li {
    width: 100%;
    margin-bottom: 60px;
  }
  #root-canal .flow .point {
    margin: 18px auto;
  }
  #root-canal .flow .point p {
    font-size: 1rem;
  }
  #root-canal .flow .pointTxt {
    padding: 28px;
  }
  #root-canal .flow .pointTxt dt {
    font-size: 1.375rem;
    margin-bottom: 24px;
  }
  #root-canal .flow .pointTxt dt span {
    padding-bottom: 12px;
  }
  #root-canal .flow .pointTxt dd {
    font-size: 1rem;
  }
  #root-canal .flow .pointTxt p {
    font-size: 1rem;
  }
  #root-canal .flow .pointTxt .pointFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  #root-canal .flow .pointTxt .pointFlex .flowImg {
    width: 48%;
  }
  #root-canal .flow .pointTxt .pointFlex .flowTxt {
    width: 48%;
  }
  #root-canal .faq {
    padding: 80px 0;
  }
  #root-canal .faq dl {
    margin-bottom: 28px;
  }
  #root-canal .faq dl dt {
    padding: 0 60px;
    font-size: 1.125rem;
  }
  #root-canal .faq dl dd {
    font-size: 1rem;
    padding: 0 28px 28px;
  }
  #root-canal .case {
    margin: 80px auto;
  }
  #root-canal .case .caseContents h3 {
    margin-bottom: 28px;
    font-size: 1.5rem;
  }
  #root-canal .case .caseContents h3 span {
    font-size: 1.125rem;
  }
  #root-canal .case .caseContents .caseImg {
    gap: 4%;
  }
  #root-canal .case .caseContents table th {
    font-size: 1rem;
    padding: 12px;
  }
  #root-canal .case .caseContents table td {
    font-size: 1rem;
    padding: 12px;
  }
  #root-canal .price {
    padding: 80px 0;
  }
  #root-canal .price .inner {
    width: 850px;
  }
  #root-canal .price h2 {
    margin-bottom: 18px;
  }
  #root-canal .price .priceFirst {
    padding: 28px;
  }
  #root-canal .price .priceFirst dl dt {
    font-size: 1.125rem;
    text-align: left;
  }
  #root-canal .price .priceFirst dl dt span {
    font-size: 0.875rem;
  }
  #root-canal .price .priceFirst dl dd {
    font-size: 1.125rem;
    text-align: right;
  }
  #root-canal .price .priceFirst p {
    font-size: 0.875rem;
  }
  #root-canal .price .priceTotal {
    margin-bottom: 48px;
  }
  #root-canal .price .priceTotal h3 {
    padding: 8px 0;
  }
  #root-canal .price .priceTotal .totalBk {
    padding: 28px;
  }
  #root-canal .price .priceTotal .totalBk dl dt {
    font-size: 1rem;
  }
  #root-canal .price .priceTotal .totalBk dl dd {
    width: 30%;
    font-size: 1rem;
  }
  #root-canal .price .priceTotal .totalBk .uchiwake h4 {
    padding-top: 18px;
    margin: 18px auto 12px;
    font-size: 1.125rem;
  }
  #root-canal .price .priceTotal .totalBk .uchiwake dl dt {
    font-size: 1rem;
  }
  #root-canal .price .priceTotal .totalBk .uchiwake dl dd {
    font-size: 1rem;
  }
  #root-canal .price .priceOther h3 {
    padding: 4px 0;
  }
  #root-canal .price .priceOther .otherContents {
    padding: 18px;
  }
  #root-canal .price .priceOther .otherContents .otherTtl {
    font-size: 1.125rem;
    padding: 12px 16px;
    margin-bottom: 28px;
  }
  #root-canal .price .priceOther .otherContents p {
    font-size: 1rem;
  }
  #root-canal .price .priceOther .otherContents dl {
    margin-bottom: 12px;
  }
  #root-canal .price .priceOther .otherContents dl dt {
    font-size: 1rem;
  }
  #root-canal .price .priceOther .otherContents dl dd {
    font-size: 1rem;
  }
  #root-canal .doctor {
    padding: 80px 0;
  }
  #root-canal .doctor h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 28px;
  }
  #root-canal .doctor .contentsFlex {
    gap: 4%;
  }
  #root-canal .doctor .drImg {
    width: 48%;
  }
  #root-canal .doctor .drInfo {
    width: 48%;
  }
  #root-canal .doctor .drInfo dl dt {
    padding: 12px 0;
    text-align: left;
    margin: 30px auto 18px;
  }
  #root-canal .doctor .drInfo dl dd {
    padding: 12px;
    font-size: 1rem;
  }
  #root-canal .doctor .drInfo dl dd ul li {
    padding-bottom: 6px;
  }
  #root-canal .doctor .drInfo dl dd ul li:last-child {
    padding-bottom: 0;
  }
  #root-canal .doctor .drInfo p.drName {
    text-align: left;
    margin: 0 auto 18px;
    font-size: 1.5rem;
  }
  #root-canal .doctor p.spOff {
    width: 360px;
    margin: 60px auto 0;
    text-align: center;
  }
  #root-canal .doctor p.spOff a {
    border: 1px solid #fff;
    border-radius: 40px;
    box-sizing: border-box;
    color: #fff;
    padding: 8px;
    display: block;
    font-size: 1.125rem;
  }
  #root-canal .clinic {
    margin: 80px auto;
  }
  #root-canal .clinic .clinicTtl {
    margin: 28px auto 40px;
    padding: 28px 0;
    font-size: 1.375rem;
  }
  #root-canal .clinic .contentsFlex {
    gap: 4%;
  }
  #root-canal .clinic .clinicImg {
    width: 48%;
  }
  #root-canal .clinic .clinicInfo {
    width: 48%;
  }
  #root-canal .clinic dl {
    gap: 2%;
    margin-bottom: 28px;
  }
  #root-canal .clinic dl dt {
    width: 18%;
  }
  #root-canal .clinic dl dd {
    width: 80%;
  }
  #root-canal .clinic #map {
    margin-top: 28px;
  }
  #root-canal .clinic #map iframe {
    width: 100%;
    height: 480px;
  }
  #root-canal .introduction {
    padding: 80px 0;
  }
  #root-canal .introduction .inner {
    width: 850px;
  }
  #root-canal .introduction .introTtl {
    margin: 18px auto 28px;
    padding: 18px 0;
  }
  #root-canal .introduction .introTtl p {
    font-size: 1.125rem;
  }
  #root-canal .introduction ul {
    margin: 12px auto;
    padding: 18px;
  }
  #root-canal .introduction ul li {
    padding: 0 0 8px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .spOff {
    display: none;
  }
  .pcOff {
    display: block;
  }
}/*# sourceMappingURL=rc-style.css.map */