@media screen and (max-width: 767px) {

  div.access {
    background-image: url(../img/index/about2_bk2.jpg);
    background-size: cover;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  div.access-df {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    padding: 20px;
    background-color: #fff;
  }

  .access-text h1 {
    font-size: 2.3rem;
    font-weight: lighter;
    padding-bottom: 20px;
    color: #2D530C;
  }

  div.address {
    padding-bottom: 20px;
  }

  table {
    width: 100%;
  }

  .addresse tbody {
    display: flex;
    flex-direction: column;
  }

  .address tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .address-data td {
    font-size: 1.8rem;
    line-height: 1.8;
  }



  div.web-info {
    width: 100%;
  }

  .web-info td {
    font-size: 1.8rem;
    line-height: 1.8;
    position: relative;
  }

  .web-info tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .web-info a {
    text-decoration: none;
  }

  td.sns-df {
    display: flex;
  }

  div.info-sns {
    width: 3vh;
    margin: auto 0;
    margin-right: 0.5%;
  }

  .info-sns img {
    width: 100%;
    display: block;
  }

  div.access-map {
    height: 334px;
  }

  .access-map iframe {
    width: 100%;
    height: 100%;
  }

  div.news-letter {
    margin: 0 20px;
    padding: 20px;
    margin-top: 20px;
    padding-bottom: 0;
    background-color: #fff;
  }

  .news-letter h1 {
    font-size: 2.3rem;
    font-weight: lighter;
    padding-bottom: 20px;
    color: #2D530C;
  }

  .news-letter p {
    font-size: 1.15vw;
  }

  div.news-form-wrap {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
  }

  div.contact-form {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 0;
    background-color: #fff;
  }

  .form-wrap p {
    padding-bottom: 20px;
  }

  div.form-link {
    display: flex;
        flex-direction: column;
        margin-bottom: 20px;
  }

  .form-link a {
    display: flex;
        margin-right: 20px;
        font-size: 1.8rem;
        line-height: 1.8;
  }

  .contact-select {
    width: 402px;
  }

  .arrow{
    width: 1.5vh;
    margin: auto 0;
    height: 1.5vh;
    border: 0.2vw solid;
    border-color: #707070 #707070 transparent transparent;
    transform: rotate(45deg);
  }




}
