@charset "utf-8";
/*
Theme Name: aipricom
Author: aipricom
*/
/* ==================================================
reset
================================================== */
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5;
	background-color: #FFFFFF;
	color: #323232;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: top;
}
li,
dt,
dd {
	line-height: 1.5;
}
table {
	font-size: 100%;
	line-height: 1.5;
	border-collapse: collapse;
	border-spacing: 0;
}
form,
input,
select {
	font-size: 100%;
}
a {
	text-decoration: underline;
	transition-duration: 0.1s;
}
a:link,
a:visited {
	color: #284b66;
	background-color: transparent;
}
::placeholder {
	color: #b3b3b3;
}
.sp_only {
	display: none;
}
body,
#contents input[type="submit"],
#contents input[type="button"],
#contents input[type="text"],
#contents textarea,
#contents select,
body.mceContentBody {
	font-family: "Noto Sans JP", sans-serif;
}
/* ==================================================
layout
================================================== */
header,
main,
footer {
	width: 100%;
	min-width: 1200px;
	clear: both;
}
#title,
#pnavi,
#main,
#top_news,
#top_search,
#top_menu,
#footer,
#flink {
	width: 1180px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
#header {
	padding: 10px 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sp_menu {
	display: none;
}
/* hlogo
--------------------------- */
#hlogo a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
#hlogo h1,
#hlogo a {
	display: block;
	font-size: 113%;
	font-weight: 700;
	line-height: 1.6;
	color: #284b66;
	padding: 5px 0 5px 65px;
	background: url("img/header/hlogo.png") no-repeat left center / auto 74px;
}
#hlogo h1 span,
#hlogo a span {
	display: block;
	font-size: 138%;
}
/* snavi
--------------------------- */
#snavi {
	margin-bottom: 10px;
	text-align: right;
}
#snavi a {
	display: inline-block;
	padding: 3px 40px;
	text-decoration: none;
	color: #ffffff;
	background-color: #284b66;
}
/* gnavi
--------------------------- */
#gnavi ul {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#gnavi li {
	position: relative;
	line-height: 1.3;
}
#gnavi li::after {
	content: "";
	position: absolute;
	right: -1px;
	top: 5px;
	bottom: 5px;
	width: 2px;
	background-color: #00967f;
}
#gnavi li:last-of-type::after {
	content: none;
}
#gnavi li a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #323232;
	font-weight: 500;
}
/* ==================================================
main
================================================== */
#main {
	margin-bottom: 50px;
}
/* title
--------------------------- */
#wrap_title {
	background: url("img/contents/title_bg.jpg") no-repeat center center #d7e9f4;
}
#title {
	padding: 65px 0 30px;
}
#title h1,
#title p.ttl {
	margin: 0;
	font-size: 219%;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	color: #284b66;
}
/* pnavi
--------------------------- */
#pnavi {
	padding: 5px 0;
}
#pnavi span {
	margin: 0 0.5em;
}
/* ==================================================
footer
================================================== */
/* flink
--------------------------- */
#wrap_flink {
	background-color: #e7f4e6;
	padding: 25px 0;
}
#flink ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	gap: 12px;
}
#flink li a {
	display: block;
	text-decoration: none;
	color: inherit;
	background-color: #ffffff;
	width: 226px;
	min-height: 61px;
}
#flink li a p.img {
	width: auto;
	height: 61px;
	transition-duration: 0.1s;
}
#flink li a p.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#flink li a div.ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 224px;
	min-height: 59px;
	border: 1px solid #aaaaaa;
	padding: 2px 10px;
	box-sizing: border-box;
	font-size: 114%;
	font-weight: 500;
	line-height: 1.3;
	transition-duration: 0.1s;
}
#flink li a div.ttl p {
	word-break: break-word;
}
/* footer
--------------------------- */
#wrap_footer {
	padding: 30px 0;
}
#footer {
	display: flex;
	justify-content: space-between;
}
#finfo p {
	line-height: 1.7;
}
#finfo p.flogo {
	display: block;
	font-size: 113%;
	font-weight: 700;
	line-height: 1.6;
	color: #284b66;
	padding: 5px 0 5px 65px;
	margin: 0 0 25px;
	background: url("img/footer/flogo.png") no-repeat left center / auto 74px;
}
#finfo p.flogo span {
	display: block;
	font-size: 138%;
}
/* fnavi
--------------------------- */
#fnavi {
	display: flex;
	margin: 25px 0 0;
}
#fnavi ul {
	margin: 0 3em;
	list-style: none;
}
#fnavi li {
	margin: 0.2em 0;
}
#fnavi li a {
	color: inherit;
	text-decoration: none;
	position: relative;
}
/* fcopy
--------------------------- */
#fcopy {
	padding: 5px 0;
	color: #ffffff;
	background-color: #004152;
	text-align: center;
}
/* pagetop
--------------------------- */
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #004152;
	border: 1px solid #ffffff;
	opacity: 0.8;
	transition-duration: 0.3s;
	position: relative;
}
#pagetop a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 12px;
	height: 12px;
	border-top: #fff 2px solid;
	border-left: #fff 2px solid;
	transform: translate(-50%, -20%) rotate(45deg);
}
/* ==================================================
contents
================================================== */
#contents a[target="_blank"]::after {
	margin: 0 5px;
	content: url(img/admin/exlink.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a.eximg::after {
	content: none;
}
#contents a.icon_link::after {
	margin: 0 5px;
	content: url(img/admin/link.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a.icon_pdf::after,
#contents a[href$=".pdf"]::after {
	margin: 0 5px;
	content: url(img/admin/pdf.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a[href$=".xlsx"]::after,
#contents a[href$=".xls"]::after {
	margin: 0 5px;
	content: url(img/admin/xls.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a[href$=".docx"]::after,
#contents a[href$=".doc"]::after {
	margin: 0 5px;
	content: url(img/admin/doc.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents img {
	max-width: 100%;
}
#contents table img {
	max-width: inherit;
}
#contents iframe {
	border: none;
}
#contents #contents_top {
	margin-bottom: 50px;
}
#contents p {
	margin-bottom: 0.8em;
}
#contents p.update {
	margin: 1.5em 0 0.5em;
	color: #284b66;
	font-weight: 600;
}
#contents p.membercat {
	margin: -1.5em 0 2.4em;
	color: #284b66;
	font-weight: 600;
	font-size: 94%;
}
#contents p.membercat a {
	display: inline-block;
	padding: 4px 40px;
	background-color: #284b66;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
#contents h1 {
	clear: both;
	margin: 0 0 1.5em;
	padding: 8px 10px;
	border-top: 1px solid #284b66;
	border-bottom: 1px solid #284b66;
	line-height: 1.3;
	font-size: 156%;
	font-weight: 600;
	color: #284b66;
}
#contents h2 {
	clear: both;
	margin: 1.5em 0 0.8em;
	padding: 3px 0 5px 15px;
	background: url("img/contents/h2_bg.png") no-repeat left top;
	border-bottom: 2px solid #284b66;
	line-height: 1.3;
	font-size: 156%;
	font-weight: 600;
	color: #284b66;
}
#contents h3 {
	margin: 1.5em 0 0.8em;
	padding: 8px 0 4px 20px;
	background: url("img/contents/h3_bg.png") no-repeat left top;
	line-height: 1.3;
	font-size: 150%;
	font-weight: 600;
}
#contents h4 {
	margin: 1.5em 0 0.8em;
	font-size: 120%;
	font-weight: 600;
	color: #00967f;
}
#contents ul {
	margin: 0 0 0.8em 1.5em;
	list-style: none;
}
#contents ul ul {
	margin: 0 0 0 1em;
}
#contents ul li {
	margin: 0.4em 0;
	position: relative;
}
#contents ul:not([class]) li::before {
	content: "";
	display: block;
	position: absolute;
	left: -1em;
	top: 0.5em;
	width: 0.6em;
	height: 0.6em;
	background-color: #888;
	border-radius: 50%;
}
#contents ol {
	margin: 0 0 0.8em 2.2em;
	list-style: none;
	counter-reset: cnt;
}
#contents ol ol,
#contents ol ol ol {
	margin: 0 0 0 1em;
	counter-reset: cnt;
}
#contents ol > li,
#contents ol ol > li,
#contents ol ol ol > li {
	margin: 0.4em 0;
	counter-increment: cnt;
	position: relative;
}
#contents ol li:before {
	position: absolute;
	display: block;
	width: 2em;
	left: -2.5em;
	top: 0.2em;
	content: counter(cnt) ".";
	line-height: 1;
	text-align: right;
}
#contents ol ol li:before {
	position: absolute;
	display: block;
	width: 2em;
	left: -2.5em;
	top: 0.2em;
	content: "(" counter(cnt) ") ";
	line-height: 1;
	text-align: right;
}
#contents ol ol ol li:before {
	position: absolute;
	display: block;
	width: 1.2em;
	height: 1.2em;
	left: -2em;
	top: 0.4em;
	content: counter(cnt);
	border: #211613 1px solid;
	border-radius: 50%;
	font-size: 70%;
	line-height: 1.2;
	text-align: center;
}
#contents input[type="submit"],
#contents input[type="button"] {
	margin: 0 5px;
	padding: 12px 5em;
	border-style: none;
	background-color: #284b66;
	color: #FFFFFF;
	font-weight: 500;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.1s;
}
#contents input[type="text"],
#contents textarea,
#contents select {
	font-size: 100%;
	border: #ddd 1px solid;
	padding: 5px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0;
	color: inherit;
}
/* table
--------------------------- */
#contents table {
	margin: 1.5em 0;
}
#contents table th,
#contents table td {
	padding: 15px 20px;
	border: 1px solid #000000;
	vertical-align: top;
}
#contents table th {
	color: #284b66;
	background-color: #d7e9f4;
	text-align: left;
	font-weight: 600;
}
#contents table p,
#contents table ul,
#contents table ol,
#contents table ul li,
#contents table ol li {
	margin-top: 0;
	margin-bottom: 0;
}
/* form_table
--------------------------- */
#contents form.contact {
	padding: 10px 50px;
	background-color: #f8f8f8;
}
#contents table.form_table {
	width: 100%;
}
#contents table.form_table th,
#contents table.form_table td {
	padding: 10px 0;
	border: none;
}
#contents table.form_table th {
	width: 25%;
	padding-right: 1em;
	background: none;
	text-align: right;
	vertical-align: middle;
}
#contents table.form_table th span::before {
	content: "※";
	margin-right: 0.2em;
	color: #ff0000;
}
#contents table.form_table textarea {
	width: 100%;
}
#contents table.form_table input[type="checkbox"],
#contents table.form_table input[type="radio"] {
	margin-right: 5px;
}
#contents table.form_table label {
	margin-right: 30px;
}
/* form_btn
--------------------------- */
#contents .form_btn {
	margin: 30px 0;
	text-align: center;
}
/* backblog
--------------------------- */
#contents div.backblog {
	clear: both;
	padding: 50px 0 0;
}
#contents div.backblog p {
	margin: 0;
	padding: 20px 0 0;
	border-top: 2px solid #004152;
	text-align: center;
}
#contents div.backblog a {
	margin: 0 5px;
	padding: 5px 30px;
	border: 2px solid #004152;
	color: #004152;
	text-decoration: none;
	display: inline-block;
}
#contents div.backblog a[rel="prev"],
#contents div.backblog a[rel="next"] {
	padding: 5px 20px;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 1.5em 0;
	list-style: none;
}
#contents ul.archive_list li {
	margin: 0;
	padding: 15px 20px;
	box-sizing: border-box;
	border-bottom: #CCCCCC 1px dotted;
	display: flex;
}
#contents ul.archive_list li p.date {
	width: 10em;
	margin: 0;
}
#contents ul.archive_list li p.cat {
	width: 10em;
	margin: 0;
}
#contents ul.archive_list li p.cat span {
	width: 9em;
	display: inline-block;
	color: #ffffff;
	font-size: 94%;
	background-color: #284b66;
	text-align: center;
	padding: 1px;
}
#contents ul.archive_list li p.ttl {
	margin: 0;
	flex: 1;
}
/* news_cat
--------------------------- */
#contents ul.news_cat {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 0 25px;
}
#contents ul.news_cat li {
	text-align: center;
	flex-grow: 1;
	margin: 0;
	padding: 5px;
}
#contents ul.news_cat li a {
	display: block;
	color: #284b66;
	padding: 10px 5px;
	border: 1px solid #284b66;
	font-weight: 600;
	text-decoration: none;
}
#contents ul.news_cat li.active a {
	color: #ffffff;
	background-color: #284b66;
}
/* link_list
--------------------------- */
#contents ul.link_list {
	margin-left: 3em;
}
#contents ul.link_list li {
	position: relative;
}
#contents ul.link_list li.child {
	margin-left: 1em;
}
#contents ul.link_list li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-top: solid 2px #aaa;
	border-right: solid 2px #aaa;
	display: block;
	position: absolute;
	top: 0.6em;
	left: -1em;
	transform: rotate(45deg);
}
/* hospital_form
--------------------------- */
#hospital_form {
	margin: 2em 0 0;
	padding: 20px 40px;
	border: #00967f 2px solid;
}
#hospital_form form {
	display: flex;
	flex-wrap: wrap;
}
#hospital_form h3 {
	width: 17%;
	margin: 25px 0 0;
	padding: 0;
	color: #004152;
	background: none;
	font-size: 100%;
	font-weight: bold;
}
#hospital_form p.text {
	width: 83%;
	margin: 15px 0;
}
#hospital_form p.text input {
	width: 50%;
	margin: 5px 1%;
	border-color: #aaa;
}
#hospital_form ul {
	width: 83%;
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
#hospital_form ul li {
	width: 31%;
	margin: 5px 1%;
}
#contents #hospital_form ul li::before {
	content: none;
}
#hospital_form ul li label {
	display: block;
	padding: 5px 15px;
	background-color: #e7f4e6;
	border: #eef7ff 2px solid;
	border-radius: 3px;
	font-size: 100%;
	cursor: pointer;
}
#hospital_form input[type="radio"],
#hospital_form input[type="checkbox"] {
	width: 15px;
	margin-right: 0.5em;
}
#hospital_form label:has(input:checked) {
	border-color: #3EA5AB;
}
#hospital_form p.btn {
	width: 100%;
	margin: 40px 0 20px;
	text-align: center;
}
#hospital_form p.btn input[type="submit"] {
	width: 25%;
}
/* hospital_result
--------------------------- */
#hospital_result div.cond {
	margin-bottom: 1.5em;
	padding: 20px 30px;
	background-color: #f7f7f7;
}
#hospital_result div.cond p {
	display: inline-block;
	margin: 10px 1.5em 10px 0;
	font-weight: 600;
}
#hospital_result div.cond p small {
	display: inline-block;
	margin-right: 1em;
	padding: 0 5px;
	border: #555 1px solid;
	color: #555;
	font-weight: normal;
	line-height: 1.6;
}
#hospital_result div.cond p span {
	color: #555;
	font-weight: normal;
}
#hospital_result ul.hospital_list {
	margin: 2.5em 0;
	list-style: none;
	border-top: #ccc 1px dotted;
}
#hospital_result ul.hospital_list li {
	margin: 0;
	display: flex;
	border-bottom: #ccc 1px dotted;
}
#hospital_result ul.hospital_list p {
	margin: 15px 1em;
}
#hospital_result ul.hospital_list p.ttl {
	width: 30em;
}
#hospital_result ul.hospital_list p.addr {
	flex: 1;
}
#hospital_result ul.hospital_list p.tel {
	width: 10em;
}
/* hospital_table
--------------------------- */
#contents table.hospital_table {
	width: 100%;
}
#contents table.hospital_table th {
	width: 20%;
}
/* h1.hospital
--------------------------- */
#contents h1.hospital {
	margin-bottom: 0.8em;
}
/* hospital_sub
--------------------------- */
#contents p.hospital_sub {
	display: inline-block;
	margin: 0 0.5em 0 0;
	padding: 0 5px;
	border: #284b66 1px solid;
	color: #284b66;
	font-weight: 500;
	line-height: 1.6;
}
/* hospital_map
--------------------------- */
#contents p.hospital_map iframe {
	width: 100%;
	height: 400px;
}
/* ==================================================
style class
================================================== */
/* layout_table
--------------------------- */
#contents table.layout_table {
	width: 100%;
	margin: 0;
}
#contents table.layout_table > tbody > tr > td {
	padding: 0 20px;
	background: none;
	border: none;
	vertical-align: top;
}
#contents table.layout_table > tbody > tr > td:first-child {
	padding-left: 0;
}
#contents table.layout_table > tbody > tr > td:last-child {
	padding-right: 0;
}
#contents table.layout_table td > h2:first-child,
#contents table.layout_table td > h3:first-child,
#contents table.layout_table td > h4:first-child,
#contents table.layout_table td > table:first-child {
	margin-top: 1em;
}
#contents table.layout_table > tbody > tr > td > p,
#contents table.layout_table > tbody > tr > td > ul,
#contents table.layout_table > tbody > tr > td > ol {
	margin-bottom: 0.8em;
}
#contents table.layout_table > tbody > tr > td > ul li,
#contents table.layout_table > tbody > tr > td > ol li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
/* layout_table2
--------------------------- */
#contents table.layout_table2 > tbody > tr > td {
	padding: 5px;
	border: none;
	vertical-align: top;
	line-height: 1.3;
}
#contents table.layout_table2 > tbody > tr > td:first-child {
	padding-left: 0;
}
#contents table.layout_table2 > tbody > tr > td:last-child {
	padding-right: 0;
}
/* border_box
--------------------------- */
#contents .border_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 30px;
	border: #00967f 4px solid;
}
/* fill_box
--------------------------- */
#contents p.fill_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 30px;
	background-color: #e7f4e6;
}
#contents table.fill_box {
	clear: both;
	width: 100%;
	margin: 1.5em 0;
	border-collapse: separate;
	border-spacing: 20px;
}
#contents table.fill_box td {
	padding: 20px 30px;
	background-color: #e7f4e6;
	border: none;
	vertical-align: top;
}
#contents table.fill_box td h2:first-child,
#contents table.fill_box td h3:first-child,
#contents table.fill_box td h4:first-child,
#contents table.fill_box td table:first-child {
	margin-top: 0;
}
#contents table.fill_box > tbody > tr > td > p,
#contents table.fill_box > tbody > tr > td > ul,
#contents table.fill_box > tbody > tr > td > ol {
	margin-bottom: 0.8em;
}
#contents table.fill_box > tbody > tr > td > ul li,
#contents table.fill_box > tbody > tr > td > ol li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
/* link_btn
--------------------------- */
#contents a.link_btn {
	display: inline-block;
	margin: 10px;
	padding: 12px 5em 12px 4em;
	border: 2px solid #004152;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}
#contents a.link_btn::after {
	content: "▶";
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}
#contents a.link_btn:first-of-type {
	margin-left: 0;
}
#contents a.link_btn:last-of-type {
	margin-right: 0;
}
/* ==================================================
top
================================================== */
/* top_slide
--------------------------- */
#top_slide {
	margin-bottom: 35px;
}
#top_slide .splide__slide img {
	width: 1180px;
	height: 600px;
	object-fit: cover;
}
#top_slide .splide__pagination {
	position: static;
}
#top_slide .splide__pagination__page {
	width: 15px;
	height: 15px;
	margin: 30px 10px 0;
	border-radius: 0;
	opacity: 1;
}
#top_slide .splide__pagination__page.is-active {
	background-color: #00967f;
	transform: none;
}
/* top_news
--------------------------- */
#top_news {
	padding: 0 0 10px;
}
#top_news div.title {
	text-align: center;
	margin: 0 0 1em;
}
#top_news div.title h2 {
	display: inline-block;
	font-size: 188%;
	background: url("img/top/h2_bg.png") no-repeat right top;
	padding: 23px 48px 5px;
}
#top_news ul {
	margin: 0 40px 30px;
	list-style: none;
}
#top_news li {
	padding: 15px 20px 16px;
	box-sizing: border-box;
	display: flex;
	background: repeating-linear-gradient(90deg, #000000 0, #000000 3px, transparent 3px, transparent 9px) no-repeat left bottom / 100% 1px;
}
#top_news li p.date {
	width: 10em;
}
#top_news li p.ttl {
	flex: 1;
}
#top_news p.more {
	text-align: center;
}
#top_news p.more a {
	position: relative;
	display: inline-block;
	padding: 10px 75px;
	color: #ffffff;
	background-color: #284b66;
	text-decoration: none;
	font-weight: 500;
}
#top_news p.more a:after {
	content: "▶";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 70%;
}

/* top_search
--------------------------- */
#wra_top_search {
	background: url("img/top/search_bg.jpg") no-repeat center center;
	padding: 75px 0;
}
#top_search {
	padding: 75px 0;
}
#top_search h2 {
	display: inline-block;
	font-size: 188%;
	background: url("img/top/h2_bg2.png") no-repeat left top;
	padding: 15px 46px 15px;
	margin: 0 0 0.3em;
}
#top_search div.box {
	display: inline-block;
	background-color: #ffffff;
	border: 2px solid #00967f;
	padding: 30px 20px 25px;
}
#top_search div.hospital_search {
	padding: 0 40px;
}
#top_search div.hospital_search input[type="text"],
#top_search div.hospital_search select {
	height: 2.5em;
	width: 385px;
	background-color: #ffffff;
	border: 1px solid #333333;
	padding: 0 15px;
	box-sizing: border-box;
	border-radius: 0;
	color: inherit;
	font-size: 100%;
}
#top_search div.hospital_search input[type="submit"] {
	height: 2.5em;
	padding: 0 85px;
	border-style: none;
	color: #ffffff;
	background-color: #284b66;
	font-weight: 500;
	vertical-align: top;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.2s;
}
#top_search div.hospital_search h3 {
	font-size: 100%;
	font-weight: 600;
	color: #284b66;
	margin: 0.8em 0 0.4em;
}
#top_search div.hospital_search p.btn {
	margin: 30px 0 0;
	text-align: center;
}
/* top_menu
--------------------------- */
#top_menu {
	padding: 10px 0 50px;
}
#top_menu ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
#top_menu ul li {
	margin: 30px 0;
}
#top_menu ul li a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 150px;
	text-decoration: none;
}
#top_menu ul li a p.img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #ffffff;
	background-color: #ffffff;
}
#top_menu ul li a p.img img {
	transition-duration: 0.1s;
}
#top_menu ul li a div.ttl {
	width: 400px;
	height: 150px;
	background: url("img/top/linkicon.png") no-repeat center right 20px;
	background-color: #d7e9f4;
	display: flex;
	align-items: center;
	border: 1px solid #d7e9f4;
	box-sizing: border-box;
	padding: 0 70px 0 100px;
	transition-duration: 0.2s;
}
#top_menu ul li a div.ttl p {
	font-size: 125%;
	font-weight: 500;
}
/* ==================================================
align
================================================== */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin: 0 30px 40px 0;
}
img.alignright {
	margin: 0 0 40px 30px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.clear {
	clear: both;
}
/* ==================================================
wp-caption
================================================== */
#contents .wp-caption-dd,
#contents p.wp-caption-text {
	margin: 0.2em 0;
	font-size: 90%;
	line-height: 1.3;
}
/* ==================================================
wp-pagenavi
================================================== */
.wp-pagenavi {
	clear: both;
	margin: 40px 0 0;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 2px;
	padding: 5px 15px;
	border: 1px solid #284b66;
	color: #284b66;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi span.current {
	background-color: #284b66;
	color: #fff;
}
/* ==================================================
reCAPTCHA
================================================== */
.grecaptcha-badge {
	visibility: hidden;
}
/* ==================================================
mceContentBody
================================================== */
#contents.mceContentBody {
	width: 1180px !important;
	max-width: none !important;
}
body.mceContentBody {
	overflow: visible !important;
	background-image: none !important;
	background-color: #FFFFFF !important;
}
body.mceContentBody div {
	border: #80FF80 1px dashed;
}
body.mceContentBody p {
	border: #80FFFF 1px dashed;
}
body.mceContentBody th,
body.mceContentBody td {
	font-size: 100%;
}
body.mceContentBody table.layout_table > tbody > tr > th,
body.mceContentBody table.layout_table > tbody > tr > td {
	border: #C0C0C0 1px dashed !important;
}
body.mceContentBody .mce-resize-bar {
	display: none !important;
}
/* ==================================================
float_clear
================================================== */
#contents,
.float_clear {
	display: flow-root;
}
/* ==================================================
hover
================================================== */
@media (hover: hover) {
	a:hover,
	a:active {
		font-weight: 600;
	}
	#snavi a:hover {
		background-color: #00967f;
	}
	#gnavi li a:hover {
		color: #284b66;
		font-weight: 600;
	}
	#fnavi li a:hover {
		text-decoration: underline;
	}
	#flink li a:hover p.img,
	#flink li a:hover div.ttl {
		opacity: 0.7;
	}
	#pagetop a:hover {
		opacity: 1;
	}
	#top_news p.more a:hover,
	#top_search div.hospital_search input[type="submit"]:hover,
	#contents input[type="submit"]:hover,
	#contents input[type="button"]:hover,
	#contents p.membercat a:hover {
		background-color: #00967f;
	}
	#top_menu ul li a:hover p.img img {
		opacity: 1.0;
	}
	#top_menu ul li a:hover div.ttl {
		background: url("img/top/linkicon_on.png") no-repeat center right 20px;
		background-color: #d7e9f4;
		border-color: #284b66;
	}
	#top_menu ul li a:hover div.ttl p {
		font-weight: 600;
	}
	#contents ul.news_cat li a:hover {
		color: #ffffff;
		background-color: #284b66;
	}
	#contents div.backblog a:hover,
	#contents a.link_btn:hover {
		background-color: #004152;
		color: #fff;
	}
	.wp-pagenavi a:hover {
		background-color: #004152;
		color: #fff;
		font-weight: normal;
	}
}