<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.newsPage {
  padding-bottom: 45px;
}

/*
@media (max-width: 480px) {
  #reservation_area2 ul li.mobile_tel_btn a::after {
    content: "XX-XXXX-XXXX";
  }
}
*/
/*診療カレンダー XO Event Calendar*/
.xo-event-calendar {
  font-size: 1.2em;
  /*ここのサイズ変えればセルの高さも変わる*/
}

.xo-event-calendar table.xo-month .month-dayname td div {
  text-align: center;
  line-height: 2.5em;
}

.xo-event-calendar table.xo-month .month-dayname td div.today {
  /*本日*/
  text-decoration: underline;
  /*background-color: #f9fdb1;*/
}

.container.wp100 {
  max-width: 95%;
}

@media (min-width: 768px) {
  .xo-month-wrap {
    width: 50%;
    float: left;
    padding: 0 2%;
  }
  .holiday-title span {
    margin-left: 2em !important;
  }
  .xo-months:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

.calendar {
  padding: 50px 0;
}

/*診療カレンダー XO Event Calendar end*/
/* --- top news ---- */
.top-notice__item.top-notice__item_fullview {
  flex-wrap: wrap;
}

.top-notice__item.top-notice__item_fullview .top-notice__head,
.top-notice__item.top-notice__item_fullview .mod_top-notice__content {
  width: 100%;
}

.top-notice__item.top-notice__item_fullview time {
  margin-right: 1em;
}

#reservation_area2 ul li.web_reserve_btn a {
  pointer-events: auto;
}

.select__items {
	max-width: 800px;
}

.select .select__items li {
	display: block;
	margin-bottom: 25px;
}

.select .select__items a {
	display: block;
	margin: 0 auto;
	width: 8em;
	text-align: center;
	border: 1px solid #CCC;
	padding: 4px;
	background-color: #FFF;
}

.clinic_04.c01 p {
	margin-bottom: 45px;
}

.clinic_04.c01 span[id] {
	margin-top: -80px;
	padding-top: 80px;
	display: block;
}


.pcrTable {
	width: 100%;
	max-width: 800px;
	margin: 50px auto 0 auto;
	border-collapse: collapse;
}

.pcrTable th,
.pcrTable td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	border: 1px solid #666;
	box-sizing: border-box;
}

.pcrTable thead th {
	background-color: #999;
	color: #FFF;
	width: 50%;
}

.pcrTable tbody th {
	background-color: #CCC;
}


.pcrTable td {
	background-color: #FFF;
}


.vacTable1 {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	background-color: #FFF;
}

.vacTable1 th,
.vacTable1 td {
	padding: 5px;
	border: 1px solid #666;
	vertical-align: middle;
	text-align: center;
}

.vacTable1 td {
	text-align: left;
}
.vacTable1 td.price {
	text-align: right;
}
.vacTable1 th:first-child {
	background-color: #CCC;
}

.vacTable2 {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

.vacTable2 th,
.vacTable2 td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	border: 1px solid #666;
	box-sizing: border-box;
}

.vacTable2 thead th {
	background-color: #999;
	color: #FFF;
}

.vacTable2 tbody th {
	background-color: #CCC;
}

.vacTable2 td {
	background-color: #FFF;
}

.vacTable3 {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

.vacTable3 th,
.vacTable3 td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	border: 1px solid #666;
	box-sizing: border-box;
}

.vacTable3 thead th {
	background-color: #999;
	color: #FFF;
	width: 50%;
}

.vacTable3 tbody th {
	background-color: #CCC;
}

.vacTable3 td {
	background-color: #FFF;
}

#recruitList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


#recruitList &gt; dl {
	margin: 20px 10px 0 10px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #A1A1A1;
	line-height: 1.4;
	width: calc(50% - 20px);
}
#recruitList &gt; dl &gt; dt {
	font-weight: 600;
	font-size: 16px;
	color: #245174;
}
#recruitList &gt; dl &gt; dd dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	font-size: 14px;
}
#recruitList &gt; dl &gt; dd &gt; dl dt {
	width: 5em;
	padding: 0;
	box-sizing: border-box;
	border: 1px solid #245174;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	margin-right: 5px;
	font-weight: normal;
}
#recruitList &gt; dl &gt; dd &gt; dl dd {
	width: 4em;
	box-sizing: border-box;
	margin-bottom: 0;
}
#recruitList &gt; dl &gt; dd &gt; dl &gt; dl {
	width: 100%;
}
#recruitList &gt; dl &gt; dd &gt; dl &gt; dl dd {
	width: calc(100% - 5em);
}

@media (max-width: 767px) {
	#recruitList {
		display: block;
	}
	#recruitList &gt; dl {
		width: auto;
	}
}

.recruitTable {
	border-collapse: collapse;
	width: 100%;
	margin-top: 30px;
}
.recruitTable th,
.recruitTable td {
	border: 1px solid #666;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
}
.recruitTable th {
	vertical-align: middle;
	white-space: nowrap;
}

.photoList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 0;
	overflow: hidden;
}
.photoList p {
	width: calc(33.3333% - 20px);
	box-sizing: border-box;
	border: 1px solid #999;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	margin: 0 10px 15px 10px;
}
.photoList p img {
	display: block;
	border: 2px solid #FFF;
}

@media (max-width: 767px) {
	.photoList p {
		width: 100%;
		max-width: 700px;
	}
}

.doctorTablePC {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	margin-top: 20px;
}


.doctorTablePC th,
.doctorTablePC td {
	border: 1px solid #999;
	text-align: center;
	vertical-align: middle;
	color: #333;
	padding: 10px 2px;
	line-height: 1.4;
	box-sizing: border-box;
}

.doctorTablePC thead {
	background-color: #245174;
}
.doctorTablePC thead th {
	color: #FFF;
	text-align: center;
	font-weight: 600;
}
.doctorTablePC tbody th {
	color: #111;
	background-color: #D1E4F4;
	font-weight: 600;
}
.doctorTablePC tbody th.time {
	width: 5em;
}
.doctorTablePC tbody th.title {
	width: 8em;
}
.doctorTablePC td {
	background-color: #FFF;
	width: 13%;
}
.doctorTablePC td span {
	font-size: 11px;
}
.doctorTableSP {
	display: none;
}


@media (max-width: 767px) {
	.doctorTablePC {
		display: none;
	}
	.doctorTableSP {
		width: 100%;
		border-collapse: collapse;
		font-size: 12px;
		display: table;
		margin-top: 20px;
	}


	.doctorTableSP th,
	.doctorTableSP td {
		border: 1px solid #999;
		text-align: center;
		vertical-align: middle;
		color: #333;
		padding: 10px 2px;
		line-height: 1.4;
		box-sizing: border-box;
	}

	.doctorTableSP thead {
		background-color: #1C3E58;
	}
	.doctorTableSP thead th {
		color: #FFF;
		text-align: center;
		font-weight: 600;
	}
	.doctorTableSP tbody th {
		color: #111;
		background-color: #D1E4F4;
		font-weight: 600;
	}
	.doctorTableSP tbody th.time {
	}
	.doctorTableSP tbody th.title {
	}
	.doctorTableSP td {
		background-color: #FFF;
	}
	.doctorTableSP td span {
		font-size: 10px;
	}
}

p.cap {
	margin-top: 5px;
	font-size: 14px;
}

.row.article_detail {
	display: block !important;
}

.formBtn {
	display: flex;
	justify-content: center;
	padding: 55px 0;
}

.formBtn a {
	border: 1px solid #245174;
	padding: 10px 15px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	background-color: #245174;
	color: #FFF;
	font-size: 1.8rem;
	transition: all 0.3s;
}
.formBtn a:hover {
	background-color: #FFF;
	color: #245174;
}

.formBtn2 {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}

.formBtn2 a {
	border: 1px solid #245174;
	padding: 10px 15px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	background-color: #245174;
	color: #FFF;
	font-size: 1.8rem;
	transition: all 0.3s;
}
.formBtn2 a:hover {
	background-color: #FFF;
	color: #245174;
}

	.doctorTableSP2 th,
	.doctorTableSP2 td {
		border: 1px solid #999;
		text-align: center;
		vertical-align: middle;
		color: #333;
		padding: 10px 2px;
		line-height: 1.4;
		box-sizing: border-box;
	}
</pre></body></html>