.center{
  text-align: center;
}
.mv{
  margin: 0 0 40px;
}
.mv h1{
  margin: 0 0 10px;
}
.contactBox{
  background: #fee5e5;
  border: 2px solid #f0d2d2;
  border-radius: 20px;
  text-align: center;
  margin: 0 0 60px;
  padding: 30px 0;
}
.contactBox p{
  font-weight: bold;
}
.contactBox-btn{
  width: 100%;
  max-width: 520px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  background: #d60915;
  color: #fff;
  text-decoration: none;
  border-bottom: 6px solid #ae060f;
  border-radius: 35px;
  margin: 0 auto 10px;
}
.mb00{
  margin-bottom: 0;
}
.mb40{
  margin-bottom: 40px;
}

.stepArea{
  margin: 0 0 60px;
  padding: 20px 0 50px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.stepArea-contentWrap{
  margin-bottom: 0;
}
.stepArea-contentWrap .stepCircle-centerWrap{
  margin: 0;
}
.stepArea-contentWrap .stepCircle-txt{
  font-weight: bold;
}
.stepArea-contentWrap .stepCircle-txt small{
  font-size: 80%;
  font-weight: normal;
}
.stepArea-contentWrap .stepCircle-ttl + .stepCircle-txt{
  margin-top: 0;
}
@media screen and (min-width: 768px){
  .stepArea-contentWrap .stepCircle-ttl,
  .stepArea-contentWrap .stepCircle-ttl.complete{
    font-size: 28px;
    margin: 0 -10px;
  }
  .stepArea-contentWrap .stepCircle-txt{
    margin: 0 -20px;
    line-height: 1.4;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 0 0;
    text-align: center;
  }
	.stepArea-contentWrap .stepCircle-txt + .stepCircle-txt{
    padding: 5px 0 0;
    font-size: 1em;
    font-weight: normal;
	}

  .fw_n{
    padding-top: 6px !important;
    font-weight:lighter !important;
    font-size: 14px !important;
  }
  .mt10 {margin-top:10px !important;}
  /*.mb10 {margin-bottom:10px !important;}*/
}

.stepArea .textNote{
  padding: 15px 30px 0;
  display: flex;
}
.stepArea .textNote li{
  width: 310px;
  text-align: center;
  margin: 0 80px 0 0;
}
.stepArea .textNote li p{
  margin: 0 -40px;
}
.link-blank:after{
  vertical-align: middle;
}

.appealArea02 {
  background: url(/site_resource/campaign/ins_mypage_10th/img/bg__about_sompopark02.png) no-repeat center top;
  height: 557px;
  text-align: center;
  margin: 0 0 50px;
  border-radius: 0 0 15px 15px;
}
.appealArea02 .appealArea-ttl {
  padding: 55px 0 18px;
}
.appealArea02 .appealArea-aboutWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 53px;
  margin-bottom: 20px;
}
.appealArea02 .btn {
  font-size: 16px;
  max-width: 288px;
}
.btn-aboutSompoPark{
  cursor: pointer;
}
.list-number li{
  padding: 0 0 0 27px;
  text-indent: -27px;
}

@media screen and (max-width: 767px){
  .stepArea{
    margin: 0 0 30px;
    padding: 10px 0 25px;
  }
  .stepArea-contentWrap .stepCircle-txt02{
    margin: 0;
  }
  .stepArea-contentWrap .stepCircle-txt03{
    margin: 0 0 5px;
    text-align: left;
    padding: 0 0 0 10px;
    text-indent: -10px;
  }
  .stepArea .textNote{
    text-align: center;
    font-size: 11px;
  }
  .stepArea-contentWrap .stepCircle-ttl.complete{
    padding: 0;
  }

  .appealArea02 {
    background: url(/site_resource/campaign/common/img/bg__about_sompopark__sp.png) no-repeat center top;
    background-size: 100% auto;
    height: auto;
    text-align: center;
    padding-bottom: 8vw;
    margin: 0 0 30px;
  }
  .appealArea02 .appealArea-ttl {
    padding: 8vw 0 3vw;
    width: 80%;
    margin: 0 auto;
  }
  .appealArea02 .appealArea-aboutWrap {
    display: block;
    padding: 0;
    width: 90%;
    margin: 0 auto 3.5vw;
  }
  .appealArea02 .appealArea-aboutWrap img {
    margin-bottom: 1.5vw;
    display: block;
  }
  .appealArea02 .btn {
    font-size: 3.5vw;
    max-width: 288px;
    width: 65%;
  }

  .contactBox{
    border: 1px solid #f0d2d2;
    border-radius: 15px;
    margin: 0 0 30px;
    padding: 20px 15px;
    font-size: 12px;
  }
  .contactBox p{
    font-weight: bold;
  }
  .contactBox-btn{
    height: 50px;
    font-size: 18px;
    border-bottom: 4px solid #ae060f;
    border-radius: 25px;
  }
  .mb40{
    margin-bottom: 20px;
  }
  .btn-aboutSompoPark img{
    max-width: 250px;
  }
  .mv{
    font-size: 12px;
    padding-top: 14px;
  }
  .mv h1{
    margin: 0 0 5px;
  }
  .mv li{
    padding: 0 0 0 25px;
    position: relative;
  }
  .mv .point{
    position: absolute;
    left: 0;
    top: 0;
  }
  .stepArea-contentWrap .stepCircle-txt{
    font-size: 3vw;
    padding: 5px 0 10px 0;
  }
  .list-style1{
    font-size: 2.6vw;
  }
  .list-style1 li{
    text-indent: -10px;
    padding: 0 0 0 10px;
  }
  div.stepCircle:first-child .list-style1 li:nth-child(2){
    padding-top: 15px;
  }
  div.stepCircle:nth-child(2) .list-style1{
    padding-top: 10px;
  }
}

.contract h2{
  width: 100%;
  max-width: 820px;
  height: 78px;
  margin: 0 auto 30px;
  background: #fff9c8;
  border: 2px solid #f3de56;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: relative;
}
.contract h2:before{
  content: "";
  width: 55px;
  height: 30px;
  background: url(/site_resource/campaign/ins_mypage_10th/img/ptpresent/arrow.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin: 0 0 0 -90px;
}
.contract-step1{
  margin: 0 0 45px;
}
.contract-step1 h3{
  text-align: center;
  font-size: 25px;
  margin: 0 0 15px;
}
.contract-step1 ul{
  display: flex;
  justify-content: center;
}
.contract-step1 ul li{
  width: 242px;
  margin: 0 8px;
}
.contract-step1 p{
  margin: -34px 10px 0;
  background: #f6fafc;
  border:1px solid #e0e8ef;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  /*transform: translate(0, -50%);*/
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}
.contract-step1 p:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #f6fafc transparent;
  position: absolute;
  left: 50%;
  top: -10px;
  margin: 0 0 0 -10px;
}

.contract-step2{
  margin: 0 0 50px;
  line-height: 1.4;
}
.contract-step2 h3{
  text-align: center;
  font-size: 25px;
  margin: 0 0 15px;
}
.contract-step2 ul{
  display: flex;
  justify-content: center;
}
.contract-step2 ul li{
  width: 242px;
  height: 242px;
  margin: 0 8px;
  background: #f6fafc;
  border:1px solid #e0e8ef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.contract-step2 ul li p{
  padding: 15px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.contract-step2 .center p{
  padding: 25px 0 0;
  margin: 0;
}
.bold{
  font-weight: bold;
}
.contract-step3{
  margin: 0 0 60px;
}
.contract-step3 h3{
  text-align: center;
  font-size: 32px;
  color: #d60915;
  margin: 0 0 20px;
}
.contract-step3 ul{
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}
.contract-step3 ul li{
  width: 270px;
  margin: 0 10px;
  background: #f6fafc;
  border:1px solid #e0e8ef;
  border-radius: 20px;
  position: relative;
}
.contract-step3 ul li:before{
  content: "";
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d60915;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: 1;
  font-size: 22px;
}
.contract-step3 ul li:nth-child(1):before{content: "1";}
.contract-step3 ul li:nth-child(2):before{content: "2";}
.contract-step3 ul li:nth-child(3):before{content: "3";}
.contract-step3 ul li:nth-child(4):before{content: "4";}
.contract-step3 .photo{
  padding: 0 10px 10px;
}
.contract-step3 dl{
  height: 160px;
}
.contract-step3 dt{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 11px 20px;
  background: #788ca0;
  color: #fff;
  border-radius: 20px 20px 0 0;
  position: relative;
  letter-spacing: -1px;
}
.contract-step3 dt:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #788ca0 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 0 0 0 -9px;
}
.contract-step3 dd{
  padding: 15px 20px;
  font-size: 15px;
  font-weight: bold;
}
.yellow{
  background-color: #ffda2a;
}
@media screen and (max-width: 767px){
  .contract h2{
    height: auto;
    margin: 0 0 20px;
    font-size: 6vw;
    line-height: 1.3;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
  }
  .contract h2:before{
    width: 37px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin: 0 0 0 -40px;
  }
  .contract-step1{
    margin: 0 0 30px;
  }
  .contract-step1 h3{
    font-size: 4.2vw;
    margin: 0 0 10px;
  }
  .contract-step1 ul{
    margin: 0 -3px;
  }
  .contract-step1 ul li{
    width: 33%;
    margin: 0 3px;
  }
  .contract-step1 p{
    margin: -10px 0 0;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 5px;
  }

  .contract-step2{
    margin: 0 0 30px;
    font-size: 3.2vw;
  }
  .contract-step2 h3{
    font-size: 4.2vw;
    margin: 0 0 10px;
  }
  .contract-step2 ul{
    margin: 0 -3px;
  }
  .contract-step2 ul li{
    width: 33%;
    margin: 0 3px;
    height: auto;
    background: none;
    border:none;
    border-radius: 0%;
    display: block;
  }
  .contract-step2 ul li p{
    padding: 10px 0 0;
    font-size: 3.5vw;
  }
  .contract-step2 .center p{
    padding: 15px 0 0;
    font-weight: normal;
  }

  .contract-step3{
    margin: 0 0 30px;
    font-size: 3.2vw;
  }
  .contract-step3 h3{
    font-size: 6.1vw;
    margin: 0 0 15px;
  }
  .contract-step3 ul{
    flex-wrap: wrap;
    margin: 0;
  }
  .contract-step3 ul li{
    width: 48%;
    margin: 0 0 10px;
    border-radius: 10px;
  }
  .contract-step3 ul li:before{
    width: 25px;
    height: 25px;
    left: -5px;
    top: -5px;
    font-size: 13px;
  }
  .contract-step3 .photo{
    padding: 0 5px 5px;
  }
  .contract-step3 dl{
    height: auto;
  }
  .contract-step3 dt{
    font-size: 3.4vw;
    padding: 10px;
    border-radius: 10px 10px 0 0;
  }
  .contract-step3 dd{
    padding: 10px;
    font-size: 3.4vw;
    font-weight: normal;
  }
}
