@media (max-width: 768px) {
  .disp-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .disp-sp {
    display: none;
  }
}
.wrapper {
  background-color: #edf1f4;
  padding-top: 90px;
}
@media (max-width: 768px) {
  .wrapper {
    padding-top: 70px;
  }
}

.contents-type1 .box-in .consumerbusiness-contents {
  width: calc(100% - 240px);
  margin: 120px auto 0 auto;
  position: relative;
}
.contents-type1 .box-in .consumerbusiness-contents .tab-service {
  display: flex;
  justify-content: space-between;
}
.contents-type1 .box-in .consumerbusiness-contents .tab-service li {
  width: calc((100% - 20px) / 2);
  height: 80px;
}
.contents-type1 .box-in .consumerbusiness-contents .tab-service li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 40px;
  border: 1px solid #005bac;
  position: relative;
  text-align: center;
  padding: 0 44px;
}
.contents-type1 .box-in .consumerbusiness-contents .tab-service li a .btn-text {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 26px;
  color: #005bac;
}
.contents-type1 .box-in .consumerbusiness-contents .tab-service li a .btn-arrow {
  position: absolute;
  overflow: hidden;
  top: 34.5px;
  right: 30.5px;
  width: 12.1px;
}
.contents-type1 .box-in .consumerbusiness-contents .tab-service li:hover .btn-arrow {
  animation: arrow_down 0.5s;
}
.contents-type1 .box-in .consumerbusiness-contents .service-box {
  margin-top: 70px;
  border-radius: 20px;
  background: #eff7ff;
  padding: 60px;
}
.contents-type1 .box-in .consumerbusiness-contents .service-box .service-ttl {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: #2c2c2c;
}
.contents-type1 .box-in .consumerbusiness-contents .service-box .lead-text {
  margin-top: 30px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #2c2c2c;
}
.contents-type1 .box-in .consumerbusiness-contents .service-box .service-dec-box {
  border-radius: 20px;
  background: #fff;
  margin-top: 50px;
  padding: 40px;
}
.contents-type1 .box-in .consumerbusiness-contents .service-box .service-dec-box .ttl1 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #005bac;
}
.contents-type1 .box-in .consumerbusiness-contents .service-box .service-dec-box .explanation-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  margin: 40px auto 0 auto;
}
.contents-type1 .box-in .consumerbusiness-contents .service-box .service-dec-box .explanation-list li {
  text-align: center;
  margin: 0 20px;
}
.contents-type1 .box-in .consumerbusiness-contents .service-box .service-dec-box .explanation-list li img {
  width: 100px;
  margin: 0 auto;
}
.contents-type1 .box-in .consumerbusiness-contents .service-box .service-dec-box .explanation-list li .explanation-text {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #005cac;
}
@media (max-width: 768px) {
  .contents-type1 .box-in .consumerbusiness-contents .service-box .service-dec-box .explanation-list li {
    margin: 0;
  }
}
.contents-type1 .box-in .consumerbusiness-contents .service-box .inst-ttl {
  margin-top: 50px;
  font-weight: bold;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  color: #005bac;
  padding-bottom: 30px;
  border-bottom: 1px solid #005bac;
  position: relative;
}
.contents-type1 .box-in .consumerbusiness-contents .service-box .inst-ttl:before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  background-color: #eff7ff;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.contents-type1 .box-in .consumerbusiness-contents .service-box .inst-ttl:after {
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 18px solid #005bac;
  border-bottom: 0;
}
.contents-type1 .box-in .consumerbusiness-contents .service-box .service-bnr {
  margin-top: 50px;
}
.contents-type1 .box-in .consumerbusiness-contents .btn-more.size-l {
  width: 520px;
  height: 100px;
  margin: 60px auto 0 auto;
}
.contents-type1 .box-in .consumerbusiness-contents .btn-more.size-l a {
  border-radius: 50px;
}
.contents-type1 .box-in .consumerbusiness-contents .btn-more.size-l a .btn-text {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.contents-type1 .box-in .consumerbusiness-contents .btn-more.size-l a .btn-arrow {
  top: 43px;
}
@media screen and (max-width: 1366px) {
  .contents-type1 {
    max-width: calc(92.6793557833% + 15px);
  }
}
@media screen and (max-width: 1290px) {
  .contents-type1 .box-in .consumerbusiness-contents {
    width: 85.3587115666%;
  }
}
@media (max-width: 768px) {
  .contents-type1 .box-in .consumerbusiness-contents {
    width: calc(100% - 50px);
    margin: 30px auto 0 auto;
    position: relative;
  }
  .contents-type1 .box-in .consumerbusiness-contents .tab-service {
    display: block;
    justify-content: space-between;
  }
  .contents-type1 .box-in .consumerbusiness-contents .tab-service li {
    width: 100%;
    height: 70px;
    margin-top: 12px;
  }
  .contents-type1 .box-in .consumerbusiness-contents .tab-service li:first-child {
    margin-top: 0;
  }
  .contents-type1 .box-in .consumerbusiness-contents .tab-service li a {
    border-radius: 35px;
  }
  .contents-type1 .box-in .consumerbusiness-contents .tab-service li a .btn-arrow {
    top: 30.5px;
    width: 11.2px;
  }
  .contents-type1 .box-in .consumerbusiness-contents .service-box {
    margin-top: 45px;
    border-radius: 15px;
    padding: 30px 25px;
  }
  .contents-type1 .box-in .consumerbusiness-contents .service-box .service-ttl {
    font-size: 28px;
  }
  .contents-type1 .box-in .consumerbusiness-contents .service-box .lead-text {
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
  .contents-type1 .box-in .consumerbusiness-contents .service-box .service-dec-box {
    border-radius: 15px;
    margin-top: 25px;
    padding: 30px 25px;
  }
  .contents-type1 .box-in .consumerbusiness-contents .service-box .service-dec-box .ttl1 {
    font-size: 20px;
  }
  .contents-type1 .box-in .consumerbusiness-contents .service-box .service-dec-box .explanation-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0 auto;
  }
  .contents-type1 .box-in .consumerbusiness-contents .service-box .service-dec-box .explanation-list li {
    width: calc((100% - 20px) / 2);
    text-align: center;
    margin-top: 20px;
  }
  .contents-type1 .box-in .consumerbusiness-contents .service-box .service-dec-box .explanation-list li img {
    width: 100px;
    margin: 0 auto;
  }
  .contents-type1 .box-in .consumerbusiness-contents .service-box .service-dec-box .explanation-list li .explanation-text {
    margin-top: 10px;
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #005cac;
  }
  .contents-type1 .box-in .consumerbusiness-contents .service-box .inst-ttl {
    margin-top: 25px;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
  }
  .contents-type1 .box-in .consumerbusiness-contents .service-box .service-bnr {
    margin-top: 40px;
  }
  .contents-type1 .box-in .consumerbusiness-contents .btn-more.size-l {
    width: 100%;
    max-width: 360px;
    height: 96px;
    margin: 30px auto 0 auto;
  }
  .contents-type1 .box-in .consumerbusiness-contents .btn-more.size-l a {
    border-radius: 48px;
  }
  .contents-type1 .box-in .consumerbusiness-contents .btn-more.size-l a .btn-text {
    font-size: 16px;
    line-height: 22px;
  }
  .contents-type1 .box-in .consumerbusiness-contents .btn-more.size-l a .btn-arrow {
    width: 10.35px;
    top: 43px;
  }
}/*# sourceMappingURL=consumerbusiness.css.map */