@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: -apple-system, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

li {
  list-style: none inside;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body, div, p, th, td, dl, dt, dd, ul, ol, li {
  color: #444;
  font-size: 1.6rem;
  line-height: 1.5;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a:link {
  color: #08F;
  text-decoration: none;
}

a:visited {
  color: #08F;
  text-decoration: none;
}

a:hover {
  color: #00839D;
  text-decoration: none;
}

a:active {
  color: #00839D;
  text-decoration: none;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mb-6 {
  margin-bottom: 4.5rem;
}

.mb-7 {
  margin-bottom: 6rem;
}

.mb-8 {
  margin-bottom: 7.5rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mb-10 {
  margin-bottom: 10.5rem;
}

.font-10 {
  font-size: 1rem;
}

.font-12 {
  font-size: 1.2rem;
}

.font-14 {
  font-size: 1.4rem;
}

.text-red {
  color: #FF4D6B;
}

.btn-animation {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.btn-animation:hover {
  -webkit-box-shadow: 2px 8px 8px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 8px 8px 0 rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.linkto-faq {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 24px;
  position: relative;
  font-size: 1.6rem;
}
.linkto-faq::before {
  background-color: #fff;
  content: "FAQ";
  color: #00B4CB;
  font-size: 2.6rem;
  font-weight: bold;
  left: 18px;
  padding: 3px 10px;
  position: absolute;
  top: -26px;
}

.text-sm .breadcrumbs li {
  font-size: 1.2rem;
  color: #888888;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .br-sp {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .br-sptab {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-tab {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .br-tab {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .br-pc {
    display: block;
  }
}

.external-link::after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media screen and (min-width: 960px) {
  html {
    scroll-padding-top: 100px;
  }
}

.pagenation-sp {
  width: 80%;
  margin: 0 auto 80px;
}
@media screen and (min-width: 768px) {
  .pagenation-sp {
    display: none;
  }
}

.pagenation-sp a {
  display: block;
  background-color: #00B4CB;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  text-decoration: none;
}

.pagenation-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pagenation-pc {
    display: block;
    margin-bottom: 80px;
    text-align: center;
    font-size: 0;
  }
  .pagenation-pc a, .pagenation-pc span {
    padding: 10px 14px;
    border: 1px solid #00B4CB;
    border-radius: 5px;
    margin: 0 2px;
    font-size: 15px;
  }
  .pagenation-pc a {
    background-color: #fff;
    color: #00B4CB;
    text-decoration: none;
  }
  .pagenation-pc a:hover {
    background-color: #00B4CB;
    color: #fff;
  }
  .pagenation-pc span {
    background-color: #00B4CB;
    color: #fff;
  }
}

.sns-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns-box ul li {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-right: 10px;
}
.sns-box ul li:last-of-type {
  margin-right: 0;
}
.sns-box ul .sns-facebook {
  background-color: #1877f2;
  border: 1px solid #fff;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns-box ul .sns-facebook i {
  color: #fff;
}
.sns-box ul .sns-twitter {
  background-color: #1DA1F2;
  border: 1px solid #fff;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns-box ul .sns-twitter i {
  color: #fff;
}
.sns-box ul .sns-hatena {
  background-color: #5279E7;
  border: 1px solid #5279E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4px;
}

@media screen and (min-width: 960px) {
  .other-info-success {
    max-width: 840px;
    margin: auto;
  }
}

.latest-information {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 10px 12px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .latest-information {
    padding: 14px 10px 14px;
  }
}
@media screen and (min-width: 960px) {
  .latest-information {
    margin: 0 auto 40px;
    padding: 14px 10px 12px;
  }
}
.latest-information .latestInformation_detail {
  position: relative;
}
@media screen and (min-width: 768px) {
  .latest-information .latestInformation_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.latest-information .latestInformation_detail .latestInformation_title {
  margin-bottom: 20px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 6px;
}
.latest-information .latestInformation_detail .latestInformation_title .icon_notice {
  background-color: #00B4CB;
  color: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  margin-right: 6px;
}
.latest-information .latestInformation_detail .latestInformation_title .icon_recruiting {
  background-color: #FF4D6B;
  color: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  margin-right: 6px;
}
.latest-information .latestInformation_detail .photo {
  position: relative;
}
@media screen and (min-width: 768px) {
  .latest-information .latestInformation_detail .photo {
    width: 52%;
  }
}
@media screen and (min-width: 960px) {
  .latest-information .latestInformation_detail .photo {
    width: 52.6%;
  }
}
.latest-information .latestInformation_detail .photo img {
  width: 100%;
  border-radius: 4px;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .latest-information .latestInformation_detail .detail_text {
    position: relative;
    padding: 0 10px;
    width: 46%;
  }
}
@media screen and (min-width: 960px) {
  .latest-information .latestInformation_detail .detail_text {
    width: 48%;
  }
}
.latest-information .latestInformation_detail .detail_text .project_titleBox {
  text-align: center;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .latest-information .latestInformation_detail .detail_text .project_titleBox {
    margin-top: 10px;
    width: 104%;
  }
}
@media screen and (min-width: 960px) {
  .latest-information .latestInformation_detail .detail_text .project_titleBox {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .latest-information .latestInformation_detail .detail_text .project_titleBox p {
    line-height: 1.2;
  }
}
@media screen and (min-width: 960px) {
  .latest-information .latestInformation_detail .detail_text .project_titleBox p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.latest-information .latestInformation_detail .detail_text .noticeProject_titleBox {
  text-align: center;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .latest-information .latestInformation_detail .detail_text .noticeProject_titleBox {
    margin-top: 38px;
    width: 104%;
  }
}
@media screen and (min-width: 960px) {
  .latest-information .latestInformation_detail .detail_text .noticeProject_titleBox {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .latest-information .latestInformation_detail .detail_text .noticeProject_titleBox p {
    line-height: 1.2;
  }
}
@media screen and (min-width: 960px) {
  .latest-information .latestInformation_detail .detail_text .noticeProject_titleBox p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.latest-information .latestInformation_detail .detail_text table {
  width: 100%;
  height: auto;
  margin-top: 14px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .latest-information .latestInformation_detail .detail_text table {
    position: absolute;
    bottom: 2px;
  }
}
@media screen and (min-width: 960px) {
  .latest-information .latestInformation_detail .detail_text table {
    width: 96%;
  }
}
.latest-information .latestInformation_detail .detail_text table th {
  font-weight: normal;
  background-color: #f5fcfc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  padding: 8px 10px 8px 10px;
}
@media screen and (min-width: 768px) {
  .latest-information .latestInformation_detail .detail_text table th {
    font-size: 16px;
  }
}
.latest-information .latestInformation_detail .detail_text table td {
  border-top: 1px solid #ccc;
  padding-left: 22px;
  vertical-align: middle;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .latest-information .latestInformation_detail .detail_text table td {
    font-size: 16px;
  }
}
.latest-information .latestInformation_detail .detail_text table .border-last {
  border-bottom: 1px solid #ccc;
}
.latest-information .latestInformation_detail .detail_text table .yield,
.latest-information .latestInformation_detail .detail_text table .period,
.latest-information .latestInformation_detail .detail_text table .amount {
  font-weight: bold;
  font-size: 20px;
}
.latest-information .latestInformation_detail .detail_text table .limit {
  font-weight: bold;
}
.latest-information .latestInformation_detail .detail_text table .unit {
  margin-left: 4px;
}
.latest-information .case-link {
  margin-top: 10px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .latest-information .case-link {
    position: absolute;
    bottom: 0;
    right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .latest-information .case-link {
    bottom: 6px;
  }
}
.latest-information .case-link .fa-arrow-circle-right {
  color: #00B4CB;
}

@media screen and (min-width: 768px) {
  .latest-informationPc {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 280px;
    padding: 18px 10px 12px;
  }
}
@media screen and (min-width: 960px) {
  .latest-informationPc {
    height: 284px;
    padding: 10px;
  }
}
.latest-informationPc .latestInformation_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.latest-informationPc .latestInformation_detail .photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.latest-informationPc .latestInformation_detail .photo .latestInformation_title {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .latest-informationPc .latestInformation_detail .photo .latestInformation_title {
    top: 30px;
    left: 20px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 960px) {
  .latest-informationPc .latestInformation_detail .photo .latestInformation_title {
    top: 24px;
  }
}
.latest-informationPc .latestInformation_detail .photo .latestInformation_title .icon_recruiting {
  background-color: #FF4D6B;
  color: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  margin-right: 6px;
  font-weight: bold;
}
.latest-informationPc .latestInformation_detail .photo .latestInformation_title .icon_notice {
  background-color: #00B4CB;
  color: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  margin-right: 6px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .latest-informationPc .latestInformation_detail .photo img {
    width: 104%;
    vertical-align: bottom;
    border-radius: 4px;
  }
}
.latest-informationPc .latestInformation_detail .detail_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.latest-informationPc .latestInformation_detail .detail_text .project_titleBox {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .latest-informationPc .latestInformation_detail .detail_text .project_titleBox {
    width: 90%;
    margin: 20px 0px 0px 32px;
  }
}
@media screen and (min-width: 768px) {
  .latest-informationPc .latestInformation_detail .detail_text .project_titleBox p {
    line-height: 1.2;
  }
}
@media screen and (min-width: 960px) {
  .latest-informationPc .latestInformation_detail .detail_text .project_titleBox p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.latest-informationPc .latestInformation_detail .detail_text .noticeProject_titleBox {
  text-align: center;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .latest-informationPc .latestInformation_detail .detail_text .noticeProject_titleBox {
    width: 90%;
    margin: 40px 0px 0px 32px;
  }
}
@media screen and (min-width: 768px) {
  .latest-informationPc .latestInformation_detail .detail_text .noticeProject_titleBox p {
    line-height: 1.2;
  }
}
@media screen and (min-width: 960px) {
  .latest-informationPc .latestInformation_detail .detail_text .noticeProject_titleBox p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .latest-informationPc .latestInformation_detail .detail_text table {
    width: 44%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    bottom: 22px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 960px) {
  .latest-informationPc .latestInformation_detail .detail_text table {
    bottom: 14px;
    margin-left: 28px;
  }
}
@media screen and (min-width: 768px) {
  .latest-informationPc .latestInformation_detail .detail_text table th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    padding: 5.2px 10px 5.2px 10px;
    background-color: #F5FEFF;
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  .latest-informationPc .latestInformation_detail .detail_text table th {
    padding: 8px 10px 8px 10px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .latest-informationPc .latestInformation_detail .detail_text table td {
    border-bottom: 1px solid #ccc;
    padding-left: 22px;
    vertical-align: middle;
    font-size: 16px;
  }
  .latest-informationPc .latestInformation_detail .detail_text table td .border-last {
    border-bottom: 1px solid #ccc;
  }
  .latest-informationPc .latestInformation_detail .detail_text table td .yield,
  .latest-informationPc .latestInformation_detail .detail_text table td .period,
  .latest-informationPc .latestInformation_detail .detail_text table td .amount {
    font-weight: bold;
    font-size: 20px;
  }
  .latest-informationPc .latestInformation_detail .detail_text table td .limit {
    font-weight: bold;
  }
  .latest-informationPc .latestInformation_detail .detail_text table td .unit {
    margin-left: 4px;
  }
}
@media screen and (min-width: 960px) {
  .latest-informationPc .latestInformation_detail .detail_text table td {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .projectDetail-top {
    padding-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .projectDetail-top {
    padding-top: 120px;
  }
}
@media screen and (min-width: 960px) {
  .projectDetail-top .container {
    width: 960px;
    max-width: 960px;
  }
}
@media screen and (min-width: 1040px) {
  .projectDetail-top .container {
    width: 1136px;
    max-width: 1136px;
  }
}
.projectDetail-top h1.detailTitle {
  text-align: center;
  margin-bottom: 16px;
  font-size: 2.2rem;
}
@media screen and (min-width: 960px) {
  .projectDetail-top h1.detailTitle {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
}
.projectDetail-top .ico-bukken {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .ico-bukken {
    margin-bottom: 40px;
  }
}
.projectDetail-top .ico-bukken p {
  position: relative;
  background: #00839D;
  display: inline-block;
  height: 36px;
  color: #fff;
  line-height: 35px;
  margin: 0 11px;
  padding: 0 14px 0 0;
  text-decoration: none;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .projectDetail-top .ico-bukken p {
    font-size: 2rem;
    padding: 10px 24px 10px 0;
    height: 46px;
    line-height: 25px;
    margin: 0 14px;
  }
}
.projectDetail-top .ico-bukken p::before {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 15px solid #00839D;
  content: "";
  display: block;
  margin-left: -15px;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .projectDetail-top .ico-bukken p::before {
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    top: 0;
  }
}
.projectDetail-top .ico-bukken p.shareholders {
  background: #FF4D6B;
}
.projectDetail-top .ico-bukken p.shareholders::before {
  border-right: 15px solid #FF4D6B;
}
.projectDetail-top .ico-bukken p .fa-circle::before {
  font-size: 1rem;
  vertical-align: 10%;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .projectDetail-top .ico-bukken p .fa-circle::before {
    margin-right: 16px;
    vertical-align: 30%;
  }
}
.projectDetail-top .nav-tabs {
  border-bottom: none;
}
.projectDetail-top .nav-tabs li {
  background-color: #00B4CB;
  margin-right: 8px;
  margin-bottom: -1px;
  text-align: center;
}
.projectDetail-top .nav-tabs li a.nav-link {
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-color: #00B4CB;
  padding: 8px 8px 10px;
  outline: none;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .nav-tabs li a.nav-link {
    padding: 16px 8px;
  }
}
.projectDetail-top .nav-tabs li a.nav-link.active {
  background-color: #fff;
  color: #00B4CB;
  border-bottom: 1px solid #fff;
}
.projectDetail-top .nav-tabs li span.badge-danger {
  top: -2px;
}
.projectDetail-top .top-consideration {
  background-color: #fff;
  border-top: 1px solid #00B4CB;
  padding-top: 24px;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .top-consideration {
    padding-top: 40px;
  }
}
.projectDetail-top .msg-cancel {
  font-size: 18px;
  color: #FF4D6B;
  text-align: center;
  margin-bottom: 16px;
}
.projectDetail-top .status {
  width: auto;
  top: 4px;
  left: 8px;
}
.projectDetail-top .status .imgIco {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 4px 9px;
}
@media screen and (min-width: 768px) {
  .projectDetail-top .status .imgIco {
    font-size: 2.4rem;
    padding: 8px 18px;
  }
}
.projectDetail-top .status .imgIco-raise-before {
  background-color: #00B4CB;
}
.projectDetail-top .status .imgIco-raising {
  background-color: #FF4D6B;
}
.projectDetail-top .status .imgIco-raise-end {
  background-color: #00839D;
}
.projectDetail-top .status .imgIco-invest-end {
  background-color: #c00;
}
.projectDetail-top .status .imgIco-return-expired {
  background-color: #00839D;
}
.projectDetail-top .status .imgIco-retaurnrd-before {
  background-color: #00839D;
}
.projectDetail-top .status .imgIco-invest-reject {
  background-color: #444;
}
.projectDetail-top .dataBoxLeft {
  margin: 0 0 40px;
}
.projectDetail-top .dataBoxLeft h3 {
  border: 1px solid #00839D;
  background-color: #EDF9F9;
  padding: 12px;
  color: #00839D;
  font-size: 1.9rem;
}
.projectDetail-top .dataBoxLeft h3:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.projectDetail-top .dataBoxLeft h3 span::before {
  content: "";
  border-left: 22px solid #00839D;
  margin-right: 10px;
}
.projectDetail-top .dataBoxLeft .text-project-data {
  font-size: 30px;
}
.projectDetail-top .dataBoxLeft .progress {
  height: 2rem;
  border-radius: 1rem;
}
.projectDetail-top .dataBoxLeft .progress .progress-bar {
  background-color: #14839D;
  font-size: 1.2rem;
}
.projectDetail-top .dataBoxLeft .progress .progress-bar-over {
  background-color: #FF4D6B;
}
.projectDetail-top .dataBoxLeft .msg-procedure {
  background-color: #FF4D6B;
  border-radius: 4px;
  text-align: center;
  padding: 16px 0;
  color: #fff;
  font-weight: bold;
}
.projectDetail-top .dataBoxLeft-inner {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 16px 16px 32px;
}
.projectDetail-top .dataBoxLeft-inner form.investForm {
  padding: 16px;
}
.projectDetail-top .dataBoxLeft-inner dl {
  margin-bottom: 16px;
}
.projectDetail-top .dataBoxLeft-inner dl dt {
  font-weight: normal;
}
.projectDetail-top .dataBoxLeft-inner dl dd {
  text-align: right;
  font-size: 20px;
}
.projectDetail-top .dataBoxLeft-inner:last-of-type {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 16px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 40px;
}
.projectDetail-top .col-wrap {
  display: block;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .projectDetail-top .col-left {
    width: 514px;
  }
}
@media screen and (min-width: 1040px) {
  .projectDetail-top .col-left {
    width: 600px;
  }
}
@media screen and (min-width: 960px) {
  .projectDetail-top .col-right {
    width: 380px;
  }
}
@media screen and (min-width: 1040px) {
  .projectDetail-top .col-right {
    width: 475px;
  }
}
@media screen and (min-width: 960px) {
  .projectDetail-top .col-center {
    width: 380px;
    margin: auto;
  }
}
@media screen and (min-width: 1040px) {
  .projectDetail-top .col-center {
    width: 720px;
    margin: auto;
  }
}
.projectDetail-top .projectdark01Box {
  border: #00839D 2px solid;
  border-radius: 4px;
  padding: 8px 8px 0;
  margin-bottom: 40px;
}
.projectDetail-top .detail-box {
  margin: 0 0 40px;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .detail-box {
    margin-bottom: 40px;
  }
}
.projectDetail-top .detail-box .projectSubTitleBox {
  border: 1px solid #00839D;
  border-top: 3px double #00839D;
  border-bottom: 3px double #00839D;
  padding: 12px;
  color: #00839D;
  font-size: 1.9rem;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}
.projectDetail-top .detail-box .projectSubTitleBox span.ico-midashi {
  display: inline-block;
  width: 100%;
}
.projectDetail-top .detail-box .projectSubTitleBox span.ico-midashi::before {
  content: "";
  border-left: 22px solid #00839D;
  margin-right: 10px;
}
.projectDetail-top .detail-box .projectSubTitleBox span.required {
  color: #FF4D6B;
  font-size: 12px;
  margin-left: 10px;
}
.projectDetail-top .detail-box .projectSubTitleBox p.pl-2 {
  display: inline;
  color: #00839D;
  font-size: 2rem;
}
.projectDetail-top .detail-box .projectSubTitleBox2 {
  border-left: 10px solid #00839D;
  margin-top: 16px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
.projectDetail-top .detail-box .detail-box-inner {
  padding: 16px 0;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .detail-box .detail-box-inner {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 24px;
  }
  .projectDetail-top .detail-box .detail-box-inner:last-of-type {
    border-bottom: 1px solid #ccc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.projectDetail-top .detail-box .detail-box-inner hr {
  margin: 0 0 16px;
}
.projectDetail-top .detail-box .detail-box-inner .loan_dest_risk_table {
  margin-bottom: 24px;
}
.projectDetail-top .detail-box .detail-box-inner .loan_dest_risk_table tr:last-of-type td {
  border-bottom: 1px solid #dee2e6;
}
.projectDetail-top .detail-box .detail-box-inner .structure {
  margin-bottom: 24px;
}
.projectDetail-top .detail-box .detail-box-inner .structure div, .projectDetail-top .detail-box .detail-box-inner .structure p {
  font-size: 1.3rem;
}
.projectDetail-top .detail-box .detail-box-inner .comparison_table td:last-of-type {
  border-bottom: 1px solid #dee2e6;
}
.projectDetail-top .detail-box .detail-box-inner .form-control-invest {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: right;
  font-size: 1.6rem;
  padding: 0 16px 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.projectDetail-top .detail-box .detail-box-inner-conf {
  padding: 16px 0;
}
.projectDetail-top .detail-box .detail-box-inner-conf th {
  font-size: 1.5rem;
  background-color: #f5feff;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dee2e6;
}
.projectDetail-top .detail-box .detail-box-inner-conf td {
  font-size: 1.6rem;
  vertical-align: middle;
  border: 1px solid #dee2e6;
}
@media screen and (min-width: 1040px) {
  .projectDetail-top .detail-box .detail-box-inner-conf {
    padding: 30px;
    padding-bottom: 50px;
  }
  .projectDetail-top .detail-box .detail-box-inner-conf:last-of-type {
    border-bottom: 1px solid #ccc;
  }
  .projectDetail-top .detail-box .detail-box-inner-conf th {
    font-size: 1.6rem;
    background-color: #f5feff;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dee2e6;
  }
  .projectDetail-top .detail-box .detail-box-inner-conf td {
    font-size: 1.6rem;
    border: 1px solid #dee2e6;
  }
  .projectDetail-top .detail-box .detail-box-inner-conf .text-xl {
    font-size: 2.4rem;
  }
}
.projectDetail-top .detail-box .dividend-schedule form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .detail-box .dividend-schedule form {
    display: block;
  }
}
.projectDetail-top .detail-box .dividend-schedule form input {
  height: 48px;
  font-size: 1.6rem;
}
.projectDetail-top .detail-box .dividend-schedule label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 8px;
  white-space: nowrap;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .detail-box .dividend-schedule label {
    font-size: 1.6rem;
  }
}
.projectDetail-top .detail-box .dividend-schedule label + div {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media screen and (min-width: 768px) {
  .projectDetail-top .detail-box .dividend-schedule .form-control-invest,
  .projectDetail-top .detail-box .dividend-schedule .form-control-invest-scheduled {
    width: 40%;
  }
}
.projectDetail-top .detail-box .adjustTextHeight table {
  width: 100%;
}
.projectDetail-top .detail-box .adjustTextHeight table tr td:first-child {
  width: 25%;
}
.projectDetail-top .detail-box .adjustTextHeight table tr th, .projectDetail-top .detail-box .adjustTextHeight table tr td {
  border: 1px solid #ccc;
  padding: 4px;
}
.projectDetail-top .detail-box .detail-box-inner-top {
  border-top: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.projectDetail-top .detail-box .nav-tabs-02 {
  border-bottom: 1px solid #00839D;
  margin-bottom: 16px;
}
.projectDetail-top .detail-box .nav-tabs-02 li {
  background-color: #00839D;
  margin-left: 8px;
  margin-bottom: -1px;
  text-align: center;
}
.projectDetail-top .detail-box .nav-tabs-02 li a.nav-link {
  color: #fff;
  border-color: #00839D;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.projectDetail-top .detail-box .nav-tabs-02 li a.nav-link.active {
  border-top: 1px solid #00839D;
  border-right: 1px solid #00839D;
  border-left: 1px solid #00839D;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
  color: #00839D;
}
.projectDetail-top .form-box {
  border: 1px solid #ccc;
  padding: 8px;
}
.projectDetail-top .dataBoxRight-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .dataBoxRight-pc {
    display: block;
  }
}
.projectDetail-top .dataBoxRight {
  margin: 0 0 40px;
}
.projectDetail-top .dataBoxRight h3 {
  border: 1px solid #00839D;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #EDF9F9;
  padding: 12px;
  color: #00839D;
  font-size: 1.9rem;
}
.projectDetail-top .dataBoxRight h3 span::before {
  content: "";
  border-left: 22px solid #00839D;
  margin-right: 10px;
}
.projectDetail-top .dataBoxRight .dataBoxRight-inner {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 16px;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .dataBoxRight .dataBoxRight-inner {
    padding: 24px;
  }
}
.projectDetail-top .dataBoxRight .dataBoxRight-inner form.investForm {
  padding: 16px;
}
.projectDetail-top .dataBoxRight .text-project-data {
  font-size: 36px;
}
.projectDetail-top .dataBoxRight .text-project-data p {
  font-size: 20px;
  color: #FF4D6B;
}
.projectDetail-top .dataBoxRight .progress {
  height: 2rem;
  border-radius: 1rem;
}
.projectDetail-top .dataBoxRight .progress .progress-bar {
  background-color: #00839D;
  font-size: 1.2rem;
}
.projectDetail-top .dataBoxRight .progress .progress-bar-over {
  background-color: #FF4D6B;
}
.projectDetail-top .dataBoxRight .dataBoxRight-inner-one {
  border-bottom: 1px dotted #ccc;
  padding: 24px 0 0;
}
.projectDetail-top .dataBoxRight .dataBoxRight-inner-one .dataBoxRight-txt {
  text-align: right;
  font-weight: bold;
  font-size: 2rem;
}
.projectDetail-top .dataBoxRight .dataBoxRight-inner-one .dataBoxRight-txt span {
  font-size: 1.6rem;
}
.projectDetail-top .dataBoxRight .msg-submitcancel {
  padding: 0 0 4px 0;
  font-size: 1.2rem;
  color: #FF4D6B;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .dataBoxRight .msg-submitcancel {
    font-size: 1.2rem;
    text-align: center;
  }
}
.projectDetail-top .dataBoxRight .msg-submitcancel span {
  display: inline-block;
  border: 1px solid #FF4D6B;
  border-radius: 2px;
  background-color: #fff;
  padding: 2px 4px;
  margin: 0 4px;
  color: #FF4D6B;
  font-weight: bold;
}
.projectDetail-top .dataBoxRight .msg-procedure {
  background-color: #FF4D6B;
  border-radius: 4px;
  text-align: center;
  padding: 16px 0;
  color: #fff;
  font-weight: bold;
}
.projectDetail-top .dataBoxRight .btn-base-line {
  margin-bottom: 24px;
}
.projectDetail-top .dataBoxRight .btn-base-line a {
  display: block;
  padding: 10px 4px;
  border: 2px solid #00B4CB;
  background-color: #fff;
  text-align: center;
  color: #00B4CB;
  position: relative;
}
.projectDetail-top .dataBoxRight .btn-black-line {
  width: 60%;
  display: inline-block;
  margin-bottom: 12px;
  padding: 10px;
  border: 2px solid #444;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  color: #444;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .projectDetail-top .dataBoxRight .btn-black-line {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .projectDetail-top .dataBoxRight .btn-black-line {
    width: 60%;
  }
}
@media screen and (min-width: 1040px) {
  .projectDetail-top .dataBoxRight .btn-black-line {
    width: 40%;
  }
}
.projectDetail-top .dataBoxRight .quantity-wrap input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -3px;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 2em;
  height: 2em;
  margin-top: 0;
  border: 2px solid #999999;
  border-radius: 5px;
}
.projectDetail-top .dataBoxRight .quantity-wrap .form-check-label.checkbox {
  padding: 2px 1em 0px 2.6em;
}
.projectDetail-top .dataBoxRight .quantity-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.projectDetail-top .dataBoxRight .quantity-input .input-group {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .dataBoxRight .quantity-input .input-group {
    width: 80%;
  }
}
@media screen and (min-width: 1040px) {
  .projectDetail-top .dataBoxRight .quantity-input .input-group {
    width: 60%;
  }
}
.projectDetail-top .dataBoxRight .quantity-input .input-group input {
  width: calc(100% - 50px);
  height: 48px;
  line-height: 48px;
  padding-left: 10px;
  font-size: 1.6rem;
  background-color: #fff;
}
.projectDetail-top .dataBoxRight .quantity-input .input-group input::-webkit-input-placeholder {
  color: #aaa;
}
.projectDetail-top .dataBoxRight .quantity-input .input-group input::-moz-placeholder {
  color: #aaa;
}
.projectDetail-top .dataBoxRight .quantity-input .input-group input:-ms-input-placeholder {
  color: #aaa;
}
.projectDetail-top .dataBoxRight .quantity-input .input-group input::-ms-input-placeholder {
  color: #aaa;
}
.projectDetail-top .dataBoxRight .quantity-input .input-group input::placeholder {
  color: #aaa;
}
.projectDetail-top .dataBoxRight .quantity-input .input-group .input-group-text {
  font-size: 1.6rem;
  padding: 0;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projectDetail-top .dataBoxRight .inputamount-wrap {
  text-align: right;
  margin: 5px 0;
  font-weight: bold;
}
.projectDetail-top .dataBoxRight .inputamount-wrap .inputamount {
  font-size: 2rem;
}
.projectDetail-top .dataBoxRight .form-inline {
  margin-left: 0;
  max-width: 100%;
  padding-right: 0 !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0;
}
.projectDetail-top .dataBoxRight .error-message.quantity,
.projectDetail-top .dataBoxRight .error-message.bidrate {
  padding-right: 0;
  width: 90%;
  top: -5px;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .dataBoxRight .error-message.quantity,
  .projectDetail-top .dataBoxRight .error-message.bidrate {
    width: 80%;
  }
}
@media screen and (min-width: 1040px) {
  .projectDetail-top .dataBoxRight .error-message.quantity,
  .projectDetail-top .dataBoxRight .error-message.bidrate {
    width: 60%;
  }
}
.projectDetail-top .dataBoxUserInfo {
  margin: 0 0 40px;
}
.projectDetail-top .dataBoxUserInfo h3 {
  border: 1px solid #00839D;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #EDF9F9;
  padding: 12px;
  color: #00839D;
  font-size: 1.9rem;
}
.projectDetail-top .dataBoxUserInfo h3 span::before {
  content: "";
  border-left: 22px solid #00839D;
  margin-right: 10px;
}
.projectDetail-top .dataBoxUserInfo .dataBoxUserInfo-inner {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 16px;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .dataBoxUserInfo .dataBoxUserInfo-inner {
    padding: 24px;
  }
}
.projectDetail-top .dataBoxUserInfo .dataBoxUserInfo-inner form.investForm {
  padding: 16px;
}
.projectDetail-top .dataBoxUserInfo .text-project-data {
  font-size: 36px;
}
.projectDetail-top .dataBoxUserInfo .text-project-data p {
  font-size: 20px;
  color: #FF4D6B;
}
.projectDetail-top .dataBoxUserInfo .progress {
  height: 2rem;
  border-radius: 1rem;
}
.projectDetail-top .dataBoxUserInfo .progress .progress-bar {
  background-color: #14839D;
  font-size: 1.2rem;
}
.projectDetail-top .dataBoxUserInfo .dataBoxUserInfo-inner-one {
  border-bottom: 1px dotted #ccc;
  padding: 24px 0 0;
}
.projectDetail-top .dataBoxUserInfo .dataBoxUserInfo-inner-one .dataBoxUserInfo-txt {
  text-align: right;
  font-weight: bold;
  font-size: 2rem;
}
.projectDetail-top .dataBoxUserInfo .dataBoxUserInfo-inner-one .dataBoxUserInfo-txt span {
  font-size: 1.6rem;
}
.projectDetail-top .dataBoxUserInfo .dataBoxUserInfo-inner-one-last {
  padding: 24px 0 0;
}
.projectDetail-top .dataBoxUserInfo .dataBoxUserInfo-inner-one-last .dataBoxUserInfo-txt {
  text-align: right;
  font-weight: bold;
  font-size: 2rem;
}
.projectDetail-top .dataBoxUserInfo .dataBoxUserInfo-inner-one-last .dataBoxUserInfo-txt span {
  font-size: 1.6rem;
}
.projectDetail-top .dataBoxUserInfo .msg-procedure {
  background-color: #FF4D6B;
  border-radius: 4px;
  text-align: center;
  padding: 16px 0;
  color: #fff;
  font-weight: bold;
}
.projectDetail-top .dataBoxUserInfo .btn-base-line {
  margin-bottom: 24px;
}
.projectDetail-top .dataBoxUserInfo .btn-base-line a {
  display: block;
  padding: 10px 4px;
  border: 2px solid #00B4CB;
  background-color: #fff;
  text-align: center;
  color: #00B4CB;
  position: relative;
}
.projectDetail-top .dataBoxUserInfo .btn-black-line {
  width: 60%;
  display: inline-block;
  margin-bottom: 12px;
  padding: 10px;
  border: 2px solid #444;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  color: #444;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .projectDetail-top .dataBoxUserInfo .btn-black-line {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .projectDetail-top .dataBoxUserInfo .btn-black-line {
    width: 60%;
  }
}
@media screen and (min-width: 1040px) {
  .projectDetail-top .dataBoxUserInfo .btn-black-line {
    width: 40%;
  }
}
.projectDetail-top .dataBoxUserInfo .quantity-wrap input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: -3px;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 2em;
  height: 2em;
  margin-top: 0;
  border: 2px solid #999999;
  border-radius: 5px;
}
.projectDetail-top .dataBoxUserInfo .quantity-wrap .form-check-label.checkbox {
  padding: 2px 1em 0px 2.6em;
}
.projectDetail-top .dataBoxUserInfo .quantity-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.projectDetail-top .dataBoxUserInfo .quantity-input .input-group {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .dataBoxUserInfo .quantity-input .input-group {
    width: 80%;
  }
}
@media screen and (min-width: 1040px) {
  .projectDetail-top .dataBoxUserInfo .quantity-input .input-group {
    width: 60%;
  }
}
.projectDetail-top .dataBoxUserInfo .quantity-input .input-group input {
  width: calc(100% - 50px);
  height: 48px;
  line-height: 48px;
  padding-left: 10px;
  font-size: 1.6rem;
  background-color: #fff;
}
.projectDetail-top .dataBoxUserInfo .quantity-input .input-group input::-webkit-input-placeholder {
  color: #aaa;
}
.projectDetail-top .dataBoxUserInfo .quantity-input .input-group input::-moz-placeholder {
  color: #aaa;
}
.projectDetail-top .dataBoxUserInfo .quantity-input .input-group input:-ms-input-placeholder {
  color: #aaa;
}
.projectDetail-top .dataBoxUserInfo .quantity-input .input-group input::-ms-input-placeholder {
  color: #aaa;
}
.projectDetail-top .dataBoxUserInfo .quantity-input .input-group input::placeholder {
  color: #aaa;
}
.projectDetail-top .dataBoxUserInfo .quantity-input .input-group .input-group-text {
  font-size: 1.6rem;
  padding: 0;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projectDetail-top .dataBoxUserInfo .inputamount-wrap {
  text-align: right;
  margin: 5px 0;
  font-weight: bold;
}
.projectDetail-top .dataBoxUserInfo .inputamount-wrap .inputamount {
  font-size: 2rem;
}
.projectDetail-top .dataBoxUserInfo .form-inline {
  margin-left: 0;
  max-width: 100%;
  padding-right: 0 !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0;
}
.projectDetail-top .dataBoxUserInfo .error-message.quantity,
.projectDetail-top .dataBoxUserInfo .error-message.bidrate {
  padding-right: 0;
  width: 90%;
  top: -5px;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .dataBoxUserInfo .error-message.quantity,
  .projectDetail-top .dataBoxUserInfo .error-message.bidrate {
    width: 80%;
  }
}
@media screen and (min-width: 1040px) {
  .projectDetail-top .dataBoxUserInfo .error-message.quantity,
  .projectDetail-top .dataBoxUserInfo .error-message.bidrate {
    width: 60%;
  }
}
.projectDetail-top .col-blur-1 {
  position: relative;
  width: 100%;
  background-image: url("/img/project-img/v1_blur_sp.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding-top: 721.1%;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .col-blur-1 {
    background-image: url("/img/project-img/v1_blur_pc.jpg");
    padding-top: 400.2%;
  }
}
.projectDetail-top .col-blur-2 {
  position: relative;
  width: 100%;
  background-image: url("/img/project-img/v2_blur_sp.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding-top: 813.46%;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .col-blur-2 {
    background-image: url("/img/project-img/v2_blur_pc.jpg");
    padding-top: 485.75%;
  }
}
.projectDetail-top .col-blur-equity {
  position: relative;
  width: 100%;
  background-image: url("/img/project-img/equity_blur_sp.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  padding-top: 779.51%;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .col-blur-equity {
    background-image: url("/img/project-img/equity_blur_pc.jpg");
    padding-top: 451.17%;
  }
}
.projectDetail-top .col-blur-inner {
  position: absolute;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: calc(100% - 80px);
}
.projectDetail-top .btn-box {
  position: sticky;
  top: 0;
  left: 0;
  padding: 60px 20px 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 960px) {
  .projectDetail-top .btn-box {
    padding-top: 80px;
  }
}
.projectDetail-top .btn-box .btn-box-txt {
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .btn-box .btn-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.projectDetail-top .btn-box .btn-login {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .btn-box .btn-login {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.projectDetail-top .btn-box .btn-login a {
  display: block;
  border-radius: 4px;
  background-color: #00B4CB;
  color: #fff;
  text-align: center;
  padding: 10px 3px;
  font-size: 16px;
}
.projectDetail-top .btn-box .btn-regist {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .btn-box .btn-regist {
    width: 48%;
    margin-bottom: 0;
  }
}
.projectDetail-top .btn-box .btn-regist a {
  display: block;
  border-radius: 4px;
  background-color: #FF4D6B;
  color: #fff;
  text-align: center;
  padding: 10px 3px;
  font-size: 1.6rem;
}
.projectDetail-top .btn-wrap {
  margin-bottom: 40px;
}
.projectDetail-top .btn-wrap .msg-procedure {
  background-color: #FF4D6B;
  border-radius: 4px;
  text-align: center;
  padding: 16px 0;
  color: #fff;
  font-weight: bold;
}
.projectDetail-top .btn-base {
  width: 100%;
}
.projectDetail-top .btn-base a {
  display: block;
  border-radius: 4px;
  background-color: #00B4CB;
  padding: 10px 3px;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  cursor: pointer;
}
.projectDetail-top .btn-base a:hover {
  color: #fff;
}
.projectDetail-top .btn-accent {
  width: 100%;
}
.projectDetail-top .btn-accent a {
  display: block;
  border-radius: 4px;
  background-color: #FF4D6B;
  color: #fff;
  text-align: center;
  padding: 10px 3px;
  font-size: 16px;
}
.projectDetail-top button.btn-accent {
  width: 100%;
  display: block;
  border-radius: 4px;
  border: 0;
  background-color: #FF4D6B;
  color: #fff;
  text-align: center;
  padding: 10px 3px;
  font-size: 16px;
}
.projectDetail-top .btn-black-line {
  width: 100%;
}
.projectDetail-top .btn-black-line a {
  display: block;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #444;
  color: #444;
  text-align: center;
  padding: 10px 3px;
  font-size: 1.6rem;
}
.projectDetail-top .dataBoxMobile {
  margin: 0 auto;
}
.projectDetail-top .dataBoxPc {
  display: none;
}
@media screen and (min-width: 960px) {
  .projectDetail-top .dataBoxPc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .projectDetail-top .dataBoxPc .btn-base {
    margin: 0 1%;
    width: 48%;
  }
  .projectDetail-top .dataBoxPc .btn-base a {
    display: block;
    border-radius: 4px;
    background-color: #00B4CB;
    border: 2px solid #00B4CB;
    color: #fff;
    text-align: center;
    padding: 10px 3px;
    font-size: 1.6rem;
  }
  .projectDetail-top .dataBoxPc .btn-accent {
    margin: 0 1%;
    width: 48%;
  }
  .projectDetail-top .dataBoxPc .btn-accent a {
    display: block;
    border-radius: 4px;
    background-color: #FF4D6B;
    border: 2px solid #FF4D6B;
    color: #fff;
    text-align: center;
    padding: 10px 3px;
    font-size: 1.6rem;
  }
  .projectDetail-top .dataBoxPc .btn-black-line {
    margin: 0 1%;
    width: 48%;
    border-radius: 4px;
  }
  .projectDetail-top .dataBoxPc .btn-black-line a {
    display: block;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #444;
    color: #444;
    text-align: center;
    padding: 10px 3px;
    font-size: 1.6rem;
  }
}
.projectDetail-top .bg-danger {
  background-color: #FF4D6B !important;
  margin-bottom: 24px;
}
.projectDetail-top .error-holderMax {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 0 0 32px 20px;
  font-size: 1.4rem;
  color: #FF4D6B;
}
@media screen and (min-width: 768px) {
  .projectDetail-top .error-holderMax {
    text-align: center;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .projectDetail-top .error-holderMax {
    position: relative;
    border: 1px solid #FF4D6B;
    border-radius: 4px;
    padding: 24px 10px;
    margin-bottom: 40px;
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (min-width: 1040px) {
  .projectDetail-top .error-holderMax {
    padding: 24px 16px;
    font-size: 1.6rem;
  }
}
.projectDetail-top .error-holderMax p {
  color: #FF4D6B;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -12px;
  margin-bottom: 5px;
  padding-right: 8px;
}
@media screen and (min-width: 768px) {
  .projectDetail-top .error-holderMax p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .projectDetail-top .error-holderMax p {
    position: absolute;
    top: -12px;
    background-color: #fff;
    padding-left: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1040px) {
  .projectDetail-top .error-holderMax p {
    font-size: 1.6rem;
  }
}
.projectDetail-top .error-holderMax p .fa-exclamation-circle {
  font-size: 1.8rem;
}
.projectDetail-top .messageAddBox .form-control {
  font-size: 1.6rem;
}

.footer-fixed {
  background: rgba(255, 77, 107, 0.2);
}

/*==================
募集期間枠
==================*/
.fukidashi-wrap {
  position: relative;
  padding-top: 16px;
}
.fukidashi-wrap .fuidashi {
  position: absolute;
  height: 3.9em;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px;
  background-color: #fff;
  font-size: 12px;
  display: inline-block;
}
.fukidashi-wrap .fukidashi-l {
  left: 0;
}
.fukidashi-wrap .fukidashi-l.current {
  border: 1px solid #FF4D6B;
  background-color: #ffe;
  color: #FF4D6B;
}
.fukidashi-wrap .fukidashi-c {
  left: 34%;
}
.fukidashi-wrap .fukidashi-c.current {
  border: 1px solid #00B4CB;
  background-color: #ffe;
  color: #00B4CB;
}
.fukidashi-wrap .fukidashi-r {
  right: 0;
}
.fukidashi-wrap .fukidashi-r.current {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #444;
}

.time-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  margin-bottom: 2px;
  position: relative;
}
.time-line .arrow {
  position: absolute;
  top: 3.2rem;
}
.time-line .arrow::before {
  content: "";
  position: absolute;
  left: 1px;
  border-style: solid;
  border-width: 13px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
  top: 13px;
}
.time-line .arrow::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 14px 6px 0 6px;
  border-color: #ccc transparent transparent transparent;
  z-index: 1;
  top: 14px;
}
.time-line .arrow-00 {
  left: calc(1% - 5px);
}
.time-line .arrow-01 {
  left: calc(10% - 5px);
}
.time-line .arrow-01.current::before {
  border-color: #FFe transparent transparent transparent;
}
.time-line .arrow-01.current::after {
  border-color: #FF4D6B transparent transparent transparent;
}
.time-line .arrow-02 {
  left: calc(42% - 5px);
}
.time-line .arrow-02.current::before {
  border-color: #FFe transparent transparent transparent;
}
.time-line .arrow-02.current::after {
  border-color: #00B4CB transparent transparent transparent;
}
.time-line .arrow-03 {
  left: calc(94% - 6px);
}
.time-line .arrow-03.current::before {
  border-color: #fff transparent transparent transparent;
}
.time-line .arrow-03.current::after {
  border-color: #ccc transparent transparent transparent;
}
.time-line .time-line-spacer {
  width: 10%;
  text-align: right;
  padding-right: 16px;
}
.time-line .time-line-l {
  width: 32%;
  height: 4.5em;
  background-color: #888;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  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;
  position: relative;
}
.time-line .time-line-l::before, .time-line .time-line-l::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.time-line .time-line-l::before {
  top: -0.28em;
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 2.6em 0 2.6em 1.2em;
  z-index: 10;
}
.time-line .time-line-l::after {
  top: 0;
  right: -0.8em;
  border-style: solid;
  border-color: transparent transparent transparent #888;
  border-width: 2.3em 0 2.3em 1em;
  z-index: 10;
}
.time-line .time-line-l.current {
  background-color: #FF4D6B;
}
.time-line .time-line-l.current::after {
  border-color: transparent transparent transparent #FF4D6B;
}
.time-line .time-line-r {
  width: 52%;
  height: 4.5em;
  background-color: #888;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  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;
  position: relative;
}
.time-line .time-line-r.current {
  background-color: #00B4CB;
}
.time-line .time-line-spacer-last {
  width: 6%;
  position: relative;
}

.fa-calendar-alt {
  margin-top: 1.2em;
}

.fa-calendar-alt::before {
  color: #FF4D6B;
  font-size: 24px;
}

.time-arrow {
  position: relative;
  padding-bottom: 40px;
}
.time-arrow .time-arrow-p {
  position: absolute;
}
.time-arrow .time-arrow-00 {
  display: none;
}
.time-arrow .time-arrow-00.current {
  left: calc(10% - 12px);
  display: block;
  color: #888;
}
.time-arrow .time-arrow-01 {
  display: none;
}
.time-arrow .time-arrow-01.current {
  left: 24%;
  display: block;
  color: #FF4D6B;
}
.time-arrow .time-arrow-02 {
  display: none;
}
.time-arrow .time-arrow-02.current {
  left: 66%;
  display: block;
  color: #00B4CB;
}
.time-arrow .time-arrow-03 {
  display: none;
}
.time-arrow .time-arrow-03.current {
  right: calc(6% - 10px);
  display: block;
  color: #888;
}

.remaining-time {
  margin-bottom: 16px;
}
.remaining-time table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .remaining-time table {
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .remaining-time table {
    width: 100%;
  }
}
.remaining-time table th {
  width: 20%;
  font-size: 1.1rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .remaining-time table th {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .remaining-time table th {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1040px) {
  .remaining-time table th {
    font-size: 1.4rem;
  }
}
.remaining-time table td {
  font-size: 1.1rem;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  .remaining-time table td {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .remaining-time table td {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1040px) {
  .remaining-time table td {
    font-size: 1.6rem;
  }
}
.remaining-time table .td-01-01 {
  width: 25%;
  color: #FF4D6B;
  text-align: center;
}
.remaining-time table .td-01-02 {
  width: 25%;
  color: #00B4CB;
  text-align: center;
}
.remaining-time table .td-02 {
  width: 55%;
  text-align: left;
  padding: 8px 0 8px 8px;
}
.remaining-time table .td-02 span {
  display: block;
}
.remaining-time table .td-02 .time-00 {
  color: #444;
  display: none;
}
.remaining-time table .td-02 .time-00.current {
  display: block;
}
.remaining-time table .td-02 .time-01 {
  color: #FF4D6B;
  font-weight: bold;
  display: none;
}
.remaining-time table .td-02 .time-01.current {
  display: block;
}
@media screen and (min-width: 960px) {
  .remaining-time table .td-02 .time-01 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .remaining-time table .td-02 .time-01 {
    font-size: 1.8rem;
  }
}
.remaining-time table .td-02 .time-02 {
  color: #00B4CB;
  font-weight: bold;
  display: none;
}
.remaining-time table .td-02 .time-02.current {
  display: block;
}
@media screen and (min-width: 960px) {
  .remaining-time table .td-02 .time-02 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .remaining-time table .td-02 .time-02 {
    font-size: 2rem;
  }
}

.about-benefits {
  color: #09f;
  text-align: center;
  cursor: pointer;
}

.btn-conf-area {
  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;
}
.btn-conf-area .btn-conf {
  width: 100%;
  font-size: 1.6rem;
  padding: 10px 3px;
}
.btn-conf-area .btn-return {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 1040px) {
  .btn-conf-area .btn-conf {
    width: 80%;
    height: 72px;
    font-size: 1.6rem;
    padding: 10px 3px;
  }
  .btn-conf-area .btn-return {
    width: 80%;
    margin-top: 10px;
  }
}

/*==================
モーダル
==================*/
.modal-body {
  padding: 2rem;
}

.modal-content {
  border-top: 10px solid #00B4CB;
}

.modal-title {
  color: #00B4CB;
  font-weight: bold;
  border-bottom: 2px solid #00B4CB;
  margin-bottom: 30px;
}

.btn-in-modal a {
  display: block;
  background-color: #00B4CB;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 16px;
  margin-bottom: 30px;
  position: relative;
}

/*==================
確認画面と完了画面
==================*/
.detailTitle-sub {
  text-align: center;
}
.detailTitle-sub span {
  display: inline-block;
  border: 1px solid #00B4CB;
  border-radius: 4px;
  padding: 4px 32px;
  font-size: 2rem;
  color: #00B4CB;
}
@media screen and (min-width: 768px) {
  .detailTitle-sub span {
    font-size: 2.8rem;
  }
}

/*==================
確認画面
==================*/
.confirm-top .form-control {
  height: calc(3.6rem + 2px);
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  font-size: 1.6rem;
}
.confirm-top .detail-box-inner-last {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 40px;
}

/*==================
完了画面
==================*/
.success-top .msg-success {
  border: 1pxsolid #ccc;
  border-radius: 4px;
  padding: 16px 0 0;
}
@media screen and (min-width: 960px) {
  .success-top .msg-success {
    padding: 24px;
  }
}
.success-top .msg-success-title {
  color: #00B4CB;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.tab-pane .btn-area > p {
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .tab-pane .btn-area > p {
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .tab-pane .btn-area .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tab-pane .btn-area .btn-wrap .btn-left,
.tab-pane .btn-area .btn-wrap .btn-right {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .tab-pane .btn-area .btn-wrap .btn-left,
  .tab-pane .btn-area .btn-wrap .btn-right {
    width: 300px;
    margin: 0;
  }
}
.tab-pane .btn-area .btn-wrap .btn-left a,
.tab-pane .btn-area .btn-wrap .btn-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  .tab-pane .btn-area .btn-wrap .btn-left a,
  .tab-pane .btn-area .btn-wrap .btn-right a {
    font-size: 1.6rem;
  }
}
.tab-pane .btn-area .btn-wrap .btn-left {
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .tab-pane .btn-area .btn-wrap .btn-left {
    margin-right: 16px;
    margin-bottom: 0;
  }
}
.tab-pane .btn-area .btn-wrap .btn-gray-line {
  background-color: #fff;
}
.tab-pane .btn-area .btn-wrap .btn-gray-line a {
  border: 1px solid #888;
  border-radius: 4px;
  color: #444;
}

/*==================
snsボタン
==================*/
.sns-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns-box ul li {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-right: 10px;
}
.sns-box ul li:last-of-type {
  margin-right: 0;
}
.sns-box ul .sns-facebook {
  background-color: #1877f2;
  border: 1px solid #fff;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns-box ul .sns-facebook i {
  color: #fff;
}
.sns-box ul .sns-twitter {
  background-color: #1DA1F2;
  border: 1px solid #fff;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns-box ul .sns-twitter i {
  color: #fff;
}
.sns-box ul .sns-hatena {
  background-color: #5279E7;
  border: 1px solid #5279E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4px;
}/*# sourceMappingURL=projectDetailTop.css.map */