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

  株式会社ガーデンプラスと関連のない同名称・類似名称の店舗・会社について

****************************************************************************************** */
.similar-company_container .ttl {
  margin: 10px 0 20px;
  padding: 0 0 14px 13px;
  background: url("/public/img/common/bg_ttl.png") left bottom no-repeat;
  font-size: 19px;
  font-weight: bold;
  color: #006552;
}
.similar-company_lead {
  margin: 0 20px 40px;
  font-size: 14px;
  line-height: 1.5;
}
.similar-company-box {
  margin: 0 20px 50px;
}
.similar-company-box_hd {
	font-size: 18px;
	font-weight:bold;
	margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: solid #ccc 2px;
}
.similar-company-box_hd--sub {
  font-size: 16px;
  margin-bottom: 15px;
}
.similar-company-box-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
.similar-company-box-wrap li {
  width: 46%;
}
.similar-company-box_ttl {
  font-size: 16px;
  font-weight: bold;
}
.similar-company-box .date {
  margin-bottom: 60px;
}
.similar-company-box .date p {
  text-align: right;
}
.contact_box {
  padding: 40px 52px 40px 52px;
}
.contact_box .freedial {
  float: left;
}
.form_box a {
  display: block;
  width: 239px;
  height: 43px;
  line-height: 43px;
  padding-left: 20px;
  background: url(/public/img/static/free_consultation/ico_arrow.png) 241px center no-repeat #ed7020;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12);
  font-size: 15px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
}
.contact_box .form_box {
  float: right;
  margin-top: 20px;
}
.backlink {
  text-align: center;
}
.backlink a {
  color: #00f;
  font-size: 18px;
  text-decoration: underline;
}
.backlink a a:hover {
  color: #5F8734;
  text-decoration: none;
}
