<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* style.css */
/* H2タイトル -*/
.page-title {
	overflow: hidden;
	position: relative;
	background: url(img/title_bg.jpg)no-repeat center / cover;
	text-align: center;
	padding: 1em 0;
}
.page-title h2 {
	color: #333;
	font-size: 30px;
	letter-spacing: 0.15em;
	font-weight: bold;
	position: relative;
	line-height: 1.4em;
	padding: 1em 0;
	display: table;
	margin: 0 auto;
}
ul.gallery {
	margin-bottom: 1.5em;
}
.btn-style {
	text-align: center;
}
.btn-style a {
	background: #008cd6;
	width: 320px;
	max-width: 100%;
	padding: 1em 1.5em;
	text-align: center;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	line-height: 1.2;
	box-sizing: border-box;
	font-size: 16px;
	position: relative;
	border-radius: 5px;
}
.btn-style a::after {
	content: '';
	position: absolute;
	top: 44%;
	right: 5%;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-style a:hover:after {
	right: 4%;
}
.btn-style a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
}
.under .btn-style a {
	width: auto;
	min-width: 280px;
}
.entry-block {
	/* 一投稿を囲むブロック */
	padding-bottom: 1.5em;
	margin-bottom: 2em;
	border-bottom: 1px dotted #ccc;
}
.entry-block .dateBlock {
	/* 日時 */
	color: #888;
	font-size: 13px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
/* ブログページのカテゴリーリスト */
#aside .menu-blog {
	padding: 10px 10px 20px;
	box-sizing: border-box;
	margin-top: 1em;
	background: #e5f3fb;
}
#aside .menu-blog h3 {
	border-bottom: 1px dotted #008cd6;
	color: #008cd6;
	font-size: 18px;
	padding: 0.6em 0 0.7em;
	text-align: center;
	margin-bottom: 0.8em;
	letter-spacing: 0.12em;
}
#aside .menu-blog li {
	font-size: 11px;
}
#aside .menu-blog li a {
	position: relative;
	padding-left: 1em;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
#aside .menu-blog li a:hover {
	color: #008cd6;
	text-decoration: none;
}
#aside .menu-blog li a::after {
	position: absolute;
	content: "";
	top: 0.5em;
	left: 0.3em;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #008cd6;
}
/* ページネーション */
.pager {
	font-size: 88%;
	/*14px*/
	margin-bottom: 3em;
}
.pager span.current, .pager a {
	display: inline-block;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #fff;
	text-decoration: none;
	color: #008cd6;
	text-align: center;
}
.pager a:hover {
	background: #ccc;
	color: #fff;
}
.pager span.current {
	/* 今のページ */
	background: #ccc;
	color: #fff;
}
/* H3 */
.post-type-page h3, .under h3 {
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding: 0.9em 0.5em 0.8em;
	margin-bottom: 1em;
	position: relative;
	text-align: center;
	margin-top: 1.8em;
	border-radius: 10px;
	background: #008cd6;
}
.post-type-page h3::before, .under h3::before, .mainblock&gt;h3:first-child, .mainblock&gt;div:first-child h3, .mainblock&gt;h3:first-of-type {
	margin-top: 0;
}
/* H4 投稿タイトル */
.entry-block h3, .mce-content-body h4, .under h4 {
	font-weight: bold;
	padding: 0.2em 0 0.2em 30px;
	background-size: 1.4em;
	font-size: 22px;
	letter-spacing: 0.06em;
	position: relative;
	line-height: 1.4em;
	margin-bottom: 1.2em;
	margin-top: 3em;
	color: #333;
	border-bottom: 2px solid #008cd6;
}
.under h4::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 3px;
	left: 0;
	margin: 0 auto;
	width: 20px;
	height: 40px;
	background: url(img/h4_icon.png)no-repeat center / cover
}
.mce-content-body div.h3+h4, div.h3+h4, .bg-block&gt;h4, .border-block&gt;h4 {
	margin-top: 0;
}
.entry-block .dateBlock+h3 {
	margin-top: 10px !important;
}
.mce-content-body .top01 h4 {
	border: inherit;
	text-align: inherit;
}
/* 投稿タイトルのみ */
.entry-block h3 {
	font-size: 18px;
	margin-top: 50px !important;
}
.entry-block h3 a {
	color: #666;
	text-decoration: none;
}
.entry-block h3 a:hover {
	color: #008cd6;
}
/* H5 */
.mce-content-body h5, .under h5 {
	font-size: 18px;
	display: table;
	color: #fff;
	background: #32b1cc;
	position: relative;
	padding: 0.3em 0.8em 0.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
	margin-top: 1.2em;
	background-size: 1.5em;
}
.under h4+h5, .under div.h4+h5 {
	margin-top: 0 !important;
}
/* H6 */
.post-type-page h6, .under h6 {
	font-size: 107%;
	line-height: 1.4;
	margin-bottom: 0.5em;
	margin-top: 20px;
	font-weight: normal;
	padding: 0.2em 0.8em 0.1em 0.8em;
	overflow: hidden;
	color: #CD759B;
	position: relative;
	display: table;
	border-left: 3px solid #CD759B;
}
/* 数字付きの見出し */
.number {
	display: inline-block;
	vertical-align: baseline;
	font-size: 76%;
	padding: 0.2em 0.6em 0.1em;
	margin-right: 0.4em;
	background: #008cd6;
	color: #fff;
	border-radius: 3px;
	margin-bottom: 0.2em;
	line-height: 1.4;
}
h3.number_title .number {
	font-size: 140%;
	font-style: italic;
	color: #008cd6;
	background: none;
	padding: 0;
	margin: 0 0.3em 0 0;
	position: relative;
}
h3.number_title .number::after {
	content: "."
}
h4.number_title {
	background: none;
}
h4.number_title .number {
	font-size: 140%;
	font-style: italic;
	color: #008cd6;
	background: none;
	padding: 0;
	margin: 0 0.3em 0 0;
	position: relative;
}
h4.number_title .number::after {
	content: "."
}
.mce-content-body h5.number_title,
.under h5.number_title {
	border: none;
	margin-bottom: 0.5em;
}
/* title */
.title p {
	font-size: 22px;
	font-weight: bold;
	color: #008cd6;
	background: #e5f3fb;
	margin: 20px 0;
	text-align: center;
	padding: 30px 0 20px;
}
.title p a {
	color: #008cd6;
}
.h3+.title p, h4+.title p {
	margin-top: 0;
}
.page-list {
	padding: 25px 25px 15px;
	background: #e5f3fb;
}
/* UL */
/* ul01 */
.ul01 {
	margin-bottom: 1em;
}
.ul01 li {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 1.5em;
	box-sizing: border-box;
}
.ul01 li:last-child {
	margin-bottom: 0;
}
.ul01 li::before {
	position: absolute;
	content: "";
	width: 0.5em;
	height: 0.5em;
	background: #32b1cc;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0.35em;
}
/* ul02 */
.ul02 {
	margin-bottom: 1em;
}
.ul02 li {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 1.7em;
	box-sizing: border-box;
}
.ul02 li::before {
	position: absolute;
	content: "";
	width: 0.5em;
	height: 0.5em;
	border: 3px solid #32b1cc;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0.38em;
}
/* ul_check チェックのリスト */
.ul_check, .ul_arrow {
	margin-bottom: 1em;
}
.ul_check {
	background: #e5f3fb;
	padding: 3%;
}
.ul_check li {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 1.8em;
}
.ul_check li:last-child {
	margin-bottom: 0;
}
.ul_check li::before {
	position: absolute;
	content: "";
	width: 1em;
	height: 1em;
	background: #32b1cc;
	border: 1px solid #32b1cc;
	top: 4px;
	left: 5px;
}
ul.ul_check li:after {
	display: block;
	content: '';
	position: absolute;
	top: 9px;
	left: 9px;
	width: 8px;
	height: 3px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 10;
}
/* ul_arrow 右向き三角のリスト */
.ul_arrow li {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 1.2em;
}
.ul_arrow li:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0.35em;
	left: 7px;
	margin: 0px 0 0 0;
	border: 6px solid transparent;
	border-top: 8px solid #008cd6;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.ul_arrow li a {
	text-decoration: none;
	color: #008cd6;
}
.ul_arrow li a:hover {
	text-decoration: underline;
}
/* -横並びリスト */
.ul-yoko {
	margin-bottom: 1em;
	padding: 1em;
	box-sizing: border-box;
	background: #EDF2FA;
	display: inline-block;
}
.ul-yoko li {
	display: inline-block;
	padding: 0.5em;
	box-sizing: border-box;
	background: #fff;
	font-size: 18px;
}
.ul-yoko li:not(:last-child) {
	margin-right: 0.5em;
}
/* OL */
ol.ol01 {
	margin-bottom: 1.2em;
}
ol.ol01 li {
	position: relative;
	margin-bottom: 0.4em;
}
ol.ollist {
	margin-bottom: 1.2em;
}
ol.ollist li {
	margin-bottom: 0.5em;
	list-style-type: none;
	list-style-position: inside;
	counter-increment: ollist;
}
ol.ollist li:before {
	display: marker;
	content: "(" counter(ollist) ") ";
}
/* 数字のOLリスト */
ol.ol_decimal {
	margin-bottom: 1.2em;
}
ol.ol_decimal {
	counter-reset: li;
	list-style: none;
	padding-left: 0;
}
ol.ol_decimal&gt;li {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 2.5em;
}
ol.ol_decimal&gt;li:before {
	content: counter(li) "";
	counter-increment: li;
	position: absolute;
	left: 0;
	width: 1.8em;
	height: 1.8em;
	background: #008cd6;
	border-radius: 50px;
	color: #fff;
	line-height: 1.8;
	text-align: center;
}
/* 横並びリスト */
.float-list {
	overflow: hidden;
}
.float-list li {
	margin-bottom: 0.5em;
}
dl.dl01 {
	margin-bottom: 0.5em;
}
dl.dl01 dt {
	margin-bottom: 0.5em;
	padding: 0.4em 0.6em;
	position: relative;
	display: inline-block;
	line-height: 1.4em;
	color: #fff;
	background: #008cd6;
}
dl.dl01 dd {
	margin-bottom: 1.2em;
}
/* 数字つきdl */
dl.dl_number dt {
	font-size: 117%;
	color: #ccc;
	font-weight: normal;
	position: relative;
}
dl.dl_number dd {
	padding-left: 2em;
	margin-bottom: 1.2em;
}
.dl_number .number {
	display: inline-block;
	vertical-align: baseline;
	font-size: 15px;
	padding: 0.2em 0.6em 0.1em;
	margin-right: 0.5em;
	background: #ccc;
	color: #fff;
	border-radius: 3px;
	margin-bottom: 0.2em;
	line-height: 1.4;
}
/* 基本のブロック */
.block {
	margin-bottom: 2em;
}
/* クリアフィックスブロック */
.block-inner {
	margin-bottom: 2em;
	/*padding:0 10px;*/
}
.block&gt;.block-inner:last-child {
	margin-bottom: 0;
}
/* ボーダー付きブロック */
.border-block {
	box-sizing: border-box;
	padding: 20px;
	border: 2px dotted #32b1cc;
	margin-bottom: 1.2em;
	border-radius: 10px;
}
/* 背景色付き */
.bg-block {
	box-sizing: border-box;
	padding: 20px;
	background: #e5f3fb;
	margin-bottom: 1.2em;
	overflow: hidden;
	border-radius: 6px;
}
.border-block h5:first-child, .bg-block h5:first-child {
	margin-top: 0 !important;
}
.border-block ul:last-child {
	margin-bottom: 0 !important;
}
/* メリットデメリット*/
.merit-block {
	box-sizing: border-box;
	padding: 20px 20px 5px;
	background: #fcebf2;
	margin-bottom: 1.2em;
	overflow: hidden;
	border-radius: 6px;
}
.merit-block.demerit {
	background: #deebf4;
}
.merit-block h5:first-child {
	margin-top: 0 !important;
}
.merit-block ul:last-child {
	margin-bottom: 0 !important;
}
/* before after */
.ba-block {
	background: url(img/arrow_r.svg) no-repeat center 50%;
	background-size: 3%;
	margin-bottom: 10px;
	font-size: 92%;
}
.ba-block .before {
	float: left;
	width: 47%;
	position: relative;
}
.ba-block .after {
	float: right;
	width: 47%;
}
.ba-block img {
	display: block;
	margin: 0 auto 10px;
}
.batitle {
	text-align: center;
	font-size: 15px;
	color: #ccc;
	margin-bottom: 0.5em !important;
}
/* 流れ */
.flow-block {
	padding: 0 0 1em;
	margin-bottom: 1em;
	position: relative;
}
.flow-block h4 {
	margin-top: 0;
}
.block-inner .flow-block {
	padding: 0 0 1em;
}
.flow-block::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: 0;
	right: 50%;
	margin: 0 -15px -30px 0;
	border: 30px solid transparent;
	border-top: 15px solid #008cd6;
}
.flow-block.flow-right.last-item::after {
	display: none;
}
@media (min-width : 768px) {
	.flow-block.flow-right::after {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		right: 0;
		top: 0;
		margin: auto -45px auto 0;
	}
	.flow-block.flow-right figure img, .flow-block.flow-right p {
		width: 80%;
	}
}
.block&gt;.flow-block:last-child::after, .block-inner&gt;.flow-block:last-child::after {
	display: none;
}
/* Q&amp;A */
.qa-block {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #ccc;
}
.mce-content-body .qa-block h4, .qa-block h4 {
	padding-left: 2em !important;
	border-bottom: none;
	padding-bottom: 0;
	display: block;
	position: relative;
	color: #008cd6;
	background: none;
	margin-top: 10px;
}
.mce-content-body .qa-block h4::before, .qa-block h4::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto !important;
	left: 0;
	background: #008cd6;
	height: 1.6em;
	width: 1.6em;
	border-radius: 50%;
	margin-top: -0.15em;
}
.mce-content-body .qa-block h4::after, .qa-block h4::after {
	position: absolute;
	content: "Q";
	font-size: 82%;
	top: 0;
	bottom: auto !important;
	left: 0.55em;
	color: #fff;
	font-weight: normal;
	border: none;
	background: none;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.qa-block .answer {
	padding-left: 2em !important;
	position: relative;
	padding: 2px;
	margin-left: 30px;
	margin-top: 20px;
}
.answer::before {
	position: absolute;
	content: "";
	top: -2px;
	bottom: auto !important;
	left: 0px;
	background: #32b1cc;
	height: 2em;
	width: 2em;
	border-radius: 50%;
	margin-top: 0.1em;
}
.answer::after {
	position: absolute;
	content: "A";
	font-size: 100%;
	top: 2px;
	bottom: auto !important;
	left: 0.65em;
	color: #fff;
	font-weight: normal;
	border: none;
}
.qa-block .answer p {
	margin: 0;
}
.answer p {
	padding: 0px 0 12px 5px;
}
.wpcf7 dl {
	width: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
	border-top: 1px dashed #ccc;
}
.wpcf7 dl dt, .wpcf7 dl dd {
	padding: 10px 5px;
}
.wpcf7 dl dt {
	clear: both;
	float: left;
}
.wpcf7 dl dd {
	padding-left: 14em;
	border-bottom: 1px dashed #ccc;
}
.wpcf7 .mf {
	font-size: 80%;
	color: #EA0000;
	padding-left: 3px;
}
.wpcf7 .ex, .wpcf7 .subtxt {
	font-size: 88%;
	color: #ccc;
	line-height: 1.4em;
	display: inline-block;
}
.wpcf7 dl dt .requisite, .wpcf7 dl .attention {
	font-size: 78%;
	color: #f45000;
}
.wpcf7 .wpcf7-not-valid-tip {
	font-size: 76%;
	color: #af2223;
}
.wpcf7 dl dd input {
	max-width: 90%;
	width: 500px;
}
.wpcf7 dl dd .radio input, .wpcf7 dl dd .heckbox input {
	width: 20px;
}
.wpcf7 dl dd .radio01 span.wpcf7-list-item, .wpcf7 dl dd .sexes span.wpcf7-list-item, .wpcf7 dl dd .correspondence span.wpcf7-list-item, .wpcf7 dl dd .course span.wpcf7-list-item, .wpcf7 dl dd .health-insurance span.wpcf7-list-item {
	display: block;
}
.wpcf7 dl dd.radio01 input {
	max-width: 48%;
	width: auto;
}
.mainblock .wpcf7 dl dd p {
	margin-bottom: 0;
}
.wpcf7 dl dd textarea {
	max-width: 90%;
	width: 500px;
}
.wpcf7 dl dd .wpcf7-list-item {
	margin-right: 10px;
}
.wpcf7 .btn-style {
	text-align: center;
}
.wpcf7 .btn-style input {
	width: 120px;
	font-size: 16px;
	padding: 0.4em;
}
.btn-style input:hover {
	cursor: pointer;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
#menu-sitemap {
	padding: 0;
}
#menu-sitemap li {
	padding: 0.8em 0.2em 0.7em 1.1em;
	position: relative;
	border-bottom: 2px dotted #eee;
	vertical-align: top;
}
#menu-sitemap li::after {
	display: block;
	content: "";
	position: absolute;
	width: 0.3em;
	height: 0.3em;
	top: 1.4em;
	left: 0.1em;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-sitemap li ul li {
	border-bottom: none;
	padding-bottom: 0;
}
#menu-sitemap li a {
	text-decoration: none;
	color: #333;
}
#menu-sitemap li a:hover {
	color: #008cd6;
}
.gallery li {
	margin-bottom: 20px;
}
.gallery li img {
	margin-bottom: 5px;
}
.googlemap {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.youtube-wrap {
	width: 600px;
	max-width: 100%;
	margin: 0 auto 20px;
}
.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.ao {
	color: #008cd6;
}
.color01 {
	color: #008cd6;
}
.color02 {
	color: #004ea2;
}
.color03 {
	color: #9de96f;
}
.attention {
	color: #cf1c16;
}
.bgcolor01 {
	background-color: #e5f3fb;
	padding: 0 0.3em;
}
.font-big {
	font-size: 120%;
}
.font-small {
	font-size: 82%;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left
}
.tar {
	text-align: right;
}
#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10, #a11, #a12, #a13, #a14, #a15, #a16, #a17, #a18, #a19, #a20 {
	margin-top: -60px;
	padding-top: 60px;
}
.bold {
	font-weight: bold;
}
.name {
	text-align: right;
	font-weight: bold;
}
.under .slick-slider {
	max-width: 767px;
	margin: auto;
}
.under .slide-item.slick-slide {
	position: relative;
}
.under .slick-slider p {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.thumbnail-item.slick-slide {
	margin: 0 2px;
}
#thumbnail_slider {
	margin-top: 10px;
}
.under img.slide-arrow.next-arrow.slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	z-index: 50;
}
.under img.slide-arrow.prev-arrow.slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 50;
}
/* Responsive */
@media screen and (min-width: 768px) {
	/* タブレットまで */
	.border-table {
		table-layout: fixed;
	}
	/* img float */
	#tinymce img.alignright, #tinymce img.alignleft, .mainblock img.alignright, .mainblock img.alignleft {
		max-width: 34%;
	}
	.mainblock .alignright {
		float: right;
		margin: 0 0 10px 2%;
	}
	.mainblock .alignleft {
		float: left;
		margin: 0 2% 10px 0;
	}
	.float-list {
		overflow: hidden;
	}
	.float-list li {
		float: left;
		box-sizing: border-box;
		margin: 0 1.2em 0.5em 0;
	}
	.float-list2 li {
		display: inline-block;
		width: 50%;
		margin: 0 0 0.5em 0;
		padding-right: 0.8em;
	}
	.float-list3 li {
		display: inline-block;
		width: 33.3%;
		margin: 0 0 0.5em;
		padding-right: 0.8em;
	}
	.float-list3 li:nth-child(3n) {
		padding-right: 0;
	}
	.float-list3 li.no-float {
		float: none;
		margin: 0 0 0.5em;
		width: auto;
	}
	.float-list2 li:last-child, .float-list3 li:last-child {
		margin-bottom: 0;
	}
	/* 横ならびbox -*/
	.box2 {
		/* 横並び　X2 */
		display: inline-block;
		margin: 0 0.5%;
		width: 48%;
		box-sizing: border-box;
		vertical-align: top;
	}
	.box3 {
		/* 横並び　X3 */
		display: inline-block;
		margin: 0 0.5%;
		width: 31%;
		box-sizing: border-box;
		vertical-align: top;
	}
	.box4 {
		/* 横並び　X4 */
		float: left;
		margin: 0 1%;
		width: 23%;
		box-sizing: border-box;
		vertical-align: top;
	}
	.box5 {
		/* 横並び　X5 */
		float: left;
		margin: 0 1%;
		width: 18%;
		box-sizing: border-box;
		vertical-align: top;
	}
	#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10, #a11, #a12, #a13, #a14, #a15, #a16, #a17, #a18, #a19, #a20 {
		margin-top: -10px;
		padding-top: 10px;
	}
	br.pc {
		display: inline;
	}
	br.sp2 {
		display: none;
	}
	.con_l {
		float: left;
	}
	.con_c {
		float: left;
	}
	.con_r {
		float: right;
	}
	.w25 {
		width: 25%;
	}
	.w35 {
		width: 35%;
	}
	.w40 {
		width: 40%;
	}
	.w48 {
		width: 48%;
	}
	.w56 {
		width: 56%;
	}
	.w60 {
		width: 60%;
	}
	.w62 {
		width: 62%;
	}
	.mw500p {
		max-width: 500px !important;
	}
	.btn-style.left {
		text-align: left;
	}
	.title p a {
		text-decoration: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 768px) {
	/*sitemap*/
	#menu-sitemap li::after {
		top: 1.55em;
	}
}
@media screen and (max-width: 767px) {
	/* スマホ */
	.text_large {
		font-size: 20px;
	}
	/* スクロール表示 */
	.scroll {
		overflow: auto;
		white-space: nowrap;
		width: 100%;
	}
	.scroll::-webkit-scrollbar {
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	#aside .menu-blog {
		margin-bottom: 2em;
	}
	.alignright,.alignleft {
		float: none;
		margin: 0 auto 20px;
		display: block;
	}
	.page-title {
		padding: 1em 0;
		padding: 25px 25px 15px;
	}
	.page-title h2 {
		font-size: 20px;
	}
	.post-type-page h3,	.mainblock h3 {
		font-size: 19px;
	}
	.entry-block h3 {
		margin-top: 50px;
		font-size: 16px;
	}
	.post-type-page h4,	.mainblock h4 {
		font-size: 17px;
	}
	.post-type-page h5,	.mainblock h5 {
		font-size: 17px;
	}
	h3.number_title .number {
		font-size: 140%;
		margin-right: 0;
	}
	.catch_title {
		line-height: 1.4em;
		font-size: 18px;
		letter-spacing: 0.05em;
	}
	.title {
		font-size: 19px;
	}
	/* 横ならびbox */
	.box2,.box3,.box4 {
		margin-bottom: 20px;
	}
	/* before after */
	.ba-block {
		background: none;
		margin-bottom: 10px;
		font-size: 92%;
	}
	.ba-block .before,.ba-block .after {
		float: none;
		width: 100%;
	}
	.ba-block .before {
		padding-bottom: 40px;
		background: url(img/arrow_b.svg) no-repeat center bottom;
		background-size: 50px auto;
		margin-bottom: 20px;
	}
	.wpcf7 dl dt {
		float: none;
		margin-bottom: 0em;
		padding-bottom: 2px;
	}
	.wpcf7 dl dd {
		padding-left: 5px;
		padding-top: 5px;
	}
	.wpcf7 dl dd input,.wpcf7 dl dd textarea {
		padding: 5px 2px;
		border: 1px solid #ccc;
		box-shadow: none;
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}
	#menu-sitemap li::after {
		top: 1.5em;
	}
	.googlemap {
		padding-bottom: 60%;
		/*縦横比*/
	}
	.con_l {
		margin-bottom: 1em;
	}
	.scroll {
		width: 100%;
		background-color: #ffffff;
		overflow-y: scroll;
		margin-left: 6px;
	}
	.scroll .border-table {
		width: 770px;
	}
}
/* index.css */
/* tinyMCE用に見出しをリセット */
.toppage h3, .toppage h4, .toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.toppage h3::before, .toppage h3::after, .toppage h4::before, .toppage h4::after, .toppage h5::before, .toppage h5::after {
  display: none;
}
/* TOP コンテンツ */
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 220px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 220px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: 220px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 286px;
  height: 220px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopSlider ul li img {
  width: 100%;
}
.top .mainblock a {
  text-decoration: none;
}
.link_box {
  position: relative;
  transition: .3s;
}
.link_box:hover {
  opacity: .7;
}
.link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link_box a span.link {
  display: none;
}
.top_table th {
  padding-right: 1em;
  text-align: left;
}
.sec02 h2, .sec03 h2, .sec04 h2 {
  position: relative;
  font-size: 36px;
  color: #004ea2;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.4em;
}
.sec02 h2 span, .sec03 h2 span, .sec04 h2 span {
  color: #008cd6;
  font-size: 14px;
  position: relative;
  top: 10px;
}
.sec02 h3, .sec03 h3, .sec04 h3 {
  position: relative;
  font-size: 30px;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.4em;
}
.sec02 {
  padding: 0 0 4%;
  background: url(img/bg01_01.png)no-repeat center 40%;
}
.sec02 .text_box {
  position: relative;
}
.sec02 .text_box:after {
  content: "";
  display: block;
  position: absolute;
  top: -22%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 265px;
  height: 536px;
  z-index: -1;
  background: url(img/bg01_02.png)no-repeat center;
}
.sec02 .img_box .column {
  margin-bottom: 30px;
}
.sec03 {
  padding: 4% 0;
  background: #f8f5f0
}
.sec03 h2+p {
  width: 770px;
  max-width: 100%;
  margin: 0 auto 50px;
}
.sec03 .con01 {
  padding: 4% 0;
  background: url(img/bg02.jpg)no-repeat center / cover;
}
.sec03 .con01 .column.text_box {
  padding: 0 7%;
  box-sizing: border-box;
}
.sec03 h3 {
  color: #fff;
  font-weight: 700;
}
.sec03 .con01 .btn-style a {
  width: 100%;
  padding: 1em 0.8em;
  font-size: 24px;
}
.sec03 .con01 .con01_02 .btn-style a {
  background: #80c655;
}
.sec03 .con02 {
  padding-top: 30px;
}
.sec03 .con02 .bnr_box {
  max-width: 100%;
  transition: .3s;
}
.sec03 .con02 .column p:first-child:hover {
  opacity: .7;
}
.sec03 .con02 .bnr01 {
  background: url(img/sec03_img01.jpg)no-repeat center / cover;
}
.sec03 .con02 .bnr02 {
  background: url(img/sec03_img02.jpg)no-repeat center / cover;
}
.sec03 .con02 .bnr03 {
  background: url(img/sec03_img03.jpg)no-repeat center / cover;
}
.sec03 .con02 .bnr04 {
  background: url(img/sec03_img04.jpg)no-repeat center / cover;
}
.sec03 .con02 .flex-aic {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec03 .con02 a {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 100%;
}
.sec04 {
  padding: 4% 0;
  background: url(img/bg03.jpg)no-repeat center / cover;
}
/* Responsive */
@media screen and (min-width: 768px) {
  /* TOP コンテンツ */
  .sec02 .text_box {
    max-width: 41%;
    -webkit-box-flex-basis: 41%;
    -webkit-flex-basis: 41%;
    flex-basis: 41%;
  }
  .sec02 .img_box {
    max-width: 57%;
    -webkit-box-flex-basis: 57%;
    -webkit-flex-basis: 57%;
    flex-basis: 57%;
  }
  .sec03 .con02 .columns .col4 {
    max-width: 23.334%;
    -webkit-box-flex-basis: 23.334%;
    -webkit-flex-basis: 23.334%;
    flex-basis: 23.334%;
  }
  .sec03 .con02 .bnr_box {
    height: 280px;
    width: 280px;
  }
  .sec04 .text_box {
    max-width: 58%;
    -webkit-box-flex-basis: 58%;
    -webkit-flex-basis: 58%;
    flex-basis: 58%;
  }
  .sec04 .img_box {
    max-width: 38%;
    -webkit-box-flex-basis: 38%;
    -webkit-flex-basis: 38%;
    flex-basis: 38%;
  }
  .sec04 .img_box figure {
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .slick-slide img {
    margin: 0 auto;
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1042px) {
  .sec_news p {
    font-size: 14px;
  }
  .sec02 .text_box:after {
    width: 232px;
    height: 470px;
    background-size: cover;
  }
}
@media screen and (max-width: 1042px) {
  .sec_news .news dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
  }
  .sec_news .news dd {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }
  .sec03 .con01 .btn-style a {
    font-size: 18px;
  }
  .sec03 .con02 .bnr_box {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  /* ボタン */
  .link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }
  .link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  /* loop */
  .loopSlider {
    height: 100px;
  }
  .loopSlider ul {
    height: 100px;
  }
  .loopSlider ul li {
    width: 130px;
    height: 100px;
  }
  /* TOP コンテンツ */
  .mainimage .copy {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
  }
  .sec02, .sec03, .sec04 {
    padding: 3em 0;
  }
  .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2 {
    font-size: 24px;
    max-width: 90%;
    margin: 0 auto 30px;
  }
  .sec02 .sec02 .img_box {
    position: relative;
    z-index: -1;
  }
  .sec02 .img_box .columns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .sec02 .col_wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .sec02 .img_box .col2 {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
  }
  .sec03 .con01 .column.text_box {
    padding: 2em 4%;
  }
  .sec03 .con01 {
    background: none;
  }
  .sec03 .con01_01 {
    background: url(img/sp_bg02.jpg)no-repeat center / cover;
    margin-bottom: 1em;
  }
  .sec03 .con01_02 {
    background: url(img/sp_bg03.jpg)no-repeat center / cover;
  }
  .sec03 .con01 .btn-style a {
    font-size: 20px;
  }
  .sec03 .con02 .bnr_box {
    width: 100%;
    height: auto;
    padding: 3em 0;
  }
  .sec04 .column+.column {
    margin-top: 1em;
  }
}
/*googleカレンダー*/
.cal_wrapper {
  max-width: 900px;
  min-width: 260px;
  margin: 2.0833% auto;
  padding: 0 .5em;
}
.googlecal {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.calendar-container {
  position: relative !important;
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
}
.calendar-container iframe, .calendar-container object, .calendar-container embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 460px) {
  .calendar-container {
    padding-bottom: 140%;
  }
}
.entry-content img, #content embed, #content object, #content iframe, #content video {
  padding: 6px !important;
  border-radius: 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cal_wrapper {
    padding: 0 !important;
  }
}
.tab_list h3#tab01 {
  background: #afd2e8;
}
.tab_list h3#tab02 {
  background: #ddeabe;
}
.tab_list h3#tab01.active {
  background: #4e9ccb;
}
.tab_list h3#tab02.active {
  background: #b4d467;
}
.tab_list h3:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {}
.tab_contents_wrap {
  position: relative;
}
.tab_contents {
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  z-index: 0;
}
.tab_contents.active {
  opacity: 1;
  z-index: 1;
}</pre></body></html>