/*----------------------------------------------
	common
---------------------------------------------*/
a:link {
	color: #3366cc;
}
a:visited {
	color: #3366cc;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #909CE1;
}

.mab10 { margin-bottom: 10px!important ; }
.mab20 { margin-bottom: 20px!important ; }
.mab30 { margin-bottom: 30px!important ; }
.mab40 { margin-bottom: 40px!important ; }
.mab50 { margin-bottom: 50px!important ; }

.mar10 { margin-right: 10px!important ; }
.mar20 { margin-right: 20px!important ; }
.mar30 { margin-right: 30px!important ; }
.mar40 { margin-right: 40px!important ; }
.mar50 { margin-right: 50px!important ; }

.mal10 { margin-left: 10px!important ; }
.mal20 { margin-left: 20px!important ; }
.mal30 { margin-left: 30px!important ; }
.mal40 { margin-left: 40px!important ; }
.mal50 { margin-left: 50px!important ; }
.mal310 { margin-left: 310px; }

.ALcenter { text-align : center ; }
.ALright { text-align : right ; }

.indent {
	text-indent : -1em ;
	padding-left : 1em ;
}

.attention {
	color: #3366cc;
	font-weight: bold;
}
.error {
	color: #f00;
}
.caption {
	font-size: 86%;
}
.font_large {
	font-size: 120%;
}

.font_small {
	font-size: 10px;
}
.font_bold {
	font-weight: bold;
}
.font_red {
	color: red;
}
.jus {
	text-align: justify;
}

/*size*/


.w100 {
	width: 100%;
}
.w90 {
	width: 90%;
}
.w80 {
	width: 80%;
}
.w70 {
	width: 70%;
}
.w65 {
	width: 65%;
}
.w60 {
	width: 60%;
}
.w55 {
	width: 55%;
}
.w50 {
	width: 50%;
}
.w45 {
	width: 45%;
}
.w40 {
	width: 40%;
}
.w35 {
	width: 35%;
}
.w30 {
	width: 30%;
}
.w20 {
	width: 20%;
}
.w10 {
	width: 10%;
}

/*list*/
.disc li {
	list-style-type: disc;
	margin-left: 1.8em;
}
.decimal li {
	list-style-type: decimal;
	margin-left: 1.6em;
}
.kome li {
	margin-left: 1em;
	text-indent: -1em;
}
.list_type01 li {
	text-indent: -1em;
	margin-left: 1em;
}
.list_type01 li:before {
	content: url(../images/icon_arw_link02.png);
	margin-right: .2em;
}
.list_type02 li:before{
	content: "#";
	color: #2451AD;
	margin-right: 3px;
}
.list_center {
	text-align: center;
}
.list_center li {
	display: inline-block;
	margin: 0 20px;
}

/*links*/
a[href^="http"] {   
    background: url(../images/icon_exlink.png) no-repeat right 0.2em;
	 padding-right: 15px;
}
a[href^="http://localhost"],
a[href^="https://www.unifiedx.net/nishi-sapporo"],
a[href^="http://www.nishi-sapporo.or.jp"],
a[href^="https://nishi-sapporo.or.jp"] {
   background:transparent;
   padding:0;
}
a[href$=".pdf"] {   
    background: url(../images/icon_pdf.png) no-repeat right 0.2em;
	 padding-right: 15px;
}
a[href$=".doc"],
a[href$=".docx"] {   
    background: url(../images/icon_word.png) no-repeat right 0.2em;
	 padding-right: 15px;
}
a[href$=".xls"],
a[href$=".xlsx"] {   
    background: url(../images/icon_excel.png) no-repeat right 0.2em;
	 padding-right: 15px;
}
a[href ^="mailto:"] {  
	background: url(../images/icon_mail.png) no-repeat right 0.3em;
	 padding-right: 18px;
} 

/*table*/
.table_type01 th,
.table_type01 td {
	border: 1px solid #3366cc;
	text-align: center;
	padding: 5px;
	vertical-align: top;
}
.table_type01 th {
	background-color: #e2e7f1;
	font-weight: bold;
	color: #3366cc;
}
.table_type01 td.sub {
	background: url(../images/bg04.jpg);
	font-weight: bold;
	color: #555;
}
.table_type02 th,
.table_type02 td {
	border-bottom: 1px dashed #ddd;
	padding: 5px 10px;
}
.table_type02 th {
	font-weight: bold;
}
.table_anchor th {
	padding: 0;
}
.table_anchor th a {
	display: block;
	padding: 8px 20px 8px 8px;
	text-decoration: none;
	position: relative;
	transition: background-color .3s linear, color .3s linear;
}
.table_anchor th a:hover {
	background-color: #3366cc;
	color: #fff;
	transition: background-color .3s linear, color .3s linear;
}
.table_anchor th a:after {
	content: '';
	position: absolute;
	top: -2px;
	bottom: 0;
	right: 10px;
	margin: auto;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: 5px;
	transition: border-color .3s linear;
}
.table_anchor th a:hover:after {
	border-color: #fff;
	transition: border-color 0.3s linear;
}
.table_anchor.col2 th {
	width: 50%;
}
.table_anchor.col3 th {
	width: 33.3%;
}
.table_anchor.col4 th {
	width: 25%;
}
.table_anchor.col5 th {
	width: 20%;
}
.table_anchor .none {
	display: none;
	border: none;
}

.table_type_none th,
.table_type_none td {
	border: none;
	padding: 0 5px;
}
.table_type_none th {
	color: #3366cc;
	font-weight: bold;
}
table .table_middle {
	vertical-align: middle;
}

table.table_type03 {
	border-collapse: collapse;
	border: 1px solid #B3B3B3;
	width: 100%;
}

table.table_type03 tr {
	background: #EDF1F9;
}

table.table_type03 tr:nth-child(odd) {
	background: #fff;
}


table.table_type03 td, table.table_type03 th {
	border: 1px solid #B3B3B3;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	width: 50%;
}

table.table_type03 th {
	background: #EDF1F9;
	font-weight: bold;
	text-align: center;
}

table.table_type03 th span {
	font-size: 13px;
}



/*button*/
.btn_wrap {
	text-align: center;
}
.btn_wrap .btn_normal {
	display: inline-block;
	padding: 8px 30px;
	text-decoration: none;
	font-weight: bold;
	background-color: #3366cc;
	border-radius: 5px;
	color: #fff;
	transition: .5s;
}
.btn_wrap .btn_normal:hover {
	background-color: #2653ad;
	transition: .5s;
}
.btn_wrap input.btn_normal {
	font-size: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	border: none;
}
.btn_wrap input.btn_normal:hover {
	cursor: pointer;
}
.btn_wrap li {
	margin: 0 10px;
	display: inline-block;
}
.btn_type01 a {
	display: block;
	border-radius: 3px;
	box-shadow: 0 0 3px #aaa;
	text-decoration: none;
	transition: .5s;
}
.btn_type01 span {
	display: block;
	border-radius: 3px;
	box-shadow: 0 0 3px #aaa;
	text-decoration: none;
	transition: .5s;
}
.btn_type01 a:hover {
	opacity: .6;
	transition: .5s;
}
.btn_color01 a {
	background: url(../images/bg03.jpg) 0 0 repeat;
	color: #fff;
}
.btn_color01 span {
	background: url(../images/bg03.jpg) 0 0 repeat;
	color: #fff;
}
.btn_color02 a {
	background: url(../images/bg02.jpg) 0 0 repeat;
	color: #fff;
}
.btn_color02 span {
	background: url(../images/bg02.jpg) 0 0 repeat;
	color: #fff;
}
.btn_size01 a {
	padding: 20px;
	font-size: 160%;
	margin: 5px 5px 0;
	font-weight: bold;
}
.btn_size01 span {
	padding: 20px;
	font-size: 160%;
	margin: 5px 5px 0;
	font-weight: bold;
}


.btn_type02 {
	text-align: center;
}

.btn_type02 a {
	background: #AB2431;
	background: rgba(203,60,60,1);
    background: -moz-linear-gradient(top, rgba(203,60,60,1) 0%, rgba(157,41,41,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(203,60,60,1)), color-stop(100%, rgba(157,41,41,1)));
    background: -webkit-linear-gradient(top, rgba(203,60,60,1) 0%, rgba(157,41,41,1) 100%);
    background: -o-linear-gradient(top, rgba(203,60,60,1) 0%, rgba(157,41,41,1) 100%);
    background: -ms-linear-gradient(top, rgba(203,60,60,1) 0%, rgba(157,41,41,1) 100%);
    background: linear-gradient(to bottom, rgba(203,60,60,1) 0%, rgba(157,41,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb3c3c', endColorstr='#9d2929', GradientType=0 );
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	display: block;
    transition: 0.5s;
	padding-right: 0;
    border-radius: 3px;
}

.btn_type02 a:hover {
	transition: 0.5s;
	background: rgba(157,41,41,1);
    background: -moz-linear-gradient(top, rgba(157,41,41,1) 0%, rgba(203,60,60,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(157,41,41,1)), color-stop(100%, rgba(203,60,60,1)));
    background: -webkit-linear-gradient(top, rgba(157,41,41,1) 0%, rgba(203,60,60,1) 100%);
    background: -o-linear-gradient(top, rgba(157,41,41,1) 0%, rgba(203,60,60,1) 100%);
    background: -ms-linear-gradient(top, rgba(157,41,41,1) 0%, rgba(203,60,60,1) 100%);
    background: linear-gradient(to bottom, rgba(157,41,41,1) 0%, rgba(203,60,60,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d2929', endColorstr='#cb3c3c', GradientType=0 );
    border-radius: 3px;
}

.btn_type02 a:after {
	content: '»';
	margin-left: 10px;
}





/*box*/
.box_type01 {
	border: 1px solid #87A7E8;
	text-align: justify;
}
.box_type01 .box_title {
	font-size: 120%;
	font-weight: bold;
	color: #3366cc;
	margin-bottom: 5px;
}
.box_type01 .box_inner {
	border: 1px solid #fff;
	background-color: #efefef;
	padding: 12px;
}
.box_type02 {
	border: 3px double #e2e7f1;
}
.box_type02 .box_title {
	background-color: #e2e7f1;
	padding: 5px 10px;
	font-size: 120%;
	font-weight: bold;
}
.box_type02 .box_inner {
	padding: 10px;
}

.box_type03 {
	background: #323232;
	padding: 20px;
}

.box_type03 .box_left {
	float: left;
}

.box_type03 .box_left iframe {
	vertical-align: middle;
}

.box_type03 .box_right {
	float: right;
}

.box_type04 {
	border: 2px solid #8A6E50;
	background: #F1EBD8;
	padding: 20px;
}
.box_type05 {
	margin-bottom: 20px;
}
.box_type05 img:nth-child(1) {
	float: left;
}
.box_type05 img:nth-child(2) {
	float: right;
}

/*float*/
.float_box {
	margin-bottom: 20px;
}
.float_box:last-child {
	margin-bottom: 0;
}
.float_box .details {
	padding-top: 20px;
}
.img_left {
	float: left;
	margin: 0 10px 10px 0;
}
.img_left_type01 {
	float: left;
	margin: 10px 10px 10px 0;
}
.img_right {
	float: right;
	margin: 0 0 10px 10px;
}
.img_bottom {
	vertical-align: text-bottom;
	/*margin: 0 10px 10px 0;*/
	text-align:center;
}
.box_left {
	float: left;
}
.box_right {
	float: right;
}

/*block*/
.block_white {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 3px #aaa;
}
.block_white .block_title {
	padding-left: 25px;
	font-size: 120%;
	font-weight: bold;
	color: #3366cc;
	padding: 15px 20px 15px 50px;
	background-position: 20px center;
	background-repeat: no-repeat !important;
}
.block_white .block_inner {
	padding: 0 20px 20px;
}
#top .block_white .block_inner {
	font-size: 86%;
}

/*----------------------------------------------
	top
---------------------------------------------*/
/*top_main - slide & guide*/
#top #top_main {
	padding: 20px 0;
	background-color: #fff;
}

/*top_main - slide*/
#top #top_main .block_slide {
	float: left;
	width: 710px;
}

/*top_main - guide*/
#top #top_main .block_guide {
	float: right;
	width: 230px;
	border: 2px solid #3366cc;
	border-radius: 8px;
	background-color: #e2e7f1;
}
#top #top_main .block_guide .title_guide {
	background: url(../images/icon_medical_record.png) 10px .3em no-repeat;
	padding: 10px 10px 10px 40px;
	border-bottom: 1px solid #3366cc;
	font-size: 120%;
	font-weight: bold;
	color: #3366cc;
}
#top #top_main .block_guide .cont_guide {
	padding: 20px 15px;
	text-align: center;
}

/*main - banner*/
#top #main .top_banner {
	margin-bottom: 40px;
}
#top #main .top_banner img {
	vertical-align: bottom;
}
#top #main .top_banner > a {
	display: block;
	transition: .5s;
}
#top #main .top_banner > a:hover {
	opacity: .6;
	transition: .5s;
}
#top #main .top_banner > a > div {
	width: 470px;
	color: #fff;
}
#top #main .top_banner > div {
	width: 470px;
	color: #fff;
}
#top #main .banner_photo {
	float: left;
	padding: 10px;
}
#top #main .banner_photo img {
	vertical-align: bottom;
}
#top #main .banner_cont {
	width: 290px;
	float: right;
	padding: 20px 10px;
}
#top #main .banner_title {
	background: url(../images/icon_arw_link01.png) 0 center no-repeat;
	padding-left: 40px;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 10px;
}
#top #main .banner_left {
	background-color: #0a989c;
	float: left;
}
#top #main .banner_right {
	background-color: #ff9966;
	float: right;
}

/*news*/
#top #main .block_news .information {
	margin-top: 140px;
	background-color: #e2e7f1;
	padding: 20px 0 20px 10px;
}
#top #main .block_news .information p {
	font-size: 108%;
	font-weight: bold;
	width: 440px;
	margin: 0 auto;
}
#top #main .block_news {
	width: 670px;
/*	float: left;  changed 20201208*/ 
	min-height: 538px;
}
#top #main .block_news .block_title {
	background-image: url(../images/icon_info.png);
	background-color: #3366cc;
	border-radius: 8px 8px 0 0;
	color: #fff;
}
#top #main .block_news .block_title .arw a {
	display: inline-block;
	float: right;
	font-size: 70%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 5px 0;
}
#top #main .block_news .block_title .arw a:hover {
	color: #88a6e4;
}
#top #main .block_news .block_title .arw a:before {
	content: url(../images/icon_arw_link03.png);
	margin-right: 5px;
	vertical-align: middle;
}
/*/ ここから中ページの一覧と共通 /*/
#main .block_news dl {
	font-weight: bold;
}
#main .block_news dl dt {
	float: left;
	clear: left;
	width: 100px;
	padding: 15px 0 15px 20px;
}
#main .block_news dl dt .slug {
	font-size: 86%;
	padding: 3px 5px;
	background-color: #3366cc;
	color: #fff;
	margin-left: 5px;
	border-radius: 5px;
	text-decoration: none;
}
#main .block_news dl dt .slug:hover {
	background-color: #5884DC;
}
#main .block_news dl dd {
	padding: 15px 10px 15px 130px;
	border-bottom: 1px dashed #ddd;
}
#main .block_news dl dd:last-child {
	border-bottom: none;
}
#main .block_news dl dd a {
	color: #3366cc;
	text-decoration: none;
}
#main .block_news dl dd a:hover {
	color: #aaa;
}
#main .block_news dl.news_category_block dt {
	width: 100px;
}
#main .block_news dl.news_category_block dd {
	padding-left: 120px;
}
/*/ ここまで中ページの一覧と共通 /*/

/*info_right*/
#top #main .block_info_right {
	float: right;
	width: 260px;
}

/*time*/
#top #main .block_time {
	margin-bottom: 20px;
}
#top #main .block_time .block_title {
	background-image: url(../images/icon_clock.png);
}

/*access*/
#top #main .block_access .block_title {
	background-image: url(../images/icon_pin.png);
}
#top #main .block_access .map_access {
	vertical-align: bottom;
	border: none;
}


#top .medical_banner {
	background: #2D63C4;
	
}

.list_medical {
	display: table;
}



.list_medical li {
	display: table-cell;
	width: 10%;
	text-align: center;
	vertical-align: top;
	border-left: 1px dotted #72B2E1;
	cursor: pointer;
}

.list_medical li:first-child {
	border-left: none;
	cursor: default;
}


.list_medical li a {
	color: #fff;
	display: block;
	padding-top: 30px;
	height: 160px;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.5rem;
	span{
		font-size: .85rem;
	}
}

.list_medical li.detail_01:hover {
	background: url(../images/catNavTop01_on.gif) center bottom no-repeat;
	
}

.list_medical li.detail_01 {
	background: url(../images/catNavTop01_off.gif) center bottom no-repeat;
}

.list_medical li.detail_02:hover {
	background: url(../images/catNavTop02_on.gif) center bottom no-repeat;
	
}

.list_medical li.detail_02 {
	background: url(../images/catNavTop02_off.gif) center bottom no-repeat;
}


.list_medical li.detail_03:hover {
	background: url(../images/catNavTop03_on.gif) center bottom no-repeat;
	
}

.list_medical li.detail_03 {
	background: url(../images/catNavTop03_off.gif) center bottom no-repeat;
}


.list_medical li.detail_04:hover {
	background: url(../images/catNavTop04_on.gif) center bottom no-repeat;
	
}

.list_medical li.detail_04 {
	background: url(../images/catNavTop04_off.gif) center bottom no-repeat;
}

.list_medical li.detail_05:hover {
	background: url(../images/catNavTop05_on.gif) center bottom no-repeat;
	
}

.list_medical li.detail_05 {
	background: url(../images/catNavTop05_off.gif) center bottom no-repeat;
}


@media screen and (max-width: 640px) {
	.list_medical {
	display: block;
}



.list_medical li {
	display: block;
	width: 100%;
	text-align: left;
	vertical-align: top;
	border-left: none;
	border-bottom: 1px dotted #72B2E1;
	cursor: pointer;
	height: 75px;
}

.list_medical li:first-child {
	border-left: none;
	height: 100%;
	text-align: center;
}

.list_medical li:first-child img {
	width: auto;
}



.list_medical li a {
	color: #fff;
	display: block;
	padding-top: 0;
	height: 100%;
	text-decoration: none;
	padding: 15px 20px 0; 
}

.list_medical li.detail_01:hover {
	background: url(../images/catNavTop01_on_sp.gif) right bottom no-repeat;
	background-size: cover;
}

.list_medical li.detail_01 {
	background: url(../images/catNavTop01_off_sp.gif) right bottom no-repeat;
	background-size: cover;
}

.list_medical li.detail_02:hover {
	background: url(../images/catNavTop02_on_sp.gif) right bottom no-repeat;
	background-size: cover;
	
}

.list_medical li.detail_02 {
	background: url(../images/catNavTop02_off_sp.gif) right bottom no-repeat;
	background-size: cover;
}


.list_medical li.detail_03:hover {
	background: url(../images/catNavTop03_on_sp.gif) right bottom no-repeat;
	background-size: cover;	
}

.list_medical li.detail_03 {
	background: url(../images/catNavTop03_off_sp.gif) right bottom no-repeat;
	background-size: cover;
}


.list_medical li.detail_04:hover {
	background: url(../images/catNavTop04_on_sp.gif) right bottom no-repeat;
	background-size: cover;
	
}

.list_medical li.detail_04 {
	background: url(../images/catNavTop04_off_sp.gif) right bottom no-repeat;
	background-size: cover;
}

.list_medical li.detail_05:hover {
	background: url(../images/catNavTop05_on_sp.gif) right bottom no-repeat;
	background-size: cover;
}

.list_medical li.detail_05 {
	background: url(../images/catNavTop05_off_sp.gif) right bottom no-repeat;
	background-size: cover;
}
}


/*----------------------------------------------
	inner
---------------------------------------------*/
/*breadcrumbs*/
.breadcrumbs {
	background-color: #fff;
	padding: 5px 0;
	font-size: 93%;
	border-bottom: 1px solid #ddd;
}
/*block_cont*/
.inner #main .block_cont {
	width: 710px;
	float: left;
}
.inner #main .block_cont#snav00 {
	width: 100%;
	float: none;
}
.inner #main .block_cont .block_cont_inner {
	padding: 30px 40px;
}
.inner #main .block_cont #btn_inner_smenu {
	display: none;
}

/*block_side*/
.inner #main .block_side {
	width: 230px;
	float: right;
	border: 2px solid #3366cc;
	border-radius: 8px;
}
.inner #main .block_side .block_title {
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #3366cc;
	background-color: #e2e7f1;
	border-radius: 8px 8px 0 0;
}
.inner #main .block_side #snav li a {
	display: block;
	padding: 10px 10px 10px 25px;
	text-indent:-1em;
	border-top: 1px solid #3366cc;
	color: #3366cc;
	text-decoration: none;
	background-color: #fff;
}
.inner #main .block_side #snav li a:before {
	content: url(../images/icon_arw_link02.png);
	margin-right: 5px;
}
.inner #main .block_side #snav li:last-child a {
	border-radius: 0 0 5px 5px;
}
.inner #main .block_side #snav li a:hover {
	background: url(../images/bg04.jpg);
}
.inner #main .block_side #snav li.current a {
	background: url(../images/bg05.jpg);
	color: #fff;
}
.inner #main .block_side #snav li.current a:before {
	content: url(../images/icon_arw_link03.png);
}

.inner #main .block_side #snav li .snav_child {
	display: none;
}
.inner #main .block_side #snav li .snav_child a {
	padding-left: 42px;
	border-radius: 0;
	background: #efefef;
	color: #2451AD;
}
.inner #main .block_side #snav li .snav_child a:before {
	content: url(../images/icon_arw_link02.png);
}
.inner #main .block_side #snav li .snav_child a:hover,
.inner #main .block_side #snav li .snav_child li.current a {
	background: #2451AD;
	color: #fff;
}
.inner #main .block_side #snav li .snav_child a:hover:before,
.inner #main .block_side #snav li .snav_child li.current a:before {
	content: url(../images/icon_arw_link03.png);
}
.inner #main .block_side#snav02 #snav li.snav02 .snav_child,
.inner #main .block_side#snav03 #snav li.snav03 .snav_child,
.inner #main .block_side#snav04 #snav li.snav04 .snav_child,
.inner #main .block_side#snav05 #snav li.snav05 .snav_child,
.inner #main .block_side#snav06 #snav li.snav06 .snav_child {
	display: inherit;
}

/*title*/
.inner .page_title {
	color: #3366cc;
	font-weight: bold;
	font-size: 200%;
	background: url(../images/icon_title.png) 0 center no-repeat;
	padding-left: 35px;
	margin-bottom: 5px;
}
.inner .page_title02 {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 15px;
	color: #555;
	border-left: 2px solid #555;
	padding-left: 15px;
	line-height: 1.5em;
}
.inner .page_title03 {
	font-size: 160%;
	color: #3366cc;
	font-weight: bold;
	border-bottom: 1px solid #e2e7f1;
	border-top: 1px solid #e2e7f1;
	padding: 5px 0;
	margin-bottom: 10px;
}
.inner .page_title04 {
	font-size: 116%;
	font-weight: bold;
	background-color: #efefef;
	border-bottom: 1px solid #ddd;
	padding: 3px 8px 1px;
	color: #555;
	margin-bottom: 10px;
}
.inner .page_title05 {
	color: #3366cc;
	font-weight: bold;
	border-left: 6px double #D6E2F9;
	padding-left: 10px;
	margin-bottom: 5px;
}
.inner .small_title {
	display: inline-block;
	background-color: #efefef;
	border-left: 2px solid #888;
	color: #555;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 8px 20px 8px 18px;
}

/*section*/
.inner .section {
	margin-bottom: 40px;
}
.inner .section img {
	vertical-align: bottom;
}


/*----------------------------------------------
	outpatient -外来のご案内-
---------------------------------------------*/
#outpatient .box_left img {
	width: 100%;
	height: auto;
}



/*----------------------------------------------
	hospital -病院概要-
---------------------------------------------*/
#hospital .table_type01 td {
	text-align: left;
}
#hospital .table_type02 th {
	width: 130px;
}

/*#hospital .table_type01 th,
#hospital .table_type01 td {
	border: 1px solid #3366cc;
	padding:10px;
	text-align:left;
}

#hospital .table_type01 th {
	background-color: #e2e7f1;
	font-weight: bold;
	text-align:center;
	color: #3366cc;
}

#hospital .table_type01 td.sub {
	background: url(../images/bg04.jpg);
	font-weight: bold;
	color: #555;
}*/

/*----------------------------------------------
	facilities -施設・医療機器-
---------------------------------------------*/
.facilities .caption {
	display:block;
	padding-top:5px;
	text-align:center;
}

/*----------------------------------------------
	contact -お問い合わせ-
	careform -治療院様専用フォーム-
---------------------------------------------*/
#contact .table_type01 th,
#contact .table_type01 td,
#careform .table_type01 th,
#careform .table_type01 td {
	text-align: left;
}
#contact .table_type01 th,
#careform .table_type01 th {
	width: 200px;
}
#contact .table_type01 th.must:after,
#careform .table_type01 th.must:after {
	content: '必須';
	font-size: 80%;
	font-weight: bold;
	background-color: #f00;
	color: #fff;
	padding: 2px 5px;
	float: right;
}
#contact .input_type01,
#careform .input_type01 {
	padding: 1%;
}
#contact .input_long,
#careform .input_long {
	width: 97%;
}
#contact .input_middle,
#careform .input_middle {
	width: 67%;
}
#contact .input_short,
#careform .input_short {
	width: 37%;
}
#contact .input_ss,
#careform .input_ss {
	width: 10%;
}
#contact textarea,
#careform textarea {
	line-height: 1.5;
}

/*----------------------------------------------
	access -アクセス-
---------------------------------------------*/
#access .map_access {
	width: 570px;
	height: 440px;
}
#access .table_type01 td {
	text-align: left;
}

/*----------------------------------------------
	sitemap -サイトマップ-
---------------------------------------------*/
#sitemap .map_title {
	border-bottom: 2px solid #3366cc;
	font-size: 120%;
	margin-bottom: 10px;
}
#sitemap .map_title a {
	color: #3366cc;
	text-decoration: none;
}
#sitemap .map_title a:hover {
	color: #aaa;
}
#sitemap .list_type01 li {
	margin-bottom: 5px;
}

#sitemap .box_left h2:first-child{
	padding-top:0px;}

#sitemap .box_left h2{
	padding-top:20px;}
	
#sitemap .box_right h2:first-child{
	padding-top:0px;}

#sitemap .box_right h2{
	padding-top:20px;}





/*----------------------------------------------
	wp
---------------------------------------------*/
/*single*/
#wp .date_single {
	text-align: right;
	margin-bottom: 10px;
}
#wp .wp-pagenavi {
	text-align: center;
	margin-top: 10px;
}
#wp .block_single p {
	margin-bottom: .5em;
}
#wp .block_single strong {
	font-weight: bold;
}
#wp .block_single em {
	font-style: italic;
}
#wp .block_single h2 {
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 15px;
    color: #555;
}
#wp .block_single h3 {
    font-size: 160%;
    color: #3366cc;
    font-weight: bold;
    border-bottom: 1px solid #e2e7f1;
    border-top: 1px solid #e2e7f1;
    padding: 5px 0;
    margin-bottom: 10px;
}
#wp .block_single ul {
	list-style-type: disc;
	margin-left:1.5em;
}
#wp .block_single ol {
	list-style-type: decimal;
	margin-left:1.6em;
}
#wp .block_single sup {
	font-size: 86%;
	vertical-align: super;
}
#wp .block_single sub {
	font-size: 86%;
	vertical-align: sub;
}
#wp .block_single table th, #wp .block_single table td {
    border: 1px solid #3366cc;
    text-align: center;
    padding: 5px;
}
#wp .block_single table th {
    background-color: #e2e7f1;
    font-weight: bold;
    color: #3366cc;
}

/*----------------------------------------------
	medical detail01.html
---------------------------------------------*/

.inner .img_box {
	position: relative;
	line-height: 0;
}

.inner .pos_absolute {
	position: absolute;
	right: 0;
	bottom: 0;
}

#medical .pos_absolute img {
	vertical-align: baseline;
}

.inner .border_gray {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
}

.inner .font_white {
	color: #fff;
}

.inner .font_twentythree {
	font-size: 23px;
}

.inner .font_grey {
	color: #ccc;
}

.inner .box_feature {
	background: #EFEFEF;
}

.inner_box_feature{
	padding: 10px;
}

.inner .box_feature  h2 {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	border-bottom: 1px solid #D3D3D3;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
-moz-box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
padding: 10px;
}

.inner ul.list_feature {
	display: flex;
  flex-flow: row wrap;
}

.inner .list_feature li {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	vertical-align: middle;
/*	    -webkit-box-shadow: rgb(255, 255, 255) 1px 1px 0px 0px;
    -moz-box-shadow: rgb(255, 255, 255) 1px 1px 0px 0px;
    box-shadow: rgb(255, 255, 255) 1px 1px 0px 0px;*/
	
	-webkit-box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
-moz-box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
box-shadow: 1px 1px 0px 0px rgba(255,255,255,1);
}

.inner .list_feature li:nth-child(even) {
	border-right: none;
}

.inner .list_feature li:nth-last-child(-n+2) {
	border-bottom: none;
}

.inner .box_feature h3 {
	font-size: 17px;
	font-weight: bold;
	margin-left: 30px;
	text-indent: -10px;
}

.inner .box_feature h3 span:before {
	    content: '';
    background: #2860C8;
    border-radius: 50%;
    height: 21px;
    width: 21px;
    display: inline-block;
    z-index: -1;
    left: 14px;
    position: relative;
    top: 5px;
}

.inner .box_feature h3 span {
	    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 4;
    left: 0px;
    display: inline-block;
    margin-left: -20px;
    margin-right: 10px;
    /* width: 30px; */
    text-align: center;
}

.inner .img_series li {
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 10px;
}

.inner .img_series li .doc_img {
	padding: 0 10px;
}

.inner .img_series li .doc_img img {
	width: 100%;
}


.inner .img_series li .doc_name {
	font-size: 14px;
}
.inner .img_series li .doc_name span {
	font-size: 16px;
}

.ico_stethoscope {
	background: url(../images/icon_stethoscope.png) 0 center no-repeat;
	padding: 6px 0 6px 60px;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	color: #2D63CD;
}


.list_qa  {
	margin-bottom: 20px;
	border-bottom: 1px dotted #87A7E8;
}

.list_qa dt {
	padding: 10px 0 10px 25px;
	border-top: 1px dotted #87A7E8;
	color: #3366cc;
	cursor: pointer;
	text-decoration: underline;
	background:url(../images/ico_question.png) 0 1em no-repeat;
	
}


.list_qa dt:last-child {
	border-bottom: 1px solid #87A7E8;
	border-top: 1px solid #87A7E8;
}

.list_qa dt:first-child {
	border-top: none;
}

.list_qa dd {
	background: url(../images/ico_answer.png) 15px 1em no-repeat, #F1F9FF;
	margin-bottom: 10px;
	padding: 10px 10px 10px 40px;
	display: none;
}

.w300 { width: 300px; }

.w300 img { width: 100%; }

.table_type03 tr:first-child th.deg:first-child {
	background: linear-gradient(8deg, #EDF1F9, #EDF1F9 50%, #B3B3B3 51%, #EDF1F9 52%, #EDF1F9);
}

.video_cont {
	position:relative;
	/*padding-bottom:56.25%;*/
/*	padding-top:30px;*/
	height:0;
	overflow:hidden;
	width: 320px;
	height: 170px;
	max-width: 100%;
}

.video_cont iframe, .video_cont object, .video_cont embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media screen and (max-width: 640px){
	
	.mal310 { margin-left: 0; }
	
	.inner .img_series li {
		width: 50%;
	}
	
	.box_type03 .box_left {
		float: none;
	}
	
	.box_type03 .box_left iframe {
		width: 100%;
	}
	
	.box_type03 .box_right {
		float: none;
	}
	
	.video_cont {
		text-align: center;
		margin: 0 auto;
	}
	
	.img_box iframe {
		text-align: center;
		width: 100%;
	}
	
	.border_gray img {
		width: 40%;
	}
	
	.border_gray img.resposive_w80 { width: 80%; }

	.inner .pos_absolute img {
		position: relative;
	}
	
	.w300 {
		width: 100%;
	}
	
	.inner .list_feature li {
		width: 100%;
		border-right: none;
		-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,1);
	}

	.inner .list_feature li:nth-last-child(-n+2) {
		border-bottom: 1px solid #D3D3D3;
	}
	
	.inner .list_feature li:last-child {
		border-bottom: none;
	}
		
	.inner .list_feature li {
		height: auto !important;
	}	
		
}

@media screen and (max-width: 425px) {
	.inner .img_series li {
		width: 100%;
	}
	
}

/*----------------------------------------------
	clearfix
---------------------------------------------*/

.clearfix:after,
.wrap:after,
.top_banner:after,
.block_info:after,
.float_box:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix,
.wrap,
.top_banner,
.block_info,
.float_box {
	min-height: 1px;
}

* html .clearfix,
* html .wrap,
* html .top_banner,
* html .block_info,
* html .float_box {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*--------------------------------------------------
               murakami add
---------------------------------------------------*/

.inner .pos_absolute2{
        position: static;
        margin:0 auto;
        margin-top:-80px;
        width: 263px;
}

.block_info_left{
    float: left;
}
.sp-address{
    margin-top: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 3px #aaa;
    
}
.sp-address .block_title{
    padding-left: 25px;
    font-size: 120%;
    font-weight: bold;
    background-color: #3366cc;
    border-radius: 8px 8px 0 0;
    color: #fff;
    padding: 15px 20px 15px 50px;
    background-image: url(../images/icon-support.png);
    background-position: 20px center;
    background-repeat: no-repeat !important;
}

.sp-address dl{
    padding: 20px 20px 10px;
    font-size: 120%;
}
.sp-address dt{
    width:85px;
    float: left;
    font-weight: bold;
}
.sp-address dd{
    margin-bottom: 10px;
}

.sup_nav{
	display: flex;
	justify-content: flex-end;
}

.sup_nav a.link{
	padding-right: .25rem;
	margin-bottom: .5rem;
	font-weight: bold;
	background: url(../images/icon_arw_link02.png) 0 0.4em no-repeat;
    padding-left: 15px;
}




.banner-area ul li:first-child{
	margin-top: 1rem;
}
.banner-area ul li{
	margin-top: .25rem;
	text-align: center;
}

.banner-area ul li img{
	max-width: 300px;
	width: 100%;
	display: block;
}

.banner-area ul li a{
	background: none;
	padding: 0;
	display: inline-block;
}

.block_title_banner{
	display: flex;
    align-items: center;
    font-weight: bold;
    color: #3366cc;
    margin-top: 1rem;
	margin-left: 0.25rem;
	font-size: 1rem;
}

.block_title_banner img{
	max-width: 24px;
	padding-right: .5rem;
}


/*add-20230602*/

.recruit table td{
	text-align: left;
}
.recruit table td:first-child{
	text-align: center;
}
.recruit .red{
	color: rgb(217, 0, 0);
	font-weight: bold;
}

.recruit .text-box span{
	color:#3366cc;
	margin-right: .5rem;
	font-weight: bold;
}

.recruit .table_type01 td.sub {
	width: 85px;
}

strong{
 font-weight: bold;	
}


.recruit_table{
 width: 100%;
}

.recruit_table td:first-child{
	text-align: center;
	background: url(../images/bg04.jpg);
    font-weight: bold;
    color: #555;
	width: 85px;	
	vertical-align: middle;	
}
.recruit_table td{
	text-align: left;
	border: 1px solid #3366cc;
    padding: 5px;
    vertical-align: top;
}
.recruit_table th{
	text-align: left;
	border: 1px solid #3366cc;
    padding: 5px;
    vertical-align: top;	
}
.box_title_r{
	background-color: #e2e7f1;
    padding: 5px 10px;
    font-size: 120%;
    font-weight: bold;
}
.box_inner_r{
	border: 3px double #e2e7f1;
	padding: 10px;
}
.box_inner_r strong{
	color: #3366cc;
}


/**/
.no-icon{
	background-image: none !important;
}



/*add-20240328*/

.achievement-block table.table_type01 td:first-child{
	text-align: left;
	width: auto;
	min-width: 130px;
}

.achievement-block .table-scroll{
	overflow: auto;
}

.achievement-block table{
	min-width: 630px;
}


/*add-20240531*/

.sns-area ul{
	display: flex;
	justify-content: center;
	img{
		max-width: 100px;
		width: 100%;
	}
	li{
		margin-top: 50px;
		margin-right: 50px;
	}
	a{
		background: none;
		padding: 0;
		display: inline-block;
	}
}


.inner .pos_absolute {
    right: 0;
    bottom: 0;
	position: relative;
	text-align: right;
	img{
		margin-top: -12rem;
	}
	
}