@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', '游ゴシック Medium', 'Yu Gothic Medium',
    '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
    'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #000000;
}

a {
  color: #000000;
}

a:hover {
  color: #000000;
}

.commonWidth {
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: unset;
}

@media only screen and (max-width: 767px) {
  .commonWidth {
    width: 90%;
  }
  .commonWidthPc {
    display: none;
  }
  .commonWidthSp {
    width: 90%;
    margin: 0 auto;
  }
  .spNone {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 1400px;
  }
  .commonWidth {
    width: 90%;
    max-width: 1100px;
  }
  .commonWidthPc {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
    height: 716px;
  }
  .commonWidthSp {
    display: none;
  }
  .spVisible {
    display: none;
  }
}

.secHeader {
  background: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.secHeader .headerIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.secHeader .headerIn .logoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.secHeader .headerIn .logoArea .forCorp {
  font-weight: 500;
}

.secHeader .headerIn .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: 500;
  text-align: center;
}

.secHeader .headerIn .btnArea .btnDownload {
  display: block;
  background: #e15353;
  border-radius: 30px;
  color: #ffffff;
  -webkit-box-shadow: 5px 5px 10px #b14043;
  box-shadow: 5px 5px 10px #b14043;
}

.secHeader .headerIn .btnArea .btnContact {
  display: block;
  background: #e15353;
  border-radius: 30px;
  color: #ffffff;
  -webkit-box-shadow: 5px 5px 10px #b14043;
  box-shadow: 5px 5px 10px #b14043;
}

@media only screen and (max-width: 767px) {
  .secHeader {
    padding: 15px 0;
  }
  .secHeader .headerIn .logoArea {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: auto;
  }
  .secHeader .headerIn .logoArea .logoHeader {
    padding-right: 10px;
    width: 280px;
  }
  .secHeader .headerIn .logoArea .forCorp {
    font-size: 13px;
    padding-bottom: 2px;
  }
}

@media print, screen and (min-width: 768px) {
  .secHeader {
    padding: 20px 0 25px;
    min-width: 1100px;
  }
  .secHeader .headerIn .logoArea .logoHeader {
    padding-right: 30px;
  }
  .secHeader .headerIn .logoArea .forCorp {
    font-size: 20px;
  }
  .secHeader .headerIn .btnArea {
    font-size: 20px;
  }
  .secHeader .headerIn .btnArea .btnDownload {
    padding: 14px 0;
    width: 200px;
  }
  .secHeader .headerIn .btnArea .btnContact {
    margin-left: 10px;
    padding: 14px 0;
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .mainArea {
    padding-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .mainArea {
    padding-top: 55px;
  }
}

.secFooter .copyright {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .secFooter {
    padding: 25px 0;
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .secFooter .copyright {
    padding: 48px 0;
  }
}

@media only screen and (max-width: 767px) {
  .secFooterLink {
    z-index: 20;
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    font-size: 14px;
    background: #ffffff;
  }
  .secFooterLink .btnDownload {
    width: 50%;
    background: #e15353;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3px;
  }
  .secFooterLink .btnContact {
    width: 50%;
    background: #e15353;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3px;
  }
}
/*# sourceMappingURL=common.css.map */
