@charset "utf-8";

.pageFlex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
}
.btns.fortop {
  margin-bottom: 100px;
}

#top {
  padding: 60px 0 30px;
}

/* ------------------------------------------------------------ document */

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

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

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

#demo .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;
}
#demo .flow .step .txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}

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

#DLform {
  width: 50%;
  padding: 60px 40px 70px;
  background-color: #f4f5f7;
  border-radius: 15px;
}

#DLform h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #004bb6;
  text-align: center;
  margin: 0 auto 22px;
}
#DLform .caution {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 0 0 25px;
}
#DLform .caution span {
  color: #ad1c25;
}

#DLform table {
  width: 100%;
  margin: 0 auto 25px;
}

#DLform table tr th {
  width: 132px;
  text-align: left;
  font-size: 14px;
  vertical-align: top;
  padding: 15px 0;
}
#DLform table tr th span {
  color: #ad1c25;
}
#DLform table tr td {
  font-size: 14px;
  padding: 15px 0;
  width: 337px;
}
#DLform table tr .double {
  display: flex;
  justify-content: space-between;
}
#DLform table .long,
#DLform table .half {
  padding: 14px 26px 13px;
  background: #fff;
  border: 1px solid #c2c2c2;
}
#DLform table .long {
  width: 100%;
}
#DLform table .half {
  width: 158px;
}

#DLform .question {
  margin-bottom: 40px;
}
#DLform .question p {
  font-size: 14px;
  margin-bottom: 21px;
  letter-spacing: 0.1em;
}

#DLform .question p span {
  color: #ad1c25;
}

#DLform .question ul {
}
#DLform .question li {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
#DLform .question li label {
  margin-left: 10px;
  vertical-align: -1px;
}
#DLform .question .other {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
}
#DLform .question .other div {
  display: inline-block;
}
#DLform .question .other .textarea {
  width: 337px;
  height: 50px;
  padding: 14px 26px 13px;
  background: #fff;
  border: 1px solid #c2c2c2;
}

#DLform .privacy {
  margin-bottom: 44px;
}
#DLform .privacy .box {
  width: 100%;
  height: 320px;
  overflow-y: scroll;
  border: 1px solid #c2c2c2;
  padding: 62px 25px 42px;
  margin-bottom: 30px;
  background: #fff;
}
#DLform .privacy .box .bold {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 45px;
}
#DLform .privacy .box .blue {
  font-size: 16px;
  color: #0156bc;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
#DLform .privacy .box .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 61px;
}
#DLform .privacy .box .txt:last-child {
  margin-bottom: 0;
}

#DLform .privacy .agreement {
  display: block;
  font-size: 16px;
  color: #0049af;
  letter-spacing: 0.1em;
  line-height: 1.625;
  margin-bottom: 18px;
  text-align: left;
  font-feature-settings: "palt";
  text-indent: -1.5em;
  padding-left: 1.5em;
}
#DLform .privacy small {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 2;
}

#DLform .confirmation {
}
#DLform .confirmation .btns {
  display: block;
  width: 400px;
  line-height: 70px;
  font-size: 18px;
  margin: 0 auto;
}
#DLform .confirmation .btns:after {
  right: 28px;
  width: 10px;
  height: 10px;
}

/* ------------------------------------------------------------ error */
#error {
  padding: 50px 0;
}

#error h3 {
  font-size: 32px;
  text-align: center;
  margin: 0 0 40px;
  padding: 0 0 30px;
}

#error .caution {
  font-size: 16px;
  text-align: center;
  margin: 0 0 40px;
}

#error .alert {
  margin: 0 0 50px;
}

#error .alert span {
  display: block;
  text-align: center;
  margin: 0 0 20px;
  color: red;
}
#error .btns {
  width: 400px;
  line-height: 70px;
  font-size: 18px;
  margin: 0 auto;
}
#error .back {
  background: #c9c9c9;
  color: #000;
}

/* ------------------------------------------------------------ confirm */
#confirm {
  padding: 150px 0 50px;
}

#confirm h3 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 40px;
}

#confirm .caution {
  font-size: 16px;
  text-align: center;
  margin: 0 0 40px;
}

#confirm table {
  width: 90%;
  margin: 0 auto 50px;
}

#confirm table tr {
  border-bottom: solid 1px #e5e5e5;
}

#confirm table tr:first-of-type {
  border-top: solid 1px #e5e5e5;
}

#confirm table tr th {
  width: 300px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  padding: 20px 0 20px 1em;
}

#confirm table tr td {
  line-height: 1.5;
  padding: 20px 0;
}

#confirm .confirmation {
  display: flex;
  justify-content: center;
}
#confirm .confirmation .btns {
  width: 400px;
  line-height: 70px;
  font-size: 18px;
  margin: 0 15px;
}
#confirm .confirmation .back {
  background: #c9c9c9;
  color: #000;
}
#confirm .confirmation .forward {
  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%
  );
  color: #fff;
}

/* ------------------------------------------------------------ thanks */
#thanks {
  margin: 50px 0 100px;
}

#thanks h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 40px;
}

#thanks .caution {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  margin: 0 0 30px;
}

#thanks small {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 2;
  margin: 0 0 40px;
}
#thanks .btns {
  width: 400px;
  line-height: 70px;
  font-size: 18px;
  margin: 0 auto;
}
#thanks .forward {
  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%
  );
  color: #fff;
}

/* ------------------------------------------------------------ mobile */

@media only screen and (max-width: 768px) {
  .pageFlex {
    display: block;
    margin-bottom: 50px;
  }
  .btns.fortop {
    margin-bottom: 50px;
  }

  #top {
    padding: 15px 0 20px;
  }

  /* ------------------------------------------------------------ document */

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

  #demo .about {
    margin-bottom: 50px;
  }
  #demo .about h2 {
    font-size: 36px;
    margin-bottom: 22px;
  }
  #demo .about h2 span {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #demo .about h2 small {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #demo .about p {
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 24px;
  }
  #demo .about img {
    display: block;
    margin: 0 auto;
  }

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

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

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

  #DLform {
    width: 100%;
    padding: 40px 20px 50px;
  }

  #DLform h3 {
    font-size: 24px;
    margin: 0 auto 15px;
  }
  #DLform .caution {
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 20px;
  }
  #DLform .flow {
  }
  #DLform .flow ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  #DLform .flow li {
    position: relative;
    width: 50px;
    font-size: 14px;
    margin-right: 60px;
  }
  #DLform .flow li:after {
    top: 25px;
    left: 60px;
    width: 40px;
    height: 2px;
    background-color: #c2c2c2;
  }
  #DLform .flow li span {
    font-size: 24px;
    width: 50px;
    margin-bottom: 10px;
    padding: 12px 0 10px;
  }
  #DLform .flow li.active {
    color: #004bb6;
  }
  #DLform .flow li.active span {
    padding: 14px 0 12px;
  }

  #DLform table {
    width: 100%;
    margin: 0 auto 50px;
  }
  #DLform table tr,
  #DLform table th,
  #DLform table td {
    display: block;
  }

  #DLform table tr th {
    width: 100%;
    font-size: 13px;
    padding: 10px 0 5px;
  }
  #DLform table tr th span {
    color: #ad1c25;
  }
  #DLform table tr.top th {
    padding: 20px 0 5px;
  }
  #DLform table tr td {
    width: 100%;
    padding: 5px 0 15px;
  }
  #DLform table tr .double {
    display: block;
  }
  #DLform table .long,
  #DLform table .half {
    font-size: 13px;
    padding: 8px 13px;
  }
  #DLform table .long {
    width: 100%;
  }
  #DLform table .half {
    width: 100%;
    margin-bottom: 10px;
  }
  #DLform table .half:last-child {
    margin-bottom: 0;
  }

  #DLform .question {
    margin-bottom: 40px;
  }
  #DLform .question p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  #DLform .question ul {
  }
  #DLform .question li {
    font-size: 12px;
    margin-bottom: 15px;
  }
  #DLform .question li label {
    margin-left: 5px;
    vertical-align: -1px;
  }
  #DLform .question .other {
    display: block;
    margin-bottom: 0;
  }
  #DLform .question .other div {
    margin-bottom: 5px;
  }
  #DLform .question .other .textarea {
    width: 100%;
    height: auto;
    font-size: 13px;
    padding: 8px 13px;
  }

  #DLform .privacy {
    margin-bottom: 30px;
  }
  #DLform .privacy .box {
    width: 100%;
    height: 200px;
    padding: 35px 20px;
    margin-bottom: 20px;
  }
  #DLform .privacy .box .bold {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #DLform .privacy .box .blue {
    font-size: 13px;
  }
  #DLform .privacy .box .txt {
    font-size: 13px;
    margin-bottom: 40px;
  }

  #DLform .privacy .agreement {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  #DLform .privacy small {
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
  }

  #DLform .confirmation {
  }
  #DLform .confirmation .btns {
    display: block;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
  }

  /* ------------------------------------------------------------ error */
  #error h3 {
    font-size: 22px;
    margin: 0 0 25px;
    padding: 0 0 20px;
  }

  #error .caution {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 40px;
  }

  #error .alert {
    margin: 0 0 50px;
  }

  #error .alert span {
    font-size: 14px;
    margin: 0 0 20px;
  }
  #error .btns {
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
  }

  /* ------------------------------------------------------------ confirm */
  #confirm {
    padding: 80px 0 50px;
  }

  #confirm h3 {
    font-size: 22px;
    margin: 0 0 25px;
    padding: 0 0 20px;
  }

  #confirm .caution {
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 40px;
  }

  #confirm table {
    display: block;
    width: 100%;
    margin: 0 0 50px;
  }

  #confirm table tbody {
    display: block;
  }

  #confirm table tr {
    display: block;
  }

  #confirm table tr th {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 15px 0 5px;
  }

  #confirm table tr td {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 15px;
  }
  #confirm .confirmation {
    display: block;
  }

  #confirm .confirmation .btns {
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    margin: 0 auto;
  }
  #confirm .confirmation .back {
    margin-bottom: 10px;
  }

  /* ------------------------------------------------------------ thanks */
  #thanks {
    margin: 30px 0 70px;
  }

  #thanks h2 {
    font-size: 22px;
    margin: 0 0 25px;
    padding: 0 0 20px;
  }

  #thanks .caution {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 20px;
  }

  #thanks small {
    font-size: 12px;
    line-height: 2;
    text-align: left;
    margin: 0 0 30px;
  }
  #thanks .btns {
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
  }
  #thanks .forward {
  }
}
