@charset "UTF-8";
@import url("global_form.css");
@import url("global.css");
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
  STAFF
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*---------------------------------------------*/
.Sale-main{
  margin: 120px auto;
  width: 1000px;
}

/*---------------------------------------------*/
.Sale-plan{
  width: 1000px;
  margin: auto;
}
.Sale-plan *{
  letter-spacing: 0.08em;
}
.Sale-plan > h2{
  text-align: center;
}
.Sale-plan > h2 > span{
  font-size: 30px;
  font-weight: 500;
  color: #061651;
}
.SalePlan-ul{
  margin: 60px auto 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.SalePlan-ul li{
  width: 480px;
  border: 3px solid #c5e6f4;
  padding: 20px 30px;
}
.SalePlan-ul li > strong{
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #004ba4;
}
.SalePlan-ul li > h3{
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  color: #004ba4;
  padding: 10px 0;
}
.SalePlan-ul li > h3 > strong{
  font-size: 30px;
  color: #fff;
  padding: 4px 8px;
  margin-right: 5px;
  display: inline-block;
  background-color: #004ba4;
}
.SalePlan-ul li > p{
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  padding: 5px 0 5px 20px;
}
.SalePlan-ul li > p::before{
  position: absolute;
  content: '';
  left: 0;
  top: 13px;
  width: 14px;
  height: 14px;
  background-color: #9a9ca8;
  border-radius: 50%;
}
.SalePlan-ul li:last-of-type{
  border: 3px solid #ffd4d4;
}
.SalePlan-ul li:last-of-type > strong{
  color: #f24848;
}
.SalePlan-ul li:last-of-type > h3{
  color: #f24848;
}
.SalePlan-ul li:last-of-type > h3 > strong{
  background-color: #f24848;
}

/*---------------------------------------------*/
.Sale-merit{
  width: 1000px;
  margin: auto;
}
.Sale-merit *{
  letter-spacing: 0.08em;
}
.Sale-merit > h2{
  text-align: center;
}
.Sale-merit > h2 > span{
  font-size: 30px;
  font-weight: 500;
  color: #061651;
}
.SaleMerit-table{
  margin: 60px auto;
  width: 1000px;
  border: 2px solid #9a9ca8;
}
.SaleMerit-table th{
  border: 2px solid #9a9ca8;
}
.SaleMerit-table td{
  border: 2px solid #9a9ca8;
  padding: 10px;
}
.SMTable-thsale{
  background-color: #c5e6f4;
  color: #004ba4;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0;
}
.SMTable-thbuy{
  background-color: #ffd4d4;
  color: #f24848;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0;
}
.SMTable-tdsale{
  background-color: #004ba4;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 600;
  width: 150px;
  padding: 16px 0;
}
.SMTable-tdbuy{
  background-color: #f24848;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 600;
  width: 150px;
  padding: 16px 0;
}
.SaleMerit-table td > p{
  position: relative;
  line-height: 1.6;
  font-size: 16px;
  padding-left: 12px;
}
.SaleMerit-table td > p::before{
  position: absolute;
  content: '';
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
}

.Sale-merit > h3{
  margin: 60px auto 40px;
  text-align: center;
}
.Sale-merit > h3 > span{
  font-size: 20px;
  color: #061651;
  font-weight: 500;
}
.Sale-merit > p{
  display: block;
  text-align: center;
  margin: 0 auto 120px;
}
.Sale-merit > p > a{
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #061651;
  width: 800px;
  height: 78px;
  transition: all .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
.Sale-merit > p > a:hover{
  transition: all .4s;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0.6;
}
.Sale-merit > p > a > i{
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  background-color: #fff;
  color: #061651;
  padding: 4px 4px 8px 4px;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  border-radius: 12px;
}
.Sale-merit > p > a > strong{
  position: relative;
  color: #fff;
  display: block;
  font-size: 34px;
  line-height: 2.2;
}
.Sale-merit > p > a > strong::before{
  position: absolute;
  content: '';
  right: 10px;
  top: 24px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
}
.Sale-merit > p > a > strong::after{
  position: absolute;
  content: '';
  right: 20px;
  top: 32px;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color:  transparent transparent #061651 #061651;
  transform: rotate(-45deg);
}

/*---------------------------------------------*/
.Sale-flow{
  width: 1000px;
  margin: auto;
}
.Sale-flow *{
  letter-spacing: 0.08em;
}
.Sale-flow > h2{
  text-align: center;
}
.Sale-flow > h2 > span{
  font-size: 30px;
  font-weight: 500;
  color: #061651;
}
.SaleFlow-ul{
  margin: 60px auto 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.SaleFlow-ul li{
  width: 490px;
  text-align: center;
  border: 2px solid #9a9ca8;
}
.SaleFlow-ul li > h3{
  width: 490px;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: -2px auto 20px -2px;
  background-color: #004ba4;
}
.SaleFlow-ul li:last-of-type > h3{
  background-color: #f24848;
}
.SaleFlow-ul li > h3 > strong{
  font-size: 32px;
  font-weight: 600;
}
.SaleFlow-ul li > p{
}
.SaleFlow-ul li > p > img{
}
.SaleFlow-ul li > span{
  position: relative;
  display: block;
  padding: 20px 20px 20px 30px;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
}
.SaleFlow-ul li > span::before{
  position: absolute;
  left: 12px;
  font-size: 16px;
  content: '※';
}

/*---------------------------------------------*/
.Sale-relief{
  width: 1000px;
  margin: auto auto 120px;
}
.Sale-relief *{
  letter-spacing: 0.08em;
}
.SaleRelief-div{
  background-color: #eef3f7;
  background-image: url(../../images/sale/plan_img03.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 50%;
}
.SaleRelief-div > h2{
  color: #061651;
  letter-spacing: 0.12em;
  padding: 30px 0 30px 30px;
}
.SaleRelief-div > h2 > span{
  font-size: 45px;
}
.SaleRelief-div > p{
  font-size: 22px;
  line-height: 1.5;
  padding: 0 520px 30px 30px;
}


/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
/*---------------------------------------------*/
