@media screen and (max-width: 767.9px) {
  ._none-sm {
    display: none;
  }
}

@media screen and (min-width: 428.1px) and (max-width: 767.9px) {
  ._none-md {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  ._none-lg {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  ._none-xl {
    display: none;
  }
}

._nowrap {
  white-space: nowrap;
  display: inline-block;
}

#Container {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  position: relative;
}
@media print, screen and (max-width: 319.9px) {
  #Container {
    font-size: 13.6533333333px;
  }
}
@media print, screen and (min-width: 320px) and (max-width: 428px) {
  #Container {
    font-size: calc(13.6533333333px + 4.608 * (100vw - 320px) / 108);
  }
}
@media print, screen and (min-width: 428.1px) and (max-width: 767.9px) {
  #Container {
    font-size: calc(18.2613333333px + 7.3386666667 * (100vw - 428px) / 340);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 979.9px) {
  #Container {
    font-size: calc(14.0408163265px + 3.4612244898 * (100vw - 768px) / 212);
  }
}
@media print, screen and (min-width: 980px) {
  #Container {
    font-size: 16px;
  }
}

#HeaderArea {
  text-align: center;
  background-color: #FFF;
  box-sizing: border-box;
}
@media screen and (max-width: 428px) {
  #HeaderArea {
    background-size: cover;
    padding: 22px 0 16px 0;
  }
}
@media print, screen and (min-width: 428.1px) {
  #HeaderArea {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding-top: 28px;
  }
}
@media screen and (max-width: 428px) {
  #HeaderArea img {
    width: 280px;
  }
}
@media print, screen and (min-width: 428.1px) {
  #HeaderArea img {
    width: auto;
    height: 24px;
  }
}

#MainArea {
  background-color: #FFF;
}
@media screen and (max-width: 767.9px) {
  #MainArea {
    background-size: 268px;
    padding: 3em 1em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea {
    padding: 4em 1.5em;
  }
}

#Contents {
  text-align: left;
  max-width: 980px;
}
@media print, screen and (min-width: 428.1px) {
  #Contents {
    margin: 0 auto;
  }
}

#FooterArea {
  background-color: #F1F1F1;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 428.1px) {
  #FooterArea {
    text-align: left;
  }
}
#FooterArea > ._inner {
  max-width: 980px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  #FooterArea > ._inner {
    padding: 2em 1em;
  }
}
@media print, screen and (min-width: 768px) {
  #FooterArea > ._inner {
    margin: 0 auto;
    padding: 3em 1.5em;
  }
}
#FooterArea ul {
  text-align: left;
}
#FooterArea li {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 428px) {
  #FooterArea li {
    margin-bottom: 0.8em;
  }
}
@media screen and (min-width: 428.1px) and (max-width: 767.9px) {
  #FooterArea li {
    padding-right: 1em;
  }
}
@media screen and (max-width: 767.9px) {
  #FooterArea li {
    font-size: 0.75em;
  }
}
@media print, screen and (min-width: 768px) {
  #FooterArea li {
    font-size: 0.875em;
  }
}
@media print, screen and (min-width: 428.1px) {
  #FooterArea li {
    box-sizing: border-box;
    margin-bottom: 1em;
    display: inline-block;
  }
}
@media print, screen and (min-width: 768px) {
  #FooterArea li {
    width: 33%;
  }
  #FooterArea li:nth-child(3n+1) {
    width: 30%;
  }
}
#FooterArea li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 428px) {
  #FooterArea li a {
    padding-right: 1.2em;
  }
}
@media print, screen and (min-width: 428.1px) {
  #FooterArea li a {
    padding-right: 1em;
  }
}
body:not([data-device=touchDevice]) #FooterArea li a:hover {
  text-decoration: underline;
}
#FooterArea li a::after {
  border-top: solid 1px rgb(0, 129, 204);
  border-right: solid 1px rgb(0, 129, 204);
  width: 0.6em;
  height: 0.6em;
  margin-top: -0.42426em;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1023.9px) {
  #FooterArea_Sns {
    text-align: center;
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 1024px) {
  #FooterArea_Sns {
    text-align: right;
    margin-top: 0.5em;
  }
}
#FooterArea_Sns a {
  vertical-align: bottom;
  margin: 0 4px;
}
body:not([data-device=touchDevice]) #FooterArea_Sns a:hover {
  opacity: 0.7;
  transition: 400ms;
}
@media print, screen and (min-width: 428.1px) {
  #FooterArea_Sns img {
    width: 36px;
  }
}
@media screen and (max-width: 428px) {
  #FooterArea_Sns img {
    width: 30px;
  }
}
#FooterArea_Copyright {
  text-align: center;
  background-color: #000;
}
@media screen and (max-width: 428px) {
  #FooterArea_Copyright {
    padding: 1em;
  }
}
@media print, screen and (min-width: 428.1px) {
  #FooterArea_Copyright {
    padding: 2em 1em;
  }
}
#FooterArea_Copyright p {
  color: #FFF;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  #FooterArea_Copyright p {
    font-size: 0.65625em;
    padding-right: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  #FooterArea_Copyright p {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 428px) {
  #FooterArea_Copyright p {
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 428.1px) {
  #FooterArea_Copyright p {
    letter-spacing: 0.1em;
  }
}

#ToPageTopButton {
  width: 48px;
  height: 48px;
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  cursor: pointer;
  transition: opacity 400ms, visibility 400ms;
}
@media screen and (max-width: 428px) {
  #ToPageTopButton {
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 428.1px) and (max-width: 767.9px) {
  #ToPageTopButton {
    right: 10px;
    bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  #ToPageTopButton {
    right: 15px;
    bottom: 15px;
  }
}
#ToPageTopButton._isVisible {
  visibility: visible;
  opacity: 1;
}
#ToPageTopButton a {
  text-indent: -999px;
  background-color: rgba(46, 175, 236, 0.9);
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1000;
}
body:not([data-device=touchDevice]) #ToPageTopButton a:hover {
  opacity: 0.7;
  transition: 400ms;
}
#ToPageTopButton a::after {
  border-top: solid 3px #FFF;
  border-left: solid 3px #FFF;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 20px;
  left: 16px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*# sourceMappingURL=common-blank.css.map */
