@charset "UTF-8";
/* - - - - - - - - - - - - - - - - - - - - - - - */
/* footer */
/* - - - - - - - - - - - - - - - - - - - - - - - */
footer {
  padding: 100px 10% 10px;
  background-color: #f7f8f9;
}
.copyright {
  width: 100%;
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
}
#mbFooter {
  /*モバイル用*/
  display: none;
}
#pcFooter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
/*左　会社情報*/
/* - - - - - - - - - - - - - - */
.ftTomotaqu {
  width: 50%;
  margin-right: 50px;
  line-height: 1.2px;
}
.ftT_logo {
  /*ロゴ*/
  width: 275px;
  margin-bottom: 5px;
}
.ftT_pmark {
  /*pマーク*/
  width: 50px;
}
.ftT_name {
  /*運営会社*/
  font-size: 16px;
}
.ftT_name span {
  font-size: 12px;
  background-color: #191919;
  color: #fff;
  padding: 5px 10px;
}
.ftT_add {
  /*住所*/
  font-size: 14px;
}
.ftT_add span {
  display: block;
  font-size: 12px;
}
.ftT_pnb {
  font-size: 14px;
}

/*右　サイトマップ*/
/* - - - - - - - - - - - - - - */
.ftSitemapBox {
  width: 50%;
}
.ftSitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftSitemap ul {
  width: 49%;
}
.ftSitemap ul li {
  margin-bottom: 10px;
  font-size: 12px;
  position: relative;
  padding-left: 20px;
  letter-spacing: 1.2px;
}
.ftSitemap ul li::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #777;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}
.ftSitemap ul li a:hover {
  opacity: 0.5;
}
/*会員登録＆ログインボタン*/
.ftBtn {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
}
.ftBtn a {
  width: 49%;
}
a.ftBuser {
  /*投資家登録*/
  display: block;
  padding: 15px 5px;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border: solid 3px #f2921c;
  border-radius: 10px;
  color: #f2921c;
  letter-spacing: 5px;
}
a.ftBlogin {
  /*ログイン*/
  display: block;
  padding: 15px 5px;
  text-align: center;
  font-weight: bold;
  background-color: #f2921c;
  border: solid 3px #f2921c;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 5px;
}

@media screen and (max-width: 1400px) {
  /* - - - - - - - - - - - - - - - - - - - - - - - */
  /* footer */
  /* - - - - - - - - - - - - - - - - - - - - - - - */
  footer {
    padding: 100px 5% 10px;
    background-color: #f7f8f9;
  }
  .copyright {
    width: 100%;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
  }
  #mbFooter {
    /*モバイル用*/
    display: none;
  }
  #pcFooter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  /*左　会社情報*/
  /* - - - - - - - - - - - - - - */
  .ftTomotaqu {
    width: 50%;
    margin-right: 30px;
    line-height: 1.2px;
  }
  .ftT_logo {
    /*ロゴ*/
    width: 275px;
    margin-bottom: 5px;
  }
  .ftT_pmark {
    /*pマーク*/
    width: 50px;
  }
  .ftT_name {
    /*運営会社*/
    font-size: 16px;
  }
  .ftT_name span {
    font-size: 12px;
    background-color: #191919;
    color: #fff;
    padding: 5px 10px;
  }
  .ftT_add {
    /*住所*/
    font-size: 12px;
  }
  .ftT_add span {
    display: block;
    font-size: 10px;
  }
  .ftT_pnb {
    font-size: 12px;
  }

  /*右　サイトマップ*/
  /* - - - - - - - - - - - - - - */
  .ftSitemapBox {
    width: 50%;
  }
  .ftSitemap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ftSitemap ul {
    width: 49%;
  }
  .ftSitemap ul li {
    margin-bottom: 10px;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
    letter-spacing: 1.2px;
  }
  .ftSitemap ul li::before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #777;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .ftSitemap ul li a:hover {
    opacity: 0.5;
  }
  /*会員登録＆ログインボタン*/
  .ftBtn {
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
  }
  .ftBtn a {
    width: 49%;
  }
  a.ftBuser {
    /*投資家登録*/
    display: block;
    padding: 15px 5px;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    border: solid 3px #f2921c;
    border-radius: 10px;
    color: #f2921c;
    letter-spacing: 5px;
  }
  a.ftBlogin {
    /*ログイン*/
    display: block;
    padding: 15px 5px;
    text-align: center;
    font-weight: bold;
    background-color: #f2921c;
    border: solid 3px #f2921c;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 5px;
  }
}

/* タブレット */
@media screen and (max-width: 960px) {
  /* - - - - - - - - - - - - - - - - - - - - - - - */
  /* footer */
  /* - - - - - - - - - - - - - - - - - - - - - - - */
  footer {
    margin-top: 0px;
    padding: 30px 5% 10px;
    background-color: #f7f8f9;
  }
  .copyright {
    width: 100%;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
  }
  #mbFooter {
    /*モバイル用*/
    display: none;
  }
  #pcFooter {
    flex-direction: column;
    margin-bottom: 0px;
  }
  /*左　会社情報*/
  /* - - - - - - - - - - - - - - */
  .ftTomotaqu {
    width: 100%;
    margin: 0 0 15px;
    line-height: 1.2px;
    text-align: center;
  }
  .ftT_logo {
    /*ロゴ*/
    width: 250px;
    margin-bottom: 5px;
  }
  .ftT_pmark {
    /*pマーク*/
    width: 50px;
    float: right;
    margin-top: -70px;
  }
  .ftT_name {
    /*運営会社*/
    font-size: 14px;
    font-weight: bold;
  }
  .ftT_name span {
    font-size: 10px;
    background-color: #191919;
    color: #fff;
    padding: 5px;
    font-weight: normal;
  }
  .ftT_add {
    /*住所*/
    font-size: 14px;
  }
  .ftT_add span {
    display: block;
    font-size: 12px;
  }
  .ftT_pnb {
    font-size: 14px;
  }

  /*右　サイトマップ*/
  /* - - - - - - - - - - - - - - */
  .ftSitemapBox {
    width: 100%;
    margin: 0 0 10px;
    padding-top: 30px;
    border-top: solid 1px #ccc;
  }
  .ftSitemap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ftSitemap ul {
    width: 49%;
  }
  .ftSitemap ul li {
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    letter-spacing: 1.2px;
  }
  .ftSitemap ul li::before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #777;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .ftSitemap ul li a:hover {
    opacity: 0.5;
  }
  /*会員登録＆ログインボタン*/
  .ftBtn {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .ftBtn a {
    width: 49%;
  }
  a.ftBuser {
    /*投資家登録*/
    display: block;
    padding: 15px 5px;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    border: solid 3px #f2921c;
    border-radius: 10px;
    color: #f2921c;
    letter-spacing: 5px;
  }
  a.ftBlogin {
    /*ログイン*/
    display: block;
    padding: 15px 5px;
    text-align: center;
    font-weight: bold;
    background-color: #f2921c;
    border: solid 3px #f2921c;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 5px;
  }
}

/* スマホ */
@media screen and (max-width: 600px) {
  /* - - - - - - - - - - - - - - - - - - - - - - - */
  /* footer */
  /* - - - - - - - - - - - - - - - - - - - - - - - */
  footer {
    margin-top: 0px;
    padding: 30px 5% 10px;
    background-color: #f7f8f9;
  }
  .copyright {
    width: 100%;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
  }
  #mbFooter {
    /*モバイル用*/
    display: none;
  }
  #pcFooter {
    flex-direction: column;
    margin-bottom: 0px;
  }
  /*左　会社情報*/
  /* - - - - - - - - - - - - - - */
  .ftTomotaqu {
    width: 100%;
    margin: 0 0 15px;
    line-height: 1.2px;
    text-align: center;
  }
  .ftT_logo {
    /*ロゴ*/
    width: 250px;
    margin-bottom: 5px;
  }
  .ftT_pmark {
    /*pマーク*/
    width: 50px;
    float: right;
    margin-top: -68px;
    opacity: 0.7;
    z-index: 0;
  }
  .ftT_name {
    /*運営会社*/
    font-size: 14px;
    font-weight: bold;
  }
  .ftT_name span {
    font-size: 10px;
    background-color: #191919;
    color: #fff;
    padding: 5px;
    font-weight: normal;
  }
  .ftT_add {
    /*住所*/
    font-size: 14px;
    text-align: left;
  }
  .ftT_add span {
    display: block;
    font-size: 12px;
  }
  .ftT_pnb {
    font-size: 14px;
    text-align: left;
  }

  /*右　サイトマップ*/
  /* - - - - - - - - - - - - - - */
  .ftSitemapBox {
    width: 100%;
    margin: 0 0 10px;
    padding-top: 30px;
    border-top: solid 1px #ccc;
  }
  .ftSitemap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .ftSitemap ul {
    width: 49%;
  }
  .ftSitemap ul li {
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    letter-spacing: 1.2px;
  }
  .ftSitemap ul li::before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #777;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .ftSitemap ul li a:hover {
    opacity: 0.5;
  }
  /*会員登録＆ログインボタン*/
  .ftBtn {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .ftBtn a {
    width: 49%;
  }
  a.ftBuser {
    /*投資家登録*/
    display: block;
    padding: 15px 5px;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    border: solid 3px #f2921c;
    border-radius: 10px;
    color: #f2921c;
    letter-spacing: 5px;
  }
  a.ftBlogin {
    /*ログイン*/
    display: block;
    padding: 15px 5px;
    text-align: center;
    font-weight: bold;
    background-color: #f2921c;
    border: solid 3px #f2921c;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 5px;
  }
}

/* スマホ② */
@media screen and (max-width: 480px) {
  /* - - - - - - - - - - - - - - - - - - - - - - - */
  /* footer */
  /* - - - - - - - - - - - - - - - - - - - - - - - */
  footer {
    margin-top: 0px;
    padding: 30px 5% 10px;
    background-color: #f7f8f9;
  }
  .copyright {
    width: 100%;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
  }
  #pcFooter {
    flex-direction: column;
    margin-bottom: 0px;
  }
  /*左　会社情報*/
  /* - - - - - - - - - - - - - - */
  .ftTomotaqu {
    width: 100%;
    margin: 0 0 15px;
    line-height: 1.5;
    text-align: center;
  }
  .ftT_logo {
    /*ロゴ*/
    width: 250px;
    margin-bottom: 5px;
  }
  .ftT_pmark {
    /*pマーク*/
    width: 50px;
    float: right;
    margin-top: -30px;
    opacity: 0.7;
    z-index: 0;
  }
  .ftT_name {
    /*運営会社*/
    font-size: 14px;
    font-weight: bold;
  }
  .ftT_name span {
    font-size: 10px;
    background-color: #191919;
    color: #fff;
    padding: 5px 5px 5px 7px;
    font-weight: normal;
  }
  .ftT_add {
    /*住所*/
    font-size: 12px;
    text-align: left;
    letter-spacing: 1px;
  }
  .ftT_add span {
    display: block;
    font-size: 12px;
  }
  .ftT_pnb {
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.5px;
  }

  /*スマホ用　サイトマップ*/
  /* - - - - - - - - - - - - - - */
  .ftSitemapBox {
    display: none;
  }
  #mbFooter {
    display: block;
  }
  #mbFooter ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
  }
  #mbFooter ul li {
    display: block;
    width: 50%;
    padding: 10px 5px;
    border-top: solid 1px #ccc;
    font-size: 14px;
    text-align: center;
  }
  #mbFooter ul li:first-child,
  #mbFooter ul li:nth-of-type(3n) {
    border-right: solid 1px #ccc;
  }
  #mbFooter ul li a {
    display: block;
  }
  /*会員登録＆ログインボタン*/
  .ftBtn {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .ftBtn a {
    width: 49%;
  }
  a.ftBuser {
    /*投資家登録*/
    display: block;
    padding: 15px 5px;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    border: solid 3px #f2921c;
    border-radius: 10px;
    color: #f2921c;
    letter-spacing: 5px;
  }
  a.ftBlogin {
    /*ログイン*/
    display: block;
    padding: 15px 5px;
    text-align: center;
    font-weight: bold;
    background-color: #f2921c;
    border: solid 3px #f2921c;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 5px;
  }
}
