@charset "UTF-8";
/*=============================================*/
/*00.common*/
/*=============================================*/
.main-image {
  background: url("../../img/consultation/pic_mainvisual.jpg") right top no-repeat;
}

.square-list-01 dd a,
.sentence-text a {
  color: #66A915;
  text-decoration: underline;
}
.square-list-01 dd a:hover,
.sentence-text a:hover {
  text-decoration: none;
}

.square-list-item-clr {
  color: #66A915;
  font-weight: bold;
}
.w350 {
  width: 350px;
}

/*=============================================*/
/*01.index*/
/*=============================================*/
.consultation-catchcopy {
  display: block;
  margin: 0 0 20px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  color: #85B945;
}

.medical-nav-list.consultation-list {
  *zoom: 1;
  margin: 0 0 20px;
}
.medical-nav-list.consultation-list:after {
  content: "";
  display: table;
  clear: both;
}
.medical-nav-list.consultation-list li {
  float: left;
  margin: 0 25px 20px 0;
  width: 220px;
  height: 160px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.medical-nav-list.consultation-list li:nth-child(3n) {
  margin: 0 0 20px 0;
}

/*=============================================*/
/*03.head_and_neck*/
/*=============================================*/
/*=============================================*/
/*04.lung*/
/*=============================================*/
.lung-item-clr {
  color: #66A915;
  font-weight: bold;
}

.lung-after-arrow {
  position: relative;
  padding-top: 75px;
}
.lung-after-arrow :before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -70px;
  border-top: 44px solid #73BB19;
  border-right: 70px solid transparent;
  border-bottom: 44px solid transparent;
  border-left: 70px solid transparent;
}

.lung-table {
  width: 385px;
  border: #DADBE0 1px solid;
}
.lung-table th, .lung-table td {
  border: #DADBE0 1px dashed;
  padding: 10px 0;
  text-align: center;
}
.lung-table thead th {
  width: 87px;
  background: #F5F9EE;
}
.lung-table tbody th {
  width: 120px;
  background: #ECF2DD;
}

/*=============================================*/
/*運動器カテーテル治療*/
/*=============================================*/
.catheter_list li {
	margin-bottom:3px;
}
.catheter_list li::before {
    color: #bfe096;
    content: "●";
    display: inline-block;
    font-size: 9px;
    margin-right: 5px;
    padding: 0;
}
.no_undl {
	text-decoration:none!important;
}
.ba_ttl {
	font-size:1.5rem;
	margin-bottom:10px;
}
.catheter_ba {
	width:710px;
	background:url(../../img/consultation/region/catheter/ba_arrow.jpg) center 84px no-repeat;
}
.catheter_ba:after {
	content: ""; 
	display: block; 
	clear: both;
}
.catheter_ba .fl{
	width:325px;
	float:left;
}
.catheter_ba .fr {
	width:325px;
	float:right;
}
.catheter_ba li span {
	display:block;
	text-align:center;
	padding:7px 0;
}



