@charset "utf-8";
/* ------------------------------------------------------------ document */
#top {
  padding: 60px 0 30px;
}

#seminar {
  width: 50%;
  padding-right: 50px;
}
#seminar .shadow {
  box-shadow: 10px 17.321px 30px 0px rgba(24, 25, 46, 0.2);
}

#seminar .about {
  /* margin-bottom: 100px; */
}
#seminar .about h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
#seminar .about h2 span {
  display: block;
  font-size: 16px;
  color: #004bb6;
  letter-spacing: 0.04em;
  font-family: "Metropolis-SemiBold", sans-serif;
  margin-bottom: 15px;
}
#seminar .about h2 small {
  display: block;
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}
#seminar .about p {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 42px;
  font-feature-settings: "palt";
}
#seminar .about img {
  display: block;
  margin: 0 auto;
}

#seminar .flow {
  position: relative;
  margin-bottom: 100px;
  z-index: 1;
}
#seminar .flow h3 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}
#seminar .flow h3 span {
  display: block;
  font-size: 16px;
  color: #004bb6;
  letter-spacing: 0.04em;
  font-family: "Metropolis-SemiBold", sans-serif;
  margin-bottom: 22px;
}
#seminar .flow .step {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
#seminar .flow .step:after {
  position: absolute;
  left: 35px;
  top: 65px;
  content: "";
  width: 1px;
  height: 40px;
  background: #c2c2c2;
  z-index: -1;
}
#seminar .flow .step:last-child {
  margin-bottom: 0;
}
#seminar .flow .step:last-child:after {
  display: none;
}

#seminar .flow .step .circle {
  font-size: 20px;
  color: #fff;
  font-family: "Metropolis-SemiBold", sans-serif;
  width: 70px;
  border-radius: 50%;
  margin-right: 20px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(0, 75, 182) 0%,
    rgb(0, 109, 215) 99%
  );
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 27px 0 23px;
  text-align: center;
}
#seminar .flow .step .txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}

#seminar .qual {
  margin-bottom: 42px;
}

#seminar .qual h3 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
#seminar .qual h3 span {
  display: block;
  font-size: 16px;
  color: #004bb6;
  letter-spacing: 0.04em;
  font-family: "Metropolis-SemiBold", sans-serif;
  margin-bottom: 14px;
}
#seminar .qual .bold {
  font-size: 20px;
  font-weight: 700;
  color: #004bb6;
  margin-bottom: 10px;
}
#seminar .qual .txt {
  font-size: 16px;
  line-height: 2;
}

#seminar .qual .check {
  margin-bottom: 0;
  font-size: 14px;
}

#seminar .qual .check:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/common/check.svg) no-repeat center center / 100%;
  margin-right: 10px;
  vertical-align: -3px;
}

#seminar .qual ul {
  margin-bottom: 2px;
}

#seminar .qual ul li {
  margin-left: 25px;
  font-size: 14px;
  line-height: 1.7;
}

#seminar .qual ul li:not(:first-child) {
  margin-left: 35px;
}

#DLform table tr .txt {
  font-size: 16px;
  line-height: 1.7;
  padding: 8px 0 15px;
}

#DLform table tr .txt input {
  margin: 0 5px 2px;
}

#DLform .question {
  margin-bottom: 20px;
}

#DLform .question .list {
  display: inline-block;
  margin-right: 10px;
}

#DLform .question .list:nth-of-type(2n) {
  margin-right: 0px;
}

#DLform .question:not(:nth-of-type(1)) {
  margin-bottom: 35px;
}

.br-SP {
  display: block;
}

#seminar .btm {
}
#seminar .btm table {
  width: 100%;
  margin-bottom: 30px;
}
#seminar .btm tr {
  vertical-align: baseline;
}
#seminar .btm th {
  width: 145px;
  display: inline-block;
  padding-bottom: 30px;
}
#seminar .btm th p {
  width: 145px;
  line-height: 1.4;
  text-align: center;
  font-size: 20px;
  color: #004bb6;
  background: #ccdbf0;
  border-radius: 5px;
  margin-bottom: 0;
}
#seminar .btm td {
  font-size: 20px;
  padding: 0 0 30px 20px;
}
#seminar .btm td small {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
#seminar .btm td small a {
  color: #0053be;
}

@media only screen and (max-width: 768px) {
  #top {
    padding: 15px 0 20px;
  }

  #seminar {
    width: 100%;
    padding: 0 0 50px;
  }

  #seminar .about {
    /* margin-bottom: 50px; */
  }
  #seminar .about h2 {
    font-size: 26px;
    margin-bottom: 22px;
  }
  #seminar .about h2 span {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #seminar .about h2 small {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #seminar .about p {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 30px;
  }
  #seminar .about img {
    display: block;
    margin: 0 auto;
  }

  #seminar .flow {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
  }
  #seminar .flow h3 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  #seminar .flow h3 span {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #seminar .flow .step {
    margin-bottom: 20px;
  }
  #seminar .flow .step:after {
    left: 25px;
    top: 45px;
    content: "";
    width: 1px;
    height: 30px;
  }

  #seminar .flow .step .circle {
    font-size: 18px;
    color: #fff;
    width: 50px;
    margin-right: 10px;
    padding: 18px 0 14px;
  }
  #seminar .flow .step .txt {
    font-size: 13px;
    line-height: 1.9;
  }

  #seminar .qual {
    margin-bottom: 30px;
  }

  #seminar .qual h3 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin-bottom: 22px;
  }
  #seminar .qual h3 span {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #seminar .qual .bold {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #seminar .qual .txt {
    font-size: 13px;
    line-height: 1.9;
  }

  #seminar .qual .check {
    font-size: 13px;
  }

  #seminar .qual .check:before {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }

  #seminar .qual ul li {
    margin-left: 20px;
    font-size: 13px;
  }

  #seminar .qual ul li:not(:first-child) {
    margin-left: 32px;
  }

  #DLform table tr .txt {
    padding: 5px 0 15px;
  }

  #DLform .question {
    margin-bottom: 35px;
  }

  #DLform .question .list {
    display: block;
    margin-right: 0;
  }

  .br-SP {
    display: none;
  }

  #seminar .btm table {
    display: block;
    border-spacing: 0;
    margin-bottom: 30px;
  }
  #seminar .btm tr {
    display: block;
  }
  #seminar .btm th {
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
  #seminar .btm th p {
    width: 145px;
    line-height: 1.4;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 0;
  }
  #seminar .btm td {
    display: block;
    font-size: 16px;
    padding: 0 0 20px 15px;
  }
  #seminar .btm td small {
    font-size: 13px;
    line-height: 1.9;
  }
}
