@charset "utf-8";
/*
Theme Name: 東北大学病院様
Description: 東北大学病院様専用テーマ
Author: 
Version: 1.0
*/
/* =共通
----------------------------------------------- */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,menu,time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}
html{
    font-size: 16px;
}
body{
    background: #F7F8FB;
    line-height:1.3;
    font-size: 100%;
}
article,aside,dialog,figure,footer,header,hgroup,nav,section{
    display:block
}
ol,ul{
    list-style:none;
}
blockquote,q{
    quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none
}
a{
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    background:transparent;
    color: #333;
    text-decoration: none;
	outline:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
	cursor:pointer;
}
a:hover {
    color: #EE7800;
    text-decoration: underline;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
	cursor:pointer;
}
.con_box a{
    color: #004190;
    text-decoration: underline;
}
.con_box a:hover {
    color: #EE7800;
    text-decoration: underline;
}
ins{
    background-color:#ff9;
    color:#000;
    text-decoration:none
}
mark{
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold
}
del{text-decoration:line-through}
abbr[title],dfn[title]{
    border-bottom:1px dotted #000;
    cursor:help
}
table{
    border-collapse:collapse;
    border-spacing:0
}
hr{
    display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0
}
input,select{
    vertical-align:middle
}
img{
    vertical-align:top;
    max-width: 100%;
    height: auto;
}
li{
    list-style:none;
}
*{zoom:1;}
.left{
    float:left !important;
}
.right{
    float:right !important;
}
.wp-caption-text{
    line-height: 1.3;
    margin-top: 5px !important;
    font-size: 88%;
}

/* =全体
----------------------------------------------- */
body {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: #333;
	min-width:1320px;
}
h2{
    font-size: 163%;
    margin: 0 0 30px;
	line-height: 1.6;
}
h2.left_line,
.gen_box h2.base1,
.news_h2{
    border-left:3px solid #EE7800;
    font-size:163%;
    line-height:1.3;
    padding: 5px 0px 1px 17px;
    margin-bottom: 17px;
    letter-spacing: 0;
	position: relative;
}
.gen_box h2.base1,
.news_h2{
	margin-top: 80px;
}
.gen_box > h2.base1:first-child,
.gen_box > section:first-child h2.base1{
	margin-top: 0;
}
.gen_box > section:first-child + h2.base1{
	margin-top: 80px;
}
h3{
    font-size: 150%;
    letter-spacing: 0.1em;
    margin: 0 0 35px;
}
.gen_box h4 {
	margin: 40px 0 15px 0;
	font-size: 107%;
}
.gen_box h3 + h4 {
	margin-top: 0;
}
.gen_box h3 + h3 {
	margin-top: 60px;
}
.dp-content h3{
    border-left: 3px solid #EE7800;
    padding-left: 15px;
}
.page-template-page-tpl_department_institute .dp-content h3{
    border-color: #004190;
}
.line_x:before{
    content: "";
    display: inline-block;
    background: #EE7800;
    width: 40px;
    height: 3px;
    margin-right: 20px;
    position: relative;
    top: -7px;
    margin-left: -60px;
}
table {
	border:solid 1px #ddd;
}
th,td {
	border:solid 1px #ddd;
	padding:10px;
}
th {
	white-space:nowrap;
	background:#F7F8FB;
}
.pc{
    display: inline-block;
}
.sp,
.tb{
    display: none;
}
.roboto{
    font-family: 'Roboto Condensed', sans-serif;
}
.center{
    text-align: center;
}
#wrapper{
    overflow: hidden;
}

/* パンくず */
.topicPath{
    margin: 20px auto 50px;
    max-width: 1120px;
}
.topicPath li{
    display: inline-block;
    margin-right: 5px;
    font-size: 88%;
}
.topicPath a {
	color:#004190;
	text-decoration:underline;
}
.topicPath a:hover {
	color:#EE7800;
}

/* 緊急のお知らせ */
.hg-box-wrap{
	width: 100%;
}
.hg-box{
    background: #FDE7E8;
    width: 100%;
    text-align: center;
    z-index: 1000;
}
.home .hg-box{
    max-width: 1120px;
    position: static;
    margin: 25px auto 0;
}
.hg-box div{
    max-width: 1120px;
    margin: auto;
    padding: 20px 0;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 125%;
}
.hg-box:hover{
	background: #F9D5B1;
}
.hg-box a:hover{
	text-decoration: none;
	color: #E81C24;
}
.hg-box a span{
    margin: auto;
	position: relative;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-top: 1px;
}
.hg-box a span:before{
    content: "";
    background: url(/wp-content/themes/hosp.tohoku/img/icon_atn.png) no-repeat left center;
	background-size: 27px 24px;
    width: 27px;
    height: 24px;
    display: block;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: -37px;
}
.hg-box a span:after {
    content: "";
    background: url(/wp-content/themes/hosp.tohoku/img/arr_slide_r.png) no-repeat center center #E81C24;
    background-size: 6px auto;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: block;
    position: absolute;
    bottom: -5px;
	top: 50%;
	margin-top: -10px;
	right: -30px;
}
.important-news-detail .date{
	text-align: right;
	margin-bottom: 10px;
}
.hg-2105{
    background:#FDE7E8;
    box-sizing:border-box;
    font-weight:bold;
    text-align: left;
}
.hg-2105 > div{
    background:#fff;
}

/* タブメニュー */
.tab_menu{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.tab_menu li{
    display: table-cell;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    height: 84px;
    background-color: #DBDCDE;
}
.tab_menu li:hover{
    opacity: 1;
    background: #FEF7F0;
}
.tab_menu li a,
.outpatient .tab_menu li span{
    display: block;
    padding: 30px 0;
    color: #333;
    text-decoration: none;
}
.tab_menu li a:hover,
.outpatient .tab_menu li span:hover{
    opacity: 1;
    color: #EE7800;
    text-decoration: none;
}
.dp-tab li.iryo a:hover {
    color: #004190;
}
.dp-tab li.iryo:hover{
    background: #eff5ff;
}
.tab_menu li.active,
.tab001 .dp-tab li.tab001,
.tab002 .dp-tab li.tab002,
.tab003 .dp-tab li.tab003,
.tab004 .dp-tab li.tab004 {
    background-color: #f16e00;
}
.page-template-page-tpl_department_institute .dp-tab li.iryo {
    background-color: #004190;
}
.tab_menu li.active a,
.outpatient .tab_menu li.active span,
.tab001 .dp-tab li.tab001 a,
.tab002 .dp-tab li.tab002 a,
.tab003 .dp-tab li.tab003 a,
.tab004 .dp-tab li.tab004 a,
.tab005 .dp-tab li.tab005 a {
    color: #FFF;
}

/* 背景グラデのリスト */
.link_lists{
    margin-bottom: 40px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 100%;
}
.link_lists li{
    float: left;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    width: 32.66%;
    align-items: center;
    background: #fff;
    border: 1px solid #DBDCDE;
    border-left: 1px solid #EE7800;
    /* box-shadow: 0 3px 8px rgba(0,0,0,0.1); */
}
.link_lists li:nth-child(3n){
    margin-right: 0;
}
.link_lists li a{
    box-sizing: border-box;
    font-size: 113%;
    line-height: 1.38;
    padding: 0;
    display: table;
    position: relative;
    width: 100%;
	height: 100%;
    font-weight: bold;
}
.link_lists li span{
	display: table-cell;
    position: static;
    vertical-align: middle;
	padding: 20px 60px 19px 30px;
}
.link_lists .arr_circle_blue:after{
    right: 20px;
}
.link_lists li:hover{
    background: #FEF7F0;
}
.link_lists li a:hover{
    text-decoration: none;
    opacity: 1;
}
.link_lists li.no_link:hover {
	background: #fff;
}
.link_lists li.no_link:hover a {
	color: #333;
}
.link_lists li.no_link .arr_circle_blue::after,
.link_lists_one.no_link .arr_circle_blue::after {
	background: none;
}
.no_link a:hover {
	opacity: 1;
}
.link_lists_one h2 {
	margin-bottom: 0;
}
.link_lists_one a {
	color: #333;
	text-decoration: none;
	background: #fff;
	padding: 30px;
	display: block;
	margin-bottom: 30px;
	border: 1px solid #DBDCDE;
}
.link_lists_one .arr_circle_blue::after {
	right: 0;
}
.link_lists_one .icon_blank::after {
	right: 5px;
}
.link_lists_one:hover {
	opacity: 1;
	background: #FEF7F0;
}
.link_lists_one:not(.no_link):hover a {
	opacity: 1;
	background: #FEF7F0;
	color: #EE7800;
}
.left_line.last {
	margin-top: 50px;
}
.visit_wrap .link_lists {
	margin-bottom: 55px;	
}

/* 見出しだけのリンク */
.con_box.one h2.left_line{
    margin-bottom: 0;
}
.con_box.one h2.left_line .arr_circle_blue:after,
.con_box.one h2.left_line .icon_blank:after{
    right: 0;
}

/* ページサブメニュー */
.page_sub_lists{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 100%;
    margin-bottom: 40px;
}
.page_sub_lists:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.page_sub_lists li{
    background: #fff;
    float: left;
    box-sizing: border-box;
    margin: 0 2% 1% 0;
    width: 49%;
    border: 1px solid #C4C5C8;
    display: flex;
    align-items: center;
    position: relative;
}
.page_sub_lists li:before{
    content: "";
    height: 1px;
    width: 30px;
    background: #EE7800;
    position: absolute;
    top: 50%;
    left: 0;
}
.page_sub_lists li:hover{
    background: #FEF7F0;
    opacity: 1;
}
.page_sub_lists li:hover a{
    opacity: 1;
    text-decoration: none;
}
.page_sub_lists li:nth-child(2n){
    margin-right: 0;
}
.page_sub_lists li a{
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 113%;
    line-height: 1.38;
    padding: 30px 30px 27px 50px;
}

/* ペ ージテーブルメニュー */
.page_table_lists{
    table-layout: fixed;
    width: 100%;
    border-bottom: none;
    border-right: none;
}
.page_table_lists td{
    vertical-align: middle;
	padding: 0;
	box-sizing: border-box;
}
.page_table_lists td.pc{
    border: none;
}
.page_table_lists a{
    display: flex;
    font-weight: bold;
    height: 100%;
    font-size: 113%;
    color: #333;
    text-decoration: none;
    line-height: 1.38;
	box-sizing: border-box;
	position: relative;
    align-items: center;
	padding: 15px 20px 15px 10px;
}
.page_table_lists a.arr_bg_ora_white:after{
    right: 20px;
}

/* 枠無しテーブル 記者懇談会のみ */
table.noborder {
	width:100%;
	border: none;
	padding: 0;
	text-align:center;
	margin-top:2em;
}
table.noborder th,
table.noborder td{
	border: none;
	padding: 0;
	text-align:center;
	width:50%;
}
table.noborder td:nth-child(1){
	padding-right:1%;
}
table.noborder td:nth-child(2){
	padding-left:1%;
}
table.noborder td img{
	width:100%;
}
@media screen and (max-width: 768px){/*640px*/
	table.noborder th,
	table.noborder td{
		width:100%;
		display:block;
		padding:0 !important;
	}
	table.noborder td:nth-child(1){
		padding-bottom:10px !important;
	}
}

/* =ボタンリンク
----------------------------------------------- */
.btn{
    padding: 10px 35px;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}
.btn:hover{
    text-decoration: none;
	opacity: 0.6;
}
.btn_arr{
    min-width: 264px;
    display: inline-block;
    margin: auto;
    padding: 15px 50px;
}
.btn.bg_blue{
    background: #004190;
    color: #fff;
}
.btn.btn_line_ora{
    border: 1px solid #EE7800;
    background: url(/wp-content/themes/hosp.tohoku/img/arr_r_ora_l.png) no-repeat right 30px center #fff;
	background-size: 10px auto;
	line-height: 1.13;
	opacity: 1;
}
.btn.btn_line_ora:hover {
	background-color: #FFFAF4;
}
.btn.bg_ora_grad{
    background: linear-gradient(90deg, #EE7B07, #E95019);
    color: #fff;
}
.arr_circle_blue,
.arr_bg_white_blue,
.arr_bg_white_ora,
.arr_bg_ora_white,
.arr_bg_blue_white,
.icon_blank{
    display: block;
    position: relative;
}
/*.arr_circle_blue:after{
    content:"";
    background: url(/wp-content/themes/hosp.tohoku/img/arr_r_bl_l.png) no-repeat center center;
    background-size: 6px auto;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 0;
    top: 50%;
    border: 1px solid #EE7800;
    border-radius: 25px;
}*/
.arr_bg_white_ora:after{
    content:"";
    background: url(/wp-content/themes/hosp.tohoku/img/arr_r_ora_l.png) no-repeat center center #fff;
    background-size: 6px auto;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    border-radius: 25px;
}
.arr_bg_white_blue:after{
    content:"";
    background: url(/wp-content/themes/hosp.tohoku/img/arr_r_bl_l.png) no-repeat center center #fff;
    background-size: 6px auto;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    border-radius: 25px;
}
.arr_bg_ora_white:after,
.arr_circle_blue:after {
    content: "";
    background: url(/wp-content/themes/hosp.tohoku/img/arr_slide_r.png) no-repeat center center #F19333;
    background-size: 6px auto;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -12px;
    border-radius: 25px;
} 
.arr_bg_blue_white:after{
    content:"";
    background: url(/wp-content/themes/hosp.tohoku/img/arr_slide_r.png) no-repeat center center #004190;
    background-size: 6px auto;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    border-radius: 25px;
}
.icon_blank:after{
    content: "";
    background: url(/wp-content/themes/hosp.tohoku/img/icon_link_ora.png) no-repeat center center;
    width: 12px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
}
.link_lists .icon_blank:after {
	right: 25px;
}

/* 戻るボタン */
.btn_back_center{
	text-align: center;
}
a.btn_back {
    padding: 12px 20px 12px 55px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #C4C5C8;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    margin: 30px auto 0;
	position: relative;
}
a.btn_back:hover {
    text-decoration: none;
    opacity: 1.0;
    background-color: #FEF7F0;
}
a.btn_back:before{
    content: "";
    background: url(/wp-content/themes/hosp.tohoku/img/arr_slide_l.png) no-repeat center center #F19333;
    background-size: 6px auto;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -12px;
    border-radius: 25px;
}

/* =ボックス
----------------------------------------------- */
.con_box{
    padding: 50px;
    margin-bottom: 55px;/*60*/
    clear: both;
    /*box-shadow: 10px 10px 30px rgba(0,0,0,0.16);*/
}
.gen_box{
    padding: 50px;
}
.dp-content.con_box{
    padding: 50px;
}
.con_box.no_title{
    margin-top: 50px;
}
.top_line_ora_box{
    border-top: 5px solid #EE7800;
    padding: 50px;
}
.bb_gray{
    border-bottom: 1px solid #C4C5C8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/* =基本ページレイアウト
----------------------------------------------- */
.con_box.lh p,
.con_box.gen_box {
    line-height: 1.63;
}
.con_box.gen_box img{
    display: block;
    margin: auto;
}
.con_box.gen_box p.caption{
    text-align: center;
}

/* =フォントサイズ
----------------------------------------------- */
.fs12{
    font-size: 75%;
}
.fs14{
    font-size: 88%;
}

/* =色指定
----------------------------------------------- */
.color_gray{
    color: #999;
}
.color_cg{
    color: #675952;
}
.color_ora{
    color: #EE7800;
}
.color_blue{
    color: #004190;
}
.color_red{
    color: #E81C24;
}
.color_whi,
.color_whi:hover,
.con_box a.color_whi{
    color: #fff;
    text-decoration: none;
}
.bg_ora{
    background-color: #EE7800;
}
.bg_blue{
    background-color: #004190;
}
.bg_whi{
    background-color: #fff;
}
.bg_red{
    background-color: #FEF3F3;
}
.bg_gray{
    background-color: #EFF0EE;
}
.bg_gray2{
    background-color: #E8EAEC;
}
.bg_main{
    background-color: #F7F8FB;
}
.bg_ora_light{
    background-color: rgba(238,120,0,0.05);
}
.bg_blue_light{
    background-color: #E5EBF4;
}
.bg_blue_gray{
    background-color: #628ABA;
}
.bg_grd_ora{
    color: #fff;
    background: linear-gradient(90deg, #EF9335, #EA653D);
}

/* =ヘッダー
----------------------------------------------- */
/* 言語?文字サイズ?カラー設定?サイト内検索 */
header{
    padding-bottom: 30px;
}
#header_base{
    max-width: 1360px;
    margin: auto;
    position: relative;
}
.head_wrap{
    display: block;
    position: relative;
    z-index: 40;
}
.head_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.head_system{
    float: right;
    margin-top: 5px;
}
.head_select{
    display: inline-block;
    position: relative;
    margin-right: 33px;
	cursor:pointer;
}
.head_select .act_wrap{
    padding: 5px 0;
    border-bottom:1px solid #EF8315;
    position: relative;
}
.head_select.head_search .act_wrap {
	padding:0;
}
.head_select.head_search input {
	padding:8px 0;
	outline: none;
	cursor:pointer;
}
.head_select.head_search input:hover {
	outline: none;
}
.head_select:hover .act_wrap > div {
    cursor: pointer;
	color: #EE7800;
}
.head_select .act_wrap h3{
    color: #666;
    font-size: 75%;
    font-weight: normal;
    display: inline-block;
    margin: 0;
    letter-spacing: 0;
}
.head_select .act_wrap h3 span{
    margin-left: 10px;
}
.head_select .act_wrap .active{
    background: url(/wp-content/themes/hosp.tohoku/img/arr_dwn_ora.png) no-repeat right center;
	background-size: 8px auto;
    padding-right: 20px;
    font-weight: bold;
    /* color: #675952; */
    font-size: 69%;
    display: inline-block
}
.head_select .act_wrap a.active{
    background: url(/wp-content/themes/hosp.tohoku/img/icon_triangle.png) no-repeat right center;
	background-size: 6px auto;
}
.head_select .act_wrap a.active:hover{
	text-decoration: none;
}
.head_select.font .color_cg {
	width:25px;
}
.fontLarge .head_select.font .color_cg {
	width:38px;
}
.head_select.color .color_cg {
	width:25px;
}
.head_select ul{
    display: none;
    position: absolute;
    top: 31px;
    right: 0;
    z-index: 30;
	box-shadow:0 0 5px 1px rgba(0,0,0,0.1);
}
.head_select ul li{
    border-top: 1px solid #ccc;
}
.head_select ul li a{
    background: #fff;
    padding: 12px 16px;
    display: block;
    font-size: 69%;
    text-decoration: none;
    text-align: center;
	font-weight:bold;
	white-space:nowrap;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.06);*/
}
.head_select ul li a:hover {
	background:#FEF7F0;
}
.head_select ul li#basic a {
	background: #fff;
	color: #333 !important;
}
.head_select ul li#basic a:hover {
	background: #FEF7F0;
}
.head_select ul li#blue a {
	background: #00f;
	color: #ff0;
}
.head_select ul li#blue a:hover {
	background: #99f;
}
.head_select ul li#black a {
	background: #000;
	color: #fff;
}
.head_select ul li#black a:hover {
	background: #777;
}
.head_select ul.current{
    display: block;
}
.head_search {
    margin-right: 0;
}
.head_search input{
    background: none;
    border: none;
    font-size: 69%;
}
.head_search input[name=q]{
    width: 175px;
}
.head_search input[type=submit]{
    background: url(/wp-content/themes/hosp.tohoku/img/header_serch.png) no-repeat center center;
	background-size: 18px 18px;
    width: 18px;
    height: 18px;
}
.head_search input[type=submit]:hover{
    opacity: 0.5;
}
.head_system .pvt_btn{
	margin-left: 20px;
	width: 130px;
	height: 26px;
	display: inline-block;
	background-color: #004190;
	color: #fff;
	font-size: 75%;
    text-decoration: none;
    line-height: 26px;
    text-align: center;
    border-radius: 14px;
	vertical-align: bottom;
}
.head_system .pvt_btn:hover{
	opacity: 0.6;
}
.head_system .pvt_btn img{
	margin: 0 10px 3px 0;
	height: 12px;
    width: auto;
    vertical-align: middle;
}

/*　ロゴ?診療時間　*/

.sp_tel{
    display: none;
}
h1#logo{
    clear: both;
    margin: 10px 0 0;
}
h1#logo img{
	height: 60px;
}
.head_time{
    position: absolute;
    bottom: -12px;
    right: 0;

}
.head_time dl{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
}
.head_time dl > dd{
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #D9D9DC;
    line-height: 1.3;
    height: 40px;
    box-sizing: border-box;
}
.header_base > .head_time > dl > dd:first-child{
    padding-left: 0;
}
.header_base > .head_time > dl > dd:nth-child(2),
.header_base > .head_time > dl > dd:nth-child(3){
   /* padding-top: 3px;*/
}
.head_time > dl > dd dd,
.head_time > dl > dd:last-child{
    padding-right: 0;
    border-right: none;
    line-height: 1.4;
    height: auto;
    padding-top: 0;
}
.head_time > dl dl,
.head_time > dl dl dd{
    display: block;
	line-height:1.24;
	padding-left: 0;
}
.head_time dl > dd .color_cg{
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    font-size: 75%;
    line-height: 1.63;
}
.head_time dl > dd .roboto{
    font-size: 116%;
}
.head_time > dl > dd:nth-child(2) strong{
    line-height: 1.7;
}
.head_time dl > dd .tel_num{
    font-size: 200%;
    position: relative;
    bottom: -11px;
}
.head_time dl > dd.header_tel{
    line-height: 1;
}
.head_time dl > dd.header_tel img.header_tel{
    position: relative;
    bottom: -16px;
	height: 20px;
}
.header_tel_sp_right{
    display: inline-block;
}
.head_time .btn{
    top: -15px;
    position: relative;
    margin-left: 15px;
    line-height: 1.5;
    padding: 10px 30px;
    color: #fff;
}
.head_time .btn:hover{
    color: #fff;
    text-decoration: none;
}
.head_time .btn img{
	height: 20px;
}

/* SNS */
.side_sns,
.sns_x{
    position: fixed;
    left: 30px;
    top:40%;
    z-index: 1000;
}
.side_sns{
    /*snsアイコンが4つに増えたことによりPCのみ少し上に調整*/
    top: 38%;
}
.side_sns li,
.sns_x li{
    margin: 15px 0;
    border-radius: 30px;
	border-radius: 38px;
	width: 38px;
}
.side_sns li:hover,
.sns_x li:hover{
	background: #fff;
}
.side_sns li:hover a,
.sns_x li:hover a {
	opacity: 1;
}

/* みんなのみらい基金 */
.bn_mirai{
	position: fixed;
	bottom: 60px;
	left: 12px;
	z-index: 500;
	width: 80px;
}
.bn_mirai:hover{
	opacity: 0.7;
}

/* サイドメニュー */
.btn_side{
    position: fixed;
    right: 30px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.8;
    z-index: 1003;
}
.btn_side.btn_side_menu{
    top: 25%;/*40% 37%*/
    font-size: 88%;
}
.btn_side.btn_side_menu a{
    font-size: 88%;
}
.btn_side.btn_side_menu:hover{
    opacity: 0.6;
    cursor: pointer;
	color: #EE7800;
}
.btn_side.btn_side_acc{
    bottom: 250px;/*100px 193px*/
}
.btn_side.btn_side_acc a:hover{
    text-decoration: none;
    color: #EE7800;
	opacity: 0.6;
}
.btn_side span{
    text-align: center;
    margin-top: 5px;
    display: inline-block;
    line-height: 1;
    position: absolute;
    right: -6px;
}
.mg_area{
	position: fixed;
    right: -10px;
    bottom: 80px;
    z-index: 1003;
}
.mg_area:before{
	content: "";
	display: block;
	width: 260px;
	height: 29px;
	background: url(/wp-content/themes/hosp.tohoku/img/magazine_btn_h_v2.png) no-repeat;
	position: absolute;
	bottom: 10px;
    right: 10px;
	opacity: 0;
}
.mg_area:hover:before{
	opacity: 1;
}
.kikin_area{
	position: fixed;
    right: -10px;
    bottom: 0;
    z-index: 1003;
}
.kikin_area:hover{
    opacity: 0.7;
}
@media screen and (max-width: 785px){
    .mg_area,
    .kikin_area{
        display: none;
    }
}
#navTgl {
	display: none;
}
.overlay {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}
.nav_wrap {
    width: 100%;
    min-width: 1191px;
    height: 100vh;
	padding-left: 5%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right:0;
    z-index: 1004;
    transform: translateX(120%);
	transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
}
#navTgl:checked ~ .nav_wrap {
	transform: none;
}
.nav_inner {
    box-sizing: border-box;
    padding: 10px 40px 50px;
    overflow: auto;
    height: 100%;
}
.side_menu_close{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 202;
    width: 5%;
    height: 100%;
    background: url(/wp-content/themes/hosp.tohoku/img/side_menu_close.png?v2) no-repeat center center #F6BA7E;
}
.side_menu_close:hover{
	background-color: #FADCBD;
	cursor: pointer;
}
#navTgl:checked ~ .side_menu_close,
#navTgl:checked ~ .overlay{
    display: block;
}
.side_menu{
    margin: auto;
    position: relative;
	padding-bottom: 60px;
}
nav.open {
    transform: translateZ(0);
}
.side_menu h1{
    float: left;
}
.side_menu .head_time{
    position: static;
    display: inline-block;
    margin-top: 15px;
    float: right;
}
.side_menu .head_time dl > dd.header_tel img.header_tel {
    bottom: -7px;
}
.side_menu .head_time dl > dd .tel_num {
    bottom: -2px;
}
.side_menu .header_base:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.side_menu_list{
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    clear: both;
}
.side_menu_list:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.side_menu_list .menu_acc:after {
    content: "";
    height: 1px;
    width: 50px;
    background: #EE7800;
    opacity: 0.6;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.side_menu_list .bundle08.menu_acc:after,
.side_menu_list .bundle09.menu_acc:after{
    background: #004190;
}
.side_menu_list .menu_acc h3{
    font-size: 113%;
}
.menu_ul:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.side_menu_list > li{
    text-align: left;
	clear: both;
}
.side_menu_list > li:first-child{
    border-top: 1px solid #DBDCDE;
}
.side_menu_list > li:nth-child(2n){
    margin-right: 0;
}
.side_menu_list_left{
    margin-bottom: 30px;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.side_menu_list_left:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.side_menu_list_left li{
    border-bottom: 1px solid #DBDCDE;
    width: 31.3%;
    float: left;
    margin-right: 3%;
    align-items: center;
}
.side_menu_list_left li:nth-child(3n){
    margin-right: 0;
}
.side_menu_list_left li a{
    font-weight: bold;
    display: table;
    width: 100%;
	height:100%;
    box-sizing: border-box;
}
.side_menu_list_left li a span{
    display: table-cell;
	vertical-align:middle;
	padding: 20px 40px 20px 20px;
}
.list_arr_ora{
    text-align: left;
}
.side_menu_list .menu_acc_con {
    /*margin: 10px 0 0;*/
}
.side_menu_list + .foot_nav{
    clear: both;
    position: static;
}
.side_menu_list_left li a.arr_bg_ora_white::after {
	right: 15px;
}
.side_menu_list_left a:hover {
	text-decoration:none !important;
	/*background:#FEF7F0;*/
}

/* 固定ページタイトル */
.page_title{
    padding: 95px 0 55px;
    margin-top: -40px;
    font-size: 180%;
    letter-spacing: 2px;
    background: rgba(238,120,0,0.08);
}
.page_title.bg_red {
    background-color: #FDE7E8;
}
.page_title h1{
    max-width: 1120px;
    margin: auto;
	letter-spacing:0.1em;
}
.page_title h2{
    margin: 0;
}
.emergent_news-template-default .page_title h1 {
	letter-spacing:0.05em;
}

/* 医療系は青に */
.organization .page_title,
.recruitment .page_title,
.category-doctor .page_title,
.category-nurse .page_title,
.category-staff .page_title,
.category-recruit_news .page_title,
.category-teacher .page_title,
.category-assistant .page_title,
.category-clerk .page_title,
.category-other .page_title,
.cat_doctor .page_title,
.cat_nurse .page_title,
.cat_staff .page_title,
.cat_recruit_news .page_title,
.cat_teacher .page_title,
.cat_assistant .page_title,
.cat_clerk .page_title,
.cat_other .page_title,
.p_organization .page_title,
.p_recruitment .page_title {
    background: rgba(0,65,144,0.08);
}
.organization .page_title .color_ora,
.recruitment .page_title .color_ora,
.category-doctor .page_title .color_ora,
.category-nurse .page_title .color_ora,
.category-staff .page_title .color_ora,
.category-recruit_news .page_title .color_ora,
.category-teacher .page_title .color_ora,
.category-assistant .page_title .color_ora,
.category-clerk .page_title .color_ora,
.category-other .page_title .color_ora,
.cat_doctor .page_title .color_ora,
.cat_nurse .page_title .color_ora,
.cat_staff .page_title .color_ora,
.cat_recruit_news .page_title .color_ora,
.cat_teacher .page_title .color_ora,
.cat_assistant .page_title .color_ora,
.cat_clerk .page_title .color_ora,
.cat_other .page_title .color_ora,
.organization .link_lists li a:hover,
.p_organization .page_title .color_ora,
.p_recruitment .page_title .color_ora{
    color: #004190;
}
.organization h2.left_line,
.recruitment h2.left_line,
.category-doctor h2.left_line,
.category-nurse h2.left_line,
.category-staff h2.left_line,
.category-recruit_news h2.left_line,
.category-teacher h2.left_line,
.category-assistant h2.left_line,
.category-clerk h2.left_line,
.category-other h2.left_line,
.p_organization h2.left_line {
    border-color: #004190;
}
.organization .link_lists li{
    border-left-color: #004190;
}
.organization .link_lists li:hover,
.organization .link_lists li a:hover{
    background: #E5EBF4;
}
.recruitment  .btn_sq:hover {
    background: rgba(0,65,144,0.08);
    opacity: 1;
    color: #004190 !important;
    text-decoration: none;
}
.p_organization .localNav li a:hover {
    background: #E5EBF4;
    color: #004190;
}
.p_organization .localNav li .ora_triangle_under:after{
	background-image: url(/wp-content/themes/hosp.tohoku/img/icon_triangle_under3.png);
	background-size: 10px auto;
}
.recruitment #contents .link_lists li a:hover{
    text-decoration: none;
}

/* =フッター
----------------------------------------------- */
.top_bn_main.ft_bn_main{
    margin-top: 10px;
    margin-bottom: 30px;
}

/* =小バナー */
#hcnav_wrap{
    background: #E7EFF6;
}
.home #hcnav_wrap{
    width: 2000px;
    margin: 0 -440px;
}
#hcb_nav{
    max-width: 1120px;
    margin: 0 auto;
    padding: 30px 0;
}
#hcb_nav:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.ft_bn_lists{
	flex-wrap: wrap;
    display: flex;
    border-top: 2px solid #E7EFF6;/*C4C5C8*/
    border-left: 2px solid #E7EFF6;
}
.ft_bn_lists li{
    width: 100%;
    border-right: 2px solid #E7EFF6;
    border-bottom: 2px solid #E7EFF6;
    background-color: rgba(255,255,255,0.8);
    box-sizing: border-box;
	line-height: 1.2;
	text-align: center;
	display: block;
}
.ft_bn_lists li a {
    display: table;
	width: 100%;
    height: 100%;
    box-sizing: border-box;
	vertical-align: middle;
}
.ft_bn_lists li a span {
    display: table-cell;
	vertical-align: middle;
	padding:20px 10px;
	font-weight: bold;
}
.ft_bn_lists li a:hover{
    background: #FEF7F0;
    color: #EE7800;
    text-decoration: none;
}
.ft_bn_lists.page_all li {
    width: 33.3%;/*calc(100%/3)*/
}
.ft_bn_lists.page_all li a span{
	padding: 25px 10px;
}
.ft_bn_lists li .arr_bg_ora_white:after {
    right: 20px;
}
.ft_bn_lists.page_all li .icon_blank:after {
    right: 25px;
}
.ft_bn_lists.top_on{
	border-top: none;
	margin-right: -0.5px;
}
.ft_bn_lists.top_on li {
    width: 25%;/*calc(100%/4)*/
	background-color: rgba(255,255,255,0.5);
}
.ft_bn_lists.top_on li .arr_bg_ora_white:after {
    right: 10px;
}
.ft_bn_lists.top_on li a {
	font-size: 88%;
}
.ft_bn_lists.page_all + .ft_bn_lists.top_on {
	margin-top: 15px;
}
/*
#hcnav_wrap a:hover{
	opacity: 0.6;
}
#hcb_nav li {
    float: left;
    margin: 0 1px 1px 0;
}
#hcb_nav li:nth-child(5n){
    margin-right: 0;
}
#hcb_nav li a{
    position: relative;
    display: block;
    background: #fff;
}
#hcb_nav li a:after{
    content: "";
    background: url(/wp-content/themes/hosp.tohoku/img/arr_ms_ora.png) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom:1px;
    right: 1px;
}*/

/* pageTop */
.pageTop{
    background: url(/wp-content/themes/hosp.tohoku/img/arr_pagetop.png) no-repeat center center #DEE4EF;
	background-size: 16px auto;
    padding: 30px 0;
    display: block;
	text-indent: -9999px;
}
.pageTop:hover {
	background-color: #eff5ff;
	cursor: pointer;
}

/* 開閉メニュー */
#footer_top_base{
    max-width: 1120px;
    margin: 60px auto 40px;
}
.menu_acc{
    border-bottom: 1px solid #DBDCDE;
    position: relative;
}
.menu_acc h3{
    background: url(/wp-content/themes/hosp.tohoku/img/footer_menu_ora_off.png) no-repeat right 20px center;
	background-size: 20px auto;
    font-size: 100%;
    letter-spacing: 0;
    margin: 0;
    padding: 27px 20px;
}
.menu_acc input {
    display: none;
}
.menu_acc .acd-check:checked + .acd-label h3{
    background-image: url(/wp-content/themes/hosp.tohoku/img/footer_menu_ora_on.png);
}
.menu_acc.menu_blue h3{
    background-image: url(/wp-content/themes/hosp.tohoku/img/footer_menu_blue_off.png);
}
.menu_acc.menu_blue .acd-check:checked + .acd-label h3{
    background-image: url(/wp-content/themes/hosp.tohoku/img/footer_menu_blue_on.png);
}
.menu_acc.arr_ora_l h3{
    background: url(/wp-content/themes/hosp.tohoku/img/arr_r_ora_l.png) no-repeat right 25px center;
	background-size: 10px auto;
}
.menu_acc.arr_ora_l h3 a{
    display: block;
}
.menu_acc h3:hover{
    cursor: pointer;
	background-color: #FEF7F0;
}
.menu_acc.menu_blue h3:hover {
	background-color: #eff5ff;
}
.menu_acc.menu_blue h3 a:hover {
	color: #004190;
}
.acd-check {
	display: none;
}
.acd-label {
	display: block;
}
.menu_acc_con {
    margin: 0;
	height: 0;
    visibility: hidden;
	overflow: hidden;
	
	font-size: 100%;/*88%*/
	line-height: 0;
	padding: 0 20px;
	
	opacity: 0;
	transition: all .1s ease-out;
}
.acd-check:checked + .acd-label + .menu_acc_con{ 
	height: 100%;
    visibility: visible;
	opacity: 1;
	line-height: 1.2;
	padding: 20px;
	border-top: 1px dotted #ddd !important;
}
@media screen and (max-width: 768px){/*640px*/
	.acd-check:checked + .acd-label + .menu_acc_con {
		padding:0;
	}
}
.menu_acc_con ul,
.menu_acc_con dl {
    margin: 0;
	height: 0;
    visibility: hidden;
	overflow: hidden;
	line-height:0;
	opacity: 0;
	transition:all .05s ease-out;
}
.acd-check:checked + .acd-label + .menu_acc_con ul,
.acd-check:checked + .acd-label + .menu_acc_con dl { 
	height: 100%;
    visibility: visible;
	opacity: 1;
	line-height: 1.2;
}
.menu_acc_con:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.menu_acc_con ul li,
.menu_acc_con > div{
    width: 33.3%;
    float: left;
	box-sizing: border-box;
}
.menu_acc_con.col4 > div{
    width: 25%;
    float: left;
}
.menu_acc_con.col5 > div{
    width: 20%;
    box-sizing: border-box;
    /*padding-right: 3%;*/
    float: left;
}
.menu_acc_con > div:last-child {
	padding-right: 0 !important;
}
.menu_acc_con dt{
    color: #EE7800;
    margin: 20px 0 10px;
}
.menu_acc_con div dl:first-child  dt{
    margin-top: 0;
}
.menu_acc_con dd,
.menu_acc_con ul li{
    margin: 0 0 10px;
    padding-left: 15px;
    background: url(/wp-content/themes/hosp.tohoku/img/arr_r_ora_s_v2.png) no-repeat left center;
	background-size: 6px auto;
}
.menu_blue .menu_acc_con dd,
.menu_blue .menu_acc_con ul li{
    background-image: url(/wp-content/themes/hosp.tohoku/img/arr_r_bl_s_v2.png);
	background-size: 6px auto;
}
.menu_acc_con dd,
.menu_acc_con ul li{
    font-size: 88%;
}
.menu_acc_con a[target="_blank"] {
	padding-right: 16px;
	background: url(/wp-content/themes/hosp.tohoku/img/icon_link_ora.png) no-repeat center right;
	width: 12px;
	height: 10px;
}
.menu_acc.menu_blue a[target="_blank"] {
	background: url(/wp-content/themes/hosp.tohoku/img/icon_link_blue.png) no-repeat center right;
}
.menu_acc_con .no_link a {
	color:#aaa !important;
}
.menu_acc_con .no_link a:hover {
	text-decoration:none !important;
}

/* アドレス?ナビ */
#footer_base{
    max-width: 1120px;
    margin: auto;
    position: relative;
}
#footer_base .foot_name h2{
    margin-bottom: 10px;
}
#footer_base .foot_name h2 img{
	max-width: 238px;
}
#footer_base .foot_name p{
    font-size: 88%;
    margin-bottom: 5px;
    line-height: 1.63;
    margin-top: 15px;
}
#footer_base .foot_name a.color_ora img{
    margin-left: 5px;
	height: 20px;
}
.foot_nav{
    position: absolute;
    right: 0;
    top: 60px;
    text-align: right;
}
.foot_nav li{
    display: inline-block;
    padding:0 15px;
    margin-bottom: 15px;
    border-right: 1px solid #CCCDD0;
    line-height: 1;
    vertical-align: middle;
}
.foot_nav li:nth-child(3),
.foot_nav li:last-child{
    padding-right: 0;
    border-right: none;
}
.foot_nav li a{
    font-size: 75%;
}
.copyright{
    text-align: right;
    margin: 0 0 80px;
}

/* 下層ページ */
.top_bn_main.sec_page{
    margin: 50px 0 40px;
}

/* =トップページ
----------------------------------------------- */
/* 動画 */
.top_movie{
    width: 1440px;/*1240px*/
    height: 810px;
    position: relative;
    margin: auto;
    overflow: hidden;
}
.top_movie_filter{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/hosp.tohoku/img/top_movie_bg.png) ;
}
.top_scroll{
    position: absolute;
    bottom: -10px;
    left: -110px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.top_scroll:before{
    content: "";
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #EE7800;
    margin-right: 20px;
    position: relative;
    top: -3px;
}
.top_scroll:hover{
    text-decoration: none;
}

/* 220706slide */
.slick-img img {
  width: 100%;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
.add-animation {
  animation: fadezoom 6s 0s forwards;
}
.top_main_slide .slick-dots {
  bottom: 25px;
  width: auto;
  right: 25px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.top_main_slide .slick-dots li button::before {
    width: 10px;
    height: 10px;
    color: none;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 0;
    box-sizing: border-box;
}
.top_main_slide .slick-dots li.slick-active button::before{
    background: #fff;
}
.slider-progress {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #DBDCDE;
    z-index: 100;
}
.slider-progress .progress {
    width: 2px;
    height: 0%;
    background: #F19333;
}
.slide_copy{
    position: absolute;
    top: 160px;
    left: 40px;
    font-size: 28px;
    letter-spacing: 12px;
    padding: 10px 10px 10px 15px;
    color: transparent;
}

/* アニメーション①ここから */
.slide_copy.draw.-do span{
    animation: showora 3.5s ease-in-out;
    color: #EE7800;
}
.slide_copy.draw.-do span.under{
    opacity: 0;
    animation: showora_under 0.1s ease-in-out 2.5s forwards;
    color: #EE7800;
}
@keyframes showora_under {
    0%, 100% {
        opacity: 1;
    }
  }
.slide_copy.slide_copy02{
    top: 220px;
}
.slide_copy.draw:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0%;
  right: 100%;
  background-color: #ffe1c3;
  content: "";
  z-index: 1;
}
.slide_copy.draw.-do {
  animation: show 1.5s forwards;
}
.slide_copy.draw.-do:before {
  animation: intro 1.5s ease-in-out;
}
.slide_copy.draw.-wave:nth-child(1), .slide_copy.draw.-wave:nth-child(1)::before {
  animation-delay: 0.75s;
}
.slide_copy.draw.-wave:nth-child(2), .slide_copy.draw.-wave:nth-child(2)::before {
  animation-delay: 1s;
}
.slide_copy.draw.-wave:nth-child(3), .slide_copy.draw.-wave:nth-child(3)::before {
  animation-delay: 1.25s;
}
.slide_copy.draw.-wave:nth-child(4), .slide_copy.draw.-wave:nth-child(4)::before {
  animation-delay: 1.5s;
}
.slide_copy.draw.-wave:nth-child(5), .slide_copy.draw.-wave:nth-child(5)::before {
  animation-delay: 1.75s;
}
.slide_copy.draw.-wave:nth-child(6), .slide_copy.draw.-wave:nth-child(6)::before {
  animation-delay: 2s;
}
.slide_copy.draw.-wave:nth-child(7), .slide_copy.draw.-wave:nth-child(7)::before {
  animation-delay: 2.25s;
}
.slide_copy.draw.-wave:nth-child(8), .slide_copy.draw.-wave:nth-child(8)::before {
  animation-delay: 2.5s;
}
.slide_copy.draw[delay="0.1"], .slide_copy.draw[delay="0.1"]::before {
  animation-delay: 0.6s;
}
.slide_copy.draw[delay="0.2"], .slide_copy.draw[delay="0.2"]::before {
  animation-delay: 0.7s;
}
.slide_copy.draw[delay="0.3"], .slide_copy.draw[delay="0.3"]::before {
  animation-delay: 0.8s;
}
.slide_copy.draw[delay="0.4"], .slide_copy.draw[delay="0.4"]::before {
  animation-delay: 0.9s;
}
.slide_copy.draw[delay="0.5"], .slide_copy.draw[delay="0.5"]::before {
  animation-delay: 1s;
}
.slide_copy.draw[delay="0.6"], .slide_copy.draw[delay="0.6"]::before {
  animation-delay: 1.1s;
}
.slide_copy.draw[delay="0.7"], .slide_copy.draw[delay="0.7"]::before {
  animation-delay: 1.2s;
}
.slide_copy.draw[delay="0.8"], .slide_copy.draw[delay="0.8"]::before {
  animation-delay: 1.3s;
}
.slide_copy.draw[delay="0.9"], .slide_copy.draw[delay="0.9"]::before {
  animation-delay: 1.4s;
}
.slide_copy.draw[delay="1"], .slide_copy.draw[delay="1"]::before {
  animation-delay: 1.5s;
}
.slide_copy.draw[delay="1.1"], .slide_copy.draw[delay="1.1"]::before {
  animation-delay: 1.6s;
}
.slide_copy.draw[delay="1.2"], .slide_copy.draw[delay="1.2"]::before {
  animation-delay: 1.7s;
}
.slide_copy.draw[delay="1.3"], .slide_copy.draw[delay="1.3"]::before {
  animation-delay: 1.8s;
}
.slide_copy.draw[delay="1.4"], .slide_copy.draw[delay="1.4"]::before {
  animation-delay: 1.9s;
}
.slide_copy.draw[delay="1.5"], .slide_copy.draw[delay="1.5"]::before {
  animation-delay: 2s;
}
.slide_copy.draw[delay="1.6"], .slide_copy.draw[delay="1.6"]::before {
  animation-delay: 2.1s;
}
.slide_copy.draw[delay="1.7"], .slide_copy.draw[delay="1.7"]::before {
  animation-delay: 2.2s;
}
.slide_copy.draw[delay="1.8"], .slide_copy.draw[delay="1.8"]::before {
  animation-delay: 2.3s;
}
.slide_copy.draw[delay="1.9"], .slide_copy.draw[delay="1.9"]::before {
  animation-delay: 2.4s;
}
.slide_copy.draw[delay="2"], .slide_copy.draw[delay="2"]::before {
  animation-delay: 2.5s;
}
.slide_copy.draw[delay="2.1"], .slide_copy.draw[delay="2.1"]::before {
  animation-delay: 2.6s;
}
.slide_copy.draw[delay="2.2"], .slide_copy.draw[delay="2.2"]::before {
  animation-delay: 2.7s;
}
.slide_copy.draw[delay="2.3"], .slide_copy.draw[delay="2.3"]::before {
  animation-delay: 2.8s;
}
.slide_copy.draw[delay="2.4"], .slide_copy.draw[delay="2.4"]::before {
  animation-delay: 2.9s;
}
.slide_copy.draw[delay="2.5"], .slide_copy.draw[delay="2.5"]::before {
  animation-delay: 3s;
}
.slide_copy.draw[delay="2.6"], .slide_copy.draw[delay="2.6"]::before {
  animation-delay: 3.1s;
}
.slide_copy.draw[delay="2.7"], .slide_copy.draw[delay="2.7"]::before {
  animation-delay: 3.2s;
}
.slide_copy.draw[delay="2.8"], .slide_copy.draw[delay="2.8"]::before {
  animation-delay: 3.3s;
}
.slide_copy.draw[delay="2.9"], .slide_copy.draw[delay="2.9"]::before {
  animation-delay: 3.4s;
}
.slide_copy.draw[delay="3"], .slide_copy.draw[delay="3"]::before {
  animation-delay: 3.5s;
}
@keyframes intro {
  0% {
    left: 0%;
    right: 100%;
  }
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
@keyframes show {
  0%, 50% {
    color: transparent;
    background: none;
  }
  50.00001%, 100% {
    color: black;
    background: #fff;
  }
}
@keyframes showora {
  0%, 50% {
      opacity: 0;
  }
  50.00001%, 100% {
      opacity: 1;
  }
}
/* アニメーション①ここまで */

/* トップナビ */
#top_nav{
    width: 1121px;
    margin: -45px auto 0;
    box-shadow: 0 3px 30px rgba(0,0,0,0.05);
    position: relative;
    z-index: 2;
}
#top_nav.fixed{
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -560px;
}
#top_nav:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#top_nav ul{
	display: table;
	width: 100%;
	table-layout: fixed;
}
#top_nav ul li{
	display: table-cell;vertical-align: top;
    height: 150px;
    border-right: 1px solid #D6D6D6;
}
#top_nav ul li:last-child{
    border-right: none;
}
#top_nav ul li a{
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding: 25px 0 0;
    text-align: center;
    background: url(/wp-content/themes/hosp.tohoku/img/top_menu01_off.png) no-repeat center 70px #fff;
	background-size: auto 60px;
    position: relative;
    font-weight: bold;
    line-height: 1.3;
}
#top_nav ul li.top_nav02 a{
    background-image: url(/wp-content/themes/hosp.tohoku/img/top_menu02_off.png);
}
#top_nav ul li.top_nav03 a{
    background-image: url(/wp-content/themes/hosp.tohoku/img/top_menu03_off.png);
}
#top_nav ul li.top_nav04 a{
    background-image: url(/wp-content/themes/hosp.tohoku/img/top_menu04_off.png);
}
#top_nav ul li.top_nav05 a{
    background-image: url(/wp-content/themes/hosp.tohoku/img/top_menu05_off.png);
}
#top_nav ul li.top_nav06 a{
    background-image: url(/wp-content/themes/hosp.tohoku/img/top_menu06_off.png);
}
#top_nav ul li.sec a{
    padding-top: 35px;
}
#top_nav ul li a:after{
    content: "";
    background: url(/wp-content/themes/hosp.tohoku/img/arr_ms_ora.png) no-repeat;
	background-size: cover;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom:5px;
    right: 5px;
}
#top_nav ul li:nth-child(5) a:after,
#top_nav ul li:nth-child(6) a:after{
    background-image: url(/wp-content/themes/hosp.tohoku/img/arr_ms_blue.png);
	background-size: cover;
}
#top_nav ul li:hover{
    background: #EE7800;
    /*opacity:1; filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    background:linear-gradient(-45deg, #EEDC00, #EE7800);*/
}
#top_nav ul li.hover_blue:hover{
    background: #004190;
    /*opacity:1; filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    background:linear-gradient(-45deg, #004190, #0092D3);*/
}
#top_nav ul li a:hover{
    opacity:1; filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    color: #fff;
    text-decoration: none;
    background: url(/wp-content/themes/hosp.tohoku/img/top_menu01_on.png) no-repeat center 70px;
	background-size: auto 60px;
}
#top_nav ul li.top_nav02 a:hover{
    background-image: url(/wp-content/themes/hosp.tohoku/img/top_menu02_on.png);
}
#top_nav ul li.top_nav03 a:hover{
    background-image: url(/wp-content/themes/hosp.tohoku/img/top_menu03_on.png);
}
#top_nav ul li.top_nav04 a:hover{
    background-image: url(/wp-content/themes/hosp.tohoku/img/top_menu04_on.png);
}
#top_nav ul li.top_nav05 a:hover{
    background-image: url(/wp-content/themes/hosp.tohoku/img/top_menu05_on.png);
}
#top_nav ul li.top_nav06 a:hover{
    background-image: url(/wp-content/themes/hosp.tohoku/img/top_menu06_on.png);
}
#top_nav ul li a:hover:after{
    background-image: url(/wp-content/themes/hosp.tohoku/img/arr_ms_whi.png);
}
#top_nav.sec_nav {
    margin: -5px auto 0;
}
#top_nav.sec_nav ul li{
    height: 80px;
}
#top_nav.sec_nav ul li:last-child{
    border-right: none;
}
#top_nav.sec_nav ul li a{
    background: #fff;
    padding-top: 20px;
    letter-spacing: 1px;
}
#top_nav.sec_nav ul li.sec a {
    padding-top: 30px;
}
#top_nav.sec_nav ul li a:hover{
    background: none;
}

/* トップバナー */
.top_bn_main{
    text-align: center;
    width: 1121px;
    margin: 10px auto 0;
}
.top_bn_main:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.top_bn_main li{
    float: left;
    margin-top: 20px;
    /*box-shadow: 0 3px 30px rgba(0,0,0,0.2);*/
}
.top_bn_main li.top_bn_main01 img{
    margin-top: -20px;
}
.top_bn_main li.top_bn_main02,
.top_bn_main li.top_bn_main03,
.top_bn_main li.top_bn_main04{
    margin-left: 20px;
}
.top_bn_main li:hover {
	opacity: 0.6;
}

/* お知らせ */
.hg-box.ps a span:before{
    content:none;
}
.hg-2105 { 
    max-width:1120px; 
    margin:25px auto 0; 
    padding:25px; 
    line-height:1.8;
}
.hg-2105 > div { 
    padding:25px;
}
.hg-2105 ul li{ 
    position: relative;
    display:inline-block;
}
.hg-2105 ul li span{ 
    padding-right: 1em;
}
.hg-2105 ol li{ 
    display:table;
}
.hg-2105 ol li span{ 
    display:table-cell;
    padding-left: 1em;
}
@media screen and (max-width: 768px){
    .hg-2105 { 
        margin:5% 5% 0; 
        padding:20px; 
        width:90%; 
        line-height:1.6;
        font-size:94%;
    }
    .hg-2105 > div { 
        padding:20px;
    }
}

/* お知らせ */
#contents_base{
    max-width: 1120px;
    margin: auto;
}
#newscal_wrap{
    margin-top: 57px;
}
.info_nav{
    width: 275px;
    float: left;
    margin-right: 40px;
}
.info_nav h2 {
	font-size: 175%;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.disnone {
    display: none;
}
.info_nav ul li{
    font-size: 113%;
	letter-spacing: 0.1em;
    font-weight: bold;
    padding: 14px 15px 13px 0;
    margin: 5px 0;
}
.info_nav ul li:hover{
    color: #EE7800;
    cursor: pointer;
} 
.info_nav ul li.select {
    background: url(/wp-content/themes/hosp.tohoku/img/top_info_bg.png) no-repeat right center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.news_detail{
    float: right;
    width: 805px;
}
#hnews_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.news_detail dl{
    display: table;
    margin-bottom: 19px;
    width: 100%;
    max-width: 805px;
}
.event_news_left .news_detail dl{
	max-width: 470px;
	min-height: 91px;
	float: left;
}
.event_news_left .news_detail dl:nth-of-type(even){
	margin-left: 60px;
}
.p_departments .news_detail dl{
    margin-bottom: 0;
}
.news_detail dl dt,
.news_detail dl dd{
    display: table-cell;
    border-bottom: 1px solid #D9DADD;
    padding-bottom: 15px;
    vertical-align: top;
}
.news_detail dl dt{
    width:192px;
    border-bottom: 1px solid #E0BC9B;
}
.event_news_left .news_detail dl dt{
	width: 160px;
}
.news_detail dl dd.roboto{
    border-bottom: none;
    width: 50px;
    letter-spacing: 3px;
    line-height: 1;
}
.news_detail dl dt .date{
    display: block;
	line-height: 1.1;
}
.news_detail dl dd a{
    line-height: 1.4;
}
.event_news_left .news_detail dl dd a{
	letter-spacing: 0.1em;
}
.news_detail .info_btn{
    display: inline-block;
    background: #EE7800;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 10px 2px;
    margin: 10px 5px 0 0;
    border-radius: 25px;
}
/*.news_detail .info_btn:hover{
    text-decoration: none;
	opacity: 0.6;
	color: #fff;
}*/
.news_detail .info_btn.target_btn{
    background: none;
    border: 1px solid #F6BB7F;
    color: #EE7800;
}
.news_detail .info_btn.target_btn.important{
    background: #E81C24;
    border: none;
    color: #fff;
}
.news_detail .info_btn.staff,
.news_detail .info_btn.recruit_news,
.news_detail .info_btn.teacher,
.news_detail .info_btn.assistant,
.news_detail .info_btn.clerk,
.news_detail .info_btn.other,
.news_detail .info_btn.doctor,
.news_detail .info_btn.nurse,
.news_detail .info_btn.target_btn.medical-2{
    border: 1px solid #8AA1C5;
    color: #004190;
    background: none;
}
.news_detail .info_btn.staff a,
.news_detail .info_btn.target_btn.medical-2 a {
	text-decoration: none;
}
.news_detail p.center{
    margin-top: 30px;
}
.event_news_left .news_detail p.center{
    margin-top: 12px;
}
.newsDetail {
	padding: 50px;
}
.newsDetail h2 {
	letter-spacing: 0;
}


/* PICKUP */
#top_pickup{
    margin-top: 60px;
}
.pickup_col{
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding:50px 0;
}
.pickup_col:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.pickup_col:before{
    content: "";
    background:linear-gradient(90deg, rgba(238,120,0,1), rgba(238,120,0,0.3));
    opacity: 0.08;
    width: 1900px;
    height: 400px;
    position: absolute;
    right: -160px;
    top: 0;
    z-index: 0;
}
.pickup_col .ttl{
    position: relative;
    float: left;
    width: 265px;
    margin-right: 115px;
    padding-top: 25px;
    z-index: 1;
}
.pickup_col .ttl h2{
    letter-spacing: 0.15em;
	margin-bottom: 15px;
	font-size: 175%;
}
.pickup_col .ttl h2:before{
    content: "";
    background: #EE7800;
    height: 1px;
    width: 240px;
    position: absolute;
    top: 45px;
    right: -115px;
}
.pickup_col .ttl p{
    line-height: 1.8;
}
.pickup_col .ttl .btn{
    width: 100%;
    display: block;
    margin-top: 22px;
    padding: 15px 35px;
    font-size: 88%;
}
.pickup_col .btn.sp{
    display: none;
}
.top_pickup_lists{
    position: relative;
    margin-right: -10px;
    /*box-shadow: 10px 10px 50px rgba(0,0,0,0.16); */
}
.top_pickup_lists:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.top_pickup_lists li{
    float: left;
    width: 360px;
    margin-right: 20px;
    border-bottom: 5px solid #EE7800;
    /*box-shadow: 10px 10px 50px rgba(0,0,0,0.16);*/
}
.top_pickup_lists li:last-child{
    margin-right: 0;
}
.top_pickup_lists li .post_lists_img{
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center center;
}
.top_pickup_lists li .post_lists_ex{
    margin: 30px 30px 0;
    border-bottom: 1px solid #D9D9D9;
}
.top_pickup_lists li p{
    height: 73px;
    overflow: hidden;
    margin-bottom: 30px;
    line-height: 1.63;
	font-weight: bold;
}
.top_pickup_lists li p.fs14{
    height: 68px;
	font-weight: normal;
}
.top_pickup_lists li .arr_bg_ora_white{
    padding: 25px;
    font-size: 88%;
    color: #333;
    text-decoration: none;
}
.top_pickup_lists a.arr_bg_ora_white:hover {
	color:#EE7800;
	/*background: rgba(241,147,51,0.05);*/
}
.top_pickup_lists li .arr_bg_ora_white:after{
    right: 30px;
}
.top_pickup_lists .btn {
	border-radius: 0;
}
#research.pickup_col .ttl {
    margin-left: 115px;
    margin-right:0;
    float: right;
}
#research.pickup_col:before {
    background:linear-gradient(-90deg, rgba(238,120,0,1), rgba(238,120,0,0.3));
    left: -160px;
    right: auto;
}
#research.pickup_col .ttl h2:before {
    right:auto;
    left: -115px;
    width: 100px;
}
#research.pickup_col .top_pickup_lists{
    float: left;
}
#pickup.pickup_col{
    padding: 8px 0 80px;
}
#pickup.pickup_col:before {
    content: none;
}
#pickup.pickup_col h2{
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
	font-size: 175%;
}
#pickup.pickup_col h2:before{
    content: "";
    background: #EBB279;
    height: 20px;/*18*/
    width: 1px;
    position: absolute;
    top: 45px;/*73*/
    right: 50%;
}
#pickup.pickup_col h2 + p{
	text-align: center;
	margin-bottom: 25px;
}
#pickup.pickup_col ul{
    margin-right: -20px;
}
#pickup .slick-list.draggable{
    /*box-shadow: 10px 10px 50px rgba(0,0,0,0.16);*/
}
#pickup .slick-slide{
    margin-right: 20px;
    /*box-shadow: 10px 10px 50px rgba(0,0,0,0.16);*/
}
#pickup .slick-slide li{
    box-shadow: 0 0 0;
}
#pickup .slick-prev, 
#pickup .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 44%;
    display: block;
    width: 48px;
    height: 48px;
    margin-top: -10px;
    border-radius: 25px;
    z-index: 30;
}
#pickup .slick-prev {
    left: -75px;
    background: url(/wp-content/themes/hosp.tohoku/img/slide_left.png) no-repeat center center #F19333 !important;
    background-size: 12px auto !important;
}
#pickup .slick-next {
    right: -55px;
    background: url(/wp-content/themes/hosp.tohoku/img/slide_right.png) no-repeat center center #F19333 !important;
    background-size: 12px auto !important;
}
#pickup.pickup_col .ttl{
    margin: auto;
    float: none;
}

/* ウェルビーイング宣言　TOPバナー*/
.well_being_area{
	margin-top: 60px;
	padding-top: 60px;
	text-align: center;
	background: #fff;
}
.well_being_area img:hover{
	opacity: 0.5;
}

/* ピックアップ　2021年5月更新*/
/* #pickup_n{
	padding: 60px 0 47px;
	background-color: #fff;
	width: 2000px;
    margin: 0 -440px;
} */
.pickup_new{
	position: relative;
	z-index: 2;
	margin: 0 auto;
	max-width: 1120px;
}
.pickup_new:after{
	content: "";
	display: block;
	width: 2000px;
	height: 245px;/*775px*/
	position: absolute;
	top: 50px;
	right: 50%;
	transform: translate(50%);
	background: linear-gradient(to right, #0D458B, #EE7800);
	opacity: 0.08;
	z-index: -1;
}
.pickup_new_lists{
	margin-right: -40px;
}
.pickup_new_lists li{
	float: left;
    width: 346px;
    margin-right: 41px;
}
/*.pickup_new_lists li:nth-of-type(1),
.pickup_new_lists li:nth-of-type(2){
	width: 540px;
    margin-right: 40px;
	margin-bottom: 40px;
}*/
.pickup_new_lists li:last-of-type{
	margin-right: 0;
}
.pickup_new_lists li .post_lists_img{
	width: 100%;
    height: 210px;
    background-size: cover;
    background-position: center center;
}
/*.pickup_new_lists li:nth-of-type(1) .post_lists_img,
.pickup_new_lists li:nth-of-type(2) .post_lists_img{
	 height: 330px;
}*/
.pickup_new_lists li dl{
	height: 135px;
	padding: 30px;
	background-color: #FFF8F2;
	box-sizing: border-box;
}
/*.pickup_new_lists li:nth-of-type(1) dl,
.pickup_new_lists li:nth-of-type(2) dl{
	 height: 160px;
}*/
.pickup_new_lists li dl dt{
	margin-bottom: 20px;
	position: relative;
}
.pickup_new_lists li dl dd{
	font-weight: bold;
	height: 40px;
    overflow: hidden;
}
/*.pickup_new_lists li:nth-of-type(1) dl dd,
.pickup_new_lists li:nth-of-type(2) dl dd{
	font-size: 125%;
	height: 52px;
}*/
.pickup_new_lists .info_btn{
    display: inline-block;
    background: #EE7800;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 10px 2px;
    margin: 0;
    border-radius: 25px;
	position: absolute;
	top: -5px;
	right: 0;
	white-space: nowrap;
}
.pickup_new_lists li:nth-of-type(3) .info_btn,
.pickup_new_lists li:nth-of-type(4) .info_btn,
.pickup_new_lists li:nth-of-type(5) .info_btn{
	max-width: 190px;
    overflow: hidden;
}
.pickup_new .ttl{
	position: relative;
    width: 265px;
    margin: auto;
    padding-top: 25px;
    z-index: 1;
}
.pickup_new .ttl .btn{
	width: 100%;
    display: block;
    margin-top: 22px;
    padding: 15px 35px;
    font-size: 88%;
}

/* 230426ピックアップバナー */
.pickup_bn{
    list-style: none;
    padding: 0;
    margin: 30px -40px 0 0;
}
.pickup_bn:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.pickup_bn li{
    width: 540px;
    float: left;
    margin-right: 40px;
}
.pickup_bn a:hover img{
    opacity: 0.5;
}

/* TOP ピックアップ 2025年3月 */
.pickup_box{
    border: solid 1px #EE7800;
    background-color: #ffffff;
    padding: 35px 40px 37px 40px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}
.pickup_box .title_wrap{
    width: 220px;
    white-space: nowrap;
    display: table-cell;
}
.pickup_box .title_wrap .img{
    width: 16px;
    margin-top: 3px;
    margin-right: 5px;
}
.pickup_box .title_wrap .title{
    font-size: 125%;
    color: #EE7800;
    white-space: nowrap;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.pickup_box_lists{
    display: table-cell;
}
.pickup_box_lists li {
    margin-bottom: 18px;
}
.pickup_box_lists li:last-of-type{
    margin-bottom: 0;
}
.pickup_box_lists dl {
    width: 100%;
    display: table;
}
.pickup_box_lists dl dt {
    width: 192px;
    border-bottom: 1px solid #004190;
    padding-bottom: 13px;
    display: table-cell;
}
.pickup_box_lists dl dd {
    border-bottom: 1px solid #D9DADD;
    padding-bottom: 13px;
    display: table-cell;
    line-height: 1.65;
}
.pickup_box_lists li:last-of-type dl dt,
.pickup_box_lists li:last-of-type dl dd{
    border-bottom: none;
    padding-bottom: 0;
}
.pickup_box_lists dl dt .date{
    display: block;
}
.pickup_box_lists .info_btn{
    display: inline-block;
    background: #EE7800;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px 4px;
    margin: 5px 0 0 0;
    border-radius: 25px;
	white-space: nowrap;
}

/* 活動?セミナー */
#event_news_wrap{
    background: -moz-linear-gradient(right, #0d458b14, #ee780014);
    background: -webkit-linear-gradient(right, #0d458b14, #ee780014);
    background: linear-gradient(to right, #0d458b14, #ee780014);
    width: 2000px;
    margin: 0 -440px;
}
.event_news_inner{
    max-width: 1120px;
    margin: 0 auto;
    padding: 80px 0;
}
.event_news_left{
    width: 100%;
}
.event_news_left h2 {
	letter-spacing: 0.1em;
	font-size: 175%;
	margin-bottom: 40px;
	line-height: 1;
}
.event_news_left .event{
    position: relative;
	padding: 55px 60px 60px;
}
.icon_calendar{
    position: absolute;
    top: -15px;
    right: -10px;
    padding: 15px;
    border-radius: 35px;
}
.icon_calendar:hover {
	opacity: 1;
	background: #7E9FC7;
}
.icon_calendar img{
	height: 30px;
}
.event_news_left .news_detail,
.event_news_right .news_detail{
    float: none;
    width: auto;
}
.event_news_inner h3 span{
    font-weight: normal;
    letter-spacing: 1px;
}
.news_detail dt.medical-2,
.news_detail dt.staff{
    border-bottom-color: #5980AE;
}
.event_news_inner .news_detail .btn{
    max-width: 264px;
    padding: 15px;
    margin: auto;
    font-size: 88%;
    /*box-shadow: 0 8px 20px rgba(0,0,0,0.16);*/
}
.event_news_inner .news_detail .arr_bg_ora_white:after {
    right: 13px;
    top: 13px;
}

/* へっそ */
.event_news_right{
    float: right;
    width: 435px;
}
.event_news_right .news_detail.hesso .flexslider{
    /*overflow-y: auto;
    height: 409px;*/
    margin: 0 -30px 0 0;
}
.event_news_right .news_detail.hesso .flexslider .slides{
    padding: 0 20px 0 0;
}
.event_news_right .news_detail.hesso .flexslider .slides .draggable{
	height: 440px !important;
}
.news_detail.hesso .img_area{
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.news_detail.hesso .img_area img{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}
.news_detail.hesso dl dt {
    width: 140px;
}
.color_gray a{
    color: #999;
}
.news_detail.hesso .titles a{
    font-weight: bold;
    color: #EE7800;
}
.news_detail.hesso p.date{
    margin-bottom:5px;
}
.news_detail.hesso p.text{
    color: #EE7800;
    margin: 10px 0 0px;
}
.news_detail.hesso dl dt {
    width: 140px;
	/*
	border: none;
	border-top:1px solid #E0BC9B;
	padding-top: 30px;
	*/
	padding-bottom: 20px;
	border: none;
}
.news_detail.hesso dl {
	margin-bottom: 20px;
	height: 205px;
	overflow: hidden;
	display: block;
}
.news_detail.hesso dl dd {
	padding-bottom: 20px;
	border: none;
}
.news_detail.hesso dl dd:last-child {
	background: none;
}
.news_detail.hesso dl {
	background: url(/wp-content/themes/hosp.tohoku/img/sp_news_line.png) no-repeat center bottom;
	background-size: 670px 1px;
    background-position: -239px bottom;
}
/*
.news_detail.hesso dl dd {
	padding-top: 30px;
	padding-bottom: 0;
	border: none;
	border-top:1px solid #D9DADD;
}
*/

/* 募集バナー群 */
.home_bn1{
    clear: both;
    /* padding-top: 40px; */
    margin-bottom: 60px;
}
.home_bn1 ul{
    display: flex;
    flex-wrap: wrap;
}
.home_bn1 ul li{
    /* float: left; */
    width: 550px;
    margin: 0 20px 20px 0;
    /*box-shadow: 0 8px 50px rgba(0,0,0,0.16);*/
}
.home_bn1 ul li:nth-child(2n){
    margin-right: 0;
}
.home_bn1 ul li a{
    display: table;
    border-right: 5px solid #004190;
}
.home_bn1 ul li a img{
    float: left;
}
.home_bn1 ul li a:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.home_bn1 ul li a .ttl{
    padding: 22px 28px 20px 40px;
    font-weight: bold;
    font-size: 125%;
    display: table-cell;
    box-sizing: border-box;
    width: 305px;
	vertical-align: middle;
}
.home_bn1 ul li:nth-child(2n) a .ttl{
    padding: 38px 28px 35px 40px;
}
.home_bn1 ul li a.ttl.arr_circle_blue:after {
    right: 15px;
}
.home_bn1 ul li a .ttl.icon_link{
    background: url(/wp-content/themes/hosp.tohoku/img/icon_link.png) no-repeat left 20px center;
}
.home_bn1 ul li a .ttl span{
    display: block;
    margin-top: 5px;
    font-size: 70%;
}
.home_bn1 ul li:hover {
	background: #eff5ff;
}
.home_bn1 ul li:hover a {
	text-decoration: none;
	color: #004190;
	opacity: 1;
}
.home_bn1 ul li:hover img {
	opacity: 0.65;
	position: relative;
}


/* =スライドバナー */
#hcnav{
    width: 2000px;
    margin: 0 -440px;
    overflow: hidden;
}
#hcnav a:hover img {
		opacity: 0.6;
}
.hcnav_inner{
    max-width: 1120px;
    margin: auto;
    /* padding: 50px 0 60px; */
    padding: 0;
}
.top_slide{
    width: 550px;
    margin: auto;
    opacity: 0;
    transition: opacity .3s linear;
}
.top_slide.slick-initialized{
  opacity: 1;
}
.top_slide .slick-slide {
    transition: all 300ms ease;
}
.top_slide .slick-slide li{
    box-sizing: border-box;
}
.top_slide .slick-slide img{
    max-width:  100%;
    display: block;
}
.top_slide .slick-slide.slick-center{
    transition: all 300ms ease;
    opacity: 1;
    margin: 0;
}
.top_slide .slick-slide.slick-center li{
    padding: 0;
}
.top_slide .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.top_slide .slick-slide.slick-center img{
    padding: 0;
    width: auto;
    /*box-shadow: 30px 30px 60px rgba(0,0,0,0.2);*/
}
.top_slide .slick-list {
    overflow: visible;
}

.top_slide .slick-prev, 
.top_slide .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 46%;
    display: block;
    width: 48px;
    height: 48px;
    margin-top: -10px;
    border-radius: 25px;
    z-index: 10;
}
.top_slide .slick-prev {
    left: 30px;
    background: url(/wp-content/themes/hosp.tohoku/img/slide_left.png) no-repeat center center #F19333 !important;
    background-size: 12px auto !important;
}
.top_slide .slick-next {
    right: 30px;
    background: url(/wp-content/themes/hosp.tohoku/img/slide_right.png) no-repeat center center #F19333 !important;
    background-size: 12px auto !important;
}
.top_slide .slick-prev:hover,
.top_slide .slick-next:hover {
	opacity:  0.6;
} 
.top_slide .slick-dots {
    bottom: auto;
    top: -40px;
}
.top_slide .slick-dots li button:before {
    content: "-";
    color: #DADBDD;
    font-size: 1px;
    height: 1px;
    width: 40px;
    line-height: 0.2;
}
.top_slide .slick-dots li {
    height: 1px;
    width: 40px;
    margin: 0;
}
.slick-prev:before,
.slick-next:before{
	content: none;
}
.top_slide .slick-dots li button {
    display: block;
    border-radius: 0;
    background: #DADBDD;
    height: 1px;
    width: 40px;
    padding: 0;
}
.top_slide li.slick-active button {
    background: #EE7800;
}
.top_slide .slick-dots li.slick-active button:before {
    color: #EE7800;
}
.slick-counter{
    display: inline-block;
    margin-left: 20px;
    position: relative;
    bottom: -5px;
}

/* PAGETOP上バナー */
#hcnav_wrap .hcnav_inner {
	padding: 30px 0;
}


/* =威廉希尔中文网站_WilliamHill官网
----------------------------------------------- */
/* 診療内容 */
.dp-info-box{
    table-layout: fixed;
    margin-bottom: 30px;
    width: 100%;
}
.dp-info-box th,
.dp-info-box td{
    vertical-align: middle;
    text-align: center;
    padding: 20px;
}
.dp-info-box a{
	text-decoration: underline;
}
.dp-info-box tr:first-child td a{
    pointer-events: none !important;
	text-decoration: none;
}
.dp-info-box tr:first-child td a:hover{
    color: #333 !important;
    text-decoration: none !important;
}
.dp-info-box tr:nth-child(2) td:last-child a:after,
.department_content_link p a[target="_blank"]:after{
    content: "";
    background: url(/wp-content/themes/hosp.tohoku/img/icon_link_ora.png) no-repeat center center;
    width: 12px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
}
.dp-tab{
    margin-bottom: 10px;
}
.dp-content h3{
	border-left: 3px solid #EE7800;
	font-size: 163%;
	line-height: 1.3;
	padding: 5px 17px 1px;
	margin-top: 80px;
	margin-bottom: 17px;
	letter-spacing: 0;
	clear: both;
}
.dp-content > h3:first-child,
.dp-content .doc-area h3:first-of-type{
    margin-top: 0;
}
.dp-content h4{
    color: #EE7800;
    font-size: 113%;
    margin: 60px 0 20px;
}
.dp-content .doc-txt h4:first-child {
    margin-top: 5px;
}
.dp-content h3 + h4 {
    margin-top: 25px;
}
.page-template-page-tpl_department_institute .dp-content h4{
    color: #004190;
}
.page-template-page-tpl_department_institute .dp-content h4:before {
    background-color: #004190;
}
.img-area {
	overflow: hidden;
	margin: 0px 0px 14px 0px;
}
 .img-box {
	text-align: center;
	margin: 0px auto 14px auto;
}
 .img-box img {
	max-width: 100%;
	height: auto;
	margin: auto;
	display: block;
}
 .img-box p {
	margin: 0px;
}
/*
 .img-box .caption {
	font-size: 12px;
}
*/
 .img-area.style2 {
	width: 704px;
	overflow: hidden;
}
 .style2 .img-box {
	width: 338px;
	float: left;
	margin: 0px 14px 14px 0px;
}
 .img-area.style3 {
	width: 704px;
	overflow: hidden;
}
 .style3 .img-box {
	width: 338px;
	float: left;
	margin: 0px 14px 14px 0px;
}
 .img-area.style4 {
	width: 200px;
	float: right;
	margin: 0px 0px 0px 20px;
	clear: right;
}
 .img-area.style4::after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
 .style4 .img-box {
	width: 200px;
	text-align: left;
}
 .style4 .img-box p.caption{
	font-size: 82%;
}
img.aligncenter {
    display: block;
    margin: auto;
}
.contentPagetop{
    display: none !important;
}

.emergent_news-template-default  .img-area.style2 .img-box {
	width: 330px;
}
.emergent_news-template-default  .img-area.style3 {
	width: auto;
}
.emergent_news-template-default  .img-area.style3 .img-box {
	width: 330px;
}
.emergent_news-template-default  .img-area.style3 .img-box:last-child {
	margin-right: 0;
}

/*
.dp-content h3.m01 + h4{
    margin-top: 0;
}
*/
/*
.department_content_link {
    border-top: 1px solid #C4C5C8;
    border-left: 1px solid #C4C5C8;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.department_content_link:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.department_content_link p{
    float: left;
    width: 33.3%;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #C4C5C8;
    border-right: 1px solid #C4C5C8;
}
.department_content_link p:nth-child(3n+1){
    clear: both;
}
*/
.department_content_link p {
	margin-bottom: 5px !important;
}

.news_detail.no_float{
    float: none;
    width:auto;
}
.news_detail.no_float dl{
    max-width: 1200px;
}
.news_detail.no_float dl dt{
    width: 100px;
    font-weight: normal;
}
.news_detail.no_float dl dt,
.news_detail.no_float dl dd{
    padding: 22px 0;
}
.news_detail.no_float dl dd a{
    display: block;
    position: relative;
    padding-right: 30px;
    color: #333;
    text-decoration: none;
}
.news_detail.no_float dl dd a:hover {
	color: #EE7800;
}
.news_detail.no_float dl dd a:after {
    content: "";
    background: url(/wp-content/themes/hosp.tohoku/img/arr_slide_r.png) no-repeat center center #EE7800;
    background-size: 6px auto;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-top: -12px;
    right: 0;
    top: 50%;
    border-radius: 25px;
}
.page-template-page-tpl_department_institute .news_detail.no_float dl dd a:after{
    background-color: #004190;
}
.page-template-page-tpl_department_institute .news_detail dl dt {
    border-color: #5980ae;
}
.p_departments .news_detail dd {
	padding: 0 !important;
}
.p_departments .news_detail dd a {
	padding: 20px 40px 20px 0 !important;
}
.p_departments .news_detail dd a.pdf {
	padding-left: 26px !important;
}

/* 医師紹介 */
.dp-content .doc-img{
    width: 260px;
    float: right;
    margin-left: 40px;
    text-align: center;
}
.dp-content .doc-img img{
    /*box-shadow: 20px 20px 0 rgba(0,0,0,0.05)*/
}
.dp-content .doc-img p{
    font-weight: bold;
    margin: 15px 0 0;
}
 .dp-content .doc-img p {
	margin-bottom: 10px;
}
 .dp-content .doc-img .caption {
	margin-bottom: 0;
}
.dp-content .doc-img + .doc-txt {
    float: left;
    max-width: 720px;
}
.dp-content .doc-area:after,
.dp-content .doc-box:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.dp-content ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 1.5em;
	display: block;
	margin-bottom: 20px;
}
.dp-content ul li {
	list-style: none;
	margin: 0 0 10px 0;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.63;
}
.dp-content ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  margin-right: 10px;
}

/* 外来担当医 */
/*

.table_wrap {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: 100%;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.table_wrap table{
    width: 100%;
    text-align: center;
}
*/
.schedules-tab {
	width: 100%;
}
.schedules-tab th {
	vertical-align: middle;
	padding: 15px;
	text-align: center;
	white-space: normal;
}
.schedules-tab th.bg_blue_light {
	min-width: 100px;
}
.schedules-tab td {
	vertical-align: middle;
	padding: 15px;
	white-space: nowrap;
	text-align: center;
	background: #fff;
}

/* 医療機関の方へ */
.area_center_info{
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
.area_center_info td{
    padding: 0;
    font-weight: bold;
    vertical-align: middle;
}
.area_center_info td:first-child{
    border-right: none;
}
.area_center_info td:nth-child(2){
    border-left: none;
}
.area_center_info td:first-child p{
    border-right: 1px solid #C4C5C8;
}
.area_center_info a.arr_bg_blue_white{
    padding: 30px;
    position: relative;
    color: #333;
    text-decoration: none;
}
.area_center_info .arr_bg_blue_white:after {
	right:15px;
}
.area_center_info a.arr_bg_blue_white:hover {
	background: #D0DEF3;
	color: #004190;
}
 .dp-content .area_center_info p {
	margin: 0;
}
.dp-content .right-txt {
	text-align: right;
}
.layoutTable2 {
	border: none;
	width: auto !important;
}
.layoutTable2 td {
	width: 3em !important;
	border: none;
	padding: 0px;
}
.layoutTable2 td:first-child {
	width: 200px !important;
}
.layoutTable2 td.al-right {
	text-align: right;
}
 .al-right {
	text-align: right;
}

/* 栄養管理室 */
.page-id-21295 .doc-intro{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.page-id-21295 .doc-intro:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.page-id-21295 .dp-content .doc-intro .doc-box{
	width: 100%;
	box-sizing: border-box;
}
.dp-content .doc-intro .doc-box.sec{
	width: 50%;
	float: left;
}
.page-id-21295 .dp-content .doc-intro .doc-box .doc-p img{
	width: 128px;
}
.dp-content .doc-intro .doc-box.sec .doc-p{
	width: 163px;
}
.page-id-21295 .dp-content .doc-intro .doc-box.sec .doc-tab {
    width: 57%;
}
.dp-content .doc-intro .sec:nth-child(odd){
	border-left: none;
}
.dp-content .doc-intro .sec:nth-child(even){
	clear: both;
}
.page-id-21295 .dp-content .doc-intro .sec:last-child{
	border-bottom: none;
	border-right: none;
	border-left: none;
}
.page-id-21295 .dp-content .doc-intro .sec:nth-last-child(2){
	border-bottom: 1px solid #C4C5C8;
	border-right: 1px solid #C4C5C8;
}

/* NST依頼 */
.parent-pageid-21295 .activity{
	margin-bottom: 20px;
}
.parent-pageid-21295  .style4 .img-box,
.parent-pageid-21295  .img-area.style4,
.parent-pageid-21295  .img-area.style4 p{
	margin-bottom: 0;
	text-align: center;
}
.parent-pageid-21295 .activity:after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.parent-pageid-21295 .activity ul{
	margin: 0;
}
.parent-pageid-21295 .activity ul li:last-child{
	margin-bottom: 0;
}
.parent-pageid-21295 .activity + .activity{
	margin-bottom: 0;
}

/* 栄養管理システムフロー */
.page-id-21301 .con_box img.num{
	margin-top: -5px;
	margin-right: 10px;
}

/* 栄養ケアの実際 */
.page-id-21307 .type1 td.img{
	text-align: center;
    vertical-align: middle;
}
.page-id-21307 .imgArealeft,
.page-id-21310 .imgArealeft{
    max-width: 600px;
}
.page-id-21307 .imgArealeft h4{
	margin-top: 0;
}

/* 栄養指導 */
.page-id-21310 table.right,
.no-border,
.no-border td{
	border: none;
}
.page-id-21310 table.right td {
	padding-top: 0;
	border: none;
}
.page-id-21310 .clear_flow + .clear_flow{
	margin-top: 30px;
}
.page-id-21310  .dp-content p.textRight{
	margin-bottom: 10px;
}

/* 患者食管理 */
.dp-content ul.list_inline{
	margin-left: 0;
}
.dp-content ul.list_inline li:before{
	display: none;
}
.dp-content ul.list_inline li{
	display: inline-block;
    text-indent: 0;
    padding-left: 0;
	margin-right: 10px;
	float: left;
}
.dp-content ul.list_inline li:nth-child(3){
	clear: both;
}
.parent-pageid-21295.postid-21313 .activity {
    margin-bottom: 0;
}

/* 地域活動 */
.page-id-21316 .no-border td {
    border: none;
    text-align: center;
    font-size: 82%;
    padding-top: 0;
}

/* 栄養サポートセンター */
.page-id-21325 .activity .lists_basic {
	margin-bottom: 0;
}
.page-id-21325 .con_box table.center td{
	text-align: center;
}

/* =プロトコール一覧
----------------------------------------------- */
.protocol_title a {
	display: block;
	width: 100%;
	font-size: 113%;
	background: #EE7800;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	padding: 25px;
	box-sizing: border-box;
}
.protocol_title span {
	font-size: 75%;
}
.protocol_title a:hover {
	opacity: 0.65;
	color: #fff;
}
.page-id-24037 .top_menu{
	margin-top: 30px;
	width: 100%;
}
.page-id-24037 .top_menu th{
	width: 160px;
}
.page-id-24037 .top_menu th,
.page-id-24037 .top_menu td{
	vertical-align: middle;
}
.p_4100-2 .top_menu{
	width: 100%;
}

/* =ボランティア活動について
----------------------------------------------- */
.postid-21199 .img-col{
	display: flex;
	margin-right: -10px;
}
.postid-21199 .img-col:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.postid-21199 .img-col div{
	float: left;
	margin: 0 10px 0 0;
}
.postid-21199 .img-col div img{
	width: 100%;
}
.postid-21199 .img-col div p{
	margin: 0;
}
.postid-21199 .con_box.gen_box p.caption {
    text-align: center;
    font-size: 82%;
}

/* =来院される方へ
----------------------------------------------- */
.name_l{
	margin-top: 30px;
	/*font-size: 125%;*/
	font-weight: bold;
}
.localNav.link_arr li a{
	color: #333;
	text-decoration: none;
}
.localNav.link_arr li a span{
	width: 100%;
}
.p_main{
	line-height: 1.63;
	margin-bottom: 20px;
}

/* =イベント
----------------------------------------------- */
.calendar_wrap{
    margin-top: -30px;
}
.calendar_box{
    max-width: 835px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}
.calendar_box .caltitle .color_ora{
    font-size: 250%;
    font-weight: bold;
}
.calendar_box .caltitle .color_gray{
    font-size: 75%;
    font-weight: bold;
    margin-left: 20px;
    position: relative;
    top: -10px;
}
.cal_nav_wrap {
	position: relative;
}
.calendar_box .cal_nav li a{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-indent: -9999px;
}
.calendar_box .cal_nav li a.arr_left{
    background: url("/wp-content/themes/hosp.tohoku/img/arr_slide_l.png") no-repeat center center #EE7800;
    background-size: auto 12px;
    left: -60px;
}
.calendar_box .cal_nav li a.arr_right{
    background: url("/wp-content/themes/hosp.tohoku/img/arr_slide_r.png") no-repeat center center #004190;
    background-size: auto 12px;
    right: -60px;
}
.calendar_box .legend{
    text-align: right;
    font-size: 88%;
    position: absolute;
    top: 65px;
    right: 0;
}
.calendar_box .legend img{
    margin-right: 5px;
    margin-left: 25px;
	width: 19px;
}
.calendar_box .legend span:last-child img,
.calendar_box table td em img.icon02{
	width: 28px;
}
.calendar_box table td em img.icon01{
	width: 19px;
}
.calendar_box table{
    width: 100%;
    table-layout: fixed;
    border: none;
}
.calendar_box table th,
.calendar_box table td{
    font-size: 88%;
    vertical-align: top;
    text-align: right;
    padding: 5px;
    box-sizing: border-box;
    height: 60px;
    font-weight: bold;
}
.calendar_box table th{
    vertical-align: bottom;
    background: none;
    border: none;
    height: auto;
}
.calendar_box table td.sat,

.calendar_box table td.sun{
    background: #F0F0F2;
}
.calendar_box table td.din{
    background: rgba(238,120,0,0.08);
}
.calendar_box table td em{
    text-align: center;
    display: block;
}
.calendar_box table td em img{
    margin: 0 3px;
}
#powerTip {
    background: #675952;
    color: #fff;
    display: none;
    max-width: 350px;
    position: absolute;
    z-index: 2;
    border: none !important;
    padding: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
#powerTip a{
    color: #fff;
}
#powerTip a:hover{
	cursor: pointer;
}
#powerTip p + p{
	margin-top: 15px;
}
#newsArea{
    padding-top:50px;
}
#event-list{
    margin-right: -40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#event-list:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#event-list li{
    float: left;
    width: 540px;
    box-sizing: border-box;
    margin: 0 40px 40px 0;
    padding: 50px 30px 30px;
    position: relative;
    /*box-shadow: 10px 10px 30px rgba(0,0,0,0.06);*/
}
#event-list li.people-2{
    border-top: 5px solid #EE7800;
}
#event-list li.medical-2{
    border-top: 5px solid #004190;
}
#event-list li.everyone{
    border-top: 5px solid #019688;
}
#event-list li .icons{
    position: absolute;
    top: 0;
    left: 0;
    padding:5px 15px;
}
#event-list li.people-2 .icons{
    background: #EE7800;
}
#event-list li.medical-2 .icons{
    background: #004190;
}
#event-list li.everyone .icons{
    background: #019688;
}
#event-list li .icons span{
    position: relative;
    top: -6px;
}
#event-list li .icons span:before{
    position: relative;
    bottom:-5px;
}
#event-list li.people-2 .icons span:before{
	content: "";
	display:inline-block;
    background: url(/wp-content/themes/hosp.tohoku/img/event_icon01_w.png) no-repeat center center;
	background-size: cover;
    margin-right: 10px;
	width: 19px;
	height: 26px;
}
#event-list li.medical-2 .icons span:before{
	content: "";
	display: inline-block;
    background: url(/wp-content/themes/hosp.tohoku/img/event_icon02_w.png) no-repeat center center;
	background-size: cover;
    margin-right: 10px;
	width: 26px;
	height: 24px;
}
#event-list li.everyone .icons span:before{
    content: url(/wp-content/themes/hosp.tohoku/img/event_icon03_w.png);
    margin-right: 10px;
}
#event-list li .title .end{
    color: #E81C24;
}
#event-list li .title a{
    font-weight: bold;
    text-decoration: underline;
}
#event-list li .info_data{
    border:1px solid #DBDCDE;
    padding: 20px 30px 30px;
    margin-top: 15px;
    width:100%;
    box-sizing: border-box;
}
#event-list li .info_data dl{
    display: table;
    width:100%;
    margin-top:10px;
}
#event-list li dl dt,
#event-list li dl dd{
    display: table-cell;
    text-align: left;
}
#event-list li dl dt{
    width: 50px;
}
#event-list li dl dt span{
    font-weight: bold;
}
#event-list li.people-2 dl dt span{
    color: #EE7800;
}
#event-list li.medical-2 dl dt span{
    color: #004190;
}
#event-list li.everyone dl dt span{
    color: #019688;
}
#event-list li .text{
    display: none;
}
#event-list li.first:first-child{
    width: 100%;
    float: none;
}
#event-list li.first:first-child .title{
    border-left: 3px solid #EE7800;
	background: rgba(238,120,0,0.07);
    font-size: 125%;
    line-height: 1.3;
    padding: 20px 25px 15px 25px;
    margin-bottom: 17px;
    letter-spacing: 0;
}
#event-list li.medical-2.first:first-child .title{
    border-color: #004190;
	background: rgba(0,65,144,0.07);
}
#event-list li.medical-2 .title a:hover{
    color: #004190;
}
#event-list li.first:first-child .text{
    display: block;
    margin-top: 30px;
}
#event-list li.first:first-child .text .btn{
    width: 264px;
    margin: 30px auto 0;
    display: block;
}
.dp-content hr {
	clear: both;
	border: none;
	height: 1px;
	display: block;
	border-top: 1px solid #ddd;
	margin:60px 0;
	padding: 0;
}

/* =刊行物
----------------------------------------------- */
.contents-publish-html .newArea{
	display: table;
	margin-bottom: 50px;
}
.contents-publish-html .newArea > div{
	display: table-cell;
    vertical-align: top;
}
.contents-publish-html .newArea > div.rightArea{
	padding-left: 50px;
}
.contents-publish-html .bnArea{
	margin-right: -20px;
}
.contents-publish-html .bnArea:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.contents-publish-html .bnArea > .base{
	float: left;
	margin: 0 21px 17px 0;
}
.contents-publish-html .bnArea > .base span{
	font-size: 88%;
}
.contents-publish-html .bnArea > div:nth-child(6n+1){
	clear: both;
}
.contents-publish-html .bnArea > .base p{
	margin-bottom: 0;
}
.contents-publish-html .bk-list {
	margin-right: -20px;
	margin-bottom: 50px;
}
.contents-publish-html .bk-list:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.contents-publish-html .bk-list li{
	float: left;
	margin: 0 20px 20px 0;
}

/* =星の子ルーム
----------------------------------------------- */
.postid-26522 .red_box {
	text-align: left;
}
.postid-26522 .gen_box .thumbnail {
	max-width: 600px;
	margin: auto;
	display: block;
}
.postid-26522 	.img_col3 {
	text-align: center;
	margin-right: -20px;
}
.postid-26522 	.img_col3 li{
	width: 29.3%;
    display: inline-block;
    margin: 0 20px 15px 0;
}
.postid-26522 .newArea{
	display: table;
	margin-bottom: 50px;
}
.postid-26522 .newArea > div{
	display: table-cell;
    vertical-align: top;
}
.postid-26522 .newArea > div.leftArea{
	max-width: 300px;
}
.postid-26522 .newArea > div.rightArea{
	padding-left: 50px;
}
.postid-26522 .bk-list {
	margin-right: -20px;
	margin-bottom: 50px;
}
.postid-26522 .bk-list:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.postid-26522 .bk-list li{
	float: left;
    margin: 0 20px 20px 0;
    width: 230px;
}

/* =市民公開講座
----------------------------------------------- */
.public_lecture {
    margin: 0 -2% 40px 0;
    padding: 0;
    list-style-type: none;
}
.public_lecture li {
    width: 48%;
    margin: 0px 2% 20px 0;
    float: left;
}
.public_lecture img{
    max-width: 100%;
    height: auto;
}
.public_lecture:after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* =広報に関する情報（職員専用）
----------------------------------------------- */
.postid-21426 .bnArea:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.postid-21426 .bnArea .base{
	float: left;
	margin: 0 30px 30px 0;
}

/* =取材ご希望の方へ
----------------------------------------------- */
.press_lists li{
	padding: 25px;
	border-top: 1px solid #D9DADD;
}
.press_lists li:first-child{
	border-top: none;
	padding-top: 0;
}
.press_lists li:last-child{
	padding-bottom: 0;
}
.press_lists li .date{
	padding-bottom: 10px;
	font-size: 88%;
}
.press_lists dl dd .title{
	line-hight:1.63;
}
.press_lists dl dd a{
	padding-right: 30px;
}
.press_lists a.pdf {
    display: block;
}
.press_lists .btn_sq{
	margin-top: 10px;
	padding: 11px 60px 11px 20px;
    border: 1px solid #C4C5C8;
	width: 170px;
	box-sizing: border-box;
}
.press_lists .btn_sq.arr_bg_ora_white:after{
	right: 10px;
}
.koho .wauto{
	display: inline-block;
}

/* =取り組み?研究
----------------------------------------------- */
.page_tag .contents_base{
    /*background: linear-gradient(-140deg, rgba(238,120,0,0.01) , rgba(238,120,0,0.1));*/
	background: linear-gradient(rgba(255,255,255,1) , rgba(238,120,0,0));
}
.research .page_tag .contents_base{
	background: linear-gradient(rgba(255,255,255,0.45) , rgba(238,120,0,0));
}
.postid-26201 .page_tag .contents_base{
	background: none;
}
.page_tag .topicPath{
    margin-bottom: 20px;
}
.page_tag .con_box{
    max-width: 1120px;
    margin: auto;
    position: relative;
    padding: 60px 0;
}
.page_tag .con_box h3.center{
    letter-spacing: 0;
    font-size: 163%;
}
.initiative .localNav{
	margin-bottom: 0;
}
.initiative .localNav a{
	padding-right: 50px;
	font-weight:bold;
}
.initiative .localNav .arr_bg_ora_white:after{
	right: 20px;
}
.initiative .localNav .icon_blank:after {
    right: 25px;
}
.main_initiative {
	margin-bottom:55px;
}
@media screen and (max-width: 768px){/*640px*/
	.main_initiative {
		margin-bottom:40px;
	}
}
.page_tag .tag_copy{
    max-width: 740px;
    font-size: 113%;
    font-weight: bold;
    line-height: 1.63;
	margin-bottom: 20px;
}
.page_tag .outlink_box{
	padding-right: 55px;
	line-height: 1.63;
}
.page_tag .outlink_box.arr_bg_ora_white:after {
    right: 20px;
}
.page_tag .arc_box{
    position: absolute;
    z-index: 1;
    top: 130px;
    right: 2px;
    width: 346px;
    box-sizing: border-box;
    padding: 30px 50px;
	border: 1px solid #eee;
}
.research .page_tag .arc_box {
	top: 65px;
	right: 2px;
	border: 0;
}
.page_tag h2.left_line {
    margin-bottom: 25px;
}
.arc_box h3{
    font-size: 100%;
    margin: 0 0 6px;
}
.arc_box select{
    width: 100%;
    padding: 13px;
    text-align: center;
    font-size: 113%;
}
.page_tag .top_pickup_lists{
    margin-right: -40px;
    margin-top: 60px;
    position: relative;
    z-index: 0;
	margin-bottom: -30px;
}
.page_tag .top_pickup_lists.page_sec{
	margin-top: 150px;
}
.page_tag .research .top_pickup_lists{
	margin-top: 0;/*77 160*/
}
.page_tag .top_pickup_lists li{
    width: 346px;
    margin-right: 40px;
    margin-bottom: 40px;
}
.page_tag .top_pickup_lists li .tag_ttl{
    display: none;
}
.page_tag .top_pickup_lists li.first{
    width: 97%;
    height: 600px;
    float: none;
    margin-bottom: 60px;
    position: relative;
    border: none;
}
.page_tag .top_pickup_lists li.first:before {
    content: "";
    background: linear-gradient(90deg, rgba(238,120,0,0.08), rgba(13,69,139,0.08));
    width: 1720px;
    height: 555px;
    position: absolute;
    right: -520px;
    top: 0;
    z-index: 1;
}
.page_tag .research .top_pickup_lists li.first:before {
    content: "";
    background: linear-gradient(-90deg, rgba(238,120,0,0.08), rgba(13,69,139,0.08));
    left: -520px;
    right: auto;
    top: 0;
    z-index: 1;
}
.page_tag .top_pickup_lists li.first .post_lists_img{
    position: absolute;
    top: 85px;
    right: 7px;
    width: 835px;
    height: 510px;
    z-index: 2;
}
.page_tag .top_pickup_lists li .post_lists_ex{
    padding: 30px 0 0;
    margin: 0 30px;
    border-bottom: 1px solid #D9D9D9;
}
.page_tag .top_pickup_lists li.first .bg_whi{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -83px;
    width: 360px;
    box-sizing: border-box;
    z-index: 3;
    border-bottom: 5px solid #EE7800;
}
.page_tag .top_pickup_lists li.first .bg_whi .tag_ttl{
    display: block;
    padding: 30px;
    height: 80px;
    overflow: hidden;
    font-size: 125%;
    line-height: 1.4;
	margin-bottom: 0;
}
.page_tag .top_pickup_lists li.first .bg_whi .post_lists_ex{
    position: relative;
}
.page_tag .top_pickup_lists li.first .bg_whi .post_lists_ex:before{
    content: "";
    display: inline-block;
    background: #EE7800;
    width: 60px;
    height: 1px;
    position: absolute;
    top: 0;
    left: -30px;
}
.postid-26201 .page_tag .con_box{
	padding-top: 0;
}
.page_tag .sorted_pickup_lists {
    margin-bottom: 60px;
}
.page_tag .sorted_pickup_lists a {
    color: #333;
    text-decoration: none;
}
.page_tag .sorted_pickup_lists a:hover {
    color: #EE7800;
    text-decoration: underline;
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    cursor: pointer;
}

/* =お知らせ一覧
----------------------------------------------- */
.page_lists.news_detail{
    float: none;
    width: auto;
}
.page_lists.news_detail dl {
    display: table;
    margin-bottom: 20px;
    width: 100%;
    max-width: 1200px;
}
.page_lists.news_detail dl dt{
	padding-bottom: 0;
}
.page_lists .thum_img{
    height: 90px;
    width: 140px;
    background-image: url("/wp-content/themes/hosp.tohoku/img/noimg.png");
    background-size: cover;
    margin-right: 30px;
    margin-bottom: 20px;
    border: 1px solid #DBDCDE;
	overflow: hidden;
}
.page_lists .thum_img .roboto{
    font-size: 88%;
    padding: 4px 10px 3px;
    line-height: 1;
    letter-spacing: 0.1em;
    position: relative;
    top: -3px;
    display: inline-block;
}
.page_lists .date{
    margin-right: 15px;
}
.page_lists .ttl{
    margin-top: 10px;
    display: inline-block;
    color: #333;
    text-decoration: none;
}
.archive.arc_box{
    text-align: center;
    padding: 20px;
}
.archive.arc_box h3{
    display: inline-block;
    font-size: 100%;
    max-width: 265px;
    margin-right: 30px;
}
.archive.arc_box form{
    width: 265px;
    display: inline-block;
}
.archive.arc_box form select{
	width: 100%;
}
.news_detail .wp-pagenavi{
    margin-bottom: 0;
}

/* =お知らせ詳細
----------------------------------------------- */
.arc_time.news_detail{
    text-align: right;
    float: none;
    width: auto;
}
.newsDetail .body{
    margin: 30px 0;
    line-height: 2;
}
.nav-links{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #DBDCDE;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.nav-links > div {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}
.nav-links > div:last-child {
    margin-right: 0;
}
.nav-links a{
    color: #333;
}
.nav-center {
    text-align: center;
    padding: 0 3%;
}
.nav-next{
    text-align: right;
}
span.meta-nav {
	display: none;
}
 .newsDetail .body .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* =ページナビ
----------------------------------------------- */
.wp-pagenavi{
    text-align: center;
    margin: 50px 0 0;
}
.wp-pagenavi .pages{
    display: none;
}
.wp-pagenavi a,
.wp-pagenavi span{
    margin: 5px 25px;
    color: #333;
    text-decoration: none;
}
.wp-pagenavi a.page,
.wp-pagenavi span.current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
    display: inline-block;
    background: #fff;
    font-weight: bold;
    height: 50px;
    width: 50px;
    font-size: 88%;
    padding: 20px 0;
    margin: 5px;
    line-height: 0.7;
    box-sizing: border-box;
}
.wp-pagenavi span.current{
    background: #675952;
    color: #fff;
}

/* =採用情報
----------------------------------------------- */
.recruitment .con_box a,
.bosyuTab a {
    color: #333;
    text-decoration: none;
}
.recruitment #contents a:hover,
.category-doctor #contents a:hover,
.category-nurse #contents a:hover,
.category-staff #contents a:hover,
.category-recruit_news #contents a:hover,
.category-teacher #contents a:hover,
.category-assistant #contents a:hover,
.category-clerk #contents a:hover,
.category-other #contents a:hover{
    color: #004190;
    text-decoration: underline;
}
.single.doctor #contents a:hover,
.single.nurse #contents a:hover,
.single.staff #contents a:hover,
.single.recruit_news #contents a:hover,
.single.teacher #contents a:hover,
.single.assistant #contents a:hover,
.single.clerk #contents a:hover,
.single.other #contents a:hover{
    color: #EE7800;
    text-decoration: underline;
}
.lert_blue_border_box_wrap{
    border:1px solid #C4C5C8;
    margin-bottom: 30px;
}
.lert_blue_border_box_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.lert_blue_border_box{
    padding: 30px 30px 30px 50px;
    position: relative;
}
.lert_blue_border_box:before {
    content: "";
    height: 1px;
    width: 30px;
    background: #004190;
    position: absolute;
    top: 40px;
    left: 0;
}
 .lert_blue_border_box a.arr_bg_blue_white:hover,
.recruitment  .con_box .textRight a:hover{
	background: none;
	text-decoration: underline;
}
.lert_blue_border_box_wrap img{
    float: right;
    margin-left: 30px;
}
.lert_blue_border_box .arr_bg_blue_white{
    display: inline-block;
    padding-right: 45px;
    margin-bottom: 15px;
    font-size: 113%;
    font-weight: bold;
}
.lert_blue_border_box .arr_bg_blue_white:after{
    right: 10px;
}
.recruitment .con_box .center{
    text-align: center;
    margin: 60px 0 55px;
    font-size: 125%;
}
.bosyuTab{
    width: 100%;
    border: none;
    margin-bottom: 10px;
}
.bosyuTab th,
.bosyuTab td{
    background: none;
    padding: 20px;
}
.bosyuTab tr:nth-child(even) td{
    background: #F6F5F4;
}
.bosyuTab th.color_blue{
    border-top: 1px solid #004190;
    border-bottom: 1px solid #004190;
    border-left: none;
}
.bosyuTab th:last-child{
    border-top: 1px solid #675952;
    border-bottom: 1px solid #675952;
    border-right: none;
}
.bosyuTab td:first-child{
    border-left: none;
}
.bosyuTab td:last-child{
    border-right: none;
}
.bosyuTab td:first-child a{
	background: url("/wp-content/themes/hosp.tohoku/img/arr_r_bl_s_v2.png") no-repeat right center;
	background-size: 6px auto;
	padding-right: 15px;
}
.textRight {
    text-align: right;
}
.textRight a{
    display: inline-block;
    padding-right: 30px;
}
.textRight a.arr_bg_blue_white:after {
    right: 0;
}
.relation_link_box{
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 20px;
}
.relation_link_box h3{
    display: table-cell;
    width: 160px;
    text-align: center;
    font-size: 100%;
    vertical-align: middle;
}
.step_dl .btn_sq,
.relation_link_box .btn_sq{
    display: inline-block;
    font-weight: bold;
    font-size: 113%;
    padding: 20px 55px 20px 20px;
}
.relation_link_box .btn_sq + .btn_sq{
    margin-left: 10px;
}
 .btn_sq {
	text-decoration: none !important;
	color: #333 !important;
}
table.bosyuDetail th {
	padding: 15px;
	line-height: 1.6;
	vertical-align: middle;
	text-align: right;
}
table.bosyuDetail td {
	padding: 15px;
	line-height: 1.6;
}
.recruitment .news_detail.no_float dl dd a:after{
    background-color: #004190;
}
.news_detail.mh{
    max-height: 240px;
    overflow-y: scroll;
    padding-right: 15px;
}
.recruitment .con_box .mb_15{
    margin-bottom: 15px;
}

/* =迷惑行為
----------------------------------------------- */
.postid-23219 .right_img{
	float: right;
	margin-left: 30px;
}
.postid-23219 .left_contents:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.postid-23219 .left_contents h2{
	margin-top: 0;
}
.postid-23219 .left_contents_link a{
	margin-right: 10px;
}

/* =セカンドオピニオン外来
----------------------------------------------- */
.postid-21392 .red_box{
	text-align: left;
}
.postid-21392 .red_box > p:last-child{
	margin: 0;
	font-size: 125%;
}
.postid-21392 .activity{
	margin-bottom: 20px;
}

.con_box .btn_ora_sq{
    padding: 12px 55px 12px 20px;
    font-weight: bold;
    display: inline-block;
    background: #F19333;
    text-decoration: none;
    position: relative;
    color: #fff;
}
.con_box .btn_ora_sq:last-child{
    margin-left: 20px;
}
.btn_ora_sq:after{
    content: "";
    background: url(/wp-content/themes/hosp.tohoku/img/arr_r_ora_s_v2.png) no-repeat center center #fff;
    background-size: 6px auto;
    width: 24px;
    height: 24px;
    position: absolute;
    /*right: -10px;*/
    right: 15px;
    top: 50%;
    margin-top: -12px;
    border-radius: 25px;
}
.con_box .btn_ora_sq:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

/* =臨床研究?治験相談窓口
----------------------------------------------- */
.postid-21398 .con_box.gen_box img.img_madoguchi{
	max-width: 440px;
}

/* =各種相談窓口
----------------------------------------------- */
.col3 .localNav {
    flex-wrap: wrap;
    border-top: 1px solid #C4C5C8;
    border-left: 1px solid #C4C5C8;
    max-width: 1014px;
}
.col3 .localNav li {
    width: calc(100%/3);
    box-sizing: border-box;
    border-top: none;
    border-left: none;
	font-weight:bold;
}
.col3 .arr_bg_ora_white::after {
	right:20px;
}
.col3 .localNav li a[target="_blank"] {
	padding-right:26px;
}

/* =迷惑行為
----------------------------------------------- */
.postid-21383 .con_box .btn_sq {
    border: 1px solid #C4C5C8;
    font-weight: bold;
	display: inline-block;
}
.postid-21383 .con_box .btn_sq span {
    padding: 11px 60px 11px 20px;
}
.postid-21383 .con_box .btn_sq .arr_bg_ora_white:after{
	right: 20px;
}

/* =ドクターヘリ
----------------------------------------------- */
.qa_lists{
	margin-bottom: 30px;
}
.qa_lists li{
	padding: 40px 0;
	border-bottom: 1px solid#ddd;
}
.qa_lists li:last-child{
	border-bottom: none;
}
.postid-21252  .btn_sq.icon_pdf{
	margin: 30px auto;
	display: table;
}

/* =「hessoラヂオ」アーカイブ（職員専用）
----------------------------------------------- */
.koho-hesso_radio-html .con_box section{
	margin: auto;
	position: relative;
	padding-bottom: 30px;
	border-top: 1px solid #ddd;
}
.koho-hesso_radio-html .con_box section:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.koho-hesso_radio-html .gen_box section h2.base1 {
    margin-top: 50px;
}
.koho-hesso_radio-html .con_box section .imgArearight{
	position: absolute;
	top: 50px;
	right: 0;
}
.koho-hesso_radio-html .con_box section h2,
.koho-hesso_radio-html .con_box section p{
	max-width: 750px;
}
.koho-hesso_radio-html .con_box section p audio{
	width: 100%;
}
.koho-hesso_radio-html .bnArea{
	margin-right: -20px;
}
.koho-hesso_radio-html .bnArea:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.koho-hesso_radio-html .bnArea > .base{
	float: left;
	margin: 0 21px 17px 0;
	max-width: 152px;
}
.koho-hesso_radio-html .bnArea > .base br{
	display: none;
}
.koho-hesso_radio-html .bnArea > div:nth-child(6n+1){
	clear: both;
}
.koho-hesso_radio-html .bnArea > .base p{
	margin-bottom: 0;
}

/* =機構図
----------------------------------------------- */
#map{
    height: 2720px;
    margin: 0;
    padding: 0;
    background: none;
}
.leaflet-touch .leaflet-control-attribution{
    display: none;
}
.leaflet-bar a, .leaflet-bar a:hover {
    color: black !important;
}

/* =ソーシャルメディア　アカウント運用ポリシー
----------------------------------------------- */
.sns-html .listCircle{
	margin-bottom: 50px;
}
.sns-html .listCircle li{
	margin-bottom: 5px;
}

/* =リンク
----------------------------------------------- */
.link-html .listLink li{
	margin-bottom:10px;
	list-style: disc;
}
.link-html .listLink li:last-child{
	margin-bottom:0;
}

/* =サイトマップ
----------------------------------------------- */
.sitemap-html #contents {
	max-width:auto;
	background:#fff;
}
.sitemap-html #contents_base {
	margin-bottom:80px;
}

/* =汎用
----------------------------------------------- */
/*リスト*/

/* lists_basic */
ul.lists_basic {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 1.5em;
	margin-bottom: 20px;
	display: block;
}
ul.lists_basic > li {
    list-style: none;
    margin: 0 0 10px 0;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.63;
	word-break: break-word;
}
ul.lists_basic > li::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    margin-right: 10px;
}
ul.lists_basic > li:last-child {
	margin-bottom: 0;
}
table .lists_basic {
	margin-left: 0;
}
table td .lists_basic:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	ul.lists_basic {
		/*margin: 0 0 20px 0;*/
	}
}

/* lists_icon_files */
ul.lists_icon_files {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	display: block;
}
ul.lists_icon_files > li {
    list-style: none;
    margin: 0 0 10px 0;
    text-indent: -1.6em;/*-2em*/
    padding-left: 1.6em;/*2em*/
    line-height: 1.63;
}
ul.lists_icon_files li::before,
ul.lists_icon_files li::after {
    display: none;
}

/* lists_basic_ol */
ul.lists_basic_ol > li{
	list-style-type: decimal;
	margin: 0 0 15px 20px;
}
ul.lists_basic_ol > li:last-child{
	margin-bottom: 0;
}

/* lists_simple_indent */
ul.lists_simple_indent {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.lists_simple_indent li {
	margin: 0 0 0 1em;
	padding: 0;
}
ul.lists_simple_indent li::before,
ul.lists_simple_indent li::after {
    display: none;
}

/*  */
.icon {
	display: inline-block !important;
	margin-right: 5px !important;
}
.contentPagetop_wrap {
	display: none !important;
}

/* table */
.thfit {
	table-layout: auto !important;
}
.thfit th {
	width: 5%;
	white-space: nowrap;
}
.thfit th,
.thfit td {
	padding: 30px;
	vertical-align: middle;
}
.thfit td {
	text-align: left;
}

/* 四角右オレンジ矢印のリンクボタン */
.con_box a.btn_arr_box {
    width: fit-content;
    padding: 12px 60px 12px 20px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #C4C5C8;
    font-weight: bold;
    text-decoration: none;
    color: #333;
	position: relative;
}
a.btn_arr_box:hover {
    text-decoration: none;
    color: #EE7800;
    background-color: #FEF7F0;
    opacity: 1;
}
.btn_arr_box:after {
    content: "";
    background: url(/wp-content/themes/hosp.tohoku/img/arr_slide_r.png) no-repeat center center #F19333;
    background-size: 6px auto;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    border-radius: 25px;
}
a + br + .btn_arr_box,
a + br + .outlink_box{
	margin-top:10px;
}

/* PDFボタンリンク */
.news_icon_pdf{
    padding: 11px 50px 11px 20px;
    position: relative;
    text-decoration: none !important;
    border: 1px solid #C4C5C8;
    font-weight: bold;
	box-sizing: border-box;
	color: #333 !important;
	display: inline-block;
}
.news_icon_pdf:after {
    content: "";
    background: url(/pc/img/tyuuou/pdf.gif) no-repeat right center;
    width: 20px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
}
.news_icon_pdf:hover {
    background: #FEF7F0;
    opacity: 1;
    color: #EE7800 !important;
    text-decoration: none;
}

/*オンライン?セカンドオピニオン外来のご案内*/
.initiative019 a.btn_sq.arr_circle_blue{
	padding: 12px 55px 12px 20px;
	border: 1px solid #C4C5C8;
	font-weight: bold;
	display: inline-block;
}
.initiative019 a.arr_circle_blue:after{
	right: 20px;
}
.initiative019 .img_area{
	margin-top: 38px;
	text-align: center;
	font-size: 0;
}
.initiative019 .img_area img{
	width: 49%;
	height: auto;
}
.initiative019 .img_area img:first-of-type{
	margin-right: 2%;
}
.con_box.gen_box.initiative019 .img_area img{
	display: inline-block;
}
.initiative019 img.right{
	width: 500px;
	height: auto;
}
.initiative019 .left_txt{
	width: 50%;
}
.initiative019 .left_txt:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.initiative019 .qa_wrap{
	margin-bottom: 1.7em;
}
.initiative019 .qa_title{
	padding: 20px;
	border-bottom: 1px dotted #DBDCDE;
}
.initiative019 .qa_r,.initiative019 .qa_l{
	display: table-cell;
}
.initiative019 .qa_l{
	padding-left: 1em;
}
.initiative019 .qa_body{
	padding: 20px;
	border-bottom: 1px solid #DBDCDE;
}
.initiative019 .qa_title:first-of-type{
	border-top: none;
}
.initiative019 .border_area{
	border-top: solid 1px #C4C5C8;
	border-bottom: solid 1px #C4C5C8;
	margin: 60px 0;
	padding: 55px 0;
}
.initiative019 .str{
	font-weight: bold;
	font-size: 113%;
	margin: 20px 0;
}
.initiative019 .left_txt > h3.subtitle:first-of-type{
	margin-top: 0;
}
.initiative019 .btn-blue{
	margin-bottom: 1.7em;
}
.initiative019 h2.top{
	margin-top: 55px;
}
.initiative019 ul.lists_basic{
	margin-bottom: 0;
}

/*いとし（医と歯）の関係*/
.itoshi_con h2 {
    margin-top: 50px;
}
.itoshi_con h2 + .lr_box .subtitle{
    margin-top: 0;
}
.lr_box:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.lr_box .con_r{
    width: 466px;
    margin-left: 35px;
    float: right;
}
.lr_box .con_r p{
    margin-top: 5px;
}
.lr_box .con_l{
    width: 520px;
}
.itoshi_con .btn_sq.icon_pdf{
    margin: 30px auto 0;
    display: table;
}
.itoshi_con iframe{
    max-width: 100%;
}

/*TOP Webマガジン*/
/* #magazine {
	background: #EFF2F8;
    text-align: center;
	width: 1440px;
	margin: 30px 0 80px -160px;
	padding: 45px 160px 50px;
	box-sizing: border-box;
}
#magazine h2 {
	font-size: 175%;
    letter-spacing: 0.15em;
    margin-bottom: 21px;
	position: relative;
}
#magazine h2:after {
	content: "";
	width: 0.5px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: -20px;
	right: 50%;
	transform: translateX(50%);
	background-color: #EE7800;
}
.top_mg_list {
	margin: 0 -40px -40px 0;
}
.top_mg_list li {
	width: 540px;
	height: 180px;
	float: left;
	margin: 0 40px 40px 0;
}
.top_mg_list li .left_area {
	width: 295px;
	height: 100%;
	margin: 0;
	background-size: cover;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
}
.top_mg_list li .left_area:hover{
	opacity: 0.5;
}
.top_mg_list li .right_area {
	width: 245px;
	height: 100%;
	float: left;
	padding: 30px 20px 0 20px;
	box-sizing: border-box;
	text-align: left;
	background: #fff;
	position: relative;
}
.top_mg_list li .right_area a {
	margin: 5px 0 0 0;
	font-weight: bold;
	height: 75px;
    display: block;
    overflow: hidden;
	line-height: 1.6;
}
.top_mg_list li .right_area .cate {
	position: absolute;
	bottom: 0;
	border-top: solid 1px #D9D9D9;
	width: 205px;
    padding: 10px 0 0;
    margin-bottom: 13px;
    font-weight: bold;
    color: #EE7800;
	box-sizing: content-box;
    height: 19px;
    overflow: hidden;
}
#magazine .ttl {
	width: 264px;
	margin: 40px auto 0;
}
#magazine .ttl .btn {
	padding: 15px 0;
	display: block;
	white-space: nowrap;
} */
#magazine {
	background: #ffffff;
	width: 1120px;
	margin: 30px 0 80px 0;
    border: solid 1px #E60012;
}
#magazine .title_wrap{
    border-bottom: solid 1px #E60012;
}
#magazine .title_wrap .title{
    display: block;
    width: 100%;
    padding: 26px 31px;
    box-sizing: border-box;
}
#magazine .title_wrap .title:hover{
    opacity: 0.5;
}
#magazine .title_wrap .img{
    display: block;
    width: auto;
    margin: 0 auto;
}
#magazine .sub_title{
    border-bottom: solid 1px #E60012;
}
#magazine .sub_title .img{
    display: block;
    height: 16px;
    margin: 17px auto;
}
.top_mg_list {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 50px 10px 50px;
}
.top_mg_list li {
	width: 313px;
	margin: 0 40px 40px 0;
}
.top_mg_list li:nth-of-type(3n) {
    margin-right: 0;
}
.top_mg_list li .img_wrap {
	margin: 0;
    display: block;
    width: 100%;
    padding-top: 56.2%;
    position: relative;
    overflow: hidden;	
}
.top_mg_list li .img_wrap:hover{
	opacity: 0.5;
}
.top_mg_list li .img_wrap .img{        
    position: absolute;
    top: 0;
    left: 0;
}
.top_mg_list .dtl {
    letter-spacing: 0.1em;
}
.top_mg_list .dtl .title {
    font-size: 125%;    
    color: #E60012;
    margin: 23px 0 19px 0;
    display: block;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
}
.top_mg_list .dtl .title:hover {
    text-decoration: none;
    opacity: 0.5;
}
.top_mg_list .dtl .subttl {
    margin-bottom: 8px;
    font-family: "YakuHanMP", "Noto Serif JP", serif;
}
.top_mg_list .dtl .date {
    font-family: "Roboto", "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-size: 75%;
}
.top_mg_list .dtl .cate {
    margin-top: 2px;
    font-size: 88%;  
    color: #E60012;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
}
.magazine-check,
.magazine-label{
    display: none;
}

/*footer メールマガジン*/
.footer_mg_wrap {
	background: #DBDCDE;
	overflow: hidden;
	margin-top: 40px;
}
.footer_mg {
	margin: 0 auto;
	width: 890px;/*760px*/
	position: relative;
	font-size: 94%;
}
.footer_mg .ft_mg_img {
	position: absolute;
	left: 0;
    top: -23px;
}
.footer_mg .ft_mg_form {
	margin: 50px 0 35px 205px;
}
.footer_mg .ttl {
	margin: 0 10px 16px 0;
    display: inline-block;
	font-size: 125%;
	color: #004190;
	vertical-align: middle;
	letter-spacing: 0.1em;
}
.footer_mg .ttl + p {
	vertical-align: middle;
    margin-bottom: 17px;
	letter-spacing: 0.05em;
}
.footer_mg p {
	display: inline-block;
}
.footer_mg .ft_mg_mail {
	width: 380px;
	height: 50px;
	padding: 18px 15px 0 15px;
    box-sizing: border-box;
	float: left;
	resize: none;
	outline: none;
}
.footer_mg .sbmt {
	width: 100px;
	height: 50px;
	font-size: 88%;
	line-height: 50px;
	background: #EE7800;
	color: #fff;
}
.footer_mg .ft_mg_mail,
.footer_mg .sbmt {
	border-radius: 0;
    border: none;
	-webkit-appearance: none;
}
.footer_mg .mg_btn {
	width: 320px;
	height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 50px;
	background: #EE7800;
	color: #fff;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.1em;
}
.footer_mg .cnc {
	margin-left: 32px;
	padding: 0;
	font-size: 88%;
	color: #004190;
	text-decoration: underline;
	font-weight: bold;
}
.footer_mg .small {
	margin-top: 10px;
	font-size: 75%;
	letter-spacing: 0.1em;
}
/* SPメニュー　メールマガジン */
.side_menu_mg {
	background: rgba(103,89,82,0.05);
	margin: 0 -6%;
    width: 112%;
    min-height: 150px;
    box-sizing: border-box;
    position: relative;
	overflow: hidden;
    padding: 10px 0;
}
.side_menu_mg .kikin{
    margin-top: -20px;
    display: block;
}


@media screen and (max-width: 768px){/*640px*/
	.thfit th,
	.thfit td {
		padding: 10px;
	}
	.con_box a.btn_arr_box,
	.news_icon_pdf{
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
    /* =全体
    ----------------------------------------------- */
    body {
        min-width:768px;
    }
    #contents_base {
        padding: 0 3%;
    }
    .con_box,
	.gen_box,
    .dp-content.con_box {
        padding: 8% 5%;
		margin-left: -5%;
		margin-right: -5%;
    }
    .link_lists li {
        width: 32.4%;
    }
	.tb{
		display: inline-block
	}
	.page_title{
		padding: 55px 0;
		margin-top:0;
	}
    
    /* =ヘッダー
    ----------------------------------------------- */
    header {
        padding:0;
    }
    .home header {
        padding: 10px 0;
    }
	header,
	.hg-box-wrap{
		margin-top: 65px;
	}
    .home header,
	.home .hg-box-wrap,
	.hg-box-wrap + header{
		margin-top: 0;
    }
    #header_base h1{
        position: fixed;
        top: 0;
        left: 0;
        padding:13px 0 0 3%;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        border-bottom: 1px solid #D9D9DC;
        z-index: 1001;
        text-align: left;
		height: 65px;
    }
    #header_base h1 img{
        width: 146px;
		height: auto;
    }
    .header_sp_menu_btn{
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1002;
    }
    .header_sp_menu_btn li{
        float: left;
        width: 64px;
        height: 64px;
        text-align: center;
        box-sizing: border-box;
        font-size: 69%;
        color: #fff;
    }
	.header_sp_menu_btn li.header_sp_menu_btn01 {
		background: #EFF0F2;
	}
    .header_sp_menu_btn li.header_sp_menu_btn03{
        border-left: 1px solid #F7F8FB;
    }
    .header_sp_menu_btn li a{
        display: block;
        padding: 10px 0 0 0;
        text-align: center;
		height: 64px;
		box-sizing: border-box;
    }
    .header_sp_menu_btn li a:hover{
        text-decoration: none;
    }
    .header_sp_menu_btn li.header_sp_menu_btn01 a:hover{
        background: #f6efe8;
    }
	.header_sp_menu_btn02 a {
		 padding: 12px 0 0 0;
	}
	.header_sp_menu_btn03 {
		padding-top: 10px;
	}
	.header_sp_menu_btn03 label {
		display: block;
		width: 64px;
		height: 64px;
	}
    .header_sp_menu_btn li.header_sp_menu_btn02 a{
        color: #fff;
    }
    .header_sp_menu_btn li img{
        display: block;
        margin: 0 auto 3px;
		width: 30px;
    }
    .sp_tel{
        background: #EFF0F2;
        padding: 10px 3%;
        position: fixed;
        width: 100%;
        box-sizing: border-box;
        left: 0;
        top: 65px;
        z-index: 150;
		border-bottom: 1px solid #D9D9DC;
    }
    .sp_tel table{
        width: 100%;
        border: none;
		max-width: 350px;
		margin: auto;
    }
    .sp_tel table th{
        background: none;
        vertical-align: middle;
        padding: 0;
        border: none;
        text-align: center;
    }
    .sp_tel table td{
        text-align: right;
        vertical-align: middle;
        padding: 0;
        border: none;
    }
    .sp_tel table td img {
        height: 26px;
        position: relative;
        bottom: -8px;
    }
    .sp_tel table td .roboto{
        font-size: 200%;
    }
    #header_base {
        max-width: 768px;
    }
    .head_system {
        margin-top: 15px;
        z-index: 1;
		display: none;
    }
    .home .head_time{
        display: block;
    }
    .head_select {
        margin-right: 20px;
    }
    .head_search input[name=q] {
        width: 100px;
    }
    /*h1#logo {
        margin: 5px 0 15px;
        position: absolute;
        z-index: 0;
        width: 195px;
        top: 5px;
        left: 15px;
    }*/
    .head_time {
        position: static;
        margin: 20px 0;
        display: none;
    }
    .home .head_time{
        display: block;
    }
    .head_time:after {
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
    }
    .head_time dl > dd {
        padding: 0 14px;
        float: left;
    }
    .head_time dl > dd:nth-child(3){
        border-right: none;
    }
    .head_time dl > dd:nth-child(4){
        padding-left: 0;
		display: none;
    }
    .head_time dl > dd dd{
        padding: 0;
        float: none;
    }
    .head_time .btn {
        margin-left: 0;
        padding: 10px 20px;
    }
    #top_nav ul li {
        width: 33.18%;
    }
    #top_nav ul li:first-child,
    #top_nav ul li:nth-child(2),
    #top_nav ul li:nth-child(3){
        border-bottom: 1px solid #D6D6D6;
    }
    #top_nav ul li:nth-child(3) {
        border-right: none;
    }
    .foot_nav + .top_bn_main {
        width: auto;
    }
    
    /* サイド開閉メニュー */
    .nav_wrap {
        min-width: 600px;
		padding-left: 10%;
    }
    .nav_inner {
        min-width: 680px;
        padding: 5% 5% 0;
    }
	.side_menu_close{
		width: 10%;
	}
    .side_menu h1{
        float: none;
        position: absolute;
        top: 0;
        left: 3%;
    }
	.nav_wrap .head_system{
		display: block;
	}
    .nav_wrap .head_time dl > dd {
        padding: 0 5px;
        display: block;
        float: none;
    }
    .nav_wrap .head_time > dl > dd:last-child {
        margin-top: 10px;
    }
    .side_menu .head_time {
        /*font-size: 75%;*/
        margin-top: 30px;
    }
    .side_menu .head_time dl > dd .tel_num {
        font-size: 197%;
    }
    .side_menu .head_time dl > dd.header_tel img.header_tel {
        bottom: -3px;
    }
    .side_menu .head_time dl > dd .color_cg {
        margin-right: 5px;
    }
    .nav_wrap .head_time .btn{
        padding: 10px 15px;
    }
    .nav_wrap .top_bn_main {
        width: 100%;
    }
	 .side_menu_list_left li a span {
       padding: 27px 20px;
    }
	.nav_wrap .side_menu_list_left li a span {
       padding: 20px 38px 20px 20px;
    }
	.top_bn_main li {
		margin-top: 0;
	}
	.side_menu {
		padding-bottom: 30px;
	}
	.side_menu_mg {
		display: block !important;
	}
    
    /* サイド */
    .side_sns {
        left: 10px;
		display: none;
    }
    .sns_x.sp {
		display: block;
		position: static;
		text-align: center;
		margin: 0 auto;
    }
	.nav_wrap .head_time {
		margin: 20px 0 15px;
	}
	.nav_wrap .sns_x{
		/*border-top: 1px dotted #ddd;*/
		padding: 0 5px;
		margin: 0 -5%;
	}
	.sns_x li{
		display: inline-block;
		margin: 0 7px;
	}
    .btn_side{
        right: 10px;
		display: none;
    }
	.bn_mirai{
		display: none;
	}
    
    /* =フッター
    ----------------------------------------------- */
    #footer_top_base,
    #footer_base{
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box;
        position: relative;
    }
    .side_menu_list + .foot_nav {
        margin-top: 30px;
    }
    .foot_nav {
        right: 3%;
        width: 65%;
    }
    .foot_nav li {
        margin-bottom: 10px;
    }
	.copyright {
		margin-top: 35px;
	}
    
    /* =トップページ
    ----------------------------------------------- */
    /* 動画?ナビ */
    .top_movie {
        width: 100%;
        height: 432px;/*489px*/
    }
    #top_nav {
        width: 94%;
    }
    #top_nav.fixed{
        position: relative;
        bottom: auto;
        left:auto;
        margin: -45px auto 0;/*-125px*/
    }
	#top_nav.sec_nav{
		display: none;
	}
    .top_bn_main {
        width: 94%;
    }
    .top_bn_main li{
        width:100%;
    }
	.top_bn_main li.top_bn_main02{
        margin-left: 2%;
    }
    .home #home_acnav .top_bn_main li.top_bn_main02,
	.home #home_acnav .top_bn_main li.top_bn_main03{
        margin-left: 5%;
    }
    .top_bn_main li.top_bn_main02 {
		width: 41.5%;
		padding-top: 8px;
	}
    .home #home_acnav .top_bn_main li.top_bn_main02,
	.home #home_acnav .top_bn_main li.top_bn_main03{
        margin-left: 0;
		padding-top: 15px;
		float: none;
		margin: 15px auto 0;
    }
    .top_bn_main li.top_bn_main01 img {
        margin-top: -13px;
    }
    
    /* お知らせ */
    .info_nav {
        width: 20%;
        margin-right: 2%;
    }
    .info_nav ul li{
        font-size: 113%;
    }
    .news_detail {
        width: 78%;
    }
    
    /* ピックアップ */
    .pickup_col .ttl {
        width: 25%;
        margin-right: 4%;
    }
    .pickup_col .ttl .btn {
        width: 100%;
        display: block;
        margin-top: 35px;
        padding: 16px 20px;
        background-position: right 10px center;
    }
    .pickup_col .ttl .btn {
        width: 100%;
        display: block;
        margin-top: 35px;
        padding: 16px 20px;
        background-position: right 10px center;
    }
    .pickup_col .ttl h2:before {
        right: -27px;
        width: 65px;
    }
    .pickup_col .top_pickup_lists li {
        width: 34%;
    }
    .pickup_col .top_pickup_lists li .arr_circle_blue:after {
        right: 10px;
    }
    #research.pickup_col .ttl {
        margin-left: 4%;
        margin-right: 0;
    }
    #research.pickup_col .ttl h2:before {
        left: -30px;
        width: 20px;
    }
    #research.pickup_col .top_pickup_lists {
        width: 71%;
    }
    #research.pickup_col .top_pickup_lists li {
        width: 48%;
    }
    #pickup .slick-prev,
    #pickup .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
    }
    #pickup .slick-prev {
        left: -20px;
    }
    #pickup .slick-next {
        right: -20px;
    }
    #pickup li{
        margin-right: 0;
    }
	
	/* ウェルビーイング宣言　TOPバナー*/
	.well_being_area{
		width: 90%;
		padding: 30px 5%;
	}
	
	/* ピックアップ　2021年5月更新*/
	#pickup_n {
		width: 100%;
		margin: 0 0 0 -10%;
		padding: 0 10%;
	}
	.pickup_new {
		width: 100%;
		margin: 0;
	}
	.pickup_new_lists {
		margin-right: 0;
		width: 100%;
		opacity: 0;
		height: 315px;
	}
	.pickup_new_lists.slick-initialized {
		opacity: 1;
		height: auto;
	}
	.pickup_new_lists li,
	.pickup_new_lists li:nth-of-type(1), 
	.pickup_new_lists li:nth-of-type(2) {
		margin: 0 5%;
		width: 90% !important;
		display: inline-block;
	}
	.pickup_new_lists li .post_lists_img,
    .pickup_new_lists li:nth-of-type(1) .post_lists_img, 
	.pickup_new_lists li:nth-of-type(2) .post_lists_img {
		height: 340px;
	}
	@media screen and (max-width: 640px){
		.pickup_new_lists li .post_lists_img,
		.pickup_new_lists li:nth-of-type(1) .post_lists_img, 
		.pickup_new_lists li:nth-of-type(2) .post_lists_img {
			height: 180px;
		}
	}
	.pickup_new_lists li dl,
	.pickup_new_lists li:nth-of-type(1) dl, 
	.pickup_new_lists li:nth-of-type(2) dl {
		height: auto;
		padding: 23px 20px;
	}
	.pickup_new_lists li dl dd,
	.pickup_new_lists li:nth-of-type(1) dl dd, 
	.pickup_new_lists li:nth-of-type(2) dl dd {
		height: 50px;
		font-size: 100%;
		word-break: break-all;
		line-height: 1.625;
	}
	.pickup_new_lists .info_btn{
		top: 0;
		max-width: 60%;
		overflow: hidden;
	}
	.pickup_new:after {
		width: 100%;
		height: 375px;
	}
	@media screen and (max-width: 640px){
		.pickup_new:after {
			height: 215px;
		}
	}
	#pickup_n .slick-prev, #pickup_n .slick-next {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 48px;
		height: 48px;
		margin-top: 0;
		border-radius: 25px;
		z-index: 30;
	}
	#pickup_n .slick-prev {
		left: -3%;
		background: url(/wp-content/themes/hosp.tohoku/img/slide_left.png) no-repeat center center #F19333 !important;
		background-size: 12px auto !important;
	}
	#pickup_n .slick-next {
		right: -3%;
		background: url(/wp-content/themes/hosp.tohoku/img/slide_right.png) no-repeat center center #F19333 !important;
		background-size: 12px auto !important;
	}
    
    /* 230426ピックアップバナー */
    .pickup_bn{
        margin: 30px 0 0;
    }
    .pickup_bn li{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 20px;
    }

    /* ピックアップ　2025年3月更新*/
    .pickup_box{
        padding: 20px 20px 16px 20px;
        display: block;
    }
    .pickup_box .title_wrap,
    .pickup_box_lists,
    .pickup_box_lists dl{
        display: block;
        width: 100%;
    }
    .pickup_box .title_wrap{
        margin-bottom: 15px;
    }
    .pickup_box_lists dl dt{
        width: 100%;
        display: block;
        border-bottom: 0;
        padding-bottom: 6px;
    }    
    .pickup_box_lists li:last-of-type dl dt{
        padding-bottom: 8px;
    }
    .pickup_box_lists dl dd{
        display: block;
        background: url(/wp-content/themes/hosp.tohoku/img/sp_pickup_line.png) no-repeat center bottom;
        background-size: 100% 1px;
        border: none;        
    }
    .pickup_box_lists li:last-of-type dl dd{
        background: none;
    }
    .pickup_box_lists dl dt .date{
        display: inline-block;
    }
    .pickup_box_lists .info_btn{
        margin: 0 0 0 15px;
    }    
	
    /* 活動?セミナー */
    #event_news_wrap {
        width: 100%;
        padding: 0 3%;
        margin: 0 -3%;
    }
    .event_news_inner{
        max-width: 980px;
        padding-bottom: 105px;
    }
    .event_news_left {
        width: 60%;
    }
    .top_line_ora_box{ 
        padding: 5% 5% 10%;
        box-sizing: border-box;
    }
    .event_news_right {
        width: 37%;
    }
	.event_news_left .news_detail dl {
		margin-bottom: 10px;
	}
    .news_detail .event_lists dl dt,
    .news_detail .event_lists dl dd,
    #news_hesso .news_detail dl dt,
    #news_hesso .news_detail dl dd{
        display: block;
    }
    .news_detail .event_lists dl dt,
    #news_hesso .news_detail dl dt{
        border-bottom: none;
    }
    #news_hesso .news_detail dl dt{
        margin: auto;
    }
	.event_news_left .news_detail dl dt{
		width: auto;
		padding-bottom: 12px;
	}
	.event_news_left .news_detail dl dd{
		padding-bottom: 45px;
	}
	/*
    .home_bn1 ul li {
        float: left;
        width: 48.5%;
        margin: 0 3% 20px 0;
    }
    .home_bn1 ul li a img {
        width: 40%;
    }
    .home_bn1 ul li a .ttl {
        width: 60%;
        padding: 15px 15px 0 40px;
		letter-spacing: -0.05em;
    }
    .home_bn1 ul li:nth-child(2n) a .ttl {
        padding: 25px 28px 0 40px;
    }
	*/
	#event_news_wrap {
		padding-bottom: 300px;
	}
	.home_bn1 ul li {
        width: 100%;
    }
	.home_bn1 ul li a .ttl {
		width: 66.6%;
	}
    #hcnav{
        width: 106%;
        margin: 0 -3%;
        padding: 0 3%;
    }
    #hcnav{
        width: 100%;
        margin: 0 -3%;
    }
    .hcnav_inner {
        max-width: 800px;
    }
    .top_slide .slick-prev {
        left: 6%;
    }
    .top_slide .slick-next {
        right: 6%;
    }
    .home #hcnav_wrap{
        width: auto;
        margin: 0 -3%;
        padding: 0 3%
    }
    #hcb_nav{
        width: 100%;
        box-sizing: border-box;
    }
    #hcb_nav li {
        width: 19.8%;
    }
	.gen_box h2.base1,
	.news_h2{
		margin-top: 40px;
	}
	
	/* 栄養管理室 */
	.dp-content .doc-intro .doc-box.sec{
		width: 1000%;
		float: none;
	}
	.page-id-21295 .dp-content .doc-intro .sec:nth-last-child(2){
		border-bottom: none;
		border-right: none;
	}
	.dp-content .doc-intro .sec:nth-child(odd) {
		border-left: 1px solid #C4C5C8;
	}
    
    /* =肝疾患相談室
    ----------------------------------------------- */
	.con_box .icon {
		max-height: 24px;
		width: auto;
	}
	
    /* =イベント
    ----------------------------------------------- */
    .calendar_box {
        padding: 40px 10%;
    }
    .calendar_box .cal_nav li a.arr_left {
        left: -10%;
    }
    .calendar_box .cal_nav li a.arr_right {
        right: -10%;
    }
    #event-list li {
        width: 46%;
        margin: 0 4% 40px 0;
		padding:50px 5% 5%;
    }
	.category-event #newsArea {
		padding-top:40px;
	}
	#event-list li .info_data {
		padding:10px 15px 15px 15px;
	}
	#event-list li .info_data dl {
		margin-top:5px;
	}
    
    /* =取り組み?研究
    ----------------------------------------------- */
    .page_tag .top_pickup_lists {
        margin-top: 90px;
    }
	.page_tag .outlink_box{
		/*margin-top: 10px;*/
		text-align: left;
	}
    .page_tag .arc_box {
		position: static;
		width: 100%;
		margin-top: 20px;
    }
	.page_tag .research .top_pickup_lists{
		margin-top: 5%;/*40*/
	}
    .page_tag .top_pickup_lists li {
        width: 31.3%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .page_tag .top_pickup_lists li.first .post_lists_img {
        width: 600px;
        height: 400px;
    }
    .page_tag .top_pickup_lists li.first {
        height: 500px;
    }
    .page_tag .top_pickup_lists li.first:before {
        height: 530px;
    }
	
	/* =威廉希尔中文网站_WilliamHill官网
    ----------------------------------------------- */
	.link_lists li {
		width: 49%;
	}
	.link_lists li:nth-child(3n) {
		margin-right: 10px;
	}
	.link_lists li:nth-child(2n) {
		margin-right: 0;
	}
	/* 薬剤部 */
	.postid-21330 .tab_menu li {
		width: 100%;
	}
		
	/* =刊行物
	----------------------------------------------- */
	.contents-publish-html .bnArea {
		margin-right: -4%;
	}
	.contents-publish-html .bnArea > .base {
		margin: 0 4% 15px 0;
		width: 21%;
	}
	.contents-publish-html .bnArea > div:nth-child(6n+1) {
    	clear: none;
	}
	.contents-publish-html .bnArea > div:nth-child(4n+1) {
    	clear: both;
	}
	.contents-publish-html .bk-list{
		margin-right: -4%;
		text-align:center;
	}
	.contents-publish-html .bk-list li {
		margin-right: 4%;
		width: 46%;
		box-sizing: border-box;
	}
	
	/* =星の子ルーム
	----------------------------------------------- */
	.postid-26522 .bk-list li{
		width: 30%;
	}
	
	/* =迷惑行為
	----------------------------------------------- */
	.postid-23219 .left_contents h2{
		margin-top: 0;
	}
	
	/* =「hessoラヂオ」アーカイブ（職員専用）
	----------------------------------------------- */
	.koho-hesso_radio-html .con_box section {
		margin-bottom: 10px;
	}
	.koho-hesso_radio-html .bnArea {
		margin-right: -4%;
	}
	.koho-hesso_radio-html .con_box section h2,
	.koho-hesso_radio-html .con_box section p{
		max-width: 450px;
	}
	.koho-hesso_radio-html .bnArea > .base {
		margin: 0 4% 15px 0;
		width: 21%;
	}
	.koho-hesso_radio-html .bnArea > div:nth-child(6n+1) {
    	clear: none;
	}
	.koho-hesso_radio-html .bnArea > div:nth-child(4n+1) {
    	clear: both;
	}
	.koho-hesso_radio-html .bk-list{
		margin-right: -4%;
	}
	.koho-hesso_radio-html .bk-list li {
		margin-right: 4%;
		width: 46%;
		box-sizing: border-box;
	}
	
	/* =プレスリリース
	----------------------------------------------- */
	.press_lists li{
		padding: 20px 0;
	}
	
	/* =採用情報
	----------------------------------------------- */
	.bosyuTab td:first-child a{
		display: block;
	}
	
/* 旧タブレットここまで */
	
    /* =全体
    ----------------------------------------------- */
    body {
        min-width:350px;
    }
    #contents_base {
        padding: 0 5%;
    }
    .pc{
        display: none;
    }
    .sp{
        display: inline-block;
    }
	br.sp{
		display: none;
	}
	@media screen and (max-width: 640px){
		br.sp{
			display: inline-block;
		}
	}
    .con_box {
        overflow: hidden;
		margin-bottom: 40px;
    }
    #top_nav.sec_nav{
        margin-top: 10px;
        display: none;
    }
	.visit_wrap .link_lists {
		margin-bottom: 40px;	
	}
    
    /* パンくず */
    .topicPath {
        margin-bottom: 20px;
    }
    
    /* ページタイトル */
    .page_title {
        margin-top: 0;
        padding: 30px 5% 28px;
        font-size: 125%;
    }
    
    /* 背景グラデリスト */
    .link_lists{
        background: none;
        padding: 0;
        margin-bottom: 0;
    }
    .link_lists li{
        float: none;
        margin: 0 0 1% 0;
        width: 100%;
    }
    .link_lists li:nth-child(3n){
        margin-right: 0;
    }
    .link_lists li:nth-last-child(2):nth-child(3n+1),
    .link_lists li:nth-last-child(2):nth-child(3n+2),
    .link_lists li:nth-last-child(3):nth-child(3n+1){
        margin-bottom: 1%;
    }
    .link_lists li:nth-last-child(1){
        margin-bottom: 0;
    }
	.link_lists li span {
		padding-left: 20px;
	}
    h2 + .link_lists{
        margin-bottom: 40px;
    }
	.hospInner h2 + .link_lists{
        margin-bottom: 20px;
    }
    .link_lists_one h2.left_line {
		font-size: 113%;
	}
	.link_lists_one a {
		padding: 20px;
		margin-bottom: 5px;
	}
	.left_line.last {
		margin-top: 40px;
	}
	
    /* ページサブメニュー */
	.page_sub_lists{
		margin-bottom: 5%;
	}
    .page_sub_lists li{
        float: none;
        margin: 0 0 1% 0;
        width: 100%;
    }
	.page_sub_lists li a {
		padding: 25px 30px 23px 50px;
	}
    
    /* ページテーブルナビ */
    .page_table_lists td {
        display: block;
        border-top: none;
        border-left: none;
    }
    
    /* 旧画像配置 */
     .img-area.style2,
     .img-area.style3 {
        width: auto;
    }
     .style2 .img-box,
     .style3 .img-box {
        width: 100%;
        float: none;
        margin: 0px 0 14px 0px;
    }

	/* 画像スクロール */
	.tscroll_wrap img{
		max-width: 150%;
	}
    
    /* =ヘッダー
    ----------------------------------------------- */
	header {
		padding-bottom: 65px;
	}
	.home header {
		padding: 60px 0 0;
	}
	@media screen and (max-width: 640px){
		.home header {
			padding: 70px 0 10px;
		}
		#header_base .head_time{
			margin: 0;
			padding: 5px 5%;
			text-align: left;
			display: none;
		}
		.home #header_base .head_time{
			display: block;
		}
		#header_base .head_time dl > dd.pc{
			display: none;
		}
		#header_base .head_time dl > dd {
			padding: 5px 0;
			float: none;
			width: 100%;
			border-right: none;
			border-bottom: 1px solid #C4C5C8;
			height: auto;
		}
		#header_base .head_time dl > dd:nth-child(3){
			border-bottom: none;
		}
		#header_base .head_time dl > dd dd {
			display: inline-block;
			width: 49%;
			border-bottom: none;
			padding: 0;
		}
		#header_base .head_time dl > dd br{
			display: none;
		}
		#header_base .head_time .header_tel_sp_right{
			display: inline-block;
			text-align: center;
			padding-left: 10px;
			margin-left: 10px;
			border-left:1px solid #D9D9DC;
		}
		#header_base .head_time dl > dd.header_tel img.header_tel {
			bottom: -9px;
			margin-left: 0;
		}
		#header_base .head_time dl > dd .tel_num {
			font-size: 225%;
		}
	}
	.hg-box div {
		padding: 10px 0;
	}
    
    /* サイド開閉メニュー */
    .nav_wrap {
		padding-left: 10%;
        min-width: 290px;
    }
    .nav_inner {
        min-width: 290px;
    }
    .side_menu {
        max-width: 650px;
    }
    .side_menu_close {
        background-size: 12px 12px;
    }
    .nav_wrap .head_system {
        float: none;
        margin-top: 0;
    }
    .nav_wrap .head_select{
        width: 30%;
        margin-right: 3%;
        text-align: center;
    }
    .nav_wrap .head_select.color{
        margin-right: 0;
    }
    .nav_wrap .head_select.head_search{
        width: 100%;
        margin-right: 0;
    }
    .nav_wrap .head_select .act_wrap h3 {
        display: block;
    }
    .nav_wrap .head_select ul {
        top: 45px;
        right: 31%;
    }
    .nav_wrap .head_select.lang ul {
        top: 30px;
    }
    .head_search input[name=q] {
        width: 92%;
        padding: 5%;
        box-sizing: border-box;
    }
    .nav_wrap .head_time dl {
        display: -ms-block;
        display: -webkit-block;
        display: -moz-block;
        display: block;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: unset;
        -moz-flex-wrap: unset;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
    }
    .side_menu .head_time {
        margin-top: 0;
        float: none;
        width: 100%;
        text-align: center;
    }
    .nav_wrap .head_time dl > dd {
        border-right: none;
        border-bottom: 1px solid #D9D9DC;
        padding: 10px 5px;
        height: auto;
    }
	@media screen and (max-width: 640px){
		.header_base > .head_time > dl > dd:nth-child(2),
		.header_base > .head_time > dl > dd:nth-child(3) {
			padding-top:10px;
		}
	}
	.head_time dl > dd .roboto {
		font-size:125%;
	}
    .nav_wrap .head_time dl > dd dd{
        border-bottom: none;
        display: inline-block;
        padding: 0 5%;
    }
    .side_menu .head_time dl > dd .tel_num {
        font-size: 242%;
    }
    .side_menu .head_time dl > dd .color_cg {
        margin-right: 0;
        display: block;
		margin-bottom:2px;
    }
    .side_menu .head_time dl > dd.header_tel{
        border-bottom: none;
    }
    .side_menu .head_time dl > dd.header_tel img.header_tel {
        bottom: -6px;
        margin-left: 0;
		height:26px;
    }
    .nav_wrap .head_time > dl > dd:last-child{
        margin-top: 0;
		padding: 0;
    }
    .side_menu .head_time dl > dd .header_tel_sp_right .color_cg {
        margin: 12px 5px 15px 0;
        display: inline-block;
    }
	dd.header_tel {
		padding-top:15px !important;
	}
	.header_tel_sp_right {
		letter-spacing:0.06em;
	}	
	.header_tel_sp_right .roboto {
		font-size:142% !important;
	}
	.head_time dl > dd .color_cg {
		font-size:78%;
	}
    .nav_wrap .head_time .btn {
        padding: 10px;
        display: block;
        margin: 10px auto 0;
    }
	.nav_wrap .head_time .btn img {
		margin-top: 0;
	}
    .side_menu_list {
        padding: 0;

        margin: 0 -5%;
    }
    .side_menu_list > li {
        width: 100%;
        float: none;
        text-align: left;
        margin-right: 0;
    }
    .side_menu_list > li:nth-child(2) {
        border-top: none;
    }
    .side_menu_list_left li {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .side_menu_list .menu_acc:after{
        content: none;
    }
    .side_menu_list .menu_acc h3 {
        background-position: right 17px center;
    }
	.menu_acc.arr_ora_l h3 {
        background-position: right 21px center;
    }
    .nav_wrap .menu_acc h3{
        padding: 20px;
		font-size:100%;
    }
    .nav_wrap .head_select ul {
        top: 46px;
        right: 50%;
		margin-right: -32.5px;
    }
	.nav_wrap .head_select.color ul {
		margin-right: -27.1px;
    }
    .nav_wrap .head_select.lang ul {
        top: 30px;
    }
    .nav_wrap .list_arr_ora {
        margin: 0 -5%;
    }
    .side_menu_logo ,
    .side_menu_logo img{
        display: block;
        margin: 10% auto 20%;
    }
	.side_menu_logo img{
		height: 45px;
    }
	.side_menu {
		padding-bottom: 0;
	}
	
	/* リストブロック化 */
	.menu_acc_con {
		padding:0;
	}
	.menu_acc_con dl {
		margin-bottom:0;
	}
	.menu_acc_con ul li, .menu_acc_con dd {
		padding:0;
		margin:0;
		border-bottom:1px dotted #ddd;
		background:none;
	}
	.menu_acc_con dt {
		padding: 10px 0 10px 20px;
		margin:0 !important;
		border-bottom:1px dotted #ddd;
		/*background:#FEF7F0;*/
	}
	.menu_acc_con div:last-child dt {
		margin-bottom:0;
	}
	.menu_acc_con ul li:last-child, .menu_acc_con div:last-child dd:last-child {
		border-bottom:0;
	}
	.menu_acc_con a {
		display:block;
		padding:10px;
		padding-left: 30px;
		background: url(/wp-content/themes/hosp.tohoku/img/arr_r_ora_s_v2.png) no-repeat left 20px center !important;
		background-size: 6px auto !important;
	}
	.menu_acc_con a:hover {
		background-color:#FEF7F0 !important;
		text-decoration:none;
	}
	.menu_blue .menu_acc_con a:hover {
		background-color:#eff5ff !important;
		color:#004190;
	}
	.menu_blue .menu_acc_con dd, .menu_blue .menu_acc_con ul li {
		background:none;
	}
	.menu_blue .menu_acc_con dd a, .menu_blue .menu_acc_con ul li a {
		background-image: url(/wp-content/themes/hosp.tohoku/img/arr_r_bl_s_v2.png) !important;
	}
	.menu_acc_con a[target="_blank"] {
		width:auto;
		height:auto;
	}
	.menu_acc_con a{
		position:relative;
	}
	.menu_acc_con a[target="_blank"]:after {
		display:block;
		content:"";
		background: url(/wp-content/themes/hosp.tohoku/img/icon_link_ora.png) no-repeat center right;
		width: 12px;
		height: 10px;
		position:absolute;
		top:50%;
		margin-top:-5px;
		right:20px;
	}
    
    /* 緊急のお知らせ */
	.hg-box-wrap{
		margin-bottom: -5px;
		border-bottom: 1px solid #D9D9DC;
		margin-top: 0;
	}
	.hg-box {
		line-height: 1.63;
	}
	.home .hg-box {
		margin: 5%;
		width: 90%;
	}
    .hg-box a span {
		font-size: 81%;
		letter-spacing: 0;
    }
	.home .hg-box a span{
		font-size: 108%;
		line-height: 1.2;
	}
	/* TOP緊急 */
	.home .hg-box a div {
		padding: 15px 65px;
    }
	.home .hg-box a span {
		display: block;
    }
    
    /* =フッター
    ----------------------------------------------- */
    #footer_top_base {
        margin-top: 30px;
        padding: 0;
		margin-bottom: 50px;
    }
    .menu_acc_con {
        margin: 0;
    }
    .menu_acc_con ul li,
	.menu_acc_con > div,
	.menu_acc_con.col5 > div {
        width: 100%;
        float: none;
        clear: both;
    }
    .menu_acc_con div.menu_acc_center dl:first-child dt,
    .menu_acc_con div.menu_acc_right dl:first-child dt,
	.menu_acc_con div dl:first-child dt{
        margin-top: 20px;
    }
    #footer_base .foot_name {
        text-align: center;
        margin-bottom: 30px;
    }
    #footer_base .foot_name h2 img{
		height: 60px;
		width: auto;
    }
    .foot_nav {
        position: static;
        text-align: left;
        width: auto;
    }
	.foot_nav + .sns_x{
		margin-top: 15px;
	}
    .copyright {
        text-align: center;
        border-top: 1px solid #D9D9DC;
        margin: 30px -5% 80px;
        padding: 30px 5% 0;
    }
    
    /* =トップページ
    ----------------------------------------------- */
    /* 動画?ナビ */
    .top_movie {
        height: auto;
		overflow: hidden;
	}
	.top_movie video{
			height: 100%;
			width: auto;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
	}
    /* 220706slide */
    .top_main_slide .slick-dots {
      bottom: 70px;
      width: 100%;
      right: 0;
    }
    .slide_copy{
        top: 30px;
        left: 30px;
        font-size: 20px;
        letter-spacing: 13px;
        padding: 10px 7px 10px 15px;
    }
    .slide_copy.slide_copy02{
        top: 80px;
    }
    /* 動画?ナビ */
	@media screen and (max-width: 657px),screen and (orientation:landscape)  {
		.top_movie {
			height: auto;/*489px*/
		}
		.top_movie video{
			height: auto;
			width: 100%;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			/*
			height: 429px;
			width: 762.7px;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			*/
		}
        
	}
    
    #top_nav,
    .top_bn_main{
        width: 90%;
    }
    #top_nav ul li {
		display: block;
		float: left;
        width: 49.75%;
        border-bottom: 1px solid #D6D6D6;
    }
    #top_nav ul li:nth-child(3) {
        border-right:1px solid #D6D6D6;
    }
    #top_nav ul li:nth-child(2n){
        border-right: none;
    }
    #top_nav ul li:nth-child(5),
    #top_nav ul li:nth-child(6) {
        border-bottom: none;
    }
	.top_bn_main {
		margin-top: 20px;
	}
	.top_bn_main li{
		width: 56.5%;
	}
	.top_bn_main li.top_bn_main02{
		width: 41.5%;
		padding-top: 8px;
	}
	.home #home_acnav .top_bn_main li,
    .top_bn_main.ft_bn_main li{
		width: 60%;
		float: none;
		margin: 15px auto 0;
	}
	.home #home_acnav .top_bn_main li.top_bn_main02,
	.home #home_acnav .top_bn_main li.top_bn_main03,
    .top_bn_main.ft_bn_main li.top_bn_main02,
    .top_bn_main.ft_bn_main li.top_bn_main03{
		padding-top:0;
	}
	
	.nav_wrap .top_bn_main li.sp{
		float: none;
		margin: 10px auto 0;
	}
	@media screen and (max-width: 640px){
		.top_bn_main li,
		.top_bn_main li.top_bn_main02,
		.top_bn_main li.top_bn_main03,
		.top_bn_main li.top_bn_main04{
			float: none;
			margin: 4% 0 0;
			width: 100%;
			padding-top: 0;
		}
		.home #home_acnav .top_bn_main li,
		.home #home_acnav .top_bn_main li.top_bn_main02{
			margin: 4% 0 0;
			width: 100%;
		}
		.top_bn_main li.top_bn_main01 img {
			margin-top: -15px;
		}
		.top_bn_main {
			margin-top: 0;
		}
	}
    
    /* お知らせ */
    #newscal_wrap {
        margin-top: 37px;
    }

    .info_nav {
        width: auto;
        margin-right: 0;
        float: none;
    }
    .info_nav ul.color_gray{
        margin-bottom: 10px;
        border-bottom: 1px solid #C4C5C8;
        border-right: 1px solid #C4C5C8;
    }
    .info_nav ul.color_gray:after{
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
    }
    .info_nav ul.color_gray li{
        width: 50%;
        box-sizing: border-box;
        float: left;
        text-align: center;
        border-top: 1px solid #C4C5C8;
        border-left: 1px solid #C4C5C8;
        margin: 0;
        font-size: 88%;
        padding: 10px;
		letter-spacing: 0;
    }
    .info_nav ul.color_gray li:first-child{
        width: 100%;
        float: none;
    }
    .info_nav ul li.select {
        background: url(/wp-content/themes/hosp.tohoku/img/arr_dwn_whi.png) no-repeat right 5px center #EE7800;
        background-size: 12px auto;
    }
	.info_nav li#hnnav2 {
		letter-spacing: -0.06em;
	}
    .news_detail {
        width: 100%;
    }
	.event_news_left .event{
		padding: 8% 5% 12%;
	}
	.news_detail dl {
		margin-bottom: 5px;
	}
	.event_news_left .news_detail dl{
		max-width: 100%;
	}
	.event_news_left .news_detail dl:nth-of-type(even){
		margin-left: 0;
	}
    .news_detail dl dt, 
    .news_detail dl dd {
        display: block;
        border-bottom: none;
        padding-bottom: 20px;
    }
    .news_detail dl dt {
        width: auto;
    }
    .news_detail dl dd:last-child{
        background: url(/wp-content/themes/hosp.tohoku/img/sp_news_line.png) no-repeat center bottom;
        background-size: 100% 1px;
    }
    .news_detail dl dt .date {
        display: inline-block;
        margin-right: 15px;
    }
	.news_detail dl dd.roboto {
		display: none;
	}
	.news_detail dl dd.roboto.color_ora {
		display: none;
	}
	.news_detail.no_float {
		margin-top: -17px;
	}
	.event_news_left .news_detail p.center {
		margin-top: 25px;
	}
    
    /* ピックアップ */
	#top_pickup {
		margin-top: 50px;
	}
    .pickup_col {
        padding: 30px 0 40px;
    }
    .pickup_col .ttl,
    #research.pickup_col .ttl{
        width: auto;
        margin-right: 0;
        float: none;
        margin-bottom: 25px;
        box-sizing: border-box;
    }
    .pickup_col .ttl .btn {
        display: none;
    }
    .pickup_col .btn.sp {
        width: 264px;
        display: block;
        margin: 40px auto 10px;
        padding: 16px 20px;
        background-position: right 10px center;
    }
    .pickup_col .ttl h2:before {
        right: 0;
        left: auto;
        width: 55%;
    }
    #research.pickup_col .ttl h2:before{
        right: 0;
        left: auto;
        width: 75%;
    }
    .pickup_col:before {
        background: linear-gradient(180deg, rgba(238,120,0,1), rgba(238,120,0,0.3));
        width: 83%;
        height: 85%;
        right: -6%;
    }
    #research.pickup_col:before {
        background: linear-gradient(-180deg, rgba(238,120,0,1), rgba(238,120,0,0.3));
        left: -6%;
        right: auto;
    }
    .pickup_col .top_pickup_lists li,
    #research.pickup_col .top_pickup_lists li{
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    #research.pickup_col .top_pickup_lists {
        width: auto;
        float: none;
    }
	.top_pickup_lists li .post_lists_img{
		height: 380px;
	}
	@media screen and (max-width: 640px){
		.top_pickup_lists li .post_lists_img{
			height: 220px;
		}
	}
    #pickup.pickup_col ul {
        margin-right: 0;
    }
    #pickup .slick-list.draggable {
        width: 90%;
        margin: auto;
    }
    #pickup .slick-slide{
        margin: 0;
    }
    .news_detail dl dd:last-child {
        background: url(/wp-content/themes/hosp.tohoku/img/sp_news_line.png) no-repeat center bottom;
        background-size: 100% 1px;
    }
    .news_detail dl dt.staff + dd:last-child,
    .news_detail dl dt.medical-2 + dd:last-child,
    .page-template-page-tpl_department_institute .news_detail dl dt + dd,
    .news_detail.mh dl dd{
        background: url(/wp-content/themes/hosp.tohoku/img/sp_news_line_blue.png) no-repeat center bottom;
        background-size: 100% 1px;
    }
	.news_detail.hesso dl dd:last-child {
        background: none;
    }
	.news_detail.hesso dl {
        background: url(/wp-content/themes/hosp.tohoku/img/sp_news_line.png) no-repeat center bottom;
        background-size: 100% 1px;
    }
	.p_departments .news_detail dl dd a {
		padding-top: 5px !important;
	}
    #pickup .slick-prev {
        left: -1%;
    }
    #pickup .slick-next {
        right: -1%;
    }
    .pickup_col .top_pickup_lists {
        margin-right: 0;
    }
	#pickup h2 + p {
		font-size: 88%;
	}
	#pickup.pickup_col .ttl .btn{
		display: block;
		width: 264px;
		margin: 10px auto 0;
		padding: 16px 20px;
		background-position: right 10px center;
	}
	
    /* 活動?セミナー */
    #event_news_wrap,
    .home #hcnav_wrap{
        padding: 0 5%;
        margin: 0 -5%;
    }
    .event_news_inner {
        padding: 45px 0 20px;
    }
    .event_news_left,
    .event_news_right{
        width: auto;
        float: none;
        margin-bottom: 30px;
    }
	.event_news_left h2 {
		margin-bottom: 35px;
	}
    .event_news_inner h3{
        text-align: center;
		margin: 25px 0;
    }
    .icon_calendar {
        right: -10px;
    }
	
	/* hesso */
	@media screen and (max-width: 768px){
		.news_detail.hesso dl {
			height: 250px;
		}
		.event_news_right .news_detail.hesso .flexslider .slides .draggable {
			height: 555px !important;
		}
	}
	.news_detail.hesso dl {
		height: 315px;
	}
	.event_news_right .news_detail.hesso .flexslider .slides .draggable {
		height: 660px !important;
		margin-bottom: 30px;
		overflow: hidden;
		
	}
	/* / hesso */
	
    .news_detail.hesso dl dt {
        width: auto;
        text-align: center;
    }
    .news_detail.hesso .img_area{
        margin: auto;
    }
    .home_bn1{
        padding: 0;
        margin-bottom: 35px;
    }
    .home_bn1 ul li {
        width: 100%;
		height: 100px;
        margin: 0 0 15px 0;
		font-size: 95%;
    }
    .home_bn1 ul li a img {
        width: 100px;
		height: 100px;
		max-width: none;
    }
	@media screen and (max-width: 640px){
		.top_slide {
			width: 100%;
		}
		.top_slide .slick-prev {
			left: 8%;
		}
		.top_slide .slick-next {
			right: 8%;
		}
	}
    .home_bn1 ul li a .ttl {
        width: 100%;
		height: 100px;
        padding: 0 3% 0;
        box-sizing: border-box;
    }
	.home_bn1 ul li a .ttl.icon_link {
		background-position: left 5% top 14px;
	}
    .home_bn1 ul li:nth-child(2) a .ttl.icon_link{
        background-position: left 5% top 24px;
    }
    .home_bn1 ul li:nth-child(2n) a .ttl,
    .home_bn1 ul li:last-child a .ttl {
        padding: 0 3% 0;
    }
	.home_bn1 ul li:nth-child(2) a .ttl {
		letter-spacing: -0.08em;
	}
	.home_bn1 ul li a .ttl span {
		margin-top: 0;
	}
    #hcnav {
        width: 104%;
        margin: 0 -5%;
    }
    .hcnav_inner {
        /* padding: 50px 0 45px; */
        padding: 0;
    }
	#news_hesso .news_detail p.center{
		margin-top: 0;
	}
	@media screen and (max-width: 640px){
		.top_slide {
			width: 112%;
			margin: 0 -6%;
		}
		.slick-counter {
			margin-left: 25px;
		}
		.top_slide .slick-dots {
			top:-35px;
		}
		.top_slide .slick-dots li {
			width: 6%;
		}
	}
    
    /* 小バナー */
    #hcnav_wrap{
        width: 100%;
        padding: 0 5%;
        margin: 0 auto;
        box-sizing: border-box;
    }
	#hcnav_wrap .hcnav_inner {
		padding: 5% 0;
	}
    .home #hcnav_wrap{
        width: 112%;
        padding: 0 6%;
        margin: 0 -6%;
        box-sizing: border-box;
    }
	.ft_bn_lists.page_all li {
		width: 100%;
	}
	.ft_bn_lists.top_on li {
		width: 100%;
	}
	.ft_bn_lists.page_all li a {
		font-size:88%;
	}
	.ft_bn_lists.top_on li a {
		font-size:75%;
	}
    .home #hcnav_wrap{
        padding: 0 5%;
    }
    #hcb_nav li {
        width: 49.5%;
    }
    #hcb_nav li:nth-child(5n) {
        margin-right: 1px;
    }
	.ft_bn_lists li a span {
		padding: 10px 10px;
	}
	.ft_bn_lists.page_all li a span {
		padding: 15px 10px;
	}
    
    /* =部門?診療科
    ----------------------------------------------- */
    .dp-info-box {
		margin-bottom: 5%;
	}
	.dp-info-box colgroup {
        display: none;
    }
    .dp-info-box th, .dp-info-box td {
        padding:2%;
        display: list-item;
        list-style: none;
    }
	.dp-info-box tr:first-child th:first-child {
		border:0;
	}
	.dp-info-box th {
		border:0;
		border-top:1px solid #ddd;
	}
	.dp-info-box td {
		border:0;
	}
    .department_content_link p {
        float: none;
        width: 100%;
        padding: 0;
    }
    .news_detail.no_float dl dt{
        padding-bottom: 0;
		padding-top: 20px;
    }
    .dp-tab {
       /* padding-top: 100px;*/
        margin-top: 0px;
    }
	.tab_menu {
		display: block;
		background: #eee;
		overflow: hidden;
		margin-bottom: 5%;
	}
	.tab_menu::after {
		content: "";
		display: block;
		clear: both;
	}
	.tab_menu li {
		width: 50%;
		display: block;
		margin-right:1px;
		margin-bottom:1px;
		height: auto;
		float: left;
	}
	.tab_menu li:nth-child(even) {
		margin-right: -1px;
	}
	.tab_menu li a {
		padding: 15px 0;
	}
	.dp-content h3 {
		font-size: 125%;
		margin-top: 40px;
		padding: 4px 0px 3px 15px;
		margin-bottom: 15px;
	}
	.dp-content h4 {
		font-size: 113%;
		margin-top: 40px;
	}
	 .img-area.style4 {
		width: auto;
		float:none;
	}
	.dp-content table.case,
	.dp-content table.type1 {
		font-size: 75%;
	}
	.dp-content table.case th,
	.dp-content table.case td,
	.dp-content table.type1 th,
	.dp-content table.type1 td {
		padding: 10px;
	}
    
    /* 外来担当医 */
    .table_wrap table td{
        white-space: nowrap;
    }
	.tscroll_wrap table th,
	.tscroll_wrap table td {
		font-size: 75%;
	}
	.schedules-tab th,
	.schedules-tab td {
		padding: 10px;
	}
	body.page-template-page-tpl_department_schedules .tscroll_wrap {
		margin-bottom: 0;
	}
    
    /* 医療機関の方へ */
    .area_center_info{
        border: none;
    }
    .area_center_info td{
        display: list-item;
        list-style: none;
    }
    .area_center_info td:nth-child(2) {
        border-top: none;
        border-bottom: none;
        border-left:1px solid #C4C5C8;
    }
    .area_center_info td p{
        padding: 3%;
    }
	.area_center_info a.arr_bg_blue_white {
		padding: 15px;
		letter-spacing: 0.1em;
	}
	.area_center_info .arr_bg_blue_white:after {
		right:20px;
	}
	
	/* 栄養管理室 */
	.page-id-21295 .link_lists,
	.parent-pageid-21295 .link_lists{
		margin-bottom: 50px;
	}
	.page-id-21295 .dp-content .doc-intro .doc-box.sec .doc-tab{
		width: 100%;
	}
	.dp-content .doc-intro .sec:nth-child(odd) {
		border-left: none;
	}
	
	/* 栄養管理システムフロー */
	.page-id-21301 .con_box img.num{
		width: 30px;
		margin-top: 0;
	}
	
	/* 栄養ケアの実際 */
	.page-id-21307 .type1 td img{
		min-width: 200px;
	}
	
	/* 栄養指導 */
	.page-id-21310 table.left{
		float: none !important;
		width: 100%;
	}
	.page-id-21310 table#no-border{
		float: none !important;
		margin-top: 30px;
		clear: both;
	}
	.page-id-21310 table#no-border td{
		padding: 0 1px;
	}
	
	/* 患者食管理 */
	.page-id-21313 .center img{
		display: block;
		margin: 5px auto 0;
	}
	
	/* =栄養サポートセンター
	----------------------------------------------- */
	.page-id-21325 .activity{
		padding: 5%;
	}
	.page-id-21325 .activity .lists_basic{
		margin-left:0;
	}
	
	/* =職員への兼業依頼
	----------------------------------------------- */
	.page-id-21348 .table_list th,
	.page-id-21348 .table_list td{
		display: list-item;
		list-style: none;
		width: 100%;
   		box-sizing: border-box;
		border: none;
	}
	
	/* =プロトコール一覧
	----------------------------------------------- */
	.page-id-24037 .top_menu th{
		width: 100px;
	}
	
	
    /* =機構図
    ----------------------------------------------- */
    #map{
        display: block;
        height: 600px;
    }
    
	/* =ボランティア活動について
	----------------------------------------------- */
	.postid-21199 .img-col div {
		margin: 0 3% 20px 0;
		width: 47%;
	}
	
    /* =イベント
    ----------------------------------------------- */
	.category-event .topicPath{
		margin: 20px 5%;
	}
	.calendar_wrap{
		margin-top: 0;
	}
    .calendar_box .caltitle{
        text-align: center;
    }
    .calendar_box .legend {
        text-align: center;
        position: static;
        margin: 10px 0px 20px;
		font-size: 82%;
    }
	.calendar_box .legend img {
		width: 14px;
		margin-left: 0;
	}
	.calendar_box .legend span:last-child img {
		width: 20px;
	}
    .calendar_box table td em img {
        margin: 3px 0;
    }
    #event-list{
        margin: 0;
    }
    #event-list li {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
	
	/* =迷惑行為
	----------------------------------------------- */
	.postid-23219 .right_img{
		float: none;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.postid-23219 .left_contents a.outlink_box{
		margin-top: 10px;
	}
	.postid-23219 .left_contents_link a{
		margin: 10px 0 0;
	}
	
	/* =患者さん満足度調査結果
	----------------------------------------------- */
	.postid-21202 .con_box .icon{
		width: 14px;
	}
	
	/* =各種相談窓口
	----------------------------------------------- */
	.col3 .localNav li {
		width: 100%;
	}
	.col3 .localNav li a {
		padding:20px;
	}
	
	/* =臨床研究?治験相談窓口
	----------------------------------------------- */
	.postid-21398 .con_box.gen_box img.img_madoguchi {
		max-width: 100%;
	}
	.postid-21398 .table_list th,
	.postid-21398 .table_list td{
		display: list-item;
		list-style: none;
	}
	
	/* =臨床研究?治験相談窓口
	----------------------------------------------- */
	.postid-21377 .hospitalization003 .localNav li{
		width: 100%;
	}
	
	/* =刊行物
	----------------------------------------------- */
	.contents-publish-html .newArea {
		display: block;
	}
	.contents-publish-html .newArea > div {
		display: block;
		text-align: center;
		margin: 0 auto 5px;
	}
	.contents-publish-html .newArea > div.rightArea {
		padding-left: 0;
	}
	.contents-publish-html .newArea > div.rightArea p{
		font-size: 88%;
	}
	.contents-publish-html .bnArea > .base {
		width: 29%;
	}
	.contents-publish-html .bnArea > div:nth-child(4n+1) {
		clear: none;
	}
	.contents-publish-html .bnArea > div:nth-child(3n+1) {
		clear: both;
	}
	.contents-publish-html .bnArea > .base span {
		font-size: 82%;
	}
	.contents-publish-html .bk-list li {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	
	/* =星の子ルーム
	----------------------------------------------- */
	.postid-26522 .gen_box .thumbnail {
		max-width: 100%;
	}
	.postid-26522 .newArea > div {
		display: block;
	}
	.postid-26522 .newArea > div.rightArea {
		padding-left: 0;
		text-align: center;
	}
	.postid-26522 .img_col3 li {
		width: 43.3%;
	}
	.postid-26522 .newArea > div.leftArea {
		max-width: 500px;
	}
	.postid-26522 .bk-list {
		margin-right: 0;
	}
	.postid-26522 .bk-list li{
		width: 100%;
    	margin: 0 0 10px;
		text-align: center;
		box-sizing: border-box;
	}
	.postid-26522 .tscroll_wrap table td a{
		margin-right: 20px;
	}
	
	/* =市民公開講座
	----------------------------------------------- */
	.public_lecture {
		margin-left: 0;
		margin-right: 0;
		margin-bottom:20px;
	}
	.public_lecture li {
		width: 100%;
		margin: 0 0 20px;
		float: left;
	}
	
	/* =「hessoラヂオ」アーカイブ（職員専用）
	----------------------------------------------- */
	.koho-hesso_radio-html .con_box section .imgArearight {
		position: static;
	}
	.koho-hesso_radio-html .bnArea > .base {
		width: 29%;
	}
	.koho-hesso_radio-html .bnArea > div:nth-child(4n+1) {
		clear: none;
	}
	.koho-hesso_radio-html .bnArea > div:nth-child(3n+1) {
		clear: both;
	}
	
	/* =プレスリリース
	----------------------------------------------- */
	.press_lists dl {
		display: table;
	}
	.press_lists dl dt{
		display: block;
		vertical-align: middle;
		width: 100%;
		font-weight: bold;
	}
	.press_lists dl dd{
		display: block;
		vertical-align: middle;
		width: 100%;
	}
	.press_lists dl dd:last-child{
		width: 100%;
		padding-left: 0;
	}
	.press_lists dl dd a {
		padding-right: 45px;
	}
	.press_lists .arr_bg_ora_white:after{
		right: 10px;
	}
	
	/* =広報に関する情報（職員専用）
	----------------------------------------------- */
	.postid-21426 .bnArea {
		margin-right: -3%;
	}
	.postid-21426 .bnArea .base {
		width: 30%;
		margin: 0 3% 30px 0;
	}
	.postid-21426 .bnArea .base strong{
		font-size: 88%;
	}
    
    /* =ピックアップ
    ----------------------------------------------- */
    .page_tag .sorted_pickup_lists .slick-prev,
    .page_tag .sorted_pickup_lists .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 48px;
        height: 48px;
        margin-top: 0;
        border-radius: 25px;
        z-index: 30;
    }
    .page_tag .sorted_pickup_lists .slick-prev {
        left: -3%;
        background: url(/wp-content/themes/hosp.tohoku/img/slide_left.png) no-repeat center center #F19333 !important;
        background-size: 12px auto !important;
    }
    .page_tag .sorted_pickup_lists .slick-next {
        right: -3%;
        background: url(/wp-content/themes/hosp.tohoku/img/slide_right.png) no-repeat center center #F19333 !important;
        background-size: 12px auto !important;
    }

    /* =取り組み?研究
    ----------------------------------------------- */
    .page_tag .con_box {
        padding: 40px 5%;
    }
    .page_table_lists td.pc {
        display: none;
    }
    .page_tag .top_pickup_lists {
        margin-top: 90px;
        margin-right: 0;
    }
	.page_tag .top_pickup_lists,
	.page_tag .top_pickup_lists.page_sec{
		margin-top: 5%;
	}
    .page_tag .top_pickup_lists li {
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        float: none;
    }
    .page_tag .top_pickup_lists li.first{
        padding-top: 275px;
        width: 106%;
    }
    .page_tag .top_pickup_lists li.first .post_lists_img {
        width: 106%;
        height: 280px;
		right: 0;
		top: 5%;
    }
    .page_tag .top_pickup_lists li.first {
        height: auto;
		margin-bottom: 20px;
    }
    .page_tag .top_pickup_lists li.first:before {
        height: 530px;
    }
    .page_tag .top_pickup_lists li.first .bg_whi {
        position: relative;
        top: 0;
        left: -3px;
        margin-top: 0;
        width: 96%;
        height: auto;
    }
    
    /* =お知らせ一覧
    ----------------------------------------------- */
	.archive.arc_box{
		margin-bottom: 5%;
	}
	.archive.arc_box h3 {
        display: block;
        margin: 0 auto 10px;
    }
    .page_lists .thum_img {
        margin: 0 auto;
    }
    
    /* =お知らせ詳細
    ----------------------------------------------- */
    .nav-links  a {
        font-size: 88%;
    }
     .nav-links .nav-center a {
        padding: 7%;
    }
    
    /* =採用情報
    ----------------------------------------------- */
    .recruitment .con_box .center {
		margin: 30px 0;
	}
	.single .bosyuDetail th,
	.single .bosyuDetail td{
		display: list-item;
		list-style: none;
		text-align: left;
		border: none;
	}
	.lert_blue_border_box_wrap img {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .bosyuTab th, .bosyuTab td {
        padding: 10px;
		font-size: 82%;
    }
    .relation_link_box h3 {
        display: block;
        width: auto;
        margin-bottom: 15px;
    }
    .relation_link_box .btn_sq {
        display: block;
        margin-top: 5px;
    }
    .relation_link_box .btn_sq + .btn_sq{
        margin-left: 0;
    }
	
	/* =サイトマップ
	----------------------------------------------- */
	.sitemap-html #main  {
		margin:0 -5%;
	}
	.sitemap-html #contents_base {
		margin-bottom:40px;
    }
    
    /*wp-captionクラスの画像幅指定解除*/
    .wp-caption{
        width: 100% !important;
    }

    /*へっそ*/
    .event_news_right .news_detail.hesso .flexslider{
        margin: 0;
        height: auto;
    }
    .event_news_right .news_detail.hesso .flexslider .slides{
        padding: 0;
    }
	
	/* オンライン?セカンドオピニオン外来のご案内 */
	.initiative019 .img_area img{
		width: 100%;
	}
	.initiative019 .img_area img:first-of-type{
		margin: 0 0 38px 0;
	}
	.initiative019 .left_txt{
		width: 100%;
	}
	.initiative019 .left_txt p:last-child{
		margin-bottom: 0;
	}
	.initiative019 img.right{
		float: none !important;
		margin-bottom: 38px;
	}
	
	/*TOP Webマガジン*/
	/* #magazine {
		width: 100%;
		margin: 30px 0 60px 0;
		padding: 45px 5% 50px;
	} */
	/* .top_mg_list {
		margin: 0;
	}
	.top_mg_list li {
		width: 100%;
		height: 148px;
		float: none;
		margin: 0 0 20px 0;
	}
	.top_mg_list li:nth-of-type(4),
	.top_mg_list li:nth-of-type(5),
	.top_mg_list li:nth-of-type(6) {
		display: none;
	}
	.top_mg_list li .left_area {
		width: 36%;
	}
	.top_mg_list li .right_area {
    	width: 64%;
		padding: 17px 20px 0 20px;
	}
	.top_mg_list li .right_area a {
    	margin: 4px 0 9px 0;
		line-height: 1.3;
		height: 60px;
	}
	.top_mg_list li .right_area .cate {
		position: static;
		width: 100%;
		height: 16px;
		padding: 8px 0 0;
		margin-bottom: 0;
	}
	#magazine .ttl {
		margin: 10px auto 0;
	} */

    /*20250324 TOP Webマガジン*/
    #magazine{
        width: 100%;
        margin-bottom: 50px;
    }
    #magazine .title_wrap .title{
        padding: 40px;
    }
    #magazine .sub_title{
        display: none;
    }
	.top_mg_list{
        padding: 20px 20px 0 20px;
        display: block;
        overflow: hidden;
    }
    .top_mg_list li{
        width: 100%;
        margin: 0 0 30px 0;
    }
    .top_mg_list li:nth-of-type(2){
        margin-bottom: 0;
    }
    .top_mg_list li:nth-of-type(3),
    .top_mg_list li:nth-of-type(4),
    .top_mg_list li:nth-of-type(5),
    .top_mg_list li:nth-of-type(6){
        height: 0;
        visibility: hidden;
        overflow: hidden;
        opacity: 0;
        transition: 0.5s;
        margin: 0;
    }
    .top_mg_list .dtl .title{
        margin-bottom: 14px;
    }
    .top_mg_list .dtl .subttl {
        margin-bottom: 9px;
    }    
    .top_mg_list .dtl .date{
        font-size: 75%;
    }
    .magazine-label{
        display: block;
        width: 100%;
        text-align: center;
        color: #DC000C;
        font-size: 125%;
        padding: 16px 0;
        border-top: solid 1px #E60012;
        letter-spacing: 0.1em;        
    }
    .magazine-label .open_btn{
        background: url(/wp-content/themes/hosp.tohoku/img/red_content_off.png) no-repeat;
        background-size: 16px auto;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: 0 3px 0 -20px;
    }    
    .magazine-label .open_txt{
        display: inline-block;
    }    
    .magazine-label .close_txt{
        display: none;
    }
    .magazine-check:checked + .magazine-label .open_btn{
        background-image: url(/wp-content/themes/hosp.tohoku/img/red_content_on.png);
    }
    .magazine-check:checked + .magazine-label .open_txt{
        display: none;
    }    
    .magazine-check:checked + .magazine-label .close_txt{
        display: inline-block;
    }
    .top_mg_list:has(+ .magazine-check:checked) li:nth-of-type(2){
        margin-bottom: 30px;
    }
    .top_mg_list:has(+ .magazine-check:checked) li:nth-of-type(3),
    .top_mg_list:has(+ .magazine-check:checked) li:nth-of-type(4),
    .top_mg_list:has(+ .magazine-check:checked) li:nth-of-type(5),
    .top_mg_list:has(+ .magazine-check:checked) li:nth-of-type(6){
        height: auto;
        visibility: visible;
        opacity: 1;
        margin-bottom: 30px;
    }
    .top_mg_list:has(+ .magazine-check:checked) li:nth-of-type(6){
        margin-bottom: 20px;
    }

	/*メールマガジン*/
	.footer_mg_wrap {
		margin: 40px 5% 0;
		padding: 43px 20px 0;
	}
	.footer_mg {
		width: 100%;
	}
	.footer_mg .ft_mg_form {
		margin: 0;
	}
	.footer_mg .ft_mg_img_sp {
		width: 50%;
		float: left;
	}
	.footer_mg .ft_mg_img.sp {
		position: static;
		display: block;
		margin: 0 auto;
		width: 158px;
		max-width: 100%;
	}
	.footer_mg .ttl {
		margin: 0 0 10px 0;
		display: block;
		text-align: center;
	}
	.footer_mg .ttl + p {
		margin-bottom: 12px;
		text-align: center;
	}
	.footer_mg .ft_mg_mail {
    	width: 100%;
	}
	.footer_mg .sbmt {
		width: 50%;
	}
	.footer_mg .cnc {
		/*display: block;
		float: right;
		margin-left: 0;
		margin-right: calc(25% - 1em);
		margin-top: 15px;*/
		margin: 20px 0 0 0;
		display: inline-block;
	}
	.footer_mg .small {
		width: 50%;
		margin: 18px 0 0 auto;/*47px 0 0 auto*/
		display: block;
		line-height: 1.5;
	}
	.footer_mg .btn_wrap {
		text-align: center;
	}
	.footer_mg .mg_btn {
		width: 100%;
	}
    /*セカンドオピニオン外来*/
    .con_box .btn_ora_sq{
        box-sizing: border-box;
        width: 100%;
    }
    .con_box .btn_ora_sq:first-child{
        margin-bottom: 10px;
    }
    .con_box .btn_ora_sq:last-child{
        margin-left: 0;
    }
    
    /*いとし（医と歯）の関係*/
    .lr_box .con_r{
        width: 100%;
        margin-left:0;
        float: none;
    }
    .lr_box .con_l{
        width: 100%;
    }
}

/* =カラー設定
----------------------------------------------- */
/* 黒 */
body.cBlack{
    background: #000;
    color: #fff;
}
body.cBlack a,
body.cBlack .head_select .act_wrap h3,
body.cBlack .news_detail .info_btn.target_btn.staff, 
body.cBlack .news_detail .info_btn.target_btn.medical-2,
body.cBlack .news_detail.hesso .titles a,
body.cBlack .color_gray,
body.cBlack .color_cg,
body.cBlack .color_ora,
body.cBlack .color_blue,
body.cBlack .color_red,
body.cBlack .menu_acc_con dt,
body.cBlack .organization .page_title .color_ora,
body.cBlack .recruitment .page_title .color_ora,
body.cBlack .category-doctor .page_title .color_ora,
body.cBlack .category-nurse .page_title .color_ora,
body.cBlack .category-staff .page_title .color_ora,
body.cBlack .category-recruit_news .page_title .color_ora,
body.cBlack .category-teacher .page_title .color_ora,
body.cBlack .category-assistant .page_title .color_ora,
body.cBlack .category-clerk .page_title .color_ora,
body.cBlack .category-other .page_title .color_ora,
body.cBlack .cat_doctor .page_title .color_ora,
body.cBlack .cat_nurse .page_title .color_ora,
body.cBlack .cat_staff .page_title .color_ora,
body.cBlack .cat_recruit_news .page_title .color_ora,
body.cBlack .cat_teacher .page_title .color_ora,
body.cBlack .cat_assistant .page_title .color_ora,
body.cBlack .cat_clerk .page_title .color_ora,
body.cBlack .cat_other .page_title .color_ora,
body.cBlack .recruitment .con_box a,
body.cBlack .page_lists .ttl,
body.cBlack .nav-links a,
body.cBlack .p_recruitment .page_title .color_ora,
body.cBlack  .btn_sq,
body.cBlack .news_detail.no_float dl dd a,
body.cBlack .news_detail .info_btn.staff,
body.cBlack .news_detail .info_btn.target_btn.medical-2,
body.cBlack .subtitle_blue,
body.cBlack .subtitle,
body.cBlack .organization008 .btn_sq a,
body.cBlack .p_organization .page_title .color_ora,
body.cBlack .p_recruitment .page_title .color_ora,
body.cBlack .dp-content h4,
body.cBlack #event-list li.people-2 dl dt span,
body.cBlack #event-list li.medical-2 dl dt span,
body.cBlack .postid-21437  h3,
body.cBlack .localNav.link_arr li a,
body.cBlack .access_car .parking_navlist ul li a,
body.cBlack .access .arr_circle_ora_under a,
body.cBlack .access .color_blk,
body.cBlack .access_car .parking_direction_list ul li .color_blk,
body.cBlack .access .color_grn,
body.cBlack .access .color_blu,
body.cBlack .access .color_ppl,
body.cBlack .access .color_yel,
body.cBlack .access .color_blu02,
body.cBlack .rinen_kanja_list dl dt,
body.cBlack .rinen_sengen .number,
body.cBlack .news_icon_pdf,
body.cBlack .outpatient .tab_menu li span,
body.cBlack .postid-73.faq .con_box .ufaq-faq-title-text h4,
body.cBlack .earthquake .gen_box h4,
body.cBlack .earthquake .gen_box h5,
body.cBlack .top_mg_list li .right_area .cate,
body.cBlack .footer_mg .ttl,
body.cBlack .pickup_box .title_wrap .title,
body.cBlack .top_mg_list .dtl .cate{
    color: #fff !important;
}
body.cBlack .bg_ora,
body.cBlack .bg_blue,
body.cBlack .bg_whi,
body.cBlack .bg_red,
body.cBlack .bg_gray,
body.cBlack .bg_gray2,
body.cBlack .bg_main,
body.cBlack .bg_ora_light,
body.cBlack .bg_blue_light,
body.cBlack .bg_blue_gray,
body.cBlack #hcnav_wrap,
body.cBlack #top_nav ul li a,
body.cBlack .head_select ul li a,
body.cBlack .top_pickup_lists li .arr_bg_ora_white,
body.cBlack .localNav li,
body.cBlack .postid-21476  #doctorTable .branchList li a,
body.cBlack .wp-pagenavi a.page,
body.cBlack .wp-pagenavi span.current,
body.cBlack .wp-pagenavi .nextpostslink,
body.cBlack .wp-pagenavi .previouspostslink,
body.cBlack .access_bus table th,
body.cBlack .access.tab li a,
body.cBlack .outline010 .txtArea .table01 th,
body.cBlack #magazine,
body.cBlack .footer_mg_wrap{
    background-color: #000;
    color: #fff;
}
body.cBlack .bg_grd_ora,
body.cBlack .pickup_col:before,
body.cBlack #research.pickup_col:before,
body.cBlack #event_news_wrap,
body.cBlack .tab_menu li,
body.cBlack th,
body.cBlack .link_lists,
body.cBlack .link_lists li,
body.cBlack .page_sub_lists li,
body.cBlack .page_title.bg_red,
body.cBlack .p_recruitment .page_title,
body.cBlack .hg-box,
body.cBlack .news_detail .info_btn,
body.cBlack .step_dl.step02,
body.cBlack .step_dl.step03, 
body.cBlack .step_dl.step04,
body.cBlack .schedules-tab td,
body.cBlack .page_tag .contents_base,
body.cBlack .bosyuTab tr:nth-child(even) td,
body.cBlack  .type1 td,
body.cBlack .orange_box,
body.cBlack .red_box,
body.cBlack .table_gr td,
body.cBlack .dp-content .case td,
body.cBlack .sitemap-html #contents,
body.cBlack .calendar_box table td.sat,
body.cBlack .calendar_box table td.sun,
body.cBlack #event-list li.people-2 .icons,
body.cBlack #event-list li.medical-2 .icons,
body.cBlack .access_bus table td,
body.cBlack .access .blockArea,
body.cBlack .access_car .parking_table td,
body.cBlack .access_car .parking_table th,
body.cBlack .access_car .parking_direction_list,
body.cBlack .rinen_logo_concept_wrap,
body.cBlack .outline010 .floor_link_wrap,
body.cBlack .link_lists_one a,
body.cBlack .ft_bn_lists li,
body.cBlack .well_being_area,
body.cBlack #pickup_n,
body.cBlack .pickup_new_lists li dl,
body.cBlack .top_mg_list li .right_area,
body.cBlack .hg-2105 > div,
body.cBlack .pickup_box,
body.cBlack .pickup_box_lists .info_btn{
    background: #000;
}
body.cBlack .btn.btn_line_ora:hover,
body.cBlack .menu_acc h3:hover,
body.cBlack .event_news_inner .btn:hover,
body.cBlack .side_sns li:hover,
body.cBlack .localNav li:hover a {
	background-color: rgba(255,255,255,0.1);
}
body.cBlack .top_pickup_lists li,
body.cBlack #pickup .slick-slide li,
body.cBlack .event_news_inner .news_detail,
body.cBlack .event_news_inner .btn {
	box-shadow:0px 0px 0px 1px rgba(255,255,255,1);
}
body.cBlack .pageTop {
	background:url(/wp-content/themes/hosp.tohoku/img/arr_up_whi.png) no-repeat center center #000;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
body.cBlack .pageTop:hover {
	background-color: rgba(255,255,255,0.1);
}
body.cBlack .con_box .btn_ora_sq,
body.cBlack .pickup_new_lists li,
body.cBlack .top_mg_list li .right_area{
    background: #000;
    border: 1px solid #fff;
    box-sizing: border-box;
}
body.cBlack .con_box .btn_ora_sq:hover{
    background-color: rgba(255,255,255,0.1);
}
body.cBlack .pickup_box,
body.cBlack #magazine{
    border: solid 1px #fff;
}
body.cBlack #magazine .title_wrap,
body.cBlack #magazine .sub_title{
    border-bottom: solid 1px #fff;
}
body.cBlack .magazine-label{
    color: #fff;
    border-top: solid 1px #fff;
}

/* 青 */
body.cBlue{
    background: #00F;
    color: #fff;
}
body.cBlue a,
body.cBlue .head_select .act_wrap h3,
body.cBlue .news_detail .info_btn.target_btn.staff, 
body.cBlue .news_detail .info_btn.target_btn.medical-2,
body.cBlue .news_detail.hesso .titles a,
body.cBlue .color_gray,
body.cBlue .color_cg,
body.cBlue .color_ora,
body.cBlue .color_blue,
body.cBlue .color_red,
body.cBlue .color_whi,
body.cBlue .menu_acc_con dt,
body.cBlue .organization .page_title .color_ora,
body.cBlue .recruitment .page_title .color_ora,
body.cBlue .category-doctor .page_title .color_ora,
body.cBlue .category-nurse .page_title .color_ora,
body.cBlue .category-staff .page_title .color_ora,
body.cBlue .category-recruit_news .page_title .color_ora,
body.cBlue .category-teacher .page_title .color_ora,
body.cBlue .category-assistant .page_title .color_ora,
body.cBlue .category-clerk .page_title .color_ora,
body.cBlue .category-other .page_title .color_ora,
body.cBlue .cat_doctor .page_title .color_ora,
body.cBlue .cat_nurse .page_title .color_ora,
body.cBlue .cat_staff .page_title .color_ora,
body.cBlue .cat_recruit_news .page_title .color_ora,
body.cBlue .cat_teacher .page_title .color_ora,
body.cBlue .cat_assistant .page_title .color_ora,
body.cBlue .cat_clerk .page_title .color_ora,
body.cBlue .cat_other .page_title .color_ora,
body.cBlue .recruitment .con_box a,
body.cBlue .page_lists .ttl,
body.cBlue .nav-links a,
body.cBlue .p_recruitment .page_title .color_ora,
body.cBlue  .btn_sq,
body.cBlue .news_detail.no_float dl dd a,
body.cBlue .news_detail .info_btn.staff,
body.cBlue .news_detail .info_btn.target_btn.medical-2,
body.cBlue .subtitle_blue,
body.cBlue .subtitle,
body.cBlue .organization008 .btn_sq a,
body.cBlue .p_organization .page_title .color_ora,
body.cBlue .p_recruitment .page_title .color_ora,
body.cBlue .dp-content h4,
body.cBlue #event-list li.people-2 dl dt span,
body.cBlue #event-list li.medical-2 dl dt span,
body.cBlue .postid-21437  h3,
body.cBlue .localNav.link_arr li a,
body.cBlue .access .color_blk,
body.cBlue .access_car .parking_direction_list ul li .color_bl,
body.cBlue .access .color_grn,
body.cBlue .access .color_blu,
body.cBlue .access .color_ppl,
body.cBlue .access .color_yel,
body.cBlue .access .color_blu02,
body.cBlue .rinen_kanja_list dl dt,
body.cBlue .rinen_sengen .number,
body.cBlue .news_icon_pdf,
body.cBlue .outpatient .tab_menu li span,
body.cBlue .postid-73.faq .con_box .ufaq-faq-title-text h4,
body.cBlue .earthquake .gen_box h4,
body.cBlue .earthquake .gen_box h5,
body.cBlue .top_mg_list li .right_area .cate,
body.cBlue .footer_mg .ttl,
body.cBlue .hg-2105,
body.cBlue .pickup_box .title_wrap .title,
body.cBlue .top_mg_list .dtl .cate{
    color: #FF0 !important;
}
body.cBlue .bg_ora,
body.cBlue .bg_blue,
body.cBlue .bg_whi,
body.cBlue .bg_red,
body.cBlue .bg_gray,
body.cBlue .bg_gray2,
body.cBlue .bg_main,
body.cBlue .bg_ora_light,
body.cBlue .bg_blue_light,
body.cBlue .bg_blue_gray,
body.cBlue #hcnav_wrap,
body.cBlue #top_nav ul li a,
body.cBlue .head_select ul li a,
body.cBlue .top_pickup_lists li .arr_bg_ora_white,
body.cBlue .localNav li,
body.cBlue .postid-21476  #doctorTable .branchList li a,
body.cBlue .wp-pagenavi a.page,
body.cBlue .wp-pagenavi span.current,
body.cBlue .wp-pagenavi .nextpostslink,
body.cBlue .wp-pagenavi .previouspostslink,
body.cBlue .access_bus table th,
body.cBlue .access.tab li a,
body.cBlue .outline010 .txtArea .table01 th,
body.cBlue #magazine,
body.cBlue .footer_mg_wrap,
body.cBlue .pickup_box{
    background-color: #00F;
    color: #FF0;
}
body.cBlue .bg_grd_ora,
body.cBlue .pickup_col:before,
body.cBlue #research.pickup_col:before,
body.cBlue #event_news_wrap,
body.cBlue .tab_menu li,
body.cBlue th,
body.cBlue .link_lists,
body.cBlue .link_lists li,
body.cBlue .btn.bg_ora_grad,
body.cBlue .page_sub_lists li,
body.cBlue .page_title.bg_red,
body.cBlue .p_recruitment .page_title,
body.cBlue .hg-box,
body.cBlue .news_detail .info_btn,
body.cBlue .step_dl.step02,
body.cBlue .step_dl.step03, 
body.cBlue .step_dl.step04,
body.cBlue .schedules-tab td,
body.cBlue .page_tag .contents_base,
body.cBlue .bosyuTab tr:nth-child(even) td,
body.cBlue  .type1 td,
body.cBlue .orange_box,
body.cBlue .red_box,
body.cBlue .table_gr td,
body.cBlue .dp-content .case td,
body.cBlue .sitemap-html #contents,
body.cBlue .calendar_box table td.sat,
body.cBlue .calendar_box table td.sun,
body.cBlue #event-list li.people-2 .icons,
body.cBlue #event-list li.medical-2 .icons,
body.cBlue .access_bus table td,
body.cBlue .access .blockArea,
body.cBlue .access_car .parking_navlist ul li a,
body.cBlue .access .arr_circle_ora_under a,
body.cBlue .access_car .parking_table td,
body.cBlue .access_car .parking_table th,
body.cBlue .access_car .parking_direction_list,
body.cBlue .rinen_logo_concept_wrap,
body.cBlue .outline010 .floor_link_wrap,
body.cBlue .link_lists_one a,
body.cBlue .ft_bn_lists li,
body.cBlue .well_being_area,
body.cBlue #pickup_n,
body.cBlue .pickup_new_lists li dl,
body.cBlue .top_mg_list li .right_area,
body.cBlue .hg-2105 > div,
body.cBlue .pickup_box_lists .info_btn{
    background: #00F;
}
body.cBlue .btn.btn_line_ora:hover,
body.cBlue .menu_acc h3:hover,
body.cBlue .event_news_inner .btn:hover,
body.cBlue .side_sns li:hover,
body.cBlue .localNav li:hover a {
	background-color: rgba(255,255,255,0.2);
}
body.cBlue .top_pickup_lists li,
body.cBlue #pickup .slick-slide li,
body.cBlue .event_news_inner .news_detail,
body.cBlue .event_news_inner .btn {
	box-shadow:0px 0px 0px 1px rgba(255,255,255,1);
}
body.cBlue .pageTop {
	background:url(/wp-content/themes/hosp.tohoku/img/arr_up_whi.png) no-repeat center center #00F;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
body.cBlue .pageTop:hover {
	background-color: rgba(255,255,255,0.2);
}
body.cBlue .con_box .btn_ora_sq,
body.cBlue .pickup_new_lists li,
body.cBlue .top_mg_list li .right_area{
    background-color: #00F;
    border: 1px solid #FF0;
    box-sizing: border-box;
}
body.cBlue .con_box .btn_ora_sq:hover{
    background-color: rgba(255,255,255,0.2);
}
body.cBlue .btn_ora_sq:after {
    background: url(/wp-content/themes/hosp.tohoku/img/arr_r_ora_s_v2.png) no-repeat center center #FF0;
    background-size: 6px auto;
}
body.cBlue .pickup_box,
body.cBlue #magazine{
    border: solid 1px #fff;
}
body.cBlue #magazine .title_wrap,
body.cBlue #magazine .sub_title{
    border-bottom: solid 1px #fff;
}
body.cBlue .magazine-label{
    color: #FF0;
    border-top: solid 1px #fff;
}

/* 地図の＋－解除 */
body.cBlue .leaflet-touch .leaflet-bar a,
body.cBlack .leaflet-touch .leaflet-bar a{
	color: black !important;
}

/* =フォントサイズ設定
----------------------------------------------- */
body.fontLarge{
    font-size: 109%;
}

/* = 共通化
----------------------------------------------- */
table.type1 {
	width: 100%;
	margin-bottom: 1em;
}
table.type1 th {
	vertical-align: middle;
}
table.type1 td {
	vertical-align: middle;
} 
.gen_box p {
	margin-bottom: 1.7em;
}
.con_box .left_line_blue:first-child {
	margin-top: 0 !important;
}
.ndb {
	display: block;
}
.nowrap {
	white-space: nowrap;
}
.anchor {
	position: absolute;
	left: 0;
	top: -15px;
}
@media screen and (max-width: 768px){/*640px*/
	.anchor {
		top:-75px;
	}
}