/* ADD CSS 190920 for add style */

@charset "UTF-8";



/* break point */
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}


* a {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
* a:hover {
    opacity: .5;
    cursor: pointer;
}


/* ==================== */
/* department-menu add 190925
/* ==================== */

/* style.cssでのスタイル定義を下記スタイルで上書き */
/* レイアウト崩れ修正 + テキスト複数行対応 */
.hypertension-content-col .department-menu {
    border-bottom: none; 
}
.hypertension-content-col .department-menu li {
	padding-bottom: 1px;
	padding-top: 1px;
	display: flex;
}
.hypertension-content-col .department-menu li a {
    width: 100%;
}
.hypertension-content-col .department-menu li a:hover{
	text-decoration: none;
}


/* ==================== */
/* title
/* ==================== */
h3.tit03 {
	color: #004576;
	font-size: 22rem;
	letter-spacing: .15em;
	margin-bottom: 25px;
	margin-top: 50px;
}
h3.tit03:first-child {
    margin-top: 0;
}
/* コンバージョン出力のページタイトル見出し */
h3.heading {
	color: #004576;
	font-size: 22rem;
	letter-spacing: .15em;
	margin-bottom: 25px;
	margin-top: 50px;
	    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
h3.tit03.bdr {
	padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 69, 118, 0.4);
}
h4.tit04,
h4.tit04a {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #004576;
	color: #004576;
	font-weight: normal; 
	margin-top: 50px;
	font-size: 18px;
}
h4.tit04a {
	font-weight: 700;
}
h5.tit05 {
    color: #004576;
    margin-bottom: 10px;
    margin-top: 20px;
	font-size: 18px;
}

/* ==================== */
/* p.txt
/* ==================== */
p.txt {
	line-height: 1.625;
	margin-bottom: 15px;
}
/* color #004574 */
span.corp-color{
	color: #004574;
}
/* red */
span.red{
	color: red;
}
/* small */
span.small{
	font-size: 80%;
}

/* ==================== */
/* p.txtLink
/* ==================== */
a.txtLink:before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/common/ico_txtLink.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}
a.txtLink{
	color:#004576;
	text-decoration: none;
	margin-bottom: 15px;
	margin-right: 15px;
}
p.alnR a.txtLink{
	margin-left: 15px;
	margin-right: 0px;
}
a.txtLink:hover{
	text-decoration: underline;
}

.page-content a{
	color:#004576;
	text-decoration: none;
}
.page-content a:hover{
	text-decoration: underline;
}
/* ==================== */
/* bdrBox */
/* ==================== */
.bdrBox{
	border:solid 1px #ccc;
	padding:20px;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.bdrBox{
		padding:0 15px;
	}
}

/* ==================== */
/* btn */
/* ==================== */
.btn-basic{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin:30px auto;
}
.btn-basic .btn{
	display: flex;
	align-items: stretch;
}

.btn-basic .btn a{
	padding:15px 40px 15px 15px;
	width: 100%;
	background:url(../img/common/arrow_white.png)  no-repeat;
	background-position: right 20px top 50%;
	background-color: #004576;
	margin:0 auto;
	color:#fff;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.btn-basic .btn a:link,
.btn-basic .btn a:visited {
	color:#fff;
}

.btn-basic .btn a:hover{
	text-decoration: none;
}
/* btn-1col */
.btn-basic.btn-1col{justify-content: center;}
.btn-basic.btn-1col .btn a{padding:15px 55px 15px 30px;}
.btn-basic.btn-1col .btn a.btn_ltxt2{padding:3px 55px 3px 30px;}
/* btn-2col */
.btn-2col .btn{ width: calc((100% - 30px) / 2);}
/* btn-3col */
.btn-3col .btn{	width: calc((100% - 60px) / 3);}
/* btn-4col */
.btn-4col .btn{ width: calc((100% - 90px) / 4);}

/* .white .btn */
.white .btn a{
	background-color: #fff;
	background:url(../img/common/arrow_navy.png)  no-repeat;
	background-position: right 20px top 50%;
	color:#000 !important;
	border:solid 2px #004576;
}

.white .btn-basic .btn a:link,
.white .btn-basic .btn a:visited {
	color:#000 !important;
}

/**/

.btn-basic .btn2{
	display: inline-block;
	margin-bottom: 10px;
}

/* btn-1col */
.btn-basic.btn-1col .btn2 a{padding:15px 55px 15px 30px;}
/* btn-2col */
.btn-2col .btn2{ width: calc((100% - 30px) / 2);}
/* btn-3col */
.btn-3col .btn2{ width: calc((100% - 15px) / 3);}
/* btn-4col */
.btn-4col .btn2{ width: calc((100% - 90px) / 4);}

.btn-basic .btn2 a{
	padding:15px 40px 15px 15px;
	width: 100%;
	background:url(../img/common/arrow_white.png)  no-repeat;
	background-position: right 20px top 50%;
	background-color: #004576;
	margin:0 auto;
	color:#fff;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.btn-basic .btn2 a:link,
.btn-basic .btn2 a:visited {
	color:#fff;
}

.btn-basic .btn2 a:hover{
	text-decoration: none;
}

/* .white .btn */
.white .btn2 a{
	background-color: #fff;
	background:url(../img/common/arrow_navy.png)  no-repeat;
	background-position: right 20px top 50%;
	color:#000 !important;
	border:solid 2px #004576;
}

.white .btn-basic .btn2 a:link,
.white .btn-basic .btn2 a:visited {
	color:#000 !important;
}

/**/

@media screen and (max-width: 768px) {
	.btn-basic{
		display: block;
		margin:30px auto;
	}
	.btn-basic .btn{
		display: block;
		margin-bottom: 30px;
	}
	.btn-basic .btn:last-child{
		margin-bottom: 0;
	}
	.btn-basic .btn a{
		padding:10px 40px 10px 10px;
		text-align: center;
		display: block;
	}
	/* ボタン：1列 */
	.btn-basic.btn-1col{text-align: center;}
	.btn-basic.btn-1col .btn a{padding:10px 50px 10px 25px;}
	/* ボタン：2列 */
	.btn-2col .btn{ width: 100%;}
	/* ボタン：3列 */
	.btn-3col .btn{	width: 100%;}
	/* ボタン：4列 */
	.btn-4col .btn{ width: 100%;}
}

/* ==================== */
/* img-col */
/* ==================== */
.img-grid {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
}
.img-grid>* {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.img-1col.img-grid>* {
    width: 100%;
}
.img-2col.img-grid>* {
    width: 50%;
}

.img-2col37.img-grid .article-photo:first-child {
    width: 30%;
}

.img-2col37.img-grid .article-photo:last-child {
    width: 70%;
}

.img-3col.img-grid>* {
    width: calc( 100% / 3 );
}
.img-4col.img-grid>* {
    width: 25%;
}

.article-photo figure {
    display: inline-block;
    margin-bottom: 15px;
}
figure {
    max-width: 100%;
    margin: 0;
}
.article-photo figure img {
    margin-bottom: 10px;
    max-width: 100%;
}
.article-photo figure figcaption {
    text-align: center;
    font-size: 13px;
}

@media screen and (max-width: 768px) {
	.img-2col.img-grid>* {
	    width: 100%;
	}

	.img-2col37.img-grid>*,
	.img-2col37.img-grid .article-photo:first-child,
	.img-2col37.img-grid .article-photo:last-child {
	    width: 100%;
	}
	.img-3col.img-grid>* {
	    width: 100%;
	}
	.img-4col.img-grid>* {
	    width: 100%;
	}
	.img-grid>* {
	    float: none;
	}
}


/* ==================== */
/* img-content */
/* ==================== */
.img-content {
margin-bottom: 30px;
}
.img-content .img{
	max-width: 40%;
}
.img-content .img70{
	max-width: 70%;
}
.img-content .img60{
	max-width: 60%;
}
.img-content .img50{
	max-width: 60%;
}
.img-content .img30{
	max-width: 30%;
}
.img-content .img20{
	max-width: 20%;
}
.img-content .img15{
	max-width: 15%;
}
.img-content .img img,
.img-content .img15 img,
.img-content .img20 img,
.img-content .img30 img,
.img-content .img50 img,
.img-content .img60 img,
.img-content .img70 img{
	width: 100%;
}
.img-content.imgR .img,
.img-content.imgR .img15,
.img-content.imgR .img20,
.img-content.imgR .img30,
.img-content.imgR .img50,
.img-content.imgR .img60,
.img-content.imgR .img70 {
float: right;
margin-left: 15px;
margin-bottom: 15px;
}
.img-content.imgL .img,
.img-content.imgL .img15,
.img-content.imgL .img20,
.img-content.imgL .img30,
.img-content.imgL .img50,
.img-content.imgL .img60,
.img-content.imgL .img70 {
float: left;
margin-right: 15px;
margin-bottom: 15px;
}

.imgR_iden {
	float: right;
	max-width: 95px;
}

@media screen and (max-width: 768px) {
	.img-content {
	margin-bottom: 30px;
	}
	.img-content .img,
	.img-content .img15,
	.img-content .img20,
	.img-content .img30,
	.img-content .img50,
	.img-content .img60,
	.img-content .img70{
	max-width: 100%;
	width: 100%;
	text-align: center;
	}
	.img-content .img img,
	.img-content .img50 img,
	.img-content .img60 img,
	.img-content .img70 img{
	max-width: 100%;
	margin:0 auto;
	max-width: 100%;
	}
	.img-content .img15 img,
	.img-content .img20 img,
	.img-content .img30 img{
	max-width: 60%;
	margin:0 auto;
	max-width: 60%;
	}
	.img-content.imgR .img,
	.img-content.imgR .img15,
	.img-content.imgR .img20,
	.img-content.imgR .img30,
	.img-content.imgR .img50,
	.img-content.imgR .img60,
	.img-content.imgR .img70 {
	float: none;
	margin-left: 0;
	margin-bottom: 15px;
	}
	.img-content.imgL .img,
	.img-content.imgL .img15,
	.img-content.imgL .img20,
	.img-content.imgL .img30,
	.img-content.imgL .img50,
	.img-content.imgL .img60,
	.img-content.imgL .img70 {
	float: none;
	margin-right: 0;
	margin-bottom: 15px;
	}

	.imgR_iden {
		float: right;
		max-width: 25%;
		margin-top: -2.0em;
	}

}
/* ==================== */
/* flex3col */
/* ==================== */
.flex3col{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.flex3col .flexInner{
	width: calc((100% - 60px) / 3);
}
/* ==================== */
/* ol.ol-basic */
/* ==================== */
ol.ol-basic{
	margin:0 0 30px 0;
}
/* ol.ol-basic.first  */
ol.ol-basic.first > li {
	list-style:none;
	margin-bottom: 30px;
}
ol.ol-basic.first > li > * {
	padding-left: 2em;
}
ol.ol-basic.first > li > .tit-ol-basic01{
	text-indent: -2em;
	padding-left: 2em;
	margin-bottom: 10px;
	color: #004576;
	font-size: 18rem;
}
ol.ol-basic.first > li > .tit-ol-basic01 span{
	background-color: #004576;
	color: #fff;
	padding:3px 10px;
	margin-right: 5px;
}

/* ol.ol-basic.second  */
ol.ol-basic.second > li{
	list-style:none;
	margin-bottom: 20px;
}
ol.ol-basic.second > li > * {
	padding-left: 1em;
}
ol.ol-basic.second > li > .tit-ol-basic02{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 18rem;
	font-weight: 700;
	margin-bottom: 10px;
}
ol.ol-basic.second > li > .tit-ol-basic02 span{
	margin-right: 5px;
}
/* ol.ol-basic.third  */
ol.ol-basic.third > li{
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 16rem;
	margin-bottom: 10px;
}
ol.ol-basic.third > li > * {
	padding-left: 0em;
    text-indent: 0em;
}



/* ==================== */
/* ul.ul-basic */
/* ==================== */
ul.ul-basic{
	margin:0 0 30px 0;
}
/* ul.ul-basic.first  */
ul.ul-basic.first > li {
	list-style:none;
	margin-bottom: 30px;
}
ul.ul-basic.first > li > * {
	padding-left: 1.5em;
}
ul.ul-basic.first > li > .tit-ul-basic01{
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 10px;
	color: #004576;
	font-size: 18rem;
}
ul.ul-basic.first > li > .tit-ul-basic01:before{
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/common/list-ico-01.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}

/* ul.ul-basic.second  */
ul.ul-basic.second > li{
	list-style:none;
	margin-bottom: 20px;
}
ul.ul-basic.second > li > * {
	padding-left: 1em;
}
ul.ul-basic.second > li > .tit-ul-basic02{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 18rem;
	font-weight: 700;
	margin-bottom: 10px;
}
ul.ul-basic.second > li > .tit-ul-basic02:before{
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../img/common/list-ico-02.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}
/* ul.ul-basic.third  */
ul.ul-basic.third {
	margin-left: 0.5em;
}

ul.ul-basic.third > li{
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1.5em;
	padding-left: 1.5em;
	/*font-size: 16rem;*/
	margin-bottom: 10px;
}
/*
ul.ul-basic.third > li > * {
	padding-left: 0.5em;
	text-indent: 0;
}
*/
ul.ul-basic.flt > li{
	width: 25%;
	float: left;
}

ul.ul-basic.flt2 > li{
	width: 33.3%;
	float: left;
}

/* ==================== */
/* ul.link-bnr */
/* ==================== */

ul.link-bnr{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
ul.link-bnr li{
	width:calc((100% - 20px) / 2 );
	margin-right: 20px;
	margin-bottom: 20px;
}
ul.link-bnr li img{
	width:100%;
	max-width: 100%;
}
ul.link-bnr li:nth-child(2n){
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	ul.link-bnr{
		display: block;
	}
	ul.link-bnr li{
		width:100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}



/* ==================== */
/* FAQ */
/* ==================== */
dl.faq{
	margin-bottom: 70px;
}
dl.faq > dt{
	margin-bottom: 30px;
}
dl.faq .faq-tit-q{
	color:#004576;
	font-size: 18rem;
	padding:15px 0 15px 0;
	border-bottom: solid 1px #004576;
	padding-left: 35px;
    text-indent: -35px;
}
dl.faq .faq-tit-q:before{
  content: "";
  display: inline-block;
  width: 26px;
  height: 20px;
  background: url(../img/common/ico-faq-q.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}
dl.faq > dd{
	padding-left: 40px;
	margin-bottom: 30px;
}
dl.faq .faq-tit-a{
	font-size: 18rem;
	padding: 0;
	margin-bottom: 15px;
	padding-left: 35px;
    text-indent: -35px;
}
dl.faq .faq-tit-a:before{
  content: "";
  display: inline-block;
  width: 26px;
  height: 20px;
  background: url(../img/common/ico-faq-a.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}
dl.faq > dd > p{
	padding-left: 35px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
	dl.faq{
		margin-bottom: 30px;
	}
	dl.faq > dd{
		padding-left: 0;
		margin-bottom: 30px;
	}
}

#faq01 h4 span,
#faq02 h4 span,
#faq03 h4 span,
#faq04 h4 span,
#faq05 h4 span,
#faq06 h4 span {
	font-size: 90%;
	color: #333;
	font-weight: normal;
}

#faq01 dt,
#faq02 dt,
#faq03 dt,
#faq04 dt,
#faq05 dt,
#faq06 dt {
	display:block;
	cursor:pointer;
}

#faq01 dd,
#faq02 dd,
#faq03 dd,
#faq04 dd,
#faq05 dd,
#faq06 dd {
	display:none;
}

/* ==================== */
/* STAFF */
/* ==================== */

/* .staff-navi */
ul.staff-navi{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin:60px 0 20px;
}
ul.staff-navi > li {
	display: flex;
	width:calc( (100% - 10px) / 6 );
	padding:0 0 2px 0;
	margin-right: 2px;
}
ul.staff-navi > li:nth-child(6n) {
	margin-right: 0;
}
ul.staff-navi > li > a {
	width: 100%;
	padding: 10px 35px 10px 15px;
    background: url(../img/common/arrow_navy.png) no-repeat;
    background-position: right 10px top 50%;
    background-color: #f0f0f0;
    margin: 0 auto;
    color: #000;
    font-size: 14rem;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    display: flex;
    align-items: center;
}

/* staff-position-tit */
.staff-position-tit{
	font-size: 16rem;
	background-color: #004576;
	padding:8px 15px;
	color: #fff;
	margin-bottom: 40px;
}

/* .staff-list-1col */
.staff-list-1col > li {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
	padding-top: 20px;
	margin-bottom: 40px;
	background: white;
	border-top: solid 5px #004576;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}
.staff-list-1col > li > dl{
	display: flex ;
	justify-content: flex-start ;
	align-items: stretch ;
	border-bottom: solid 2px #004576 ;
	padding-bottom: 20px;
}
.staff-list-1col > li > dl > dt {
	/*margin-right: 20px;*/
}
.staff-list-1col > li > dl > dt > img {
    margin-right: 20px ;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    max-width: 180px;
}
.staff-list-1col > li > dl > dd > .position{
	font-size: 16rem;
	color:#004576;
	margin-bottom: 15px;
}
.staff-list-1col > li > dl > dd > .name-area{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.staff-list-1col > li > dl > dd > .name-area > .name{
	font-size: 24rem;
	color:#000;
	margin-right: 20px;
	text-align: center;
}
.staff-list-1col > li > dl > dd > .name-area > .name span.detail{
	display: block;
	font-weight: 100;
	font-size: 14rem;
}
.staff-list-1col > li > dl > dd > .name-area > .name-en{
	font-size: 14rem;
	color:#9fa0a0;
}
.staff-list-1col > li > dl > dd > .career{
	font-size: 14rem;
	color:#000;
	margin-bottom: 0;
}


.staff-list-1col > li > .detail{
	padding-top: 20px;
}
.staff-list-1col > li > .detail > .staff-detail-tit{
	font-size:14rem;
	color: #004576;
	margin-bottom: 5px;
}
.staff-list-1col > li > .detail > p{
	margin-bottom: 20px;
}
.staff-list-1col > li > .detail > p:last-child{
	margin-bottom: 0;
}

/* .btn-more */
.btn-more{
	margin:30px 0;
}
.btn-more span{
	padding:10px 35px 10px 15px;
	background:url(../img/common/arrow_navy.png)  no-repeat;
	background-position: right 10px top 50%;
	background-color: #f0f0f0;
	margin:0 auto;
	color:#000;
	font-size: 14rem;
	cursor: pointer;
	-webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.btn-more span:hover{
	opacity: .5;
    cursor: pointer;
}

.staff-list-1col > li > .detail.hidden{
	display: none;
	padding-top: 0;
}

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

	/* .staff-navi */
	ul.staff-navi{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: flex-start;
		margin:60px 0 20px;
	}
	ul.staff-navi > li {
		display: flex;
		width:calc( (100% - 4px) / 3 );
		padding:0 0 2px 0;
		margin-right: 2px;
	}
	ul.staff-navi > li:nth-child(3n) {
		margin-right: 0;
	}

	/* staff-position-tit */
	.staff-position-tit{
		font-size: 16rem;
		background-color: #004576;
		padding:8px 15px;
		color: #fff;
		margin-bottom: 30px;
	}

	/* .staff-list-1col */
	.staff-list-1col{
		padding-left: 0;
	}
	.staff-list-1col > li {
	    width: 100%;
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-bottom: 50px;
	}
	.staff-list-1col > li > dl{
		display: block; 
		padding-bottom: 20px ;
		border-bottom: solid 2px #004576 ;
	}
	.staff-list-1col > li > dl > dt {
		margin-right: 0;
		text-align: center;
	}
	.staff-list-1col > li > dl > dt > img {
	    margin-left: auto ;
	    margin-right: auto ;
	    margin-bottom: 20px;
	    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	}
	.staff-list-1col > li > dl > dd > .position{
		font-size: 16rem;
		color:#004576;
		margin-bottom: 15px;
		text-align: center;
	}
	.staff-list-1col > li > dl > dd > .name-area{
		/*display: flex;
		justify-content: center;
		align-items: center;*/
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	.staff-list-1col > li > dl > dd > .name-area > .name{
		margin-right: 0;
	}
	.staff-list-1col > li > dl > dd > .name-area > .name-en{
		font-size: 14rem;
		color:#9fa0a0;
	}
	.staff-list-1col > li > dl > dd > .career{
		font-size: 14rem;
		color:#000;
		margin-bottom: 0;
	}

}


/* -----------------------------
whats-new
----------------------------- */
.whats-new {
width: 100%;
padding-right: 0; 
margin-bottom: 30px;
}
.whats-new .title {
display: inline-block;
padding: 3px 8px;
background: #c3c3c3; }
.whats-new .title p {
color: #fff; }
.whats-new .content {
width: 100%;
height: 170px;
padding: 5px;
margin-bottom: 20px;
border: 1px solid #ddd;
overflow-y: scroll; }
.whats-new .content dl {
display: table;
width: 100%;
font-size: 14rem; }
.whats-new .content dl:not(:last-child) {
margin-bottom: 10px; }
.whats-new .content dl dt {
display: table-cell;
width: 100px;
vertical-align: middle; }
.whats-new .content dl dd {
display: table-cell;
width: calc(100% - 100px);
padding-right: 25px; }
.whats-new .content dl dd a {
text-decoration: underline; }
.whats-new .content dl dd a:hover {
opacity: .5; }

/* -----------------------------
tbl-basic
----------------------------- */
/*.table-wrap {
    overflow-x: scroll;
    margin-bottom: 15px;
    white-space: nowrap;
}*/


.tbl-basic{
	width:100%;
	margin: 30px 0;
}
.tbl-basic thead th {
    padding: 10px 15px;
    border: 1px solid #ccc;
    background: #004576;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: 100;
}
.tbl-basic thead td {
    padding: 10px 15px;
    border: 1px solid #ccc;
    background: #fff;
    color: #004576;
    text-align: center;
    vertical-align: middle;
}
.tbl-basic tbody th {
    padding: 10px 15px;
    border: 1px solid #ccc;
    background: #dce7f5;
    text-align: center;
    vertical-align: middle;
    font-weight: 100;
}
.tbl-basic tbody td {
    padding: 10px 15px;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: top;
}
.tbl-basic caption{
    color: #004576;
    margin-bottom: 10px;
    margin-top: 20px;
}

.tbl-basic.color-inherit{
	background-color: inherit;
}
.tbl-basic.color-inherit tbody td.color01,
.tbl-basic.color-inherit tbody th.color01{
	background-color: #FF99FF;
}
.tbl-basic.color-inherit tbody td.color02,
.tbl-basic.color-inherit tbody th.color02{
	background-color: #66CCFF;
}
.tbl-basic.color-inherit tbody td.color03,
.tbl-basic.color-inherit tbody th.color03{
	background-color: #CC33CC;
}
.tbl-basic.color-inherit tbody td.color04,
.tbl-basic.color-inherit tbody th.color04{
	background-color: #FFFF33;
}
.tbl-basic.color-inherit tbody td.color05,
.tbl-basic.color-inherit tbody th.color05{
	background-color: #B0FF3C;
}

.achievement_tbl .tbl-basic thead th,
.achievement_tbl .tbl-basic thead td,
.achievement_tbl .tbl-basic tbody th,
.achievement_tbl .tbl-basic tbody td {
    padding: 10px 5px;
    font-size: 14px;
}

.achievement_tbl .tbl-basic tbody td {
    vertical-align: middle;
    text-align: right;
}

.achievement_tbl .tbl-basic thead th span,
.achievement_tbl .tbl-basic tbody td span {
    font-size: 11px;
}

@media screen and (max-width: 768px) {
	.table-wrap {
		overflow: auto;
		white-space: nowrap;
		display:block;
		width:auto;
	}
	.table-wrap table {
		width: 100%;
		display:table;
	}
	.table-wrap:-webkit-scrollbar {
		height: 5px;
	}
	.table-wrap:-webkit-scrollbar-track {
		background: #F1F1F1;
	}
	.table-wrap:-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
}

/* -----------------------------
tbl-basic2
----------------------------- */
.tbl-basic2{
	width:100%;
	margin: 30px 0;
}
.tbl-basic2 th,
.tbl-basic2 td {
	font-size: 14px;
}

.tbl-basic2 td span {
	font-size: 12px;
}

.tbl-basic2 thead th {
    padding: 10px 3px;
    border: 1px solid #ccc;
    background: #004576;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: 100;
}
.tbl-basic2 thead td {
    padding: 10px 3px;
    border: 1px solid #ccc;
    background: #fff;
    color: #004576;
    text-align: center;
    vertical-align: middle;
}
.tbl-basic2 tbody th {
    padding: 10px 3px;
    border: 1px solid #ccc;
    background: #dce7f5;
    text-align: center;
    vertical-align: middle;
    font-weight: 100;
}
.tbl-basic2 tbody td {
    padding: 10px 3px;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: top;
}
.tbl-basic2 caption{
    color: #004576;
    margin-bottom: 10px;
    margin-top: 20px;
}

.byouin .tbl-basic2 thead th {
    white-space: nowrap;
}

.byouin .tbl-basic2 tbody td.number-cell {
    white-space: nowrap;
    text-align: right;
}

/* -----------------------------
tbl-layout
----------------------------- */
.tbl-layout td{
	line-height: 1.6;
}

.tbl-layout .tbl-content > tbody > tr > td{
	padding:0 0 15px 0;
}

/* -----------------------------
tbl-3
----------------------------- */

.tbl-3 th,
.tbl-3 td {
	width: 33.3%;
	box-sizing: border-box;
}

/* -----------------------------
tbl-4
----------------------------- */

.tbl-4 th,
.tbl-4 td {
	width: 25%;
	box-sizing: border-box;
}

/* -----------------------------
tbl-5
----------------------------- */

.tbl-5 th,
.tbl-5 td {
	width: 20%;
	box-sizing: border-box;
}

/* -----------------------------
tbl-dis-info
----------------------------- */

@media screen and (max-width: 768px) {
	.tbl-dis-info th,
	.tbl-dis-info td {
		padding-left: 5px!important;
		padding-right: 5px!important;
	}
}

@media screen and (max-width: 640px) {
	.tbl-dis-info th,
	.tbl-dis-info td {
		font-size: 14px;
	}
	.tbl-dis-info th:first-child,
	.tbl-dis-info td:first-child {
		/*width: 50px;*/
	}
}

@media screen and (min-width: 769px) {
	.tbl-dis-info th:first-child,
	.tbl-dis-info td:first-child {
		width: 60px;
	}
}

.tbl-dis-info th:first-child,
.tbl-dis-info td:first-child {
	padding-left: 0px!important;
	padding-right: 0px!important;
	text-align: center;
	white-space: nowrap;
}

/* ==================== */
/* 循環器内科TOPのみ
/* ==================== */
.whats-2col{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.whats-2col .innercol{
	width: calc( (100% - 20px) / 2 ) ;
}
.pageBnr-2col > li{
	float: left;
	width: calc( (100% - 24px) / 2 ) ;
	margin-right: 24px;
	margin-bottom: 16px ;
}
.pageBnr-2col > li:nth-child(2n){
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.whats-2col{
		display: block;
	}
	.whats-2col .innercol{
		width: 100% ;
	}
/*	.pageBnr-2col > li{
		float: none;
		width: 100% ;
		margin-right: 0 ;
		margin-bottom: 16px ;
		text-align: center;
	}*/
	.pageBnr-2col > li img{
		max-width: 100%;
	}
	.pageBnr-2col > li:nth-child(2n){
		margin-right: 0;
	}	
}

/* ==================== */
/* /rinri/clinicalresearch/patients/kenkyu/ opt out toggle ADD 191031
/* ==================== */
h4.opt-out:hover{
	cursor: pointer;
	opacity: 0.7;
}
.accordion-inner{
	display: none;
}

/* -----------------------------
tbl-layout
----------------------------- */


dl.flex-table-2col {
  width:100%;
}
dl.flex-table-2col > dt {
  float:left;
  clear:left;
  width:8em;
}
dl.flex-table-2col > dd {
  float:left;
  width:calc( 100% - 8em );
}

/**/

dl.txt dt,
dl.txt dd {
	line-height: 1.625;
}

dl.txt dt {
	margin-bottom: 5px;
}

dl.txt dd {
	margin-bottom: 15px;
}

@media screen and (min-width: 641px) {
dl.txt dt,
dl.txt dd {
	margin-bottom: 15px;
}

dl.flex-table-2col2 {
  width:100%;
}
dl.flex-table-2col2 > dt {
  float:left;
  clear:left;
  width:8em;
}
dl.flex-table-2col2 > dd {
  float:left;
  width:calc( 100% - 8em );
}
}

/* -----------------------------
pagetop
----------------------------- */
#pagetop { 
	position:absolute; 
	position:fixed; 
	bottom:20px; 
	right:20px; 
	z-index:99999; 
}
#pagetop a { 
	display:block; 
	width:50px; 
	height:50px;
	position:relative;
}

/* -----------------------------
ADJUST
----------------------------- */
ruby > rt {
    font-size: 50%;
}

.page-content img{
	display: inline;
}
.page-content-wrap img{
	display: inline;
}
.txt img{
	margin-bottom: 15px;
}
/*--- text-align adjust ---*/
.alnL{
	text-align: left !important;
}
.alnC{
	text-align: center !important;
}
.alnR{
	text-align: right !important;
}
.valM{
	vertical-align: middle !important;;
}

.w00{ width:00%; }
.w05{ width:05%; }
.w10{ width:10%; }
.w15{ width:15%; }
.w20{ width:20%; }
.w25{ width:25%; }
.w30{ width:30%; }
.w35{ width:35%; }
.w40{ width:40%; }
.w45{ width:45%; }
.w50{ width:50%; }
.w55{ width:55%; }
.w60{ width:60%; }
.w65{ width:65%; }
.w70{ width:70%; }
.w75{ width:75%; }
.w80{ width:80%; }
.w85{ width:85%; }
.w90{ width:90%; }
.w95{ width:95%; }
.w100{ width:100%; }

.mt00{margin-top: 0 !important;}
.mt05{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt35{margin-top: 35px !important;}
.mt40{margin-top: 40px !important;}
.mt45{margin-top: 45px !important;}
.mt50{margin-top: 50px !important;}
.mt55{margin-top: 55px !important;}
.mt60{margin-top: 60px !important;}
.mt65{margin-top: 65px !important;}
.mt70{margin-top: 70px !important;}

.mb00{margin-bottom: 0 !important;}
.mb05{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}
.mb55{margin-bottom: 55px !important;}
.mb60{margin-bottom: 60px !important;}
.mb65{margin-bottom: 65px !important;}
.mb70{margin-bottom: 70px !important;}

.ml00{margin-left: 0 !important;}
.ml05{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml25{margin-left: 25px !important;}
.ml30{margin-left: 30px !important;}
.ml35{margin-left: 35px !important;}
.ml40{margin-left: 40px !important;}
.ml45{margin-left: 45px !important;}
.ml50{margin-left: 50px !important;}
.ml55{margin-left: 55px !important;}
.ml60{margin-left: 60px !important;}
.ml65{margin-left: 65px !important;}
.ml70{margin-left: 70px !important;}

.mr00{margin-right: 0 !important;}
.mr05{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.mr20{margin-right: 20px !important;}
.mr25{margin-right: 25px !important;}
.mr30{margin-right: 30px !important;}
.mr35{margin-right: 35px !important;}
.mr40{margin-right: 40px !important;}
.mr45{margin-right: 45px !important;}
.mr50{margin-right: 50px !important;}
.mr55{margin-right: 55px !important;}
.mr60{margin-right: 60px !important;}
.mr65{margin-right: 65px !important;}
.mr70{margin-right: 70px !important;}

/**/

.pt00{padding-top: 0 !important;}
.pt05{padding-top: 5px !important;}
.pt10{padding-top: 10px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}
.pt25{padding-top: 25px !important;}
.pt30{padding-top: 30px !important;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}
.pt55{padding-top: 55px !important;}
.pt60{padding-top: 60px !important;}
.pt65{padding-top: 65px !important;}
.pt70{padding-top: 70px !important;}

.pb00{padding-bottom: 0 !important;}
.pb05{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}
.pb55{padding-bottom: 55px !important;}
.pb60{padding-bottom: 60px !important;}
.pb65{padding-bottom: 65px !important;}
.pb70{padding-bottom: 70px !important;}

.pl00{padding-left: 0 !important;}
.pl05{padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl25{padding-left: 25px !important;}
.pl30{padding-left: 30px !important;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl45{padding-left: 45px !important;}
.pl50{padding-left: 50px !important;}
.pl55{padding-left: 55px !important;}
.pl60{padding-left: 60px !important;}
.pl65{padding-left: 65px !important;}
.pl70{padding-left: 70px !important;}

.pr00{padding-right: 0 !important;}
.pr05{padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr25{padding-right: 25px !important;}
.pr30{padding-right: 30px !important;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr45{padding-right: 45px !important;}
.pr50{padding-right: 50px !important;}
.pr55{padding-right: 55px !important;}
.pr60{padding-right: 60px !important;}
.pr65{padding-right: 65px !important;}
.pr70{padding-right: 70px !important;}

/*--- display adjust ---*/
.dispN{
	display: none !important;
}
.dispI{
	display: inline !important;
}
.dispIB{
	display: inline-block !important;
}
.dispB{
	display: block !important;
}

/* font-size */

.text-08 { font-size: 0.8em !important; }
.text-09 { font-size: 0.9em !important; }
.text-11 { font-size: 1.1em !important; }
.text-12 { font-size: 1.2em !important; }

a.link-uline { text-decoration: underline !important; }
a.link-uline:hover { text-decoration: none !important; }

@media screen and (max-width: 768px) {
	/* -----------------------------
	ADJUST
	----------------------------- */
	/*--- display adjust ---*/
	.spdispN{
		display: none !important;
	}
	.spdispI{
		display: inline !important;
	}
	.spdispIB{
		display: inline-block !important;
	}
	.spdispB{
		display: block !important;
	}
}

/* -----------------------------
clearfix
----------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* .counter */

.counter img {
	margin: 0 !important;
}


/* -----------------------------
#sitemap_list
----------------------------- */

#sitemap_list a {
	display: inline-block;
	margin-bottom: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #004576;
}


#sitemap_list > li > a {
	width: 100%;
	margin-top: 50px;
	padding-bottom: 5px;
	border-bottom: 1px solid #004576;
}

#sitemap_list > li > ul > li > a {
	line-height: 1.625;
}

#sitemap_list > li > ul > li > ul > li > a {
	margin-left: 1.5em;
	line-height: 1.625;
}

#sitemap_list > li > ul > li > a:before,
#sitemap_list > li > ul > li > ul > li > a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	background: url(../img/common/ico_txtLink.png) no-repeat;
	background-size: contain;
}

/* -----------------------------
tbl-basic-s
----------------------------- */
.tbl-basic-s{
	width:100%;
	margin: 30px 0;
}
.tbl-basic-s th,
.tbl-basic-s td {
	font-size: 12px;
}

.tbl-basic-s td span {
	font-size: 11px;
}

.tbl-basic-s thead th {
    padding: 8px 2px;
    border: 1px solid #ccc;
    background: #004576;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: 100;
}
.tbl-basic-s thead td {
    padding: 8px 2px;
    border: 1px solid #ccc;
    background: #fff;
    color: #004576;
    text-align: center;
    vertical-align: middle;
}
.tbl-basic-s tbody th {
    padding: 8px 2px;
    border: 1px solid #ccc;
    background: #dce7f5;
    text-align: center;
    vertical-align: middle;
    font-weight: 100;
}
.tbl-basic-s tbody td {
    padding: 8px 2px;
    border: 1px solid #ccc;
    background: #fff;
    vertical-align: top;
}
.tbl-basic-s caption{
    color: #004576;
    margin-bottom: 10px;
    margin-top: 20px;
}

.tbl-jyosei td:nth-child(1){
	width:21.3%;
}
.tbl-jyosei td:nth-child(2){
	width:17.9%;
	
}
.tbl-jyosei td:nth-child(3){
	width:40%;
	
}
.tbl-jyosei td:nth-child(4),
.tbl-jyosei td:nth-child(5){
	width:10.4%;
	
}


/**/


.sub_title_en {
	margin: -1.8em 0 25px 0;
	font-size: 0.8em;
}




/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:0 0 15px 0; /* ボックス全体の位置調整 */
}

.acbox label{
  width: auto;
  font-size: 16px; /* ラベルの文字サイズ */
  font-weight: bold;
  /*text-align: center;*/
  /*background: #004576;*/ /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:8px 0;
  /*border-radius: 4px;*/ /* ラベルの角の丸み */
  cursor: pointer;
  color: #004576;
}

.acbox label:link,
.acbox label:visited,
.acbox label:active{
  color: #004576;
}

.acbox label:hover{
  color: #82a2ba;
  /*background: #82a2ba;*/ /* ラベルにマウスを乗せた時の背景色 */
}

.acbox input{
  display: none;
}

.acbox label:after{
  color: #004576;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

@media screen and (max-width: 768px) {
	.acbox label{
	  padding-right: 15px;
	}
	.acbox label:after{
	  right: 0;
	}
}

.acbox div{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
}

.acbox input:checked ~ div{
  height: auto;
  padding: 18px 0; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  /*background: #F3F4F5;*/ /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox input:checked ~ label {
  /*background: #8BC34A;*/ /* クリック後のラベルの背景色 */
}

.acbox-under{
  font-size: 16px; /* 開いた部分の文字サイズ */
  line-height: 1.6;
  /*color: #555555;*/ /* 開いた部分の文字色 */
}

/* top sns logo
-------------------------*/

.top_sns {
}

.top_sns ul,
.top_sns li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top_sns ul {
	margin-bottom: 10px;
}

.top_sns li {
	width: 50%;
	padding: 10% 5% 0 5%;
	float: left;
	box-sizing: border-box;

}

.top_sns li img {
	width: 100%;
	max-width: 128px;
}

.top_sns p {
	text-align: center;
	color: #f00;
	font-size: 0.9em;
}

.pc-hidden2 {
  display: none; }
.sp-hidden2 {
	display: block;
}

@media screen and (max-width: 768px) {
	.top_sns {
		width: 70%;
		text-align: center;
		margin: 3% auto 0 auto;
	}

	.top_sns ul {
		margin: 3% auto 5px auto;
	}

	.top_sns li {
		width: 25%;
		padding: 0 3% 5% 3%;
	}

	.news-items .text {
		width: 50%;
	}
	.news-items .text a {
		max-width: 170.52px;
		margin: 0 auto 0 auto;
	}
}

@media screen and (max-width: 640px) {
	.top_sns {
		width: 100%;
		margin: 0 auto 0 auto;
	}

	.top_sns li {
	}

	.top_sns li {
		/*width: 50%;*/
		padding: 5% 3% 5% 3%;
	}

	.news-items .text {
		width: auto;
	}
	.news-items .text a {
		max-width: auto;
	}

	.pc-hidden2 {
		display: block;
	}
	.sp-hidden2 {
	  display: none; }
	}

@media screen and (max-width: 320px) {
	.top_sns {
		width: 70%;
		margin: 3% auto 0 auto;
	}
	.top_sns li {
		width: 50%;
		padding: 5%;
	}
}


/**/

.comment {
    /*background-color: #E3EAFF;*/
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 15px 10px 15px;
}


/**/


.youtube_box,
.youtube_box2 {
	width: 100%;
	max-width: 500px;
	margin: 15px auto;
}

.youtube_box3 {
	width: 100%;
	max-width: 800px;
	margin: 15px auto;
}

.youtube_box_in {
  position: relative;
  width: 100%;
}
.youtube_box .youtube_box_in,
.youtube_box3 .youtube_box_in {
  padding-top: 56.25%;
}
.youtube_box2 .youtube_box_in {
  padding-top: 75.0%;
}
.youtube_box_in iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* ==================== */
/* flex2col */
/* ==================== */
.flex2col,
.flex2col2{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.flex2col .flexInner{
	width: calc((100% - 40px) / 2);
}

.flex2col2 .flexInner{
	width: 43%;
}

@media screen and (max-width: 640px) {
	.flex2col,
	.flex2col2{
		display: inline;
	}
	.flex2col .flexInner,
	.flex2col2 .flexInner{
		width: 100%;
		margin-bottom: 30px;
	}
}


/* ==================== */
/* flex2col_64 */
/* ==================== */
.flex2col_64,
.flex2col_46 {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.flex2col_46.kyoushin_shou {
	align-items: center
}

.flex2col_64 .flexInner1,
.flex2col_46 .flexInner2 {
	width: 60%;
}

.flex2col_64 .flexInner2,
.flex2col_46 .flexInner1 {
	width: 35%;
}

.flex2col_46 .flexInner1.article-photo {
	width: 45%;
}

.flex2col_46 .flexInner2.article-photo {
	width: 50%;
}


.flex2col_46.news13524 .flexInner1 {
	width: 43.5%;
}

.flex2col_46.news13524 .flexInner2 {
	width: 53%;
}

.flex_reverse {
	flex-direction: row-reverse;
}
/**/

/* ==================== */
/* flex2col_73 flex2col_37 */
/* ==================== */
.flex2col_73,
.flex2col_37 {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.flex2col_73 .flexInner1,
.flex2col_37 .flexInner2 {
	width: 70%;
}

.flex2col_73 .flexInner2,
.flex2col_37 .flexInner1 {
	width: 25%;
}

/**/

/* ==================== */
/* flex2col_82 */
/* ==================== */
.flex2col_82 {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.flex2col_82 .flexInner1 {
	width: 80%;
}

.flex2col_82 .flexInner2 {
	width: 15%;
}

@media screen and (max-width: 640px) {
	.flex2col_46.news13524 .flexInner1,
	.flex2col_46.news13524 .flexInner2,
	.flex2col_64 .flexInner1,
	.flex2col_64 .flexInner2,
	.flex2col_46 .flexInner1,
	.flex2col_46 .flexInner2,
	.flex2col_73 .flexInner1,
	.flex2col_73 .flexInner2,
	.flex2col_37 .flexInner1,
	.flex2col_37 .flexInner2,
	.flex2col_82 .flexInner1,
	.flex2col_82 .flexInner2 {
		width: 100%;
		margin-bottom: 30px;
	}

	.flex2col_64 .flexInner1 img,
	.flex2col_64 .flexInner2 img,
	.flex2col_46 .flexInner1 img,
	.flex2col_46 .flexInner2 img,
	.flex2col_73 .flexInner1 img,
	.flex2col_73 .flexInner2 img,
	.flex2col_37 .flexInner1 img,
	.flex2col_37 .flexInner2 img,
	.flex2col_82 .flexInner1 img,
	.flex2col_82 .flexInner2 img {
		margin-left: auto;
		margin-right: auto;
	}
}

/**/

#info_list ul.ul-basic.third > li{
	list-style-type: none;
}

@media screen and (max-width: 640px) {
	#info_list ul.ul-basic.flt > li {
		width: 33.3%;
		float: left;
	}
}

/**/

@media screen and (max-width: 768px) {
	.radiodiagnosis_xp_img1 {
		width: 55%;
	}
}



/*  nyuin_menkai
--------------------------*/

.nyuin_menkai {
	border: 5px solid #f4b183;
	padding: 30px;
}

.nyuin_menkai h5 {
	text-align: center;
	font-size: 2.0em;
	color: #f00;
	margin-bottom: 30px;
}

.nyuin_menkai p,
.nyuin_menkai li {
	font-size: 1.1em;
}

.nyuin_menkai p.nyuin_lead {
	font-weight: bold;
	font-size: 1.4em;
}

.nyuin_menkai p.nyuin_note {
	padding-left: 1.0em;
	text-indent: -1.0em;
	font-size: 1.1em;
	color: #f00;
	font-weight: bold;
	margin-bottom: 30px;
}

.nyuin_menkai .nyuin_footer {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.nyuin_menkai .nyuin_footer p {
	white-space:nowrap;
}

.nyuin_menkai .nyuin_footer div img {
	max-width: 250px;
	width: 100%;
}

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

	.nyuin_menkai {
		padding: 20px;
	}

	.nyuin_menkai h5 {
		font-size: 1.4em;
	}

	.nyuin_menkai p,
	.nyuin_menkai li {
		font-size: 1.0em;
	}

	.nyuin_menkai p.nyuin_lead {
		font-size: 1.2em;
	}

	.nyuin_menkai p.nyuin_note {
		padding-left: 1.0em;
		text-indent: -1.0em;
		font-size: 1.0em;
	}

	.nyuin_menkai .nyuin_footer {
		display: block;
	}
	.nyuin_menkai .nyuin_footer p {
		text-align: left;
	}
	.nyuin_menkai .nyuin_footer div {
		text-align: center;
	}
	.nyuin_menkai .nyuin_footer div img {
		max-width: 250px;
		width: 100%;
	}

}

/**/

.kanwa-care01box {
	border: 1px solid #ccc;
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
}

.kanwa-care01 {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width:640px) {
	.kanwa-care01 {
		display: block;
	}
	.kanwa-care01 .kanwa-care01in01,
	.kanwa-care01 .kanwa-care01in02 {
		width: 100%;
	}
	.kanwa-care01 .kanwa-care01in01 {
		margin-bottom: 15px;
	}
	.kanwa-care01 .kanwa-care01in02 {
		text-align: center;
	}	
}

/**/

.iden_medical-workers {
}

.iden_medical-workers .iden_medical-workers_in {
	margin-bottom: 30px;
	padding: 0 0 30px 0;
	border-bottom: dashed 1px #999;
	box-sizing: border-box;
}

.iden_medical-workers .iden_medical-workers_in h5.tit05 {
	margin: 0 0 5px 0!important;
}

.iden_medical-workers .iden_medical-workers_in:first-child {
	padding: 20px 0 30px 0;
}

.iden_medical-workers .iden_medical-workers_in:last-child {
	margin-bottom: 50px;
}

/*
.iden_medical-workers .iden_medical-workers_in {
	padding: 15px 20px;
	box-sizing: border-box;
	border: 1px solid #666;
	margin-bottom: 20px;
}
*/


/**/


.tokuteikango01 dl {
}
.tokuteikango01 dt,
.tokuteikango01 dd {
	vertical-align: top;
	display: inline-block;
}

.tokuteikango01 dt {
	color: #f00;
	font-weight: bold;
}
.tokuteikango01 dd {
	width: calc(100% - 6.5em);
}

@media screen and (max-width:640px) {
	.tokuteikango01 dd {
		width: 100%;
		margin-bottom: 15px;
	}
}


/**/


.ge-kenshu-tbl01 {
	border-collapse: collapse;
	width: 100%;
	max-width: 700px;
	box-sizing: border-box;
	margin: 30px auto;
}
.ge-kenshu-tbl01 th,
.ge-kenshu-tbl01 td {
	padding: 5px 15px;
	font-weight: bold;
	text-align: center;
	border-left: 2px solid #fff;
	font-size: 22px;
}
.ge-kenshu-tbl01 th {
	background-color: #dae3f3;
	white-space:nowrap;
}

.ge-kenshu-tbl01 tr th:first-child,
.ge-kenshu-tbl01 tr td:first-child {
	border-left: none;
}

.ge-kenshu-tbl01 tr td:first-child {
	text-align: left;
}

.ge-kenshu-tbl01 td {
	border-bottom: 2px solid #dae3f3;
}


@media screen and (max-width:768px) {
	.ge-kenshu-tbl01 th,
	.ge-kenshu-tbl01 td {
		font-size: 18px;
	}
	.ge-kenshu-tbl01 tr th:first-child,
	.ge-kenshu-tbl01 tr td:first-child {
		padding: 5px 10px;
	}
}

/**/

.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
}
.vid_contents video {
width: 100%;
max-width: 600px;/*PC版での最大幅*/
}

.nolink {
	pointer-events: none;
}

.w280re { width: 280px; }
.w320re { width: 320px; }
.w420re { width: 420px; }
.w480re { width: 480px; }
.w540re { width: 540px; }
.w580re { width: 580px; }
.w640re { width: 640px; }
.w740re { width: 740px; }
@media screen and (max-width: 767px) {
	.w280re, .w320re, .w420re, .w480re, .w540re, .w580re, .w640re, .w740re {
		width: auto; }
}