/** reset **/
/* =============================================== */
html, body, div, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre,
address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, header, footer {
	margin: 0; padding: 0; box-sizing: border-box;
}
p:not(:last-of-type) { margin-bottom: 1.5rem; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
ul { list-style: none; }
img { max-width: 100%; height: auto; border: 0; }
img, input { vertical-align: middle; }
.object-fit-img { object-fit: cover; font-family: 'object-fit: cover;'}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/** common **/
/* =============================================== */
html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body, input, textarea, pre, code {
	position: relative;
	color: #333;
	font: 1.6rem/1.6 "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: .1rem;
}
input::placeholder,
textarea::placeholder {
	color: #717171;
}
/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #717171;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #717171;
}
a {
	color: #333;
	text-decoration: none;
	transition: all .1s linear;
}
a:hover {
	color: #cccccc;
}
a img {
	transition: all .1s linear;
}
a:hover img {
	opacity: .7;
}
@font-face {
	font-family: "Roboto";
	font-weight: 400;
	font-style: normal;
	src: url("../fonts/Roboto-Bold.woff2") format("woff2");
	font-display: swap;
  }

/** loading **/
/* =============================================== */

/** detail **/
/* =============================================== */
/* ---ul,ol--- */
.contents ul:not([class]),
.contents ol:not([class]) {
	margin: 2rem 0;
	counter-reset: ol_li;
}
.contents .noborder ul:not([class]),
.contents .noborder ol:not([class]) {
	margin: 0;
	counter-reset: ol_li;
}
.contents ul:not([class]) > li,
.contents ol:not([class]) > li {
	position: relative;
	padding-left: 2rem;
	list-style-type: none;
}
.contents ul:not([class]) > li:before {
	content: '';
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background: #009e53;
	position: absolute;
	left: 0;
	top: .9rem;
}
.contents ol:not([class]) > li:before {
	counter-increment: ol_li;
	content: counter(ol_li) '.';
	position: absolute;
	left: 0;
	top: 0;
	color: #009e53;
}

/* --other--- */
hr {
	background-color: #E7E7E7;
	border: 0;
	height: 1px;
	clear: both;
	margin: 30px auto;
}
img.alignleft, .thumbnail-align img {
	float: left;
	padding: 7px;
	margin: 0 20px 20px 0;
	background-color: #eee;
}
img.alignright{
	float: right;
	padding: 7px;
	margin: 0 0 20px 20px;
	background-color: #eee;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

blockquote {
	margin: 2rem 0;
	padding: 1rem 1.5rem;
	border: 1px solid #eee;
	border-radius: 5px;
	background-color: rgba(252, 252, 252, 1);
	font-size: 1.3rem;
}
blockquote > p:last-of-type {
	margin-bottom: 0;
}

th, td {
	text-align: left;
	vertical-align: top;
}
.noborder td,
.noborder th {
	border: none;
	background: none;
	padding: 1.5rem;
}
.noborder td:first-of-type,
.noborder th:first-of-type {
	padding-left: 0;
}
.noborder td:last-of-type,
.noborder th:last-of-type {
	padding-right: 0;
}

@media (max-width: 560px) {
	td,th {
		display: block;
		width: 100%;
		margin: -1px 0 0 0;
		padding: 1.5rem 1rem;
	}
	.noborder td,
	.noborder th {
		padding: 1.5rem 0;
	}
}
.more {
	display: block;
	position: relative;
	max-width: 1500px;
	width: 100%;
	overflow: hidden;
	margin: 4rem auto 0;
	padding: 3rem 1.5rem;
	background-color: #333;
	border: 1px solid #333;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 1.2rem;
	text-align: center;
}
.more:hover {
	color: #333 !important;
	background-color: #fff;
}

.square-frame,
.blue-filter,
.bottom-frame {
	display: inline-block;
	position: relative;
	margin: 1.5rem 0;
	box-sizing: border-box;
}
.square-frame .thumb,
.blue-filter .thumb,
.bottom-frame .thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.square-frame .thumb > div,
.blue-filter .thumb > div,
.bottom-frame .thumb > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: all 0.5s ease-out;
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 1
	);
	will-change: transform;
}
.square-frame:hover .thumb > div,
.blue-filter:hover .thumb > div,
.bottom-frame:hover .thumb > div {
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 0.9
	);
}
.square-frame .thumb::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #fff;
	opacity: 0;
	z-index: 3;
	transition: all .3s linear;
}
.square-frame:hover img {
	opacity: 1;
}
.square-frame:hover .thumb::before {
	background-color: rgba(6, 46, 72, .44);
	opacity: 1;
}
.square-frame::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -1rem;
	left: -1rem;
	border: 4px solid rgba(6, 46, 72, 1);
	box-sizing: border-box;
	z-index: 2;
	transition: all .3s linear;
}
.square-frame:hover::after {
	top: 0;
	left: 0;
	border: 10rem solid rgba(6, 46, 72, .44);
	background-color: rgba(6, 46, 72, .44);
	opacity: 0;
}
.blue-filter::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(6, 46, 72, .44);
	z-index: 2;
	transition: all .2s linear;
}
.blue-filter:hover::after {
	opacity: 0;
}
.blue-filter span {
	position: absolute;
	width: 90%;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	text-align: center;
	font-weight: bold;
	z-index: 3;
	transition: all .2s linear;
}

.ltr > li,
.ltr > dt,
.ltr > dd,
.ltr > dl,
.ltr > div {
	left: 100px;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.ltr > li.active,
.ltr > dt.active,
.ltr > dd.active,
.ltr > dl.active,
.ltr > div.active {
	position: relative;
	left: 0;
	opacity: 1;
}
.wyp_ltr {
	overflow: hidden;
	position: relative;
	display: inline-block;
	opacity: 0;
	position: relative;
	padding: 0;
	transition:all .5s .3s ease; 
	z-index: 0;
}
.wyp_ltr:before {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	transition:all .8s .1s ease; 
	width: 100%;
	z-index: 3;
}
.wyp_text {
	opacity: 0;
	transition: all .5s .3s ease;
}
.wyp_ltr.active img,
.wyp_ltr.active {
	opacity: 1;
}
.wyp_ltr.active:before {
	transform: translateX(101%);
}
.wyp_text.active {
	opacity: 1;
}
.wyp_content {
	left: 100px;
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.wyp_content.active {
	position: relative;
	left: 0;
	opacity: 1;
}
.ttl_center {
	text-align: center;
}
.ttl_right {
	text-align: right;
}

/** headline **/
/* =============================================== */
h2 {
	/*font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", "MS PMincho", 'Noto Serif JP', serif;*/
	/* font-size: 6rem; */
}
h2 span {
/* 	display: block;
	margin: -1.7rem 0 0;
	font-size: 2rem; */
}
h3 {
	font-size: 2.4rem;
}

/** nav **/
/* =============================================== */
.navigation {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}
nav {
	pointer-events: fill;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-flex-pack:justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	padding: 2rem 0;
	background-color: #fff;
}
.nav_fixed {
	position: fixed;
}
.nav_fixed nav {
	padding: 0;
}
nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-flex-pack:justify;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	align-items: center;
}
nav > ul > li + li {
	margin-left: 17px;
}
nav > ul > li a {
	display: block;
	width: 100%;
	padding: 0.625rem 1.25rem;
	line-height: 40px;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", "MS PMincho", serif;
	font-weight: 700;
font-size: 14px;
	text-align: center;
}
nav ul .nav_entry a {
	width: 150px;
	background-color: rgba(6, 46, 72, 1);
	color: #fff;
}
nav ul .nav_entry li a {
	width: 25rem;
}
nav ul li a span {
	display: block;
	position: relative;
	margin: 0 0 -1.7rem;
	font-weight: 400;
	font-size: 1.5rem;
}
nav ul li a span::before {
	content: "-";
	position: absolute;
	left: -.5rem;
}
nav ul li a span::after {
	content: "-";
	position: absolute;
	right: -.5rem;
}
.menu {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-flex-pack:justify;
	/*-webkit-justify-content: flex-end;
	justify-content: flex-end;*/
	align-items: center;
  position: relative;
  width: 100%;
  padding: 0 3.3%;
}
.menu .menu_logo {
    margin-right: auto;
}
.menu .menu_list > a {
  padding: 10px;
  cursor: pointer;
  transition: .3s;
}
.menu .menu_list > a:hover {
  color: #fff;
  background: rgba(6, 46, 72, 1);
}
.menu_contents {
  background: rgba(6, 46, 72, 1);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 5;
}
.menu_contents h3 {
	position: relative;
	margin: 2rem 0 .5rem;
	/*padding-bottom: 1rem;*/
	color: #fff;
	text-align: center;
	font-size: 1.125rem;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Times New Roman", "MS PMincho", serif;
}
.menu_contents ul {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-flex-pack:justify;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.menu_contents li a {
  color: #fff;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

/** spnav **/
/* =============================================== */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
  }
  .menu-trigger {
	display: none;
	position: fixed;
	width: 51px;
	height: 52px;
	top: 0;
	right: 0;
	z-index: 999;
	pointer-events: fill;
  }
  .menu-trigger span {
	position: absolute;
	left: 12px;
	width: 27px;
	height: 3px;
	background-color: rgba(6, 46, 72, 1);
	border-bottom: 1px solid #fff;
  }
  .menu-trigger span:nth-of-type(1) {
	top: 16px;
  }
  .menu-trigger span:nth-of-type(2) {
	width: 19px;
	top: 25px;
  }
  .menu-trigger span:nth-of-type(3) {
	top: 34px;
  }
  .menu-trigger.active span:nth-of-type(1) {
	transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	animation: active-menu-bar02 .8s forwards;
  }
  @keyframes active-menu-bar02 {
	100% {
	  height: 0;
	}
  }
  .menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
  }
@media (max-width: 1200px) {
	.nav_logo {
		transition: all .1s linear;
	}
	h1 {
		margin: 3px 3.3%;
		padding: 0;
		top: 1.8rem;
		left: 5%;
		z-index: 100;
	}
	h1 img {
		margin: 0 4%;
		padding: 0;
		height: 25px;
		vertical-align: text-top;
		width: auto;
	}
	/*header {
		display: block;
		position: relative;
		width: calc(100% - 10px);
		height: 100%;
		padding-left: 10px;
		z-index: 102;
		box-sizing: border-box;
	}
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: calc(100% - 4rem - 10px);
		height: 55px;
		padding: 0;
		z-index: 99;
		background: #fff;
	}*/
	nav {
		display: block;
		position: fixed;
		overflow: hidden;
		width: 100%;
		height: 100vh;
		top: 0;
		padding: 0;
		z-index: 100;
		border: none;
		pointer-events: none;
		background-color: transparent;
	}
	nav .nav_logo {
		z-index: 2;
	}
	.menu {
		position: relative;
		display: block;
		width: 100%;
		left: 0;
		margin: 50px auto 0;
		padding: 0;
		opacity: 0;
		z-index: 101;
	}
	.menu .menu_list > a {
		text-align: left;
	}
	.menu_contents {
		display: block;
		position: relative;
		background: transparent;
		color: rgba(6, 46, 72, 1);
	}
	.menu_contents li a,
	nav ul .nav_entry a {
		color: rgba(6, 46, 72, 1);
	}
	.menu_contents li {
		width: 90%;
		margin: 0 5%;
		border-left: none;
	}
	nav ul li + li {
		margin-left: 0;
		margin: 0 5%;
	}
	.menu_contents h3 {
		color: rgba(6, 46, 72, 1);
		text-align: left;
	}
	nav ul li ul li.nav_carrer_left::before {
		display: none;
	}
	nav ul li:last-of-type {
		border-right: none;
	}
	nav > ul > li a {
		color: rgba(6, 46, 72, 1);
		font-weight: bold;
		line-height: 1.6;
		padding: 0.438rem 0;
		font-size: 1.531rem;
		text-align: left;
	}
	nav ul li:hover a {
		background:transparent;
		color: rgba(6, 46, 72, 1);
	}
	.menu .menu_list > a:hover {
		background: transparent;
		color: rgba(6, 46, 72, 1);
	}
	nav ul li a span {
		margin: 0;
	}
	nav ul li a span::before {
		position: relative;
	}
	nav ul li a span::after {
		position: relative;
	}
	nav ul .nav_entry a {
		background: transparent;
	}
	nav ul .nav_entry ul li::before {
		display: none;
	}
	.nav_entry .menu_contents li {
		width: 100%;
		margin: 0;
	}
	nav ul li ul {
		display: block;
		position: relative;
		background: transparent;
		left: 0;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	nav ul li ul li {
		position: relative;
		padding-left: 0;
	}
	nav ul li ul li::before {
		content: "-";
		display: block;
		position: absolute;
		top : 50%;
		left : -18px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		color: rgba(6, 46, 72, 1);
	}
	nav ul li ul,
	nav ul li:hover ul,
	.nav_fixed nav ul li ul {
		top: 0;
		margin-bottom: 1.5rem;
		padding: 0;
		visibility: visible;
	}
	.nav_fixed nav {
		padding: 0;
	}
	nav ul li ul a {
		font-size: 0.875rem;
	}
	nav ul .nav_entry li a {
		max-width: 25rem;
		width: 100%;
	}
	.nav_fixed nav ul li ul, .nav_fixed nav ul li:hover ul {
		top: 0;
	}
	.menu-trigger {
		display: block;
	}
}
#overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background: #fff;
	display: none;
}

/** main **/
/* =============================================== */
main {
	display: block;
	position: relative;
	height: 100%;
}
.inner {
	width: 100%;
	margin: 0 auto;
	padding: 8rem 3.3%;
}
.svg_img path {
	color: #538FB5;
	fill: currentColor;
}
.svg_img02 path {
	color: #FFFFFF;
	fill: currentColor;
}

.pagetitle {
	position: relative;
	width: 100%;
}
.pagetitle::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(252, 252, 252, .77);
	z-index: 1;
}
.pagetitle.pagetitle_low,
.pagetitle.pagetitle_high {
	height: 250px;
	background-color: #E7E7E7;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pagetitle.pagetitle_high {
	height: 520px;
}
.pagetitle.pagetitle_low h2,
.pagetitle.pagetitle_high h2 {
	position: relative;
	display: inline-block;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 4.5rem;
	text-align: center;
	z-index: 2;
}
.pagetitle.pagetitle_low h2 span,
.pagetitle.pagetitle_high h2 span {
	color: rgba(6, 46, 72, 1);
}
.pagetitle-summary {
	position: relative;
	display: inline-block;
	min-width: 600px;
	margin: -10rem 0 0;
	padding: 4rem 4rem 4rem 7rem;
	background-color: rgba(252, 252, 252, .8);
	z-index: 3;
}
.pagetitle.pagetitle_low + .pagetitle-summary {
	margin: 0;
}
.pagetitle-summary::after {
	content: "";
	display: block;
	position: absolute;
	width: 3rem;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(6, 46, 72, 1);
}
.pagetitle,
article,
footer {
	position: relative;
	top: 60px;
}
@media (max-width: 768px) {
	.pagetitle.pagetitle_low {
		height: 40vw;
	}
	.pagetitle.pagetitle_high {
		height: 50vw;
	}
	.pagetitle.pagetitle_low h2,
	.pagetitle.pagetitle_high h2 {
		font-size: 6vw;
	}
	.pagetitle.pagetitle_low h2 span {
		font-size: 1.6rem;
	}
}
@media (max-width: 600px) {
	.pagetitle-summary {
		position: relative;
		width: 100%;
		min-width: 100%;
		margin: 0;
		padding: 2rem 2rem 2rem 5rem;
	}
}
.entry ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-flex-pack:justify;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}
.entry ul li + li {
	margin-left: 2rem;
}
@media (max-width: 1200px) {
	.pagetitle,
	article,
	footer {
		position: relative;
		top: 0;
	}
	.inner {
		padding: 7vw 3.3%;
	}
}
@media (max-width: 768px) {
	.entry ul {
		display: block;
	}
	.entry ul li {
		text-align: center;
	}
	.entry ul li:first-of-type {
		margin-bottom: 2rem;
	}
	.entry ul li + li {
		margin-left: 0;
	}
}

.go_top {
	position: fixed;
	width: 4rem;
	height: 4rem;
	right: 2rem;
	bottom: 2rem;
	background: rgba(6, 46, 72, 1);
	color: #fff;
	font-size: .8rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	z-index: 99;
	opacity: 0;
	transition: all .2s linear;
}
.go_top span {
	display: block;
	width: .7rem;
	height: .7rem;
	margin: 1.6rem auto 0;
	transform: rotate(45deg);
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	transition: all .2s linear;
}
.go_top:hover span {
	margin: 1.2rem auto .3rem;
}

.bnr_pc{display: block;}

.bnr_sp{display: none;}

@media (max-width: 540px) {
	.bnr_pc{display: none;}
	.bnr_sp{display: block;}
}

/** footer **/
/* =============================================== */
footer {
	position: relative;
	width: 100%;
	padding: 8rem 25px;
	background: #F2F2F2;
	text-align: center;
	font-size: 1.4rem;
}
footer img {
	margin-bottom: 3rem;
}
@media (max-width: 540px) {
	footer img {
		width: 40%;
	}
}

/** respond **/
/* =============================================== */
@media (max-width: 768px) {
	html {
		/*font-size: 56.25%; 50.78125%*/
		font-size: 54.6875%;
	}
	body, input, textarea, pre, code {
		/*font: 1.4rem/1.6 "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	}
	.inner {
		padding: 5rem 20px;
	}
	/*.entry .inner {
		padding: 0 20px 4rem;
	}*/
}
@media (max-width: 540px) {
	html {
		/*font-size: 50%;*/
	}
}