@charset "utf-8";
/*
Theme Name: aipricom
Author: aipricom
*/
/* ==================================================
reset
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap') screen and (min-width : 480px);
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 {
	outline: none;
	text-decoration: underline;
	transition-duration: 0.1s;
}
a:link,
a:visited {
	color: #114fa1;
	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,
#wrap_main,
#top_main,
footer {
	width: 100%;
	min-width: 1200px;
	clear: both;
}
#title,
#pnavi,
#main,
#top_important_news,
#top_clinic,
#top_menu,
#top_news,
#top_links,
#flinks,
#footer {
	width: 1180px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
#header {
	padding: 10px 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#hlogo {
	flex: 1;
}
#hlogo {
	font-size: 125%;
	font-weight: bold;
}
#hlogo h1,
#hlogo a {
	color: inherit;
	font-size: 100%;
	text-decoration: none;
	line-height: 1.4;
	display: inline-block;
}
#hlogo strong {
	margin-left: 0.1em;
	font-size: 120%;
}
#hlogo span {
	display: block;
	color: #6DA142;
	font-size: 80%;
}
/* hnavi
--------------------------- */
#hnavi {
	width: 155px;
}
#hnavi ul {
	margin: 0;
	list-style: none;
}
#hnavi li {
	padding: 3px 0;
}
#hnavi li a {
	display: block;
	color: #ffffff;
	background-color: #6da142;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	padding: 5px;
}
#hnavi li.contact a {
	background-color: #114fa1;
}
#sp_menu {
	display: none;
}
/* ==================================================
gnavi
================================================== */
#gnavi {}
#gnavi > ul {
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-left: 1px dashed #808080;
}
#gnavi > ul > li {
	border-right: 1px dashed #808080;
	color: #323232;
	transition-duration: 0.2s;
}
#gnavi > ul > li > a {
	position: relative;
	display: block;
	padding: 43px 28px 7px;
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	transition-duration: 0.2s;
}
#gnavi > ul > li:nth-of-type(1) > a {
	background: url("img/header/gnavi_bg1.png") no-repeat center top 5px;
	background-size: auto 33px;
}
#gnavi > ul > li:nth-of-type(2) > a {
	background: url("img/header/gnavi_bg2.png") no-repeat center top 5px;
	background-size: auto 33px;
}
#gnavi > ul > li:nth-of-type(3) > a {
	background: url("img/header/gnavi_bg3.png") no-repeat center top 5px;
	background-size: auto 33px;
}
#gnavi > ul > li:nth-of-type(4) > a {
	background: url("img/header/gnavi_bg4.png") no-repeat center top 2px;
	background-size: auto 38px;
}
#gnavi > ul > li > a::after {
	content: "";
	position: absolute;
	z-index: 35;
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
	width: 20px;
	height: 16px;
	background: url("img/header/gnavi_arrow.png") no-repeat center bottom;
	background-size: auto 0;
	transition-duration: 0.2s;
}
#gnavi > ul > li.home > a::after {
	content: none;
}
/* child
--------------------------- */
#gnavi div.children {
	display: flex;
	background-color: #f4f2eb;
	white-space: nowrap;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 30;
	top: 87px;
	padding: 30px;
	justify-content: center;
	border-top: 12px solid #ffffff;
	transition-duration: 0.2s;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
#gnavi div.children div.title {
	width: 180px;
	border-right: 1px dashed #000000;
	padding: 2px 30px 0 10px;
}
#gnavi div.children div.title a {
	text-align: center;
	font-size: 110%;
	font-weight: 600;
	color: #323232;
	text-decoration: none;
	text-wrap: auto;
}
#gnavi div.children ul.child {
	width: 1060px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
#gnavi div.children ul.child > li {
	width: 29.8%;
	line-height: 1.3;
	padding: 0 0.5% 10px 3%;
}
#gnavi div.children ul.child > li > a {
	display: block;
	color: #323232;
	font-size: 100%;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	padding: 5px 0 5px 15px;
	margin: 0 0 0.4em;
	position: relative;
	text-wrap: auto;
}
#gnavi div.children ul.child > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	border-left: solid 6px #6da142;
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
	transition-duration: 0.1s;
}
/* ==================================================
main
================================================== */
#wrap_main {
	padding-bottom: 50px;
}
/* title
--------------------------- */
#wrap_title {
	background: url("img/contents/title_bg.png") no-repeat center bottom #f4f2eb;
}
#title {
	padding: 80px 0px 65px;
}
#title h1,
#title p.ttl {
	margin: 0;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #754c24;
	text-shadow: 0 0 5px #f4f2eb, 0 0 5px #f4f2eb, 0 0 5px #f4f2eb, 0 0 5px #f4f2eb, 0 0 5px #f4f2eb, 0 0 5px #f4f2eb, 0 0 5px #f4f2eb, 0 0 5px #f4f2eb, 0 0 5px #f4f2eb, 0 0 5px #f4f2eb;
}
/* pnavi
--------------------------- */
#pnavi {
	padding: 5px 0;
}
#pnavi span {
	margin: 0 0.5em;
}
/* ==================================================
footer
================================================== */
#wrap_footer {
	padding: 20px 0 40px;
	border-top: #839d6c 1px solid;
}
#footer {
	display: flex;
	justify-content: space-between;
}
/* finfo
--------------------------- */
#finfo {
	padding: 10px 0;
}
#flogo {
	margin: 0 0 15px;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
	display: inline-block;
}
#flogo strong {
	margin-left: 0.1em;
	font-size: 120%;
}
#flogo span {
	display: block;
	color: #6DA142;
	font-size: 80%;
}
/* fnavi
--------------------------- */
#fnavi {
	display: flex;
	justify-content: center;
}
#fnavi ul {
	margin: 0 3em;
	list-style: none;
}
#fnavi li {
	margin: 0.5em 0;
	line-height: 1.3;
}
#fnavi li a {
	display: inline-block;
	color: inherit;
	font-size: 94%;
	text-decoration: none;
	position: relative;
}
#fnavi li.child a {
	padding: 0 0 0 20px;
}
#fnavi li.child a::before {
	display: block;
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	border-left: solid 6px #114fa1;
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
}
/* flinks
--------------------------- */
#wrap_flinks {
	padding: 15px 0;
	background-color: #f2f2f2;
	border-bottom: 15px solid #839d6c;
}
#flinks ul {
	width: 1140px;
	margin: 0 auto;
	list-style: none;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}
#flinks ul li {
	margin: 5px 9px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
}
#flinks ul li a {
	display: block;
	transition-duration: 0.2s;
}
#flinks ul li a img {
	width: 170px;
	height: 50px;
	object-fit: contain;
}
/* pagetop
--------------------------- */
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#pagetop a {
	display: block;

	width: 50px;
	height: 50px;
	background-color: #114fa1;
	opacity: 0.8;
	transition-duration: 0.3s;
	text-indent: -9999px;
	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
================================================== */
#top_news a[target="_blank"]::after,
#contents a[target="_blank"]::after {
	margin: 0 5px;
	content: url(img/admin/exlink.png);
	vertical-align: -2px;
	line-height: 0.1;
}
#top_news a.icon_link::after,
#contents a.icon_link::after {
	margin: 0 5px;
	content: url(img/admin/link.png);
	vertical-align: -2px;
	line-height: 0.1;
}
#top_news a.icon_pdf::after,
#top_news a[href$=".pdf"]::after,
#contents a.icon_pdf::after,
#contents a[href$=".pdf"]::after {
	margin: 0 5px;
	content: url(img/admin/pdf.png);
	vertical-align: -2px;
	line-height: 0.1;
}
#top_news a.icon_xls::after,
#top_news a[href$=".xlsx"]::after,
#top_news a[href$=".xls"]::after,
#contents a.icon_xls::after,
#contents a[href$=".xlsx"]::after,
#contents a[href$=".xls"]::after {
	margin: 0 5px;
	content: url(img/admin/xls.png);
	vertical-align: -2px;
	line-height: 0.1;
}
#top_news a.icon_doc::after,
#top_news a[href$=".docx"]::after,
#top_news a[href$=".doc"]::after,
#contents a.icon_doc::after,
#contents a[href$=".docx"]::after,
#contents a[href$=".doc"]::after {
	margin: 0 5px;
	content: url(img/admin/doc.png);
	vertical-align: -2px;
	line-height: 0.1;
}
#contents a.link_btn[href$=".pdf"]::after,
#contents a.link_btn[href$=".xlsx"]::after,
#contents a.link_btn[href$=".xls"]::after,
#contents a.link_btn[href$=".docx"]::after,
#contents a.link_btn[href$=".doc"]::after {
	content: none;
}
#contents a.eximg::after {
	content: none;
}
#contents img {
	max-width: 100%;
}
#contents table img {
	max-width: inherit;
}
#contents iframe {
	border: none;
}
#contents #contents_top {
	margin-bottom: 50px;
	font-size: 0.1%;
	line-height: 0.1;
	text-indent: -9999px;
}
#contents p {
	margin-bottom: 0.8em;
}
#contents p.update {
	margin: 0 0 0.2em;
	color: #114fa1;
	font-weight: 500;
}
#contents h1 {
	clear: both;
	margin: 0 0 1.5em;
	padding: 10px 20px;
	background-color: #f4f2eb;
	border: #114fa1 1px solid;
	line-height: 1.3;
	font-size: 160%;
	font-weight: 500;
}
#contents h2 {
	clear: both;
	margin: 1.5em 0 0.8em;
	padding: 0 0 18px 18px;
	background: url("img/contents/h2_bg.png") no-repeat left bottom;
	line-height: 1.3;
	font-size: 175%;
	font-weight: bold;
}
#contents h3 {
	margin: 1.5em 0 0.8em;
	padding: 0 0 0 23px;
	line-height: 1.3;
	font-size: 150%;
	font-weight: bold;
	background: url("img/contents/h3_bg.png") no-repeat left top 7px;
	background-size: auto 20px;
}
#contents h4 {
	margin: 1.5em 0 0.8em;
	color: #114fa1;
	font-size: 113%;
	font-weight: bold;
}
#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: #114fa1;
	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 60px;
	border-style: none;
	background-color: #6da142;
	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 #999999;
	vertical-align: top;
}
#contents table th {
	color: #839d6c;
	background-color: #f4f2eb;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}
#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: 30%;
	padding-right: 3em;
	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: #4d4d4d 1px solid;
	text-align: center;
}
#contents div.backblog a {
	margin: 0 5px;
	padding: 5px 30px;
	border: 1px solid #114fa1;
	color: #114fa1;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
}
/* 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: #888888 1px dotted;
	display: flex;
}
#contents ul.archive_list li.none {
	border: none;
}
#contents ul.archive_list li p {
	margin: 0;
}
#contents ul.archive_list li p.date {
	width: 10em;
}
#contents ul.archive_list li p.ttl {
	color: #888888;
	flex: 1;
}
#contents ul.archive_list li p.cat {
	width: 7em;
}
#contents ul.archive_list li p.cat span {
	display: inline-block;
	width: 6em;
	font-size: 90%;
	padding: 2px 4px;
	line-height: 1.3;
	text-align: center;
	color: #ffffff;
	background-color: #666666;
}
#contents ul.archive_list li p.cat span.c1 {
	background-color: #839d6c;
}
#contents ul.archive_list li p.cat span.c2 {
	background-color: #e14242;
}
#contents ul.archive_list li p.cat span.c3 {
	background-color: #db7631;
}
#contents ul.archive_list li p.cat span.c4 {
	background-color: #114fa1;
}
#contents ul.archive_list li p.cat span.c5 {
	background-color: #662d91;
}
/* zaitakunews */
#contents div.zaitakunews ul.news_cat li a {
	color: #839d6c;
}
#contents div.zaitakunews ul.news_cat li.active a,
#contents div.zaitakunews ul.news_cat li:hover a {
	color: #ffffff;
	background-color: #839d6c;
}
#contents ul.archive_list.zaitakunews li p.date {
	width: auto;
	margin: 0 1em 0 0;
}
#contents ul.archive_list.zaitakunews li p.cat {
	width: auto;
	margin: 0 1em 0 0;
}
#contents ul.archive_list.zaitakunews li p.cat span {
	width: auto;
	background-color: #839d6c;
}
/* download_list
--------------------------- */
#contents ul.download_list {
	margin: 1.5em 0;
	list-style: none;
}
#contents ul.download_list li span {
	width: 8em;
	display: inline-block;
}
/* news_cat
--------------------------- */
#contents ul.news_cat {
	display: flex;
	margin: 0 0 1.5em;
}
#contents ul.news_cat li {
	flex: 1;
	justify-content: center;
	border-bottom: 2px solid #808080;
	border-right: 1px solid #808080;
	cursor: pointer;
	transition-duration: 0.2s;
	margin: 0;
}
#contents ul.news_cat li:first-of-type {
	border-left: 1px solid #808080;
}
#contents ul.news_cat li a {
	display: block;
	padding: 3px 25px 2px;
	font-weight: 500;
	color: #666666;
	background-color: #ffffff;
	text-decoration: none;
	text-align: center;
}
#contents ul.news_cat li.c1 a {
	color: #839d6c;
}
#contents ul.news_cat li.c2 a {
	color: #e14242;
}
#contents ul.news_cat li.c3 a {
	color: #db7631;
}
#contents ul.news_cat li.c4 a {
	color: #114fa1;
}
#contents ul.news_cat li.c5 a {
	color: #662d91;
}
#contents ul.news_cat li.active a,
#contents ul.news_cat li:hover a {
	color: #ffffff;
	background-color: #666666;
}
#contents ul.news_cat li.c1.active a,
#contents ul.news_cat li.c1:hover a {
	background-color: #839d6c;
}
#contents ul.news_cat li.c2.active a,
#contents ul.news_cat li.c2:hover a {
	background-color: #e14242;
}
#contents ul.news_cat li.c3.active,
#contents ul.news_cat li.c3:hover a {
	background-color: #db7631;
}
#contents ul.news_cat li.c4.active a,
#contents ul.news_cat li.c4:hover a {
	background-color: #114fa1;
}
#contents ul.news_cat li.c5.active a,
#contents ul.news_cat li.c5:hover a {
	background-color: #662d91;
}
/* 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;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* archive_list
--------------------------- */
#contents ul.child_list {
	margin: 3em 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
#contents ul.child_list li {
	width: 550px;
	margin: 0 0 0 80px;
}
#contents ul.child_list li:nth-of-type(2n+1) {
	margin: 0;
}
#contents ul.child_list li a {
	display: block;
	margin: 0;
	padding: 25px 40px 25px 20px;
	box-sizing: border-box;
	height: 100%;
	border-bottom: 1px dotted #888888;
	text-decoration: none;
	background: url("img/contents/child_icon.png") no-repeat right 10px center;
	background-size: auto 20px;
}
#contents ul.child_list li:nth-of-type(-n+2) a {
	border-top: 1px dotted #888888;
}
#contents ul.child_list li p.ttl {
	margin: 0;
	color: #839d6c;
	font-size: 113%;
	font-weight: bold;
	line-height: 1.3;
}
#contents ul.child_list li p.desc {
	margin: 1.1em 0 0;
	color: #323232;
	font-weight: 500;
}
/* clinic_form
--------------------------- */
#clinic_form {
	margin: 2em 0 0;
	padding: 20px 40px;
	border: #6da142 1px solid;
}
#clinic_form form {
	display: flex;
	flex-wrap: wrap;
}
#clinic_form h3 {
	width: 14%;
	margin: 25px 0 0;
	padding: 0;
	color: #114fa1;
	background: none;
	font-size: 100%;
	font-weight: bold;
}
#clinic_form p.text {
	width: 83%;
	margin: 15px 0;
}
#clinic_form p.text input {
	width: 50%;
	margin: 5px 1%;
	border-color: #aaa;
}
#clinic_form ul {
	width: 86%;
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
#clinic_form ul li {
	width: 31%;
	margin: 5px 1%;
}
#contents #clinic_form ul li::before {
	content: none;
}
#clinic_form ul li label {
	display: block;
	padding: 5px 15px;
	background-color: #e9f4ff;
	border: #eef7ff 2px solid;
	border-radius: 3px;
	font-size: 100%;
	cursor: pointer;
}
#clinic_form input[type="radio"],
#clinic_form input[type="checkbox"] {
	width: 15px;
	margin-right: 0.5em;
}
#clinic_form label:has(input:checked) {
	border-color: #3EA5AB;
}
#clinic_form p.btn {
	width: 100%;
	margin: 40px 0 20px;
	text-align: center;
}
#clinic_form p.btn input[type="submit"] {
	width: 25%;
}
/* clinic_result
--------------------------- */
#clinic_result div.cond {
	margin-bottom: 1.5em;
	padding: 20px 30px;
	background-color: #f7f7f7;
}
#clinic_result div.cond p {
	display: inline-block;
	margin: 10px 1.5em 10px 0;
	font-weight: 600;
}
#clinic_result div.cond p small {
	display: inline-block;
	margin-right: 1em;
	padding: 0 5px;
	border: #555 1px solid;
	color: #555;
	font-size: 80%;
	font-weight: normal;
	line-height: 1.6;
}
#clinic_result div.cond p span {
	color: #555;
	font-weight: normal;
}
#clinic_result ul.clinic_list {
	margin: 2.5em 0;
	list-style: none;
	border-top: #ccc 1px dotted;
}
#clinic_result ul.clinic_list li {
	margin: 0;
	display: flex;
	border-bottom: #ccc 1px dotted;
}
#clinic_result ul.clinic_list p {
	margin: 15px 1em;
}
#clinic_result ul.clinic_list p.ttl {
	width: 15em;
}
#clinic_result ul.clinic_list p.postal {
	width: 6em;
}
#clinic_result ul.clinic_list p.addr {
	flex: 1;
}
#clinic_result ul.clinic_list p.tel {
	width: 10em;
}
/* clinic_table
--------------------------- */
#contents table.clinic_table {
	width: 100%;
}
#contents table.clinic_table th {
	width: 20%;
}
/* clinic_map
--------------------------- */
#contents p.clinic_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: #114fa1 4px solid;
}
/* fill_box
--------------------------- */
#contents p.fill_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 30px;
	background-color: #e9f4ff;
}
#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: #e9f4ff;
	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 {
	position: relative;
	display: inline-block;
	margin: 10px;
	padding: 10px 50px 10px 30px;
	background-color: #6da142;
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
}
#contents a.link_btn:first-of-type {
	margin-left: 0;
}
#contents a.link_btn:last-of-type {
	margin-right: 0;
}
#contents a.link_btn::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -3px 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ==================================================
top
================================================== */
/* top_mainimage
--------------------------- */
#top_mainimage {
	position: relative;
	margin: 0 0 50px;
}
#top_mainimage p.image {
	margin: 0 4%;
	border-radius: 20px;
	aspect-ratio: 9/4;
	overflow: hidden;
}
#top_mainimage p.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_mainimage p.text {
	position: absolute;
	z-index: 2;
	left: 2%;
	top: 30%;
	padding: 20px 5% 20px 5%;
	font-size: 250%;
	font-weight: bold;
	color: #ffffff;
	background-color: rgba(109, 161, 66, 0.8);
}
/* top_important_news
--------------------------- */
#top_important_news {
	display: flex;
	margin-bottom: 50px;
}
#top_important_news div.ttl {
	flex: 1;
	background-color: #114fa1;
	padding: 10px 25px;
	display: flex;
	align-items: center;
}
#top_important_news h2 {
	padding: 5px 0 5px 45px;
	color: #ffffff;
	font-size: 138%;
	background: url("img/top/important_news_icon.png") no-repeat left center;
	background-size: auto 32px;
}
#top_important_news ul {
	width: 910px;
	margin: 0;
	list-style: none;
	border: 1px solid #114fa1;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 5px;
}
#top_important_news li {
	width: 100%;
	padding: 5px 15px;
	box-sizing: border-box;
	display: flex;
}
#top_important_news li p.date {
	width: 10em;
}
#top_important_news li p.ttl {
	flex: 1;
}
/* top_clinic
--------------------------- */
#top_clinic {
	position: relative;
	display: flex;
	padding: 0 0 70px;
}
#top_clinic h2 {
	margin: 0;
	padding: 30px 35px 30px 80px;
	background: #6cb8c7 url("img/top/clinic_icon.png") no-repeat left 20px center;
	background-size: auto 50px;
	color: #ffffff;
	font-size: 150%;
	white-space: nowrap;
}
#top_clinic div.clinic_box {
	flex: 1;
	padding: 20px;
	background-color: #f4f2eb;
}
#top_clinic div.clinic_box form {
	display: flex;
	justify-content: space-around;
}
#top_clinic div.clinic_box p {
	margin: 10px 0;
}
#top_clinic div.clinic_box input[type="text"],
#top_clinic div.clinic_box select {
	height: 2.5em;
	border: #ddd 1px solid;
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0;
	color: inherit;
	font-size: 100%;
}
#top_clinic div.clinic_box input[type="submit"] {
	height: 2.5em;
	padding: 0 60px;
	border-style: none;
	background-color: #6da142;
	color: #FFFFFF;
	font-weight: 500;
	vertical-align: top;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.2s;
}
/* top_menu
--------------------------- */
#wrap_top_menu {
	padding: 40px 0;
	background-color: #f4f2eb;
}
#top_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_menu a {
	display: flex;
	width: 580px;
	color: #323232;
	border: 1px solid #6cb8c7;
	box-sizing: border-box;
	background-color: #ffffff;
	text-decoration: none;
	margin: 10px 0;
}
#top_menu a:nth-of-type(2n+1) {
}
#top_menu div.text {
	background: url("img/top/menu2_icon.png") no-repeat right 15px bottom 15px #ffffff;
	background-size: auto 30px;
	padding: 45px 20px 10px 30px;
	transition-duration: 0.1s;
}
#top_menu h2 {
	padding: 0 0 0 30px;
	margin: 0 0 1em 0;
	line-height: 1.3;
	font-size: 150%;
	font-weight: bold;
	background: url("img/top/h2_bg.png") no-repeat left top 5px;
	background-size: auto 25px;
}
#top_menu p.img {
	transition-duration: 0.2s;
}
/* top_news
--------------------------- */
#top_news {
	padding: 70px 0 50px;
	display: flex;
}
#top_news div.ttl {
	margin-right: 50px;
	padding-top: 50px;
}
#top_news div.cnt {
	flex: 1;
}
#top_news h2 {
	padding: 0 20px 1.5em 30px;
	background: url("img/top/h2_bg.png") no-repeat left top 4px;
	background-size: auto 30px;
	line-height: 1.3;
	font-size: 188%;
	font-weight: bold;
}
#top_news p.more {}
#top_news p.more a {
	display: block;
	border: 1px solid #6cb8c7;
	padding: 10px 40px 10px 30px;
	text-decoration: none;
	color: #323232;
	background: url("img/top/news_icon.png") no-repeat right 10px center;
	background-size: auto 20px;
}
#top_news ul.top_news_cat {
	display: flex;
	margin-bottom: 1em;
	justify-content: center;
	list-style: none;
}
#top_news ul.top_news_cat li {
	flex: 1;
	text-align: center;
	padding: 3px 10px 2px;
	font-weight: 500;
	color: #666666;
	background-color: #ffffff;
	border-bottom: 2px solid #808080;
	border-right: 1px solid #808080;
	cursor: pointer;
	transition-duration: 0.2s;
}
#top_news ul.top_news_cat li:first-of-type {
	border-left: 1px solid #808080;
}
#top_news ul.top_news_cat li.c1 {
	color: #839d6c;
}
#top_news ul.top_news_cat li.c2 {
	color: #e14242;
}
#top_news ul.top_news_cat li.c3 {
	color: #db7631;
}
#top_news ul.top_news_cat li.c4 {
	color: #114fa1;
}
#top_news ul.top_news_cat li.c5 {
	color: #662d91;
}
#top_news ul.top_news_cat li.active,
#top_news ul.top_news_cat li:hover {
	color: #ffffff;
	background-color: #666666;
}
#top_news ul.top_news_cat li.c1.active,
#top_news ul.top_news_cat li.c1:hover {
	background-color: #839d6c;
}
#top_news ul.top_news_cat li.c2.active,
#top_news ul.top_news_cat li.c2:hover {
	background-color: #e14242;
}
#top_news ul.top_news_cat li.c3.active,
#top_news ul.top_news_cat li.c3:hover {
	background-color: #db7631;
}
#top_news ul.top_news_cat li.c4.active,
#top_news ul.top_news_cat li.c4:hover {
	background-color: #114fa1;
}
#top_news ul.top_news_cat li.c5.active,
#top_news ul.top_news_cat li.c5:hover {
	background-color: #662d91;
}
#top_news div.top_news_list ul {
	display: none;
	margin: 0;
	list-style: none;
}
#top_news div.top_news_list ul#news_cat_all_list {
	display: block;
}
#top_news div.top_news_list li {
	padding: 15px 20px;
	box-sizing: border-box;
	border-bottom: #CCCCCC 1px dotted;
	display: flex;
}
#top_news div.top_news_list li.none {
	border: none;
}
#top_news div.top_news_list li p.date {
	width: 10em;
}
#top_news div.top_news_list li p.cat {
	width: 7em;
}
#top_news div.top_news_list li p.cat span {
	display: inline-block;
	width: 6em;
	font-size: 90%;
	padding: 2px 4px;
	line-height: 1.3;
	text-align: center;
	color: #ffffff;
	background-color: #666666;
}
#top_news div.top_news_list li p.cat span.c1 {
	background-color: #839d6c;
}
#top_news div.top_news_list li p.cat span.c2 {
	background-color: #e14242;
}
#top_news div.top_news_list li p.cat span.c3 {
	background-color: #db7631;
}
#top_news div.top_news_list li p.cat span.c4 {
	background-color: #114fa1;
}
#top_news div.top_news_list li p.cat span.c5 {
	background-color: #662d91;
}
#top_news div.top_news_list li p.ttl {
	flex: 1;
}
/* top_links
--------------------------- */
#top_links {}
#top_links ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
}
#top_links ul li {
	width: 286px;
	margin: 0 0 10px 12px;
}
#top_links ul li:nth-of-type(4n+1) {
	margin: 0 0 10px;
}
#top_links a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #114fa1;
	padding: 2px 35px 2px 15px;
	min-height: 70px;
	box-sizing: border-box;
	line-height: 1.3;
	font-weight: 500;
	background: url("img/top/link_icon.png") no-repeat right 10px center;
	background-size: auto 20px;
	text-decoration: none;
	color: #323232;
	transition-duration: 0.2s;
}
/* ==================================================
align
================================================== */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin: 0 30px 20px 0;
}
img.alignright {
	margin: 0 0 20px 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: 50px 0 0;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 2px;
	padding: 5px 15px;
	border: 1px solid #114fa1;
	color: #114fa1;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi span.current {
	background-color: #114fa1;
	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;
}
/* ==================================================
clearfix
================================================== */
#main::after,
#contents::after,
.float_clear::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0.1%;
	line-height: 0.1;
	clear: both;
	visibility: hidden;
}
/* ==================================================
hover
================================================== */
@media screen and (min-width : 480px) {
	a:hover,
	a:active {
		color: #839d6c;
	}
	#gnavi li a:hover,
	#gnavi div.children div.title a:hover,
	#gnavi div.children ul.child li a:hover,
	#top_news p.more a:hover,
	#top_menu a:hover h2,
	#top_links a:hover,
	#contents ul.child_list li a:hover p.ttl,
	#contents ul.download_list li:hover a,
	#contents ul.download_list li:hover p.date {
		color: #114fa1;
	}
	#gnavi li a:hover {
		background-color: rgba(255, 255, 255, 0.2);
	}
	#gnavi > ul > li:hover {
		color: #114fa1;
		background-size: auto 15px;
	}
	#gnavi > ul > li:hover > a::after {
		background-size: auto 16px;
	}
	#gnavi > ul > li:hover div.children {
		visibility: visible;
		opacity: 1;
	}
	#gnavi div.children ul.child > li > a:hover::before {
		border-left: solid 6px #114fa1;
	}
	#hnavi li a:hover,
	#flinks ul li a:hover,
	#top_menu a:hover p.img {
		opacity: 0.8;
	}
	#fnavi li a:hover {
		text-decoration: underline;
	}
	#pagetop a:hover {
		opacity: 1;
	}
	#top_news p.more a:hover {
		background: url("img/top/news_icon_on.png") no-repeat right 10px center;
		background-size: auto 20px;
		border-color: #114fa1;
	}
	#top_menu a:hover {
		border-color: #114fa1;
	}
	#top_menu a:hover div.text {
		background: url("img/top/menu2_icon_on.png") no-repeat right 15px bottom 15px #ffffff;
		background-size: auto 30px;
	}
	#contents ul.child_list li a:hover {
		background: url("img/contents/child_icon_on.png") no-repeat right 10px center;
		background-size: auto 20px;
		border-bottom: 1px solid #114fa1;
	}

	#top_clinic div.clinic_box input[type="submit"]:hover,
	#contents a.link_btn:hover,
	#contents input[type="submit"]:hover,
	#contents input[type="button"]:hover,
	#contents div.backblog a:hover,
	.wp-pagenavi a:hover {
		background-color: #114fa1;
		color: #fff;
	}
}