#contact .section1 {
  margin: 85px auto 0; }
  #contact .section1 .layout {
    max-width: 1030px;
    padding: 0 20px;
    margin: auto; }
    #contact .section1 .layout h2 {
      font-size: 32px;
      color: #3d6eb0; }
    #contact .section1 .layout p {
      font-size: 16px;
      margin-top: 20px;
      margin-bottom: 25px; }
    #contact .section1 .layout ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -10px; }
      #contact .section1 .layout ul li {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        -o-flex-grow: 1;
        flex-grow: 1;
        min-width: 300px;
        max-width: calc(33% - 20px);
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 10px 15px; }
        #contact .section1 .layout ul li .tel-anchor {
          display: block;
          padding: 10px 14px 0;
          border: 1px solid #9bd6e3;
          color: inherit; }
        #contact .section1 .layout ul li h3 {
          font-size: 16px;
          color: #3d6eb0; }
        #contact .section1 .layout ul li p {
          display: inline;
          font-size: 30px;
          font-family: 'Roboto Condensed', sans-serif;
          margin: 0;
          font-weight: bold; }
          #contact .section1 .layout ul li p.tel {
            font-size: 40px;
            line-height: 1.2; }

#contact .section2 {
  margin-top: 99px; }
  #contact .section2 .layout {
    max-width: 1030px;
    padding: 0 20px;
    margin: auto; }
    #contact .section2 .layout h2 {
      font-size: 32px;
      color: #3d6eb0; }
    #contact .section2 .layout .descript {
      font-size: 16px;
      margin-top: 20px; }

@media screen and (max-width: 640px) {
  #contact .section1 {
    width: auto;
    margin: 9.5rem auto 0; }
    #contact .section1 .layout {
      width: 56rem;
      padding: 0;
      margin: auto; }
      #contact .section1 .layout h2 {
        font-size: 4.6rem;
        color: #3d6eb0;
        line-height: 1.4; }
      #contact .section1 .layout p {
        font-size: 2.8rem;
        margin-top: 2rem;
        margin-bottom: 3.5rem; }
      #contact .section1 .layout ul {
        justify-content: left;
        display: block; }
        #contact .section1 .layout ul li {
          width: 45rem;
          max-width: none;
          min-width: 0;
          height: auto;
          margin-right: 0;
          margin: auto;
          margin-bottom: 3rem; }
          #contact .section1 .layout ul li .tel-anchor {
            border: .2rem solid #9bd6e3;
            padding: 1.7rem 2.3rem .8rem; }
          #contact .section1 .layout ul li h3 {
            font-size: 3.2rem;
            color: #3d6eb0;
            line-height: 1.2; }
          #contact .section1 .layout ul li p {
            display: inline;
            font-size: 3.6rem;
            font-family: 'Roboto Condensed', sans-serif;
            margin: 0; }
            #contact .section1 .layout ul li p.tel {
              font-size: 4.8rem;
              font-weight: bold;
              line-height: 1.2; }
            #contact .section1 .layout ul li p a {
              color: inherit; }
  #contact .section2 {
    margin-top: 9rem; }
    #contact .section2 .layout {
      width: 56rem;
      padding: 0;
      margin: auto; }
      #contact .section2 .layout h2 {
        font-size: 4.6rem;
        color: #3d6eb0; }
      #contact .section2 .layout .descript {
        font-size: 2.8rem;
        margin-top: 2rem; } }

/*# sourceMappingURL=index.css.map */