@charset "utf-8";
/*///////////////////////////////////////////////////////////////////////////

	ご注文依頼フォーム 共通設定
	mailform/form05/

///////////////////////////////////////////////////////////////////////////*/
/* ====================================================
	ステップ
====================================================*/
.nav_step {
  margin-bottom: 30px;
	text-align: center;
}

/* ====================================================
  外壁塗装のリフォーム工事をご依頼のお客様はこちらから
====================================================*/
.product-plan {
  margin-bottom: 20px;
}
.product-plan_hd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  margin-bottom: 35px;
  padding-left: 14px;
  background-color: #f0f0f0;
  color: #008e1e;
  font-size: 18px;
  font-weight: bold;
}
.plan-bnr_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.plan-bnr_list li {
  position: relative;
  margin: 0 17px 37px 0;
}
.plan-bnr_list li:nth-of-type(2n) {
  margin-right: 0;
}
.plan-bnr_list li:nth-of-type(3),
.plan-bnr_list li:nth-of-type(4) {
  margin-bottom: 20px;
}
.plan-bnr_badge {
  position: absolute;
  top: -8px;
  right: 1px;
}
.plan-bnr_medal {
  position: absolute;
  top: 4px;
  right: 91px;
}
.plan .pack {
  clear: both;
  position: relative;
  margin: 0 20px 52px;
  border: 2px solid #ccc;
  border-radius: 5px;
  box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.13);
  background-color: #fff;
}
.plan .pack a {
  display: block;
}
.plan .pack a:hover {
  text-decoration: none;
}
.bottom_contacts {
  margin-top: 0;
}
