body {
  margin: 0;
  font-size: 1.7rem;
  background: #fff;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

* {
  box-sizing: border-box;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

.text-c {
  text-align: center;
}

header {
  position: relative;
  width: 100%;
  background: #fff;
  height: 90px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}

@media (max-width: 1385px) and (min-width: 768px) {
  header {
    height: 85px;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: 17vw;
  }
}

header .header-inner {
  width: 95%;
  max-width: 1380px;
  margin: 0 auto;
  height: 90px;
  display: flex;
  align-items: center;
}

@media (max-width: 1385px) and (min-width: 768px) {
  header .header-inner {
    width: 97%;
    height: 85px;
  }
}
@media screen and (max-width: 768px) {
  header .header-inner {
    height: 100%;
  }
}

header .header-inner h1 {
  padding-bottom: 18px;
  padding-right: 1em;
  width: 320px;
}
@media screen and (max-width: 768px) {
  header .header-inner h1 {
    padding-bottom: 0;
    padding-left: 0.7em;
  }
}
@media screen and (max-width: 639px) {
  header .header-inner h1 {
   position: absolute;
   top: 50%;
   left: 1%;
   transform: translateY(-75%) translateX(0);
  }
}

header .header-inner h1 a {
  display: inline-block;
}

header .header-inner h1 a img {
  width: 100%;
}
@media screen and (max-width: 639px) {
  header .header-inner h1 a img {
    width: 60vw;
  }
}

footer {
  background: #000000;
  padding: 30px 0 60px;
  line-height: 1.3;
}

footer .footer-inner {
  width: 98%;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer-inner {
    display: block;
  }
}

footer .footer-inner .logo {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .logo {
    display: block;
    margin: 0 0 30px;
  }
}

footer .footer-inner .logo img {
  width: 280px;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .logo img {
    width: 68vw;
    margin: 0;
  }
}

footer .footer-inner .logo p {
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .logo p {
    font-size: 2.4vw;
    margin: 1em 0 0;
  }
}
footer .footer-inner .logo p span {
  font-size: 15px;
}

footer .footer-inner .copyright {
  margin: 0;
  font-size: 11px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .copyright {
    font-size: 2.7vw;
  }
}

table {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.3em;
  text-align: center;
  border-top: solid #e6e6e6 1px;
  border-left: solid #e6e6e6 1px;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  table {
    width: auto;
  }
}

table th {
  width: 30%;
  margin: 0;
  padding: 0.7em;
  vertical-align: top;
  background-color: #fafafa;
  border-right: solid #e6e6e6 1px;
  border-bottom: solid #e6e6e6 1px;
  font-weight: bold;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  font-size: 14px;
}

table td {
  padding: 0.7em 2em;
  border-right: solid #e6e6e6 1px;
  border-bottom: solid #e6e6e6 1px;
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
}

table td:nth-last-of-type(1) {
  width: 80%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  table td:nth-last-of-type(1) {
    width: 55%;
  }
}

table td:nth-last-of-type(2) {
  padding: 0.7em 1.4em;
}
@media screen and (max-width: 768px) {
  table td:nth-last-of-type(2) {
    padding: 0.7em;
  }
}

.contents .inner {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 15px;
}

.contents .inner h2 {
  margin: 45px 0;
  font-size: 33px;
  color: #e95513;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contents .inner h2 {
    margin: 45px 0 25px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .contents .inner h2 {
    margin: 45px 0 25px;
    font-size: 18px;
  }
}

.contents .inner h3 {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contents .inner h3 {
    margin: 0 0 15px;
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .contents .inner h3 {
    font-size: 16px;
  }
}

.contents .note h4 {
  margin: 50px 0 20px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contents .note h4 {
    margin: 30px 0 20px;
    font-size: 19px;
  }
}
@media screen and (max-width: 639px) {
  .contents .note h4 {
    font-size: 16px;
  }
}

.contents .note p {
  margin: 150px 0 150px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contents .note p {
    margin: 100px 0 100px;
    font-size: 14px;
  }
}
@media screen and (max-width: 639px) {
  .contents .note p {
    font-size: 13px;
  }
}

form {
  margin: 150px auto;
  text-align: center;
}

form label {
  display: inline-block;
  min-width: 110px;
  font-size: 19px;
  text-align: left;
}

form input {
  max-width: 100px;
  padding: 6px 8px;
  border: solid #e6e6e6 1px;
  vertical-align: middle;
}

form input[name="submit"] {
  max-width: 100px;
  background: #e95513 !important;
  color: white !important;
  border: 1px solid #e95513 !important;
  width: 100%;
  margin: 40px 0 0;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 700;
  -webkit-appearance: none;
  border-radius: 0;
 }

/* youtube responsive */

.responsive {
  position: relative;
  padding-top: 56.25%;
}
.responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

a[href$=".pdf"]:before {
  content: url(../images/pdf-ic.png);
  vertical-align: middle;
  margin: 0 5px;
}

.timeline {
  padding: 0;
  font-size: 16px;
  list-style: none;
}

.pdf-link {
  margin: 50px 0 100px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .pdf-link {
    margin: 40px 0 60px;
  }
}

.pdf-link a {
  color: #000000;
  text-decoration: none;
}

.pdf-link a:hover {
  color: #e95513;
  transition: 0.3s;
  opacity: 0.7;
}

.color-Orange {
  color: #e95513;
}
