@charset 'UTF-8';

/*-----------------------------------------------------------------------
	layout
-----------------------------------------------------------------------*/
.naviLayout01 {
	font-weight: 700;
}

.naviLayout01 li {
	border-top: none;
}

.naviLayout01 li + li {
	border-top: 0 solid #fff;
}

@media screen and (max-width: 1299.499px) {
	.naviLayout01 li + li {
		border-top-color: #5895d5;
	}
}

.naviLayout01 li.current > a {
	background: #fff;
	color: #1068c3;
	opacity: 1;
}

.naviLayout01 li.current > a .expand::before {
	border-color: transparent #1068c3;
}

.naviLayout01 li.current > a button.expand::before {
	border-color: #1068c3 transparent;
}

.naviLayout01 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 5px 0 20px;
	background: #5895d5;
	color: #fff;
	line-height: 0;
	transition: padding-top 150ms, padding-bottom 150ms, line-height 150ms, opacity 100ms, visibility 100ms;
	transition-timing-function: linear;
	opacity: 0;
	visibility: hidden;
}

@media screen and (max-width: 1299.499px) {
	.naviLayout01 a {
		background: #1068c3;
	}
}

@media screen and (min-width: 479.5px) and (max-width: 1299.499px) {
	.naviLayout01 a {
		padding-right: 15px;
		padding-left: 30px;
	}
}

.naviLayout01 .expand {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 0;
	margin-left: 5px;
	color: transparent;
	font-size: 0;
	transition: height 150ms linear;
}

.naviLayout01 .expand::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 6px 8px;
	border-style: solid none solid solid;
	border-color: transparent #fff;
	transition: 150ms linear;
	transition-property: transform, border-color;
}

.naviLayout01 button.expand::before {
	border-width: 8px 6px;
	border-style: solid solid none;
	border-color: #fff transparent;
}

.naviLayout01 .sub {
	border-top: 0 solid #fff;
}

@media screen and (max-width: 1299.499px) {
	.naviLayout01 .sub {
		border-top-color: #1068c3;
	}
	.naviLayout01 .sub li + li {
		border-top-color: #1068c3;
	}
}

.naviLayout01 .sub a {
	background: #bbd4ee;
	color: #333;
}

@media screen and (max-width: 1299.499px) {
	.naviLayout01 .sub a {
		background: #5895d5;
		color: #fff;
	}
}

.naviLayout01 .sub .expand::before {
	border-color: transparent #333;
}

@media screen and (max-width: 1299.499px) {
	.naviLayout01 .sub .expand::before {
		border-color: transparent #fff;
	}
}

.naviLayout01 .sub button.expand::before {
	border-color: #333 transparent;
}

@media screen and (max-width: 1299.499px) {
	.naviLayout01 .sub button.expand::before {
		border-color: #fff transparent;
	}
}

.naviLayout01 .sub .sub li.current > a {
	background: #fff;
}

.naviLayout01 .sub .sub a:not(:hover) {
	background: #cfe1f3;
}

@media screen and (max-width: 1299.499px) {
	.naviLayout01 .sub .sub a:not(:hover) {
		background: #bbd4ee;
		color: #333;
	}
	.naviLayout01 .sub .sub a:not(:hover) .expand::before {
		border-color: transparent #333;
	}
	.naviLayout01 .sub .sub a:not(:hover) button.expand::before {
		border-color: #333 transparent;
	}
}

.naviLayout01 .sub .sub .sub li.current > a {
	background: #fff;
}

.naviLayout01 .sub .sub .sub a:not(:hover) {
	background: #e6eff9;
}

@media screen and (max-width: 1299.499px) {
	.naviLayout01 .sub .sub .sub a:not(:hover) {
		background: #cfe1f3;
	}
}

.naviLayout01 .top > li, .naviLayout01 li.open > ul > li {
	border-top-width: 1px;
}

.naviLayout01 .top > li > a, .naviLayout01 li.open > ul > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.3;
	opacity: 1.0;
	visibility: visible;
}

.naviLayout01 .top > li > a .expand, .naviLayout01 li.open > ul > li > a .expand {
	height: 40px;
}

@media screen and (max-width: 1299.499px) {
	.naviLayout01 .top {
		border: 1px #5895d5;
		border-style: solid none;
	}
	.naviLayout01 .top > li > a .expand {
		height: 50px;
	}
}

.naviLayout01 li.open > a button.expand::before {
	transform: rotate(-180deg);
}

.naviLayout01 li.open > .sub {
	border-top-width: 1px;
}

.naviLayout01 a:hover {
	background: #fff;
	color: #1068c3;
	opacity: 1;
}

.naviLayout01 a:hover .expand::before {
	border-color: transparent #1068c3;
}

.naviLayout01 a:hover button.expand::before {
	border-color: #1068c3 transparent;
}

[class*='searchLayout'] {
	display: flex;
	align-items: stretch;
}

[class*='searchLayout'] > * {
	height: 30px;
}

@media screen and (max-width: 1299.499px) {
	[class*='searchLayout'] > * {
		height: 50px;
	}
}

[class*='searchLayout'] label {
	flex: 1 1 auto;
	display: block;
}

[class*='searchLayout'] [type='text'] {
	width: 100%;
	height: 100%;
	padding: 3px 10px;
	border: 1px #1068c3;
	border-style: solid none solid solid;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.0;
}

@media screen and (max-width: 1299.499px) {
	[class*='searchLayout'] [type='text'] {
		padding: 10px 15px;
	}
}

[class*='searchLayout'] [type='submit'] {
	flex: 0 0 auto;
	width: 30px;
	background: url('../images/icon_search01.svg') no-repeat center/16px auto;
	color: transparent;
	font-size: 0;
}

@media screen and (max-width: 1299.499px) {
	[class*='searchLayout'] [type='submit'] {
		width: 50px;
		background-size: 26px auto;
	}
}

.searchLayout01 [type='submit'] {
	background-color: #1068c3;
}

.searchLayout02 [type='text'] {
	border: none;
}

.searchLayout02 [type='submit'] {
	background-color: #5895d5;
}

.pankuzuLayout01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -10px 0 0 -1.0em;
	font-size: 13px;
	line-height: 1.3;
}

@media screen and (max-width: 1299.499px) {
	.pankuzuLayout01 {
		font-size: 12px;
	}
}

.pankuzuLayout01 > li {
	flex: 0 0 auto;
	position: relative;
	max-width: 100%;
	margin: 10px 0 0 1.0em;
	padding-left: 22px;
	cursor: default;
}

@media screen and (max-width: 1299.499px) {
	.pankuzuLayout01 > li {
		margin-left: 0.5em;
	}
}

.pankuzuLayout01 > li:first-child {
	text-transform: uppercase;
}

.pankuzuLayout01 > li + li {
	padding-left: 1.5em;
}

@media screen and (max-width: 1299.499px) {
	.pankuzuLayout01 > li + li {
		padding-left: 1.0em;
	}
}

.pankuzuLayout01 > li + li::before {
	content: '\03e';
	width: auto;
	height: auto;
	background: none;
}

.pankuzuLayout01 > li::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 1.0em;
	background: url('../images/icon_home01.svg') no-repeat center/contain;
	transform: translateY(-50%);
}

.pankuzuLayout01 a {
	text-decoration: underline;
}

.boxLayout01 {
	padding: 40px;
	background: #fff;
}

@media screen and (max-width: 1299.499px) {
	.boxLayout01 {
		padding: 35px 30px 30px;
	}
}

@media screen and (max-width: 479.499px) {
	.boxLayout01 {
		padding-right: 20px;
		padding-left: 20px;
	}
}

.listLayout01 li + li {
	border-top: 1px solid #bbd4ee;
}

.listLayout01 a {
	display: block;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
}

@media screen and (max-width: 479.499px) {
	.listLayout01 a {
		padding-right: 20px;
		padding-left: 0;
	}
	.listLayout01 a::after {
		right: 0;
	}
}

.listLayout01 .header {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	line-height: 1.0;
}

@media screen and (max-width: 1299.499px) {
	.listLayout01 .header {
		flex-wrap: wrap;
		margin-top: -10px;
	}
	.listLayout01 .header > * {
		flex: 0 0 auto;
		margin-top: 10px;
	}
}

.listLayout01 .tag {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 20px;
	margin-right: 20px;
	border: 1px solid currentColor;
	color: #1068c3;
	font-size: 12px;
	font-weight: 700;
}

.listLayout01 .tag.red {
	color: #d65186;
}

.listLayout01 .tag.green {
	color: #6cc6aa;
}

.listLayout01 .newWindow {
	display: inline-block;
	position: relative;
	width: 1.0em;
	height: 1.0em;
	margin-left: 0.5em;
}

.listLayout01 .newWindow svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.listLayout01 .newWindow .st0 {
	fill: #5895d5;
}

.listLayout02 {
	font-weight: 700;
}

@media print, screen and (min-width: 1299.5px) {
	.listLayout02 {
		font-size: 16px;
	}
}

.listLayout02 > li {
	border-bottom: 1px solid #5895d5;
}

.listLayout02 a {
	display: flex;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}

@media screen and (max-width: 1299.499px) {
	.listLayout02 a {
		padding-top: 13px;
		padding-bottom: 13px;
	}
}

.listLayout02 a::after {
	border-color: transparent currentColor;
}

.listLayout02 a:hover::after {
	border-color: transparent currentColor;
}

.listLayout03 > li {
	border-bottom: 1px solid #5895d5;
	font-weight: 700;
	line-height: 1.57;
}

.listLayout03 a {
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 20px;
}

.listLayout03 a::after {
	border-color: transparent currentColor;
}

.listLayout03 a:hover {
	background: rgba(255, 255, 255, 0.7);
}

.listLayout03 a:hover::after {
	border-color: transparent currentColor;
}

@media print, screen and (min-width: 1299.5px) {
	.listLayout04 {
		font-size: 16px;
	}
}

.listLayout04 > li {
	border-bottom: 1px solid #bbd4ee;
}

.listLayout04 a {
	display: flex;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}

@media screen and (max-width: 1299.499px) {
	.listLayout04 a {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0;
	}
}

.listLayout04 .date {
	flex: 0 0 auto;
}

.listLayout04 .title {
	flex: 1 1 auto;
	margin-left: 20px;
}

@media screen and (max-width: 1299.499px) {
	.listLayout04 .title {
		margin-left: 15px;
	}
}

.listLayout04 .newWindow {
	display: inline-block;
	width: 1.0em;
	margin-left: 10px;
	vertical-align: text-bottom;
}

@media screen and (max-width: 1299.499px) {
	.listLayout04 .newWindow {
		margin-left: 5px;
	}
}

.listLayout04 .newWindow svg {
	display: block;
}

.paginationLayout01 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0 0 -15px;
	line-height: 1.0;
}

@media screen and (max-width: 1299.499px) {
	.paginationLayout01 {
		margin-top: 30px;
	}
}

@media screen and (max-width: 479.499px) {
	.paginationLayout01 {
		margin-left: -10px;
	}
}

.paginationLayout01 .page-numbers {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	margin-left: 15px;
	border: 1px solid #1068c3;
	border-radius: 50%;
	color: #1068c3;
	font-size: 18px;
	font-weight: 400;
}

@media screen and (max-width: 1299.499px) {
	.paginationLayout01 .page-numbers {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
}

@media screen and (max-width: 479.499px) {
	.paginationLayout01 .page-numbers {
		margin-left: 10px;
	}
	.paginationLayout01 .page-numbers.prev, .paginationLayout01 .page-numbers.next {
		display: none;
	}
}

.paginationLayout01 .page-numbers:hover {
	background: #1068c3;
	color: #fff;
	opacity: 1.0;
}

.paginationLayout01 .page-numbers.current {
	background: #1068c3;
	color: #fff;
	font-weight: 700;
	cursor: default;
}

.paginationLayout01 .page-numbers.dots {
	border: none;
	border-radius: none;
	cursor: default;
}

.paginationLayout01 .page-numbers.dots:hover {
	background: none;
	color: #1068c3;
}

@media screen and (max-width: 1299.499px) {
	.paginationLayout01 .page-numbers.dots {
		margin-left: 5px;
	}
	.paginationLayout01 .page-numbers.dots + * {
		margin-left: 5px;
	}
}

@media screen and (max-width: 479.499px) {
	.paginationLayout01 .page-numbers.dots {
		margin-left: 3px;
	}
	.paginationLayout01 .page-numbers.dots + * {
		margin-left: 3px;
	}
}

.paginationLayout01 .page-numbers.prev, .paginationLayout01 .page-numbers.next {
	color: transparent;
	font-size: 0;
}

.paginationLayout01 .page-numbers.prev::after, .paginationLayout01 .page-numbers.next::after {
	content: '';
	display: block;
	position: relative;
	right: 1px;
	width: 0;
	height: 0;
	border-width: 7px 10px;
	border-style: solid solid solid none;
	border-color: transparent #1068c3;
}

@media screen and (max-width: 1299.499px) {
	.paginationLayout01 .page-numbers.prev::after, .paginationLayout01 .page-numbers.next::after {
		border-width: 6px 9px;
	}
}

.paginationLayout01 .page-numbers.prev:hover::after, .paginationLayout01 .page-numbers.next:hover::after {
	border-color: transparent #fff;
}

.paginationLayout01 .page-numbers.next::after {
	right: 0;
	left: 2px;
	border-style: solid none solid solid;
}

.paginationLayout01 .page-numbers.first, .paginationLayout01 .page-numbers.last, .paginationLayout01 .page-numbers.disabled {
	display: none;
}

.articleLayout01 > .header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.articleLayout01 > .header > * {
	flex: 0 0 auto;
}

.articleLayout01 > .header .no {
	margin-right: 1.0em;
	line-height: 1.0;
}

@media print, screen and (min-width: 1299.5px) {
	.articleLayout01 > .header .no {
		font-size: 16px;
	}
}

.articleLayout01 > .header .tag {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 100px;
	margin-right: 20px;
	padding: 7px 5px;
	border: 1px solid currentColor;
	color: #1068c3;
	font-weight: 700;
	line-height: 1.0;
}

@media screen and (max-width: 1299.499px) {
	.articleLayout01 > .header .tag {
		min-width: 80px;
		margin-right: 10px;
		padding: 4px 13px;
		font-size: 12px;
	}
}

.articleLayout01 > .header .tag.red {
	color: #d65186;
}

.articleLayout01 > .header .tag.green {
	color: #6cc6aa;
}

.articleLayout01 > .header .date {
	line-height: 1.0;
}

@media print, screen and (min-width: 1299.5px) {
	.articleLayout01 > .header .date {
		font-size: 16px;
	}
}

.articleLayout01 > .header .title {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #5895d5;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.68;
}

@media screen and (max-width: 1299.499px) {
	.articleLayout01 > .header .title {
		margin-top: 15px;
		padding-bottom: 5px;
		font-size: 22px;
	}
}

.articleLayout01 > .contents {
	margin-top: 30px;
}

@media screen and (max-width: 1299.499px) {
	.articleLayout01 > .contents {
		margin-top: 20px;
	}
}

.articleLayout01 > .links {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-top: 80px;
}

@media screen and (max-width: 1299.499px) {
	.articleLayout01 > .links {
		flex-direction: column;
		align-items: center;
		margin-top: 40px;
	}
}

.articleLayout01 > .links > li + li {
	margin-left: 60px;
}

@media screen and (max-width: 1299.499px) {
	.articleLayout01 > .links > li + li {
		margin: 20px 0 0;
	}
}

.articleLayout01 > .links a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 170px;
	height: 100%;
	min-height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-transform: uppercase;
}

@media print, screen and (min-width: 1299.5px) {
	.articleLayout01 > .links a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1299.499px) {
	.articleLayout01 > .links a {
		min-width: 130px;
		min-height: 40px;
	}
	.articleLayout01 > .links a::after {
		right: 15px;
	}
}

.contactLayout01 {
	font-weight: 400;
}

@media print, screen and (min-width: 1299.5px) {
	.contactLayout01 {
		font-size: 16px;
	}
}

.contactLayout01 .stepNavi .steps {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .stepNavi .steps {
		margin-top: 30px;
	}
}

@media screen and (max-width: 479.499px) {
	.contactLayout01 .stepNavi .steps {
		font-size: 12px;
	}
}

.contactLayout01 .stepNavi .steps > li {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 90px;
	height: 90px;
	border: 1px solid #1068c3;
	border-radius: 50%;
	color: #1068c3;
	font-weight: 700;
	cursor: default;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .stepNavi .steps > li {
		width: 80px;
		height: 80px;
	}
}

@media screen and (max-width: 479.499px) {
	.contactLayout01 .stepNavi .steps > li {
		width: 55px;
		height: 55px;
	}
}

.contactLayout01 .stepNavi .steps > li:first-child {
	background: #1068c3;
	color: #fff;
}

.contactLayout01 .stepNavi .steps > li:nth-child(n+2) {
	margin-left: 53px;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .stepNavi .steps > li:nth-child(n+2) {
		margin-left: 48px;
	}
}

@media screen and (max-width: 479.499px) {
	.contactLayout01 .stepNavi .steps > li:nth-child(n+2) {
		margin-left: 38px;
	}
}

.contactLayout01 .stepNavi .steps > li:nth-child(n+2)::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: calc(100% + 20px);
	width: 13px;
	height: 23px;
	background: url('../images/icon_arrow02.svg') no-repeat center/contain;
	transform: translateY(-50%);
}

@media screen and (max-width: 479.499px) {
	.contactLayout01 .stepNavi .steps > li:nth-child(n+2)::before {
		right: calc(100% + 15px);
		width: 10px;
		height: 21px;
	}
}

.contactLayout01 .stepNavi .message {
	margin-top: 45px;
	text-align: center;
	line-height: 1.875;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .stepNavi .message {
		margin-top: 35px;
	}
}

.contactLayout01 .stepNavi .message p + p {
	margin-top: 2.5em;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .stepNavi .message p + p {
		margin-top: 2.0em;
	}
}

.contactLayout01 .stepNavi .message .confirm {
	display: none;
}

.contactLayout01 .formTitle {
	position: relative;
	margin-top: 60px;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formTitle {
		margin-top: 40px;
	}
}

.contactLayout01 .formTitle > .error {
	color: #d65186;
	font-weight: 700;
	line-height: 1.5;
}

@media print, screen and (min-width: 1299.5px) {
	.contactLayout01 .formTitle > .error {
		position: absolute;
		right: 20px;
		bottom: 10px;
	}
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formTitle > .error {
		margin-top: 15px;
		font-size: 16px;
		text-align: center;
	}
}

.contactLayout01 .formTitle .confirm {
	display: none;
}

.contactLayout01 .formSubTitle {
	margin: 30px 0 10px;
}

.contactLayout01 .formArea {
	table-layout: fixed;
	width: 100%;
	line-height: 1.5;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea, .contactLayout01 .formArea tbody, .contactLayout01 .formArea tr, .contactLayout01 .formArea th, .contactLayout01 .formArea td {
		display: block;
	}
}

.contactLayout01 .formArea + .formSubTitle {
	margin-top: 60px;
}

.contactLayout01 .formArea tr {
	border: 1px #1068c3;
	border-style: solid none;
}

@media print, screen and (min-width: 1299.5px) {
	.contactLayout01 .formArea tr:first-child {
		border-top: none;
	}
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea tr {
		border-top: none;
	}
}

.contactLayout01 .formArea th, .contactLayout01 .formArea td {
	padding: 30px 20px;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea th, .contactLayout01 .formArea td {
		padding: 20px 15px;
	}
}

.contactLayout01 .formArea th p + p, .contactLayout01 .formArea td p + p {
	margin-top: 15px;
}

.contactLayout01 .formArea th {
	font-weight: 700;
}

@media print, screen and (min-width: 1299.5px) {
	.contactLayout01 .formArea td {
		width: 550px;
	}
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea td {
		padding-top: 0;
	}
}

.contactLayout01 .formArea ul, .contactLayout01 .formArea ol {
	line-height: 1.875;
}

.contactLayout01 .formArea ul > li, .contactLayout01 .formArea ol > li {
	position: relative;
	padding-left: 1.0em;
}

.contactLayout01 .formArea ul > li::before, .contactLayout01 .formArea ol > li::before {
	position: absolute;
	top: 0;
	left: 0;
}

.contactLayout01 .formArea ul > li::before {
	content: '・';
}

.contactLayout01 .formArea ol {
	counter-reset: orderCount;
}

.contactLayout01 .formArea ol > li {
	counter-increment: orderCount;
}

.contactLayout01 .formArea ol > li::before {
	content: counter(orderCount) '.';
}

.contactLayout01 .formArea a {
	display: inline;
	text-decoration: underline;
}

.contactLayout01 .formArea [type='text'], .contactLayout01 .formArea [type='email'], .contactLayout01 .formArea textarea {
	width: 100%;
	padding: 6px 15px;
	background: #e6eff9;
	border: none;
}

.contactLayout01 .formArea textarea {
	height: 285px;
}

@media screen and (max-width: 479.499px) {
	.contactLayout01 .formArea textarea {
		height: 200px;
	}
}

.contactLayout01 .formArea .mwform-radio-field label, .contactLayout01 .formArea .mwform-checkbox-field label {
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding-left: 30px;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea .mwform-radio-field label, .contactLayout01 .formArea .mwform-checkbox-field label {
		padding-left: 28px;
	}
}

.contactLayout01 .formArea .mwform-radio-field label::before, .contactLayout01 .formArea .mwform-checkbox-field label::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #9a9a9a;
	z-index: 3;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea .mwform-radio-field label::before, .contactLayout01 .formArea .mwform-checkbox-field label::before {
		width: 18px;
		height: 18px;
	}
}

.contactLayout01 .formArea .mwform-radio-field label::after, .contactLayout01 .formArea .mwform-checkbox-field label::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
}

.contactLayout01 .formArea .mwform-radio-field input, .contactLayout01 .formArea .mwform-checkbox-field input {
	position: absolute;
	right: 100%;
	width: 18px;
	height: 18px;
	margin: 0;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 2;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea .mwform-radio-field input, .contactLayout01 .formArea .mwform-checkbox-field input {
		width: 16px;
		height: 16px;
	}
}

.contactLayout01 .formArea .mwform-radio-field label::before {
	top: 2px;
	border-radius: 50%;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea .mwform-radio-field label::before {
		top: 1px;
	}
}

.contactLayout01 .formArea .mwform-radio-field label::after {
	top: 8px;
	left: 6px;
	width: 8px;
	height: 8px;
	background: #333;
	border-radius: 50%;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea .mwform-radio-field label::after {
		top: 7px;
		left: 6px;
		width: 6px;
		height: 6px;
	}
}

.contactLayout01 .formArea .mwform-radio-field input {
	top: 3px;
	border-radius: 50%;
	box-shadow: 19px 0 #fff;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea .mwform-radio-field input {
		box-shadow: 17px 0 #fff;
	}
}

.contactLayout01 .formArea .mwform-radio-field input:checked {
	box-shadow: none;
}

.contactLayout01 .formArea .mwform-radio-field input.inputError:not(:checked) {
	box-shadow: 19px 0 #f8d7e4;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea .mwform-radio-field input.inputError:not(:checked) {
		box-shadow: 17px 0 #f8d7e4;
	}
}

.contactLayout01 .formArea .mwform-checkbox-field label::before {
	top: 0;
}

.contactLayout01 .formArea .mwform-checkbox-field label::after {
	top: 3px;
	left: 7px;
	width: 7px;
	height: 11px;
	border: 2px #333;
	border-style: none solid solid none;
	transform: rotate(45deg);
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea .mwform-checkbox-field label::after {
		left: 6px;
		width: 6px;
		height: 10px;
	}
}

.contactLayout01 .formArea .mwform-checkbox-field input {
	top: 1px;
	box-shadow: 19px 0 #fff;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea .mwform-checkbox-field input {
		box-shadow: 17px 0 #fff;
	}
}

.contactLayout01 .formArea .mwform-checkbox-field input:checked {
	box-shadow: none;
}

.contactLayout01 .formArea .mwform-checkbox-field input.inputError:not(:checked) {
	box-shadow: 19px 0 #f8d7e4;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea .mwform-checkbox-field input.inputError:not(:checked) {
		box-shadow: 17px 0 #f8d7e4;
	}
}

.contactLayout01 .formArea .mwform-tel-field {
	display: flex;
	align-items: center;
}

.contactLayout01 .formArea .mwform-tel-field input {
	flex: 0 1 auto;
	max-width: 100px;
	margin: 0 10px;
}

@media screen and (max-width: 479.499px) {
	.contactLayout01 .formArea .mwform-tel-field input {
		margin: 0 5px;
	}
}

.contactLayout01 .formArea .mwform-tel-field input:first-of-type {
	margin-left: 0;
}

.contactLayout01 .formArea .mwform-tel-field input:last-of-type {
	margin-right: 0;
}

.contactLayout01 .formArea .mwform-zip-field {
	display: flex;
	align-items: center;
}

.contactLayout01 .formArea .mwform-zip-field [type='text'] {
	flex: 0 1 auto;
	margin: 0 10px;
}

.contactLayout01 .formArea .mwform-zip-field [type='text']:first-of-type {
	max-width: 80px;
}

.contactLayout01 .formArea .mwform-zip-field [type='text']:nth-of-type(2) {
	max-width: 100px;
	margin-right: 0;
}

.contactLayout01 .formArea .p-country-name {
	display: none;
}

.contactLayout01 .formArea .mini {
	max-width: 100px;
}

.contactLayout01 .formArea .middle {
	max-width: 200px;
}

.contactLayout01 .formArea .must {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 20px;
	margin-left: 15px;
	background: #5895d5;
	color: #fff;
	font-size: 12px;
	line-height: 1.0;
}

.contactLayout01 .formArea .photos01 {
	display: flex;
	flex-wrap: wrap;
	margin: -20px 0 0 -15px;
	font-size: 14px;
}

.contactLayout01 .formArea .photos01 > * {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc((100% - 45px) / 3);
	margin: 20px 0 0 15px;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea .photos01 > * {
		width: 150px;
		max-width: calc((100% - 30px) / 2);
	}
}

.contactLayout01 .formArea .photos01 > * .image {
	width: 100%;
	max-width: 150px;
	margin-bottom: 15px;
	color: transparent;
	font-size: 0;
}

.contactLayout01 .formArea .photos01 > * .image > * {
	display: block;
	padding-top: 100%;
	background: no-repeat center / cover;
}

.contactLayout01 .formArea .photos01 > * label {
	word-break: break-all;

	align-self: flex-start;
}

.contactLayout01 .formArea .nameInput {
	display: flex;
}

@media screen and (max-width: 479.499px) {
	.contactLayout01 .formArea .nameInput {
		display: block;
	}
}

.contactLayout01 .formArea .nameInput .part {
	flex: 0 1 auto;
	display: block;
	max-width: 200px;
}

@media screen and (max-width: 479.499px) {
	.contactLayout01 .formArea .nameInput .part {
		max-width: none;
	}
}

.contactLayout01 .formArea .nameInput .part + .part {
	margin-left: 15px;
}

@media screen and (max-width: 479.499px) {
	.contactLayout01 .formArea .nameInput .part + .part {
		margin: 15px 0 0;
	}
}

.contactLayout01 .formArea .note {
	position: relative;
	margin: 0 0 5px 0;
	padding-left: 1.0em;
	font-size: 14px;
}

.contactLayout01 .formArea .note::before {
	content: '※';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.contactLayout01 .formArea .note:last-of-type {
	margin-bottom: 15px;
}

.contactLayout01 .formArea .note.dot::before {
	content: '・';
}

.contactLayout01 .formArea .notices {
	margin-bottom: 40px;
}

@media screen and (max-width: 1299.499px) {
	.contactLayout01 .formArea .notices {
		margin-bottom: 30px;
	}
}

.contactLayout01 .formArea .inputError {
	background: #f8d7e4;
}

.contactLayout01 .buttonArea {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 479.499px) {
	.contactLayout01 .buttonArea {
		flex-direction: column;
		align-items: center;
	}
}

.contactLayout01 .buttonArea > * {
	flex: 0 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 50px;
	margin-top: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: 700;
	cursor: pointer;
}

@media screen and (max-width: 479.499px) {
	.contactLayout01 .buttonArea > * {
		width: 200px;
	}
}

.contactLayout01 .buttonArea > * + * {
	margin-left: 30px;
}

@media screen and (max-width: 479.499px) {
	.contactLayout01 .buttonArea > * + * {
		margin: 30px 0 0;
	}
}

.mw_wp_form_confirm .contactLayout01 .stepNavi .steps > li:nth-child(2) {
	background: #1068c3;
	color: #fff;
}

.mw_wp_form_confirm .contactLayout01 .stepNavi .message .input {
	display: none;
}

.mw_wp_form_confirm .contactLayout01 .stepNavi .message .confirm {
	display: block;
}

.mw_wp_form_confirm .contactLayout01 .formTitle .confirm {
	display: inline;
}

.mw_wp_form_confirm .contactLayout01 .formArea td .input, .mw_wp_form_confirm .contactLayout01 .formArea th .input {
	display: none;
}

.mw_wp_form_confirm .contactLayout01 .formArea .selectStyle02 {
	display: inline;
	background: none;
}

.mw_wp_form_confirm .contactLayout01 .formArea .selectStyle02::after {
	content: none;
}

.mw_wp_form_confirm .contactLayout01 .formArea .must {
	display: none;
}

.mw_wp_form_confirm .contactLayout01 .formArea .photos01 {
	margin: 0;
	font-size: inherit;
}

@media screen and (max-width: 479.499px) {
	.mw_wp_form_confirm .contactLayout01 .formArea .nameInput .part {
		display: inline;
	}
}

.mw_wp_form_confirm .contactLayout01 .formArea .nameInput .part + .part {
	margin-left: 1.0em;
}

.mw_wp_form_confirm .contactLayout01 .formArea .notices {
	display: none;
}

.mw_wp_form_complete .contactLayout01 .stepNavi .steps > li {
	background: #1068c3;
	color: #fff;
}

.mw_wp_form_complete .contactLayout01 .stepNavi .message .input {
	display: none;
}

.mw_wp_form_complete .contactLayout01 .stepNavi .message .confirm {
	display: block;
}

.sideBoxLayout01 > .title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: #5895d5;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.0;
}

@media screen and (max-width: 1299.499px) {
	.sideBoxLayout01 > .title {
		font-size: 18px;
	}
}

@media screen and (max-width: 1299.499px) {
	.sideBoxLayout01 > .title {
		padding: 13px;
	}
}

.snsIconsLayout01 {
	display: flex;
	align-items: center;
}

.snsIconsLayout01 li + li {
	margin-left: 25px;
}

.snsIconsLayout01 img {
	width: 40px;
}

/*-----------------------------------------------------------------------
	style
-----------------------------------------------------------------------*/
.titleStyle01 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}

@media screen and (max-width: 1299.499px) {
	.titleStyle01 {
		font-size: 30px;
	}
}

.titleStyle01 .main {
	text-transform: uppercase;
}

.titleStyle01 .sub {
	margin-bottom: 20px;
	color: #1068c3;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-transform: capitalize;
}

@media screen and (max-width: 1299.499px) {
	.titleStyle01 .sub {
		margin-bottom: 15px;
	}
}

.linkStyle01 {
	padding-left: calc(1.0em + 5px);
	background: url('../images/icon_arrow01.svg') no-repeat left 0.1em/1em auto;
	line-height: 1.2;
}

.linkStyle01.wht {
	background-image: url('../images/icon_arrow01_wht.svg');
}

.linkStyle02 {
	position: relative;
	padding-right: 40px;
	line-height: 1.5;
	transition: background-color 500ms ease;
}

.linkStyle02:hover {
	background: #f5f9fd;
	opacity: 1.0;
}

.linkStyle02:hover::after {
	border-color: transparent #5895d5;
}

.linkStyle02::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	border-width: 6px 8px;
	border-style: solid none solid solid;
	border-color: transparent #bbd4ee;
	transform: translateY(-50%);
	transition: border-color 500ms ease;
}

.linkStyle02.blue {
	background: #1068c3;
	color: #fff;
	transition: opacity 300ms ease;
}

.linkStyle02.blue:hover {
	opacity: 0.7;
}

.linkStyle02.blue::after {
	border-color: transparent #fff;
}

.linkStyle02.black {
	background: #333;
	color: #fff;
	transition: opacity 300ms ease;
}

.linkStyle02.black:hover {
	opacity: 0.7;
}

.linkStyle02.black::after {
	border-color: transparent #fff;
}

.buttonsStyle01 {
	display: flex;
}

.buttonsStyle01 li {
	flex: 0 0 auto;
}

.buttonsStyle01 li + li {
	margin-left: 30px;
}

.buttonsStyle01 a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 250px;
	height: 70px;
	padding: 5px 45px 5px 30px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.0;
}

@media screen and (max-width: 479.499px) {
	.buttonsStyle01 a {
		height: 60px;
	}
}

.buttonsStyle01 a::before {
	content: '';
	display: block;
	height: 100%;
	margin-right: 10px;
	background: no-repeat center / contain;
}

.buttonsStyle01 a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 0;
	height: 0;
	border-width: 6px 8px;
	border-style: solid none solid solid;
	border-color: transparent #fff;
	transform: translateY(-50%);
}

.buttonsStyle01 a.access::before {
	width: 16px;
	background-image: url('../images/icon_access01.svg');
}

.buttonsStyle01 a.contact::before {
	width: 25px;
	background-image: url('../images/icon_mail01.svg');
}

.selectStyle01 {
	display: block;
	position: relative;
}

.selectStyle01::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	border-width: 6px 5px;
	border-style: solid solid none;
	border-color: currentColor transparent;
	transform: translateY(-50%);
	cursor: pointer;
}

.selectStyle01 select {
	width: 100%;
	padding: 15px 20px;
	border: none;
	font-weight: 700;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

@media print, screen and (min-width: 1299.5px) {
	.selectStyle01 select {
		font-size: 16px;
	}
}

@media screen and (max-width: 1299.499px) {
	.selectStyle01 select {
		padding: 13px 20px;
	}
}

.selectStyle01 select::-ms-expand {
	display: none;
}

.selectStyle02 {
	display: inline-block;
	position: relative;
	background: #e6eff9;
}

.selectStyle02::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	border-width: 6px 5px;
	border-style: solid solid none;
	border-color: currentColor transparent;
	transform: translateY(-50%);
	pointer-events: none;
}

.selectStyle02 select {
	width: 100%;
	padding: 6px 35px 6px 15px;
	background: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.selectStyle02 select::-ms-expand {
	display: none;
}

/*-----------------------------------------------------------------------
	common
-----------------------------------------------------------------------*/
.commonSecCalendar .contentsArea {
	margin-top: 25px;
}

.commonSecCalendar .opening {
	padding: 15px 10px;
	background: #f5f9fd;
	text-align: center;
	line-height: 1.3;
}

.commonSecCalendar .opening .title {
	font-weight: 400;
}

.commonSecCalendar .opening .detail {
	margin-top: 5px;
	font-weight: 700;
}

.commonSecCalendar .calendar {
	margin-top: 10px;
}

.commonSecCalendar .calendar .xo-event-calendar {
	font: inherit;
}

.commonSecCalendar .calendar .xo-event-calendar .xo-month {
	margin: 0;
	color: inherit;
}

.commonSecCalendar .calendar .xo-event-calendar .xo-month caption {
	padding-bottom: 10px;
}

.commonSecCalendar .calendar .xo-event-calendar .xo-month, .commonSecCalendar .calendar .xo-event-calendar .xo-month th, .commonSecCalendar .calendar .xo-event-calendar .xo-month td {
	border-color: #cfe1f3;
}

.commonSecCalendar .calendar .xo-event-calendar .xo-month tbody {
	background: #f5f9fd;
}

.commonSecCalendar .calendar .xo-event-calendar .month-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}

.commonSecCalendar .calendar .xo-event-calendar .month-header > * {
	flex: 0 0 auto;
}

.commonSecCalendar .calendar .xo-event-calendar .month-header > span {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.0;
}

.commonSecCalendar .calendar .xo-event-calendar .month-header button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
	width: 30px;
	height: 30px;
	background: #5895d5;
}

.commonSecCalendar .calendar .xo-event-calendar .month-header button span {
	display: block;
	width: 0;
	height: 0;
	border-width: 5px 7px;
	border-style: solid solid solid none;
	border-color: transparent #fff;
	font-size: 0;
}

.commonSecCalendar .calendar .xo-event-calendar .month-header button.month-next span {
	border-style: solid none solid solid;
}

.commonSecCalendar .calendar .xo-event-calendar .month-dayname div {
	padding-top: 6px;
	text-align: center;
	line-height: 1.0;
}

@media screen and (max-width: 1299.499px) {
	.commonSecCalendar .calendar .xo-event-calendar .month-dayname div {
		padding-top: 8px;
	}
}

.commonSecCalendar .calendar .xo-event-calendar .month-dayname div.today {
	background: #1068c3;
	color: #fff;
	font-weight: inherit;
}

.commonSecCalendar .calendar .xo-event-calendar .month-dayname div.other-month {
	color: #bbd4ee;
	opacity: 1.0;
}

.commonSecCalendar .calendar .xo-event-calendar .month-dayname-space {
	height: auto;
	min-height: 26px;
}

@media screen and (max-width: 1299.499px) {
	.commonSecCalendar .calendar .xo-event-calendar .month-dayname-space {
		min-height: 30px;
	}
}

.commonSecCalendar .calendar .xo-event-calendar .month-event-space {
	height: auto;
}

.commonSecCalendar .calendar .xo-event-calendar .sunday, .commonSecCalendar .calendar .xo-event-calendar .saturday {
	color: inherit;
}

.commonSecCalendar .calendar .xo-event-calendar .holiday-title {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	padding: 0;
	font: inherit;
	line-height: 1.0;
}

.commonSecCalendar .calendar .xo-event-calendar .holiday-title:nth-child(n+2) {
	margin-left: 30px;
}

.commonSecCalendar .calendar .xo-event-calendar .holiday-titles {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

@media screen and (max-width: 1299.499px) {
	.commonSecCalendar .calendar .xo-event-calendar .holiday-titles {
		justify-content: center;
	}
}

.commonSecCalendar .calendar .xo-event-calendar .holiday-title span {
	flex: 0 0 auto;
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
	border: none;
}

.commonSecCalendar .links {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 20px;
}

@media screen and (max-width: 1299.499px) {
	.commonSecCalendar .links {
		justify-content: center;
	}
}

.commonSecCalendar .links li {
	flex: 0 0 auto;
}

@media screen and (min-width: 479.5px) and (max-width: 1299.499px) {
	.commonSecCalendar .links li {
		width: calc((100% - 20px) / 2);
		max-width: 220px;
	}
}

.commonSecCalendar .links li:nth-child(2) {
	text-align: center;
}

@media screen and (max-width: 1299.499px) {
	.commonSecCalendar .links li:nth-child(2) {
		margin-left: 20px;
	}
}

@media screen and (min-width: 479.5px) and (max-width: 1299.499px) {
	.commonSecCalendar .links li:nth-child(2) {
		text-align: left;
	}
}

.commonSecCalendar .links a {
	display: flex;
	align-items: center;
	width: 110px;
	height: 60px;
	padding-right: 30px;
	padding-left: 15px;
}

@media screen and (min-width: 479.5px) and (max-width: 1299.499px) {
	.commonSecCalendar .links a {
		justify-content: center;
		width: 100%;
		height: 40px;
	}
}

.commonSecCalendar .links a::after {
	right: 15px;
}

.commonSecLightUp {
	text-align: center;
}

.commonSecLightUp .banner {
	max-width: 320px;
	margin: 0 auto;
}

.commonSecBanner {
	padding: 80px 0;
	background: #fff;
	line-height: 1.0;
}

@media screen and (max-width: 1299.499px) {
	.commonSecBanner {
		padding: 60px 0;
	}
}

@media screen and (max-width: 479.499px) {
	.commonSecBanner {
		padding: 50px 0;
	}
}

.commonSecBanner.blue {
	background: #e6eff9;
}

.commonSecBanner .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: -30px 0 0 -30px;
}

@media screen and (max-width: 479.499px) {
	.commonSecBanner .items {
		margin: -20px 0 0 -20px;
	}
}

.commonSecBanner .items li {
	flex: 0 0 auto;
	max-width: 287px;
	margin: 30px 0 0 30px;
}

@media screen and (max-width: 479.499px) {
	.commonSecBanner .items li {
		width: calc((100% - 40px) / 2);
		margin: 20px 0 0 20px;
	}
}

.commonSecBanner .items a, .commonSecBanner .items img {
	display: block;
}

/*-----------------------------------------------------------------------
	top
-----------------------------------------------------------------------*/
#topMainVisual .slider {
	margin: 0;
}

#topMainVisual .sliderArea {
	position: relative;
}

#topMainVisual .slider a {
	width: 100%;
	height: 100%;
}

#topMainVisual .slick-slide .image {
	position: relative;
	background: no-repeat left center / 0 auto;
}

@media screen and (min-width: 479.5px) {
	#topMainVisual .slick-slide .image {
		height: 500px;
		background-size: cover;
	}
	#topMainVisual .slick-slide .image img {
		width: 0;
		height: 0;
		opacity: 0;
	}
}

@media screen and (min-width: 479.5px) and (max-width: 1299.499px) {
	#topMainVisual .slick-slide .image {
		height: auto;
		padding-top: 40.32%;
	}
}

#topMainVisual .slick-slide img {
	width: 100%;
}

#topMainVisual .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
	height: 60px;
}

@media screen and (max-width: 1299.499px) {
	#topMainVisual .slick-dots {
		height: 50px;
	}
}

#topMainVisual .slick-dots li {
	flex: 0 0 auto;
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	cursor: default;
}

#topMainVisual .slick-dots li + li {
	margin-left: 10px;
}

#topMainVisual .slick-dots li.slick-active button::before {
	background: #5895d5;
}

#topMainVisual .slick-dots li button {
	width: auto;
	height: auto;
}

#topMainVisual .slick-dots li button::before {
	content: '';
	display: block;
	position: static;
	width: 8px;
	height: 8px;
	background: #bbd4ee;
	border-radius: 50%;
	opacity: 1.0;
}

#topMainVisual .announcement {
	display: flex;
	align-items: stretch;
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 1160px;
	background: #fff;
	transform: translateX(-50%);
}

@media screen and (max-width: 1299.499px) {
	#topMainVisual .announcement {
		display: block;
		bottom: 80px;
		width: calc(100% - 60px);
	}
}

@media screen and (max-width: 479.499px) {
	#topMainVisual .announcement {
		width: calc(100% - 40px);
		min-width: 270px;
	}
}

#topMainVisual .announcement .title {
	font-size: 22px;
	font-weight: 700;
}

@media screen and (max-width: 479.499px) {
	#topMainVisual .announcement .title {
		font-size: 18px;
	}
}

#topMainVisual .announcement .titleArea {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	background: #d65186;
	color: #fff;
	line-height: 1.0;
}

@media print, screen and (min-width: 1299.5px) {
	#topMainVisual .announcement .titleArea {
		flex-direction: column;
		justify-content: center;
		width: 200px;
		height: 150px;
	}
}

@media screen and (max-width: 1299.499px) {
	#topMainVisual .announcement .titleArea {
		padding: 20px;
	}
}

@media screen and (min-width: 479.5px) {
	#topMainVisual .announcement .titleArea {
		font-size: 16px;
	}
}

@media screen and (max-width: 479.499px) {
	#topMainVisual .announcement .titleArea {
		padding: 15px 20px;
	}
	#topMainVisual .announcement .titleArea > * {
		flex: 0 0 auto;
	}
}

@media print, screen and (min-width: 1299.5px) {
	#topMainVisual .announcement .titleArea .date {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1299.499px) {
	#topMainVisual .announcement .titleArea .date {
		margin-left: 20px;
	}
}

@media screen and (max-width: 479.499px) {
	#topMainVisual .announcement .titleArea .date {
		margin-left: 10px;
	}
}

#topMainVisual .announcement .detail {
	flex: 1 1 auto;
	font-size: 18px;
}

@media screen and (max-width: 1299.499px) {
	#topMainVisual .announcement .detail {
		font-size: 16px;
	}
}

@media screen and (max-width: 479.499px) {
	#topMainVisual .announcement .detail {
		font-size: 14px;
	}
}

#topMainVisual .announcement .detail a {
	display: flex;
	align-items: center;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

@media screen and (max-width: 1299.499px) {
	#topMainVisual .announcement .detail a {
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 479.499px) {
	#topMainVisual .announcement .detail a {
		padding-top: 15px;
		padding-right: 50px;
		padding-bottom: 15px;
	}
	#topMainVisual .announcement .detail a .scrollContainer {
		display: block;
		overflow: hidden;
		white-space: nowrap;
	}
	#topMainVisual .announcement .detail a .text {
		display: inline-block;
		position: relative;
		-webkit-animation: 14000ms linear 0ms infinite normal both running announcementScroll;
		animation: 14000ms linear 0ms infinite normal both running announcementScroll;
	}
	@-webkit-keyframes announcementScroll {
		0% {
			transform: translateX(0);
			opacity: 1;
		}
		21.4% {
			transform: translateX(0);
			opacity: 1;
		}
		92.8% {
			transform: translateX(-100%);
			opacity: 1;
		}
		100% {
			transform: translateX(-100%);
			opacity: 0;
		}
	}
	@keyframes announcementScroll {
		0% {
			transform: translateX(0);
			opacity: 1;
		}
		21.4% {
			transform: translateX(0);
			opacity: 1;
		}
		92.8% {
			transform: translateX(-100%);
			opacity: 1;
		}
		100% {
			transform: translateX(-100%);
			opacity: 0;
		}
	}
}

#topContainer01 {
	display: flex;
	align-items: stretch;
}

@media screen and (max-width: 1299.499px) {
	#topContainer01 {
		flex-direction: column;
	}
}

#topContainer01 > * {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 40px;
	background: #bbd4ee;
}

@media screen and (max-width: 1299.499px) {
	#topContainer01 > * {
		padding: 40px 0;
	}
}

#topContainer01 section + section {
	margin-top: 40px;
}

@media screen and (max-width: 1299.499px) {
	#topContainer01 section + section {
		margin-top: 30px;
	}
}

#topContainer01 .listLayout01 a {
	padding-top: 10px;
	padding-bottom: 5px;
}

#topContainer01 .listLayout01 .header {
	margin-bottom: 8px;
}

@media print, screen and (min-width: 1299.5px) {
	#topContainer01 .box01 {
		padding-left: 30px;
	}
	#topContainer01 .box01 .contentIn {
		width: 840px;
		margin: 0;
	}
}

@media screen and (max-width: 1299.499px) {
	#topContainer01 .box01 {
		align-items: stretch;

		order: 1;
	}
}

@media print, screen and (min-width: 1299.5px) {
	#topContainer01 .box01 section {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#topContainer01 .box01 section > * {
		flex: 0 0 auto;
	}
}

#topContainer01 .box01 .title {
	text-align: left;
}

@media print, screen and (min-width: 1299.5px) {
	#topContainer01 .box01 .titleArea {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-width: 1299.499px) {
	#topContainer01 .box01 .titleArea {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin: -20px 0 0 -20px;
	}
	#topContainer01 .box01 .titleArea > * {
		margin: 20px 0 0 20px;
	}
}

#topContainer01 .box01 .titleArea .link {
	position: relative;
}

@media print, screen and (min-width: 1299.5px) {
	#topContainer01 .box01 .titleArea .link {
		margin-top: 60px;
	}
}

#topContainer01 .box01 .titleArea .link.open dt.button::after {
	transform: rotate(-180deg);
}

#topContainer01 .box01 .titleArea .link.open .linkList {
	color: #333;
	line-height: 1.0;
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

#topContainer01 .box01 .titleArea .link.open .linkList > li + li {
	border-top-width: 1px;
}

#topContainer01 .box01 .titleArea .link.open .linkList a {
	padding-top: 10px;
	padding-bottom: 10px;
}

#topContainer01 .box01 .titleArea .link .button {
	display: flex;
	align-items: center;
	width: 120px;
	height: 30px;
	padding: 5px 30px 5px 10px;
	font-size: 13px;
	cursor: pointer;
}

#topContainer01 .box01 .titleArea .link .button::after {
	right: 10px;
	border-width: 4px 5px;
}

#topContainer01 .box01 .titleArea .link dt.button::after {
	border-width: 5px 4px;
	border-style: solid solid none;
	border-color: #fff #1068c3;
	transition: transform 200ms linear;
}

#topContainer01 .box01 .titleArea .linkList {
	position: absolute;
	top: 100%;
	left: 50%;
	padding: 0 10px;
	background: #e6eff9;
	color: transparent;
	line-height: 0;
	white-space: nowrap;
	transform: translateX(-50%);
	transition: 200ms linear;
	transition-property: color, line-height, visibility, opacity;
	opacity: 0;
	visibility: hidden;
}

#topContainer01 .box01 .titleArea .linkList > li + li {
	border-top: 0 solid #1068c3;
	transition: 200ms linear border-top-width;
}

#topContainer01 .box01 .titleArea .linkList a {
	padding: 0 10px;
}

#topContainer01 .box01 .contentsArea {
	overflow-y: scroll;
	max-height: 330px;
}

@media print, screen and (min-width: 1299.5px) {
	#topContainer01 .box01 .contentsArea {
		width: 600px;
	}
}

@media screen and (max-width: 1299.499px) {
	#topContainer01 .box01 .contentsArea {
		max-height: 310px;
		margin-top: 25px;
	}
}

#topContainer01 .box02 {
	align-items: flex-start;
	background: #e6eff9;
}

@media print, screen and (min-width: 1299.5px) {
	#topContainer01 .box02 {
		padding-right: 30px;
	}
}

@media print, screen and (min-width: 1299.5px) {
	#topContainer01 .box02 .contentIn {
		width: 320px;
		margin: 0;
	}
}

@media screen and (max-width: 1299.499px) {
	#topContainer01 .box02 .contentIn {
		width: 100%;
		margin: 0;
		padding: 0 30px;
	}
}

@media screen and (max-width: 479.499px) {
	#topContainer01 .box02 .contentIn {
		padding: 0 20px;
	}
}

#topPickup {
	padding: 75px 0 70px;
}

@media screen and (max-width: 1299.499px) {
	#topPickup {
		padding: 45px 0 40px;
	}
}

#topPickup .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 25px 0 0 -30px;
}

@media screen and (max-width: 1299.499px) {
	#topPickup .items {
		justify-content: center;
		margin: 10px 0 0 -25px;
	}
}

@media screen and (max-width: 1299.499px) and (max-width: 479.499px) {
	#topPickup .items {
		margin: 15px 0 0 -20px;
	}
}

#topPickup .items li {
	flex: 0 0 auto;
	width: 287px;
	margin: 30px 0 0 30px;
	text-align: center;
}

@media screen and (max-width: 1299.499px) {
	#topPickup .items li {
		flex: 0 1 auto;
		width: 220px;
		max-width: calc((100% - 75px) / 3);
		margin: 25px 0 0 25px;
	}
}

@media screen and (max-width: 479.499px) {
	#topPickup .items li {
		width: 210px;
		max-width: calc((100% - 40px) / 2);
		margin: 20px 0 0 20px;
	}
}

/*-----------------------------------------------------------------------
	page
-----------------------------------------------------------------------*/
#pageTitle {
	background: #1068c3;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1299.499px) {
	#pageTitle {
		font-size: 28px;
	}
}

#pageTitle .title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 200px;
}

@media screen and (max-width: 1299.499px) {
	#pageTitle .title {
		height: 150px;
	}
}

#pageTitle .en {
	margin-bottom: 25px;
	font-size: 18px;
	text-transform: capitalize;
}

@media screen and (max-width: 1299.499px) {
	#pageTitle .en {
		margin-bottom: 20px;
		font-size: 16px;
	}
}

#pageTitle .ja .sub {
	display: block;
	margin-top: 10px;
	font-size: 23px;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 1299.499px) {
	#pageTitle .ja .sub {
		font-size: 19px;
	}
}

#pageLayoutBox {
	padding-bottom: 60px;
	background: #e6eff9;
}

@media print, screen and (min-width: 1299.5px) {
	#pageLayoutBox {
		padding-bottom: 50px;
	}
	#pageLayoutBox > .inner {
		display: flex;
		justify-content: space-between;
	}
	#pageLayoutBox > .inner > * {
		flex: 0 0 auto;
	}
}

@media print, screen and (min-width: 1299.5px) {
	#pageMainContents {
		width: 880px;
	}
}

@media screen and (max-width: 1299.499px) {
	#pageMainContents {
		padding-top: 30px;
	}
}

@media print, screen and (min-width: 1299.5px) {
	#pageSide {
		width: 320px;
	}
}

@media screen and (max-width: 1299.499px) {
	#pageSide > :first-child {
		margin-top: 40px;
	}
}

#pageSide > :nth-child(n+2) {
	margin-top: 40px;
}

#pageArticleReportTop:nth-child(n+2) {
	margin-top: 40px;
}

@media screen and (max-width: 1299.499px) {
	#pageArticleReportTop:nth-child(n+2) {
		margin-top: 30px;
	}
}

#pageArticleReportTop > .list {
	margin-top: 30px;
	font-weight: 400;
	line-height: 1.3;
}

@media print, screen and (min-width: 1299.5px) {
	#pageArticleReportTop > .list {
		font-size: 16px;
	}
}

@media screen and (max-width: 1299.499px) {
	#pageArticleReportTop > .list {
		margin-top: 20px;
	}
}

#pageArticleReportTop > .list li {
	border-bottom: 1px solid #bbd4ee;
}

#pageArticleReportTop > .list li.noData {
	border: none;
}

@media print, screen and (min-width: 1299.5px) {
	#pageArticleReportTop > .list li.noData {
		padding: 0 20px;
	}
}

#pageArticleReportTop > .list a {
	display: flex;
	align-items: center;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 20px;
}

@media screen and (max-width: 1299.499px) {
	#pageArticleReportTop > .list a {
		padding-left: 0;
	}
}

#pageArticleReportTop > .list a .date {
	flex: 0 0 auto;
}

#pageArticleReportTop > .list a .title {
	flex: 0 1 auto;
	margin-left: 25px;
}

@media screen and (max-width: 1299.499px) {
	#pageArticleReportTop > .list a .title {
		margin-left: 15px;
	}
}

#pageArticleReportTop > .link {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

@media screen and (max-width: 1299.499px) {
	#pageArticleReportTop > .link {
		margin-top: 30px;
	}
}

#pageArticleReportTop > .link a {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 50px;
	padding-left: 15px;
	font-weight: 700;
}

@media print, screen and (min-width: 1299.5px) {
	#pageArticleReportTop > .link a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1299.499px) {
	#pageArticleReportTop > .link a {
		width: 220px;
		height: 45px;
		padding-left: 10px;
	}
}

/*-----------------------------------------------------------------------
	Materials Story
-----------------------------------------------------------------------*/
.MSList > li {
	display: flex;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
}

@media screen and (max-width: 1299.499px) {
	.MSList > li {
		flex-direction: column;
		align-items: center;
	}
}

.MSList > li + li {
	margin-top: 30px;
}

.MSList > li.noData {
	padding: 0;
	border: none;
}

.MSList .materialArea {
	flex: 0 0 auto;
	width: 310px;
}

@media screen and (max-width: 1299.499px) {
	.MSList .materialArea {
		width: 100%;
		max-width: 400px;
	}
}

.MSList .thumbnail {
	background: #ededed no-repeat center / cover;
}

@media print, screen and (min-width: 1299.5px) {
	.MSList .thumbnail {
		height: 200px;
	}
}

@media screen and (max-width: 1299.499px) {
	.MSList .thumbnail {
		padding-top: 50%;
	}
}

.MSList .thumbnail img {
	display: none;
}

.MSList .info {
	padding: 20px;
	background: #ededed;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
}

@media screen and (max-width: 1299.499px) {
	.MSList .info {
		padding: 15px;
	}
}

.MSList .info p + p {
	margin-top: 3px;
}

.MSList .caption {
	font-weight: 500;
}

.MSList .textArea {
	margin-left: 30px;
}

@media screen and (max-width: 1299.499px) {
	.MSList .textArea {
		max-width: 100%;
		margin: 25px 0 0 0;
	}
}

.MSList .textArea .head {
	display: flex;
	line-height: 1.0;
}

.MSList .textArea .date {
	margin-left: 1.0em;
}

.MSList .textArea .title {
	margin-top: 15px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.56;
}

.MSList .summary {
	margin-top: 10px;
	font-weight: 400;
	line-height: 1.875;
}

@media print, screen and (min-width: 1299.5px) {
	.MSList .summary {
		font-size: 16px;
	}
}

.MSList .link {
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}

@media screen and (max-width: 1299.499px) {
	.MSList .link {
		justify-content: center;
		margin-top: 20px;
	}
}

.MSList .link a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 50px;
	padding-left: 20px;
	font-weight: 700;
	line-height: 1.0;
}

@media print, screen and (min-width: 1299.5px) {
	.MSList .link a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1299.499px) {
	.MSList .link a {
		width: 130px;
		height: 40px;
		padding-left: 15px;
	}
}

.MSPagination {
	margin-top: 60px;
}

@media screen and (max-width: 1299.499px) {
	.MSPagination {
		margin-top: 50px;
	}
}

.MSContents {
	font-weight: 400;
	line-height: 1.875;
}

@media print, screen and (min-width: 1299.5px) {
	.MSContents {
		font-size: 16px;
	}
}

@media print, screen and (min-width: 1299.5px) {
	.MSContents .mainArea {
		display: flex;
		margin: 0 20px;
	}
}

.MSContents .mainArea .imageArea {
	flex: 0 0 auto;
}

@media print, screen and (min-width: 1299.5px) {
	.MSContents .mainArea .imageArea {
		width: 380px;
	}
}

@media screen and (max-width: 1299.499px) {
	.MSContents .mainArea .images {
		text-align: center;
	}
}

.MSContents .mainArea .images > :nth-child(n+2) {
	margin-top: 20px;
}

.MSContents .mainArea .images img {
	width: 100%;
}

@media screen and (max-width: 1299.499px) {
	.MSContents .mainArea .images img {
		width: auto;
		max-width: 100%;
	}
}

.MSContents .mainArea .info {
	padding: 20px;
	background: #ededed;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

@media screen and (max-width: 1299.499px) {
	.MSContents .mainArea .info {
		padding: 15px;
	}
}

.MSContents .mainArea .info p + p {
	margin-top: 5px;
}

.MSContents .mainArea .info .caption {
	font-weight: 500;
}

.MSContents .mainArea .description {
	margin: -0.4em 0 0 30px;
}

@media screen and (max-width: 1299.499px) {
	.MSContents .mainArea .description {
		margin: 30px 0 0;
	}
}

.MSContents .relatedArea {
	margin-top: 60px;
}

@media screen and (max-width: 1299.499px) {
	.MSContents .relatedArea {
		margin-top: 40px;
	}
}

.MSContents .relatedArea .inner {
	margin: 30px 20px 0;
}

@media print, screen and (min-width: 1299.5px) {
	.MSContents .relatedArea .inner {
		display: flex;
	}
}

@media screen and (max-width: 1299.499px) {
	.MSContents .relatedArea .inner {
		margin: 20px 0 0;
	}
}

@media print, screen and (min-width: 1299.5px) {
	.MSContents .relatedArea .text {
		margin-top: -0.4em;
	}
}

.MSContents .relatedArea .images {
	margin-left: 30px;
}

@media print, screen and (min-width: 1299.5px) {
	.MSContents .relatedArea .images {
		flex: 0 0 auto;
		width: 270px;
	}
}

@media screen and (max-width: 1299.499px) {
	.MSContents .relatedArea .images {
		margin: 30px 0 0;
		text-align: center;
	}
}

.MSContents .relatedArea .images > li:nth-child(n+2) {
	margin-top: 20px;
}

@media screen and (max-width: 1299.499px) {
	.MSContents .relatedArea .images > li:nth-child(n+2) {
		margin-top: 15px;
	}
}

.MSContents .relatedArea .images img {
	width: 100%;
}

@media screen and (max-width: 1299.499px) {
	.MSContents .relatedArea .images img {
		width: auto;
		max-width: 100%;
	}
}

.MSRoomLink {
	margin-top: 60px;
	padding: 30px;
	background: #e6eff9;
	text-align: center;
}

@media screen and (max-width: 1299.499px) {
	.MSRoomLink {
		margin-top: 40px;
		padding: 20px;
	}
}

.MSRoomLink .about {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.72;
}

@media screen and (max-width: 1299.499px) {
	.MSRoomLink .about {
		font-size: 16px;
	}
}

.MSRoomLink .links {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

@media screen and (max-width: 1299.499px) {
	.MSRoomLink .links {
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}
}

.MSRoomLink .links > li:nth-child(n+2) {
	margin-left: 30px;
}

@media screen and (max-width: 1299.499px) {
	.MSRoomLink .links > li:nth-child(n+2) {
		margin: 15px 0 0;
	}
}

.MSRoomLink .links a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding-left: 20px;
	font-weight: 700;
}

@media print, screen and (min-width: 1299.5px) {
	.MSRoomLink .links a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1299.499px) {
	.MSRoomLink .links a {
		height: 40px;
		padding-left: 15px;
	}
}

.MSBackLink {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

@media screen and (max-width: 1299.499px) {
	.MSBackLink {
		margin-top: 40px;
	}
}

.MSBackLink a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 50px;
	padding-left: 20px;
	font-weight: 700;
}

@media print, screen and (min-width: 1299.5px) {
	.MSBackLink a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1299.499px) {
	.MSBackLink a {
		width: 160px;
		height: 40px;
		padding-left: 15px;
	}
}

/*-----------------------------------------------------------------------
	Sitemap
-----------------------------------------------------------------------*/
.sitemapContents a {
	color: inherit;
	text-decoration: underline;
}

.sitemapSection:nth-child(n+2) {
	margin-top: 30px;
}

.sitemapSection h5 {
	max-width: 100%;
	margin: 0;
}

.sitemapList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 20px 0;
}

@media screen and (max-width: 1299.499px) {
	.sitemapList {
		flex-direction: column;
		margin: 30px 0 0;
	}
}

.sitemapList > li {
	flex: 0 0 auto;
	width: calc((100% - 40px) / 2);
	margin-bottom: 40px;
}

@media screen and (max-width: 1299.499px) {
	.sitemapList > li {
		width: 100%;
	}
}

.sitemapList .sub_pages {
	max-width: 100%;
	margin: 20px 0 0 20px;
}

@media screen and (max-width: 1299.499px) {
	.sitemapList .sub_pages {
		margin: 15px 0 0 15px;
	}
}

.sitemapList .sub_pages .sub_pages {
	margin-left: 0;
}

/*-----------------------------------------------------------------------
	localeTop(class)
-----------------------------------------------------------------------*/
section[class*='localeTop'] + section[class*='localeTop'] {
	margin-top: 80px;
}

@media screen and (max-width: 1299.499px) {
	section[class*='localeTop'] + section[class*='localeTop'] {
		margin-top: 60px;
	}
}

section[class*='localeTop'] .secTitle {
	margin-bottom: 40px;
}

@media screen and (max-width: 1299.499px) {
	section[class*='localeTop'] .secTitle {
		margin-bottom: 20px;
	}
}

@media print, screen and (min-width: 1299.5px) {
	.localeTopAbout .contents {
		display: flex;
		justify-content: space-between;
	}
}

@media print, screen and (min-width: 1299.5px) {
	.localeTopAbout .contents > * {
		flex: 0 0 auto;
		width: calc((100% - 30px) / 2);
	}
}

@media screen and (max-width: 1299.499px) {
	.localeTopAbout .contents > *:nth-child(n+2) {
		margin-top: 40px;
	}
}

.localeTopAbout .image {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	padding-top: 53.19%;
}

@media screen and (max-width: 1299.499px) {
	.localeTopAbout .image {
		margin-bottom: 10px;
	}
}

.localeTopAbout .image > * {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate3d(-50%, -50%, 0);
}

.localeTopAbout .image > iframe {
	height: 100%;
}

.localeTopAbout .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

@media screen and (max-width: 1299.499px) {
	.localeTopAbout .title {
		font-size: 18px;
	}
}

.localeTopAbout .textArea {
	margin-top: 15px;
}

@media screen and (max-width: 1299.499px) {
	.localeTopAbout .textArea {
		margin-top: 10px;
	}
}

.localeTopFacilities .pamphlet {
	display: flex;
	justify-content: center;
	text-align: center;
}

@media screen and (max-width: 1299.499px) {
	.localeTopFacilities .pamphlet {
		flex-direction: column;
		align-items: center;
	}
}

.localeTopFacilities .pamphlet > li {
	flex: 0 1 auto;
	max-width: 100%;
}

.localeTopFacilities .pamphlet > li:nth-child(n+2) {
	margin-left: 30px;
}

@media screen and (max-width: 1299.499px) {
	.localeTopFacilities .pamphlet > li:nth-child(n+2) {
		margin: 20px 0 0;
	}
}

.localeTopAccess .links {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.localeTopAccess .links > li {
	flex: 0 0 auto;
	width: calc((100% - 60px) / 4);
}

@media screen and (max-width: 1299.499px) {
	.localeTopAccess .links > li {
		width: calc((100% - 30px) / 4);
	}
}

.localeTopAccess .links a {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.localeTopAccess .image {
	flex: 0 0 auto;
	margin-bottom: 10px;
}

@media screen and (max-width: 1299.499px) {
	.localeTopAccess .image {
		margin-bottom: 5px;
	}
}

.localeTopAccess .image img {
	width: 100%;
}

.localeTopAccess .title {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	text-align: center;
	line-height: 1.0;
}

@media print, screen and (min-width: 1299.5px) {
	.localeTopAccess .title {
		font-size: 16px;
	}
}

.localeTopAccess .map {
	margin-top: 30px;
}

@media screen and (max-width: 1299.499px) {
	.localeTopAccess .map {
		margin-top: 20px;
	}
}

.localeTopAccess .map iframe {
	width: 100%;
	height: 360px;
}

.localeTopNotice:last-child {
	margin-bottom: 80px;
}

@media screen and (max-width: 1299.499px) {
	.localeTopNotice:last-child {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 479.499px) {
	.localeTopNotice:last-child {
		margin-bottom: 50px;
	}
}

@media print, screen and (min-width: 1299.5px) {
	.localeTopNotice .contentIn {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
}

.localeTopNotice .titleArea {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media print, screen and (min-width: 1299.5px) {
	.localeTopNotice .titleArea {
		flex-direction: column;
		width: 30%;
		padding: 40px 20px;
		background: #e6eff9;
	}
}

@media screen and (max-width: 1299.499px) {
	.localeTopNotice .titleArea {
		justify-content: space-between;
	}
}

.localeTopNotice .titleArea .link {
	flex: 0 0 auto;
}

@media print, screen and (min-width: 1299.5px) {
	.localeTopNotice .titleArea .link {
		margin-top: 30px;
	}
}

.localeTopNotice .titleArea .link a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 160px;
	height: 35px;
	padding-right: 30px;
	padding-left: 15px;
	text-transform: uppercase;
}

@media print, screen and (min-width: 1299.5px) {
	.localeTopNotice .titleArea .link a {
		font-size: 15px;
	}
}

@media screen and (max-width: 1299.499px) {
	.localeTopNotice .titleArea .link a {
		min-width: 130px;
		height: 30px;
		padding-right: 30px;
		padding-left: 10px;
	}
}

.localeTopNotice .titleArea .link a::after {
	right: 15px;
}

@media screen and (max-width: 1299.499px) {
	.localeTopNotice .titleArea .link a::after {
		right: 10px;
	}
}

.localeTopNotice .contentsArea {
	flex: 1 1 auto;
}

@media print, screen and (min-width: 1299.5px) {
	.localeTopNotice .contentsArea {
		margin-left: 30px;
	}
}

@media screen and (max-width: 1299.499px) {
	.localeTopNotice .contentsArea {
		margin-top: 20px;
	}
}
