@charset "UTF-8";

/*-------------------------
__top_style
-------------------------*/
#content .page_ttl_wrap {
  height: 650px;
}
#content .page_ttl_wrap > .inner {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  background: none;
  overflow: hidden;
  position: relative;
}
#content .page_ttl_wrap .box {
  max-width: 1200px;
  margin: 90px auto 0;
  position: relative;
  z-index: 10;
}
#content .page_ttl_wrap .box .page_ttl {
  font-size: 1px;
  line-height: 0;
  margin: 0 0 30px;
}
#content .page_ttl_wrap .box hr {
  background-color: #fff;
  height: 1px;
  border: 0;
}
#content .page_ttl_wrap .box .lead {
  font-size: 2.2em;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 20px 0 30px;
}
#content .page_ttl_wrap .box .outline {
  background: linear-gradient(to right, rgba(3,228,177,1) 0%,rgba(37,189,216,1) 100%);
  padding: 5px;
  box-sizing: border-box;
  border-radius: 30px;
}
#content .page_ttl_wrap .box .outline > .inner {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 30px 30px 20px;
  border-radius: 25px;
  position: relative;
}
#content .page_ttl_wrap .box .outline dl {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 10px;
}
#content .page_ttl_wrap .box .outline dt {
  font-size: 1.4em;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.04em;
  background-color: #666;
  height: 26px;
  width: 80px;
  margin-right: 10px;
  border-radius: 13px;
}
#content .page_ttl_wrap .box .outline dd {
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#content .page_ttl_wrap .box .outline dd a {
  color: #000;
  text-decoration: none;
  transition: color .3s;
}
@media screen and (min-width:768px) {
  #content .page_ttl_wrap .box .outline dd a:hover {
    color: #7a7a7a;
  }
}
#content .page_ttl_wrap .box .outline .logo_f-rei {
  font-size: 1px;
  line-height: 0;
  position: absolute;
  top: 18px;
  right: 25px;
}
#content .page_ttl_wrap > .inner .bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: url(../images/page_ttl_bg.jpg) no-repeat center center;
  background-size: cover;
  animation: bgscale 15s linear both 0s;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes bgscale {
  0% {
    transform:scale(1) rotate(0.001deg);
  }
  100% {
    transform:scale(1.2) rotate(0.001deg);
  }
}
@keyframes bgscale {
  0% {
    transform:scale(1) rotate(0.001deg);
  }
  100% {
    transform:scale(1.2) rotate(0.001deg);
  }
}

#content > .sec_wrap {
  margin-top: 650px;
  padding-top: 0;
}
#content > .sec_wrap >.inner {
  position: relative;
  z-index: 100;
}

#competition {
  background-color: #e8f5f9;
  overflow: hidden;
  position: relative;
  z-index: 20;
  border-radius: 0 0 60px 60px;
}
#competition .mission_wrap {
  /* background: linear-gradient(to right, rgba(236, 245, 250, 1) 0%, rgba(210, 254, 248, 1) 100%); */
  /* background-color: var(--bg-color); */
  padding: 80px 0 60px;
  box-sizing: border-box;
  border-radius: 60px;
  position: relative;
  z-index: 30;
}
#competition .mission_wrap > .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
#competition .mission_wrap .box:not(:last-child) {
  margin-bottom: 60px;
}
#competition .mission_wrap .mission_ttl {
  font-size: 4.5em;
  line-height: 1.3;
  font-weight: 700;
  background: linear-gradient(to right, rgba(18,193,158,1) 0%,rgba(78,203,230,1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 30px;
}
#competition .mission_wrap .mission_lead {
  font-size: 2.2em;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 40px;
}
#competition .mission_wrap .lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin:0 -12px 56px;
}
#competition .mission_wrap .lst li {
  width: calc(50% - 24px);
  margin: 0 12px 24px;
}
#competition .mission_wrap .lst li .box {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  #competition .mission_wrap .lst li a.box:hover {
    transform: scale(1.1);
  }
}
#competition .mission_wrap .lst li .box::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, .75);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  z-index: 2;
  transition: background-color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #competition .mission_wrap .lst li a.box:hover::before {
    background-color: rgba(255, 255, 255, .6);
  }
}
#competition .mission_wrap .lst li .box::after {
  content: "";
  display: block;
  background: url(/images/bg_gra.png) no-repeat center 0;
  background-size: 100% 100%;
  position: absolute;
  left: -50px;
  right: -50px;
  bottom: -25px;
  top: -10px;
  z-index: 1;
}
#competition .mission_wrap .lst li .box > .inner {
  display: block;
  height: 100%;
  width: 100%;
  padding: 25px 30px;
  box-sizing: border-box;
  position: relative;
}
#competition .mission_wrap .lst li .box > .inner::after {
  content: "";
  display: block;
  background-color: var(--base-color-grn);
  height: 12px;
  width: 12px;
  margin-top: -6px;
  border-radius: 6px;
  position: absolute;
  right: 30px;
  top: 50%;
  transition: transform .2s var(--easing);
  z-index: 10;
}
#competition .mission_wrap .lst li .box > .inner > span {
  text-align: left;
  display: block;
  position: relative;
  z-index: 3;
}
#competition .mission_wrap .lst li .box > .inner > span.challenge {
  font-size: 2.2em;
  line-height: 1.3;
  font-weight: 700;
  color: var(--base-color-grn);
  letter-spacing: 0.04em;
}
#competition .mission_wrap .lst li .box > .inner > span.date {
  font-size: 1.8em;
  line-height: 1.3;
  color: #000;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
#competition .mission_wrap .lst li span.box > .inner > span.date {
  color: #AAA;
}

#teams {
  margin-top: -160px;
  padding: 80px 0 120px;
  position: relative;
  z-index: 30;
}
#teams .btn {
  display: flex;
  justify-content: center;
  width: 400px;
  margin: 20px auto 40px;
}
#teams .btn a {
  font-size: 2.2em;
  line-height: 90px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: block;
  background: linear-gradient(to right, rgba(106, 252, 232, 1) 0%, rgba(19, 242, 190, 1) 100%);
  height: 90px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 10px 20px 5px rgba(12, 80, 66, .15);
  border-radius: 50px;
  position: relative;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  #teams .btn a:hover {
    transform: scale(1.1);
  }
}
#teams .btn a > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
#teams .btn a > span span {
  line-height: 1.2;
}
#teams .btn a::after {
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(3,228,177,1) 0%,rgba(37,189,216,1) 100%);
  height: 100%;
  width: 100%;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: opacity .2s var(--easing);
}
@media screen and (min-width:768px) {
  #teams .btn a:hover::after {
    opacity: 0;
  }
}

#qanda {
  margin-top: -195px;
  padding: 135px 0 180px;
  border-radius: 60px 60px 0 0;
  position: relative;
  z-index: 20;
}
#qanda > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#qanda .ttl {
  font-size: 4em;
  line-height: 1.3;
  font-weight: 700;
  padding-bottom: 40px;
  background: linear-gradient(to right, rgba(18,193,158,1) 0%,rgba(78,203,230,1) 100%);
  background-clip: border-box;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#qanda .lead {
  font-size: 2.2em;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 40px;
}
#qanda .sub_menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
#qanda .sub_menu li {
  width: calc(50% - 20px);
  margin:0 10px 20px;
  box-sizing: border-box;
}
#qanda .sub_menu li > div {
  height: 70px;
  margin-left: auto;
}
#qanda .sub_menu li > div a {
  font-size: 1.8em;
  line-height: 70px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align-last: left;
  display: block;
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  border-radius: 35px;
  position: relative;
  transition:  color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #qanda .sub_menu li > div a:hover {
    color: var(--base-color-grn);
  }
}
#qanda .sub_menu li > div a {
  box-shadow: 0 5px 15px rgba(35, 79, 80, .1);
}
#qanda .sub_menu li > div a::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  margin-top: -6px;
  border-radius: 6px;
  position: absolute;
  right: 30px;
  top: 50%;
  transition: transform .2s var(--easing);
}
#qanda .sub_menu li > div a::after {
  background-color: var(--base-color-grn);
}
@media screen and (min-width:768px) {
  #qanda .sub_menu li > div a:hover::after {
    transform: scale(1.8);
  }
}

#news {
  background-color: var(--bg-color);
  margin-top: -60px;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
#news > .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
#news .news_lst {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
#news .news_lst li {
  width: calc(25% - 24px);
  margin: 0 12px 24px;
}
#news .news_lst li .box {
  text-align: left;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  #news .news_lst li a.box:hover {
    transform: scale(1.1);
  }
}
#news .news_lst li .box::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, .75);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  z-index: 2;
  transition: background-color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #news .news_lst li a.box:hover::before {
    background-color: rgba(255, 255, 255, .6);
  }
}
#news .news_lst li .box::after {
  content: "";
  display: block;
  background: url(../images/bg_gra.png) no-repeat center 0;
  background-size: 100% 100%;
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: -50px;
  top: -25px;
  z-index: 1;
}
#news .news_lst li .box > span {
  display: block;
  position: relative;
  z-index: 3;
}
#news .news_lst li .box > span.date {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 700;
  color: var(--base-color-mar);
  margin-bottom: 3px;
}
#news .news_lst li .box.fcsc > span.date {
  color: var(--base-color-orn);
}
#news .news_lst li .box.f-rei > span.date {
  color: var(--base-color-grn);
}
#news .news_lst li .box.mrc > span.date {
  color: var(--base-color-ppl);
}
#news .news_lst li .box > span.cate {
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background-color: var(--base-color-mar);
  padding: 1px 8px;
  border-radius: 6px;
}
#news .news_lst li .box.fcsc > span.cate {
  background-color: var(--base-color-orn);
}
#news .news_lst li .box.f-rei > span.cate {
  background-color: var(--base-color-grn);
}
#news .news_lst li .box.mrc > span.cate {
  background-color: var(--base-color-ppl);
}
#news .news_lst li .box > span.txt {
  font-size: 1.6em;
  line-height: 1.5;
  color: #000;
  /* text-overflow: ellipsis; */
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 3; */
  margin-top: 6px;
  /* overflow: hidden; */
}
#news .btn {
  margin: 15px 0 24px;
  position: relative;
  z-index: 10;
}
#news .btn a {
  font-size: 1.6em;
  line-height: 32px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.04em;
  color: #000;
  display: block;
  text-decoration: none;
  padding-right: 45px;
  box-sizing: border-box;
  position: relative;
}
#news .btn a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  right: 14px;
  top: 11px;
  z-index: 1;
  transition: border-color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #news .btn a:hover::before {
    border-color: #fff #fff transparent transparent;
  }
}
#news .btn a::after {
  content: "";
  display: block;
  height: 32px;
  width: 32px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 16px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #news .btn a:hover::after {
    background-color: #000;
  }
}

#pre2024 {
  background-color: #e8f5f9;
  margin-top: -60px;
  padding: 100px 0 120px;
  border-radius: 60px;
  position: relative;
  z-index: 30;
}
#pre2024 > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#pre2024 .box {
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(35, 79, 80, 0.1);
  /* border: 3px solid var(--base-color-grn); */
  border-radius: 30px;
}
#pre2024 .ttl {
  font-size: 3.2em;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
#pre2024 .box .txt_box_wrap {
  display: flex;
  align-items: center;
  background-color: #efefef;
  padding: 25px 30px;
  box-sizing: border-box;
  border-radius: 16px;
}
#pre2024 .box .txt_box_wrap .txt_box {
  text-align: left;
  display: inline-block;
}
#pre2024 .box .txt_box_wrap .txt_box > div dt,
#pre2024 .box .txt_box_wrap .txt_box > div dd {
  font-size: 2em;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#pre2024 .box .txt_box_wrap .txt_box > div dt::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  background-color: var(--base-color-grn);
  height: 7px;
  width: 7px;
  margin: -4px 15px 0;
  border-radius: 4px;
}
#pre2024 .box .txt_box_wrap .txt_box > div dd {
  margin: -2em 0 0 5em;
}
#pre2024 .box .txt_box_wrap .txt_box > div dd a {
  text-decoration: none;
  color: #000;
  transition: color .3s;
}
@media screen and (min-width:768px) {
  #pre2024 .box .txt_box_wrap .txt_box > div dd a:hover {
    color: #7a7a7a;
  }
}
#pre2024 .box .txt_box_wrap .btn {
  height: 70px;
  width: 300px;
  margin-left: auto;
}
#pre2024 .box .txt_box_wrap .btn a {
  font-size: 1.6em;
  line-height: 70px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align-last: left;
  display: block;
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  border-radius: 35px;
  position: relative;
  transition:  color .2s var(--easing);
}
@media screen and (min-width:768px) {
  #pre2024 .box .txt_box_wrap .btn a:hover {
    color: var(--base-color-grn);
  }
}
#pre2024 .box .txt_box_wrap .btn a {
  box-shadow: 0 5px 15px rgba(35, 79, 80, .1);
}
#pre2024 .box .txt_box_wrap .btn a::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  margin-top: -6px;
  border-radius: 6px;
  position: absolute;
  right: 30px;
  top: 50%;
  transition: transform .2s var(--easing);
}
#pre2024 .box .txt_box_wrap .btn a::after {
  background-color: var(--base-color-grn);
}
@media screen and (min-width:768px) {
  #pre2024 .box .txt_box_wrap .btn a:hover::after {
    transform: scale(1.8);
  }
}

@media screen and (max-width:767px) {
  #content .page_ttl_wrap {
    height: 600px;
  }
  #content .page_ttl_wrap .box {
    margin: 60px 20px 0;
  }
  #content .page_ttl_wrap .box .page_ttl {
    margin: 0 0 20px;
  }
  #content .page_ttl_wrap .box .page_ttl img {
    height: 102px;
    width: auto;
  }
  #content .page_ttl_wrap .box .lead {
    font-size: 1.5em;
    text-align: left;
    margin: 15px 0;
  }
  #content .page_ttl_wrap .box .outline {
    border-radius: 20px;
  }
  #content .page_ttl_wrap .box .outline > .inner {
    display: block;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 15px;
    border-radius: 16px;
    position: relative;
  }
  #content .page_ttl_wrap .box .outline dl {
    align-items: flex-start;
    width: auto;
    margin-bottom: 5px;
  }
  #content .page_ttl_wrap .box .outline dt {
    font-size: 1em;
    line-height: 16px;
    height: 16px;
    width: 70px;
    margin-right: 8px;
  }
  #content .page_ttl_wrap .box .outline dd {
    flex: 1;
    font-size: 1.2em;
    line-height: 1.4;
    text-align: left;
    width: 100%;
    margin-top: 1px;
  }
  #content .page_ttl_wrap .box .outline .logo_f-rei {
    position: relative;
    top: auto;
    right: auto;
  }
  #content .page_ttl_wrap .box .outline .logo_f-rei img {
    height: 50px;
    width: auto;
  }

  #content > .sec_wrap {
    margin-top: 0;
  }

  #competition .mission_wrap {
    padding: 50px 30px 90px;
    border-radius: 40px 40px;
  }
  #competition .mission_wrap .mission_ttl {
    font-size: 2.7em;
    line-height: 1.4;
    padding-bottom: 20px;
  }
  #competition .mission_wrap .mission_lead {
    font-size: 1.8em;
    text-align: left;
    padding-bottom: 30px;
  }
  #competition .mission_wrap .lst {
    display: block;
    margin: 0 -5px;
  }
  #competition .mission_wrap .lst li {
    width: auto;
    margin: 0;
  }
  #competition .mission_wrap .lst li:not(:last-child) {
    margin-bottom: 15px;
  }
  #competition .mission_wrap .lst li .box > .inner {
    padding: 25px 60px 25px 20px;
  }
  #competition .mission_wrap .lst li .box > .inner > span.challenge {
    font-size: 1.8em;
  }
  #competition .mission_wrap .lst li .box > .inner > span.date {
    font-size: 1.6em;
  }

  #teams {
    margin-top: -120px;
    padding: 60px 30px 60px;
  }
  #teams .btn {
    display: block;
    width: auto;
    margin: 15px auto 30px;
  }
  #teams .btn a {
    height: 60px;
    width: auto;
    font-size: 1.6em;
    line-height: 60px;
    margin: auto;
  }
  #teams table {
    font-size: 1.6em;
    width: 100%;
    margin: 15px 0 0;
  }

  #qanda {
    margin-top: -125px;
    padding: 85px 30px 90px;
    border-radius: 40px 40px 0 0;
  }
  #qanda .ttl {
    font-size: 2.4em;
    padding-bottom: 20px;
  }
  #qanda .lead {
    font-size: 1.7em;
    padding-bottom: 30px;
  }
  #qanda .sub_menu {
    display: block;
    margin: 0 0 -15px;
  }
  #qanda .sub_menu li {
    width: auto;
    margin:0 0 15px;
  }
  #qanda .sub_menu li > div {
    height: 60px;
    margin-left: auto;
  }
  #qanda .sub_menu li > div a {
    font-size: 1.4em;
    line-height: 1.4;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 0 60px 0 25px;
  }
  #qanda .sub_menu li > div a span {
    text-align: left;
  }

  #news {
    margin-top: -40px;
    border-radius: 40px;
  }
  #news > .inner {
    padding: 50px 0 65px;
  }
  #news .sec_ttl {
    margin-left: 30px;
    margin-right: 30px;
  }
  #news .news_lst {
    display: block;
    margin: 0 20px;
  }
  #news .news_lst li {
    width: auto;
    margin: 0 0 15px;
  }
  #news .news_lst li .box {
    padding: 20px 25px;
  }
  #news .news_lst li .box::after {
    left: -60px;
    right: -60px;
  }
  #news .news_lst li .box > span.txt {
    font-size: 1.5em;
    margin-top: 0.5em;
  }
  #news .btn {
    margin: 30px 30px 20px;
    position: relative;
    z-index: 10;
  }
  #news .btn a {
    padding-right: 35px
  }
  #news .btn a::before {
    width: 6px;
    height: 6px;
    right: 11px;
    top: 9px;
  }
  #news .btn a::after {
    height: 26px;
    width: 26px;
  }

  #pre2024 {
    margin-top: -40px;
    padding: 40px 30px;
    border-radius: 40px;
  }
  #pre2024 .box {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 10px 30px rgba(35, 79, 80, 0.1);
    /* border: 3px solid var(--base-color-grn); */
    border-radius: 24px;
  }
  #pre2024 .ttl {
    font-size: 2em;
    margin-bottom: 15px;
  }
  #pre2024 .ttl span {
    display: inline-block;
  }
  #pre2024 .box .txt_box_wrap {
    display: block;
    padding: 20px 25px;
  }
  #pre2024 .box .txt_box_wrap .txt_box > div {
    margin-bottom: 0.5em;
  }
  #pre2024 .box .txt_box_wrap .txt_box > div dt,
  #pre2024 .box .txt_box_wrap .txt_box > div dd {
    font-size: 1.6em;
    line-height: 1.5;
  }
  #pre2024 .box .txt_box_wrap .txt_box > div dd {
    margin: -1.5em 0 0 5.4em;
  }
  #pre2024 .box .txt_box_wrap .btn {
    height: 60px;
    width: auto;
    margin: 10px -5px 0;
  }
  #pre2024 .box .txt_box_wrap .btn a {
    line-height: 60px;
  }
}

@media screen and (max-width:374px) {
  #content .page_ttl_wrap .box .lead {
    font-size: 1.4em;
  }
}
