@charset "utf-8";

.contact_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 50px;
}
.contact_list li {
  margin: 0 15px;
  padding: 15px 30px;
  background: #e8e8e8;
  text-align: center;
  font-size: 18px;
  line-height: 1.6em;
}
.contact_list li .fwb {
  font-weight: bold;
}

.contact_means {
  display: flex;
  justify-content: space-between;
}
.contact_means .item {
  padding-bottom: 20px;
  width: calc((100% - 50px) / 2);
  text-align: center;
}
.contact_means .item .item_title {
  margin-bottom: 23px;
  padding: 8px;
  background: #808080;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
.contact_means .item.form {
  display: flex;
  flex-direction: column;
}
.contact_means .item.form .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  font-weight: 600;
  font-size: 19px;
}
.contact_means .item.tel .tel_box {
  display: inline-block;
  text-align: left;
}
.contact_means .item.tel .tel_box .tel_no {
  margin-bottom: 5px;
  padding: 0 0 0 43px;
  background: url("/img/landing_page/common/icon06.gif") no-repeat left center;
  background-size: 37px auto;
  font-weight: 900;
  font-size: 30px;
}
.contact_means .item.tel .tel_box .time {
  font-size: 13px;
}


