@charset "UTF-8";
@media screen and (max-width:1200px) {
  .googlemap iframe {
    width: 100%;
  }
  .fpdf {
    max-width: 170px;
    display: inherit;
  }
  .fpdf a {
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  .fpdf a img {
    margin-bottom: 5px;
  }
  footer .office-area {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
/*ここから画面幅が1000pxまでの時*/
@media screen and (max-width:1000px) {
  header a img {
    width: 70%;
  }
  .container {
    width: 95%;
    margin-top: 0px;
    margin-bottom: 0;
  }
  nav {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 0;
  }
  h1, h1 img {
    width: 100%;
  }
  main {
    float: none;
    margin: 0 auto;
    width: 95%;
  }
  .banner {
    display: none;
  }
  .menu {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
  }
  .menu li {
    width: 50%;
  }
  .menu li:last-child {
    border-bottom: none;
  }
  .leftb {
    border-right: solid 1px #acbccc;
  }
  .wrap {
    margin-top: 35px;
  }
  h2 {
    margin-top: 35px;
    font-size: 21px;
  }
    
    
.important {
    margin-top: 2rem;
}
.important h2 {
    margin-top: 0;
}
    
    
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 17px;
  }
  .retop {
    margin-bottom: 35px;
  }
  .sentence {
    padding: 15px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:358px) {
  .outlinet th {
    width: 30%;
    font-size: 13px;
  }
  .outlinet th, .outlinet td {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/*ここから画面幅が414pxまでの時*/
@media screen and (max-width:414px) {
  footer {
    width: 100%;
    font-size: 10px;
    padding: 20px 10px;
  }
  .footer {
    margin: 0 auto;
  }
  .office {
    font-size: 14px;
  }
  .office:nth-child(2) + li {
    font-size: 13px;
  }
  .copy {
    font-size: 10px;
  }
  .foot {
    width: 69%;
    float: left;
  }
  .fpdf img {
    width: 80%;
  }
}
/*ここから画面幅が520pxまでの時*/
@media screen and (max-width:520px) {
  .rebr {
    display: inherit;
  }
  .deadline th, .deadline td {
    display: block;
  }
  .deadline td {
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 0;
  }
  .fpdf {
    max-width: 130px;
    display: inherit;
  }
}