@charset "utf-8";
/*
Common
*****************************************/
body{font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", sans-serif;}
#wrapper{
	position: relative;
	width: 100%;
	margin-top: 181px;
}
.home #wrapper,
.page-template-en-home #wrapper{margin-top: 119px;}

.inner{
	clear: both;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.inner.-noClear{
	clear: none;
}
.wrap{
	clear: both;
	width: 850px;
	margin: 0 auto 50px;
}

/* 教育・研究・採用の２カラム */
.mainCol{
	float: left;
	width: 620px;
	padding-right: 30px;
}
.sideCol{
	float: right;
	width: 200px;
	padding-top: 50px;
}

/* list */
.list {}

.list.-normal { margin: 24px 0; }

.list.-normal li:not(:first-child) { margin-top: 1em; }

/* Text */
.txtBox_60p{
	float: left;
	width: 60%;
}

.txtBox-50p{
	float: left;
	width: 50%;
}

/* ボタン */
.btnWrap {
	padding: 16px 0;
}

.btnWrap .btn {
	position: relative;
	display: table;
	padding: 4px 16px 0;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	border-radius: 8px;
}

.btnWrap .btn:hover {
	opacity: 0.7;
}

.btnWrap .btn-reserach { background-color: #8f82bc; }
.btnWrap .btn-file { padding-right: 96px; }

.btnWrap .btn_fileType {
	position: absolute;
	top: 6px;
	right: 8px;
	padding: 6px 8px 4px;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	background-color: rgba( 255, 255, 255, 0.3);
}


/* パソコンでは非表示 */
.pcNone { display: none; }

/*
Header
*****************************************/
#sc01,#sc02,#sc03,#sc04,#sc05,#sc06,
#sc07,#sc08,#sc09,#sc10,#sc11,.scPoint,#contentsTop{
	margin-top: -200px;
	padding-top: 200px;
}
.scPoint>h3,.scPoint>h4,.scPoint>h5,.scPoint>h6{margin-top: 0;}

#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*border-top: solid 3px #129CBF;*/
	box-shadow: inset 1px 1px 1px #ccc;
	background-color: rgba(255, 255, 255, 0.8);
	line-height: 1;
	z-index: 999;
}

/***** Header Top *****/
#header .headerTop{
	padding-bottom: 5px;
	border-bottom: solid 3px #008095;
	background-color: #fff;
}

/* セレクトメニュー */
.selectMenu{
	float: right;
	padding: 3px 20px 5px 10px;
	background-color: #129CBF;
	border-radius: 0 0 6px 6px;
	box-shadow: 1px 1px 1px #ccc;
	color: #fff;
}
.selectList{float: right;}
.selectList li{
	float: left;
	font-size: 10px;
}
.selectList li{
	cursor: pointer;
	padding: 3px 5px;
	background-color: #fff;
	border-left: solid 1px #7EB8D1;
	color: #129CBF;
	text-decoration: none;
}
.selectList li:first-child{
	border-left: none;
	border-radius: 4px 0 0 4px;
}
.selectList li:last-child{border-radius: 0 4px 4px 0;}
.selectList li.currentSelect,
.selectList li:hover,
.selectList li.currentSelect a,
.selectList li a:hover{
	background-color: #7EB8D1;
	color: #fff;
}
/* 言語 */
.langList{margin-left: 20px;}
.langList li{
	text-align: center;
	padding: 0;
}
.langList li a{
	display: block;
	width: 3em;
	padding: 3px 5px;
	color: #129CBF;
	text-decoration: none;
}
.langList li:first-child a{border-radius: 4px 0 0 4px;}
.langList li:last-child a{border-radius: 0 4px 4px 0;}
/* 文字の大きさ */
.sizeTtl{
	float: left;
	margin: 0 5px 0 0;
	padding: 2px 0 0 0;
	font-size: 12px;
}
.sizeTtl:before{
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	content: url(../img/common/arrow_white_s.png);
}



/* Logo */
#header .headerTop .logo{
	float: left;
	display: inline-block;
	padding: 35px 0 0;
}

/* Tel */
#header .headerTop .tel{
	float: right;
	margin: 10px 0 0 20px;
}

#header .headerTop .tel a{ display: block; }

/* telリンク無効 */
#header .headerTop .tel a[href^="tel:"] { pointer-events: none; }

/* お問い合わせ・アクセス */
#header .headerTop .subNav{
	float: left;
	margin: 6px 0 0 0;
}
#header .headerTop .subNav li{
	text-align: center;
	padding: 8px 0;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 1px;
}
#header .headerTop .subNav li:not(:first-child){
	border-top: solid 1px #129CBF;
	letter-spacing: 4px;
}
#header .headerTop .subNav li:last-child:before{
	content: '○';
	font-weight: bold;
	color: #129CBF;
}

#header .headerTop .subNav li a{
	text-decoration: none;
	color: #129CBF;
}
#header .headerTop .subNav li a:hover{color: #bbd6e5;}

/* 医療関係者の方へ */
#header .headerTop .personnelLink{
	float: left;
	margin: 14px 20px 0 30px;
	font-weight: bold;
	font-size: 1.6rem;
}
#header .headerTop .personnelLink a{
	display: block;
	padding: 8px 15px;
	background-color: #129CBF;
	border: solid 4px #85bade;
	text-decoration: none;
	line-height: 1;
	color: #fff;
}
#header .headerTop .personnelLink a:hover{opacity: 0.7;}
/* 住所 */
#header .headerTop .addr{
	clear: right;
	float: right;
	margin: 5px 0 0 0;
	font-size: 1.2rem;
	font-weight: bold;
	color: #129CBF;
}

/* Menu Button for sp */
.spMenuBtn { display: none; }

/***** Header Bottom *****/
.headerBtm{
	padding: 0 0 0;
	background-color: #fff;
}

/* gNav */
.gNavSpWrap{display: none;}
.gNavWrap{
	position: relative;
	width: 100%;
}
.gNav{
	width: 850px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1;
}
.gNav>li{
	float: left;
	text-align: center;
	width: 15.5%;
	border-right: 1px solid #d0d0d0;
	box-sizing: border-box;
	text-indent: -9999px;
}
.gNav .menuHome { width: 7%; }
.gNav>li:first-child{ border-left: 1px solid #d0d0d0; }

.gNav>li>a{
	display: block;
	width: 100%;
	height: 8px;
	padding: 10px 0;
	background-repeat: no-repeat;
	background-position: top 9px center;
}
.home .gNav>li>a{height: 96px;}

.menuHome>a{background-image: url(../img/header/menu00.png);}
.menuAbout>a{background-image: url(../img/header/menu01.png);}
.menuOut>a{background-image: url(../img/header/menu02.png);}
.menuHosp>a{background-image: url(../img/header/menu03.png);}
.menuConsult>a{background-image: url(../img/header/menu04.png);}
.menuResearch>a{background-image: url(../img/header/menu05.png);}
.menuTraining>a{background-image: url(../img/header/menu06.png);}

.menuHome>a:hover,
.current-menu-item.menuHome>a{background-color: rgba(177, 222, 231, 1);}
.menuAbout>a:hover,
.current-page-ancestor.menuAbout>a{background-color: rgba(0, 128, 149, 0.7);}
.menuOut>a:hover,
.current-page-ancestor.menuOut>a{background-color: rgba(0, 167, 60, 0.8);}
.menuHosp>a:hover,
.current-page-ancestor.menuHosp>a{background-color: rgba(239, 180, 88, 0.9);}
.menuConsult>a:hover,
.current-page-ancestor.menuConsult>a{background-color: rgba(221, 144, 149, 0.9);}
.menuResearch>a:hover,
.current-page-ancestor.menuResearch>a{background-color: rgba(143, 130, 188, 0.9);}
.menuTraining>a:hover,
.current-menu-item.menuTraining>a{background-color: rgba(213, 180, 194, 1);}

/* SubMenu */
.childMenuWrap{
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #f0f0f0;
}
/* 表示中ページのサブメニューは表示 */
.current-page-ancestor .childMenuWrap{display: inline}

.sub-menu{
	display: table;
	width: 850px;
	margin: 0 auto;
	padding: 10px 0;
	border-spacing: 10px 0;
	text-indent: 0;
}
.sub-menu li{
	display: table-cell;
	vertical-align: top;
	text-align: center;
	height: 100%;
	font-size: 1.4rem;
}
.sub-menu li:first-child{margin-left: 0;}
.sub-menu li a{
	display: block;
	padding: 10px 5px;
	background-color: #fff;
	border-radius: 6px;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}

.menuAbout .childMenuWrap{background-color: rgba(0, 128, 149, 0.7);}
.menuOut .childMenuWrap{background-color: rgba(0, 167, 60, 0.8);}
.menuHosp .childMenuWrap{background-color: rgba(239, 180, 88, 0.9);}
.menuConsult .childMenuWrap{background-color: rgba(221, 144, 149, 0.9);}
.menuResearch .childMenuWrap{background-color: rgba(143, 130, 188, 0.9);}

.menuAbout .sub-menu li a{color: #008095;}
.menuOut .sub-menu li a{color: #00a73c;}
.menuHosp .sub-menu li a{color: #dd860a;}
.menuConsult .sub-menu li a{color: #dd9095;}
.menuResearch .sub-menu li a{color: #8f82bc;}

.menuAbout .sub-menu li a:hover{background-color: #008095;}
.menuOut .sub-menu li a:hover{background-color: #91c982;}
.menuHosp .sub-menu li a:hover{background-color: #eba12a;}
.menuConsult .sub-menu li a:hover{background-color: #dd9095;}

.menuResearch .sub-menu li a:hover,
.menuResearch .sub-menu .current-menu-item a{background-color: #8f82bc;}

.sub-menu li a:hover,
.menuResearch .sub-menu .current-menu-item a{color: #fff;}

.menuOt a{line-height: 2em;}


/*
Footer
*****************************************/
#footer{
	clear: both;
	margin-top: 100px;
	padding: 50px 0 20px;
	background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(216, 239, 244, 1) 3.56%, rgba(175, 222, 233, 1) 7.96%, rgba(137, 206, 223, 1) 12.91%, rgba(105, 192, 214, 1) 18.3%, rgba(77, 181, 207, 1) 24.27%, rgba(55, 172, 201, 1) 31%, rgba(38, 165, 197, 1) 38.85%, rgba(27, 160, 193, 1) 48.56%, rgba(20, 157, 192, 1) 62.18%, rgba(18, 156, 191, 1) 100%);
	color: #fff;
}
#footer .inner a{color: #fff;}

/* 左側 */
.footerLeft {
	float: left;
	width: 55%;
}

/* ロゴ */
.footerLogo {
	margin-bottom: 5px;
}

/* 住所 */
.footerAddr {
	margin-bottom: 5px;
	font-size: 1.4rem;
}

/* telリンク無効 */
.footerTel a[href^="tel:"] { pointer-events: none; }

/* 右側 */
.footerRight {
	float: right;
	width: 45%;
}

/* リンク */
.footerLinkList li:nth-of-type(2n){margin-left: 4%;}
.footerLink_s,
.footerLink_m {
	float: left;
	text-align: center;
	width: 48%;
	padding: 5px 0;
	margin-bottom: 4%;
	border: solid 1px #fff;
	box-sizing: border-box;
}

.footerLink_s {
	font-size: 1.6rem;
	line-height: 30px;
}

.footerLink_m {
	font-size: 1.4rem;
	line-height: 15px;
}

.footerLink_s a,
.footerLink_m a {
	text-decoration: none;
}

/* ナビ */
.footerNav {
	clear: both;
	display: flex;
	width: 100%;
	margin: 10px 0 30px;
	justify-content: space-around;
}
.footerNav li {border-bottom: solid 1px #fff;}
.footerNav li a {
	color: #fff !important;
	text-decoration: none;
}

/* コピーライト */
.copy{
	clear: both;
	text-align: center;
	font-size: 1.2rem;
}

/***** Page Top *****/
.pagetop {
	position: fixed;
	right: 10px;
	bottom: 70px;
	text-align: center;
}

.pagetopLink {
	color: #007fc5;
	text-decoration: none;
}

.pagetopLink:hover { text-decoration: underline; }

/* Arrow Icon */
.pagetopLink::before {
	content: url(../img/footer/footer_cion_pagetop.jpg);
	display: block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin: 0 auto 10px;
}
/*
Top Page
*****************************************/
.topMain{
	position: relative;
	width: 850px;
	margin: 0 auto 5px;
}
#mainSlider li a:hover img{opacity: 1;}

.topTtlWrap{
	margin-top: -206px;
	padding-top: 206px;
}

.topTtl {
	text-align: center;
	margin: 20px 0;
}

.btnCorona {
	position: absolute;
	margin-left: -165px;
	left: 50%;
	bottom: 0;
	z-index: 10;
}

/* Referral */
.topReferral {
	width: 100%;
	margin: 40px 0;
}

.topReferralHead {
	text-align: center;
	color: #fff;
	padding: 4px 8px;
	font-size: 24px;
	background-color: #0075c2;

}

.topReferralInfo {
	display: flex;
	justify-content: space-between;
	padding: 12px 12px;
	box-sizing: border-box;
	background-color: #d5ead8;
}


.topReferralState {
	text-align: center;
	flex-basis: 42.5%;
	padding: 8px 8px;
	border-radius: 8px;
	font-weight: bold;
	box-sizing: border-box;
	background-color: #fff;
}

.topReferralState__date {
	font-size: 10px;
	font-weight: normal;
}

.topReferralNotes {
	flex-basis: 55%;
	font-size: 10px;
	padding: 4px 0 0 ;
}

/* Nav */
.topNav .gNav>li{
	width: 16%;
	border: none;
}
.topNav .gNav>li:not(:last-child){ margin-right: 0.8%; }

.topNav .gNav .menuHome{ display: none; }
.topNav .menuAbout { border-left: solid 1px #d0d0d0; }

.topNav .menuAbout>a{background-color: rgba(0, 128, 149, 0.7);}
.topNav .menuOut>a{background-color: rgba(0, 167, 60, 0.8);}
.topNav .menuHosp>a{background-color: rgba(239, 180, 88, 0.9);}
.topNav .menuConsult>a{background-color: rgba(221, 144, 149, 0.9);}
.topNav .menuResearch>a{background-color: rgba(143, 130, 188, 0.9);}
.topNav .menuTraining>a{background-color: rgba(213, 180, 194, 1);}

/* Information */
.topInfo {
	width: 80%;
	margin: 30px auto 30px;
	padding: 25px 85px 25px;
	background-color: #faf7eb;
	box-sizing: border-box;
}

.topInfo h3 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 18px;
}

.topInfoTtl {
	text-align: center;
	margin-bottom: 50px;
}

.topInfo p {
	margin-top: 1em;
	line-height: 1.4;
}


/* Topics */
.topTopics {
	width: 100%;
	margin: 0 0 50px;
	padding: 25px 45px 10px;
	background-color: #d9ecf6;
	background-image: url(../img/top/topics_corner_top_left.jpg),url(../img/top/topics_corner_top_right.jpg),url(../img/top/topics_corner_bottom_left.jpg),url(../img/top/topics_corner_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: top 60px left 35px, top 60px right 35px, bottom 30px left 35px, bottom 30px right 35px;
	box-sizing: border-box;
}

.topTopicsTtl {
	text-align: center;
	margin-bottom: 15px;
	font-size: 2.6rem;
	color: #007fc5;
	line-height: 30px;
}

.topTopicsInner {
	width: 100%;
	padding: 20px 30px;
	background-color: #fff;
	box-sizing: border-box;
}

.topicsList { font-size: 1.4rem; }

.topics {
	display: flex;
	flex-flow: row wrap;
	gap: 4px;
}

.topics:not(:first-child) { margin-top: 1em; }

.topicsIcon {
	flex: 0 0 19px;
	width: 19px;
	height: 19px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.topicsIcon.-catPersonnel { background-image: url(../img/top/icon_personnel.jpg); }
.topicsIcon.-catPatient { background-image: url(../img/top/icon_patient.jpg); }

.topicsDate {
	flex: 0 0 96px;
	padding-left: 1em;
	color: #007fc5;
	box-sizing: border-box;
}
.topicsDate:before {
	display: block;
	float: left;
	margin-right: 1em;
}

.topicsTtl {
	flex: 1 1 auto;
	text-align: left;
	padding-left: 1em;
	box-sizing: border-box;
	word-break: break-all;
}

.topicsTtl a {
	display: inline;
}

.topicsNote {
	text-align: right;
	height: 20px;
	margin: 10px 30px 0 0;
	padding: 0;
	line-height: 1;
}

/* Movie */
.topMovieArea {
	float: left;
	width: 418px;
	height: 202px;
	padding: 14px;
	background-color: #e6e6e6;
	box-sizing: border-box;
}

.topMovieArea_inner {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: solid 3px #1cb2ef;
	padding: 14px;
	box-sizing: border-box;
}

.movieInfo{
	float: left;
	padding: 10px 0 0;
}

.topMovie{
	float: right;
}

.btnTranslation{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
.btnTranslation a{
	display: inline-block;
	padding: 5px 10px 3px;
	background-color: #129bbe;
	border: solid 4px #84b9de;
	text-decoration: none;
	color: #fff !important;
}

/* ▼ ポップアップウィンドウ用 */
.topTxt{
	clear: both;
	padding-top: 20px;
	line-height: 1.7;
}
.transArea{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 50px;
	font-size: 16px;
	line-height: 1.7;
}
.transArea h3{
	margin: 20px 0 20px;
	padding: 10px 15px 8px;
	background-color: #3a7179;
	border-radius: 4px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.transArea h4{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #3a7179;
}
.transArea h4~h4{margin-top: 30px;}

.transClose{
	text-align: center;
	margin-top: 50px;
}
.transClose a{
	display: inline-block;
	padding: 5px 20px 3px;
	background-color: #129bbe;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
}
/*　▲ ポップアップウィンドウ用 */

/* Corona */
.topBnrCovid19 {
	width: 634px;
	margin: 40px auto 16px;
}

/* Banner List */
.topBnrWrap {
	width: 100%;
	padding: 24px 40px;
	background-color: #f2f1f2;
	box-sizing: border-box;
}

.topBnrTitle {
	margin: 0 0 16px;
	padding: 0 0 4px;
	border-bottom: solid 4px #fff;
	color: #129bbe;
	font-size: 20px;
	font-weight: bold;
}


.topBnrList {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	justify-content: space-between;
}

.topBnr {
	/*flex: 0 0 48.5%;*/
	flex-basis: 48.5%;
}

.topBnr:nth-of-type(n+3) { margin: 3% 0 0; }

.topBnr .topBnrLink {
	display: block;
	width: 100%;
	height: 100%;
	padding: 16px 128px 16px 24px;
	color: #000;
	box-sizing: border-box;
	background-color: #fff;
	text-decoration: none;
}

.topBnr .topBnrLink.-aya { background: #fff url(../img/top/bnr_image_aya.png) no-repeat right 24px center; }
.topBnr .topBnrLink.-examination { background: #fff url(../img/top/bnr_image_examination.png) no-repeat right 24px center; }
.topBnr .topBnrLink.-tokyo22q { background: #fff url(../img/top/bnr_image_22q.png) no-repeat right 24px center; }
.topBnr .topBnrLink.-recovery { background: #fff url(../img/top/bnr_image_recovery.png) no-repeat right 24px center; }
.topBnr .topBnrLink.-risk { background: #fff url(../img/top/bnr_image_risk.png) no-repeat right 24px center; }
.topBnr .topBnrLink.-hattatsu { background: #fff url(../img/top/bnr_image_hattatsu.png) no-repeat right 24px center; }
.topBnr .topBnrLink.-dh { background: #fff url(../img/top/bnr_image_dh.png) no-repeat right 24px center; }
.topBnr .topBnrLink.-kokoronokenkou { background: #fff url(../img/top/bnr_image_kokoronokenkou.png) no-repeat right 24px center; }

.topBnrLink:hover { outline: solid 2px #129bbe; }

.topBnrHeading {
	margin: 0 0 8px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #595757;
}

.topBnrText {
	font-size: 12px;
	line-height: 1.4;
}

/********* English *********/
.enTopMenuList{
	margin-top: 30px;
	border: solid 2px #007FC5;
}
.enTopMenuList>li{
	display: table;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.enTopMenuList>li:not(:first-child){border-top: solid 2px #007FC5;}
.enTopMenuList>li>.enTopTtl{
	display: table-cell;
	width: 200px;
	padding-right: 20px;
}
.enTopMenuList>li>.enTopMenu{
	display: table-cell;
	vertical-align: middle;
}
.enTopMenuList>li>.enTopMenu>li{
	margin-bottom: 5px;
}
.enTopMenuList>li>.enTopMenu>li>a{
	padding: 0 5px;
	background-color: #d0d0d0;
	text-decoration: none;
}
.enTopMenuList>li>.enTopMenu>li>a:before{
	content: url(../img/top/arrow_black.png);
	display: inline-block;
	margin-right: 5px;
	line-height: 1;
}

/*
Page Common
*****************************************/
.contents{
	width: 850px;
	margin: 0 auto;
	padding-bottom: 100px;
}
/* Gallery */
.noGallery{padding-top: 50px;}
.gallery{
	width: 100%;
	background-color: #ccc;
}
.galleryTtl{
	float: left;
	margin: 20px 20px 0 0;
}
.galleryTxt{
	float: left;
	padding: 20px 0 0;
	color: #595757;
}
.galleryTxt_read{
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(../img/common/border_dot.png) repeat-x bottom left;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
}
.galleryTxt_body{
	font-size: 11px;
	line-height: 1.4;
}
.photo{
	float: right;
}
.photo li{
	float: left;
	margin-left: 20px;
}
.photo li img{vertical-align: top;}

/* Page Title */
.pageTtl{
	text-align: center;
	margin: 50px 0 20px;
	font-size: 4.2rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	color: #129cbf;
	letter-spacing: 0.2em;
}

.pageTtl.-small {
	font-size: 32px;
}

.pageTtl.hasSubTtl{margin-bottom: 0;}
.pageSubTtl{
	text-align: center;
	margin-bottom: 100px;
	font-size: 2.0rem;
	letter-spacing: 0.2em;
	color: #129cbf;
}

/* Section */
.sc{
	position: relative;
	margin-bottom: 30px;
}

/* Section Title */
.scTtl01{
	clear: both;
	text-align: center;
	margin: 50px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #9fa0a0;
	font-size: 2.4rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 0.2em;
}
.scTtl02{
	clear: both;
	width: 100%;
	margin: 50px 0 20px;
	background-color: #dedddd;
	font-weight: bold;
	font-size: 1.6rem;
	color: #fff;
}
.scTtl02 span{
	display: inline-block;
	min-width: 46%;
	padding: 5px 2% 4px;
	background-color: #008095;
}
.scTtl02 span a{color: #fff;}

.scTtl03{
	text-align: center;
	margin-bottom: 5px;
	font-size: 2.8rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6","MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #d0d0d0;
}
.scTtl03:before{
	content: '<';
	margin-right: 5em;
	font-weight: bold;
}
.scTtl03:after{
	content: '>';
	margin-left: 5em;
	font-weight: bold;
}
.scSubTtl03{
	text-align: center;
	margin-bottom: 50px;
	padding: 5px 0;
	background-color: #d0d0d0;
	font-size: 2.4rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6","MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #fff;
}
.scTtl04{
	text-align: center;
	margin: 50px 0 10px;
	font-size: 3.0rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6","MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #8f82bc;
}
.scTtl05{
	text-align: center;
	margin: 50px 0 30px;
	padding: 5px 3px;
	border-top: solid 1px #8f82bc;
	border-bottom: solid 1px #8f82bc;
	font-size: 2.4rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6","MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #8f82bc;
}
.scTtl06{
	margin: 50px 0 20px;
	padding: 0 0 5px;
	border-bottom: solid 1px #8f82bc;
	font-size: 1.6rem;
	font-weight: bold;
	color: #8f82bc;
}
.scTtl07{
	text-align: center;
	margin: 50px 0 20px;
	padding: 5px 0 5px;
	background-color: #8f82bc;
	font-size: 2.4rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6","MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #fff;
}
.scTtl04 + section .scTtl05{margin-top: 0;}
.scTtl05 + .scTtl02{margin-top: 0;}

/*
About Contents
*****************************************/
/***** ご挨拶 *****/
.introPhoto{
	float: right;
	width: 210px;
	height: 280px;
	margin: 0 0 20px 20px;
}

/***** 各部門スタッフ紹介 *****/
.staffList{background: url(../img/about/bg_staff.png) no-repeat right bottom 100px;}
.staffList li{
	float: left;
	width: 400px;
	margin: 0 0 50px 0;
	padding: 20px 0 20px 20px;
	border-left: solid 1px #008095;
	border-top: solid 1px #008095;
	box-sizing: border-box;
}
.staffList li:nth-of-type(2n){margin-left: 50px;}

.staffProf{
	position: relative;
	float: right;
	width: 260px;
	height: 145px;
	margin-bottom: 20px;
}
.staffProf .staffRead{
	font-size: 1.5rem;
	line-height: 1.4;
}
.staffProf .staffName{
	position: absolute;
	left :0;
	bottom: 0;
	font-size: 2.4rem;
}
.staffProf .staffName .position{
	display: block;
	font-size: 1.6rem;
}
.staffPhoto{margin-bottom: 20px;}
.staffMsg{}

/***** 教室員紹介 *****/
.staffTb{
	width: 100%;
	margin: 30px 0 5px;
	border-collapse: collapse;
}
.staffTb caption{
	text-align: left;
	margin-left: 1em;
	padding-bottom: 5px;
	border-bottom: solid 1px #999;
}
.staffTb caption{
	content: '■';
	margin-right: 0.2em;
}
.staffTb th{
	width: 28.33%;
	padding: 0 0 5px 5%;
	border-bottom: solid 1px #999;
}
.staffTb td{
	width: 33.33%;
	padding: 5px 1em;
	border-bottom: solid 1px #d0d0d0;
	box-sizing: border-box;
}
.cooperation{
	margin: 50px 0 0 1em;
	color: #008095;
}

/* result */
.resultList{
	width: 730px;
	margin: 0 auto 50px;
}
.resultList dt{
	clear: left;
	float: left;
	width: 30em;
	margin-right: 0.5em;
	background: url(../img/common/bg_dot_gray.jpg) repeat-x left center;
}
.resultList dl{margin-top: 10px;}
.resultList dd{margin-bottom: 10px;}

.resultList>dt,.resultList>dd{color: #008095;}
.resultList>dt{background: url(../img/common/bg_dot_green.jpg) repeat-x left center;}
.resultList>dd{margin-bottom: 20px;}

.resultList dt>span{
	padding-right: 0.5em;
	background-color: #fff;
}


.rsltDepth02,.rsltDepth03{color: #595757;}
.rsltDepth02>dt>span{padding-left: 1.5em;}
.rsltDepth03>dt>span{padding-left: 2.5em;}

.list-c>span:before{
	content: '●';
}
.resultList dd>span{
	display: block;
	margin: 10px 0 0 1.5em;
}
/*
外来のご案内
*****************************************/
/***** 外来にかかりたい方へ *****/
.opInfoList{}
.opInfoList li{
	margin-bottom: 30px;
	padding-left: 1em;
}
.opInfoList li:before{
	content: '■';
	display: inline-block;
	margin-left: -1em;
	color: #b5b5b6;
}

/***** 診療の対象 *****/
.opTergetList{
	width: 80%;
	margin: 0 auto;
}
.opTergetList li{
	float: left;
	width: 45%;
	padding-right: 5%;
	margin-bottom: 10px;
	line-height: 1.4;
}
 .opTergetList li:before{
	content: '■';
	display: inline-block;
	margin-left: -1em;
	color: #b5b5b6;
}

/***** 受診の方法 *****/
.firstVisitList{
	width: 100%;
	margin: 50px auto;
}
.firstVisitList dt{
	clear: left;
	float: left;
	width: 10em;
}
.firstVisitList dd{
	margin-bottom: 20px;
	padding-left: 10em;
	line-height: 1.4;
}
.flowBox{
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #d0d0d0;
}
.flowArrow{
	vertical-align: top;
	margin: 0 20px;
	padding-top: 18px;
}

.opTime{margin: 30px auto;}
.opTime dt{
	float: left;
	width: 6em;
}
.opTime dd{
	padding-left: 6em;
	line-height: 1.8;
}

.useSystem{}
.useSystemTtl{
	margin-bottom: 5px;
	padding-left: 1em;
}
.useSystemTtl:before{
	content: '■';
	display: inline-block;
	margin-left: -1em;
	color: #b5b5b6;
}

/***** 専門外来 *****/
.opSpList{}
.opSpList li{margin-bottom: 50px;}
.opSpInfo{
	float: left;
	width: 50%;
}
.opSpTtl{
	margin-bottom: 5px;
	color: #00a73c;
	text-decoration: underline;
}
.opSpTxt{
	text-align: justify;
	line-height: 1.6;
}
.opSpImg{
	float: right;
	padding-top: 1.4em;
}

/***** 専門担当者 *****/
.opPerson{
	padding-bottom: 250px;
	background: url(../img/outpatient/bg_person.jpg) no-repeat left bottom;
}
.opPersonTb{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
.opPersonTb caption{
	text-align: left;
	margin-bottom: 10px;
}
.opPersonTb caption:before{
	content: '■';
	color: #00a73c;
	margin-right: 5px;
}

.opPersonTb thead th{
	width: 55%;
	padding: 5px 10px;
	background-color: #91c982;
	color: #fff;
}
.opPersonTb thead th~th{width: 45%;}

.opPersonTb tbody th{
	padding: 15px 10px;
	background-color: #dfeed8;
	border-bottom: solid 1px #00a73c;}
.opPersonTb tbody td{
	padding: 20px 10px;
	border-bottom: solid 1px #00a73c;
}
.opPersonTb tbody td~td{border-left: solid 1px #00a73c;}
.opPersonTb tfoot td{
	text-align: right;
	padding: 5px 0;
}

/* ソーシャルワーク */
.mswBox{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.mswMsg,.mswImg{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.mswMsg{
	font-size: 2.0rem;
	color: #00a73c;
}
.mswTxt,.mswContact{display: table-cell;}
.mswTxt{
	width: 48%;
	margin-right: 2%;
}
.mswContact{
	width: 47%;
	padding-left: 3%;
	vertical-align: bottom;
}
.mswTel{
	text-align: center;
	width: 100%;
	padding: 20px;
	background-color: #e5f6eb;
	border: solid 1px #00a73c;
	color: #00a73c;
	box-sizing: border-box;
}
.mswTel span{
	display: block;
	margin-bottom: 5px;
	border-bottom: dotted 1px #00a73c;
	font-size: 36px;
	font-weight: normal;
}
.mswNote{
	text-align: left;
	margin-top: 15px;
}
/* お困り事やご要望 */
.mswTtl{
	text-align: center;
	margin: 50px 0 10px;
	font-size: 20px;
	color: #00a73c;
}
.mswExamBox{
	width: 100%;
	padding: 20px 100px;
	background : #e5f6eb;
	box-shadow : 4px 4px 4px rgba(35, 24, 21, 0.75);
	border-radius: 10px;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=4.35, OffY=4.35, Color='#231815') ;
	box-sizing: border-box;
}

.mswExamList{float: left;}
.mswExamList li{
	margin-bottom: 5px;
	list-style-type: square;
}
/* 社会資源の紹介 social resource */
.mswSr{float: right;}
.mswSr ul{margin: 10px 0 0 20px;}
.mswSr ul li{
	margin-bottom: 5px;
	list-style-type: square;
	color: #00a73c;
}
.mswSr ul li a{
	color: #00a73c;
}


/*
入院のご案内
*****************************************/
/* 入院をお考えの方へ */
.adInfo{padding-top: 20px;}
.adInfoTxt{
	margin: 50px 0 0;
	min-height: 125px;
	padding: 0 30% 100px 0;
	background: url(../img/hospitalization/bg_admission.jpg) no-repeat right top;
}
/* 入院のご相談 */
.adFirstCase{
	width: 70%;
	margin-top: 30px;
	padding: 20px 30% 0 0;
	background: url(../img/hospitalization/bg_firstcase.jpg) no-repeat right bottom;
	background-size: contain;
}
.FirstCaseTtl{
	margin-bottom: 5px;
	font-weight: bold;
	color: #eba12a;
}


/* ご本人・ご家族へ */
.adFlow{
	width: 660px;
	margin: 0 auto 100px;
}
.adFlow li{
	display: table;
	margin-bottom: 20px;
	padding-top: 65px;
	background: url(../img/hospitalization/arrow_flow.jpg) no-repeat left 150px top;
}
.adFlow li:first-child{background: none;}
.adFlow li .adFlowImg,
.adFlow li .adFlowTxt{
	display: table-cell;
}
.adFlow li .adFlowImg{
	width: 330px;
}
.adFlow li .adFlowTxt{
	text-align: justify;
	vertical-align: middle;
	width: 300px;
	padding-left: 30px;
}

.adBaggage{
	min-height: 585px;
	padding: 30px 0;
	background: url(../img/hospitalization/bg_baggage.jpg) no-repeat right top 60px;
}
.adBaggageList{margin-bottom: 50px;}
.adBaggageList li{
	margin-bottom: 10px;
}
.adBaggageList li:before{
	content: '●';
	display: inline-block;
	margin-right: 0.2em;
}

.adBaggageNote{margin-top: 50px;}
.adBaggageNote li{
	margin: 0 10px 0 1em;
}
.adBaggageNote li:before{
	content: '※';
	display: inline-block;
	margin: 0 0 0 -1em;
}

.adLifeImg{
	text-align: center;
	margin: 50px 0;
}
.adLife{background: url(../img/hospitalization/bg_life.jpg) no-repeat right 100px top;}
.adLife dt{
	float: left;
	clear: left;
	width: 8em;
	letter-spacing: 0.5em;
}
.adLife dd{
	margin-bottom: 5px;
	padding-left: 8em;
}
.adLife .adLifeTime{
	margin-bottom: 100px;
}

/* 医療機関の方へ */
.adDtlBtn{
	text-align: center;
	margin: 50px 0 100px;
}

/* 医療機関の方へ */
.adWardPhoto{
	width: 100%;
}
.adWardPhoto li {
	float: left;
	text-align: center;
	width: 400px;
	margin-bottom: 25px;
}
.adWardPhoto li:nth-of-type(2n){ margin-left: 50px; }


.adWardTb{
	width: 100%;
	margin: 50px 0 10px;
	border-collapse: collapse;
	border: solid 1px #595757;
}
.adWardTb caption{text-align: left;}
.adWardTb thead th{
	text-align: left;
	width: 30%;
	padding: 10px 2.5%;
	background-color: #f1be6e;
	border: solid 1px #595757;
}
.adWardTb thead th~th{width: 60%;}

.adWardTb tbody td{
	padding: 10px 2.5%;
	border: solid 1px #595757;
}

/*
Consultation Contents
*****************************************/
/* FAQ */
.problemList{
	position: relative;
	width: 100%;
	height: 730px;
	background: url(../img/consultation/problem_center_image.jpg) no-repeat top 160px center;
}
.problemList li{
	position: absolute;
	display: table;
	font-size: 1.3rem;
}
.problemList li>div{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 0;
	background-color: #fce5e8;
	border: solid 3px #dd9095;
	border-radius: 50%;
	font-weight: bold;
	color: #595757;
	box-sizing: border-box;
	z-index: 0;
}
.problemList li span{color: #d53470;}
/*.problemList .circle_L{
	width: 220px;
	height: 220px;
}
.problemList .circle_M{
	width: 190px;
	height: 190px;
}
.problemList .circle_S{
	width: 150px;
	height: 150px;
}*/
.problemList .problem01{
	left: 0;
	top: 50px;
	width: 185px;
	height: 185px;
}
.problemList .problem02{
	left: 185px;
	top: 0;
	width: 150px;
	height: 150px;
}
.problemList .problem03{
	left: 348px;
	top: 10px;
	width: 150px;
	height: 150px;
}
.problemList .problem04{
	left: 510px;
	top: 5px;
	width: 150px;
	height: 150px;
}
.problemList .problem05{
	left: 0;
	top: 250px;
	width: 180px;
	height: 180px;
}
.problemList .problem06{
	right: 0;
	top: 625px;
	width: 170px;
	height: 170px;
}
.problemList .problem07{
	left: 500px;
	top: 485px;
	width: 210px;
	height: 210px;
}
.problemList .problem08{
	right: 10px;
	top: 15px;
	width: 165px;
	height: 165px;
}
.problemList .problem09{
	left: 0px;
	top: 445px;
	width: 150px;
	height: 150px;
}
.problemList .problem10{
	left: 337px;
	top: 530px;
	width: 155px;
	height: 155px;
}
.problemList .problem11{
	left: 155px;
	top: 460px;
	width: 185px;
	height: 185px;
}
.problemList .problem12{
	right: 0;
	top: 345px;
	width: 190px;
	height: 190px;
}
.problemList .problem13{
	right: 0px;
	top: 190px;
	width: 150px;
	height: 150px;
}


/* こころの発達診療部 & こころのリスク外来 & デイホスピタル  共通*/
.kokoroHattatsu{}

.kokoroHattatsuTxt,
.kokoroRiskTxt,
.dayHospTxt{
	float: left;
	width: 60%;
}

.kokoroHattatsuBnr,
.kokoroRiskBnr{ float: right; }

/* デイホスピタル */
.hospCareTxt{
	min-height: 335px;
	padding-right: 25%;
	background: url(../img/consultation/img_image02.jpg) no-repeat right center;
}
.hospCareTtl{
	display: inline-block;
	margin-bottom: 30px;
	padding: 3px 30px;
	background-color: #dd9095;
	color: #fff;
}

/* リカバリーセンター */
.recoveryTb{
	clear: both;
	width: 100%;
	padding-top: 30px;
	margin: 0 auto 20px;
	border-collapse: collapse;
}
.recoveryTb caption{
	text-align: left;
	margin-bottom: 10px;
	padding-top: 50px;
	background: url(../img/consultation/img_recovery_logo.png) no-repeat right bottom;
}
.recoveryTb caption:before{
	content: '◆';
	color: #dd9095;
	margin-right: 5px;
}

.recoveryTb thead th{
	text-align: center;
	padding: 5px 10px;
	background-color: #eabfbf;
	color: #fff;
}
.recoveryTb tbody th{
	padding: 15px 10px;
	background-color: #f9ebeb;
	border-bottom: solid 1px #dd9095;}
.recoveryTb tbody td{
	padding: 20px 10px;
	border-bottom: solid 1px #dd9095;
}
.recoveryTb tbody td~td{border-left: solid 1px #dd9095;}
.recoveryTb tfoot td{
	text-align: right;
	padding: 5px 0;
}

.recoveryDetail:before{
	content: '◆';
	color: #dd9095;
	margin-right: 5px;
}

.otTb{
	clear: both;
	width: 100%;
	margin: 100px auto 0;
	border-collapse: collapse;
}
.otTb caption{
	text-align: left;
	margin-bottom: 10px;
}
.otTb caption:before{
	content: '■';
	color: #dd9095;
	margin-right: 5px;
}

.otTb thead th{
	text-align: center;
	width: 55%;
	padding: 5px 10px;
	background-color: #eabfbf;
	color: #fff;
}
.otTb thead th~th{width: 45%;}
.otTb tbody th{
	padding: 15px 10px;
	background-color: #f9ebeb;
	border-bottom: solid 1px #dd9095;}
.otTb tbody td{
	padding: 20px 10px;
	border-bottom: solid 1px #dd9095;
}
.otTb tbody td~td{border-left: solid 1px #dd9095;}
.otTb tfoot td{
	text-align: right;
	padding: 5px 0;
}

/* 統合失調症AYA世代センター */
.ayaBnr {
	float: right;
	margin-left: 40px;
}
.ayaText {
	overflow: auto;
}

/*
Research Contents
*****************************************/
.box_purple{
	display:inline-block;
	margin: 3px 0 5px;
	padding: 20px 15px 10px;
	border: solid 2px #8f82bc;
	border-radius: 14px;
}
.bg-p{
	padding: 0 10px;
	background-color: #8f82bc;
	color: #fff;
}
.bg-p-maru{
	display: inline-block;
	margin: 20px 0 10px;
	padding: 3px 10px;
	background-color: #8f82bc;
	color: #fff;
	border-radius: 0.5em;
}
.inner_s{
	width: 600px;
	margin: 0 auto;
}
.arrow_gray:before{
	content: url(../img/research/arrow_gray.png);
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	line-height: 1;
}
.bdb_purple{border-bottom: solid 1px #8f82bc}

/* サイドメニュー */
.sideTtl{
	text-align: center;
	padding: 7px 0;
	background-color: #8F82BC;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6","MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #fff;
	letter-spacing: 3px;
}
.sideCont{
	text-align: justify;
	padding: 20px 10px;
	background-color: #FFFAE5;
	font-size: 1.3rem;
}
.sideMenu{}
.sideMenu>li{
	margin-bottom: 5px;
	padding: 0 0 5px 1.5em;
}
.sideMenu>li>a{
	color: #b5b5b6;
}
.sideMenu>li:not(:last-child){border-bottom: solid 1px #666;}
.sideMenu_purple>li:before{content: url(../img/common/arrow_disc_purple.png);}
.sideMenu_lblue>li:before{content: url(../img/common/arrow_disc_lblue.png);}
.sideMenu>li:before{
	display: inline-block;
	vertical-align: top;
	width: 1.5em;
	margin-left: -1.5em;
	padding-top: 3px;
	line-height: 1;
}
.sideMenu_child>li{
	margin-top: 5px;
	padding: 0 0 0 1em;
}
.sideMenu_child>li:before{
	content: url(../img/common/mark_check_purple.png);
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	margin-left: -1em;
	line-height: 1;
}
.sideMenu>.nowDisp>a{
	color: #333;
}

.rsrchCont .decimal{margin-left: 2em;}
.rsrchCont .decimal li{list-style-type: decimal;}

.rsrchCont{text-align: justify;}
.rsrchCont p{margin-bottom: 1em;}

.rsrchCont ul{margin: 20px 0 1em 0;}
.rsrchCont ul li{margin-bottom: 10px;}
.rsrchCont ul.type_square{margin-left: 1.5em}
.rsrchCont ul.type_square li{list-style-type: square;}
.rsrchCont ul.type_none{list-style-type: none;}


/* Horizontal UL */
.rsrchCont .ul_h{
	clear: both;
	margin: 0 0 1em 0;
	letter-spacing: -0.5em;
}
.rsrchCont .ul_h li{
	display: inline-block;
	list-style: none;
	letter-spacing: normal;
}
.ul_h li:not(:first-child){margin-left: 50px;}


.rsrchCont dl.dl_h{margin-bottom: 1em;}
.rsrchCont dl.dl_h dt{
	clear: left;
	float: left;
}
.rsrchCont dl.dl_h dd{
	width: 77%;
	margin-bottom: 5px;
}
.rsrchCont .dl_h.dt10 dt{width: 10%;}
.rsrchCont .dl_h.dt15 dt{width: 15%;}
.rsrchCont .dl_h.dt20 dt{width: 20%;}
.rsrchCont .dl_h.dt25 dt{width: 25%;}
.rsrchCont .dl_h.dt30 dt{width: 30%;}
.rsrchCont .dl_h.dt40 dt{width: 40%;}
.rsrchCont .dl_h dt.w_full{width: 100%;}

.rsrchCont .dl_h.dt10 dd{width: 87%;padding-left: 10%;}
.rsrchCont .dl_h.dt15 dd{width: 82%;padding-left: 15%;}
.rsrchCont .dl_h.dt20 dd{width: 77%;padding-left: 20%;}
.rsrchCont .dl_h.dt25 dd{width: 72%;padding-left: 25%;}
.rsrchCont .dl_h.dt30 dd{width: 67%;padding-left: 30%;}
.rsrchCont .dl_h.dt40 dd{width: 57%;padding-left: 40%;}



dl.dl_v{margin-bottom: 1em;}
dl.dl_v dt{
	font-weight: bold;
	margin-bottom: 5px;
}
dl.dl_v dt:not(:first-child){margin-top: 15px;}
dl.dl_v dd{
	padding-left: 1em;
	margin-bottom: 5px;
}
dl.dl_v.dl_align dd{padding-left: 0;}

/* ご挨拶 */
.scGreeting {
}

/* スタッフ */
.rsrchCont .rsrchStaffList{
	position: relative;
	margin-bottom: 50px;
	z-index: 555;
}
.rsrchCont .rsrchStaffList li{
	float: left;
	text-align: center;
	width: 22%;
	margin: 0 0 4% 0;
	font-size: 1.5rem;
}
.rsrchStaffList li:not(:nth-of-type(4n)){margin-right: 4%;}

.rsrchStaffList li a{
	display: block;
	width: 100%;
	height: 140px;
	padding: 15px;
	color: #333;
	box-sizing: border-box;
	text-decoration: none;
}
.rsrchStaffList li img{
	display: block;
	margin: 0 auto 5px;
}

.rsrchCont .rsrchStaff{width: 100%;}
.rsrchCont .rsrchStaff li{
	position: relative;
	width: 100%;
	padding: 30px 0 20px;
	border-top: solid 1px #8f82bc;
	list-style: none;
	box-sizing: border-box;
}

.rsrchStaff li:before{
	content: '◆';
	position: absolute;
	left: 50%;
	top: -20px;
	margin-left: -20px;
	padding: 10px;
	background-color: #fff;
	font-size: 20px;
	color: #8f82bc;
	line-height: 1;
}
.rsrchStaff li .rsrchStaffPhoto{
	float: left;
	margin: 0 20px 20px 0;
}
.rsrchStaff li .rsrchStaffRead{
	margin-bottom: 5px;
	font-size: 2.0rem;
}
.rsrchStaff li .rsrchStaffName{
	text-align: right;
}
/* 年表 */
.rsrchChrono{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.rsrchChrono dt{
	position: relative;
	width: 15%;
}
.rsrchChrono dt:after{
	position: absolute;
	content: '●';
	right: -6px;
	top: 0;
	margin-top: 6px;
	font-size: 1.1rem;
	color: #8f82bc;
	line-height: 1;
}
.rsrchChrono dd{
	width: 85%;
	padding: 0 0 20px 40px;
	border-left: solid 1px #8f82bc;
	box-sizing: border-box;
}

/* List */
.researchList dt{
	display: inline-block;
	margin-bottom: 10px;
	padding: 3px 10px 1px;
	background-color: #8f82bc;
	font-weight: bold;
	color: #fff;
}
.researchList dt:not(:first-child){margin-top: 20px;}
/* Research Link */
.rsrchArrowLink:before{
	content: url(../img/research/arrow_circle_purple01.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.rsrchArrowLink a{ color: #333 !important; }
.rsrchArrowLink-purple a{ color: #8f82bc !important; }

/* Research Button */
.rsrchBtn_s{width: 164px;}
.rsrchBtn_s a,.rsrchBtn_m a,.rsrchBtn_l a{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	letter-spacing: 2px;
	color: #fff !important;
}
.rsrchBtn_s a{
	width: 164px;
	background: url(../img/research/bg_btn_purple_s.png) no-repeat center top;
}
.rsrchBtn_m a{
	width: 340px;
	background: url(../img/research/bg_btn_purple_m.png) no-repeat center top;
}
.rsrchBtn_l a{
	width: 482px;
	background: url(../img/research/bg_btn_purple_l.png) no-repeat center top;
}
.rsrchBtn_s a:before,
.rsrchBtn_m a:before,
.rsrchBtn_l a:before{
	content: url(../img/research/arrow_btn_white.png);
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	line-height: 1;
}


/* 留学状況 */
.abroadList dt{
	clear: left;
	float: left;
	width: 10%;
}
.abroadList dd{
	float: left;
	width: 90%;
}

/* 研修医の募集 */
.rsrchCont .residentList{}
.rsrchCont .residentList dt{
	clear: left;
	float: left;
	width: 25%;
}
.rsrchCont .residentList dd{
	width: 75%;
	margin-bottom: 5px;
	padding-left: 25%;
}
.rsrchCont .residentList .w_full{width: 100%;}

/* 信頼される精神科医になろう */
.rsrchCont .bookCont{padding-left: 50px;}

.bookSummary { margin-bottom: 20px; }

.bookSummary dt {
	clear: left;
	float: left;
	width: 4em;
}

.bookSummary dd {
	padding-left: 4em;
	margin-bottom: 5px;
}

.bookCont .bookRead{
	clear: both;
	margin: 30px 0 0;
	font-weight: bold;
}
.bookCont .bookName{text-align: right;}

.mainCol .scRsrchStaff{padding-top: 100px;}

/* 平成28年　専門研修医採用関連予定 */
.tbCap{
	margin: 50px 0 20px;
	padding-top: 20px;
	border-top: solid 1px #8f82bc;
	font-size: 16px;
	font-weight: bold;
	color: #8f82bc;
}
.tbCap:before{
	content: url(../img/research/arrow_purple.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1;
}

.tbSchedule{
	width: 100%;
	margin: 20px 0 50px;
	border-collapse: collapse;
}
.tbSchedule.th20 th{width: 20%;}
.tbSchedule.th30 th{width: 30%;}
.tbSchedule.th35 th{width: 35%;}
.tbSchedule.th40 th{width: 40%;}
.tbSchedule th{border-right: solid 1px #8f82bc;}
.tbSchedule th,
.tbSchedule td{
	padding: 10px;
	border-top: solid 1px #8f82bc;
	border-bottom: solid 1px #8f82bc;
}


.notfirm{
	text-align: center;
	display: block;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: solid 1px #A50082;
	font-weight: bold;
	font-size: 2.0rem;
	color: #A50082;
}
/* Map */
.rsrchMap01{
	float: left;
	text-align: center;
	width: 300px;
	margin-bottom: 30px;
	line-height: 300px;
	background-color: #ddd;
	color: #A50082;
}
.rsrchMap02{
	float: right;
	text-align: center;
	width: 300px;
	margin-bottom: 30px;
	line-height: 300px;
	background-color: #ddd;
	color: #A50082;
}
.rsrchMap01 img,
.rsrchMap02 img{
	vertical-align: top;
}
/* CV参照 */
.cv{
	display: inline-block;
	padding: 10px 30px;
}

/* スタッフの募集 */
.staffLinks{padding-top: 50px;}


/*
Personnel Contents
*****************************************/
.letterDL{text-align: center;}
.letterDL li{
	display: inline-block;
	margin: 0 50px;
	border: solid 1px #008095;
	border-radius: 6px;
	font-size: 2.4rem;
	line-height: 1;
}
.letterDL li a{
	display: block;
	padding: 25px 50px;
	text-decoration: none;
	color: #008095;
	transition: background .25s ease;
}
.letterDL li a:hover{
	background-color: #008095;
	color: #fff;
}

.letterDL li span{
	font-size: 1.6rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6","MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.personnelBox { text-align: center; }

/*
Access Contents
*****************************************/
.acsAddr{
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: solid 36px #129cbf;
	font-size: 2.8rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6","MS 明朝", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #129cbf;
}
.acsGuide{
	width: 710px;
	margin: 30px auto 0;
}
.acsGuideTtl{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #129cbf;
}
.acsGuideTtl:before{
	content: '●';
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.acsGuideList01{margin: 0 0 50px 20px;}
.acsGuideList01 li{margin-bottom: 5px;}
.list-s li{list-style-type: square;}

.acsGuideList02{text-align: center;}
.acsGuideList02 li{
	position: relative;
	padding-bottom: 30px;
}
.acsGuideList02 li:not(:last-child):after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	border-top: solid 10px #129cbf;
	border-bottom: solid 10px transparent;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
}

/*
Contact Contents
*****************************************/
.contactTxt{
	text-align: center;
	margin-top: 80px;
	padding-top: 30px;
	border-top: solid 1px #9fa0a0;
	color: #595757;
}
.contactTel{
	margin-top: 20px;
}

/*
こころの健康について・知ろう・目指そう
*****************************************/
/* 入門！認知行動療法 */
.kokoroWorksheetList{margin-bottom: 20px;}
.kokoroWorksheetList dt {
	clear: left;
}

.kokoroWorksheetList dd {
	float: left;
	margin-right: 1em;
}

.icon-pdf:after {
	content: url(../img/common/icon_pdf.jpg);
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
	padding-top: 2px;
}

/* 壁新聞 */
.newspaperMenu01 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}

.newspaperMenu01 li,
.newspaperMenu02 li{
	float: left;
	margin-bottom: 15px;
	border-bottom: 1px solid #129cbf;
}
.newspaperMenu01 li {
	width: 45%;
}

.newspaperMenu01 li:not(:nth-of-type(2n+1)){
	margin-left: 5%;
}

.newspaperMenu01 li a {
	text-decoration: none;
}


/*
精神科専門医研修プログラム
*****************************************/
.table01 {
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
}

.table01 th,
.table01 td {
	padding: 0.5em 1em;
	border: 1px solid #b1889d;
}

.table01 th {
	white-space: nowrap;
	background-color: #ddcfd7;
}

/*
Color Setting
*****************************************/
/*************** top ***************/
/* Link Color */
.home a{color: #007fc5;}

/* Header Border Color */
.home #header .headerTop{ border-bottom: solid 3px #008095; }
/* Footer Bakckground Color */
.home #footer{background-color: #7fbfe2;}
/* Footer PageTop Font Color */
.home .pageTop a{color: #007fc5;}

/*************** About ***************/
/* Header Border Color */
.about #header .headerTop{ border-bottom: solid 3px #008095; }
/* Gallery Background */
.about .gallery{
	background : linear-gradient(0deg, rgba(243, 249, 251, 1) 0%, rgba(199, 229, 234, 1) 26.6%, rgba(90, 179, 193, 1) 86.45%, rgba(64, 167, 183, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40A7B7',endColorstr='#F3F9FB' , GradientType=0);
}
/* Section Ttile Color */
.about .pageTtl,
.about .scTtl01{color: #008095;}
.about .scTtl02 span{background-color: #008095;}
.about .scTtl03{color: #008095;}
.about .scSubTtl03{background-color: #008095;}
/* Footer Bakckground Color */
.about #footer{background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 250, 251, 1) 0.74%, rgba(200, 228, 232, 1) 4.77%, rgba(157, 206, 214, 1) 9.31%, rgba(119, 187, 198, 1) 14.19%, rgba(87, 171, 185, 1) 19.5%, rgba(59, 158, 174, 1) 25.37%, rgba(37, 147, 165, 1) 32%, rgba(20, 138, 158, 1) 39.74%, rgba(9, 132, 153, 1) 49.31%, rgba(2, 129, 150, 1) 62.74%, rgba(0, 128, 149, 1) 100%);}
/* Footer PageTop Font Color */
.about .pageTop a{color: #008095;}

/*************** Outpatient ***************/
/* Link Color */
.outpatient a{color: #00a73c;}

/* Header Border Color */
.outpatient #header .headerTop{ border-bottom: solid 3px #00a73c; }
/* Gallery Background */
.outpatient .gallery{
	background : linear-gradient(180deg, rgba(121, 192, 110, 1) 0%, rgba(127, 195, 116, 0.87) 15.93%, rgba(144, 202, 134, 0.69) 37.75%, rgba(172, 215, 163, 0.49) 62.99%, rgba(210, 232, 203, 0.27) 90.58%, rgba(223, 238, 216, 0.2) 98.77%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79C06E',endColorstr='#DFEED8' , GradientType=0);
}
/* Section Ttile Color */
.outpatient .pageTtl,
.outpatient .scTtl01{color: #00a73c;}
.outpatient .scTtl02 span{background-color: #00a73c;}
.outpatient .scTtl03{color: #00a73c;}
.outpatient .scSubTtl03{background-color: #00a73c;}
/* Footer Bakckground Color */
.outpatient #footer{background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 252, 248, 1) 0.74%, rgba(200, 236, 213, 1) 4.77%, rgba(157, 221, 180, 1) 9.31%, rgba(119, 208, 151, 1) 14.19%, rgba(87, 197, 126, 1) 19.5%, rgba(59, 188, 105, 1) 25.37%, rgba(37, 180, 89, 1) 32%, rgba(20, 174, 76, 1) 39.74%, rgba(9, 170, 67, 1) 49.31%, rgba(2, 168, 61, 1) 62.74%, rgba(0, 167, 60, 1) 100%);}
/* Footer PageTop Font Color */
.outpatient .pageTop a{color: #00a73c;}

/*************** Hospitalization ***************/
/* Link Color */
.hospitalization a{color: #eba12a;}

/* Header Border Color */
.hospitalization #header .headerTop{ border-bottom: solid 3px #eba12a; }
/* Gallery Background */
.hospitalization .gallery{
	background : linear-gradient(180deg, rgba(239, 180, 88, 1) 0%, rgba(240, 184, 96, 0.9) 12.59%, rgba(242, 193, 117, 0.74) 31.97%, rgba(246, 209, 153, 0.55) 55.72%, rgba(250, 231, 201, 0.34) 82.66%, rgba(254, 247, 236, 0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFB458',endColorstr='#FEF7EC' , GradientType=0);
}
/* Section Ttile Color */
.hospitalization .pageTtl,
.hospitalization .scTtl01{color: #eba12a;}
.hospitalization .scTtl02 span{
	background-color: #eba12a;
}
.hospitalization .scTtl03{color: #eba12a;}
.hospitalization .scSubTtl03{background-color: #eba12a;}
/* Footer Bakckground Color */
.hospitalization #footer{background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(254, 248, 240, 1) 1.47%, rgba(250, 230, 199, 1) 5.98%, rgba(246, 214, 161, 1) 11.04%, rgba(243, 199, 129, 1) 16.55%, rgba(241, 187, 101, 1) 22.63%, rgba(239, 178, 79, 1) 29.5%, rgba(237, 170, 62, 1) 37.52%, rgba(236, 165, 51, 1) 47.45%, rgba(235, 162, 44, 1) 61.36%, rgba(235, 161, 42, 1) 100%);}
/* Footer PageTop Font Color */
.hospitalization .pageTop a{color: #eba12a;}

/*************** Consultation ***************/
/* Link Color */
.consultation a{color: #dd9095;}
/* Header Border Color */
.consultation #header .headerTop{ border-bottom: solid 3px #dd9095; }
/* Gallery Background */
.consultation .gallery{
	background : linear-gradient(180deg, rgba(221, 144, 149, 1) 0%, rgba(223, 152, 156, 0.88) 15.23%, rgba(230, 173, 177, 0.69) 38.5%, rgba(241, 208, 210, 0.46) 66.93%, rgba(255, 255, 255, 0.2) 98.77%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DD9095',endColorstr='#FFFFFF' , GradientType=0);
}

/* Section Ttile Color */
.consultation .pageTtl,
.consultation .scTtl01{color: #dd9095;}
.consultation .scTtl02 span{background-color: #dd9095;}
.consultation .scTtl03{color: #dd9095;}
.consultation .scSubTtl03{background-color: #dd9095;}
/* Footer Bakckground Color */
.consultation #footer{background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 230, 231, 1) 5%, rgba(239, 203, 206, 1) 11.82%, rgba(232, 181, 185, 1) 19.65%, rgba(227, 164, 169, 1) 28.79%, rgba(224, 153, 157, 1) 40.1%, rgba(222, 146, 151, 1) 55.96%, rgba(221, 144, 149, 1) 100%);}
/* Footer PageTop Font Color */
.consultation .pageTop a{color: #dd9095;}

/*************** Research ***************/
/* Link Color */
.schizophrenia a{color: #8f82bc;}

/* Header Border Color */
.research #header .headerTop{ border-bottom: solid 3px #8f82bc; }
/* Gallery Background */
.research .gallery{
	background : linear-gradient(180deg, rgba(143, 130, 188, 1) 0%, rgba(223, 238, 216, 0.2) 98.77%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8F82BC',endColorstr='#DFEED8' , GradientType=0);
}
/* Section Ttile Color */
.research .pageTtl,
.research .scTtl01{color: #8f82bc;}
.research .scTtl02 span{background-color: #8f82bc;}
.research .scTtl03{color: #8f82bc;}
.research .scSubTtl03{background-color: #8f82bc;}
/* Footer Bakckground Color */
.research #footer{background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 248, 251, 1) 1.15%, rgba(221, 217, 234, 1) 7.13%, rgba(196, 189, 220, 1) 13.89%, rgba(176, 167, 208, 1) 21.54%, rgba(161, 150, 199, 1) 30.46%, rgba(151, 139, 193, 1) 41.51%, rgba(145, 132, 189, 1) 57%, rgba(143, 130, 188, 1) 100%);}
/* Footer PageTop Font Color */
.research .pageTop a{color: #8f82bc;}

/*************** Research TEST ***************/
/* Link Color */
.education a,
.staff a,
.grad a,
.resident a{color: #8f82bc;}

/* Header Border Color */
.education #header .headerTop,
.staff #header .headerTop,
.grad #header .headerTop,
.resident #header .headerTop{ border-bottom: solid 3px #8f82bc; }
/* Gallery Background */
.education .gallery,
.staff .gallery,
.grad .gallery,
.resident .gallery{
	background : linear-gradient(180deg, rgba(143, 130, 188, 1) 0%, rgba(223, 238, 216, 0.2) 98.77%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8F82BC',endColorstr='#DFEED8' , GradientType=0);
}
/* Section Ttile Color */
.education .pageTtl,
.education .scTtl01,
.staff .pageTtl,
.staff .scTtl01,
.grad .pageTtl,
.grad .scTtl01,
.resident .pageTtl,
.resident .scTtl01{color: #8f82bc;}

.education .scTtl02 span,
.staff .scTtl02 span,
.grad .scTtl02 span,
.resident .scTtl02 span{
	background-color: #8f82bc;
}

.education .scTtl03,
.staff .scTtl03,
.grad .scTtl03,
.resident .scTtl03{color: #8f82bc;}

.education .scSubTtl03,
.staff .scSubTtl03,
.grad .scSubTtl03,
.resident .scSubTtl03{background-color: #8f82bc;}

/* Footer Bakckground Color */
.education #footer,
.staff #footer,
.grad #footer,
.resident #footer{background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 248, 251, 1) 1.15%, rgba(221, 217, 234, 1) 7.13%, rgba(196, 189, 220, 1) 13.89%, rgba(176, 167, 208, 1) 21.54%, rgba(161, 150, 199, 1) 30.46%, rgba(151, 139, 193, 1) 41.51%, rgba(145, 132, 189, 1) 57%, rgba(143, 130, 188, 1) 100%);}
/* Footer PageTop Font Color */
.education .pageTop a,
.staff .pageTop a,
.grad .pageTop a,
.resident .pageTop a{color: #8f82bc;}


/*************** 精神科専門医研修プログラム ***************/
/* Link Color */
.page-template-page-page06 a{color: #b1889d;}

/* Header Border Color */
.page-template-page-page06 #header .headerTop{ border-bottom: solid 3px #b1889d; }
/* Gallery Background */
.page-template-page-page06 .gallery{
	background : linear-gradient(180deg, rgba(177, 136, 158, 1) 0%, rgba(182, 144, 164, 0.88) 14.68%, rgba(196, 165, 182, 0.7) 37.27%, rgba(219, 201, 211, 0.48) 64.94%, rgba(251, 249, 250, 0.23) 96.37%, rgba(255, 255, 255, 0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b1889d',endColorstr='#DFEED8' , GradientType=0);
}


/* Section Ttile Color */
.page-template-page-page06 .pageTtl,
.page-template-page-page06 .scTtl01{color: #b1889d;}
.page-template-page-page06 .scTtl02 span{background-color: #b1889d;}
.page-template-page-page06 .scTtl03{color: #b1889d;}
.page-template-page-page06 .scSubTtl03{background-color: #b1889d;}
/* Footer Bakckground Color */
.page-template-page-page06 #footer{background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(254, 253, 254, 1) 0.28%, rgba(233, 222, 228, 1) 6.32%, rgba(216, 195, 206, 1) 13.04%, rgba(202, 173, 188, 1) 20.76%, rgba(190, 156, 174, 1) 29.77%, rgba(183, 145, 164, 1) 40.93%, rgba(178, 138, 159, 1) 56.57%, rgba(177, 136, 157, 1) 100%);}
/* Footer PageTop Font Color */
.page-template-page-page06 .pageTop a{color: #b1889d;}


/*************** Personnel ***************/
/* Link Color */
.personnel a{color: #008095;}

/* Header Border Color */
.personnel #header .headerTop{ border-bottom: solid 3px #008095; }
/* Gallery Background */
.personnel .gallery{
	background : linear-gradient(0deg, rgba(243, 249, 251, 1) 0%, rgba(199, 229, 234, 1) 26.6%, rgba(90, 179, 193, 1) 86.45%, rgba(64, 167, 183, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40A7B7',endColorstr='#F3F9FB' , GradientType=0);
}
/* Section Ttile Color */
.personnel .pageTtl,
.personnel .scTtl01{color: #008095;}
.personnel .scTtl02 span{background-color: #008095;}
.personnel .scTtl03{color: #008095;}
.personnel .scSubTtl03{background-color: #008095;}
/* Footer Bakckground Color */
.personnel #footer{background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 250, 251, 1) 0.74%, rgba(200, 228, 232, 1) 4.77%, rgba(157, 206, 214, 1) 9.31%, rgba(119, 187, 198, 1) 14.19%, rgba(87, 171, 185, 1) 19.5%, rgba(59, 158, 174, 1) 25.37%, rgba(37, 147, 165, 1) 32%, rgba(20, 138, 158, 1) 39.74%, rgba(9, 132, 153, 1) 49.31%, rgba(2, 129, 150, 1) 62.74%, rgba(0, 128, 149, 1) 100%);}
/* Footer PageTop Font Color */
.about .pageTop a{color: #008095;}

/*************** Schizophrenia ***************/
/* Link Color */
.schizophrenia a{color: #00a73c;}

/*  */
.schizophrenia .menuOut .childMenuWrap{display: inline}
.schizophrenia .menuOut>a{background-color: rgba(0, 167, 60, 0.8);}

/* Header Border Color */
.schizophrenia #header .headerTop{ border-bottom: solid 3px #00a73c; }
/* Gallery Background */
.schizophrenia .gallery{
	background : linear-gradient(180deg, rgba(121, 192, 110, 1) 0%, rgba(127, 195, 116, 0.87) 15.93%, rgba(144, 202, 134, 0.69) 37.75%, rgba(172, 215, 163, 0.49) 62.99%, rgba(210, 232, 203, 0.27) 90.58%, rgba(223, 238, 216, 0.2) 98.77%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79C06E',endColorstr='#DFEED8' , GradientType=0);
}
/* Section Ttile Color */
.schizophrenia .pageTtl,
.schizophrenia .scTtl01{color: #00a73c;}
.schizophrenia .scTtl02 span{background-color: #00a73c;}
.schizophrenia .scTtl03{color: #00a73c;}
.schizophrenia .scSubTtl03{background-color: #00a73c;}
/* Footer Bakckground Color */
.schizophrenia #footer{background-color: #00a73c;}
/* Footer PageBack Font Color */
.schizophrenia .pageBack a{color: #00a73c;}


/*************** こころの健康 精神科医 ***************/
/* Link Color */
.kokoronokenkou a,
.psychiatrist a{
	color: #129CBF;
}

/* Header Border Color */
.kokoronokenkou #header .headerTop,
.psychiatrist #header .headerTop{ border-bottom: solid 3px #129CBF; }
/* Gallery Background */
.kokoronokenkou .gallery,
.psychiatrist .gallery{
	background : linear-gradient(180deg,rgba(30, 148, 180, 1) 0%,rgba(223, 238, 216, 0.2) 98.77%);
}
/* Section Ttile Color */
.kokoronokenkou .pageTtl,
.kokoronokenkou .scTtl01,
.kokoronokenkou .scTtl03,
.kokoronokenkou .scTtl04,
.kokoronokenkou .scTtl05,
.kokoronokenkou .scTtl06,
.psychiatrist .pageTtl,
.psychiatrist .scTtl01,
.psychiatrist .scTtl03,
.psychiatrist .scTtl04,
.psychiatrist .scTtl05,
.psychiatrist .scTtl06{color: #129CBF;}

.kokoronokenkou .scSubTtl03,
.psychiatrist .scSubTtl03,
.kokoronokenkou .scTtl07,
.psychiatrist .scTtl07,
.kokoronokenkou .scTtl02 span,
.psychiatrist .scTtl02 span{background-color: #129CBF;}

.kokoronokenkou .scTtl05,
.kokoronokenkou .scTtl06,
.psychiatrist .scTtl05,
.psychiatrist .scTtl06{border-color: #129CBF;}

/* Footer Bakckground Color */
.kokoronokenkou #footer,
.psychiatrist #footer{background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(216, 239, 244, 1) 3.56%, rgba(175, 222, 233, 1) 7.96%, rgba(137, 206, 223, 1) 12.91%, rgba(105, 192, 214, 1) 18.3%, rgba(77, 181, 207, 1) 24.27%, rgba(55, 172, 201, 1) 31%, rgba(38, 165, 197, 1) 38.85%, rgba(27, 160, 193, 1) 48.56%, rgba(20, 157, 192, 1) 62.18%, rgba(18, 156, 191, 1) 100%);}

/* Footer PageTop Font Color */
.kokoronokenkou .pageTop a,
.psychiatrist .pageTop a{color: #129CBF;}




/*
Data Archive
*****************************************/
/* footer ********************/
.daFooter {
	text-align: center;
	padding: 16px 0;
	background-color: #e60012;
}

.daCopy {
	font-size: 16px;
	color: #fff;
}

/* Contents ********************/
/* Main */
.daMain {
	text-align: center;
	width: 100%;
	height: 600px;
	background: url(../img/data-archive/main_bg.jpg) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}
.daLogo {
	display: inline-block;
	width: 280px;
	margin-top: 160px;
}

.daContents {
	width: 960px;
	padding: 100px 0;
	margin: 0 auto;
}

/* Search */
.daSearch {
	position: relative;
	display: table;
	margin: 0 auto;
}

.daSearch .daSearchTxt {
	width: 300px;
	height: 40px;
	padding: 0 16px;
	border: 1px solid #eee;
	outline: none;
	background-color: #f7f8f8;
	box-shadow: 3px 3px 3px #666;
	box-sizing: border-box;
}

.daSearchBtn {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 40px;
	border: none;
	outline: none;
	text-indent: -9999px;
	background: url(../img/data-archive/btn_search.png) no-repeat center center;
}

.daCatWrap {
	padding: 100px 0 0;
}

.daCats {
	width: 75%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.daCats li {
	flex-basis: 22%;
}



/*
新型コロナウイルス感染症に関連したこころのケアについて
*****************************************/
.covid19List {}

.covid19List li {
	margin: 0 0 16px 0;
	line-height: 1.6;
}

/*************** 新型コロナウイルス感染症に関連したこころのケアについて ***************/
/* Link Color */
.covid-19 a { color: #00aa87; }

/* Header Border Color */
.covid-19 #header .headerTop { border-bottom: solid 3px #00aa87; }

/*.covid-19 #wrapper {
	padding-top: 132px;
	background : linear-gradient( #00aa87 0%, #fff 13% );
}*/

/* Section Ttile Color */
.covid-19 .pageTtl,
.covid-19 .scTtl01,
.covid-19 .scTtl03,
.covid-19 .scTtl04,
.covid-19 .scTtl05,
.covid-19 .scTtl06 { color: #00aa87; }

.covid-19 .scSubTtl03,
.covid-19 .scTtl07,
.covid-19 .scTtl02 span, { background-color: #00aa87; }

.covid-19 .scTtl05,
.covid-19 .scTtl06 { border-color: #00aa87; }

/* Footer Bakckground Color */
.covid-19 #footer {background : linear-gradient( #fff 0%, #00aa87 10% , #00aa87 100% );}

/* Footer PageTop Font Color */
.covid-19 .pageTop a { color: #00aa87; }

/*心の健康ページ　動画とPDF資料*/
.FCBT_contents{
	margin-bottom:15px;
}

.FCBT_contents > .movie{
	display:inline-block;
	margin:0 10px;
	padding:1px 15px;
	background-color:#129CBF;
	color:white;
	float : right;
	border-radius: 4px;
}

.FCBT_contents > .pdf{
	display:inline-block;
	margin:0 10px;
	padding:1px 15px;
	background-color:#129CBF;
	color:white;
	text-align:right;
	border-radius: 4px;
	float:right;
}
.pdf > a{
	color:white;
	
}
.movie > a{
	color:white;
	
}

.worksheet{
	margin-top:20px;
}