@charset "UTF-8";
/* 下層ページ共通 */
@media screen and (max-width: 767px) {
.header.under_page{
    height: 5rem;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
}
.header__inner.under_page{
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.under_page .header__logo-link {
    color: #000;
    font-size: 1.125rem;padding-left: 20px;
    line-height: 1.5;
    height: 1.25rem;
    -webkit-text-stroke: 1px #FFF;
    paint-order: stroke fill;
    height: inherit;
}
.under_page .hamburger {
    margin-left: auto;
    width: 2.5rem;
    z-index: 9999;
    padding: 0;
    height: 1.875rem;
    position: fixed;
    top: 30px;
    right: 20px;
}
}
.page_title{
    padding: 40px 0 60px;
    font-size: 1.6rem;
}
.page_title .section-title__main{
    font-size: 1.5rem;
}
/* 機関・施設案内 */
.facility_about{
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px 20px;
}
.facility__description{
    padding-top: 20px;
}
.conduct{
    margin-top: 70px;
}
.conduct_list{
    margin: 30px 0 0;
}
.conduct_list li{
    margin-bottom: 25px;
}
.conduct_list h3{
    width: 300px;
    margin: 0 auto;
    font-weight: 400;
    color: #fff;
    background: url("../images/btn_bg.webp") no-repeat;
    background-size: cover;
    padding: 10px 20px;;
    text-align: center;
    border-radius: 60px;
}
.conduct_list figure{
    margin-top: 10px;
}
.conduct_list figure img{
    object-fit: cover;
    height: 100%;
    max-height: 170px;
    border-radius: 8px;
}
.conduct_list p{
    margin-top: 10px;
}
.conduct_images{
    margin-top: 60px;
}
.conduct_images figure{
    position: relative;
    z-index: 1;
}
.conduct_images img.conduct_main{
    border-radius: 8px;
    z-index: 1;
}
.conduct_images img.conduct_sub{
    position: absolute;
    bottom: -20px;
    left: -10px;
    width: 150px;
    z-index: 2;
}
.conduct_images p{
    margin-top: 40px;
}
@media screen and (min-width: 768px) {
.page_title{
    padding: 120px 0 100px;
    font-size: 3rem;
}
.page_title .section-title__main{
    font-size: 2.8rem;
}
.facility__title.section-title__main {
        font-size: 2rem;
        padding-left: 3.0625rem;
        padding-right: 2.4375rem;
    }
.facility_about{
    max-width: 900px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 40px 20px 40px;
}
.facility__description{
    padding-top: 20px;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.2rem;
}
.conduct{
    margin-top: 120px;
}
.conduct_list{
    margin: 40px 0 0;
}
.conduct_list li{
    margin-bottom: 30px;
}
.conduct_list h3{
    width: 300px;
    margin: 0 auto;
    font-weight: 400;
    color: #fff;
    padding: 10px 20px;;
    text-align: center;
    border-radius: 60px;
}
.pink_bg{
    background: url("../images/btn_bg.webp") no-repeat;
    background-size: cover;
    }
.conduct_box{
    display: flex;
    max-width: 900px;
    margin: 0 auto;
}
.conduct_list figure{
    width: 25%;
    margin-right: 5%;
}
.conduct_list figure img{
    object-fit: cover;
    height: 100%;
    max-height: 170px;
    border-radius: 8px;
}
.conduct_list p{
    width: 70%;
    display: flex;
  align-items: center;
}
.conduct_images{
    margin-top: 80px;
}
.conduct_images figure{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}
.conduct_images img.conduct_main{
    border-radius: 23px;
    z-index: 1;
    max-width: 40.375rem;
    aspect-ratio: 646 / 431;
}
.conduct_images img.conduct_sub{
    position: absolute;
    bottom: -2.875rem;
        left: 3.125rem;
        max-width: 17.4375rem;
    width: 100%;
    z-index: 2;
}
.conduct_images p{
    text-align: center;
    font-size: 1.4rem;
    margin-top: 40px;
}
}
/* 里親とは？ */
.about__fv_images{
    margin: 20px 0 40px;
}
.about__description{
    margin-top: 15px;
    text-align: center;
    font-size: 1.1rem;
}
.background{
    margin-top: 60px;
}
.background__description{
    text-align: center;
    font-size: 1.1rem;
}
.about__strong{
    font-size: 1.4rem;
    padding: 10px 0 0;
}
.about__line{
    line-height: 1;
    background: linear-gradient(transparent 82%, #FFC3A4 30%);
    display: inline-block;
}
.background__graph{
    display: flex;
    text-align: center;
    line-height: 1.3;
    margin: 20px 0;
    position: relative;
}
.graph_01{
    height: 80px;
    width: 60%;
    background: #FF8BA8;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-top: 4px;
}
.graph_02{
    height: 80px;
    width: 40%;
    background: #FFBF40;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 14px;
}
.background__graph strong{
    font-size: 1.5rem;
}
.about_form{
    margin-top: 60px;
}
.about_form_list{
    margin-top: 50px;
}
.about_form_list li{
    background: #fff;
    position: relative;
    padding: 30px 20px 20px;
    margin-bottom: 40px;
    border-radius: 8px;
}
.form_list{
    position: absolute;
    width: 220px;
    margin: 0 auto;
    font-weight: 400;
    color: #fff;
    padding: 6px 10px;;
    text-align: center;
    border-radius: 60px;
    background: url("../images/btn_bg.webp") no-repeat;
    background-size: cover;
    top: -20px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}
@media screen and (min-width: 768px){
.about__fv_images {
    margin: 70px 0 40px;
}
.about__fv_images img{
    max-width: 800px;
    margin: 0 auto;
}
.about__image img{
    margin: 0 auto;
    border-radius: 23px;
    z-index: 1;
    max-width: 40.375rem;
    aspect-ratio: 646 / 431;
}
.about__description {
    margin-top: 30px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.7;
}
.background {
    margin-top: 120px;
    position: relative;
}
.background__description {
    margin-top: 20px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.7;
}
.about__strong {
    font-size: 1.8rem;
    padding: 10px 0 0;
}
.background__graph {
    display: flex;
    text-align: center;
    line-height: 1.3;
    margin: 20px auto;
    max-width: 600px;
    position: relative;
}
.graph_01 {
    height: 80px;
    width: 70%;
    background: #FF8BA8;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-top: 4px;
    padding-top: 24px;
}
.graph_02 {
    height: 80px;
    width: 30%;
    background: #FFBF40;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 14px;
}
.background__graph strong {
    font-size: 1.7rem;
}
.about__fm_images{
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    }
.about__fm_images img{
    position: absolute;
    bottom: -80px;
    right: -40px;
    width: 150px;
    }
.about_form {
    margin-top: 120px;
}
.about_form_list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.about_form_list li{
    width: 48%;
    }
.about_form_list li:nth-child(2n){
    margin-left: 4%;
    }
}
/* 里親にあるまで */
.step-card:nth-child(even) {
    margin-top: 0;
}
.load{
    margin-top: 60px;
}
.load_area{
    background: #fff;
    padding: 30px 20px;
    border-radius: 8px;
}
.load_txt{
    padding-top: 15px;
}
.load_txt2{
    text-align: center;
}
.load_txt span{
    color: #E85F81;
    font-weight: 600;
}
.load_list{
    margin-top: 20px;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
}
.load_list li{
    max-width: 250px;
    padding: 10px 20px;
    background: url("../images/btn_bg.webp") no-repeat;
    background-size: cover;
    border-radius: 60px;
    margin: 0 auto 13px;
}
.become{
    margin-top: 60px;
}
.become_images{
    margin: 15px 0;
}
.become_list li{
    margin-bottom: 20px;
}
.become_list h3{
    max-width: 180px;
    padding: 4px 20px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: url("../images/btn_bg.webp") no-repeat;
    background-size: cover;
    border-radius: 60px;
    margin-bottom: 10px;
}
.question{
    margin-top: 60px;
}
.accordion {
margin: 20px auto 0;
max-width: 100%;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
    background: #fff;
    border-radius: 8px;
    padding: 20px 30px 20px 50px;
    display: block;
}
.title::before{
    content: "Q";
    position: absolute;
    background: #E85F81;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 60px;
    left: 10px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 27px;
    top: 20px;
}
.title::after {
content: "＋";
position: absolute;
right: 10px;
top: 50%;
    transform: translateY(-50%) translateX(0);
transition: all 0.3s;
color: #E85F81;
    font-size: 1.4rem;
    font-weight: 600;
}
.content {
max-height: 0;
    margin-top: 10px;
    padding-left: 50px;
overflow: hidden;
    font-size: 1rem;
}
.content::before{
   content: "A";
    position: absolute;
    background: #E85F81;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 60px;
    left: 10px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 27px;
    top: 10px; 
}
.content p {
margin: 0;
font-size: 1rem;
line-height: 1.6;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::after {
content: "－";
}
@media screen and (min-width: 768px) {
.step__page .step-card:nth-child(2), .step__page .step-card:nth-child(5) {
    margin-top: 0rem;
}
.step__page .step-card:nth-child(3), .step__page .step-card:nth-child(6) {
    margin-top: 0rem;
    }
.load {
    margin-top: 120px;
}
.load_area{
    position: relative;
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 80px;
    border-radius: 15px;
}
.load_area_img{
    position: absolute;
    top: -70px;
    right: -50px;;
    width: 170px;
    }
.load_txt {
    padding-top: 15px;
    font-size: 1.2rem;
    text-align: center;
}
.load_txt2 {
    font-size: 1.2rem;
    text-align: right;
}
.load_list {
    display: flex;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    max-width: 600px;
    margin: 20px auto;
}
.load_list li {
    width:calc((100% - 60px)/3);
    padding: 10px 20px;
    background: url(../images/btn_bg.webp) no-repeat;
    background-size: cover;
    border-radius: 60px;
    margin: 0 auto 13px;
}
.become {
    max-width:40.375rem;
    margin: 120px auto 0;
}
.become_images{
    margin: 20px auto;
    max-width: 40.375rem;
    aspect-ratio: 646 / 431;
}
.become_list p{
    font-size: 1.1rem;
    }
.question {
    max-width:40.375rem;
    margin: 120px auto 0;
}
.title::before{
    font-size: 1.4rem;
    width: 32px;
    height: 32px;
    line-height: 31px;
}
.content::before{
    font-size: 1.4rem;
    width: 32px;
    height: 32px;
    line-height: 31px;
}
.content {
    padding-right: 20px;
}
}

/* お問い合わせ */
.contactform{
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
}
.form{
    margin-top: 30px;
}
.form p{
    position: relative;
}
.label-required{
        display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #e94646;
    color: #fff;
    text-align: center;
    width: 40px;
    padding: 1px 5px;
    font-size: .8rem;
    margin-left: auto;
    margin: 0 0 0 auto;
}
.form input,.form textarea{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin: 8px 0 15px;
}
.form .privacy_text{
    font-size: .9rem;
}
.form .doui span{
    display: block;
}
.form .doui label span{
    display: inline-block;
}
.form .doui label{
	line-height: 1.2;
	display: block;
	font-size: 1.1rem;
	text-align: center;
    width: 120px;
    margin: 10px auto;
}
.form input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #7c7c7c;
    vertical-align: -2px;
    opacity: 1;
    padding: 0;
    margin: 0;
}
.form input[type="checkbox"]:checked:before {
    position: absolute;
    top: 1px;
    left: 4px;
    transform: rotate(50deg);
    width: 6px;
    height: 10px;
    border-right: 3px solid #e94646;
    border-bottom: 3px solid #e94646;
    content: '';
}
.btn_area input{
    display: block;
    background: #e94646;
    color: #fff;
    border: none;
    border-radius: 60px;
    max-width: 300px;
    margin: 20px auto 0;
}
.input_confirm{
    display: block;
    text-align: center;
}
/* お知らせ */

	/*===============================
		記事詳細
	===============================*/
	.detail {
    	padding: 0;
    	box-shadow: none;
	}
.post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post-item {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0px 8px 8px #ffd1d1;
    border-radius: 1.2rem;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    background: #fff;
}
.post-item__thumbnail {
    position: relative;
}
.post-item__thumbnail::before {
    content: "";
    display: block;
    padding-top: 64%;
}
.post-item__thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}
@media (hover: hover) {
   .post-item__thumbnail a img{
      transition: .2s;
   }
	.post-item__thumbnail a:hover img{
		opacity: .8;
	}
}
.post-item__conts {
    font-size: .9em;
    padding: 20px;
}
.post-item__conts .post-title {
    color: #000!important;
    font-weight: 700;
    margin: 5px 0 12px;
}
.post-item__conts .post-title a{
       color: #000!important;
   }
@media (hover: hover) {
   .post-item__conts .post-title a{
      transition: .2s;
       color: #000!important;
   }
	.post-item__conts .post-title a:hover{
		color: #ff783d;
		text-decoration: underline;
	}
}
.post-item__conts .cate {
    color: #fff;
    line-height: 1;
    font-size: .85em;
    padding: 5px 10px 6px;
	margin-right: .2em;
    border-radius: 20px;
    display: inline-block;
    background: #ff8f8f;
}

/* サイドバー
----------------------*/
.nav-wrap {
    width: 100%;
    margin-top: 40px;
}
.widget {
    margin-bottom: 40px;
}
.widget__title {
    font-size: 1.1em;
    font-weight: 700;
	margin: 0;
    padding-bottom: 10px;
}
.widget label.screen-reader-text,
.widget label.screen-reader-text{
	display: none;
}
/* category
----------------------*/
.category_list li {
   position: relative;
    display: block;
    border-bottom: 1px solid #FF6F25;
}
.category_list li a {
    display: block;
    padding: 15px;
}
@media (hover: hover) {
   .category_list li a{
      transition: .2s;
   }
	.category_list li a:hover{
		color: #ff783d;
		text-decoration: underline;
	}
}
.category_list .child{
	margin-bottom: .5em;
	margin-top: -.5em;
}
.category_list .child li{
	border-bottom: none;
}
.category_list .child li a{
	padding: 7px 10px 7px 3.2em;
	font-size: .85em;
	border-bottom: none;
}
.category_list .child li::before{
   color: #aaa;
   font-size: .8em;
   margin-right: 0.3em;
   left: 2.2em;
    top: 0.6em;
}
/* newpost
----------------------*/
.newpost_item{
	display: flex;
	justify-content: space-between;
	padding: 15px 0 0;
	border-top: 0;
}
.newpost_item__thumbnail{
	width: 38%;
}
.newpost_item__thumbnail img{
	width: 100%;
	height: 100%;
   max-height: 85px;
	object-fit: cover;
}
@media (hover: hover) {
   .newpost_item__thumbnail a img{
      transition: .2s;
   }
	.newpost_item__thumbnail a:hover img{
		opacity: .8;
	}
}
.newpost_item__conts{
	width: 58%;
}
.newpost_item__conts .post-date{
	font-size: .8em;
	margin-bottom: 1px;
}
.newpost_item__conts .post-title{
	font-size: .85em;
	font-weight: 500;
	line-height: 1.4;
}
@media (hover: hover) {
   .newpost_item__conts .post-title a{
      transition: .2s;
   }
	.newpost_item__conts .post-title a:hover{
		color: #ff783d;
		text-decoration: underline;
	}
}
/* ウィジェット
----------------------*/
#archives-dropdown-2 {
    width: 100%;
    margin: 15px 0 0;
}
#searchform {
    margin: 15px 0 0;
}
#searchform div {
    display: flex;
    justify-content: space-between;
}
#searchform div #s {
    width: 78%;
}
#searchform div #searchsubmit {
    width: 18%;
    text-align: center;
    background: #ddd;
}

.widget select,
.widget input{
	outline: none;
	vertical-align: middle;
	padding: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: .9em;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #bbb;
    background-color: #fff;
}
.widget select{
	background: url(../img/icon_arrow.gif) no-repeat 95% center;
	background-size: 14px;
}

/*===============================
	記事詳細
===============================*/
.detail{
	padding: 20px;
    background: #fff;
    border-radius: 10px;
	box-shadow: 0px 5px 17px 3px rgba(100, 100, 100, 0.1);
}

/* サムネイル
=============================*/
.detail__thumbnail{
	position: relative;
	margin-bottom: 20px;
}
.detail__thumbnail:before {
	display: block;
	padding-top: 55%;
	content: "";
	background: #efefef;
}
.detail__thumbnail img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}
/* 記事上部
=============================*/
.detail__head .post-title{
	color: #000;
	text-align: left;
	font-weight: 600;
	font-size: 1.3em;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	white-space: inherit!important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}
.detail__head .post-date{
	font-size: .9em;
	margin: 10px 0 18px;
}
.detail__head .post-category{
	display: flex;
	flex-wrap: wrap;
}
.detail__head .post-category li{
	margin: 0 4px 4px 0;
}
.detail__head .post-category a{
	position: relative;
	display: block;
	color: #fff;
	font-size: .85em;
	line-height: 1;
	padding: 6px 10px 7px 10px;
	border-radius: 20px;
	background: #ff8f8f;
}
.detail__body {
    margin: 20px 0;
}
.detail__body p {
    line-height: 1.8;
    margin: 0 0 1em;
}
.detail__body em{
	font-style: italic;
}
.detail__body del{
	text-decoration-line: line-through;
}
.detail__body h2 {
    font-size: 1.3em;
	font-weight: 700;
    padding: 0 0 0.4em;
    margin: 0 0 1em;
    border-bottom: 1px solid #000;
}
.detail__body *+h2 {
    margin-top: 2em;
}
.detail__body h3 {
   font-size: 1.1em;
   font-weight: 700;
   padding: 0.2em 0 0.2em 0.5em;
   margin: 1.7em 0 0.8em;
   border-left: 3px solid #FF6F25;
}
.detail__body h4 {
   font-size: 1em;
   font-weight: 700;
   margin: 1.7em 0 0.8em;
}
.detail__body ul{
    list-style: disc;
}
.detail__body ol{
    list-style: auto;
}
.detail__body ul,.detail__body ol{
    margin-left: 1.5rem;
}
.embed-responsive {
   position: relative;
   display: block;
   width: 100%;
   padding: 0;
   overflow: hidden;
   padding-top: 56%;
}
.embed-responsive iframe {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
   z-index: 0;
}
.single{
    margin-top: 40px;
}
@media screen and (min-width: 768px) {
.archive .inner{
    display: flex;
    }
.post-wrap{
    width: 70%;
    margin-right: 5%;
    }
.nav-wrap{
    width: 25%;
    margin-top: 0px;
    }
    .nav-wrap .section-title__main::before {
        width: 1.5rem;
        height: 2rem;
    }
        .nav-wrap .section-title__main::after {
        width: 1.5rem;
        height: 1.5rem;
        top: 0;
    }
.post-item {
    width: 48%;
    margin-bottom: 20px;
}
.post-item:nth-child(2n){
    margin-left: 4%;
}
.single{
    margin-top: 80px;
}
}
.swpm-login-widget-form,.swpm-pw-reset-widget-form{
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    max-width: 400px;
    margin: 0 auto;
}
.swpm-registration-widget-form{
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}
.swpm-login-widget-form label,.swpm-pw-reset-widget-form label,.swpm-registration-widget-form label{
    cursor: default;
    margin-bottom: 10px;
}
.swpm-login-widget-form input,.swpm-pw-reset-widget-form input,.swpm-registration-widget-form input{
    width: 100%!important;
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}
.swpm-login-widget-form input[type="checkbox"] {
    position: relative;
    display: inline-block;
    width: 16px!important;
    height: 16px;
    border: 1px solid #7c7c7c;
    vertical-align: -2px;
    opacity: 1;
    padding: 0;
    margin: 0;
}
.swpm-login-widget-form input[type="checkbox"]:checked:before {
    position: absolute;
    top: 1px;
    left: 4px;
    transform: rotate(50deg);
    width: 6px;
    height: 10px;
    border-right: 3px solid #e94646;
    border-bottom: 3px solid #e94646;
    content: '';
}
.swpm-login-submit input,.swpm-pw-reset-submit-button input{
    background: url(../images/btn_bg.webp) no-repeat;
    background-size: cover;
    color: #fff;
}
.swpm-form-row button{
    background: url(../images/btn_bg.webp) no-repeat;
    background-size: cover;
    color: #fff;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 8px;
}

/* 会員登録 */
.membertext{
    max-width: 550px;
    margin: 0 auto 20px;
}
.wp-pagenavi{
    font-size: 1.3rem;
}
.wp-pagenavi span{
    background: #ff8f8f;
    color: #fff;
    border: 1px solid #ff8f8f!important;
}
.wp-pagenavi .pages{
    color: #ff8f8f;
    background: none;
}
.wp-pagenavi a{
    color: #ff8f8f;
    background: #fff;
    border: 1px solid #ff8f8f!important;
}
.swpm-edit-profile-link{
    display: none;
}
.YouTube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.YouTube iframe {
  width: 100%;
  height: 100%;
}
.detail__body iframe{
  width: 100%;
  height: 300px;
}
.qtip-content{
    display: none;
}
