@charset "utf-8";

/*========================
▼ルール▼
・全ページ共通のCSSを記述する。
（例：bodyや全ページで使用するモジュールやフォント設定、ヘッダー、フッターなど）

・記述するCSSのセレクタの一番前に必ず「.fc-wrapper」をつける。
「.fc-wrapper」をつけないとリセットの記述に上書きされるため。
==========================*/
html {
	font-size: 62.5%;
}

body {
	color: #333;
	min-width: 1000px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
}

/*================
全ページ共通設定
=================*/

/*================
ヘッダー
=================*/
.fc-wrapper #gHeader {
	padding: 20px 0;
	margin: 0 auto;
	width: 980px;
}

.fc-wrapper .container {
	max-width: 780px;
	width: 100%;
	margin: 0 auto;
}

/*================
パンくず
=================*/
.fc-wrapper .pankuzu-box {
	width: 780px;
	margin: 0 auto;
}

/*============
top-box
==============*/
.fc-wrapper .top-pointbox{
	margin: 0 auto;
	width: 980px;
}


.fc-wrapper .top-box {
	margin: 30px auto 45px;
	width: 980px;
}

/*top-box-pointup*/
.fc-wrapper .top-box-pointup {
	/*margin: 0 auto;*/
	width: 980px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 0;
}

.fc-wrapper .top-box-pointup .mgb05 {
	margin-bottom: 10px;
}

/*============
header__inner--top
==============*/
.fc-wrapper .header__inner--top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:980px;
}

.fc-wrapper .header__inner--top #h1 {
	padding: 2px 200px 0 5px;
	font-size: 1.2rem;
	width: 100%;
	text-align: right;
	margin-bottom: -15px;
}

/*============
header__inner--mid
==============*/
.fc-wrapper .header__inner--mid {
	/*margin-bottom: 17px;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:980px;
	margin-bottom:3px
}

.fc-wrapper .header__logo {
	margin-top: -9px;
	height:70px
}

/*header__navi*/
.fc-wrapper .header__navi {
	padding-top: 21px;
	display: flex;
	justify-content: flex-end;
	width: 760px;
}

.fc-wrapper .header__navi ul {
	display: flex;
}

.fc-wrapper .header__navi--txt {
	margin-top: 3px;
	display: flex;
}

.fc-wrapper .header__navi--txt a {
	margin: 0 14px;
	color: #333;
	position: relative;
	text-decoration: none;
}

.fc-wrapper .header__navi--txt a:hover {
	text-decoration: underline;
}

.fc-wrapper .header__navi--txt a:before {
	position: absolute;
	background: #D3D3D3;
	width: 2px;
	top: 0;
	right: -14px;
	bottom: 0;
	content: "";
}

.fc-wrapper .header__navi--icon {
	padding-left: 17px;
	display: flex;
}

.fc-wrapper .header__navi--icon li {
	margin: 0 13px 0 14px;
}

.fc-wrapper .header__navi--icon .header__navi--cart {
	margin-top: -6px;
}

.fc-wrapper .header__navi--icon a:hover {
	opacity: 0.7;
}

/*============
header__inner--btm
==============*/

.fc-wrapper .header__inner--btm .header__search_link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.fc-wrapper .header__inner--btm {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:980px
}

/*header__search*/
.fc-wrapper .header__inner--btm .header__search {
	/*width: 532px;*/
	width: 510px;
}

.fc-wrapper .header__inner--btm .header__search--input {
	padding-right: 57px;
	position: relative;
	border-radius: 5px;
	border: 3px solid #000066;
	background: #000066;
	box-sizing: border-box;
}

.fc-wrapper .header__inner--btm .header__search--input .header__search--txt {
	padding: 0 20px;
	width: 100%;
	height: 54px;
	font-size: 1.6rem;
	border: none;
	apperance: none;
	-webkit-apperance: none;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
}

/*.fc-wrapper .header__inner--btm .header__search--input input.off {
	color: #111;
}*/

.fc-wrapper .header__inner--btm .header__search--input input.on {
	color: #111;
}

.fc-wrapper .header__inner--btm .header__search--input .header__search--btn {
	position: absolute;
	right: 13px;
	top: 14px;
}

.fc-wrapper .header__inner--btm .header__search--input input::focus::placeholder {
  color: transparent;
}

/*header__link*/
.fc-wrapper .header__link {
	/*border: 1px solid  #ccc;*/
	padding: 15px 10px 5px 10px;
	margin-left: 10px;
	width:470px
}


.fc-wrapper .header__link a:hover {
	opacity: 0.7;
}

/*.fc-wrapper .header__slider img {
	width: 695px;
	display: block;
}*/


/*header__banner*/
.fc-wrapper .header__inner--btm .header__banner {
	width: 437px;
	text-align: right;
}

.fc-wrapper .header__inner--btm .header__banner p {
	font-size: 1.3rem;
}

.fc-wrapper .header__inner--btm .header__banner p a {
	color: #003398;
}

.fc-wrapper .header__inner--btm .header__banner p a:hover {
	text-decoration: none;
}

/*header__navi--img*/
.fc-wrapper .header__inner--btm .header__navi--img {
	margin-bottom: 4px;
	display: flex;
	justify-content: space-between;
}

.fc-wrapper .header__inner--btm .header__navi--img a:hover {
	opacity: 0.7;
}

/*============
header__tag
==============*/
.fc-wrapper .header__tag {
	margin: 10px 3px 0 ;
	display: flex;
}

.fc-wrapper .header__tag span {
	display: inline-block;
	vertical-align: middle;
}

.fc-wrapper .header__tag .header__tag--ttl {
	padding: 0 6px 0 20px;
	font-weight: bold;
	font-size: 1.3rem;
	color: #777777;
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u43478324/pc/guide/css/../images/common/icon04.png) no-repeat left center;
	word-break: keep-all;
	display: flex;
	align-items: center;
}

.fc-wrapper .header__tag .header__tag--word {
	padding: 3px 6px;
	margin: 0 5px;
	font-size: 1.3rem;
	background: #F2F2F2;
	border-radius: 4px;
	margin-bottom: 5px;
}

.fc-wrapper .header__tag .header__tag--word a{
	color:#003398;
	text-decoration:none;
}

.fc-wrapper .header__tag .header__tag--word a:hover {
	text-decoration:underline
}

/*top-box-kanban*/
.fc-wrapper .kanban-box{
	/*margin-bottom:30px*/
}

.fc-wrapper .top-box-kanban {
	margin: 0 auto 10px;
	width: 980px;
	line-height: 0;
}


.fc-wrapper .top-box-kanban a{
	color: #FFF;
	text-decoration:none
}

.fc-wrapper .top-box-kanban div{
	background: #1B1B4D;
    color: #FFF;
    text-align: center;
    line-height: 150%;
    padding-bottom: 5px;
}

.fc-wrapper .pc-dspn {
	display: none !important;
}



/*================
フッター
=================*/
#gFooter {
	overflow: hidden;
	text-align:left;
}

.fc-wrapper footer{
	background-color: #F2F2F2;
	margin-top: 40px;
}

.fc-wrapper .footer-container {
padding: 15px;
font-size: 13px;
color: #777;
line-height: 1.76;
display: flex !important;
justify-content: space-around;
}

.fc-wrapper footer .footer-text {
padding: 2rem 1rem;
}

.footer-text p{
line-height: 1.5;
}

/*============
footer__inner--top
==============*/
#gFooter .footer__inner--top {
	padding-bottom: 55px;
	background-color: #fff;
}

#gFooter .footer__title {
	margin: 0 auto 25px;
	padding-top: 25px;
	width: 980px;
	font-size: 2rem;
	font-weight: bold;
	/*border-top: 1px solid #CCC;*/
}

#gFooter .footer__navi {
	margin: 0 auto;
	width: 980px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#gFooter .footer__navi li {
	width: 316px;
}

#gFooter .footer__navi a {
	padding: 6px 0 0 25px;
	color: #333;
	font-size: 1.5rem;
	text-decoration: none;
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u43478324/pc/guide/css/../images/common/footer_icon01.png) no-repeat left center;
}

#gFooter .footer__navi a:hover {
	text-decoration: underline;
}
	
#gFooter .footer__navi .footer__navi--list {
	margin-top: -9px;
	display: block;
}

#gFooter .footer__navi .footer__navi--list li {
	margin: 9px 0 0;
	max-width: inherit;
}

/*============
footer__inner--mid
==============*/
#gFooter .footer__inner--mid {
	padding: 33px 0 19px;
	margin: 0 auto;
	width: 980px;
	background-color: #F2F2F2;
	position: relative;
}

#gFooter .footer__wid {
	margin: 0 auto;
	width: 922px;
}

/*footer__page--top*/
#gFooter .footer__page--top {
	display: inline-block;
	position: absolute;
	height: 41px;
	top: -41px;
	right: 20px;
	text-align: center;
	background-color: #F2F2F2;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

#gFooter .footer__page--top a {
	padding: 8px 20px 0 20px;
	color: #003398;
	display: block;
	letter-spacing: 0.9px;
}

#gFooter .footer__page--top a:hover {
	opacity: 0.7;
}

#gFooter .footer__page--top a span {
	padding: 2px 0 0 22px; 
	display: inline-block;
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u43478324/pc/guide/css/../images/common/footer_icon02.png) no-repeat left center;
}

#gFooter .footer__wid--list {
	margin: -11px 0 27px -10px;
}

#gFooter .footer__wid--list li {
	margin-top: 11px;
	color: #003398;
	display: inline-block;
}

#gFooter .footer__wid--list a {
	padding: 0 13px 0 10px;
	color: #003398;
	text-decoration: none;
}

#gFooter .footer__wid--list a:hover {
	text-decoration: underline;
}

/*footer__wid--sub*/
#gFooter .footer__wid--sub {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap; 
	border-top: 1px solid #D3D3D3;
}

#gFooter .footer__wid--sub p {
	margin-top: 28px;
	width: 700px;
	color: #777;
	font-size: 1.3rem;
	line-height: 1.76;
	letter-spacing: 0.3px;
}

#gFooter .footer__wid--sub .footer__logo {
	margin: 17px 3px 0 0;
}

/*================
kojima
=================*/
.fc-wrapper .kojima {
	width: 980px;
	margin: 25px auto 25px;
	padding-top: 34px;
	border-top: 1px solid #CCC;
	text-align: left;
}

.fc-wrapper .kojima__ttl {
	margin-bottom: 25px;
	font-size: 1.997rem;
	font-weight: bold;
}

.fc-wrapper .kojima ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fc-wrapper .kojima li {
	margin-right: 27px;
	width: 174px;
}

.fc-wrapper li.kojima__no {
	margin-right: 0;
}

.fc-wrapper .kojima__txt {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.398rem;
	text-align: center;
}

.fc-wrapper .kojima__txt--blue {
	color: #000066;
}

.fc-wrapper .kojima__txt--small {
	font-size: 1.198rem;
}

.fc-wrapper .kojima__img {
	text-align: center;
}

.fc-wrapper .kojima__btm {
	margin-top: 7px;
	font-size: 1.198rem;
	color: #777;
	line-height: 1.42;
}
/*================
btm__box
=================*/
.fc-wrapper .btm__box {
	width: 980px;
	margin: 0 auto 35px;
	padding: 35px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 2px solid #F2F2F2;
	box-sizing: border-box;
}

.fc-wrapper .btm__box--left,
.fc-wrapper .btm__box--right {
	width: 426px;
	text-align:left;
}

.fc-wrapper .btm__box .li-border {
	margin-bottom: 70px;
	position: relative;
}

.fc-wrapper .btm__box .li-border:before {
	position: absolute;
	left: -5px;
	bottom: -49px;
	right: 30px;
	border-bottom: 1px solid #D3D3D3;
	content:"";
}

.fc-wrapper .btm__box .btm__box--ttl {
	margin-bottom: 21px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}

.fc-wrapper .btm__box .btm__box--ttl01 {
	margin-bottom: 12px;
}

.fc-wrapper .btm__box p {
	margin-bottom: 25px;
	line-height: 1.7;
}

.fc-wrapper .btm__box p span {
	color: #e60012;
}

.fc-wrapper .btm__box .btm__box--img {
	margin: -8px 0 32px 5px;
}

.fc-wrapper .btm__box .btm__box--link {
	margin-top: -2px;
	width: 180px;
	border: 1px solid #003398;
	border-radius: 50px;
}

.fc-wrapper .btm__box .btm__box--link img{
	vertical-align: baseline;
	margin-left: 15px;
}


.fc-wrapper .btm__box .btm__box--link01 {
	width: 250px;
}

.fc-wrapper .btm__box .btm__box--link a {
	padding: 8px 0 9px;
	display: block;
	text-align: center;
	color: #003398;
	text-decoration: none;
	/*background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u43478324/pc/guide/css/../images/common/icon05.png) no-repeat center right 28px;*/
}

.fc-wrapper .btm__box .btm__box--link a:hover {
	opacity: 0.7;
}

.fc-wrapper .btm__box--left .table__box {
	margin: 33px 0 15px;
	width: 350px;
	border: 1px solid #D2D2D2;
	border-radius: 5px;
	box-sizing: border-box;
}

.fc-wrapper .btm__box--left table {
	width: 100%;
	border-collapse: collapse;
}

.fc-wrapper .btm__box--left table th,
.fc-wrapper .btm__box--left table td {
	padding: 14px 0;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	border-top: 1px solid #d2d2d2;
}

.fc-wrapper .btm__box--left table th {
	padding: 9px 0;
	font-size: 1.3rem;
	background-color: #F2F2F2;
	border-top: none;
	border-top-left-radius: 5px;
}

.fc-wrapper .btm__box--left table .radius {
	border-top-left-radius: 0;
	border-top-right-radius: 5px;
}

.fc-wrapper .btm__box--left table .red {
	color: #e60012;
	font-weight: bold;
}

.fc-wrapper .btm__box--left table .red,
.fc-wrapper .btm__box--left table .radius,
.fc-wrapper .btm__box--left table .border {
	border-left: 1px solid #d2d2d2;
}

.fc-wrapper .btm__box--right ul ul {
	margin-bottom: 23px;
}

.fc-wrapper .btm__box--right ul ul li a {
	color: #003398;
	line-height: 2;
	text-decoration: underline;
}

.fc-wrapper .btm__box--right ul ul li a:hover {
	text-decoration: none;
}

/*============
sidebar
==============*/

.fc-wrapper #sidebar {
	width: 180px;
}

/*============
sidebar__search
==============*/
.fc-wrapper .sidebar__search--ttl {
	padding: 12px 2px 15px 14px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	background-color: #010066;
	border-radius: 5px 5px 0 0;
}

.fc-wrapper .sidebar__search--ttl img {
	margin: -2px 7px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.fc-wrapper .sidebar__search ul {
	padding: 2px 9px 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid #D3D3D3;
	border-top: none;
	background-color: #F2F2F2;
	border-radius: 0 0 5px 5px;
}

.fc-wrapper .sidebar__search ul li {
	margin-top: 10px;
	width: 75px;
}

.fc-wrapper .sidebar__search ul a {
	padding: 9px 2px 5px;
	display: block;
	color: #333;
	font-size: 1.3rem;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border-radius: 5px;
	border-bottom: 3px solid #CACACA;
}

.fc-wrapper .sidebar__search ul a:hover {
	opacity: 0.7;
}

.fc-wrapper .sidebar__search ul p {
	margin-top: 3px;
}

/*============
sidebar__category
==============*/
.fc-wrapper .sidebar__category {
	margin: 17px 0 69px;
	border: 1px solid #D3D3D3;
	border-radius: 3px 3px 5px 5px;
}

.fc-wrapper .sidebar__category--ttl {
	padding: 12px 2px 13px 10px;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
	background-color: #010066;
	border-radius: 3px 3px 0 0;
}

.fc-wrapper .sidebar__category--ttl img {
	margin: -3px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.fc-wrapper .sidebar__category li {
	border-bottom: 1px solid #D3D3D3;
}

.fc-wrapper li.sidebar__category--no {
	border-bottom: none;
}

.fc-wrapper .sidebar__category li a {
	min-height: 54px;
	padding: 13px 26px 10px 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	text-decoration: none;
	font-size: 1.5rem;
	color: #333;
	line-height: 1.31;
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u43478324/pc/guide/css/../images/common/icon05.png) no-repeat right 10px center;
}

.fc-wrapper .sidebar__category li a:hover {
	opacity: 0.7;
}

/*============
sidebar__merit
==============*/
.fc-wrapper .sidebar__merit {
	margin-bottom: 21px;
	padding: 1px 5px 9px;
	background-color: #010066;
}

.fc-wrapper .sidebar__merit--txt {
	margin: -50px -5px 0 -6px;
}

.fc-wrapper .sidebar__merit ul {
	margin-top: -79px;
}

.fc-wrapper .sidebar__merit li {
	text-align: center;
	margin-top: 10px;
}

.fc-wrapper .sidebar__merit li img {
	max-width: 100%;
}

/*============
sidebar__link
==============*/
.fc-wrapper .sidebar__link {
	text-align: center;
	margin-bottom:10px
}

.fc-wrapper .sidebar__link img {
	max-width: 100%;
}

.fc-wrapper .sidebar__link a:hover {
	opacity: 0.7;
}

/*============
conts
==============*/
.fc-wrapper #conts {
	width: 780px;
	order: 1;
}

/*================
全ページ共通設定
=================*/
.fc-wrapper #main {
	margin: 20px auto 50px;
	width: 980px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}

.fc-wrapper .head-line--01 {
	/*margin-bottom: 25px;*/
	padding-bottom: 15px;
	padding-top: 15px;
	color: #003399;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	/*border-bottom: 1px solid #ccc;*/
	border-top: 1px solid #ccc;
}

.fc-wrapper .head-line--01 img{
	margin-right:10px;
	vertical-align:sub
}


@media all and (-ms-high-contrast:none){

	.fc-wrapper .sidebar__category li {
		display: table;
		width: 100%;
	}

	.fc-wrapper .sidebar__category li a {
		min-height: 54px;
		display: table-cell;
		text-align: left;
		vertical-align: middle;
	}

	.fc-wrapper .header__tag .header__tag--word {
		/*padding: 5px 11px 1px;*/
	}
}

/*ヘッダー用お知らせ*/
.fc-wrapper .news-box-h {
	margin-bottom: 0px;
	margin-top:35px
}

.fc-wrapper #conts .news-box-h {
	margin: 0 0 0;
}

.fc-wrapper .news-box-h__ttl {
	margin-bottom: 21px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.fc-wrapper .news-box-h__ttl:before {
	margin-top: -1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	border-bottom: 1px solid #CACACA;
	content: "";
}

.fc-wrapper .news-box-h__ttl span {
	padding: 0 10px;
	display: inline-block;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.fc-wrapper .news-box-h__list {
	margin: 0 auto;
	width: 650px;
	line-height: 1.65;
}

.fc-wrapper .news-box-h__list li {
	padding-bottom: 5px;
}

.fc-wrapper .news-box-h__list dl {
	display: flex;
}

.fc-wrapper .news-box-h__list dt {
	width: 15%;
	color: #003399;
	font-size: 1.3rem;
}

.fc-wrapper .news-box-h__list dd {
	width: 85%;
}

.fc-wrapper .news-box-h__list dd a {
	color: #003399;
}

.fc-wrapper .news-box-h__list dd a:hover {
	text-decoration: none;
}

.fc-wrapper .news-box-h__dt__txt {
	margin: 0;
	/*margin: 0 8px 0 24px;*/
	padding: 1px 0;
	min-width: 60px;
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	background-color: #212E94;
	border-radius: 3px;
	vertical-align: middle;
}


.fc-wrapper .news-box-h__dt__new {
	padding: 1px 0;
	min-width: 60px;
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	background-color: #FD8130;
	border-radius: 3px;
	vertical-align: middle;
}



/*====================================
           パンくず
=====================================*/
.pankuzu {
	width:980px;
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto !important ;
}

.pankuzu li {
	padding-left: 10px;
	box-sizing: border-box;
	font-size: small;
	color: #333333;
}

.pankuzu li:first-child {
	padding-left: 0px;
	
}

.pankuzu li::after {
	content: "\03e";
	padding-left: 10px;
}

.pankuzu li:last-child::after {
	content: "";
	padding-left: 0px;
}

.pankuzu li a {
	font-size: small;
	color: #003398;
	text-align: left;
	line-height: 1.3em;
	text-decoration:none;
}

.pankuzu li a:hover {
	color: #003398 !important;
	text-decoration: underline;

}

.fc-wrapper .news_page {
    width: 980px;
    margin: 10px auto 100px;
}

.fc-wrapper .news_main_ttl {
    border-bottom: 1px solid #CCC;
    font-size: 2.1rem;
    font-weight: bold;
    color: #003399;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.fc-wrapper .news_page .news_info_block {
    margin: 0 25px 0;
}


.fc-wrapper .news_page table tr {
	border-collapse: collapse;
    margin-bottom: 20px;
}

.fc-wrapper .news_page .gray {
	background-color: #F2F2F2;
}

.fc-wrapper .news_page table td {
    padding: 10px;
    box-sizing: border-box;
}

.fc-wrapper .news_page table, .fc-wrapper .news_page td, .fc-wrapper .news_page th {
	border-collapse: collapse;
	border: 1px solid #707070;
	text-align:center;
	vertical-align:middle;
}

.view_timer{
	display:none
}

