body {
  padding-bottom: 0
}

.copy {
  padding: 8px 0 5px;
  background: #001E55;
  font-size: 13px;
  text-align: center;
  color: white;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); /* 上部に影を付ける場合 */
  z-index: 1000; /* 他の要素より前面に表示 */
}

@media print,
screen and (min-width: 751px) {
  .copy {
    padding: 18px 0 16px
  }
}

@media print,
screen and (min-width: 751px) {
  .contentWrapB_Inner {
    padding: 30px 24px 0
  }
}

@media print,
screen and (min-width: 751px) {
  .btnStyleWrapCenter {
    justify-content: center;
    right: 0
  }
}

@media print,
screen and (max-width: 750px) {
  .pc {
    display: none
  }
}

@media print,
screen and (min-width: 751px) {
  .sp {
    display: none
  }
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0
}

p,
form {
  margin: 0
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}

img {
  vertical-align: bottom
}

button,
input {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}

button,
[type="submit"] {
  cursor: pointer
}

button:disabled,
[type="submit"]:disabled {
  cursor: default
}

:-moz-focusring {
  outline: auto
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

input {
  margin-bottom: 10px;
  padding-left: 10px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: white;
  border: 2px solid #001E55;
  border-radius: 10px
}

input:disabled {
  background: #E8EAEC !important;
  border: none;
  color: #8C98A2
}

header {
  height: 70px;
  background: #fff;
}

@media print,
screen and (min-width: 751px) {
  header {
    height: 80px
  }
}

header>.fixed {
  position: fixed;
  top: 0;
  background: #ECF5F5;
  width: 100%;
  z-index: 997
}

.header {
  position: relative;
  height: 56px;
  background-image: url(/static/app/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-concrete.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

@media print,
screen and (min-width: 751px) {
  .header {
    height: 80px;
    background-image: url(/static/app/old-black-background-grunge-texture-dark-wallpaper-blackboard-chalkboard-concrete.jpg);
    background-repeat: no-repeat;
    background-position-y: -415px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25)
  }
}

.header::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 5px
}

.headerBlue::before {
  background: #001E55
}

.header::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: linear-gradient(270deg, #E6EDF3 0%, #8C98A2 99.99%)
}

@media print,
screen and (min-width: 751px) {
  .header::after {
    display: none
  }
}

@media print,
screen and (min-width: 751px) {
  .headerInner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    min-height: 80px
  }
}

@media print,
screen and (min-width: 1200px) {
  .headerInner {
    width: 1200px
  }
}

@media print,
screen and (max-width: 1199px) {
  .headerInner {
    padding-left: 24px;
    padding-right: 24px
  }
}

@media print,
screen and (max-width: 750px) {
  .headerInner {
    padding: 0
  }
}

.headerLogoWrap {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%)
}

@media print,
screen and (max-width: 750px) {
  .headerLogoWrap {
    top: calc(50% + 2px)
  }
}

@media print,
screen and (max-width: 750px) {
  .headerLogoWrap img {
    width: 160px
  }
}

@media print,
screen and (min-width: 751px) {
  .headerLogoWrap img {
    width: 100%
  }
}

@media print,
screen and (min-width: 751px) {
  .headerLogoWrap {
    position: relative;
    top: initial;
    left: initial;
    width: 246px;
    transform: initial
  }
}

.login img {
  padding-bottom: 6px;
  width: 25px
}

.login-sp {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  color: #001E55;
  text-align: center
}

@media print,
screen and (min-width: 751px) {
  .login {
    position: relative;
    top: initial;
    transform: initial;
    align-items: center;
    font-size: 10px;
    font-weight: bold;
    color: #001E55;
    text-align: center
  }
  .login-sp {
    display: none;
  }
}

.login {
  right: 14px;
  margin-top: 4px
}

.login img {
  padding-bottom: 3px;
  width: 20px
}

@media print,
screen and (min-width: 751px) {
  .login {
    display: none
  }
}

@media print,
screen and (min-width: 751px) {
  .headerMenuWrap {
    display: flex;
    align-items: center
  }
}

.loginedPC {
  margin-right: 20px
}


  .login-sp{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 12px 8px;
    min-width: 100px;
    background: white;
    border: none;
    cursor: default;
    border-radius: 6px;
    color: #001E55;
    top: 50%;
    right: 5%;
  }

@media print,
screen and (min-width: 751px) {
  .loginedPC a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 12px 8px;
    min-width: 201px;
    background: white;
    border: none;
    height: 45px;
    cursor: default;
    border-radius: 6px;
    color: #001E55
  }
  .loginedPC span:first-child {
    display: block;
    padding-bottom: 2px;
    font-size: 15px;
    font-weight: bold;
    color: #001E55
  }
  .login-sp{
    display: none;
  }
}

@media print,
screen and (min-width: 751px) {
  a.btnLoginPc {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    min-width: 100px !important;
    height: 30px;
    background: none;
    border: 2px solid #001E55;
    cursor: pointer
  }

  a.btnLoginPc span {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 4px;
    font-size: 10px !important;
    font-weight: normal !important;
    text-align: center
  }

  a.btnLoginPc span::before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 17px;
    height: 17px;
    background-image: url(//cdn-passport.jfa.jp/fastbiz_membership/assets/frontend/icon/icon_login-d07d64ce0b30e60beb8657931ecf4a90494498343ba82213b6c2d441efa40e2c.png);
    background-repeat: no-repeat;
    background-size: 17px;
    z-index: 2
  }
}

@font-face {
  font-family: 'fontCorporateLogo';
  src: url(//cdn-passport.jfa.jp/fastbiz_membership/assets/Corporate-Logo-Bold-ver2-9d01cf439b3f0e0f496f8a7b1ffa4a155f774169a40bd879bb72ee5d3771733e.ttf) format("opentype"), url(//cdn-passport.jfa.jp/fastbiz_membership/assets/Corporate-Logo-Bold-ver2-5a56b95142ddc0974a9e4bc360993f1892bac83b07d124b43f6897c9f3bb8c63.woff) format("woff")
}

body {
  position: relative;
  background-color: #fff;
  z-index: -2;
  font-family: "Roboto, Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}

@media print,
screen and (max-width: 750px) {
  body {
    padding-bottom: 85px !important
  }
}

p,
span,
a {
  font-size: 13px
}

@media print,
screen and (min-width: 751px) {

  p,
  span,
  a {
    font-size: 16px
  }
}

p {
  line-height: 1.5
}

.contentWrapB {
  position: relative;
  margin: 0 10px 20px 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  z-index: -1;
  overflow: hidden
}

.contentWrapB_Inner {
  padding: 10px
}

@media print,
screen and (min-width: 751px) {
  .contentWrapB_Inner {
    padding: 30px 24px 0 !important
  }
}

.contentWrapB_InnerType2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 1
}

.btnStyleWrap {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  text-align: center
}

@media print,
screen and (min-width: 1200px) {
  .btnStyleWrap {
    justify-content: flex-end
  }
}

@media (max-width: 768px) {
  .btnStyleWrap {
    flex-direction: column;
    align-items: center
  }

  .btnStyleWrap button {
    margin-bottom: 20px
  }
}

@media print,
screen and (min-width: 751px) {
  .btnStyleWrapCenter {
    justify-content: center;
    right: 0
  }
}

.btnStyle {
  display: inline-block;
  position: relative;
  width: 230px;
  height: 40px;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center
}

.btnStyle span {
  font-size: 14px
}

@media print,
screen and (min-width: 751px) {
  .btnStyle {
    width: 215px;
    height: 57px
  }
}

@media print,
screen and (min-width: 751px) {
  .btnStyle::before {
    width: 215px;
    height: 57px
  }
}

@media print,
screen and (min-width: 751px) {
  .btnStyle span {
    font-size: 20px !important
  }
}

@media print,
screen and (min-width: 751px) {
  .btnStyle span::after {
    width: 7px;
    height: 7px
  }
}

.btn_withoutArrow span::after {
  display: none
}

.btnLogin span:before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 17px;
  height: 17px;
  background-size: 17px;
  vertical-align: middle
}

.btnLogin span:before {
  background-image: url(/static/app/icon_login02.svg)
}

.txtDescriptionType10 {
  margin-bottom: 14px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8
}

.small {
  font-size: 13px !important;
  color: #8C98A2 !important
}

ol.list li::marker {
  font-weight: bold
}

.pt10 {
  padding-top: 10px
}

.pb0 {
  padding-bottom: 0 !important
}

.mb20 {
  margin-bottom: 20px !important
}

.minH500 {
  min-height: 500px
}

.disN {
  display: none !important
}

.pc {
  display: none
}

@media print,
screen and (min-width: 751px) {
  .pc {
    display: block
  }
}

.sp {
  display: block
}

@media print,
screen and (min-width: 751px) {
  .sp {
    display: none
  }
}

@media print,
screen and (min-width: 751px) {
  .bgBlue {
    background-image: url(/static/app/blue-abstract-texture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
  }
}

.img_bgBlue {
  position: fixed;
  background: none;
  z-index: -2
}

.img_bgBlue img {
  width: 100%
}

.LoginPage {
  margin-top: 10px
}

.hidden {
  display: none
}

body {
  padding-bottom: 0
}

.copy {
  padding: 8px 0 5px;
  background: #001E55;
  font-size: 13px;
  text-align: center;
  color: white
}

@media print,
screen and (min-width: 751px) {
  .copy {
    padding: 18px 0 16px
  }
}

@media print,
screen and (min-width: 751px) {
  .contentWrapB_Inner {
    padding: 30px 24px 0
  }
}

@media print,
screen and (min-width: 751px) {
  .btnStyleWrapCenter {
    justify-content: center;
    right: 0
  }
}

@media print,
screen and (max-width: 750px) {
  .pc {
    display: none
  }
}

@media print,
screen and (min-width: 751px) {
  .sp {
    display: none
  }
}

@media print, screen and (max-width: 750px) {
    .headerLogoWrap svg {
        width: 160px;
    }
}
