@charset "utf-8";

@import url("reset.css");
@import url("responsive.gs.24col.css");
/*slick*/
@import url("slick.css");
@import url("slick-theme.css");
/*modal*/
@import url("magnific-popup.css");
@import url("magnific-popup-effects.css");
/*base*/
@import url("common.css");
@import url("frame.css");

.bg-mask{
	width:100%;
	height:100%;
	background-color: rgba(255,255,255,0.7);
	position:absolute;
	top:0;
	display:none;
}


/*ttl-----------------------------------------------------------------*/
/*pc*/
@media ( min-width : 769px ) {
.ttl .inner {
position: relative;
}

.ttl {
background-size: cover;
background-position: center;
height: 690px;
/*--background-size: 960px;*/
}

.ttl .inner:before {
content: ' ';
display: block;/*padding-top:62.5%;*/
}
.ttl h1 {
position: absolute;
left: 0;
top: -220px;
right: 0;
bottom: 0;
background: url(../img/ttl.png) no-repeat center center;
background-size: 620px;
text-indent: -9999px;
}
}
/*pc*/

/*sp*/
@media ( max-width : 768px ) {
.ttl .inner {
position: relative;
}

.ttl {
background-size: cover;
background-position: center;
background-size: 960px;
}

.ttl:after{
content:"";
display: block;
padding-top: 62.9%;
}

.ttl .inner:before{
content:"";
display: block;
/*padding-top:62.5%;*/
}

.ttl h1{
font-size: 0px;
position: relative;
width: 91%;
max-width: 640px;
background: url(../img/ttl.png) no-repeat center center;
background-size: contain;
margin:16% auto 0 auto;
}

.ttl h1:before{
    content:"";
    display: block;
    padding-top: 58.66%;
}
}
/*sp*/

/*share top-----------------------------------------------------------------*/
/*pc*/
@media ( min-width : 769px ) {
.share{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
}

.share-line {
	display: none;
}

.share-fb {
	display: inline-block;
	margin-left: auto;
}

.share-tw {
	display: inline-block;
	margin-left: -5px;
}
}
/*pc*/

/*sp*/
@media ( max-width : 768px ) {
.share{
position: absolute;
top: 0;
right: 0;
}

.share-line {
	display: none;
}

.share-fb {
	display: inline-block;
	margin-left: auto;
}

.share-tw {
	display: inline-block;
	margin-left: -4px;
	width: 50px;
}

.share-line{
	display: inline-block;
	margin-left: auto;
	width: 50px;
	}

.share-fb{
	display: inline-block;
	margin-left: -4px;
	width: 50px;
	}
}
/*sp*/

/*catch-----------------------------------------------------------------*/

/*pc-トップキャッチ-実施決定*/
@media ( min-width : 769px ) {
.catch {
position: absolute;
left: 0;
top: 290px;
right: 0;
bottom: 0;
background: url(../img/catch.png) no-repeat center center;
background-size: 680px;
text-indent: -9999px;
}

.col{
	margin-top: 570px;
}
}
/*pc*/
/*sp*/
@media ( max-width : 768px ) {
	.catch {
	font-size: 0px;
	margin-top:2%; 
	background: url(../img/catch_sp.png) no-repeat center center;
	background-position: top;
	background-size: contain;
	text-indent: -9999px;
	width: 100%;
	max-width: 640px;
	max-height: 180px;
}
	.catch:before{
    content:"";
    display: block;
    padding-top: 25.2%;
}
}
/*sp*/

/*pc-トップキャッチ-募集中*/
@media ( min-width : 769px ) {
.catch_start {
position: absolute;
left: 0;
top: 230px;
right: 0;
bottom: 0;
background: url(../img/catch_start.png) no-repeat center center;
background-size: 680px;
text-indent: -9999px;
}

.col{
	margin-top: 570px;
}
}
/*pc*/
/*sp*/
@media ( max-width : 768px ) {
	.catch_start {
	font-size: 0px;
	margin-top:6%; 
	background: url(../img/catch_start.png) no-repeat center center;
	background-position: top;
	background-size: contain;
	text-indent: -9999px;
	width: 100%;
	max-width: 640px;
	max-height: 180px;
}
	.catch_start:before{
    content:"";
    display: block;
    padding-top: 25.2%;
}
}
/*sp*/


/*cnt01-----------------------------------------------------------------*/
/*pc*/
@media ( min-width : 769px ) {
#cnt01{
	text-align: center;
	/*background-color: rgba(255,255,255,0.7);*/
}

.icon-1{
	display: inline-block;
	background-image: url(../img/icon-1.png);
	width:960px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: 60px 64px;
	background-size: 60px 64px;

}

.arrow{
	display: none;
}

.dev-head{
	width: 960px;
	text-align: center;
	padding-top: 106px;
}

.dev-content{
	width: 960px;
	border-bottom: 1px solid;
	padding-bottom: 180px;

}

.slick_container{
    display: block;
	width: 100%;
    padding-top: 30px;
}

.slick_container img{
	width: 103%;
	margin: 14% auto 3% auto;
}


.dev-message{
	display: inline-block;
	width: 540px;
	float: left;
	margin-right: 40px;
}

.btn-teamblog{
	display: inline-block;
	width: 960px;
	text-align: center;
	padding: 40px 0px;
}

.btn-teamblog a{
	display: inline-block;
	width: 434px;
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: center;
	font-size: 2.4em;
	font-weight: bold;
	background-color:#268203;
	color: #fef600;
	border-radius:3px;
	box-shadow: 2px 2px 0px #1c6901;
	text-decoration: none;
	color: #fef600;
	transition: background-color 0.5s
}

.btn-teamblog a:hover{
	background-color:#1d6900;
}
}
/*pc*/

/*sp*/
@media ( max-width : 768px ) {
#cnt01{
	text-align: center;
	/*background-color: rgba(255,255,255,0.7);*/
}

.icon-1{
	display: inline-block;
	background-image: url(../img/icon-1.png);
	width:100%;
	max-width: 640px;
	height:50px;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: 50px 51px;
	background-size: 50px 51px;
}

.arrow{
	display: block;
	max-width: 640px;
	width: 100%;
	height: 24px;
	text-align: center;
	position: relative;
	top:-86px;
}

.arrow{
	width: 24px;
	height: 22px;
	margin: 0 auto;
	padding-top: 8%;
}

.dev-head{
	width: 100%;
	max-width: 640px;
	text-align: center;
	padding-top: 24%;
}

.dev-content{
	width: 100%;
	max-width: 640px;
	border-bottom: 1px solid;
	padding-right: 3%;
    padding-left: 3%;
	padding-bottom: 40px;
}

.slick_container{
	width: 100%;
}

.slick_container img{
	width: 100%;
	margin: 23% auto 4% auto;
}

.dev-message{
	display: inline-block;
	max-width: 640px;
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.dev-message br{
	display: none;
}

.btn-teamblog{
	display: inline-block;
	width: 100%;
	max-width: 640px;
	text-align: center;
	padding: 40px 0px;
}

.btn-teamblog a{
	display: inline-block;
	width: 73%;
	height: 62px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 62px;
	letter-spacing: 0.1em;
	background-color:#268203;
	color: #fef600;
	border-radius:3px;
	box-shadow: 2px 2px 0px #1c6901;
	text-decoration: none;
	color: #fef600;
	transition: background-color 0.5s
}
.btn-teamblog a:hover{
	background-color:#1d6900;
}
}
/*sp*/


/*icon-----------------------------------------------------------------*/
/*pc*/
@media ( min-width : 769px ) {
.icon-2{
	display: inline-block;
	background-image: url(../img/icon-2.png);
	background-size: 60px 64px;
	width:960px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
}

.icon-3{
	display: inline-block;
	background-image: url(../img/icon-3.png);
	background-size: 60px 64px;
	width:960px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
}
}
/*pc*/

/*sp*/
@media ( max-width : 768px ) {
.icon-2{
	display: inline-block;
	background-image: url(../img/icon-2.png);
	width:100%;
	max-width: 640px;
	height:50px;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: 50px 51px;
	background-size: 50px 51px;

}

.icon-3{
	display: inline-block;
	background-image: url(../img/icon-3.png);
	width:100%;
	max-width: 640px;
	height:50px;
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: 50px 51px;
	background-size: 50px 51px;

}
}
/*sp*/

/*見出し-----------------------------------------------------------------*/

/*pc*/
@media ( min-width : 769px ) {
h2{
	display: inline-block;
	text-align: center;
	font-size: 33px;
	letter-spacing: 0.2em;
	border-bottom: 1px solid;
	margin-bottom: 60px;
	margin-top: 20px;
	padding-bottom: 12px;
	font-weight: bold;
}

p{
	font-size: 17px;
	margin: 28px 0px;
	font-weight: bold;
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
}

h3{	
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 auto;
	text-align: center;
	width:720px;
	height: 46px;
	line-height: 42px;
	color: #fff;
	background-color: #268203;
}

h3::before{
	display: block;
	content:"";
	width: 720px;
	height: 3px;
	background-color:#268203;
	border-bottom: 1px dashed #5ca142;
}

h3::after{
	display: block;
	content:"";
	width: 720px;
	height: 3px;
	background-color:#268203;
	border-top: 1px dashed #5ca142;
}
}
/*pc*/


/*sp*/
@media ( max-width : 768px ) {
h2{
	display: inline-block;
	text-align: center;
	font-size: 28px;
	letter-spacing: 0.1em;
	border-bottom: 1px solid;
	margin-bottom: 7%;
	margin-top: 20px;
	padding-bottom: 12px;
	font-weight: bold;
}

p{
	font-size: 18px;
	margin: 28px 0px;
	font-weight: bold;
	line-height: 240%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.test-message p{
	font-size: 17px;
	text-align: justify;
	text-justify: inter-ideograph;
}

h3{	
	font-size: 25px;
	letter-spacing: 1px;
	margin: 0 auto;
	text-align: center;
	height: 46px;
	line-height: 42px;
	color: #fff;
	width: 92%;
	background-color: #268203;
}

h3::before{
	display: block;
	content:"";
	height: 3px;
	background-color:#268203;
	border-bottom: 1px dashed #5ca142;
}

h3::after{
	display: block;
	content:"";
	height: 3px;
	background-color:#268203;
	border-top: 1px dashed #5ca142;
}
}

@media screen and ( max-width : 620px ) {
	h2{
		 font-size:26px !important;
	}

	h3{	
		font-size:25px !important;
	}

	p{
		font-size:18px !important;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.btn-teamblog a {
		font-size: 23px;
	}
	.btn-submit a{
		font-size: 1.5em !important;
	}
}

@media screen and ( max-width : 560px ) {
	h2{
		 font-size:25px !important;
	}
	h3{	
		font-size:24px !important;
	}

	p{
		font-size:14px !important;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.test-message p{
	font-size: 14px !important;
	text-align: justify;
	text-justify: inter-ideograph;
}
	.caution-message li{
	font-size: 14px !important;
}

	.btn-teamblog a {
		font-size: 22px;
	}

	.btn-submit a {
		font-size: 1.8em !important;
	}
}

@media screen and ( max-width : 480px ) {
	h2{
		 font-size:25px !important;
	}
	h3{	
		font-size:24px !important;
	}

	p{
		font-size:14px !important;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.test-message p{
	font-size: 14px !important;
	text-align: justify;
	text-justify: inter-ideograph;
	}

	.caution-message li{
	font-size: 15px !important;
}

	.btn-submit a {
		font-size: 1.6em !important;
	}

	.btn-teamblog a {
		font-size: 21px; 
	}
}
@media screen and ( max-width : 450px ) {
	h2{
		 font-size:24px !important;
	}
	h3{	
		font-size:23px !important;
	}
	p{
		font-size:14px !important;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.test-message p{
	font-size: 14px !important;
	text-align: justify;
	text-justify: inter-ideograph;
	}

	.btn-submit a{
		font-size: 1.5em;
	}

	.btn-teamblog a{
		font-size: 20px;
	}

	.caution-message li{
	font-size: 13px !important;
}

	th{
		font-size: 13px !important;
	}
	td{
		font-size: 13px !important;
		text-align: justify;
		text-justify: inter-ideograph;
	}

}
@media screen and ( max-width : 416px ) {
	h2{
		 font-size:17px !important;
	}
	h3{	
		font-size:17px !important;
	}
	p{
		font-size:13px !important;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.test-message p{
		font-size: 13px !important;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.btn-submit a {
		font-size: 1.4em;
	}

	.btn-submit-close span{
		font-size: 1.3em !important;
		width: 82% !important;
	}

	th{
		width: 26% !important; 
		font-size: 13px !important;
	}
	td{
		width: 74% !important;
		font-size: 13px !important;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.caution-message li{
	font-size: 13px !important;
}
}

@media screen and ( max-width : 326px ) {
	h2{
		 font-size:17px !important;
	}
	h3{	
		font-size:17px !important;
	}
	p{
		font-size:12px !important;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.test-message p{
		font-size: 12px !important;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.btn-teamblog a {
		font-size: 17px !important;
	}

	.btn-submit a {
		font-size: 1.3em;
	}


	th{
		width: 26% !important; 
		font-size: 11px !important;
	}
	td{
		width: 74% !important;
		font-size: 11px !important;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.button_tw a {
		font-size: 11px !important;
		padding-top: 1.4em !important;
	}
	.button_fb a {
		font-size: 11px !important;
		padding-top: 1.4em !important;
	}

}



/*sp*/


/*phone rb-box-----------------------------------------------------------------*/

.rb .inner {
padding: 20px 0 0px;
}
@media ( min-width : 769px ) {
.rb .inner {
padding: 30px 0 0px;
}
}
.rb-box {
	display: inline-block;
/*width:300px;*/
}

/*cnt02-----------------------------------------------------------------*/
/*pc*/
@media ( min-width : 769px ) {

#cnt02{
	text-align: center;
	/*background-color: rgba(255,255,255,0.7);  */
}

.test-content{
	width: 960px;
	border-bottom: 1px solid;
	padding-bottom: 10px;
}

.tgs-icatch{
	text-align: center;
	margin: 0 auto;
	margin-bottom: 80px;
}

.test-message{
	margin-top:-28px; 
}

.test-message p{
	text-align: center;
}

.table-box{
	background-color: rgba(255,255,255,0.7);  
	width: 720px;
	margin: 13px auto 20px auto;
}

tr{
	border-bottom: 1px dashed #268203;
	border-top: 1px dashed #268203;
}

th{
	font-size: 1.5em;
	width: 20%;
	text-align: center;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 18px;
	vertical-align: top;
}

td:before{
	content: "";
	border-left: 3px solid #268203;
	position: relative;
	right: 33px;	
}

td{
	font-size: 1.5em;
	width: 80%;
	content: "";
	padding-left: 28px;
	vertical-align: top;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 20px;
	line-height: 23px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.annotation li{
	font-size: 0.9em;
	text-indent: -1em;
	margin-left: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*応募ボタン-アクティブ時*/

.btn-submit{
	width: 960px;
	text-align: center;
	padding: 0px 0px 70px 0px;
}

.btn-submit a{
	display: block;
	width: 434px;
	height: 62px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 2em;
	margin: 0 auto;
	padding-top:4px; 
	background-color:#f06c08;
	color: #fef600;
	border-radius:3px;
	box-shadow: 2px 2px 0px #ae4e00;
	text-decoration: none;
	color: #fef600;
	transition: background-color 0.5s
}

.btn-submit a:hover{
	background-color:#ce5f0b;
}

.btn-submit a span{
	font-size: 0.8em;
}
/*応募ボタン-アクティブ時*/

/*応募ボタン-非アクティブ*/

.btn-submit-close span{
	pointer-events: none;
	display: block;
	width: 434px;
	height: 62px;
	text-align: center;
	vertical-align: middle;
	font-size: 2em;
	margin: 70px auto 70px auto;
	padding-top:18px; 
	background-color:#888;
	color: #ccc;
	border-radius:3px;
	box-shadow: 2px 2px 0px #777;
	text-decoration: none;
	transition: background-color 0.5s
}

.btn-submit-close a span{
	font-size: 0.8em;
}
/*応募ボタン-非アクティブ*/

.caution-message{
	overflow: scroll;
	overflow-x:hidden;
	background-color: rgba(255,255,255,0.7);  
	width: 720px;
	height: 294px;
	padding: 10px 30px;
	margin: 13px auto 0px auto;
	font-size: 1.4em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.caution-message li{
	padding: 14px 0;
    text-indent: -1em;
    padding-left: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
}


/*sp*/
@media ( max-width : 768px ) {
#cnt02{
	text-align: center;
	/*background-color: rgba(255,255,255,0.7);  */
}

.test-content{
	max-width: 640px;
	border-bottom: 1px solid;
	padding-bottom: 10px;
}

.tgs-icatch{
	width: 92%;
	margin: 0 auto;
}

.test-message p{
	max-width: 640px;
	width: 100%;
	padding-left:3%; 
	padding-right:3%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.test-message br{
	display: none;
}

.table-box{
	background-color: rgba(255,255,255,0.7);  
	width: 92%;
	margin: 13px auto 20px auto;
}

tr{
	border-bottom: 1px dashed #268203;
	border-top: 1px dashed #268203;
}

th{
	width: 25%;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 2%;
	vertical-align: top;
}

td:before{
	content: "";
	border-left: 3px solid #268203;
	position: relative;
	right: 7%;	
}

.annotation li{
	font-size: 0.8em;
	text-align: justify;
	text-justify: inter-ideograph;
}

td{
	width: 75%;
	content: "";
	padding-left: 5.9%;
	vertical-align: top;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 3%;
	font-size: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}


.btn-submit{
	width: 100%;
	text-align: center;
	padding: 0px 0px 70px 0px;
}

.btn-submit a{
	display: inline-block;
	width: 73%;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	background-color:#f06c08;
	color: #fef600;
	border-radius:3px;
	padding-top: 2%;
    padding-bottom: 2%;
	box-shadow: 2px 2px 0px #ae4e00;
	text-decoration: none;
	transition: background-color 0.5s
}

.btn-submit a span{
	font-size: 0.8em;
}

.btn-submit a:hover{
	background-color:#ce5f0b;
}


/*応募ボタン-非アクティブ*/
.btn-submit-close span{
	pointer-events: none;
	display: block;
	width: 73%;
	text-align: center;
	margin: 70px auto 70px auto;
	font-size: 1.5em;
	font-weight: bold;
	background-color:#888;
	color: #ccc;
	border-radius:3px;
	padding-top: 2%;
    padding-bottom: 2%;
	box-shadow: 2px 2px 0px #777;
	text-decoration: none;
	transition: background-color 0.5s
}
/*応募ボタン-非アクティブ*/



.caution-message{
	overflow: scroll;
	overflow-x:hidden;
	background-color: rgba(255,255,255,0.7);  
	width: 92%;
	height: 294px;
	padding: 1% 3%;
	margin: 13px auto 0px auto;
}

.caution-message li{
	font-size: 1.5em;
	padding: 3% 0;
    text-indent: -1em;
    padding-left: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
}
}
/*sp*/


/*cnt03-----------------------------------------------------------------*/

#cnt03{
	text-align: center;
	/*background-color: rgba(255,255,255,0.7);  */
    padding-bottom:60px;
}

/*pc*/
@media ( min-width : 769px ) {
.social-link{
  display: -webkit-flex; /*safari*/
  display: flex;
  width: 720px;
  margin: 0 auto;
}

.button_fb{
  width: 350px;
  display: block;
  vertical-align: middle;
  float: left;
  line-height: 24px;
  margin-left: 10px;
  background-color: #3b5998;
  box-shadow: 2px 2px 0px #3e428c;
  border-radius: 4px;    /* CSS3草案 */
}

.button_tw{
  width: 350px;
  display: block;
  vertical-align: middle;
  line-height: 24px;
  margin-right: 10px;
  background-color: #00acee;
  box-shadow: 2px 2px 0px #297996;
  border-radius: 4px;    /* CSS3草案 */
}

.button_fb a{
  width: 350px;
  height: 60px;
  display: block;
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  font-size:17px;
  font-weight: bold;
}

.button_tw a{
  width: 350px;
  height: 60px;
  display: block;
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
  margin-left: 8px;
  font-size:17px;
  font-weight: bold;
}

.button_fb span{
	display: inline-block;
    width: 318px;
    height: 67px;
    vertical-align: middle;
    padding-left: 60px;
    background: url(../img/sns_fb.png)no-repeat 13px 4px;
}

.button_tw span{
	display:inline-block;
	width: 318px;
	height: 67px;
	vertical-align: middle;
	padding-left: 60px;
	background: url(../img/sns_tw.png)no-repeat 8px 4px;
}
}

/*sp*/
@media ( max-width : 768px ) {

.social-link{
  display: block;
  max-width: 640px;
  width: 100%;
  margin-top: 6%;
  margin-bottom: 6%;
  text-align: center;
}

.button_fb a{
  display: block;
  width: 89%;
  height: 46px;
  text-align: center;
  background-color: #3b5998;
  box-shadow: 2px 2px 0px #3e428c;
  border-radius: 4px;    /* CSS3草案 */
  text-decoration: none;
  color: #fff;
  font-size:1.15em;
  padding-top: 1.2em;
  margin: 0 auto;
}

.button_fb{
  margin-top: 10px;	 
}

.button_tw a{
  display: block;
  width: 89%;
  height: 46px;
  text-align: center;
  background-color: #00acee;
  box-shadow: 2px 2px 0px #297996;
  border-radius: 4px;    /* CSS3草案 */
  text-decoration: none;
  color: #fff;
  font-size:1.15em; 
  margin: 0 auto;
  padding-top: 1.2em;
}

.button_fb span{
	display: inline-block;
    font-weight: bold;
    padding-left: 2em;
    background: url(../img/sns_fb.png)no-repeat 0% center;
    background-size: 7%;
}

.button_tw span{
	display: inline-block;
    font-weight: bold;
    padding-left: 2em;
    background: url(../img/sns_tw.png)no-repeat 0% center;
    background-size: 6%;
}
}


/*main-----------------------------------------------------------------*/
.main {
padding-bottom: 30px;
}

.footer-develop-code{
	display: none;
	overflow: hidden;
}
