.newlybuiltSec {
  @media screen and (min-width: 751px) {
    .sp-display {
      display: none !important;
    }
  }

  @media screen and (max-width: 750px) {
    .pc-display {
      display: none !important;
    }
  }
}

/* -----------------------------------------------
        新築LP
-------------------------------------------------- */

.newlybuiltSec {
  img {
    display: inline-block;
  }
}

.newlybuiltSec-block {
  .newlybuilt-flow {
      padding: 0;
      background: none;
  }
}
.newlybuiltSec-block:where(.newlybuiltSec-block-bg) {
  padding: 100px 0;
  background: #f9fbfc;
}
.newlybuiltSec-block:where(.newlybuiltSec-block-bosaibohan) {
  padding: 100px 0;
}
.newlybuiltSec-block:where(.newlybuiltSec-block-campaign_info) {
  padding: 100px 0;
  background: #f9fbfc;
}
.newlybuiltSec-block:where(.newlybuiltSec-block-recommend) {
  padding: 100px 0;

  .newlybuilt-recommend {
      padding: 0;
  }
}
.newlybuilt-recommend.newlybuilt-recommend-bosaibohan {
  padding-top: 100px;
}
.newlybuilt-recommend {
  padding: 0;
}

.newlybuiltSec .newlybuilt-title{
  margin: 0 0 50px;
  text-align: center;
  img {
    display: inline;
  }
}
.newlybuiltSec .newlybuilt-lead{
  margin: 0 0 70px;
  font-size: 1.8rem;
  text-align: center;
}
.newlybuiltSec .newlybuilt-reason{
  padding: 80px 0 160px;
}
.newlybuiltSec .newlybuilt-reason-list{
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.newlybuiltSec .newlybuilt-reason-list>li{
  flex: 1;
  display: flex;
  flex-direction: column;
}
.newlybuiltSec .newlybuilt-reason-image{
  margin-bottom: 20px;
  text-align: center;
}
.newlybuiltSec .newlybuilt-reason-title{
  margin-bottom: 15px;
  color: var(--clr-primary);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.newlybuiltSec .newlybuilt-reason-text{
  max-width: 300px;
  margin: 0 auto 20px;
  font-size: 1.4rem;
  text-align: center;
}
.newlybuiltSec .newlybuilt-reason-btn{
  display: block;
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: auto auto 0;
  padding: 12px;
  background: var(--clr-primary);
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
}
.newlybuiltSec .newlybuilt-reason-btn::before{
  content: '';
  border-left: 6px solid #fff;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
  position: absolute;
  right: 8px;
  top: 50%;
  margin: -3.5px 0 0;
}
.newlybuiltSec .newlybuilt-reason-btn:hover{
  background: #002a80;
  color: #fff;
}

.newlybuiltSec .newlybuilt-recommend-block{
  margin: 0 0 60px;
  padding: 25px 30px 30px;
  background: #f1f6f8;
  border-top: 6px solid var(--clr-primary);
}
.newlybuiltSec .newlybuilt-recommend-title{
  margin: 0 0 20px;
  padding: 0 0 0 40px;
  background: url(../img/newlybuilt_recommend_person.png) no-repeat 0 50%;
  color: var(--clr-primary);
  font-size: 1.8rem;
  font-weight: bold;
}
.newlybuiltSec .newlybuilt-recommend-title span{
  font-size: 2.4rem;
}
.newlybuiltSec .newlybuilt-recommend-main{
  display: flex;
  margin: 0 0 20px;
}
.newlybuiltSec .newlybuilt-recommend-check{
  width: 335px;
  min-width: 335px;
}
.newlybuiltSec .newlybuilt-recommend-check-inner{
  padding: 20px;
  background: url(../img/header/pattern.png) repeat;
  color: #fff;
}
.newlybuiltSec .newlybuilt-recommend-check-title{
  margin: 0 0 5px;
  color: #fff680;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.newlybuiltSec .newlybuilt-recommend-check-title::before{
  content: '＼';
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.2rem;
}
.newlybuiltSec .newlybuilt-recommend-check-title::after{
  content: '／';
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.2rem;
}
.newlybuiltSec .newlybuilt-recommend-check-list>li{
  list-style: none;
  padding: 8px 0 8px 30px;
  background: url(../img/newlybuilt_recommend_check.png) no-repeat 0 10px;
}
.newlybuiltSec .newlybuilt-recommend-check-list>li:not(:last-child){
  border-bottom: 1px dashed #3769ae;
}
.newlybuiltSec .newlybuilt-recommend-plan{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 0 0 66px;
  padding: 30px;
  background: #fff;
}
.newlybuiltSec .newlybuilt-recommend-plan::before{
  content: '';
  border-left: 30px solid #a8bfdb;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  position: absolute;
  top: 50%;
  left: -45px;
  margin-top: -40px;
}
.newlybuiltSec .newlybuilt-recommend-plan-info{
  width: 100%;
  text-align: center;
}
.newlybuiltSec .newlybuilt-recommend-plan-logo{
  display: block;
  margin: 0 0 20px;
}
.newlybuiltSec .newlybuilt-recommend-price{
  display: block;
  color: #e71e1e;
  font-size: 4rem;
  font-weight: bold;
}
.newlybuiltSec .newlybuilt-recommend-price span{
  font-size: 2.7rem;
}
.newlybuiltSec .newlybuilt-recommend-price span.newlybuiltSec .newlybuilt-recommend-price-tax{
  color: #333;
  font-size: 1.8rem;
  font-weight: normal;
}
.newlybuiltSec .newlybuilt-recommend-pricetax {
  display: block;
  font-size: 2rem;
  color: #e71e1e;
  font-weight: bold;
}
.newlybuiltSec .newlybuilt-recommend-pricetax span {
  font-size: 1.5rem
}
.newlybuiltSec .newlybuilt-recommend-pricetax-included {
  color: #333;
  font-weight: normal;
}
.newlybuiltSec .newlybuilt-recommend-plan-balloon{
  display: flex;
  align-items: center;
  position: relative;
  width: 310px;
  min-width: 310px;
  height: 100%;
  padding: 25px;
  background: #f1f6f8;
  color: var(--clr-primary);
}
.newlybuiltSec .newlybuilt-recommend-plan-balloon::before{
  content: '';
  border-right: 25px solid #f1f6f8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -15px;
}
.newlybuiltSec .newlybuilt-recommend-media>li{
  display: flex;
  align-items: center;
  list-style: none;
  padding: 12px 0;
  font-size: 1.3rem;
  font-weight: bold;
}
.newlybuiltSec .newlybuilt-recommend-media>li:not(:last-child){
  border-bottom: 1px solid #d9e5ea;
}
.newlybuiltSec .newlybuilt-recommend-media-icon{
  width: 105px;
  min-width: 105px;
  padding: 0 5px;
}
.newlybuiltSec .newlybuilt-recommend-media-list{
  list-style: none;
}
.newlybuiltSec .newlybuilt-recommend-point{
  display: flex;
  align-items: center;
  padding: 18px;
  background: #fcc91a;
  color: #fff;
}
.newlybuiltSec .newlybuilt-recommend-point-title{
  margin: 0 25px 0 0;
  padding: 6px 25px 5px 40px;
  background: url(../img/newlybuilt_recommend_point.png) no-repeat 0 50%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.newlybuiltSec .newlybuilt-recommend-point-text{
  padding: 0 0 0 25px;
  border-left: 1px solid #fff;
  font-size: 1.6rem;
}

.newlybuiltSec .newlybuilt-flow-list{
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.newlybuiltSec .newlybuilt-flow-list>li{
  flex: 1;
  position: relative;
}
.newlybuiltSec .newlybuilt-flow-list>li::before{
  content: '';
  border-left: 18px solid #a8bfdb;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 90px;
  left: -30px;
}
.newlybuiltSec .newlybuilt-flow-list>li:not(:first-child){
  margin-left: 50px;
}
.newlybuiltSec .newlybuilt-flow-list>li:first-child::before{
  content: none;
}
.newlybuiltSec .newlybuilt-flow-image{
  margin: 0 0 20px;
  text-align: center;
}
.newlybuiltSec .newlybuilt-flow-title{
  margin: 0 0 10px;
  color: var(--clr-primary);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.newlybuiltSec .newlybuilt-flow-title>span{
  display: block;
  font-size: 1.6rem;
}
.newlybuiltSec .newlybuilt-flow-text{
  margin: 0 0 10px;
  font-size: 1.4rem;
}
.newlybuiltSec .newlybuilt-flow-btn{
  display: block;
  position: relative;
  padding: 12px;
  border-radius: 4px;
  background: #fff112;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.newlybuiltSec .newlybuilt-flow-btn:hover{
  background: #ffca12;
  color: #000;
}
.newlybuiltSec .newlybuilt-flow-btn::before{
  content: '';
  border-left: 6px solid #000;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -3px;
}

@media screen and (max-width: 750px) {
  .newlybuiltSec:where(.wae-section-html){
    padding-inline: 0;
  }
  .newlybuiltSec-block:where(.newlybuiltSec-block-bg) {
    padding: 30px 15px;
  }
  .newlybuiltSec-block:where(.newlybuiltSec-block-bosaibohan) {
    padding: 30px 0;
  }
  .newlybuiltSec-block:where(.newlybuiltSec-block-campaign_info) {
    padding: 30px 15px;
  }
  .newlybuiltSec-block:where(.newlybuiltSec-block-recommend) {
    padding: 30px 0;
  }

  .newlybuiltSec .newlybuilt-title {
    margin: 0 0 25px;
    color: #004098;
    font-size: 2.3rem;
    font-weight: bold;
  }

  .newlybuiltSec .newlybuilt-title-balloon {
    display: table;
    margin: 0 auto 10px;
    position: relative;
    padding: 5px 10px;
    background: #004098;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
  }

  .newlybuiltSec .newlybuilt-title-balloon::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #004098;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }

  .newlybuiltSec .newlybuilt-lead {
    margin: 0 0 35px;
    font-size: 1.5rem;
  }

  .newlybuiltSec .newlybuilt-reason {
    padding: 40px 16px 40px;
  }

  .newlybuiltSec .newlybuilt-reason-list {
    display: block;
  }

  .newlybuiltSec .newlybuilt-reason-list > li {
    margin: 0 0 70px;
  }

  .newlybuiltSec .newlybuilt-reason-image {
    max-width: 200px;
    margin: 0 auto 20px;
  }

  .newlybuiltSec .newlybuilt-reason-text {
    min-height: 0px;
  }
  .newlybuiltSec .newlybuilt-recommend {
    padding: 40px 16px;
  }

  .newlybuiltSec .newlybuilt-recommend-block {
    margin: 0 0 30px;
    padding: 20px;
  }

  .newlybuiltSec .newlybuilt-recommend-title {
    font-size: 1.5rem;
  }

  .newlybuiltSec .newlybuilt-recommend-title span {
    font-size: 1.8rem;
  }

  .newlybuiltSec .newlybuilt-recommend-main {
    flex-direction: column;
  }

  .newlybuiltSec .newlybuilt-recommend-check {
    order: 2;
    width: auto;
    min-width: 0px;
    max-width: 335px;
    margin: 0 auto;
  }

  .newlybuiltSec .newlybuilt-recommend-plan {
    display: block;
    margin: 0 0 30px;
    padding: 20px;
  }

  .newlybuiltSec .newlybuilt-recommend-plan::before {
    border-top: 15px solid #a8bfdb;
    border-bottom: none;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: 100%;
    left: 50%;
    margin: 10px 0 0 -20px;
  }

  .newlybuiltSec .newlybuilt-recommend-plan-balloon {
    display: block;
    width: auto;
    min-width: 0px;
    margin: 20px 0 0;
    padding: 15px;
  }

  .newlybuiltSec .newlybuilt-recommend-plan-balloon::before {
    border-bottom: 20px solid #f1f6f8;
    border-top: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -15px;
    right: 50%;
    margin: 0 -10px 0 0;
  }

  .newlybuiltSec .newlybuilt-recommend-media-icon {
    width: 80px;
    min-width: 80px;
    padding: 0 20px 0 10px;
  }

  .newlybuiltSec .newlybuilt-recommend-point {
    display: flex;
    align-items: center;
    padding: 18px;
    background: #fcc91a;
    color: #fff;
  }

  .newlybuiltSec .newlybuilt-recommend-point-title {
    margin: 0;
    padding: 9px 15px 6px 25px;
    font-size: 1.6rem;
  }

  .newlybuiltSec .newlybuilt-recommend-point-text {
    padding: 0 0 0 15px;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .newlybuiltSec .newlybuilt-flow-list {
    display: block;
  }

  .newlybuiltSec .newlybuilt-flow-list > li::before {
    border-top: 18px solid #a8bfdb;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: none;
    top: -35px;
    left: 50%;
    margin: 0 0 0 -20px;
  }

  .newlybuiltSec .newlybuilt-flow-list > li:not(:first-child) {
    margin: 50px 0 0;
  }

}