/*! 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-flow {
	color: #512f27;
}

.steps {
  margin: 50px 0;
}
.steps__step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 30px;
  position: relative;
}
@media (max-width: 740px) {
	.steps__step{
		display:block;
		padding:30px 2.5%;
		margin:0 2.5%;
		box-shadow:0 0 2px #666;
	}
}

.steps__img {
  position: absolute;
  left: 140px;
  top: 50px;
}
@media (max-width: 740px) {
	.steps__img {
		left:auto;
		right:0;
		top:0;
	}
}

.steps__number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #EDB35D;
  color: #EDB35D;
  margin: 0 110px 0 0;
}
@media (max-width: 740px) {
	.steps__number {
		width:100%;
		height:auto;
		margin:0;
		padding:5px 0;
		border-radius:0;
	}
}
.steps__inner {
  text-align: center;
  color: #EDB35D;
}
.steps__inner span {
  font-size: 32px;
  color: #EDB35D;
}
@media (max-width: 740px) {
	.steps__inner br{
		display:none;
	}
}
.steps__inner-link{
  color:#2B9FE1;
  font-size:13px;
  font-weight:bold;
}
@media (max-width: 740px) {
  .steps__inner-link{
    color:#2B9FE1;
    font-size:13px;
    font-weight:normal;
  }
}
.steps__inner-link:hover {
  text-decoration:underline;
}
.steps__text {
  width: 880px;
}
@media (max-width: 740px) {
	.steps__text {
	  width: 100%;
	}
}

.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;
}
@media (max-width: 740px) {
	.steps__title {
		width:100%;
		margin:20px 0 0 0;
		padding:0 0 0 50px;
	}
	.steps__title::before {
		left:0;
	}
}
.steps__paragraph {
  font-size: 14px;
  line-height: 1.8em;
  white-space: pre-line;
}
@media (max-width: 740px) {
	.steps__paragraph {
	  white-space: normal;
	}
}

.steps__big {
  font-size:20px;
  color:#E9BB00;
  font-weight:bold;
}
.steps__arrow {
  text-align: center;
  font-size: 50px;
  color: #6EAACE;
  margin: 20px 0;
}
.steps__arrow:last-child {
  display: none;
}
.steps__illust{
  width:35%; float:right; clear:none;
}
@media (max-width: 740px) {
	.steps__illust {
		left:auto;
		right:0;
		top:0;
    margin-top:-40px;
    margin-bottom:20px;
	}
}

/*査定の問い合わせフォーム*/
.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;
}
