/* RESET */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	font-family: 'Noto Sans CJK JP', 'Noto Sans Japanese', 'Noto Sans JP', 'Noto SansJP', Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
}

/*
body{
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 2.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}



blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}



.forPC {
	display: block;
}

.forSP {
	display: none;
}

dl dt,
dl dd {
	font-size: 16px;
	line-height: 1.6;
}


h1 img {
	width: 100%;
	height: auto;
}

.slick-dots {
	bottom: 40px !important;
}

#topimg {
	position: relative;
	overflow: hidden;
	background: #fff;
	width: 1260px;
	height: 394px;
	margin: 0 auto 0;
}

.home #topimg {
	margin: 193px auto 0;
}

#topimg img {
	width: 100%;
	height: auto;
}

.topSlideBnr li {
	position: relative;
}

.pattern {
	position: absolute;
	top: 145px;
	/* 12vw */
	left: 85px;
	z-index: 5;
	font-size: 30px;
	/* 2.5vw */
	color: #ffffff;
	line-height: 1.4;
	text-shadow: 2px 2px 3px #fff, 1px 1px 3px #fff;
	text-shadow: -1px -1px 3px #fff, -2px -2px 3px #fff;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 600;
	font-style: normal;
	color: #3592f6;
}

.slide002 .pattern {
	top: 73px;
	left: 85px;
}

.nougaki {
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 700;
	color: #000;
	font-size: 16px;
	/* 1.3vw */
	line-height: 1.2;
}

.nougaki01 {
	position: absolute;
	top: 132px;
	left: 85px;
	z-index: 5;
}

.nougaki02 {
	position: absolute;
	top: 187px;
	left: 85px;
	z-index: 5;
}

.nougaki03 {
	position: absolute;
	top: 242px;
	left: 85px;
	z-index: 5;
}


/* モーダル */
.modal_trigger {
	margin: 100px auto;
	/*
  display: -webkit-box;
  display: flex;
  */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal_trigger li {
	border: 1px solid;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px;
	color: #216518;
	max-width: 100px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.modal_trigger li::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #216518;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	position: absolute;
	left: -20px;
	top: 100%;
	z-index: -1;
	opacity: 0;
}

.modal_trigger li:hover {
	color: #fff;
}

.modal_trigger li:hover::before {
	-webkit-animation: slideRightBg ease .2s forwards;
	animation: slideRightBg ease .2s forwards;
}

.modal_trigger li+li {
	margin-left: 20px;
}

@-webkit-keyframes slideRightBg {
	0% {
		opacity: 0;
		left: -50%;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes slideRightBg {
	0% {
		opacity: 0;
		left: -50%;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

.modal_box,
.modal_boxPC {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.modal_bg,
.modal_bgPC {
	background-color: rgba(30, 30, 30, 0.9);
	height: 100%;
	width: 100%;
}

.modal_inner {
	background-color: #f4f4f6;
	left: 35%;
	position: absolute;
	top: 10%;
	padding: 3em 2em 2em;
	width: 30vw;
	box-sizing: border-box;
}

.modal_close,
.modal_closePC {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 1.5rem;
}

.modal_block h3 {
	background: #46C4DB;
	color: #ffffff;
	margin-bottom: 0.5em;
	font-size: 1.2vw;
	text-align: center;
	line-height: 1.4;
	padding: 0.5em 1em;
}

.modal_block h3::before {
	font-family: "FontAwesome";
	content: "\f095";
	margin-right: 0.8em;
	display: inline-block;
	transform: scale(1.5, 1.5);
}

.modal_block dl {
	overflow: hidden;
	margin: 1.5em 0 0 0;
}

.modal_block dt {
	width: 30%;
	font-size: 1.2vw;
	float: left;
	padding: 0.4em;
	background: #aaaaaa;
	color: #ffffff;
	text-align: center;
}

.modal_block dd {
	width: 60%;
	font-size: 2.2vw;
	float: right;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
}

.modal_block p {
	font-size: 1.0vw;
	margin: 0.5em 0 0 0;
}

article {
	width: 1300px;
	margin: 0 auto;
	background: #fff;
}


header {
	width: 100%;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

header::before {
	content: '';
	display: block;
	width: 1260px;
	height: 5px;
	background: #5a8bc8;
	margin: 0 auto;
}

.headerContent {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	height: 108px;
	background: #fff;
}

.scroll-nav .headerContent {
	height: 74px;
}

.headerContent h1 {
	position: absolute;
	top: 32px;
	left: 50px;
	width: 220px;
	height: 46px;
	margin: 0 auto;
	transition: all 0.3s ease;
}

.scroll-nav .headerContent h1 {
	top: 10px;
}

.headerContent h1 img {
	width: 100%;
	height: auto;
}

figure.headTel {
	position: absolute;
	top: 29px;
	left: 305px;
	width: 314px;
	height: 48px;
	margin: 0 auto;
	transition: all 0.3s ease;
}

.scroll-nav figure.headTel {
	top: 7px;
}

ul.petitLink {
	position: absolute;
	top: 24px;
	right: 55px;
	width: 90px;
	height: auto;
	margin: 0 auto;
	transition: all 0.3s ease;
}

.scroll-nav ul.petitLink {
	top: 12px;
}

ul.petitLink li {
	margin-bottom: 10px;
}

ul.petitLink li a {
	font-size: 13px;
	font-family: a-otf-ryumin-pr6n, serif;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

ul.petitLink li a::before {
	font-family: "FontAwesome";
	content: "\f04b";
	margin-right: 0.4em;
	color: #3592F6;
	font-size: 9px;
	transform: scale(0.4, 0.8);
	display: inline-block;
}

ul.petitLink li:last-child a::before {
	margin-right: 0.5em;
}

.headerCtl {
	width: 390px;
	height: 100px;
	position: absolute;
	right: 170px;
	top: 15px;
}

.scroll-nav .headerCtl {
	top: 5px;
}

.bgColor {
	position: absolute;
	top: 0;
	left: 180px;
	width: 220px;
	height: 40px;
}

.bgColor ul li {
	float: left;
	cursor: pointer;
	font-size: 12px;
}

.bgColor ul li.fontSizeTtl {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	margin-right: 10px;
}

.bgColor ul li#bgcolorBtnWhite,
.bgColor ul li#bgcolorBtnYellow,
.bgColor ul li#bgcolorBtnBlue,
.bgColor ul li#bgcolorBtnBlack {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-top: 0;
	margin-right: 5px;
	box-sizing: border-box;
}

.bgColor ul li#bgcolorBtnWhite {
	border: 1px solid #ABABAB;
	background: #ffffff;
}

.bgColor ul li#bgcolorBtnYellow {
	background: #FFCB00;
}

.bgColor ul li#bgcolorBtnBlue {
	background: #2F6BC3;
	color: #ffffff;
}

.bgColor ul li#bgcolorBtnBlack {
	background: #181717;
	color: #ffffff;
}


.fontSize {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 40px;
}

.fontSize ul li.fontSizeTtl {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
}

.fontSize ul li a {
	display: block;
	text-decoration: none;
}

.fontSize ul li.fontSizeBtn {
	width: 34px;
	height: 34px;
	line-height: 34px;
	display: block;
	float: left;
	margin: 0 0 0 4px;
	font-size: 11px;
	text-align: center;
}

.fontSize ul li.fontSizeBtn a span.medium {
	display: block;
	background: #3592F6;
	color: #ffffff;
	width: 34px;
	height: 34px;

}

.fontSize ul li.fontSizeBtn a span.large {
	display: block;
	background: #DFDADE;
	color: #757575;
	width: 34px;

}

.headerSearch {
	position: absolute;
	bottom: 25px;
	right: 5px;
	transition: all 0.3s ease;
}

.scroll-nav .headerSearch {
	bottom: 36px;
}

.headerSearch input#search_btn,
.headerSearch button#search_btn {
	margin-left: 5px;
	font-size: 10px;
}

.headerSearch input#search_key {
	padding: 2px;
}


.navOuter {
	width: 1300px;
	background: #fff;
	margin: 0 auto;
}

nav {
	width: 1260px;
	margin: auto;
	height: 80px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
	background: #fff;
}

.scroll-nav nav {
	height: 43px;
}

nav ul.firstDeg {
	width: 1114px;
	margin: 0 auto;
	border-left: 1px solid #e5e5e5;
	overflow: visible;
	height: 80px;
}

.scroll-nav nav ul.firstDeg {
	height: 43px;
}

nav ul.firstDeg>li {
	width: calc(1113px / 7);
	height: 79px;
	float: left;
	position: relative;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.scroll-nav nav ul.firstDeg>li {
	height: 42px;
}

nav ul.firstDeg>li>a {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	padding: 14px 0 0 0;
	height: 100%;
	box-sizing: border-box;
}

.scroll-nav nav ul.firstDeg>li>a {
	font-size: 13px;
	line-height: 42px;
	padding: 0 0 0 0;
	tramsition: all 0.3s ease;
}

nav ul.firstDeg>li>a>span {
	display: block;
	color: #aaaaaa;
	font-size: 70%;
	margin-top: 4px;
}

nav ul.firstDeg>li:hover {
	background: #c9e0fc;
}



nav ul.firstDeg>li>.secondDeg {
	/*
	visibility: hidden;
	opacity: 0;
	*/
	display: none;
	list-style-type: none;
	/*
	transition:all 0.3s ease;
	*/
	overflow: hidden;
	background: #ffffff;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 25px 35px 0;
}


nav ul.firstDeg>li:hover .secondDeg {
	/*
	visibility: visible;
	opacity: 1;
	*/
	display: block;
	position: absolute;
}


nav ul.firstDeg>li.gnav01>.secondDeg {
	position: absolute;
	left: 0;
	top: 100%;
	width: 1114px;
	z-index: 5000;
}

nav ul.firstDeg>li.gnav02>.secondDeg {
	position: absolute;
	left: calc(-1114px / 7);
	top: 100%;
	width: 1114px;
	z-index: 5000;
}

nav ul.firstDeg>li.gnav03>.secondDeg {
	position: absolute;
	left: calc(-1114px / 7 *2);
	top: 100%;
	width: 1114px;
	z-index: 5000;
}

nav ul.firstDeg>li.gnav04>.secondDeg {
	position: absolute;
	left: calc(-1114px / 7 *3);
	top: 100%;
	width: 1114px;
	z-index: 5000;
}

nav ul.firstDeg>li.gnav05>.secondDeg {
	position: absolute;
	left: calc(-1114px / 7 *4);
	top: 100%;
	width: 1114px;
	z-index: 5000;
}

nav ul.firstDeg>li.gnav06>.secondDeg {
	position: absolute;
	left: calc(-1114px / 7 *5);
	top: 100%;
	width: 1114px;
	z-index: 5000;
}


nav ul.firstDeg>li>.secondDeg .h2Box {
	width: 100%;
	padding: 0 0 0;
}


nav ul.firstDeg>li>.secondDeg h2 {
	color: #5a81bd;
	font-size: 130%;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	border-bottom: 1px solid #2457a8;
	padding-bottom: 0.7em;
}

nav ul.firstDeg>li.gnav01>.secondDeg h2::before {
	font-family: "FontAwesome";
	content: "\f05a";
	margin: -0.1em 0.5em 0.8em 0;
	color: #3592f6;
	display: block;
	font-size: 150%;
	float: left;
}

nav ul.firstDeg>li.gnav02>.secondDeg h2::before {
	font-family: "FontAwesome";
	content: "\f0f1";
	margin: -0.1em 0.5em 0.8em 0;
	color: #3592F6;
	display: block;
	font-size: 150%;
	float: left;
}

nav ul.firstDeg>li.gnav03>.secondDeg h2::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 300;
	content: "\f0f8";
	margin: -0.1em 0.5em 0.8em 0;
	color: #3592f6;
	display: block;
	font-size: 150%;
	float: left;
}

nav ul.firstDeg>li.gnav04>.secondDeg h2::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f4be";
	margin: -0.1em 0.5em 0.8em 0;
	color: #3592f6;
	display: block;
	font-size: 150%;
	float: left;
}

nav ul.firstDeg>li.gnav05>.secondDeg h2::before {
	font-family: "FontAwesome";
	content: "\f0fa";
	margin: -0.1em 0.5em 0.8em 0;
	color: #3592f6;
	display: block;
	font-size: 150%;
	float: left;
}

nav ul.firstDeg>li.gnav06>.secondDeg h2::before {
	font-family: "Font Awesome 5 Free";
	content: "\f500";
	font-weight: 900;
	margin: -0.1em 0.5em 0.8em 0;
	color: #3592f6;
	display: block;
	font-size: 150%;
	float: left;
}




nav ul.firstDeg>li>.secondDeg h2 span {
	font-size: 0.8rem;
	text-align: center;
	margin-top: 0.7em;
	display: block;
}

nav ul.firstDeg>li>.secondDeg .ulBox {
	background: #ffffff;
}

.ulBox ul {
	float: left;
	width: 100%;
	padding: 0.7em 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.ulBox ul li {
	margin: 0 0 1.2em 0;
	width: 25%;
	box-sizing: border-box;
	padding-right: 0.5em;
}

.gnav01 .ulBox ul li:nth-child(even) {
	float: right;
}

.ulBox ul li a {
	font-size: 85%;
	line-height: 1.4;
	text-decoration: none;
	color: #333;
	transition: all 0.4s ease;
	display: block;
	padding: 0 0 0 0;
}

.ulBox ul li a::before {
	font-family: "FontAwesome";
	content: "\f04b";
	margin-right: 0.4em;
	color: #c3c4c4;
	font-size: 9px;
	transform: scale(0.4, 0.8);
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
}

.ulBox h3 {
	font-size: 120%;
	margin: 0 0 1em;
	font-weight: normal;
}

section.indexPage01 {
	background: linear-gradient(0deg, #fdfeff 0%, rgba(204, 224, 254, 1) 100%);
	width: 1260px;
	margin: auto;
	padding-top: 40px;
}

.home section h2 {
	text-align: center;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 400;
	font-size: 30px;
	color: #2457a8;
	margin-bottom: 40px;
	border: none;
}

.home section h2.hidari {
	text-align: center;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 400;
	font-size: 30px;
	color: #2457a8;
	margin-bottom: 40px;
	border: none;
	position: absolute;
	top: 10px;
	left: 0;
	width: 680px;
}

.home section h2.migi {
	text-align: center;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 400;
	font-size: 30px;
	color: #2457a8;
	margin-bottom: 40px;
	border: none;
	position: absolute;
	top: 10px;
	left: 700px;
	width: 435px;
}


.home section h2::before,
.home section h2::after {
	display: none;
}

.infoBnrBox {
	width: 1200px;
	margin: 0 auto 30px;
	overflow: hidden;

}

.infoBnrBox ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.infoBnrBox ul li {
	width: 270px;
	height: 150px;

}

.infoBnrBox ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	text-decoration: none;
	color: #333;
	padding: 25px 0;
	font-size: 16px;
}

.infoBnrBox ul li a span {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #2457a8;
	margin: 0 auto 20px;
}

.infoBnrBox ul li a span i {
	color: #fff;
}

.infoBnrBox ul li.infoBnr01 a span i {
	font-size: 40px;
	padding-top: 0.4em;
}

.infoBnrBox ul li.infoBnr02 a span i {
	font-size: 40px;
	padding-top: 0.4em;
}

.infoBnrBox ul li.infoBnr03 a span i {
	font-size: 40px;
	padding-top: 0.4em;
}

.infoScheBox {
	width: 1200px;
	margin: 0 auto 30px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.infoSche {
	width: 580px;
}

.infoScheBox dl {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #438dfb;
	overflow: hidden;
	background: #438dfb;
}

.infoScheBox dl dt {
	width: 33%;
	height: 100%;
	line-height: 80px;
	box-sizing: border-box;
	float: left;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.infoScheBox dl.infoScheDl02 dt {
	height: 48px;
	line-height: 48px;
	letter-spacing: 1em;
}

.infoScheBox dl dd {
	width: 67%;
	box-sizing: border-box;
	float: right;
	font-size: 14px;
	line-height: 1.4;
	padding: 0.9em 1em 0.8em;
	background: #fff;
}

.infoScheBox dl.infoScheDl02 dd {
	line-height: 48px;
	padding: 0 1em;
}

.infoScheBox p {
	font-size: 12px;
	margin-top: 0.5em;
	line-height: 1.4;
}

section.indexPage02 {
	width: 1260px;
	margin: auto;
	background: url(../images/bg_index02.jpg) top center no-repeat;
	padding-top: 25px;
	padding-bottom: 25px;
	background-size: 1260px;
	background-position: top -200px center;
	height: 590px;
}

section.indexPage02 .sectionInner {
	width: 1200px;
	height: 580px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	padding: 120px 30px 30px;
	position: relative;
	border-radius: 8px;
}

.annaiBox {
	display: flex;
	justify-content: space-between;
	margin-top: -2em;
}

.annaiBoxLeft {
	width: 680px;
	/*
	background:#fff;
	*/
}

.tabs_content {
	background: #fff;
}

.kochiraLeft {
	margin-top: 1.8em;
}

.kochiraRight {
	position: absolute;
	top: 470px;
	right: 215px;
}

.kochiraLeft span.infoCat,
.kochiraRight span.infoCat {
	width: 100px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-right: 0.2em;
}

.kochiraLeft ul li,
.kochiraRight ul li {
	margin-bottom: 0.6em;
}

.kochiraLeft ul li a,
.kochiraRight ul li a {
	font-size: 16px;
	text-decoration: none;
	color: #333;
}





.annaiBox .tabNav {
	width: 100%;
	height: 50px;
	display: flex;
}

.annaiBox .tabNav li {
	width: 50%;
}

.annaiBox .tabNav li a {
	font-size: 22px;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	background: #438dfb;
	display: block;
	text-align: center;
	line-height: 50px;
	transition: all 0.4s ease;
	border-radius: 10px 10px 0 0;
}

.annaiBox .tabNav li.active a,
.annaiBox .tabNav li:hover a {
	background: #2457a8;
}

.indexInfoCont {
	width: 100%;
	height: 275px;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 0.8em 0 0.8em 1.8em;
}

.indexInfoCont dl {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 1em;
}

.indexInfoCont dl dt {
	width: 110px;
	font-size: 14px;
	line-height: 20px;
}

.indexInfoCont dl dd {
	width: 485px;
	overflow: hidden;
}

.indexInfoCont dl dd span.postTtl {
	width: 360px;
	display: block;
	float: left;
}

.indexInfoCont dl dd span.red {
	color: red !important;
	float: left;
	margin-right: 0.5em;
}

.indexInfoCont dl dd span.infoCat {
	width: 100px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	display: block;
	float: right;
	margin-right: 10px;
}

.cat01,
.cat6,
.cat8 {
	background: #2457a8;
}

.cat02,
.cat5,
.cat7 {
	background: #0098c7;
}

.cat03 {
	background: #438dfb;
}

.indexInfoCont dl dd a {
	font-size: 16px;
	text-decoration: none;
	line-height: 1.2;
	color: #333;
}

.annaiBoxRight {
	width: 435px;
	height: 325px;
	overflow-y: auto;
}

.annaiBoxRight dl {
	width: 415px;
	margin-bottom: 10px;
	background: #fff;
	border-left: 10px solid #2457a8;
	padding: 0.8em 1em;
	box-sizing: border-box;
	margin-right: 10px;
}

.annaiBoxRight dl dt {
	width: 100%;
	overflow: hidden;
}

.annaiBoxRight dl dt span.postDate {
	width: 110px;
	font-size: 14px;
	line-height: 20px;
	float: left;
}

.annaiBoxRight dl dt span.infoCat {
	width: 100px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.annaiBoxRight dl dd {
	width: 100%;
	box-sizing: border-box;
	margin-top: 6px;
}

.annaiBoxRight dl dd a {
	font-size: 16px;
	text-decoration: none;
	line-height: 1.2;
	color: #333;
}

section.indexPage03 {
	width: 1260px;
	margin: auto;
	background: url(../images/bg_index03.jpg) top center no-repeat;
	padding-top: 25px;
	padding-bottom: 25px;
	background-position: top -150px center;
	background-size: 1260px;
}

section.indexPage03 .sectionInner {
	width: 100%;
	width: 1200px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	padding: 40px 30px;

}

.pickUpBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pickUpBox dl {
	width: 270px;
	height: 128px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 28px;
	overflow: hidden;
}

.pickUpBox dl dt {
	width: 100%;
}

.pickUpBox dl dt img {
	width: 100%;
	height: auto;
}

.pickUpBox dl dd {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(67, 141, 251, 0.9);
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 0.2em 0 0.3em;
}

.pickUpBox dl a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
}

section.indexPage04 {
	width: 100%;
	background: #FFF;
	padding-top: 25px;
	padding-bottom: 25px;
	background-position: top -200px center;
}

section.indexPage04 .sectionInner {
	width: 100%;
	width: 1114px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	padding: 30px;

}

.toRecruitBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	border-right: 1px solid #b5b5b5;
	height: 200px;
}

.toRecruitBox dl {
	width: calc(100% / 6);
	position: relative;
	box-sizing: border-box;
	border-left: 1px solid #b5b5b5;
	height: 200px;
	text-align: center;
	padding-top: 18px;
}

.toRecruitBox dl dt {
	width: 100%;

}

.toRecruitBox dl dd {
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 100%;
	font-size: 22px;
	font-weight: 300;
}

.toRecruitBox dl a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;

}







.toIhiran {
	position: absolute;
	top: 0;
	right: 0;
	width: 178px;
}

.toIhiran a {
	border: 1px solid #ccc;
	text-decoration: none;
	padding: 0.8em 0;
	display: block;
	font-size: 0.9rem;
	text-align: center;
	color: #333;
}

.toIhiran a::after {
	font-family: "FontAwesome";
	content: "\f105";
	color: #cccccc;
	font-size: 120%;
	float: right;
	margin-right: 0.5em;
}









nav ul.firstDeg>li:nth-child(3) ul.secondDeg {
	width: 300px;
}

nav .secondDeg>ul>li {
	margin: 0.8em 0;
}

nav .secondDeg>ul>li>a {
	color: #333333;
	padding: 0.4em 1em;
	text-align: left;
	font-size: 85%;
	display: block;
	text-decoration: none;
}

nav .secondDeg>ul>li>a::before {
	font-family: "FontAwesome";
	content: "\f105";
	margin-right: 0.8em;
	transform: scale(1.5, 1.0);
	display: inline-block;
}


nav ul.firstDeg>li.gnav01>a::before {
	font-family: "FontAwesome";
	content: "\f05a";
	margin-bottom: 5px;
	color: #3592F6;
	display: block;
	font-size: 200%;
}

.scroll-nav nav ul.firstDeg>li.gnav01>a::before {
	display: inline-block;
	font-size: 160%;
	margin-right: 10px;
}

nav ul.firstDeg>li.gnav02>a::before {
	font-family: "FontAwesome";
	content: "\f0f1";
	margin-bottom: 5px;
	color: #3592F6;
	display: block;
	font-size: 200%;
}

.scroll-nav nav ul.firstDeg>li.gnav02>a::before {
	display: inline-block;
	font-size: 160%;
	margin-right: 7px;
}

nav ul.firstDeg>li.gnav03>a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 300;
	content: "\f0f8";
	margin-bottom: 8px;
	color: #3592F6;
	display: block;
	font-size: 180%;
}

.scroll-nav nav ul.firstDeg>li.gnav03>a::before {
	display: inline-block;
	font-size: 150%;
	margin-right: 7px;
}

nav ul.firstDeg>li.gnav04>a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f4be";
	margin-bottom: 10px;
	color: #3592F6;
	display: block;
	font-size: 170%;
}

.scroll-nav nav ul.firstDeg>li.gnav04>a::before {
	display: inline-block;
	font-size: 150%;
	margin-right: 7px;
}

nav ul.firstDeg>li.gnav05>a::before {
	font-family: "FontAwesome";
	content: "\f0fa";
	margin-bottom: 9px;
	color: #3592F6;
	display: block;
	font-size: 170%;
	transform: scale(1.0, 1.1);
}

.scroll-nav nav ul.firstDeg>li.gnav05>a::before {
	display: inline-block;
	font-size: 150%;
	margin-right: 7px;
}

nav ul.firstDeg>li.gnav06>a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f500";
	margin-bottom: 9px;
	color: #3592F6;
	display: block;
	font-size: 170%;
	font-weight: 900;
}

.scroll-nav nav ul.firstDeg>li.gnav06>a::before {
	display: inline-block;
	font-size: 150%;
	margin-right: 7px;
}

nav ul.firstDeg>li.gnav07>a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f238";
	margin-bottom: 9px;
	color: #3592F6;
	display: block;
	font-size: 170%;
	font-weight: 900;
}

.scroll-nav nav ul.firstDeg>li.gnav07>a::before {
	display: inline-block;
	font-size: 150%;
	margin-right: 7px;
}

.petitInfo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;

}

.petitInfo dl {
	/*
	width:fit-content;
	height:60px;
	margin:0 auto;
	*/
	display: flex;
	justify-content: center;
}


.petitInfo dl dt {
	color: #ffffff;
	background: #ff981e;
	line-height: 60px;
	text-align: center;
	float: left;
	width: 136px;
}

.petitInfo dl dd {
	float: left;
	padding: 0 2em;
	height: 60px;
	line-height: 60px;
	background: #ffffff;
	font-size: 90%;
}

.petitInfo dl dd a {
	text-decoration: none;
}

.petitInfo dl dd span.catIcon {
	width: 115px;
	border: 1px solid #ff981e;
	text-align: center;
	padding: 0.2em 0;
	display: block;
	float: left;
	color: #ff981e;
	font-size: 80%;
	line-height: 1.0;
	margin-top: 22px;
	margin-right: 2em;
}

.indexPage section {
	padding: 100px 0 50px;
	overflow: hidden;
	width: 100%;
}

section h2 {
	text-align: left;
	font-size: 26px;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	color: #3e3a39;
	margin-bottom: 1em;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	box-sizing: border-box;
	padding: 0.4em 0 0.5em 1.2em;
	position: relative;
	line-height: 1.4;
}

section h2::before {
	content: '';
	width: 17px;
	height: 17px;
	box-sizing: border-box;
	border: 2px solid #3592f6;
	border-radius: 50%;
	position: absolute;
	top: 21px;
	left: 5px;
}

section h2::after {
	content: '';
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	background: #3592f6;
	border-radius: 50%;
	position: absolute;
	top: 26px;
	left: 10px;
}

section h3 {
	text-align: left;
	font-size: 22px;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	background: #aaaaaa;
	border-radius: 8px;
	margin-top: 1em;
	margin-bottom: 1em;
	box-sizing: border-box;
	padding: 0.4em 0.9em 0.5em;
}

section h4 {
	text-align: left;
	font-size: 18px;
	font-style: normal;
	margin-top: 1em;
	margin-bottom: 1em;
}

section h5 {
	text-align: left;
	font-size: 16px;
	font-style: normal;
	margin-top: 1em;
	margin-bottom: 1em;
}

section h6 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}




/* 共通スタイル */
p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 1em;
}

table {
	border-top: 1px solid #595757;
	border-left: 1px solid #595757;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
	width: 100%;
}

table th {
	padding: 0.6em 0.5em;
	border-right: 1px solid #595757;
	border-bottom: 1px solid #595757;
	background: #cbdffe;
	line-height: 1.4;
	font-size: 16px;
	font-weight: normal;
}

table td {
	padding: 0.6em 1em;
	border-right: 1px solid #595757;
	border-bottom: 1px solid #595757;
	line-height: 1.8;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

table td.alignleft {
	text-align: left;
}


main ul li {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 0.5em;
}

main ul li:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 4px;
	width: 2px;
	height: 2px;
	border: 1px solid #333;
	border-radius: 50%;
	background: #333;
}

main ul.circle {
	list-style-type: none;
	margin-left: 0;
}

main ul.circle li {
	position: relative;
	padding-left: 15px;
}

main ul.circle li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #333;
	border-radius: 50%;
	background: #fff;
}

main ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 1em;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 0.5em;
	margin-left: 0.4em;
}

main ol li {
	padding-left: 0;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 0.5em;
}




/* サイズ調整など */
.fontSize26 {
	font-size: 26px;
}


p.toIchiran {
	position: absolute;
	bottom: 0;
	right: 90px;
}

.toIchiran a {
	color: #2457a8;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 400;
	position: relative;
	padding-right: 0.8em;
}

.toIchiran a::after {
	font-family: "FontAwesome";
	content: "\f105";
	display: inline-block;
	position: absolute;
	top: 1px;
	right: 0;
}

.siteMap {
	width: 1260px;
	margin: 70px auto 0;
	box-sizing: border-box;
	background: #f0f0f0;
	padding: 25px 20px;
}

.siteMap h3 {
	border-top: 3px solid #438dfb;
	background: #fff;
	width: 100%;
}

.siteMap h3 a {
	font-size: 16px;
	color: #438dfb;
	padding: 0.4em 0.6em;
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: normal;
}

.firstFloor,
.secondFloor {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}

.siteMapList {
	width: 300px;
}

.firstFloor .siteMapList:nth-child(3) {
	width: 609px;
}

.siteMapList ul {
	width: 100%;
	box-sizing: border-box;
	padding: 1em 1em 1em 1.5em;
}

.siteMapList ul li {
	margin-bottom: 0.8em;
}

.siteMapList ul li a {
	font-size: 13px;
	color: #3e3a39;
	text-decoration: none;
}

.firstFloor .siteMapList:nth-child(3) ul {
	column-count: 2;
	column-gap: 0;
}

.secondFloor .siteMapList:nth-child(4) h3 {
	margin-bottom: 1.8em;
}



footer {
	width: 100%;
	padding: 40px 0 85px;
	margin: 0 0 0 0;
	background: #fff;
}

.footAddress {
	width: 100%;
}

.footAddresBody {
	width: 1200px;
	margin: 0 auto 0;
	position: relative;
}

.footAddresBody {
	width: 1260px;
	margin: 0 auto 0;
	position: relative;
}

.tsuikaLink {
	position: absolute;
	top: 2.5em;
	right: 0;
	width: 490px;
}

.tsuikaLink ul li {
	margin-bottom: 0.2em;
	display: inline-block;
	margin-right: 0.5em;
	border-right: 1px solid #ccc;
	padding-right: 0.8em;
	margin-bottom: 0.6em;
}

.tsuikaLink ul li:last-child {
	border-right: none;
}

.tsuikaLink ul li a {
	font-size: 13px;
	text-decoration: none;
	color: #333;
}

.footAddresBody img {
	width: 200px;
	height: auto;
}

.footLink {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.rights {
	width: 100%;
	text-align: center;
	padding: 0 0 0 0;
	height: 48px;
	line-height: 48px;
	margin-top: 80px;
}

.copyright {
	font-size: 12px;
}

#back-top {
	position: fixed;
	bottom: 80px;
	right: 80px;
	z-index: 8888;
}

#back-top a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	transition: all 1s ease 0s;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.1;
	background: #5396fa;
	height: 55px;
	width: 65px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.7s;
	padding-top: 10px;
}

/*
#back-top a:hover {
    background:rgba(118,156,214,0.7);
}
*/

#back-top a:before {
	color: #ffffff;
	width: 65px;
	height: 65px;
	line-height: 40px;
	text-align: center;
	font-family: "FontAwesome";
	content: "\f106";
	font-weight: lighter;
	font-size: 30px;
	position: relative;
	top: 0;
	display: block;
}

.petitInfo ul {
	display: flex;
	justify-content: center;
}

.petitInfo ul li {
	width: 200px;
	height: 62px;
	float: left;
}

.petitInfo ul li a {
	display: block;
	text-align: center;
	line-height: 62px;
	background: #ffffff;
	text-decoration: none;
	color: #333333;
	transition: all 0.4s ease;
	font-size: 0.92rem;
}

.petitInfo ul li.current a,
.petitInfo ul li:hover a {
	background: #ff981e;
	color: #ffffff;
}



/* 下層ページ */

.breadCrumb {
	margin: 193px auto 0;
	background: #dee7f5;
	width: 1260px;
	height: 40px;
}

.breadCrumb ul {
	width: 1114px;
	margin: 0 auto;
}

.breadCrumb span.home {
	margin-left: 73px;
	margin-right: -0.5em;
}

.breadCrumb ul li,
.breadCrumb span {
	display: inline-block;
	font-size: 12px;
}

.breadCrumb ul li a,
.breadCrumb span a {
	display: inline-block;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 36px;
	box-sizing: border-box;
}

.breadCrumb ul li a::after,
.breadCrumb span a::after {
	content: '\f054';
	font-family: FontAwesome;
	margin-left: 0.5em;
	margin-right: 0.5em;
	color: #999999;
}

.page-parent #topimg,
.page #topimg {
	height: 300px;
	margin-bottom: 57px;
}

.page-parent.department-section #topimg,
.information #topimg,
.establishment #topimg,
.parent-pageid-88 #topimg,
.parent-pageid-168 #topimg,
.parent-pageid-108 #topimg,
.parent-pageid-90 #topimg,
.parent-pageid-199 #topimg,
.parent-pageid-205 #topimg,
.parent-pageid-185 #topimg,
.parent-pageid-193 #topimg,
.parent-pageid-160 #topimg,
.parent-pageid-112 #topimg,
.parent-pageid-110 #topimg,
.parent-pageid-10048 #topimg,
.access #topimg,
.inquiry_form #topimg,
.consultation #topimg,
.registration-completed #topimg,
.site_map #topimg,
.tour-application-form #topimg,
.internship-form #topimg,
.single #topimg,
.archive #topimg,
.category-9 #topimg,
.category-10 #topimg,
.category-11 #topimg,
.category-12 #topimg,
.category-13 #topimg,
.category-14 #topimg,
.category-15 #topimg,
.parent-pageid-195 #topimg,
.search #topimg,
.error404 #topimg,
.parent-pageid-70 #topimg,
.parent-pageid-122 #topimg,
.page-id-3204 #topimg,
.page-id-3644 #topimg,
.page-id-3637 #topimg,
.page-id-3639 #topimg,
.page-id-12028 #topimg,
.search-results #topimg,
.parent-pageid-162 #topimg {
	height: 104px;
	margin-bottom: 0;
}

.outpatient #topimg,
.parent-pageid-217 #topimg {
	height: 300px;
	margin-bottom: 57px;
	background: url(../images/cat_outpatient.jpg) no-repeat top right;
}

.about #topimg,
.parent-pageid-42 #topimg {
	height: 300px;
	margin-bottom: 57px;
	background: url(../images/cat_about.jpg) no-repeat top right;
}

.outline-area #topimg,
.parent-pageid-30 #topimg {
	height: 300px;
	margin-bottom: 57px;
	background: url(../images/cat_outline-area.jpg) no-repeat top right;
}

.for_medical_institution #topimg,
.parent-pageid-18 #topimg,
.parent-pageid-28 #topimg {
	height: 300px;
	margin-bottom: 57px;
	background: url(../images/cat_for_medical_institution.jpg) no-repeat top right;
}

#topimg h1 {
	font-size: 30px;
	/* 2.5vw */
	color: #2457a8;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 73px;
	/* 105px */
	height: 300px;
	line-height: 300px;
	text-shadow: 1px 1px 3px #fff, 2px 2px 3px #fff, -1px -1px 3px #fff, -2px -2px 3px #fff;
}

.department-section #topimg h1,
.information #topimg h1,
.establishment #topimg h1,
.parent-pageid-88 #topimg h1,
.parent-pageid-168 #topimg h1,
.parent-pageid-108 #topimg h1,
.parent-pageid-90 #topimg h1,
.parent-pageid-199 #topimg h1,
.parent-pageid-205 #topimg h1,
.parent-pageid-185 #topimg h1,
.parent-pageid-193 #topimg h1,
.parent-pageid-160 #topimg h1,
.parent-pageid-112 #topimg h1,
.parent-pageid-110 #topimg h1,
.parent-pageid-10048 #topimg h1,
.access #topimg h1,
.inquiry_form #topimg h1,
.consultation #topimg h1,
.registration-completed #topimg h1,
.site_map #topimg h1,
.tour-application-form #topimg h1,
.internship-form #topimg h1,
.single #topimg h1,
.archive #topimg h1,
.category-9 #topimg h1,
.category-10 #topimg h1,
.category-11 #topimg h1,
.category-12 #topimg h1,
.category-13 #topimg h1,
.category-14 #topimg h1,
.category-15 #topimg h1,
.parent-pageid-195 #topimg h1,
.search #topimg h1,
.error404 #topimg h1,
.parent-pageid-70 #topimg h1,
.parent-pageid-122 #topimg h1,
.page-id-3204 #topimg h1,
.page-id-3637 #topimg h1,
.page-id-3639 #topimg h1,
.page-id-12028 #topimg h1,
.search-results #topimg h1,
.parent-pageid-162 #topimg h1 {
	position: absolute;
	top: 0;
	left: 0;
	/*73px*/
	height: 104px;
	line-height: 104px;
}

.content {
	width: 1260px;
	/*1114px*/
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

main {
	width: 894px;
	/*760px*/
}

ul.childrenList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2em;
	list-style-type: none;
}

ul.childrenList::after {
	display: block;
	content: "";
	width: 290px;
}

ul.childrenList li {
	width: 290px;
	/*240px*/
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #2457a8;
	margin-bottom: 15px;
	/*
	background:url(../images/bg_list_arrow.png) no-repeat;
	background-position:top 18px left 8px;
	*/
	transition: all 0.4s ease;
	position: relative;
	padding-left: 0;
}

ul.childrenList.recruitJobs li {
	width: 100%;
}


ul.childrenList li::before {
	font-family: "FontAwesome";
	content: "\f04b";
	margin-right: 0.4em;
	color: #bfc0c0;
	font-size: 14px;
	transform: scale(0.4, 0.8);
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 8px;
	width: 2px;
	height: 2px;
	border: none;
	background: none;
}

ul.childrenList li:hover {
	background: #cbdffe;
}

ul.childrenList li a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 1em 0 1.5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
	color: #2457a8;
	line-height: 1.2;
}

ul.childrenList li:hover {
	/*
	background:url(../images/bg_list_arrow.png) no-repeat #cbdffe;
	*/
	background-position: top 18px left 8px;
}

aside {
	width: 300px;
}

.sideNav {
	background: #eeeeee;
}

.sideNav h3 {

	width: 100%;

	padding: 0 0 0 0.6em;
	border: 1px solid #d2d2d2;
	border-top: 3px solid #2457a8;
	box-sizing: border-box;
	background: #fff;
	border-radius: 0;
	margin-bottom: 0;
	margin-top: 0;
}

.sideNav h3 {
	font-size: 16px;
	color: #2457a8;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	height: 35px;
	line-height: 31px;
}

.sideNav h3 a {
	text-decoration: none;
	display: block;
	font-size: 16px;
	color: #2457a8;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	height: 35px;
	line-height: 31px;
}

.sideNav ul {
	padding: 0 0;
}

.sideNav ul li a {
	font-size: 14px;
	color: #3e3a39;
	text-decoration: none;
	display: flex;
	padding: 0.6em 0.5em 0.6em;
	line-height: 1.4;
}

.sideNav ul li a::before {
	font-family: "FontAwesome";
	content: "\f105";
	margin-left: 0.4em;
	transform: scale(1, 1);
	display: block;
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0;
}

.sideNav ul li.current_page_item a,
.sideNav ul li:hover a {
	background: #cbdffe;
}

/* お知らせ一覧 */
.infoListBox {
	width: 894px;
	margin: 0 0 0 0;
	border-top: 1px solid #e5e5e5;
}

.infoListBox dl {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.infoListBox dl dt {
	width: 100px;
	float: left;
	box-sizing: border-box;
	padding: 1.3em 1em;
	font-size: 14px;
}

.infoListBox dl dd {
	width: 794px;
	float: right;
	box-sizing: border-box;
	padding: 1em;
}

.infoListBox dl dd span.postTtl {
	width: 620px;
	display: inline-block;
	line-height: 1.4;
}

.infoListBox dl dd a {
	font-size: 16px;
	text-decoration: none;
	color: #000;
}

.infoListBox dl dd span.infoCat {
	float: right;
	font-size: 14px;
	color: #fff;
	width: 100px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}


.cat4 {
	background: #438dfb;
}


/* ■■■ページング■■■ */
.wp-pagenavi {
	clear: both;
	height: 30px;
	margin: 3em auto 1.5em;

}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	padding: 0 0.5em;
	margin: 2px;
	font-size: 90%;
	background: #ffffff;
	line-height: 1.0;
	box-sizing: border-box;
	border: 1px solid #438dfb;
	color: #438dfb;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #438dfb;
	background: #438dfb;
	color: #ffffff;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #438dfb;
}


main ul.otherPosts {
	list-style-type: none;
	width: 100%;
	overflow: hidden;
	margin-top: 3em;
}

main ul.otherPosts li.prev {
	float: left;
	padding-left: 0;
}

main ul.otherPosts li.next {
	float: right;
	padding-left: 0;
}

main ul.otherPosts li::before {
	display: none;
}








@keyframes hurueru {
	0% {
		transform: translate(0px, 0px) rotateZ(0deg)
	}

	25% {
		transform: translate(0px, 2px) rotateZ(0deg)
	}

	50% {
		transform: translate(0px, 0px) rotateZ(0deg)
	}

	75% {
		transform: translate(0px, 4px) rotateZ(0deg)
	}

	100% {
		transform: translate(0px, 0px) rotateZ(0deg)
	}
}




















/* color change
--------------------------------------------------------- */
.home .colorYellow section h2 {
	color: #2457a8;
}

.colorYellow section.information,
.colorYellow .footLinkBox,
.colorYellow .content,
.others .colorYellow section h2 {
	background: #FF0;
	color: #525252;
}

.colorYellow .informationBoxR dl dd a {
	color: #525252;
}

.colorYellow .annaiBoxLeft {
	background: #FF0;
}

.colorYellow .indexInfoCont dl dt {
	color: #525252;
}

.colorYellow .indexInfoCont dl dd a {
	color: #525252;
}

.colorYellow .annaiBoxRight dl {
	background: #FF0;
}

.colorYellow .annaiBoxRight dl dt span.postDate {
	color: #525252;
}

.colorYellow .annaiBoxRight dl dd a {
	color: #525252;
}

.colorYellow ul.childrenList li {
	background: none;
	border: 1px solid #525252;
}

.colorYellow ul.childrenList li a {
	color: #525252;
}

.colorYellow .sideNav {
	background: #FF0;
}

.colorYellow .sideNav h3 {
	color: #525252;
	background: #FF0;
}

.colorYellow .sideNav ul li a {
	color: #525252;
}

article.colorYellow {
	background: #FF0;
}

.colorYellow #topimg h1,
.colorYellow section h2 {
	color: #525252;
}

.colorYellow section h3 {
	background: #FF0;
	color: #525252;
}

.colorYellow table th {
	background: #FF0;
	color: #525252;
}

.colorBlack .sideNav h3 a {
	color: #525252;
}









.home .colorBlue section h2 {
	color: #2457a8;
}

.colorBlue section.information,
.colorBlue .footLinkBox,
.colorBlue .content,
.others .colorBlue section h2 {
	background: #00F;
	color: #FFF;
}

.colorBlue .informationBoxR dl dd a,
.colorBlue .footLinkColumn a {
	color: #FFF;
}

.colorBlue .annaiBoxLeft {
	background: #00F;
}

.colorBlue .indexInfoCont dl dt {
	color: #FFF;
}

.colorBlue .indexInfoCont dl dd a {
	color: #FFF;
}

.colorBlue .annaiBoxRight dl {
	background: #00F;
}

.colorBlue .annaiBoxRight dl dt span.postDate {
	color: #FFF;
}

.colorBlue .annaiBoxRight dl dd a {
	color: #FFF;
}

.colorBlue ul.childrenList li {
	background: none;
	border: 1px solid #fff;
}

.colorBlue ul.childrenList li a {
	color: #FFF;
}

.colorBlue .sideNav {
	background: #00F;
}

.colorBlue .sideNav h3 {
	color: #FFF;
	background: #00F;
}

.colorBlue .sideNav ul li a {
	color: #FFF;
}

article.colorBlue {
	background: #00F;
}

.colorBlue section h2 {
	color: #FFF;
}

.colorBlue section h3 {
	background: #00F;
}

.colorBlue table th {
	background: #00F;
	color: #fff;
}

.colorBlue .sideNav h3 a {
	color: #fff;
}





.home .colorBlack section h2 {
	color: #2457a8;
}

.colorBlack section.information,
.colorBlack .footLinkBox,
.colorBlack .content,
.others .colorBlack section h2 {
	background: #000;
	color: #FFF;
}

.colorBlack .informationBoxR dl dd a,
.colorBlack .footLinkColumn a {
	color: #FFF;
}

.colorBlack .annaiBoxLeft {
	background: #000;
}

.colorBlack .indexInfoCont dl dt {
	color: #FFF;
}

.colorBlack .indexInfoCont dl dd a {
	color: #FFF;
}

.colorBlack .annaiBoxRight dl {
	background: #000;
}

.colorBlack .annaiBoxRight dl dt span.postDate {
	color: #FFF;
}

.colorBlack .annaiBoxRight dl dd a {
	color: #FFF;
}

.colorBlack ul.childrenList li {
	background: none;
	border: 1px solid #fff;
}

.colorBlack ul.childrenList li a {
	color: #FFF;
}

.colorBlack .sideNav {
	background: #000;
}

.colorBlack .sideNav h3 {
	color: #FFF;
	background: #000;
}

.colorBlack .sideNav ul li a {
	color: #FFF;
}

article.colorBlack {
	background: #000;
}

.colorBlack section h2 {
	color: #FFF;
}

.colorBlack section h3 {
	background: #000;
}

.colorBlack table th {
	background: #000;
	color: #fff;
}

.colorBlack .sideNav h3 a {
	color: #fff;
}













a.post-edit-link {
	color: blue;
	text-decoration: none;
	margin-left: 0.5em;
	font-family: 'Noto Sans CJK JP', 'Noto Sans Japanese', 'Noto Sans JP', 'Noto SansJP', Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}



.red {
	color: red !important;
}

img.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

img.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

/* フォトライブラリ */
.parentContent {
	display: flex;
	flex-wrap: wrap;
	/*
	justify-content:space-between;
	*/
}

.parentContent::after {
	content: "";
	display: block;
	width: 23%
}

.parentConten::before {
	content: "";
	display: block;
	width: 23%;
	border: 1px;
}

.parentContent .wp-caption {
	width: 23% !important;
	text-align: center;
	overflow: hidden;
	margin: 0 1%;
}

.parentContent .wp-caption a {
	width: 200px !important;
	height: 133px;
	overflow: hidden;
	display: block;
}

.parentContent .wp-caption img {
	width: 100%;
	height: auto;
}

.wpcf7 {
	width: 100%;
	margin: 0 auto;
}

.wpcf7 input,
.wpcf7 textarea {
	padding: 0.5em;
	border: 1px solid #dedede;
}

p.douzo {
	width: 600px;
	margin: 0 auto 2em;
}

.wpcf7 form dl {
	width: 100%;
	overflow: hidden;
	margin-left: 150px;

}

.wpcf7 form dl dt {
	width: 170px;
	float: left;
}

.wpcf7 form dl dd {
	width: 280px;
	float: inline-start;
}

input.wpcf7-submit {
	width: 30%;
	margin: 1em 35%;
	border: none;
	background: #3592f6;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 0.5em 0;
}

.siteMapContent {
	width: 100%;

}

.siteMapContent .siteMapList {
	width: 100%;
}

.siteMapContent .siteMapList ul li a {
	font-size: 14px;
	color: #3e3a39;
	text-decoration: none;
}

.siteMapContent .siteMapList ul {
	column-count: 2;
	column-gap: 0;
}

section .siteMapContent h3 {
	text-align: left;
	font-size: 22px;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
	background: #fff;
	border-radius: 8px;
	margin-top: 1em;
	margin-bottom: 0.5em;
	box-sizing: border-box;
	padding: 0.4em 0.9em 0.5em;
}

.category-description {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 15px;
	margin-bottom: 30px;
	background-color: #f7f7f7;
	padding: 5px 20px;
	border-radius: 3px;
	border: 1px solid #ddd;
}

/* 丸数字箇条書き */
ol.encircled-number {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}

.encircled-number li {
	margin-bottom: 9px;
	padding-left: 30px;
	position: relative;
}

.encircled-number li:before {
	font-size: .8em;
	content: counter(my-counter);
	counter-increment: my-counter;
	border: 1px solid #000;
	color: #222;
	display: block;
	float: left;
	line-height: 18px;
	margin-top: 4px;
	margin-left: -30px;
	text-align: center;
	height: 1.5em;
	width: 1.5em;
	border-radius: 50%;
}

.encircled-number2 {
	padding-left: 1em;
}

.encircled-number2 li {
	list-style: disc;
	padding-left: 0em;
	margin-bottom: 0em;
}

.encircled-number2 li:before {
	content: none;
}

/*ご挨拶ページ　顔写真 */
.greeting-about-img-halfsize {
	width: 205px;
	height: auto;
	float: left;
	margin-right: 1em;
	margin-left: 0.5em;
}

/*看護局　スペシャリストカード */
.NsCard {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	margin: 23px 7px;
}

.NsCard img {
	width: 130px;
	border-radius: 5px;
	margin-right: 10px;
}

.NsCard-content {
	flex: 1;
}

.NsCard h5 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 2em;
}

.NsCard p {
	font-size: 14px;
}

/*箇条書き　1次元：「〇」、2次元：「・」 */
.encircled {
	margin-left: 0em;
	list-style: "〇";
}

.encircled li {
	padding-left: 0.25em;
}

.encircled2 {
	padding-left: 1em;
}

.encircled2 li {
	list-style: disc;
	padding-left: 0em;
	margin-bottom: 0em;
	text-indent: 0em;
}

.encircled2 li::before {
	content: none;
}

/*箇条書き　1次元：「※」、2次元：「・」 */
.star {
	margin-left: 0em;
	list-style: "※";
}

.star li {
	padding-left: 0.25em;
}

.star2 {
	padding-left: 1em;
}

.star2 li {
	list-style: disc;
	padding-left: 0em;
	margin-bottom: 0em;
	text-indent: 0em;
}

.star2 li::before {
	content: none;
}

/*シンプルな見出し*/
.simpleHeader {
	padding: 0.5em 1em;
	border-left: 5px solid #2457a8;
	border-bottom: 1px solid #2457a8;
}

/*シンプルな見出し左のみ*/
.simpleHeaderLeft {
	padding: 0.25em 0.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
	border-left: 5px solid #2457a8;
}

/************************************
	** お問い合わせフォームの入力
	************************************/
#cf-tbl {
	width: 100%;
}

#cf-tbl table {
	border-spacing: 0;
	width: 100%;
	border-collapse: collapse;
	border: solid #CCC;
	border-width: 1px;
	color: #444;
}

#cf-tbl table tr th,
#cf-tbl table tr td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: solid #CCC;
	border-width: 1px;
	vertical-align: middle;
	padding-left: 1em;
	padding-right: 1em;
}

#cf-tbl table tr th {
	width: 40%;
	background: #eee;
}

#cf-tbl table caption {
	text-align: left;
}

#cf-tbl table tr th p {
	margin-bottom: 0em;
}

#cf-tbl table tr td p {
	margin-bottom: 0em;
}

#cf-tbl .comment {
	display: none;
}

#cf-tbl .required {
	/*「必須」文字デザイン*/
	font-size: .8em;
	padding: 5px;
	background: #F57500;
	color: #fff;
	border-radius: 3px;
	margin-right: 5px;
}

#cf-tbl .optional {
	/*「任意」文字デザイン*/
	font-size: .8em;
	padding: 5px;
	background: #000080;
	color: #fff;
	border-radius: 3px;
	margin-right: 5px;
}

#cf-tbl input.wpcf7-form-control.wpcf7-text,
/* 入力項目を見やすく */
#cf-tbl textarea.wpcf7-form-control.wpcf7-textarea,
#cf-tbl input.wpcf7-form-control.wpcf7-date,
#cf-tbl input.wpcf7-form-control.wpcf7-number {
	width: -moz-available;
	width: -webkit-fill-available;
	font-size: 1em;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #eff1f5;
}

#cf-tbl .wpcf7-list-item {
	margin-left: 4em;
}

#cf-tbl .wpcf7-list-item input {
	margin: 0;
	vertical-align: unset;
}

#cf-tbl textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
	resize: none;
}

#cf-tbl input.wpcf7-submit {
	/* 「送信する」ボタン */
	display: block;
	padding: 15px;
	width: 400px;
	background: #ffaa56;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 2px;
	margin: 15px auto 0
}

#cf-tbl input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .15), 0 0 5px rgba(0, 0, 0, .1);
	transform: translateY(-4px);
	opacity: 0.7;
}

#cf-tbl span.wpcf7-not-valid-tip,
#cf-tbl .wpcf7-response-output.wpcf7-validation-errors {
	/* エラーメッセージを見やすく */
	color: red;
	font-weight: 600;
}

/* 入力フォーム用カレンダーの実装　*/
.ui-datepicker-calendar .day-sunday>span,
.ui-datepicker-calendar .day-holiday>span {
	background: #ffc0c0;
}

.ui-datepicker-calendar .day-saturday>span {
	background: #c0d0ff;
}

.NsCardLink {
	display: block;
	height: 108px;
	margin-top: -131px;
	content: '';
}


/* ■■■ スマホ　タブレットサイズ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (max-width:575px) {

	.forPC {
		display: none;
	}

	.forSP {
		display: block;
	}

	html.is-fixed,
	html.is-fixed body {

		height: 100%;
		overflow: hidden;
	}

	article {
		width: 100%;
		margin: 0 auto;
		background: #fff;
	}

	.footAddresBody {
		width: 92%;
		margin: 0 auto;
	}

	.footAddresBody img {
		width: 41vw;
		height: auto;
		margin: 1em auto 0;
	}

	.footAddresBody p {
		font-size: 3vw;
		margin-top: 5px;
		line-height: 1.4;
		margin-bottom: 1em;
		position: static;
	}




	.toIhiran {
		position: absolute;
		top: 100%;
		right: 5%;
		width: 90%;
	}










	header::before {
		display: none;
	}

	h1 img {
		width: 40vw;
	}

	dl dt,
	dl dd {
		font-size: 3.4vw;
		line-height: 1.6;
	}



	#topimg {
		position: relative;
		background-size: cover;
		width: 100%;
		height: 46.6vw;
		overflow: hidden;
		margin-top: 19.3vw;
	}

	.home #topimg {
		margin: 19.3vw auto 0;
	}

	.single #topimg,
	.page-parent.department-section #topimg,
	.establishment #topimg,
	.parent-pageid-88 #topimg,
	.parent-pageid-168 #topimg,
	.parent-pageid-108 #topimg,
	.parent-pageid-90 #topimg,
	.parent-pageid-199 #topimg,
	.parent-pageid-205 #topimg,
	.parent-pageid-185 #topimg,
	.parent-pageid-193 #topimg,
	.parent-pageid-160 #topimg,
	.parent-pageid-112 #topimg,
	.parent-pageid-110 #topimg,
	.parent-pageid-10048 #topimg,
	.access #topimg,
	.inquiry_form #topimg,
	.consultation #topimg,
	.registration-completed #topimg,
	.site_map #topimg,
	.tour-application-form #topimg,
	.internship-form #topimg,
	.single #topimg,
	.archive #topimg,
	.information #topimg,
	.parent-pageid-195 #topimg,
	.search #topimg,
	.error404 #topimg,
	.parent-pageid-70 #topimg,
	.parent-pageid-122 #topimg,
	.page-id-3204 #topimg,
	.page-id-3637 #topimg,
	.page-id-3639 #topimg,
	.page-id-12028 #topimg,
	.search-results #topimg,
	.parent-pageid-162 #topimg {
		height: 12.4vw !important;
		/* 30vw */
		margin-bottom: 0 !important;
		/* 3vw */
		margin-top: 0;
	}

	.page-parent #topimg,
	.page #topimg {
		height: 52.4vw;
		margin-bottom: 0;
	}

	.outpatient #topimg,
	.parent-pageid-217 #topimg {
		height: 52.4vw;
		margin-bottom: 0;
		background: url(../images/cat_outpatient@2x.jpg) no-repeat;
		background-size: 100vw;
		margin-top: 0;
	}

	.about #topimg,
	.parent-pageid-42 #topimg {
		height: 52.4vw;
		margin-bottom: 0;
		background: url(../images/cat_about@2x.jpg) no-repeat;
		background-size: 100vw;
		margin-top: 0;
	}

	.outline-area #topimg,
	.parent-pageid-30 #topimg {
		height: 52.4vw;
		margin-bottom: 0;
		background: url(../images/cat_outline-area@2x.jpg) no-repeat;
		background-size: 100vw;
		margin-top: 0;
	}

	.for_medical_institution #topimg,
	.parent-pageid-18 #topimg,
	.parent-pageid-28 #topimg {
		height: 52.4vw;
		margin-bottom: 0;
		background: url(../images/cat_for_medical_institution@2x.jpg) no-repeat;
		background-size: 100vw;
		margin-top: 0;
	}

	#topimg h1 {
		font-size: 4.5vw;
		color: #2457a8;
		font-family: a-otf-ryumin-pr6n, serif;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		top: 0;
		left: 3vw !important;
		height: 12.4vw !important;
		/* 30vw */
		line-height: 12.4vw !important;
		/* 30vw */
		width: 100%;
		margin: 0 0 0 0;
	}

	.page-parent #topimg h1,
	.page #topimg h1,
	.archive #topimg h1 {
		height: 12.4vw;
		line-height: 12.4vw;
		position: static;
		width: 94vw;
		margin: auto;
	}

	.outpatient #topimg h1,
	.parent-pageid-217 #topimg h1,
	.about #topimg h1,
	.parent-pageid-42 #topimg h1,
	.outline-area #topimg h1,
	.parent-pageid-30 #topimg h1,
	.for_medical_institution #topimg h1,
	.parent-pageid-18 #topimg h1,
	.information #topimg h1,
	.parent-pageid-195 #topimg h1,
	.search #topimg h1,
	.error404 #topimg h1,
	.parent-pageid-70 #topimg h1,
	.parent-pageid-122 #topimg h1,
	.page-id-3204 #topimg h1,
	.page-id-3637 #topimg h1,
	.page-id-3639 #topimg h1,
	.page-id-12028 #topimg h1,
	.search-results #topimg h1,
	.parent-pageid-28 #topimg h1 {
		height: 12.4vw;
		line-height: 12.4vw;
		position: absolute;
		top: unset;
		bottom: 0;
		left: 3vw;
		width: 94vw;
		margin: auto;
	}

	/*
.page-parent.department-section #topimg h1 {
    height: 12.4vw;
    line-height: 12.4vw;
    top: 0;
    left: 3vw;
}
*/
	header.forSP {
		width: 100%;
		height: 18.9vw;
		padding-top: 2vw;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
		background: #fff;
	}

	h1 {
		width: 41.8vw;
		margin: 3vw 0 0 7vw;
	}

	h1 img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.headInquiry {
		position: absolute;
		top: 0;
		right: 0;
		width: 16vw;
		height: 16vw;
		background: none;
	}

	.headInquiry a {
		color: #ffffff;
		text-align: center;
		display: block;
		line-height: 44px;
		font-size: 120%;
	}

	#menuButton {
		position: absolute;
		top: 3vw;
		right: 3vw;
		display: block;
		width: 13.3vw;
		height: 13.3vw;
		z-index: 3;
		border: 1px solid #3592f6;
		border-radius: 6px;
		box-sizing: border-box;
	}

	#menuButton span {
		display: block;
		background: #3592f6;
		width: 7vw;
		height: 1.4vw;
		position: absolute;
		left: 3vw;
	}

	#menuButton span.menuTxt {
		font-size: 2.8vw;
		color: #3592f6;
		position: absolute;
		display: block;
		top: 9vw;
		left: 0;
		text-align: center;
		width: 100%;
		background: none;
	}

	#menuButton span:first-child {
		top: 1.5vw;
	}

	#menuButton span:nth-child(2) {
		top: 3.8vw;
	}

	#menuButton span:nth-child(3) {
		top: 6.1vw;
	}

	.sp-menu {
		display: none;
		position: absolute;
		top: 18.9vw;
		left: 0;
		z-index: 100;
		background: rgba(53, 146, 246, 0.9);
		width: 100%;
		padding: 10vw 0;
		box-sizing: border-box;
		overflow-y: scroll;
		height: 90vh;
	}

	#menuButton.active span:first-child {
		-webkit-transform: translateY(2vw) rotate(45deg);
		-moz-transform: translateY(2vw) rotate(45deg);
		-ms-transform: translateY(2vw) rotate(45deg);
		transform: translateY(2vw) rotate(45deg);
	}

	#menuButton.active span:nth-child(2) {
		opacity: 0;
	}

	#menuButton.active span:nth-child(3) {
		-webkit-transform: translateY(-2.5vw) rotate(-45deg);
		-moz-transform: translateY(-2.5vw) rotate(-45deg);
		-ms-transform: translateY(-2.5vw) rotate(-45deg);
		transform: translateY(-2.5vw) rotate(-45deg);
	}

	.sp-menu>ul {
		border-top: 1vw dotted #fff;
		width: 96vw;
		margin: auto;
	}

	.sp-menu>ul>li {
		width: 100%;
		box-sizing: border-box;
		position: relative;
	}

	.sp-menu>ul>li>a {
		padding: 1.3em 1em;
		color: #fff;
		display: block;
		position: relative;
		border-bottom: 1vw dotted #fff;
		text-decoration: none;
		font-size: 4.8vw;
		box-sizing: border-box;
	}

	.sp-menu>ul>li>a.active {
		border-bottom: none;
	}

	.sp-menu>ul>li.theEnd {
		overflow: hidden;
	}

	.sp-menu>ul>li.theEnd a {
		border-bottom: none;
		width: 50%;
		float: left;
		box-sizing: border-box;
		border-right: 1px solid #ff981d;
		text-align: center;
	}

	.sp-menu>ul>li.theEnd a:last-child {
		float: right;
		border-right: none;
	}

	.sp-menu>ul>li>.toggle {
		width: 10vw;
		height: 10vw;
		position: absolute;
		right: 1vw;
		top: 4vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sp-menu>ul>li>div.toggle::after {
		font-family: "FontAwesome";
		content: "\f107";
		font-size: 7vw;
		transition: all .4s;
		color: #fff;
	}

	.sp-menu>ul>li>div.active::after {
		font-family: "FontAwesome";
		content: "\f106";
		font-size: 7vw;
		color: #fff;
	}


	.sp-menu>ul>li>ul {
		display: none;
		width: 100%;
		background: #fff;
		box-sizing: border-box;
		padding: 1em 4vw;
	}


	.sp-menu>ul>li>ul>li {}

	.sp-menu>ul>li>ul>li>a {
		color: #333;
		text-decoration: none;
		padding: 1em 0;
		display: block;
		font-size: 3.7vw;
	}

	.sp-menu>ul>li>ul>li>a::before {
		font-family: "FontAwesome";
		content: "\f04b";
		margin-right: 0.4em;
		color: #bfc0c0;
		font-size: 3vw;
		transform: scale(0.4, 0.8);
		display: block;
		margin-top: 0.5vw;
		float: left;
	}


	.childMenu ul>li a {
		background: #00ad94;
		;
		color: #ffffff;
		border-bottom: 1px dotted #ffffff;
		text-indent: 1em;
	}

	.childMenu ul>li:last-child a {
		border-bottom: none;
	}

	.childMenu ul>li a::after {
		content: '\f105';
		font-family: 'FontAwesome';
		font-weight: bold;
		float: right;
	}

	.childMenu {
		display: none;
	}

	.childMenu h3 {
		padding: 0.5em;
		font-weight: normal;
		font-size: 90%;
		border-bottom: 1px solid #00ad93;
		background: #c2f3e1;
		text-indent: 1.5em;
	}

	.childMenu h3.toggle::after {
		content: '+';
		float: right;
		margin-right: 3vw;
		color: #00ad93;
	}

	.childMenu h3.active::after {
		content: '-';
		float: right;
		margin-right: 3vw;
		color: #00ad93;
	}

	.childMenu ul {
		display: none;
	}

	.pattern {
		position: absolute;
		top: 5vw;
		left: 3.7vw;
		width: 100%;
		text-align: center;
		z-index: 50;
		font-size: 4.5vw;
		color: #ffffff;
	}

	.slide001 .pattern {
		font-size: 4vw;
		top: 10vw;
		left: 3.7vw;
	}

	.slide002 .pattern {
		font-size: 4.5vw;
		top: 6.8vw;
		left: 3.7vw;
	}

	.pattern img {
		margin-top: 0.8em;
		width: 20vw;
	}

	.nougaki {
		font-size: 2.6vw;
	}

	.nougaki01 {
		top: 15vw;
		left: 4vw;
	}

	.nougaki02 {
		top: 18vw;
		left: 4vw;
	}

	.nougaki03 {
		top: 21vw;
		left: 4vw;
	}

	.slick-dots {
		display: none !important;
	}

	section .sectionBody {
		width: 92%;
		margin: 0 auto;
	}


	.ex1 div {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 49%;
		height: 80px;
		border: 1px solid #ff981e;
		box-sizing: border-box;
		margin: 0 1% 10px 0;
		float: left;
		text-align: center;
	}

	.ex1 div:nth-child(even) {
		margin: 0 0 10px 1%;
		float: right;
	}

	.ex1 div span {
		line-height: 1.4;
		color: #ff981e;
		font-weight: bold;
		font-size: 65%;
	}

	.telBox {
		width: 100%;
		height: 12.6vw;
		background: #cce0fe;
		display: flex;
		justify-content: space-between;
	}

	.telBox p {
		width: 48.1vw;
		height: 7.7vw;
		background: #3592f6;
		color: #fff;
		margin: auto;
		border-radius: 4px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 4.5vw;
		text-align: center;
	}

	.telBox p a {
		color: #fff;
		text-decoration: none;
	}


	section.indexPage02,
	section.indexPage03 {
		width: 100%;
	}

	section.indexPage02 {
		height: 250vw;
		background-size: 280vh;
		background-position: top -180px center;
	}

	section.indexPage02 .sectionInner {
		height: 250vw;
	}

	main section {
		padding: 0 0 0;
		margin-bottom: 3em;
	}

	section h2 {
		text-align: left;
		font-size: 4vw;
		font-family: a-otf-ryumin-pr6n, serif;
		font-weight: 400;
		font-style: normal;
		color: #3e3a39;
		margin-bottom: 1em;
		border-top: 0.2vw solid #bfbfbf;
		border-bottom: 0.2vw solid #bfbfbf;
		box-sizing: border-box;
		padding: 0.6em 0 0.6em 1.2em;
		position: relative;
	}

	section h2::before {
		content: '';
		width: 3vw;
		height: 3vw;
		box-sizing: border-box;
		border: 0.2vw solid #3592f6;
		border-radius: 50%;
		position: absolute;
		top: 3.8vw;
		left: 0.5vw;
	}

	section h2::after {
		content: '';
		width: 1.2vw;
		height: 1.2vw;
		box-sizing: border-box;
		background: #3592f6;
		border-radius: 50%;
		position: absolute;
		top: 4.7vw;
		left: 1.4vw;
	}

	section h3 {
		text-align: left;
		font-size: 4vw;
		font-family: a-otf-ryumin-pr6n, serif;
		font-weight: 400;
		font-style: normal;
		color: #fff;
		background: #aaaaaa;
		border-radius: 4px;
		margin-bottom: 1em;
		box-sizing: border-box;
		padding: 0.5em 0.9em 0.6em;
		line-height: 1.4;
	}

	section h4 {
		font-size: 3.8vw;
	}

	section h5 {
		font-size: 3.6vw;
	}

	section h6 {
		font-size: 3.4vw;
	}

	.modal_trigger {
		margin: 40px auto;
	}



	section.news .sectionBody {
		width: 100%;
		margin: 0 auto;
	}


	.cat-rec {
		letter-spacing: 10px;
		text-indent: 10px;
	}

	p.toIchiran {
		position: absolute;
		bottom: 0;
		right: 2vw;
		width: 100%;
		text-align: right;
	}

	.toIchiran a {
		color: #2457a8;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		font-size: 3.5vw;
		font-family: a-otf-ryumin-pr6n, serif;
		font-weight: 400;
		position: relative;
		padding-right: 0.8em;
	}

	.toIchiran a::after {
		font-family: "FontAwesome";
		content: "\f105";
		display: inline-block;
		position: absolute;
		top: 1px;
		right: 0;
	}

	.kochiraLeft {
		margin-top: 1.2em;
	}

	.kochiraLeft ul li a,
	.kochiraRight ul li a {
		font-size: 3.4vw;
	}

	.kochiraLeft span.infoCat,
	.kochiraRight span.infoCat {
		width: 17.3vw;
		height: 3.3vw;
		line-height: 3.3vw;
		font-size: 2.6vw;
		text-align: center;
		color: #fff;
		display: inline-block;
		margin-right: 0.2em;
	}














	footer {
		width: 100%;
		background: #ffffff;
		padding: 0 0 0;
		margin: 0 0 0 0;
	}

	.footerBody {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		padding-bottom: 0;
	}


	.footNavSP {
		background: #ffffff;
		border-top: 1px solid #ff981d;
		border-bottom: 1px solid #ff981d;
	}

	.footNavSP>ul>li {
		width: 100%;
		box-sizing: border-box;
		position: relative;
	}

	.footNavSP>ul>li a {
		padding: 0.7em 7%;
		color: #333333;
		display: block;
		position: relative;
		background: #ffffff;
		border-bottom: 1px solid #ff981d;
		text-decoration: none;
		font-size: 90%;
	}

	.footNavSP>ul>li>.toggle {
		width: 25%;
		height: 34px;
		position: absolute;
		right: 0;
		top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footNavSP>ul>li>ul {
		display: none;
		width: 100%;
		background: #ff981e;
	}

	.footNavSP>ul>li>.toggle::after {
		content: '＋';
		font-size: 90%;
		transition: all .4s;
		color: #ff981d;
	}

	.footNavSP>ul>li>.active::after {
		content: '−';
	}

	.footNavSP>ul>li>ul>li a {
		color: #ffffff;
		text-indent: 1em;
		border-bottom: 1px dotted #ffffff;
		width: 85%;
		background: #ff981e;
		padding: 0.7em 0.5em 0.7em 1.5em;
	}

	.footNavSP>ul>li>ul>li a::after {
		content: '\f105';
		font-family: 'FontAwesome';
		font-weight: bold;
		float: right;
	}

	.footNavSP>ul>li.theEnd {
		overflow: hidden;
	}

	.footNavSP>ul>li.theEnd a {
		border-bottom: none;
		width: 50%;
		float: left;
		box-sizing: border-box;
		border-right: 1px solid #ff981d;
		text-align: center;
	}

	.footNavSP>ul>li.theEnd a:last-child {
		float: right;
		border-right: none;
	}


	.rights img {
		width: 20%;
		background: #ffffff;
		text-align: center;
		margin: 0 auto;
	}

	.rights {
		width: 100%;
		background: #fff;
		text-align: center;
		padding: 0.5em 0;
		margin-top: 0;
		height: auto;
		line-height: 1.0;
	}

	.copyright {
		font-size: 2.1vw;
		margin-top: 0;
	}

	#back-top {
		position: fixed;
		bottom: 18vw;
		right: 5vw;
		z-index: 8888;
	}




	.modal_inner {
		background-color: #f4f4f6;
		position: absolute;
		top: 5%;
		left: 5%;
		padding: 2em;
		width: 90%;
		box-sizing: border-box;
	}

	.modal_block figure {
		float: none;
		width: 100%;
		height: auto;
	}



	.breadCrumb {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0.2em 3vw;
		height: auto;
		margin-top: 18.9vw;
	}

	.breadCrumb ul {
		width: 100%;
		box-sizing: border-box;
	}

	.breadCrumb span.home {
		margin-left: 0;
	}

	.breadCrumb ul li,
	.breadCrumb span {
		font-size: 2.4vw;
		line-height: 1.4;
	}

	.breadCrumb ul li a,
	.breadCrumb span a {
		font-size: 2.4vw;
		height: 6vw;
		line-height: 6vw;
	}

	.content {
		width: 94vw;
		margin: 0 auto;
		display: block;
	}

	.contentBody {
		width: 92%;
		margin: 0 auto;
		overflow: hidden;
	}

	main {
		width: 100%;
		float: none;
	}

	ul.childrenList li {
		width: 45.8vw;
		height: 9.5vw;
		box-sizing: border-box;
		border: 0.1vw solid #2457a8;
		margin-bottom: 3vw;
	}

	ul.childrenList::after {
		display: block;
		content: "";
		width: 45.8vw;
	}

	ul.childrenList.recruitJobs {
		margin-bottom: 0;
	}

	ul.childrenList li::before {
		font-family: "FontAwesome";
		content: "\f04b";
		margin-right: 0.4em;
		color: #bfc0c0;
		font-size: 3vw;
		transform: scale(0.4, 0.8);
		display: inline-block;
		position: absolute;
		top: 2.6vw;
		left: 1vw;
	}

	ul.childrenList li a {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding: 0 1em 0 1.5em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-decoration: none;
		font-size: 3.2vw;
	}

	aside {
		display: none;
	}


	img.alignright {
		width: 40%;
	}

	img.alignleft {
		width: 40%;
		height: auto;
	}





	.petitInfo {
		position: absolute;
		bottom: 3.5vw;
		left: 0;
		width: 100%;
		height: auto;
	}

	.petitInfo ul {
		display: block;
		justify-content: center;
		width: 94%;
		margin: 0 auto;
	}

	.petitInfo ul li {
		width: calc(100% / 3);
		height: 36px;
		float: left;
	}

	.petitInfo ul li a {
		display: block;
		text-align: center;
		line-height: 36px;
		background: #ffffff;
		text-decoration: none;
		color: #333333;
		transition: all 0.4s ease;
		font-size: 0.7rem;
	}







	.footAddress {
		border-bottom: none;
	}



	.modal_inner {
		background-color: #f4f4f6;
		left: 10%;
		position: absolute;
		top: 10%;
		padding: 3em 1em 2em;
		width: 80vw;
		box-sizing: border-box;
	}











	.pattern {
		color: #3592f6;
		text-align: left;
		top: 17vw;
		left: 4.5vw;
		text-shadow: -1px -1px 3px #fff, -2px -2px 3px #fff, 1px 1px 3px #fff, 2px 2px 3px #fff;
	}

	.slide002 .pattern {
		top: 5.6vw;
		left: 4.5vw;
	}

	.nougaki01 {
		top: 15vw;
	}

	.nougaki02 {
		top: 24vw;
	}

	.nougaki03 {
		top: 33vw;
	}

	section.indexPage01 {
		padding-top: 10vw;
		width: 100%;
	}

	.home section h2 {
		text-align: center;
		font-family: a-otf-ryumin-pr6n, serif;
		font-weight: 400;
		font-size: 4.5vw;
		color: #2457a8;
		margin-bottom: 10vw;
		padding: 20vw 0 0 0;
		margin-top: -20vw;
	}

	.infoBnrBox {
		width: 86vw;
		margin: 0 auto 0.8vw;
		overflow: hidden;
	}

	.infoBnrBox ul {
		flex-wrap: wrap;
	}

	.infoBnrBox ul li {
		width: 41vw;
		height: 20vw;
	}

	.infoBnrBox ul li a span {
		display: block;
		width: 9.3vw;
		height: 9.3vw;
		border-radius: 50%;
		background: #2457a8;
		margin: 0 auto 2vw;
	}

	.infoBnrBox ul li.infoBnr01 a span i,
	.infoBnrBox ul li.infoBnr02 a span i,
	.infoBnrBox ul li.infoBnr03 a span i,
	.infoBnrBox ul li.infoBnr04 a span i {
		font-size: 5.6vw;
		padding-top: 0.4em;
	}

	.infoBnrBox ul li.infoBnr04 a span img {
		width: 8.8vw;
		height: auto;
		margin-top: 0.6vw;
	}

	.infoBnrBox ul li a {
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		text-align: center;
		text-decoration: none;
		color: #333;
		padding: 2.2vw 0;
		font-size: 3.7vw;
		box-sizing: border-box;
	}

	.infoBnrBox ul li {
		margin-bottom: 3vw;
	}

	.infoScheBox {
		width: 86vw;
		margin: 0 auto 5vw;
		overflow: hidden;
		display: block;
	}

	.infoScheBox dl {
		margin-bottom: 5vw;
	}

	.infoScheBox dl dt,
	.infoScheBox dl.infoScheDl02 dt {
		width: 100%;
		height: auto;
		line-height: 1.0;
		box-sizing: border-box;
		float: none;
		color: #fff;
		font-size: 3.7vw;
		text-align: center;
		padding: 0.4em 0;
	}

	.infoScheBox dl dd,
	.infoScheBox dl.infoScheDl02 dd {
		width: 100%;
		box-sizing: border-box;
		float: none;
		font-size: 3.4vw;
		line-height: 1.4;
		padding: 0.8em;
		background: #fff;
	}

	.infoSche {
		width: 100%;
	}

	section.indexPage02 .sectionInner {
		width: 94%;
		margin: 0 auto;
		background: rgba(255, 255, 255, 0.7);
		box-sizing: border-box;
		padding: 25vw 2vw 5vw;
	}

	.home section.indexPage03 h2 {
		margin-bottom: 5vw;
	}

	.home section.indexPage02 h2 {
		margin-bottom: 10vw;
	}

	.annaiBox {
		display: block;
	}

	.annaiBox .tabNav {
		width: 100%;
		height: auto;
		display: flex;
	}

	.annaiBoxLeft {
		width: 100%;
	}

	.annaiBox .tabNav li a {
		font-size: 3.7vw;
		padding: 0.4em 0;
		line-height: 1.0;
	}

	.indexInfoCont {
		width: 100%;
		height: 74vw;
		overflow-y: scroll;
		box-sizing: border-box;
		padding: 0.8em 1em;
		margin-bottom: 5vw;
	}

	.indexInfoCont dl {
		display: block;
		width: 100%;
		margin-bottom: 7vw;
		position: relative;
	}

	.indexInfoCont dl dt {
		width: 100%;
		font-size: 3.4vw;
		line-height: 1.0;
		margin-bottom: 2vw;
	}

	.indexInfoCont dl dd {
		width: 100%;
		overflow: visible;
	}

	.indexInfoCont dl dd span.postTtl {
		width: auto;
		display: block;
		float: none;
	}

	.indexInfoCont dl dd a {
		font-size: 3.4vw;
		text-decoration: none;
		line-height: 1.2;
		color: #333;
	}

	.indexInfoCont dl dd span.infoCat {
		width: 17.3vw;
		height: 3.3vw;
		line-height: 3.3vw;
		font-size: 2.6vw;
		text-align: center;
		color: #fff;
		display: block;
		float: right;
		margin-right: 0;
		position: absolute;
		top: 0;
		left: 28vw;
	}

	.annaiBoxRight {
		width: 100%;
		height: 80vw;
		overflow-y: scroll;
		margin-top: 2em;
	}

	.annaiBoxRight dl {
		width: 100%;
		margin-bottom: 3vw;
		background: #fff;
		border-left: 2.3vw solid #2457a8;
		padding: 0.8em 0.5em;
		box-sizing: border-box;
		margin-right: 0;
	}

	.annaiBoxRight dl dt span.postDate {
		width: auto;
		font-size: 3.4vw;
		line-height: 1.0;
		float: left;
	}

	.annaiBoxRight dl dt span.infoCat {
		width: 17.3vw;
		height: 3.3vw;
		line-height: 3.3vw;
		font-size: 2.6vw;
		text-align: center;
		color: #fff;
		display: block;
		float: left;
		margin-right: 0;
	}

	.annaiBoxRight dl dd a {
		font-size: 3.4vw;
		text-decoration: none;
		line-height: 1.2;
		color: #333;
	}

	.kochiraRight {
		position: absolute;
		top: 227vw;
		right: unset;
		left: 2vw;
	}


	section.indexPage03 .sectionInner {
		width: 94%;
		margin: 0 auto;
		background: rgba(255, 255, 255, 0.7);
		box-sizing: border-box;
		padding: 5vw 2vw 0;
	}

	.pickUpBox {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.pickUpBox dl {
		width: 43.6vw;
		height: 20.8vw;
		display: block;
		position: relative;
		margin-bottom: 3vw;
		overflow: hidden;
	}

	.pickUpBox dl dd {
		position: absolute;
		bottom: unset;
		top: 0;
		left: 0;
		width: 100%;
		background: rgba(67, 141, 251, 0.9);
		color: #fff;
		font-size: 3.2vw;
		text-align: center;
		padding: 0.2em 0 0.3em;
		line-height: 1.2;
	}

	section.indexPage03 {
		padding-bottom: 0;
		background-size: 250vw;
		height: 130vw;
	}

	section.indexPage04 {
		width: 100%;
		background: #FFF;
		padding-top: 0;
		padding-bottom: 5vw;
	}

	section.indexPage04 .sectionInner {
		width: 94%;
		margin: 0 auto;
		background: rgba(255, 255, 255, 0.7);
		box-sizing: border-box;
		padding: 5vw 2vw 5vw;
	}

	.toRecruitBox {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		box-sizing: border-box;
		height: auto;
		border-right: none;
	}

	.toRecruitBox dl {
		width: calc(100% / 3);
		position: relative;
		box-sizing: border-box;
		border-left: 1px solid #b5b5b5;
		height: 35vw;
		text-align: center;
		padding-top: 2.8vw;
		margin-bottom: 3vw;
	}

	.toRecruitBox dl dt {
		width: 17vw;
		text-align: center;
		margin: 0 auto;
	}

	.toRecruitBox dl dt img {
		width: 100%;
		height: auto;
	}

	.toRecruitBox dl dd {
		position: absolute;
		bottom: 2.8vw;
		left: 0;
		width: 100%;
		font-size: 3.7vw;
		font-weight: 300;
	}

	.toRecruitBox dl:nth-child(3n) {
		border-right: 1px solid #b5b5b5;
	}

	.infoScheBox p {
		font-size: 3.4vw;
	}

	/*ご挨拶ページ　顔写真 */
	.greeting-about-img-halfsize {
		width: 48%;
		height: auto;
		float: left;
		margin-right: 1em;
		margin-left: 0.5em;
	}


	/* 共通スタイル */
	p,
	main ul li,
	main ol li {
		font-size: 3.4vw;
	}

	table {
		border-top: 1px solid #595757;
		border-left: 1px solid #595757;
		border-collapse: collapse;
		border-spacing: 0;
		margin-bottom: 6vw;
		width: 100%;
	}

	table th {
		padding: 0.6em 0.5em;
		border-right: 1px solid #595757;
		border-bottom: 1px solid #595757;
		background: #cbdffe;
		line-height: 1.4;
		font-size: 3.4vw;
		font-weight: normal;
	}

	table td {
		padding: 0.6em 0.2em;
		border-right: 1px solid #595757;
		border-bottom: 1px solid #595757;
		line-height: 1.8;
		font-size: 3.4vw;
		text-align: center;
		vertical-align: middle;
	}

	table td.alignleft {
		text-align: left;
	}


	main ul li {
		position: relative;
		padding-left: 1em;
	}

	main ul li:before {
		top: 2.1vw;
		left: 0.7vw;
		width: 0.5vw;
		height: 0.5vw;
		border: 1px solid #333;
	}

	main ul.circle {
		list-style-type: none;
		margin-left: 0;
	}

	main ul.circle li {
		position: relative;
		padding-left: 15px;
	}

	main ul.circle li:before {
		top: 1.5vw;
		left: 0;
		width: 1.8vw;
		height: 1.8vw;
		border: 1px solid #333;
	}

	main ol li {
		padding-left: 0;
	}

	.scroll-x {
		overflow-x: scroll;
	}

	.scroll-x table {
		white-space: nowrap;
	}

	.scroll-x table th,
	.scroll-x table td {
		text-size-adjust: none;
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}

	.infoListBox {
		width: 100%;
		margin: 0 auto 0;
	}

	.infoListBox dl {
		position: relative;
	}

	.infoListBox dl dt {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding: 1em 0.5em 0.4em 0.6em;
		font-size: 3.7vw;
	}

	.infoListBox dl dd span.infoCat {
		float: none;
		font-size: 2.7vw;
		color: #fff;
		width: 18vw;
		height: 4.8vw;
		line-height: 4.8vw;
		text-align: center;
		position: absolute;
		top: 2.6vw;
		right: 50vw;
	}

	.infoListBox dl dd {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding: 0 0.5em 0.5em;
	}

	.infoListBox dl dd a {
		font-size: 3.7vw;
	}

	.infoListBox dl dd span.postTtl {
		width: 100%;
		display: inline-block;
		line-height: 1.4;
	}

	img.size-large {
		width: 100%;
		height: auto;
	}





	/* サイズ調整など */
	.fontSize26 {
		font-size: 4.8vw;
	}



	/* フォトライブラリ */
	.parentContent {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.parentContent .wp-caption {
		width: 45vw !important;
		text-align: center;
		overflow: hidden;
		font-size: 3.4vw;
	}

	.parentContent .wp-caption img {
		width: 100%;
		height: auto;
	}

	.wpcf7 {
		width: 100%;
		margin: 0 auto;
	}

	.wpcf7 input,
	.wpcf7 textarea {
		padding: 0.5em;
		border: 1px solid #dedede;
		width: 95%;
		box-sizing: border-box;
	}

	p.douzo {
		width: 100%;
		margin: 0 auto 2em;
	}

	.wpcf7 form dl {
		width: 100%;
		overflow: hidden;
		margin-bottom: 1em;

	}

	.wpcf7 form dl dt {
		width: 100%;
		float: none;
	}

	.wpcf7 form dl dd {
		width: 100%;
		float: none;
	}

	input.wpcf7-submit {
		width: 50%;
		margin: 1em 25%;
		border: none;
		background: #3592f6;
		color: #fff;
		cursor: pointer;
		font-size: 14px;
		padding: 0.5em 0;
	}

	.yao-hosp_info .parentContent .wp-caption a {
		width: 45vw !important;
		height: 30vw;
		overflow: hidden;
		display: block;
	}

	.wp-pagenavi {
		clear: both;
		height: 30px;
		margin: 3em auto 5em;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		line-height: 2.5;
		float: left;
	}

	.wp-pagenavi a,
	.wp-pagenavi span {
		padding: 0 0.8em;
		font-size: 3.4vw;
	}

	section .siteMapContent h3 {
		text-align: left;
		font-size: 4vw;
		font-family: a-otf-ryumin-pr6n, serif;
		font-weight: 400;
		font-style: normal;
		color: #333;
		background: #fff;
		border-radius: 8px;
		margin-top: 0;
		margin-bottom: 0;
		box-sizing: border-box;
		padding: 0.4em 0.9em 0.5em;
	}

	.siteMapList h3 a {
		font-size: 4vw;
	}

	.siteMapList ul {
		width: 100%;
		box-sizing: border-box;
		padding: 0.5em;
	}

	.siteMapList ul li {
		margin-bottom: 0.8em;
		width: 90%;
	}

	.spInnerSearch {
		width: 100%;
		margin: 0 auto 1.5em;
	}

	.spInnerSearch form {
		width: 80%;
		margin: 0 auto 0;
		display: flex;
	}

	.spInnerSearch form input {
		padding: 0.5em;
		font-size: 4vw;
		width: 60%;
		box-sizing: border-box;
		border: none;
		border-radius: 4px 0 0 4px;
	}

	.spInnerSearch form button {
		width: 38%;
		padding: 0.5em;
		font-size: 4vw;
		background: #10547e;
		color: #fff;
		border: none;
		border-radius: 0 4px 4px 0;
	}

	.home section h2.hidari {
		text-align: center;
		font-family: a-otf-ryumin-pr6n, serif;
		font-weight: 400;
		font-size: 4.5vw;
		color: #2457a8;
		margin-bottom: 0;
		border: none;
		position: absolute;
		top: 5vw;
		left: 0;
		width: 100%;
		padding: 0 0 0 0;
		margin-top: 0;
	}

	.home section h2.migi {
		text-align: center;
		font-family: a-otf-ryumin-pr6n, serif;
		font-weight: 400;
		font-size: 4.5vw;
		color: #2457a8;
		margin-bottom: 0;
		border: none;
		position: static;
		width: 100%;
		margin-top: 9vw;
		padding: 0 0 0 0;
	}

	.category-description {
		font-size: 3vw;
		line-height: 1.4;
		margin-top: 15px;
		margin-bottom: 30px;
		background-color: #f7f7f7;
		padding: 5px 20px;
		border-radius: 3px;
		border: 1px solid #ddd;
	}

	/* 丸数字箇条書き */
	ol.encircled-number {
		counter-reset: my-counter;
		list-style: none;
		padding: 0;
	}

	.encircled-number li {
		margin-bottom: 9px;
		padding-left: 30px;
		position: relative;
	}

	.encircled-number li:before {
		font-size: .9em;
		content: counter(my-counter);
		counter-increment: my-counter;
		border: 1px solid #000;
		color: #222;
		display: block;
		float: left;
		line-height: 17px;
		margin-top: 1px;
		margin-left: -30px;
		text-align: center;
		height: 18px;
		width: 18px;
		border-radius: 50%;
	}

	.encircled-number2 {
		padding-left: 1em;
	}

	.encircled-number2 li {
		list-style: disc;
		padding-left: 0em;
		margin-bottom: 0em;
	}

	.encircled-number2 li:before {
		content: none;
	}

	/*看護局　スペシャリストカード */
	.NsCard {
		display: block;
	}

	.NsCard img {
		width: 100px;
		float: left;
	}

	/************************************
	** お問い合わせフォームの入力
	************************************/
	#cf-tbl table,
	#cf-tbl table tbody,
	#cf-tbl table tr,
	#cf-tbl table tr th,
	#cf-tbl table tr td {
		display: block;
	}

	#cf-tbl table {
		width: 91%;
		margin: 3%;
		border-width: 0 0 1px 0;
	}

	#cf-tbl table tr th,
	#cf-tbl table tr td {
		width: 93%;
		padding: 3% 5%;
	}

	#cf-tbl table tr td {
		border-width: 0px 1px 0px 1px;
	}

	#cf-tbl input.wpcf7-form-control.wpcf7-text,
	/* 入力項目を見やすく */
	#cf-tbl textarea.wpcf7-form-control.wpcf7-textarea,
	#cf-tbl input.wpcf7-form-control.wpcf7-date {
		width: 100%;
		font-size: 1em;
		border: 1px solid #d0d5d8;
		border-radius: 3px;
		background-color: #eff1f5;
	}

	#cf-tbl .wpcf7-list-item input {
		width: 20px;
	}

	#cf-tbl textarea.wpcf7-form-control.wpcf7-textarea {
		height: 200px;
		resize: none;
	}

	#cf-tbl input.wpcf7-submit {
		width: 70%;
		margin-left: 16%;
		background: #ffaa56;
	}

	.NsCardLink {
		display: block;
		height: 60px;
		margin-top: -83px;
		content: '';
	}

}

/* プリントアウト時にヘッダ部分の出力を１頁目のみに変更 */
@media print {
	header {
		position: absolute;
	}
}