@charset "UTF-8";

/* お問い合わせ
-------------------------------------- */
.un_contactArea {
  margin: 50px 0 0;
  padding: 46px 0 50px;
  background: #efefef; }
  .un_contactArea .un_contactArea_inner {
    width: 900px;
    margin: 0 auto; }
  .un_contactArea .un_introBlock {
    font-size: 2.0rem;
    line-height: 1.5;
    text-align: center; }
  .un_contactArea .un_linkList {
    margin-top: 35px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .un_contactArea .un_linkList > li {
      width: 430px; }
      .un_contactArea .un_linkList > li > a {
        font-size: 2.4rem;
        line-height: 1;
        padding: 24px 0 28px 122px;
        text-align: left;
        position: relative; }
        .un_contactArea .un_linkList > li > a::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 45px;
          transform: translateY(-50%);
          background: 0 0 / 100% auto no-repeat; }
        .un_contactArea .un_linkList > li > a > span {
          font-size: 1.6rem;
          margin-bottom: 8px;
          display: block; }
      .un_contactArea .un_linkList > li.it_link_estimate > a::before {
        width: 33px;
        height: 46px;
        background-image: url(/plan/images/details/icon_estimate.png); }
      .un_contactArea .un_linkList > li.it_link_document > a::before {
        width: 35px;
        height: 44px;
        background-image: url(/plan/images/details/icon_document.png); }
      .un_contactArea .un_linkList > li.it_link_hall > a::before {
        width: 31px;
        height: 38px;
        background-image: url(/plan/images/details/icon_hall.png); }
      .un_contactArea .un_linkList > li.it_link_sougisoudan > a::before {
        width: 52px;
        height: 47px;
        left: 40px;
        background-image: url(/plan/images/details/icon_sougisoudan.png); }
  .un_contactArea .un_telBlock {
    width: 457px;
    margin: 40px auto 0; }
  @media screen and (min-width: 751px) {
    .un_contactArea .un_linkList > li.it_link_document, .un_contactArea .un_linkList > li.it_link_sougisoudan {
      margin-top: 30px; }
    .un_contactArea .un_linkList > li.it_link_estimate {
      order: 0; }
    .un_contactArea .un_linkList > li.it_link_document {
      order: 2; }
    .un_contactArea .un_linkList > li.it_link_hall {
      order: 1; }
    .un_contactArea .un_linkList > li.it_link_sougisoudan {
      order: 3; } }
  @media screen and (max-width: 750px) {
    .un_contactArea {
      margin: 13.2% 0 0;
      padding: 6.2% 0 6.4%; }
      .un_contactArea .un_contactArea_inner {
        width: 85%;
        margin: 0 auto; }
      .un_contactArea .un_introBlock {
        font-size: 1.3rem; }
      .un_contactArea .un_linkList {
        margin-top: 7%;
        display: block; }
        .un_contactArea .un_linkList > li {
          width: 88%;
          margin: 4.6% auto 0; }
          .un_contactArea .un_linkList > li:first-child {
            margin-top: 0; }
          .un_contactArea .un_linkList > li > a {
            font-size: 1.5rem;
            padding: 4% 0 3.2% 25%; }
            .un_contactArea .un_linkList > li > a::before {
              left: 8.6%; }
            .un_contactArea .un_linkList > li > a > span {
              font-size: 1.2rem;
              margin-bottom: 3px; }
          .un_contactArea .un_linkList > li.it_link_estimate > a::before {
            width: 22px;
            height: 32px; }
          .un_contactArea .un_linkList > li.it_link_document > a::before {
            width: 21px;
            height: 26px; }
          .un_contactArea .un_linkList > li.it_link_hall > a::before {
            width: 22px;
            height: 27px; }
          .un_contactArea .un_linkList > li.it_link_sougisoudan > a::before {
            width: 28px;
            height: 25px;
            left: 7.5%; }
      .un_contactArea .un_telBlock {
        width: 87.8%;
        margin-top: 8.2%; } }


