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

.l-header {
  background: transparent;
}
.l-header .c-heading {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 20px;
  color: #7892ff;
  font-size: 2.0rem;
  text-align: center;
}

.l-header.model-logotext .l-logo > a {
  width: 120px;
}

@media only screen and (max-width: 834px) {
  .l-header.model-logotext {
    margin-top: 10px;
}
  .l-container.first-content {
    margin-top: 80px;
  }
  .l-header.model-logotext .l-logo {
    width: 320px;
    margin: 0 auto;
  }
  .l-header.model-logotext .l-logo > a {
    width: 80px;
  }
  .l-header .l-logo a img {
    width: auto;
  }
  .l-header .c-heading {
    margin-left: 10px;
    font-size: 18px;
  }
}

/*  */

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

.main-visual .c-text {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  font-size: 5rem;
  color: #2d4bc5;
  transform: translateY(-50%);
  /*
  text-shadow    :
  2px  2px 6px rgba(77, 63, 5, 0.18),
  -2px  2px 6px rgba(77, 62, 5, 0.18),
  2px -2px 6px rgba(77, 62, 5, 0.18),
  -2px -2px 6px rgba(77, 62, 5, 0.18),
  2px  0px 6px rgba(77, 62, 5, 0.18),
  0px  2px 6px rgba(77, 62, 5, 0.18),
  -2px  0px 6px rgba(77, 62, 5, 0.18),
  0px -2px 6px rgba(77, 62, 5, 0.18);
  */
}
@media only screen and (max-width: 834px) {
  .main-visual .c-text {
    /*
    padding-left: 30px;
    padding-right: 30px; */
    font-size: 3rem;
  }
}

section.sec-normal {
  margin-left: 90px;
  margin-right: 90px;
}
h2.title-ut-f {
  font-size: 3.0rem;
}
.u-paragraph {
  font-size: 2.0rem;
}
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 #F3F2EE;
}
.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: #F3F2EE;
}

.l-footer {
  min-height: 400px;
  /* background: linear-gradient(#fff, #eafcfa); */
}
.l-footer .in-footer {
  display: block;
  text-align: center;
}
.l-footer .l-logo {
  width: 120px;
  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: 60px;
  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;
}
*/



  section.sec-normal {
    margin-left: 20px;
    margin-right: 20px;
  }

  .table-ut-normal th {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: solid 2px #ebf7fc;
  }
  .table-ut-normal td {
    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;
  }

  .table-ut-normal th {
    display: block;
  }
  .table-ut-normal td {
    display: block;
  }
} /* 0 - 834px */


@media only screen and (max-width: 640px) {
  .main-visual {
    overflow: hidden;
  }
  .main-visual br {
    display: none;
  }
  .main-visual img,
  .main-visual {
    width: auto !important;
    height: 300px;
  }
  .main-visual {
    margin-bottom: 60px;
  }
}


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