@charset "utf-8";
.titleStyle05 {
  margin-bottom: 40px;
}
.titleStyle05 .sub {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--site-color-main);
  margin-bottom: 12px;
}
.titleStyle05 .main {
  font-size: 3.2rem;
  line-height: 1.2;
  display: block;
  font-weight: 700;
  position: relative;
  padding-bottom: 24px;
  color: var(--site-color-main);
}
.titleStyle05 .main:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: var(--site-color-main);
}

.dscPage .anchorArea {
  display: flex;
  width: 600px;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  gap: 0 40px;
}
.dscPage .anchorArea .arrow {
  position: absolute;
  width: 180px;
  height: 92px;
  top: 70px;
  left: 50%;
  margin-left: -90px;
}
.dscPage .anchorBox {
  width: 280px;
}
.dscPage .anchorBox .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 10px;
  background: #002f70;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.dscPage .anchorBox .body {
  padding: 0 10px 20px;
  background: #e8ebf1;
}
.dscPage .anchorBox .btnList a {
  border: 1px solid #002f70;
  color: #002f70;
  background: #fff;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: left;
  min-height: 50px;
  padding: 4px 34px 4px 15px;
  position: relative;
  text-decoration: none;
}
.dscPage .anchorBox .btnList a:after {
  content: '';
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  background: url(/assets/images/company/dsc_link_arrow.png) no-repeat center
    center;
  width: 12px;
  height: 8px;
}
.dscPage .anchorBox .btnList .second li {
  margin-top: 10px;
  background: url(/assets/images/company/dsc_anchor_line.png) no-repeat 8px top;
  padding-left: 28px;
}
.dscPage .anchorAreaBottom {
  display: flex;
  justify-content: center;
  padding: 20px 10px 10px;
  background: #e8ebf1;
  width: 600px;
  margin: 0 auto;
  margin-top: -20px;
}
.dscPage .anchorAreaBottom .anchorBox {
  width: 100%;
}
.dscPage .anchorAreaBottom .anchorBox .body {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  border: 1px solid var(--site-color-main);
}
.dscPage .anchorAreaBottom .anchorBox .body .btnList {
  flex: 1;
}

.dscPage .featureBox {
  padding: 20px 24px;
  display: flex;
  flex-flow: row wrap;
  gap: 20px 30px;
  background: #e8ebf1;
}
.dscPage .featureBox .item {
  width: calc((100% / 2) - 30px / 2);
  display: flex;
  gap: 0 20px;
  align-items: center;
}
.dscPage .featureBox .icon {
  width: 80px;
}
.dscPage .featureBox .detail {
  flex: 1;
}
.dscPage .featureBox .detail .title {
  font-weight: 700;
}
.dscPage .featureBox .detail .text {
  font-size: 1.4rem;
  line-height: 1.6;
}
.dscPage .caseBox {
  border: 2px solid #002f70;
  padding: 0 0 30px;
}
.dscPage .caseBox .title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  background: #002f70;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 4px 20px;
}
.dscPage .caseBox .lead {
  text-align: center;
  padding: 0 12px;
}
.dscPage .caseBox .btn {
  margin-top: 20px;
  text-align: center;
}
.dscPage .exampleBox {
  margin: 50px 0;
  padding: 60px 0;
  text-align: center;
  background-color: #f8f8f8;
}
.dscPage .exampleBox .title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.dscPage .exampleBox .lead {
  margin-top: 24px;
}
.dscPage .exampleList {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 32px;
  margin-top: 30px;
}
.dscPage .exampleList .text {
  color: #002f70;
  font-weight: 500;
}
.dscPage .exampleList .btn {
  margin-top: 16px;
}
.dscPage .exampleList .btnMin {
  padding: 3px 20px;
}
.dscPage .col2Box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 0 40px;
}
.dscPage .col2Box .textArea {
  flex: 1;
}
.dscPage .col2Box .textArea .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #002f70;
  margin-bottom: 10px;
}
.dscPage .col2Box .imageArea {
  width: 360px;
  text-align: center;
}
.dscPage .col2Box .imageArea .caption {
  margin-top: 10px;
}
.dscPage .col2Box.imgLeft .textArea {
  order: 2;
}
.dscPage .col2Box.imgLeft .imageArea {
  order: 1;
}
@media screen and (max-width: 767px) {
  .dscPage .anchorArea {
    width: 100%;
    justify-content: space-between;
    position: relative;
    gap: 0 10px;
  }
  .dscPage .anchorArea .arrow {
    display: none;
  }
  .dscPage .anchorBox {
    flex: 1;
    background: #e8ebf1;
  }
  .dscPage .anchorBox .title {
    text-align: center;
    line-height: 1.2;
  }
  .dscPage .anchorBox .body {
    padding: 10px;
  }
  .dscPage .anchorBox .body .img {
    display: none;
  }
  .dscPage .anchorBox .body a br {
    display: none;
  }
  .dscPage .anchorBox .btnList a {
    padding: 4px 26px 4px 10px;
    min-height: 64px;
  }
  .dscPage .anchorBox .btnList a:after {
    right: 6px;
  }
  .dscPage .anchorAreaBottom {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: -10px;
  }
  .dscPage .anchorAreaBottom .anchorBox {
    width: auto;
  }
  .dscPage .anchorAreaBottom .anchorBox .body {
    display: block;
    padding: 20px 10px;
  }
  .dscPage .anchorAreaBottom .anchorBox .btnList a {
    min-height: inherit;
  }
}
@media screen and (max-width: 767px) {

  .dscPage .featureBox {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px 0;
    background: #e8ebf1;
  }
  .dscPage .featureBox .item {
    width: 100%;
  }
  .dscPage .caseBox .btn {
    padding: 0 20px;
  }
  .dscPage .exampleBox {
    padding: 30px 24px;
  }
  .dscPage .exampleBox .title {
    font-size: 2rem;
  }
  .dscPage .exampleList {
    display: block;
  }
  .dscPage .exampleListItem:nth-of-type(n + 2) {
    margin-top: 30px;
  }

  .dscPage .col2Box {
    display: block;
  }
  .dscPage .col2Box .textArea {
    margin-bottom: 20px;
  }
  .dscPage .col2Box .imageArea {
    width: auto;
  }
  .dscBnrArea a .title {
    display: block;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .dscBnrArea a .txt {
    display: block;
    font-size: 1.3rem;
    color: #fff;
  }
}
