/* dtl-sec-ttl */
.dtl-sec-ttl {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0 30px;
  margin: 0 0 30px;
}

.dtl-sec-ttl::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #E03657;
}

.dtl-sec-explanation {
  font-size: 16px;
  margin: 0 0 50px;
}

.dtl-sec-img-01 {
  text-align: center;
}

.dtl-soln-ttl-outer {
  padding: 0 0 101px;
  position: relative;
}

.dtl-soln-ttl {
  position: absolute;
  top: -77px;
  left: calc(50% - 77px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 144px;
  background: #E03657;
  border-radius: 77px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}

.dtl-soln-subttl {
  margin: 0 auto 40px;
  text-align: center;
  color: #E03657;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

/* dtl-lead-card */

.dtl-lead-card {
  display: flex;
}

.dtl-lead-card-02 {
  margin-top: 72px;
}

.dtl-lead-card-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  width: 144px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}

.dtl-lead-card-head::after {
	top: 100%;
	left: 0;
	border-style: solid;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.dtl-lead-card-01 .dtl-lead-card-head {
  background: #00A6CD;
}

.dtl-lead-card-01 .dtl-lead-card-head::after {
  border-width: 33px 72px 0 72px;
  border-color: #00A6CD transparent transparent transparent;
}

.dtl-lead-card-02 .dtl-lead-card-head {
  background: #2980C4;
}

.dtl-lead-card-02 .dtl-lead-card-head::after {
  border-width: 33px 72px 0 72px;
  border-color: #2980C4 transparent transparent transparent;
}

.dtl-lead-card-body {
  width: 837px;
  padding: 32px 40px 31px;
  background: #FFF;
  border-radius: 0 6px 6px 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.dtl-lead-card-txt {
  font-size: 16px;
  line-height: 2;
}

.dtl-lead-card-list-item {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.dtl-lead-card-list-item::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin: 10px 25px 0 0;
  background: #2980C4;
  border-radius: 4px;
}

.dtl-lead-card-list-item + .dtl-lead-card-list-item {
  margin-top: 14px;
}

/* dtl-service-link */

.dtl-service-link {
  position: relative;
  margin: 120px 0 0;
  padding: 48px 0 56px;
  background: #2980C4;
}

.dtl-service-link-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  width: 610px;
}

.dtl-service-link-ttl {
  position: relative;
  z-index: 2;
  margin: 0 auto 31px;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

.dtl-service-link-list {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 1100px;
  margin: 0 auto;
}

.dtl-service-link-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 318px;
  height: 68px;
  margin: 0 8px;
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 6px;
  color: #2980C4;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  transition: .3s;
}

.dtl-service-link-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 14px;
  height: 5px;
  background-image: url(/sp/usize/assets/img/common/next-arrow-bl.svg);
  transform: translateY(-50%);
  margin: 0;
}

/* dtl-contact */

.dtl-contact {
  background: rgba(41, 128, 196, .3);
  padding: 51px 0 56px;
}

.dtl-contact-ttl {
  font-size: 22px;
  font-weight: 700;
  color: #2980C4;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 32px;
}

.dtl-contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 68px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #1A2792;
  border-radius: 6px;
  color: #1A2792;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: .3s;
}

.dtl-contact-btn::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  margin: 0 16px -1px 0;
  background-image: url(/sp/usize/assets/img/service/icon-service-pdf-cl.svg);
  transition: .3s;
}

.btn-center-back {
  text-align: center;
  margin: 80px auto 116px;
}

.top-sec-btn.btn-center-back a i {
  margin: 0 16px 0 0;
}

.top-sec-btn.btn-center-back a i::after {
  background-image: url(/sp/usize/assets/img/common/back-arrow.svg);
}

/*--------------------------
  atcl
--------------------------*/

.atcl-status {
  display: flex;
  align-items: center;
}

.atcl-status .news-cat {
  margin: 0;
}

.atcl-date {
  color: #999;
  margin-left: 11px;
}

.atcl-wrapper {
  display: flex;
  justify-content: space-between;
}

.atcl {
  width: 65.45%;
}

.atcl-aside {
  width: 31%;
}

/* atcl */

.atcl-head {
  padding: 0 0 40px;
  border-bottom: 1px solid #E5E5E5;
}

.atcl-head-ttl {
  margin: 0 0 34px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.atcl-head .pickup-cat {
  min-width: 104px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 15px;
}

.atcl-body {
  padding: 50px 0 0;
}

.atcl-body p {
  font-size: 16px;
  line-height: 1.75;
}

.atcl-ttl {
  display: flex;
  margin-bottom: 31px;
  color: #2980C4;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.26;
}

.atcl-ttl-02::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  margin: 12px 16px 0 0;
  background: #2980C4;
}

p + .atcl-ttl,
figure + .atcl-ttl,
.top-sec-btn + .atcl-ttl {
  margin-top: 72px;
}

.atcl-body p + p {
  margin-top: 28px;
}

.atcl-body figure {
  margin: 0;
}

.atcl-body p + figure {
  margin: 34px 0 0;
}

.atcl-body figcaption {
  margin: 20px 0 0;
  color: #9FA0A0;
  font-size: 14px;
}

.atcl-body .top-sec-btn {
  margin-top: 40px;
}

.atcl-body .top-sec-btn a i::after {
  width: 12px;
  height: 12px;
  background-image: url(/sp/usize/assets/img/common/icon_blank_wh.svg);
}

.atcl-body .top-sec-btn a:hover i::after {
  background-image: url(/sp/usize/assets/img/common/icon_blank_cl.svg);
}

/* atcl-aside */

.atcl-aside-ttl {
  display: flex;
  padding: 0 0 23px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 18px;
  font-weight: 700;
}

.atcl-aside-ttl::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin: 11px 14px 0 0;
  background: #E03657;
  border-radius: 3px;
}

.atcl-aside-item {
  border-bottom: 1px solid #E5E5E5;
}

.atcl-aside-item a {
  text-decoration: none;
}

.atcl-aside-01 .atcl-aside-item a {
  display: block;
  padding: 16px 4% 15px 6%;
}

.atcl-aside-02 .atcl-aside-item a {
  display: flex;
  padding: 16px 0 20px;
  justify-content: space-between;
}

.atcl-aside-img {
  flex-shrink: 0;
  width: 35.88%;
  margin: 4px 0 0;
}

.atcl-aside-data {
  width: 59.41%;
}

.atcl-aside-txt {
  line-height: 1.71;
}

.atcl-aside-01 .atcl-aside-txt {
  margin: 12px 0 0;
}

.atcl-aside-02 .atcl-aside-txt {
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .dtl-service-link-item:hover {
    color: #FFF;
    background: #2980C4;
  }
  .dtl-service-link-item:hover::before {
    background-image: url(/sp/usize/assets/img/common/next-arrow.svg);
  }
  .dtl-contact-btn:hover {
    color: #fff;
    background: #1A2792;
  }
  .dtl-contact-btn:hover::before {
    background-image: url(/sp/usize/assets/img/service/icon-service-pdf-wh.svg);
  }
  .top-sec-btn.btn-center-back a:hover i::after {
    background-image: url(/sp/usize/assets/img/common/back-arrow-red.svg);
  }
  .atcl-aside-item a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {

  .dtl-sec-ttl {
    font-size: 28px;
    padding: 0 0 0 22px;
    margin: 0 0 15px;
  }
  .dtl-sec-explanation {
    font-size: 14px;
    margin: 0 0 18px;
  }
  .dtl-sec-ttl::before {
    top: 14px;
  }

  .dtl-soln-ttl-outer {
    padding: 0 0 76px;
  }
  .dtl-soln-ttl {
    top: -63px;
    left: calc(50% - 60px);
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }
  .dtl-soln-subttl {
    margin: 0 auto 29px;
    font-size: 20px;
    line-height: 1.6;
  }

  .dtl-lead-card {
    display: block;
  }
  .dtl-lead-card-02 {
    margin-top: 24px;
  }
  .dtl-lead-card-head {
    width: 100%;
    height: 60px;
    padding: 18px 0 0;
  }
  .dtl-lead-card-head::after {
    right: 0;
    width: 100%;
    height: 16px;
    margin: 0 auto;
  }
  .dtl-lead-card-01 .dtl-lead-card-head::after {
    border: none;
    background: url(/sp/usize/assets/img/case/dtl-lead-card-head-01.svg) center top / cover no-repeat;
  }
  .dtl-lead-card-02 .dtl-lead-card-head::after {
    border: none;
    background: url(/sp/usize/assets/img/case/dtl-lead-card-head-02.svg) center top / cover no-repeat;
  }
  .dtl-lead-card-body {
    width: 100%;
    padding: 34px 4.6% 20px;
    border-radius: 0 0 6px 6px;
  }
  .dtl-lead-card-txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .dtl-lead-card-list-item {
    font-size: 14px;
    line-height: 1.8;
  }
  .dtl-lead-card-list-item::before {
    margin: 8px 18px 0 0;
  }
  .dtl-lead-card-list-item + .dtl-lead-card-list-item {
    margin-top: 5px;
  }

  .dtl-service-link {
    overflow: hidden;
    margin: 40px 0 0;
    padding: 25px 0 24px;
  }
  .dtl-service-link-bg {
    width: 380px;
    padding: 0 0 0 3%;
  }
  .dtl-service-link-ttl {
    margin: 0 auto 17px;
    font-size: 18px;
  }
  .dtl-service-link-list {
    display: block;
    width: 90.8%;
    margin: 0 auto;
  }
  .dtl-service-link-item {
    width: 100%;
    height: 69px;
    margin: 0 auto;
  }
  .dtl-service-link-item + .dtl-service-link-item {
    margin-top: 16px;
  }

  .dtl-contact {
    padding: 22px 0 24px;
  }
  .dtl-contact-ttl {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 18px;
  }
  .dtl-contact-btn {
    width: 100%;
    height: 68px;
  }

  .btn-center-back {
    margin: 40px auto 76px;
  }

  .atcl-wrapper {
    display: block;
  }
  .atcl {
    width: 100%;
  }
  .atcl-aside {
    width: 100%;
  }

  .atcl-head {
    padding: 0 0 25px;
  }
  .atcl-head-ttl {
    margin: 0 0 19px;
    font-size: 18px;
    line-height: 1.55;
  }
  .atcl-head .pickup-cat {
    min-width: 105px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .atcl-body {
    padding: 35px 0 0;
  }
  .atcl-body p {
    font-size: 14px;
    line-height: 1.8;
  }
  .atcl-ttl {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.55;
  }
  .atcl-ttl-02::before {
    width: 45px;
    height: 2px;
    margin: 11px 7px 0 0;
  }
  p + .atcl-ttl,
  figure + .atcl-ttl,
  .top-sec-btn + .atcl-ttl {
    margin-top: 31px;
  }
  .atcl-body p + p {
    margin-top: 26px;
  }
  .atcl-body p + figure {
    margin: 12px 0 0;
  }
  .atcl-body figcaption {
    margin: 4px 0 0;
    font-size: 14px;
  }
  .atcl-body .top-sec-btn {
    margin-top: 26px;
  }

  .atcl-aside {
    margin-top: 28px;
  }
  .atcl-aside-ttl {
    padding: 0 0 15px;
    font-size: 18px;
  }
  .atcl-aside-01 .atcl-aside-item a {
    padding: 14px 4% 9px 6%;
  }
  .atcl-aside-02 .atcl-aside-item a {
    padding: 12px 0 16px;
  }
  .atcl-aside-img {
    margin: 4px 0 0;
  }
  .atcl-aside .pickup-cat {
    font-size: 12px;
  }
}
