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

/* 共通 */
span.br {
	display: inline-block;
}

#header {
	background: linear-gradient(180deg, rgba(225,255,232,1) 0%, rgba(255,255,255,1) 100%);
}

.header_inner {
	max-width: 1199px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 15px 0;
}

@media screen and (max-width: 1023px) {
	.header_inner {
		flex-direction: column;
		align-items: center;
	}
}

/*=======================================
	ナビ
========================================*/
#nav {
	display: flex;
	justify-content: space-between;
}

#nav &gt; li {
	width: calc(100% / 9);
	text-align: center;
}

#nav &gt; li &gt; a  {
	display: block;
	text-decoration: none;
	background-color: #56bfbe;
	color: white;
	font-weight: 500;
	padding: 1rem 0;
	border-right: 1px solid white;
	transition: .3s;
}

#nav &gt; li:first-of-type &gt; a {
	border-radius: 30px 0 0 0;
}

#nav &gt; li:last-of-type &gt; a {
	border-radius: 0 30px 0 0;
}

#nav &gt; li &gt; a:hover {
	background-color: #295848;
}

#nav &gt; li &gt; ul.child {
	display: none;
	position: absolute;
    background: #56bfbe;
	color:#fff;
	width: 190px;
	margin-left: -1px;
}

#nav &gt; ul &gt; li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 190px;
}

#nav &gt; li &gt; ul.child &gt; li {
	font-size: 14px;
	height:auto;
	border-bottom: 1px solid #ededee;
}

#nav &gt; li &gt; ul.child {
	z-index: 100;
}

#nav &gt; li &gt; ul.child &gt; li &gt; a {
    display: block;
    color: #fff;
	text-decoration: none;
	padding: 0.5rem;
	text-align: left;
	transition: .3s;
}

#nav &gt; li &gt; ul.child &gt; li &gt; a:hover {
	background-color: #295848;
}

/* サイドバナーの影 */
.shadow{
	-moz-box-shadow: 5px 5px 5px #636363;
	-webkit-box-shadow: 5px 5px 5px #636363;
}	


@media screen and (max-width: 1199px) {
	#nav {
		flex-wrap: wrap;
	}

	#nav &gt; li {
		width: calc(100% / 3);
	}

	#nav &gt; li &gt; a  {
		border-bottom: 1px solid white;
	}

	#nav &gt; li &gt; ul.child {
		width: calc(100% / 3);
	}

	#nav &gt; li:nth-of-type(3) &gt; a {
		border-radius: 0 30px 0 0;
	}

	#nav &gt; li:last-of-type &gt; a {
		border-radius: 0;
	}

}

@media screen and (max-width: 576px) {
	#nav &gt; li {
		width: calc(100% / 2);
	}

	#nav &gt; li:last-child {
		width: 100%;
	}

	#nav &gt; li &gt; ul.child {
		width: calc(100% / 2);
	}

	#nav &gt; li:nth-of-type(2) &gt; a {
		border-radius: 0 30px 0 0;
	}

	#nav &gt; li:nth-of-type(3) &gt; a {
		border-radius: 0;
	}
}

/*=========================================================
	当院について（前のtopからの移動）
===========================================================*/
.about_item {
	background-color: #d6f0e8;
	padding: 2.5%;
}

.about_item &gt; h4 {
	font-weight: bold;
	font-size: 1.2rem;
}

.about_item &gt; h4::before {
	content: "■";
	font-size: 1.8rem;
}

.about_item-strong {
	font-size: 1.2rem;
	font-weight: bold;
}

.about_item &gt; div &gt; table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #333;
	font-size: clamp(0.875rem, 0.529rem + 0.96vw, 1.125rem);
	font-weight: bold;
}

.about_item &gt; div &gt; table thead {
	background-color: #7fcab1;
}

.about_item &gt; div &gt; table thead th,
.about_item &gt; div &gt; table tbody td {
	text-align: center;
	border: 2px solid #333;
}

tbody tr:nth-child(even) {
	background-color: white;
}

.about_item .guide_txt table tbody {
	background-color: transparent;
}

/*============================
	入院のお知らせ
==============================*/
div.HospitalizationInfo {
	width: 95%;
	margin: 0 auto 3%;
}
div.HospitalizationInfo dl {
	border: 2px solid #84b4dc;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 2%;
	
	/*background: #FFF9F3;*/
	
}
div.HospitalizationInfo dl dt {
	font-size: 1.2rem;
	color: #517bdf;
	border-bottom: 2px dashed #84b4dc;
	margin-bottom: 1%;
	padding-left: 2%;
}
div.HospitalizationInfo dl dd {
	color: #333;
	padding-left: 1%;
}

/*============================
	マイナ保険証のお知らせ
==============================*/
div.Insurance-cardInfo {
	width: 95%;
	margin: 0 auto 3%;
}

div.Insurance-cardInfo dl {
	border: 2px solid #4c9a80;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 2%;	
}

div.Insurance-cardInfo dl dt {
	font-size: 1.2rem;
	color: #4c9a80;
	border-bottom: 2px dashed #4c9a80;
	margin-bottom: 1%;
	padding-left: 2%;
}
div.Insurance-cardInfo dl dd {
	color: #333;
	padding-left: 1%;
}
div.Insurance-cardInfo dl dd:nth-child(5){
	padding-top: 1rem;
}
div.Insurance-cardInfo dl dd:nth-child(5), 
div.Insurance-cardInfo dl dd:nth-child(6) {
	font-size: 0.9rem;
}


/*============================
	行事のお知らせ
==============================*/
div.EventInfomation {
	width: 95%;
	margin: 0 auto;
}
div.EventInfomation dl {
	border: 2px solid #ed8fb1;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 2%;
}
div.EventInfomation dl dt {
	font-size: 1.2rem;
	color: #F66;
	border-bottom: 2px dashed #ed8fb1;
	margin-bottom: 1%;
	padding-left: 2%;
}
div.EventInfomation dl dd {
	color: #333;
	padding-left: 1%;
}



/*=========================================================
	MainContents
===========================================================*/
#main_right {
	width: 100%;
	float: right;
}


@media screen and (max-width: 1199px) {
	#main_right {
		width: 100%;	
		margin-left: 0px;
		padding: 0 3%;	
	}
}

@media screen and (max-width: 1199px) {
	#d_none {
		display: none;
	}
	#d_block {
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}
	#d_block img {
		margin-right: 10px;
		margin-bottom: 20px;
		margin-left: 10px;
	}
}

@media screen and (min-width: 1200px) {
	#d_none {
		display: block;
	}
	#d_block {
		display: none;
	}
}


.mb_20 {
	margin-bottom: 20px;
}
.mb_15 {
	margin-bottom: 15px;
}
.mb_5 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_50 {
	margin-bottom: 50px;
}
.row .columns.small-12.large-9 #main_right #news_box #inner p a {
	color: #1719ff;
}



/*============================
	診察科案内
	guide.php
==============================*/
h3#naika,
h3#kanpou,
h3#rehabili {
	margin-right: 0;
}
.guide_txt {
	display: flex;
	padding-top: 15px;
	justify-content: space-between;
}

.guide_txt &gt; div {
	width: 55%;
}

.guide_txt &gt; div:last-child {
	width: 42%;
}

.guide_txt h4 {
	display: inline-block;
	background-color: #56bfbe;
	color: white;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 5px 2rem;
	border-radius: 50px;
	font-size: 1.2rem;
}

.guide_txt .columns:last-child h4 {
	background-color: #ee2929;
} 

.guide_txt table {
	width: 100%;
	font-size: clamp(1rem, 0.309rem + 1.92vw, 1.5rem);
}

.guide_txt table th {
	text-align: left;
	width: 47%;
	padding: 0.5rem;
	background-color: transparent;
}

.guide_txt table td {
	padding: 0.5rem 0.5rem 0.5rem 0;
}

.naika_info {
	width: 100%;
	border-collapse: collapse;
}

.guide_txt tbody tr:nth-child(even),
.naika_info tbody tr:nth-child(even) {
	background-color: white;
}

.naika_info thead {
	background-color: #dfdfdf;
}

.naika_info thead th,
.naika_info tbody th,
.naika_info tbody td {
	border: 2px solid #777;
}

.naika_info tbody th {
	text-align: left;
}


table.hours {
	border-collapse: collapse;
	width: 100%;
}

table.hours th,
table.hours td {
	font-size: clamp(0.875rem, 0.529rem + 0.96vw, 1.125rem);
	text-align: center;
	border: 2px solid #333;
}

table.hours tbody tr:first-of-type th{
	background-color: #ed8fb1;
	color: white;
}

table.hours tbody tr:last-of-type th {
	background-color: #84b4dc;
	color: white;
}

.guide_txt-point {
	font-size: clamp(1.375rem, 0.511rem + 2.4vw, 2rem);
	font-weight: bold;
	background-color: #56bfbe;
	color: white;
	text-align: center;
}


@media screen and (max-width: 639px) {
	.guide_txt {
		flex-direction: column;
	}

	.guide_txt &gt; div,
	.guide_txt &gt; div:last-child {
		width: 100%;
	}

	table.hours th,
	table.hours td {
		font-size: 0.9rem;
		padding: 0.5rem 0.3rem;
	}

	.guide_txt table th {
		display: block;
		width: 100%;
	}

}


/*============================
	入院について
	hospitalization.php
==============================*/
div.hospitalization &gt; div:nth-child(2) table tbody tr:nth-child(2) td:nth-child(2) span {
	display: inline;
}
@media screen and (min-width: 980px) {
	div.hospitalization &gt; div:nth-child(2) table tbody tr:nth-child(2) td:nth-child(2) span {
		display: block;
	}
}

@media screen and (max-width: 1199px) {
	.smileSet img,
	.omutsuSet img {
		width: 80%;
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width: 717px) {
	.smileSet img,
	.omutsuSet img {
		width: 100%;
	}
}

/* 面会について */
.visiting_info {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #333;
	margin-bottom: 30px;
}

.visiting_info th {
	border: 1px solid #333;
}

.visiting_info tr {
	border-top: 1px solid #333;
}

.visiting_info td {
	display: block;
}

.visiting_info td:first-of-type {
	padding-bottom: 0;
}

.visiting_notes {
	counter-reset: number;
	padding-left: 2rem; /* インデントの調整 */
	text-indent: -1.5rem; /* テキストのインデント調整 */
	line-height: 1.8;
}

.visiting_notes li {
	list-style: none; /* デフォルトのリストスタイルを無効化 */
	position: relative;
}

.visiting_notes li::before {
	counter-increment: number;
    content: counter(number) ".";
    background: none;
    color: #008c95;
	font-weight: bold;
	width: 1.5rem; /* 連番の幅を固定 */
	text-align: right; /* 連番を右揃え */
	padding-right: 5px;
}

/*============================
	table
==============================*/
.reh_table {
	width: 100%;
	border: 1px solid #333;
}
.reh_table thead tr th {
	text-align: center;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #008c95;
	color: white;
}
.reh_table tr td {
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;	
}


.table_sp {
	display: none;
	width: 100%; 
}

@media screen and (min-width: 768px) {
	table.addition tbody td:last-of-type {
		text-align: left;
		width: 35%;
	}
	
}

@media screen and (max-width: 767px) {
	.table_pc {
		display: none;
	}

	.table_sp {
		display: table;
	}

	table.addition tbody th:last-of-type {
		width: 25%;
	}
}


/*============================
	訪問リハビリテーション
	rehabilitation.php
==============================*/
/* .reh-range dt {
	margin-bottom: 0;
}

.reh-range dd {
	padding-bottom: 10px;
}

.reh-range p {
	font-size: 0.9rem;
} */

@media screen and (max-width: 767px) {
	.in-homeReh table.table_sp {
		border-collapse: collapse;
		width: 100%;
		font-size: 0.9rem;
	}

	.in-homeReh table.table_sp th,
	.in-homeReh table.table_sp td {
		border: 1px solid #333;
		text-align: left;
	}

	.in-homeReh table.table_sp th {
		width: 40%;
	}

	.in-homeReh table.table_sp td {
		width: 60%;
	}

	.in-homeReh table .table_sp-ttl {
		width: 100%;
		background-color: #295848;
		color: white;
		padding: 15px
	}

	.reh-range {
		padding-bottom: 30px;
	}
}

/****************/
/*==  Footer  ==*/
/****************/
footer {
	background-color: #e1ffe8;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
}

footer {
	background-color: #e1ffe8;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
footer ul {
	list-style-type: none;
	text-align: center;
}

.photo_li {
	padding: 0px;
	text-align: center;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

.photo_li li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: center;
	vertical-align: top;
}
.photo_li li img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.photo_li li .r_220box {
	width: 220px;
	background-color: #f1f1f1;
	text-align: left;
}

@media screen and (max-width: 717px) {
	.photo_li li img {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.photo_li li .r_220box {
		width: 100%;
		background-color: #f1f1f1;
		text-align: left;
	}
}

footer ul li{
	display: inline-block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-right: 21px;
	padding-left: 21px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
footer ul li:first-child{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}

footer ul li a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.2em;
}
footer ul li a:hover{
	color: #666;
	text-decoration: underline;
}
footer .row .columns.large-6 p {
	margin: 0;
}
footer .row .columns.small-12.medium-6.large-6 .text-right strong {
	font-size: 18px;
	letter-spacing: 0.1em;
}

.footer_ttl &gt; div:first-of-type p {
	padding-right: 10px;
}

.footer_txt {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer_txt p:not(:last-of-type) {
	padding-right: 15px;
}

footer small {
	font-size: 13px;
}

@media screen and (max-width: 639px) {
	footer .row .columns.small-12.medium-6.large-6 .text-right,p {
		text-align: center;
	}

	.footer_ttl &gt; div:first-of-type p {
		padding-top: 20px;
	}

}
#main_box {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mb25 {
	margin-bottom: 25px;
}

.grad-bar {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ededee+49,ffffff+71,fcfcfc+97,bebfbf+100 */
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ededee 49%, #ffffff 71%, #fcfcfc 97%, #bebfbf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ededee 49%,#ffffff 71%,#fcfcfc 97%,#bebfbf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ededee 49%,#ffffff 71%,#fcfcfc 97%,#bebfbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#bebfbf',GradientType=0 ); /* IE6-9 */
	border: 2px solid #a4a4a4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 17px;
	font-weight: bold;
}
.grad-bar h2 {
	background-image: url(../images/grad_bar_list.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 17px!important;
	font-weight: bold;
	line-height: 17px;
	margin: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: 0.1em;
}
.row.box {
	margin-right: 5px;
	margin-left: 5px;
}
@media screen and (max-width: 1023px) {
	.row.box {
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media screen and (max-width: 576px) {
	.row.box {
		margin-right: 0px;
		margin-left: 0px;
	}
}


.row.box p {
	text-align: left;
}
.row.box h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: clamp(1.125rem, 0.682rem + 0.92vw, 1.375rem);
	font-weight: bold;
	margin-bottom: 10px;
	/* margin-right: 10px; */
}
.mrb_15s {
	margin-right: 15px;
	margin-bottom: 15px;
}
.t-r {
	text-align: right;
}

@media screen and (max-width: 639px) {
	.mrb_15s {
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.mb_15s {
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.t-r {
		text-align: left;
	}
}
.mtb_50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.mtb_50 hr {
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
	background-image: url(../images/border.jpg);
	background-repeat: repeat-x;
	background-position: center;
	display: block;
}
#access h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px!important;
	margin-bottom: 0px!important;
}
#access .a_box {
	background-image: url(../images/access_list.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}
.table_st {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #7f7f7f;
}
.table_st tr{
	width: 100%;
	background-color: #FFF!important;
	border-bottom: 1px solid #7f7f7f;
}
.table_st th {
	background-color: #dfdfdf;
	letter-spacing: 0.2em;
	width: 20%;
	border-right: 1px solid #7f7f7f
}

.table_st td:first-child {
	width: 30%;
} 

@media screen and (max-width: 519px) {
	.table_st td:first-child {
		width: 40%;
	} 
}

/* 221108追記 */

tr.table_member {
	border-bottom: 0.7px solid #b7b7b7;
}

.u_l {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.lic_li li{
	display: inline-block;
	width: 49%;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	/*
	border: thin dashed #F00;
	background-color: #EFEFEF;*/
}
.lic_li li:nth-child(2) {
	width: 50%;
}

@media screen and (max-width: 539px) {
	.lic_li li{
		display: inline-block;
		width: 48%;
		text-align: left;
		vertical-align: top;
		font-size: 14px;
	}
}
.lic_li li p {
	margin-bottom: 7px;
	/*margin-right: 15px;*/
}
.f14 {
	font-size: 14px;
}
#tel_bg {
	background-image: url(../images/rec_tel_bg2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 100px;
}
@media screen and (max-width: 519px) {
	#tel_bg {
		background-image: none;
	}
}
#tel {
	line-height: 80px;
	background-image: url(../images/tel_icon.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 28px;
	padding-left: 35px;
}
#tel span {
	font-size: 20px;
}
/*.rec_list li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 30px;
}*/
.rec_h4 {
	font-size: 18px;
	font-weight: bold;
}
.m_10 {
	margin: 10px;
}
.p_10 {
	padding: 10px;

}.rec_com {
	background-image: url(../images/rec_com_bg_bar.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #f1f1f1;
	font-size: 14px;
	padding: 10px 0;
	margin-bottom: 15px;
}
.rec_com .plr {
	padding-right: 15px;
	padding-left: 15px;
}
.big {
	font-size: 28px;
}



/*------------------------
	入院についてpage
	hospitalization.php
-------------------------*/

/** 表 1枠目 **/
body.hospitalization table.reh_table thead tr th:first-child,
body.hospitalization table.reh_table tbody tr td:first-child {
	width: 7rem;
	box-sizing: border-box;
	padding: 2px;
	/*border: thin dashed #F39;*/
}
body.hospitalization table.reh_table thead tr th:first-child span,
body.hospitalization table.reh_table tbody tr td:first-child span {
	font-size: 0.9rem;
	letter-spacing: -2px;
}
/** 表 ３枠目 **/
body.hospitalization table.reh_table thead tr th:last-child,
body.hospitalization table.reh_table tbody tr td:last-child {
	width: 4.5rem;
	padding: 0;
	/*border: thin dashed #F39;*/
}



.border_non {
	border-bottom-style: none!important;
}
.row.mt25 .columns.small-12.large-9 #main_right .row.box.mb_50 .columns.small-12.medium-12.large-12 .mb_15 .att_big {
	font-size: 18px;
	color: #FFF;
	/*background-color: #F00;*/
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*医師による指示が必要です。*/
.att_black {
	font-size: 18px;
	color: #FFF;
	/**/background-color: #333;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*------------------------------------------
	各種検査、予防接種健康診断のお知らせ
	kensa.php 
--------------------------------------------*/
/*健康診断 /【岩国市受診券使用】*/
.kensa_li {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.kensa_li dl {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin-right: 1%;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.kensa_li dl dt {
	width: 7.5rem;
}
.kensa_li dl dd {
	flex: 1;
}
.kensa_li dl:first-child,
.kensa_li dl:nth-child(3) {
	width: 55%;
}

.kensa_li dl:nth-child(2),
.kensa_li dl:last-child {
	width: 42%;
}


/*============================================
	Mobile Size
=============================================*/
@media screen and (max-width: 767px) {
	.kensa_li {
		flex-direction: column;
	}

	.kensa_li dl:first-child,
	.kensa_li dl:nth-child(2),
	.kensa_li dl:nth-child(3),
	.kensa_li dl:last-child {
		width: 100%;
	}

	.kensa_li dl {
		display: block;
		margin-right: 1%;
		padding-bottom: 1rem;
	}

	.kensa_li dl dt {
		width: 100%;
		background: #F7F7F7;
	}
}




h2 .h2-min {
	font-size: 12px;
	margin-left: 10px;
	line-height: 12px;
}
.reh_table .green_th tr th {
	background-color: #dfdfdf!important;
	color: #333!important;
}
.reh_table tbody .tr_bg_wh {
	background-color: #FFF;
}
.reh_table tbody tr .td_bg_gr {
	background-color: #efefef;
}
.hos_li {
	margin: 0px;
	padding: 0px;
}
.hos_li li {
	list-style-type: none;
	width: 23%;
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
}

/*Mobile Size*/
@media screen and (max-width: 519px) {
.hos_li li {
	width: 48%;

}
}
.hos_box .yel img {
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.t_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
.gr {
	color: #FFF;
	background-color: #56bfbe;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 5px;
}
.yel {
	font-weight: bold;
	background-color: #faff00;
	padding: 5px 10px 0 10px; 
	margin-right: 5px;
}
.att_box {
	background-image: url(../images/att_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #ff0000;
	padding-left: 20px;
	font-weight: bold;
}
.mlr20 {
	margin-right: 20px;
	margin-left: 20px;
}
.line_box {
	background-image: url(../images/m-line.png);
	background-repeat: repeat-x;
	background-position: center;
}
.line_box .h4-hos {
	background-color: #FFF;
	display: inline;
	font-size: 16px;
	font-weight: bold;
}
.red {
	color: #ff0000;
}
h2 .h2-min .red.cl_m {
	margin-right: 20px;
	margin-left: -15px;
}
.m-big {
	font-size: 20px;
	margin-right: 10px;
	font-weight: bold;
}
.black_b {
	background-color: #333;
	background-image: url(../images/arrow_h.png);
	background-position: left center;
	color: #FFF;
	padding-right: 5px;
	padding-left: 15px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}
.line_att {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
.t-left {
	text-align: left;
}
.t-right {
	text-align: right;
}
#news_list li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C6C6C6;
}
#news_list li .news_List_Ymd {
	font-weight: bold;
	font-size: 14px;
	margin-right: 10px;
}

#news_list li a{
	color: #1719FF;
}

/**  基本方針 about.php **/
.Policy &gt; div ol {
	padding-left: 1.5em;
}


/** 告知文 **/
.Kokuchi {
	width: 99%;
	color: #FFF;
	font-weight: bold;
	background-color: #ED8FB1;
	margin: 0 auto;
	padding: 3px 2%;
}

/*===============================
	職員大募集中!バナー
	recruit.php
================================*/
body.recruit {
}
body.recruit ul.rec_list {
	width: 100%;
	color: #000;
	/*background: #F66;*/
	list-style-type: disc !important;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
}
body.recruit ul.rec_list li {
	list-style-type: disc !important;
	margin: 16px 0;
	margin-left: 20px;
	margin-right: 2rem;
	/*padding-left: 40px;*/
	margin-bottom: 10px;
}

/*============================
	掲示事項等
	guide.php
==============================*/
#post &gt; div &gt; h3 {
	font-size: 16px !important;
	margin-right: 0;
}

.post_item {
	border-bottom: 1px dotted #333;
}

.post_item dl {
	display: flex;
	align-items: center;
	padding: 15px;
}

.post_item dt {
	width: 80%;
}

.post_item dt::before {
	content: "■";
}

.post_item dd {
	width: 20%;
	text-align: center;
}

@media screen and (max-width: 1199px) {
	.post_item dl {
		width: 80%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 820px) {
	.post_item dl {
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
	.post_item dl {
		padding: 15px 0;
	}

	.post_item dl dt {
		font-size: 0.85rem;
	}
}</pre></body></html>