@charset "UTF-8";
@import url(liset.css);
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.button-contact {
  background-color: #0098ff;
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: bold;
  border-radius: 8px;
}

.mv {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  padding: 0 !important;
}
.mv img {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center;
}
.mv #mv_re-img {
  display: none;
}

article {
  margin-bottom: 5rem;
}

section {
  margin-bottom: 3rem;
}

h2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

h2::before {
  content: "";
  border-left: solid 5px #113479;
  padding-right: 0.75rem;
}

.center-paragraph p {
  font-size: 1.375rem;
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.8rem;
}
.center-paragraph span {
  font-weight: bold;
  color: #0098ff;
}

.center-img {
  text-align: center;
}
.center-img img {
  max-width: 960px;
  width: 100%;
}

.content-box {
  padding: 4rem 0 2rem 0;
  margin: 0 auto;
}

.service-index img {
  max-width: 960px;
  width: 100%;
}

.course-index {
  max-width: 1320px;
}

.course-detail {
  background-color: rgb(212, 212, 212);
  width: 33.3333333333%;
  margin: 0 0.5rem;
  padding: 1rem !important;
  border-radius: 10px;
}
.course-detail a {
  display: block;
  color: #113479;
}
.course-detail h3 {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
}
.course-detail h4 {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.course-detail p {
  line-height: 1.6rem;
}
.course-detail li {
  list-style-position: inside;
  list-style-type: square;
}

.contact {
  max-width: 960px;
}

footer {
  text-align: center;
}

li {
  list-style-position: inside;
  margin-bottom: 0.5rem;
}

.button-link {
  text-align: center;
  background-color: #0098ff;
  border-radius: 3rem;
  margin: 0 auto;
}
.button-link p {
  padding: 0.6rem 1rem 0.5rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
}

.service-list {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.service-list li {
  list-style: none;
  float: left;
  width: 49%;
  min-height: 150px;
  margin-bottom: 2rem;
  padding-right: 130px;
  background-position: right center;
  background-repeat: no-repeat;
}
.service-list li h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.service-list li p {
  line-height: 1.6rem;
}
.service-list .service001 {
  background-image: url(../images/service_icon001.png);
}
.service-list .service002 {
  background-image: url(../images/service_icon002.png);
}
.service-list .service003 {
  background-image: url(../images/service_icon003.png);
}
.service-list .service004 {
  background-image: url(../images/service_icon004.png);
}

.service-list::after {
  clear: both;
}

.right-list {
  float: right !important;
}

.service-curriculum {
  overflow: hidden;
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.service-curriculum table {
  width: 50%;
  padding: 1rem;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-radius: 5px;
  table-layout: fixed;
}
.service-curriculum table tr th {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  background-color: #0098ff;
  border-radius: 5px;
  color: #ffffff;
  width: 20%;
}
.service-curriculum table tr td {
  padding: 0.5rem 1rem 0.6rem 1rem;
  background-color: #6fc5ff;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
.service-curriculum .curriculum-l {
  float: left;
}
.service-curriculum .curriculum-r {
  float: right;
}

.system-features article h1 {
  color: #ffffff;
  padding: 160px 0;
  font-size: 80px;
  font-family: "Crimson Text", serif;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 450px;
  min-height: 400px;
  vertical-align: middle;
  background-image: url(../images/img_sanetech.png);
}
.system-features #sanetech {
  background-image: url(../images/sanetech_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.system-features #sanetech div {
  margin: 0 auto;
  max-width: 960px;
}
.system-features .system-detail {
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
}
.system-features .system-detail table {
  margin: 0 auto;
  padding: 1rem;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-radius: 5px;
  width: 50%;
  height: 250px;
  float: left;
}
.system-features .system-detail table tbody tr {
  padding: 0.5rem 0;
  line-height: 0 !important;
}
.system-features .system-detail table tbody tr th {
  padding: 1rem;
  vertical-align: middle;
  border-left: 3px solid #113479;
  font-weight: bold;
  font-size: 1.5rem;
}
.system-features .system-detail table tbody tr td {
  font-size: 1.25rem;
  padding: 0.75rem 1rem 1rem 1rem;
}

.service-curriculum {
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.system-list {
  max-width: 720px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 3rem;
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 200px;
  min-height: 200px;
}
.system-list li {
  list-style: none;
  margin-bottom: 2rem;
}
.system-list li p {
  font-size: 1.25rem;
  line-height: 1.6rem;
}

.instructor {
  background-image: url(../images/img_system-instructor.jpg);
  border-bottom: solid 2px #113479;
}

.customer {
  background-image: url(../images/img_system-customer.jpg);
}

.company {
  overflow: hidden;
  max-width: 1320px;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.company table {
  font-size: 1.25rem;
  max-width: 960px;
  padding: 1rem;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 3px 3px;
  border-radius: 5px;
}
.company table tr th {
  padding: 0.5rem 1rem 0.6rem 1rem;
  font-weight: bold;
}
.company table tr td {
  padding: 0.5rem 1rem 0.6rem 1rem;
}
.company table tr td br {
  display: none;
}

#contact div {
  margin-bottom: 5rem;
}
#contact div .contact-caption {
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  padding-left: 1rem;
  border-left: 3px solid #113479;
}
#contact div .tel-email {
  font-weight: bold;
  font-size: 1.75rem;
  color: #0098ff;
}
#contact div .tel-email a {
  color: #0098ff;
}

@media screen and (max-width: 959px) {
  .course-index .d-flex {
    flex-wrap: wrap;
  }
  .course-index .d-flex .course-detail {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  h2 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  h2::before {
    content: "";
    border-left: solid 5px #113479;
    padding-right: 0.75rem;
  }
  .center-paragraph p {
    font-size: 1rem;
  }
  .content-box {
    padding: 2rem 0.5rem 1rem 0.5rem;
    margin: 0 auto;
  }
  .service-list li {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 3rem;
    float: none !important;
  }
  .service-list li h3 {
    font-size: 1rem;
  }
  .service-curriculum table {
    font-size: 0.875rem;
  }
  .service-curriculum table th {
    padding: 0 0.25rem;
  }
  .system-features article h1 {
    padding: 88px 0;
    font-size: 2rem;
    background-size: 225px 200px;
    padding-right: 225px;
    min-height: 200px;
    margin: 0 50px;
  }
  .system-features .system-detail table {
    margin: 0 auto;
    padding: 1rem;
    width: 100%;
    height: auto;
    float: none;
  }
  .system-features .system-detail table tbody tr {
    padding: 0.5rem 0;
  }
  .system-features .system-detail table tbody tr th {
    padding: 1rem;
    vertical-align: middle;
    font-size: 1rem;
  }
  .system-features .system-detail table tbody tr td {
    font-size: 1rem;
    padding: 0.75rem 0 1rem 0;
  }
  .system-list li p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .header .container-fluid .button-contact {
    font-size: 0.875rem;
  }
  .header .container-fluid .button-contact #delete-paragraph {
    display: none;
  }
  .mv {
    margin-bottom: 1rem !important;
  }
  #mv_re-img {
    display: inline-block !important;
  }
  #mv-img {
    display: none;
  }
  article {
    margin-bottom: 2.5rem;
  }
  section {
    margin-bottom: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h2::before {
    content: "";
    border-left: solid 3px #113479;
    padding-right: 0.5rem;
  }
  .center-paragraph p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .content-box {
    padding: 2rem 0.5rem 1rem 0.5rem;
    margin: 0 auto;
  }
  .course-index .d-flex {
    flex-wrap: wrap;
  }
  .course-index .d-flex .course-detail {
    width: 100%;
  }
  .service-curriculum {
    padding-bottom: 3rem;
  }
  .service-curriculum table {
    width: 100%;
    padding: 0;
    float: none;
  }
  .service-curriculum table tr th {
    padding: 0 0.5rem;
  }
  .system-features article h1 {
    padding: 70px 0;
    font-size: 1.5rem;
    background-size: 168.75px 150px;
    padding-right: 168.75px;
    min-height: 150px;
    margin: 0 20px;
    line-height: 0;
  }
  .system-list {
    background-image: none;
    padding-right: 0;
  }
  .company {
    padding-bottom: 2rem;
  }
  .company table {
    font-size: 1rem;
    padding: 0;
    border-spacing: 3px 3px;
    width: 100%;
  }
  .company table tr th {
    padding: 0.5rem 0;
    width: 25%;
  }
  .company table tr td {
    padding: 0.5rem 0;
    width: 75%;
  }
  .company table tr td br {
    display: block;
  }
  footer {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=style.css.map */