@charset "utf-8";
/* CSS Document */

/* ===================================
  リセット
=================================== */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

a {
  outline: none;
  color: rgba(102,102,102,1);

  -webkit-tap-highlight-color: rgba(102,102,102,0);
}
a:link, a:visited {
  color: rgba(102,102,102,1);
  text-decoration: none;
}

a:hover {
  opacity: 0.85;
  color: rgba(102,102,102,1);
}


blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

table {
  border-spacing: 0;
}

img {
  max-width: 100%;
  width /***/: auto;
  height: auto;
  vertical-align: bottom;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* ===================================
  全体設定
=================================== */

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  overflow: hidden;
  position: relative;
  min-width: 1080px;
  background-color: #fff;
  background-size: contain;
  color: #1e1e1e;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.03em;

  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

section {
  padding: 11.25em 0 5em;
}

section.bnr {
  padding: 6em 0;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    line-height: 1.7;
  }

  .inner {
    width: 86%;
  }

  section {
    padding: 5.625em 0 2.5em;
  }

  section.bnr {
    padding: 2.5em 0;
  }
}

/* ===================================
  テンプレート
=================================== */

header {
  padding: 140px 0;
  background: url("../img/main_bg.png") center center no-repeat;
  background-size: cover;
  text-align: center;
}

header h1 {
  position: relative;
  font-size: 2rem;
}

header h1 img {
  height: 400px;
}

header .scroll {
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-top: 2em;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}

header .scroll::after {
  position: absolute;
  right: 0;
  bottom: -6.5em;
  left: 0;
  width: 1px;
  height: 120px;
  margin: 0 auto;
  background-color: #1e1e1e;
  text-align: center;
  content: "";
}


@media screen and (max-width: 767px) {
  header {
    padding: 160px 0;
    background-image: image-set(url("../img/main-sp_bg.png") 1x, url("../img/main-sp_bg@2x.png") 2x);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
  }

  header h1 img {
    height: 240px;
  }

  header .scroll {
    font-size: 1.6rem;
  }

  header .scroll::after {
    bottom: -7.5em;
    height: 100px;
  }
}

.content-column {
  position: relative;
}

.content-column:nth-of-type(3n+1) {
  background: url("../img/bg2.png") repeat;
}

.content-column:nth-of-type(3n+3) {
  background: url("../img/bg1.png") repeat;
}

.content-column::before {
  position: absolute;
  top: 1em;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: rgba(0,85,155,0.15);
  font-family: "Josefin Sans", sans-serif;
  font-size: 12.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

.content-column:nth-of-type(2)::before {
  content: "DEPARTMENT";
}

.content-column:nth-of-type(3)::before {
  content: "DAIDO FACT";
}

.content-column:nth-of-type(4)::before {
  content: "EDUCATION";
}

.content-column:nth-of-type(5)::before {
  content: "CAMPUS";
}

.content-column:nth-of-type(6)::before {
  content: "SUPPORT";
}

.content-column:nth-of-type(3n+3)::before {
  color: rgba(237,159,0,0.15);
}

.content-column h2 {
  position: relative;
  margin-bottom: 4.8rem;
  font-size: 6.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.content-column h2::before {
  position: absolute;
  top: -1.4em;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}

.content-column:nth-of-type(2) h2::before {
  content: "01";
}

.content-column:nth-of-type(3) h2::before {
  content: "02";
}

.content-column:nth-of-type(4) h2::before {
  content: "03";
}

.content-column:nth-of-type(5) h2::before {
  content: "04";
}

.content-column:nth-of-type(6) h2::before {
  content: "05";
}

.content-column h2::after {
  position: absolute;
  top: -0.4em;
  right: 0;
  left: 0;
  width: 80px;
  height: 2px;
  margin: 0 auto;
  background-color: #1e1e1e;
  text-align: center;
  content: "";
}

.content-column .desc {
  position: relative;
  margin: -3.6rem 0 4.8rem;
  color: rgba(0,85,155,1);
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.content-column:nth-of-type(3n+3) .desc {
  color: rgba(237,159,0,1);
}

br.sp {
  display: none;
}

.link a {
  display: block;
  position: relative;
  width: 300px;
  height: 40px;
  padding-left: 16px;
  border-radius: 20px;
  background: rgba(0,85,155,1);
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
}

.link a::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -120px;
  width: 8px;
  height: 8px;
  margin: auto;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}

.link a:hover {
  box-shadow: 0 0 3px rgba(0,0,0,0.15);
}

@media screen and (max-width: 767px) {
  .content-column::before {
    top: 1.4em;
    font-size: 5rem;
  }

  .content-column h2 {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
  }

  .content-column h2::after {
    top: -0.4em;
    width: 40px;
  }

  .content-column .desc {
    margin: -2.4rem 0 2.4rem;
    font-size: 1.6rem;
  }

  br.sp {
    display: block;
  }

  .link a {
    width: 100%;
  }
}

/* ===================================
  背景色が伸びて出現
=================================== */

.bgextend {
  overflow: hidden;
  position: relative;
  opacity: 0;
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;

  animation-fill-mode: forwards;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.bgappear {
  opacity: 0;
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;

  animation-fill-mode: forwards;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bgLRextend::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  content: "";
  animation-name: bgLRextendAnime;
  animation-duration: 1s;

  animation-fill-mode: forwards;
}
@keyframes bgLRextendAnime {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.bgappearTrigger, .bgLRextendTrigger {
  opacity: 0;
}

.bgappear img {
  width: 100%;
}

/* ===================================
  5分チャレンジ
=================================== */

.five-minutes-timer {
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 40px;
  width: 200px;
}

.five-minutes-timer h2 {
  padding: 0.3em 0;
  background-image: linear-gradient(90deg, rgba(0, 119, 188, 1), rgba(17, 57, 97, 1));
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.five-minutes-timer-column {
  display: flex;
  padding: 0.25em 0 0;
  background: #000;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.8rem;
  line-height: 0.75;

  align-items: center;
  justify-content: center;
}

.five-minutes-timer-txt {
  display: flex;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}

.five-minutes-timer-txt .jst-hours {
  display: none;
}

.buttonzone {
  padding: 0.25em 0.5em 0.5em;
  background: #000;
  text-align: center;
}

.default {
  width: 100%;
  padding: 0.25em;
  border: 0;
  background-color: #fff;
  color: #1e1e1e;
  cursor: pointer;
}

.danger {
  width: 100%;
  padding: 0.25em;
  border: 0;
  background-color: #f00;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .five-minutes-timer {
    bottom: 0;
    width: 100%;
  }

  .five-minutes-timer ul {
    display: flex;
  }

  .five-minutes-timer-flex {
    display: flex;
  }

  .five-minutes-timer h2 {
    width: 25%;
    padding: 1.25em 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .five-minutes-timer-column {
    width: 45%;
    padding: 0.15em 0.1em 0;
    font-size: 3.6rem;
    line-height: 0.85em;
  }

  .buttonzone {
    width: 30%;
    padding: 0.5em 0.5em 0.5em 0;
    line-height: 3.2rem;
  }

  .default {
    padding: 0.75em 0.25em;
  }
}


/* ===================================
  入試情報＆オープンキャンパス
=================================== */

.column-2 {
  display: flex;

  flex-wrap: wrap;
  justify-content: space-between;
}

.column-2::after {
  display: block;
  width: 442px;/* between左寄せ対策 */
  content: "";
}

.column-2 li {
  position: relative;
  width: 442px;
}

@media screen and (max-width: 767px) {
  .column-2::after {
    width: 100%;
  }

  .column-2 li {
    width: 100%;
    margin: 0.5em 0;
  }
}


/* ===================================
  数字で見る大同大学
=================================== */

.fact-list {
  display: flex;

  flex-wrap: wrap;
  justify-content: space-between;
}

.fact-list:after {
  display: block;
  width: 490px;/* between左寄せ対策 */
  content: "";
}

.fact-list li {
  width: 490px;
}

.fact-list li:nth-of-type(5), .fact-list li:nth-of-type(6), .fact-list li:nth-of-type(7) {
  width: 320px;
}

.fact-box {
  position: relative;
  width: 100%;
  height: 246px;
  margin: 0 0 20px;
  padding: 20px 25px;
  border: 3px solid #ccc;
  background: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.fact-box.box2 {
  height: 190px;
}

.fact-box.box3 {
  height: 400px;
}

.fact-box .link a {
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 160px;
  background: #ed9f00;
}

.fact-box h3 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}

.fact-box .count {
  color: rgba(237,159,0,1);
  font-family: "Josefin Sans", sans-serif;
  font-size: 10rem;
  line-height: 1.2em;
}

.fact-box.box2 .count, .fact-box.box3 .count {
  font-size: 7.2rem;
}

.fact-box .count .genre {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.1em;
}

.fact-box.box2 .count .genre, .fact-box.box3 .count .genre {
  font-size: 3.6rem;
}

.fact-box .notes {
  margin-top: -2.5rem;
}

.fact-box.box3 .notes {
  margin-top: -1.5rem;
}

.fact-box.fact01 {
  background-image: url("../img/fact01.png");
}

.fact-box.fact02 {
  background-image: url("../img/fact02.png");
}

.fact-box.fact03 {
  background-image: url("../img/fact03.png");
}

.fact-box.fact04 {
  background-image: url("../img/fact04.png");
}

.fact-box.fact05 {
  background-image: url("../img/fact05.png");
}

.fact-box.fact06 {
  background-image: url("../img/fact06.png");
}

.fact-box.fact07 {
  background-image: url("../img/fact07.png");
}

.fact-box.fact08 {
  background-image: url("../img/fact08.png");
}

@media screen and (max-width: 767px) {
  .fact-list {
    display: block;
  }

  .fact-list li {
    width: 100%;
  }

  .fact-list li:nth-of-type(5), .fact-list li:nth-of-type(6), .fact-list li:nth-of-type(7) {
    width: 100%;
  }

  .fact-box {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding: 20px;
  }

  .fact-box.box2 {
    height: auto;
  }

  .fact-box.box3 {
    height: auto;
  }

  .fact-box .link {
    margin-top: 0.6em;
  }

  .fact-box .link a {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .fact-box h3 {
    font-size: 2rem;
  }

  .fact-box .count {
    font-size: 6rem !important;
  }

  .fact-box .count .genre {
    font-size: 3rem !important;
  }

  .fact-box .notes {
    margin-top: -1.5rem !important;
  }

  .fact-box .sp-flex {
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
  }

  .fact-box.fact01 {
    background-image: url("../img/fact01.png");
    background-position: center right;
    background-size: 160px 160px;
  }

  .fact-box.fact02 {
    background-image: url("../img/fact02.png");
    background-position: center right;
    background-size: 160px 160px;
  }

  .fact-box.fact03 {
    background-image: url("../img/fact03.png");
    background-position: center right;
    background-size: 160px 160px;
  }

  .fact-box.fact04 {
    background-image: url("../img/fact04.png");
    background-position: center right;
    background-size: 160px 160px;
  }

  .fact-box.fact05 {
    background-image: url("../img/fact05.png");
    background-position: center right;
    background-size: 160px 160px;
  }

  .fact-box.fact06 {
    background-image: url("../img/fact06.png");
    background-position: center right;
  }

  .fact-box.fact07 {
    background-image: url("../img/fact07_sp.png");
  }

  .fact-box.fact08 {
    background-image: url("../img/fact08_sp.png");
  }
}

/* ===================================
  学部について＆実学教育
=================================== */

.dept-box {
  display: flex;

  flex-wrap: wrap;
  justify-content: space-between;
}

.dept-box.dept01 {
  flex-direction: row-reverse;
}

.dept-detail {
  width: 400px;
}

.dept-box h3 {
  padding: 0.4em 0 0.6em;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: left;
}

.dept-box.dept01 h3 {
  color: #53b94c;
}

.dept-box.dept02 h3 {
  color: #008bd0;
}

.dept-box.dept03 h3 {
  color: #f79526;
}

.dept-box .link {
  margin-top: 1.2em;
}

.dept-box.dept01 .link a {
  background: #53b94c;
}

.dept-box.dept02 .link a {
  background: #008bd0;
}

.dept-box.dept03 .link a {
  background: #f79526;
}

.youtube {
  margin: 4em 0 8em;
}

.youtube a {
  display: block;
  margin-top: 1em;
}

.column-3 {
  display: flex;

  flex-wrap: wrap;
  justify-content: space-between;
}

.column-3::after {
  display: block;
  width: 300px;/* between左寄せ対策 */
  content: "";
}

.column-3 li {
  position: relative;
  width: 300px;
}

.column-3 h3 {
  padding: 1em 0 0.6em;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

.column-3 .link {
  margin-top: 1.2em;
}

.column-3 .link a {
  right: 0;
  left: 0;
  margin: 0 auto;
}

.movie {
  position: relative;
  margin-top: 7em;
  padding: 3em 1em 4em;
  background: #eee;
}

.movie h3 {
  position: absolute;
  top: -0.4em;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-family: "Josefin Sans", sans-serif;
  font-size: 6rem;
  text-align: center;
}

.movie .desc {
  margin: 0 0 1em;
  color: #1e1e1e;
}

.slick-slide {
  font-size: 0;
  line-height: 0;
}

.slider {
  display: none;
  position: relative;
}

.slider.slick-initialized {
  display: block;
  width: 800px;
  margin: 0 auto;
  text-align: center;
}

.content-column button {
  border: none;
  cursor: pointer;
}

.slick-slide a {
  display: block;
  overflow: hidden;
  margin: 0;
  outline: none;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;

  object-fit: cover;
}

.slick-slide a:hover img {
  transform: scale(1.01);
}

.slick-prev {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: -136px;
  width: 72px;
  height: 72px;
  margin: auto;
  background: url("../img/btn_prev.png") no-repeat;
}

.slick-next {
  position: absolute;
  z-index: 5;
  top: 0;
  right: -136px;
  bottom: 0;
  width: 72px;
  height: 72px;
  margin: auto;
  background: url("../img/btn_next.png") no-repeat;
}

@media screen and (max-width: 767px) {
  .dept-box {
    display: block;
    margin: 3em 0 0;
  }

  .dept-detail {
    width: 100%;
  }

  .dept-box h3 {
    padding: 1em 0 0.6em;
    font-size: 2.8rem;
    text-align: center;
  }

  .dept-box .link a {
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .youtube {
    margin: 2em 0 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #ccc;
  }

  .column-3 {
    display: block;
  }

  .column-3 li {
    width: 100%;
    margin-bottom: 4em;
  }

  .column-3 li:last-of-type {
    margin-bottom: 2em;
  }

  .movie {
    margin-top: 4em;
    padding: 1.5em 1em 1em;
  }

  .movie h3 {
    font-size: 2.8rem;
  }

  .slider.slick-initialized {
    width: 100%;
  }

  .slick-prev {
    left: -24px;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }

  .slick-next {
    right: -24px;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }
}

/* ===================================
  キャンパス
=================================== */

.campus-column {
  display: flex;
  flex-direction: row-reverse;

  justify-content: space-between;
}

.campus-column-1 {
  width: 440px;
}

.campus-column-1 h3 {
  margin-bottom: 1em;
  color: #00559b;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
}

.campus-box {
  position: relative;
  width: 100%;
  margin-top: 1.2em;
  background-image: url("../img/campus_bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.campus-box h4 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}

.campus-box .count {
  color: rgba(0,85,155,1);
  font-family: "Josefin Sans", sans-serif;
  font-size: 10rem;
  line-height: 1.2em;
}

.campus-box .count .genre {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.1em;
}

.campus-box .notes {
  color: #1e1e1e;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .campus-column {
    display: block;
  }

  .campus-column-1 {
    width: 100%;
    padding: 2em 0 2em;
    background-size: 50%;
  }

  .campus-box {
    background-size: 156px auto;
  }

  .campus-box h4 {
    font-size: 2rem;
  }

  .campus-box .count {
    font-size: 6rem !important;
  }

  .campus-box .count .genre {
    font-size: 3rem !important;
  }

  .campus-box .notes {
    display: block;
    margin-top: -1em;
  }

  .campus-box .link {
    margin-top: 1.2em;
  }

  .campus-box .link a {
    width: 200px;
  }
}

/* ===================================
  奨学金
=================================== */

.support-column {
  display: flex;

  justify-content: space-between;
}

.support-column-1 {
  width: 520px;
  background-image: url("../img/support_bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.support-column-1 h3 {
  margin-bottom: 1em;
  color: #ed9f00;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
}

.support-column-1 p {
  width: 320px;
}

.support-column .link {
  margin-top: 1.2em;
}

.support-column .link a {
  background: #ed9f00;
}

@media screen and (max-width: 767px) {
  .support-column {
    display: block;
  }

  .support-column-1 {
    width: 100%;
    padding: 2em 0 6.5em;
    background-size: 50%;
  }

  .support-column-1 p {
    width: 100%;
  }

  .support-column .link a {
    width: 200px;
  }
}

/* ================================ */

.bnr-column {
  padding: 3em 0;
  background: url("../img/bg2.png") repeat;
}

.bnr-column ul {
  display: flex;

  justify-content: space-between;
}

.bnr-column li {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .bnr-column {
    padding: 1.5em 0;
  }

  .bnr-column ul {
    width: 100%;
    margin: auto;
  }

  .bnr-column img {
    padding: 0 10px;
  }
}

/* ================================ */

.fAdd {
  overflow: hidden;
  padding: 10px 0 15px;
  padding-right: 0;
  border-top: solid 1px #a6a6a6;
}

.fAdd address {
  padding-top: 5px;
  vertical-align: middle;
}

.fAdd address a {
  display: inline-block;
  vertical-align: middle;
}

.fAdd address img {
  display: inline-block;
  margin-right: 20px;
}

.fAdd span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

#copyright {
  background-image: linear-gradient(90deg, rgba(0, 119, 188, 1), rgba(17, 57, 97, 1));
}

#copyright .inner {
  margin: 0 auto;
}

#copyright p {
  margin: 0 auto;
  padding: 8px 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 24%;
  }

  .fAdd {
    padding: 2em 0 2.5em;
  }
  .fAdd address {
    text-align: center;
  }

  .fAdd address img {
    margin: 0 0 1.5em;
  }
}
