@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 */

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

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

#document .case {
}
#document .case h3 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}
#document .case h3 span {
  display: block;
  font-size: 16px;
  color: #004bb6;
  letter-spacing: 0.04em;
  font-family: "Metropolis-SemiBold", sans-serif;
  margin-bottom: 22px;
}
#document .case .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#document .case .flex .item {
  width: 220px;
  margin-bottom: 56px;
}
#document .case .flex .item:nth-child(n + 9) {
  margin-bottom: 0;
}
#document .case .flex .item p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714;
  margin-bottom: 16px;
}
#document .case .flex .item p:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 40px;
  background-color: #0156bc;
  border-radius: 3px;
  margin-right: 11px;
}
#document .case .flex .item .oneline {
  margin: 4px 0 20px;
}
#document .case .flex .item img {
}

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

#DLform h3 {
  font-size: 30px;
  font-weight: 700;
  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;
}

/* ------------------------------------------------------------ download */
.dl_top {
  padding: 60px 0 0 !important;
}

#download h3 {
  font-size: 40px;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  position: relative;
}

#download h3::after {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #3e9ab69c 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#download .center {
  justify-content: center !important;
}

#download .center .item {
  margin-right: 0 !important;
}

#download .flex .item {
  box-shadow: none !important;
  margin-top: 60px !important;
}

#download .flex .item img {
  margin-bottom: 30px;
}

#download .flex .item .shadow {
  box-shadow: 10px 17.321px 30px 0px rgba(24, 25, 46, 0.2);
}

#download .flex .item p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714;
  margin-bottom: 16px;
}

#download .flex .item p::before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 40px;
  background-color: #0156bc;
  border-radius: 3px;
  margin-right: 11px;
}

#download .flex .item .oneline {
  margin: 4px 0 20px;
}

#download .flex .item a {
  background-color: #000;
  margin: 0 auto;
  padding: 5px;
  color: #fff;
}

#download .flex .item a::after {
  content: none;
}

#download .flex .item i {
  margin-left: 10px;
}

#download .dl i {
  margin-left: 10px;
}

#download .dl {
  font-weight: bold;
  margin-bottom: 100px !important;
}

#download .dl::after {
  content: none;
}

/* ------------------------------------------------------------ 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 */

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

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

  #document .case {
  }
  #document .case h3 {
    font-size: 34px;
    margin-bottom: 22px;
  }
  #document .case h3 span {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #document .case .flex {
  }
  #document .case .flex .item {
    width: 48%;
    margin-bottom: 30px;
  }
  #document .case .flex .item:nth-child(n + 9) {
    margin-bottom: 0;
  }
  #document .case .flex .item p {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  #document .case .flex .item p:before {
    width: 5px;
    height: 30px;
    border-radius: 2px;
    margin-right: 6px;
  }
  #document .case .flex .item .oneline {
    margin: 0 0 16px;
  }
  #document .case .flex .item img {
  }

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

  #DLform h3 {
    font-size: 24px;
    line-height: 1.4;
    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 {
  }

  *
    /* ------------------------------------------------------------ download */
    .dl_top {
    padding: 15px 0 20px !important;
  }

  #download .center {
    margin-bottom: 100px !important;
  }

  #download h3 {
    font-size: 40px;
    letter-spacing: 0.06em;
    font-weight: 700;
    text-align: center;
    position: relative;
  }

  #download .flex .item {
    text-align: center;
  }

  #download .flex .item img {
    margin-bottom: 30px;
  }

  #download .flex .item p {
    text-align: left;
    margin-bottom: 25px;
  }

  #download .flex .item p::before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 40px;
    background-color: #0156bc;
    border-radius: 3px;
    margin-right: 11px;
  }

  #download .flex .item .oneline {
    margin: 4px 0 20px;
  }

  #download .flex .item a {
    width: 200px;
    padding: 0px;
  }
}
