@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/**************************
property reset,tool
**************************/

html {
	font-size: 100%;
}

* {
	margin: 0;
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
}

ul,
li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

table,
th,
td {
	border: none;
}

table,
table th,
table td {
	border-collapse: collapse;
}

#contents td.col_blue {
	background-color: #e5f7ff;
	font-size: 120%;
	font-weight: 900;
}

br.clear,
p.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

#contents p.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0 1em 0;
}

.clear {
	clear: both;
}

a {
	overflow: hidden;
	color: #5299D3;
	transition: 0.3s;
}

a:visited {
	color: #551a8b;
}

a:active {
	color: #ee0000;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

a:hover img {
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
}

.overflow {
	overflow: hidden;
}

.relative {
	position: relative;
}

.fadein {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fadein.show {
	opacity: 1;
	transform: translateY(0);
}

/**************************
Layout
**************************/

body {
	text-align: center;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	padding: 0;
	background: #FFF;
	min-width: 950px;
	overflow-x: hidden;
}

#blockskip {
	position: absolute;
	top: 0;
	left: calc(50% - 91px);
	z-index: 999;
}

#blockskip a {
	height: 0;
	font-size: 0;
	text-decoration: none;
	color: transparent;
}

#blockskip a.show {
	display: inline-block;
	font-size: 90%;
	height: auto;
	width: 100%;
	background: #006259;
	color: #FFF;
	padding: 6px 10px 6px;
	border-radius: 0 0 4px 4px;
}

.gsc-control-cse.gsc-control-cse-ja {
	padding: 0;
	height: 33px;
}

.gsc-input-box {
	border: none !important;
}

form.gsc-search-box {
	margin-bottom: 0 !important;
}

.gsc-search-button-v2 {
	padding: 6px !important;
}

/* .gsc-results-wrapper-visible {
	position: fixed;
	z-index: 999;
	width: 70%;
	height: 80vh;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	background: #FFF;
	padding: 20px 40px;
	border-radius: 10px;
	filter: drop-shadow(0 0 10px #333a);
	overflow-y: scroll;
} */

.searchBox {
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 0px 2px;
	width: 250px;
	height: 35px;
	margin-right: 20px;
}

#toggle {
	background: #FFF;
	padding: 15px 20px 25px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	cursor: pointer;
}

#toggle button {
	border: none;
	background: none;
	cursor: pointer;
	position: relative;
}

#toggle button:after {
	content: 'Menu';
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
}

#toggle button.motion:after {
	content: 'Close';
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 30px;
	height: 21px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #006259;
	border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 9px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.motion span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
	background-color: #006259;
}

.menu-trigger.motion span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.motion span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
	background-color: #006259;
}

a.menu-trigger {
	overflow: visible;
}

body.gray::before {
	content: '';
	display: block;
	width: 100%;
	height: 100vh;
	background: #000C;
	position: fixed;
	z-index: 1;
}

#slideMenu {
	position: fixed;
	top: 0;
	right: -375px;
	width: 375px;
	height: 100vh;
	z-index: 2;
	background: #A1B293CC;
	overflow-y: scroll;
	transition: right 0.5s ease;
}

#slideMenu.menu-open {
	right: 0;
	display: block;
}

#slideMenu #header {
	background: #FFF;
	padding: 8px 20px;
	height: 70px;
	text-align: left;
	filter: drop-shadow(0 0 4px #3336);
	display: flex;
	align-items: center;
}

#slideMenu #header img {
	width: auto;
	height: 30px;
}

#slideMenu .menuWrap {
	padding: 15px 20px 7px;
	background: #FFF7;
	border-radius: 6px;
	margin-bottom: 20px;
}

#slideMenu nav {
	padding: 20px 40px 30px;
}

#slideMenu nav h2 {
	font-weight: normal;
	text-align: left;
	font-size: 0.875rem;
	margin-bottom: 5px;
}

#slideMenu nav p {
	margin-bottom: 10px;
}

#slideMenu nav p a {
	display: block;
	padding: 14px 10px;
	border-radius: 4px;
	font-size: 1.125rem;
	text-decoration: none;
	color: #FFF;
	background: #006259;
}

#slideMenu nav p+h2 {
	margin-top: 15px;
}

#slideMenu nav p.light a {
	color: #FFF;
	background: #4EA654;
}

#slideMenu nav p.mt20 {
	margin-top: 20px;
}

#slideMenu .menuWrap.search {
	padding: 10px 20px;
}

#slideMenu .menuWrap .searchBox {
	background: #FFF;
	padding: 0;
}

header #headerWrap {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 0 60px 0 40px;
}

#siteID img {
	width: 256px;
	height: auto;
}

footer {
	background: #F2F9EC;
	color: #333;
	margin-top: 80px;
}

#footerMenu {
	background: #006259;
	position: relative;
}

#footerMenu ul {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 10px 0 14px;
}

#footerMenu #toTopPage {
	position: absolute;
	top: -70px;
	right: 30px;
}

#footerMenu #toTopPage a img {
	transform: rotate(5deg);
	transition: all 0.5s;
}

#footerMenu #toTopPage a:hover img {
	opacity: 1;
	transform: rotate(0deg);
}


#footerMenu ul li:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 100%;
	background: #FFF;
	margin: 0 2em;
	vertical-align: middle;
}

#footerMenu ul li:last-child:after {
	display: none;
}

#footerMenu ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 0.875rem;
}

#footerWrap {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: left;
}

#footerID img {
	width: 200px;
	height: auto;
}

#addressArea {
	margin: 20px 0;
	display: flex;
	align-items: center;
	gap: 0 30px;
}

#addressArea a {
	display: inline-block;
	background: #006259;
	color: #FFF;
	padding: 2px 20px 4px;
	border-radius: 4px;
	text-decoration: none;
}

#footerButton {
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
}

#footerButton p {
	flex-grow: 1;
}

#footerButton a {
	display: block;
	background: #FFF;
	color: #006259;
	border: 1px solid #006259;
	padding: 8px 30px 10px;
	border-radius: 4px;
	text-decoration: none;
	position: relative;
}

#footerButton a::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #8eb3af;
	border-right: 1px solid #8eb3af;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}

#footerLink {
	display: flex;
	justify-content: space-between;
	gap: 0 60px;
	margin: 60px 0;
}

#footerLink > div {
	flex-grow: 1;
}

#footerLink p {
	color: #006259;
	font-weight: bold;
	margin-bottom: 20px;
}

#footerLink p:nth-of-type(2) {
	margin-top: 40px;
}

#footerLink ul li {
	position: relative;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 0.875rem;
}

#footerLink ul li::before {
	content: '';
	display: block;
	width: 8px;
	height: 1px;
	background: #006259;
	position: absolute;
	top: 50%;
	left: -15px;
}

#footerLink ul li a {
	color: #333;
	text-decoration: none;
}

#footerLink p.toKen {
	font-weight: normal;
}

#footerLink p.toKen a {
	display: inline-block;
	background: url(images/toDetail.svg) no-repeat right 15px center #006259;
	color: #FFF;
	padding: 15px 65px;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.5s;
}

#footerLink p.toKen a:hover {
	background: url(images/toDetail.svg) no-repeat right 15px center #09776c;
}

#footerLink p.toKenSP {
	display: none;
}

#footerWrap .flex {
	align-items: flex-end;
	gap: 0 20px;
}

footer .kinyuukikan {
	display: inline-block;
	background: #c6ebba;
	color: #375f29;
	padding: 6px 10px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 0.875rem;
}

footer .kinyuukikan span {
	display: inline-block;
	background: #FFF;
	border-radius: 4px;
	padding: 4px 8px;
	margin-left: 0.5em;
}

#copyRight {
	padding: 10px;
	font-size: 0.875rem;
	color: #666;
}


/**********************************************/

#mainArea {
	position: relative;
}

#mainCatch {
	font-family: serif;
	color: #FFF;
	font-size: 2.5rem;
	text-align: left;
	line-height: 1.2;
	position: absolute;
	bottom: 80px;
	left: 200px;
	filter: drop-shadow(1px 2px 2px #000);
}

#menuLoad {
	position: absolute;
	top: 20px;
	right: 200px;
	width: 300px;
}

#menuLoad .menuWrap {
	background: #fff9;
	margin-bottom: 10px;
	border-radius: 6px;
	padding: 16px 20px 10px;
}

#menuLoad .menuWrap h2 {
	color: #333;
	font-size: 0.875rem;
	margin-bottom: 5px;
	text-align: left;
	font-weight: normal;
}

#menuLoad .menuWrap p+h2 {
	margin-top: 8px;
}

#menuLoad .menuWrap p {
	margin-bottom: 5px;
}

#menuLoad .menuWrap p a {
	display: block;
	padding: 11px 13px;
	border-radius: 4px;
	text-decoration: none;
	color: #FFF;
	background: #006259;
	transition: all 0.5s;
}

#menuLoad .menuWrap p.light a {
	color: #FFF;
	background: #4EA654;
}

#menuLoad .menuWrap p.light.mt20 {
	margin-top: 15px;
}

.menuWrap a:hover {
	opacity: 0.8;
}

#targetArea {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}

#targetArea>div:first-child {
	background: #FAF1E5;
}

#targetArea>div:last-child {
	background: #E3F3D8;
}

#targetArea>div {
	width: 49%;
	border-radius: 10px;
}

#targetArea a {
	display: block;
	color: #3E4B50;
	text-decoration: none;
	padding: 60px 10px 30px;
}

#targetArea a:hover {
	opacity: 0.8;
}

#targetArea h2 {
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 50px;
}

#pickupArea {
	width: 100%;
	padding: 40px 0;
	background: #DCE9E3;
	margin-bottom: 50px;
}

#pickupArea h2 {
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 30px;
	color: #3E4B50;
}

#pickupArea>p {
	font-size: 0.875rem;
	color: #3E4B50;
	margin-bottom: 30px;
}

#importantArea {
	width: 100%;
	max-width: 1140px;
	padding: 30px 65px;
	background: #F5F4F2;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	margin: 0 auto 50px;
	text-align: left;
}

#importantArea h2 {
	font-size: 1.175rem;
	font-weight: normal;
	margin-bottom: 30px;
	color: #C20045;
	display: flex;
	align-items: center;
	gap: 20px;
}

#importantArea h2::after {
	content: '';
	flex-grow: 1;
	height: 1px;
	background: #C20045;
}

#importantArea ul {
	margin-bottom: 40px;
}

#importantArea ul li {
	margin-bottom: 10px;
	line-height: 1.6;
	position: relative;
	padding-left: 20px;
}

#importantArea ul li::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffc72c;
	position: absolute;
	top: 9px;
	left: 0;
}

#infoArea td img,
#importantArea ul li img {
	vertical-align: middle;
	margin-left: 10px;
	height: 16px;
}

.toList {
	text-align: center;
}

.toList a {
	display: inline-block;
	background: url(images/toList.svg) no-repeat right 10px center #FFF;
	color: #3E4B50;
	border: 1px solid #9DACB6;
	padding: 8px 50px;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.5s;
}

.toList a:hover {
	background: url(images/toList.svg) no-repeat right 10px center #fdfcf7;
}

#goannaiArea {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}

#goannaiArea>div {
	width: 49%;
	border: 2px solid #006259;
	border-radius: 10px;
	padding: 38px;
}

#goannaiArea h2 {
	font-weight: normal;
	font-size: 1.75rem;
	margin-bottom: 28px;
}

#goannaiArea p {
	line-height: 1.6;
	margin-bottom: 30px;
}

#goannaiArea p.toDetail {
	margin-bottom: 0;
}

#goannaiArea p.toDetail a {
	display: inline-block;
	background: url(images/toDetail.svg) no-repeat right 15px center #006259;
	color: #FFF;
	padding: 15px 80px;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.5s;
}

#goannaiArea p.toDetail a:hover {
	background: url(images/toDetail.svg) no-repeat right 15px center #09776c;
}

#infoArea {
	background: #F8F8F8;
	padding: 70px 0 40px;
}

#infoArea h2 {
	font-size: 1.75rem;
	font-weight: normal;
	margin-bottom: 30px;
}

#infoArea .whiteArea {
	background: #FFF;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 40px;
	border-radius: 8px;
	padding: 45px 80px;
}

#infoArea table {
	text-align: left;
	width: 100%;
}

#infoArea table th {
	width: 9em;
	font-weight: normal;
	padding: 10px 20px 10px 0;
	line-height: 1.6;
	white-space: nowrap;
	vertical-align: top;
}

#infoArea table td {
	padding: 10px 0;
	line-height: 1.6;
}

#infoArea table tr {
	border-bottom: 1px dotted #CCC;
}

#topButton {
	width: 100%;
	max-width: 1140px;
	display: flex;
	justify-content: center;
	gap: 0 20px;
	margin: 100px auto 120px;
}

#topButton p {
	width: calc((100% - 60px) / 4);
	position: relative;
}

#topButton p::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #FFF;
	border-right: 0;
	position: absolute;
	top: 50%;
	left: 6px;
	transform: translateY(-50%);
}

#topButton p a {
	display: block;
	border: 1px solid #006259;
	border-left: 15px solid #006259;
	border-radius: 8px;
	padding: 20px 5px;
	color: #333;
	text-decoration: none;
	line-height: 1.5;
}

#topButton p a:hover {
	background: #fcfde5;
}



/**********************************************/

#category {
	background: url(images/cateBack.svg) no-repeat right 40px center #E1EFEE;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 10px solid #006259;
}

#category p {
	font-size: 2rem;
}

#topicPath {
	width: 100%;
	max-width: 1200px;
	text-align: left;
	margin: 0 auto;
	font-size: 0.875rem;
	color: #006259;
	padding: 20px 0;
}

#topicPath a {
	color: #006259;
	text-decoration: none;
}

#topicPath a:first-of-type {
	background: url(images/iconHome.svg) no-repeat left center;
	padding-left: 28px;
}

/**********************************************/

#contents {
	width: 100%;
	margin: 0 auto;
	min-height: 400px;
	text-align: left;
}

.w1200 {
	width: 100%;
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.w950 {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}

#contents h1 {
	color: #006259;
	font-size: 1.75rem;
	margin-top: 40px;
	margin-bottom: 35px;
	padding-bottom: 10px;
	line-height: 1.5;
	text-align: center;
	border-bottom: 1px solid #006259;
}

#contents h2 {
	color: #006259;
	background: #E1EFEE;
	font-size: 1.5rem;
	margin-bottom: 30px;
	padding: 10px 20px;
	line-height: 1.5;
	border-radius: 6px;
}

#contents h3 {
	display: inline-block;
	font-size: 1.125rem;
	color: #FFF;
	background: #006259;
	margin: 0 0 20px;
	padding: 4px 25px 6px;
	font-weight: normal;
	border-radius: 20px;
	line-height: 1.5;
}

#contents h4 {
	font-size: 1.25rem;
	color: #333;
	margin: 0 0 20px;
	line-height: 1.5;
	padding-left: 25px;
	position: relative;
}

#contents h4::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: #006259;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#contents h5 {
	font-size: 1.125rem;
	color: #006259;
	margin: 0 0 20px;
	line-height: 1.5;
}

#contents h6 {
	font-size: 1.125rem;
	color: #333;
	margin: 0 0 20px;
	line-height: 1.5;
}

#contents p+h2,
#contents ul+h2,
#contents ol+h2,
.last+h2 {
	margin-top: 50px;
}

#contents p+h3,
#contents ul+h3,
#contents ol+h3,
.last+h3 {
	margin-top: 40px;
}

#contents p {
	font-size: 1rem;
	line-height: 1.8;
	margin: 0 0 15px;
}

#contents ul {
	margin: 0 0 20px 10px;
	font-size: 1rem;
}

#contents ul li {
	background: url(images/liStandard.svg) no-repeat left 8px;
	padding-left: 17px;
}

#contents ol {
	margin: 0 0 20px 20px;
}

#contents ol li {
	list-style-type: decimal;
	margin-left: 0.5em;
}

#contents ol.alpha li {
	list-style-type: lower-alpha;
}

#contents li {
	margin: 0 0 5px;
	line-height: 150%;
}

#contents ul li ul {
	margin: 5px 0 10px;
}

#contents ul li ul li {
	background: url(images/liSmall.svg) no-repeat left 10px;
}

#contents ul li ol li {
	list-style-type: decimal;
	list-style-image: none;
	background: none;
	padding: 0;
	margin: 10px 0;
}

#contents ol li ul {
	margin: 5px 0 10px;
}

#contents ol li ul li {
	list-style-type: none;
	background: url(images/liSmall.svg) no-repeat left 10px;
}

#contents dl {
	font-size: 1rem;
}

#contents dt {
	font-weight: bold;
}

#contents dd {
	margin: 10px 0 30px 1em;
	line-height: 150%;
}

hr {
	border: dotted #999;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	overflow: hidden;
	margin: 8px 0 16px;
	clear: both;
}

#contents table {
	margin: 0 0 20px;
	border-collapse: collapse;
	border: 1px solid #999;
	empty-cells: show;
}

#contents caption {
	font-size: 0.875rem;
	color: #333;
	text-align: left;
	margin-bottom: 5px;
}

#contents td,
#contents th {
	border: 1px solid #999;
	padding: 15px 20px;
	line-height: 1.5;
}

#contents th {
	color: #333;
	background: #F5F5F5;
}

#contents th p,
#contents td p {
	margin: 0;
	padding: 0;
}

#contents td ul {
	margin: 0;
	padding: 0;
}

#contents td ol {
	margin: 0 0 0 15px;
	padding: 0;
}

#contents th.thCenter {
	text-align: center;
}

#contents th.thRignt {
	text-align: right;
}

#contents table td.vMiddle {
	vertical-align: middle;
}

#contents blockquote {
	color: #333;
	margin: 10px 20px 10px 40px;
	line-height: 150%;
	font-style: italic;
}

.otoiawase {
	border: 2px solid #CCC;
	border-radius: 8px;
	margin: 70px 0 30px;
	padding: 20px;

}

#contents .otoiawase h2 {
	font-size: 1.25rem;
	border-bottom: none;
	margin: 0 0 30px;
	padding: 5px 20px;
	background: #EEE;
}

#contents .otoiawase p {
	margin: 0 0 10px;
}

#contents .otoiawase p img {
	vertical-align: middle;
}

#contents .otoiawase ul {
	margin: 10px 30px;
}

.spShow {
	display: none;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}





/**********************************************/

.naviArea {
	background: #F4F4F4;
	padding: 50px 20px 40px;
	margin-top: 50px;
}

.navi3 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 20px;
}

.navi3 > div {
	width: calc((100% - 40px) / 3);
	background: #FFF;
	border: 1px solid #006259;
	border-radius: 8px;
	padding: 25px 25px 75px;
	cursor: pointer;
	transition: all 0.5s;
	position: relative;
}

.navi3 > div:hover {
	background: #fffbf2;
}

.navi3 > div::after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(images/linkArrow.svg);
	background-size: cover;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-20px);
}

#contents .navi3 > div h2 {
	background: none;
	text-align: center;
	font-size: 1.25rem;
	padding: 10px 0;
}

#contents .navi3 > div h2 a {
	color: #006259;
	text-decoration: none;
	line-height: 1.5;
}

.naviArea ul.flexMenu {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

#contents .naviArea ul.flexMenu li {
	background: none;
	padding-left: 0;
}

#contents .naviArea h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	font-size: 0.875rem;
	background: none;
	padding: 0;
	color: #333;
}

#contents .naviArea h2::before,
#contents .naviArea h2::after {
  content: "";
  flex: none;
  width: 20px;
  height: 1px;
  background-color: #999;
}

.naviArea ul.flexMenu li a {
	display: block;
	background: #FFF;
	color: #006259;
	padding: 10px 20px;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.5s;
}

.naviArea ul.flexMenu li a:hover {
	background: #fefff5;
}

.naviArea ul.flexMenu li a.active {
	background: none;
	color: #555;
	pointer-events: none;
	position: relative;
}

.naviArea ul.flexMenu li a.active::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #ffa700;
	border-right: 0;
  	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}





#contents p.imgLeft {
	float: left;
	margin-right: 20px;
}

#contents p.imgRight {
	float: right;
	margin-left: 20px;
}

.kakomi {
	margin: 0 0 20px;
	border: 1px #CCC solid;
	border-radius: 8px;
	padding: 20px 20px 10px;
	overflow: hidden;
}

#contents .kakomi h2 {
	display: inline-block;
	color: #FFF;
	background: #006259;
	padding: 4px 20px 6px;
	font-size: 1rem;
	font-weight: normal;
	margin-bottom: 20px;
	border-radius: 20px;
}

#contents .kakomi p {
	margin: 0 10px 15px;
}

.relative {
	position: relative;
}

.overflow {
	overflow: hidden;
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

#contents p.textRight {
	text-align: right;
}

#contents p.textCenter {
	text-align: center;
}

#contents .textRed {
	color: red;
}

#contents .textBlueBold {
	color: #4d66cc;
	font-weight: bold;
}

#contents .textPurple {
	color: #6A5ACD;
}

#contents .textGreen {
	color: #20B2AA;
}

#contents .textGray {
	color: #999;
}

#contents .textGraySmall {
	color: #999;
	font-size: 80%;
}

#contents .textSmall {
	font-size: 80%;
}

#contents .textSmall2 {
	font-size: 70%;
}

#contents .textStandard {
	font-size: 90%;
}

#contents .textSmallRight {
	font-size: 84%;
	text-align: right;
}

#contents .textBackBlue {
	color: #FFF;
	background-color: #036;
	padding: 2px 5px;
}

#contents .textLarge {
	font-size: 110%;
}

#contents table.tableBorderNone,
#contents .tableBorderNone th,
#contents .tableBorderNone td {
	border: none;
	padding: 0;
}

#contents table.tableBorderNone2,
#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	border: none;
}

#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	padding: 10px;
}

#contents table.tableBorderNone3,
#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
	border: none;
}

#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
	padding: 20px;
}

a.pdfLink {
	padding: 5px 0 5px 20px;
	background: url(images/pdf.png) no-repeat left 10px;
}

a.wordLink {
	padding: 5px 0 5px 20px;
	background: url(images/word.png) no-repeat left 10px;
}

a.excelLink {
	padding: 5px 0 5px 20px;
	background: url(images/excel.png) no-repeat left 10px;
}

#contents ul li.pdfLink {
	padding: 5px 0 5px 25px;
	background: url(images/pdf.png) no-repeat left 10px;
}

#contents p.textIndent {
	margin-left: 3em;
}

#contents p.comment1 {
	background: url(images/diamonds.png) no-repeat left top 10px;
	background-size: 12px 12px;
	padding-left: 20px;
}

#contents p.comment2 {
	text-indent: -1em;
	margin-left: 2em;
}

.arrowRight {
	background: url(images/arrowRight.png) no-repeat left top 6px;
	background-size: 16px 16px;
	padding-left: 25px;
}

.externalLink {
	background: url(images/external.png) no-repeat left center;
	padding-left: 24px;
}

#contents table.tableDesign1 {
	border: none;
	margin-top: 10px;
}

#contents table.tableDesign1 th,
#contents table.tableDesign1 td {
	border: none;
	border-bottom: 1px solid #999;
	padding: 10px 5px;
}

#contents table.tableDesign1 th {
	background: #F9F9F9;
}

#contents table.tableDesign1 td {
	padding-left: 20px;
}


#contents table.tableDesign2 {
	border: none;
	margin-top: 10px;
}

#contents table.tableDesign2 th,
#contents table.tableDesign2 td {
	border: none;
	border-bottom: 1px dotted #CCC;
	padding: 5px;
}

#contents table.tableDesign2 th {
	background: #EEE;
}

#contents table.tableDesign3,
#contents .tableDesign3 th,
#contents .tableDesign3 td {
	border: none;
	padding: 10px;
}

.backYellow {
	background: #FFFFF1
}

.backGreen {
	background: #EEFFF7
}

.backBlue {
	background: #E6F7FF
}

.backPink {
	background: #FFEEFF
}

.backPurple {
	background: #EEEEFF
}

.backGray {
	background: #F0F0F0;
}

.backOrange {
	background: #FFF3E8;
}

#localNavi {
	padding: 15px 15px 10px;
	background: #F5F4F2;
	margin-bottom: 20px;
}

#localNavi h2 {
	color: #FFF;
	background: #0D2475;
	font-size: 100%;
	padding: 5px 10px;
	margin-bottom: 5px;
}

#localNavi ul li {
	font-size: 90%;
	margin-bottom: 4px;
}

#localNavi ul li a {
	text-decoration: none;
	color: #1F1F1F;
	display: block;
	padding: 8px 10px 8px 30px;
	background: url(images/liLocalNavi.png) no-repeat 10px center #FFF;
}

#localNavi ul li a:hover {
	background: url(images/liLocalNavi.png) no-repeat 10px center #FCF3FC;
}


/******* Google CSE *******/
#contents #cse table,
#contents #cse th,
#contents #cse td {
	border: none;
	margin: 0;
	padding: 0;
}

.gsc-cursor-box {
	text-align: center;
}

.gsc-wrapper {
	margin-top: 30px;
}

.gs-title {
	text-align: left;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
	padding: 6px 20px !important;
	margin-top: 0 !important;
}

#contents .gsc-control-cse table,
#contents .gsc-control-cse th,
#contents .gsc-control-cse td {
  border: none;
}


/*******     *******/


#contents .indexMenu {
	margin: 20px 0;
}

#contents .indexMenu ul {
	width: 100%;
	margin: 0;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: start;
}

#contents .indexMenu ul li {
	width: calc((100% - 20px) / 2);
	background: none;
	padding: 0;
	margin: 0;
}

#contents .indexMenu ul li a {
	border: 1px solid #006259;
	border-radius: 8px;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 20px 40px 23px 40px;
	font-size: 1.375rem;
	line-height: 1.5;
	text-decoration: none;
	position: relative;
	transition: 0.5s;
}

#contents .indexMenu ul li a::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #006259;
	border-right: 2px solid #006259;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
}


#contents .indexMenu ul li a:hover {
	background: #f5fffe;
}

#contents .indexMenu ul li ul li {
	margin: 5px 0 0 40px;
}

#contents .indexMenu ul li ul li a {
	background: url(images/liStandard.png) no-repeat 10px center;
}

#contents ul.link1c,
#contents ul.link2c {
	margin: 20px 0;
	width: 100%;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: start;
}

#contents ul.link1c li {
	width: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

#contents ul.link1c li a,
#contents ul.link2c li a {
	border: 1px solid #006259;
	border-radius: 8px;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 20px 40px 23px 40px;
	font-size: 1.375rem;
	line-height: 1.5;
	text-decoration: none;
	position: relative;
	transition: 0.5s;
}

#contents ul.link1c li a::after,
#contents ul.link2c li a::after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #006259;
	border-right: 2px solid #006259;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
}


#contents ul.link1c li a:hover,
#contents ul.link2c li a:hover {
	background: #f5fffe;
}

#contents ul.link2c li {
	width: calc((100% - 20px) / 2);
	background: none;
	padding: 0;
	margin: 0;
}


#contents ul.horizonMenu {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}

#contents ul.horizonMenu li {
	background: none;
	padding-left: 0;
}

#contents ul.horizonMenu li a {
	display: block;
	background: #FFF;
	color: #006259;
	padding: 15px 25px 15px 35px;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
	border: 1px solid #EEE;
}

#contents ul.horizonMenu li a:hover {
	background: #fefff5;
}

#contents ul.horizonMenu li a::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #ffa700;
	border-right: 0;
  	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}






.photoAreaL {
	float: left;
	margin: 0 20px 30px 0;
}

.photoAreaR {
	float: right;
	margin: 0 0 30px 20px;
}

#contents .photoAreaL p,
#contents .photoAreaR p {
	margin: 0;
	padding: 5px;
	background: #EEE;
	font-size: 80%;
	line-height: 120%;
	color: #333;
}

#contents p.marginZero {
	margin: 0;
	padding: 1px;
}

#contents p.marginZero img {
	border: 4px solid #FFF;
}



#contents #infoArea table {
	margin: 20px 0;
}

#contents #infoArea table,
#contents #infoArea th,
#contents #infoArea td {
	border: none;
}

#contents #infoArea th,
#contents #infoArea td {
	border-bottom: 1px dotted #CCC;
	padding: 10px 0;
}

#contents #infoArea th {
	background: none;
	padding-right: 20px;
}



#mailform input {
	margin: 0 0 40px 0;
	padding: 10px;
}

#contents #mailform ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

#contents #mailform li {
	background: none;
	padding: 0;
}

#contents #mailform label {
	display: inline-block;
	margin: 0 40px 30px 8px;
}

#mailform textarea {
	width: 96% !important;
	height: 300px !important;
	margin: 0 0 40px;
	padding: 10px;
	box-sizing: border-box;
}

#contents p#formBt input {
	margin: 0;
	height: 40px;
	display: inline-block;
}

form#formInput input[type="text"],
form#formInput input[type="email"],
form#formInput textarea {
	font-size: 1em;
}

#mailform textarea.w100 {
	width: 96% !important;
	height: 300px;
	box-sizing: border-box;
	font-size: 1em;
}

#contents #siteResult table,
#contents #siteResult th,
#contents #siteResult td {
	border: none;
}

#sitemap {
	/* overflow: hidden; */
	display: flex;
	justify-content: space-between;
}

#sitemapL {
	/* float: left; */
	width: 47%;
}

#sitemapR {
	/* float: right; */
	width: 47%;
}

#sitemap h2 {
	background: none;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	font-size: 1.25rem;
}

#sitemap ul li {
	font-size: 1.125rem;
	line-height: 1.8;
	background: url(images/liStandard.png) no-repeat left 12px;
}

#sitemap ul li ul li {
	font-size: 1rem;
	background: url(images/liOrange.png) no-repeat left 13px;
}

#contents ul.sitemap {
	margin-right: 0;
}

img.wcv_ww_newwindowicon,
img.wcv_ww_fileicon {
	padding-left: 6px;
	vertical-align: middle;
}

#infoTable table {
	width: 870px;
}

#infoTable table,
#infoTable th,
#infoTable td {
	border: none;
	border-collapse: collapse;
}

#infoTable th,
#infoTable td {
	border-bottom: 1px solid #CCC;
}

#contents #infoTable th {
	background: none;
	font-weight: normal;
	width: 120px;
	white-space: nowrap;
}

.linkArea {
	background: #edf1ff;
	padding: 20px 20px 10px;
	margin: 80px 20px 40px;
	border-radius: 10px;
}

#contents .linkArea p {
	margin: 0 0 10px;
}

#contents .linkArea p a {
	display: block;
	border: 1px solid #CCC;
	padding: 8px 20px;
	text-decoration: none;
	border-radius: 10px;
	background: url(images/linkAreaBack.png) no-repeat right center #FFF;
}

#contents .linkArea p a:hover {
	background: url(images/linkAreaBack.png) no-repeat right center #FEFFF6;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
}

.flex.center,
.flex.item2.center {
	justify-content: center;
}

.flex.item2 {
  justify-content: space-between;
  gap: 20px 20px;
}

.flex.item2>* {
  width: calc((100% - 20px) / 2);
}

.flex.item3 {
  justify-content: space-between;
  gap: 20px 20px;
}

.flex.item3>* {
  width: calc((100% - 40px) / 3);
}

.flex.item4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}

.flex.item4 > * {
  width: calc((100% - 60px) / 4);
}

.flexCenter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.space-between {
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}


.photoBox p img {
	border: 1px solid #EEE;
}

#contents .photoBox p.caption {
	padding: 5px 0;
}

#contents .photoBox p {
	margin-bottom: 0;
	font-size: 0.875rem;
}


.linkBox {
	cursor: pointer;
	transition: all 0.5s;
}

.linkBox:hover {
	background: #fffef5;
}

#contents .flex .kakomi h2 {
	display: block;
	border-radius: 5px;
	margin-bottom: 30px;
}

#contents .flex .kakomi h2 a {
	color: #FFF;
	text-decoration: none;
}

.column {
	columns: 2;
	column-gap: 0;
}






/* 599 */
@media screen and (max-width:599px) {
	html {
		font-size: 100%;
	}

	body {
		min-width: 100%;
		-webkit-text-size-adjust: 100%;
	}

	body * {
		max-width: 100%;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.pcShow {
		display: none !important;
	}

	.spShow {
		display: block;
	}

	br.spShow {
		display: initial;
	}

	header {
		width: 100%;
		background: #FFF;
		filter: drop-shadow(0 10px 10px #00000022);
	}

	header #headerWrap {
		padding: 0px 20px 10px;
	}

	#siteID img {
		width: auto;
		height: 25px;
	}

	#headerRight {
		display: none;
	}

	.gsc-search-button.gsc-search-button-v2 {
		width: 30px;
		height: 30px;
	}

	.gsc-results-wrapper-visible {
		width: 90%;
		height: 70vh;
		top: initial;
		bottom: 160px;
		padding: 15px;
	}

	footer {
		padding: 0;
	}

	#footerMenu ul {
		display: block;
		padding: 15px;
	}

	#footerMenu ul li a {
		display: block;
		padding: 10px 20px;
		border: 1px solid #FFF;
		border-radius: 6px;
	}

	#footerMenu ul li {
		margin: 10px 0;
	}

	#footerMenu ul li::after {
		display: none;
	}

	#footerMenu #toTopPage {
		display: none;
		position: fixed;
		right: 10px;
		top: initial;
		bottom: 10px;
		z-index: 10;
	}

	#footerMenu #toTopPage img {
		width: 90px;
		height: auto;
	}

	#footerWrap {
		padding: 40px 15px;
	}

	#footerID {
		text-align: center;
	}

	#addressArea {
		display: block;
	}

	#addressArea p {
		text-align: center;
		margin-bottom: 10px;
		line-height: 1.6;
	}

	#footerButton {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px 10px;
	}

	#footerButton>p {
		width: calc(50% - 5px);
	}

	#footerButton>p a {
		padding: 8px 20px 10px;
		font-size: 0.875rem;
		text-align: center;
	}

	#footerButton a::after {
		width: 4px;
		height: 4px;
		top: calc(50% - 2px);
		right: 10px;
	}

	#footerLink {
		display: block;
	}

	#footerLink>div {
		background: #FFF;
		border-radius: 6px;
	}

	#footerLink>div p {
		padding: 20px;
		margin-bottom: 10px;
	}

	.toggle-icon {
		float: right;
		font-weight: bold;
	}

	#footerLink div ul {
		display: none;
		padding: 0 20px 10px 30px;
		margin-bottom: 10px;
	}

	#footerLink p.toKen {
		display: none;
	}

	#footerLink p.toKenSP {
		display: block;
	}

	#footerLink p.toKenSP a {
		display: block;
		padding: 20px;
		background: #FFF;
		color: #006259;
		border-radius: 6px;
		font-weight: bold;
		text-decoration: none;
	}

	#copyRight {
		font-size: 0.75rem;
	}

	#mainArea * {
		max-width: initial;
	}

	#mainCatch,
	#menuLoad {
		display: none;
	}

	#mainSlide img {
		width: auto;
		height: 200px;
	}

	#targetArea {
		padding: 20px 15px;
	}

	#targetArea > div {
		width: 48%;
	}

	#targetArea a {
		padding: 35px 15px 20px;
	}

	#targetArea h2 {
		font-size: 1.125rem;
		margin-bottom: 25px;
	}

	#pickupArea {
		padding: 20px 0;
		margin-bottom: 30px;
	}

	#pickupArea > p {
		font-size: 0.75rem;
	}

	#importantArea {
		margin: 0 10px 50px;
		width: calc(100% - 20px);
		padding: 30px 25px;
	}

	#goannaiArea {
		margin: 0 10px;
		padding: 0 0 40px;
		width: calc(100% - 20px);
		flex-direction: column;
		gap: 20px 0;
	}

	#goannaiArea > div {
		width: 100%;
		padding: 30px;
	}

	#goannaiArea p {
		font-size: 0.875rem;
	}

	#infoArea {
		padding: 40px 20px 30px;
	}

	#infoArea h2 {
		font-size: 1.25rem;
	}

	#infoArea .whiteArea {
		padding: 20px;
	}

	#infoArea table th,
	#infoArea table td {
		display: block;
	}

	#infoArea table th {
		padding: 10px 20px 0 0;
	}

	#topButton {
		flex-wrap: wrap;
		padding: 0 15px;
		margin: 50px auto 0;
		gap: 10px 0;
	}

	#topButton p {
		width: 100%;
	}

	#category {
		background: url(images/cateBack.svg) no-repeat right -75px center #E1EFEE;
		height: 85px;
	}

	#category p {
		font-size: 1.25rem;
	}

	#topicPath {
		margin: 0;
	}

	#topicPath p {
		white-space: nowrap;
		overflow-x: scroll;
		padding: 10px 20px;
	}

	.w1200 {
		padding: 0;
	}

	.w950 {
		padding: 0 20px;
	}

	.otoiawase {
		padding: 20px 20px 20px;
		clear: both;
	}

	#contents .indexMenu ul {
		gap: 15px 0;
	}

	#contents .indexMenu ul li {
		width: 100%;
	}

	#contents .indexMenu ul li a {
		padding: 26px 40px 30px 30px;
		line-height: 1.5;
	}

	#contents ul.horizonMenu li a {
		padding: 15px 15px 15px 25px;
	}

	#contents ul.horizonMenu li a::before {
		left: 10px;
	}

	.navi3 {
		flex-direction: column;
		gap: 20px 0;
	}

	.navi3 > div {
		width: 100%;
	}

	.flex.item2 > *,
	.flex.item3 > *,
	.flex.item4 > * {
		width: 100%;
	}

	#contents ul.link2c li {
		width: 100%;
	}

	.space-between {
		justify-content: center;
	}




	#contents .photoAreaL,
	#contents .photoAreaR,
	#contents .imgLeft,
	#contents .imgRight,
	#contents .textCenter {
		text-align: center;
	}

	#contents .photoAreaL img,
	#contents .photoAreaR img,
	#contents .textCenter img {
		max-width: 300px;
		height: auto;
	}

	.textCenter {
		text-align: center;
	}

	.textRight {
		text-align: right;
	}

	#contents p.clear {
		clear: both;
	}

	.wcv_sys_cal_legend {
		display: none;
	}

	.tableWrap {
		overflow-x: scroll;
	}

	#contents table {
		max-width: initial;
	}
}