@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :category_top.css
 author     :keyword-co.net(admin)
 style info :2層目以降で使用のcss

 
=================================================================== */


/* コンテンツ内のすべてのテーブル */
#main_contents_naka table {
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
	empty-cells:show;
}

#main_contents_naka th {
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#777777;
	color:#FFFFFF;
	font-weight:normal;
	font-style:normal;
	vertical-align:top;
	text-align:center;
	padding:5px;
}

#main_contents_naka td {
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:5px;
}

#main_contents_naka table.noborder,
#main_contents_naka table.noborder th,
#main_contents_naka table.noborder td {
	border:none;
	padding:0;
}

#main_contents_naka th.noborder {
	border:none;
	font-weight:normal;
	font-style:normal;
	vertical-align:top;
	padding:0;
}

#main_contents_naka td.noborder {
	border:none;
	padding:0;
}

/* ラドン含有量単位 */
.small-up {
	font-size:0.6em;
	vertical-align:0.5em;
}

/* 病院のご案内・診療科・部局のご案内 左のサブナビゲーション */
#side_menu ul.section {
	margin:0px;
}
#side_menu ul li {
	_margin:0px;
	_padding:0px;
	_height:25px;
	_border:none;
}
#side_menu ul li a.section {
	padding:2px 0 2px 26px;
	background:url(../img/arrow.gif) 10px center no-repeat;
	display:block;
	border:1px solid #CCCCCC;
	border-top:none;
	_height:25px;
}
#side_menu ul li a.section:hover {
	text-decoration:none;
	background:url(../img/arrow.gif) 10px center no-repeat #EAEAEA;
}
#side_menu ul li a.section_on {
	padding:2px 0 2px 26px;
	background:url(../img/arrow.gif) 10px center no-repeat #CEDFEE;
	display:block;
	border:1px solid #CCCCCC;
	border-top:none;
	text-decoration:none;
}
#side_menu ul li a.section2 {
	padding:1px 0 1px 37px;
	background:url(../img/arrow2.gif) 20px center no-repeat;
	display:block;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	_height:25px;
}
#side_menu ul li a.section2:hover {
	text-decoration:none;
	background:url(../img/arrow2.gif) 20px center no-repeat #EAEAEA;
}
#side_menu ul li a.section2_on {
	padding:1px 0 1px 37px;
	background:url(../img/arrow2.gif) 20px center no-repeat #CEDFEE;
	display:block;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	text-decoration:none;
}

/* サブタイトル（画像）部分 */
#sub_title img {
	margin-bottom:40px;
}

/* 見出し */
h1 {
	margin-bottom:1.2em;
	font-size:110%;
	padding-left:15px;
	padding-bottom:2px;
	border-bottom:1px dotted #999999;
	background:url(../img/share/point.gif) 3px center no-repeat;
}
h1.info {
  background: none;
  position: relative;
  line-height: 1.3;
  padding-bottom: 5px;
}
h1.info::before {
  content: "";
  width: 5px;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(46,46,46);
  background: linear-gradient(0deg, rgba(46,46,46,1) 0%, rgba(231,231,231,1) 100%);
}
h1.gairai {
	margin-bottom:1.2em;
	font-size:110%;
	padding-left:15px;
	padding-bottom:2px;
	border-bottom:1px dotted #999999;
	background:url(../img/share/point_gairai.gif) 3px center no-repeat;
}
h1.nyuuin {
	margin-bottom:1.2em;
	font-size:110%;
	padding-left:15px;
	padding-bottom:2px;
	border-bottom:1px dotted #999999;
	background:url(../img/share/point_nyuuin.gif) 3px center no-repeat;
}
h1.iryou {
	margin-bottom:1.2em;
	font-size:110%;
	padding-left:15px;
	padding-bottom:2px;
	border-bottom:1px dotted #999999;
	background:url(../img/share/point_iryou.gif) 3px center no-repeat;
}
h1.about {
	margin-bottom:1.2em;
	font-size:110%;
	padding-left:15px;
	padding-bottom:2px;
	border-bottom:1px dotted #999999;
	background:url(../img/share/point_about.gif) 3px center no-repeat;
}
h2 {
	margin-bottom:0.3em;
	font-size:100%;
	color:#FF6600;
}

/* faqページ */
p.question {
	padding:5px 10px;
	color:#FFFFFF;
	background:#999999;
}
p.answer {
	padding:5px 10px 5px 30px;
	border:solid 1px #CCCCCC;
}

/* 医師紹介ページ */
.ishi_syoukai {
	float:right;
	text-align:left;
	width:375px;
}
.ishi_syoukai dt {
	margin-bottom:10px;
}
.ishi_name {
	font-size:130%;
}


/* 水平線 */
#main_contents_naka hr {
	background:#888888;
	margin:10px 0px;
}

#main_contents_naka dd {
	font-size:85%;
	font-weight:bold;
	color:#000033;
}
#main_contents_naka dt {
	font-size:85%;
}

/* サイトマップ */
#main_contents_naka ul.sitemap {
	margin-bottom:30px;
	list-style-position:inside;
}

#main_contents_naka ul li.top-revel {
	margin:0px;
	padding-left:15px;
	background:url(../img/arrow3.gif) no-repeat left center;
	list-style:none ;
}
#main_contents_naka ul li.second-revel {
	margin-left:10px;
	padding-left:12px;
	background:url(../img/arrow4.gif) no-repeat left center;
	list-style:none ;
}
#main_contents_naka ul li.third-revel {
	margin-left:20px;
	padding-left:12px;
	background:url(../img/arrow4.gif) no-repeat left center;
	list-style:none ;
}


.aboutPage .tit_basic01 {
    font-size:130%;
    color:#333;
    font-weight: bold;
    background-image: none;
    padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #6493C8;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}

.aboutPage .tit_basic02 {
    color: inherit;
    font-size: 110%;
    background: #E5EFF8;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.aboutPage .tit_basic02:before {
    content: "■";
    color: #6493C8;
    padding-right: 5px;
}

#main_contents_naka #js-slider-1 {
  margin-bottom:50px;
}

#main_contents_naka #js-slider-1 ul li {
  list-style: none;
  margin-left: 0;
}

.slick-next::before, .slick-prev::before {
  color: #FFC100!important;
}

a.btn_emphasis {
  background: #FF7275;
  padding: 10px 25px;
  border-radius: 5px;
  color: #FFF;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
}
a.btn_emphasis::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
a.btn_emphasis:hover {
  opacity: 0.75;
}
.gairai_col {
  display: flex;
  gap: 0 30px;
}
.gairai_col > div:first-child {
  flex: 1;
}
.gairai_col > div:last-child {
  width: 250px;
}
.btn_basic {
  background: #FC7D7D;
  border: 3px solid #FFF;
  padding: 10px 25px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  font-size: 125%;
  font-weight: bold;
  color: #FFF!important;
  text-decoration: none;
  line-height: 1.4;
  border-radius: 50px;
  display: block;
  text-align: center;
  position: relative;
}
.btn_basic::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.btn_basic:hover {
  opacity: 0.75;
}