/* ===============================================================

 project / accumulation

=============================================================== */
.p-accumulation__annotation {
  background-color: #ECECEC;
  padding: 44px 0 120px;
}

.p-accumulation__annotation__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.p-accumulation__annotation__textbox {
  margin-bottom: 24px;
}

.p-accumulation__annotation__heading {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #475D82;
  margin-bottom: 8px;
}

.p-accumulation__annotation__heading:last-child {
  margin-bottom: 0;
}

.p-accumulation__annotation__text {
  color: #475D82;
  font-size: 14px;
  margin-bottom: 8px;
}

.p-accumulation__annotation__text:last-child {
  margin-bottom: 0;
}

.p-accumulation__annotation__list {
  color: #475D82;
  font-size: 14px;
  margin-bottom: 8px;
}

.p-accumulation__annotation__list:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-accumulation__annotation {
    background-color: #ECECEC;
    padding: 40px 4% 120px;
  }
}

/* cv-btn-wrap */
.cv-btn-wrap{
  margin-top: 24px;
  text-align: center;
}
.cv-btn-wrap a.cv-btn{
  background: rgb(254,153,51);
  background: linear-gradient(120deg, rgba(254,153,51,1) 10%, rgba(254,102,51,1) 95%);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  max-width: 440px;
  padding: 20px 40px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: block;
  position: relative;
  border-radius: 50px;
  text-align: center;
}

.cv-btn-wrap a.cv-btn:hover {
  opacity: .8;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.cv-btn-wrap a.cv-btn::after{
  content: "";
  position: absolute;
  right:20px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url(/service/accumulation/assets/img/250313_4914_icon_window01.png) center center no-repeat;
  background-size: contain;
}
.cv-btn-wrap p.c-list__ttl{
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
.cv-btn-wrap p.c-list__ttl:before{
  content: "\\";
  position: absolute;
  bottom: 0;
  left: 0;
  color:#ff6633;
  -webkit-transform: translateX(-100%);
  transform: translateX(-200%);
}
.cv-btn-wrap p.c-list__ttl:after{
  content: "/";
  position: absolute;
  bottom: 0;
  right: 0;
  color:#ff6633;
  -webkit-transform: translateX(100%);
  transform: translateX(200%);
}
.cv-btn-wrap p.c-list__note02{
  line-height: 1.33;
  font-size: 15px;
  margin-top: 16px;
  font-weight: bold;
}
.cv-btn-wrap p.c-list__note02:before{
  display: inline-block;
  content: "※";
  padding-right: 0.1rem;
}
.cv-btn-wrap p.c-list__note02 a{
  font-size: 17px;
  color: #05662d;
  text-decoration: underline;
}
#fixBnr .cv-btn-wrap a.cv-btn {
  max-width: 358px;
  font-size: 15px;
  padding: 12px 40px;
  line-height: 1.3;
}
#fixBnr .cv-btn-wrap a.cv-btn::after {
  width: 25px;
}
@media screen and (max-width: 767px) {
  .cv-btn-wrap {
    text-align: center;
    padding: 0 15px;
  }
  .c-btn__wrap .cv-btn-wrap{
    margin-top: 58px;
  }
  .cv-btn-wrap a.cv-btn{
    font-size: 18px;
    padding: 20px;
  }
  .cv-btn-wrap p.list-note-02{
    position: relative;
    display: block;
  }
  .cv-btn-wrap p.c-list__ttl{
    display: table;
    margin: 0 auto 15px;
    text-align: center;
  }
  .cv-btn-wrap p.c-list__ttl:before{
    transform: translate(-170%, -60%) scaleY(2);
  }
  .cv-btn-wrap p.c-list__ttl:after {
    transform: translate(170%, -60%) scaleY(2);
  }
  .cv-btn-wrap p.c-list__note02{
    padding: 0 10px;
  }
}

/* fix banner */
#fixBnr {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  z-index: 1;
  background:rgba(255,255,255,0.8);
}
#fixCloseBtn {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
#fixBnr.is-hidden {
  visibility: hidden;
  opacity: 0;
}
