#shot-about {
  overflow-x: hidden;
}
#shot-about p {
  color: #666;
}

.br-tab {
  display: block;
}
@media screen and (min-width: 600px) {
  .br-tab {
    display: none;
  }
}

.woman_area {
  height: 282px;
  background-image: url("../../../../image/sw/cu/d/d801_smp/shotabout/bg_woman.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 426px) {
  .woman_area {
    background-image: url("../../../../image/sw/cu/d/d801_smp/shotabout/bg_people.webp");
    background-position-x: center;
  }
}

.about_shot {
  position: relative;
  width: 94vw;
  margin: -100px auto 0;
  padding: 80px 0;
  border-radius: 3px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  background-color: white;
}
.about_shot:before {
  display: block;
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 88px;
  height: auto;
  content: url("../../../../image/sw/cu/d/d801_smp/shotabout/bg_shoton.svg");
}
.about_shot:after {
  display: block;
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 87px;
  height: auto;
  content: url("../../../../image/sw/cu/d/d801_smp/shotabout/bg_wako.svg");
}
.about_shot_wrapper {
  position: relative;
  padding: 0 0 60px 0;
  background-color: #fdfaf3;
}
.about_shot_inner {
  margin: 0 auto;
  text-align: center;
}
.about_shot_box {
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
  margin: auto;
}
.about_shot__ttl {
  margin: 0 0 50px 0;
  font-weight: bold;
  font-size: 17px;
}
.about_shot__text {
  font-size: 14px;
  line-height: 1.8;
}
.about_shot .shot_icon {
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  width: 85px;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 600px) {
  .about_shot:before {
    width: 95px;
  }
  .about_shot:after {
    width: 95px;
  }
}
@media screen and (min-width: 900px) {
  .about_shot {
    width: 750px;
  }
  .about_shot_wrapper {
    padding-bottom: 80px;
  }
  .about_shot:before {
    width: 100px;
  }
  .about_shot:after {
    width: 100px;
  }
}
@media screen and (min-width: 1100px) {
  .about_shot__ttl {
    font-size: 20px;
  }
}

.shot_feature {
  padding: 330px 0 0 0;
}
.shot_feature__wrapper {
  display: block;
}
.shot_feature__box {
  width: 100%;
}
.shot_feature__ttl {
  margin: 0 0 40px 0;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
.shot_feature img {
  display: block;
  width: 126px;
  margin: 0 auto 10px;
}
.shot_feature__text {
  padding: 0 0 40px 0;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
.shot_feature__emph_text {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .shot_feature__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 800px;
    margin: 0 auto 30px;
  }
  .shot_feature__box {
    width: 33.3333333333%;
  }
  .shot_feature__emph_text {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1100px) {
  .shot_feature__ttl {
    font-size: 20px;
  }
}

.main_regist_btn_wrapper {
  padding: 10px 15px;
  text-align: center;
}
.main_regist_btn_wrapper--top_portal {
  width: 100%;
  margin: 0 auto;
}
.main_regist_btn_wrapper--top_portal .btn_regist {
  padding: 4vw 0;
  box-shadow: 0 -2px 0 #148865 inset;
  background-color: #1dc391;
  font-size: 5vw;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.main_regist_btn_wrapper--top_portal .btn_regist .arw:before {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.main_regist_btn_wrapper--top_portal .btn_regist .arw:after {
  background-color: #1dc391;
}
@media screen and (min-width: 426px) {
  .main_regist_btn_wrapper--top_portal .btn_regist {
    width: 300px;
    padding: 15px 0;
    font-size: 16px;
  }
  .main_regist_btn_wrapper--top_portal .about_service {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .main_regist_btn_wrapper {
    margin: 0 auto;
    padding: 10px 15px;
    text-align: center;
  }
  .main_regist_btn_wrapper--top_portal .btn_regist {
    width: 360px;
    padding: 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 950px) {
  .main_regist_btn_wrapper--top_portal .btn_regist {
    font-size: 22px;
  }
}