/* CSS Document */

/* ---------------------------------------------------------
------------------------------------------------------------
　　　　　　　　　　　　全サイズ共通
------------------------------------------------------------
------------------------------------------------------------*/
p {
    line-height: 1.5em;
}
/* =================================
　　　全サイズ共通：レイアウト
================================= */
#main {
	width: 100%;
}
.gray {
	width: 100%;
	background-color: #e1e2e5;
}
.inner {
	margin: 0 auto;
}
.inner_small {
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
.hidden {
	overflow: hidden;
}
.flex-container {
	display: -webkit-flex; /* Safari */
	display: flex;
}
.center {
	text-align: center;
}
/* =================================
　　　　全サイズ共通：装飾
================================= */
/* ホバーで半透明になる画像 */
.img_hover a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	width: 100%;
	font-size: 120%;
	color: #fff;
	background: #002883;
	padding: 10px 10px 10px 20px;
	margin: 0;
}
h3 {
	font-size: 120%;
	color: #fff;
	background: ;
	padding: 10px 10px 10px 20px;
	margin: 0;
	text-align: center
}
ul {
	list-style: none;
}
/* -------------------------------
　　　全サイズ共通：ヘッダー
------------------------------- */
/* ヘッダー横のメニュー（応援企業、リンク集） */
#head .subnavi li {
	display: inline-block;
	text-align: center;
}
#head .subnavi li a {
	display: block;
	background: #e1e2e5;
	text-decoration: none;
	color: #333;
}
#head .subnavi li a:hover {
	color: #fff;
	background-color: #3260c9;
}
/* 文字の大きさ切替ボタン */
#head .fontchange {
	padding: 0.5em;
}
#head .fontchange_text {
	font-weight: bold;
	font-size: 85%;
	margin: 0;
}
#head .fontchange ul {
	margin: 0;
	width: 120px;
}
#head .fontchange li {
	display: inline-block;
	text-align: center;
}
#head .fontchange li a {
	display: block;
	font-size: 18px;
	background: linear-gradient(#fefefe, #efefef);
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	color: #111;
	padding: 5px 0;
	text-decoration: none;
	width: 50px;
	height: 30px;
	line-height: 30px;
}
#head .fontchange li a:hover {
	color: #fff;
	background: linear-gradient(#ddd, #ccc);
}
/* -------------------------------
　全サイズ共通：グローバルナビ
 --------------------------------- */
.nav {
	width: 100%;
}
.nav ul {
	width: 100%;
	padding: 0;
}
.nav li {
	padding: 0;
	margin: 0;
	background: linear-gradient(#183c8f, #20285c);
}
.nav li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}
/* -------------------------------
　　全サイズ共通：メインビジュアル
 --------------------------------- */
/* bxSliderの上下余白を消す */
ul.bxslider, ul.bxslider li {
	margin: 0;
	padding: 0;
}
/* -------------------------------
　　全サイズ共通：スポンサーリンク
 --------------------------------- */
.banner_slide {
	width: 100%;
	padding: 0 0 1em 0;
}
.banner_slide h3 {
	color: #999;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	margin: 0px 5px 5px 5px;
	padding: 5px 0;
}
.banner_slide .bx-pager {
	width: 100%;
}
.banner {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
	margin-bottom: 2em;
}
.banner li {
	width: 25%;
}
/* -------------------------------
ここを追加した
--------------------------------- */
@media screen and (max-width: 560px) {
  .iframe-wrapper {
    position: relative;
    width: 100%;
    padding: calc(170 / 1366 * 100%) 0 0;
  }
  .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* -------------------------------
　　　全サイズ共通：トピックス
 --------------------------------- */
.topics {
	margin-top: 2%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topics a:link, .topics a:visited, .topics a:active {
	color: #fff;
	text-decoration: none;
}
.topics a:hover {
	color: #fff;
	text-decoration: underline;
}
.topics_box_img {
	width: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.topics_box_img img {
	max-width: 100%;
}
.topics_box_text {
	width: 50%;
}
.topics_box_text_title {
	color: #fff;
	max-width: 100%;
}
.topics_box_text_title h3 {
	line-height: 1em;
	margin: 0;
	padding: 10%;
	text-align: center;
}
.topics_box_text_caption {
	text-align: center;
	vertical-align: middle;
	padding: 10% 0 5% 0;
	line-height: 1.5em;
}
.topics_box_text_caption .caption {
	color: #fff;
	margin: 5%;
}
.topics_box_text_caption date {
	font-size: 80%;
	font-weight: bold;
}
/* 色指定　ブルー */
.topics_box_blue {
	background-color: #256AD4;
}
.topics_box_blue .topics_box_text_title {
	background-color: #29579E;
}
.topics_box_blue .topics_box_text_caption date {
	color: #67C3F0;
}
/* 色指定　グリーン */
.topics_box_green {
	background-color: #1BA46F;
}
.topics_box_green .topics_box_text_title {
	background-color: #247F5C;
}
.topics_box_green .topics_box_text_caption date {
	color: #51D331;
}
/* 色指定　ピンク */
.topics_box_pink {
	background-color: #DB628F;
}
.topics_box_pink .topics_box_text_title {
	background-color: #C1376A;
}
.topics_box_pink .topics_box_text_caption date {
	color: #F3B5DB;
}
/* 色指定　パープル */
.topics_box_purple {
	background-color: #6460C8;
}
.topics_box_purple .topics_box_text_title {
	background-color: #4E35A3;
}
.topics_box_purple .topics_box_text_caption date {
	color: #BE9EE7;
}
/* 色指定　ダークブルー */
.topics_box_darkblue {
	background-color: #3962BD;
}
.topics_box_darkblue .topics_box_text_title {
	background-color: #002883;
}
.topics_box_darkblue .topics_box_text_caption date {
	color: #B3C7F7;
}
/* 色指定　ライトブルー */
.topics_box_lightblue {
	background-color: #3EB9DF;
}
.topics_box_lightblue .topics_box_text_title {
	background-color: #0C89C5;
}
.topics_box_lightblue .topics_box_text_caption date {
	color: #7EEFED;
}
/* 色指定　ブラウン */
.topics_box_brown {
	background-color: #CD853F;
}
.topics_box_brown .topics_box_text_title {
	background-color: #8B4513;
}
.topics_box_brown .topics_box_text_caption date {
	color: #fae2dd;
}
/* 色指定　イエロー */
.topics_box_yellow {
	background-color: #d3c506;
}
.topics_box_yellow .topics_box_text_title {
	background-color: #ff9900;
}
.topics_box_yellow .topics_box_text_caption date {
	color: #f7f8d3;
}
/* -------------------------------
　　　全サイズ共通：ニュース欄
 --------------------------------- */
.box {
	background-color: #fff;
	overflow: auto;
}
.news {
	height: 6em;
}
.box a:link, .box a:visited, .box a:active {
	color: #2529C7;
	text-decoration: underline;
}
.box a:hover {
	color: #0064FF;
	text-decoration: none;
}
.box dl {
	margin: 0.5em;
	padding: 0;
}
.box dt {
	width: 5em;
	padding: 0;
	line-height: 1.8em;
	float: left;
	clear : both;
}
.box dd {
	line-height: 1.8em;
	margin-left: 6em; /* dtのwidth+1と同値 */
}
.box dd:after {
	content: " ";
	display: block;
	clear: both;
}
.box {
	height: 8.25em;
}
/* -------------------------------
　全サイズ共通：写真館サムネイル
 --------------------------------- */
.thumbnail {
	max-width: 100%x;  /* 可変幅にします。*/
	margin: 0 auto;
	display: flex;    /* 親要素 flex コンテナ */
	flex-flow: wrap;  /* 左から右に折り返し */
	justify-content: center;
	background-color: #CEDEFF;
	padding: 0 1em;
}
.thumbnail dl {
	flex: 200px;    /* IE10～モダンブラウザ対応 */
	float: left;    /* IE9 以前のブラウザ対応 */
	width: 160px;   /* float は必須 */
	margin-right: 5px;
	margin-bottom: 1em;
	padding: 0;
	/*background-color: #efefef;*/
	text-align: center;  /* 画像を中心配置 */
}
.thumbnail dl img {
	border: 0;
	width: 100%;
	max-width: 333px;
	height: auto;
	max-height: 222px;/* 333x222 写真サイズ3:2 */
}
.thumbnail dd {
	margin: 0;
	padding: 0;
}
.thumbnail dd.photo_date {
	height: 1em;
	padding: 5px;
	font-size: 80%;
	line-height: 1em;
	text-align: center;
	color: #ccc;
	background-color: #333;
}
.thumbnail dd.comment {
	height: 1em;  /* コメント文字数により調整 */
	padding: 10px 10px;
	overflow: hidden; /* キャプションが1行を越えたら省略 */
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 90%;
	line-height: 1em;
	text-align: left;
}
/* -------------------------------
　　全サイズ共通：企業バナー欄
 --------------------------------- */
.c_banner {
	margin: 0 auto;
}
.banner_area {
	padding: 1em 0 3em 0;
}
.company {
	flex-wrap: wrap;
	justify-content: space-around;
}
ul.company {
	margin: 0;
	padding: 0;
}
/* -------------------------------
　　　全サイズ共通：フッター
 --------------------------------- */
#footer {
	background-color: #002883;
	width: 100%;
}
/* サイトマップ */
.sitemap {
	margin: 0 auto;
	overflow: hidden;
}
ul.pagelist {
	padding: 0 0 1em 0;
}
.pagelist li {
	float: left;
	margin: 2px;
}
.pagelist li a {
	display: block;
	color: #bdccee;
	text-align: center;
	line-height: 2em;
	padding: 0 5px;
	width: 11em;
	text-decoration: none;
	background-color: #163b8e;
}
.pagelist li a:hover {
	background: #002883;
}
/* リンク */
ul.footer_link {
	display: flex;
	margin: 0 auto;
	font-size: 90%;
	padding: 2em 0 1em 0;
	color: #fff;
	flex-wrap: wrap;
	justify-content: space-around;
}
.footer_link a:link, .footer_link a:visited, .footer_link a:active {
	color: #fff;
	text-decoration: underline;
}
.footer_link a:hover {
	color: #BED6FC;
	text-decoration: none;
}
.copyright {
	padding: 5% 0 1em 0;
	margin: 0;
	color: #fff;
	text-align: center;
}

/* -------------------------------
　全サイズ共通：hrいろいろ指定
 --------------------------------- */
 hr.line1{
	border: none;
	border-top: 1px dotted #999;
 }

 hr.line2{
	border: none;
	border-top: 1px dashed #999;
 }

 hr.line3{
	border: none;
	border-top: double 3px #999;
 }

 hr.line4{
	border: none;
	border-top: 5px solid #ccc;
	border-bottom: 1px solid #fff;
 }

 hr.line5{
	border: none;
	height: 30px;
	box-shadow:0 30px 30px -30px #ccc inset;
 }
/* ---------------------------------------------------------
------------------------------------------------------------
　　　　　　　　　　　スマートフォン用
------------------------------------------------------------
------------------------------------------------------------*/
 
@media screen and (min-width:300px) and (max-width:949px) {
body {
	font-size: 16px;
}
/* スマホでは表示させないコンテンツ */
.spNone {
	display: none;
}
/* -------------------------------
　スマートフォン用：グローバルナビ
 --------------------------------- */
#sp-menu {
	width: 100%;
	z-index: 3000;
}
#toggle {
	display: block;
	position: relative;
	width: 100%;
	background: linear-gradient(#183c8f, #20285c);
	z-index: 3000;
}
#toggle a {
	display: block;
	position: relative;
	padding: 10px 0 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
/* テキストボタン */
.menutext_a {
	display: block;
	position: relative;
	padding: 10px 0 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
}
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 4px;
	background-color: #222;
}
#toggle a:before {
	margin-top: -6px;
}
#toggle a:after {
	margin-top: 2px;
}
.nav {
	display: none;
	width: 100%;
	background-color: #004f9c;
	margin: 0;
	z-index: 3000;
}
.nav ul {
	margin: 0;
}
.nav li {
	display: block;
	text-align: center;
}
.nav li a {
	line-height: 40px;
}
/* -------------------------------
	スマートフォン用：レイアウト
　-------------------------------- */
.inner {
	width: 100%;
}
/* -------------------------------
　　スマートフォン用：ヘッダー
 --------------------------------- */
#head {
	padding: 5px 0 5px 0;
}
.head_top {
	width: 100%;
}
.head_main {
	width: 35%;
}
.head_sub {
	width: 65%;
}
#head .logo img {
	width: 100%;
	margin: 5px 5px 5px 2px;
}
/* ヘッダー横のメニュー（応援企業、リンク集） */
#head .subnavi ul {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0px 5px 20px;
}
#head .subnavi li {
	margin: 0 2px 2px 0;
	justify-content: space-between;
}
#head .subnavi li a {
	width: 5em;
	font-size: 0.7em;
	border-radius: 4px;
	line-height: 20px;
}
/* 文字の大きさ,リンク,SNSボタン等の場所 */
#head .head_top .head_sub ul {
	padding: 0;
}
/* ヘッダー横のSNS*/
#head .sns ul {
	margin: 5px 10px 2px 0px;
	padding: 0;
	/*background-color: #ff0000;*/
}
#head .sns li a {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
}
#head .sns img {
	width: 20px;
	height: 20px;
}
/* -------------------------------
　スマートフォン用：メインビジュアル
 --------------------------------- */
.visual {
}
/* -------------------------------
　　スマートフォン用：トピックス
 --------------------------------- */
.topics_box {
	width: 100%;
}
.topics_box {
	margin-bottom: 2%;
}
/* -------------------------------
　スマートフォン用：ニュース欄
 --------------------------------- */
.box dl {
	padding: 0;
}
.box dt {
	width: 5em;
	padding: 0;
	line-height: 1.5em;
}
.box dd {
	line-height: 1.5em;
	margin-left: 6em; /* dtのwidth+1と同値 */
}
/* -------------------------------
　　スマートフォン用：更新情報
 --------------------------------- */
.box_news {
	height: 20em;
}
/* -------------------------------
　　スマートフォン用：Facebook
 --------------------------------- */
.box_facebook {
	height: 300px;
}
/* -------------------------------
　スマートフォン用：各企業新着情報
 --------------------------------- */
.box_company {
	height: 10em;
}
/* -------------------------------
　　スマートフォン用：お知らせ欄
 --------------------------------- */
.box_information {
	height: 10em;
}
/* -------------------------------
　スマートフォン用：写真館サムネイル
 --------------------------------- */
.photo_gallery_title {
	padding: .5em .75em;
	background-color: #999;
	border-bottom: solid 3px #888;
}
/* -------------------------------
　スマートフォン用：企業バナー欄
 --------------------------------- */
.banner_area {
	padding: 5px;
}
/* -------------------------------
　スマートフォン用：サイト内検索
 --------------------------------- */
.search {
	margin: 3em 0 0 0;
}
.search_bar {
}
p.search_title {
	line-height: 2em;
	margin: 20px 15px 0 15px;
	padding: 0 0 0 10px;
	background-color: #ddd;
}
/* -------------------------------
　　スマートフォン用：フッター
 --------------------------------- */
.sitemap {
	margin: 0 auto;
	width: 96%;
}
.pagelist li {
	font-size: 14px;
}
/* リンク */
ul.footer_link {
	width: 90%;
}
}

/* ---------------------------------------------------------
------------------------------------------------------------
　　　　　　　　　　　タブレット用
------------------------------------------------------------
------------------------------------------------------------*/
 
@media screen and (min-width:600px) and (max-width:949px) {
/* ヘッダー横のメニュー（応援企業、リンク集） */
#head .subnavi ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 20px;
}
#head .subnavi li {
	margin: 5px;
	font-size: 100%;
	justify-content: space-between;
}
#head .subnavi li a {
	border-radius: 4px;
	width: 7em;
	height: 1.8em;
	line-height: 1.8em;
}
/* -------------------------------
　　　タブレット用：トピックス
 --------------------------------- */
.topics_box {
	width: 49.75%;
}
}

/* ---------------------------------------------------------
------------------------------------------------------------
　　　　　　　　　　　　パソコン用
------------------------------------------------------------
------------------------------------------------------------*/
@media screen and (min-width:950px) {
/* パソコンでは表示させないコンテンツ */
.pcNone {
	display: none;
}
/* =================================
　　　パソコン用：レイアウト
================================= */
.inner {
	min-width: 880px;
	max-width: 1366px;
	margin: 0 auto;
}
.pd20 {
	padding: 20px 0;
}
.pdt20 {
	padding: 20px 0px 0px 0px;
}
/* -------------------------------
　　　　パソコン用：ヘッダー
 --------------------------------- */
#head {
}
#head .head_top {
	display: flex;
}
/* タイトルロゴの場所 */
#head .head_top .head_main {
	padding-right: 2%;
}
#head .head_top .head_main img {
	width: 100%;
}
/* 文字の大きさ,リンク,SNSボタン等の場所 */
#head .head_top .head_sub {
	display: flex;
}
/* 文字の大きさ */
#head .fontchange_box {
}
#head .fontchange {
	/*width: 120px;*/
	background: #eee;
	text-align: center;
	margin: 0;
}
#head .fontchange .fontchange_text {
	margin: 0;
}
#head .head_top .head_sub ul {
	text-align: center;
	padding: 0;
}
/* ヘッダー横のメニュー（応援企業、リンク集） */
#head .subnavi {
	padding: 0 0 0 10px;
}
#head .subnavi ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
#head .subnavi li {
	margin: 0px 5px 5px 0;
	font-size: 90%;
	justify-content: space-between;
}
#head .subnavi li a {
	border-radius: 2px;
	width: 6em;
	height: 1.8em;
	line-height: 1.8em;
}
/* サイト内検索 */
#head .search {
}
#head .search_bar {
	width: 20em;
	margin: 0;
	padding: 0;
}
p.search_title {
	margin: 0 0 0 14px;
	padding: 0 0 0 10px;
	line-height: 1.5em;
	font-size: 90%;
	color: #000;
	background-color: #eee;
}
/* ヘッダー横のSNS*/
#head .sns {
	padding: 0;
	margin: 0 10px;
}
#head .sns ul {
	padding: 0;
	margin: 0;
	float: right;
}
#head .sns li {
}
#head .sns li a {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	float: left;
}
#head .sns img {
	width: 20px;
	height: 20px;
}
.nav {
	background-color: #183c8e;
}
/* -------------------------------
　　パソコン用：グローバルナビ
 --------------------------------- */
.nav {
	height: 2.5em;
}
.nav ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	margin: 0;
}
.nav li {
	display: table-cell;
	vertical-align : middle;
}
.nav li+ li {
	border-left: 1px solid #2d4c93;
}
.nav li a {
	overflow: hidden;
}
.one a { /* ナビが1行 */
	padding: 0.75em 0 0.75em 0;
}
.nav li a:hover {
	background: #1f1f1f;
}
/*---------- ドロップダウン ------*/
.menutext_a {
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}
.dropmenu {
 *zoom: 1;
	list-style-type: none;
	/* width: 100%;*/
	margin: 5px auto 0px;
	padding: 0;
}
.dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}
.dropmenu:after {
	clear: both;
}
.dropmenu li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}
.dropmenu li a {
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}
.dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li {
	border-left-style: none;
	width: 100%;
	float: left;
	border: 0px;
}
.dropmenu li ul li a {
	padding: 13px 15px;
	border-top: 1px solid #4a78cc;
	background: #345fa5;
	text-align: left;
}
/* 動き */
.dropmenu li ul li {
	overflow: hidden;
	height: 0;
	transition: .2s;
}
.dropmenu li:hover ul li {
	overflow: visible;
	height: 38px;
}
/* -------------------------------
　　パソコン用：メインビジュアル
 --------------------------------- */
.visual {
}
/* -------------------------------
　　　パソコン用：トピックス
 --------------------------------- */
.topics_box {
	width: 33%;
}
.topics_box {
	margin-bottom: 0.5%;
}
/* -------------------------------
　　パソコン用：ニュース欄
 --------------------------------- */
.news_top { /* 更新情報,Facebookの段 */
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
}
.news_bottom { /* 各企業新着情報,お知らせの段 */
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
}
.news_half {
	width: 49%;
}
.news_news_quarter {
	width: 24%;
}
.news_bottom {
	padding: 0 0 20px 0;
}
.news_full {
	width: 100%;
}
/* -------------------------------
　　　パソコン用：更新情報
 --------------------------------- */
.box_news {
	height: 28em;
}
/* -------------------------------
　　　　パソコン用：Facebook
 --------------------------------- */
.box_facebook {
	height: 28em;
}
/* -------------------------------
　　パソコン用：各企業新着情報
 --------------------------------- */
.box_company {
	height: 15em;
}
/* -------------------------------
　　　パソコン用：お知らせ
 --------------------------------- */
.box_information {
	height: 15em;
}
/* -------------------------------
　　　　パソコン用：生ライブ
 --------------------------------- */
.box_live {
	height: 28em;
}
/* -------------------------------
　　パソコン用：写真館サムネイル
 --------------------------------- */
.thumbnail {
	border: 1px solid #ccc;
}
.photo_gallery_title {
	color: #fff;
	background-color: #999;
	margin: 0 auto;
	width: 80%;
	padding: .5em 0;
	border: 1px solid #888;
	box-shadow: 3px 3px 0 rgba(255, 255, 255, .5) inset, -3px -3px 0 rgba(0, 0, 0, .3) inset;
}
/* -------------------------------
　　　パソコン用：企業バナー欄
 --------------------------------- */
.c_banner {
	padding: 20px 0 0 0;
}
/* -------------------------------
　　　パソコン用：フッター
 --------------------------------- */
#footer {
	margin: 3em 0 0 0;
}
.sitemap {
	width: 1006px;
}
/* リンク */
ul.footer_link {
	width: 50%;
}
}
/* -------------------------------
　　　画像の表示サイズ制御
 --------------------------------- */
 .resized-image {
  max-width: 600px;  /* 画像の最大幅を600ピクセルに設定 */
  max-height: 400px; /* 画像の最大高さを400ピクセルに設定 */
  height: auto;      /* 縦横比を維持するため、高さを自動調整 */
}