/* ==============================================================================

  index.css

-------------------------------------------------------------------------------

  01. s-mv


============================================================================== */
.s-mv {
  width: 980px;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  background-image: url(../img/mv_image4.png);
  background-position: bottom -3px right 0;
  background-repeat: no-repeat;
}

.s-mv h2 {
  text-align: left;
  letter-spacing: 0.6rem;
  font-size: 58px;
  color: #007395;
  line-height: 1.2;
  margin-bottom: 20px;
}

.s-mv h2 .mv-subtitle {
  font-size: 24px;
  letter-spacing: 0.08rem;
}

.s-mv h2 .mv-emphasis {
  color: #fff;
  padding: 7px 3px 0 10px;
  display: inline-block;
  background-color: #007395;
  border-radius: 6px;
  margin-bottom: 10px;
}

.s-mv h2 .mv-dotline {
  border-bottom: dotted 3px #707070;
}

.s-mv h2 .mv-title-s {
  font-size: 40px;
  letter-spacing: 0;
}

.s-mv .mv-round-banner-wrap {
  position: absolute;
  top: 0;
  left: 45%;
}

.s-mv .mv-round-banner-wrap .mv-round-banner {
  width: 165px;
  height: 165px;
  background-color: #EC5C37;
  border-radius: 50%;
  color: #fff;
  position: relative;
  font-size: 30px;
  line-height: 1.3;
}

.s-mv .mv-round-banner-wrap .mv-round-banner::after {
  position: absolute;
  bottom: 6px;
  right: -60px;
  content: "";
  width: 100px;
  height: 80px;
  background-image: url(../img/mv_04.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.s-mv .mv-round-banner-wrap .mv-round-banner p {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 165px;
}

.s-mv .mv-round-banner-wrap .mv-round-banner span.banner-s {
  font-size: 14px;
  display: block;
}

.s-mv .mv-round-banner-wrap .mv-round-banner span.banner-m {
  font-size: 24px;
  display: block;
  margin-top: -2px;
}

.s-mv ul {
  display: inline-block;
  float: left;
}

.s-mv ul li.u-fl {
  color: #007395;
  font-size: 14px;
  margin: 16px;
  width: 120px;
  height: 80px;
  position: relative;
  text-align: center;
}

.s-mv ul li.u-fl p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.s-mv ul li.u-fl p img.fl_position {
  margin: 5px 0;
}

.s-mv .mv-setplan {
  border: 5px solid #007395;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 10px 20px;
  font-size: 20px;
  color: #333;
  display: inline-block;
  position: relative;
  text-align: left;
  margin-top: -70px;
  transition: all .3s;
}

.s-mv .mv-setplan:hover {
  transform: translate(0, -6px);
}

.s-mv .mv-setplan:hover .mv-setplan {
  background-color: #f7ecae;
}

.s-mv .mv-setplan .c-popular {
  top: -30px;
  left: -30px;
}

.s-mv .mv-setplan h3 {
  padding: 0 0 10px 30px;
 }

.s-mv .mv-setplan::after {
  position: absolute;
  top: -35px;
  right: 10px;
  content: "";
  width: 53px;
  height: 67px;
  background-image: url(../img/common/icon_titleplan.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.s-plan .price-feature-wrap {
  margin: -10px 0 0 10px;
}

.s-mv .price-feature-wrap .price-feature {
  background: #007395;
}

.s-flow {
  padding: 70px 0;
  width: 100%;
  background-color: #F5F4EE;
}

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

.s-flow h2 {
  font-size: 36px;
  color: #007395;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 35px;
  font-weight: bold;
}

.s-flow h2 span {
  color: #EB834B;
}

.s-flow .flow-description {
  width: 500px;
  text-align: left;
}

.s-flow .flow-description .flow-point-wrap {
  background-color: #fff;
  padding: 0 15px 20px 15px;
  margin: 30px 0;
  border-radius: 6px;
  position: relative;
}

.s-flow .flow-description .flow-point-wrap h3 {
  color: #007395;
  font-size: 18px;
  font-weight: bold;
  padding-left: 70px;
  margin: 20px 0;
  display: inline-block;
}

.s-flow .flow-description .flow-point-wrap .c-point {
  top: -20px;
  left: -10px;
}

.s-flow .flow-description .link-button-wrap {
  margin: 0 auto;
  text-align: center;
}

.s-flow .flow-description .link-button-wrap h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

.s-flow .flow-img h4 {
  padding: 3px 10px;
  background-color: #EB834B;
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.s-flow .flow-img ul {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #DCDCDC;
  width: 416px;
  margin: -15px 0 5px;
}

.s-flow .flow-img ul li {
  width: 50%;
  height: 180px;
  position: relative;
}

.s-flow .flow-img ul li:nth-child(odd) {
  border-right: 1px solid #DCDCDC;
}

.s-flow .flow-img ul li:nth-child(-n+2) {
  border-bottom: 1px solid #DCDCDC;
}

.s-flow .flow-img ul li p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.s-flow .flow-img ul li p img {
  margin-bottom: 10px;
}

.s-flow .flow-img .flow-img-ex {
  text-align: right;
}

.s-plan {
  width: 980px;
  margin: 70px auto;
}

.s-plan h2 {
  font-size: 36px;
  color: #007395;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 35px;
  font-weight: bold;
}

.s-plan h3 {
  font-weight: bold;
  color: #007395;
}

.s-plan a {
  color: #333;
}

.s-plan a .plan-description {
  width: 50%;
  float: left;
}

.s-plan .link-button-wrap {
  display: inline-block;
}

.s-plan .link-button-wrap h4 {
  float: left;
  margin-right: 20px;
}

.s-plan .link-button-wrap .c-button {
  float: right;
  color: #007395;
}

.s-plan .link-button-wrap .c-button:hover {
  color: #fff;
}

.s-plan .set-plan-wrap {
  padding: 40px 20px 20px 20px;
  background-image: url(../img/common/plan_img_set.png);
  background-position: top 25px right 20px;
  background-repeat: no-repeat;
  display: inline-block;
  border: 1px solid #DCDCDC;
  box-shadow: 1px 3px 3px 0px #a8a8a8;
  -webkit-box-shadow: 1px 3px 3px 0px #a8a8a8;
  border-radius: 6px;
  text-align: left;
  position: relative;
  transition: all .3s;
}

.s-plan .set-plan-wrap:hover {
  transform: translate(0, -6px);
  background-color: #fffcf4;
}

.s-plan .set-plan-wrap .plan-sub-title {
  background-color: #007395;
  color: #fff;
  padding: 3px 12px;
  position: absolute;
  top: -10px;
  left: 20px;
  border-radius: 20px;
}

.s-plan .set-plan-wrap h3 {
  font-size: 30px;
  padding-left: 80px;
  position: relative;
  margin-bottom: 20px;
}

.s-plan .set-plan-wrap h3 .c-popular {
  top: -10px;
  left: 0;
}

.s-plan .set-plan-wrap .c-price {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.s-plan .set-plan-wrap .c-price .price-reduce {
  margin-top: -15px;
}

.s-plan .set-plan-wrap .c-price .price-increase {
  bottom: -10px;
}

.s-plan .c-price .price-tax-box {
	margin-top: 16px;
}

.s-plan .plan-wrap {
  margin-bottom: 20px;
}

.s-plan .plan-wrap .plan-box {
  border: 1px solid #DCDCDC;
  box-shadow: 1px 3px 3px 0px #a8a8a8;
  -webkit-box-shadow: 1px 3px 3px 0px #a8a8a8;
  border-radius: 6px;
  padding: 20px;
  width: 316px;
  float: left;
  margin: 16px 16px 16px 0;
  padding-top: 95px;
  background-position: top 15px right 50%;
  background-repeat: no-repeat;
  transition: all .3s;
}

.s-plan .plan-wrap .plan-box:hover {
  transform: translate(0, -6px);
  background-color: #fffcf4;
}

.s-plan .plan-wrap .plan-box:last-child {
  margin-right: 0;
}

.s-plan .plan-wrap .plan-box h3 {
  color: #007395;
  font-size: 20px;
  margin-bottom: 10px;
}

.s-plan .plan-wrap .plan-box p {
  text-align: left;
}

.s-plan .plan-wrap .plan-renunciation .c-price {
  display: inline-block;
  margin: 35px auto 0;
  position: relative;
}

.s-plan .plan-wrap .plan-renunciation .c-price .price-increase {
  bottom: -60px;
  left: 45px;
  font-size: 14px;
}

.s-plan .plan-wrap .plan-renunciation .c-price .price-increase-value {
  font-size: 18px;
}

.s-plan .plan-wrap .plan-report .c-price {
  display: inline-block;
  margin-top: 20px;
  letter-spacing: 0;
}

.s-plan .plan-wrap .plan-report .price-price {
 line-height: 1.5;
}

.s-plan .plan-wrap .plan-report .price-feature {
  padding: 6px;
  font-size: 12px;
}

.s-plan .plan-wrap .plan-realestate .c-price {
  display: inline-block;
  margin: 10px auto 0;
}

.s-plan .plan-wrap .plan-realestate .c-price.realestate_price {
  margin-top: 0;
}

.s-plan .plan-wrap .plan-realestate .price-price {
  line-height: 1.2;
}

.s-plan .plan-wrap .plan-realestate .price-increase {
  bottom: -72px;
  left: 48px;
  font-size: 12px;
}

.s-plan .plan-wrap .plan-realestate .price-increase-value {
  font-size: 18px;
}

.s-plan .plan-wrap .c-price p {
  float: left;
}

.s-plan .plan-wrap .c-price .price-amount {
  font-size: 12px;
}

.s-plan .plan-wrap .c-price .price-price {
  font-size: 38px;
}

.s-plan .plan-wrap .c-price .text-space {
 letter-spacing: -1px;
}

.s-plan .plan-wrap .c-price .price-per-wrap {
 line-height: 2.7;
}

.s-plan .plan-wrap .c-price .price-tax {
  font-size: 8px;
}

.s-plan .plan-wrap .c-price .price-en {
  font-size: 20px;
}

.s-plan .plan-wrap .c-price .price-en-wrap {
  text-align: center;
  margin-left: -3px;
}

.s-plan .plan-wrap .realestate_price {
  margin-top: 10px;
}

.s-plan .plan-wrap .plan-renunciation {
  background-image: url(../img/common/plan_img_renunciation.png);
}

.s-plan .plan-wrap .plan-report {
  background-image: url(../img/common/plan_img_report.png);
}

.s-plan .plan-wrap .plan-realestate {
  background-image: url(../img/common/plan_img_realestate.png);
}

.s-plan .plan-wrap .plan-report .price-en-wrap {
  margin-left: -10px;
}

.s-plan .plan-wrap .plan-report .plan-percent-tax {
  margin-left: -5px;
  line-height: 1.2;
}

.s-plan .link-button-wrap {
  margin: 0 auto;
  text-align: center;
}

.s-plan .link-button-wrap h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.s-feature {
  background-color: #F5F4EE;
  padding: 50px 0 70px 0;
}

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

.s-feature .feature-wrap h2 {
  font-size: 36px;
  color: #007395;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 35px;
  font-weight: bold;
  color: #333;
  background-image: url(../img/ct_feature_acce.png);
  background-position: top 0 right 0;
  background-repeat: no-repeat;
  padding: 20px 60px 0 60px;
  display: inline-block;
}

.s-feature .feature-wrap h2 .feature-title-size {
  font-size: 52px;
}

.s-feature .feature-wrap h2 .feature-title-color {
  color: #E4BB71;
}

.s-feature .feature-wrap ul {
  margin: 0 auto;
  display: inline-block;
}

.s-feature .feature-wrap ul li {
  width: 290px;
  float: left;
  margin-right: 50px;
  padding-top: 80px;
  position: relative;
}

.s-feature .feature-wrap ul li .c-number {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.s-feature .feature-wrap ul li:last-child {
  margin-right: 0;
}

.s-feature .feature-wrap ul li h3 {
  color: #007395;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}

.s-feature .feature-wrap ul li p {
  text-align: left;
}

.s-about {
  width: 980px;
  margin: 120px auto 20px;
  position: relative;
}

.s-about .about-description {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.s-about h2 {
  font-size: 36px;
  color: #007395;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 35px;
  font-weight: bold;
  width: 570px;
  text-align: left;
}

.s-about p {
  width: 570px;
  text-align: left;
}

.s-about img {
  float: right;
}

.s-app-faq {
  border-top: 1px solid #DCDCDC;
}

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

.s-app-faq .app-faq-wrap h3 {
  font-size: 24px;
  font-weight: bold;
  color: #007395;
}

.s-app-faq .app-faq-wrap .app-faq-description {
  margin: 30px 0;
 text-align: left;
}

.s-app-faq .app-faq-wrap .app-faq-wrap {
  float: left;
  padding: 160px 40px 100px 40px;
  width: 50%;
  background-position: top 80px right 50%;
  background-repeat: no-repeat;
  transition: all .3s;
}

.s-app-faq .app-faq-wrap .app-faq-wrap:nth-child(1) {
  border-right: 1px solid #DCDCDC;
}

.s-app-faq .app-faq-wrap .app-icon {
  background-image: url(../img/common/icon_titleapplication.png);
}

.s-app-faq .app-faq-wrap .faq-icon {
  background-image: url(../img/common/icon_titlefaq.png);
}

/*年末年始対応*/
.section-holiday {
  width: 980px;
  padding: 25px 35px;
  margin: 0 auto 60px;
  text-align: left;
  background-color: #fff;
  border: 3px solid #EB834B;
  border-radius: 6px;
}

.section-holiday p {
  color: #333;
}
 
.section-holiday .heading {
  margin: 0 0 0.6em;
  text-indent: -0.5em;
  font-weight: bold;
  font-size: 16px;
  color: #007395;
}
 
.section-holiday .heading + p {
  margin: 0;
}

.s-plan .percent-min {
  font-size: 20px;
}

.s-flow .bnr-ihin {
  margin-bottom: 40px;
  display: inline-block;
  transition: all .3s;
}

.s-flow .bnr-ihin:hover {
  transform: translate(0, -6px);
  background-color: #EB834B;
  color: #fff;
}

