@charset "Shift-JIS";
/* ------ info_index.html > #main ------ */

*{ box-sizing: border-box;}

.mb0{ margin-bottom: 0 !important;}
.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb50{ margin-bottom: 50px !important;}
.mb60{ margin-bottom: 60px !important;}

h2 { margin-bottom: 30px;}
.dash{ border-bottom: 2px dashed;}

img{ max-width: 100%;}
#main p{ margin-bottom: 1.2em;}

#main > section h2{
  color: #1c2569;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.7;
  text-align: center;
}

.inner{
  width: 94%;
  max-width: 1000px;
  margin: auto;
  padding: 65px 0;
}

.bg-beige{ background-color: #f3f3f2;}
.bg-beige.bg-skew{
  margin-top: 150px;
  padding: 0 30px 85px;
  position: relative;
}
.bg-beige.bg-skew::before{
  content: "";
  width: 100%;
  height: 150px;
  background: rgb(255,255,255);
  background: linear-gradient(170deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(243,243,242,1) 50%, rgba(243,243,242,1) 100%);
  position: absolute;
  left: 0;
  top: -150px;
}

.bg-blue{ background-color: rgba(68, 161, 197, .1);}
.bg-blue.bg-mark{ position: relative;}
.bg-blue.bg-mark::after{
  content: "";
  border-bottom: 90px solid rgba(68, 161, 197, .1);
  border-right: 130px solid transparent;
  border-left: 60px solid transparent;
  position: absolute;
  transform: rotate(-35deg) translate(-20px, -48px);
}


.lead{
  color: #1c2569;
  font-size: 18px;
  text-align: center;
}
#main p.lead {
  margin-bottom: 3em;
}
@media screen and (min-width: 600px) {
  .sp{ display: none;}
}
@media screen and (max-width: 599px) {
  .pc{ display: none;}

  .bg-beige.bg-skew{
    padding-right: 18px;
    padding-left: 18px;
  }
  .bg-blue.bg-mark::after{
    border-bottom: 38px solid rgba(68, 161, 197, .1);
    border-right: 53px solid transparent;
    border-left: 25px solid transparent;
    position: absolute;
    transform: rotate(-35deg) translate(-12px, -23px);
  }  

  #main > section h2{
    font-size: 24px;
  }

  .lead{
    font-size: 16px;
  }
}

/* video */
.video_wrap{
  max-width: 760px;
  margin:0 auto;
}
.video {
  margin: 0 auto;
  width: 100%;
  position:relative;
  padding-top:56.25%;
}
.video iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


/* ------------------------------
mv
------------------------------ */
.mv{ position: relative;}
.mv .img {
  width: 94.5%;
  max-width: 1280px;
  background: url(/images/info/index/mv.jpg?240827) center/cover no-repeat;
  border-radius: 17px;
  margin: auto;
  padding-top: 31.25%;
  position: relative;
  z-index: 2;
}
.mv .page_ttl{
  width: 53.8%;
  background-color: #fff;
  border-radius: 0 15px 15px 0;
  color: #1c2569;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.7;
  text-align: center;
  padding: 1em;
  position: absolute;
  left: 0;
  bottom: -18px;
  z-index: 3;
}
.mv .page_ttl_bg{
  width: calc(53.8% + 6px);
  padding-top: 5em;
  background: linear-gradient(to right, rgba(68,161,197,1) 0%,rgba(68,161,197,1) 15%,rgba(94,118,167,1) 15%,rgba(94,118,167,1) 29%,rgba(126,103,141,1) 29%,rgba(126,103,141,1) 43%,rgba(195,99,128,1) 43%,rgba(195,99,128,1) 57%,rgba(225,111,78,1) 57%,rgba(225,111,78,1) 71%,rgba(215,186,65,1) 71%,rgba(215,186,65,1) 85%,rgba(138,159,85,1) 85%,rgba(138,159,85,1) 100%);
  border-radius: 0 15px 15px 0;
  position: absolute;
  left: 0;
  bottom: -24px;
  z-index: 1;
}
@media screen and (min-width: 1480px) {
  .mv .page_ttl{ width: 775px;}
  .mv .page_ttl_bg{ width: 781px;}
}
@media screen and (min-width: 1380px) {
  .mv .img{ padding-top: 400px;}
}
@media screen and (max-width: 599px) {
  .mv .img {
    background: url(/images/info/index/mv_sp.jpg) right bottom/cover no-repeat;
    border-radius: 5px;
    padding-top: 39.2%;
  }
  .mv .page_ttl{
    width: 75%;
    border-radius: 0 6px 6px 0;
    font-size: 26px;
    padding: 18px;
    bottom: -57px;
  }
  .mv .page_ttl_bg{
    width: calc(75% + 2px);
    border-radius: 0 6px 6px 0;
    bottom: -59px;
  }
}

/* ------------------------------
faq
------------------------------ */
.faq .inner{
  padding-top: 217px;
  margin-top: -120px;
}
.faq .box{
  background-color: #fff;
  border-radius: 6px;
  padding: 35px;
}
.faq .faq_list{
  color: #1c2569;
  font-size: 16px;
  font-weight: bold;
  max-width: 760px;
  margin: 0 auto 55px;
}
.faq .faq_list li::before{
  content: "";
  display: block;
}
.faq .faq_list li:first-child::before{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2252.886%22%20height%3D%2279.337%22%20viewBox%3D%220%200%2052.886%2079.337%22%3E%20%3Cg%20id%3D%22%E5%88%9D%E5%BF%83%E8%80%85%E3%83%9E%E3%83%BC%E3%82%AF%E3%81%AE%E7%84%A1%E6%96%99%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E7%B4%A0%E6%9D%90_1%22%20data-name%3D%22%E5%88%9D%E5%BF%83%E8%80%85%E3%83%9E%E3%83%BC%E3%82%AF%E3%81%AE%E7%84%A1%E6%96%99%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E7%B4%A0%E6%9D%90%201%22%20transform%3D%22translate(-85.3%200.027)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_12%22%20data-name%3D%22%E3%83%91%E3%82%B9%2012%22%20d%3D%22M132.282.4a8.42%2C8.42%2C0%2C0%2C0-9.2%2C2.712L112.4%2C16.139l-.511.651c-.047.046-.077.108-.124.155-.2-.279-.418-.542-.635-.806L100.439%2C3.107A8.476%2C8.476%2C0%2C0%2C0%2C91.2.411a8.886%2C8.886%2C0%2C0%2C0-5.9%2C8.507V44.2a11.593%2C11.593%2C0%2C0%2C0%2C2.619%2C7.329l22.128%2C26.978a2.212%2C2.212%2C0%2C0%2C0%2C3.409%2C0L135.567%2C51.53a11.593%2C11.593%2C0%2C0%2C0%2C2.619-7.329V8.9A8.865%2C8.865%2C0%2C0%2C0%2C132.282.4Zm3.161%2C45.045a5.255%2C5.255%2C0%2C0%2C1-1.193%2C3.332L112.526%2C75.688a.434.434%2C0%2C0%2C1-.775-.279V20.88a1.516%2C1.516%2C0%2C0%2C1%2C.356-.976L126.3%2C3.076c1.178-1.085%2C3.239-1.007%2C3.874-.945a6.409%2C6.409%2C0%2C0%2C1%2C3.936%2C1.534c1.224.9%2C1.658%2C3.068%2C1.658%2C3.92Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%231c236d%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.faq .faq_list li:nth-child(2)::before{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280.973%22%20height%3D%2280.981%22%20viewBox%3D%220%200%2080.973%2080.981%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_40%22%20data-name%3D%22%E3%83%91%E3%82%B9%2040%22%20d%3D%22M66.712-511.515a7.764%2C7.764%2C0%2C0%2C0-1.582.791c-.38.269-13.466%2C13.26-29.069%2C28.863L7.7-453.488%2C3.97-444.405c-2.057%2C4.985-3.782%2C9.352-3.814%2C9.684a3.677%2C3.677%2C0%2C0%2C0%2C3.545%2C3.94c.68%2C0%2C1.282-.237%2C10.65-4.1l8.45-3.481%2C28.467-28.452c15.65-15.65%2C28.657-28.768%2C28.91-29.164a5.935%2C5.935%2C0%2C0%2C0%2C.332-5.76c-.4-.791-1.187-1.677-4.557-5.032-3.418-3.4-4.225-4.13-5-4.478A6.323%2C6.323%2C0%2C0%2C0%2C66.712-511.515Zm3.26%2C2.469c.586.284%2C1.725%2C1.313%2C4.462%2C4.066%2C3.909%2C3.94%2C4.3%2C4.479%2C4.32%2C5.855%2C0%2C1.281-.522%2C2.025-3.829%2C5.316l-3.054%2C3.054-5.9-5.9-5.887-5.887L63.2-505.66c3.339-3.323%2C3.956-3.75%2C5.269-3.766A3.971%2C3.971%2C0%2C0%2C1%2C69.972-509.046Zm-5.665%2C14.052c3.165%2C3.165%2C5.744%2C5.807%2C5.744%2C5.9a14.811%2C14.811%2C0%2C0%2C1-1.614%2C1.772l-1.63%2C1.63-5.887-5.887-5.9-5.9%2C1.614-1.614a13.674%2C13.674%2C0%2C0%2C1%2C1.788-1.63C58.5-500.723%2C61.158-498.143%2C64.307-494.994ZM48.325-480.658c-10.919%2C10.934-10.555%2C10.491-9.684%2C11.346.854.87.411%2C1.234%2C11.346-9.684l10.1-10.1%2C2.532%2C2.532%2C2.532%2C2.532L43.673-462.555%2C22.184-441.066%2C19.652-443.6%2C17.12-446.13l10.1-10.1c5.538-5.538%2C10.08-10.206%2C10.08-10.349a1.449%2C1.449%2C0%2C0%2C0-1.392-1.392c-.142%2C0-4.81%2C4.542-10.349%2C10.08l-10.1%2C10.1-2.532-2.532-2.532-2.532%2C21.473-21.473%2C21.489-21.489%2C2.532%2C2.532%2C2.532%2C2.532ZM14.588-445.181c2.943%2C2.943%2C5.333%2C5.4%2C5.3%2C5.427-.158.127-9.067%2C3.75-9.241%2C3.75a60.056%2C60.056%2C0%2C0%2C1-5.317-5.3c0-.222%2C3.7-9.257%2C3.8-9.257C9.176-450.561%2C11.629-448.139%2C14.588-445.181ZM7.895-434.863a30.257%2C30.257%2C0%2C0%2C1-4.32%2C1.709%2C1.475%2C1.475%2C0%2C0%2C1-1.092-1.092A34.542%2C34.542%2C0%2C0%2C1%2C4.1-438.44c.142-.253.38-.079%2C2.041%2C1.582A10.867%2C10.867%2C0%2C0%2C1%2C7.895-434.863Z%22%20transform%3D%22translate(-0.13%20511.762)%22%20fill%3D%22%231c236d%22%2F%3E%3C%2Fsvg%3E');
}
.faq .faq_list li:nth-child(3)::before{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280.981%22%20height%3D%2280.982%22%20viewBox%3D%220%200%2080.981%2080.982%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_28%22%20data-name%3D%22%E3%83%91%E3%82%B9%2028%22%20d%3D%22M79.633%2C20.246a1.349%2C1.349%2C0%2C0%2C0-1.35%2C1.35V74.233a4.054%2C4.054%2C0%2C0%2C1-4.049%2C4.049H41.842V75.176a39.774%2C39.774%2C0%2C0%2C1%2C12.147-2.293%2C69.617%2C69.617%2C0%2C0%2C1%2C19.82%2C2.63%2C1.35%2C1.35%2C0%2C0%2C0%2C1.775-1.281V14.847a1.348%2C1.348%2C0%2C0%2C0-1.057-1.317s-1.058-.236-2.867-.568a1.35%2C1.35%2C0%2C0%2C0-.489%2C2.655c.69.127%2C1.267.239%2C1.713.328V72.439a76.223%2C76.223%2C0%2C0%2C0-18.9-2.255A42.4%2C42.4%2C0%2C0%2C0%2C40.545%2C72.77a31.618%2C31.618%2C0%2C0%2C0-12.2-2.586A90.952%2C90.952%2C0%2C0%2C0%2C8.1%2C72.5v-56.6A88.84%2C88.84%2C0%2C0%2C1%2C28.345%2C13.5a29.263%2C29.263%2C0%2C0%2C1%2C10.8%2C2.224V68.834a1.349%2C1.349%2C0%2C0%2C0%2C2.045%2C1.157c.134-.08%2C13.506-8.067%2C25.375-12.023a1.35%2C1.35%2C0%2C0%2C0%2C.923-1.281V1.35A1.352%2C1.352%2C0%2C0%2C0%2C65.661.086%2C143.575%2C143.575%2C0%2C0%2C0%2C43.826%2C11a1.35%2C1.35%2C0%2C1%2C0%2C1.431%2C2.289%2C144.257%2C144.257%2C0%2C0%2C1%2C19.53-9.969v52.4A151.255%2C151.255%2C0%2C0%2C0%2C41.842%2C66.49V14.847a1.351%2C1.351%2C0%2C0%2C0-.746-1.208A31.253%2C31.253%2C0%2C0%2C0%2C28.345%2C10.8%2C87.6%2C87.6%2C0%2C0%2C0%2C6.379%2C13.55a1.349%2C1.349%2C0%2C0%2C0-.979%2C1.3V74.233a1.349%2C1.349%2C0%2C0%2C0%2C1.35%2C1.35%2C1.33%2C1.33%2C0%2C0%2C0%2C.37-.053%2C86.7%2C86.7%2C0%2C0%2C1%2C21.225-2.647%2C29.2%2C29.2%2C0%2C0%2C1%2C10.8%2C2.226v3.173H6.75A4.054%2C4.054%2C0%2C0%2C1%2C2.7%2C74.233V21.6a1.35%2C1.35%2C0%2C0%2C0-2.7%2C0V74.233A6.756%2C6.756%2C0%2C0%2C0%2C6.75%2C80.982H74.235a6.756%2C6.756%2C0%2C0%2C0%2C6.748-6.748V21.6A1.35%2C1.35%2C0%2C0%2C0%2C79.633%2C20.246Z%22%20transform%3D%22translate(-0.002%200)%22%20fill%3D%22%231c236d%22%2F%3E%3C%2Fsvg%3E');
}
.faq .btn{
  display: block;
  max-width: 318px;
  background: #33469B url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4057%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204057%22%20transform%3D%22translate(-488%20-1789)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_33%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2033%22%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20transform%3D%22translate(488%201789)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_105810%22%20data-name%3D%22%E3%83%91%E3%82%B9%20105810%22%20d%3D%22M1898.766%2C9250.814l4.016%2C4.017-4.016%2C4.016%22%20transform%3D%22translate(-1401%20-7454.831)%22%20fill%3D%22none%22%20stroke%3D%22%2333469b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E') right 20px center/22px no-repeat;
  border-radius: 2em;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 16px;
  margin: auto;
}
.faq .btn:hover{
  text-decoration: none;
  opacity: .7;
}
@media screen and (min-width: 600px) {
  .faq .faq_list{
    display: flex;
    justify-content: space-between;
  }
  .faq .faq_list li::before{
    padding-top: 80px;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 599px) {
  .faq .inner{
    padding-top: 160px;
    margin-top: -46px;
  }
  .faq .box{
    padding: 25px 18px;
  }
  .faq .faq_list{
    width: fit-content;
    margin-bottom: 30px;
  }
  .faq .faq_list li::before{
    width: 57px;
    padding-top: 57px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1em;
  }
  .faq .faq_list li{
    display: flex;
    align-items: center;
  }
  .faq .faq_list li + li{
    margin-top: 30px;
  }
}

/* ------------------------------
.inquiry
------------------------------ */
#main .inquiry .txt_link{
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.inquiry .txt_link a{
  color: #1c236d;
  text-decoration: underline;
}
.inquiry .txt_link a:hover{ opacity: .7;}
.inquiry .inquiry_list li {
  position: relative;
  margin-bottom: 20px;
  padding: 1em 1.5em;
  background-color: #fff;
  border: 1px solid #1d246d;
  border-radius: 5px;
  box-shadow: 2px 3px 0 rgba(29, 36, 109, 0.8);
  text-align: center;
}
.inquiry .inquiry_list li::before {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #1d246d;
  content: '';
}
.inquiry .inquiry_list li::after {
  position: absolute;
  right: 15px;
  bottom: 14px;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.inquiry .inquiry_list li a {
  display: block;
  color: inherit;
}
.inquiry .inquiry_list li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.inquiry .inquiry_list li:hover::before {
  opacity: 0.7;
}
.inquiry .inquiry_list li .ico {
  width: auto;
  height: 52px;
  margin-bottom: 15px;
}
.inquiry .inquiry_list li .tel {
  color: #1d246d;
  font-size: 20px;
  line-height: 1.6;
}
.inquiry .inquiry_list li .tel svg {
  margin-right: 5px;
}
.inquiry .inquiry_list li .tel .tel_note {
  color: #333;
  font-size: 10px;
}
.inquiry .inquiry_list h3 {
  margin-bottom: 10px;
  color: #1d246d;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.inquiry .inquiry_list .txt {
  font-size: 16px;
  text-align: left;
}
.inquiry .inquiry_list .txt.txt_s {
  font-size: 12px;
}
.inquiry .inquiry_list .txt .txt_s {
  font-size: 12px;
}
#main .inquiry .inquiry_list p {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .inquiry .inquiry_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }  
  .inquiry .inquiry_list li {
    width: 32%;
  }
}
@media screen and (max-width: 599px) {
  .inquiry .inquiry_list li + li {
    margin-top: 10px;
  }
  .inquiry .inquiry_list h3 {
    font-size: 15px;
  }
  .inquiry .inquiry_list li .tel {
    font-size: 16px;
  }
}

/* ------------------------------
.leaflet
------------------------------ */
.leaflet .photo{
  max-width: 670px;
  margin: auto;
  position: relative;
}
.leaflet .photo .txt{
  width: 210px;
  height: 210px;
  background-color: #fff;
  border-radius: 100%;
  color: #1c2569;
  font-size: 24px;
  font-weight: bold;
  outline: 2px dotted #33469B;
  outline-offset: -8px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 25px;
}

.leaflet .btns {
  margin-top: 50px;
}
.leaflet .btns .txt {
  color: #1c2569;
  font-size: 16px;
  text-align: center;
  margin-bottom: 1em;
}
.leaflet .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  max-width: 480px;
  min-height: 64px;
  font-size: 16px;
  color: #1c2569;
  background-color: #fff;
  padding: 10px 15px;
  border: 2px solid;
  position: relative;
  text-decoration: none;
}
.leaflet .btn::before,
.leaflet .btn::after {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.leaflet .btn.dl::before{
  width: 33px;
  height: 36px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22pdf%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.524%22%20height%3D%2236.242%22%20viewBox%3D%220%200%2033.524%2036.242%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_105812%22%20data-name%3D%22%E3%83%91%E3%82%B9%20105812%22%20d%3D%22M52.72%2C14.035a8.582%2C8.582%2C0%2C0%2C0-2.53-6.108l-5.4-5.4A8.582%2C8.582%2C0%2C0%2C0%2C38.685%2C0H28.95a.531.531%2C0%2C1%2C0%2C0%2C1.062h8.541a4.026%2C4.026%2C0%2C0%2C1%2C4.021%2C4.021V7.854a3.357%2C3.357%2C0%2C0%2C0%2C3.354%2C3.354h2.771a4.026%2C4.026%2C0%2C0%2C1%2C4.021%2C4.008V32.888a2.294%2C2.294%2C0%2C0%2C1-2.291%2C2.292H26.178a2.283%2C2.283%2C0%2C0%2C1-2.215-1.7L23.94%2C30.2H41.159A4.243%2C4.243%2C0%2C0%2C0%2C45.4%2C25.966V24.818a.531.531%2C0%2C1%2C0-1.062%2C0v1.148a3.18%2C3.18%2C0%2C0%2C1-3.177%2C3.177H22.128a1.872%2C1.872%2C0%2C0%2C1-1.87-1.87V15.782a2.918%2C2.918%2C0%2C0%2C0%2C1.87.676H41.159a3.18%2C3.18%2C0%2C0%2C1%2C3.177%2C3.177v3.06a.531.531%2C0%2C0%2C0%2C1.062%2C0v-3.06A4.243%2C4.243%2C0%2C0%2C0%2C41.159%2C15.4H23.886V3.354a2.294%2C2.294%2C0%2C0%2C1%2C2.291-2.292h.649a.531.531%2C0%2C0%2C0%2C0-1.062h-.649a3.357%2C3.357%2C0%2C0%2C0-3.353%2C3.354v7.24h-.7A2.935%2C2.935%2C0%2C0%2C0%2C19.2%2C13.526V27.272A2.935%2C2.935%2C0%2C0%2C0%2C22.128%2C30.2h.751L22.9%2C33.55a.532.532%2C0%2C0%2C0%2C.015.12%2C3.341%2C3.341%2C0%2C0%2C0%2C3.261%2C2.572H49.367a3.357%2C3.357%2C0%2C0%2C0%2C3.353-3.354ZM22.128%2C11.656h.7V15.4h-.7a1.87%2C1.87%2C0%2C1%2C1%2C0-3.74Zm25.509-1.51H44.866a2.294%2C2.294%2C0%2C0%2C1-2.292-2.292V5.083a5.069%2C5.069%2C0%2C0%2C0-1.556-3.657%2C7.541%2C7.541%2C0%2C0%2C1%2C3.025%2C1.855l5.4%2C5.4A7.541%2C7.541%2C0%2C0%2C1%2C51.294%2C11.7%2C5.069%2C5.069%2C0%2C0%2C0%2C47.637%2C10.146Z%22%20transform%3D%22translate(-19.196%200)%22%20fill%3D%22%231c236d%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_105813%22%20data-name%3D%22%E3%83%91%E3%82%B9%20105813%22%20d%3D%22M278.355%2C267.835a.531.531%2C0%2C0%2C0%2C0-1.062h-2.737a.531.531%2C0%2C0%2C0-.531.531v6.753a.531.531%2C0%2C1%2C0%2C1.062%2C0v-2.91h1.989a.531.531%2C0%2C1%2C0%2C0-1.062h-1.989v-2.251Z%22%20transform%3D%22translate(-256.974%20-247.889)%22%20fill%3D%22%231c236d%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_105814%22%20data-name%3D%22%E3%83%91%E3%82%B9%20105814%22%20d%3D%22M177.277%2C266.773a.531.531%2C0%2C0%2C0-.531.532v.006h0v6.637a.563.563%2C0%2C0%2C0%2C.545.641h0c.058%2C0%2C1.419-.005%2C1.962-.015a2.993%2C2.993%2C0%2C0%2C0%2C2.362-1.2%2C4.432%2C4.432%2C0%2C0%2C0%2C.831-2.691c0-2.337-1.309-3.907-3.258-3.907h-1.913Zm4.109%2C3.908c0%2C1.645-.884%2C2.809-2.15%2C2.831-.323.006-.959.01-1.417.012%2C0-.775-.007-2.193-.007-2.851%2C0-.551%2C0-2.036%2C0-2.838h1.381C180.251%2C267.835%2C181.386%2C268.582%2C181.386%2C270.681Z%22%20transform%3D%22translate(-165.594%20-247.889)%22%20fill%3D%22%231c236d%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_105815%22%20data-name%3D%22%E3%83%91%E3%82%B9%20105815%22%20d%3D%22M95.612%2C266.069a.531.531%2C0%2C0%2C0-.531.53h0v6.8a.531.531%2C0%2C0%2C0%2C1.062%2C0v-2.427c.441%2C0%2C1.052-.005%2C1.363-.005a2.451%2C2.451%2C0%2C1%2C0%2C0-4.9H95.612Zm3.321%2C2.451a1.427%2C1.427%2C0%2C0%2C1-1.426%2C1.389c-.31%2C0-.913%2C0-1.353.005%2C0-.452-.005-1.078-.005-1.394%2C0-.267%2C0-.918%2C0-1.389h1.362A1.427%2C1.427%2C0%2C0%2C1%2C98.933%2C268.52Z%22%20transform%3D%22translate(-89.709%20-247.235)%22%20fill%3D%22%231c236d%22%2F%3E%3C%2Fsvg%3E');
}
.leaflet .btn.dl::after{
  width: 23px;
  height: 23px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%BF%E3%82%99%E3%82%A6%E3%83%B3%E3%83%AD%E3%83%BC%E3%83%88%E3%82%99%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.481%22%20height%3D%2223.512%22%20viewBox%3D%220%200%2023.481%2023.512%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_105825%22%20data-name%3D%22%E3%83%91%E3%82%B9%20105825%22%20d%3D%22M240.734%2C16.63A.734.734%2C0%2C0%2C1%2C240%2C15.9V.728a.734.734%2C0%2C1%2C1%2C1.468%2C0V15.9A.734.734%2C0%2C0%2C1%2C240.734%2C16.63Zm0%2C0%22%20transform%3D%22translate(-228.99%200.031)%22%20fill%3D%22%231c2569%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_105826%22%20data-name%3D%22%E3%83%91%E3%82%B9%20105826%22%20d%3D%22M159.32%2C250.7a.729.729%2C0%2C0%2C1-.519-.215l-3.914-3.914a.734.734%2C0%2C0%2C1%2C1.039-1.039l3.4%2C3.4%2C3.4-3.4a.734.734%2C0%2C0%2C1%2C1.039%2C1.039l-3.914%2C3.914A.736.736%2C0%2C0%2C1%2C159.32%2C250.7Zm0%2C0%22%20transform%3D%22translate(-147.576%20-234.039)%22%20fill%3D%22%231c2569%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_105827%22%20data-name%3D%22%E3%83%91%E3%82%B9%20105827%22%20d%3D%22M20.8%2C349.155H2.687A2.694%2C2.694%2C0%2C0%2C1%2C0%2C346.467v-4.4a.734.734%2C0%2C1%2C1%2C1.468%2C0v4.4a1.225%2C1.225%2C0%2C0%2C0%2C1.22%2C1.219h18.1a1.225%2C1.225%2C0%2C0%2C0%2C1.224-1.224v-4.4a.734.734%2C0%2C1%2C1%2C1.468%2C0v4.4A2.694%2C2.694%2C0%2C0%2C1%2C20.8%2C349.155Zm0%2C0%22%20transform%3D%22translate(0.001%20-325.643)%22%20fill%3D%22%231c2569%22%2F%3E%3C%2Fsvg%3E');
}
.leaflet .btn.send::before{
  width: 33px;
  height: 33px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_149%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20149%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233.501%22%20height%3D%2233.501%22%20viewBox%3D%220%200%2033.501%2033.501%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_26%22%20data-name%3D%22%E3%83%91%E3%82%B9%2026%22%20d%3D%22M290.19%2C199.312a.559.559%2C0%2C0%2C0%2C.752.244%2C47.862%2C47.862%2C0%2C0%2C1%2C4.94-2.2.559.559%2C0%2C0%2C0-.337-1.065%2C47.908%2C47.908%2C0%2C0%2C0-5.11%2C2.269A.559.559%2C0%2C0%2C0%2C290.19%2C199.312Z%22%20transform%3D%22translate(-271.146%20-183.424)%22%20fill%3D%22%231c236d%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_27%22%20data-name%3D%22%E3%83%91%E3%82%B9%2027%22%20d%3D%22M290.689%2C97.218a.557.557%2C0%2C0%2C0%2C.253-.061%2C47.868%2C47.868%2C0%2C0%2C1%2C4.94-2.2.559.559%2C0%2C0%2C0-.337-1.065%2C47.893%2C47.893%2C0%2C0%2C0-5.11%2C2.269.558.558%2C0%2C0%2C0%2C.254%2C1.056Z%22%20transform%3D%22translate(-271.146%20-87.725)%22%20fill%3D%22%231c236d%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_28%22%20data-name%3D%22%E3%83%91%E3%82%B9%2028%22%20d%3D%22M32.945%2C8.375a.558.558%2C0%2C0%2C0-.558.558V30.709a1.677%2C1.677%2C0%2C0%2C1-1.675%2C1.675h-13.4V31.1a16.454%2C16.454%2C0%2C0%2C1%2C5.025-.949%2C28.8%2C28.8%2C0%2C0%2C1%2C8.2%2C1.088.558.558%2C0%2C0%2C0%2C.734-.53V6.142a.558.558%2C0%2C0%2C0-.437-.545s-.438-.1-1.186-.235a.558.558%2C0%2C0%2C0-.2%2C1.1c.285.052.524.1.709.136V29.967a31.533%2C31.533%2C0%2C0%2C0-7.817-.933%2C17.541%2C17.541%2C0%2C0%2C0-5.562%2C1.07%2C13.08%2C13.08%2C0%2C0%2C0-5.047-1.07%2C37.626%2C37.626%2C0%2C0%2C0-8.375.956V6.574a36.752%2C36.752%2C0%2C0%2C1%2C8.375-.991%2C12.106%2C12.106%2C0%2C0%2C1%2C4.467.92V28.476a.558.558%2C0%2C0%2C0%2C.846.479%2C63.924%2C63.924%2C0%2C0%2C1%2C10.5-4.974.558.558%2C0%2C0%2C0%2C.382-.53V.559a.559.559%2C0%2C0%2C0-.755-.523%2C59.4%2C59.4%2C0%2C0%2C0-9.033%2C4.516.558.558%2C0%2C1%2C0%2C.592.947A59.678%2C59.678%2C0%2C0%2C1%2C26.8%2C1.375V23.051a62.573%2C62.573%2C0%2C0%2C0-9.492%2C4.455V6.142a.559.559%2C0%2C0%2C0-.309-.5%2C12.929%2C12.929%2C0%2C0%2C0-5.275-1.175A36.238%2C36.238%2C0%2C0%2C0%2C2.64%2C5.605a.558.558%2C0%2C0%2C0-.4.537V30.71a.558.558%2C0%2C0%2C0%2C.558.558.55.55%2C0%2C0%2C0%2C.153-.022%2C35.867%2C35.867%2C0%2C0%2C1%2C8.781-1.095%2C12.079%2C12.079%2C0%2C0%2C1%2C4.467.921v1.313H2.794A1.677%2C1.677%2C0%2C0%2C1%2C1.119%2C30.71V8.934A.558.558%2C0%2C0%2C0%2C0%2C8.934V30.71A2.8%2C2.8%2C0%2C0%2C0%2C2.794%2C33.5H30.711A2.8%2C2.8%2C0%2C0%2C0%2C33.5%2C30.71V8.934A.558.558%2C0%2C0%2C0%2C32.945%2C8.375Z%22%20transform%3D%22translate(-0.002%200)%22%20fill%3D%22%231c236d%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_29%22%20data-name%3D%22%E3%83%91%E3%82%B9%2029%22%20d%3D%22M290.19%2C148.112a.559.559%2C0%2C0%2C0%2C.752.244%2C47.864%2C47.864%2C0%2C0%2C1%2C4.94-2.2.559.559%2C0%2C0%2C0-.337-1.065%2C47.893%2C47.893%2C0%2C0%2C0-5.11%2C2.269A.559.559%2C0%2C0%2C0%2C290.19%2C148.112Z%22%20transform%3D%22translate(-271.146%20-135.574)%22%20fill%3D%22%231c236d%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_30%22%20data-name%3D%22%E3%83%91%E3%82%B9%2030%22%20d%3D%22M290.19%2C250.512a.559.559%2C0%2C0%2C0%2C.752.244%2C47.866%2C47.866%2C0%2C0%2C1%2C4.94-2.2.559.559%2C0%2C0%2C0-.337-1.065%2C47.909%2C47.909%2C0%2C0%2C0-5.11%2C2.269A.559.559%2C0%2C0%2C0%2C290.19%2C250.512Z%22%20transform%3D%22translate(-271.146%20-231.274)%22%20fill%3D%22%231c236d%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031%22%20d%3D%22M93.278%2C153.953a17.72%2C17.72%2C0%2C0%2C0-7.53.266.558.558%2C0%2C0%2C0%2C.144%2C1.1.567.567%2C0%2C0%2C0%2C.145-.019%2C16.828%2C16.828%2C0%2C0%2C1%2C6.987-.257.558.558%2C0%2C1%2C0%2C.255-1.087Z%22%20transform%3D%22translate(-79.75%20-143.591)%22%20fill%3D%22%231c236d%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_32%22%20data-name%3D%22%E3%83%91%E3%82%B9%2032%22%20d%3D%22M93.278%2C205.157a17.73%2C17.73%2C0%2C0%2C0-7.53.266.558.558%2C0%2C0%2C0%2C.144%2C1.1.568.568%2C0%2C0%2C0%2C.145-.019%2C16.826%2C16.826%2C0%2C0%2C1%2C6.987-.257.558.558%2C0%2C1%2C0%2C.255-1.087Z%22%20transform%3D%22translate(-79.75%20-191.445)%22%20fill%3D%22%231c236d%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_33%22%20data-name%3D%22%E3%83%91%E3%82%B9%2033%22%20d%3D%22M290.19%2C301.712a.559.559%2C0%2C0%2C0%2C.752.244%2C47.9%2C47.9%2C0%2C0%2C1%2C4.94-2.2.559.559%2C0%2C0%2C0-.337-1.065%2C47.874%2C47.874%2C0%2C0%2C0-5.11%2C2.269A.559.559%2C0%2C0%2C0%2C290.19%2C301.712Z%22%20transform%3D%22translate(-271.146%20-279.124)%22%20fill%3D%22%231c236d%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_34%22%20data-name%3D%22%E3%83%91%E3%82%B9%2034%22%20d%3D%22M93.278%2C256.356a17.721%2C17.721%2C0%2C0%2C0-7.53.266.558.558%2C0%2C1%2C0%2C.289%2C1.079%2C16.828%2C16.828%2C0%2C0%2C1%2C6.987-.257.558.558%2C0%2C1%2C0%2C.255-1.087Z%22%20transform%3D%22translate(-79.75%20-239.293)%22%20fill%3D%22%231c236d%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_35%22%20data-name%3D%22%E3%83%91%E3%82%B9%2035%22%20d%3D%22M93.278%2C358.753a17.72%2C17.72%2C0%2C0%2C0-7.53.266.559.559%2C0%2C0%2C0%2C.144%2C1.1.566.566%2C0%2C0%2C0%2C.145-.02%2C16.827%2C16.827%2C0%2C0%2C1%2C6.987-.257.558.558%2C0%2C1%2C0%2C.255-1.087Z%22%20transform%3D%22translate(-79.75%20-334.991)%22%20fill%3D%22%231c236d%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_36%22%20data-name%3D%22%E3%83%91%E3%82%B9%2036%22%20d%3D%22M93.278%2C307.552a17.711%2C17.711%2C0%2C0%2C0-7.53.266.559.559%2C0%2C0%2C0%2C.144%2C1.1.566.566%2C0%2C0%2C0%2C.145-.02%2C16.825%2C16.825%2C0%2C0%2C1%2C6.987-.257.558.558%2C0%2C1%2C0%2C.255-1.087Z%22%20transform%3D%22translate(-79.75%20-287.139)%22%20fill%3D%22%231c236d%22%2F%3E%3C%2Fsvg%3E');
}
.leaflet .btn.send::after{
  width: 32px;
  height: 23px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4094%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204094%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232.342%22%20height%3D%2223.251%22%20viewBox%3D%220%200%2032.342%2023.251%22%3E%20%3Cg%20id%3D%22free%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4072%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204072%22%20transform%3D%22translate(0)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_105816%22%20data-name%3D%22%E3%83%91%E3%82%B9%20105816%22%20d%3D%22M-.5%2C71.5H.637v1.137H-.5Z%22%20transform%3D%22translate(0.5%20-71.5)%22%20fill%3D%22%231c236d%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.899%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4073%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204073%22%20transform%3D%22translate(2.148)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_105817%22%20data-name%3D%22%E3%83%91%E3%82%B9%20105817%22%20d%3D%22M33.5%2C71.5h7.58v1.137H33.5Z%22%20transform%3D%22translate(-33.5%20-71.5)%22%20fill%3D%22%231c236d%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.944%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4074%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204074%22%20transform%3D%22translate(0%202.148)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_105818%22%20data-name%3D%22%E3%83%91%E3%82%B9%20105818%22%20d%3D%22M31.842%2C117.123v6.506a1.721%2C1.721%2C0%2C0%2C1-.316.221q-1.484.047-2.969.032a3.207%2C3.207%2C0%2C0%2C1-1.45%2C2.243%2C3.314%2C3.314%2C0%2C0%2C1-4.579-1.169%2C2.8%2C2.8%2C0%2C0%2C1-.347-1.074H10.238a3.218%2C3.218%2C0%2C0%2C1-2.4%2C2.622%2C3.267%2C3.267%2C0%2C0%2C1-3.821-1.927%2C1.818%2C1.818%2C0%2C0%2C1-.158-.7q-2.021.015-4.043-.032a1.721%2C1.721%2C0%2C0%2C1-.316-.221V105.815a.65.65%2C0%2C0%2C1%2C.379-.284q10.391-.063%2C20.784%2C0a.516.516%2C0%2C0%2C1%2C.411.411q.047%2C1.673.032%2C3.348%2C2.851-.045%2C5.685.1Q29.34%2C113.245%2C31.842%2C117.123ZM.637%2C106.637H19.971v1.011H1.648v1.139H19.967V120.6H10.81v1.137h9.16v1.011H10.238a3.19%2C3.19%2C0%2C0%2C0-3.79-2.622%2C3.164%2C3.164%2C0%2C0%2C0-2.59%2C2.622H.637v-1.011H3.29V120.6H.637ZM21.1%2C110.43q2.527-.015%2C5.054.032a7.177%2C7.177%2C0%2C0%2C0%2C.631.947l-4.3.063a.729.729%2C0%2C0%2C0-.284.221q-.109%2C1.365-.1%2C2.747-.014%2C1.382.1%2C2.747a.729.729%2C0%2C0%2C0%2C.284.221l8.148.063q.1%2C1.556.063%2C3.127h-1.58v1.137h1.58v1.011H28.557a3.244%2C3.244%2C0%2C0%2C0-6.38%2C0H21.1Zm2.148%2C2.148q2.149-.032%2C4.3.063%2C1.16%2C1.824%2C2.337%2C3.632-3.316.047-6.633.032Zm-16.677%2C8.65a2.164%2C2.164%2C0%2C0%2C1%2C2.558%2C2.463%2C2.119%2C2.119%2C0%2C1%2C1-4.17-.758A2.286%2C2.286%2C0%2C0%2C1%2C6.575%2C121.228Zm18.319%2C0a2.183%2C2.183%2C0%2C0%2C1%2C2.5%2C1.45%2C2.149%2C2.149%2C0%2C0%2C1-1.421%2C2.685%2C2.115%2C2.115%2C0%2C0%2C1-2.622-1.421%2C2.2%2C2.2%2C0%2C0%2C1%2C1.547-2.714Z%22%20transform%3D%22translate(0.5%20-105.5)%22%20fill%3D%22%231c236d%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.949%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4075%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204075%22%20transform%3D%22translate(6.949%2019.393)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_105819%22%20data-name%3D%22%E3%83%91%E3%82%B9%20105819%22%20d%3D%22M109.5%2C378.5h1.137v1.137H109.5Z%22%20transform%3D%22translate(-109.5%20-378.5)%22%20fill%3D%22%231c236d%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.899%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4076%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204076%22%20transform%3D%22translate(25.331%2019.393)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_105820%22%20data-name%3D%22%E3%83%91%E3%82%B9%20105820%22%20d%3D%22M400.5%2C378.5h1.137v1.137H400.5Z%22%20transform%3D%22translate(-400.5%20-378.5)%22%20fill%3D%22%231c236d%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.899%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
@media screen and (min-width: 600px) {
  .leaflet .btns {
    max-width: 725px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .leaflet .btns > *{
    width: 49%;
  }
}
@media screen and (max-width: 599px) {
  .leaflet .photo{
    padding-bottom: 70px;
  }
  .leaflet .photo .txt{
    width: 136px;
    height: 136px;
    font-size: 16px;
    outline-offset: -5px;
    padding: 5px;
    bottom: 0;
  }

  .leaflet .btns{
    margin-top: 10px;
  }
  .leaflet .btns > * + * {
    margin-top: 40px;
  }
}
