@media (max-width: 1280px) {
  #wrap {
    width: 100% !important;
    max-width: 1280px;
    height: auto;
  }
}

header {
  float: none;
}
@media (max-width: 1280px) {
  header {
    width: 100%;
    max-width: 1280px;
    position: relative;
    z-index: 10;
  }
  header.sticky {
    position: fixed;
    top: 0;
  }
}

#header {
  float: left;
}
@media (max-width: 1280px) {
  #header {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto !important;
    width: 100%;
    padding: 0 15px;
    background: #4d4d4d;
  }
  #header .title {
    width: 60px;
    height: 60px;
    padding: 5px;
  }
  #header .title a img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #header .gl_nav {
    display: none;
  }
}
#header .sp-bar {
  display: none;
  position: relative;
  z-index: 3;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  #header .sp-bar {
    display: block;
  }
}
#header .sp-bar span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#header .sp-bar span:nth-child(1) {
  top: 10px;
}
#header .sp-bar span:nth-child(2) {
  top: 20px;
}
#header .sp-bar span:nth-child(3) {
  top: 30px;
}
#header .sp-bar.active span:nth-child(1) {
  top: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#header .sp-bar.active span:nth-child(2) {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header .sp-bar.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#header .sp-menu {
  position: absolute;
  z-index: 2;
  top: 60px;
  right: 0;
  width: 100%;
  color: #fff;
  background: rgba(77, 77, 77, 0.7);
  text-align: center;
  display: none;
}
#header .sp-menu ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header .sp-menu ul li {
  list-style-type: none;
  padding: 0;
  width: 49%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
#header .sp-menu ul li:last-child {
  padding-bottom: 0;
}
#header .sp-menu ul li:hover {
  background: #ddd;
}
#header .sp-menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
}

#main_contents {
  float: right;
}
@media (max-width: 1280px) {
  #main_contents {
    margin: 0 auto;
    float: none;
    width: 100%;
  }
  #main_contents .main_img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 680px) {
  #main_contents .list,
#main_contents .contents_blc {
    padding: 30px 15px;
  }
  #main_contents .list li span {
    font-size: 14px;
  }
  #main_contents h2.ttl span {
    padding: 0 15px 12px;
  }
  #main_contents .profile tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main_contents .profile tr td:first-child {
    margin: 0 auto;
  }
  #main_contents .profile tr td:last-child {
    margin-top: 20px;
    padding: 0;
  }
  #main_contents .profile tr td:last-child li {
    border-top: solid 1px #ccc;
    padding: 5px 0;
    margin-bottom: 0;
  }
  #main_contents .profile tr td:last-child li:last-child {
    border-bottom: 1px solid #ccc;
  }
  #main_contents #section05 th {
    width: 135px !important;
  }
  #main_contents #section06 th {
    width: 160px !important;
  }
  #main_contents #section13 .emphasis_blc p {
    word-break: break-all;
  }
  #main_contents #section13 .emphasis_blc p:last-child br {
    display: block;
    content: "";
    height: 5px;
  }
}
#main_contents li,
#main_contents th,
#main_contents td,
#main_contents p {
  font-size: 15px;
}