
/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Header */
header {
  width:100%;
  height: 80px;
  display: block;
  position: relative;
  background-color: var(--color-4th);
}
header h1 {
  width:280px;
  height: 50px;
  display: block;
  position: absolute;
  top:30px;
  left:0;
  z-index:18600;
}
header h1 a {
  width:100%;
  height: 50px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% auto;
}


/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-3rd);
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:30px 5%;
}
.ftbody h2 {
  font-size:14px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.ftbody h2 a {
  color:var(--color-white);
  text-decoration: none;
}
.ftbody h2 a:hover {
  color:var(--color-white);
  text-decoration: underline;
}
.ftbody h3 {
  font-size:12px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.ftbody p {
  font-size:10px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  text-align: center;
  color:var(--color-white);
  margin:0 0 0 0;
}
.ftbody a {
  color:var(--color-white);
  text-decoration: underline;
}
.ftbody a:hover {
  color:var(--color-1st);
  text-decoration: none;
}

}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Header */
header {
  width:100%;
  height: 80px;
  display: block;
  position: relative;
  background-color: var(--color-4th);
}
header h1 {
  width:300px;
  height: 80px;
  display: block;
  position: absolute;
  top:0px;
  left:0;
  z-index:18600;
}
header h1 a {
  width:100%;
  height: 80px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% auto;
}


/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-3rd);
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:30px 5%;
}
.ftbody h2 {
  font-size:14px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.ftbody h2 a {
  color:var(--color-white);
  text-decoration: none;
}
.ftbody h2 a:hover {
  color:var(--color-white);
  text-decoration: underline;
}
.ftbody h3 {
  font-size:12px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.ftbody p {
  font-size:10px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  text-align: center;
  color:var(--color-white);
  margin:0 0 0 0;
}
.ftbody a {
  color:var(--color-white);
  text-decoration: underline;
}
.ftbody a:hover {
  color:var(--color-1st);
  text-decoration: none;
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

/* Header */
header {
  width:100%;
  height: 80px;
  display: block;
  position: relative;
  background-color: var(--color-4th);
}
header h1 {
  width:280px;
  height: 80px;
  display: block;
  position: absolute;
  top:0px;
  left:0;
  z-index:18600;
}
header h1 a {
  width:100%;
  height: 80px;
  display: block;
  text-indent: -9999px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% auto;
}


/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-3rd);
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:30px 5%;
}
.ftbody h2 {
  font-size:14px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.ftbody h2 a {
  color:var(--color-white);
  text-decoration: none;
}
.ftbody h2 a:hover {
  color:var(--color-white);
  text-decoration: underline;
}
.ftbody h3 {
  font-size:12px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.25em;
  text-align: center;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.ftbody p {
  font-size:10px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 2em;
  text-align: center;
  color:var(--color-white);
  margin:0 0 0 0;
}
.ftbody a {
  color:var(--color-white);
  text-decoration: underline;
}
.ftbody a:hover {
  color:var(--color-1st);
  text-decoration: none;
}

}
