@charset "UTF-8";
/* ==============================================================================

  flow.css

------------------------------------------------------------------------------- */
.s-property {
  width: 100%;
  padding-bottom: 70px; 
  background: url(../img/arrow_wrap.png) no-repeat center bottom;
}

.s-property .main-title h1 {
  background-image:  url(../img/icon_titleproperty.png);
}

.s-property .property-wrap {
  width: 980px;
  margin: 0 auto;
}

.s-property .property-wrap .u-fl {
  padding-bottom: 50px;
}

.s-property .inheritance-wrap {
  background-color: #F5F4EE;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 15px;
  text-align: left;
  clear: both;
  position: relative;
}

.s-property .inheritance-wrap .inheritance-sub-title {
  font-size: 20px;
  background-color: #E4BB71;
  color: #fff;
  padding: 8px 30px;
  position: absolute;
  top: -30px;
  left: 0px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.s-property .inheritance-wrap .inheritance-sub-title::after {
  top: 100%;
  left: 40%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;     
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #E4BB71;
  border-width: 10px;
  margin-left: 0px;
}

.s-property .inheritance-wrap h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  color: #007395;
  margin-bottom: 10px;
}

.s-property .inheritance-wrap .check-wrap {
  width: 50%;
}

.s-property .inheritance-wrap .confir-wrap {
  width: 420px;
}

.inheritance-wrap .confir-wrap dt {
  padding: 5px 0 5px 40px;
  margin-bottom: 5px;
  background: url(../img/icon_attention.png) no-repeat 0 center;
  font-weight: bold;
}

.s-property .inheritance-wrap .confir-wrap li {
  padding-left: 75px;
  background: url(../img/icon_check.png) no-repeat 40px center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
}

.s-property .property-cv {
  height: 120px;
  padding: 25px 20px 25px 115px;
  background: url(../img/property_cv_image.png) no-repeat 15px center #fff;
  border-radius: 5px;
}

.s-property .property-cv h4 {
  width: 215px;
  font-weight: bold;
  color: #007395;
  float: left;
}

.s-property .c-button-cv {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 280px;
  border-radius: 5px;
  transition: all .3s;
  box-shadow: 0px 3px 0px 0px #707070;
  -webkit-box-shadow: 0px 3px 0px 0px #707070;
  background-color: #007395;
  display: inline-block;
  padding: 10px 10px 10px 70px;
  text-align: left;
  min-width: 275px;
  position: relative;
  background-image: url(../img/common/icon_pc_min.png);
  background-position: 20px 50%;
  background-repeat: no-repeat;
  margin: 0 auto;
  float: left;
  margin-right: 20px;
}

.s-property .c-button-cv::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #fff;
  background-image: url(../img/common/triangle_b.png);
  background-position: 8px 6px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.s-property .c-button-cv:hover {
  transform: translate(0, -6px);
  background-color: #EB834B; 
  color: #fff;
}

.s-property .c-button-cv:hover::after {
  background-image: url(../img/common/triangle_o.png);
}

.s-property .c-button-cv p {
  font-size: 14px;
}

.s-property .contents-cv {
  width: 270px;
  float: left;
  text-align: left;
}

.s-property .contents-cv .tel-tel .tel {
  font-size: 30px;
  padding-left: 35px;
  position: relative;
  font-weight: bold;
  color: #007395;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

.s-property .contents-cv .tel-tel .tel::before {
  content: " ";
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #007395;
  background-image: url(../img/common/icon_tell.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-size: 36%;
  left: 0;
}

.s-property .contents-cv .tel-feature-wrap .tel-feature {
  float: left;
  font-size: 12px;
  color: #fff;
  padding: 1px 3px;
  background-color: #007395;
  border-radius: 6px;
  width: 49%;
  display: block;
  text-align: center;
}

.s-property .contents-cv .tel-feature-wrap .tel-feature:first-child {
  margin-right: 3px;
}

.s-property .contents-cv .tel-time {
  font-size: 12px;
  display: inline-block;
  padding-left: 30px;
}

.s-inherit {
  width: 100%;
  padding-bottom: 70px; 
}

.s-inherit .inherit-wrap {
  width: 980px;
  margin: 0 auto;
  background: url(../img/long_arrow.png) no-repeat 37px 82px #F5F4EE;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 15px;
  text-align: left;
  clear: both;
  position: relative;
}

.s-inherit .inherit-wrap .inherit-sub-title {
  font-size: 20px;
  background-color: #E4BB71;
  color: #fff;
  padding: 2px 30px;
  position: absolute;
  top: -20px;
  left: 0px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.s-inherit .c-number {
  width: 45px;
  height: 45px;
  font-size: 16px;
  padding: 3px;
}

.s-inherit .c-number span {
  width: 45px;
}

.s-inherit .inherit-wrap .decide-wrap h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}

.s-inherit .step-wrap.first {
 padding-bottom: 20px;
}

.s-inherit .step-wrap.first .decide-inner {
  margin-left: 60px;
}

.s-inherit .step-wrap.second {
  padding: 20px 0 50px;
}

.s-inherit .step-wrap.second .c-number{
  margin-top: 20px;
}

.s-inherit .step-wrap.second .decide-inner {
 padding-top: 30px;
 border-top: 1px solid #AAA;
 margin-left: 60px;
}

.s-inherit .inherit-wrap .decide-wrap {
  width: 50%;
}

.s-inherit .inherit-wrap .confir-wrap {
  width: 420px;
}

.s-inherit .inherit-wrap .confir-wrap dt {
  padding: 5px 0 5px 40px;
  margin-bottom: 5px;
  background: url(../img/icon_attention.png) no-repeat 0 center;
  font-weight: bold;
}

.s-inherit .inherit-wrap .confir-wrap li {
  padding-left: 75px;
  background: url(../img/icon_check.png) no-repeat 40px center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
}

.s-inherit .set-plan-wrap {
  border-radius: 6px;
  padding: 30px 20px;
  background: url(../img/common/plan_img_set.png) no-repeat right 20px top 20px #fff;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}

.s-inherit .set-plan-wrap .plan-sub-title {
  width: 200px;
  font-weight: bold;
  text-align: center;
  background-color: #007395;
  color: #fff;
  padding: 3px 12px;
  position: absolute;
  top: -10px;
  left: 20px;
  border-radius: 20px;
}

.s-inherit .set-plan-wrap h4 {
  font-size: 24px;
  color: #007395;
  font-weight: bold;
  margin-bottom: 10px;
}
.s-inherit .set-plan-wrap .plan-wrap {
 width: 45%;
}

.s-inherit .set-plan-wrap .price-wrap {
 width: 52%;
}

.s-inherit .set-plan-wrap .c-price {
 margin: 0; 
}

.s-inherit .set-plan-wrap .c-price .price-increase {
  bottom: -78px;
  left: 97px;
}

.s-inherit .set-plan-wrap .c-button {
  margin-top: 35px;
  width: 100%;
  letter-spacing: -0.01em;
}

.s-inherit .personal-plan-wrap {
  border-radius: 6px;
  padding: 30px 20px;
  background: #fff;
  text-align: left;
  position: relative;
}

.s-inherit .personal-plan-wrap .plan-sub-title {
  width: 200px;
  font-weight: bold;
  text-align: center;
  background-color: #666;
  color: #fff;
  padding: 3px 12px;
  position: absolute;
  top: -10px;
  left: 20px;
  border-radius: 20px;
}

.s-inherit .personal-plan-wrap .plan-description {
 width: 50%;
 font-weight: bold;
}

.s-inherit .personal-plan-wrap .c-button {
 width: 380px;
 color: #333;
 background-color: #F5F4EE;
}

.s-inherit .personal-plan-wrap .c-button::after {
 background-color: #666;
}

.s-inherit .personal-plan-wrap .c-button:hover {
  transform: translate(0, -6px);
  background-color: #007395;
  color: #fff;
}

.s-notinherit {
  width: 100%;
  padding-bottom: 70px; 
  background: url(../img/arrow_wrap.png) no-repeat center bottom;
}

.s-notinherit .notinherit-wrap {
  width: 980px;
  margin: 0 auto;
  background: #F5F4EE;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 15px;
  text-align: left;
  clear: both;
  position: relative;
}

.s-notinherit .notinherit-wrap .notinherit-sub-title {
  font-size: 20px;
  background-color: #E4BB71;
  color: #fff;
  padding: 2px 30px;
  position: absolute;
  top: -20px;
  left: 0px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.s-notinherit .abandon-wrap {
  width: 50%;
}

.s-notinherit .abandon-wrap h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 10px 0;
}

.s-notinherit .abandon-description {
 margin-bottom: 10px;
}

.s-notinherit .point-wrap {
  background: #fff;
  padding: 10px 20px;
  height: 95px;
  border-radius: 6px;
}
.s-notinherit .point-wrap .point-sub-title {
  color: #E4BB71;
  font-size: 14px;
}

.s-notinherit .abandon-plan-wrap {
  width: 45%;
  background: url(../img/common/plan_img_renunciation.png) no-repeat top 20px right 20px #fff;
  padding: 10px 20px;
  border-radius: 6px;
}

.s-notinherit .abandon-plan-wrap h3 {
  font-size: 24px;
  font-weight: bold;
  color: #007395;
  margin-bottom: 5px;
}
.s-notinherit .abandon-plan-wrap .c-button {
  width: 380px;
  margin-bottom: 20px;
}

.s-notinherit .abandon-plan-wrap .c-price {
   margin-bottom: 35px;
}

.s-notinherit .abandon-plan-wrap .c-price .price-increase {
  bottom: -75px;
  left: 80px;
}

.complete-wrap {
  width: 980px;
  margin: 0 auto;
  background: #007395;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

.s-next {
  width: 980px;
  margin: 0 auto 100px;
}

.s-next .next-wrap {
  width: 480px;
  background: url(../img/arrow_wrap.png)  no-repeat 50% 10px;
  padding-top: 80px;
}

.s-next .next-wrap .next-list-wrap {
  padding: 20px;
  background: #F5F4EE;
  text-align: left;
  border-radius: 6px;
}

.s-next .next-wrap .next-list-wrap h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
 
}

.s-next .next-wrap .next-list-wrap .plan-box {
  padding: 90px 20px 20px 20px;
  border-radius: 6px;
  margin: 20px 0 10px;
}

.s-next .next-wrap .next-list-wrap .plan-report {
  background: url(../img/common/plan_img_report.png) no-repeat center 15px #fff;
}

.s-next .next-wrap .next-list-wrap .plan-realestate {
  background: url(../img/common/plan_img_realestate.png) no-repeat center 15px #fff;
}

.s-next .next-wrap .next-list-wrap .plan-box h4 {
  text-align: center;
  color: #007395;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.s-next .next-wrap .next-list-wrap .plan-box h4 span {
  color: #333;
  font-size: 13px;
}

.s-next .plan-report .c-price {
  margin: 7px 0 33px;
}

.s-next .plan-report .price-amount-wrap {
  line-height: 1.2;
  margin-top: 15px;
}

.s-next .plan-realestate .c-price {
  margin: 10px 0 15px;
}

.s-next .plan-realestate .c-price .price-increase {
  bottom: -75px;
  right: 70px;
}

.s-next .plan-box .price-txt {
  font-size: 19px;
}
.s-next .plan-box .price-txt.plus {
  font-size: 28px;
}

.s-next .price-en-wrap-realestate .price-price {
  margin-right: 3px;
}

.s-next .c-price .price-en-wrap {
  margin-top: 54px;
}

.s-next .c-price .price-price-line {
  line-height: 1.5;
}

.s-next .c-price .price-feature-wrap .price-feature {
  padding: 8px;
}

.s-next .c-price .price-feature-wrap {
  margin: 42px 0 0 10px;
}

.s-next .c-price .price-en-w-wrap .price-tax {
  position: absolute;
  top: 0px;
  right: -6px;
}

.s-next .c-price .price-per-wrap {
 line-height: 2;
}

.s-next .c-button {
  vertical-align: bottom;
  width: 100%
}
