@charset "utf-8";
/*両サイドのmarginをautoにして中央に配置*/
.up-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

/*縦長・横長*/
.indefinit_img {
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.indefinit_img img {
    width: auto;
    height: initial !important;
    max-width: 100%;
    max-height: 100%;
}

/*inner*/
.inner980 {
  max-width: 980px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .inner980 {
    max-width: 768px;
    width: 96%;
  }
}

/*letter-spacing（文字間隔）*/
.up-ls-1 {
  letter-spacing: 1px;
}

.up-ls-2 {
  letter-spacing: 2px;
}

.up-ls-3 {
  letter-spacing: 3px;
}

.up-ls-4 {
  letter-spacing: 4px;
}

.up-ls-5 {
  letter-spacing: 5px;
}

/*フォント*/
.yu-min {
  font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

/*テキストカラー*/
.red {
  color: #962D2D;
}

.blue {
  color: #0C76A3; 
}

.pink {
  color: #F9909D;
}

/*mapの大きさをpadding-topで決める*/
.google_map {
  position: relative;
  overflow: hidden;
}

.google_map:after {
  display: block;
  padding-top: 50%;
  content: "";
}

.google_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: initial;
  width: 100%;
  height: 100%;
}

.posi_r {
  position: relative;
}

.back_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*装飾系*/
/*メガフォンの装飾*/
.megafon {
  background-image: url(/upload/tenant_1/7888ba3522102b9359fde53928f86da9.png);
  background-position: left top 5px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

/*見出しの装飾「ー」*/
.line {
  position: relative;
  padding-left: 25px
}

.line:before {
  width: 15px;
  height: 3px;
  content: "";
  background: #F9909D;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

/*右矢印*/
.l_yazirushi {
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    padding-left: 20px;
    position: relative;
    text-align: left;
}

.l_yazirushi:before {
    content: "\f054";
    color: #F9909D;
    font-size: 10px;
    font-family: "fontawesome";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}


/*カスコンなどを1行、2行、3行で「...」に変換*/
.line-clamp-one {
  display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
}

.line-clamp-two {
  display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.line-clamp-three {
  display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

/*全ページ共通*/
/*ボタン*/
.p_btn {
  max-width: 120px;
  width: 90%;
}

.p_btn a {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #F9909D;
  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;
}

.p_btn a span {
  max-width: 20px;
  max-height: 20px;
  width: auto;
  height: auto;
  margin-right: 15px;
}

/*サイズ大ピンクボタン*/
.p_btn_big {
  max-width: 240px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.p_btn_big a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff !important;
  background: #F9909D;
  text-decoration: none !important;
  padding: 10px 5px;
  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;
}

/*サイズ小ピンクボタン*/
.p_btn02 {
  max-width: 200px;
  width: 95%;
}

.p_btn02 a {
  padding-top: 5px;
  padding-bottom: 5px;
}

/*お問い合わせボタン*/
.h_btn {
  float: inherit;
  position: fixed;
  bottom: 40%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1;
}

.h_btn a {
  background: #F98896;
  padding: 20px 10px;
  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;
}

.h_btn .b_btn a {
  background: #e6d200;
}

.h_btn a img {
  max-width: 20px;
  width: 80%;
}

.h_btn .txt {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 1px; 
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*ナビ*/
#gnav .item {
  flex-grow: 1;
  border-left: 1px solid #dddddd;
}

#gnav .item:last-of-type {
  border-right: 1px solid #dddddd;
}

#gnav .item span {
  display: block;
  font-size: 10px;
  font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

/*ナビがスクロールしたら固定*/
#gnav.fixed {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  z-index: 100;
}

/*ハンバーガーメニュー*/
.pc_none {
  display: none;
}

.pc_none_item {
  display: none;
}

@media (max-width: 1024px) {
  #gnav {
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: left;
    top: auto;
    bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto;
    overflow-y: scroll;
  }
  
  #gnav p.pc_none_item {
    font-size: 14px;
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    margin-bottom: 20px;
  }
  
  #gnav ul+ul {
    margin-top: 50px;
  }
  
  #gnav .item,
  #gnav li {
    flex-grow: inherit;
    border-left: none;
    width: 100%;
    text-align: left;
    background: url(/upload/tenant_1/7f09ab7e497224f118155edbdd46df75.jpeg) no-repeat 8px 7px;
    padding-left: 20px;
    padding-bottom: 5px;
  }
  
  #gnav .item span {
    display: none;
  }
  
  .pc_none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }
  
  .pc_none_item {
    display: block;
  }
}

@media (max-width: 599px) {
  .h_btn {
    width: 100%;
    bottom: 0;
    -webkit-transform: inherit;
    transform: inherit;
  }
  
  .h_btn a {
    padding: 10px;
      -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  }
  
  .h_btn a img  {
    margin-right: 10px;
  }
  
  .h_btn .txt {
    margin-top: 0;
     -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
        writing-mode: inherit;
  }
}

/*お問い合わせボタン*/
.tel a {
  color: #0C76A3;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*各ページTOPへ戻るボタン*/
#gotop a {
    color: #fff;
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    background: #f9a3ae;
    display: block;
    padding: 10px;
}

#gotop a span:before {
    content: "\f077";
    font-family: "fontawesome";
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}

/*テキストの部分にピンクの下線*/
.p_bb {
  padding-bottom: 10px;
  border-bottom: 2px solid #F9909D;
}

/*ピンクの英文字装飾付きタイトル*/
.p_title {
  font-size: 18px;
}

.p_title .sub_text {
  font-size: 10px;
  letter-spacing: 2px;
  color: #F9909D;
  display: block;
}

/*ページャー*/
.pager_schedule li a {
  padding: 10px;
}

/*header*/
#h_logo {
  max-width: 300px;
}

#h_box01,
#h_box02
 {
  margin-left: 20px;
}

#h_box02,
#h_box03 {
  flex-shrink: 0;
}

#header .sp_menu .hun_content {
  width: 70px;
}

#header .menu_list_box {
  width: 100%;
  height: 100%;
  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;
  position: absolute;
  top: 0;
  left: 0;
}

#header .tel_botton {
  background: #F98896;
  border-radius: 10px;
}

#header .tel_botton .icon {
  max-width: 30px;
  width: 100%;
  max-height: 30px;
  margin: 0 auto;
}

#header .tel_botton .icon img {
  width: 100%;
  height: 100%;
}

#header .tel_botton .text_menu {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}

#header .toggle {
  background: #0C76A3;
  border-radius: 10px;
}

#header .toggle .hun_menu .bar {
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
  position: relative;
}

#header .toggle .hun_menu .bar span {
  width: 100%;
  height: 2px;
  display: block;
  padding: 0;
  text-indent: 9999px;
  background: #fff;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}

#header .toggle .hun_menu .bar:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}

#header .toggle .hun_menu .bar:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

#header .toggle .text_menu {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  #h_box01,
  #h_box02,
  #h_box03 {
    display: none;
  }
  
#header .sp_menu .hun_content {
  display: block;
  position: relative;
  }
  
#header .sp_menu .hun_content:after {
  padding-top: 100%;
  display: block;
  content: "";
}
  
#header .tel_botton {
  display: block;
  }

#header .toggle {
  display: block;
  }
}

@media (max-width: 599px) {
  #h_logo {
    width: 60%;
  }
  
  #header .tel_botton .icon {
    max-width: 22px;
  }
  
  #header .tel_botton .text_menu {
    font-size: 12px;
  }
  
  #header .toggle .text_menu {
    font-size: 12px;
  }
  
  #header .sp_menu .hun_content {
    width: 50px;
  }
}

/*footer*/
.f_logo {
  max-width: 350px;
  width: 80%;
}

.f_logo a {
  display: block;
}

/*MV*/
#h2_sub {
  overflow: hidden;
  position: relative;
}

#h2_sub:after {
  content: "";
  width: 200%;
  height: 100%;
  box-shadow: 0px 0px 3px 0px #999 inset;
  position: absolute;
  top: 0;
  left: -50%;
}
[data-element-id] #h2_sub:after {
    z-index: -1;
}

/*下層共通要素*/
/*見出し系*/
/*MV上テキスト*/
#h2_sub > div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#h2_sub .sub_mv_text {
    width: 55%;
}

#h2_sub .sub_mv {
    width: 45%;
    height: 200px;
}

#h2_sub h2 {
    height: 100%;
    font-size: 30px;
    line-height: 1.5;
    /* font-weight: bold; */
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    color: #0C76A3;
    letter-spacing: 1px;
    padding: 20px 0;
    margin-left: auto;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#h2_sub h2 .sub_text {
  font-size: 12px;
  color: #808080;
}

@media (max-width: 1024px) {
  #h2_sub h2 {
    font-size: 24px;
  }
  #h2_sub .sub_mv {
    height: 170px;
  }
}

@media (max-width: 599px) {
  #h2_sub h2 {
    width: 100%;
    font-size: 20px;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    padding: 20px 10px;
  }
  
  #h2_sub .sub_mv_text {
    width: 100%;
    padding: 15px 0;
    position: relative;
    z-index: 1;
  }
  
  #h2_sub .sub_mv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/*メイン見出し*/
.h3_sub h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    color: #808080;
    letter-spacing: 4px;
    padding-top: 10px;
    border-top: 2px solid #c9c9c9;
    position: relative;
}

.h3_sub h3:after {
  width: 150px;
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  border-top: 2px solid #F9909D;
  position: absolute;
  top: -2px;
  left: 0;
}

/*2カラムカテゴリー見出し*/
.left_title {
    font-size: 16px;
    color: #808080;
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 12px 5px;
    margin-bottom: 15px;
}

.lines_icon {
  max-width: 20px;
  max-height: 20px;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*全体を線で囲んだテキスト*/
.border_text {
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
  align-items: center;
}

.border_text span {
  max-width: 30px;
  max-height: 30px;
}


/*左のコンテンツバナー*/
.left_banner a {
  display: block;
  border: 1px solid #c9c9c9;
}

.left_banner a .text_box {
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    padding-left: 20px;
    color: #808080;
    line-height: 1.4;
}

.left_banner a .text_box span {
  display: block;
}

/*mapの大きさをpadding-topで決める*/
.google_map,
.youtube {
  position: relative;
  overflow: hidden;
}

.google_map:after,
.youtube:after {
  display: block;
  padding-top: 50%;
  content: "";
}

.google_map iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: initial;
  width: 100%;
  height: 100%;
}

/*TOP*/
/*TOP 01*/
#top_box01_inner a {
  background: #fff;
  height: 100%;
}

#top_box01 .top01_item {
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#top_box01 .top01_item .text_box {
width: 100%;
}

#top_box01 .top01_item .text_box .title {
  width: 100%;
  font-size: 12px;
  font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-weight: bold;
  line-height: 1.4;
  background: #F9ADB9;
  padding: 10px 5px;
  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;
}

#top_box01 .top01_item .text_box .text {
  width: 100%;
  font-size: 11px;
  line-height: 1.4;
  color: #43ACDC;
  padding: 10px 5px;
}

#top_box01 .top01_item .img {
  margin-left: auto;
  margin-right: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#top_box01 .top01_item .img .pic {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
  align-items: flex-end;
}

#top_box01 .top01_item .img .pic img {
  width: 100%;
  height: initial !important;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width:1024px) {
  #top_box01 .top01_item .img .pic {
    height: 135px;
  }
}

/*TOP 02*/
#top_box02 .title_text {
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    color: #555;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background-color: #FDF1F3;
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    display: block;
}

#top_box02 .title_text:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(/upload/tenant_1/25b53051e2870cdb7a3c952dd8580e88.gif);
  background-size: 100% 100%;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width:599px) {
  #top_box02 .title_text {
    font-size: 13px;
  }
  
  #top_box02 .title_text:before {
      width: 10px;
      height: 10px;
  }
}

/*#top_box04*/
#top_box04_right dt {
  padding-left: 12px;
}

@media (max-width:599px) {
  #top_box04_left {
    width: 100%;
  }

#top_box04_right {
    width: 100%;
    margin-top: 10px;
  }
}

/*02.guide｜医院紹介・アクセス*/
#content_right .ta01 .tel a {
  font-size: 13px;
  color: #000;
  text-decoration: none;
  display: block;
}

/*診療時間表*/
.consultation table {
  width: 100%;
}

.consultation table tr {
  border-top: 1px solid #dddddd;
  padding: 5px 0;
}

.consultation table tr:last-of-type {
  border-bottom: 1px solid #dddddd;
}

.consultation table tr th {
  width: 27%;
  font-size: 12px;
  flex-shrink: 0;
  border-right: 1px solid #dddddd;
}

.consultation table tr td {
  width: 8%;
  padding: 30px 0;
  text-align: center;
}

#access h6,
#access .border_text {
  font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

@media (max-width: 599px) {
  .consultation table tr th {
    font-size: 11px;
  }
}

/*03.intro｜ 院長紹介*/
.intro .text_sub .text_img {
  width: 40%;
  margin-bottom: 10px;
  margin-left: 10px;
  float: right;
  text-align: center;
}

.intro .text_sub .text_img .name {
  display: block;
  font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

/*04.feature｜当院の特徴*/
.feature .text_sub .text_img {
  width: 40%;
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
}

/*08.price｜料金表*/
.price dt {
  font-weight: normal;
}

/*09.leave｜歯を残すために*/
.leave .text_sub .text_img {
  width: 40%;
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
}

/*
10.implant｜インプラント治療*/
.implant .box_implant {
	margin-bottom: 60px;
}

.implant .box_implant .oneBox {
   height: auto;  
}

.implant .h3_sub {
	padding-bottom: 10px;
}

/*15.nothing｜骨が足りない方へ*/
.nothing .text_sub .text_img {
  width: 40%;
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
}

/*17.other｜その他の治療*/
.other .text_sub .text_img {
  width: 40%;
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
}

/*
19.seminar｜セミナー情報*/
.seminar_content {
  background-color: #F7F6F5;
  padding: 30px;
}

.seminar_content .seminar_box01 div {
  font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

.seminar_content .seminar_box02 {
  border-top: 1px solid #F9909D;
  padding-top: 10px;
  margin-top: 10px;
}

.seminar_content .seminar_box02 img {
  max-width: 25px;
  width: 80%;
  margin-right: 5px;
}

#content_right .seminar_content .seminar_box02 a {
  color: #0C76A3;
  text-decoration: none;
}

.seminar_content .seminar_box01 .tuition {
  margin-top: -15px;
}

.seminar_content .seminar_box01 .insent_border {
  border: 1px solid #F9909D;
  padding: 5px 5px;
  margin: 0 5px;
  letter-spacing: 0px;
  position: relative;
}

.seminar_content .seminar_box01 .insent_border:before {
  width: 80%;
  height: 1px;
  content: "";
  background: #F7F6F5;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.seminar_content .seminar_box01 .insent_border:after {
  width: 80%;
  height: 1px;
  content: "";
  background: #F7F6F5;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.seminar_content .seminar_box01 .insent_border span {
  width: 90%;
  height: 100%;
  background: #F7F6F5;
}

@media (max-width: 599px) {
  .seminar_content .seminar_box01 .tuition {
    margin-top: 0px;
  }
}

/*20.staff*/
#content_right .style01.tel a {
  text-decoration: none;
}

/*24.yotei｜研修予定*/
.plans_content tr:nth-of-type(even) th, 
.plans_content tr:nth-of-type(even) td {
  background-color: #F7F6F5;
}

/*26.paper｜インプラントコラム「咬める喜び」の詳細ページ*/
.title_content .main_title {
    font-size: 24px;
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    border-bottom: 2px solid #cfcfcf;
    letter-spacing: 1px;
    position: relative;
}

.title_content .main_title:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 24%;
  border-bottom: 2px solid #fd8e9f;
}

.title_content .h3_paper {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 0;
    margin-top: 5px;
}

.title_content .belongs {
  font-size: 12px;
}

.title_content .name {
  font-size: 17px;
}

.title_content .name span {
  margin-right: 10px;
}

.title_content .text_box {
    width: 100%;
    padding-right: 15%;
    position: relative;
}

.title_content .text_box .staff_text {
    font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    line-height: 1.5;
    margin-top: 5px;
    text-align: right;
}

.title_content .staff_box {
    width: 13%;
    position: absolute;
    top: 0;
    right: 0;
}

.title_content .staff_box .img {
    border-radius: 100%;
    overflow: hidden;
}

@media (max-width: 599px) {
  .title_content .text_box {
    padding-right: 0;
  }
  
  .title_content .h3_paper {
      width: 80%;
  }
  
  .title_content .text_box .staff_text {
      width: 80%;
  }
  
  .title_content .staff_box {
      width: 16%;
      top: auto;
      bottom: 0;
  }
}

/*見たまま編集*/
[data-element-id] .h_btn {
  display: inline-block;
  position: static;
}

[data-element-id] p.pc_none_item {
  display: block;
  text-align: left;
}

[data-element-id] #gnav ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-element-id] #gnav ul .pc_none_item {
  margin: 5px;
  display: block;
  border: 1px solid #000080;
}

[data-element-id] #gnav ul .pc_none_item:before {
  width: 100%;
  height: 100%;
  content: 'ハンバーガーメニュー';
  display: block;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
  color: white;
  padding: 2px 5px;
  background-color: #000080;
}

[data-element-id] #gnav .item {
  flex-grow: inherit;
  margin: 5px;
  border: none;
}

/*見たまま編集スライダー*/
[data-element-id] #footer_gallery .bxslider_f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

[data-element-id] #footer_gallery li {
  width: 33%;
  padding: 5px 5px;
}

/*TOPクリニック紹介見たまま編集のみ画像テキストを分ける*/
[data-element-id] #top_box05 .back_img {
  width: 50%;
  height: auto;
  position: static;
}

[data-element-id] #top_box05 .back_img:before {
  width: 100%;
  height: 40px;
  content: 'クリニック紹介の背景画像';
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 2.5;
  color: white;
  padding: 2px 5px;
  background-color: #000080;
}
