/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

* {
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  color: #616161;
}

.header__link-sell {
	color: #EDB35D;
}
@media (max-width: 740px) {
	.header__link-sell {
	  color: #fff;
	}
}
.extra-header__link-type {
	color: #512f27;
}

.steps {
  margin: 50px 0;
}
.steps__h2-wrap{
  width:100%;
  background-color: #FCF7EA;
  padding:50px 30px 30px 30px;
  display: flex;
}
@media (max-width: 740px) {
  .steps__h2-wrap{
    width:95%;
    background-color: #FCF7EA;
    padding:0;
    display: block;
    padding:30px 0 20px 5%;
    margin:0 2.5%;
    float:left; clear:none;
  }
}

.steps__h2 {
  width:auto;
  font-size:20px;
  margin:0 90px 20px 0;
}
.steps__h2-p {
  float:right; clear:none;
  line-height:2em;
}
.steps__h2::before{
    content: '';
    display: inline-block;
    background: #616161;
    height: 1px;
    width: 42px;
    margin-right: 10px;
    margin-bottom:5px;
    letter-spacing:0.1em;
}
@media (max-width: 740px) {
  .steps__h2-p {
    float:right; clear:none;
    line-height:2em;
    margin:20px 0 0 0;
    float:left; clear:none;
  }
}
.steps__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FCF7EA;
  padding: 0px 30px 30px 30px;
  margin-bottom:50px;
}
@media (max-width: 740px) {
  .steps__h2 {
    width:auto;
    font-size:20px;
    margin:0 0px 0 0;
    display:block;
  }

}

@media (max-width: 740px) {
.steps__step {
  display:block;
  padding:0;
  margin:0 2.5%;
  box-shadow:0 0 2px #666;
}
}
.steps__step-title{
  width:100%;
}
.steps__img {
  position: absolute;
  left: 140px;
  top: 50px;
}
.steps__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  color: #EDB35D;
  margin: 0 50px 0 0;
}
.steps__inner {
  text-align: center;
  color: #EDB35D;
  margin-top:100px;
}
@media (max-width: 740px) {
  .steps__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    color: #EDB35D;
    margin: 0 auto;
  }
  .steps__inner {
    text-align: center;
    color: #EDB35D;
    margin:0;
  }
}
.steps__inner img {
  width:100%;
}
.steps__inner span {
  font-size: 32px;
  color: #EDB35D;
}
.steps__inner-link{
  color:#2B9FE1;
  font-size:13px;
  font-weight:bold;
}
.steps__inner-link:hover {
  text-decoration:underline;
}
.steps__text {
  width: 880px;
}
@media (max-width: 740px) {
.steps__text {
  width:90%;
  margin:0 0 0 5%;
  padding-bottom:30px;
}
}
.steps__text-strong{
  width:100%;
  font-weight:normal;
  font-size:14px;
  float:left; clear:none;
  margin:20px 0;
}

.steps__title {
  width:50%;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.steps__title::before {
  content: "";
  width: 42px;
  height: 1px;
  background-color: #616161;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  letter-spacing:0.1em;
}
.steps__paragraph {
  font-size: 14px;
  line-height: 1.8em;
  white-space: pre-line;
}
.steps__big {
  font-size:20px;
  color:#E9BB00;
  font-weight:bold;
  line-height:1.7em;
}
@media (max-width: 740px) {
.steps__big {
  font-size:15px;
}
}
.steps__big small {
  font-size:11px;
  color:#E9BB00;
}
.steps__arrow {
  text-align: center;
  font-size: 50px;
  color: #6EAACE;
  margin: 20px 0;
}
.steps__arrow:last-child {
  display: none;
}


/*査定の問い合わせフォーム*/
.area-main__assessments {
  margin: 30px auto 50px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px dotted #C9C8C8;
  background-color: #FFF;
  width:960px;
}
@media (max-width: 740px) {
	.area-main__assessments {
	  width:95%;
	  display:block;
	}
}

.area-main__assessment {
  width: 50%;
  padding: 0 0 30px 0;
}
@media (max-width: 740px) {
	.area-main__assessment {
	  width:100%;
	}
}

.area-main__assessment:first-child {
  border-right: 1px solid #C9C8C8;
}
@media (max-width: 740px) {
	.area-main__assessment:first-child {
	  border-right:none;
	}
}

.area-main__which {
  background-color: #EDB35D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: white;
  font-weight: bold;
}
.area-main__paragraph {
  padding: 15px 30px 5px 30px;
  font-size: 14px;
  text-align:center;
}
.area-main__button {
  margin: 10px 30px 0 30px;
  border: 3px solid #C9C8C8;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  padding: 0 30px;
}
.area-main__button:hover {
opacity:0.7;
}
.area-main__left i {
  margin: 0 5px 0 0;
  color: #EDB35D;
}
