@charset "UTF-8";

.div-btn {
  margin-top: 70px;
  position: relative;
}
.div-btn button,
.div-btn a {
  font-size: 1.5rem;
  padding: 10px 30px;
  height: auto;
  position: relative;
}
.div-btn button:hover:after,
.div-btn a:hover:after {
  content: "";
  display: inline-block;
  clear: both;
  content: "";
  width: 10px;
  height: 10px;
  border: solid #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  border-width: 3px 3px 0 0;
  transform: translateY(-50%) rotate(45deg);
}

.common .content img {
  width: 100%;
}
.service_box .service_text p {
  font-size: 2.2rem;
  line-height: 200%;
  word-break: keep-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: none;
  font-weight: 500;
}
.service_box .service_tit {
  border-bottom: 1px solid red;
  line-height: 40px;
  font-size: 2.3rem;
  font-weight: 600;
}
.service_box {
  margin-top: 30px;
  margin-bottom: 100px;
}

.service_box .service_img {
  border-top: 4px solid red;
}
.service_box .service_img img {
  margin-top: 40px;
}

.service_box .service_text {
  border-top: 1px solid red;
}
.service_box {
  margin-top: 70px;
}

.service_busi01 {
  margin-bottom: 30px;
}
.service_busi01 .service_box .service_cont .txt span {
  border-top: 8px solid #0c71c3;
  padding-top: 10px;
  color: #0c71c3;
  font-weight: bold;
  font-size: 2.2rem;
}
.service_busi01 .service_box .service_cont .txt p {
  line-height: 35px;
  font-weight: 500;
}
.service_busi01 img {
  width: 100%;
}
.service_busi01 blockquote {
  border-color: #2ea3f2;
}
blockquote {
  margin: 20px 0 30px;
  border-left: 5px solid;
  padding-left: 20px;
}
.service_busi01 h3 {
  padding-top: 25px;
  border-top: 5px solid #e61535;
}
.service_busi01 h3 span {
  color: #0c71c3;
  font-size: 2.2rem;
  font-weight: 600;
}
.service_busi01 .service_box .service_cont li {
  line-height: 35px;
  font-weight: 500;
}
.service_busi01 .table_wrap:before {
  content: "";
  clear: both;
  background: #01498d;
  width: 100%;
  height: 3px;
  display: inline-block;
  margin-bottom: 20px;
}
.service_busi01 #table1 {
  border: 1px solid #ddd;
  width: 100%;
}
.service_busi01 #table1 td {
  padding: 5px 10px;
}
.service_busi01 #table1 tr:nth-child(odd) {
  background: #efefef;
}
.service_busi01 #table1 td:nth-child(odd) {
  font-weight: 500;
  border-right: 1px solid #ddd;
  width: 80px;
}

.ds_mo {
  display: none;
}
.cur-page {
  color: #364f6b;
  font-weight: 600;
}

@media (max-width: 575px) {
  .ds_pc {
    display: none;
  }
  .ds_mo {
    display: block;
  }
  .service_box {
    flex-wrap: wrap;
  }

  .width {
    width: 90% !important;
  }
  .service_box .service_img {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .service_box .service_text p {
    margin-top: 30px;
  }

  .service_box .service_cont {
    flex-direction: column;
  }
  .service_box .service_cont .ident {
    text-align: center;
    margin-bottom: 30px;
  }
}

.mailing-notice {
  margin: 64px auto;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  padding: 40px 36px 34px;
  background: #f2f2f2;
}

.mailing-notice__inner {
  max-width: 100%;
}

.mailing-notice__title {
  margin: 0;
  color: #143e8f;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

.mailing-notice__message {
  margin: 20px 0 0;
  padding: 12px 16px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
}

.mailing-notice__message--success {
  color: #155724;
  background: #e4f5e9;
  border: 1px solid #b9dfc2;
}

.mailing-notice__message--error {
  color: #9c1f1f;
  background: #fdebec;
  border: 1px solid #f3c4c7;
}

.mailing-notice__form {
  margin-top: 24px;
}

.mailing-notice__field {
  display: flex;
  align-items: center;
  background: #fff;
  border: 3px solid #133447;
}

.mailing-notice__input {
  flex: 1;
  min-width: 0;
  height: 88px;
  padding: 0 22px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 2.2rem;
  font-weight: 600;
}

.mailing-notice__input::placeholder {
  color: #8b8b8b;
}

.mailing-notice__submit {
  flex: 0 0 140px;
  height: 88px;
  border: 0;
  border-left: 1px solid rgba(19, 52, 71, 0.18);
  background: #fff;
  color: #000;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.mailing-notice__contact {
  margin: 22px 0 0;
  color: #143e8f;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  word-break: keep-all;
}

@media (max-width: 991px) {
  .mailing-notice {
    padding: 34px 26px 30px;
  }

  .mailing-notice__title {
    font-size: 2.8rem;
  }

  .mailing-notice__input,
  .mailing-notice__submit {
    height: 76px;
  }

  .mailing-notice__input {
    font-size: 1.9rem;
  }

  .mailing-notice__submit {
    flex-basis: 124px;
    font-size: 2.8rem;
  }

  .mailing-notice__contact {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .mailing-notice {
    margin-top: 40px;
    padding: 26px 18px 28px;
  }

  .mailing-notice__title {
    font-size: 2.2rem;
  }

  .mailing-notice__message {
    font-size: 1.5rem;
  }

  .mailing-notice__field {
    flex-direction: column;
  }

  .mailing-notice__input,
  .mailing-notice__submit {
    width: 100%;
    height: 66px;
  }

  .mailing-notice__input {
    padding: 0 16px;
    font-size: 1.7rem;
  }

  .mailing-notice__submit {
    border-left: 0;
    border-top: 1px solid rgba(19, 52, 71, 0.18);
    font-size: 2.3rem;
  }

  .mailing-notice__contact {
    font-size: 2rem;
  }
}
