@charset "utf-8";

/* ==========================================================

title : 東建ウェブサイト 建築商品一覧 RC・ユニヴァリィ・プロシード
scope : 「RC・ユニヴァリィ・プロシード」

last modify : 2019/05/09 315_mori_koji

=============================================================== */


/* --------------------------------------------------------
  建物性能
==========================================================
  /apartment/rc_univaly_proceed/feature/
---------------------------------------------------------- */


/* #design-area
---------------------------------------------------------- */

#design-area p {
  margin: 50px auto;
  text-indent: -0.5em;
  width: 38.6em;
}



/* #durability-area
---------------------------------------------------------- */

#durability-area {
  background-color: #fcf7d9;
  padding: 50px 0px 40px;
}

#durability-area h2 {
  text-align: center;
  margin: 0px auto 20px;
}

#durability-area h2+p {
  margin: 20px auto 40px;
  text-align: center;
  width: 44em;
}

.ramen {
	display:-webkit-flex;
  display:flex;
  margin: 0px auto 40px;
  width: 684px;
}

.ramen_left {
  widows: 279px;
  margin-right: 45px;
}

.ramen_right {
  width: 360px;
  margin: 60px 0 40px;
}

.ramen_right dt {
  font-size: 22px;
  font-weight: bold;
	line-height: 22px;
}

.ramen_lead {
  margin: 24px 0 30px;
  font-size: 17px;
  line-height: 25px;
}

#durability-area .finance {
  width: 360px;
  height: 120px;
  background-color: #ede3ab;
  border-radius: 10px;
}

#durability-area .finance_img {
  float: left;
  width: 92px;
  padding: 14px 23px;
}

#durability-area .finance_lead {
  padding: 16px 23px 16px 0px;
  font-size: 15px;
  line-height: 22px;
}

.point {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 740px;
  margin: 0 auto;
}

.point dl {
	width: 220px!important;
}

.point dl:nth-of-type(1) {
	margin-right: 40px;
}

.point dl:nth-of-type(2) {
	margin-right: 40px;
}

.point dt {
	width: 220px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #3a4876;
}

.point dd:nth-of-type(1) {
	width: 220px;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  color: #3a4876;
  text-align: center;
  margin-top: 10px;
  border-bottom: 1px solid #3a4876;
  padding-bottom: 5px;
}

.point dd:nth-of-type(2) {
	width: 220px;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  text-align: justify;
  color: #000;
  margin-top: 10px;
  border-bottom: none;
}

.point dd:nth-of-type(3) {
  width: 220px;
  height: 190px;
  text-align: center;
  background-color: #fff;
  border-bottom: none;
  margin-top: 20px;
}

.mt_23{
	margin-top: 23px;
}



/* #legal_service-area
---------------------------------------------------------- */
#legal_service-area .legal_service {
  width: 800px;
  margin: 0 auto 60px;
  display: flex;
}

#legal_service-area .legal_service_left {
  width: 400px;
  margin-right: 20px;
}

#legal_service-area .legal_service_right {
  width: 400px;
  margin-right: 0px;
  padding: 38px 0px;
}

#legal_service-area dt {
  font-size: 20px;
  font-weight: bold;
	line-height: 27px;
}

#legal_service-area dd {
  font-size: 17px;
  line-height: 25px;
  margin-top: 20px;
}

