@charset "utf-8";

.fs41 {
  font-size: 2.5625rem;
}
.box__bgimage__postoffice_app {
  background: url(/customer/postofficeapp/resource/img/bg_postoffice_app_sp.png), linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 33%, rgb(192, 219, 229) 66%, rgb(192, 219, 229) 100%);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .box__bgimage__postoffice_app {
    background-image: url(/customer/postofficeapp/resource/img/bg_postoffice_app.png), linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 33%, rgb(192, 219, 229) 66%, rgb(192, 219, 229) 100%);
    background-position: center center;
    background-size: auto 280px;
    background-repeat: no-repeat;
  }
}

.box__dl_app {
  padding: 20px 15px;
  background-color: #C0DBE5;
}
.box__dl_app .box__dl_app_inner {
  max-width: 345px;
  margin: 0 auto;
}
.box__dl_app .box__dl_app_inner ul {
  margin: 0;
  display: flex;
  justify-content: left;
  list-style: none;
}
.box__dl_app .box__dl_app_inner ul li {
  margin: 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .box__dl_app .box__dl_app_inner .txt__dl_app_cap {
    min-height: 35px;
    padding-left: 46px;
    display: inline-flex;
    align-items: center;
    background: url(/customer/postofficeapp/resource/img/img_yubin_mark.png);
    background-position: center left;
    background-size: 35px 35px;
    background-repeat: no-repeat;
  }
  .box__dl_app.box__view_image {
    padding: 25px 0;
  }
  .box__dl_app.box__view_image .box__dl_app_inner {
    position: relative;
  }
  .box__dl_app.box__view_image .box__dl_app_inner:after {
    content: "";
    position: absolute;
    bottom: -25px;
    right: 25px;
    width: 115px;
    height: 148px;
    background: url(/customer/postofficeapp/resource/img/img_app_view.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .box__dl_app.box__view_image .box__dl_app_inner:after {
    display: block;
  }
  .box__dl_app.box__view_image .box__dl_app_inner ul {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .box__dl_app {
    padding: 30px 15px;
  }
  .box__dl_app .box__dl_app_inner {
    max-width: unset;
    width: fit-content;
    margin: 0 auto;
    padding-left: 118px;
    background: url(/customer/postofficeapp/resource/img/img_yubin_mark.png);
    background-position: bottom left;
    background-size: 88px 88px;
    background-repeat: no-repeat;
  }
  .box__dl_app.box__view_image .box__dl_app_inner {
    padding-right: 204px;
    position: relative;
  }
  .box__dl_app.box__view_image .box__dl_app_inner:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 154px;
    height: 200px;
    background: url(/customer/postofficeapp/resource/img/img_app_view.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .box__dl_app .box__dl_app_inner ul {
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
  }
}

.box__app_how_to {
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
  background-color: #f7f6f0;
}
.box__app_how_to img {
  max-width: 70px;
  width: auto;
  height: auto;
}
.box__app_how_to p {
  margin: 0 0 0 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .box__app_how_to {
    padding: 25px;
    display: block;
    text-align: center;
  }
  .box__app_how_to img {
    max-width: unset;
    width: min-content;
    height: 70px;
  }
  .box__app_how_to p {
    margin: 20px 0 0 0;
    text-align: center;
  }
}

.talk__block dl {
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
}
.talk__block dt {
  text-align: center;
}
.talk__block dt img {
  width: 60px;
  height: auto;
}
.talk__block dd {
  max-width: 600px;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: baseline;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
}
.talk__block .talk__left dd {
  margin: 0 0 0 20px;
}
.talk__block .talk__left dd::before,
.talk__block .talk__left dd::after {
  content: '';
  position: absolute;
  top: 18px;
  left: -15px;
  width: 24px;
  height: 18px;
  clip-path: polygon(0 50%, 60% 0, 60% 100%);
}
.talk__block .talk__left dd::after {
  left: -10px;
  background-color: #fff;
}
.talk__block dd.talk__border_green {
  border: 3px solid #BCE0D6;
}
.talk__block dd.talk__border_green::before {
background-color: #BCE0D6;
}
@media screen and (min-width: 768px) {
  .talk__block {
    max-width: 900px;
  }
  .talk__block dt img {
    width: 100px;
  }
  .talk__block dd {
    max-width: 600px;
    padding: 20px;
  }
  .talk__block .talk__left dd {
    margin: 0 0 0 35px;
  }
}

@media screen and (max-width: 767px) {
  .sp__over_block {
      width: calc(100% + 30px);
      margin-left: -15px !important;
      padding: 15px;
      box-sizing: border-box;
      border-radius: 0px !important;
  }
}