@charset "UTF-8";
/*---------------------------------------
アキリノの不動産一括査定システム　/assessment/
------------------------------------------*/
.markArea {
  position: relative;
}
.mark {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #9AAA7B;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 10px;
  top: -25px;
  width: 110px;
  height: 110px;
  line-height: 1.5;
  padding: 18px 0 0 2px;
}

._color {
  color: #a71b3f;
}

.catch {
  font-size: 18px !important;
  padding: 10px 0;
}
.box_white {
  background-color: #fff;
  padding: 20px 0;
  margin: 20px 0;
}
.box_white p {
  font-weight: bold;
}


.eg {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.eg .eg--content {
  padding: 0 10px;
}
.eg .eg--content .eg--content--img {
  width: 60px;
  margin: 0 auto;
}
.eg .eg--content .eg--content--img img {
  width: 100%;
}
.eg .eg--content .eg--content--txt {
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 0 0 0;
}

/*
ul.list_dot {
  width: 80%;
  margin: 0 auto;
}
ul.list_dot li {
  text-align: left !important;
  line-height: 2;
  font-weight: bold;
  margin-left: 1.3em;
  position: relative;
  padding: 0 0 3px 0;
}
ul.list_dot li::before {
  content: "";
    background-image: url(../img/common/icon_fukidashi.png);
    background-repeat: no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: -35px;
    top: -5px;
}
*/

#assessment_index *{
	text-align: center;
}

#assessment_index .lead_title{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
	font-size: 2.5rem;
	margin-top: 50px;
	font-weight: bold;
}

#assessment_index h2{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
	font-size: 4rem;
	margin: 20px 0 30px;
	font-weight: bold;
}

#assessment_index h3{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,'Noto Serif JP',メイリオ,Meiryo,serif;
	font-size: 2.5rem;
  margin: 0;
  padding: 30px 0 20px 0;
	font-weight: bold;
}
#assessment_index h3::after{ display: none; }

#assessment_index p.btn{
	text-align: center;
}

#assessment_index p.btn a{
	display: inline-block;
	margin: 0 20px;
}

/* howto-unit */

.howto-unit{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
  justify-content: center;
	-webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 30px 0;
}

.howto-unit section{
	width: 400px;
	padding: 30px 20px;
}
.howto-unit a{
	font-size: 16px;
}

.bg_gray .area_contents .howto-unit ul a {
	text-decoration: none;
}
.bg_gray .area_contents .howto-unit ul a:hover li {
  opacity: 0.7;
  transition: all .5s ease;
}
.bg_gray .area_contents .howto-unit ul a li {
  transition: all .5s ease;
}

.howto-unit section.soon { border: 3px solid #a71b3f; }
.howto-unit section.carefully{ border: 3px solid #725028; }

.howto-unit section.soon h3 { color: #a71b3f; }
.howto-unit section.carefully h3{ color: #725028; }

#assessment_index .howto-unit section p{
	font-size: 14px;
	line-height: 1.8em;
}

.howto-unit section.soon p.arrow { background: url("../about/img/arrow_red.png") no-repeat 50% 100%; }
.howto-unit section.carefully p.arrow{ background: url("../about/img/arrow_brown.png") no-repeat 50% 100%; }

p.arrow {
  font-size: 18px !important;
  font-weight: bold;
  height: 75px;
}
.howto-unit section ul li{
	min-height: 60px;
	border-radius: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 2;
	margin: 10px 0 15px 0;
	padding: 5px ;
	font-size: 2.4rem;
}

.howto-unit section.soon li { background: #a71b3f; }
.howto-unit section.carefully li{ background: #725028; }

.howto-unit section ul li .small{
	font-size: 1.2rem;
}





@media screen and (max-width: 768px) {


	#assessment_index h2{ font-size: 2.6rem; }
	#assessment_index h3{ font-size: 2rem; }
  #assessment_index p.introduction{ text-align: left; }

  #assessment_index .lead_title {
    font-size: 2rem;
  }

	.howto-unit,
	.within-link{
		display: block;
	}

	.howto-unit section{
		width: 100%;
		margin-top: 30px;
		padding: 30px 10px;
	}

	#assessment_index .howto-unit section p{ font-size: 12.5px; }

	.within-link li{ margin-top: 10px; }

	.flow-unit li{ padding: 30px;}
	#assessment_index .flow-unit dl::before{ top: 40px; left: 20px; }
	.flow-unit dl{ padding: 0 0 0 30px;}
	#assessment_index .flow-unit dt{ line-height: 1.5em; font-size: 2rem;}

	#assessment_index p.btn a{ margin: 10px 0;}

  .eg {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  .eg .eg--content {
    width: 50%;
    padding: 12px 0;
  }

  /*
  ul.list_dot {
    width: 100%;
  }  
  */
  .mark {
    font-size: 15px;
    position: absolute;
    right: -10px;
    top: 40px;
    width: 80px;
    height: 80px;
    line-height: 1.3;
    padding: 15px 0 0 2px;
  }


  .carefully p.arrow {
    height: 100px;
  }
  .markArea {
    padding: 0 0 25px 0;
  }
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 1.7rem !important;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 1.4rem !important;
  }
}
