@charset "UTF-8";
/* =====================
	レビュー促進ページ
 ======================= */

 .forSP {
  display: block;
}

.forPC {
  display: none;
}

.wd88 {
  width: 88.6%;
  margin: auto;
}

.review_header {
  background: #F8F8F5;
  padding: 28px 20px;
  text-align: center;
  margin-bottom: 60px;
}

.review_header_ttl {
  background: #50C900;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  max-width: 208px;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto 16px;
}

.review_header_txt {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #50C900;
}

.review_feature {
  border-bottom: 1px solid #DDDDDD;
  margin: 60px 0;
}

.review_feature dt {
  font-weight: 700;
  border-top: 1px solid #DDDDDD;
  padding: 16px 0 8px;
}

.review_feature dd {
  margin: 0;
  padding-bottom: 16px;
}

.review_feature dd ol li {
  counter-increment: cnt;
  padding-left: 36px;
  position: relative;
}

.review_feature dd ol li:before {
  content: counter(cnt) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.review_feature dd ol li + li {
  margin-top: 8px;
}

.review_feature a {
  text-decoration: underline;
}

.review_flow:last-of-type {
  padding-bottom: 0;
}

.review_flow_txt:last-of-type {
  margin-bottom: 0;
}

.review_flow_list_item_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #707070;
  margin-bottom: 16px;
}

.review_flow_list_item_ttl ul li {
  padding-left: 1.7em !important;
  text-indent: -1.7em !important;
  color: #1B120F;
}

.review_flow_list_item_ttl-mb0 {
  margin-bottom: 0 !important;
}

.review_flow_txt {
  margin-bottom: 40px;
}

.review_flow ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
  line-height: 1.6em;
}

.review_flow .dot {
  margin-bottom: 8px;
}

.review_flow .dot li {
  margin-bottom: 0;
}

.review_notice01 {
  font-size: 1.3rem;
  width: 100%;
  padding-left: 1em;
  text-indent: -1em;
}

.review_catch01{
  color: #E7190A;
  font-size: 2.0rem; 
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.review_flow_list_item p {
  margin-bottom: 5px;
}

/* スマホのみ
  ------------------------ */
@media (max-width: 767px) {
  .review_flow {
    /* padding: 40px 0; */
    padding-bottom: 40px;
  }
  .review_flow:last-of-type {
    padding-bottom: 0;
  }
  .review_flow:first-of-type {
    padding-bottom: 80px;
  }
  .review_flow_txt {
    margin-bottom: 30px;
  }
  .review_flow_txt:last-of-type {
    margin-bottom: 0;
  }

  .review_flow_list {
    width: 88.6%;
    margin: auto;
    padding: 40px 0;
  }

  .border {
    border: 1px solid #DDDDDD;
  }

  .review_flow_list_item + .review_flow_list_item:before {
    /* content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 60px 0 60px;
    border-color: #DDDDDD transparent transparent transparent;
    display: block;
    margin: 40px auto; */
  }

  .review_flow_list_item + .review_flow_list_item:not(:nth-child(2)):before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 60px 0 60px;
    border-color: #DDDDDD transparent transparent transparent;
    display: block;
    margin: 40px auto;
  }


  .review_catch01{
    margin-bottom: 24px;
  }
  .review_notice01 {
    margin-top: 5px;
  }

  .review_flow_list_item_ttl {
    margin-bottom: 21px;
  }

  .review_flow_list_item_ttl ul li {
    margin: auto;
    display: table;
    color: #1B120F;
  }
}

/* タブレット以上
  ------------------------ */
@media (min-width: 768px) {

  .forPC {
    display: block;
  }

  .forSP {
    display: none;
  }
  
  .review_feature {
    display: grid;
    grid-template-columns: 315px 1fr;
  }
  .review_feature dt {
    padding: 16px 0;
  }
  .review_feature dd {
    padding: 16px 0;
    border-top: 1px solid #DDDDDD;
  }
  .review_flow {
    padding: 0 0 80px;
  }
  .review_flow_list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .review_flow_list_item {
    width: 50%;
    border-bottom: 1px solid #DDDDDD;
    padding: 60px 0;
  }

  .spacer-40 {
    margin-top: -40px;
  }

  .review_flow_list_item:nth-child(odd) {
    padding-right: calc(50% - 420px);
  }
  .review_flow_list_item:nth-child(even) {
    padding-left: calc(50% - 420px);
    position: relative;
  }
  .review_flow_list_item:nth-child(4):before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 32px 24px;
    border-color: transparent transparent transparent #DDDDDD;
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .review_flow_list_item:last-child, .review_flow_list_item:nth-last-child(-n+2):nth-child(odd) {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .review_flow_list_item_ttl {
    margin-bottom: 24px;
    min-height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
  }
  .review_notice01 {
    font-size: 1.3rem;
    width: 30%;
  }
}

/* PC
  ------------------------ */
@media (min-width: 1200px) {

  .forPC {
    display: block;
  }

  .forSP {
    display: none;
  }

  .review_header {
    padding: 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .review_header_ttl {
    font-size: 3.3rem;
    max-width: none;
    padding: 32px 64px;
    margin: 0;
  }
  .review_header_txt {
    font-size: 3.2rem;
  }
  .review_flow_list_item {
    padding: 50px 0 70px;
  }
  .review_flow_list_item:nth-of-type(2) {
    padding: 60px 0 70px;
  }
}

/*# sourceMappingURL=map/review.css.map */
