@import url("https://fonts.googleapis.com/css2?family=Itim&display=swap");
#contents.kyousei_a img {
  max-width: 100%;
  width: 100%;
}
#contents.kyousei_a .font_hand {
  font-family: "Itim", cursive;
  font-weight: 400;
  font-style: normal;
}

#contents article {
  /* #about */
  /* #merit */
  /* #type */
  /* #price */
  /* article>contents */
}
#contents article .goal {
  background: #F9B857 url("/lib/img/uniq/shinryo/kyousei_a/mail_line.png") no-repeat top left/contain;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  margin: 5rem 0;
  border: 6px solid #FCF798;
}
#contents article .goal:before {
  background: url("/lib/img/uniq/shinryo/kyousei_a/mail_line.png") no-repeat top right/contain;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
#contents article .goal h2 {
  color: #FFF;
  font-size: 3.0rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 2rem;
}
#contents article .goal p {
  color: #FFF;
}
#contents article .goal p.lead {
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #FFF;
  margin-bottom: 2rem;
}
#contents article .goal ul {
  z-index: 2;
  margin: 2rem 0 0 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
#contents article .goal ul li a {
  background: #FFF;
  padding: 10px 4rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  border-radius: 50vh;
  border: 1px solid #F9B857;
  font-size: 2rem;
  color: #F9B857;
  position: relative;
}
#contents article .goal ul li a:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/lib/img/uniq/shinryo/kyousei_a/icon_tel.png") no-repeat center center/contain;
}
#contents article .goal ul li a:hover {
  text-decoration: none;
  opacity: .8;
}
#contents article .goal ul li a.form:before {
  background: url("/lib/img/uniq/shinryo/kyousei_a/icon_mail.png") no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  #contents article .goal {
    background: #F9B857 url("/lib/img/uniq/shinryo/kyousei_a/mail_line.png") no-repeat top left/contain;
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
  }
  #contents article .goal:before {
    left: 0;
    right: auto;
    transform: rotate(90deg);
    top: 0;
    display: none;
  }
  #contents article .goal h2 {
    color: #FFF;
    font-size: 2.0rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 2rem;
  }
  #contents article .goal p {
    color: #FFF;
  }
  #contents article .goal ul {
    z-index: 2;
    margin: 2rem 0 0 0;
    display: block;
  }
  #contents article .goal ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
  #contents article .goal ul li a {
    padding: 10px 1rem;
  }
}
#contents article #about {
  margin-bottom: 10rem;
}
#contents article #about .pageLead {
  display: grid;
  grid-template-columns: 21rem auto;
  gap: 3rem;
  align-items: center;
}
#contents article #about .pagetitle {
  background: #90CED2;
  border-radius: 0 50vh 50vh 0;
  padding: 4rem 5rem 2rem 0;
  position: relative;
  font-size: 4.0rem;
  text-align: center;
  font-weight: normal;
  color: #FFF;
  width: fit-content;
}
#contents article #about .pagetitle:before {
  content: "";
  width: 50vw;
  height: 100%;
  background: #90CED2;
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
}
#contents article #about .pagetitle span {
  display: grid;
  position: absolute;
  top: 0;
  left: 5rem;
  transform: translate(0, -50%);
  color: #FFF;
  background: #F9B857;
  font-family: "Itim", cursive;
  font-weight: 400;
  font-style: normal;
  border-radius: 50vh;
  font-size: 2.0rem;
  aspect-ratio: 1 / 1;
  width: 6rem;
  place-content: center;
}
#contents article #about ul {
  max-width: 900px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 1%;
}
#contents article #about ul li {
  text-align: center;
  font-weight: bold;
  width: 19%;
}
#contents article #about ul li span {
  display: block;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  #contents article #about {
    margin-bottom: 8rem;
  }
  #contents article #about .pageLead {
    display: block;
    align-items: center;
  }
  #contents article #about .pagetitle {
    font-size: 3.0rem;
    width: fit-content;
    margin-bottom: 3rem;
  }
  #contents article #about .pagetitle br {
    display: none;
  }
  #contents article #about .pagetitle:before {
    content: "";
    width: 50vw;
    height: 100%;
    background: #90CED2;
    display: block;
    position: absolute;
    right: 99%;
    top: 0;
  }
  #contents article #about .pagetitle span {
    top: 0;
    left: 0;
  }
  #contents article #about ul {
    margin: 40px auto;
    justify-content: space-between;
    gap: 1rem 1%;
  }
  #contents article #about ul li {
    width: 31%;
  }
}
#contents article #merit {
  background: #FFF;
  border-radius: 30px;
  padding: 0 4rem 4rem;
}
#contents article #merit .lead {
  margin-bottom: 6rem;
}
#contents article #merit .lead .title {
  padding: 5rem 0 2rem 0;
  position: relative;
  font-size: 4.0rem;
  text-align: center;
  font-weight: normal;
  color: #00ABB8;
}
#contents article #merit .lead .title strong {
  font-weight: normal;
  text-decoration: underline;
  color: #00ABB8;
}
#contents article #merit .lead .title span {
  display: grid;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  background: #F9B857;
  font-family: "Itim", cursive;
  font-weight: 400;
  font-style: normal;
  border-radius: 50vh;
  font-size: 2.0rem;
  aspect-ratio: 1 / 1;
  width: 7rem;
  place-content: center;
}
#contents article #merit .lead p {
  text-align: center;
}
#contents article #merit .meritContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 2%;
}
#contents article #merit .meritContainer .box {
  width: 48%;
  box-sizing: border-box;
  background: #F2F7F6;
  border-radius: 10px;
  padding: 0px 15px 20px;
  position: relative;
}
#contents article #merit .meritContainer .box .num {
  display: grid;
  color: #FFF;
  background: #F9B857;
  font-family: "Itim", cursive;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  border-radius: 50vh;
  font-size: 3.0rem;
  aspect-ratio: 1 / 1;
  width: 6rem;
  place-content: center;
  line-height: 1;
}
#contents article #merit .meritContainer .box .num span {
  font-size: 1.5rem;
}
#contents article #merit .meritContainer .box dl {
  margin: 10px 0 0 0;
  padding: 0 15px;
}
#contents article #merit .meritContainer .box dl dt {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 15px;
}
#contents article #merit .meritContainer .box .photo {
  position: absolute;
  top: -20px;
  right: -10px;
  transform: rotate(4deg);
  width: 35%;
}
#contents article #merit .meritContainer .box:nth-child(2) .photo {
  transform: rotate(-5deg);
}
#contents article #merit .meritContainer .box:nth-child(3) .photo {
  transform: rotate(-4deg);
}
#contents article #merit .meritContainer .box:nth-child(4) .photo {
  transform: rotate(5deg);
}
#contents article #merit .meritContainer .box:nth-child(5) .photo {
  transform: rotate(4deg);
}
#contents article #merit .meritContainer .box:nth-child(6) .photo {
  transform: rotate(-5deg);
}
@media only screen and (max-width: 768px) {
  #contents article #merit {
    border-radius: 20px;
    padding: 0 1rem 4rem;
  }
  #contents article #merit .lead {
    margin-bottom: 4rem;
  }
  #contents article #merit .lead .title {
    padding: 5rem 0 2rem 0;
    font-size: 3.0rem;
  }
  #contents article #merit .meritContainer {
    display: block;
  }
  #contents article #merit .meritContainer .box {
    width: 100%;
    padding: 10px 10px 20px;
  }
  #contents article #merit .meritContainer .box:not(:last-child) {
    margin-bottom: 4rem;
  }
  #contents article #merit .meritContainer .box dl {
    padding: 0 10px;
  }
  #contents article #merit .meritContainer .box .photo {
    top: -10px;
    right: -10px;
    width: 45%;
  }
}
#contents article #type {
  background: #90CED2;
  position: relative;
  padding-bottom: 4rem;
}
#contents article #type:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100vw;
  height: 100%;
  background: #90CED2;
  z-index: -1;
}
#contents article #type .lead .title {
  border-radius: 0 50vh 50vh 0;
  padding: 5rem 0 2rem 0;
  position: relative;
  font-size: 4.0rem;
  text-align: center;
  font-weight: normal;
  color: #FFF;
  margin-bottom: 1rem;
}
#contents article #type .lead .title span {
  display: grid;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  background: #F9B857;
  font-family: "Itim", cursive;
  font-weight: 400;
  font-style: normal;
  border-radius: 50vh;
  font-size: 2.0rem;
  aspect-ratio: 1 / 1;
  width: 7rem;
  place-content: center;
}
#contents article #type .lead p {
  text-align: center;
}
#contents article #type .typebox {
  background: #FFF;
  padding: 4rem 4rem 0 4rem;
  position: relative;
  border-radius: 10px;
  border: 3px solid #F2F7F6;
}
#contents article #type .typebox:before {
  content: "";
  width: 100%;
  height: 100px;
  background: url("/lib/img/uniq/shinryo/kyousei_a/bg_typebox.png") repeat-x 0 0/contain;
  position: absolute;
  top: 4rem;
  left: 0;
  display: block;
  z-index: 2;
}
#contents article #type .typebox .typeTitle {
  z-index: 2;
  position: relative;
  width: fit-content;
  margin: 0 auto 5rem;
  padding: 2.5rem;
  border-radius: 10px;
  border: 1px solid #008684;
  color: #008684;
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  background: #FFF;
}
#contents article #type .typebox .typeTitle span {
  margin-top: 1rem;
  display: block;
  font-size: 1.4rem;
  color: #6b584d;
}
#contents article #type .typebox h4 {
  font-size: 2.0rem;
  background: #90CED2;
  color: #FFF;
  padding: 3rem;
  width: fit-content;
  position: relative;
  border-right: 5px solid #EEE;
  border-bottom: 5px solid #EEE;
}
#contents article #type .typebox h4:before {
  content: "";
  width: 6rem;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: #90CED2;
  display: block;
  border-bottom: 5px solid #EEE;
}
#contents article #type .typebox > section.category {
  border: 1px dashed #52BBAD;
  padding: 2rem;
  margin-bottom: 5rem;
  border-radius: 15px;
}
#contents article #type .typebox .mseLead {
  margin-bottom: 3rem;
}
#contents article #type .m_box {
  position: relative;
  margin-bottom: 2rem;
  padding: 1rem 0 4rem 0;
  /* cut */
}
#contents article #type .m_box > * {
  z-index: 4;
  position: relative;
}
#contents article #type .m_box .h_merit {
  font-family: "Itim", cursive;
  color: #A9DEFC;
  font-size: 5rem;
  margin-bottom: 4rem;
}
#contents article #type .m_box:before {
  content: "";
  display: block;
  position: absolute;
  left: -2rem;
  top: 0;
  width: calc(100% + 4rem);
  height: 80%;
  background: #D6EFFD;
  background: rgba(214, 239, 253, 0.5);
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  border-top: 6px solid #d6effd;
  border-left: 6px solid #d6effd;
}
#contents article #type .m_box:after {
  content: "";
  display: none;
  position: absolute;
  right: -2rem;
  top: 0;
  width: calc(100% + 4rem);
  height: 80%;
  background: rgba(214, 239, 253, 0.5);
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
#contents article #type .m_box ul {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem  0;
}
#contents article #type .m_box ul.clm2 li {
  width: 48%;
}
#contents article #type .m_box ul.longMerit li {
  width: 100%;
}
#contents article #type .m_box ul li {
  width: 32%;
  padding: 2.5rem 2rem 2rem 2rem;
  border: 1px solid #A9DEFC;
  background: rgba(248, 248, 248, 0.4);
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
#contents article #type .m_box ul li .mark {
  display: grid;
  position: absolute;
  top: -3rem;
  left: -1rem;
  color: #FFF;
  background: #A9DEFC;
  font-family: "Itim", cursive;
  font-weight: 400;
  font-style: normal;
  border-radius: 50vh;
  font-size: 1.0rem;
  aspect-ratio: 1 / .8;
  width: 7rem;
  place-content: center;
  text-align: center;
  line-height: 1;
}
#contents article #type .m_box ul li .mark span {
  font-size: 2.0rem;
}
#contents article #type .m_box ul li dl {
  z-index: 3;
  position: relative;
}
#contents article #type .m_box ul li dl dt {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
#contents article #type .m_box ul li dl dd .floRp {
  width: 20%;
}
#contents article #type .m_box.demerit .h_merit {
  color: #F8B0B9;
}
#contents article #type .m_box.demerit:before {
  background: rgba(255, 197, 204, 0.4);
  border-top: 6px solid rgba(255, 197, 204, 0.3);
  border-left: 6px solid rgba(255, 197, 204, 0.3);
}
#contents article #type .m_box.demerit:after {
  background: rgba(255, 197, 204, 0.4);
}
#contents article #type .m_box.demerit ul li {
  border: 1px solid #F8B0B9;
}
#contents article #type .m_box.demerit ul li .mark {
  background: #F8B0B9;
}
#contents article #type .m_box .cut_mse_01 {
  float: right;
  padding: 0 0 10px 10px;
}
#contents article #type .m_box .cut_mse_03 {
  float: right;
  padding: 0 0 10px 10px;
}
#contents article #type .beforeafterphoto {
  display: flex;
  margin: 30px auto;
  flex-wrap: wrap;
  gap: 20px 2%;
}
#contents article #type .beforeafterphoto li {
  width: 31%;
}
#contents article #type .beforeafterphoto li.onlytext {
  text-align: right;
}
#contents article #type .beforeafterphoto li span {
  background: #90CED2;
  color: #FFF;
  padding: 4px 10px;
}
#contents article #type .bnr dt {
  background: #008684;
  border-radius: 0 50vh 50vh 0;
  font-weight: bold;
  text-align: left;
  font-size: 17px;
  margin-bottom: 5px;
  width: fit-content;
  padding: 5px 20px 5px 10px;
  color: #FFF;
}
#contents article #type .bnr dd:not(:last-child) {
  margin-bottom: 2rem;
}
#contents article #casestudy .flowTitle {
  font-size: 2.0rem;
  margin-bottom: 3rem;
}
#contents article #casestudy .flow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  margin-bottom: 5rem;
}
#contents article #casestudy .flow li {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  border: 1px dashed #A9DEFC;
  border-radius: 10px;
  padding: 10px;
  gap: 5px;
}
#contents article #casestudy .flow li p {
  font-size: 1.4rem;
}
#contents article #casestudy .flow li span {
  display: grid;
  position: absolute;
  top: -1rem;
  left: -.5rem;
  color: #FFF;
  background: #A9DEFC;
  font-family: "Itim", cursive;
  font-weight: 400;
  font-style: normal;
  border-radius: 50vh;
  font-size: 1.8rem;
  aspect-ratio: 1 / 1;
  width: 3rem;
  place-content: center;
  text-align: center;
  line-height: 1;
}
#contents article #casestudy #case2 .flow {
  margin-bottom: 1rem;
}
#contents article #casestudy .notes {
  background: #EFEFEF;
  padding: 1rem 2rem;
  border-radius: 10px;
}
#contents article #casestudy .mseComment {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 5rem 0 0 0;
  gap: 20px;
}
#contents article #casestudy .mseComment .text {
  padding: 1rem 2rem;
  background: #EBF7FE;
  border: 5px solid #A9DEFC;
  border-radius: 15px;
}
#contents article #casestudy .mseComment .text P {
  line-height: 2;
  font-weight: bold;
}
#contents article #casestudy .mseComment .photo {
  width: 20%;
}
#contents article #casestudy .caseBnr {
  margin: 0 0 2rem;
}
#contents article #casestudy .shourei.bnr {
  border: 1px solid #EEE;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #contents article #type .lead .title {
    font-size: 3.0rem;
  }
  #contents article #type .typebox {
    padding: 2rem 1rem 0;
  }
  #contents article #type .typebox:before {
    height: 50px;
  }
  #contents article #type .typebox .typeTitle {
    width: fit-content;
    margin: 0 auto 2rem;
    padding: 2.5rem 1rem;
    border-radius: 10px;
    border: 1px solid #008684;
    color: #008684;
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
  }
  #contents article #type .typebox .typeTitle span {
    margin-top: 1rem;
    display: block;
    font-size: 1.4rem;
    color: #6b584d;
  }
  #contents article #type .typebox h4 {
    font-size: 1.6rem;
    padding: 2rem 1rem 2rem 0;
  }
  #contents article #type .typebox > section.category {
    padding: 2rem 1rem 0;
    margin-bottom: 3rem;
  }
  #contents article #type .m_box {
    /* cut */
  }
  #contents article #type .m_box:last-child {
    margin-bottom: 0;
  }
  #contents article #type .m_box .h_merit {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  #contents article #type .m_box:before {
    left: -1rem;
    width: calc(100% + 2rem);
  }
  #contents article #type .m_box ul {
    display: block;
  }
  #contents article #type .m_box ul.clm2 li {
    width: 100%;
  }
  #contents article #type .m_box ul li {
    width: 100%;
    padding: 2.5rem 1rem 2rem 2rem;
  }
  #contents article #type .m_box ul li:not(:last-child) {
    margin-bottom: 4rem;
  }
  #contents article #type .m_box ul li dl dd .floRp {
    width: 40%;
  }
  #contents article #type .m_box .cut_mse_01 {
    width: 120px;
  }
  #contents article #type .m_box .cut_mse_03 {
    width: 70px;
  }
  #contents article #type .beforeafterphoto {
    display: block;
    margin: 30px auto;
  }
  #contents article #type .beforeafterphoto li {
    width: 100%;
    margin-bottom: 1rem;
  }
  #contents article #type .beforeafterphoto li span {
    background: #90CED2;
    color: #FFF;
    padding: 4px 10px;
  }
  #contents article #type .bnr dt {
    font-size: 1.4rem;
  }
  #contents article #type .mseComment {
    display: block;
    margin: 5rem 0 0 0;
    gap: 20px;
  }
  #contents article #type .mseComment .text {
    padding: 1rem 1rem;
    background: #EBF7FE;
    border: 5px solid #A9DEFC;
    border-radius: 15px;
    width: 80%;
  }
  #contents article #type .mseComment .photo {
    width: 40%;
    margin: -2rem 0 0 auto;
  }
}
#contents article #price {
  background: #90CED2;
  padding: 0 4rem 4rem;
}
#contents article #price .lead {
  margin-bottom: 6rem;
}
#contents article #price .lead .title {
  padding: 5rem 0 2rem 0;
  position: relative;
  font-size: 4.0rem;
  text-align: center;
  font-weight: normal;
  color: #FFFFFF;
}
#contents article #price .lead .title span {
  display: grid;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  background: #F9B857;
  font-family: "Itim", cursive;
  font-weight: 400;
  font-style: normal;
  border-radius: 50vh;
  font-size: 2.0rem;
  aspect-ratio: 1 / 1;
  width: 7rem;
  place-content: center;
}
#contents article #price > section {
  background: #FFF;
  padding: 5rem 3rem;
}
#contents article #price > section h3 {
  font-size: 2.4rem;
  width: fit-content;
  margin: 0 auto 3rem;
  padding: 0 1rem 5px;
  background: linear-gradient(transparent 60%, #FFE4BC 60%);
  position: relative;
}
#contents article #price > section h3:before {
  content: "";
  width: 60px;
  height: 23px;
  display: block;
  position: absolute;
  left: calc(50% - 30px);
  bottom: calc(100% + 0px);
  background: url("/lib/img/uniq/shinryo/kyousei_a/icon_price.png") no-repeat center bottom/contain;
}
#contents article #price > section p {
  text-align: center;
}
#contents article #price > section table {
  margin: 0 auto 0;
}
#contents article #price > section table th, #contents article #price > section table td {
  padding: 1rem 3rem;
  font-size: 1.8rem;
  background: #EBF7FE;
  font-weight: bold;
  border-bottom: 5px solid #FFF;
}
#contents article #price > section table th span, #contents article #price > section table td span {
  font-size: 1.2rem;
  font-weight: normal;
}
#contents article #price > section table thead th {
  background: #FFE8EA;
  text-align: center;
}
#contents article #price > section table tbody tr:first-child th,
#contents article #price > section table tbody tr:first-child td {
  background: #E5FFFA;
}
#contents article #price > section ul.links {
  display: flex;
  justify-content: center;
  margin: 3rem 0 0;
  gap: 3rem;
}
#contents article #price > section ul.links li {
  width: 40%;
}
#contents article #price > section ul.links li a {
  color: #6b584d;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 1rem 3rem;
  background: #FFE8EA;
  border-radius: 50vh;
  text-align: center;
}
#contents article #price > section ul.links li a div {
  margin: 0 auto;
  width: 80%;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
#contents article #price > section ul.links li a:hover {
  text-decoration: none;
  opacity: .8;
}
@media only screen and (max-width: 768px) {
  #contents article #price {
    background: #90CED2;
    padding: 0 1rem 4rem;
  }
  #contents article #price .lead {
    margin-bottom: 2rem;
  }
  #contents article #price .lead .title {
    font-size: 3.0rem;
  }
  #contents article #price > section {
    padding: 5rem 1rem;
  }
  #contents article #price > section h3 {
    font-size: 2.0rem;
  }
  #contents article #price > section .table_scroll {
    overflow: auto;
  }
  #contents article #price > section table {
    margin: 0 auto 0;
  }
  #contents article #price > section table th, #contents article #price > section table td {
    padding: 1rem 1rem;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  #contents article #price > section table th span, #contents article #price > section table td span {
    font-size: 1.0rem;
  }
  #contents article #price > section ul.links {
    display: block;
  }
  #contents article #price > section ul.links li {
    width: 100%;
  }
  #contents article #price > section ul.links li:not(:last-child) {
    margin-bottom: 2rem;
  }
  #contents article #price > section ul.links li a {
    font-size: 1.4rem;
    padding: 1rem 1rem;
  }
  #contents article #price > section ul.links li a div {
    width: 60%;
  }
}
