/* general */
.u-hov:hover {
  opacity: .7;
  cursor: pointer;
}

.block-content {
  padding: 0 15px;
}

.u-mw-900 {
  max-width: 900px;
  margin: auto;
}
.u-mw-810 {
  max-width: 810px;
  margin: auto;
}

/* kv-block */
.kv-block .kv-inner {
  background: url(/tameru/wnforbk/lp/cp/02/imgs/kv_bg_01.png) no-repeat top;
  background-size: auto 100%;
}
.kv-block .kv-img {
  position: relative;
  max-width: 980px;
  margin: auto;
}
.kv-block .kv-btn {
  position: absolute;
  width: 59.4%;
  max-width: 582px;
  top: 80%;
  left: 20%;
}
.kv-period {
  padding: 12px;
  background: #ffd5d5;
}
@media screen and (max-width: 48em) {
  .kv-block .kv-inner {
    background: url(/tameru/wnforbk/lp/cp/02/imgs/kv_bg_01_sp.png) no-repeat top;
  }
  .kv-block .kv-btn {
    position: absolute;
    width: 75%;
    max-width: 582px;
    top: 74%;
    left: 12%;
  }
  .kv-period-img {
    width: 82%;
    margin: auto;
  }
}

/* fixed-menu */
.fixed-menu {
  display: none;
  position: fixed;
  width: 258px;
  top: 30px;
  right: 0;
  background: #fff;
  border: 4px solid #fb5e5e;
  border-right: none;
  border-radius: 20px 0 0 20px;
  z-index: 2;
}
.fixed-menu::before {
  content: "";
  position: absolute;
  display: block;
  width: 46px;
  height: 15px;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/tameru/wnforbk/lp/cp/02/imgs/menu_ttl_01.png) no-repeat center / 100% auto;
}

.fixed-menu.is-show {
  display: block;
}
.fixed-menu .menu-btn {
  border-bottom: 2px dashed #fb5e5e;
}
.fixed-menu .menu-btn:last-child {
  border-bottom: none;
}
.fixed-menu .menu-btn-link {
  position: relative;
  display: block;
  padding: 10px 15px;
  opacity: .5;
  transition: opacity .3s;
}
.fixed-menu .menu-btn-link:hover {
  opacity: 1;
}
.fixed-menu .menu-btn-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 11px;
  right: 12px;
  border-left: 2px solid #fb5e5e;
  border-bottom: 2px solid #fb5e5e;
  transform: rotate(-45deg);
}
.fixed-menu .menu-btn-link.current {
  opacity: 1;
}
.fixed-menu .menu-btn-link.current::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 13px;
  left: 12px;
  border-radius: 10px;
  background: #fb5e5e;
}
@media screen and (max-width: 1650px) {
  .fixed-menu {
    display: block;
    position: relative;
    margin: 20px auto;
    border-right: 4px solid #fb5e5e;
    border-radius: 20px;
    top:auto;
    right: auto;
  }
}
@media screen and (max-width: 48em) {
  .fixed-menu-outer .fixed-menu.is-show {
    display: none;
  }
}

/* step-block */
.step-block {
  padding: 20px 0 80px;
  background: #f4f2ee;
}
.step-block .block-ttl {
  margin: 40px auto 0;
}
@media screen and (max-width: 48em) {
  .step-block {
    padding: 10px 0 40px;
  }
  .step-block .block-ttl {
    margin: 30px auto 0;
  }
}

.step-tab {
  max-width: 1140px;
  margin: 30px auto 0;
}
.step-tab .m-tab_headwrap {
  width: 93%;
  max-width: 840px;
  margin: auto;
}
.step-tab .m-tab_head {
  border: none;
  gap: 60px;
}
.step-tab .m-tab_item {
  border: none;
}
.step-tab .m-tab_item-active:before,
.step-tab .m-tab_item.is-active:before {
  display: none;
}
.step-tab .m-tab_item > button,
.step-tab .m-tab_item > a {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #666;
  border: 4px solid #fb5e5e;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
}
.step-tab .m-tab_item.m-tab_item-active > button,
.step-tab .m-tab_item.m-tab_item.is-active > a {
  color: #fff;
  background: linear-gradient(#E60000, #fb5e5e);
  border: none;
}
.step-tab .m-tab_item > button span,
.step-tab .m-tab_item > a span {
  text-align: center;
  line-height: 1.2;
}
.step-tab .m-tab_item > button span .txt-small,
.step-tab .m-tab_item > a span .txt-small {
  display: inline;
  font-size: 1.6rem;
}
.step-tab .m-tab_item-active:after,
.step-tab .m-tab_item.is-active:after {
  display: none;
}
.step-tab .m-tab_body {
  padding: 50px 45px 30px;
  background: #fce9e9;
  border: 4px solid #fb5e5e;
  border-radius: 20px;
}
@media screen and (max-width: 48em) {
  .step-tab .m-tab_headwrap {
    padding: 0;
  }
  .step-tab .m-tab_head {
    display: flex;
    gap: 11px;
  }
  .step-tab .m-tab_item > button,
  .step-tab .m-tab_item > a {
    padding: 8px;
    font-size: 1.6rem;
    border: 2px solid #fb5e5e;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
  }
  .step-tab .m-tab_item > button span .txt-small,
  .step-tab .m-tab_item > a span .txt-small {
    font-size: 1.1rem;
  }
  .step-tab .m-tab_body {
    padding: 18px 15px 30px;
    border: 2px solid #fb5e5e;
    border-radius: 10px;
  }
}

.step-list {
  padding: 23px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
.step-list .list-item {
  position: relative;
  flex-basis: 320px;
  padding: 30px 15px 15px;
  background: #fff;
  border-radius: 10px;
}
.step-list .list-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 66px;
  background: url(/tameru/wnforbk/lp/cp/02/imgs/step_arrow_01.png) no-repeat center / 100% auto;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
.step-list .list-item:last-child::before {
  display: none;
}
.step-list .list-item .list-num {
  position: absolute;
  top: -23px;
  left: -21px;
}
.step-list .list-item .content-txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.03em;
}
.step-list .list-item .content-btn {
  margin: 20px auto 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .35));
}
.step-list .list-item .content-img.-bnr {
  border: 1px solid #e60000;
}
@media screen and (max-width: 48em) {
  .step-list {
    flex-direction: column;
    gap: 60px;
  }
  .step-list .list-item {
    flex-basis: auto;
    padding: 37px 15px 20px;
  }
  .step-list .list-item::before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 23px;
    background: url(/tameru/wnforbk/lp/cp/02/imgs/step_arrow_01_sp.png) no-repeat center / 100% auto;
    top: auto;
    bottom: -43px;
    right: 50%;
    transform: translateX(50%);
  }
  .step-list .list-item .list-num {
    width: 64px;
    height: 64px;
    top: -30px;
    left: -5px;
  }
  .step-list .list-item .content-txt {
    font-size: 1.6rem;
  }
  .step-list .list-item .content-btn {
    width: 94.6%;
  }
}

.balloon {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
}
.balloon::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 33px;
  background: url(/tameru/wnforbk/lp/cp/02/imgs/text_bg_01.png) no-repeat center / 100% auto;
}
.balloon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 33px;
  background: url(/tameru/wnforbk/lp/cp/02/imgs/text_bg_02.png) no-repeat center / 100% auto;
}
@media screen and (max-width: 48em) {
  .balloon {
    padding: 0 15px;
  }
  .balloon.-line2 {
    padding: 0 19px;
  }
  .balloon::before {
    width: 15px;
    height: 31px;
    left: -2px;
    background: url(/tameru/wnforbk/lp/cp/02/imgs/text_bg_01_sp.png) no-repeat center / 100% auto;
  }
  .balloon::after {
    width: 15px;
    height: 31px;
    right: -2px;
    background: url(/tameru/wnforbk/lp/cp/02/imgs/text_bg_02_sp.png) no-repeat center / 100% auto;
  }
  .balloon.-line2::before {
    width: 19px;
    height: 39px;
    background: url(/tameru/wnforbk/lp/cp/02/imgs/text_bg_01.png) no-repeat center / 100% auto;
  }
  .balloon.-line2::after {
    width: 19px;
    height: 39px;
    background: url(/tameru/wnforbk/lp/cp/02/imgs/text_bg_02.png) no-repeat center / 100% auto;
  }
}

.tab-content-box {
  position: relative;
  margin: 30px auto 0;
  padding: 50px 0 0;
}
.tab-content-box.-bnr {
  padding: 36px 0 0;
}
.tab-content-box .box-ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.tab-content-box .box-content {
  padding: 82px 20px 20px;
  background: #fff;
  border-radius: 20px;
}
.tab-content-box.-bnr .box-content {
  padding: 60px 20px 20px;
}
.tab-content-box .box-content .box-content-txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.tab-content-box .box-flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin: 30px auto 0;
  padding: 8px 18px 7px;
  background: #fff0f0;
  border-radius: 10px;
}
.tab-content-box .box-flex-wrap .wrap-txt {
  font-size: 1.6rem;
  font-weight: bold;
}
.tab-content-box .box-flex-wrap .wrap-img {
  flex-basis: 290px;
}
.tab-content-box .tab-bnr-wrap {
  max-width: 480px;
  margin: 12px auto 0;
}
@media screen and (max-width: 48em) {
  .tab-content-box {
    padding: 9% 0 0;
  }
  .tab-content-box.-bnr {
    padding: 9% 0 0;
  }
  .tab-content-box .box-ttl {
    width: 93.6%;
    left: 3.2%;
  }
  .tab-content-box.-bnr .box-ttl {
    width: 81%;
    left: 9.5%;
  }
  .tab-content-box .box-content {
    padding: 15% 15px 20px;
    border-radius: 10px;
  }
  .tab-content-box.-bnr .box-content {
    padding: 15% 15px 20px;
  }
  .tab-content-box .box-content .box-content-txt {
    font-size: 1.6rem;
  }
  .tab-content-box .box-flex-wrap {
    flex-direction: column;
    margin: 10px auto 0;
  }
  .tab-content-box .box-flex-wrap .wrap-txt {
    font-size: 1.4rem;
  }
  .tab-content-box .box-flex-wrap .wrap-img {
    width: 90%;
    margin: 10px auto 0;
    flex-basis: auto;
  }
}

/* flow-block */
.flow-block {
  padding: 60px 0 80px;
  background: #fff0f0;
}
@media screen and (max-width: 48em) {
  .flow-block {
    padding: 30px 0 40px;
  }
}

.flow-table {
  margin: 16px auto 0;
}
@media screen and (max-width: 48em) {
  .flow-table-outer {
    position: relative;
  }
  .flow-table-outer::before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    border-radius: 99px;
    background: rgba(51, 51, 51, .7);
  }
  .flow-table-outer::after {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 50%;
    right: 11px;
    transform: translateY(-50%) rotate(-135deg);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .flow-table.m-table--scroll {
    margin: 30px auto 0;
    padding-bottom: 1px;
  }
  .flow-table .scroll-table-img {
    width: 624px;
    max-width: none;
  }
}

.flow-coution {
  max-width: 810px;
  margin: 20px auto 0;
}
@media screen and (max-width: 48em) {
  .flow-coution {
    max-width: 810px;
    margin: 15px auto 0;
  }
}

/* accordion-wrap */
.accordion-wrap {
  max-width: 960px;
  margin: auto;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #fb5e5e;
}
.accordion-wrap .m-accordion_btn {
  padding: 10px 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  background: none;
  border: none;
}
.accordion-wrap .m-accordion_btn:before {
  width: 28px;
  height: 17px;
  background: url(/tameru/wnforbk/lp/cp/02/imgs/acc_arrow_01.png) no-repeat center / 100% auto;
  right: 26px;
}
.accordion-wrap .m-accordion_body {
  border: none;
  border-top: 4px solid #fb5e5e;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 48em) {
  .accordion-wrap {
    border-radius: 10px;
    border: 2px solid #fb5e5e;
  }
  .accordion-wrap .m-accordion_btn {
    padding: 13px 36px;
    font-size: 1.8rem;
  }
  .accordion-wrap .m-accordion_btn:before {
    width: 20px;
    height: 12px;
    right: 17px;
  }
  .accordion-wrap .m-accordion_body {
    border-top: 2px solid #fb5e5e;
    border-radius: 0 0 10px 10px;
  }
}

/* service-block */
.service-block .block-ttl {
  margin: 40px auto 0;
  padding: 0 15px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 48em) {
  .service-block .block-ttl {
    margin: 20px auto 0;
    font-size: 2.0rem;
  }
}

/* detail-block */
.detail-block {
  padding: 60px 0;
  background: #fff0f0;
}
@media screen and (max-width: 48em) {
  .detail-block {
    padding: 30px 0;
  }
  .detail-block .accordion-wrap .content-txt {
    font-size: 1.4rem;
  }
}

.campaign-detail-box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #999;
}
.campaign-detail-box:first-child {
  padding-top: 0;
  border-top: none;
}
.campaign-detail-box:last-child {
  padding-bottom: 0;
}
.campaign-detail-box .box-ttl {
  flex-basis: 140px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #e60000;
}
.campaign-detail-box .box-txt {
  flex-basis: calc(100% - 140px);
}
@media screen and (max-width: 48em) {
  .campaign-detail-box {
    display: block;
    padding: 15px 0;
  }
  .campaign-detail-box .box-ttl {
    font-size: 1.4rem;
  }
  .campaign-detail-box .box-txt {
    margin: 5px auto 0;
    font-size: 1.4rem;
  }
}

/* faq-block */
.faq-block {
  margin: 60px auto 0;
}
@media screen and (max-width: 48em) {
  .faq-block {
    margin: 40px auto 0;
  }
}

.faq-content {
  max-width: 960px;
  margin: 30px auto 0;
  padding: 20px 30px 30px;
  background: #fff;
  border-radius: 20px;
  border: 4px solid #fb5e5e;
  counter-reset: num;
}
.faq-acc-wrap {
  counter-increment: num;
}
.faq-acc-wrap:not(:first-child) {
  border-top: 1px solid #999;
}
.faq-acc-wrap .m-accordion_btn {
  position: relative;
  padding: 25px 32px 18px 50px;
  font-size: 1.8rem;
  font-weight: bold;
  background: none;
  border: none;
}
.faq-acc-wrap .m-accordion_btn::after {
  content: "Q" counter(num);
  display: block;
  position: absolute;
  font-size: 2.4rem;
  font-weight: bold;
  color: #e60000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq-acc-wrap .m-accordion_body {
  position: relative;
  padding: 0 32px 20px 50px;
  border: none;
}
.faq-acc-wrap .m-accordion_body::after {
  content: "A";
  display: block;
  position: absolute;
  font-size: 1.8rem;
  font-weight: bold;
  color: #e60000;
  left: 10px;
  top: 0;
}
.faq-acc-wrap .m-accordion_btn:before {
  display: none;
}
.faq-acc-wrap .m-accordion_btn-icn {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.faq-acc-wrap .m-accordion_btn-icn::before,
.faq-acc-wrap .m-accordion_btn-icn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #999;
}
.faq-acc-wrap .m-accordion_btn-icn::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  transform: translateY(-50%);
}
.faq-acc-wrap .m-accordion_btn-icn::after {
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  transform: translateX(-50%);
}
.faq-acc-wrap .m-accordion.is-show .m-accordion_btn-icn::after {
  display: none;
}
@media screen and (max-width: 48em) {
  .faq-content {
    padding: 0 15px 0px;
    border-radius: 10px;
    border: 2px solid #fb5e5e;
  }
  .faq-acc-wrap .m-accordion_btn {
    padding: 10px 30px 15px 40px;
    font-size: 1.4rem;
  }
  .faq-acc-wrap .m-accordion_btn::after {
    font-size: 1.6rem;
    top: 10px;
    transform: none;
  }
  .faq-acc-wrap .m-accordion_body {
    padding: 0 30px 15px 40px;
    font-size: 1.4rem;
  }
  .faq-acc-wrap .m-accordion_body::after {
    font-size: 1.4rem;
    left: 5px;
  }
}

/* coution-block */
.coution-block {
  margin: 60px auto 0;
  padding: 0 15px;
}
@media screen and (max-width: 48em) {
  .coution-block {
    margin: 40px auto 0;
    padding: 0 15px;
  }
}

.agreement-wrap {
  max-width: 960px;
  margin: auto;
  padding: 40px 30px;
  border: 2px solid #999;
  border-radius: 20px;
}
.agreement-wrap .wrap-ttl {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 48em) {
  .agreement-wrap {
    padding: 20px 15px;
    font-size: 1.4rem;
    border: 1px solid #999;
    border-radius: 10px;
  }
}

/* fixed-cta */
.fixed-cta {
  background-color: #f2f2f2;
  filter: drop-shadow(0 -10px 12px rgba(0, 0, 0, .16));
}
.fixed-cta.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.fixed-cta .cv-wrap {
  padding: 10px;
}
.fixed-cta .cv-btn-wrap {
  max-width: 368px;
  margin: auto;
}
.t-footer {
  padding-bottom: 96px;
}