@charset "utf-8";
/*
Theme Name: 東陽会のオリジナルテーマ
Description: 
Author: I/O
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: 62.5%;/* jQueryで書き換える */
    -webkit-text-size-adjust: 100%;
}
body{
    background: #F7F8FB;
    line-height:1.3;
}
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: #4595FF;
    text-decoration: underline;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
	cursor:pointer;
}
.con_box a{
    color: #4595FF;
    text-decoration: underline;
}
.con_box a:hover {
    color: #4595FF;
    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 {
    color: #2C2C2C;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.6rem;
	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 #4595FF;
    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 #4595FF;
    padding-left: 15px;
}
.page-template-page-tpl_department_institute .dp-content h3{
    border-color: #4595FF;
}
.line_x:before{
    content: "";
    display: inline-block;
    background: #4595FF;
    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:#4595FF;
	text-decoration:underline;
}
.topicPath a:hover {
	color:#4595FF;
}

/* 緊急のお知らせ */
.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: 15px 0;
    box-sizing: border-box;
    font-weight: bold;
}
.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(./assets/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(./assets/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;
}
.attention span{
    position: relative;
}
.attention span:before{
    content: "";
    background: url(./assets/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;
}
@media screen and (max-width: 768px){
}
.important-news-detail .date{
	text-align: right;
	margin-bottom: 10px;
}
.top_attention{
    background:#FDE7E8;
    box-sizing:border-box;
    font-weight:bold;
    text-align: left;
}
.top_attention > 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: #eff5ff;
}
.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: #4595FF;
    text-decoration: none;
}
.tab_menu li.active {
    background-color: #4595FF;
}
.tab_menu li.active a,
.outpatient .tab_menu li.active span{
    color: #FFF;
}

.no_link a:hover {
	opacity: 1;
}
.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: #4595FF;
    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;
}

/* =ボタンリンク
----------------------------------------------- */
.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{
    color: #fff;
}
.btn.btn_line_ora{
    border: 1px solid #4595FF;
    background: url(./assets/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: #DAEAFF;
}
.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_bg_white_ora:after{
    content:"";
    background: url(./assets/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_ora_white:after,
.arr_circle_blue:after {
    content: "";
    background: url(./assets/img/arr_slide_r.png) no-repeat center center #4595FF;
    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(./assets/img/arr_slide_r.png) no-repeat center center #4595FF;
    background-size: 6px auto;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    border-radius: 25px;
}
.arr_bg_blue_white.icon_link:after{
    background: url(./assets/img/icon_link.png) no-repeat center center;
    border-radius: unset;
}

.link_lists .icon_blank:after {
	right: 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 #4595FF;
    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_blue{
    color: #4595FF;
}
.color_red{
    color: #E81C24;
}
.color_whi,
.color_whi:hover,
.con_box a.color_whi{
    color: #fff;
    text-decoration: none;
}
.bg_ora{
    background-color: #4595FF;
}
.bg_blue{
    background-color: #4595FF;
}
.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 #4595FF;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.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: #4595FF;
}
.head_select .act_wrap h3{
    color: #666;
    font-size: 75%;
    font-weight: normal;
    display: inline-block;
    margin: 0;
    letter-spacing: 0;
    padding: 5px 0;
}
.head_select .act_wrap h3 span{
    margin-left: 10px;
}
.head_select .act_wrap .active{
    background: url(./assets/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(./assets/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 {
	display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.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(./assets/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: #4595FF;
	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: 50px;
}
.head_time{
    position: absolute;
    bottom: 0;
    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;
}
.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;
    text-align: right;
}
.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{
    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;
    margin-right: .5em;
}


/* サイドメニュー */
.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: 50%;
    font-size: 88%;
}
.btn_side.btn_side_menu a{
    font-size: 88%;
}
.btn_side.btn_side_menu:hover{
    opacity: 0.6;
    cursor: pointer;
	color: #4595FF;
}
.btn_side.btn_side_acc{
    bottom: 193px;/*100px*/
}
.btn_side.btn_side_acc a:hover{
    text-decoration: none;
    color: #4595FF;
	opacity: 0.6;
}
.btn_side span{
    text-align: center;
    margin-top: 5px;
    display: inline-block;
    line-height: 1;
    position: absolute;
    right: -6px;
    width: 38px;
}
#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(./assets/img/side_menu_close.png?v2) no-repeat center center #4595FF;
}
.side_menu_close:hover{
	background-color: #DAEAFF;
	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: #4595FF;
    opacity: 0.6;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.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: #E7EFF6
}
.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,
.cat_doctor .page_title,
.cat_nurse .page_title,
.cat_staff .page_title,
.p_organization .page_title,
.p_recruitment .page_title {
    background: rgba(0,65,144,0.08);
}
.organization .page_title .color_blue,
.recruitment .page_title .color_blue,
.category-doctor .page_title .color_blue,
.category-nurse .page_title .color_blue,
.category-staff .page_title .color_blue,
.cat_doctor .page_title .color_blue,
.cat_nurse .page_title .color_blue,
.cat_staff .page_title .color_blue,
.organization .link_lists li a:hover,
.p_organization .page_title .color_blue,
.p_recruitment .page_title .color_blue{
    color: #4595FF;
}
.organization h2.left_line,
.recruitment h2.left_line,
.category-doctor h2.left_line,
.category-nurse h2.left_line,
.category-staff h2.left_line,
.p_organization h2.left_line {
    border-color: #4595FF;
}
.organization .link_lists li{
    border-left-color: #4595FF;
}
.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: #4595FF !important;
    text-decoration: none;
}
.p_organization .localNav li a:hover {
    background: #eff5ff;
    color: #4595FF;
}
/* =フッター
----------------------------------------------- */
.top_bn_main.ft_bn_main{
    margin-top: 10px;
    margin-bottom: 30px;
}

/* =小バナー */
#top_recruit_wrap{
    background: #E7EFF6;
}
.home #top_recruit_wrap{
    width: 2000px;
    margin: 0 -440px;
}
.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: #eff5ff;
    color: #4595FF;
    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;
}

/* pageTop */
.pageTop{
    background: url(./assets/img/arr_pagetop.png) no-repeat center center #DAEAFF;
	background-size: 16px auto;
    padding: 30px 0;
    display: block;
	text-indent: -9999px;
}
.pageTop:hover {
	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(./assets/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(./assets/img/footer_menu_ora_on.png);
}
.menu_acc.menu_blue h3{
    background-image: url(./assets/img/footer_menu_blue_off.png);
}
.menu_acc.menu_blue .acd-check:checked + .acd-label h3{
    background-image: url(./assets/img/footer_menu_blue_on.png);
}
.menu_acc.arr_ora_l h3{
    background: url(./assets/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: #DAEAFF;
}
.menu_acc.menu_blue h3:hover {
	background-color: #eff5ff;
}
.menu_acc.menu_blue h3 a:hover {
	color: #4595FF;
}
.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: #4595FF;
    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(./assets/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(./assets/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(./assets/img/icon_link.png) no-repeat center right;
    background-size: 16px;
}
.menu_acc.menu_blue a[target="_blank"] {
	background: url(./assets/img/icon_link.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: 30px 0 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_blue 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(2),
.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;
}

/* スライド */
.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: #4595FF;
}
.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: #4595FF;
}
.slide_copy.draw.-do span.under{
    opacity: 0;
    animation: showora_under 0.1s ease-in-out 2.5s forwards;
    color: #4595FF;
}
@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: #DAEAFF;
  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(./assets/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(./assets/img/top_menu02_off.png);
}
#top_nav ul li.top_nav03 a{
    background-image: url(./assets/img/top_menu03_off.png);
}
#top_nav ul li.top_nav04 a{
    background-image: url(./assets/img/top_menu04_off.png);
}
#top_nav ul li.top_nav05 a{
    background-image: url(./assets/img/top_menu05_off.png);
}
#top_nav ul li.top_nav06 a{
    background-image: url(./assets/img/top_menu06_off.png);
}
#top_nav ul li.top_nav07 a{
    background-image: url(./assets/img/top_menu07_off.png);
}
#top_nav ul li.top_nav08 a{
    background-image: url(./assets/img/top_menu08_off.png);
}
#top_nav ul li.sec a{
    padding-top: 35px;
}
#top_nav ul li a:after{
    content: "";
    background: url(./assets/img/arr_ms_ora.png) no-repeat;
	background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom:5px;
    right: 5px;
}
#top_nav ul li:hover{
    background: #4595FF;
}
#top_nav ul li.hover_blue:hover{
    background: #4595FF;
}
#top_nav ul li a:hover{
    opacity:1; filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    color: #fff;
    text-decoration: none;
    background: url(./assets/img/top_menu01_on.png) no-repeat center 70px;
	background-size: auto 60px;
}
#top_nav ul li.top_nav02 a:hover{
    background-image: url(./assets/img/top_menu02_on.png);
}
#top_nav ul li.top_nav03 a:hover{
    background-image: url(./assets/img/top_menu03_on.png);
}
#top_nav ul li.top_nav04 a:hover{
    background-image: url(./assets/img/top_menu04_on.png);
}
#top_nav ul li.top_nav05 a:hover{
    background-image: url(./assets/img/top_menu05_on.png);
}
#top_nav ul li.top_nav06 a:hover{
    background-image: url(./assets/img/top_menu06_on.png);
}
#top_nav ul li.top_nav07 a:hover{
    background-image: url(./assets/img/top_menu07_on.png);
}
#top_nav ul li.top_nav08 a:hover{
    background-image: url(./assets/img/top_menu08_on.png);
}
#top_nav ul li a:hover:after{
    background-image: url(./assets/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{
    margin-left: 21px;
}
.top_bn_main li:hover {
	opacity: 0.6;
}

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

/* お知らせ */
#contents_base{
    max-width: 1120px;
    margin: auto;
}
#topix_wrap{
    margin: 80px 0 0;
}
@media screen and (max-width: 768px){
    #topix_wrap{
        padding: 5%;
        margin: 0;
    }
    
}
.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: #4595FF;
    cursor: pointer;
} 
.info_nav ul li.select {
    background: url(./assets/img/top_info_bg.png) no-repeat right center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.topix_detail{
    float: right;
    width: 805px;
}
#hnews_wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.topix_detail dl{
    display: table;
    margin-bottom: 19px;
    width: 100%;
    max-width: 805px;
}
.top_news_left .topix_detail dl{
	max-width: 470px;
	min-height: 91px;
	float: left;
}
.top_news_left .topix_detail dl:nth-of-type(even){
	margin-left: 60px;
}
.p_departments .topix_detail dl{
    margin-bottom: 0;
}
.topix_detail dl dt,
.topix_detail dl dd{
    display: table-cell;
    border-bottom: 1px solid #D9DADD;
    padding-bottom: 15px;
    vertical-align: top;
}
.topix_detail dl dt{
    width:192px;
    border-bottom: 1px solid #4595FF;
}
.top_news_left .topix_detail dl dt{
	width: 160px;
}
.topix_detail dl dd.roboto{
    border-bottom: none;
    width: 50px;
    letter-spacing: 3px;
    line-height: 1;
}
.topix_detail dl dt .date{
    display: block;
	line-height: 1.1;
}
.topix_detail dl dd a{
    line-height: 1.4;
}
.top_news_left .topix_detail dl dd a{
	letter-spacing: 0.1em;
}
.topix_detail .info_btn{
    display: inline-block;
    background: #4595FF;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 10px 2px;
    margin: 10px 5px 0 0;
    border-radius: 25px;
}
/*.topix_detail .info_btn:hover{
    text-decoration: none;
	opacity: 0.6;
	color: #fff;
}*/
.topix_detail .info_btn.target_btn{
    background: none;
    border: 1px solid #F6BB7F;
    color: #4595FF;
}
.topix_detail .info_btn.target_btn.important{
    background: #E81C24;
    border: none;
    color: #fff;
}
.topix_detail .info_btn.staff,
.topix_detail .info_btn.target_btn.medical-2{
    border: 1px solid #4595FF;
    background: none;
    color: #4595FF;
}
.topix_detail .info_btn.staff a,
.topix_detail .info_btn.target_btn.medical-2 a {
	text-decoration: none;
}
.topix_detail p.center{
    margin-top: 30px;
}
.top_news_left .topix_detail p.center{
    margin-top: 12px;
}
.newsDetail {
	padding: 50px;
}
.newsDetail h2 {
	letter-spacing: 0;
}


/* PICKUP */
#top_pickup{
    margin-top: 50px;
}
.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: #4595FF;
    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 #4595FF;
    /*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:#4595FF;
	/*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;
}
#outpatient.pickup_col .ttl {
    margin-left: 115px;
    margin-right:0;
    float: right;
}
#outpatient.pickup_col:before {
    background: #E7EFF6;
    left: -160px;
    right: auto;
}
#outpatient.pickup_col .ttl h2:before {
    right:auto;
    left: -115px;
    width: 100px;
}
#outpatient.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(./assets/img/slide_left.png) no-repeat center center #F19333 !important;
    background-size: 12px auto !important;
}
#pickup .slick-next {
    right: -55px;
    background: url(./assets/img/slide_right.png) no-repeat center center #F19333 !important;
    background-size: 12px auto !important;
}
#pickup.pickup_col .ttl{
    margin: auto;
    float: none;
}

#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, #4595FF);
	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: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 dl{
	height: 135px;
	padding: 30px;
	background-color: #FFF8F2;
	box-sizing: border-box;
}
.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 .info_btn{
    display: inline-block;
    background: #4595FF;
    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%;
}

.top_recruit_inner{
    max-width: 1120px;
    margin: 0 auto;
    padding: 80px 0;
}
.top_news_left{
    width: 100%;
}
.top_news_left h2 {
	letter-spacing: 0.1em;
	font-size: 175%;
	margin-bottom: 40px;
	line-height: 1;
}
.top_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;
}
.top_news_left .topix_detail,
.event_news_right .topix_detail{
    float: none;
    width: auto;
}
.top_recruit_inner h3 span{
    font-weight: normal;
    letter-spacing: 1px;
}
.topix_detail dt.medical-2,
.topix_detail dt.staff{
    border-bottom-color: #4595FF;
}
.top_recruit_inner .topix_detail .btn{
    max-width: 264px;
    padding: 15px;
    margin: auto;
    font-size: 88%;
    /*box-shadow: 0 8px 20px rgba(0,0,0,0.16);*/
}
.top_recruit_inner .topix_detail .arr_bg_ora_white:after {
    right: 13px;
    top: 13px;
}
.color_gray a{
    color: #999;
}

/* 募集バナー群 */
.home_bn1{
    clear: both;
    padding-top: 40px;
}
.home_bn1 ul{
    display: flex;
    flex-wrap: wrap;
}
.home_bn1 ul li{
    width: 550px;
    margin: 0 20px 20px 0;
}
.home_bn1 ul li:nth-child(2n){
    margin-right: 0;
}
.home_bn1 ul li a{
    display: table;
    border-right: 5px solid #4595FF;
}
.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: 38px 40px 35px 28px;
    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 40px 35px 28px;
}
.home_bn1 ul li a.ttl.arr_circle_blue:after {
    right: 15px;
}
.home_bn1 ul li a .ttl .icon_link{
    background: url(./assets/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: #4595FF;
	opacity: 1;
}
.home_bn1 ul li:hover img {
	opacity: 0.65;
	position: relative;
}


/* =スライドバナー */
.top_center_inner{
    max-width: 1120px;
    margin: auto;
    padding: 50px 0 60px;
}
.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(./assets/img/slide_left.png) no-repeat center center #F19333 !important;
    background-size: 12px auto !important;
}
.top_slide .slick-next {
    right: 30px;
    background: url(./assets/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: #4595FF;
}
.top_slide .slick-dots li.slick-active button:before {
    color: #4595FF;
}
.slick-counter{
    display: inline-block;
    margin-left: 20px;
    position: relative;
    bottom: -5px;
}

/* PAGETOP上バナー */
#top_recruit_wrap .top_center_inner {
	padding: 80px 0;
}


/* =診療科・部門　ケアセンターリクルート
----------------------------------------------- */
.dp-content h3{
	border-left: 3px solid #4595FF;
	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: #4595FF;
    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: #4595FF;
}
.page-template-page-tpl_department_institute .dp-content h4:before {
    background-color: #4595FF;
}
.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;
}

.topix_detail.no_float{
    float: none;
    width:auto;
}
.topix_detail.no_float dl{
    max-width: 1200px;
}
.topix_detail.no_float dl dt{
    width: 100px;
    font-weight: normal;
}
.topix_detail.no_float dl dt,
.topix_detail.no_float dl dd{
    padding: 22px 0;
}
.topix_detail.no_float dl dd a{
    display: block;
    position: relative;
    padding-right: 30px;
    color: #333;
    text-decoration: none;
}
.topix_detail.no_float dl dd a:hover {
	color: #4595FF;
}
.topix_detail.no_float dl dd a:after {
    content: "";
    background: url(./assets/img/arr_slide_r.png) no-repeat center center #4595FF;
    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 .topix_detail.no_float dl dd a:after{
    background-color: #4595FF;
}
.page-template-page-tpl_department_institute .topix_detail dl dt {
    border-color: #5980ae;
}
.p_departments .topix_detail dd {
	padding: 0 !important;
}
.p_departments .topix_detail dd a {
	padding: 20px 40px 20px 0 !important;
}
.p_departments .topix_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;
}

/* 外来担当医 */
/*

.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: #4595FF;
}
 .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;
}
.dp-content .doc-intro .doc-box.sec{
	width: 50%;
	float: left;
}
.dp-content .doc-intro .doc-box.sec .doc-p{
	width: 163px;
}
.dp-content .doc-intro .sec:nth-child(odd){
	border-left: none;
}
.dp-content .doc-intro .sec:nth-child(even){
	clear: both;
}

/* 患者食管理 */
.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;
}

/* =プロトコール一覧
----------------------------------------------- */
.protocol_title a {
	display: block;
	width: 100%;
	font-size: 113%;
	background: #4595FF;
	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;
}

/* =
----------------------------------------------- */
.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_blue{
    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("img/arr_slide_l.png") no-repeat center center #4595FF;
    background-size: auto 12px;
    left: -60px;
}
.calendar_box .cal_nav li a.arr_right{
    background: url("img/arr_slide_r.png") no-repeat center center #4595FF;
    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 #4595FF;
}
#event-list li.medical-2{
    border-top: 5px solid #4595FF;
}
#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: #4595FF;
}
#event-list li.medical-2 .icons{
    background: #4595FF;
}
#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(./assets/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(./assets/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(./assets/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: #4595FF;
}
#event-list li.medical-2 dl dt span{
    color: #4595FF;
}
#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 #4595FF;
	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: #4595FF;
	background: rgba(0,65,144,0.07);
}
#event-list li.medical-2 .title a:hover{
    color: #4595FF;
}
#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;
}


/* =お知らせ一覧
----------------------------------------------- */
.page_lists.topix_detail{
    float: none;
    width: auto;
}
.page_lists.topix_detail dl {
    display: table;
    margin-bottom: 20px;
    width: 100%;
    max-width: 1200px;
}
.page_lists.topix_detail dl dt{
	padding-bottom: 0;
}
.page_lists .thum_img{
    height: 90px;
    width: 140px;
    background-image: url("./assets/img/noimg.jpg");
    background-size: cover;
    background-position: center center;
    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%;
}
.topix_detail .wp-pagenavi{
    margin-bottom: 0;
}

/* =お知らせ詳細
----------------------------------------------- */
.arc_time.topix_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;
}
.recruitment #contents a:hover,
.category-doctor #contents a:hover,
.category-nurse #contents a:hover,
.category-staff #contents a:hover{
    color: #4595FF;
    text-decoration: underline;
}
.single.doctor #contents a:hover,
.single.nurse #contents a:hover,
.single.staff #contents a:hover{
    color: #4595FF;
    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: #4595FF;
    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 #4595FF;
    border-bottom: 1px solid #4595FF;
    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("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;
}
 .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;
}

.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(./assets/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;
}


/* =各種相談窓口
----------------------------------------------- */
.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;
}



/* =フロアマップ
----------------------------------------------- */

.floormap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.floormap > img{
    margin-bottom: 5rem;
}
.floormap > img:last-child{
    margin-bottom: 0;
}


/* =リンク
----------------------------------------------- */
.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: #4595FF;
    background-color: #FEF7F0;
    opacity: 1;
}
.btn_arr_box:after {
    content: "";
    background: url(./assets/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: #4595FF !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;
}

/*TOP Webマガジン*/
#medicalcheck {
	background: #E7EFF6;
    text-align: center;
	width: 1440px;
	margin: 30px 0 0px -160px;
	padding: 45px 160px 50px;
	box-sizing: border-box;
}
#medicalcheck h2 {
	font-size: 175%;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
	position: relative;
}
#medicalcheck h2:after {
	content: "";
	width: 0.5px;
	height: 20px;
	display: block;
	position: absolute;
	bottom: -20px;
	right: 50%;
	transform: translateX(50%);
	background-color: #4595FF;
}
.top_mg_list {
	margin: 0 -40px -40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_mg_list li {
	width: 540px;
	margin-bottom:40px;
}
.top_mg_list li:nth-child(even){
    margin-right: 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 {
	padding: 30px 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;
    display: block;
	line-height: 1.6;
    font-size: 125%;
}
.top_mg_list li .right_area .cate {
	border-top: solid 1px #D9D9D9;
    padding: 10px 0 0;
    font-weight: bold;
    color: #4595FF;
	box-sizing: content-box;
}
#medicalcheck .ttl {
	width: 264px;
	margin: 40px auto 0;
}
#medicalcheck .ttl .btn {
	padding: 15px 0;
	display: block;
	white-space: nowrap;
}

/*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: #4595FF;
	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: #4595FF;
	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: #4595FF;
	color: #fff;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.1em;
}
.footer_mg .cnc {
	margin-left: 32px;
	padding: 0;
	font-size: 88%;
	color: #4595FF;
	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-left: -5%;
    width: 110%;
    min-height: 150px;
    box-sizing: border-box;
    position: relative;
	overflow: hidden;
}
.side_menu_mg a {
	position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 107%;
	max-width: 364px;
}


@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;
    }
    .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;
    }
	.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;
    }
    .foot_nav li:nth-child(2){
        border-right: 1px solid #CCCDD0;
        padding: 0 15px;
    }
	.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%;
    }
    .topix_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;
    }
    #outpatient.pickup_col .ttl {
        margin-left: 4%;
        margin-right: 0;
    }
    #outpatient.pickup_col .ttl h2:before {
        left: -30px;
        width: 20px;
    }
    #outpatient.pickup_col .top_pickup_lists {
        width: 71%;
    }
    #outpatient.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% 47px;
	}
	.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(./assets/img/slide_left.png) no-repeat center center #F19333 !important;
		background-size: 12px auto !important;
	}
	#pickup_n .slick-next {
		right: -3%;
		background: url(./assets/img/slide_right.png) no-repeat center center #F19333 !important;
		background-size: 12px auto !important;
	}
	
    /* 活動・セミナー */
    #top_center_wrap {
        width: 100%;
        padding: 0 3%;
        margin: 0 -3%;
    }
    .top_recruit_inner{
        max-width: 980px;
        padding-bottom: 105px;
    }
    .top_news_left {
        width: 60%;
    }
    .top_line_ora_box{ 
        padding: 5% 5% 10%;
        box-sizing: border-box;
    }
    .event_news_right {
        width: 37%;
    }
	.top_news_left .topix_detail dl {
		margin-bottom: 10px;
	}
    .topix_detail .event_lists dl dt,
    .topix_detail .event_lists dl dd{
        display: block;
    }
    .topix_detail .event_lists dl dt{
        border-bottom: none;
    }
	.top_news_left .topix_detail dl dt{
		width: auto;
		padding-bottom: 12px;
	}
	.top_news_left .topix_detail dl dd{
		padding-bottom: 45px;
	}
	#top_center_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%;
    }
    .top_center_inner {
        max-width: 800px;
    }
    .top_slide .slick-prev {
        left: 6%;
    }
    .top_slide .slick-next {
        right: 6%;
    }
    .home #top_recruit_wrap{
        width: auto;
        margin: 0 -3%;
        padding: 0 3%
    }
	.gen_box h2.base1,
	.news_h2{
		margin-top: 40px;
	}
	
    
    /* =
    ----------------------------------------------- */
	.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;
	}
    
	/* =診療科・部門
    ----------------------------------------------- */
	.link_lists li {
		width: 49%;
	}
	.link_lists li:nth-child(3n) {
		margin-right: 10px;
	}
	.link_lists li:nth-child(2n) {
		margin-right: 0;
	}
		
		
    /* =全体
    ----------------------------------------------- */
    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;
            text-align: left;
		}
		#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: 100%;
        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(./assets/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:#4595FF;
	}
	.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(./assets/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(./assets/img/icon_link.png) no-repeat center left;
		width: 25px;
        height: 20px;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 70px;
	}
    
    /* 緊急のお知らせ */
	.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% 5% 0;
		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: 20px;
    }
    .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{
        margin: 10px 0;
    }
    #footer_base .foot_name h2 img{
		height: auto;
		width: 100%;
    }
    .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%);
	}
    .top_main_slide .slick-dots {
      bottom: 70px;
      width: 100%;
      right: 0;
    }
    .slide_copy{
        top: 30px;
        left: 10px;
        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{
		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{
		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{
			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;
		}
	}
    
    /* お知らせ */
    .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(./assets/img/arr_dwn_whi.png) no-repeat right 5px center #4595FF;
        background-size: 12px auto;
    }
	.info_nav li#hnnav2 {
		letter-spacing: -0.06em;
	}
    .topix_detail {
        width: 100%;
    }
	.top_news_left .event{
		padding: 8% 5% 12%;
	}
	.topix_detail dl {
		margin-bottom: 5px;
	}
	.top_news_left .topix_detail dl{
		max-width: 100%;
	}
	.top_news_left .topix_detail dl:nth-of-type(even){
		margin-left: 0;
	}
    .topix_detail dl dt, 
    .topix_detail dl dd {
        display: block;
        border-bottom: none;
        padding-bottom: 20px;
    }
    .topix_detail dl dt {
        width: auto;
    }
    .topix_detail dl dd:last-child{
    }
    .topix_detail dl dt .date {
        display: inline-block;
        margin-right: 15px;
    }
	.topix_detail dl dd.roboto {
		display: none;
	}
	.topix_detail dl dd.roboto.color_blue {
		display: none;
	}
	.topix_detail.no_float {
		margin-top: -17px;
	}
	.top_news_left .topix_detail p.center {
		margin-top: 25px;
	}
    
    /* ピックアップ */
	#top_pickup {
		margin-top: 60px;
	}
    .pickup_col {
        padding: 30px 0 40px;
    }
    .pickup_col .ttl,
    #outpatient.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%;
    }
    #outpatient.pickup_col .ttl h2:before{
        right: 0;
        left: auto;
        width: 25%;
    }
    .pickup_col:before {
        background: linear-gradient(180deg, rgba(238,120,0,1), rgba(238,120,0,0.3));
        width: 83%;
        height: 85%;
        right: -6%;
    }
    #outpatient.pickup_col:before {
        background: #E7EFF6;
        left: -6%;
        right: auto;
    }
    .pickup_col .top_pickup_lists li,
    #outpatient.pickup_col .top_pickup_lists li{
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    #outpatient.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;
    }
    .topix_detail dl dd:last-child {
        border-bottom: 1px solid #4595FF;
    }
	.p_departments .topix_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;
	}
	
    /* 活動・セミナー */
    #top_center_wrap,
    .home #top_recruit_wrap{
        padding: 5% 0;
        margin: 0;
        box-sizing: border-box;
    }
    .top_recruit_inner {
        padding: 5% 0;
    }
    .top_news_left,
    .event_news_right{
        width: auto;
        float: none;
        margin-bottom: 30px;
    }
	.top_news_left h2 {
		margin-bottom: 35px;
	}
    .top_recruit_inner h3{
        text-align: center;
		margin: 25px 0;
    }
    .icon_calendar {
        right: -10px;
    }
	
    .home_bn1{
        padding: 0;
    }
    .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;
        object-fit: cover;
    }
	@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 15% 0 3%;
        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%;
    }
    .top_center_inner {
        padding: 50px 0 45px;
    }
	@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%;
		}
	}
    
    /* 小バナー */
    #top_recruit_wrap{
        width: 100%;
        padding: 0 5%;
        margin: 0 auto;
        box-sizing: border-box;
    }
	#top_recruit_wrap .top_center_inner {
		padding: 5% 0;
	}
    .home #top_recruit_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 #top_recruit_wrap{
        padding: 5%;
    }
	.ft_bn_lists li a span {
		padding: 10px 10px;
	}
	.ft_bn_lists.page_all li a span {
		padding: 15px 10px;
	}
    
    /* =診療科・部門
    ----------------------------------------------- */
    .topix_detail.no_float dl dt{
        padding-bottom: 0;
		padding-top: 20px;
    }
	.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.tb_mid {
		font-size: 75%;
	}
	.dp-content table.case th,
	.dp-content table.case td,
	.dp-content table.tb_mid th,
	.dp-content table.tb_mid 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;
	}
    .arr_bg_blue_white:after {
		right:10px;
	}
	
	.dp-content .doc-intro .sec:nth-child(odd) {
		border-left: none;
	}
		
	/* =機構図
    ----------------------------------------------- */
    #map{
        display: block;
        height: 600px;
    }
    	
    /* =イベント
    ----------------------------------------------- */
	.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;
    }
	
	/* =各種相談窓口
	----------------------------------------------- */
	.col3 .localNav li {
		width: 100%;
	}
	.col3 .localNav li a {
		padding:20px;
	}
	
    /* =お知らせ一覧
    ----------------------------------------------- */
	.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;
    }
	
	/* =サイトマップ
	----------------------------------------------- */
	.sitemap-html #main  {
		margin:0 -5%;
	}
	.sitemap-html #contents_base {
		margin-bottom:40px;
    }
    
    /*wp-captionクラスの画像幅指定解除*/
    .wp-caption{
        width: 100% !important;
    }

	#medicalcheck {
		width: 100%;
		margin: 30px 0 60px 0;
		padding: 45px 5% 50px;
	}
	.top_mg_list {
		margin: 0;
	}
	.top_mg_list li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.top_mg_list li .left_area {
		width: 36%;
	}
	.top_mg_list li .right_area {
		padding: 17px 20px;
	}
	.top_mg_list li .right_area a {
    	margin: 4px 0 9px 0;
		line-height: 1.3;
	}
	.top_mg_list li .right_area .cate {
		width: 100%;
		padding: 8px 0 0;
		margin-bottom: 0;
	}
	#medicalcheck .ttl {
		margin: 10px auto 0;
	}
	
    
}

/* =カラー設定
----------------------------------------------- */

/* =フォントサイズ設定
----------------------------------------------- */
/* = 共通化
----------------------------------------------- */
table.tb_mid {
	width: 100%;
	margin-bottom: 1em;
}
table.tb_mid th {
	vertical-align: middle;
}
table.tb_mid 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;
	}
}


html {
    font-size: 62.5%;/* jQueryで書き換える */
  }
  .ly_siteWrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .ly_header {
    padding: 15px 56px;
  }
  .ly_header_inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 880px;
    width: 100%;
  }
  .ly_main {
    background-color: #fafafa;
    flex: 1;
    overflow-x: hidden;
  }
  .ly_section {
    padding: 90px 0;
  }
  .ly_section_inner {
    margin: 0 auto;
    max-width: 880px;
    padding: 0 15px;
    text-align: center;
    width: 100%;
  }
  .bl_headerList {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .bl_headerList &gt; * + * {
    margin-left: 56px;
  }
  .bl_headerList a {
    line-height: 1.5;
    padding: 10px;
  }
  /********************/
  /* ボタンのスタイル */
  /********************/
  .bl_sizeBtn_wrap {
    align-items: flex-end;
    display: inline-flex;
    font-weight: 500;
  }
  .bl_sizeBtn_wrap > span {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .bl_sizeBtn_wrap > * + * {
    margin-left: 10px;
  }
  .bl_sizeBtn {
    background-color: #ddd;
    border-radius: 4px;
    color: #666;
    padding: 5px;
    transition: opacity 0.4s;
    margin-right: 0.2em;
    border: none;
  }
  .bl_sizeBtn:first-of-type {}
  .bl_sizeBtn:nth-of-type(2) {}
  .bl_sizeBtn:nth-of-type(3) {
    margin-right: 0;
  }
  /* 選択したボタンのスタイル */
  .bl_sizeBtn.is_active {
    background-color: #4595FF;
    color: #fff;
  }
  /****************************/
  /* ボタンのスタイルここまで */
  /****************************/
  .bl_sampleList {
    margin-top: 1em;
  }
  .bl_sampleList li {
    line-height: 1.7;
  }
  .bl_sampleList span {
    font-weight: 700;
    padding: 0 0.3em;
  }
  /* サイズ固定のテキスト */
  .bl_fzPx {
    font-size: 16px;
  }
  .el_lv2Heading {
    font-size: 3.2rem;
    font-weight: 700;
  }
  @media (hover: hover) and (pointer: fine) {
    .bl_headerList a:hover {
      color: #246a92;
    }
    .bl_sizeBtn:hover {
      opacity: 0.8;
    }
  }

  .wp-block-file *+.wp-block-file__button{
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 10px 2px;
    margin: 0 0 10px 5px;
    border-radius: 25px;
  }
  .newsDetail .body > p + p{
    margin-top: 1em;
  }
  .newsDetail .body > ul,
    .newsDetail .body > ol{
        padding: 1em;
  }
  .newsDetail .body li{
    list-style: disc;
  }
