@charset "UTF-8";
.under {
  --h3:60px;
  --h4:50px;
}
.under .sitemap > ul > li .lv2 {
  padding-left: 1em;
}
.under .sitemap > ul > li a,
.under .sitemap > ul > li p {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 30px;
  border-bottom: dotted 1px #ccc;
  color: rgb(51, 51, 51);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.under .sitemap > ul > li a:before,
.under .sitemap > ul > li p:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background: var(--main-color);
  left: 0;
  top: 50%;
}
.under .sitemap > ul > li .title {
  margin-bottom: 0;
  font-family: var(--f-mincho);
  font-weight: 500;
  font-size: 1.875em;
  color: var(--main-color);
  line-height: 1;
}
.under .sitemap > ul > li .title::before {
  margin-top: -3px;
}
.under .sitemap > ul > li .title::after {
  margin-top: -8px;
}
.under .sitemap > ul > li .tl_mn > a {
  pointer-events: none;
  font-family: var(--f-mincho);
  font-size: 1.25em;
  font-weight: 500;
  color: var(--clr1);
  padding-left: 41px;
  padding: 12px 10px 12px 30px;
}
.under .sitemap > ul > li .tl_mn > a::before {
  display: none;
}
.under .sitemap > ul > li p:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: var(--main-color);
  left: 6px;
  top: 50%;
  margin-top: -5px;
}
.under .sitemap > ul > li a:hover {
  text-decoration: none;
  background: rgba(173, 150, 48, 0.07);
  opacity: 1;
  color: var(--main-color);
}
.under .sitemap > ul > li li a {
  padding-left: 70px;
}
.under .sitemap > ul > li li a:before {
  left: 40px;
  top: 1.5em;
}
.under #mainContent {
  padding-bottom: 100px;
}
.under #mainContent img {
  border-radius: 4px;
}
.under .topic_path {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 1.5px;
  padding: 17px 0 7px;
}
.under .topic_path ul {
  display: block;
  padding: 4px 10px 4px 3px;
}
.under .topic_path ul::after {
  content: "";
  display: block;
  clear: both;
}
.under .topic_path ul li {
  float: left;
}
.under .topic_path a {
  text-decoration: none;
  color: var(--main-color);
}
.under .topic_path a:hover {
  opacity: 1;
  text-decoration: underline;
}
.under .topic_path span {
  display: inline-block;
  padding: 0 9px 0 8px;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
  color: var(--main-color);
  line-height: 1;
  top: -1px;
  position: relative;
}
.under .key {
  background: url(../images/ud_key_bg.jpg) no-repeat center/cover;
  height: 400px;
  z-index: 0;
}
.under .key::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../images/ud_key_p1.png), url(../images/ud_key_p2.png), url(../images/ud_key_p3.png), url(../images/ud_key_p4.png);
  background-repeat: no-repeat;
  background-size: 16em auto;
  background-position: top -0.1em left, top -0.1em right -0.1em, bottom 0.1em left 0em, bottom 0.1em right -0.1em;
  font-size: 10px;
}
.under .key .inner {
  height: 100%;
  padding: 0px;
}
.under .key .key_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 20px;
}
.under .key .key_text::before, .under .key .key_text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  font-size: 10px;
}
.under .key .key_text::before {
  width: calc(100% - 31.9em);
  height: 100%;
  background-image: url(../images/ud_key_line1.png), url(../images/ud_key_line2.png);
  background-repeat: repeat-x;
  background-size: auto 1.2em;
  background-position: top -0.1em left, bottom 0.1em left;
}
.under .key .key_text::after {
  width: 100%;
  height: calc(100% - 30.7em);
  background-image: url(../images/ud_key_line3.png), url(../images/ud_key_line4.png);
  background-repeat: repeat-y;
  background-size: 1.2em auto;
  background-position: top left, top right -0.2em;
  top: -0.3em;
}
.under .key h2 {
  display: table;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  color: #360604;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px 25px 16px 36px;
}
.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.under h2:last-child,
.under h3:last-child,
.under h4:last-child,
.under h5:last-child,
.under h6:last-child {
  margin-bottom: 0;
}
.under h3 {
  position: relative;
  margin-bottom: 30px;
  color: var(--main-color);
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
.under h3::after {
  content: "";
  position: relative;
  display: block;
  width: 90px;
  height: 2px;
  background-color: var(--main-color);
  margin: 13px auto 0;
}
.under h3:has(+ .secH4) {
  margin-bottom: 0;
}
.under .secH4 {
  margin-top: var(--h3);
}
.under h4 {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 26px;
  color: #ffffff;
  padding: 14px 28px 10px;
  background-image: url(../images/pattern01_w.svg), url(../images/pattern02_w.svg), url(../images/pattern03_w.svg), url(../images/pattern04_w.svg);
  background-repeat: no-repeat;
  background-size: auto 0.75em;
  background-position: top 0.1153846154em left 0.1538461538em, top 0.1538461538em right 0.1538461538em, bottom 0.1538461538em left 0.1538461538em, bottom 0.2692307692em right 0.1538461538em;
  background-color: #ccbd8e;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.45);
          box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.45);
}
.under h4::before, .under h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0.6;
}
.under h4::before {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  width: calc(100% - 1.7307692308em);
  height: calc(100% - 0.3846153846em);
}
.under h4::after {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  width: calc(100% - 0.3076923077em);
  height: calc(100% - 1.8461538462em);
}
.under h4:has(+ .secH5) {
  margin-bottom: 0;
}
.under .secH5 {
  margin-top: var(--h4);
}
.under h5 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  color: var(--clr1);
  display: table;
  padding-left: 1.9583333333em;
}
.under h5::before {
  content: "";
  position: absolute;
  top: -0.3333333333em;
  left: 0;
  width: 1.2916666667em;
  height: 2.041666666666667em;
  background: url(../images/ud_h5_ic.png) no-repeat center/contain;
}
.under h6 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 20px;
  color: #b09639;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under .key::before {
    font-size: 5px;
  }
  .under .key .key_text::before, .under .key .key_text::after {
    font-size: 5px;
  }
  .under .key .key_text::before {
    width: calc(100% - 31.8em);
  }
  .under .key .key_text::after {
    height: calc(100% - 31.9em);
  }
  .under .key h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .under h3 {
    font-size: 30px;
  }
  .under h4 {
    font-size: 24px;
  }
  .under h5 {
    font-size: 22px;
    padding-left: 1.58333em;
  }
  .under h6 {
    font-size: 18px;
  }
}
.under .inner > section,
.under .entry > section {
  padding-top: 1px;
  margin-top: 75px;
}
.under .inner > section:first-child,
.under .entry > section:first-child {
  margin-top: 34px;
}
.under section > p:last-of-type {
  margin-bottom: 0;
}
.under section > p:last-of-type + table,
.under section > p:last-of-type + ul {
  margin-top: 15px;
}
.under .btn-group .btn.style01 {
  display: table;
  margin: 20px auto;
}
.under .btn-group .btn.style01 span {
  display: inline-block;
}
.under .imgBox.rowImg .image_l img,
.under .imgBox.rowImg .image_r img {
  width: auto;
  max-height: 500px;
}
.under .imgBox.rowImg .image_l {
  float: left;
  margin-right: 60px;
}
.under .imgBox.rowImg .image_r {
  float: right;
  margin-left: 60px;
}
.under .imgBox.rowImg .image_l,
.under .imgBox.rowImg .image_r {
  max-width: 450px;
  margin-bottom: 30px;
}
.under .imgBox.rowImg .txt_l {
  float: left;
}
.under .imgBox.rowImg .txt_r {
  float: right;
}
.under .imgBox.rowImg .txt_l,
.under .imgBox.rowImg .txt_r {
  width: calc(100% - 510px);
}
.under .imgBox.rowImg.large .image_l,
.under .imgBox.rowImg.large .image_r {
  max-width: 440px;
}
.under .imgBox.rowImg.large .txt_l,
.under .imgBox.rowImg.large .txt_r {
  width: calc(100% - 475px);
}
.under .imgBox.rowImg.full .image_l,
.under .imgBox.rowImg.full .image_r {
  max-width: 60vw;
}
.under .imgBox.colImg .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.under .imgBox.colImg p {
  margin-bottom: 5px;
}
.under .imgBox.colImg p:last-child {
  margin-bottom: 0;
}
.under .imgBox.colImg picture {
  margin-bottom: 15px;
}
.under .imgBox.colImg .text p {
  font-size: 1em;
}
.under .imgBox.colImg .text .ttl {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #a98c54;
  font-family: "Noto Serif JP", serif;
}
.under .imgBox.colImg3 picture, .under .imgBox.colImg2 picture {
  position: relative;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  height: 380px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
}
.under .imgBox.colImg3 img, .under .imgBox.colImg2 img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 0 !important;
}
.under .imgBox.colImg3 .item {
  width: 32%;
}
.under .imgBox.colImg3 picture {
  height: 250px;
}
.under .imgBox.colImg2 .item {
  width: 49%;
}
.under .imgBox.colImg1 .item {
  width: 100%;
}
.under .imgBox.colImg1 .item img {
  max-height: 500px;
}
.under .faq_box .box {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 60px;
}
.under .faq_box h4 {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 0;
  padding: 1em 3.125em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.under .faq_box h4:hover {
  cursor: pointer;
}
.under .faq_box h4:after {
  display: none;
}
.under .faq_box h4:before {
  content: "Q.";
  position: absolute;
  top: 0.375em;
  left: 0.5em;
  line-height: 1;
  font-family: var(--f-en);
  font-size: 1.6666666667em;
}
.under .faq_box .content {
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 30px;
  padding-bottom: 55px;
  background-color: #ddd;
  position: relative;
}
.under .faq_box .content:after {
  content: "A.";
  position: absolute;
  font-family: var(--f-en);
  top: 23px;
  left: 40px;
  font-size: 40px;
  color: var(--main-color);
  font-weight: 500;
}
.under .faq_box .content:before {
  content: "";
  position: absolute;
  background-color: #ccc;
  width: 36.6em;
  height: 37.7em;
  bottom: 10px;
  right: 20px;
  font-size: 3px;
  opacity: 0.2;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under .imgBox.rowImg .image_l,
  .under .imgBox.rowImg .image_r {
    display: table;
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
	.under .alignleft, .under .alignright{float: none;}
}
.under table {
  border-radius: 3px;
}
.under table.rollTable {
  width: 100%;
}
.under table.tbl_style01 {
  margin-bottom: 15px;
}
.under table.tbl_style01:last-child {
  margin-bottom: 0;
}
.under table.tbl_style01 th,
.under table.tbl_style01 td {
  border: 1px solid #e1d6aa;
  padding: 0.625rem;
  line-height: 2.25;
}
.under table.tbl_style01 th img,
.under table.tbl_style01 td img {
  max-width: 100%;
}
.under table.tbl_style01 th {
  background-color: #f6f3e7;
  color: var(--main-color);
  text-align: center;
}
.under table.tbl_style01 td {
  background-color: #fff;
  font-size: 1em;
}
.under table.tbl_style01 .td_spec {
  font-weight: bold;
  text-align: center;
}
.under table.tbl_style01.rowHead tr th:not(:last-child) {
  border-right: 1px solid #e1d6aa;
}
.under table.tbl_style01.colHead tr:not(:last-child) th {
  border-bottom: 1px solid #e1d6aa;
}
.under table.tbl_style01.td_top td {
  -ms-flex-line-pack: start;
      align-content: start;
}
.under table.tbl_style01.td_center td {
  text-align: center;
}
.under table.tbl_style01 figure{
	display: table;
	margin: 0 auto;
}

.under table.tbl_style01 td .td_img span{	
	 min-height: 4.5em; 
	display: block;
}
.under table.tbl_style01 td .td_img img{
    margin: auto;
}
.under table.tbl_style01 .list01 {
  padding: 0;
  background-color: transparent;
}
.under table.tbl_style02 th,
.under table.tbl_style02 td {
  border: 2px solid #9dba38;
  border-left: none;
  border-right: none;
  padding: 0.625em;
}
.under table.tbl_style02 th img,
.under table.tbl_style02 td img {
  max-width: 100%;
}
.under table.tbl_style02 th {
  background: none;
  font-weight: normal;
  font-size: 1.125em;
  color: #9dba38;
}
.under table.tbl_style02 td {
  font-size: 1em;
}
.under .tbl_note {
  display: none;
  margin-top: 10px;
  color: var(--clr3);
  font-size: 11px;
  letter-spacing: 0;
}
.clearboth{clear: both;}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .under .clinic_tbl01 th {
    width: 19em;
  }
  .under table.tbl_style01 th,
  .under table.tbl_style01 td {
    padding: 0.5rem;
  }
  .under table.tbl_style01 th {
    font-size: 1em;
  }
  .under table.tbl_style01 td {
    font-size: 0.9em;
  }
  .under table.tbl_style02 th {
    font-size: 1em;
  }
  .under table.tbl_style02 td {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 769px) {
  .under ul.mcol-2 {
    padding-bottom: 10px;
  }
  .under ul.mcol-2 li:last-child, .under ul.mcol-2 li:nth-child(2n+1) {
    padding-bottom: 0;
  }
  .under .rowImg ul.mcol-2 li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.under ul.mcol-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.under ul.mcol-2 li {
  width: 50%;
  padding-right: 10px;
}
.under ul.list01 {
  background-color: #f9f8f3;
  padding: 65px 73px 65px;
  border-radius: 12px;
  margin-bottom: 15px;
}
.under ul.list01:last-child {
  margin-bottom: 0;
}
.under ul.list01 li {
  position: relative;
  padding-left: 28px;
  padding-bottom: 8px;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 2.25;
  font-size: 18px;
  border-radius: 12px;
}
.under ul.list01 li:last-child {
  padding-bottom: 0;
}
.under ul.list01 li::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 4px;
  top: 15px;
  border-radius: 50%;
  background-color: var(--main-color);
}
@media only screen and (max-width: 1024px) {
  .under ul.list01 li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under ul.list01 {
    padding: 40px;
  }
  .under ul.list01 li {
    padding-left: 20px;
  }
  .under ul.list01 li:before {
    top: 13px;
  }
  .under ul.mcol-2.mcol li {
    padding-bottom: 8px;
    width: 100%;
  }
  .under ul.mcol-2.mcol li:last-child {
    padding-bottom: 0;
  }
}
.under .list_note {
  margin-top: 15px;
  padding-left: 20px;
}
.under .list_note.no_mt {
  margin-top: 0;
}
.under .toc_list {
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 20px;
  background-color: #f4f1e5;
  border-radius: 10px;
}
.under .toc_list::before, .under .toc_list::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0.2;
}
.under .toc_list::before {
  inset: 5px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
}
.under .toc_list::after {
  inset: 9px;
  border-radius: 3px;
  border: 1px solid var(--main-color);
}
.under .toc_list:empty {
  display: none;
}
.under .toc_list br {
  display: none;
}
.under .toc_list li {
  display: table;
  margin: 8px 0px;
  width: 50%;
}
@media only screen and (min-width: 769px) {
  .under .toc_list li {
    padding-right: 1em;
  }
  .under .toc_list li a:hover {
    color: var(--main-color);
  }
}
.under .toc_list li a {
  position: relative;
  padding-left: 1em;
  display: table;
  text-decoration: none;
  color: var(--clr1);
}
.under .toc_list li a::before {
  content: "";
  width: 0.625em;
  height: 0.625em;
  background: url(../images/toc_list_ic.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0.38em;
}
.under .toc_list li.l_h4 a{
  padding-left: 2em;
}
.under .toc_list li.l_h4 a::before{
    height: 3px;
    left: 10px;
    background: var(--main-color);
    top: 10px;
}
.under .toc_list li a:hover {
  opacity: 1;
}
.under .toc_list.style1 li {
  width: 100%;
  padding-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 993px) {
  .under .toc_list {
    padding: 40px 40px;
  }
  .under .toc_list.style3 li {
    width: auto;
    max-width: 33%;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under .toc_list {
    padding: 30px 20px 26px;
  }
  .under .toc_list li {
    width: 100%;
    padding-right: 0;
  }
}
.under .anchor-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0;
}
.under .anchor-links > div {
  background-color: var(--main-color);
  border-radius: 3px;
  position: relative;
  display: block;
  min-width: 250px;
  width: 49%;
  margin: 0% 0.5% 1%;
  text-align: center;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 993px) {
  .under .anchor-links > div {
    width: 32.3%;
  }
}
.under .anchor-links > div a {
  display: block;
  width: 100%;
  padding: 10px 5px 9px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}
.under .anchor-links > div::after {
  content: "";
  border: 4px solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: auto;
  bottom: 2px;
  left: calc(50% - 4px);
  right: auto;
  line-height: 1;
}
.under .anchor-links > div:hover a {
  opacity: 1;
}
.under .anchor-links > div:hover::after {
  bottom: 0;
}
.under .anchor-links > div.ext::after {
  content: ">";
  border: 0;
  position: absolute;
  top: calc(50% - 0.5em);
  bottom: auto;
  left: auto;
  right: 7px;
  font-size: 0.857em;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.under .anchor-links > div.ext:hover::after {
  right: 5px;
}
.under .doctor_box {
  max-width: 700px;
  margin: auto;
  position: relative;
}
.under .doctor_box p {
  margin-bottom: 0;
}
.under .doctor_box .doctor_name {
  position: absolute !important;
  right: 2%;
  bottom: 3%;
  padding: 20px;
  z-index: 1;
  color: var(--clr1);
  font-family: var(--f-mincho);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background-color: #fffdf4;
  background-image: url(../images/pattern01.svg), url(../images/pattern02.svg), url(../images/pattern03.svg), url(../images/pattern04.svg);
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
  background-size: 1em auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.under .doctor_box .doctor_name span {
  display: block;
  font-size: 80%;
  font-weight: 400;
}
.under .doctor_box .doctor_name .en {
  font-weight: 400;
  font-size: 58.33333%;
  color: var(--main-color);
}
.under .ud_map {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid var(--main-color);
  margin-bottom: 35px;
  height: 450px;
}
.under .exp li {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #3b7ca3;
}
.under .exp li .year {
  width: 8em;
  color: var(--main-color);
  font-weight: 500;
}
.under .exp li .txt {
  width: calc(100% - 8em);
}
.under .cm_btn {
  max-width: 400px;
  margin: 35px auto 0;
}
.under .ud_feature {
  --f-size: 10px;
  margin-top: 50px;
}
.under .ud_feature .feature_it {
  position: relative;
  z-index: 0;
  border-radius: 12px;
  padding-top: calc(var(--f-size) * 6.5);
  padding-bottom: calc(var(--f-size) * 6.3);
  padding-left: calc(var(--f-size) * 8.6);
  padding-right: calc(var(--f-size) * 8.6);
  margin-bottom: 50px;
  background: url(../images/ud_feature_bg.jpg) no-repeat center/cover;
}
.under .ud_feature .feature_it:last-child {
  margin-bottom: 0;
}
.under .ud_feature .feature_it::before {
  content: "";
  position: absolute;
  inset: 8px;
  background: url(../images/ud_feature_bg.jpg) no-repeat center/cover;
  z-index: -1;
  border-radius: 10px;
}
.under .ud_feature .feature_it::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(252, 230, 146)), color-stop(80%, rgb(213, 202, 154)));
  background-image: linear-gradient(90deg, rgb(252, 230, 146) 20%, rgb(213, 202, 154) 80%);
  border-radius: 12px;
}
.under .ud_feature .feature_tl {
  padding-left: calc(var(--f-size) * 6.3);
  margin-bottom: 31px;
}
.under .ud_feature .feature_tl h4 {
  background: none;
  padding: 0 0 14px calc(var(--f-size) * 2.3);
  color: var(--main-color);
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-bottom: 1px solid rgba(176, 150, 57, 0.3);
}
.under .ud_feature .feature_tl h4::before, .under .ud_feature .feature_tl h4::after {
  display: none;
}
.under .ud_feature .feature_num {
  width: 8.1538461538em;
  height: 10.7692307692em;
  position: absolute;
  top: -22px;
  left: 33px;
  z-index: 0;
  font-size: calc(var(--f-size) * 1.3);
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--f-mincho);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.3846em;
  letter-spacing: 0.05em;
}
.under .ud_feature .feature_num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8.1538461538em;
  height: 10.7692307692em;
  background: url(../images/ud_feature_num.png) no-repeat center/contain;
  z-index: -1;
}
.under .ud_feature .feature_num span {
  line-height: 1;
  font-size: 3.2307692308em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .under .ud_feature {
    --f-size: 8px;
  }
  .under .ud_feature .feature_it::before {
    inset: 6px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 430px) {
  .under .ud_feature .feature_it {
    padding: 0 25px 30px;
  }
  .under .ud_feature .feature_tl {
    padding-left: 0;
    text-align: center;
  }
  .under .ud_feature .feature_tl h4 {
    padding-left: 0;
  }
  .under .ud_feature .feature_num {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto -10px;
  }
}
.under .ud_flow {
  margin-top: 30px;
}
.under .ud_flow .flow_it {
  position: relative;
  z-index: 0;
  border-radius: 12px;
  padding: 30px 40px;
  margin-bottom: 60px;
  background: #fffdf6;
  border: 2px solid var(--main-color);
}
.under .ud_flow .flow_it::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  width: 80px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: var(--main-color);
}
.under .ud_flow .flow_it:last-child {
  margin-bottom: 0;
}
.under .ud_flow .flow_it:last-child::after {
  display: none;
}
.under .ud_flow .flow_tl {
  margin-bottom: 20px;
}
.under .ud_flow .flow_tl h4,
.under .ud_flow .flow_tl .flow_num + h5 {
  position: relative;
  padding: 0;
  text-align: center;
  color: var(--main-color);
}
.under .ud_flow .flow_tl h4::before,
.under .ud_flow .flow_tl .flow_num + h5::before {
  display: none;
}
.under .ud_flow .flow_tl h4::after,
.under .ud_flow .flow_tl .flow_num + h5::after {
  content: "";
  position: relative;
  display: block;
  margin: 10px auto 0;
  width: 100px;
  height: 2px;
  background-color: var(--main-color);
  border: none;
}
.under .ud_flow .flow_tl h4 {
  background: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.under .ud_flow .flow_num {
  width: 7.153846em;
  height: 9.769231em;
  position: relative;
  z-index: 1;
  margin: 0 auto 15px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--f-mincho);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.0846em;
  letter-spacing: 0.05em;
}
.under .ud_flow .flow_num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7.153846em;
  height: 9.769231em;
  background: url(../images/ud_feature_num.png) no-repeat center/contain;
  z-index: -1;
}
.under .ud_flow .flow_num span {
  line-height: 1;
  font-size: 2.6666666667em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .under .ud_flow .flow_it {
    padding: 20px 20px;
  }
  .under .ud_flow .flow_num {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .under .ud_flow .flow_num span {
    font-size: 2.8em;
  }
}
@media only screen and (max-width: 430px) {
  .under .ud_flow .flow_it {
    margin-bottom: 40px;
  }
  .under .ud_flow .flow_it::after {
    bottom: -25px;
    width: 60px;
    height: 25px;
  }
}

.under .clinic_tbl01 th {
  width: 30%;
  text-align: right;
}
.under .clinic_tbl02 {
  text-align: center;
}
.under .clinic_tbl02 th:first-child {
  width: 30%;
}
.under .clinic_tbl02 th:not(:first-child) {
  width: 10%;
}
.under .clinic_tbl02 td:not(:first-child) {
  color: var(--main-color);
}
.under .clr01 {
  color: var(--main-color);
}

/* START BLOG
------------------------------------------------------------------------*/
#pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
}
#pagination:empty {
  display: none;
}
#pagination a,
#pagination span {
  background-color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin: 10px 5px;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
#pagination a.prev, #pagination a.next,
#pagination span.prev,
#pagination span.next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px auto;
  color: transparent;
}
#pagination a.prev,
#pagination span.prev {
  background-image: url(../images/shared_blog_arrow_prev.svg);
}
#pagination a.next,
#pagination span.next {
  background-image: url(../images/shared_blog_arrow_next.svg);
}
#pagination a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pagination span {
  opacity: 0.5;
}
#pagination .active a,
#pagination a.active:hover {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
}

.blog-content .date {
  margin-bottom: 20px;
  text-align: center;
  color: var(--main-color);
}

.blog_list_style01 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #bababa;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog_list_style01 .item picture {
  background-color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
  border: 2px solid var(--main-color);
  width: 220px;
  height: 220px;
  border-radius: 4px;
}
.blog_list_style01 .item picture img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 0 !important;
}
.blog_list_style01 .item .info {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.blog_list_style01 .item .info p {
  margin-bottom: 0;
  line-height: 1.5;
}
.blog_list_style01 .item .info .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 90%;
}
.blog_list_style01 .item .info .date .tag {
  display: inline-block;
  color: transparent;
  font-size: 90%;
  letter-spacing: -1em;
}
.blog_list_style01 .item .info .date .tag a {
  background-color: var(--main-color);
  display: inline-block;
  margin-right: 2px;
  padding: 1px 10px 0px;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  margin-bottom: 1px;
  margin-top: 1px;
  border-radius: 4px;
}
.blog_list_style01 .item .info .date .tag a.blog {
  background-color: var(--clr1);
}
.blog_list_style01 .item .info .date .day {
  margin-right: 1em;
}
.blog_list_style01 .item .info .ttl {
  margin-bottom: 10px;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  text-decoration: underline;
  font-size: 120%;
  font-weight: 600;
  color: #333333;
}
.blog_list_style01 .item .info .ttl a {
  color: inherit;
}
.blog_list_style01 .item .info .des {
  padding-bottom: 45px;
}
.blog_list_style01 .item .info .button {
  background-color: #fff;
  border: 2px solid var(--main-color);
  position: absolute;
  bottom: 0px;
  right: 0;
  border-radius: 6px;
}
.blog_list_style01 .item .info .button a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 15px 4px 10px;
  font-size: 90%;
  color: var(--main-color);
  text-decoration: none;
}
.blog_list_style01 .item .info .button a span {
  display: block;
  position: absolute;
  right: 5px;
  line-height: 1em;
  top: calc(50% - 0.55em);
}
.blog_list_style01 .item .info .button a::before {
  opacity: 0;
}
.blog_list_style01 .item .info .button::after {
  content: "";
  background-color: var(--main-color);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .blog_list_style01 .item .info .button:hover a {
    opacity: 1;
    color: #fff;
  }
  .blog_list_style01 .item .info .button:hover::after {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
	.under.page-column .blog_list_style01 .item .info,
	.under.page-blog .blog_list_style01 .item .info{
		margin-top: 25px;
	}
  .blog_list_style01 .item {
    display: block;
  }
  .blog_list_style01 .item picture {
    margin: 0 auto;
  }
  .blog_list_style01 .item .info {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .blog_list_style01 .item .info .button {
    position: relative;
    display: table;
  }
}
@media only screen and (max-width: 768px) {
  .blog_list_style01 .item .info .des {
    padding-bottom: 25px;
  }
}
.main_blog_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_blog_container .main_blog_content {
  max-width: 100%;
  width: calc(100% - 250px);
}
.main_blog_container .main_blog_content > div {
  padding-top: 0;
}
.main_blog_container .sidebar {
  width: 220px;
}
.main_blog_container .sidebar .txt_head,
.main_blog_container .sidebar .widgettitle {
  background-color: var(--main-color);
  -webkit-transform: none;
          transform: none;
  position: static;
  display: block;
  margin-bottom: 0;
  padding: 15px 10px;
  width: 100%;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.main_blog_container .sidebar ul:not(.children) {
  background-color: #fff;
  border: 1px solid var(--main-color);
  border-top: 0;
  padding: 0 10px;
}
.main_blog_container .sidebar ul:not(.children) > li {
  border-bottom: 1px solid #959595;
  padding: 12px 10px;
  font-size: 80%;
}
.main_blog_container .sidebar ul:not(.children) > li:last-child {
  border-bottom: 0;
}
.main_blog_container .sidebar ul:not(.children) > li a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}
.main_blog_container .sidebar ul:not(.children) > li a:hover {
  text-decoration: none;
}
.main_blog_container .sidebar ul.children {
  padding: 7px 7px;
}
.main_blog_container .sidebar ul.children li {
  padding-bottom: 5px;
}
.main_blog_container .sidebar ul.children li:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .main_blog_container .main_blog_content {
    width: auto;
    margin: 0 auto;
  }
  .main_blog_container .sidebar {
    display: none;
  }
}
.blog_post_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  margin: 100px auto 0;
}
.blog_post_button > div {
  position: relative;
  width: 32%;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 0.9em;
  overflow: hidden;
}
.blog_post_button > div:empty::before, .blog_post_button > div:empty::after {
  display: none;
}
.blog_post_button > div::before, .blog_post_button > div::after {
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.blog_post_button > div::before {
  background-color: var(--main-color);
}
.blog_post_button > div::after {
  border: 1px solid var(--main-color);
}
.blog_post_button > div a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding: 11px 10px 10px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .blog_post_button > div a:not(.tel_click):hover,
  .blog_post_button > div a:not(.tel_click):active {
    opacity: 1;
    color: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .blog_post_button > div:hover {
    opacity: 1;
  }
  .blog_post_button > div:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .blog_post_button > div:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .blog_post_button > div:hover a {
    color: var(--main-color);
  }
  .blog_post_button > div:hover a:hover {
    opacity: 1;
  }
}

/* END BLOG
------------------------------------------------------------------------*/
/* START Mail
------------------------------------------------------------------------*/
.contact-form-style01 .contact-table {
  background-size: cover;
  width: 100%;
  margin: 0 auto 0px;
  overflow: hidden;
  position: relative;
}
.contact-form-style01 .contact-table textarea {
  min-width: 100%;
}
.contact-form-style01 .contact-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 1rem;
}
.contact-form-style01 .contact-table input {
  width: 100%;
}
.contact-form-style01 .contact-table textarea {
  max-width: 100%;
  width: 100%;
  height: 7em;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table textarea {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-form-style01 .contact-table input[type=radio],
.contact-form-style01 .contact-table input[type=checkbox] {
  margin: 5px 3px 5px 0px;
  width: auto;
}
.contact-form-style01 .contact-table [readonly*=readonly] {
  background: none;
  border: 0;
  font-weight: bold;
}
.contact-form-style01 .contact-table dl {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-form-style01 .contact-table dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  padding: 15px 20px;
}
.contact-form-style01 .contact-table dt span {
  display: inline-block;
  border-radius: 10px;
  padding: 3px 7px 3px;
  margin-left: 5px;
  font-size: 70%;
  line-height: 1;
}
.contact-form-style01 .contact-table dd {
  width: calc(100% - 400px);
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form-style01 .contact-table .postal_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form-style01 .contact-table .inline span {
  max-width: 75px;
  margin: 0 5px;
  text-align: center;
}
.contact-form-style01 .contact-table .inline input {
  text-align: center;
}
.contact-form-style01 .contact-table .clockpicker input {
  width: 70px;
  text-align: center;
}
.contact-form-style01 .contact-table input:not([type=radio]):not([type=checkbox]):focus, .contact-form-style01 .contact-table textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.contact-form-style01 .confirm-table textarea {
  resize: none;
  width: 100%;
}
.contact-form-style01 .confirm-table input:not([type=radio]):not([type=checkbox]):focus,
.contact-form-style01 .confirm-table textarea:focus {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form-style01 .input_btn,
.contact-form-style01 .button.thanks_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 520px;
  margin: 40px auto 0;
}
.contact-form-style01 .input_btn input,
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn input,
.contact-form-style01 .button.thanks_btn a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn a {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn a {
  width: 200px;
  height: 45px;
  border: none;
  padding: 12px 10px 10px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  margin: 0px 10px 10px;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 6px;
}
.contact-form-style01 .input_btn input[type=button]:hover,
.contact-form-style01 .input_btn input[type=submit]:hover,
.contact-form-style01 .input_btn a:hover,
.contact-form-style01 .button.thanks_btn a:hover {
  opacity: 1;
  background-color: var(--clr1);
}
.contact-form-style01 .button.thanks_btn {
  border-radius: 6px;
}
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn {
  background-color: var(--main-color);
  color: #fff;
  font-family: var(--f-jp);
}
.contact-form-style01 .contact-table {
  border: 1px solid #e1d6aa;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border-color: #ddd;
}
@media only screen and (min-width: 769px) {
.under.page-confirm_hygienists .contact-form-style01 .input_btn input[type=submit],
	.under.page-confirm_dentists .contact-form-style01 .input_btn input[type=submit]{margin-bottom:0;}
  .contact-form-style01 .contact-table dl:last-child dt,
  .contact-form-style01 .contact-table dl:last-child dd {
    border-bottom: none;
  }
}
.contact-form-style01 .contact-table dt {
  background-color: #f6f3e7;
  border-bottom: 1px solid #e1d6aa;
  border-right: 1px solid #e1d6aa;
  color: var(--main-color);
  font-weight: bold;
}
.contact-form-style01 .contact-table dt span {
  background-color: #ff3c7f;
  color: #ffffff;
}
@-moz-document url-prefix() {
  .contact-form-style01 .contact-table dt span {
    /* Fire Fox */
    padding-bottom: 3px;
    padding-top: 3px;
  }
}
.contact-form-style01 .contact-table dd {
  border-bottom: 1px solid #e1d6aa;
}
.contact-form-style01 .wpcf7-not-valid-tip {
  display: block;
  margin: 3px 7px 0;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 80%;
  color: #ff3c7f;
}

.wpcf7-response-output {
  padding-top: 20px;
}

.wpcf7-list-item {
  margin-right: 15px;
}

.wpcf7-list-item-label {
  color: #000;
  margin-left: 6px;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.cf7msm-ro {
  white-space: pre-wrap;
}

.captcha_box {
  display: table;
  margin: 50px auto 0;
}
@-moz-document url-prefix() {
  .captcha_box {
    /* Fire Fox */
    display: block;
    width: 304px;
    height: 78px;
  }
}
@supports (-webkit-touch-callout: none) {
  .captcha_box {
    /* Specific to iOS devices */
    display: block;
    width: 304px;
    height: 78px;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .captcha_box {
      /* Safari */
      display: block;
      width: 304px;
      height: 78px;
    }
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .contact-form-style01 .contact-table dt {
    width: 40%;
  }
  .contact-form-style01 .contact-table dd {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form-style01 .contact-table {
    border: none;
    border-top: 1px solid #e1d6aa;
  }
  .contact-form-style01 .contact-table dl {
    display: block;
  }
  .contact-form-style01 .contact-table dt {
    border-left: 1px solid #e1d6aa;
    border-right: 1px solid #e1d6aa;
    border-bottom: 1px solid #e1d6aa;
  }
  .contact-form-style01 .contact-table dt span {
    padding: 3px 7px 3px;
  }
  .contact-form-style01 .contact-table dt,
  .contact-form-style01 .contact-table dd {
    width: 100%;
  }
  .contact-form-style01 .contact-table dd {
    border-left: 1px solid #e1d6aa;
    border-right: 1px solid #e1d6aa;
  }
  .contact-form-style01 .contact-table input,
  .contact-form-style01 .contact-table textarea {
    width: 100%;
  }
  .contact-form-style01 .contact-table input[type=checkbox],
  .contact-form-style01 .contact-table input[type=radio] {
    width: auto;
  }
  .contact-form-style01 .wpcf7-list-item {
    display: block;
  }
	.under.page-confirm_hygienists .contact-form-style01 .btn_prev,
	.under.page-confirm_dentists .contact-form-style01 .btn_prev{margin-bottom:15px;}
}
/* END Mail*/
.under .box_step {
  margin-bottom: 20px;
}
.under .box_step:last-child {
  margin-bottom: 0;
}
.under .box_step .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
.under .box_step .item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 2px;
  height: calc(100% + 20px);
  background-color: var(--main-color);
  z-index: -1;
  opacity: 0.5;
}
.under .box_step .item:last-child {
  margin-bottom: 0;
}
.under .box_step .item:last-child::after {
  display: none;
}
.under .box_step .step_num {
  font-family: var(--f-mincho);
  color: #ffffff;
  background-color: var(--main-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-top: 4px;
}
.under .box_step .step_cont {
  width: calc(100% - 70px);
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .under .box_step .step_num {
    padding-top: 3px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .under .box_step .item {
    margin-bottom: 15px;
  }
  .under .box_step .step_cont {
    width: calc(100% - 50px);
  }
  .under .box_step .item::after {
    left: 19px;
    height: calc(100% + 15px);
  }
}
.under .br_custom {
  display: none;
}
.under .br_auto {
  display: inline-block;
}
@media only screen and (max-width: 319px) {
  .under .br_auto {
    display: inline;
  }
}
.under .br_1280,
.under .br_1170,
.under .br_769,
.under .br_750,
.under .br_640,
.under .br_520,
.under .br_480,
.under .br_430,
.under .br_390,
.under .br_375,
.under .br_360,
.under .br_320,
.under .ft_769 {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .under .br_1280 {
    display: block;
  }
  .under .dis_1280 {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .under .br_1170 {
    display: block;
  }
  .under .dis_1170 {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under footer .ft_769,
  .under .br_769 {
    display: block;
  }
  .under .dis_769 {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .under .br_750 {
    display: block;
  }
  .under .dis_750 {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .under .br_640 {
    display: block;
  }
  .under .dis_640 {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  .under .br_520 {
    display: block;
  }
  .under .dis_520 {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .under .br_480 {
    display: block;
  }
  .under .in_480 {
    display: inline;
  }
  .under .dis_480 {
    display: none;
  }
}
@media only screen and (max-width: 430px) {
  .under .br_430 {
    display: block;
  }
  .under .in_430 {
    display: inline;
  }
  .under .dis_430 {
    display: none;
  }
}
@media only screen and (max-width: 390px) {
  .under .br_390 {
    display: block;
  }
  .under .in_390 {
    display: inline;
  }
  .under .dis_390 {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .under .br_375 {
    display: block;
  }
  .under .in_375 {
    display: inline;
  }
  .under .dis_375 {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .under .br_360 {
    display: block;
  }
  .under .dis_360 {
    display: none;
  }
  .under .in_360 {
    display: inline;
  }
}
@media only screen and (max-width: 350px) {
  .under .in_320 {
    display: inline;
  }
  .under .br_320 {
    display: block;
  }
  .under .dis_320 {
    display: none;
  }
}
@media only screen and (max-width: 319px) {
  .under .br_769,
  .under .br_640,
  .under .br_520,
  .under .br_480,
  .under .br_430,
  .under .br_375 {
    display: none;
  }
}

.under .d_right {
  text-align: right;
  line-height: 2;
}
.under .d_right .s_pos {
  font-weight: 600;
}
.under .d_right .s_name {
  font-weight: bold;
  font-size: 120%;
}
.under .img_center {
  display: table;
  margin: 0 auto 20px;
}
.under .img_center:last-child {
  margin-bottom: 0;
}
.under .ud_catch {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 50px;
  min-height: 150px;
  margin: 30px auto;
  border-radius: 12px;
  background: url(../images/ud_catch_bg.jpg) no-repeat center/cover;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.under .ud_catch::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
  inset: 8px;
  border-radius: 4px;
  border: 1px solid var(--clr1);
  opacity: 0.5;
}
.under .ud_catch:last-child {
  margin-bottom: 0;
}
.under .ud_catch .catch_ttl {
  margin-bottom: 0;
  font-size: 24px;
  font-family: var(--f-mincho);
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: var(--clr1);
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under .ud_catch {
    min-height: 110px;
    padding: 40px 20px;
  }
  .under .ud_catch .catch_ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .under .ud_catch {
    min-height: auto;
    padding: 25px 4%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .under .ud_catch::before {
    inset: 5px;
  }
  .under .ud_catch .catch_ttl {
    font-size: min(18px, 4.6vw);
  }
}

/*INTERVIEW PAGE*/
.under {
  counter-reset: count;
}
.under.page-interview .key {
  max-height: 650px;
  height: 50vw;
  background-position: right 15% center;
}
.under.page-interview .key .key_text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.under.page-interview .key .catch {
  min-width: 50em;
  font-size: 0.625em;
}
.under.page-interview .key .catch h2,
.under.page-interview .key .catch p {
  display: table;
  color: #fff;
  letter-spacing: 0.1em;
}
.under.page-interview .key .catch h2 {
  margin-bottom: 0.1em;
  font-size: 3.6em;
}
.under.page-interview .key .idx_en {
  margin-bottom: 0.2em;
  font-size: 6em;
  line-height: 1;
  font-weight: 500;
}
.under.page-interview .key .name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 0.75em;
  padding-bottom: 0.62em;
  padding-right: 0.66em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.5;
}
.under.page-interview .key .name::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 0px;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #fff;
}
.under.page-interview .key .name .en {
  margin-left: 0.8em;
  font-size: 0.5em;
  letter-spacing: 0.1em;
}
.under.page-interview .key .sub {
  font-weight: 500;
  line-height: 2.1153;
  letter-spacing: 0.08em;
  font-size: 2.6em;
  font-family: var(--f-zen-antique);
}
.under.page-interview #mainContent .inner {
  max-width: 1280px;
}

.interview_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  margin-bottom: 50px;
  background-color: #fff;
  background-color: #90b0cf;
  position: relative;
  z-index: 1;
}
.interview_catch::before, .interview_catch::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  inset: 0;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
}
.interview_catch::before {
  opacity: 0.05;
  background-size: cover;
}
.interview_catch p {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  color: #fff;
  padding: 40px 10px;
}
.interview_sec {
  margin-top: 50px;
}
.interview_box {
  margin-bottom: 80px;
}
.interview_box:last-child {
  margin-bottom: 0;
}
.interview_img {
  position: relative;
  max-width: 490px;
  margin-bottom: 40px;
}
.interview_img:before {
  content: counter(count, decimal-leading-zero);
  counter-increment: count;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: var(--f-mincho);
  line-height: 1;
  font-size: 60px;
  letter-spacing: 0;
  color: #ad9630;
  width: 1.5em;
  height: 1.3333333333em;
  background: #fff9e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-right-radius: 1em;
  padding-top: 0.1666666667em;
  padding-left: 0.0833333333em;
}
.interview_content h5 {
  display: table;
}

@media only screen and (min-width: 769px) {
  .interview_img {
    width: 44%;
  }
  .interview_box.box_left .interview_img {
    float: left;
    margin-right: 50px;
  }
  .interview_box.box_right .interview_img {
    float: right;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
  .interview_box {
    margin-bottom: 60px;
  }
  .interview_box.box_left .interview_img {
    margin-right: 30px;
  }
  .interview_box.box_right .interview_img {
    margin-left: 30px;
  }
  .interview_img:before {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .interview_box:nth-child(1) .interview_content .secH5 {
    clear: both;
  }
  .interview_box:nth-child(8) .interview_img {
    margin-bottom: 41px;
  }
}
/*---------add post---------*/
.blog-content .entry > h4 {
  margin-top: 2em;
}

.blog-content .entry > h5 {
  margin-top: 2em;
}

.blog-content .entry .colImg1 img,
.img_wcap_ct img {
  margin: 0px auto;
  max-height: 500px;
}

.blog-content .entry .list01 {
  margin-top: 30px;
}

.center_img {
  margin: 0 auto 1.5em;
  text-align: center;
}

.img_wcap_ct {
  margin: 40px auto 40px;
  text-align: center;
}

.box_center {
  max-width: 760px;
  margin: 0 auto 40px;
}

p:empty {
  display: none;
}

.note01 {
  margin-bottom: 30px;
}

.note01 {
  position: relative;
  padding-left: 20px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.note01:before {
  content: "※";
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0;
}

.note01.note_c {
  margin-top: 1em;
  color: #D90029;
}

.note01.note_c:before {
  color: #D90029;
}

.box_ctwimg {
  clear: both;
  margin-bottom: 40px;
}

.box_ctwimg p:last-child {
  margin-bottom: 0;
}

.catption_txt {
  padding-top: 10px;
  color: #8E8E8E;
  font-size: 15px;
  display: block;
}
.catption_txt:empty {
  display: none;
}

.box_lig01 {
  margin-top: 40px;
  position: relative;
  padding: 40px;
  background: #e3edf7;
  margin-bottom: 40px;
}

.box_lig01 p:last-child {
  margin-bottom: 0;
}

.box_lig02 {
  margin-top: 40px;
  position: relative;
  padding: 40px;
  background: #F7F7F7;
  margin-bottom: 40px;
}

.box_lig02 p:last-child {
  margin-bottom: 0;
}

blockquote p,
blockquote li,
blockquote dt,
blockquote dd,
blockquote a {
  font-size: 16px;
}

blockquote {
  position: relative;
  padding: 25px 30px 25px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F7F7F7;
  margin-bottom: 40px;
  border-left: 2px solid #E5127C;
  -webkit-box-shadow: 1px 2px 2px 0px #e0e0e0;
  box-shadow: 1px 2px 2px 0px #e0e0e0;
}

blockquote:before {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 2;
  background-size: 40px;
  width: 50px;
  height: 50px;
  content: "";
}

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*---------add post sp---------*/
.blog-content .imgBox.colImg2 picture,
.blog-content .imgBox.colImg3 picture {
  background: #efefef;
  height: 250px;
}

@media screen and (max-width: 768px) {
  .box_lig01, .box_lig02 {
    padding: 20px;
  }
  .img_wcap_ct {
    margin-bottom: 30px;
    width: auto !important;
  }
  .under .blog-content .entry .colImg1 img,
  .under .img_wcap_ct img {
    max-width: 100%;
  }
}
.under .tbl_facility td, th{
  vertical-align: top;
  text-align: center;
  border: 1px solid #ddd;
}
.under .tbl_facility .tb_img{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}
.under .tbl_facility .tb_img.img_flex img{
  width: calc((100% - 10px) / 2);
  max-width: 272px;
  height: auto;
}
.under .tbl_facility img{
  max-height: 250px;
}
.under .tbl_facility .tb_title{
  text-align: center;
  font-weight: 600;
}
.under .tbl_facility .bg_gray{background-color: #cccccc;}
.under .tbl_facility .bg_gray2{background-color: #e6e6e6;}
.under .tbl_facility .bg_pink{background-color: #fee7f1;}
.under .flex_3col{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.under .flex_3col .it{
  text-align: center;
}
.under .tbl_facility .no_bd{
	border: 0;
}
@media only screen and (min-width: 769px){
  .under .tbl_facility .tb_img.h_auto img{max-height: 300px;}
  .under .flex_3col .it{
    margin-right: 15px;
    width: calc((100% - 30px)/3);
  }
  .under .flex_3col .it:nth-child(3n+3){
    margin-right: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under .tbl_facility img{max-height: 220px;}
}
@media screen and (max-width: 768px) {
  .under .tbl_facility .tb_img{
    display: block;
  }
  .under .tbl_facility .tb_img img{
    margin: 10px auto;
    max-height: 25vw;
  }
  .under .tbl_facility .tb_img.img_flex img{
    max-width: 100%;
    width: 100%;
  }
  .under .flex_3col .it{
    width: 100%;
    max-width: 600px;
    margin: 10px auto;
  }
	.under .flex_3col .img{
		display: table;
		margin: auto;
	}

}
.under .box-double{
  background: #FFF;
  padding: 30px;
  border: 3px double #CCC;
  margin-bottom: 20px;
}
.under .box-double dd{line-height: 2.25;}
.under .box-double:last-child{margin-bottom: 0;}
.under .fontsize18{font-size: 18px;}
.under .brown{color: #993300;}
.under .ud_img{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.under .ud_img .item{
  max-width: 300px;
  position: relative;
}
.under .ud_img .item figure::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -20px;
  width: 38px;
  height: 17px;
  background: url(../images/ic_arr.jpg) no-repeat center/contain;
}
.under .ud_img .item:last-child figure::before{display: none;}
.under .ud_img .item img{margin: 0 auto;}
.under .ud_img .caption{
  background-color: #fef0f8;
  font-size: 14px;
  line-height: 1.7;
  padding: 10px 20px;
  margin-top: 15px;
  text-align: center;
}
  .under .ud_img.w_auto .item figure::before{display: none;}
  .under .ud_img.col_full .item figure::before{display: none;}
   .under .ud_img.col_full .item:last-child::before{display: none;}  
@media screen and (min-width: 769px) {
  .under .ud_img .item{
    display: flex;
    flex-direction: column;
    width: calc(100%/3 - 20px);
  }
  .under .ud_img.col2 .item{
    width: calc(100%/2 - 20px);
    max-width: 325px;
  }
  .under .ud_img.col2 .item figure{
    min-height: 214px;
    display: flex;
    align-items: flex-end;
  }
  .under .ud_img.col2 .item figure:before{
    top: 49px;
  }
  .under .ud_img.col_full .item{
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 62px;
  }
  .under .ud_img.col_full .item figure{
    width: calc(100%/3 - 10px);
    margin: 10px 5px;
  }
  .under .ud_img.col_full .item::before{
    content: '';
    position: absolute;
    bottom: -56px;
    margin: auto;
    right: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(../images/ic_arr01.jpg) no-repeat center/contain;
  }
  .under .ud_img.col_full .item:last-child{margin-bottom: 0;}
   .under .ud_img.col_full .caption{
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: 100%;
   }
  .under .ud_img .item figure{position: relative;}
  .under .ud_img .caption:not(.no_flex){flex: 1 1 auto;}
  .under .ud_img .caption.no_flex{display: table;}
  .under .ud_img .flex{
    width: 100%;
    justify-content: center;
  }
  .under .ud_img.w_auto .item{
    width: auto;
    max-width: 432px;
    margin: 0 2%;
  }
} 
  .under .ud_img.w-mx .item{max-width: 220px;}
@media screen and (max-width: 1024px) {
.under .fontsize18{font-size: 16px;}
.under .box-double dd{line-height: 2;}
.under .box-double{padding: 20px;}
.under .ud_img.w_auto .item{margin: 0 0.5%;}
}
@media screen and (max-width: 768px) {
  .under .ud_img{
    display: block;
  }
  .under .ud_img .item{
    width: 100%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .under .ud_img .item:last-child{margin-bottom: 0;}
  .under .ud_img .item figure::before{
    top: unset;
    bottom: -36px;
    right: 0;
    left: 0;
    width: 28px;
    height: 13px;
    transform: rotate(90deg);
  }
    .under .ud_img.w-mx{max-width: 415px; width: 100%;;margin-left: auto;margin-right: auto;}
  .under .ud_img.w-mx .item{    
    width: calc(100%/2 - 20px);
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
  }
    .under .ud_img.w-mx .item figure::before{
      top: 52px;
      bottom: 0;
      margin: auto;
      right: -20px;
      left: unset;
      width: 38px;
      height: 17px;
      transform: none;
      z-index: 1;
    }
  .under .ud_img.w_auto .item{margin-bottom: 30px;margin-left: auto;margin-right: auto;}
  .under .ud_img.col_full .item{max-width: 500px;}
  .under .ud_img.col_full .item figure{
    width: calc(100%/2 - 10px);
    margin: 10px 5px;
  }
   .under .ud_img.col_full .item:last-child::before{display: none;}
  .under .ud_img.col_full .item::before{
      content: '';
      position: absolute;
      bottom: -46px;
      margin: auto;
      right: 0;
      left: 0;
      width: 28px;
      height: 28px;
      background: url(../images/ic_arr01.jpg) no-repeat center/contain;
  }
}
@media screen and (max-width: 400px) {
.under .ud_img.w-mx .item figure::before{right: -35px;}
}
.under .alignright, .under .alignleft, .under .size-full{
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.under .box-double .bg_pink .flex{
  flex-wrap: nowrap;
}
.under .bg_pink{
  background: #ffe1ef;
  padding: 5px 10px;
}
.under.page-whitening #toc_container{display: none;}