
body {
  color: #222;
  line-height: 1.5;
  font-size: 1.8rem;
  background: #fff;

  font-family: "mizolet", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.l-header {
  height: 210px;
  padding-top: 10px;
  background: linear-gradient(#eafcfa, #fff);
}
.l-header .in-header {
  display: flex;
  width: 200px;
}
.l-header .l-logo {
  width: 100%;
  left: auto;
}
.l-header .l-logo img {
  width: 100%;
}
/*
.l-header .l-logo a {
  height: 120px;
}
*/
.l-header .c-text {
  padding-top: 35px;
  margin-left: 40px;
  color: #7892ff;
  font-size: 2.0rem;
  text-align: center;
}

.l-container.first-content {
  margin-top: 35px;
}
@media only screen and (max-width: 640px) {
  .l-container.first-content {
    margin-top: 60px;
  }
}

.main-visual {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.main-visual .pic {
  border-radius: 60px;
  overflow: hidden;
}

.main-visual .text {
  position: absolute;
  top: 95px;
  left: 0px;
  width: 100%;
  font-size: 5rem;
  color: #fff;
  text-shadow    :
    2px  2px 6px rgba(141, 111, 90, 0.37),
    -2px  2px 6px rgba(141, 111, 90, 0.37),
    2px -2px 6px rgba(141, 111, 90, 0.37),
    -2px -2px 6px rgba(141, 111, 90, 0.37),
    2px  0px 6px rgba(141, 111, 90, 0.37),
    0px  2px 6px rgba(141, 111, 90, 0.37),
    -2px  0px 6px rgba(141, 111, 90, 0.37),
    0px -2px 6px rgba(141, 111, 90, 0.37);
}

section.sec-normal {
  margin-left: 90px;
  margin-right: 90px;
}
h2.heading-ut {
  font-size: 3.2rem;
  margin-bottom: 40px;
  text-align: center;
}
h3.title-ut-f {
  font-size: 2.4rem;
  margin-bottom: 40px;
}

p.lead-ut {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  p.lead-ut {
    font-size: 1.8rem;
  }
}

table.table-ut-normal {
  border-top: none;
  border-left: none;
  margin-bottom: 60px;
}
.table-ut-normal th,
.table-ut-normal td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: none;
  border-bottom: solid 10px #fff;
}
.table-ut-normal tr:last-child th,
.table-ut-normal tr:last-child td {
  border-bottom: none;
}


.table-ut-normal th {
  background: #37b284;
  vertical-align: middle;
  color: #fff;
}
.table-ut-normal td {
  background: #eef9f7;
  background: #fff;
}
.table-ut-normal th a {
  color: #fff;
  text-decoration: underline;
}


.panel-ut.model-plain > .unit-ut {
  background: #fff;
  border: solid 2px #bffaf4;
}

.l-footer {
  min-height: 400px;
  background: linear-gradient(#fff, #eafcfa);
}
.l-footer .in-footer {
  display: block;
  text-align: center;
}
.l-footer .l-logo {
  width: 240px;
  margin: 20px auto;
  margin-top: 80px;
}
.l-footer .l-logo img {
  width: 100%;
}
.l-footer .footer-profile {
  font-size: 2.0rem;
  color: #2d4bc5;
}
.l-footer .c-description {
  margin-top: 30px;
}
.l-footer .c-copyright {
  margin-top: 80px;
}

@media only screen and (max-width: 834px) {
  .l-header {
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .l-header .in-header {
    width: 320px;
  }
  .l-header .l-logo {
    position: relative;
    width: 33%;
    margin: 0;
  }
  .l-header .l-logo a {
    width: 100%;
    height: auto;
  }
  .l-header .l-logo a img {
    width: 100%;
    height: auto;
  }
  .l-header .c-text {
    width: 200px;
    padding-top: 20px;
    margin: 0;
    margin-left: 20px;
    font-size: 1.6rem;
    text-align: center;
  }
  .l-container.first-content {
    margin-top: 200px;
  }
  .lead-ut {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-visual .text {
    top: 30%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 3rem;
  }
  section.sec-normal {
    margin-left: 20px;
    margin-right: 20px;
  }

.table-ut-normal th {
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: solid 2px #ebf7fc;
}
.table-ut-normal td {
  display: block;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom: solid 2px #ccc;
  margin-bottom: 10px;
}
.table-ut-normal tr:last-child th,
.table-ut-normal tr:last-child td {
  border-bottom: solid 2px #ccc;
}

  .l-footer {
    text-align: center;
  }
  .l-footer .l-logo{
    margin-top: 0px;
  }
  .l-footer a.btn-brocken {
    margin: 0 auto 20px;
  }

} /* 0 - 834px */


@media only screen and (max-width: 640px) {
  .l-header.model-logo-center .l-logo {
    width: 33%;
  }
  .main-visual {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-visual br {
    display: none;
  }
  .main-visual img,
  .main-visual {
    width: auto !important;
    height: 300px;
  }
  .main-visual {
    margin-bottom: 60px;
  }
  .l-container.first-content {
    margin-top: 130px;
  }
}


@media only screen and (max-width: 414px) {
  .main-visual .text {
    top: 22%;
  }
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 320px) {
}
