@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 2;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #212121;
}

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  box-sizing: border-box;
}
@media screen and (max-width: 1139px) {
  .contents {
    width: 90%;
  }
}
@media screen and (max-width: 559px), print {
  .contents {
    width: 90%;
  }
}

@media screen and (min-width: 1140px), print {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 1139px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1140px), print {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 1139px) {
  .tb {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .tb {
    display: none;
  }
}

@media screen and (min-width: 1140px), print {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 1139px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .sm {
    display: block;
  }
}

@media screen and (min-width: 1140px), print {
  .pc-tb {
    display: block;
  }
}
@media screen and (max-width: 1139px) {
  .pc-tb {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .pc-tb {
    display: none;
  }
}

@media screen and (min-width: 1140px), print {
  .sm-tb {
    display: none;
  }
}
@media screen and (max-width: 1139px) {
  .sm-tb {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .sm-tb {
    display: block;
  }
}

/*** 共通項目 --------------------------***/
.center {
  margin: 0 auto;
  text-align: center;
}

.btnMore {
  text-align: center;
}
.btnMore a {
  display: block;
  text-decoration: none;
  background-color: #212121;
  box-sizing: border-box;
  width: 300px;
  height: 70px;
  border-radius: 30px;
  color: #fff;
  position: relative;
  padding-top: 20px;
}
.btnMore a::after {
  content: url(../img/btn_arrow.png);
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.btnMore a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  transition: opacity 0.7s;
}

/*** header --------------------***/
#header {
  position: relative;
}
@media screen and (max-width: 559px), print {
  #header {
    height: 100px;
  }
  #header.contents {
    width: 100%;
  }
}
@media screen and (max-width: 1139px) {
  #header {
    height: 100px;
  }
  #header.contents {
    width: 100%;
  }
}
#header .headerInner {
  margin: 0 auto 0;
  padding-top: 50px;
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: flex-top;
  position: relative;
}
#header .headerInner .subNav {
  display: flex;
  -js-display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .headerInner .subNav li a {
  display: block;
  background-color: #2f6634;
  box-sizing: border-box;
  color: #fff;
  line-height: 4;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  margin-right: 20px;
}
#header .headerInner .logo {
  padding-left: 0;
}
@media screen and (min-width: 1136px) and (max-width: 1320px) {
  #header .headerInner .logo {
    padding-left: 8%;
  }
}
@media screen and (max-width: 559px), print {
  #header .headerInner {
    padding-top: 20px;
  }
  #header .headerInner .logo {
    padding-left: 40px;
    width: 60%;
  }
  #header .headerInner .subNav {
    display: none;
  }
}
@media screen and (max-width: 1139px) {
  #header .headerInner {
    padding-top: 20px;
  }
  #header .headerInner .logo {
    padding-left: 40px;
    width: 60%;
  }
  #header .headerInner .subNav {
    display: none;
  }
}
#header .mainNav ul {
  display: flex;
  -js-display: flex;
  justify-content: center;
  align-items: flex-top;
  padding: 0;
  margin-top: 50px;
}
#header .mainNav ul li a {
  text-decoration: none;
  color: #212121;
  padding: 5px 3px;
  font-size: 16px;
  font-size: 1.6rem;
}
#header .mainNav ul li .current {
  border-bottom: 5px solid #ffd304;
  position: relative;
}
@media screen and (min-width: 1140px), print {
  #header .mainNav ul li:nth-of-type(-n+7):after {
    content: "/";
    padding-left: 3px;
  }
  #header .mainNav ul a:hover {
    opacity: 1;
    transition: inherit;
    border-bottom: 5px solid #ffd304;
  }
}
@media screen and (min-width: 1140px), print {
  #header .btn {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  #header .mainNav {
    position: fixed;
    top: 0;
    z-index: 120;
    left: -300px;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(47, 102, 52, 0.9);
    display: block;
  }
  #header .mainNav ul {
    padding: 20px 0 20px;
    justify-content: center;
    flex-direction: column;
  }
  #header .mainNav ul li {
    cursor: pointer;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
  }
  #header .mainNav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    position: relative;
  }
  #header .btn {
    display: inline-block;
  }
}
@media screen and (max-width: 1139px) {
  #header .mainNav {
    position: fixed;
    top: 0;
    z-index: 120;
    left: -300px;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(47, 102, 52, 0.9);
  }
  #header .mainNav ul {
    padding: 20px 0 20px;
    justify-content: center;
    flex-direction: column;
  }
  #header .mainNav ul li {
    cursor: pointer;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
  }
  #header .mainNav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    position: relative;
  }
  #header .btn {
    display: inline-block;
  }
}
#header .btn,
#header .btn span {
  transition: all 0.4s;
  box-sizing: border-box;
}
#header .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #2f6634;
  z-index: 100;
}
#header .btn span {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 6px;
  border-radius: 2px;
  background-color: #fff;
}
#header .btn span:nth-of-type(1) {
  top: 25px;
}
#header .btn span:nth-of-type(2) {
  top: 47px;
}
#header .btn span:nth-of-type(3) {
  bottom: 25px;
}
#header .btn.on span:nth-of-type(1) {
  -webkit-transform: translateY(22px) rotate(-45deg);
  transform: translateY(22px) rotate(-45deg);
}
#header .btn.on span:nth-of-type(2) {
  opacity: 0;
}
#header .btn.on span:nth-of-type(3) {
  -webkit-transform: translateY(-22px) rotate(45deg);
  transform: translateY(-22px) rotate(45deg);
}

/*** footer --------------------------***/
footer {
  margin-top: 100px;
  text-align: center;
}
footer .inner {
  padding: 0 20px;
}
@media screen and (max-width: 559px), print {
  footer {
    margin-top: 40px;
  }
}
footer address {
  margin-top: 20px;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
footer .footerImg img {
  width: 100%;
}
footer .copyright {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
}
#pagetop a {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  background-color: #2f6634;
  box-shadow: 0px 0px 5px 0px #fff;
  position: relative;
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#pagetop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  transition: opacity 0.7s;
}

/*** top --------------------------***/
.index {
  background-image: url(../img/top_bgline.png);
  background-repeat: repeat-y;
  background-position: left top;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1139px) {
  .index {
    background-image: url(../img/top_bgline_sm.png);
  }
}
@media screen and (max-width: 559px), print {
  .index {
    background-image: url(../img/top_bgline_sm.png);
  }
}

.topPage h2 {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 559px), print {
  .topPage h2 {
    margin-bottom: 10px;
  }
}
.topPage h3 {
  font-size: 34px;
  font-size: 3.4rem;
  color: #212121;
  margin-bottom: 10px;
  line-height: 1.8;
}
.topPage h3 span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.topPage h4 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 10px;
  line-height: 1.8;
}
.topPage .topMain {
  margin-top: 40px;
  height: auto;
}
.topPage .topMain .mainImg {
  position: relative;
  z-index: 1;
  background-image: url(../img/top_bgline.png), url(../img/top_mainbg.png);
  background-repeat: repeat-y, no-repeat;
  background-size: auto, cover;
  background-position: left, center;
  width: 100%;
  height: 0;
  padding-top: 64.72%;
  margin-bottom: 100px;
}
.topPage .topMain .mainImg .bg {
  position: relative;
  z-index: 1;
}
.topPage .topMain .mainImg .bg img {
  width: 100%;
}
.topPage .topMain .mainImg .txt {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1139px) {
  .topPage .topMain .mainImg {
    background-image: url(../img/top_bgline_sm.png), url(../img/top_mainbg_sm.png);
    padding-top: 90.15%;
  }
  .topPage .topMain .mainImg .txt {
    right: 30px;
    width: 25%;
  }
}
@media screen and (max-width: 559px), print {
  .topPage .topMain .mainImg {
    background-image: url(../img/top_bgline_sm.png), url(../img/top_mainbg_sm.png);
    padding-top: 90.15%;
  }
  .topPage .topMain .mainImg .txt {
    right: 30px;
    width: 15%;
  }
}
.topPage .topMission {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 1139px) {
  .topPage .topMission {
    width: 80%;
  }
}
@media screen and (max-width: 559px), print {
  .topPage .topMission {
    width: 80%;
  }
}
.topPage .topMission p {
  line-height: 2.2;
}
.topPage .topMission .btnMore a {
  margin: 40px auto;
}
.topPage .topLinkBox .contents {
  display: flex;
  -js-display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  box-sizing: border-box;
}
.topPage .topLinkBox .contents img {
  width: 50%;
}
.topPage .topLinkBox .contents .inner {
  width: 50%;
  box-sizing: border-box;
}
.topPage .topLinkBox .btnMore {
  margin-top: 30px;
}
.topPage .topLinkBox.iwaki {
  background: url(../img/top_iwaki_bg.png) no-repeat left top;
  background-size: cover;
  margin-bottom: 80px;
}
.topPage .topLinkBox.iwaki .inner {
  padding-left: 30px;
  padding-right: 10px;
}
.topPage .topLinkBox.saku {
  background: #52d9c1;
  margin-bottom: 80px;
}
.topPage .topLinkBox.saku .inner {
  padding-right: 30px;
  padding-left: 10px;
}
@media screen and (max-width: 1139px) {
  .topPage .topLinkBox .contents {
    display: block;
    width: 100%;
  }
  .topPage .topLinkBox .contents .inner {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .topPage .topLinkBox .contents .inner h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .topPage .topLinkBox .contents .inner h4 {
    font-size: 30px;
    font-size: 3rem;
  }
  .topPage .topLinkBox .contents .inner .innersm {
    display: flex;
    -js-display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .topPage .topLinkBox .contents .inner .innersm div {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .topPage .topLinkBox .contents .inner .innersm img {
    width: 50%;
  }
  .topPage .topLinkBox .btnMore {
    margin-top: 10px;
  }
  .topPage .topLinkBox .btnMore a {
    width: 200px;
  }
  .topPage .topLinkBox.iwaki {
    background: url(../img/top_iwaki_bgsm.png) no-repeat left top;
    background-size: cover;
    margin-bottom: 80px;
  }
  .topPage .topLinkBox.iwaki .inner {
    padding: 0 10px;
  }
  .topPage .topLinkBox.saku {
    background: #52d9c1;
    margin-bottom: 80px;
  }
  .topPage .topLinkBox.saku .inner {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 559px), print {
  .topPage .topLinkBox .contents {
    display: block;
    width: 100%;
  }
  .topPage .topLinkBox .contents .inner {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .topPage .topLinkBox .contents .inner h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .topPage .topLinkBox .contents .inner h4 {
    font-size: 30px;
    font-size: 3rem;
  }
  .topPage .topLinkBox .contents .inner .innersm {
    display: flex;
    -js-display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .topPage .topLinkBox .contents .inner .innersm div {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .topPage .topLinkBox .contents .inner .innersm img {
    width: 70%;
  }
  .topPage .topLinkBox .btnMore {
    margin-top: 10px;
  }
  .topPage .topLinkBox .btnMore a {
    width: 200px;
  }
  .topPage .topLinkBox.iwaki {
    background: url(../img/top_iwaki_bgsm.png) no-repeat left top;
    background-size: cover;
    margin-bottom: 80px;
  }
  .topPage .topLinkBox.iwaki .inner {
    padding: 0 10px;
  }
  .topPage .topLinkBox.saku {
    background: #52d9c1;
    margin-bottom: 80px;
  }
  .topPage .topLinkBox.saku .inner {
    padding: 0px 10px;
  }
}
.topPage .topNews {
  margin-bottom: 80px;
}
.topPage .topNews .title {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-top: 120px;
}
@media screen and (max-width: 559px), print {
  .topPage .topNews .title {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1139px) {
  .topPage .topNews .title {
    margin-top: 150px;
    margin-bottom: 0;
  }
}
.topPage .topNews .title h2 {
  margin-bottom: 0;
  margin-right: 20px;
  padding-bottom: 0;
}
@media screen and (max-width: 559px), print {
  .topPage .topNews .title h2 {
    text-align: left;
    margin-right: 0;
  }
}
.topPage .topNews .title .txtMore a {
  color: #212121;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  vertical-align: middle;
}
.topPage .topNews .title .txtMore a:after {
  content: url(../img/arrow_news.png);
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
@media screen and (max-width: 559px), print {
  .topPage .topNews .title .txtMore {
    display: none;
  }
}
.topPage .topNews dl {
  display: flex;
  -js-display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 1px solid #999;
}
.topPage .topNews dl dt {
  width: 15%;
  padding: 15px 0 10px;
}
.topPage .topNews dl dd {
  width: 85%;
  padding: 15px 0 10px;
}
.topPage .topNews dl:first-of-type {
  border-top: 1px solid #999;
}
@media screen and (max-width: 559px), print {
  .topPage .topNews dl {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    -js-display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .topPage .topNews dl dt {
    width: 100%;
    padding: 5px 0 0;
  }
  .topPage .topNews dl dd {
    width: 100%;
    padding: 5px 0 10px;
  }
}
.topPage .topNews .btnMore a {
  margin: 40px auto;
}
@media screen and (max-width: 1139px) {
  .topPage .topNews dl {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    -js-display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .topPage .topNews dl dt {
    width: 100%;
    padding: 5px 0 0;
  }
  .topPage .topNews dl dd {
    width: 100%;
    padding: 5px 0 10px;
  }
}

/*** 下層ページ --------------------------***/
#Wrapper {
  background-image: url(../img/top_bgline.png), url(../img/under_bg.png);
  background-repeat: repeat-y, no-repeat;
  background-position: left, 0px 120px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1139px) {
  #Wrapper {
    background-image: url(../img/top_bgline_sm.png);
  }
}
@media screen and (max-width: 559px), print {
  #Wrapper {
    background-image: url(../img/top_bgline_sm.png);
  }
}
#Wrapper .contents {
  max-width: 960px;
}
#Wrapper #header.contents {
  max-width: 1140px;
}
@media screen and (max-width: 559px), print {
  #Wrapper .contents {
    padding-left: 30px;
  }
  #Wrapper #header.contents {
    padding-left: 0;
  }
}
@media screen and (max-width: 1139px) {
  #Wrapper .contents {
    padding-left: 30px;
  }
  #Wrapper #header.contents {
    padding-left: 0;
  }
}
#Wrapper h1 {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 559px), print {
  #Wrapper h1 {
    margin-bottom: 10px;
  }
}
#Wrapper h2 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 559px), print {
  #Wrapper h2 {
    margin-bottom: 10px;
  }
}
#Wrapper h3 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #1d2088;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 559px), print {
  #Wrapper h3 {
    margin-bottom: 10px;
  }
}
#Wrapper h4 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 15px;
}
#Wrapper p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 15px 0;
}
#Wrapper .inner {
  margin-top: 80px;
}
#Wrapper .pageNews dl {
  width: 100%;
  display: flex;
  -js-display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
}
#Wrapper .pageNews dl dt {
  width: 15%;
}
#Wrapper .pageNews dl dd {
  width: 85%;
}
#Wrapper .pageNews dl:last-of-type {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
@media screen and (max-width: 559px), print {
  #Wrapper .pageNews dl {
    width: 100%;
    display: flex;
    -js-display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #Wrapper .pageNews dl dt {
    width: 100%;
  }
  #Wrapper .pageNews dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 1139px) {
  #Wrapper .pageNews dl {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    -js-display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #Wrapper .pageNews dl dt {
    width: 100%;
  }
  #Wrapper .pageNews dl dd {
    width: 100%;
  }
}

/*** 研究室スタッフ --------------------------***/
#Wrapper .contents ul.staff-list {
  list-style: none;
  overflow: hidden;
}

#Wrapper .contents ul.staff-list li {
  list-style: none;
  width: 25%;
  float: left;
  max-width: 240px;
  margin: 0 2% 30px;
}

@media screen and (max-width: 599px) {
  #Wrapper .contents ul.staff-list li {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  img {
    margin: 0 auto 10px auto;
    text-align: center;
  }
}
#Wrapper .contents ul.staff-list li p.position {
  margin: 0 0 5px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #48d5c4;
  font-weight: bold;
}

#Wrapper .contents ul.staff-list li p.name {
  margin: 0 0 5px 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
}

#Wrapper .contents ul.staff-list li p.subposition {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.staffList {
  display: flex;
  -js-display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.staffList li {
  width: calc(100% / 2 - 40px);
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
  padding: 10px 0 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.staffList li:nth-child(2n) {
  margin-right: 0;
  position: relative;
}
.staffList li:nth-child(2n):before {
  content: "";
  background-color: #ccc;
  width: 1px;
  height: calc(100% - 30px);
  position: absolute;
  left: -20px;
}
.staffList li p.name {
  font-weight: bold;
}
#Wrapper .staffList li p.name {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 5px;
  line-height: 1.5;
}
.staffList li p.position {
  line-height: 1.5;
  color: #004c77;
  font-weight: bold;
}
#Wrapper .staffList li p.position {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
#Wrapper .staffList li p.subposition {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 559px), print {
  .staffList li {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .staffList li:nth-child(2n):before {
    content: none;
  }
  #Wrapper .staffList li p.name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #Wrapper .staffList li p.position {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #Wrapper .staffList li p.subposition {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
