@charset "UTF-8";
main#company {
  /* 条件検索 */
}
main#company .ttl-area {
  margin-bottom: 30px;
}
main#company .ttl-area h1 {
  font-size: 2.6rem;
  line-height: 1.3;
}
@media (max-width: 568px) {
  main#company .ttl-area h1 {
    font-size: 1.7em;
  }
}
main#company .ttl-area h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 568px) {
  main#company .ttl-area h2 {
    font-size: 1.7em;
  }
}
main#company #company_list {
  padding-top: 100px;
  margin-top: -100px;
}
main#company .lead_header {
  text-align: center;
}
main#company .lead2 {
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.2rem;
  background: linear-gradient(transparent 60%, #ff6 60%);
  background-position: center;
  display: inline-block;
  margin: 0 auto 50px;
  padding: 0px 5px 5px;
}
main#company .standard li {
  margin-bottom: 30px;
  text-align: center;
}
main#company .standard li:nth-child(3n) {
  margin-right: 0;
}
main#company .standard li .ttl span {
  font-weight: bold;
  font-size: 1.4rem;
  background: linear-gradient(transparent 60%, #ff6 60%);
  display: inline;
  padding: 0 2px 0px;
  line-height: 1.8;
}
main#company .standard li .txt {
  text-align: left;
}
main#company .search_block {
  background-color: #eee;
  margin-bottom: 25px;
  padding: 12px 30px;
  box-sizing: border-box;
}
@media (max-width: 568px) {
  main#company .search_block {
    padding: 12px 17px 0;
  }
}
main#company .search_block label {
  display: block;
  margin-right: 0;
}
main#company .search_block h2 {
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  color: #44392f;
  line-height: 1.5;
  padding-left: 1.5em;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 7px;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 20px;
}
main#company .search_block h2:before {
  content: "";
  display: block;
  width: 1em;
  height: 2.2em;
  position: absolute;
  left: 0;
  top: -6px;
  background: url(/assets/img/btn_search.svg) no-repeat center left;
  background-size: contain;
}
main#company .search_block h2:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 10px;
  top: 5px;
  background: url(/assets/img/sp/sp_btn_open.svg) no-repeat center left;
  background-size: contain;
}
@media (max-width: 568px) {
  main#company .search_block h2:after {
    right: 0px;
    top: 5px;
  }
}
main#company .search_block.opened h2:after {
  background-image: url(/assets/img/sp/sp_btn_close.svg);
}
main#company .search_block .hidden {
  display: none;
}
main#company .search_block .search_box {
  display: none;
}
main#company .search_block.opened .search_box {
  display: block;
}
main#company .search_box {
  margin-bottom: 10px;
  background-color: #eee;
}
main#company .search_box .block {
  border-top: 1px dotted #3c3c3c;
  padding: 20px 0;
}
main#company .search_box .btn_area {
  text-align: center;
  padding: 25px 0px;
  border-top: 1px dotted #3c3c3c;
}
main#company .search_box section {
  width: 100%;
}
main#company .search_box .ttl-input:after {
  content: " ";
  clear: both;
  display: block;
}
main#company .search_box h3 {
  font-size: 1.1em;
  line-height: 33px;
  margin-right: 1em;
}
main#company .search_box .ttl-input {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}
main#company .search_box .ttl-input h3 {
  margin-right: 20px;
}
main#company .search_box .form_col {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 568px) {
  main#company .search_box .form_col {
    margin-bottom: 15px;
    width: 100%;
  }
}
main#company .search_box input {
  font-family: inherit;
}
main#company .search_box select {
  font-family: inherit;
  min-height: 35px;
  font-size: 16px;
  border: 1px solid #5f564d;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
}
main#company .search_box input[type=submit] {
  background: url(/assets/img/btn_direction_right_og.svg) no-repeat center right;
  background-color: white;
  color: #f16b3a;
  display: inline-block;
  width: 80%;
  cursor: pointer;
}
main#company .search_box #btnSearch {
  display: inline-block;
  width: 400px;
}
main#company .search_box #btnSearch:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
main#company .search_box .selectbox {
  display: inline-block;
  position: relative;
  font-size: 1.1em;
  width: 100%;
}
main#company .company_map {
  width: 100%;
  height: 480px;
  border: none;
  margin-bottom: 50px;
}

@media (max-width: 568px) {
  main#company .search_box .ttl-input .inputarea {
    float: none;
    width: 100%;
  }
  main#company .search_box input[type=submit] {
    float: none !important;
  }
  main#company .search_box #btnSearch {
    width: 100%;
  }
}
/** ６つのポイント  */
.recommended_point_wrap {
  margin-top: 60px;
  margin-bottom: 80px;
}

.recommended_point_title {
  font-size: 31px;
  margin-bottom: 30px;
  font-weight: bold;
}
.recommended_point_title .recommended_num {
  font-size: 48px;
  margin: 0 0px;
  color: #e9333d;
  position: relative;
  top: 5px;
}

.recommended_point_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.recommended_point_list li {
  list-style: none;
  box-sizing: border-box;
  width: 32%;
  font-size: 17px;
  margin-bottom: 20px;
}
.recommended_point_list li a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 15px 15px;
  border: 1px #0086d2 solid;
  border-radius: 10px;
  height: 45px;
  line-height: 1.5;
  font-weight: bold;
  background: #e8f4fb;
  position: relative;
}
.recommended_point_list li a:after {
  content: "＋";
  border-radius: 100px;
  width: 24px;
  height: 24px;
  /* background: #0086d2; */
  background: #00a6b8;
  color: #fff;
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
  border-radius: 100px;
  line-height: 1;
  font-size: 14px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.recommended_point_list li a span {
  width: 8%;
  font-size: 31px;
  border-right: 1px #0086d2 solid;
  padding-right: 10px;
  text-align: center;
  color: #0086d2;
}
.recommended_point_list li a div {
  line-height: 1.2;
  padding-left: 16px;
}

.comment {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 568px) {
  .comment {
    font-size: 14px;
  }
}
.comment strong {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

@media (max-width: 568px) {
  .recommended_point_title {
    font-size: 24px;
  }
  .recommended_point_title .recommended_num {
    font-size: 40px;
  }

  .recommended_point_wrap {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .recommended_point_list li {
    width: 48%;
    font-size: 14px;
  }
  .recommended_point_list li a {
    padding: 10px 10px;
    height: 45px;
  }
  .recommended_point_list li a:after {
    width: 20px;
    height: 20px;
    font-size: 12px;
    top: auto;
    right: 3px;
    bottom: 3px;
  }
  .recommended_point_list li a span {
    font-size: 22px;
  }
  .recommended_point_list li a div {
    line-height: 1.2;
    padding-left: 10px;
  }
}
/* = 6つのポイント モーダル表示
------------------------------------ */
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.micromodal-slide .modal__overlay {
  z-index: 99999;
}

.modal__close {
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}

.modal__header {
  position: relative;
  display: block;
}

.modal__title {
  font-size: 28px !important;
  color: #333 !important;
  border-bottom: 1px #333 solid !important;
  display: block !important;
  padding-bottom: 10px !important;
  width: 100% !important;
}
@media (max-width: 568px) {
  .modal__title {
    font-size: 22px !important;
  }
}

.modal__title span {
  font-size: 38px;
  margin-right: 10px;
  color: #0086d2;
}

.modal__content {
  font-size: 16px;
}

.modal__container {
  border: 1px #0086d2 solid;
  background: #e8f4fb !important;
  border-radius: 10px;
}

.micromodal-slide[aria-hidden=false] .modal__container {
  border-radius: 10px !important;
}
@media (max-width: 568px) {
  .micromodal-slide[aria-hidden=false] .modal__container {
    margin: 5%;
  }
}

.entry article {
  margin-bottom: 40px !important;
}
.entry article a .company_character {
  text-align: left;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

/* = 工事の割合グラフ表示
------------------------------ */
main#company article div.detail_area {
  padding: 5px 0px 8px;
}
main#company .graph {
  padding-top: 3px;
  margin-bottom: 5px;
  padding-bottom: 0.5px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
main#company .graph li {
  display: flex;
  flex-flow: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 24px;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
main#company .graph li.apartment {
  background-color: #ac9acd;
}
main#company .graph li.old {
  background-color: #72c3ab;
}
main#company .graph li.house {
  background-color: #ffa9ab;
}
main#company .graph li.other {
  background-color: #72c4e6;
}
main#company .graph li p {
  position: absolute;
  left: 99%;
  left: calc(100% + 10px);
  top: 0;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 32px;
  width: 100%;
}
main#company .graph li span {
  white-space: nowrap;
}
main#company .graph_hanrei {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
main#company .graph_hanrei li {
  font-size: 11px;
}
@media (max-width: 568px) {
  main#company .graph_hanrei li {
    font-size: 14px;
  }
}
main#company .graph_hanrei li:not(:last-child) {
  margin-right: 3px;
}
main#company .graph_hanrei li:before {
  content: "■";
}
main#company .graph_hanrei li.apartment {
  letter-spacing: -1px;
}
main#company .graph_hanrei li.apartment:before {
  color: #ac9acd;
}
main#company .graph_hanrei li.old:before {
  color: #72c3ab;
}
main#company .graph_hanrei li.house:before {
  color: #ffa9ab;
}
main#company .graph_hanrei li.other:before {
  color: #72c4e6;
}
main#company .label {
  border: 1px solid #b8b4b0;
  padding: 15px 15px 3px 15px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
}
main#company .label li {
  display: none;
  float: left;
  width: 50%;
  line-height: 16px;
  padding-left: 25px;
  box-sizing: border-box;
  margin-bottom: 12px;
  position: relative;
}
main#company .label li:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
}
main#company .label .apartment:after {
  background-color: #ac9acd;
}
main#company .label .old:after {
  background-color: #72c3ab;
}
main#company .label .house:after {
  background-color: #ffa9ab;
}
main#company .label .other:after {
  background-color: #72c4e6;
}/*# sourceMappingURL=archive-company.css.map */