@charset "utf-8";
/* CSS Document */
*,
::before,
::after{
  box-sizing: border-box;
  /* ↓↓debug code↓↓ */
  /* outline: 1px solid red; */
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color:#3e3a3a;
  font-size:15px;
  font-weight:400;
  line-height:1.75;
  letter-spacing:0.1em;
  text-align:justify;
}
.design {
  position:absolute;
  opacity:0.5;
  top:0;
  left:0;
  z-index:1000;
}
a {
  color: #c5ac23;
  text-decoration: none;
}
a:hover {
  color:#333 ;
}
/*tel*/
[href^="tel"]:hover {
  cursor: default;
}
::selection{
  background-color:#99C1DA;
}
::-moz-selection{
  background-color:#99C1DA;
}
body,
.nav_wrap.fixed,
header,
footer{
  min-width:1240px;
}
@media print{
html {
  -webkit-print-color-adjust: exact;
}
body {
  zoom: 80%;
}
.fixed {
  position: inherit !important;
}
}

/* 画像のにじみ（大きい画像を小さく表示した時等）対策 */
.visibility{
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  backface-visibility: hidden;
}

/*============================================================================

  header

============================================================================*/
header {
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:auto;
  width:calc(100% - 80px);
  height:100px;/* navのtopと同じ値にする */
  margin-bottom:80px;/* navのheightと同じ値にする */
  z-index:10;
}
header::before{
  position:absolute;
  top:0;
  left:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 360px 360px 0 0;
  border-color: #fff transparent transparent transparent;
  content:"";
}
header .inner{
  position:relative;
  width:100%;
  height: inherit;
  margin:auto;
  padding:25px 60px 0 0;
}
/* ロゴ */
header .header_logo{
  position:absolute;
  top:30px;
  z-index: 11;
  width: 168px;
  height: 160px;
}
header .header_logo img{
  width:168px;
  height:160px;
}

/* 住所 */
.header_info{
  float:right;
  /*margin-right:28px;*/
  text-align:left;
  color:#fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  /*font-size:14px;*/
  font-size: 13px;
  margin-top: 6px;
}

.header_info_add{
 /* margin:0 0 4px 0;*/
  letter-spacing: 0.05em;
}
.header_info_add span{
  /*margin:0 25px 0 0;*/
  margin:0 12px 0 0;
}

/* ご予約・お問合せ */
.header_tel{
  /*text-align:left;*/
  text-align: right;
  line-height: 1.4;
}
.header_tel a{
  color:#fff;
  position:relative;
  /*font-size:21px;*/
  font-size:20px;
  letter-spacing:0.05em;
}
.header_tel a img{
  margin:0 7px 0 0;
}
.header_mpcloud_links{
  display: flex;
  gap:20px;
  float: right;
  margin:6px 0 0 20px;
}
.header_mpcloud_links a{
  display: flex;
  gap:5px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  min-width: 140px;
  height:50px;
  background-color: #c5ac23;
  color: #fff;
  text-align: center;
  border:1px solid #fff;
  transition: background-color 0.5s ease;
  border-radius:30px;
}
.header_mpcloud_links a:hover{
  background-color: #533e2b;
}
.header_mpcloud_links li:nth-child(2) a{
  background:#533e2b;
}
.header_mpcloud_links li:nth-child(2) a:hover{
  background:#c5ac23;
}
.header_mpcloud_links li.header_caution_text {
    width: 305px;
    font-size: 13px;
    background: #fff;
    border: 2px solid #c5ac23;
    padding: 5px 10px;
    box-sizing: border-box;
    line-height: 1.4;
    letter-spacing: 0;
    border-radius: 7px;
    font-weight: 700;
}

/*============================================================================

  nav

============================================================================*/

.nav_wrap{
  position: absolute;
  z-index: 10;
  top: 101px;
  left: 50%;
  transform: translate(-50%,0px);
  /*left: 0;
  right: 0;*/
  /*margin: auto;*/
  width: fit-content;
  min-width:1240px;
}

.tgl_menu_list{
  width: 100%;
  /*padding:0 0 0 160px;*/
  margin: 0 auto;
}
.tgl_menu_list ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 32px;
  /*gap:36px;*/
}
.tgl_menu_list ul li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* リンクテキスト */
.tgl_menu_list ul li a,
.tgl_menu_list ul li p{
  position: relative;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 5px;
  font-size:14px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* 英語 */
.tgl_menu_list ul li a span,
.tgl_menu_list ul li p span{
  display: block;
  line-height: 1;
  letter-spacing: 0.15em;
  font-size: 12px;
  margin-top: 12px;
  color:#c5ac23;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ホバーエフェクト */
.tgl_menu_list ul li a:hover{
  color: #333;
}

/* ホバー時に出る下線 */
.tgl_menu_list ul li a::after,
.tgl_menu_list ul li p::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #333;
  transition: 0.2s ease-in-out;
  transform: scaleX(0);
}
.tgl_menu_list ul li a:hover::after,
.tgl_menu_list ul li.active a::after,
.tgl_menu_list ul li p:hover::after,
.tgl_menu_list ul li.active p::after{
  transform: scaleX(1);
}

/* ------- スライドメニュー シングル------- */
.tgl_menu_list ul li.nav_single_menu{
  position: relative;
}

/* ドロップダウン */
.tgl_menu_list ul li.nav_single_menu div{
  position: absolute;
  z-index: 1;
  top: 95%;
  left: 0;
  width: 260px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.tgl_menu_list ul li.nav_single_menu:hover div{
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.tgl_menu_list ul li.nav_single_menu div a{
  position: relative;
  display: block;
  text-align: left;
  line-height: 1.75;
  padding: 9px 20px 9px 10px;
  background: rgba(255,255,255,0.9);
  border-bottom: 1px solid #fff;
  color:#333;
}
.tgl_menu_list ul li.nav_single_menu div a::before,
.tgl_menu_list ul li.nav_single_menu div a::after{
  display: none;
}
.tgl_menu_list ul li.nav_single_menu div a:last-child{
  border-bottom: none;
}
.tgl_menu_list ul li.nav_single_menu div a i.nav_arrow{
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: 0.2s ease-in-out;
}
/* ホバーエフェクト */
.tgl_menu_list ul li.nav_single_menu div a:hover{
  color: #c5ac23;
  background: #fcfcfc;
}
.tgl_menu_list ul li.nav_single_menu div a:hover i.nav_arrow{
  right: 7px;
}

/* ------- スライドメニュー メガ------- */
.tgl_menu_list .nav_mega_menu{
  position: static;
}

/* ドロップダウン */
.tgl_menu_list .nav_mega_menu .mega_menu_wrap{
  position: absolute;
  z-index: 1;
  top: 95%;
  left: 0%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  background: rgba(255,255,255,0.9);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 12px -10px;
}
.tgl_menu_list .nav_mega_menu:hover .mega_menu_wrap{
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.tgl_menu_list .mega_menu_inner{
  padding: 32px 0;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:20px 0;
}
.tgl_menu_list .mega_menu_inner::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.tgl_menu_list .mega_menu_inner::after{
  content:"";
  display: block;
  width:23%;
}
.tgl_menu_list .menu_list{
  width: 23%;
}
.tgl_menu_list .menu_list:first-child{
  margin-left: 0;
}
.tgl_menu_list ul li.nav_mega_menu .menu_list p::before,
.tgl_menu_list ul li.nav_mega_menu .menu_list p::after{
  display: none;
}
.tgl_menu_list .menu_list p{
  text-align: left;
  padding: 12px 0;
  font-weight: bold;
  border-bottom: 1px solid;
  color:#333;
}
.tgl_menu_list .menu_list ul{
  display: block;
  gap:10px;
}
.tgl_menu_list .menu_list ul li{
  display: block;
}
.tgl_menu_list .menu_list ul li a{
  position: relative;
  display: block;
  text-align: left;
  padding: 8px 12px 8px 0;
  transition: 0.2s ease-in-out;
  color:#333;
  line-height:1.2;
}
.tgl_menu_list .nav_mega_menu div a{
		color:#333;
	}
.tgl_menu_list .nav_mega_menu.medical div a{
  position: relative;
  display: block;
  text-align: left;
  padding: 8px 12px 8px 0;
  transition: 0.2s ease-in-out;
  color:#333;
  line-height:1.2;
	width:23%;
  border-bottom:1px solid;
}
.tgl_menu_list .menu_list ul li a:hover,.tgl_menu_list .nav_mega_menu div a:hover{
  color: #c5ac23;
}
.tgl_menu_list .menu_list ul li a::before,.tgl_menu_list .nav_mega_menu.medical div a::before{
  position: static;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  border: none;
  margin-right: 10px;
  color:#333;
}
.tgl_menu_list .menu_list ul li a:hover::before,.tgl_menu_list .nav_mega_menu.medical div a:hover::before{
  color: #c5ac23;
}
.tgl_menu_list .menu_list ul li:last-child a::before{
  display: inline;
}
.tgl_menu_list ul li.nav_mega_menu div a::after{
  display: none;
}

/* ------- スライドメニュー tabindex対応------- */
/* シングル */
.tgl_menu_list ul li.nav_single_menu:focus-within > div{
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/* メガ */
.tgl_menu_list ul li.nav_mega_menu:focus-within > .mega_menu_wrap{
  top: 100%;
  opacity: 1;
  visibility: visible;
}

/* 追従時の設定 */
.nav_wrap.fixed{
  z-index: 10000;
  position: fixed;
  top: 0;
  /*left: 0;*/
  right: 0;
  margin: auto;
  padding:10px 0;
  background:#fff;
  box-shadow:0 3px 10px #ddd;
  width:100%;
}
.nav_wrap.fixed .tgl_menu_list ul{
  justify-content: center;
}
.nav_wrap.fixed .tgl_menu_list ul li a, .nav_wrap.fixed .tgl_menu_list ul li p{
  color:#333;
}
.nav_wrap.fixed .tgl_menu_list ul li a:hover{
  color:#c5ac23;
}

/*============================================================================

  #mainvisual

============================================================================*/

/* 下層ページのメインビジュアルの高さ、背景画像（トップページの高さはtop.css参照） */
#mainvisual{
  display:block;
  height: 400px;
  background-image:url("../images/mv01.jpg");
  /*background-color:#f0f0f0;*/
  background-color:#fff;
  background-position:center;
  background-repeat:no-repeat;
  position:relative;
  left:0;
  right:0;
  margin:auto;
  width: calc(100% - 80px);
  padding:0 40px;
}
#mainvisual .inner{
  display:table;
  position:relative;
  height: inherit;
  margin: 0 auto;
  background-repeat:no-repeat;
}
#mainvisual p.headline{
  position:relative;
}

/* 下層ページの見出し */
.mainvisual_headline {
  display: table-cell;
  padding:80px 0 0;
  letter-spacing: 0.15em;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 0 5px rgba(255,255,255,0.7);
}
/* タイトル */
.mainvisual_headline p.headline{
  font-size: 27px;
  color: #333;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
}

/* 英語 */
.mainvisual_headline p{
  font-size:15px;
  color: #c5ac23;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* 飾りの英語の棒 */
.mainvisual_headline p::before,
.mainvisual_headline p::after{
  position: relative;
  content:"-";
}
.mainvisual_headline p::before{
  left:-0.5em;
}
.mainvisual_headline p::after{
  right:-0.5em;
}
/* 背景変更用 */
#mainvisual.bg01{
  background-image:url(../images/main_bg01.png);
  background-position: center 0%;
  background-size: cover;
}
#mainvisual.bg02{
  background-image:url(../images/main_bg02.png) ;
  background-position: center 0%;
  background-size: cover;

}
#mainvisual.bg03{
  background-image:url(../images/main_bg03.png) ;
  background-position: center 0%;
  background-size: cover;
}
#mainvisual.bg04{
  background-image:url(../images/main_bg04.png) ;
  background-position: center 0%;
  background-size: auto;
}
#mainvisual.bg05{
  background-image:url(../images/main_bg05.png);
  background-position: center 0%;
  background-size: cover;
}
/*==================================================================

  #contents

==================================================================*/
main{
  display:block;
}
#container{
  padding-top:79px;
}

#contents{
  position:relative;
  width:1200px;
  margin:0 auto;
  padding-top:70px;
  padding-bottom: 100px;
}
#contents_left{
  float:left;
  width:840px;
}

/* 診療案内 右メニュー */
#contents_right{
  float:right;
  width:280px;
  font-size:15px;
  line-height:1.6;
  position: sticky;
  top: 140px;
  padding: 0;
  margin: 70px 0 0;
}
.right_medical p{
  text-align:center;
}
.right_medical p a{
  display:block;
  padding:15px 0;
  background-color:#fff;
  color:#000;
  font-weight:bold;
  font-size:19px;
  transition:0.1s ease-in-out;
  border-radius: 20px 20px 0 0;
}
.right_medical p a span{
  display: block;
  font-size: 14px;
}
.right_medical p a:hover{
  background-color:#e0d6ce;
  color:#1F2774;
}
.right_medical{
  padding: 10px;
  background: #1F2774;
  border-radius: 27px;
  position: relative;
}
.right_medical ul{
  background-color: #fff;
  border-radius: 15px;
}
.right_medical li:nth-child(odd) {
  background-color: #f1ebe2;
}
.right_medical li:nth-child(even) {
  background-color: #f9f4ee;
}
.right_medical li a{
  display: block;
  padding: 10px;
  text-align: center;
}
.right_medical li a:hover{
  background-color: #fff;
}
.right_medical li:last-child a:hover{
  border-radius: 0 0 20px 20px;
}
.right_medical li:last-child{
  margin-bottom:0;
  border-radius: 0 0 20px 20px;
}
.right_medical img{
  width:100%;
}
.right_medical li:nth-child(odd) {
  background-color: #f1ebe2;
}
/*============================================================================

  $footer

============================================================================*/
footer {
  position:relative;
  width:100%;
  padding: 40px 0 0;
}
.footer_access{
  width:1200px; 
  margin: auto;
}
.footer_illustmap{
  width:1198px;
  margin:0 0 9px auto;
}
.footer_access_desc{
  display:flex;
  justify-content: space-between;
}
.footer_access_list{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:12px 0;
  width:880px;
}
.footer_access_list li{
  position:relative;
  font-size:15px;
}
.footer_access_list li::before{
  position:absolute;
  content:"";
}
.footer_access_list li:first-child{
  margin:0 12px 0 0;
}
.footer_access_list li.walk::before{
  left:-15px;
  top:-6px;
  width:12px;
  height:26px;
  background:url("../images/human_icon.svg");
}
.footer_access_list li.taxi::before{
  left:-25px;
  top:-0px;
  width:24px;
  height:22px;
  background:url("../images/taxi_icon.svg");
}
.footer_access_list li.bus::before{
  left:-27px;
  top:0;
  width:25px;
  height:23px;
  background:url("../images/train_icon.svg");
}

/* フッターの医院概要 */
.footer_info{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width:1200px;
  margin:0 auto;
  padding:76px 0 82px;
}
.footer_info_left{
  display:flex;
  gap:40px;
}
.footer_info_logo{
  margin:6px 0 0;
}
.footer_info_add{
  line-height: 26px;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin:0 0 8px;
}
.reserve_tit{
  font-size:16px;
  font-weight:bold;
}
.footer_info_tel{
  line-height:1.4;
  margin:0 0 7px;
}
.footer_info_tel a{
  color: #c2a163;
  font-size: 37px;
  letter-spacing: 0.1em;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer_info_tel a img{
  margin: 0 7px 0 0;
}
.footer_info_left .btn02 a{
width: 340px;  
}
.footer_info_sche{
  width:522px;
  margin:6px 0 0;
}
.caution_text {
  max-width: 340px;
  padding-top: 10px;
	font-weight: 700;
}
/* フッターのバナー */

.footer_link{
  padding:23px 0 21px;
  border-top:1px solid #e2d2b4;
}
.footer_link .box1{
  margin:0 auto 20px;
}
.footer_link .tit{
  text-align:center;
  font-size:35px;
  font-family: europa, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
}
.banner_list{
  margin:30px 0 0;
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:70px;
}
.banner_list a:hover{
  transition:0.2s;
  transform:translateY(-10px);
}

/* フッターのナビ */
.footer_navi{
  background:rgba(211,193,175,0.2);
}
.footer_navi_info{
  margin:5px 33px 0 0;
}
.footer_navi .logo{
  width:168px;
  margin:0 0 20px;
}
.footer_navi .footer_info_add{
  font-size:13px;
  line-height:20px;
  margin:0 0 9px;
}
.footer_navi .footer_info_tel a{
  font-size:25px;
}
.footer_navi .inner{
  width:1200px;
  margin:0 auto;
  padding:82px 0 30px;
  display: flex;
  justify-content: space-between;
}
.footer_navi ul {
  position:relative;
  height:inherit;
}
.footer_navi ul.subNav{
  display:flex;
  gap:90px;
}
.footer_navi ul li {
  position:relative;
  height:inherit;
  margin:0 0 10px;
}
.footer_navi ul li a{
  position:relative;
  display: inline-block;
  line-height: 1.6;
  font-size:13px;
  color:#333;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer_navi ul li .footer_nav_tit{
  border-bottom:1px solid #333;
  margin:1px 0 22px;
}
.footer_navi ul li .footer_nav_tit a{
  font-size:14px;
  padding:2px 0 8px 2px;
}
.footer_navi ul li.medical_nav{
  width:333px;
}
.footer_navi ul li.medical_nav ul{
  padding:0 0 0 12px;
  display:flex;
  flex-wrap: wrap;
justify-content: space-between;
}
.footer_navi ul li.medical_nav ul li{
  margin: 0 0 6px;
  width: 47%;
}
.footer_navi ul li.medical_nav ul a{
  padding:0 0 0 23px;
}
.footer_navi ul li.medical_nav ul a::before{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  margin:auto;
  width:14px;
  height:8px;
  background:url(../images/arr08.png);
  content:"";
}
.footer_navi ul li.column_nav{
  width:300px;
}
.footer_navi ul li.column_nav ul li{
  margin:0 0 5px;
}
.footer_navi ul li.column_nav ul a{
  padding:0 0 0 20px;
}
.footer_navi ul li.column_nav ul a::before{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  margin:auto;
  width:14px;
  height:8px;
  background:url(../images/arr08.png);
  content:"";
}
/* ホバーのボーダー */
.footer_navi ul li a span::before{
  position: absolute;
  left: 0;
  right:0;
  bottom: -10px;
  width:100%;
  height:1px;
  margin:auto;
  background-color: #3D4AA5;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  content: "";
  z-index: 1;
}
.footer_navi ul li a:hover span::before,
.footer_navi ul li.active2 a span::before{
  transform: scaleX(1);
}
/* ページトップ */
.pagetop img{
  width:18px;
  height:13px;
  transform: rotate(-90deg);
}
.pagetop{
  position:absolute;
  bottom:5px;
  right:10px;
  text-align:center;
  cursor:pointer;
  width:60px;
  height:57px;
  border-radius:30px;
  padding:15px 0 0;
  background:#fff;
  z-index:1000;
  transition:0.2s;
}
.pagetop img{
  display:inline-block;
  position:relative;
  top:0;
  transition:0.5s ease-in-out;
}
.pagetop:hover{
  background:#533e2b;
}
/* コピーライト */
.copy{
  padding:20px 0;
  text-align: center;
  background:#c8b490
}
.copy small{
  line-height:1;
  font-size:12px;
  letter-spacing:0.1em;
  color:#fff;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*==================================================================

  タイトル

==================================================================*/

h1{
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 100px;
  margin: auto!important;
  text-align:right;
  color:#fff;
}
.tit_en{
  font-size:14px;
  color:#cdb73f;
  text-align:center;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  margin:0 0 6px;
}
/*中央寄せ　背景画像あり*/
.tit01 {
  position: relative;
  margin:0 0 10px;
  line-height: 1;
  color: #333;
  font-size: 30px;
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight:600;
  letter-spacing: 0.1em;
}
.tit01 span{
  color:#c5ac23;
  font-size:42px;
}
/* 左寄せ　背景画像あり */
.tit02 {
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  padding:14px ;
  letter-spacing: 0.15em;
  color: #1F2774;
  font-size: 24px;
  font-weight:bold;
  line-height: 1.4;
  text-align: left;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight:600;
}
.tit02::before{
  position: absolute;
  width: 40px;
  height: 62px;
  top:0;
  bottom: 0;
  left:0;
  margin: auto ;
  background-image:url(../images/tit02_bg.png);
  background-repeat:no-repeat;
  background-position: center ;
  background-size:cover;
  z-index: -1;
  content: "";
}
/*左寄せ*/
.tit03 {
  position: relative;
  margin-bottom: 18px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-size: 24px;
  text-align: left;
  padding-bottom: 10px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight:600;
  padding:8px 10px;
  color:#fff;
  color:#c5ac23;
  border-bottom:2px solid #333;
}
.tit03::before{
  position:absolute;
  top:0;
  bottom:0;
  right:10px;
  width:40px;
  height:40px;
  margin:auto;
  background:url("../images/logo02.svg");
  background-size:cover;
  content:"";
}
/*左寄せ*/
.tit04 {
  /*position: relative;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
  color: #1F2774;
  font-size: 16px;
  font-weight: bold;*/
	position: relative;
    margin-bottom: 18px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    font-size: 24px;
    text-align: left;
    padding-bottom: 10px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 600;
    padding: 8px 10px 8px 40px;
    color: #fff;
    color: #c5ac23;
}
.tit04::before{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 32px;
    height: 32px;
    margin: auto;
    background: url(../images/h3_item.png);
    background-size: cover;
    content: "";
}
/*中央寄せ　電球*/
.tit05 {
  position: relative;
  padding: 1rem;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
  background: #fff;
  margin-bottom: 40px;
}
.tit05:before,
.tit05:after {
  position: absolute;
  content: '';
}
.tit05:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
}
.tit05:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.tit05 i {
  font-size: 30px;
  font-size: 1.7rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
.tit05 span:before {
  top: -100px;
  left: calc(50% - 27px);
  width: 55px;
  height: 32px;
  background: url(../images/radiation.svg) top center no-repeat;
  position: absolute;
  content: '';
}
.tit05 span:last-child {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
/* 青い背景+水玉（左右）+文字左寄せ */
.tit06 {
  position: relative;
  margin-bottom: 27px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #00568c;
  font-size: 19px;
  font-weight: bold;
  text-align: left;
  padding: 15px 15px 13px;
  background: #c6e3f1;
}
.tit06::before {
  position: absolute;
  top: -15px;
  left: -8px;
  width: 80px;
  height: 22px;
  background: url(../images/kazari_h_top.png) no-repeat;
  content: "";
  z-index: 1;
}
.tit06::after {
  position: absolute;
  bottom: -13px;
  right: 0;
  width: 80px;
  height: 22px;
  background: url(../images/kazari_h_bottom.png) no-repeat;
  content: "";
  z-index: 1;
}
/* 緑背景+左寄せ+右側に画像 */
.tit07 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 1.5;
  margin: 0 0 25px;
  padding: 13px 80px 13px 15px;
  background-color: #daeccc;
  color: #48a565;
  border-radius: 5px;
}
.tit07::before {
  position: absolute;
  width: 73px;
  height: 82px;
  top: -15px;
  right: 3px;
  margin: auto;
  background: url(../images/kazari_dammy01.png);
  background-size: cover;
  z-index: 1;
  content: "";
}
/* 左寄せ+左右に三角 */
.tit08 {
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  border: 1px #000 solid;
  padding: 0.5em 0.7em;
}
.tit08::before {
  position: absolute;
  width: 55px;
  height: 45px;
  top: -5px;
  left: -5px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 0 45%, 100% 0);
  clip-path: polygon(0 0, 0 45%, 100% 0);
  background-color: #fffe00;
  z-index: -1;
  content: "";
}
.tit08::after {
  position: absolute;
  width: 55px;
  height: 45px;
  bottom: -5px;
  right: -5px;
  margin: auto;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 45%);
  clip-path: polygon(0 100%, 100% 100%, 100% 45%);
  background-color: #fffe00;
  z-index: -1;
  content: "";
}
/* 左寄せ+斜線 */
.tit09 {
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  background: repeating-linear-gradient(45deg, #fff9e6, #fff9e6 5px, #fbf0d0 5px, #fbf0d0 10px);
  box-shadow: 0px 0px 0px 5px #fbf0d0;
  border: dashed 2px white;
  padding: 0.5em 0.7em 0.4em;
}
.tit09:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #f3dfa4;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
/* 左側に画像+左寄せ */
.tit10 {
  position: relative;
  margin-bottom: 30px;
  padding: 14px 14px 14px 45px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #1F2774;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
}
.tit10::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #ffa3a3;
  box-shadow: 0 0.6em 0 #93e099, 0.6em 0 0 #8adaf9, 0.6em 0.6em 0 #efc378;
  content: "";
}
/* 左側に画像+左寄せ */
.tit11 {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 0 20px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #1F2774;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  border-left: 5px solid #82c79a;
}
.tit11::before {
  position: absolute;
  left: -5px;
  bottom: 0;
  content: '';
  width: 5px;
  height: 50%;
  background-color: #39588e;
}
/* 左側に電球+左寄せ */
.tit12 {
  position: relative;
  background: #f4f4f4;
  padding: 7px 5px 7px 70px;
  font-size: 20px;
  color: #474747;
  border-radius: 25px 15px 15px 25px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 2;
}
.tit12:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: #fff;
  background: #ff6363;
  font-weight: normal;
  width: 55px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
/* 左寄せ+右側に背景画像 */
.tit13 {
  display: block;
  margin-bottom: 20px;
  padding: 2px 0 0;
  line-height: 2.6;
  border-top: 3px solid #333;
  border-bottom: 1px dashed #333;
  font-size: 20px;
  font-weight: 600;
  background: url(../images/kazari_dammy01.png) right center no-repeat;
}
/* 左側に●+左寄せ */
.tit14 {
  position: relative;
  margin-bottom: 70px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  color: #0d6fb8;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding-left: 1.5em;
}
.tit14:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  position: absolute;
  font-size: 1em;
  left: 0;
  color: #e69cbd;
}
/* 中央寄せ+上に画像+タイトル+下にサブタイトル */
.tit15 {
  position: relative;
  margin-bottom: 30px;
  padding: 70px 0 15px;
  letter-spacing: 0.15em;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #583a21;
  font-size: 30px;
}
.tit15::before {
  position: absolute;
  width: 53px;
  height: 59px;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/kazari_dammy01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
}
.tit15 span {
  display: block;
  position: relative;
  letter-spacing: 2.5px;
  font-weight: 500;
  font-style: normal;
  color: #583a21;
  font-size: 17px;
}
/* 左寄せ+左側に●+丸い背景 */
.tit16 {
  color: #505050;
  padding: 0.5em;
  display: inline-block;
  line-height: 1.3;
  background: #dbebf8;
  vertical-align: middle;
  border-radius: 25px 3px 3px 25px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.tit16:before {
  content: '●';
  color: #fff;
  margin-right: 8px;
}
/* 左寄せ+下線 */
.tit17 {
  border-bottom: solid 3px #87ceeb;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
}
.tit17:before {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 15%;
}
/* 上下線 */
.tit18{
  padding: 15px 30px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
/* 吹き出し+背景色あり */
.tit19 {
  position: relative;
  padding: 15px 30px;
  color: #fff;
  border-radius: 10px;
  background: #1f2774;
}

.tit19:after {
  position: absolute;
  bottom: -9px;
  left: 15px;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #1f2774 transparent transparent transparent;
}
/* 下線のみの吹き出し */
.tit20 {
  position: relative;
  padding: 15px 30px;
  border-bottom: 3px solid #1f2774;
  font-size: 24px;
}

.tit20:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #1f2774 transparent transparent transparent;
}

.tit20:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
/* ナンバー+タイトル */
.tit21 {
  position: relative;
  overflow: hidden;
  padding: 20px 30px  20px 130px;
  border-top: 3px solid #000;
  font-size: 24px;
}
.tit21:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  transform: rotate(25deg);
  background: #000;
}
.tit21 span {
  font-size: 36px;
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}
/* 下に小さな下線 */
.tit_box01{
  position: relative;
  margin-bottom: 30px;
}
.tit_box01 h2 {
  font-size: 30px;
  position: relative;
  text-align: center;
}

.tit_box01 p {
  font-size: 18px;
  text-align: center;
}

.tit_box01:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #fa4141;
}
/*==================================================================

  .list
  共通CSSなので使っていないものも消さずに残してください

==================================================================*/


/*院長略歴*/
.list01 {
  margin: 0 0 15px;
  padding: 0;
  border-width: 0 1px 1px;
}
.list01 dt {
  margin: 0;
  padding: 14px 3px 0px;
}
.list01 dd {
  margin: -38px 0 0;
  padding: 12px 4px 10px 100px;
  border-bottom: 1px dotted #ACACAC;
}
/*院長略歴　年月無し*/
.list02 {
  margin: 0 0 15px;
  border-width: 0 1px 1px;
}
.list02 li {
  margin: 0 0px 0px;
  padding: 6px 4px 6px 0;
  border-bottom: 1px dotted #ddd;
}

/*まる*/
.list03 li{
  position:relative;
  padding-left:15px;
}
.list03 li:last-child{
  margin-bottom:0;
}
.list03 li:before{
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #cdb73f;
  border: 1px solid #cdb73f;
  border-radius: 100%;
  content: '';
}
.list03 li i{
  margin-right:8px;
}
/*==================================================================

  .btn
  共通CSSなので使っていないものも消さずに残してください

==================================================================*/
/*ボタン ゴースト*/
.btn01 a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 49px;
  line-height: 41px;
  text-align: center;
  color: #333;
  transition: ease-in-out 0.4s;
  font-size:14px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.btn01 a::before{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  margin:auto;
  background:url("../images/news_icon.png");
  width:41px;
  height:41px;
  content:"";
  transition:0.4s;
}
.btn01 {
  position: relative;
}
.btn01 a:hover::before{
  left:-15px;
  transform:rotate(360deg);
}
/* btn02 */
.btn02 a {
  position:relative;
  display: inline-block;
  color: #fff;
  padding: 10px 30px 10px 10px;
  line-height:36px;
  width:230px;
  border-radius:28px;
  text-align:center;
  transition: 0.2s all ease 0s;
  font-size:15px;
  letter-spacing:0.1em;
  background:#533e2b;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  border:1px solid #fff;
  font-weight: 400;
  font-style: normal;
}
.btn02 a:hover {
  background:#c5ac23;
}
.btn02 a::before{
  position:absolute;
  top:0;
  bottom:0;
  right:15px;
  margin:auto;
  background:url("../images/arr01.svg");
  width:18px;
  height:13px;
  content:"";
}
.btn02 a img{
  margin:0 20px 0 0;
}
/* btn03 */
.btn03 a {
  position: relative;
  display: inline-block;
  border: 1px solid #c5ac23;
  background: #fff;
  color:#333;
  transition: ease-in-out 0.2s;
  border-radius: 25px;
  width:188px;
  line-height:30px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:14px;
  letter-spacing: 0.1em;
  padding:10px 0 10px 20px;
}
.btn03 a::before {
  position: absolute;
  top: 0;
  right:20px;
  bottom: 0;
  margin:auto;
  z-index: 1;
  content: '';
  width:18px;
  height:13px;
  background:url(../images/arr02.png);
}
.btn03 a span {
  z-index: 2;
  position: relative;
}
.btn03 a i {
  margin-right: 7px;
}
.btn03 a:hover{
  color:#00408f;
}
.btn03 a:hover::before {
  transform-origin: left top;
  color:#00408f;
  transform: scale(1, 1);
}
/*btn04*/
.btn04{
  text-align:center;
}
.btn04 a{
  position: relative;
  display:inline-block;
  width:140px;
  line-height:40px;
  padding:0 10px 0 0;
  color:#333;
  background: #fff;
  transition:ease-in-out 0.2s ;
  border:1px solid #c5ac23;
  border-radius:22px;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align:center;
  font-size:16px;
}
.btn04 a:hover{
  color:#fff;
}
.btn04 a::before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin:auto;
  z-index: 1;
  content: '';
  width:18px;
  height:13px;
  background: url("../images/arr02.png");
}
.btn04 a:hover::before {
  transform: scale(1, 1);
}
/*btn05*/
.btn05 a{
  width: 61px;
  height:61px;
  display:inline-block;
  position: relative;
  font-size: 14px;
  transition:ease-in-out 0.2s ;
  border:1px solid #c5ac23;
  color:#c5ac23;
  text-align:center;
  border-radius:34px;
  padding:17px 0 0;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.btn05 a:hover{
  background:#c5ac23;
  color:#fff;
}

/*btn06*/
.btn06 a {
  background:#c6ad27;
  color:#fff;
  width:176px;
  height:176px;
  display:inline-block;
  position:relative;
  padding:57px 0 0;
  font-size:22px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align:center;
  border-radius:100px;
  transition:0.2s;
}
.btn06 a:hover{
  background:#533e2b;
}
.btn06 a::before{
  position:absolute;
  bottom:55px;
  left:0;
  right:0;
  margin:auto;
  width:37px;
  height:14px;
  background:url("../images/arr07.svg");
  content:"";
}
/*btn07*/
.btn07 a {
  position: relative;
  display: inline-block;
  width:180px;
  line-height:38px;
  border-radius:20px;
  padding:0 0 0 20px;
  border: 1px solid #efefef;
  background:#efefef;
  transition: all .4s;
  color:#333;
  font-size:16px;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.btn07 a:hover{
  background:#533e2b;
  color:#fff;
}
.btn07 a::before{
  position:absolute;
  width:26px;
  height:26px;
  right:10px;
  top:0;
  bottom:0;
  margin:auto;
  border-radius:13px;
  background:url("../images/mapbtn_icon.png");
  content:"";
}

/*==================================================================

  $画像寄せ
  共通CSSなので使っていないものも消さずに残してください

==================================================================*/
/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr{
  display:block;
  position:relative;
  float:right;
  margin-left:30px;
  margin-bottom:0 !important;
  text-align:center;
  max-width: 300px;
}
.img_fr img{
  border-radius:3px;
  margin-bottom:7px;
  width: 100%;
  height: auto;
}
/* 画像に対して説明文がある場合は、dlで囲い、dtに画像を、ddにテキストを使う */
.img_fr dd{
  padding-left:20px;
  line-height:1.3;
  font-size:15px;
  font-weight:bold;
  color: #1F2774;
  text-align:left;
}
/*==================================================================

  $アンカーリンンク
  共通CSSなので使っていないものも消さずに残してください

==================================================================*/

/* 共通CSS */
[class^="ank0"]{
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
[class^="ank0"] li{
  margin: 0 1% 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}
[class^="ank0"] li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding:10px 10px 20px;
  border:1px solid #333;
  font-weight:bold;
  font-size:15px;
  color:#333;
  text-align:center;
  vertical-align:middle;
  transition:0.1s ease-in-out;
}
[class^="ank0"] li a:hover{
  background-color:#c5ac23;
  border:1px solid #c5ac23;
  color:#fff;
}
[class^="ank0"] li i{
  display:block;
  position:absolute;
  left:0;
  right:0;
  bottom:4px;
  margin:auto;
}

/* 2個並び */
.ank02 li{
  width: 48%;
}

/* 3個並び */
.ank03 li{
  width: 30%;
}

/* 4個並び */
.ank04 li{
  width: 23%;
}

/*==================================================================

  $table
  共通CSSなので使っていないものも消さずに残してください

==================================================================*/
/* 診療時間（医院案内、アクセス共通） */

.schedule table{
  width:100%;
}
.schedule p{
  margin-left:22px;
  margin-bottom:2px;
}
.schedule p strong{
  color:#1F2774;
}
.schedule p:last-child{
  margin-bottom:0;
}
.schedule_note li{
  display:block;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:16px;
  line-height:32px;
  letter-spacing: 0.1em;
}
.schedule_note li:first-child{
  letter-spacing: 0;
}

/*フッターの診療時間*/
.tb01{
  margin-bottom:12px;
  border-spacing: 0;
  border-collapse: collapse;
  white-space:nowrap;
}
.tb01 td,.tb01 th{
  border-bottom:1px solid #fff;
  vertical-align: middle;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  border:1px solid #efefef;
  font-size:16px;
  letter-spacing: 0.1em;
}
.tb01 th{
  width: 26%;
  height: 58px;
  line-height:1;
  white-space:nowrap;
  text-align:center;
}
.tb01 tr:first-child th{
  background:rgba(194,161,99,0.48);
  height:42px;
}
.tb01 tr:first-child td{
  background:#efefef;
}
.tb01 tr:not(:first-child) td{
  color:#bca584;
}
.tb01 td{
  width: 10%;
  text-align: center;
}

/* 下線のみのテーブル */
.tb02 {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 12px;
}
.tb02 th {
  font-weight: bold;
  width: 26%;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}
.tb02 td {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0;
}
/*本文中のテーブル*/
.tb03 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: collapse;
}
.tb03 td,
.tb03 th {
  padding: 8px 20px;
  border: 1px solid #e0e0e0;
}
.tb03 th {
  font-weight: bold;
  text-align: left;
  background-color: #f9f6ef;
  width:250px;
}
.tb03 th.price_sub_tit{
  width:100%;
  background:#c2a1637a;
}
.tb03 th span {
  font-size: 13px;
}
.tb03 td {
  background-color: #ffffff;
  text-align: center;
}
.price_tb th.price_sub_tit {
    background: #c2a1637a;
}
.bnr_links_box {
	display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 600px;
    padding: 50px 60px 50px;
    align-items: center;
    margin: auto;
    background-color: #f3f3f3;
}
.bnr_links_box p a {
	transition: 0.1s ease-in-out;
}
.bnr_links_box p a:hover{
	opacity: .7;
}
.top_info .bnr_links_box {
    max-width: unset;
    padding: 20px 60px;
	margin: 10px 0;
}
/*採用情報で使用*/
.tb05 {
  width: 80%;
  border-spacing: 1px;
  border-collapse: collapse;
	margin: 20px auto;
}
.tb05 td,
.tb05 th {
  padding: 8px 20px;
  border: 1px solid #e0e0e0;
}
.tb05 th {
  font-weight: bold;
  text-align: center;
  background-color: #f9f6ef;
  width:250px;
}
.tb05 th.price_sub_tit{
  width:100%;
  background:#c2a1637a;
}
.tb05 th span {
  font-size: 13px;
}
.tb05 td {
  background-color: #ffffff;
  text-align: left;
}
/*==================================================================

  $box
  共通CSSなので使っていないものも消さずに残してください

==================================================================*/
.box1{
  position:relative;
  width:1200px;
  margin:0 auto 100px;
}
.box2{
  margin-bottom:100px;
}
.text {
  position:relative;
  margin-bottom:50px;
}
.text p {
  margin-bottom:1em;
}
.tit_text{
  padding: 30px 0;
  margin-bottom: 20px;
}
/* ----- グリッドバナー ----- */
.banner_grid .inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
　padding: 80px 0 0;
}
.banner_grid ul {
  display: flex;
  flex-flow: wrap;
  gap: 10px;	
}

.banner_grid ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% / 4) - (30px / 4));
}
.banner_grid ul li a {
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	transition: opacity 0.5s;
}
.banner_grid ul li a:hover {
	opacity: 0.8;
}
/*==================================================================

  .top_info

==================================================================*/
.top_info{
  padding:0 0 4px;
}
.top_info_flex{
  display: flex;
  justify-content: space-between;
}
.top_info_flex.top_news{
  background:#f9f6ef;
  padding:30px 60px;
  margin-top: 50px;
}

.top_news_frame{
  width:821px;
  background:#fff;
  padding:36px 70px 12px 50px;
}
.top_news_headline{
  margin:20px 0 0;
}
.top_news_headline .tit01{
  font-size:14px;
  text-align:left;
  margin:0 0 38px;
}
.top_news_headline .tit_en{
  font-size:35px;
  line-height:44px;
  color:#333;
  text-align:left;
  font-weight:bold;
  letter-spacing: 0.1em;
  margin:0 0 3px;
}

/* お知らせの高さ */
.top_info .top_news .scroll_area{
  overflow-y: scroll;
}
.top_info .top_news ul{
  padding-right: 24px;
}
.news_text p {
  margin-bottom:10px;
}

/* css.phpに居た記述 TOPのお知らせのCSS */
.news_list li{
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height:20px;
}
.news_list li span{
  margin-right: 10px;
  font-size:13px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.news_list li em{
  margin-right: 14px;
  display:inline-block;
  min-width:91px;
  padding:1px 6px;
  text-align:center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:13px;
  border:1px solid #c5ac23;
}
.news_list li a{
  color:#333;
  font-size:14px;
}

/*スクロールバーの横幅指定*/
.scroll_area::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.scroll_area::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}
/*スクロールバーの色・角丸指定*/
.scroll_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}


.top_info_left{
  width:522px;
}
.top_info_left_flex{
  display:flex;
  gap:27px;
  margin:0 0 21px;
}
.top_info_left_flex figure{
  margin:8px 0 0;
}
.top_info_add{
  line-height:26px;
  font-size:15px;
  letter-spacing: 0.1em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin:0 0 2px;
}
.top_info_tel{
  line-height:40px;
}
.top_info_tel a{
  color:#c2a163;
  font-size:27px;
  letter-spacing: 0.1em;
  font-family: europa, sans-serif;
  font-weight: 400;
  padding:0 0 0 1px;
  font-style: normal;
}
.top_info_tel a img{
  margin:0 10px 0 0;
}
.top_info_left .btn02 a{
  width: 340px;
}

.top_info_right{
  width:623px;
  margin:4px 0 0;
}

.map{
  position:relative;
  margin:0 0 25px;
}

.map iframe{
  width:100%;
  height:364px;
}

.map .btn01 a{
  position:absolute;
  right:0;
  bottom:-53px;
  font-family:"游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight:bold;
  font-size: 15px;
}

.map .btn01 a::before{
  background:url("../images/mapbtn_icon02.png");
  top:5px;
  left:-4px;
}

.map .btn01 a:hover::before{
  left:-19px;
}

.map .btn01 a em{
  display: inline-block;
  border-bottom: 1px solid #c5ac23;
  line-height: 1.6;
}

.station_name{
  padding:2px 4px;
  display:inline-block;
  border:1px solid #c5ac23;
  font-size:14px;
  margin:0 0 10px;
}

.top_info2 .box1{
  margin:0 auto 55px;
}

.top_info_access ul{
  display:flex;
  flex-wrap: wrap;
}

.top_info_access li{
  position:relative;
  font-size:14px;
  letter-spacing: 0.1em;
  line-height:27px;
}

.top_info_access li:first-child{
  padding:0 0 0 20px;
}
.top_info_access li.walk{
  margin:0 36px 0 0;
}
.top_info_access li.walk::before{
  position:absolute;
  bottom:1px;
  left:0;
  width:12px;
  height:26px;
  background:url("../images/human_icon.svg");
  content:"";
}
.top_info_access li.taxi{
  margin:0 36px 0 0;
}
.top_info_access li.taxi::before{
  position:absolute;
  bottom:1px;
  left:-26px;
  width:24px;
  height:22px;
  background:url("../images/taxi_icon.svg");
  content:"";
}
.top_info_access li.bus{
}
.top_info_access li.bus::before{
  position:absolute;
  bottom:-2px;
  left:-27px;
  width:25px;
  height:23px;
  background:url("../images/train_icon.svg");
  content:"";
}


/********************************
  .top_sche 診療時間
*********************************/
.top_sche .sub_info_note li{
  color: #1F2774;
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #1F2774;
  margin-bottom: 12px;
}
/* 補足リスト */
.top_sche .sub_info_note li:last-child{
  margin-bottom: 0;
}
.top_info2 .top_sche{
  border-radius: 10px;
  padding: 12px;
  background-color: rgba(192,171,154,0.3);
}
/* 診療科目、お問い合わせリスト */
.top_sche_note {
  margin-top: 10px;
}
.top_sche_note dl{
  display: flex;
  margin-bottom: 12px;
}
.top_sche_note dl:last-child{
  margin-bottom: 0;
}
.top_sche_note dl dt{
  width: 25%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-weight: bold;
  padding: 16px 5px;
  background: #C0AB9A;
  border-radius: 10px;
  margin-right: 2%;
}
.top_sche_note dl dd{
  width: 73%;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.top_sche_note dl dd a{
  color: inherit;
}
.top_sche_note dl dd a:hover{
  color: inherit;
}

/*==================================================================

  .news （下層）

==================================================================*/
.news_text p {
  margin-bottom:10px;
}
/* タイトル */
.news_text p strong{
  margin-left:20px;
  font-size:17.5px;
  font-family:  "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  color:#1F2774;
}

/* css.phpに居た記述 下層のお知らせのCSS */
.news_text_list em{
  display:inline-block;
  min-width:75px;
  padding:1px 6px;
  font-style: normal;
  text-align:center;
}
.news_text_list dt{
  margin-bottom:10px;
  font-weight:bold;
  font-size: 17px;
}
.news_text_list dt em,.news_text_list dt span{
  font-weight:normal;
  font-size: 14px;
}
.news_text_list dd{
  margin-bottom:30px;
  padding-bottom:10px;
  border-bottom:1px solid #ccc;
}

/* 日付 */
.news_text_list dd p span{
  margin-right:10px;
  color: #C0AB92;
}


/*==================================================================

  $access （下層）

==================================================================*/
.access_guide{
  margin-bottom:20px;
  font-weight:bold;
}

/* 2カラム */
.access_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.access_wrap p{
  width: 100%;
}
.access_wrap p i{
  margin-right: 7px;
}
/* 子要素はクラス名の頭に「access」をつけると下記CSSが適用 */
.access_wrap [class^="access"]{
  margin-bottom: 0;
  width: 48%;
}
.access_wrap [class^="access"] img{
  width: 100%;
  height: auto;
}
.access_map{
  margin-bottom:20px;
}
.access_map dt{
  margin-bottom:10px;
}
.access_map dt i{
  margin-right:7px;
}
.access_map dd{
  text-align: center;
}
.access_map dd iframe{
  width:100%;
}
.access .btn02{
  text-align:center;
  margin-bottom:50px;
}
.access_info{
  margin:40px 0 0;
}
.access_info .list02 span{
  display:inline-block;
  text-align:center;
  width:28px;
  margin:0 10px 0 0;
}
/* ルート */
.access_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: section;
}
.access_list dl {
  width: 32%;
  margin-bottom: 30px;
}
.access_list dl.last {
  margin-right: 30%;
}
.access_list dt {
  width: 100%;
  height: auto;
}
.access_list dt img{
  width: 100%;
}
.access_list dl dd {
  width: 94%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.9;
  padding-left: 2.5em;
  text-indent: -2.7em;
  letter-spacing: 0.1em;
}
.access_list dl dd::before {
  counter-increment: section;
  content: counter(section);
  font-size: 18px;
  color: #fff;
  margin-right: 8px;
  padding: 7px 10px;
  line-height: 1;
  background: #1F2774;
  border-radius: 3px;
}
/*==================================================================

  $recruit （下層）

==================================================================*/
.layout_rec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0;
  gap: 40px 4%;
}
.layout_rec_box {
  width: 48%;
  padding: 20px 40px 40px 40px;
  background-color: rgba(211,193,175,0.2);
  border-radius: 10px;
}
.layout_rec_title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  text-align: center;
  margin: 0 auto 15px auto;
  font-size: 20px;
  background: #fff;
  width: 300px;
  border-radius: 30px;
  font-weight: 700;
}
.layout_rec_title em {
  font-family: europa, sans-serif;
  font-size: 1.5em;
  padding-right: 8px;
  color: #cdb73f;
}
.layout_rec_text img {
  border-radius: 10px;
}
.layout_rec_text p {
  padding-top: 20px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}
/*==================================================================

  .top_concept

==================================================================*/

.top_concept{
  padding:324px 0 160px;
  position:relative;
  background:linear-gradient(to right, #e3d7b8, #ebe2cb);
  text-align:center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:18px;
}

.top_concept::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:579px;
  background:url("../images/concept_bg.jpg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

.top_concept .box1{
  position:relative;
  background:#fff;
  box-shadow:0 0 9px rgba(0,0,0,0.05);
  padding:79px 0 115px;
  margin:0 auto;
}

.concept_verticle {
  position:absolute;
  left:21px;
  top:109px;
  font-size:20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.14em;
}

.concept01{
  font-size:77px;
  letter-spacing:0.1em;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 15px;
  line-height:1;
}
.concept01 span{
  font-size:62px;
}
.concept02{
  font-weight: 600;
  font-size:30px;
  margin: 0 0 6px;
}

.concept_keyword{
  font-size:20px;
  margin:0 0 20px;
}
.concept_text{
  line-height:37px;
}

.concept03{
  position:absolute;
  bottom:-94px;
  left:-64px;
  font-size:80px;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 15px;
  line-height:1;
  color:#fff;
  letter-spacing: 0.14em;
  opacity:0.21;
}

/*==================================================================

  .top_doctor

==================================================================*/
.top_doctor{
  background:url("../images/doctor_bg.jpg");
  background-size:cover;
  background-position:bottom;
  position:relative;
  padding:129px 0 15px;
}
.top_doctor::before{
  position:absolute;
  top:0;
  width:50%;
  height:100%;
  background:linear-gradient(to right,#fff 70% ,rgba(255,255,255,0.5));
  left:0;
  content:"";
}
.top_doctor .box1{
  margin:0 auto 50px;
}
/* 下層と共通 */
.doctor_catch{
  margin:50px 0;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:24px;
  letter-spacing: 0.1em;
  line-height:44px;
}
.doctor_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:47px 0 0;
}
.doctor_flex .text{
  position:relative;
  line-height:32px;
  margin:0;
}
.doctor_flex .text h3{
  margin:0 0 50px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:24px;
  letter-spacing: 0.1em;
  line-height:44px;
}
.doctor_flex p{
  margin:0 0 32px;
  width:825px;
  font-size:15px;
  letter-spacing: 0.1em;
  color:#555555;
  text-shadow:0 0 22px rgba(255,255,255,0.25);
}
.doctor_flex .text > p:last-of-type{
  margin:0 0 25px;
}
.doctor_name{
  display:flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap:38px;
}
.doctor_name .name{
  line-height: 1.7;
  font-size:15px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  display:inline-block;
  width:auto;
  margin:0;
}
.doctor_name .name span{
  font-size: 18px;
}
.top_doctor_img{
  width: 28%;
}
.top_doctor_img img{
  width: 100%;
  height: auto;
  margin:0 0 20px;
}

/* TOP固有 */
.top_doctor .btn01{
  float:right;
  width:240px;
}
.top_doctor .btn01 a{
  display:block;
}

/*==================================================================

  $doctor （下層）

==================================================================*/
.doctor_carr{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.doctor_carr h4.tit01{
  margin-bottom:7px;
}
.doctor_carr_sec1{
  width: 48%;
  margin-right: 20px;
  padding: 20px 30px;
  background-color:rgba(211,193,175,0.2);
  font-size:14px;
}
.doctor_carr_sec1:last-child{
  margin-right:0;
}
.doctor_carr .tb02 td{
  text-align: left;
}
.doctor_carr .tb02 td,.doctor_carr .tb02 th{
  font-size:14px;
}
.doctor_carr_sec1 table{
  width:100%;
}


/*==================================================================

  .top_feature

==================================================================*/
.top_feature{
  padding:113px 0 28px;
}
.top_feature .tit01{
  line-height:1.8;
  font-size:33px;
}
.top_feature .tit01 span{
  font-size:42px;
}

.top_feature_list{
  margin:70px 0 0;
}

.top_feature_item{
  display:flex;
  justify-content: space-between;
  margin:0 0 185px;
}

.top_feature_item:nth-child(even){
  flex-direction: row-reverse;
}

.top_feature_item:nth-child(2){
  margin:0 0 134px;
}
.top_feature_item:nth-child(3){
  margin:0 0 100px;
}
.top_feature_item:nth-child(4){
  margin:0 0 108px;
}
.top_feature_item:nth-child(5){
  margin:0 0 110px;
}
.top_feature_item:nth-child(6){
  margin:0;
}
.top_feature_img{
  width:491px;
}
.top_feature_item:nth-child(3) .top_feature_img{
  margin:-30px 0 0;
}
.top_feature_text{
  width:656px;
}
.top_feature_text h3{
  position:relative;
  font-size:28px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  padding:15px 0 0 139px;
  margin:0 0 39px;
  line-height:1.5;
  letter-spacing: 0.1em;
}
.top_feature_item:nth-child(3) .top_feature_text h3{
  margin:0 0 35px;
}
.top_feature_item:nth-child(2) .top_feature_text h3,.top_feature_item:nth-child(4) .top_feature_text h3{
  padding: 0px 0 0 158px;
  line-height: 1.8;
  margin: -15px 0 32px;
}
.top_feature_text h3::before{
  position:absolute;
  top:0;
  left:0;
  height:76px;
  content:"";
}
.top_feature_item:first-child .top_feature_text h3::before{
  background:url(../images/feature_num01.png);
  background-size:cover;
  width:101px;
}
.top_feature_item:nth-child(2) .top_feature_text h3::before{
  background:url(../images/feature_num02.png);
  background-size:cover;
  width:105px;
  top:15px;
}
.top_feature_item:nth-child(3) .top_feature_text h3::before{
  background:url(../images/feature_num03.png);
  background-size:cover;
  width:105px;
}
.top_feature_item:nth-child(4) .top_feature_text h3::before{
  background:url(../images/feature_num04.png);
  background-size:cover;
  width:106px;
}
.top_feature_item:nth-child(5) .top_feature_text h3::before{
  background:url(../images/feature_num05.png);
  background-size:cover;
  width:106px;
}
.top_feature_item:nth-child(6) .top_feature_text h3::before{
  background:url("../images/feature_num06.png");
  background-size:cover;
  width:105px;
}
.top_feature_text h3 span{
  font-size:34px;
  color:#c5ac23;
}
.top_feature_text p{
  line-height:37px;
  font-size:16px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
.top_feature_text .btn04{
  margin:40px 0 0;
}
.top_feature_item:nth-child(3) .top_feature_text .btn04{
  margin:35px 0 0;
}
.top_feature_item:nth-child(4) .top_feature_text .btn04{
  margin:16px 0 0;
}
.top_feature_item:nth-child(5) .top_feature_text .btn04{
  margin:25px 0 0;
}
.top_feature_item:nth-child(6) .top_feature_text .btn04{
  margin:35px 0 0;
}

/*==================================================================

  .top_wants

==================================================================*/
.top_wants{
  background:url(../images/wants_bg.jpg);
  background-size:cover;
  padding:147px 0 47px;
}
.top_wants .tit01{
  font-size:42px;
  font-weight:bold;
}
.wants_top_text{
  text-align:center;
  font-size:18px;
  margin:33px 0 73px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wants_list{
  position:relative;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:61px 300px;
}
.wants_list::before{
  position:absolute;
  top:260px;
  left:470px;
  background:url("../images/logo02.svg");
  width:263px;
  height:263px;
  content:"";
}
.wants_item{
  width:440px;
}
.wants_box{
  height:225px;
  display:flex;
  align-items: center;
  gap:14px;
  border-radius:100px;
  background:#fff;
  padding:13px 7px;
  margin:0 0 16px;
}
.wants_box .wants_item_tit{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding:0 0 10px;
  width:200px;
  height:200px;
  border-radius:100px;
  color:#fff;
  letter-spacing: 0.1em;
}
.wants_item:first-child .wants_item_tit,.wants_item:last-child .wants_item_tit{
  background:url(../images/wants_item_bg01.jpg);
  background-size:cover;
}
.wants_item:nth-child(2) .wants_item_tit,.wants_item:nth-child(3) .wants_item_tit{
  background:url(../images/wants_item_bg02.jpg);
  background-size:cover;
}
.wants_box .wants_item_tit h3{
  font-size:22px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height:1.3;
  text-align:center;
}
.wants_box .wants_item_tit p{
  font-size:10px;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: scale(0.7);
}
.wants_box li{
  position:relative;
  line-height:32px;
}
.wants_box li::before{
  position:absolute;
  left:0;
  top:6px;
  width:21px;
  height:21px;
  background:url("../images/trouble_icon.png");
  content:"";
}
.wants_box a{
  position:relative;
  color:#333;
  padding:0 0 0 28px;
  font-size:18px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wants_box a::before{
  position:absolute;
  top:0;
  bottom:0;
  right:-13px;
  margin:auto;
  background:url(../images/arr03.svg);
  width:8px;
  height:13px;
  transition:0.2s;
  content:"";
}
.wants_box a:hover::before{
  right:-20px;
}
.wants_item_text{
  font-size:15px;
  line-height:38px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding:0 58px 0 0;
}
.wants_item:nth-child(even) .wants_item_text{
  padding:0 30px;
}
.wants_item:nth-child(3) .wants_item_text{
  padding:0 26px 0 0;
}

/*==================================================================

  .top_trouble

==================================================================*/
.top_trouble{
  position:relative;
  background:#f6f3ef;
  padding:0 0 170px;
}
/*.top_trouble::before{
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:auto;
  content:"";
}*/
.top_trouble::after{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  max-width:1920px;
  width:100%;
  height:228px;
  background:url("../images/trouble_bg01.jpg");
  content:"";
}
.trouble_tit{
  margin:0 auto;
  padding:147px 0 0;
  max-width:1920px;
  width:100%;
  height:293px;
  background:url("../images/trouble_bg01.jpg");
  background-position:center;
}
.top_trouble .tit01,.top_trouble .tit_en{
  color:#fff;
}
.top_trouble .tit01{
  font-size:35px;
  letter-spacing: 0.05em;
}
.top_trouble .tit_en{
  font-size:18px;
}
.trouble_list{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:48px 0 140px;
}
.trouble_item{
  position:relative;
  width:270px;
  padding:30px 20px 0;
  border-bottom:1px solid #ccc;
  height:240px;
}
.trouble_item:nth-child(-n + 4){
  margin:0 0 6px;
}
.trouble_item:not(:nth-child(4n))::before{
  position:absolute;
  top:10px;
  right:-20px;
  width:1px ;
  height:220px;
  background:#ccc;
  content:"";
}
.trouble_item h3{
  position:relative;
  text-align:right;
  margin:0 0 32px;
  font-size:20px;
  letter-spacing: 0.1em;
  color:#533e2b;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.trouble_item h3::before{
  position:absolute;
  right:0;
  top:42px;
  width:196px;
  height:52px;
  background:url("../images/trouble_line.svg");
  content:"";
}
/*2行位置調整*/
.trouble_item.line_2 h3 {
  font-size: 18px;
  top: -20px;
margin: 0px 0 6px;
}
.trouble_item.line_2 h3::before {
	top: 64px;
}
.trouble_item ul{
  padding:0 0 0 7px;
}
.trouble_item li{
  position:relative;
  padding:0 0 0 20px;
  margin:0 0 4px;
  letter-spacing: 0.08em;
  font-size:16px;
  line-height:1.55;
}
.trouble_item li::before{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  margin:auto;
  font-size:16px;
  content:"◇";
}
.trouble_item .btn05 a{
  position:absolute;
  right:10px;
  top:138px;
}
.tit_en_big{
  position:absolute;
  bottom:-6px;
  left:calc(50% - 600px);
  font-size:200px;
  opacity:0.13;
  color:#fff;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height:191px;
  letter-spacing: 0.01em;
  z-index:1;
}



/*==================================================================

  .top_medical

==================================================================*/
.top_medical{
  padding:108px 0 24px;
}
.top_medical .box1{
  margin:0 auto 50px;
}
.top_medical .tit_en{
  font-size:18px;   
}
.top_medical .text p{
  text-align:center;
}
.top_medical_list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin:59px 0 0;
  padding:0 80px;
}
.top_medical_list a{
  display:block;
  width:260px;
  height:162px;
  margin-bottom:30px;
  text-align:center;
}
.top_medical_list a img{
  width: 100%;
  height: auto;
}
.top_medical_list a p{
  display:table;
  position:relative;
  padding: 4px 30px 5px 3px;
  line-height: 1;
  margin: 0px auto;
  border-bottom: 1px solid rgb(51, 51, 51);
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(51, 51, 51);
  letter-spacing: 0.05em;
}
.top_medical_list a p::before{
  position:absolute;
  top:6px;
  bottom:0;
  right:2px;
  margin:auto;
  width:11px;
  height:9px;
  background:url("../images/arr04.png");
  content:"";
  transition:0.2s;
}
.top_medical_list a:hover p::before{
  right:-5px;
}
.top_medical_list dl{
  width:100%;
}
.top_medical_list dl dt{
  margin-bottom:9px;
  height:67px;
  width:auto;
  display:flex;
  justify-content: center;
  align-items:center;
}
.top_medical_list dl dt img{
  width:auto;
}
.top_medical_list dl dd{
  font-size:16px;
  color:#333;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height:1;
  margin:0 0 6px;
  
}
.top_medical_list dl dd:nth-of-type(2){
  font-size:15px;
  color:#cdb73f;
  margin:0 0 8px;
}

/*==================================================================

  $top_column_list

==================================================================*/
.top_column{
  padding:90px 0 2px;
  background:#efefef;
}
.top_column .tit_en{
  font-size:18px;
}
.top_column_list{
  display:flex;
  justify-content: center;
  gap:100px;
  margin:52px 0 0;
	flex-wrap: wrap;
}
.top_column_list dl{
  width:209px;
}

.top_column_list dt{
  margin:0 0 29px;
}
.top_column_list dt a{
  color:#333;
  background:#fff;
  border-radius:30px;
  display:inline-block;
  line-height:56px;
  width:100%;
  text-align:center;
  font-size:18px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  transition:0.2s;
}
.top_column_list dt a:hover{
  background:#533e2b;
}
.top_column_list dd li{
  margin:0 0 5px;
}
.top_column_list dd li a{
  position:relative;
  padding:0 0 0 36px;
  color:#333;
  font-size:16px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height:1;
}

.top_column_list dd li a::before{
  position:absolute;
  left:5px;
  top:4px;
  width:22px;
  height:8px;
  background:url("../images/arr06.png");
  transition:0.2s;
  content:"";
}

.top_column_list dd li a:hover::before{
  left:0px;
}

/*==================================================================

  $top_recruit

==================================================================*/

.top_recruit{
  /*padding:224px 0 102px;*/
	padding:304px 0 42px;
  background:url("../images/top_recruit_bg.jpg") no-repeat center;
	background-size: cover;
}

.top_recruit .box3{
  width:970px;
  height:296px;
  background:#fff;
  padding:33px 70px 46px 76px;
  margin:0 auto;
}

.top_recruit h2{
  font-size:30px;
  margin:0;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height:1.4;
}

.recruit_content{
  display:flex;
  justify-content: space-between;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  gap:71px;
  padding:0 9px 0 0;
}
.recruit_content p{
  justify-content: space-between;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  margin:17px 0 0;
  font-size:16px;
}

/*==================================================================

  $clinic

==================================================================*/
[class^="clinic_slide_wrap"]:not(.clinic_slide_wrap_flex){
  max-width: 80%;
  margin: auto;
}

.clinic_slide_wrap_flex{
  margin:50px 0 0;
}
/*院内スライド 共通*/
.clinic_slide_wrap_flex .slide-item{
  position: relative;
}
.clinic_slide_wrap_flex .slide-item img{
  width: 100%;
  height: auto;
}
.clinic_slide_wrap_flex .slide_text{
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(255,255,255,0.8);
  padding: 10px;
  font-weight: bold;
}
.clinic_slide_wrap_flex .slick-dots{
  display: flex;
  flex-wrap: wrap;
}
.clinic_slide_wrap_flex .slick-dots li{
  position: relative;
  transition: .3s;
  cursor: pointer;
}
.clinic_slide_wrap_flex .slick-dots li:hover{
  opacity: 0.8;
}
.clinic_slide_wrap_flex .slick-dots li::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  transition: .3s opacity linear;
}
.clinic_slide_wrap_flex .slick-dots li.slick-active::before{
  opacity: 0;
}
.clinic_slide_wrap_flex .slick-dots li img{
  width: 100%;
  height: auto;
}

/*院内スライド サムネイル下*/
.clinic_slide_wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.clinic_slide_wrap :focus{
  outline: none;
}
.clinic_slide_wrap #slider{
  margin:0 auto 15px;
  width: 100%;
}
.clinic_slide_wrap .clinic_slide_wrap_flex .slick-dots{
  justify-content: flex-start;
  width: 100%;
  margin: 10px 0 0;
    gap: 2%;
}
.clinic_slide_wrap .clinic_slide_wrap_flex .slick-dots li{
  margin-bottom: 10px;
  width: 15%;
}
.clinic_slide_wrap .caption{
  width: 100%;
  position: absolute;
  left: 0;
}
.clinic_slide_wrap .thumbnail-text-item{
  margin: 0 0 15px;
}

/*院内スライド サムネイル横*/
.clinic_slide_wrap2 .clinic_slide_wrap_flex .slick-slider{
  margin:0 auto 15px 0;
  display: flex!important;
  align-items: flex-start;
  justify-content: space-between;
}

.clinic_slide_wrap2 .clinic_slide_wrap_flex .slick-list{
  width: 83%;
}
.clinic_slide_wrap2 .clinic_slide_wrap_flex .slick-dots{
  width: 15%;
}
.clinic_slide_wrap2 .clinic_slide_wrap_flex .slick-dots li{
  margin-right: 5px;
  margin-bottom: 10px;
  width: 45%;
}

/* 医院概要 */
.clinic_sec1{
  max-width: 80%;
  margin: auto;
  position:relative;
}
.clinic_sec1 ul{
  margin-bottom:15px;
}
.clinic_sec1 > ul li{
  padding: 8px 0;
  border-bottom:1px solid #E5E6EF;
}
.clinic_sec1 > ul li:first-child{
  padding:0 0 8px 0 ;
}
.clinic_sec1 > ul li:last-child{
  border:none;
}
.clinic_sec1 dl:after {
  display: block;
  clear: both;
  content: "";
}
.clinic_sec1 dt{
  float:left;
  width:25%;
  padding-left:2px;
  color: #333;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.clinic_sec1 dd{
  float:left;
  width:75%;
}
.clinic_sec1 dd a,
.clinic_sec1 dd a:hover{
  color: inherit;
}

/* 医院概要の診療時間表 */
.clinic_sec1 .schedule{
  margin: 0 0 0 auto;
  width: 75%;
}
.clinic_sec1 .schedule .tb01{
  border: 1px solid #e4e4e4;
  width:100%;
}
.clinic_sec1 .schedule .tb01 th,
.clinic_sec1 .schedule .tb01 td{
  border-bottom: 1px solid #e4e4e4;
}
.clinic_sec1 .schedule .tb01 tr:first-child th,
.clinic_sec1 .schedule .tb01 tr:first-child td{
  font-weight:bold;
}

/*==================================================================

  $facilities

==================================================================*/
/* 共通CSS */
[class^="facilities_equip"]{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
[class^="facilities_equip"] dl{
  background-color:#f7f7f7;
  text-align:justify;
  margin-bottom:35px;
}
[class^="facilities_equip"] dt img{
  width:100%;
  height: auto;
}
[class^="facilities_equip"] dd{
  padding: 10px 15px 18px;
  line-height: 1.35;
}
[class^="facilities_equip"] dd .title{
  text-align:center;
  font-size:17px;
  font-weight:bold;
}
[class^="facilities_equip"] dd p{
  margin-top:7px;
}


/* 機器紹介1 2列、上部ライン装飾*/
.facilities_equip dl{
  width:42.3%;
  min-height:280px;
  margin-left:3.4%;
  padding:3%;
  border-top:4px solid #9397BE;
}
.facilities_equip dl:nth-child(odd){
  margin-left:0;
}

/* 機器紹介名前 */
.facilities_equip dt{
  margin-bottom:14px;
  padding-bottom:10px;
  line-height: 1.7;
  font-size:17px;
  font-weight:bold;
  text-align:left;
}
.facilities_equip dt span{
  display:block;
  font-size:15px;
}
.facilities_equip dd{
  padding: 0;
  line-height: inherit;
}
.facilities_equip dd p{
  margin-top: 0;
}
.facilities_equip_img{
  margin:0 0 20px;
}
.facilities_equip_img img{
  width:100%;
  height: auto;
}
/* 機器紹介2 3列*/
.facilities_equip2 dl{
  width:31%;
  margin-right:3.5%;
}
.facilities_equip2 dl:nth-child(3n){
  margin-right:0;
}

/* 機器紹介3 2列*/
.facilities_equip3 dl{
  width:47.5%;
  margin-right:5%;
}
.facilities_equip3 dl:nth-child(even){
  margin-right:0;
}

/*==================================================================

  $qa

==================================================================*/
.qa1 dl{
  margin-bottom:25px;
  padding-bottom:25px;
  border-bottom:1px dotted #c1c1c1;
}
.qa1 dl dt{
  position:relative;
  margin-bottom: 15px;
  padding-left:40px;
  font-weight:bold;
}
.qa1 dl dt:before{
  position: absolute;
  top:-5px;
  left:0;
  margin-right:7px;
  line-height: 1;
  font-family:"Times New Roman", Times, serif;
  font-weight:normal;
  font-size:28px;
  color:#1F2774;
  content:"Q.";
}
.qa1 dl dd{
  position:relative;
  padding-left:40px;
}
.qa1 dl dd:before{
  position: absolute;
  top:-5px;
  left:0;
  margin-right:7px;
  line-height: 1;
  font-family:"Times New Roman", Times, serif;
  font-weight:normal;
  font-size:28px;
  color:#C0AB9A;
  content:"A.";
}

/* アコーディオン */
.js-toggle.qa1 dt::after{
  color: #1F2774;
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}
.js-toggle.qa1 dt.is-open::after{
  content: "\f068";
}
.js-toggle.qa1 dd{
  display: none;
}

/*==================================================================

  $contact

==================================================================*/
.contact th,
.contact td{
  text-align: left;
  padding: 20px;
}
.contact th .required{
  display: inline-block;
  color: #fff;
  background: #f33;
  line-height: 1;
  padding: 3px;
  margin-left: 5px;
}
.contact input{
  max-width: 400px;
  width: 100%;
  font-size: 100%;
  padding: 8px 5px;
}
.contact input[type="date"]{
  width: auto;
  padding: 6px 5px 5px;
}
.contact select{
  padding: 9px 5px!important;
}
.contact textarea{
  max-width: 400px;
  width: 100%;
}
.submit_btn{
  margin-top: 40px;
  text-align: center;
}
.submit_btn input{
  cursor: pointer;
  border: none;
  padding: 15px 20px;
  transition: 0.2s ease-in-out;
  max-width: 150px;
  width: 100%;
  font-size: 100%;
  margin: 0 10px 10px;
}
.submit_btn input:hover{
  opacity: 0.8;
}
.submit_btn input[type="reset"]{
  color: #fff;
  background: #888;
}
.submit_btn input[type="submit"]{
  color: #fff;
  background: #a5cd95;
}

/*============================================================================

  schedule（MPCLOUD）

============================================================================*/
#mpcloud_schedule {
  width: 220px;
  position: fixed;
  bottom: 15px;
  right: 22px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 100;
  font-size: 14px;
  letter-spacing: 0.08em;
}
#mpcloud_schedule section{
  border-radius: 15px;
  box-shadow: 0 8px 22px 8px rgba(0, 0, 0, 0.1);
}
.shcedule_title {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #aaa;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 0;
  text-align: center;
}
.shcedule_title i {
  position: relative;
  top: -2px;
  right: -25px;
  font-style: normal;
  font-size: 12px;
  cursor: pointer;
}
.schedule_time {
  margin: 8px 0 0 0;
}
.schedule_time dt {
  font-weight: bold;
}
.shcedule_box dt {
  background: #eee;
  text-align: center;
}
.shcedule_box dd {
  height: auto;
  vertical-align: top;
}
.shcedule_box dd i {
  display: inline-block;
  width: 17px;
  height: 17px;
  /*background: url("../images/schedule.svg") no-repeat center left;*/
  background-size: 17px 17px;
  padding: 2px 0 2px 22px;
  margin-left: 15px;
  vertical-align: inherit;
}
.shcedule_today {
  padding: 10px 16px;
}
.schedule_comment {
  border-top: 1px solid #d6d6d6;
  padding: 8px 12px;
  font-size: 14px;
}
/*==================================================================

  .breadcrumb（ぱんくず）

==================================================================*/
.breadcrumbs {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin: 0 auto 30px;
  font-size: 14px;
}
.breadcrumbs:last-child {
  margin: 0 auto;
}
.breadcrumbs i {
  /*margin-left: 35px;*/
  margin-right: 5px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs li {
  float: left;
  margin-right: 5px;
}
.breadcrumbs li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  content: "\f054";
  padding-left: 10px;
}
.breadcrumbs li:last-child:after {
  content: "";
}
.breadcrumbs li:last-child a{
  color:#d04634 !important;
}

/*==================================================================

  .404_p

==================================================================*/
.none_page_p{
  text-align: center;
  font-size: 26px;
  padding-top: 100px;
}

/*==================================================================

  .loop_slide

==================================================================*/
.loop_slide_wrap{
  margin: 10px auto 8px
	  ;
}
.loop_slide_wrap .slick-slider div{
 transition: none;
}
.loop_slide_wrap .slick-list{
  overflow: hidden!important;
}
.loop_slide_wrap .slick-initialized .slick-slide{
  height: auto;
  margin:0 10px 0 0;
}
.loop_slide_wrap .slick-initialized .slick-slide img{
  width: 400px;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.loop_slide_wrap .slick-initialized .slick-slide:focus{
  outline: none;
}

/*==================================================================

  CSSアニメーション

==================================================================*/
/* フェードイン */
.fadeIn{
  opacity: 0;
  visibility: visible;
}
.is-visible.fadeIn{
  animation: fadeIn 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}
@keyframes fadeIn {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

/* フェードイン（下→上） */
.fadeInUp{
  opacity: 0;
  visibility: visible;
}
.is-visible.fadeInUp{
  animation: fadeInUp 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}
@keyframes fadeInUp {
  0%{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  80%{
    opacity: 1;
  }
  100%{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* フェードイン（右→左） */
.fadeInRight{
  opacity: 0;
  visibility: visible;
}
.is-visible.fadeInRight{
  animation: fadeInRight 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}
@keyframes fadeInRight {
  0%{
    opacity: 0;
    transform: translate3d(100%, 0, 0);;
  }
  80%{
    opacity: 1;
  }
  100%{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* フェードイン（左→右） */
.fadeInLeft{
  opacity: 0;
  visibility: visible;
}
.is-visible.fadeInLeft{
  animation: fadeInLeft 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}
@keyframes fadeInLeft {
  0%{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  80%{
    opacity: 1;
  }
  100%{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* フリップ（右回転） */
.flipRight{
  opacity: 0;
  visibility: visible;
}
.is-visible.flipRight{
  animation: flipRight 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
  transform: rotateY(-180deg);
}
@keyframes flipRight {
  0%{
    opacity: 0;
    transform: rotateY(-180deg);
  }
  100%{
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* フリップ（左回転） */
.flipLeft{
  opacity: 0;
  visibility: visible;
  transform: rotateY(180deg);
}
.is-visible.flipLeft{
  animation: flipLeft 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}
@keyframes flipLeft {
  0%{
    opacity: 0;
    transform: rotateY(180deg);
  }
  100%{
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* 恒常的に動くアニメーション */

/* ゆっくり回転（右回転） */
.rotateRight{
  animation: rotateRight 20s linear infinite;
}
@keyframes rotateRight {
  0%{
    transform: rotate(0deg);
  }
  100%{
    opacity: 1;
    transform: rotate(360deg);
  }
}

/* ゆっくり回転（左回転） */
.rotateLeft{
  animation: rotateLeft 20s linear infinite;
}
@keyframes rotateLeft {
  0%{
    transform: rotate(0deg);
  }
  100%{
    opacity: 1;
    transform: rotate(-360deg);
  }
}

/* 浮遊（基準点から上） */
.floatingUp{
  animation: floatingUp 10s ease-in-out infinite;
}
@keyframes floatingUp {
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(-30px);
  }
  100%{
    transform: translateY(0);
  }
}

/* 浮遊（基準点から下） */
.floatingDown{
  animation: floatingDown 10s ease-in-out infinite;
}
@keyframes floatingDown {
  0%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(30px);
  }
  100%{
    transform: translateY(0);
  }
}

/* 生き物が跳ねる（鳥、リスなど） */
.jumping{
  position: relative;
  animation: jumping 1s ease-in-out infinite;
}
@keyframes jumping{
	0%{
		top: 0;
	}
	10%{
		top: -5px;
	}
	20%{
		top: 0px;
	}
	30%{
		top: -5px;
	}
	40%{
		top: 0px;
	}
	100%{
		top: 0px;
	}
}

/*common*/
.pc_inline{display:inline!important}.sp_inline{display:none!important}.sp_inline_ip{display:none!important}.pc_table{display:none!important}.sp_table{display:none!important}
address,body,dd,dl,dt,form,h2,h3,h4,h5,h6,option,p,pre,select{margin:0;padding:0;-webkit-text-size-adjust:100%}img{vertical-align:middle; max-width:100%; height:auto;}iframe{vertical-align:middle;}li,ul{list-style:none;margin:0;padding:0}a img{border:none}.w010par{width:10%}.w020par{width:20%}.w025par{width:25%}.w050par{width:50%}.w075par{width:75%}.w100par{width:100%}.w010{width:10px}.w020{width:20px}.w030{width:30px}.w040{width:40px}.w050{width:50px}.w060{width:60px}.w070{width:70px}.w080{width:80px}.w090{width:90px}.w100{width:100px}.w110{width:110px}.w120{width:120px}.w130{width:130px}.w140{width:140px}.w150{width:150px}.w160{width:160px}.w170{width:170px}.w180{width:180px}.w190{width:190px}.w200{width:200px}.w210{width:210px}.w220{width:220px}.w230{width:230px}.w240{width:240px}.w250{width:250px}.w255{width:255px}.w260{width:260px}.w270{width:270px}.w280{width:280px}.w290{width:290px}.w300{width:300px}.w305{width:305px}.w310{width:310px}.w320{width:320px}.w330{width:330px}.w340{width:340px}.w350{width:350px}.w360{width:360px}.w365{width:365px}.w370{width:370px}.w380{width:380px}.w390{width:390px}.w400{width:400px}.w410{width:400px}.w415{width:415px}.w420{width:420px}.w430{width:430px}.w435{width:435px}.w440{width:440px}.w450{width:450px}.w460{width:460px}.w470{width:470px}.w480{width:480px}.w490{width:490px}.w500{width:500px}.w510{width:510px}.w520{width:520px}.w530{width:530px}.w540{width:540px}.w550{width:550px}.w560{width:560px}.w570{width:570px}.w580{width:580px}.w590{width:590px}.w600{width:600px}.w610{width:610px}.w620{width:620px}.w630{width:630px}.w640{width:640px}.w650{width:650px}.w660{width:660px}.w670{width:670px}.w680{width:680px}.w690{width:690px}.w700{width:700px}.w710{width:710px}.w720{width:720px}.w730{width:730px}.w740{width:740px}.w750{width:750px}.w760{width:760px}.w765{width:765px}.w960{width:960px}.w980{width:980px}.h030{height:30px}.h180{height:180px}.h190{height:190px}.h200{height:200px}.h240{height:240px}.h250{height:250px}.h280{height:280px}.h300{height:300px}.h350{height:350px}.mt00{margin-top:0!important}.mt01{margin-top:1px}.mt02{margin-top:2px}.mt03{margin-top:3px}.mt04{margin-top:4px}.mt05{margin-top:5px}.mt06{margin-top:6px}.mt07{margin-top:7px}.mt08{margin-top:8px}.mt09{margin-top:9px}.mt10{margin-top:10px}.mt15{margin-top:15px}.mt20{margin-top:20px}.mt25{margin-top:25px}.mt30{margin-top:30px}.mt35{margin-top:35px}.mt40{margin-top:40px}.mt45{margin-top:45px}.mt50{margin-top:50px}.mt60{margin-top:60px}.mt70{margin-top:70px}.mt80{margin-top:80px}.mt90{margin-top:90px}.mt100{margin-top:100px}.mt110{margin-top:110px}.mt120{margin-top:120px}.mr00{margin-right:0!important}.mr01{margin-right:1px}.mr02{margin-right:2px}.mr03{margin-right:3px}.mr04{margin-right:4px}.mr05{margin-right:5px}.mr06{margin-right:6px}.mr07{margin-right:7px}.mr08{margin-right:8px}.mr09{margin-right:9px}.mr10{margin-right:10px}.mr15{margin-right:15px}.mr20{margin-right:20px}.mr25{margin-right:25px}.mr30{margin-right:30px}.mr35{margin-right:35px}.mr40{margin-right:40px}.mr45{margin-right:45px}.mr50{margin-right:50px}.mr60{margin-right:60px}.mr70{margin-right:70px}.mr80{margin-right:80px}.mr90{margin-right:90px}.mr100{margin-right:100px}.mb00{margin-bottom:0!important}.mb01{margin-bottom:1px}.mb02{margin-bottom:2px}.mb03{margin-bottom:3px}.mb04{margin-bottom:4px}.mb05{margin-bottom:5px}.mb06{margin-bottom:6px}.mb07{margin-bottom:7px}.mb08{margin-bottom:8px}.mb09{margin-bottom:9px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}.mb25{margin-bottom:25px}.mb30{margin-bottom:30px}.mb35{margin-bottom:35px}.mb40{margin-bottom:40px}.mb45{margin-bottom:45px}.mb50{margin-bottom:50px}.mb60{margin-bottom:60px}.mb70{margin-bottom:70px}.mb80{margin-bottom:80px}.mb90{margin-bottom:90px}.mb100{margin-bottom:100px}.ml00{margin-left:0!important}.ml01{margin-left:1px}.ml02{margin-left:2px}.ml03{margin-left:3px}.ml04{margin-left:4px}.ml05{margin-left:5px}.ml06{margin-left:6px}.ml07{margin-left:7px}.ml08{margin-left:8px}.ml09{margin-left:9px}.ml10{margin-left:10px}.ml12{margin-left:12px}.ml15{margin-left:15px}.ml20{margin-left:20px}.ml25{margin-left:25px}.ml30{margin-left:30px}.ml35{margin-left:35px}.ml40{margin-left:40px}.ml45{margin-left:45px}.ml50{margin-left:50px}.ml60{margin-left:60px}.ml70{margin-left:70px}.ml80{margin-left:80px}.ml90{margin-left:90px}.ml100{margin-left:100px}.ml140{margin-left:140px}.ml160{margin-left:160px}.ma10{margin:10px}.ma15{margin:15px}.ma_auto{margin-left:auto;margin-right:auto}.pt00{padding-top:0!important}.pt01{padding-top:1px}.pt02{padding-top:2px}.pt03{padding-top:3px}.pt04{padding-top:4px}.pt05{padding-top:5px}.pt06{padding-top:6px}.pt07{padding-top:7px}.pt08{padding-top:8px}.pt09{padding-top:9px}.pt10{padding-top:10px}.pt15{padding-top:15px}.pt20{padding-top:20px}.pt25{padding-top:25px}.pt30{padding-top:30px}.pt35{padding-top:35px}.pt40{padding-top:40px}.pt45{padding-top:45px}.pt50{padding-top:50px}.pt60{padding-top:60px}.pt70{padding-top:70px}.pt80{padding-top:80px}.pt90{padding-top:90px}.pt100{padding-top:100px}.pt120{padding-top:120px}.pr00{padding-right:0!important}.pr01{padding-right:1px}.pr02{padding-right:2px}.pr03{padding-right:3px}.pr04{padding-right:4px}.pr05{padding-right:5px}.pr06{padding-right:6px}.pr07{padding-right:7px}.pr08{padding-right:8px}.pr09{padding-right:9px}.pr10{padding-right:10px}.pr15{padding-right:15px}.pr20{padding-right:20px}.pr25{padding-right:25px}.pr30{padding-right:30px}.pr35{padding-right:35px}.pr40{padding-right:40px!important}.pr45{padding-right:45px}.pr50{padding-right:50px}.pr60{padding-right:60px}.pr70{padding-right:70px}.pr80{padding-right:80px}.pr90{padding-right:90px}.pr100{padding-right:100px}.pb00{padding-bottom:0!important}.pb01{padding-bottom:1px}.pb02{padding-bottom:2px}.pb03{padding-bottom:3px}.pb04{padding-bottom:4px}.pb05{padding-bottom:5px}.pb06{padding-bottom:6px}.pb07{padding-bottom:7px}.pb08{padding-bottom:8px}.pb09{padding-bottom:9px}.pb10{padding-bottom:10px}.pb15{padding-bottom:15px}.pb20{padding-bottom:20px}.pb25{padding-bottom:25px}.pb30{padding-bottom:30px}.pb35{padding-bottom:35px}.pb40{padding-bottom:40px}.pb45{padding-bottom:45px}.pb50{padding-bottom:50px}.pb60{padding-bottom:60px}.pb70{padding-bottom:70px}.pb80{padding-bottom:80px}.pb90{padding-bottom:90px}.pb100{padding-bottom:100px}.pl00{padding-left:0!important}.pl01{padding-left:1px}.pl02{padding-left:2px}.pl03{padding-left:3px}.pl04{padding-left:4px}.pl05{padding-left:5px}.pl06{padding-left:6px}.pl07{padding-left:7px}.pl08{padding-left:8px}.pl09{padding-left:9px}.pl10{padding-left:10px}.pl15{padding-left:15px}.pl20{padding-left:20px}.pl25{padding-left:25px}.pl30{padding-left:30px}.pl35{padding-left:35px}.pl40{padding-left:40px}.pl45{padding-left:45px}.pl50{padding-left:50px}.pl60{padding-left:60px}.pl70{padding-left:70px}.pl80{padding-left:80px}.pl90{padding-left:90px}.pl100{padding-left:100px}.pa01{padding:1px}.pa02{padding:2px}.pa03{padding:3px}.pa04{padding:4px}.pa05{padding:5px}.pa10{padding:10px}.pa15{padding:15px}.fr{float:right}.fl{float:left}.fr10{float:right;margin-left:10px}.fr15{float:right;margin-left:15px}.fr30{float:right;margin-left:15px}.fl10{float:left;margin-right:10px}.fl15{float:left;margin-right:15px}.fl30{float:left;margin-right:30px}.txt10{font-size:10px}.txt11{font-size:11px}.txt12{font-size:12px}.txt13{font-size:13px}.txt14{font-size:14px}.txt15{font-size:15px}.txt16{font-size:16px}.txt17{font-size:17px}.txt18{font-size:18px}.txt19{font-size:19px}.txt20{font-size:20px}.txt21{font-size:21px}.txt22{font-size:22px}.txt23{font-size:23px}.txt24{font-size:24px}.txt25{font-size:25px}.txt26{font-size:26px}.txt27{font-size:27px}.txt28{font-size:28px}.txt29{font-size:29px}.txt30{font-size:30px}.txt31{font-size:31px}.txt32{font-size:32px}.txt33{font-size:33px}.txt34{font-size:34px}.txt35{font-size:35px}.txt36{font-size:36px}.txt37{font-size:37px}.txt38{font-size:38px}.txt39{font-size:39px}.txt40{font-size:40px}.bold{font-weight:700}.left{text-align:left!important}.center{text-align:center!important}.right{text-align:right}.clear{clear:both}.v_top{vertical-align:top}.v_mid{vertical-align:middle}.v_btm{vertical-align:bottom}.color_red{color:#f33}.color_pink{color:#ed8c96}.color_blue{color:#00408f}.color_green{color:#479f9d}.color_ore{color:#ff8327}.color_yellow{color:#ffeb8b}.color_beige{color:#dac58b}.color_brown{color:#9b8052}.color_navy{color:#1f2774}.color_black{color:#3e3a39}.ls_0{letter-spacing:0}.ls_1{letter-spacing:1px}.indent{margin-left:1em!important;text-indent:-1em}.line_h_2{line-height:2!important}.clearfix:after{display:block;clear:both;content:""}.sp{display:none!important}