/* CSS Document */
@media screen and (min-width: 601px) {
  .two_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 601px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .sp {
    display: inherit;
  }
}

#header {
  padding: 10px 0;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

#header h1 {
  margin: 0 auto;
  width: 1000px;
}

#header h1 a img {
  width: 200px;
}

#header h1 span {
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (min-width: 601px) {
  #header {
    width: 100%;
  }
  #header .bar {
    display: none;
  }
  #header #headerNav {
    display: inherit !important;
    background-color: #D71426;
  }
  #header #headerNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 1000px;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    padding: 5px 0;
  }
  #header #headerNav ul li a {
    text-decoration: none;
    transition: 0.6s;
  }
  #header #headerNav ul li a:hover {
    opacity: 0.8;
  }
  #header #headerNav ul li + li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 600px) {
  #header {
    width: 100%;
    height: 95px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
  }
  #header h1 span {
    display: block;
    font-size: 3.6vw;
  }
  #header .bar {
    height: 20px;
    background-color: #D71426;
  }
  #header #headerNav {
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    width: 100%;
    background: #393939;
  }
  #header #headerNav ul li + li {
    border-top: solid 1px #ccc;
  }
  #header #headerNav ul li a {
    display: block;
    color: #fff;
    padding: 15px 10px;
  }
  #header #headerNav ul li a:hover {
    text-decoration: none;
  }
}

#header #trigger {
  position: absolute;
  right: 10px;
  top: 17.5px;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  border: solid 1px #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header #trigger span {
  transition: all 0.4s;
  display: block;
  width: 30px;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
}

#header #trigger span + span {
  margin-top: 5px;
}

#header #trigger.open span {
  transition: all 0.4s;
}

#header #trigger.open span:nth-child(2) {
  display: none;
}

#header #trigger.open span:nth-child(1) {
  transform: rotate(-45deg);
  margin: 0 0 -2px 0;
}

#header #trigger.open span:nth-child(3) {
  transform: rotate(45deg);
  margin: -2px 0 0 0;
}

@media screen and (min-width: 601px) {
  #contents {
    min-width: 1000px;
  }
}

@media screen and (max-width: 600px) {
  #contents {
    padding: 105px 0 0;
  }
}

@media screen and (min-width: 601px) {
  #contents #main {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  #contents #main {
    padding: 0 5vw;
  }
}

#contents #main section .text_img {
  margin-top: 30px;
  font-size: 2rem;
  border-bottom: #9F0002 solid 2px;
  padding-bottom: 5px;
}

#contents #main section .text_img + * {
  margin-top: 20px;
}

#footer {
  margin-top: 50px;
  padding: 10px;
  color: #fff;
  background: #6b6b6b;
}

@media screen and (min-width: 601px) {
  #footer {
    min-width: 1000px;
  }
}

@media screen and (min-width: 601px) {
  #footer #footerNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 700px;
    margin: 0 auto;
    padding-bottom: 5px;
    font-size: 1.5rem;
  }
  #footer #footerNav ul li {
    margin-left: 20px;
  }
  #footer #footerNav ul li a {
    display: block;
  }
  #footer #footerNav ul .no_01 {
    width: 75px;
  }
  #footer #footerNav ul .no_02 {
    width: 186px;
  }
  #footer #footerNav ul .no_03 {
    width: 90px;
  }
  #footer #footerNav ul .no_04 {
    width: 90px;
  }
  #footer #footerNav ul .no_05 {
    width: 122px;
  }
}

@media screen and (max-width: 600px) {
  #footer #footerNav {
    display: none;
  }
}

#footer #logo {
  width: 300px;
}

#footer #logo address {
  font-size: 1.6rem;
  margin-left: 10px;
}

@media screen and (max-width: 600px) {
  #footer #logo address {
    margin: 10px auto;
    font-size: 1.6rem;
  }
}

#footer #staff {
  font-size: 1.6rem;
}

#footer #staff dl {
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 600px) {
  #footer #staff dl {
    margin-top: 5px;
  }
}

#footer #staff dl dd {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer #staff dl dd span {
  width: 50%;
}

#footer #staff dl dt {
  width: 20%;
}

@media screen and (max-width: 600px) {
  #footer #staff {
    margin: 5px auto 0;
    font-size: 1.6rem;
  }
}
