@charset "UTF-8";
/*
  前ページ共用分のみ記述
  ・header
  ・footer
  ・listタグ関連
  ・h,a,span,p タグ等
*/
@media screen and (max-width: 1200px) {
  footer .footer_inner {
    row-gap: 20px;
  }
  footer .footer_inner .f_title_logo {
    width: 100%;
  }
  footer .footer_inner .f_info {
    justify-content: center;
  }
}
@media screen and (max-width: 1000px) {
  header {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 0 2%;
    row-gap: 10px;
  }
  #top_nav nav ul {
    flex-wrap: wrap;
    row-gap: 1em;
  }
  #top_nav nav ul li {
    width: 33.3333333333%;
  }
  footer {
    background-image: none;
    background-color: #fff;
    border-top: 20px solid #6699cc;
    position: static;
    height: auto;
    padding-top: 20px;
  }
  footer .footer_inner {
    position: static;
  }
  footer .copyright {
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  header {
    flex-flow: column;
    padding: 0 2%;
  }
  .tel_box {
    justify-content: flex-start;
    padding-left: 10px;
  }
  .tel_box .tel_span {
    text-align: left;
  }
  #top_nav nav {
    display: none;
  }
  #top_nav nav:before,
  #top_nav nav:after {
    content: none;
  }
  .humburger_menu {
    display: block;
  }
  footer .copyright:before {
    content: none;
  }
}
@media screen and (max-width: 700px) {
  footer .footer_inner .site_title {
    text-align: left;
    color: #6699cc;
  }
  footer .footer_inner .f_title_logo {
    grid-template-columns: minmax(0, auto);
    justify-content: center;
  }
  footer .footer_inner .f_title_logo img {
    margin: auto;
  }
  footer .footer_inner .f_nav {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.4em;
    padding: 2%;
  }
  footer .footer_inner .f_nav ul {
    flex-wrap: wrap;
    row-gap: 0.5em;
  }
  footer .footer_inner .f_info {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 620px) {
  .heading .mobile {
    display: block;
  }
  .heading .pc {
    display: none;
  }
  .c_box .c_title span {
    display: none;
  }
  footer {
    border-top: 20px solid #2b4e71;
  }
  footer .footer_inner .f_info {
    row-gap: 10px;
  }
}
@media screen and (max-width: 400px) {
  .tel_box {
    flex-wrap: wrap;
  }
  .title_logo {
    grid-template-columns: minmax(0, auto);
    margin: auto;
    order: 2;
    color: #fff;
    text-align: center;
  }
  .title_logo img {
    justify-self: center;
  }
  footer .footer_inner {
    padding: 0 2%;
  }
  footer .footer_inner .f_title_logo {
    order: initial;
  }
  footer .footer_inner .f_info {
    padding: 1% 2%;
  }
}/*# sourceMappingURL=responsive.css.map */