/* ======================================================================
 p_contact
====================================================================== */
.l_content._contact .l_main {
  width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_content._contact .l_main {
    width: 95%;
  }
}
.l_content._contact .l_main .q_list .txt {
  margin: 30px 0;
  text-align: center;
  font-size: 16px;
}
.l_content._contact .l_main .q_list .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l_content._contact .l_main .q_list .list {
    justify-content: center;
  }
}
.l_content._contact .l_main .q_list .list .item {
  width: 32%;
  height: 100px;
  border: solid 1px #ddd;
  border-radius: 7px;
  padding: 10px;
  margin: 10px 0px;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.l_content._contact .l_main .q_list .list .item:hover {
  background: #FDE9AC;
  border: solid 1px #FBC933;
}
.l_content._contact .l_main .q_list .list .item:focus {
  background: #FDE9AC;
  border: solid 1px #FBC933;
}
@media screen and (max-width: 768px) {
  .l_content._contact .l_main .q_list .list .item {
    width: 44%;
    margin: 10px 3%;
  }
}
.l_content._contact .l_main .q_list .list .item .link {
  font-size: 42px;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.l_content._contact .l_main .q_list .list .item .link span {
  font-size: 16px;
  margin: 10px 0 0;
}
.l_content._contact .l_main .btn_grp ._button {
  width: 80%;
  margin: 50px auto;
}
.l_content._contact .l_main .ch {
  display: none;
  width: 1160px;
  height: 700px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .l_content._contact .l_main .ch {
    width: 95%;
    height: 420px;
  }
}
.l_content._contact .l_main .ch iframe {
  width: 1160px;
  height: 700px;
  display: block;
}
@media screen and (max-width: 768px) {
  .l_content._contact .l_main .ch iframe {
    width: 100%;
    height: 420px;
  }
}