@charset "EUC-JP";



/* ---- ???? ------ */

.section__ttl__h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
  text-align: center;
}

.section__ttl__h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  letter-spacing: .01em;
}

.bg-blue {
  padding: 72px 0;
  background: #f8fcfe;
}

.business .underpage-title__text {
  margin-bottom: 48px;
}

/* ??????? */

.planbox {
  display: flex;
  min-width: 1080px;
  justify-content: space-between;
  align-items: center;
}

.planbox__head {
  display: flex;
  width: 130px;
  height: 72px;
  padding: 16px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  background-color: #caebfc;
  align-items: center;
}

.planbox__head-blank {
  border: 0;
  background-color: #fff !important;
}

.planbox__head p {
  font-size: 1.6rem;
  font-weight: bold;
}

.planbox__head-top {
  border-top: solid 1px #ccc;
  border-radius: 5px 0 0 0;
}

.planbox__head-bottom {
  border-radius: 0 0 0 5px;
}

.planbox__child {
  position: relative;
  display: flex;
  width: calc((100% - 130px) / 6);
  height: 72px;
  border-right: solid 1px #fff;
  border-radius: 5px 5px 0 0;
  align-items: center;
  justify-content: center;
}

.planbox__child .campaignRecommend {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  top: -26%;
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
  background: #ff7e00;
}

.planbox__child .campaignRecommend:before {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 8px 7px 0 7px;
  border-style: solid;
  border-color: #ff7e00 transparent transparent transparent;
}

.planbox__child-normal {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-radius: 0;
}

.planbox__child-normal:last-child {
  border-right: solid 1px #ccc !important;
}

.planbox__child-normal.bottom {
  border-radius: 0 0 5px 0;
}

.planbox__child-cost {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-radius: 0;
}

.planbox__child-cost .campaign2 {
  line-height: 1;
  text-align: center;
}

.planbox__child-cost .campaign2 s {
  font-size: 14px;
}

.planbox__child-cost .campaign2 .campaignPrice {
  font-size: 30px;
  font-weight: bold;
  margin: 0 3px;
}

.planbox__child-cost .campaign {
  line-height: 1.2;
  text-align: center;
  color: #f7716f;
}

.planbox__child-cost .campaign s {
  font-size: 14px;
}

.planbox__child-cost .campaign .campaignPrice {
  font-size: 26px;
  font-weight: bold;
  margin: 0 3px;
}

.planbox__child-cost .campaign .campaignPR {
  font-size: 13px;
  font-weight: bold;
  line-height: 2.5;
  position: relative;
  margin-left: 0 !important;
  padding: 2px 5px;
  color: #148dce;
  background-color: #fff700;
}

.planbox__child-cost .campaign .campaignPR:before {
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 0 6px 7px 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff700 rgba(0, 0, 0, 0);
}

.planbox__child-cost .campaign .campaignPR strike {
  font-size: 13px !important;
  font-weight: bold;
  color: #148dce !important;
  -webkit-text-decoration-color: red;
  text-decoration-color: red;
}

.planbox__child-cost .campaign .campaignPR_s {
  font-size: 12px;
  margin-left: 0;
  color: #148dce;
}

.planbox__child-cost .campaign .campaign_text {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  margin: 5px auto 2px;
  text-align: center;
  color: #f7716f !important;
}

.planbox__child-cost .campaign .campaign_yen {
  color: #fff700 !important;
}

.planbox__child-cost .campaign .campaign_yen span {
  color: #fff700 !important;
}

.planbox__child-cost .campaign .campaign2 {
  font-weight: normal;
  color: #262626 !important;
}

.planbox__child-cost:last-child {
  border-right: solid 1px #ccc !important;
}

.planbox__child-cost p span:first-child {
  font-size: 1.8rem;
  font-weight: bold;
}

.planbox__child-cost p span:last-child {
  font-size: 1.6rem;
  margin-left: 8px;
}

.planbox__child:last-child {
  border-right: none;
}

.planbox__name {
  height: 88px;
  background-color: #148dce;
}

.planbox__name p {
  text-align: center;
}

.planbox__name p span {
  font-weight: bold;
  display: block;
  color: #fff;
}

.planbox__name p span:first-child {
  font-size: 1.5rem;
}

.planbox__name p span:last-child {
  font-size: 1.8rem;
}

.planbox__name p span:last-child .font-s {
  font-size: 1.6rem;
  display: inline-block;
}

.planbox.memory .planbox__head {
  height: 84px;
}

.planbox.memory .planbox__child {
  height: 84px;
}

.planbox.memory .planbox__child .text {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.planbox.memory .planbox__child .text .main .num {
  font-size: 2rem;
  font-weight: bold;
}

.planbox.memory .planbox__child .text .sub {
  font-size: 1.4rem;
  color: #9c9c9c;
}

.three-column__single {
  border: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.three-column__single > * {
  padding: 24px;
  align-items: inherit;
}

.three-column__single ul {
  margin: 0 0 0 1.5rem;
  list-style: initial;
}

.three-column__title {
  font-size: 1.6rem;
  font-weight: 700;
}

.three-column__left {
  flex-basis: 344px;
}

.three-column__left.manualLink a {
  position: relative;
}

.three-column__left.manualLink a::before {
  position: absolute;
  top: 50%;
  right: -25px;
  display: inline-block;
  width: 22px;
  height: 21px;
  content: '';
  transition: ease .3s all;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../../images/icon/window.svg);
  background-position: center;
  background-size: contain;
}

.three-column__center {
  border-right: none;
  background-color: #f9f9f9;
  flex-basis: 266px;
}

.three-column__center.title-head {
  border-right: none;
  background-color: #666;
}

.three-column__right {
  flex-basis: calc(100% - 610px);
}

.title-head {
  color: #fff;
  background-color: #666;
}

.title-head-w {
  color: #fff;
}

.js-scrolltip {
  overflow-x: auto;
}

.text a {
  position: relative;
  text-decoration: underline;
  color: #148dce;
}

.text a .window {
  padding-bottom: 3px;
}

/* ---- MV ------ */

.mv {
  width: 100%;
  height: auto;
  padding: 68px 0;
  background-image: url(../../images/business/bg_biz_mv_l.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mv * {
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.mv__sub-ttl {
  font-size: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 4px 20px;
  color: #002337;
  background: rgb(206, 224, 243);
  background: linear-gradient(90deg, rgb(206, 224, 243) 0%, rgb(255, 255, 255) 50%, rgb(206, 224, 243) 100%);
}

.mv__sub-ttl span {
  color: #148dce;
}

.mv__ttl {
  font-size: 6rem;
  margin-top: 8px;
}

.mv__ttl .en {
  font-size: 6.8rem;
  position: relative;
  bottom: -2px;
  padding-left: 3px;
  letter-spacing: 3px;
}

.mv__text {
  font-size: 2.4rem;
  margin-top: 12px;
}

.mv__text span {
  color: #fc0;
}

.mv__feature {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
  justify-content: center;
}

.mv__feature__single {
  font-size: 2rem;
  width: 240px;
  margin: 0 20px 0 0;
  padding: 8px 4px;
  border: 2px solid #fff;
}

.mv__feature__single:last-child {
  margin: 0;
}

.mv-under-banner {
  padding: 32px 0 40px;
  background: #f8fcfe;
}

.mv-under-banner .campaign-add {
  margin-bottom: 24px;
}

.mv-under-banner .campaign-add_text {
  font-weight: bold;
  margin-bottom: 4px;
}

.mv-under-banner .campaign-add_text span {
  color: #f45122;
}

.mv-under-banner .banner {
  max-width: 772px;
  margin: auto;
}

/* ---- ???? ------ */

.compareSec .planbox__head {
  width: 210px;
}

.compareSec .planbox__head-blank {
  background-color: inherit !important;
}

.compareSec .planbox:first-child .planbox__child.xvpsbiz {
  position: relative;
}

.compareSec .planbox:first-child .planbox__child.xvpsbiz:before {
  position: absolute;
  top: -7px;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  content: '';
  border-radius: 5px 5px 0 0;
  background: #00395a;
}

.compareSec .planbox:last-child {
  position: relative;
}

.compareSec .planbox:last-child:after {
  position: absolute;
  bottom: -6px;
  left: 210px;
  display: block;
  width: 327px;
  height: 6px;
  content: '';
  background: #00395a;
}

.compareSec .planbox:nth-child(even) .planbox__head {
  background: #edf9ff;
}

.compareSec .planbox:nth-child(odd) .planbox__child {
  background: #f9f9f9;
}

.compareSec .planbox .planbox__child {
  width: calc((100% - 538px) / 2);
  background: #fff;
}

.compareSec .planbox .planbox__child.xvpsbiz {
  width: 328px;
  color: #00395a;
}

.compareSec .planbox .planbox__child.xvpsbiz:before {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 6px;
  height: calc(100% + 2px);
  content: '';
  background: #00395a;
}

.compareSec .planbox .planbox__child.xvpsbiz:after {
  position: absolute;
  top: -1px;
  right: 0;
  display: block;
  width: 6px;
  height: calc(100% + 2px);
  content: '';
  background: #00395a;
}

.compareSec .planbox .planbox__child.planbox__name {
  background: #6c90b8;
}

.compareSec .planbox .planbox__child.planbox__name.xvpsbiz {
  background: #00395a;
}

.compareSec .planbox .planbox__child .campaignPrice {
  font-size: 2.8rem;
  color: #f14f4f;
}

.compareSec .planbox .planbox__child .campaignPR {
  font-size: 13px;
  color: #00395a;
}

.compareSec .planbox .planbox__child .advantage {
  color: #f14f4f;
}

.compareSec .planbox .planbox__child .font-l {
  font-size: 2.4rem;
}

.compareSec .planbox .planbox__child .font-m {
  font-size: 2rem;
}

/* ---- ?? ------ */

.feature__wrap {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.feature__single {
  display: flex;
  flex-direction: column;
  margin: 0 60px 32px 0;
  flex-basis: calc((100% - 120px) / 3);
  align-items: center;
}

.feature__single__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  color: #00395a;
}

/* ---- ???? ------ */

.reccommend .reccommend_sub_ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.reccommend .reccommend_sub_ttl span {
  color: #f7716f;
}

.reccommend .campaign_Cb {
  font-size: 17px;
  color: #fff;
}

.reccommend .campaign_text {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff700 !important;
}

.reccommend .campaign_yen {
  color: #fff700 !important;
}

.reccommend .campaign_yen span {
  color: #fff700 !important;
}

.reccommend .campaignPR {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  padding: 2px 5px;
  color: #148dce;
  background-color: #fff700;
}

.reccommend .campaignPR:before {
  position: absolute;
  top: -6px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 0 6px 7px 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff700 rgba(0, 0, 0, 0);
}

.reccommend .campaignPR strike {
  font-size: 13px;
  font-weight: bold;
  color: #148dce !important;
  -webkit-text-decoration-color: #f7716f;
  text-decoration-color: #f7716f;
}

.reccommend .campaignPR .campaignPR_s {
  font-size: 12px;
  color: #148dce;
}

.reccommend .campaignRecommend {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  top: -5%;
  left: calc(50% - 47px);
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  border-radius: 3px;
  background: #ff7e00;
}

.reccommend .campaignRecommend:before {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-width: 8px 7px 0 7px;
  border-style: solid;
  border-color: #ff7e00 transparent transparent transparent;
}

.reccommend__flex {
  display: flex;
  flex-direction: row;
  margin: 50px 0 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  justify-content: space-between;
}

.reccommend__single {
  position: relative;
  max-width: 258px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15);
  flex-basis: 25%;
}

.reccommend__top {
  background-color: #148dce;
}

.reccommend__top p:nth-child(1) {
  border-bottom: solid 1px #127cb0;
}

.reccommend__top p:nth-child(2) {
  line-height: 1.2;
}

.reccommend__top p:nth-child(2) .fs12 {
  margin-left: 2px;
}

.reccommend__top span {
  color: #fff;
}

.reccommend__top span span.font-s {
  font-size: 1.8rem;
}

.reccommend__top p {
  font-size: 2rem;
}

.reccommend__block {
  display: flex;
  width: 100%;
}

.reccommend__block .d-block {
  font-weight: normal;
  line-height: 1.8rem;
  display: flex;
  padding-left: 30px;
  color: #858585;
  flex-basis: 50%;
  align-items: center;
}

.reccommend__block .bold {
  padding-left: 20px;
  flex-basis: 50%;
}

.reccommend__block .bold span {
  font-size: 2.4rem;
}

.reccommend__block .bold .twoByte {
  font-size: 2.2rem;
}

.reccommend__block:nth-child(odd) {
  background-color: #fff;
}

.reccommend__block:nth-child(even) {
  background-color: #f9f9f9;
}

.reccommend__block .link-button1 {
  width: 176px;
  height: 40px;
  border-radius: 8px;
}

.reccommend__block .link-button1::before {
  border-radius: 8px;
}

.reccommend__block .link-button1 a {
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  border-radius: 8px;
}

.reccommend__block .link-button1 a::after {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.reccommend__block .link-button1 a::before {
  margin-top: 1px;
}

.reccommend__block.memory {
  height: 84px;
  align-items: center;
}

.reccommend__block.memory .memory__value {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  justify-content: center;
  flex-basis: 50%;
}

.reccommend__block.memory .memory__value .main {
  padding-left: 8px;
}

.reccommend__block.memory .memory__value .main .num {
  font-size: 2.4rem;
  font-weight: bold;
}

.reccommend__block.memory .memory__value .sub {
  font-size: 1.4rem;
  color: #9c9c9c;
}

.reccommend__bottom {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.reccommend__text {
  margin-top: auto;
  padding-bottom: 20px;
}

.reccommend__text .bold {
  font-size: 2.4rem;
}

.reccommend__text span {
  color: #fff;
}

.reccommend__text span s {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}

.reccommend__text span .campaignPrice {
  font-size: 30px;
  font-weight: bold;
  margin: 0 3px;
}

.reccommend__text span .CP_yen {
  color: #fff700 !important;
}

.reccommend__points {
  margin-top: 24px;
}

.reccommend__price {
  margin-top: auto;
  margin-bottom: 24px;
}

.reccommend__price .num {
  padding-right: 4px;
}

.reccommend .link-button1.anchor a::before {
  margin-top: -5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.reccommend .link-button1.anchor ahover .link-button1 a::before {
  pointer-events: none;
}

/* ---- OS???? ------ */

.oslistSec .os-logo {
  margin-right: 10px;
}

.oslistSec .app-categorize {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-top: 0;
  padding: 10px 24px;
  cursor: pointer;
  transition: .3s;
  color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #2f9fdb;
}

.oslistSec .app-categorize.cat-top {
  margin-top: 16px;
  border-radius: 8px 8px 0 0;
}

.oslistSec .app-categorize.cat-bottom {
  border-radius: 0 0 8px 8px;
}

.oslistSec .app-categorize.cat-bottom.open {
  border-radius: 0;
}

.oslistSec .app-categorize:hover {
  opacity: .9;
}

.oslistSec .app-categorize::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 30px;
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  transition: top .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, top .2s ease-in-out;
  transition: transform .2s ease-in-out, top .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.oslistSec .app-categorize.open::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.oslistSec .three-column {
  display: none;
  margin-top: 0;
}

.oslistSec .three-column__single {
  border-radius: 0;
}

.oslistSec .three-column.cat-top {
  display: block;
}

.oslistSec .three-column.cat-bottom .three-column__single:last-of-type {
  border-radius: 0 0 8px 8px;
}

.oslistSec .three-column__right {
  background-color: #fff;
}

.oslistSec .three-column__right.title-head {
  background-color: #666;
}

.oslistSec .title-head {
  padding: 10px 24px;
}

/* ---- ????? ------ */

.priceSec .company-info .link-button1 {
  width: 500px;
  height: 80px;
  border-radius: 5px;
}

.priceSec .company-info .link-button1::before {
  border-radius: 0;
}

.priceSec .company-info .link-button1 a {
  width: 100%;
  height: 100%;
}

.priceSec .company-info .link-button1 span {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.priceSec .company-info .link-button1 span::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  content: '';
  background-image: url('../../images/icon/contacticon.svg');
  background-size: contain;
}

.priceSec .planbox__head-top {
  height: 130px;
}

.priceSec .planbox__child-cost {
  height: 130px;
}

.priceSec .year-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.priceSec .year-nav label {
  position: relative;
  cursor: pointer;
  flex-basis: 96px;
}

.priceSec .year-nav label input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

.priceSec .year-nav label span {
  position: relative;
  display: block;
  padding-bottom: 8px;
  text-align: center;
  color: #ccc;
}

.priceSec .year-nav label span::before {
  position: absolute;
  bottom: 0;
  left: 1px;
  width: 100%;
  height: 2px;
  content: '';
  background: #ccc;
}

.priceSec .year-nav label input:checked + span {
  color: #027bf0;
}

.priceSec .year-nav label input:checked + span::before {
  bottom: -1px;
  height: 4px;
  background: #027bf0;
}

.priceSec .plan-month,
.priceSec .plan-year,
.priceSec .plan-two-year,
.priceSec .plan-three-year {
  display: none;
}

.priceSec .plan-month.active,
.priceSec .plan-year.active,
.priceSec .plan-two-year.active,
.priceSec .plan-three-year.active {
  display: block;
}

.priceSec .option .planbox__head {
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-left: none;
}

.priceSec .option .planbox__head.first {
  border-left: solid 1px #ccc;
}

.priceSec .option .planbox__head-blank {
  border: none;
}

.priceSec .option .planbox__head:last-child {
  border-right: solid 1px #ccc;
}

.priceSec .option .planbox__child {
  width: calc((100% - 344px) / 2);
  height: 72px;
}

.priceSec .option .planbox__name {
  height: 72px;
  border-top: none;
  border-bottom: solid 1px #fff;
  border-radius: 5px 0 0 5px;
  flex-basis: 344px;
}

.priceSec .option .planbox__name.last {
  border-bottom: none;
}

.priceSec .option .planbox__name p span {
  font-size: 1.6rem;
}

.priceSec .option .planbox__name p span sup {
  color: #fff;
}

/* ---- ????????? ------ */

.campaignSec .two-column {
  font-size: 50px;
}

.campaignSec .two-column__left {
  flex-basis: 250px;
}

.campaignSec .two-column__title {
  font-size: 16px;
}

.campaignSec .two-column__right {
  flex-basis: calc(100% - 250px);
}

.campaignSec .campaign_bnr {
  padding: 15px 0 30px;
  text-align: center;
}

.campaignSec .campaignInfo__table p {
  padding: 0;
  text-align: left;
}

.campaignSec .campaignInfo__table p span {
  font-weight: bold;
  color: #f7716f;
}

.campaignSec .campaignInfo__table p {
  padding: 0;
  text-align: left;
}

.campaignSec .campaignInfo__table p span {
  font-weight: bold;
  color: #f7716f;
}

.campaignSec .campaignInfo__table .border-yellow {
  width: 100%;
  padding: 14px;
  border: 1px solid;
  border-color: #efe6c0;
  background-color: #fffdf5;
}

.campaignSec .campaignInfo__table .border-yellow ul {
  margin-bottom: 15px;
  margin-left: 10px;
}

.campaignSec .campaignInfo__table .border-yellow ul:last-child {
  margin-bottom: 0;
}

.campaignSec .campaignInfo__table .border-yellow ul li {
  font-size: 1.6rem;
}

.campaignSec .campaignInfo__table .border-yellow p {
  font-weight: bold;
}

.campaignSec .campaignInfo__table .border-yellow br {
  display: none !important;
}

.campaignSec .campaignInfo__table .border-yellow span {
  font-weight: bold;
  margin-right: 2px;
  color: #f7716f;
}

.campaignSec .campaignInfo__table .border-yellow span .cashbackPr {
  font-size: 1.5rem;
}

.campaignSec .campaignInfo__table .border-yellow span .cashbackPr .c-black {
  font-weight: normal;
  color: #262626;
}

.campaignSec .campaignInfo__table .border-yellow .font-s {
  font-size: 1.4rem;
  margin: 0 0 0 3px;
}

.campaignSec .campaignButton {
  width: 50%;
  margin: 50px auto 0;
  padding: 10px 0;
  border-radius: 3px;
}

.campaignSec .campaignButton::before {
  border-radius: 10px;
}

.campaignSec .campaignButton span {
  font-weight: bold;
  display: flex;
}

.campaignSec .campaignButton span::before {
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 18px;
  content: '';
  background-image: url(../../images/common/contacticon.svg);
  background-position: center;
  background-size: cover;
}

/* ---- ????????????? ------ */

.supportSec .support__list {
  display: flex;
  flex-direction: row;
  background: white;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.supportSec .supportLink {
  font-weight: 500;
  padding: 150px 0 30px;
  transition: linear .1s all;
  text-align: center;
  border-right: 1px solid #ccc;
  flex-basis: 25%;
}

.supportSec .supportLink:last-child {
  border-right: none;
}

.supportSec .supportLink:hover {
  letter-spacing: .1em;
}

.supportSec .supportLink span::after {
  position: relative;
  top: 7px;
  display: inline-block;
  width: 8px;
  height: 13px;
  margin-left: 10px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../../images/icon/arrow-right-b.svg') no-repeat;
  background-position: center;
  background-size: cover;
}

.supportSec .supportLink__faq {
  display: block;
  background: #fff url(../../images/index/support01.svg) 50% 30px no-repeat;
}

.supportSec .supportLink__contact {
  display: block;
  background: #fff url(../../images/index/support02.svg) 50% 30px no-repeat;
}

.supportSec .supportLink__manual {
  display: block;
  background: #fff url(../../images/index/support03.svg) 50% 30px no-repeat;
}

.supportSec .supportLink__community {
  display: block;
  background: #fff url(../../images/index/support04.svg) 50% 30px no-repeat;
}

/* ---- FAQ (2025.4 ???) ------ */

.faqboxSec .faq-item {
  margin-bottom: 3px;
}

.faqboxSec .faq-item:last-child .faq-question {
  border-radius: 0 0 8px 8px;
}

.faqboxSec .faq-item:last-child .faq-question.open {
  border-radius: 0;
}

.faqboxSec .faq-item:last-child .faq-question.open + .faq-answer .faq-answer-inner {
  border-radius: 0 0 8px 8px;
}

.faqboxSec .faq-icon {
  font-weight: bold;
  display: inline-flex;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  border-radius: 15%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.faqboxSec .faq-question {
  display: flex;
  padding: 13px;
  cursor: pointer;
  color: #fff;
  background-color: #2f9fdb;
  align-items: center;
  justify-content: space-between;
}

.faqboxSec .faq-question.cat-top {
  border-radius: 8px 8px 0 0;
}

.faqboxSec .faq-question.cat-bottom {
  border-radius: 0 0 8px 8px;
}

.faqboxSec .faq-question.open + .faq-answer {
  display: inline;
}

.faqboxSec .faq-question.open .question-text:after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faqboxSec .question-icon {
  color: #2f9fdb;
}

.faqboxSec .question-text {
  font-size: 1.8rem;
  position: relative;
  padding-right: 48px;
  flex-grow: 1;
  flex: 1;
}

.faqboxSec .question-text::after {
  position: absolute;
  top: calc(45% - 6px);
  right: 18px;
  display: block;
  width: 12px;
  height: 12px;
  content: '';
  transition: top .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, top .2s ease-in-out;
  transition: transform .2s ease-in-out, top .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.faqboxSec .faq-answer {
  display: none;
}

.faqboxSec .faq-answer-inner {
  display: flex;
  padding: 13px 13px 20px 13px;
  background-color: #edf9ff;
  align-items: flex-start;
}

.faqboxSec .answer-icon {
  color: #f87371;
}

.faqboxSec .faq-answer p {
  font-size: 1.4rem;
  width: 93%;
}

@media only screen and (min-width: 768px) {
  .visible-s {
    display: none !important;
  }
}

@media only screen and (min-width: 1000px) {
  .feature__single:nth-child(3),
  .feature__single:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1130px) {
  .priceSec .company-info__table.active {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 1100px) {
  .reccommend__single {
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 35px;
    flex-basis: 48.5%;
  }
}

@media only screen and (max-width: 999px) {
  .three-column__left {
    flex-basis: 250px;
  }

  .three-column__center {
    flex-basis: 236px;
  }

  .three-column__right {
    flex-basis: calc(100% - 486px);
  }

  .two-column.left-344 .two-column__left {
    flex-basis: 250px;
  }

  .two-column.left-344 .two-column__right {
    flex-basis: calc(100% - 250px);
  }

  .mv {
    background-image: url(../../images/business/bg_biz_mv_m.png);
  }

  .mv__ttl {
    font-size: 5.6rem;
  }

  .mv__ttl .en {
    font-size: 6.2rem;
  }

  .mv__feature__single {
    font-size: 1.8rem;
    width: 216px;
  }

  .mv-under-banner .campaign-add {
    margin-top: 24px;
  }

  .compareSec .scrollHint_icon {
    top: 120px;
  }

  .feature__wrap {
    justify-content: space-between;
  }

  .feature__single {
    margin-right: 0;
    flex-basis: calc((100% - 60px) / 2);
  }

  .feature__single__img {
    width: 72%;
  }

  .feature__single__ttl {
    font-size: 1.8rem;
  }

  .reccommend__top p {
    font-size: 2rem;
  }

  .reccommend__block {
    justify-content: center;
  }

  .reccommend__block .d-block {
    margin-left: 8%;
    padding-left: 0;
  }

  .reccommend__block .bold {
    padding-left: 12px;
  }

  .reccommend__block.memory .memory__value {
    padding-left: 0;
  }

  .oslistSec .app-categorize {
    font-size: 1.6rem;
  }

  .oslistSec .app-categorize::after {
    top: calc(50% - 8px);
    width: 10px;
    height: 10px;
  }

  .priceSec .company-info .link-button1 {
    max-width: 100%;
  }

  .faqboxSec .question-text {
    padding-right: 28px;
  }

  .faqboxSec .question-text::after {
    top: calc(50% - 8px);
    right: 8px;
    width: 10px;
    height: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .section__ttl__h2 {
    font-size: 2rem;
  }

  .section__ttl__h3 {
    font-size: 2rem;
  }

  h4.type-bleft {
    font-size: 1.8rem;
  }

  .bg-blue {
    padding: 48px 0;
  }

  .business .underpage-title__text {
    margin-bottom: 24px;
  }

  .planbox__name p span:last-child {
    font-size: 1.6rem;
  }

  .planbox__name p span:last-child .font-s {
    font-size: 1.4rem;
  }

  .three-column__single.cell-top {
    border-top: 1px solid #ccc;
    border-radius: 8px 8px 0 0;
  }

  .three-column__left {
    flex-basis: 100%;
  }

  .three-column__center {
    border: none;
    flex-basis: 100%;
  }

  .three-column__right {
    flex-basis: 100%;
  }

  .two-column.left-344 .two-column__single.cell-top {
    border-top: 1px solid #ccc;
    border-radius: 8px 8px 0 0;
  }

  .two-column.left-344 .two-column__left {
    flex-basis: 100%;
  }

  .two-column.left-344 .two-column__right {
    flex-basis: 100%;
  }

  .title-head-none {
    display: none;
  }

  .mv {
    padding: 40px 0;
    background-image: url(../../images/business/bg_biz_mv_s.png);
  }

  .mv__sub-ttl {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 8px 20px;
  }

  .mv__ttl {
    font-size: 3.6rem;
    line-height: 1.2;
    margin-top: 16px;
  }

  .mv__ttl .en {
    font-size: 4.2rem;
  }

  .mv__text {
    font-size: 1.6rem;
    margin-top: 20px;
  }

  .mv__feature {
    flex-direction: column;
    align-items: center;
  }

  .mv__feature__single {
    font-size: 1.6rem;
    margin: 0 0 8px 0;
  }

  .compareSec .planbox {
    min-width: 900px;
  }

  .compareSec .planbox__head {
    width: 160px;
  }

  .compareSec .planbox__head p {
    font-size: 1.4rem;
  }

  .compareSec .planbox:last-child:after {
    left: 160px;
    width: 279px;
  }

  .compareSec .planbox .planbox__child {
    width: calc((100% - 440px) / 2);
  }

  .compareSec .planbox .planbox__child.xvpsbiz {
    width: 280px;
  }

  .compareSec .planbox .planbox__child.planbox__name span {
    font-size: 1.4rem;
  }

  .compareSec .planbox .planbox__child.planbox__name.xvpsbiz span {
    font-size: 1.6rem;
  }

  .compareSec .planbox .planbox__child .campaignPrice {
    font-size: 2.4rem;
  }

  .compareSec .planbox .planbox__child .span {
    font-size: 1.4rem;
  }

  .compareSec .planbox .planbox__child .font-l {
    font-size: 2rem;
  }

  .compareSec .planbox .planbox__child .font-m {
    font-size: 1.6rem;
  }

  .feature__single {
    padding-bottom: 32px;
    border-bottom: 1px solid #ccc;
    flex-basis: 100%;
  }

  .feature__single:last-child {
    border-bottom: none;
  }

  .reccommend__flex {
    margin: 20px 0 0;
  }

  .reccommend__single {
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 30px;
    flex-basis: 100%;
  }

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

  .reccommend__top {
    height: auto;
  }

  .reccommend__bottom {
    height: auto;
  }

  .reccommend__points {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .reccommend__points figure {
    margin-top: 0;
  }

  .reccommend__price {
    margin-bottom: 8px;
  }

  .priceSec .year-nav label {
    flex-basis: 20%;
  }

  .campaignSec .two-column__left {
    flex-basis: 100%;
  }

  .campaignSec .two-column__right {
    flex-basis: 100%;
  }

  .campaignSec .campaign_bnr {
    padding: 15px 0;
  }

  .campaignSec .campaignInfo__table .border-yellow {
    padding: 15px 8px;
  }

  .campaignSec .campaignInfo__table .border-yellow ul li {
    font-size: 1.4rem;
  }

  .campaignSec .campaignInfo__table .border-yellow br {
    display: block !important;
  }

  .campaignSec .campaignInfo__table .border-yellow span .cashbackPr .c-black {
    font-size: 1.4rem;
  }

  .campaignSec .campaignInfo__table .border-yellow .hidden-s {
    display: none;
  }

  .campaignSec .campaignInfo__table .border-yellow .font-s {
    font-size: 1.2rem;
  }

  .campaignSec .campaignButton {
    width: 90%;
    margin: 30px auto 0;
    padding: 0;
  }

  .campaignSec .campaignButton a {
    font-size: 1.7rem;
  }

  .supportSec .supportLink {
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    flex-basis: 100%;
  }

  .supportSec .supportLink:last-child {
    border-bottom: none;
  }

  .faqboxSec .question-text {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .campaignSec .two-column__single {
    justify-content: left;
  }

  .campaignSec .two-column__left {
    flex-basis: 200px;
  }

  .campaignSec .two-column__right {
    flex-basis: calc(100% - 200px);
  }

  .campaignSec .campaignButton {
    width: 60%;
  }

  .campaignSec .campaignButton a {
    font-size: 2rem;
  }

  .campaignSec .campaignButton span::before {
    margin-top: 5px;
  }
}

@media all and (-ms-high-contrast: none) {
  .planbox__child {
    width: 135.7px;
  }
}
/*# sourceMappingURL=business.css.map */
