/*===========================
@charset "UTF-8";
reset
===========================*/
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;
}

main {
  display: block;
}

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

fieldset,
img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  border: none;
  outline: none;
}

abbr,
acronym {
  border: 0;
}

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

input,
textarea {
  appearance: none;
  border: 0;
  outline: none;
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="submit"], input[type="button"] {
  cursor: pointer;
}

textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

a {
  outline: none;
}

figure {
  line-height: 0;
}

/*===========================
base
===========================*/
body {
  color: #232f3e;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  word-wrap: break-word;
  /* background-image: linear-gradient(  to right , #232f3e 0% , #232f3e 10% , #254d7e 50% , #232f3e 90% , #232f3e 100% ); */
  background-size: 100% auto;
  letter-spacing: 1px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #008dec;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
}

.target__link a {
  color: #0c4bc1;
  text-decoration: underline;
}

a.blank__link_blue:after {
  background-image: url(/promotion/corp/bizonecp/images/ico_blank_blue.png?ver=20250321);
}

a.blank__link:after {
  width: 10px;
  height: 14px;
  background-image: url(/promotion/corp/bizonecp/images/ico_blank_blue.png?ver=20250321);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  display: inline-block;
  margin-left: 6px;
  content: "";
  vertical-align: middle;
}

.pageWrap {
  overflow: hidden;
}

.pageWrap.is-fixed {
  position: fixed;
  width: 100%;
}

.contents .section:first-child {
  padding-top: 30px;
}

.section_inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.section_inner .inner {
  margin-top: 32px;
  padding: 40px 22px;
}

.section_inner .inner .unit-bnr:first-of-type::after {
  content: none !important;
}

.cardsunder_area .section_inner {
  max-width: 700px;
}

.fs_s {
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.section.bg_blue, .section.bg_yellow {
  padding-bottom: 50px;
  margin-bottom: 60px;
  padding-top: 0px;
}

.cp_img {
  text-align: center;
}

.cp_img img {
  margin: 0 auto;
}

.modal_open_img {
  padding: 20px;
  max-width: 475px;
  margin: 0 auto;
}



@media screen and (min-width: 700px) {
  .section_inner .inner {
    padding: 60px;
  }
  .section_inner .inner .unit-bnr:first-of-type::after {
    content: none !important;
    max-width: 900px;
  }
}

/* common ------------------*/
ul.notes {
  padding-left: 1.2em;
  font-size: 12px;
  line-height: 1.2rem;
}

table ul.notes {
  padding-top: 10px;
  padding-bottom: 0px;
}

ul.notes li {
  text-indent: -1em;
  list-style-type: none;
  padding-bottom: 10px;
}

ul.notes li:last-child {
  padding-bottom: 0px;
}

ul.notes li:before {
  content: "※";
}

.txtAC {
  text-align: center;
}

.mb0 {
  margin-bottom: 0px !important;
}

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

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.text_bold {
  font-weight: bold;
}

.benefits_area {
  padding-left: 10px;
  padding-right: 10px;
  margin: 22px 0;
}

.benefits_area.text_bold {
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: 0.05rem;
}

.benefits_area span {
  font-size: 38px;
}

.benefits_area .notes {
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .benefits_area.text_bold {
    padding-bottom: 0;
    font-size: 18px;
    letter-spacing: 0.01rem;
  }
}

@media screen and (max-width: 768px) {
  .benefits_area span {
    font-size: 24px;
  }
}

.img_header {
  padding-top: 30px;
}

.ovy_h {
  overflow-y: hidden;
}

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

@media screen and (max-width: 700px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .img_header {
    padding-top: 20px;
  }
  .img_header img {
    width: 100%;
  }
  .benefits_area.text_bold {
    font-size: 16px;
  }
  .text-center--pc {
    text-align: left;
  }
}

/*link*/
.link_anchor a {
  display: inline-block;
  text-decoration: none;
  color: #333;
}

.link_anchor a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  content: "";
  border-bottom: solid #333 1px;
  border-right: solid #333 1px;
  position: relative;
  top: -3px;
}

.link_blank {
  text-decoration: none;
  color: #008dec;
}

.link_blank a:after {
  width: 10px;
  height: 14px;
  background-image: url(/promotion/corp/bizonecp/images/icon_blank-blue.png?ver=20250321);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  display: inline-block;
  margin-left: 6px;
  content: "";
  vertical-align: middle;
}

/* footer ------------------*/
.footer {
  background: #222;
  letter-spacing: 0;
  padding-bottom: 135px;
}

.footer__inner {
  position: relative;
}

.footer__item {
  line-height: 1;
}

.footer__item a {
  color: #fff;
  font-size: 13px;
}

.footer__item a:hover {
  opacity: 0.5;
}

.footer__info {
  line-height: 1;
}

.footer__logo img {
  height: 16px;
  width: 59px;
}

.footer__copy {
  color: #fff;
  font-size: 13px;
}

.footer__pagetop a {
  text-indent: -9999px;
}

.footer__pagetop a span {
  display: block;
  height: 48px;
  width: 48px;
  background: url("/promotion/corp/bizonecp/images/ico_pagetop.png?ver=20250321") no-repeat 50% 50%;
  background-size: 24px 24px;
}

.footer__pagetop a:hover span {
  opacity: 0.5;
}

.footer__list a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  content: "";
  border-bottom: solid #fff 2px;
  border-right: solid #fff 2px;
  position: relative;
  top: -1px;
}

@media print, screen and (min-width: 701px) {
  .cv-wrapper .footer {
    padding-bottom: 120px;
  }
  .footer__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 14px 3px;
  }
  .footer__item a {
    font-size: 13px;
  }
  .footer__item + .footer__item {
    margin-left: 30px;
  }
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .footer__copy {
    margin-left: 24px;
  }
  .footer__pagetop {
    position: absolute;
    right: -12px;
    top: 23px;
  }
  .footer__pagetop a {
    height: 48px;
    width: 48px;
  }
  .footer__pagetop a span {
    display: block;
    height: 48px;
    width: 48px;
    background-size: 24px 24px;
  }
}

@media screen and (max-width: 700px) {
  .footer {
    letter-spacing: 0;
    padding-bottom: 105px;
  }
  .cv-wrapper .footer {
    padding-bottom: 25%;
  }
  .footer__inner {
    padding: 24px 20px;
  }
  .footer__item + .footer__item {
    margin-top: 18px;
  }
  .footer__info {
    margin-top: 35px;
  }
  .footer__copy {
    margin-top: 12px;
  }
  .footer__pagetop:after {
    clear: both;
    content: "";
    display: block;
  }
  .footer__pagetop a {
    float: right;
  }
  .footer__pagetop a span {
    display: block;
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
  }
}

/* fixedMovePageTop ------------------*/
#fixedMovePageTop {
  position: fixed;
  display: none;
  z-index: 4;
}

#fixedMovePageTop a {
  display: block;
  opacity: 0;
  height: 0;
  animation: fadeOut 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation: fadeOut 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#fixedMovePageTop a span {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  /* background-image: url("/promotion/corp/bizonecp/images/ico_fixedpagetop.png?ver=20250321"); */
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}

#fixedMovePageTop a:hover span {
  /* background-image: url("/promotion/corp/bizonecp/images/ico_fixedpagetop-hover.png?ver=20250321"); */
}

#fixedMovePageTop.fixed a {
  opacity: 1;
  animation: fadeIn 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation: fadeIn 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    height: 0;
  }
  1% {
    opacity: 0;
    height: auto;
  }
  100% {
    opacity: 1;
    height: auto;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    height: auto;
  }
  99% {
    opacity: 0;
    height: auto;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}

/* header ------------------------*/
#header a {
  color: #000;
}

#header input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

#header #header__attention {
  display: none;
}

#header #header__logo p,
#header #header__logo #contents__header__nav__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#header #header__logo #header__logo--tagline {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: left top;
}

@media screen and (min-width: 701px) {
  #header #header__logo {
    position: absolute;
	top: 22px;
    left: 4px;
  }
  #header #header__logo img {
    display: block;
    width: 58px;
    height: 44px;
  }
  #header #header__outer {
    background: #f8f8f8;
    position: relative;
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 88px;
    -webkit-transition: height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #header #header__inner {
    position: relative;
    width: 100%;
    max-width: 984px;
    height: 88px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 700px) {
  #header {
    height: 65px;
    position: relative;
  }
  #header #header__logo {
    background: #f8f8f8;
    position: absolute;
    width: 100%;
    height: 65px;
  }
  #header #header__logo #header__logo--tagline {
    display: none;
  }
  #header #header__logo img {
    position: absolute;
	top: 11px;
    left: 14px;
    width: 58px;
    height: auto;
  }
  .hideMyjcbLogin #header {
    min-height: 0;
  }
  #header #header__outer {
    position: relative;
    z-index: 3;
  }
  #header #header__inner {
    position: relative;
  }
  #header #header__main {
    z-index: 1;
    padding-top: 44px;
  }
  #header #header__main #header__main__outer {
    overflow: hidden;
    width: 100%;
  }
}

/* mainVisual*/
.mainVisual {
  position: relative;
}

.mainVisual::before {
  content: "";
  background-position: right top;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  /* background-image: url(/promotion/corp/bizonecp/images/bg_kv2.svg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0.8;
}

  

@media screen and (max-width: 768px) {
  .mainVisual::before {
    width: 100%;
    height: 130%;
    top: -28%;
    right: 0;
  }
}

.mainVisual__inner {
  padding: 0;
  position: relative;
  z-index: 2;
  background: #ffffff;
}

.mainVisual .pc_only {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
}

.mainVisual__unit {
  background-image: url(/promotion/corp/bizonecp/images/bg_top.jpg?ver=20250321);
}

@media screen and (max-width: 768px) {
  .mainVisual__unit {
    background: #ffffff;
  }
}

.mainVisual__unit img {
  position: relative;
  z-index: 1;
}

.mainVisual__unit p {
  text-align: center;
}

.mainVisual__pc img {
  width: 75%;
  max-width: 1000px;
}

/* kv filter */
.kv_filter {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
.filter_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  display: block;
  color: #FFF;
  font-size: 30px;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .filter_txt {
    font-size: 6.28vw;
  }
}

/* kv illust */
.kv-illust {
  position: relative;
  margin: auto;
  max-width: 980px;
}

.kv-illust img {
  position: absolute;
  z-index: 1;
}

#illust-present {
  left: -21%;
  bottom: 50px;
  width: 26%;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}

#illust-present2 {
  right: -27%;
  bottom: 390px;
  width: 44%;
}

.illust-present3.pc_only {
  right: -19%;
  bottom: 100px;
  width: 370px;
}

.illust-present3.sp_only {
  right: -10vw;
  bottom: 160px;
  width: 40vw;
}

#illust-leaf {
  left: -6%;
  bottom: 450px;
  width: 18%;
}

.illust-leaf2.pc_only {
  left: -60px;
  bottom: -61px;
  width: 100px;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}

.illust-leaf2.sp_only {
  left: 3vw;
  bottom: -42px;
  width: 12vw;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}

.sec02 {
  font-size: 20px;
  line-height: 1.7;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .sec02 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    padding: 40px 12px;
  }
}

/* end media */
.headline {
  color: #232f3e;
  display: block;
  font-size: 40px;
  font-weight: bold;
  /* padding: 0.15em 1.5em 0; */
  text-align: center;
}

@media screen and (max-width: 768px) {
  .headline {
    font-size: 26px;
    padding-top: 0;
  }
}

/* end media */
.headline-s {
  display: inline-block;
  padding: 0.25rem 3.5rem 0;
}

.m-card {
  background: #fff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 20px 50px;
  position: relative;
  margin: 20px auto 0;
  max-width: 950px;
  min-height: 90px;
}

@media screen and (max-width: 768px) {
  .m-card {
    padding: 20px 16px;
  }
}

/* end media */
.m-card-steps {
  margin-top: 30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .m-card-steps {
    width: 90%;
  }
}

/* end media */
.m-card-steps-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .m-card-steps-inner {
    padding: 0 20px;
  }
}

/* end media */
.m-card-icon-step {
  border-radius: 6px;
  display: block;
  margin: auto;
  padding: 5px 0;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .m-card-icon-step {
    width: 60px;
  }
}

/* end media */
/*不要？*/
.txt-link {
  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;
}

.txt-link img {
  margin-left: 0.5rem;
}

.m-number-icon {
  background: #fff;
  border-radius: 100%;
  color: #ff9f00;
  display: inline-block;
  height: 1.4em;
  margin-bottom: 4px;
  margin-left: 6px;
  vertical-align: middle;
  width: 1.4em;
}

.m-number-icon > i {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -2px;
}

.m-content-list {
  border-radius: 6px;
  margin: 30px auto 0;
  overflow: hidden;
  max-width: 850px;
}

.m-content-list-item {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.m-content-list-item:nth-of-type(2n) {
  background: #e4f0f8;
}

.m-content-list-item > .headline {
  font-size: 32px;
}

.m-content-list-item > .headline ~ * {
  margin-top: 20px !important;
}

@media screen and (max-width: 768px) {
  .m-content-list-item {
    padding: 20px !important;
  }
}

/* end media */
@media screen and (max-width: 768px) {
  .m-content-list-item > .headline {
    font-size: 20px;
  }
}

/* end media */
@media screen and (min-width: 768px) {
  .m-content-list-item > .headline {
    font-size: 26px;
    padding-left: 0;
    text-align: left;
  }
}

/* end media */
.m-listhead-circle::before {
  color: #06487a;
  content: "●";
  display: inline-block;
  font-size: 70%;
  margin-right: 0.1rem;
  vertical-align: middle;
}

.m-mini-table dt {
  background: #dfe7e9;
  border-radius: 11px 11px 0 0;
  font-size: 16px;
  padding: 8px 0;
}

.m-mini-table dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px;
}

@media screen and (max-width: 768px) {
  .m-mini-table dd {
    padding: 20px 30px;
  }
}

/* end media */
.m-content-list-item:nth-of-type(2n-1) .m-mini-table dd {
  background: #e9f2f4;
}

.m-content-list-item:nth-of-type(2n) .m-mini-table dd {
  background: #fff;
}

.m-2col-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .m-2col-pc > * {
    width: 50%;
  }
}

/* end media */
@media screen and (max-width: 768px) {
  .m-1col-sp > * {
    width: 100%;
  }
}

/* end media */
.sec03 {
  padding: 3rem 20px 1rem;
}

.sec03 .box {
  max-width: 830px;
  padding: 50px 0 40px;
}

.sec04 {
  position: relative;
  padding: 6rem 0 0;
}

.sec05 {
  padding: 50px 0;
}

.sec05 h2 {
  margin: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .sec06 {
    padding: 40px 12px;
  }
}

.sec06 {
  padding: 4rem 0 12rem;
  background-color: #f6f6f6;
  background-image: linear-gradient(160deg, #fdf5ee, #ffd9d2);
}

@media screen and (max-width: 768px) {
  .sec06 {
    padding: 4rem 0 8rem;
  }
}

.sec07 {
  padding: 30px 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .sec06 {
    padding: 40px 12px;
  }
}

/* Table ------------------*/
table.typeA {
  margin-bottom: 10px;
}

table.typeA thead th > p {
  color: #fff;
  text-align: center;
}

table.typeA tbody p {
  font-size: 14px;
}

table.typeA th {
  font-weight: bold;
  border-width: 0px 0px 0px 1px;
  width: 30%;
  padding: 20px 20px;
}

table.typeA th > p {
  text-align: center;
}

table.typeA tr > * {
  padding: 20px 20px;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table.typeA td {
  background: #fff;
  width: 70%;
}

table.typeA td p {
  margin: 0;
}

table.typeA td p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 700px) {
  table.typeA {
    border-bottom: 1px solid #d9d9d9;
  }
  table.typeA tr > * {
    width: 100%;
  }
  table.typeA tbody th {
    padding: 12px 20px;
  }
}

/*benefit detail*/
.benefits_details h2 {
  margin-bottom: 27px;
  font-size: 32px;
  color: #333;
}

.benefits_icon {
  text-align: center;
  width: 64px;
  margin: 0 auto;
  background-color: #e57b00;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 20px;
  margin-bottom: 5px;
}

p.benefits_header {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 14px;
  line-height: 49px;
}

p.ribbon {
  font-weight: bold;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 20px;
  max-width: 560px;
}

p.ribbon::before, p.ribbon::after {
  content: "";
  border-style: solid;
  position: absolute;
}

p.ribbon::before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
}

p.ribbon::after {
  right: 0;
  top: 0;
  border-color: transparent #fff transparent transparent;
  border-width: 20px 15px 20px 0px;
}

p.ribbon + p {
  font-size: 14px;
}

p.ribbon__green {
  background: #85c8b1;
  color: #fff;
}

p.ribbon__orange {
  color: #96000b;
  border-bottom: 3px dashed #96000b;
  letter-spacing: 0.1rem;
}

p.ribbon__brown {
  background: #353230;
  color: #fff;
  width: calc(100% - 80px);
  letter-spacing: 0.1rem;
}

p.ribbon__brown span {
  font-size: 20px;
  padding-left: 4px;
}


.heading{
  font-weight: bold;
  margin-top: 16px;
  display: block;
}

.font_red{
  color: red;
}



.description span:first-of-type {
  margin-top: 0;
}

p.dashed {
  color: #333;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.2rem;
  padding-bottom: 20px;
  margin-bottom: 34px;
  line-height: 1.5;
  text-align: center;
  border-bottom: dashed 2px #333;
}


@media screen and (max-width: 768px) {
  p.dashed {
    text-align: center;
    border-bottom: dashed 2px #333;
    font-size: 18px;
  }
}

.details__image {
  max-width: 260px;
  margin: 15px auto;
}

.benefits_details > .section_inner > .notes {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 700px) {
  .benefits_icon {
    width: 58px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .benefits_details h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  p.benefits_header {
    font-size: 28px;
    margin-bottom: 5px;
    line-height: 36px;
    font-size: 28px;
  }
  .benefits_details > .section_inner > .notes {
    width: 100%;
    padding-top: 0px;
  }
}

.box {
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), inset 0px 4px 4px 0px white;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1), inset 0px 4px 4px 0px white;
  background: url(/promotion/corp/bizonecp/images/bg_texture.jpg?ver=20250321);
}

.unit-bnr {
  padding: 24px 16px;
  position: relative;
}

.unit-bnr p.icon {
  max-width: 280px;
  margin: 0 auto 12px;
}

@media screen and (min-width: 700px) {
  .heading {
    font-size: 16px;
  }
  .title_steps {
    margin-top: 0;
    padding: 60px 0 20px;
  }
  .box-column2 {
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .box-column2 .inner {
    width: calc(50% - 24px);
  }
  .box-column2 .unit-bnr:first-of-type::before, .box-column2 .unit-bnr:first-of-type::after {
    content: none;
  }
  .box-column2 + .unit-bnr {
    width: calc(100% - 60px);
    max-width: 830px;
    margin: 70px auto 0;
  }
  p.ribbon {
    max-width: 100%;
    font-size: 22px;
    margin-bottom: 40px;
    letter-spacing: 0.05rem;
  }
  p.ribbon + p {
    font-size: 16px;
  }
}

/* end media */
.small {
  font-size: 14px !important;
  margin-top: 2rem;
}

.benefits {
  position: relative;
  display: inline-block;
  margin: 1em auto;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #f68a70;
  text-align: center;
  border-radius: 4px;
  letter-spacing: 0.05rem;
}

.benefits::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #f68a70;
}

.benefits p {
  margin: 0;
  padding: 0;
}

.benefits02 {
  position: relative;
  display: inline-block;
  margin: 1em auto;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #ea9c76;
  font-size: 18px;
  font-weight: bold;
  background: #fffdec;
  text-align: center;
  border-radius: 4px;
  letter-spacing: 0.05rem;
}

.benefits02::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #fffdec;
}

.benefits02 p {
  margin: 0;
  padding: 0;
}

/* about_cards ------------------*/
.about_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about_cards + .caption {
  text-align: center;
}

.about_cardsItem {
  width: 351px;
  max-width: 32%;
  text-align: center;
}

.about_cardsItem:hover {
  opacity: 0.7;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.about_cardsItem--g,
.about_cardsItem--p {
  margin-right: 0;
  margin-left: 10px;
}

.anchor_link .about_cardsItem {
  width: 351px;
  max-width: 351px;
}

.anchor_link a::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  content: "";
  border-bottom: solid #fff 1px;
  border-right: solid #fff 1px;
  position: relative;
  top: -3px;
}

.about_btn {
  text-align: center;
  position: relative;
  height: 60px;
  margin-top: 0;
  font-size: 1.1rem;
  letter-spacing: 0;
  font-weight: bold;
  border-radius: 31px;
  color: #fff;
  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;
}

.about_btn span {
  position: relative;
  z-index: 3;
}

.about_btn--w {
  margin-right: 3px;
  margin-left: 7px;
  background: -webkit-gradient(linear, left top, left bottom, from(#162253), to(#737a97));
  background: linear-gradient(to bottom, #162253 0%, #737a97 100%);
}

.about_btn--l {
  margin-right: 7px;
  margin-left: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eb4668), to(#f38fa4));
  background: linear-gradient(to bottom, #eb4668 0%, #f38fa4 100%);
}

.about_btn--orange {
  margin-right: 7px;
  margin-left: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e57a00), to(#f59700));
  background: linear-gradient(to bottom, #e57a00 0%, #f59700 100%);
}

.about_btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 31px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

@media screen and (max-width: 700px) {
  .about_cardsItem {
    max-width: 349px;
  }
  .about_cardsItem--w {
    margin-left: -7px;
  }
  .about_cardsItem--l {
    margin-right: -7px;
  }
  .about_cardsItem--n,
  .about_cardsItem--g {
    margin-bottom: 20px;
  }
  .about_btn {
    height: 45px;
    margin-top: 5px;
    text-align: center;
    line-height: 1.5;
    font-size: 0.9rem;
    border-radius: 23px;
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 700px) and (max-width: 374px) {
  .about_btn {
    font-size: 0.6rem;
  }
}

/* about_cards ------------------*/
.about_cards--three h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.about_cards--three ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 700px) {
  .about_cards--three h3 {
    font-size: 14px;
  }
  .about_cards--three .about_cardsItem {
    width: 48%;
    text-align: center;
  }
}

/* caution list  ------------------*/
ul.caution_list {
  font-size: 14px;
  /*margin-bottom: 20px;*/
}

ul.caution_list li {
  padding-left: 1.2em;
  list-style-type: none;
  position: relative;
}

ul.caution_list li:before {
  top: 8px;
  width: 7px;
  height: 7px;
  content: "";
  left: 0px;
  position: absolute;
  background-color: #0c4bc1;
  border-radius: 51%;
}

p.caution {
  color: #ff5d00;
  font-size: 14px;
}

@media screen and (min-width: 700px) {
  p.caution {
    padding-left: 40px;
  }
}

/* contact  ------------------*/
.contact_ttl {
  padding: 15px 20px;
  font-size: 1.4rem;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background-color: #dcdcdc;
  text-align: center;
}

.yuie .contact_ttl {
  padding-top: calc(15px + 0.4em);
}

.contact_inner {
  margin-bottom: 15px;
  padding: 20px 24px 40px;
  border-radius: 0 0 10px 10px;
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  border-left: solid 1px #dcdcdc;
}

.contact_subTtl {
  width: 310px;
  height: 38px;
  margin: 0 auto 10px;
  padding-top: 1px;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: bold;
  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;
  margin-bottom: 13px;
  color: #fff;
  background-color: #1687bf;
}

.yuie .contact_subTtl {
  padding: 4px 0 0;
}

.contact_freeDial {
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 2.6rem;
  text-align: center;
}

.contact_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4%;
}

.contact_list {
  margin-right: 4%;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
}

.contact_list:nth-of-type(2) {
  -ms-flex-preferred-size: calc(220px + 4%);
  flex-basis: calc(220px + 4%);
}

.contact_list:nth-of-type(3) {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.contact_list + .contact_list {
  margin-top: 0;
  padding-top: 0;
  padding-left: 4%;
  border-top: 0;
  border-left: solid 1px #dcdcdc;
}

.contact_listTtl {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0em;
  padding-left: 0.8em;
  line-height: 1.8em;
}

.contact_listTtl::before {
  top: 9px;
  width: 8px;
  content: "";
  left: 0px;
  position: absolute;
  height: 8px;
  background-color: #1687bf;
  border-radius: 51%;
}

.contact_listTxt {
  font-size: 0.8rem;
  padding-left: 0.5rem;
}

.contact_listTxt strong {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 1.1rem;
}

.contact_listTxt sub {
  font-size: 0.8rem;
  vertical-align: 0.3rem;
}

.contact_jcb {
  text-align: center;
  font-size: 0.9rem;
}

strong.contact_dial {
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .contact_ttl {
    padding: 10px 20px;
    /* font-size: 1.6rem; */
    font-weight: bold;
    border-radius: 15px 15px 0 0;
  }
  .yuie .contact_ttl {
    padding-top: calc(10px + 0.4em);
  }
  .contact_inner {
    margin-bottom: 7px;
    padding: 20px 24px;
    border-radius: 0 0 15px 15px;
  }
  .contact_subTtl {
    height: 25px;
    margin-bottom: 13px;
    padding-top: 1px;
    border-radius: 13px;
    font-size: 0.8rem;
    font-weight: bold;
    width: 100%;
    max-width: 260px;
  }
  .contact_row {
    display: block;
    margin-right: -4%;
  }
  .contact_list + .contact_list {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    border-top: 0;
    border-left: none;
  }
  .contact_list:nth-of-type(2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #dcdcdc;
  }
  .contact_list:nth-of-type(3) {
    margin-top: 10px;
  }
  .contact_freeDial {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .contact_listTtl {
    position: relative;
    margin-bottom: 5px;
    font-size: 0.9em;
    letter-spacing: 0;
    padding-left: 0.8em;
  }
  .contact_listTxt + .contact_listTtl {
    margin-top: 15px;
  }
  .contact_listTtl::before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
  .contact_listTxt {
    padding-left: 0.8rem;
  }
  .contact_listTxt strong {
    font-size: 0.9rem;
  }
  .contact_listTxt sub {
    font-size: 0.9rem;
    font-weight: normal;
    vertical-align: 0.2rem;
  }
  .contact_jcb {
    font-size: 0.8rem;
    text-align: center;
  }
  strong.contact_dial {
    font-size: 2.3rem;
  }
}

/* contact  ------------------*/
.campaign_fixed_area {
  display: none;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  padding: 20px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.campaign_fixed_area.is_floating {
  position: fixed;
  -webkit-box-shadow: 0px -1px 5px grey;
  box-shadow: 0px -1px 5px grey;
  background: rgba(250, 250, 250, 0.9);
}

.campaign_fixed_area .about_cards {
  margin: 5px 0;
}

.campaign_fixed_area > p {
  text-align: center;
}

.orange dd {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.orange dd img {
  max-width: 100%;
}

.orange dd p {
  text-align: center;
}

.orange dd p > span {
  color: #ff7800;
}

.orange dd p > span > span {
  font-size: 24px;
}

.orange dd .campaignArea_month {
  width: 100%;
  margin: 0 auto;
}

.campaignArea-notes {
  font-size: 12px !important;
  font-weight: normal;
}

@media screen and (max-width: 700px) {
  .is_floating {
    padding: 10px 10px;
  }
}

@media screen and (min-width: 700px) {
  .campaign_area dd .campaignArea_month {
    max-width: 600px;
  }
  .campaign_area dd p {
    font-size: 14px;
    text-align: left;
  }
  .campaign_area p > span > span {
    font-size: 40px;
  }
}

/* contact  ------------------*/
.contact_area_os--h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.contact_area_os--text {
  margin-bottom: 10px;
}

/* modal  ------------------*/
.modal_open {
  display: block;
}

.modal_open:hover {
  opacity: 0.8;
  cursor: pointer;
}

.modal_active {
  position: fixed;
  width: 100%;
}

.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 80%;
  height: 80%;
  max-width: 652px;
  margin: 0;
  border: 1px solid #aaa;
  text-align: center;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal_contents {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 40px;
}

.modal_contents > * {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.modal_contents hr {
  border-top: 1px solid #cecece;
  width: 486px;
  padding: 0px;
  margin: 10px auto;
}

.modal_close_icon {
  position: absolute;
  top: 1%;
  right: 1%;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 46px;
  color: #000;
  line-height: 62px;
  text-align: center;
}

.modal_close_icon span::before, .modal_close_icon span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 5%;
  margin: -8% 0 0 -42%;
  background: #fff;
}

.modal_close_icon span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal_close_icon span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.1);
}

.link_area {
  overflow: hidden;
  max-width: 410px;
  margin: 60px auto 0;
  text-align: center;
}

.link_area .modal_link {
  display: inline;
}

.modal_header {
  background: -webkit-gradient(linear, left top, left bottom, from(#e57b00), to(#06487a));
  background: linear-gradient(#e57b00, #06487a);
}

.modal_header h2 {
  text-align: center;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
  line-height: 1.5em;
  font-size: 22px;
}

.modal_header h2 span {
  font-size: 16px;
}

.modal_bold {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}

.img_amazon_partner img {
  max-width: 176px;
}

.img_amazon_okidoki {
  display: block;
  margin: 0 auto;
}

.img_amazon_okidoki img {
  max-width: 311px;
}

.orange_check_list {
  line-height: 1.7em;
  text-align: left;
  padding: 20px 0px 40px;
  width: 476px;
  margin: 0 auto;
}

.orange_check_list dt {
  font-size: 16px;
  padding-left: 1.3em;
  position: relative;
  font-weight: bold;
  text-align: left;
  padding-bottom: 8px;
  width: 476px;
}

.orange_check_list dt::before, .orange_check_list dt::after {
  position: absolute;
  content: "";
  display: block;
  background: #06487a;
  top: 0.2em;
  left: 0.4em;
  height: 15px;
  width: 3px;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.orange_check_list dt::before {
  top: 0.6em;
  left: -0.1em;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.orange_check_list dd {
  padding-left: 1.4em;
  line-height: 22px;
  font-size: 16px;
}

.modal_notes {
  background-color: #f4f4f4;
}

ul.modal_notes {
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  padding: 20px 30px 20px 40px;
  line-height: 20px;
}

ul.modal_notes li {
  text-indent: -1em;
  list-style-type: none;
  width: 476px;
  margin: 0 auto;
}

ul.modal_notes li:before {
  content: "※";
}

.modal_close {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  padding-left: 0.5em;
}

.modal_close a {
  color: #333;
}

.modal_close ::before,
.modal_close ::after {
  display: block;
  content: "";
  position: absolute;
  top: 45.5%;
  left: 24%;
  width: 23%;
  height: 2%;
  margin: -8% 0 0 -42%;
  background: #333;
}

.modal_close ::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal_close ::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 700px) {
  .modal_box {
    border: none;
    height: 100%;
    width: 100%;
  }
  .modal_close_icon {
    width: 30px;
    line-height: 40px;
    font-size: 30px;
    top: 2%;
    right: 2%;
  }
  .modal_contents {
    padding-top: 30px;
  }
  .modal_contents hr {
    width: auto;
    margin: 10px 20px;
  }
  ul.modal_notes li {
    width: auto;
  }
  .orange_check_list {
    width: auto;
    padding: 20px 40px 30px;
  }
  .modal_bg {
    background-color: white;
  }
}

/*Benefits area*/
.campaign_img_area {
  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;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.campaign_img_area--img {
  position: relative;
}

.campaign_img_area--link {
  position: absolute;
  left: 68px;
  bottom: 30px;
}

.campaign_img_area--link a {
  text-decoration: underline;
  color: #000;
  position: relative;
  text-indent: -1em;
}

.campaign_img_area--link a::before {
  content: "窶ｻ";
  position: absolute;
}

@media screen and (max-width: 700px) {
  .campaign_img_area--link {
    padding-left: 10px;
    margin: 0 16px;
    font-size: 12px;
    left: 0;
    bottom: 30px;
  }
}

.benefits01 {
  width: 652px;
  position: relative;
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.benefits01 .put_img01 {
  max-width: 94px;
  top: 20.5%;
  right: 3%;
  position: absolute;
  width: 20%;
}

.benefits01 .put_img02 {
  max-width: 94px;
  top: 44.4%;
  right: 3%;
  position: absolute;
  width: 20%;
}

.benefits01 .put_img03 {
  max-width: 94px;
  top: 68.1%;
  right: 3%;
  position: absolute;
  width: 20%;
}

.benefits01 .put_img04 {
  max-width: 94px;
  top: 73.9%;
  right: 8%;
  position: absolute;
  width: 20%;
}

.benefits_img {
  margin: 0;
  max-width: 100%;
}

.benefits_img > p {
  text-align: center;
}

.benefits_area.notes {
  max-width: 773px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
}

.benefits_area.text_bold {
  text-align: center;
}

.img-border {
  border: solid 1px #ccc;
}

@media screen and (max-width: 700px) {
  .benefits01 {
    width: 337px;
    position: relative;
    padding-bottom: 12px;
  }
  .benefits01 .put_img01 {
    max-width: 68px;
    top: 21%;
    right: 4%;
  }
  .benefits01 .put_img02 {
    max-width: 68px;
    top: 45.4%;
    right: 4%;
  }
  .benefits01 .put_img03 {
    max-width: 68px;
    top: 68.9%;
    right: 4%;
  }
  .benefits01 .put_img04 {
    max-width: 68px;
    top: 72.4%;
    right: 4%;
  }
  .benefits_img > p {
    text-align: left;
  }
  .campaign_img_area {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .plus_img {
    margin: -20px auto;
    padding-top: 0px;
    width: 20%;
  }
  .benefits_img {
    margin: 0 auto;
    max-width: 100%;
  }
  .benefits_area.notes {
    max-width: 337px;
    text-align: left;
    font-size: 12px;
  }
}

/*animation*/
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.fadein_active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* 201201霑ｽ蜉�蛻� */
.benefits_button {
  margin: 0 auto 20px;
  max-width: 652px;
  width: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a8dd1), to(#6ec9ff));
  background: linear-gradient(to bottom, #1a8dd1 0%, #6ec9ff 100%);
  border-radius: 50px;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.benefits_button:hover {
  opacity: 0.8;
}

.benefits_button a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  font-weight: 900;
  padding: 6px 0;
  width: 100%;
}

.table-small th {
  text-align: center;
  padding: 1px;
  font-size: 12px;
}

.table-small td {
  padding: 1px;
  font-size: 12px;
}

.table-small table {
  width: 100%;
}

@media (min-width: 701px) {
  .table-border-r {
    border-right: solid 1px #0c4bc1;
  }
  .table-border-l {
    border-left: solid 1px #0c4bc1;
  }
}

@media (max-width: 700px) {
  .table-border-r--sp {
    border-right: solid 1px #0c4bc1;
  }
  .table-small {
    border: solid 1px #0c4bc1;
  }
  .table-small tr {
    border-bottom: solid 1px #0c4bc1;
  }
  .table-small th,
  .table-small td {
    display: inline-block;
    width: 48%;
  }
  .table-small tr:last-child {
    border-bottom: none;
  }
  .benefits_button {
    max-width: 420px;
  }
  .benefits_button a {
    padding: 10px 0px;
    font-size: 18px;
    line-height: 24px;
  }
}

.about_cards.about_cards--four {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.about_cards--four .about_cardsItem {
  width: 25%;
  max-width: 25%;
}

.about_cardsItem h3 {
  font-size: 18px;
  font-weight: bold;
}

.phone-img {
  text-align: center;
}

.app-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 458px;
  margin: 0 auto;
}

.app-btn-apple a:hover,
.app-btn-google a:hover {
  opacity: 0.8;
}

.about_cards--four .about_cardsItem--ex {
  margin-left: 10px;
}

.both_decoration {
  display: inline-block;
  position: relative;
  line-height: 1.5;
}

.o-text-center {
  text-align: center;
}

h2 + .o-text-center {
  padding-top: 0;
}

.contact_freeDial a,
.contact_listTxt a {
  color: #333;
}

.caution_list .dot-icon li {
  padding-left: 0.9em;
}

.caution_list .dot-icon li:before {
  top: 10px;
  width: 3px;
  height: 3px;
  content: "";
  left: 0px;
  position: absolute;
  background-color: #333;
  border-radius: 51%;
}

@media (min-width: 701px) {
  .contact_freeDial a[href^="tel:"],
  .contact_listTxt a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (max-width: 700px) {
  .both_decoration:before, .both_decoration:after {
    height: 45px;
  }
  .about_cards.about_cards--four {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_cards--four .about_cardsItem {
    width: 100%;
    max-width: 100%;
  }
  .about_cards--four .about_cardsItem--ex,
  .about_cards--four .about_cardsItem--g,
  .about_cards--four .about_cardsItem--p {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .app-btn {
    max-width: 296px;
  }
  .app-btn-apple,
  .app-btn-google {
    width: 136px;
  }
}

.accordion {
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 0 #d1d1d1;
  box-shadow: 0 1px 0 #d1d1d1;
  background: #fff;
  margin-top: 30px;
  border-radius: 8px;
}

.accordion-label a {
  color: #333;
  display: block;
  padding: 10px 20px;
  padding-right: 40px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.accordion-label a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-label a:hover {
  color: #008dec;
}

.accordion-cont {
  padding: 0 20px 20px 20px !important;
}

.accordion-cont::before {
  content: "";
  display: block;
  border-top: 1px solid #e5e5e5;
}

.accordion-cont h3 {
  text-align: left;
  font-size: 15px;
  margin: 15px 0 10px;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.01rem;
}

.accordion-cont h3 + p {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

/*
.accordion ul {
  margin-left: 40px;
  margin-top: 10px;
}

.accordion ul li {
  padding-left: 0;
  list-style-type: disc;
  text-align: left;
  font-size: 13px;
  font-weight: normal;
} */
.accordion ul li span {
  font-size: 12px;
  line-height: 1.6;
  display: block;
  margin: 4px 0 12px;
}

@media screen and (max-width: 700px) {
  .accordion {
    margin-top: 20px;
  }
  .accordion-label a {
    font-size: 14px;
  }
  .accordion-cont h3 {
    text-align: left;
    font-size: 14px;
    margin: 30px 0 10px;
  }
  .accordion ul {
    margin-left: 20px;
  }
  .accordion ul li {
    font-size: 12px;
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(-18px);
    transform: rotate(0deg) translateY(-18px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(-18px);
    transform: rotate(0deg) translateY(-18px);
  }
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
  padding: 5px;
}

.cardlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cardlist li {
  text-align: center;
  width: 48%;
  padding: 1rem 0;
}

.btn_orange {
  display: inline-block;
  background: #e25e5e;
  padding: 1rem 2rem;
  border-radius: 4px;
  color: #fff;
  margin-top: 1rem;
}

.accordion-area__dl {
  width: 100%;
}

.accordion-area__dl > dt {
  text-align: center;
  width: 100%;
}

.accordion-area__dl > dd {
  margin: 0;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .accordion-area__dl > dt {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .accordion-area__dl > dd {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .accordion-area__dl {
    display: block;
    padding-left: 0;
  }
}

table.type01 {
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border: 1px solid #d5d5d5;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
}

table.type01 td {
  padding: 20px;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

th {
  /* border-top: 1px solid #ffffff; */
  background: #d5d5d5;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
}

th + th {
  border-left: 1px solid #ffffff;
}

.tabItem_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}

.tab {
  list-style: none;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-align: center;
  vertical-align: center;
  line-height: 1.45;
  width: calc(33.33% - 8px);
  background: #81312b;
  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;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: 20px;
}

.tab a {
  text-decoration: none;
  color: #fff;
  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;
  width: 100%;
  height: 100%;
  padding: 12px 0;
}

.tab div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px 6px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/promotion/corp/bizonecp/images/bg_p_orange.jpg?ver=20250321);
}

@media screen and (max-width: 768px) {
  .tab {
    font-size: 14px;
    line-height: 1.4;
    width: calc(33.33% - 4px);
  }
}

.tabItems {
  position: relative;
  padding: 4rem 1rem;
  border-top: none;
  background: #fff;
  background: url(/promotion/corp/bizonecp/images/bg_p_orange.jpg?ver=20250321);
  background-size: 200px;
  -webkit-box-shadow: 0 -10px 10px -5px rgba(170, 158, 123, 0.75);
  box-shadow: 0 -10px 10px -5px rgba(170, 158, 123, 0.75);
}

.tabItems * {
  position: relative;
  z-index: 1;
}

.tabItems::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#c3b58d), color-stop(47%, #f4f2e2), to(#c3b58d));
  background: linear-gradient(to right, #c3b58d 0%, #f4f2e2 47%, #c3b58d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3b58d', endColorstr='#c3b58d',GradientType=1 );
  top: 0;
  left: 0;
}

.tabItems::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url(/promotion/corp/bizonecp/images/blink_01.png?ver=20250321);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 90% auto;
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}

@media screen and (max-width: 768px) {
  .tabItems {
    padding: 2rem 0;
  }
}

@media screen and (max-width: 768px) {
  .tabItems::after {
    background-size: 120% auto;
  }
}

@-webkit-keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

[class^="deco_snow"] {
  position: relative;
}

.deco_snow02::before {
  content: "";
  width: 220px;
  height: 360px;
  left: -140px;
  bottom: -60px;
  display: block;
  position: absolute;
  background: url(/promotion/corp/bizonecp/images/deco_snow2.png?ver=20250321);
  background-size: 220px auto;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-animation: blink2 2s linear infinite;
  animation: blink2 2s linear infinite;
}

@media screen and (max-width: 768px) {
  .deco_snow02::before {
    width: 120px;
    height: 200px;
    left: -50px;
    bottom: -150px;
    background-size: 120px auto;
  }
}

.deco_snow03::before {
  content: "";
  width: 300px;
  height: 500px;
  right: -140px;
  top: 120px;
  display: block;
  position: absolute;
  background: url(/promotion/corp/bizonecp/images/deco_snow3.png?ver=20250321);
  background-size: 300px auto;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}

@media screen and (max-width: 768px) {
  .deco_snow03::before {
    width: 120px;
    height: 200px;
    right: -50px;
    top: -120px;
    background-size: 120px auto;
  }
}

.middle_tab {
  padding: 100px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.middle_tab + .item {
  padding: 60px 0 0;
  position: relative;
  z-index: 1;
}

.middle_tab + .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#f3efe2), color-stop(5%, #b7aa85), color-stop(52%, #b8aa85), color-stop(95%, #b7aa85), to(#f3efe2));
  background: linear-gradient(to right, #f3efe2 0%, #b7aa85 5%, #b8aa85 52%, #b7aa85 95%, #f3efe2 100%);
  top: 0;
  left: 0;
}

.middle_tab .tab {
  width: 28%;
}

.middle_tab .tab:not(:last-of-type) {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .middle_tab + .item {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  .middle_tab .tab {
    width: 30%;
  }
}

.tab.active {
  opacity: 1;
  padding: 12px 16px;
  position: relative;
  padding: 4px 4px 0 4px;
  background: #b8aa85;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#a39673), color-stop(52%, #b8aa85), to(#a39673));
  background: linear-gradient(to right, #a39673 0%, #b8aa85 52%, #a39673 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.tab.active a {
  text-shadow: 0 0 4px #958867;
}

tbody,
tr,
th,
td {
  vertical-align: middle;
}

.card-body {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
  max-width: 1000px;
  margin: 20px auto;
  padding: 40px;
}

.card-nav {
  margin: 30px auto 0;
}

.card-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .card-nav-list{
    justify-content: center;
  }
}

.card-nav-list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 124px;
  background: #ededed;
  border-right: 1px solid #fff;
}

.card-nav-list li a {
  display: block;
  height: 100%;
  text-align: center;
}

.card-nav-list li:last-child {
  border-right: 1px solid #ededed;
}

.card-nav-list .current {
  background: #222222;
}

.card-data {
  margin: 0 auto 30px;
}

.card-data__top {
  padding: 30px 0;
}

.card-data-box-face {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.card-data-box-face-image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 104px;
  width: 440px;
}

.card-data-box-face-name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-data-box-face-name-text p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  color: #505050;
}

.card-data-box-face-name-text .name {
  padding-top: 20px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
}

.card-data-box-face-name-btn {
  padding: 20px 0 0 0;
}

.card-data-box-face-name-notice {
  padding: 25px 0 0 0;
}

.card-data-box-face-name-notice .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.card-data-box-table {
  border-collapse: collapse;
  margin: 77px 0 0 0;
  width: 940px;
}

.card-data-box-table th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  padding: 20px 10px;
  background: #ededed;
  width: 240px;
  text-align: center;
  border-bottom: 1px solid #5d5d5d;
}

.card-data-box-table th p {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}

.card-data-box-table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  padding: 20px 35px;
  width: 700px;
  text-align: left;
  border-bottom: 1px solid #5d5d5d;
}

.card-data-box-table td p {
  font-size: 15px;
  line-height: 1.5;
}

.card-data-box-table td a {
  color: #e41926;
}

.card-data-box-table td a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-right: 2px;
  margin-bottom: 1px;
  background: url("/promotion/corp/bizonecp/images/icon_link_ext_red.png?ver=20250321") 50% 50% no-repeat;
  width: 13px;
  height: 13px;
  vertical-align: -2px;
}

.card-data-box-table td .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.card-data-box-table td .indent-num {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.card-data-box-table tr:first-child th,
.card-data-box-table tr:first-child td {
  border-top: 1px solid #5d5d5d;
}

.databox {
  background: #e9f2f4;
  border: solid #f2efe0;
  margin-bottom: 40px;
}

.card-data-box-top {
  text-align: center;
  font-size: 16px;
  background: #f2efe0;
  padding: 10px 0;
  font-weight: bold;
  color: #353230;
}

.card-data-box-link {
  padding: 40px 0 0 0;
}

.card-data-box-link a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-right: 2px;
  margin-bottom: 1px;
  background: url("/promotion/corp/bizonecp/images/icon_link_ext_red.png?ver=20250321") 50% 50% no-repeat;
  width: 13px;
  height: 13px;
  vertical-align: -2px;
}

@media screen and (max-width: 768px) {
  .card-body {
    padding: 10px;
  }
  .card-nav {
    margin: 0 auto;
    width: 100%;
  }
  .card-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
  }
  .card-nav-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 33%;
  }
  .card-nav-list li:nth-child(3), .card-nav-list li:nth-child(8) {
    border-right: 1px solid #ededed;
  }
  .card-data {
    margin: 0 auto;
  }
  .card-data-box {
    padding: calc(48 / 750 * 100vw) 0 0 0;
  }
  .card-data-box-top {
    text-align: center;
  }
  .card-data-box-top p {
    font-weight: bold;
    font-size: 3.2vw;
    line-height: 1.4;
    color: #505050;
  }
  .card-data-box-face {
    display: block;
  }
  .card-data-box-face-image {
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
  .card-data-box-face-image img {
    margin: 0;
  }
  .card-data-box-face-name {
    display: block;
    text-align: center;
  }
  .card-data-box-face-name-text {
    padding: 0;
  }
  .card-data-box-face-name-text p {
    font-weight: bold;
    font-size: 3vw;
    line-height: 1.4;
    color: #505050;
  }
  .card-data-box-face-name-text .name {
    font-weight: bold;
    font-size: 3.8vw;
    line-height: 1.4;
  }
  .card-data-box-face-name-btn {
    margin: 0;
    width: auto;
  }
  .card-data-box-face-name-notice {
    padding: calc(20 / 750 * 100vw) 0 0 0;
  }
  .card-data-box-face-name-notice p {
    font-size: 2.5vw;
    line-height: 1.4;
  }
  .card-data-box-face-name-notice .indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  .card-data-box-table {
    border-collapse: collapse;
    margin: calc(60 / 750 * 100vw) 0 0 0;
    width: calc(688 / 750 * 100vw);
  }
  .card-data-box-table th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
    padding: calc(20 / 750 * 100vw) calc(10 / 750 * 100vw);
    background: #ededed;
    width: calc(200 / 750 * 100vw);
    text-align: center;
    border-bottom: 1px solid #5d5d5d;
  }
  .card-data-box-table th p {
    font-weight: bold;
    font-size: 2.6vw;
    line-height: 1.4;
  }
  .card-data-box-table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
    padding: calc(20 / 750 * 100vw) calc(35 / 750 * 100vw);
    text-align: left;
    border-bottom: 1px solid #5d5d5d;
  }
  .card-data-box-table td p {
    font-size: 2.6vw;
    line-height: 1.4;
  }
  .card-data-box-table td a {
    color: #e41926;
  }
  .card-data-box-table td a[target="_blank"]::after {
    content: "";
    display: inline-block;
    margin-left: calc(6 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
    margin-bottom: calc(-1 / 750 * 100vw);
    background: url("/promotion/corp/bizonecp/images/icon_link_ext_red.png?ver=20250321") 50% 50% no-repeat;
    background-size: contain;
    width: calc(18 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
  }
  .card-data-box-table td .indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  .card-data-box-table td .indent-num {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .card-data-box-detail {
    margin: calc(40 / 750 * 100vw) 0 0 0;
    padding: calc(22 / 750 * 100vw) calc(30 / 750 * 100vw);
    background: #ffe2ee;
  }
  .card-data-box-detail-text {
    text-align: center;
  }
  .card-data-box-detail-text p {
    font-weight: bold;
    font-size: 3vw;
    line-height: 1.4;
  }
  .card-data-box-detail-btn {
    margin: calc(18 / 750 * 100vw) auto 0 auto;
    width: calc(270 / 750 * 100vw);
  }
  .card-data-box-link {
    padding: calc(40 / 750 * 100vw) 0 0 0;
  }
  .card-data-box-link p {
    font-size: 2.5vw;
    line-height: 1.4;
  }
  .card-data-box-link a {
    color: #e41926;
  }
  .card-data-box-link a[target="_blank"]::after {
    content: "";
    display: inline-block;
    margin-left: calc(6 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
    margin-bottom: calc(-1 / 750 * 100vw);
    background: url("/promotion/corp/bizonecp/images/icon_link_ext_red.png?ver=20250321") 50% 50% no-repeat;
    background-size: contain;
    width: calc(18 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
  }
}

.btn_block .btn_application {
  background: #ff9f00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 99px;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  padding: 10px 54px;
  text-decoration: none;
  text-align: center;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.btn_block .btn_application::before {
  -webkit-animation: shines 4s ease-in-out infinite;
  animation: shines 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 40px;
}

.btn_block .btn_application:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .btn_block .btn_application {
    font-size: 16px;
  }
}

.card_data {
  width: 100%;
  margin: 0 0 15px 0;
  font-size: 14px;
  border-collapse: collapse;
}

.card_data th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  word-break: break-all;
  background: #222;
  color: #fff;
  font-weight: 500;
  width: 200px;
}

.card_data td {
  padding: 10px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .card_data th {
    border-top: none;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    line-height: 1.5;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .card_data td {
    border: none;
    margin-bottom: 15px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .card_data table,
  .card_data tbody,
  .card_data tr,
  .card_data th,
  .card_data td {
    display: block;
  }
}

@-webkit-keyframes shines {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(5) rotate(45deg);
    transform: scale(5) rotate(45deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(60) rotate(45deg);
    transform: scale(60) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shines {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(5) rotate(45deg);
    transform: scale(5) rotate(45deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(60) rotate(45deg);
    transform: scale(60) rotate(45deg);
    opacity: 0;
  }
}

.box2 h3 {
  text-align: center;
  position: relative;
  top: 80px;
}

.h2Title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 6px;
  position: relative;
  text-align: center;
  margin: 0 auto 2rem;
  border-radius: 4px;
  background-image: linear-gradient(315deg, #a49874 0%, #e0d4ae 74%, #a49774 100%);
}

.h2Title p {
  letter-spacing: 0.05rem;
  text-shadow: 0 0 4px #958867;
}

@media screen and (max-width: 768px) {
  .h2Title {
    font-size: 18px;
  }
}

.h2Title__small {
  font-size: 24px;
}
/* animation */
.animation-shiny {
  position: relative;
  overflow: hidden;
}

.animation-shiny::before {
  webkit-animation: shiny 4s ease-in-out infinite;
  -webkit-animation: shiny 4s ease-in-out infinite;
          animation: shiny 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 40px;
  z-index: 1;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(5) rotate(45deg);
    transform: scale(5) rotate(45deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(60) rotate(45deg);
    transform: scale(60) rotate(45deg);
    opacity: 0;
  }
}

.tm {
  font-family: Verdana, “Droid Sans”, ”メイリオ”, ”Meiryo”, ”ＭＳ Ｐゴシック”, ”Hiragino Kaku Gothic Pro”, ”ヒラギノ角ゴ Pro W3″, sans-serif;
}

.is-color-w {
  color: #fff;
}

.is-color-grey {
  color: #999;
}

.is-color-em {
  color: #06487a;
}

.is-pt5 {
  padding-top: 5px;
}

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

.is-mt20 {
  margin-top: 20px;
}

.is-mt30 {
  margin-top: 30px;
}

.is-mt40 {
  margin-top: 40px;
}

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

.is-ta-l {
  text-align: left!important;
  width: 80% !important;
}
@media screen and (max-width: 768px) {
  .is-ta-l-sp{
    text-align: left!important;
  }
}

.is-small {
  font-size: 14px!important;
}
@media screen and (max-width: 768px) {
  .is-small {
    font-size: 13px!important;
  }
}


@media screen and (min-width: 768px) {
  .is-w80-pc{
    width: 80%!important;
  }
}

.is-bold {
  font-weight: 600;
}

.is-inline-block {
  display: inline-block;
}

.is-block {
  display: block;
}

.is-flex{
  display: flex!important;
}

.bg-beige {
  background: #c7e2ea;
  background-image: url(/promotion/corp/bizonecp/images/bg-stripe.jpg?ver=20250321);
}

.bg-orange {
  background: #ff9f00;
}

.bg_white {
  background-color: #fff;
}

.bg_grey {
  background-color: #f2f2f2;
}

.fix {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 180, 1, 0.8);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 4.2666%;
  padding-left: 4.2666%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #222;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 28px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 900;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding-bottom: 2px;
  position: relative;
  text-decoration: none;
}

.button:hover {
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  .button {
    max-width: 400px;
  }
  
}
/*# sourceMappingURL=style.css.map */

/* close */
.cp-close{
  position: relative;
}
.cp-close::before{
  align-items: center;
  background: rgba(36, 54, 74, 0.85);
  color: #fff;
  content: "本キャンペーンは終了しました";
  display: flex;
  font-size: 3.6rem;
  font-weight: 600;
  justify-content: center;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 100;
  white-space: pre-wrap;
}

@media screen and (max-width: 768px) {
  .cp-close::before{
    content: "本キャンペーンは\A終了しました";
    font-size: 1.8rem;
  }
}
img.login-img {
  width: 410px;
}

img.login-imgsp {
  width: 300px;
}



.bg_cash{
  margin: 2em 0;
  border: 1px solid #bab8b0;
  border-radius: 6px;
}
.bg_cash dl{
  margin:0 1em;
}
.bg_cash p{
  margin-bottom:9px;
}
.cashback{
  margin:20px 15px 0px 15px;
}
.section.sec02.v2-s4{
  background: #e4f0f8;
}
.card__lead{
  padding: 15px 20px;
  font-size: 1.4rem;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background-color: #06487a;
  text-align: center;
  margin: 0 auto;
  max-width: 840px;
}
.no-card{
  width: 100%;
  border: 4px solid #60819b;
  padding: 30px 15px 50px;
  text-align: center;
  margin: 0 auto;
  max-width: 840px;
}
.biz-one-card-img {
  max-width: 550px;
  margin: auto;
}
.no-card-btn a{
  max-width: 310px;
  width: 100%;
  height: 38px;
  margin: 0 auto 10px;
  padding-top: 1px;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: bold;
  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;
  margin-bottom: 13px;
  color: #fff;
  background-color: #06487a;
}
.section.sec02.bg-beige.v2-s3 {
  padding-bottom: 80px;
}
.section.sec02.v2-s4 {
  padding: 60px 0 80px;
}
@media screen and (max-width: 700px) {
  .cp_img {
    width: 337px;
    margin: 0 auto;
  }
  .section.bg_blue, .section.bg_yellow {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .modal_open_img {
    padding-top: 10px;
    max-width: 337px;
  }
  .biz-one-card-img{
    max-width: 100%;
    margin: auto;
    width: 360px;

  }

}

.cashmap-point{
  color: #008dec;
  font-weight: bold;
}

.mgb{
  margin-bottom: 3rem;
}

.f14{
  font-size: 1.5rem;
  font-weight: 500;
}

.mb0{
  margin-bottom: 0;
}

.sec02 .bg-c-white{
  /* background: #FFFFFF; */
}

.sec02 .bg-c-blue{
  background: #ffffff;
}

.sec02 .border-r{
  border-radius: 0 0 6px 6px;
}

.sec02 .border-r2{
  /* border-radius: 6px 6px 0 0; */
}

.cashmap-cp-title .is-bold{
  font-size: 30px !important; 
}

.casmap-cp-title .f17{
  font-size: 17px;
}

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

  .sec02 .m-content-cashmap .f14{
    font-size: 13px;
  }

  .cashmap-cp-title .is-bold{
    font-size: 20px !important;
    font-weight: bold!important;
  }

  .f14{
    font-size: 13px;
    font-weight: 500;
  }

  .f17{
    line-height: 1.6;
  }
}

.f17{
  font-weight: normal!important;
}

.sec02 .is-note{
  font-size: 13px;
}

.sec02 .cashmap-cp-title{
  border-radius: 6px;
}

.is-border-r{
  border-right: 1px solid #dfe7e9;
}

.is-color-em{
  color: #587f9f;
}

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

  .is-ta-l{
    width: 100% !important;
  }
}

.mainVisual__unit {
  max-height: 800px;
}