@charset "UTF-8";
/*******************************************
*
* 国際医療福祉大学病院 診療科のご紹介
* 2018.6.5
*
********************************************/
/* ==========================================================
*
* コーナー共通
*
========================================================== */
/*#mainCol h3,
#mainCol h4.wline{
	margin-top:50px;
}*/
#reservInfo {
  margin-top: 50px;
}

.pd2m {
  padding-left: 2em;
}

.mgb1em {
  margin-bottom: 1em !important;
}

ul.idxList_tri > li.wcell {
  width: 66%;
}

.colerdBox > p.columTxt {
  margin: 0 0 1em !important;
}

.mgt1em {
  margin-top: 1em !important;
}

.mgl1 {
  margin-right: 1em;
}

h5.mgb0 > span {
  margin-bottom: 0;
}

#mainCol h5 {
  margin-bottom: 0;
}

dl.withhr > dd {
  border-bottom: 1px solid #FFB3B1;
}

.mgt05em {
  margin-top: 0.5em;
}

#pageLink ul.icnf-down > li > a.icnf-arrow:after {
  content: "";
}

/*追加*/
.colerdBox3 {
	padding:1.5em;
	margin-bottom:40px;
	margin-top:20px;
	border:7px solid #fbefee;
}

.colerdBox3 p {
	margin: 0 0 10px 0;
	line-height: 1.7em;
	}
	
.colerdBox4 {
	padding:1.5em;
	margin-top:20px;
	margin-bottom:20px;
	border:7px solid #fbefee;
}
.colerdBox4 p {
	margin: 0!important;
	line-height: 1.7em;
	}
.colerdBox4 p span {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	}

.colerdBox4 p span.bold {
	font-weight: bold;font-size: 1.4em;
}

.colerdBox5 {
	padding:1.5em;
	margin-bottom:20px;
	border:7px solid #fbefee;
}
.colerdBox5 p {
	margin: 0!important;
	line-height: 1.7em;
	}
.colerdBox5 p span {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	}

.colerdBox5 p span.bold {
	font-weight: bold;font-size: 1.4em;
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {
  dl.consuList_id2 > dd {
    padding: 0 0 0 0;
  }
}

/********************************
サブコーナーリンク

.subContList {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}

.subContList > ul {
  display: block;
  overflow: hidden;
}

.subContList > ul > li {
  display: block;
  overflow: hidden;
  padding: 0 2px;
  width: 50%;
  float: left;
}

.subContList > ul > li > a {
  display: block;
  overflow: hidden;
  padding: 1em;
  font-size: 1.2em;
  line-height: 100%;
  text-align: center;
  text-decoration: none !important;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #ffffff;
}

.subContList > ul > li > a:hover {
  opacity: 0.5;
}
********************************/

/* for Sp --------------------*/
@media screen and (max-width: 738px) {
  .subContList > ul > li {
    width: 100%;
    float: none;
    padding: 2px 0;
  }

  .spsmg0 > p {
    padding: 0 !important;
    border: none;
  }

  .mxw350 {
    max-width: 350px;
  }

  .mxw342 {
    max-width: 342px;
  }
}

/*追加*/
.subContList2 {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}

.subContList2 > ul {
  display: block;
  overflow: hidden;
}

.subContList2 > ul > li {
  display: block;
  overflow: hidden;
  padding: 0 2px;
  width: 33%;
  float: left;
  margin-bottom: 5px;
}

.subContList2 > ul > li > a {
  display: block;
  overflow: hidden;
  padding: 1em;
  font-size: 1em;
  line-height: 100%;
  text-align: center;
  text-decoration: none !important;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #ff6864;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #ffffff;
}

.subContList2 > ul > li > a:hover {
  opacity: 0.5;
}

/*
.subContList2 > ul > li:nth-child(2) > a{
    pointer-events:none;
    opacity:0.25;
}
*/
/* for Sp --------------------*/
@media screen and (max-width: 738px) {
  .subContList2 > ul > li {
    width: 100%;
    float: none;
    padding: 2px 0;
  }
}


/*追加*/
.subContList3 {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}

.subContList3 > ul {
  display: block;
  overflow: hidden;
}

.subContList3 > ul > li {
  display: block;
  overflow: hidden;
  padding: 0 2px;
  width: 33%;
  float: left;
  margin-bottom: 5px;
}

.subContList3 > ul > li > a,
.subContList3 > ul > li > a.long{
  display: block;
  overflow: hidden;
  padding: 1em;
  font-size: 1em;
  line-height: 100%;
  text-align: center;
  text-decoration: none !important;
  color: #000000;
  border-radius: 5px;
  border: 1px solid #ff6864;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #ffffff;
}

/*.subContList3 > ul > li > a.long {
  padding: 0.5em 1em;}*/

.subContList3 > ul > li > a.long > span:after{
    content:" \f05b";}

.subContList3 > ul > li > a:hover {
  opacity: 0.5;
}
.subContList3 > ul > li.current > a {
    color: #ffffff!important;
    background-color: #ff6864 !important;
}

/*
.subContList2 > ul > li:nth-child(2) > a{
    pointer-events:none;
    opacity:0.25;
}
*/
/* for Sp --------------------*/
@media screen and (max-width: 738px) {
  .subContList3 > ul > li {
    width: 50%;
	  /*height: 3em;*/
    /*float: none;*/
    padding: 2px;
  }
	.subContList3 > ul > li > a {
  /*padding: 0.5em;*/
  font-size: 1em;
		height: 3em;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
  /*line-height: 100%;*/
}
		.subContList3 > ul > li > a.long {
  padding: 0.5em 1em;}
			.subContList3 > ul > li > a.long > span:after{
    content:" \f05b";
}

}

@media screen and (max-width: 375px) {

	.subContList3 > ul > li > a {
  /*padding: 0.5em;*/
  font-size: 0.8em;
		height: 3em;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
  /*line-height: 100%;*/
}
			.subContList3 > ul > li > a.long {
    font-size: 0.8em;
				padding: 0.5em 1em;
	}
			.subContList3 > ul > li > a.long > span:after{
    content:" \f05b";
}

}

/* --------------------*/
/* --------------------*/
#newsHeadline > ul {
  display: block;
  overflow: hidden;
}

#newsHeadline > ul > li {
  display: block;
  overflow: hidden;
  margin-top: 1em;
}

ul.idxList_tri > li > a.nolink {
  pointer-events: none;
  text-decoration: none !important;
}

ul.idxList_tri > li > a.nolink:hover {
  background-color: none !important;
}

/* --------------------*/
/*予防医学センター*/
/* --------------------*/
#yobou .photoBox {
  float: right;
  margin-left: 2em;
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {
  #yobou .photoBox {
    width: 40%;
    margin-left: 1em;
  }

  #yobou .photoBox > img {
    width: 100%;
    height: auto;
  }
}

.colordBox2 {
  display: block;
  overflow: hidden;
  padding: 1.5em;
  margin-bottom: 20px;
  border: 7px solid #fbefee;
}

.colordBox2 > p {
  margin: 0 !important;
  line-height: 1.7em;
}

.colordBox2 > p > span {
  font-weight: bold;
  color: #333333;
  font-size: 1.2em;
  /*margin:0 0 1em!important;*/
}




/********************************
サブコーナーリンク
********************************/
.subContList{
    display:block;
    overflow:hidden;
    margin-bottom:50px;
}

.subContList > ul{
    display:block;
    overflow:hidden;
}

.subContList > ul > li{
    display:block;
    overflow:hidden;
    padding:0 2px;
    
    width:16.6%;
    
    float:left;
    margin-bottom:5px;
}

.subContList > ul > li > a{
    display:block;
    overflow:hidden;
    padding:0.5em;

    font-size:0.85em;
    line-height:120%;
    
    text-align:center;
    text-decoration:none!important;
    color:#000000;
    border-radius: 5px;
    border:1px solid #333333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color:#ffffff;
}

.subContList > ul > li > a:hover{
    opacity:0.5;
}

.subContList > ul > li:nth-child(2) > a{
    pointer-events:none;
    /*opacity:0.25;*/
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {

    .subContList > ul > li{
        width:100%;
        float:none;
        padding:2px 0;
    }
    .subContList > ul > li > a{
        font-size:1em;
    }
}

/* ==========================================================
*
* 肝臓の病気
*
========================================================== */

.shoukkg_kanzou dl.consuList > dt{
    line-height:125%;
}



/* ==========================================================
*
* doctor
*
========================================================== */
.docList{
	display:block;
	overflow:hidden;
	margin:1em 0 1em;
	position:relative;
}


.docData{
	display:block;
	overflow:hidden;
	line-height:125%;
}

.docImg{
	display:inline-block;
	overflow:hidden;
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	border:1px solid #cccccc;
	line-height:100%;
	padding:2px;
}

.docImg > img{
	display: block;
	margin: 0 auto;
}

.docData > h6{
	font-size:1.2em;
	font-weight:bold;
	padding:5px;
}

.docData > h6 > span{
	font-size:0.8em;
	font-weight:normal;
}

.docLink{
	padding:15px 0 5px 0;
}


.docMsg{
	clear:both;
	margin-top:1em;
}

ul.idxList_w > li{
	width:50%;
	max-width:50%;
	line-height:100%;
}

ul.idxList_w > li > a >span.sTxt {
    line-height:100%;
}

/* for Sp --------------------*/
@media screen and (max-width: 738px) {

	.docImg{
		margin-bottom:0;
	}


	.docData > h6 > span{
		display:block;
		overflow:hidden;
		margin:0.5em 0;
	}

	.docTtl{
		clear:both;
		display:block;
		overflow:hidden;
		padding-top:1em;
	}

	ul.idxList_w > li{
		width:100%!important;
		max-width:100%!important;
	}

}

