.page .lower_main {
  background-image: url(../images/shareview/fv.png)
}

@media screen and (max-width: 767px) {
  .page .lower_main {
    background-image: none;
  }
}



.lower_main:before {
  background: none;
}

.lower_main {
  margin-top: 90px;
  height: 410px;
}

#mokuji.tuika_dousenhenkou .container {
  top: 250px;
}



.lower_wrapper .shareview .top-sub-title {
  color: #333;
  margin: 10px 0;
}

.lower_wrapper .shareview .main-title {
  color: #ff8a19;
}

.test_css .single_grebg {
  padding: 0;
}

.top-points {
  display: flex;
  gap: 10px;
}

.top-points .top-point {
  background: url(../images/shareview/top-fukidashi.png);
  background-repeat: no-repeat;
  width: 122px;
  height: 128px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}

.top-point .orange {
  color: #ffeab0;
  line-height: 1.4;
}

.top-points .top-point:nth-child(1) {
  padding-top: 40px;

}

.top-points .top-point:nth-child(2),
.top-points .top-point:nth-child(3) {
  padding-top: 30px;

}

.top-points .top-point:nth-child(4) {
  padding-top: 20px;

}

.lower_main {
  padding: 35px 0 35px;
}

.sec-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}

.flow-inner {
  padding-top: 10px;
  padding-bottom: 30px;
}

.flow-items {
  display: flex;
}

.flow-item {
  width: 250px;
}

.flow-item .flow-item-text {
  text-align: center;
  color: #ff8a19;
  font-weight: bold;
}



.page .lower_wrapper .sec-title {
  color: #333;
  text-align: left;
  border-left: #ff8a19 3px solid !important;
  padding-left: 10px !important;
  margin-bottom: 50px;
}

.problem-cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.problem-cont:nth-child(even) {
  flex-direction: row-reverse;
}

.problem-text {
  width: 50%;
}

.problem-img {
  width: 45%;
}

.problem-text-ttl {
  font-size: 20px;
  color: #ff8a19;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-text .orange {
  color: #ff8a19;
  font-weight: bold;
}

.about-flex {
  display: flex;
  margin: 40px 0 100px;
}

.about-flex-img {
  width: 25%;
  margin: auto;
}

.about-flex-text {
  width: 75%;
}

.about-item-title {
  color: #ff8a19;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  max-width: 350px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.about-item-title:before,
.about-item-title:after {
  position: absolute;
  content: '';
  height: 63px;
  width: 34px;
  top: 0;
}

.about-item-title:before {
  background: url(../images/shareview/point-fukidashi.png);
  left: -10%;
}

.about-item-title:after {
  background: url(../images/shareview/point-fukidashi.png);
  right: -10%;
  transform: scale(-1, 1);
}

.about-item-head {
  color: #ff8a19;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.about-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.about-item {
  max-width: 490px;
  width: 100%;
  border: #ff8a19 1px solid;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 30px 15px;
}

.about-item-img {
  width: 80px;
  margin: auto 0;
}

.about-item-textbox {
  width: 365px;
}

.strength-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.strength-item {
  width: 310px;
  padding: 25px;
  border-radius: 5px;
  background: #ff8a19;
  color: #fff;
}

.strength-item-img {
  text-align: center;
}

.strength-item-head {
  font-weight: bold;
  margin: 30px 0;
  text-align: center;
}

.example-cont {
  border-radius: 5px;
  border: #ff8a19 1px solid;
}

.example-cont-title {
  background: #ff8a19;
  color: #fff;
  padding: 10px;
}

.example-cont-flex {
  display: flex;
  padding: 30px;
  justify-content: space-between;
}

.example-cont-img {
  width: 26%;
}

.example-right {
  width: 71%
}

.example-cont-head {
  color: #ff8a19;
}


.qa-list dl {
  position: relative;
  margin: 0;
  padding: 35px 80px 35px 40px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}

.qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 20px;
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 3px solid #ff8a19;
  border-right: 3px solid #ff8a19;
}

.qa-list .open::before {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 20px !important;
  line-height: 1.5;
}

.qa-list dl dt::before {
  line-height: 1;
  position: absolute;
  top: -9px;
  left: -20px;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/shareview/qa_ico_q-ora.png);
  background-size: contain;
  vertical-align: middle;
}

.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: -5px;
  left: -20px;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/shareview/qa_ico_a-ora.png);
  background-size: contain;
  vertical-align: middle;
}

.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 40px 0 0;
  padding: 0 0 0 50px;
}

.qa-list dl dd p {
  margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .lower_main {
    background-position: 74%;
    padding-bottom: 0;
    height: 800px;
  }

  .lower_main .shareview {
    background: #f1f1f1;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .top-points {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
  }

  .lower_wrapper .shareview .top-logo {
    margin-top: 20px;
  }

  .lower_wrapper .shareview .main-title {
    margin-top: 0;
    font-size: 28px
  }

  .sec-inner {
    padding: 30px 20px 50px;
  }

  .page .lower_wrapper .sec-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .flow-items {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
  }

  .flow-item {
    width: 140px;
  }

  .flow-item-text {
    font-size: 14px;
  }

  .flow-item-img {
    margin-bottom: 10px;
  }

  .flow-item:nth-child(3) .flow-item-img {
    height: 112px;
    margin: 0 auto;
  }

  .flow-item:nth-child(1) .flow-item-text:before {
    content: '❶';
  }

  .flow-item:nth-child(2) .flow-item-text:before {
    content: '❷';
  }

  .flow-item:nth-child(3) .flow-item-text:before {
    content: '❸';
  }

  .flow-item:nth-child(4) .flow-item-text:before {
    content: '❹';
  }

  .problem-cont {
    display: block;
  }

  .problem-text-ttl {
    font-size: 16px;
    margin: 10px 0 10px;
  }

  .problem-text,
  .problem-img {
    width: 100%;
  }

  .problem-img {
    margin-top: 20px;
  }

  .problem-cont:nth-child(-n+3) {
    margin-bottom: 30px;
  }

  .problem-text-text {
    font-size: 14px;
  }

  .about-flex {
    display: block;
  }

  .about-flex-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .about-flex-text {
    width: 100%;
  }

  .about-item-title {
    font-size: 20px;
    max-width: 270px;
  }

  .about-text,
  .about-flex-text {
    font-size: 14px;
  }

  .about-item {
    display: block;
  }

  .about-item-img {
    margin: 0 auto 10px;
  }

  .about-item-head {
    font-size: 16px;
  }

  .about-item-textbox {
    width: auto;
  }

  .about-item-text {
    font-size: 14px;
  }

  .strength-item {
    width: 100%;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }

  .strength-item:nth-child(-n+2) {
    margin-bottom: 20px;
  }

  .strength-item-text {
    font-size: 14px;
  }

  .example-cont {
    margin-bottom: 20px;
  }

  .example-cont:last-child {
    margin-bottom: 0;
  }

  .example-cont-flex {
    display: block;
  }

  .example-cont-img,
  .example-right {
    width: 100%;
  }

  .example-right {
    margin-top: 10px;
  }

  .example-cont-text {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .example-cont-text:nth-child(1) {
    margin-top: 10px;
  }

  .qa-list dl {
    position: relative;
    padding: 20px 40px 20px 10px;
  }

  .qa-list dl::before {
    top: 25px;
    right: 10px;
    width: 17px;
    height: 17px;
  }

  .qa-list dl dt {
    padding: 0 0 0 50px;
    font-size: 14px !important;
  }

  .qa-list dl dt::before,
  .qa-list dl dd::before {
    top: 0px;
    left: 0px;
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
  }

  .qa-list dl dd {
    margin: 30px 0 0;
    padding: 0 0 0 50px;
    font-size: 14px !important;
  }

  .qa-list dl dd p {
    margin: 30px 0 0;
  }

  .qa-list dl dd p:first-child {
    margin-top: 0;
  }

  .lower_wrapper {
    margin-bottom: 0;
  }

}

@media screen and (max-width: 600px) {
  .lower_main p {
    font-size: 3.8vmin;
  }
}

.btn-reviewer {
  bottom: 120px;
  font-size: 0.9rem;
  line-height: 1.1 !important;
  padding: 0;
  background: #0070c0;
}

.btn-reviewer a {
  line-height: 1.2;
  padding: 12px 0;
  width: inherit;
  display: inline-block;
  position: relative;
}

.btn-reviewer a:before,
.btn-reviewer a:after {
  content: "";
  top: 10px;
  width: 12px;
  height: 70px;
  position: absolute;
  background-size: contain;
}

.btn-reviewer a:before {
  background: url(../images/shareview/btn-line.svg);
  left: 8px;
  background-repeat: no-repeat;
}

.btn-reviewer a:after {
  background: url(../images/shareview/btn-line.svg);
  background-repeat: no-repeat;
  transform: scale(-1, 1);
  right: 8px;
}

.shareview-top-btn {
  bottom: 190px;
  left: 400px;
  position: absolute;
  padding: 0;
  width: 160px;
}

.shareview-top-btn a {
  transition: .3s;
  border: #ef7012 1px solid;
  padding: 10px 9px;
  display: inline-block;
  opacity: 1;
  font-size: 14px;
  border-radius: 5px;
}

.shareview-top-btn a:hover {
  background: #fff;
  color: #ef7012;
  transition: .3s;
}

@media screen and (max-width: 600px) {
  .btn-reviewer {
    display: block;
    width: 100%;
    bottom: 0;
  }

  .btn-reviewer a:before,
  .btn-reviewer a:after {
    top: 14px;
    width: 15px;
    height: 50px;
    background-size: cover;
  }

  .btn-reviewer a:before {
    left: 30px;
  }

  .btn-reviewer a:after {
    right: 30px;
  }

  .modal-video-inner .modal-video-close-btn {
    top: -50px;
    right: 0;
    width: 35px;
    height: 35px;
  }

  .modal-video-inner .modal-video-close-btn:before, .modal-video-close-btn:after {
    margin-top: 0;
  }
}


/*--230117__追従フッターとハンバーガーメニュー位置変更に伴う追記--*/
@media screen and (max-width: 750px) {
  .lower_main {
    padding-top: 0;
  }
  .header_btn_sp {
    display: none;
  }
  .hmbg {
    bottom: 170px;
  }
  .hmbg a {
    bottom: 185px;
  }
  .hmbg.is-hide {
    bottom: 100px;
  }
  .hmbg a.is-hide {
    bottom: 115px;
  }
}