<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * CSS wp.css
 */

/* ---------------------------------------
wp_ico_blank
--------------------------------------- */
.wp_ico_blank:after {
	content: "";
	width: 12px;
	height: 9px;
	background: url(/module/daido/img/common/ico_blank_h.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 10px;
}
.wp_ico_blank:hover:after {
	background: url(/module/daido/img/common/ico_blank.png) no-repeat center;
	background-size: 100%;
}














/* ---------------------------------------
デフォルトテンプレート／block
--------------------------------------- */
.block{
	display: none!important;
}
.block + .block{
	display: none!important;
	margin-top: 40px;
}
.resident .block + .block{
	margin-top: 30px;
}

/* ---------------------------------------
デフォルトテンプレート／PC SP　の表示設定
--------------------------------------- */
.block.pcblock{ display: block!important; }
@media screen and (max-width: 767px) {
	.block.pcblock{ display: none!important; }
	.block.spblock{ display: block!important; }
}

/* ---------------------------------------
デフォルトテンプレート／下線設定
--------------------------------------- */
.block.border_s{
	padding-bottom: 40px;
	border-bottom: 1px solid #C3C3C3;
}
.block.border_d{
	padding-bottom: 40px;
	border-bottom: 1px dotted #C3C3C3;
}

/* ---------------------------------------
デフォルトテンプレート／画像レイアウト
--------------------------------------- */
.block.block_img .img_box{
	width: 30%;
}
.block.block_img .cnt_box{
	width: 68%;
}
.block.block_img figure{
	text-align: center;
}
.block.block_img figcaption{
	margin-top: 5px;
}
@media screen and (max-width: 767px){
	.block.block_img .img_box{
		float: none;
		width: 100%;
	}
	.block.block_img .cnt_box{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
}

/* ---------------------------------------
デフォルトテンプレート／テーブル
--------------------------------------- */
.block .dl_table_box{
	margin-top: 20px;
}
.block .dl_table_box .t_box{
	width: 100%;
	display: table;
	margin-top: 15px;
}
.block .dl_table_box .t_box&gt;dl&gt;dt{
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d77d82;
}
.block .dl_table_box .t_box&gt;dl&gt;dd{
	padding-left: 15px;
}


/* ---------------------------------------
デフォルトテンプレート／医師メイン
--------------------------------------- */
.block .doctor_box{
	margin-bottom: 20px;
}
.block .doctor_img{
	width: 270px;
}
.block .doctor_detail{
	width: 500px;
}
.block .doctor_box.noimage .doctor_detail{
	width: 100%;
	float: none;
}
.block .doctor_detail dl{
	margin-top: 20px;
}
.block .doctor_detail dl:first-child{
	margin-top: 0;
}
.block .doctor_detail dt{
	color: #d77d82;
	font-size: 1.15em;
	font-weight: bold;
}
.block .doctor_detail dd{
}
@media screen and (max-width: 767px){
	.block .doctor_img{
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.block .doctor_detail{
		float: none;
		width: 100%;
	}
	.block .doctor_detail dl{
		margin-top: 15px;
	}
}


/* ---------------------------------------
デフォルトテンプレート／医師一覧
--------------------------------------- */
.block .doctors_table_wrap{
	word-break: break-all;
	margin-top: 20px;
}
.block .doctors_table_wrap .doctors_table_box{
	width: 100%;
	display: table;
	margin-top: 20px;
}
.block .doctors_table_wrap .doctors_table_box&gt;dl{
	display: table-row;
}
.block .doctors_table_wrap .doctors_table_box&gt;dl&gt;dt,
.block .doctors_table_wrap .doctors_table_box&gt;dl&gt;dd{
	display: table-cell;
}
.block .doctors_table_wrap .doctors_table_box&gt;dl&gt;dt{
	width: 20%;
	padding-right: 20px;
	font-size: 1.25em;
	vertical-align: middle;
	border-right: 1px solid #CCC;
}
.block .doctors_table_wrap .doctors_table_box&gt;dl&gt;dd{
	padding-left: 20px;
}
.block .doctors_table_wrap .doctors_table_row{
	margin: 7px 0;
}
.block .doctors_table_wrap .doctors_table_row&gt;dt{
	width: 80px;
	color: #d77d82;
	font-weight: bold;
	float: left;
}
.block .doctors_table_wrap .doctors_table_row&gt;dd{
	padding: 0 0 0 90px;
}
@media screen and (max-width: 767px){
	.block .doctors_table_wrap .doctors_table_box&gt;dl&gt;dt,
	.block .doctors_table_wrap .doctors_table_box&gt;dl&gt;dd{
		display: block;
		padding-right: 0;
	}
	.block .doctors_table_wrap .doctors_table_box&gt;dl&gt;dt{
		width: 100%;
		border-right: none;
		margin-bottom: 5px;
	}
	.block .doctors_table_wrap .doctors_table_box&gt;dl&gt;dd{
		padding-left: 0;
		padding-bottom: 5px;
		border-bottom: 1px solid #CCC;
		margin-bottom: 15px;
	}
	.block .doctors_table_wrap .doctors_table_row{
		margin: 5px 0;
	}
}



.ul_col li a{
	text-decoration: none;
	display: block;
}
.ul_col li{
	float: left;
}
.ul_col li .img_box-img{
	text-align: center;
}
.ul_col li .img_box-tit{
	color: #4D4D4D;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.08em;
	font-weight: bold;
	text-align: center;
}
.ul_col li .img_box-txt{
	margin-top: 5px;
}

/*1*/
.ul_col_1{
	text-align: center;
}

.ul_col_1 li{
	float: none;
	margin: 0 auto 15px;
}
/*2*/
.ul_col_2{
	margin-right: -2%;
}
.ul_col_2 li{
	width: 48%;
	margin: 0 2% 20px 0;
}

/*3*/
.ul_col_3{
	margin-right: -2%;
}
.ul_col_3 li{
	width: 31.333%;
	margin: 0 2% 20px 0;
}
@media screen and (max-width: 767px){
	.ul_col li{
		float: none;
	}
	/*2*/
	.ul_col_2{
		margin-right: 0;
	}
	.ul_col_2 li{
		width: 100%;
		margin: 0 0 15px 0;
	}
	/*3*/
	.ul_col_3{
		margin-right: 0;
	}
	.ul_col_3 li{
		width: 100%;
		margin: 0 0 15px 0;
	}
}







.block._14 .accordion dt{
	font-size: 1.4em;
	padding: 15px 80px 15px 15px;
	border-top: 1px solid #E9E9E9;
	border-bottom: 1px solid #E9E9E9;
	position: relative;
	cursor: pointer;
}
.block._14 .accordion dt:before{
	content: "";
	display: block;
	width: 40px; height: 40px;
	background: url(/module/daido/img/common/acd_btn_off.png);
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 20px;
}
.block._14 .accordion dt.is-open:before{
	background: url(/module/daido/img/common/acd_btn_on.png);
	background-size: 100%;
}
.block._14 .accordion dt{
	margin-top: 25px;
}
.block._14 .accordion dt:first-child{
	margin-top: 0;
}
.block._14 .accordion dd{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
}
.block._14 .accordion dt .ico_arw{
	right: 0;
	background: url(/module/daido/img/common/ico_arw_bl.png);
	background-size: 100%;
}
.block._14 .accordion dt.is-open .ico_arw{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.block._14 .accordion dt .ico_arw:after,
.block._14 .accordion dt .ico_arw:before{
	background: #00B0E8;
}
@media screen and (max-width: 767px){
	.block._14 .accordion dt{
		font-size: 1.2em;
		padding: 15px 70px 15px 15px;
	}
	.block._14 .accordion dt:before{
		width: 30px; height: 30px;
		margin-top: -15px;
	}
}





.tab_doctor .wysiwyg{
	margin-bottom: 20px;
}
.tab_doctor .txt1{
	font-size: 1.15em;
	background: #eee;
	padding: 5px 15px;
	margin-bottom: 2px;
}
.tab_doctor .txt1 span{
	font-weight: bold;
	color: #d77d82;
}
.schedule_link{
	text-align: center;
	margin-top: 30px;
}
.schedule_link li{
	display: inline-block;
}
.schedule_link a{
	text-decoration: none;
	display: block;
	width: 200px;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	border: 2px solid #d77d82;
	transition: 0.3s;
}
.schedule_link a:hover{
	background: #d77d82;
	color: #fff;
}
@media screen and (max-width: 767px){
	.schedule_link li{
		margin-bottom: 3px;
	}
}



table{
	border: 1px solid #CCC;
}
table td,
table th{
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCC;
}
table th{
	background: #DDD;
}

.google_serarch table{
	border: none;
}
.google_serarch table td,
.google_serarch table th{
	text-align: left;
	vertical-align: middle;
	border: none;
}
.google_serarch table th{
	background: none;
}
.wysiwyg .sp_table_comment{
	display: none;
}
@media screen and (max-width: 767px){
.gsc-input-box {
padding-top: 0!important;
padding-bottom: 0!important;
}
}

@media screen and (max-width: 767px){
	.wysiwyg .table_wrap{
		overflow-x: auto;
	}
	.wysiwyg .table_wrap::-webkit-scrollbar{
		height: 8px;
	}
	.wysiwyg .table_wrap::-webkit-scrollbar-track{
		background: #f2f2f2;
		border-radius: 5px;
	}
	.wysiwyg .table_wrap::-webkit-scrollbar-thumb{
		background: #C1C1C1;
		border-radius: 5px;
	}
	.wysiwyg table{
		width: 795px!important;
	}
	.wysiwyg table.doctor_table{
		/*width: 100%!important;*/
		width: 550px!important;
	}
	.wysiwyg .sp_table_comment{
		display: block;
	}
}












/* ---------------------------------------
ビジュアルエディタ
--------------------------------------- */
body.mceContentBody {
	font-size: 18px;
	font-family: sans-serif;
	padding: 10px;
}
body.mceContentBody p{
	_padding:0;
	margin: 0;
}
.wysiwyg strong { font-weight: bold; }
.wysiwyg em{ font-style: italic; }
.wysiwyg ins{ text-decoration: underline; }
.wysiwyg pre{ white-space: -moz-pre-wrap; white-space: pre-wrap; word-wrap: break-word; }
.wysiwyg .alignright{ float: right; margin: 0 0 10px 10px; }
.wysiwyg .alignleft{ float: left; margin: 0 10px 10px 0; }
.wysiwyg .aligncenter{ display: block; margin: 10px auto; }
.wysiwyg .wp-caption-text{ font-size: 0.85em; }




/*スタイル一覧*/
.wysiwyg .font_color1{ color: #000; }
.wysiwyg .font_color2{ color: #F00; }
.wysiwyg .font_color3{ color: #d77d82; }/*各サイト毎のキーカラー*/
.wysiwyg .font_color4{ color: #d77d82; }

.wysiwyg .fontsize_style1{ font-size: 0.8em; }
.wysiwyg .fontsize_style2{ font-size: 1em; }
.wysiwyg .fontsize_style3{ font-size: 1.2em; }

.wysiwyg .font_style1{
	display: inline;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #f2d6d7 0%);/*30%*/
}


.txt_style1{
	display: inline-block;
	max-width: 410px;
	width: 100%;
	font-weight: bold;
	font-size: 2.4em;
	background: #d77d82;
	color: #fff;
	text-align: center;
	padding: 10px 40px 10px 60px;
	box-sizing: border-box;
	margin:0 10px 10px 0;
	position: relative;

	margin-top: 1em;
}
.txt_style1:before{
	content: "";
	width: 32px;
	height: 34px;
	background: url(/module/daido_hp/img/common/ico_tel.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 20px;
}
@media screen and (max-width: 767px){
	.txt_style1{
		font-size: 2em;
		padding: 6px 20px 6px 40px;
		margin:0 0 10px;
	}
	.txt_style1:before{
		width: 24px;
		height: 26px;
		margin-top: -13px;
		left: 10px;
	}
}



.title_style4{
	font-weight: 500;
	font-size: 1.14em;
	background: #f9ebeb;/*15%*/
	border: 2px solid #d77d82;
	padding: 9px 12px 10px;
	margin-bottom: 20px;
	margin-top: 1em;
}
@media screen and (max-width: 767px){
	.title_style4{
		font-size: 1.05em;
		padding: 6px 10px 7px;
		margin-bottom: 15px;
	}
}


.title_style5{
	font-size: 1.14em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 1em;
}
.title_style5:before{
	color: #d77d82;
	content: "● ";
}
@media screen and (max-width: 767px){
	.title_style5{
		font-size: 1.05em;
		margin-bottom: 15px;
	}
}


.title_style6{
	font-size: 1.71em;
	padding-left: 20px;
	position: relative;
	margin-bottom: 25px;
	margin-top: 1em;
}
.title_style6:before{
	content: "";
	width: 5px;
	height: 54px;
	background: #d77d82;
	position: absolute;
	top: -4px;
	left: 0;
}
@media screen and (max-width: 767px){
	.title_style6{
		font-size: 1.4em;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.title_style6:before{
		width: 4px;
		height: 40px;
	}
}


.title_style7{
	font-size: 1.15em;
	font-weight: bold;
	margin-top: 1em;
}
@media screen and (max-width: 767px){
	.title_style7{
		font-size: 1.1em;
	}
}


.sec_sub_title{
	color: #4D4D4D;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
	padding-left: 12px;
	border-left: 4px solid #d77d82;
	margin-top: 1em;
}










.btn_style1{
	display: block;
	max-width: 100%;
	font-size: 1.2em;
	color: #FFF!important;
	background: #808080;
	text-decoration: none;
	text-align: center;
	padding: 14px 50px;
	border: 2px solid #808080;
	box-sizing: border-box;
	position: relative;
	transition: 0.3s;
}
.btn_style1:before{
	content: "";
	width: 12px;
	height: 12px;
	background: url(/module/daido/img/common/arw1.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 30px;
	transition: 0.3s;
}
.btn_style1:hover{
	color: #808080!important;
	background: #fff;
}
.btn_style1:hover:before{
	background: url(/module/daido/img/common/arw2.png) no-repeat center;
	background-size: 100%;
}
@media screen and (max-width: 767px){
	.btn_style1{
		font-size: 1em;
		padding: 8px 30px;
	}
	.btn_style1:before{
		right: 13px;
	}
}



.btn_style1._back:before{
	transform: rotate(180deg);
	right: auto;
	left: 30px;
}
@media screen and (max-width: 767px){
	.btn_style1._back:before{
		right: auto;
		left: 13px;
	}
}


.btn_style1._mw{
	display: inline-block;
	padding: 14px 60px;
}
@media screen and (max-width: 767px) {
	.btn_style1._mw{
		display: inline-block;
		padding: 8px 40px;
	}
}


.btn_style2{
	display: inline-block;
	padding: 0.3em;
	text-decoration: none;
	color: #d77d82;
	border: dashed 1px #d77d82;
	border-radius: 3px;
	transition: .4s;
}
.btn_style2:hover{
	color: #fff;
	background: #d77d82;
}

html.midori        .btn_style2{ border: dashed 1px #00c8ac; color:#00c8ac; }/*100%*/
html.chuo          .btn_style2{ border: dashed 1px #00926b; color:#00926b; }/*100%*/
html.uchidabashi   .btn_style2{ border: dashed 1px #008ac8; color:#008ac8; }/*100%*/
html.rouken        .btn_style2{ border: dashed 1px #ff9150; color:#ff9150; }/*100%*/
html.houkan        .btn_style2{ border: dashed 1px #fc9aaa; color:#fc9aaa; }/*100%*/
html.kaigo         .btn_style2{ border: dashed 1px #ffbc2e; color:#ffbc2e; }/*100%*/
html.yuuai         .btn_style2{ border: dashed 1px #cf91c2; color:#cf91c2; }/*100%*/
html.nawa          .btn_style2{ border: dashed 1px #00B9DB; color:#00B9DB; }/*100%*/
html.hinagadai     .btn_style2{ border: dashed 1px #ffa400; color:#ffa400; }/*100%*/
html.hakusui       .btn_style2{ border: dashed 1px #ff9150; color:#ff9150; }/*100%*/

html.midori        .btn_style2:hover{ background: #00c8ac; color: #fff; }/*100%*/
html.chuo          .btn_style2:hover{ background: #00926b; color: #fff; }/*100%*/
html.uchidabashi   .btn_style2:hover{ background: #008ac8; color: #fff; }/*100%*/
html.rouken        .btn_style2:hover{ background: #ff9150; color: #fff; }/*100%*/
html.houkan        .btn_style2:hover{ background: #fc9aaa; color: #fff; }/*100%*/
html.kaigo         .btn_style2:hover{ background: #ffbc2e; color: #fff; }/*100%*/
html.yuuai         .btn_style2:hover{ background: #cf91c2; color: #fff; }/*100%*/
html.nawa          .btn_style2:hover{ background: #00B9DB; color: #fff; }/*100%*/
html.hinagadai     .btn_style2:hover{ background: #ffa400; color: #fff; }/*100%*/
html.hakusui       .btn_style2:hover{ background: #ff9150; color: #fff; }/*100%*/


.tel_link{
	display: inline-block;
	max-width: 100%;
	color: #fff;
	background: #d77d82;
	text-decoration: none;
	padding: 2px 8px 2px 33px;
	border: 2px solid #d77d82;
	box-sizing: border-box;
	position: relative;
	text-indent: 0;
	transition: 0.3s;
}
.tel_link:before{
	content: "";
	width: 16px;
	height: 17px;
	background: url(/module/daido/img/common/ico_tel.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 8px;
	transition: 0.3s;
}
.tel_link:hover{
	color: #d77d82;
	background: #fff;
}
.tel_link:hover:before{
	background: url(/module/daido/img/common/ico_tel_h.png) no-repeat center;
	background-size: 100%;
}

.fax_link{
	display: inline-block;
	max-width: 100%;
	color: #fff;
	background: #d77d82;
	text-decoration: none;
	padding: 2px 8px 2px 33px;
	border: 2px solid #d77d82;
	box-sizing: border-box;
	position: relative;
	text-indent: 0;
	transition: 0.3s;
}
.fax_link:before{
	content: "";
	width: 18px;
	height: 18px;
	background: url(/module/daido_hp/img/common/ico_fax.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 8px;
	transition: 0.3s;
}


.btn_style3{
	display: inline-block;
	min-width: 200px;
	max-width: 100%;
	color: #666666;
	background: #E9E9E9;
	text-align: left;
	text-decoration: none;
	padding: 10px 30px 10px 32px;
	border: 1px solid #BFBABB;
	box-sizing: border-box;
	position: relative;
	transition: 0.3s;
}
.btn_style3:before{
	content: "";
	width: 12px;
	height: 12px;
	background: url(/module/daido/img/common/arw2.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 11px;
}
.btn_style3:after{
	content: "";
	width: 12px;
	height: 9px;
	background: url(/module/daido/img/common/ico_blank.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 11px;
}
.btn_style3:hover{
	color: #fff;
	background: #808080;
}
.btn_style3:hover:before{
	background: url(/module/daido/img/common/arw1.png) no-repeat center;
	background-size: 100%;
}
.btn_style3:hover:after{
	background: url(/module/daido/img/common/ico_blank_h.png) no-repeat center;
	background-size: 100%;
}
@media screen and (max-width: 767px){
	.btn_style3{
		padding: 8px 30px 8px 32px;
	}
}

.btn_style4{
	display: inline-block;
	min-width: 200px;
	max-width: 100%;
	font-size: 1.07em;
	text-align: left;
	color: #4D4D4D;
	text-decoration: none;
	padding: 15px 20px 15px 50px;
	border: 1px solid #d77d82;
	box-sizing: border-box;
	position: relative;
	transition: 0.3s;
}
.btn_style4:before{
	content: "";
	width: 26px;
	height: 29px;
	background: url(/module/daido/img/common/ico_pdf.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 13px;
}
.btn_style4:hover{
	background: #FEF2F1;
}
@media screen and (max-width: 767px){
	.btn_style4{
		padding: 8px 20px 8px 50px;
	}
}



.btn_style_word{
	display: inline-block;
	min-width: 200px;
	max-width: 100%;
	font-size: 1.07em;
	text-align: left;
	color: #4D4D4D;
	text-decoration: none;
	padding: 15px 20px 15px 50px;
	border: 1px solid #d77d82;
	box-sizing: border-box;
	position: relative;
	transition: 0.3s;
}
.btn_style_word:before{
	content: "";
	width: 26px;
	height: 29px;
	background: url(/module/daido/img/common/ico_word.svg) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 13px;
}
.btn_style_word:hover{
	background: #FEF2F1;
}
@media screen and (max-width: 767px){
	.btn_style_word{
		padding: 8px 20px 8px 50px;
	}
}
.btn_style_excel{
	display: inline-block;
	min-width: 200px;
	max-width: 100%;
	font-size: 1.07em;
	text-align: left;
	color: #4D4D4D;
	text-decoration: none;
	padding: 15px 20px 15px 50px;
	border: 1px solid #d77d82;
	box-sizing: border-box;
	position: relative;
	transition: 0.3s;
}
.btn_style_excel:before{
	content: "";
	width: 26px;
	height: 29px;
	background: url(/module/daido/img/common/ico_excel.svg) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 13px;
}
.btn_style_excel:hover{
	background: #FEF2F1;
}
@media screen and (max-width: 767px){
	.btn_style_excel{
		padding: 8px 20px 8px 50px;
	}
}

.btn_style_map{
	display: inline-block;
	min-width: 200px;
	max-width: 100%;
	font-size: 1.07em;
	text-align: left;
	color: #4D4D4D;
	text-decoration: none;
	padding: 15px 20px 15px 50px;
	border: 1px solid #d77d82;
	box-sizing: border-box;
	position: relative;
	transition: 0.3s;
}
.btn_style_map:before{
	content: "";
	width: 26px;
	height: 29px;
	background: url(/module/daido/img/common/ico_map.svg) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 13px;
}
.btn_style_map:hover{
	background: #FEF2F1;
}
@media screen and (max-width: 767px){
	.btn_style_map{
		padding: 8px 20px 8px 50px;
	}
}



.img_style1{
	padding: 4px;
	border: 1px solid #ddd;
}





.wysiwyg * + p{
	margin-top: 1em;
}
.wysiwyg ul{
	margin-bottom: 1em;
}
.wysiwyg ul li{
	text-indent: calc(calc(1em + 3px) * -1);
	padding-left: calc(1em + 3px);
	position: relative;
}
.wysiwyg ul li:before{
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 5px;
	display: inline-block;
	background: #d77d82;
	border-radius: 5px;
}
.wysiwyg ul.list_style1{
	padding-left: 1em;
}
.wysiwyg ul.list_style1 li{
	padding-left: 1em;
	text-indent: -1em;
}
.wysiwyg ul.list_style1 li:before{
	content: "・";
	color: #d77d82;
	position: static;
	width: auto;
	height: auto;
	background: none;
}


.wysiwyg ol{
	counter-reset: number;
	margin-bottom: 1.7em;
}
.wysiwyg ol li{
	text-indent: -1.1em;
	margin-left: 1.1em;
}
.wysiwyg ol li:nth-child(n + 10){
	text-indent: -1.6em;
	margin-left: 1.6em;
}
.wysiwyg ol li:before{
	counter-increment: number;
	content: counter(number) ". ";
	color: #d77d82;
}


.wysiwyg .box_style1{
	background: #efefef;
	padding: 15px 22px;
	margin-top: 1em;
}
@media screen and (max-width: 767px){
	.wysiwyg .box_style1{
		padding: 10px 15px;
	}
}

.wysiwyg .box_style2{
	font-weight: 500;
	font-size: 1.14em;
	color: #fff;
	background: #d77d82;
	padding: 15px 22px;
	margin-top: 1em;
}
@media screen and (max-width: 767px){
	.wysiwyg .box_style2{
		padding: 10px 15px;
	}
}

.wysiwyg .box_style3{
	border: 1px solid #d77d82;
	padding: 15px 22px;
	margin-top: 20px;
	margin-top: 1em;
}
@media screen and (max-width: 767px){
	.wysiwyg .box_style3{
		padding: 10px 15px;
	}
}

.wysiwyg .box_style4{
	background: #f9ebeb;/*15%*/
	padding: 15px 22px;
	margin-top: 20px;
	margin-top: 1em;
}
@media screen and (max-width: 767px){
	.wysiwyg .box_style4{
		padding: 10px 15px;
	}
}






.wysiwyg table{
	margin-top: 1em;
}
.wysiwyg table tr th,
.wysiwyg table tr td{
	padding: 8px 15px;
	border: 1px solid #dddddd;
}

.wysiwyg .table_clinical td{
	text-align: right;
	width: auto!important;
	height: auto!important;
}
.wysiwyg .table_clinical tr:first-child td{
	background: #E9E9E9;
	text-align: center!important;
}
.wysiwyg .table_clinical tr td:first-child{
	width: 380px!important;
	background: #E9E9E9;
	text-align: left;
}

.wysiwyg .doctor_table th{
	height: 35px;
	padding: 5px;
	color: #d77d82;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #f9ebeb;/*15%*/
}
.wysiwyg .doctor_table td{
	height: 90px;
	padding: 5px;
	vertical-align: middle;
}
@media screen and (max-width: 767px){
	.wysiwyg .doctor_table th{
		font-size: 11px;
	}
	.wysiwyg .doctor_table td{
		font-size: 11px;
	}
}


.wysiwyg .table_vaccine td{
	text-align: left;
	width: auto!important;
	height: auto!important;
}
.wysiwyg .table_vaccine tr:first-child td{
	background: #fbeaeb;
	font-weight: bold;
	text-align: center!important;
}
.wysiwyg .table_vaccine tr td:first-child{
	width: 180px!important;
	background: #fbeaeb;
	text-align: left;
}


.wysiwyg .table_style1 tr th,
.wysiwyg .table_style1 tr td{
	text-align: left;
	border: 1px solid #dddddd;
}
.wysiwyg .table_style1 tr th{
	background: #e9e9e9;
}


.wysiwyg .table_style2{
	width: 100%;
}
.wysiwyg .table_style2 tr th,
.wysiwyg .table_style2 tr td{
	border: 1px solid #dddddd;
}
.wysiwyg .table_style2 tr th{
	background: #e9e9e9;
}

.wysiwyg .table_style2 td{
	width: auto!important;
	height: auto!important;
}
.wysiwyg .table_style2 tr:first-child td{
	background: #d9d9d9;
	font-weight: bold;
	text-align: center!important;
	border-color: #fff;
}
.wysiwyg .table_style2 tr th{
	width: 150px!important;
	color: #fff;
	background: #7f7f7f;
}


.wysiwyg .table_style3{
	width: 100%;
}
.wysiwyg .table_style3 tr th,
.wysiwyg .table_style3 tr td{
	border: 1px solid #dddddd;
}
.wysiwyg .table_style3 td{
	text-align: left;
	/*width: auto!important;*/
	height: auto!important;
}
.wysiwyg .table_style3 tr th,
.wysiwyg .table_style3 tr:first-child td{
	background: #d9d9d9;
	font-weight: bold;
	text-align: center!important;
	border-color: #fff;
}




@media screen and (max-width: 767px){
	.wysiwyg .table_sp_noscroll,
	.wysiwyg .table_sp_noscroll tbody,
	.wysiwyg .table_sp_noscroll tr,
	.wysiwyg .table_sp_noscroll tr th,
	.wysiwyg .table_sp_noscroll tr td{
		/*display: block!important;*/
		/*width: 100%!important;*/
		box-sizing: border-box;
	}
	.wysiwyg .table_sp_noscroll{
		width: 100%!important;
	}
	.wysiwyg .table_sp_noscroll th,
	.wysiwyg .table_sp_noscroll td{
		padding: 5px 10px;
	}

}











/***************
 * 各施設
 ***************/

/*はくすいファミリークリニック*/
.hakusui .block._14 .accordion dt:before{
	background: url(/module/hakusui/img/common/acd_btn_off.png);
	background-size: 100%;
}
.hakusui .block._14 .accordion dt.is-open:before{
	background: url(/module/hakusui/img/common/acd_btn_on.png);
	background-size: 100%;
}
.hakusui .block._14 .accordion dt span strong{
	color: #ff9150!important;/*hakusui 100%*/
}
.hakusui .block._14 .accordion dd span strong{
	color: #ff9150!important;/*hakusui 100%*/
}
.hakusui .title_style4 {
	background: #ffeee5;/*hakusui 15%*/
	border: 2px solid #ff9150;/*hakusui 100%*/
}
.hakusui .title_style5:before {
	color: #ff9150;/*hakusui 100%*/
}
.hakusui .txt_style1{
	background: #ff9150;/*hakusui 100%*/
}
.hakusui .tel_link{
	background: #ff9150;/*hakusui 100%*/
	border: 2px solid #ff9150;/*hakusui 100%*/
}
.hakusui .tel_link:hover{
	color: #fff;
}
.hakusui .tel_link:hover:before{
	background: url(/module/daido/img/common/ico_tel.png) no-repeat center;
	background-size: 100%;
}
.hakusui .fax_link{
	background: #ff9150;/*hakusui 100%*/
	border: 2px solid #ff9150;/*hakusui 100%*/
}
.hakusui.wysiwyg ul li:before,
.hakusui .wysiwyg ul li:before{
	background: #ff9150;/*hakusui 100%*/
}
.hakusui.wysiwyg ul.list_style1 li:before,
.hakusui .wysiwyg ul.list_style1 li:before{
	color: #ff9150;/*hakusui 100%*/
}
.hakusui.wysiwyg ol li:before,
.hakusui .wysiwyg ol li:before{
	color: #ff9150;/*hakusui 100%*/
}
.hakusui.wysiwyg .box_style2,
.hakusui .wysiwyg .box_style2{
	background: #ff9150;/*hakusui 100%*/
}
.hakusui.wysiwyg .box_style3,
.hakusui .wysiwyg .box_style3{
	border: 1px solid #ff9150;/*hakusui 100%*/
}
.hakusui.wysiwyg .box_style4,
.hakusui .wysiwyg .box_style4{
	background: #ffeee5;/*hakusui 15%*/
}
.hakusui.wysiwyg .font_style1,
.hakusui .wysiwyg .font_style1{
	background: linear-gradient(transparent 70%, #ffdeca 0%);/*hakusui 30%*/
}
.hakusui.wysiwyg .font_color3,
.hakusui .wysiwyg .font_color3{
	color: #ff9150;/*hakusui 100%*/
}
.hakusui.wysiwyg .doctor_table th,
.hakusui .wysiwyg .doctor_table th{
	color: #ff9150;/*hakusui 100%*/
	background: #ffeee5;/*hakusui 15%*/
}




/*日長台ファミリークリニック*/
.hinagadai .block._14 .accordion dt:before{
	background: url(/module/hinagadai/img/common/acd_btn_off.png);
	background-size: 100%;
}
.hinagadai .block._14 .accordion dt.is-open:before{
	background: url(/module/hinagadai/img/common/acd_btn_on.png);
	background-size: 100%;
}
.hinagadai .block._14 .accordion dt span strong{
	color: #ffa400!important;/*hinagadai 100%*/
}
.hinagadai .block._14 .accordion dd span strong{
	color: #ffa400!important;/*hinagadai 100%*/
}
.hinagadai .title_style4 {
	background: #fff1d9;/*hinagadai 15%*/
	border: 2px solid #ffa400;/*hinagadai 100%*/
}
.hinagadai .title_style5:before {
	color: #ffa400;/*hinagadai 100%*/
}
.hinagadai .txt_style1{
	background: #ffa400;/*hinagadai 100%*/
}
.hinagadai .tel_link{
	background: #ffa400;/*hinagadai 100%*/
	border: 2px solid #ffa400;/*hinagadai 100%*/
}
.hinagadai .tel_link:hover{
	color: #fff;
}
.hinagadai .tel_link:hover:before{
	background: url(/module/daido/img/common/ico_tel.png) no-repeat center;
	background-size: 100%;
}
.hinagadai.wysiwyg ul li:before,
.hinagadai .wysiwyg ul li:before{
	background: #ffa400;/*hinagadai 100%*/
}
.hinagadai.wysiwyg ul.list_style1 li:before,
.hinagadai .wysiwyg ul.list_style1 li:before{
	color: #ffa400;/*hinagadai 100%*/
}
.hinagadai.wysiwyg ol li:before,
.hinagadai .wysiwyg ol li:before{
	color: #ffa400;/*hinagadai 100%*/
}
.hinagadai.wysiwyg .box_style2,
.hinagadai .wysiwyg .box_style2{
	background: #ffa400;/*hinagadai 100%*/
}
.hinagadai.wysiwyg .box_style3,
.hinagadai .wysiwyg .box_style3{
	border: 1px solid #ffa400;/*hinagadai 100%*/
}
.hinagadai.wysiwyg .box_style4,
.hinagadai .wysiwyg .box_style4{
	background: #fff1d9;/*hinagadai 15%*/
}
.hinagadai.wysiwyg .font_style1,
.hinagadai .wysiwyg .font_style1{
	background: linear-gradient(transparent 70%, #ffe4b2 0%);/*hinagadai 30%*/
}
.hinagadai.wysiwyg .font_color3,
.hinagadai .wysiwyg .font_color3{
	color: #ffa400;/*hinagadai 100%*/
}

.hinagadai.wysiwyg .font_color3-1,
.hinagadai .wysiwyg .font_color3-1{
	color: #ffa400;/*hinagadai 100%*/
text-shadow:0.5px 0.5px 0,0.5px -0.5px 0px,-0.5px 0.5px 0,-0.5px -0.5px 0px,0.5px 0px 0px,0px 0.5px 0px,-0.5px 0px 0px,0px -0.5px 0px;
}
.hinagadai.wysiwyg .doctor_table th,
.hinagadai .wysiwyg .doctor_table th{
	color: #ffa400;/*hinagadai 100%*/
	background: #fff1d9;/*hinagadai 15%*/
}

 /*なわファミリークリニック*/
.nawa .block._14 .accordion dt:before{
	background: url(/module/nawa/img/common/acd_btn_off.png);
	background-size: 100%;
}
.nawa .block._14 .accordion dt.is-open:before{
	background: url(/module/nawa/img/common/acd_btn_on.png);
	background-size: 100%;
}
.nawa .block._14 .accordion dt span strong{
	color: #00B9DB!important;/*nawa 100%*/
}
.nawa .block._14 .accordion dd span strong{
	color: #00B9DB!important;/*nawa 100%*/
}
.nawa .title_style4 {
	background: #d9f5fa;/*nawa 15%*/
	border: 2px solid #00B9DB;/*nawa 100%*/
}
.nawa .title_style5:before {
	color: #00B9DB;/*nawa 100%*/
}
.nawa .txt_style1{
	background: #00B9DB;/*nawa 100%*/
}
.nawa .tel_link{
	background: #00B9DB;/*nawa 100%*/
	border: 2px solid #00B9DB;/*nawa 100%*/
}
.nawa .tel_link:hover{
	color: #fff;
}
.nawa .tel_link:hover:before{
	background: url(/module/daido/img/common/ico_tel.png) no-repeat center;
	background-size: 100%;
}
.nawa.wysiwyg ul li:before,
.nawa .wysiwyg ul li:before{
	background: #00B9DB;/*nawa 100%*/
}
.nawa.wysiwyg ul.list_style1 li:before,
.nawa .wysiwyg ul.list_style1 li:before{
	color: #00B9DB;/*nawa 100%*/
}
.nawa.wysiwyg ol li:before,
.nawa .wysiwyg ol li:before{
	color: #00B9DB;/*nawa 100%*/
}
.nawa.wysiwyg .box_style2,
.nawa .wysiwyg .box_style2{
	background: #00B9DB;/*nawa 100%*/
}
.nawa.wysiwyg .box_style3,
.nawa .wysiwyg .box_style3{
	border: 1px solid #00B9DB;/*nawa 100%*/
}
.nawa.wysiwyg .box_style4,
.nawa .wysiwyg .box_style4{
	background: #d9f5fa;/*nawa 15%*/
}
.nawa.wysiwyg .font_style1,
.nawa .wysiwyg .font_style1{
	background: linear-gradient(transparent 70%, #b2eaf4 0%);/*nawa 30%*/
}
.nawa.wysiwyg .font_color3,
.nawa .wysiwyg .font_color3{
	color: #00B9DB;/*nawa 100%*/
}
.nawa.wysiwyg .doctor_table th,
.nawa .wysiwyg .doctor_table th{
	color: #00B9DB;/*nawa 100%*/
	background: #d9f5fa;/*nawa 15%*/
}


/*内田橋ファミリークリニック*/
.uchidabashi .block._14 .accordion dt:before{
	background: url(/module/uchidabashi/img/common/acd_btn_off.png);
	background-size: 100%;
}
.uchidabashi .block._14 .accordion dt.is-open:before{
	background: url(/module/uchidabashi/img/common/acd_btn_on.png);
	background-size: 100%;
}
.uchidabashi .block._14 .accordion dt span strong{
	color: #008ac8!important;/*uchidabashi 100%*/
}
.uchidabashi .block._14 .accordion dd span strong{
	color: #008ac8!important;/*uchidabashi 100%*/
}
.uchidabashi .title_style4 {
	background: #d9edf7;/*uchidabashi 15%*/
	border: 2px solid #008ac8;/*uchidabashi 100%*/
}
.uchidabashi .title_style5:before {
	color: #008ac8;/*uchidabashi 100%*/
}
.uchidabashi .txt_style1{
	background: #008ac8;/*uchidabashi 100%*/
}
.uchidabashi .tel_link{
	background: #008ac8;/*uchidabashi 100%*/
	border: 2px solid #008ac8;/*uchidabashi 100%*/
}
.uchidabashi .tel_link:hover{
	color: #fff;
}
.uchidabashi .tel_link:hover:before{
	background: url(/module/daido/img/common/ico_tel.png) no-repeat center;
	background-size: 100%;
}
.uchidabashi.wysiwyg ul li:before,
.uchidabashi .wysiwyg ul li:before{
	background: #008ac8;/*uchidabashi 100%*/
}
.uchidabashi.wysiwyg ul.list_style1 li:before,
.uchidabashi .wysiwyg ul.list_style1 li:before{
	color: #008ac8;/*uchidabashi 100%*/
}
.uchidabashi.wysiwyg ol li:before,
.uchidabashi .wysiwyg ol li:before{
	color: #008ac8;/*uchidabashi 100%*/
}
.uchidabashi.wysiwyg .box_style2,
.uchidabashi .wysiwyg .box_style2{
	background: #008ac8;/*uchidabashi 100%*/
}
.uchidabashi.wysiwyg .box_style3,
.uchidabashi .wysiwyg .box_style3{
	border: 1px solid #008ac8;/*uchidabashi 100%*/
}
.uchidabashi.wysiwyg .box_style4,
.uchidabashi .wysiwyg .box_style4{
	background: #d9edf7;/*uchidabashi 15%*/
}
.uchidabashi.wysiwyg .font_style1,
.uchidabashi .wysiwyg .font_style1{
	background: linear-gradient(transparent 70%, #b2dcef 0%);/*uchidabashi 30%*/
}
.uchidabashi.wysiwyg .font_color3,
.uchidabashi .wysiwyg .font_color3{
	color: #008ac8;/*uchidabashi 100%*/
}
.uchidabashi.wysiwyg .doctor_table th,
.uchidabashi .wysiwyg .doctor_table th{
	color: #008ac8;/*uchidabashi 100%*/
	background: #d9edf7;/*uchidabashi 15%*/
}


/*大同老人保健施設*/
.rouken .block._14 .accordion dt:before{
	background: url(/module/rouken/img/common/acd_btn_off.png);
	background-size: 100%;
}
.rouken .block._14 .accordion dt.is-open:before{
	background: url(/module/rouken/img/common/acd_btn_on.png);
	background-size: 100%;
}
.rouken .block._14 .accordion dt span strong{
	color: #ff9150!important;/*rouken 100%*/
}
.rouken .block._14 .accordion dd span strong{
	color: #ff9150!important;/*rouken 100%*/
}
.rouken .title_style4 {
	background: #ffeee5;/*rouken 15%*/
	border: 2px solid #ff9150;/*rouken 100%*/
}
.rouken .title_style5:before {
	color: #ff9150;/*rouken 100%*/
}
.rouken .txt_style1{
	background: #ff9150;/*rouken 100%*/
}
.rouken .tel_link{
	background: #ff9150;/*rouken 100%*/
	border: 2px solid #ff9150;/*rouken 100%*/
}
.rouken .tel_link:hover{
	color: #fff;
}
.rouken .tel_link:hover:before{
	background: url(/module/daido/img/common/ico_tel.png) no-repeat center;
	background-size: 100%;
}
.rouken .fax_link{
	background: #ff9150;/*rouken 100%*/
	border: 2px solid #ff9150;/*rouken 100%*/
}
.rouken.wysiwyg ul li:before,
.rouken .wysiwyg ul li:before{
	background: #ff9150;/*rouken 100%*/
}
.rouken.wysiwyg ul.list_style1 li:before,
.rouken .wysiwyg ul.list_style1 li:before{
	color: #ff9150;/*rouken 100%*/
}
.rouken.wysiwyg ol li:before,
.rouken .wysiwyg ol li:before{
	color: #ff9150;/*rouken 100%*/
}
.rouken.wysiwyg .box_style2,
.rouken .wysiwyg .box_style2{
	background: #ff9150;/*rouken 100%*/
}
.rouken.wysiwyg .box_style3,
.rouken .wysiwyg .box_style3{
	border: 1px solid #ff9150;/*rouken 100%*/
}
.rouken.wysiwyg .box_style4,
.rouken .wysiwyg .box_style4{
	background: #ffeee5;/*rouken 15%*/
}
.rouken.wysiwyg .font_style1,
.rouken .wysiwyg .font_style1{
	background: linear-gradient(transparent 70%, #ffdeca 0%);/*rouken 30%*/
}
.rouken.wysiwyg .font_color3,
.rouken .wysiwyg .font_color3{
	color: #ff9150;/*rouken 100%*/
}
.rouken.wysiwyg .doctor_table th,
.rouken .wysiwyg .doctor_table th{
	color: #ff9150;/*rouken 100%*/
	background: #ffeee5;/*rouken 15%*/
}


/*特別養護老人ホーム（ゆうあいの里大同）*/
.yuuai .block._14 .accordion dt:before{
	background: url(/module/yuuai/img/common/acd_btn_off.png);
	background-size: 100%;
}
.yuuai .block._14 .accordion dt.is-open:before{
	background: url(/module/yuuai/img/common/acd_btn_on.png);
	background-size: 100%;
}
.yuuai .block._14 .accordion dt span strong{
	color: #cf91c2!important;/*yuuai 100%*/
}
.yuuai .block._14 .accordion dd span strong{
	color: #cf91c2!important;/*yuuai 100%*/
}
.yuuai .title_style4 {
	background: #f8eef6;/*yuuai 15%*/
	border: 2px solid #cf91c2;/*yuuai 100%*/
}
.yuuai .title_style5:before {
	color: #cf91c2;/*yuuai 100%*/
}
.yuuai .txt_style1{
	background: #cf91c2;/*yuuai 100%*/
}
.yuuai .tel_link{
	background: #cf91c2;/*yuuai 100%*/
	border: 2px solid #cf91c2;/*yuuai 100%*/
}
.yuuai .tel_link:hover{
	color: #fff;
}
.yuuai .tel_link:hover:before{
	background: url(/module/daido/img/common/ico_tel.png) no-repeat center;
	background-size: 100%;
}
.yuuai .fax_link{
	background: #cf91c2;/*yuuai 100%*/
	border: 2px solid #cf91c2;/*yuuai 100%*/
}
.yuuai.wysiwyg ul li:before,
.yuuai .wysiwyg ul li:before{
	background: #cf91c2;/*yuuai 100%*/
}
.yuuai.wysiwyg ul.list_style1 li:before,
.yuuai .wysiwyg ul.list_style1 li:before{
	color: #cf91c2;/*yuuai 100%*/
}
.yuuai.wysiwyg ol li:before,
.yuuai .wysiwyg ol li:before{
	color: #cf91c2;/*yuuai 100%*/
}
.yuuai.wysiwyg .box_style2,
.yuuai .wysiwyg .box_style2{
	background: #cf91c2;/*yuuai 100%*/
}
.yuuai.wysiwyg .box_style3,
.yuuai .wysiwyg .box_style3{
	border: 1px solid #cf91c2;/*yuuai 100%*/
}
.yuuai.wysiwyg .box_style4,
.yuuai .wysiwyg .box_style4{
	background: #f8eef6;/*yuuai 15%*/
}
.yuuai.wysiwyg .font_style1,
.yuuai .wysiwyg .font_style1{
	background: linear-gradient(transparent 70%, #f1deed 0%);/*yuuai 30%*/
}
.yuuai.wysiwyg .font_color3,
.yuuai .wysiwyg .font_color3{
	color: #cf91c2;/*yuuai 100%*/
}
.yuuai.wysiwyg .doctor_table th,
.yuuai .wysiwyg .doctor_table th{
	color: #cf91c2;/*yuuai 100%*/
	background: #f8eef6;/*yuuai 15%*/
}


/*訪問看護ステーション*/
.houkan .block._14 .accordion dt:before{
	background: url(/module/houkan/img/common/acd_btn_off.png);
	background-size: 100%;
}
.houkan .block._14 .accordion dt.is-open:before{
	background: url(/module/houkan/img/common/acd_btn_on.png);
	background-size: 100%;
}
.houkan .block._14 .accordion dt span strong{
	color: #fc9aaa!important;/*houkan 100%*/
}
.houkan .block._14 .accordion dd span strong{
	color: #fc9aaa!important;/*houkan 100%*/
}
.houkan .title_style4 {
	background: #fef0f2;/*houkan 15%*/
	border: 2px solid #fc9aaa;/*houkan 100%*/
}
.houkan .title_style5:before {
	color: #fc9aaa;/*houkan 100%*/
}
.houkan .txt_style1{
	background: #fc9aaa;/*houkan 100%*/
}
.houkan .tel_link{
	background: #fc9aaa;/*houkan 100%*/
	border: 2px solid #fc9aaa;/*houkan 100%*/
}
.houkan .tel_link:hover{
	color: #fff;
}
.houkan .tel_link:hover:before{
	background: url(/module/daido/img/common/ico_tel.png) no-repeat center;
	background-size: 100%;
}
.houkan .fax_link{
	background: #fc9aaa;/*houkan 100%*/
	border: 2px solid #fc9aaa;/*houkan 100%*/
}
.houkan.wysiwyg ul li:before,
.houkan .wysiwyg ul li:before{
	background: #fc9aaa;/*houkan 100%*/
}
.houkan.wysiwyg ul.list_style1 li:before,
.houkan .wysiwyg ul.list_style1 li:before{
	color: #fc9aaa;/*houkan 100%*/
}
.houkan.wysiwyg ol li:before,
.houkan .wysiwyg ol li:before{
	color: #fc9aaa;/*houkan 100%*/
}
.houkan.wysiwyg .box_style2,
.houkan .wysiwyg .box_style2{
	background: #fc9aaa;/*houkan 100%*/
}
.houkan.wysiwyg .box_style3,
.houkan .wysiwyg .box_style3{
	border: 1px solid #fc9aaa;/*houkan 100%*/
}
.houkan.wysiwyg .box_style4,
.houkan .wysiwyg .box_style4{
	background: #fef0f2;/*houkan 15%*/
}
.houkan.wysiwyg .font_style1,
.houkan .wysiwyg .font_style1{
	background: linear-gradient(transparent 70%, #fee1e5 0%);/*houkan 30%*/
}
.houkan.wysiwyg .font_color3,
.houkan .wysiwyg .font_color3{
	color: #fc9aaa;/*houkan 100%*/
}
.houkan.wysiwyg .doctor_table th,
.houkan .wysiwyg .doctor_table th{
	color: #fc9aaa;/*houkan 100%*/
	background: #fef0f2;/*houkan 15%*/
}


/*大同みどりクリニック*/
.midori .block._14 .accordion dt:before{
	background: url(/module/midori/img/common/acd_btn_off.png);
	background-size: 100%;
}
.midori .block._14 .accordion dt.is-open:before{
	background: url(/module/midori/img/common/acd_btn_on.png);
	background-size: 100%;
}
.midori .block._14 .accordion dt span strong{
	color: #00c8ac!important;/*midori 100%*/
}
.midori .block._14 .accordion dd span strong{
	color: #00c8ac!important;/*midori 100%*/
}
.midori .title_style4 {
	background: #d9f7f3;/*midori 15%*/
	border: 2px solid #00c8ac;/*midori 100%*/
}
.midori .title_style5:before {
	color: #00c8ac;/*midori 100%*/
}
.midori .txt_style1{
	background: #00c8ac;/*midori 100%*/
}
.midori .tel_link{
	background: #00c8ac;/*midori 100%*/
	border: 2px solid #00c8ac;/*midori 100%*/
}
.midori .tel_link:hover{
	color: #fff;
}
.midori .tel_link:hover:before{
	background: url(/module/daido/img/common/ico_tel.png) no-repeat center;
	background-size: 100%;
}
.midori .fax_link{
	background: #00c8ac;/*midori 100%*/
	border: 2px solid #00c8ac;/*midori 100%*/
}
.midori.wysiwyg ul li:before,
.midori .wysiwyg ul li:before{
	background: #00c8ac;/*midori 100%*/
}
.midori.wysiwyg ul.list_style1 li:before,
.midori .wysiwyg ul.list_style1 li:before{
	color: #00c8ac;/*midori 100%*/
}
.midori.wysiwyg ol li:before,
.midori .wysiwyg ol li:before{
	color: #00c8ac;/*midori 100%*/
}
.midori.wysiwyg .box_style2,
.midori .wysiwyg .box_style2{
	background: #00c8ac;/*midori 100%*/
}
.midori.wysiwyg .box_style3,
.midori .wysiwyg .box_style3{
	border: 1px solid #00c8ac;/*midori 100%*/
}
.midori.wysiwyg .box_style4,
.midori .wysiwyg .box_style4{
	background: #d9f7f3;/*midori 15%*/
}
.midori.wysiwyg .font_style1,
.midori .wysiwyg .font_style1{
	background: linear-gradient(transparent 70%, #b2eee6 0%);/*midori 30%*/
}
.midori.wysiwyg .font_color3,
.midori .wysiwyg .font_color3{
	color: #00c8ac;/*midori 100%*/
}
.midori.wysiwyg .doctor_table th,
.midori .wysiwyg .doctor_table th{
	color: #00c8ac;/*midori 100%*/
	background: #d9f7f3;/*midori 15%*/
}


/*中央クリニック*/
.chuo .block._14 .accordion dt:before{
	background: url(/module/chuo/img/common/acd_btn_off.png);
	background-size: 100%;
}
.chuo .block._14 .accordion dt.is-open:before{
	background: url(/module/chuo/img/common/acd_btn_on.png);
	background-size: 100%;
}
.chuo .block._14 .accordion dt span strong{
	color: #00926b!important;/*chuo 100%*/
}
.chuo .block._14 .accordion dd span strong{
	color: #00926b!important;/*chuo 100%*/
}
.chuo .title_style4 {
	background: #d9efe9;/*chuo 15%*/
	border: 2px solid #00926b;/*chuo 100%*/
}
.chuo .title_style5:before {
	color: #00926b;/*chuo 100%*/
}
.chuo .txt_style1{
	background: #00926b;/*chuo 100%*/
}
.chuo .tel_link{
	background: #00926b;/*chuo 100%*/
	border: 2px solid #00926b;/*chuo 100%*/
}
.chuo .tel_link:hover{
	color: #fff;
}
.chuo .tel_link:hover:before{
	background: url(/module/daido/img/common/ico_tel.png) no-repeat center;
	background-size: 100%;
}
.chuo .fax_link{
	background: #00926b;/*chuo 100%*/
	border: 2px solid #00926b;/*chuo 100%*/
}
.chuo.wysiwyg ul li:before,
.chuo .wysiwyg ul li:before{
	background: #00926b;/*chuo 100%*/
}
.chuo.wysiwyg ul.list_style1 li:before,
.chuo .wysiwyg ul.list_style1 li:before{
	color: #00926b;/*chuo 100%*/
}
.chuo.wysiwyg ol li:before,
.chuo .wysiwyg ol li:before{
	color: #00926b;/*chuo 100%*/
}
.chuo.wysiwyg .box_style2,
.chuo .wysiwyg .box_style2{
	background: #00926b;/*chuo 100%*/
}
.chuo.wysiwyg .box_style3,
.chuo .wysiwyg .box_style3{
	border: 1px solid #00926b;/*chuo 100%*/
}
.chuo.wysiwyg .box_style4,
.chuo .wysiwyg .box_style4{
	background: #d9efe9;/*chuo 15%*/
}
.chuo.wysiwyg .font_style1,
.chuo .wysiwyg .font_style1{
	background: linear-gradient(transparent 70%, #b2ded3 0%);/*chuo 15%*/
}
.chuo.wysiwyg .font_color3,
.chuo .wysiwyg .font_color3{
	color: #00926b;/*chuo 100%*/
}
.chuo.wysiwyg .doctor_table th,
.chuo .wysiwyg .doctor_table th{
	color: #00926b;/*chuo 100%*/
	background: #d9efe9;/*chuo 15%*/
}


/*大同居宅介護支援事業所*/
.kaigo .block._14 .accordion dt:before{
	background: url(/module/kaigo/img/common/acd_btn_off.png);
	background-size: 100%;
}
.kaigo .block._14 .accordion dt.is-open:before{
	background: url(/module/kaigo/img/common/acd_btn_on.png);
	background-size: 100%;
}
.kaigo .block._14 .accordion dt span strong{
	color: #ffbc2e!important;/*kaigo 100%*/
}
.kaigo .block._14 .accordion dd span strong{
	color: #ffbc2e!important;/*kaigo 100%*/
}
.kaigo .title_style4 {
	background: #fff5e0;/*kaigo 15%*/
	border: 2px solid #ffbc2e;/*kaigo 100%*/
}
.kaigo .title_style5:before {
	color: #ffbc2e;/*kaigo 100%*/
}
.kaigo .txt_style1{
	background: #ffbc2e;/*kaigo 100%*/
}
.kaigo .tel_link{
	background: #ffbc2e;/*kaigo 100%*/
	border: 2px solid #ffbc2e;/*kaigo 100%*/
}
.kaigo .tel_link:hover{
	color: #fff;
}
.kaigo .tel_link:hover:before{
	background: url(/module/daido/img/common/ico_tel.png) no-repeat center;
	background-size: 100%;
}
.kaigo .fax_link{
	background: #ffbc2e;/*kaigo 100%*/
	border: 2px solid #ffbc2e;/*kaigo 100%*/
}
.kaigo.wysiwyg ul li:before,
.kaigo .wysiwyg ul li:before{
	background: #ffbc2e;/*kaigo 100%*/
}
.kaigo.wysiwyg ul.list_style1 li:before,
.kaigo .wysiwyg ul.list_style1 li:before{
	color: #ffbc2e;/*kaigo 100%*/
}
.kaigo.wysiwyg ol li:before,
.kaigo .wysiwyg ol li:before{
	color: #ffbc2e;/*kaigo 100%*/
}
.kaigo.wysiwyg .box_style2,
.kaigo .wysiwyg .box_style2{
	background: #ffbc2e;/*kaigo 100%*/
}
.kaigo.wysiwyg .box_style3,
.kaigo .wysiwyg .box_style3{
	border: 1px solid #ffbc2e;/*kaigo 100%*/
}
.kaigo.wysiwyg .box_style4,
.kaigo .wysiwyg .box_style4{
	background: #fff5e0;/*kaigo 15%*/
}
.kaigo.wysiwyg .font_style1,
.kaigo .wysiwyg .font_style1{
	background: linear-gradient(transparent 70%, #ffebc0 0%);/*kaigo 30%*/
}
.kaigo.wysiwyg .font_color3,
.kaigo .wysiwyg .font_color3{
	color: #ffbc2e;/*kaigo 100%*/
}
.kaigo.wysiwyg .doctor_table th,
.kaigo .wysiwyg .doctor_table th{
	color: #ffbc2e;/*kaigo 100%*/
	background: #fff5e0;/*kaigo 15%*/
}


/*卒後研修支援センター*/
.resident .title_style4 {
	background: #FFFBE0;
	border: 2px solid #FCE531;
	border-radius: 10px;
	border: none;
	padding-left: 20px;
}
.resident .title_style5:before {
	color: #FCE531;
}



.resident .title_style5{
	position: relative;
	font-size: 1.14em;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 35px;
	margin-top: 1em;
}
.resident .title_style5:before{
	position: absolute;
	content: "";
	width: 25px;
	height: 5px;
	background: #FCE531;
	top: calc(50% - 2px);
	left: 0;
}
@media screen and (max-width: 767px){
	.title_style5{
		font-size: 1.05em;
		margin-bottom: 15px;
	}
}


.resident .title_style6{
	font-size: 1.2em;
	padding-left: 20px;
	position: relative;
	margin-bottom: 25px;
	margin-top: 0em;
}
.resident .title_style6:before{
	content: "";
	width: 5px;
	height: 20px;
	background: #ccc;
	position: absolute;
	top: calc(50% - 10px);
	left: 5px;
}
@media screen and (max-width: 767px){
	.resident .title_style6{
		font-size: 1.1em;
		padding-left: 15px;
		margin-bottom: 15px;
	}
	.resident .title_style6:before{
		width: 4px;
		height: 40px;
	}
}




.resident .txt_style1{
	background: #FCE531;
}
.resident .tel_link{
	background: #FCE531;
	border: 2px solid #FCE531;
}
.resident .tel_link:hover{
	color: #fff;
}
.resident .tel_link:hover:before{
	background: url(/module/daido/img/common/ico_tel.png) no-repeat center;
	background-size: 100%;
}



.resident .btn_style1{
	display: block;
	font-size: 1.2em;
	color: #FFF!important;
	background: #808080;
	text-decoration: none;
	text-align: center;
	padding: 14px 50px;
	border: 2px solid #808080;
	box-sizing: border-box;
	position: relative;
	transition: 0.3s;
}
.resident .btn_style1:before{
	content: "";
	width: 12px;
	height: 12px;
	background: url(/module/daido/img/common/arw1.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 30px;
	transition: 0.3s;
}
.resident .btn_style1:hover{
	color: #808080!important;
	background: #fff;
}
.resident .btn_style1:hover:before{
	background: url(/module/daido/img/common/arw2.png) no-repeat center;
	background-size: 100%;
}
@media screen and (max-width: 767px){
	.resident .btn_style1{
		font-size: 1em;
		padding: 8px 30px;
	}
	.resident .btn_style1:before{
		right: 13px;
	}
}



.resident .btn_style3{
	padding: 5px 30px 5px 32px;
	border: none;
}



.resident .btn_style4{
	font-size: 1em;
	color: #333;
	padding: 10px 20px 10px 50px;
	border: 1px solid #666;
}
.resident .btn_style4:hover{
	background: rgba(100,100,100,.1);
}
@media screen and (max-width: 767px){
	.resident .btn_style4{
		padding: 8px 20px 8px 50px;
	}
}



.resident .btn_style_word{
	font-size: 1em;
	color: #333;
	padding: 10px 20px 10px 50px;
	border: 1px solid #666;
}
.resident .btn_style_word:hover{
	background: rgba(100,100,100,.1);
}
@media screen and (max-width: 767px){
	.resident .btn_style_word{
		padding: 8px 20px 8px 50px;
	}
}

.resident .btn_style_excel{
	font-size: 1em;
	color: #333;
	padding: 10px 20px 10px 50px;
	border: 1px solid #666;
}
.resident .btn_style_excel:hover{
	background: rgba(100,100,100,.1);
}
@media screen and (max-width: 767px){
	.resident .btn_style_excel{
		padding: 8px 20px 8px 50px;
	}
}

.resident .btn_style_map{
	font-size: 1em;
	color: #333;
	padding: 10px 20px 10px 50px;
	border: 1px solid #666;
}
.resident .btn_style_map:hover{
	background: rgba(100,100,100,.1);
}
@media screen and (max-width: 767px){
	.resident .btn_style_map{
		padding: 8px 20px 8px 50px;
	}
}


.resident ul.list_style_none,
.resident ol.list_style_none,
.resident ul.list_style_none li,
.resident ol.list_style_none li{
	padding:0;
	margin: 0;
	text-indent: 0;
	list-style: none;
}
.resident ul.list_style_none li:before,
.resident ol.list_style_none li:before{
	display: none!important;
}



.resident .ico_blank:after {
	position: relative;
	display: inline-block;
	content: "";
	width: 12px;
	height: 9px;
	background: url(/module/daido/img/common/ico_blank.png) no-repeat center;
	background-size: 100%;
	margin-left: 5px;
	margin-right: 3px;
}



.resident.wysiwyg ul,
.resident .wysiwyg ul{
}
.resident.wysiwyg ul li:before,
.resident .wysiwyg ul li:before{
	content: "";
	width: 8px;
	height: 8px;
	margin-right: 5px;
	display: inline-block;
	background: #d77d82;
	border-radius: 4px;
}

.resident.wysiwyg ul li:before,
.resident .wysiwyg ul li:before{
	background: #ccc;
}
.resident.wysiwyg ol li:before,
.resident .wysiwyg ol li:before{
	color: #333;
}

.resident.wysiwyg .box_style2,
.resident .wysiwyg .box_style2{
	background: #FCE531;
}
.resident.wysiwyg .box_style3,
.resident .wysiwyg .box_style3{
	border: 1px solid #FCE531;
}
.resident.wysiwyg .box_style4,
.resident .wysiwyg .box_style4{
	background: #e1ecf6;
}
.resident.wysiwyg .font_style1,
.resident .wysiwyg .font_style1{
	background: linear-gradient(transparent 70%, #FCE531 0%);
}



.resident ul.list_style1 li:before{
	color: #01338C;
	/*color: #FCE531;*/
}
.resident.wysiwyg ol.list_style1,
.resident .wysiwyg ol.list_style1{
	counter-reset: num;
}
.resident.wysiwyg ol.list_style1 li:before,
.resident .wysiwyg ol.list_style1 li:before{
	counter-increment: num;
	content: counter(num,decimal-leading-zero) "・";
	font-weight: bold;
	font-family: 'Century Gothic', 'Avenir-Light','Questrial', 'Muli', sans-serif;
	color: #333;
}



/*宏潤会*/
.corp .btn_style3{
	padding: 5px 30px 5px 32px;
	_border: none;
}



.corp .btn_style4{
	font-size: 1em;
	padding: 10px 20px 10px 50px;
}
@media screen and (max-width: 767px){
	.corp .btn_style4{
		padding: 8px 20px 8px 50px;
	}
}



.corp .btn_style_word{
	font-size: 1em;
	padding: 10px 20px 10px 50px;
}
@media screen and (max-width: 767px){
	.corp .btn_style_word{
		padding: 8px 20px 8px 50px;
	}
}

.corp .btn_style_excel{
	font-size: 1em;
	padding: 10px 20px 10px 50px;
}
@media screen and (max-width: 767px){
	.corp .btn_style_excel{
		padding: 8px 20px 8px 50px;
	}
}

.corp .btn_style_map{
	font-size: 1em;
	padding: 10px 20px 10px 50px;
}
@media screen and (max-width: 767px){
	.corp .btn_style_map{
		padding: 8px 20px 8px 50px;
	}
}</pre></body></html>