@charset "UTF-8";

.headline {
  font-weight: 600;
  letter-spacing: 2px;
}

h2.headline.v2 {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 7px;
}

.v2.section {
  position: relative;
}

.v2.section>.button {
  border: 4px solid #ffeed6;
  box-shadow: none;
  margin: auto;
  position: absolute;
  z-index: 100;

  top: -26px;
  right: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .v2.section>.button {
    width: 91.4668%;
  }

}


@media screen and (max-width: 767px) {
  h2.headline.v2 {
    font-size: 28px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
}

h2.headline.v2::before {
  content: '';
  background: #06487a;
  width: 100px;
  height: 5px;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
}

@media screen and (max-width: 767px) {
  h2.headline.v2::before {
    width: 80px;
    height: 3px;
  }
}

h2.headline.v2.s2::before {
  width: 150px;
}

@media screen and (max-width: 767px) {
  h2.headline.v2.s2::before {
    width: 80px;
  }
}

h2.headline.v2.w2::before {
  width: 100px;
}

.sec02.v2 {
  padding: 50px 0px;
}

@media screen and (max-width: 767px) {
  .sec02.v2 {
    padding: 45px 20px;
  }
}

.sec02.v2 p {
  font-size: 22px;
  color: #414141;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sec02.v2 p {
    font-size: 19px;
  }
}

.sec02.v2 p span {
  font-size: 27px;
}

@media screen and (max-width: 767px) {
  .sec02.v2 p span {
    font-size: 24px;
  }
}

.sec02.v2-s2 {
  padding-top: 100px;
  padding-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.sec02.v2-s2 .title1 {
  font-size: 26px;
  font-weight: 500;
  color: #262f3d;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .title1 {
    font-size: 18px;
  }
}

.sec02.v2-s2 ul {
  width: 100%;
  max-width: 780px;
  border: 4px solid #06487a;
  margin: 0 auto;
  padding: 60px 15px;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 ul {
    margin-top: 20px;
    padding: 30px 0px;
    border: 3px solid #06487a;
  }
}

.sec02.v2-s2 ul li {
  margin-top: 30px;
}

.sec02.v2-s2 ul li:first-child {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 ul li {
    margin-top: 10px;
  }
}

.sec02.v2-s2 ul li h3 img {
  width: auto;
  height: 38px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 ul li h3 img {
    height: 30px;
  }
}

.sec02.v2-s2 ul li p {
  font-size: 24px;
  color: #262f3d;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 ul li p {
    font-size: 16px;
    letter-spacing: 2px;
  }
}

.sec02.v2-s2 ul li a {
  color: #669ef5;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 ul li a {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

#blue_btn a:after {
  width: 18px;
  height: 20px;
  background-image: url(/promotion/corp/bizonecp_ad/images/ico_blank_blue.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  margin-left: 6px;
  content: "";
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #blue_btn a:after {
    background-image: url(/promotion/corp/bizonecp_ad/images/ico_blank_blue.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    width: 18px;
    height: 18px;
  }
}

.sec02.v2-s2 ul li .arrow {
  margin-top: 10px;
}

.sec02.v2-s2 ul li .arrow img {
  width: calc(78px / 2);
  height: auto;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 ul li .arrow {
    margin-top: 5px;
  }

  .sec02.v2-s2 ul li .arrow img {
    width: calc(78px / 2);
    height: auto;
  }
}

.sec02.v2-s2 .card-apple {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .card-apple {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.sec02.v2-s2 .card-apple h4 {
  font-size: 24px;
  font-weight: 500;
  color: #262f3d;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .card-apple h4 {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: -0.7px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .sec02.v2-s2 .card-apple h4 {
    font-size: 17px;
  }
}

.sec02.v2-s2 .card-apple__img img {
  width: 320px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .card-apple__img img {
    width: 232px;
    height: auto;
  }
}

.sec02.v2-s2 .box01 {
  width: 100%;
  max-width: 780px;
  border: 4px solid #d2d2d2;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 40px 40px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .box01 {
    border: 3px solid #d2d2d2;
    padding: 0px 10px 20px;
    margin-top: 40px;
  }
}

.sec02.v2-s2 .box01 h2 {
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 40px;
  height: auto;
  display: block;
  background: #d2d2d2;
  font-size: 34px;
  color: #262f3d;
  font-weight: bold;
  text-align: center;
  padding: 7px 0px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .box01 h2 {
    font-size: 18px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
}

.sec02.v2-s2 .box01__item {
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .box01__item {
    margin-top: 15px;
  }
}

.sec02.v2-s2 .box01__item:nth-child(2) {
  width: 100%;
  margin-top: 0px;
}

.sec02.v2-s2 .box01__item .ic1 {
  width: 120px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .box01__item .ic1 {
    width: 50px;
    position: relative;
  }
}

.sec02.v2-s2 .box01__item .ic1 img {
  width: 100px;
  height: auto;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .box01__item .ic1 img {
    width: 50px;
    height: auto;
    margin-left: 0px;
    margin-bottom: 15px;
  }
}

.sec02.v2-s2 .box01__item .ic1 p {
  color: #262f3d;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .box01__item .ic1 p {
    font-size: 10px;
    margin-top: 3px;
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 200px;
    text-align: left;
    font-weight: bold;
  }
}

.sec02.v2-s2 .box01__item .txt {
  width: calc(100% - 120px);
  height: 100px;
  vertical-align: middle;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #262f3d;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .box01__item .txt {
    width: calc(100% - 55px);
    font-size: 12px;
    line-height: 1.5;
    height: 50px;
    padding-left: 5px;
  }
}

.sec02.v2-s2 .txt2 {
  font-size: 16px;
  font-weight: 400;
  color: #262f3d;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s2 .txt2 {
    font-size: 14px;
  }
}

.sec02.v2-s3 .m-content-list-item {
  text-align: center;
}

.sec02.v2-s3 .m-content-list-item .center {
  width: 100%;
  text-align: center;
}

.sec02.v2-s3 .m-content-list-item .center ul {
  width: auto;
  display: inline-block;
}

.sec02.v2-s3 h4 {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  z-index: 1;
  line-height: 1.5;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s3 h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) and (max-width: 375px) {
  .sec02.v2-s3 h4 {
    font-size: 20px;
    letter-spacing: normal;
  }
}

.sec02.v2-s3 h4::after {
  content: '';
  background: #94bcda;
  width: 100%;
  height: 18px;
  position: absolute;
  z-index: -1;
  left: -13px;
  bottom: 5px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s3 h4::after {
    height: 12px;
    bottom: 1px;
    left: -10px;
  }
}

.sec02.v2-s3 p {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s3 p {
    font-size: 15px;
  }
}

.sec02.v2-s3 p small {
  font-size: 24px;
  color: #06487a;
  border-bottom: 3px solid #06487a;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s3 p small {
    font-size: 18px;
    border-bottom: 2px solid #06487a;
  }
}

.sec02.v2-s3 ul {
  /* text-align: left; */
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s3 ul {
    width: 100%;
  }
}

.sec02.v2-s3 ul li {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s3 ul li {
    font-size: 14px;
  }
}

.sec02.v2-s3 ul li.u-dot {
  padding-left: 15px;
  position: relative;
}

.sec02.v2-s3 ul li.u-dot::before {
  content: '※';
  color: #262f3d;
  font-size: 14px;
  position: absolute;
  left: 0px;
}

.sec02.v2-s3 ul.bold {
  text-align: center;
}

.sec02.v2-s3 ul.bold li {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s3 ul.bold li {
    font-size: 15px;
  }
}

.sec02.v2-s3 ul.bold .u-bold {
  font-weight: bold;
}

.sec02.v2-s4 .m-card {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .sec02.v2-s4 .m-card {
    padding-top: 20px;
  }
}

.sec02.v2-s4 .card-nav {
  margin-top: 0px;
}

.sec02.v2-s4 .card-nav .card-nav-list li a img {
  padding: 20px 20px 10px;
}

.sec02.v2-s4 .card-nav .card-nav-list li a img.w2 {
  padding: 20px 10px 10px;
}

.sec07 .headline.v2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sec07 .headline.v2 {
    margin-bottom: 30px;
  }
}

/* よくある質問 */
.faq-btn {
  margin: 40px auto 20px;
  text-align: center;
}

.toggle-faq {
  background-color: #f2f2f2;
  color: #222;
  text-decoration: none;
  padding: 20px 30px;
  border-radius: 70px;
  display: inline-block;
}

.toggle-faq:after {
  content: '＋';
}

.toggle-faq.open:after {
  content: 'ー';
}

.toggle-faq:hover {
  text-decoration: none;
}

.toggle-faq span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .faq-btn {
    margin: 30px auto 0px;
  }

  .toggle-faq {
    padding: 10px 8px;
    display: block;
  }
}

.content-faq {
  max-height: 0;
  overflow: hidden;
  transition: .6s ease-in-out;
}

.content-faq.open {
  max-height: 2500px;
  transition: .6s ease-in-out;
}

.content-faq>div {
  border-top: solid 1px #dfe7e9;
  margin-top: 15px;
  padding-top: 15px;
}

.content-faq .question {
  font-weight: bold;
}

.content-faq .question span,
.content-faq .answer span {
  color: #06487a;
  font-weight: bold;
}

.content-faq .m-mini-table dd {
  background-color: #faf9f4;
}

.table.table-default {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.table.table-default table {
  margin: 0 auto;
  width: 100%;
}

.table.table-default th,
.table.table-default td {
  font-size: 12.5px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
}

.table.table-default th span,
.table.table-default td span {
  display: inline-block;
}

.table.table-default thead th {
  background-color: #94bcda;
}

.table.table-default thead th:first-child {
  border-top-left-radius: 11px;
  width: 25%;
}

.table.table-default thead th:last-child {
  border-top-right-radius: 11px;
  width: 27%;
}

.table.table-default thead th:nth-child(2) {
  width: 33%;
}

.table.table-default tbody td {
  background-color: #fff;
}

.table.table-default tbody td+td {
  border-left: solid 1px #dfe7e9;
}

.content-faq .close-faq {
  border-top: 0;
  margin-top: 0;
}

.content-faq .close-faq a {
  color: #000;
  text-decoration: underline;
}

/* 閉じるボタン */
.close_btn a {
  max-width: 380px;
  text-decoration: none;
  border: 2px solid #222;
  text-align: center;
  transition: 0.2s;
  background: #ffffff;
  font-weight: bold;
  color: #222;
  display: block;
  width: 180px;
  padding: 5px;
  font-size: 14px;
  transition: .1s;
}

.close_btn a:hover {
  background-color: #222;
  color: #fff;
  text-decoration: none;
  transition: .1s;
}

.close_btn a .close_icon {
  vertical-align: 1.5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 25px;
}

.close_btn a .close_icon span:before,
.close_btn a .close_icon span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 9.5%;
  margin: -8% 0 0 -42%;
  background: #222;
  transition: .1s;
}

.close_btn a:hover .close_icon span:before,
.close_btn a:hover .close_icon span:after {
  background: #fff;
  transition: .1s;
}

.close_btn a .close_icon span:before {
  transform: rotate(-45deg);
}

.close_btn a .close_icon span:after {
  transform: rotate(45deg);
}

#header__close {
  position: absolute;
  top: 24px;
  right: 10px;
}

@media screen and (max-width: 700px) {
  #header__close {
    top: 12px;
  }
}

#header__close .close_btn a:hover {
  color: #fff;
}

.footer .close_btn {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 20px;
  text-align: center;
}

.footer .close_btn a {
  min-width: 100px;
  max-width: 380px;
  width: 100%;
  font-size: 19px;
  margin: 0 auto;
  padding: 5px 0;
  border-color: #fff;
  background-color: #222;
  color: #fff;
  transition: .1s;
}

.footer .close_btn a:hover {
  border-color: #fff;
  background-color: #fff;
  color: #222;
  transition: .1s;
}

.footer .close_btn a .close_icon {
  width: 27px;
  height: 27px;
}

.footer .close_btn a .close_icon span:before,
.footer .close_btn a .close_icon span:after {
  background: #fff;
}

.footer .close_btn a:hover .close_icon span:before,
.footer .close_btn a:hover .close_icon span:after {
  background: #222;
}

.v2-s3 .target-card ul+p {
  font-size: 16px;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  font-weight: normal;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .v2-s3 .target-card ul+p {
    font-size: 11px;
    width: 100%;
  }
}

.is-color-red {
  color: red;
}

.margin-left-right {
  margin-left: 20px;
  margin-right: 20px
}

.is-p-center-sp {
  text-align: center !important;
}

.m-bottom {
  margin-bottom: 16px;
}

.card-txt-s {
  font-size: 30px;
}

.txt-al {
  text-align: start;
}

@media screen and (max-width: 768px) {
  .card-txt-s {
    font-size: 28px;
  }

  .is-margin-t {
    margin-top: 6px;
    line-height: 33px;
  }

  .headline {
    line-height: 38px;
  }
}

.close_btn:hover .toggle1 {
  content: url('/promotion/corp/bizonecp_ad/images/turn-arrow-w.png');
}

.close_btn:hover .toggle2 {
  content: url('/promotion/corp/bizonecp_ad/images/turn-arrow-b.png');
}

@media screen and (max-width: 500px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 501px) {
  .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }

  .tx-center-pc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .ta-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .ta-only {
    display: block;
  }
}

@media screen and (min-width: 773px) {
  .ta-only {
    display: none;
  }
}

.col-2 {
  width: 50% !important;
}

.contact_width {
  width: 100% !important;
}

.is-margin-bottom {
  margin-bottom: 15px !important;
}

.contact {
  background-color: #e9f2f4;
}

.contact .section__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section__inner {
  max-width: 640px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .contact .section__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section__inner {
    width: auto;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .contact__lead {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.contact .section__button {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .contact .section__button {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .section__button {
    font-size: 18px;
    padding: 16px 36px 16px 16px;
    border-radius: 8px;
  }
}

.section__button {
  position: relative;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  background-color: #06487a;
  margin: 0 auto;
  padding: 20px 40px 20px 20px;
  text-decoration: none !important;
  text-align: center;
  border-radius: 8px;
  max-width: 468px;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.mg-tp {
  margin-top: 40px;
}

.card-mg {
  margin-top: 20px;
}

.section__button:hover {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.section__button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 87%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(/promotion/corp/bizonecp_ad/images/icon_arrow.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 767px) {
  .section__button::after {
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .section__button {
    font-size: 18px;
    padding: 16px 36px 16px 16px;
    border-radius: 8px;
  }
}

.contact__text {
  font-size: 12px;
  margin-bottom: 12px;
  text-align: center;
}

.is-border-b {
  border-bottom: 1px solid #dfe7e9;
}


@media only screen and (max-width: 639px) {
  .u-dot2 {
    position: relative;
  }

  .u-dot2::before {
    content: '※';
    color: #262f3d;
    font-size: 14px;
  }
}

@media only screen and (min-width: 640px) {
  .u-dot2 {
    padding-left: 15px;
    position: relative;
  }

  .u-dot2::before {
    content: '※';
    color: #262f3d;
    font-size: 14px;
    position: absolute;
    left: 0px;
  }
}

.is-flex-wrap {
  display: flex;
}

.m-content-cashmap li {
  margin-left: 1em;
  text-indent: -1.1em;
}

.m-content-cashmap .bg-c-white {
  background: #FFFFFF;
}

.newwindow-icon {
  width: 1.3rem;
  margin-left: 0.5rem;
}


.sec02 .m-content-list-item .txt-gift {
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .sec02 .m-content-list-item .txt-gift {
    font-size: 19px;
  }
}

.cashmap-border {
  border-radius: 0 0 6px 6px;
}

.sec02 .m-content-cashmap {
  margin: 30px 0 0;
  border: 4px solid #008eed;
  border-radius: 6px;
}

.sec02 .m-content-cashmap p {
  color: #000000;
}

.sec02 .m-content-cashmap .headline::after {
  content: '';
  background: #70ccff;
  width: 100%;
  height: 18px;
  position: absolute;
  z-index: -1;
  left: -13px;
  bottom: 5px;
  padding: 0 10px;
}

.cashmap-content .f17 {
  font-weight: normal !important;
  color: #030303;
}

.cashmap-content {
  border-radius: 6px 6px 0 0;
}

.m-content-list .pd50 {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .m-content-list .pd50 {
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .sec02 .m-content-cashmap .headline::after {
    height: 12px;
    bottom: 1px;
    left: -10px;
  }
}

.m-content-cashmap a {
  text-decoration: underline;
}

.m-content-cashmap a:hover {
  text-decoration: none;
  transition: all 0.3s;
  opacity: 0.6;
}

.headline .v3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .headline .v3 {
    margin-bottom: 20px;
  }
}

.m-content-cashmap .m-content-list-item {
  background: #FFFFFF;
}

.img_subcp {
  max-width: 600px;
  margin: 0 auto;
}

.img_subcp img {
  width: 100%;
}

/*追加：特典の設定*/
/* negative margin */
.n-mgn {
  margin: 0 -15px;
}

.bg-beige-0 {
  background: #fff;
}

.benefits-content-list {
  border-radius: 6px;
  padding: 35px 20px;
  margin: 0 auto;
  max-width: 850px;
  background: #fff;
}

.sec02.v2 .is-link {
  color: #008dec;
  font-weight: 600;
  font-size: 20px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .sec02.v2 .is-link {
    font-size: 18px;
  }
}

.benefits-area {
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
}

.benefits-area img {
  max-height: 50px;
}

.benefits-box01,
.benefits-box02,
.benefits-box03 {
  padding: 10px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  width: 33.3%;
}

.benefits-box01,
.benefits-box02 {
  border-right: 2px solid #94bcda;
}

.benefits-box01 p,
.benefits-box02 p,
.benefits-box03 p {
  padding: 10px 0;
  font-size: 14px !important;
  text-align: center;
  line-height: 1.5;
}

.benefits-box01 p span,
.benefits-box02 p span,
.benefits-box03 p span {
  color: #06487a;
  font-weight: 600;
}

.case-label {
  display: inline-block;
  background: #06487a;
  margin: 0 auto;
  text-align: center;
  padding: 3px 5px;
  position: relative;
}

.case-label p {
  color: #fff;
  line-height: 1.1;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 0 !important;
  margin-bottom: 0px !important;
}

.speechbubble {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #06487a;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #06487a;
}

.speechbubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #06487a transparent transparent;
  translate: -50% 100%;
}

.speechbubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 7.8px 0 7.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.speechbubble p {
  color: #06487a;
  font-size: 14px !important;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -1px;
  padding: 0;
  margin-bottom: 0 !important;
}

.benefits-box02 p.tm-text {
  font-size: 10px !important;
  padding: 5px;
  margin: 10px 0 0;
  text-align: left;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .benefits-flexbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-items: stretch;
  }

  .benefits-flexbox_sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .benefits-flexbox {
    display: none;
  }

  .benefits-flexbox_sp {
    display: block;
  }

  .benefits-box01,
  .benefits-box02 {
    border-right: initial;
  }

  .benefits-box01,
  .benefits-box02,
  .benefits-box03 {
    padding-top: 0;
    padding-bottom: 30px;
    width: 100%;
    height: 310px;
    justify-content: space-around;
  }

  .case-label {
    margin-bottom: 15px !important;
  }

  .benefits-box01 p.case-text,
  .benefits-box02 p.case-text,
  .benefits-box03 p.case-text {
    margin-bottom: 10px !important;
  }

  .speechbubble {
    padding: 5px 10px;
    margin-bottom: 15px;
  }
}

/* slider */
.slider {
  margin: 0 auto 30px;
  padding-left: 0;
  width: 100%;
  display: block;
}

.slider-box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: center;
  width: 100%;
}

.slider-box p {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
}

.slick-active {
  font-size: 15px;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.slide-arrow::before {
  display: block;
  color: #0082c5;
}

.l-hojin-feature .slide-arrow::before {
  color: #93bcba;
}

.next-arrow {
  transition: .3s;
  right: 0;
}

.prev-arrow {
  left: 0;
  transition: .3s;
}

.next-arrow::before {
  border-top: 2px solid #4c6d98;
  border-right: 2px solid #4c6d98;
  transform: rotate(45deg);
}

.prev-arrow::before {
  border-top: 2px solid #0f3877;
  border-left: 2px solid #0f3877;
  transform: rotate(-45deg);
}

.l-hojin-feature .next-arrow::before {
  border-top: 2px solid #0d6965;
  border-right: 2px solid #0d6965;
}

.l-hojin-feature .prev-arrow::before {
  border-top: 2px solid #0d6965;
  border-left: 2px solid #0d6965;
}

.next-arrow::before,
.prev-arrow::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}

.slick-disabled {
  cursor: default;
  opacity: .25;
}

.slider-box-icon {
  margin: 0 auto 20px;
  display: block;
}

.s-box01 .slider-box-icon {
  max-width: 68px;
}

.s-box02 .slider-box-icon {
  max-width: 80px;
}

.s-box03 .slider-box-icon {
  max-width: 76px;
}

.s-box04 .slider-box-icon {
  max-width: 88px;
  margin-left: 35%;
}

.mailflow .s-box04 .slider-box-icon {
  margin-left: 35%;
}

.s-box05 .slider-box-icon {
  max-width: 112px;
  margin-left: 36%;
}

.s-box06 .slider-box-icon {
  max-width: 90px;
}

.l-hojin-feature .s-box03 .slider-box-icon {
  max-width: 88px;
  margin-left: 35%;
}

.l-hojin-feature .s-box04 .slider-box-icon {
  max-width: 112px;
  margin-left: 36%;
}

.l-hojin-feature .s-box05 .slider-box-icon {
  max-width: 69px;
}

.slick-dots {
  width: 100% !important;
  bottom: -5px;
}

@media (min-width: 768px) {
  .slider-box-icon {
    max-width: 150px;
  }

  .slider-box p {
    font-size: 16px;
  }

  .s-box04 .slider-box-icon {
    margin-left: 39%;
  }

  .mailflow .s-box04 .slider-box-icon {
    margin-left: 39%;
  }

  .s-box05 .slider-box-icon {
    margin-left: auto;
  }

  .l-hojin-feature .s-box03 .slider-box-icon {
    margin-left: 38%;
  }

  .l-hojin-feature .s-box04 .slider-box-icon {
    margin-left: 42%;
  }
}

.is-fz-large {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.is-fz-small {
  font-size: 14px;
}

.subtxt-box {
  font-size: 12px;
}

.is-hide {
  display: none;
}

.is-hide~ {
  border-radius: 10px;
}

.is-ta-c {
  text-align: center;
}

@media (min-width: 768px) {
  .subtxt-box {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .is-pc {
    display: none
  }

  .is-sp {
    display: block
  }
}

@media (min-width: 768px) {
  .is-pc {
    display: block
  }

  .is-sp {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .tab-item {
    margin-bottom: -5px;
    font-size: 18px;
  }

  .tab-wrapper input:not(:checked)+.tab-item:hover {
    background-color: #d6e6f3;
  }

  .flow-title {
    font-size: 30px;
  }

  /* slide */
  .slider {
    width: 70%;
  }

  .next-arrow:not(.slick-disabled):hover {
    right: 5px;
  }

  .prev-arrow:not(.slick-disabled):hover {
    left: 5px;
  }

  /* campaign */
  .banner-slick .next-arrow {
    right: 30px;
  }

  .banner-slick .prev-arrow {
    left: 30px;
  }

  .banner-slick .next-arrow:not(.slick-disabled):hover {
    right: 26px;
  }

  .banner-slick .prev-arrow:not(.slick-disabled):hover {
    left: 26px;
  }

  .is-fz-large {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style2.css.map */
