@charset "EUC-JP";



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

body {
  overflow-x: clip;
}

.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;
}

/* ??????? */

.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;
  justify-content: center;
}

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

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

.planbox__head-top {
  height: 140px;
  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;
}

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

.planbox__child-cost {
  height: 140px;
  padding: 18px 0;
  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 {
  font-size: 2rem;
  font-weight: 500;
  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;
}

.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;
}

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

.planbox__name p {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

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

.planbox__name.xvpsfree {
  background: #29b4aa;
}

.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: 2.3rem;
  font-weight: 500;
}

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

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

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

.planbox.subscription .planbox__child .text .sub {
  font-size: 1.4rem;
}

.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 {
  position: relative;
  width: 100%;
  height: 640px;
  padding: 68px 0;
  background-color: #29b4aa;
  background-image: url(../../images/free/bg_repeat.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mv .mv__ttl {
  margin: 20px 0;
}

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

.mv__caption span {
  font-size: 4rem;
  padding: 6px 56px;
  padding-right: 48px;
  border: 2px solid #fff;
  border-radius: 50px;
}

.mv__caption span sup {
  font-size: 30%;
  top: -2em;
}

.mv__cautions {
  font-size: 1.2rem;
  margin: 48px 0 0;
  color: #fff;
}

.mv__text {
  font-size: 2.7rem;
  font-weight: bold;
  margin-top: 32px;
}

.mv__text span {
  line-height: 1.4;
  display: inline-block;
  padding: 0 12px;
  color: #29b4aa;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 3px 0 #249e95;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.mv__ctaBox {
  position: relative;
  bottom: -8px;
  display: flex;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  padding: 30px 5%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
  align-items: center;
  justify-content: space-between;
}

.mv__ctaBox * {
  color: #262626;
}

.mv__ctaBox .boxButtons__cautions {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 4px 0 0;
}

.mv__ctaBox .boxDetail * {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

.mv__ctaBox .boxButtons .link-button1 {
  border-radius: 3px;
}

.mv__ctaBox .boxButtons .link-button1 a {
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  height: 80px;
}

.mv__ctaBox .boxButtons .link-button1:before,
.mv__ctaBox .boxButtons .link-button1:after {
  border-radius: 3px;
}

.mv__ctaBox .ctaBox__caption {
  font-size: 2.2rem;
  font-weight: bold;
}

.mv__ctaBox .ctaBox__caption span {
  color: #29b4aa;
}

.mv__ctaBox .ctaBox__spec {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.mv__ctaBox .ctaBox__spec .specItem {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.mv__ctaBox .ctaBox__spec .specItem .caption {
  font-size: 1.6rem;
  width: 80px;
  padding: 4px;
  border: 1px solid #dcdcdc;
}

.mv__ctaBox .ctaBox__spec .specItem .data {
  font-size: 2.2rem;
  margin-left: 10px;
}

.mv__ctaBox .ctaBox__spec .specItem .data .num {
  font-family: 'Roboto';
  font-size: 4rem;
}

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

.compareSec {
  padding: 100px 0;
}

.compareSec .footCautionList li {
  font-size: 1.4rem;
  padding-left: 2em;
  text-indent: -2em;
}

.compareSec .footCautionList li a {
  text-decoration: underline;
}

.compareSec .planbox__head {
  width: 200px;
}

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

.compareSec .planbox__head.planbox__memory {
  height: 50px;
}

.compareSec .planbox__foot {
  width: 200px;
  height: 130px;
  background: #fff !important;
}

.compareSec .planbox__foot .link-button1 {
  font-size: 1.7rem;
  font-weight: bold;
  width: 300px;
  border-radius: 3px;
}

.compareSec .planbox__foot .link-button1:before,
.compareSec .planbox__foot .link-button1:after {
  border-radius: 3px;
}

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

.compareSec .planbox__foot.planbox__child.planbox__child-normal {
  width: calc((100% - 200px) / 2);
  border-radius: 0 0 5px 0;
}

.compareSec .planbox__foot.planbox__child.planbox__child-normal.xvpsfree {
  border-left: solid 1px #ccc;
  border-radius: 0 0 0 5px;
}

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

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

.compareSec .planbox .planbox__head-service {
  display: flex;
  width: 440px;
  height: auto;
  padding: 20px 0;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 0 5px 0 0;
  justify-content: center;
  align-items: center;
}

.compareSec .planbox .planbox__head-service.xvpsfree {
  border-right: none;
  border-radius: 5px 0 0 0;
}

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

.compareSec .planbox .planbox__child:nth-child(2) {
  border-left: 1px solid #ccc;
}

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

.compareSec .planbox .planbox__child.planbox__name.xvpsfree {
  background: #29b4aa;
}

.compareSec .planbox .planbox__child.planbox__memory {
  height: 50px;
  background: #caebfc;
}

.compareSec .planbox .planbox__child.planbox__memory p {
  font-size: 2rem;
  font-weight: bold;
}

.compareSec .planbox .planbox__child.planbox__memory.xvpsfree {
  background: #a1e2de;
}

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

.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;
}

.compareSec .planbox .planbox__child-cost.xvpsfree .advantage {
  font-size: 2.4rem;
}

.compareSec .planbox .planbox__child-cost.xvpsfree .advantage .font-l {
  font-size: 4rem;
}

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

.featureSec {
  padding: 180px 0 100px;
  background: #e9f8f6;
}

.featureSec .section__ttl__h2 {
  font-size: 4rem;
}

.featureSec .section__ttl__h2 .font--s {
  font-size: 3.2rem;
}

.featureSec .section__ttl__h2 .strong {
  position: relative;
  display: inline-block;
}

.featureSec .section__ttl__h2 .strong:before,
.featureSec .section__ttl__h2 .strong:after {
  position: absolute;
  top: .1em;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  content: '';
  border-radius: 50%;
  background: #48b5af;
}

.featureSec .section__ttl__h2 .strong:before {
  -webkit-transform: translateX(-.5em);
  transform: translateX(-.5em);
}

.featureSec .section__ttl__h2 .strong:after {
  -webkit-transform: translateX(.5em);
  transform: translateX(.5em);
}

.featureSec .featureWrap {
  display: flex;
  padding: 60px 40px;
  border-radius: 5px;
  background: #fff;
}

.featureSec .featureWrap .featureItem {
  position: relative;
  padding: 30px 4% 0;
  text-align: center;
  border-left: 1px solid rgba(41, 180, 170, .2);
}

.featureSec .featureWrap .featureItem:first-child {
  padding-left: 0;
  border-left: none;
}

.featureSec .featureWrap .featureItem:last-child {
  padding-right: 0;
}

.featureSec .featureWrap .item__num {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}

.featureSec .featureWrap .item__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.featureSec .featureWrap .item__fig {
  position: relative;
  display: flex;
  min-height: 180px;
  margin: 16px 0 0;
  align-items: center;
  justify-content: center;
}

.featureSec .featureWrap .item__fig:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 180px;
  height: 180px;
  margin: auto;
  content: '';
  border-radius: 50%;
  background: #f9f9f9;
}

.featureSec .featureWrap .item__fig img {
  position: relative;
}

.featureSec .featureWrap .item__txt {
  margin: 20px 0 0;
  text-align: left;
}

.sceneSec {
  width: 100%;
  height: 600px;
  padding: 100px 0 0;
  background-color: #e9f8f6;
  background-image: url(../../images/free/bg_scene.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sceneSec .sceneWrap {
  display: -ms-grid;
  display: grid;
  margin: 72px 0 0;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 2.78%;
}

.sceneSec .sceneWrap .sceneItem {
  position: relative;
  padding: 64px 28px 40px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
}

.sceneSec .sceneWrap .item__num {
  font-family: 'Roboto';
  font-size: 6rem;
  font-weight: bold;
  position: absolute;
  top: -.9em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #29b4aa;
}

.sceneSec .sceneWrap .item__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.sceneSec .sceneWrap .item__fig {
  margin: 28px 0 0;
}

.sceneSec .sceneWrap .item__txt {
  margin: 16px 0 0;
  text-align: left;
}

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

.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 {
  padding: 260px 0 100px;
}

.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;
}

.oslistSec .company-info__table .paidNoteBox {
  display: flex;
  width: 100%;
  margin: 16px 0 0;
  padding: 22px 30px;
  border: 1px solid #efe6c0;
  background: #fffdf5;
  align-items: flex-start;
}

.oslistSec .company-info__table .paidNoteBox .boxCaption {
  margin-right: 10px;
  padding: 0 8px;
  color: #fff;
  border-radius: 2px;
  background: #148dce;
}

.oslistSec .company-info__table .paidNoteBox .boxText {
  flex: 1;
}

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

.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;
}

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

@media only screen and (min-width: 1000px) {
  .mv__ctaBox .boxDetail {
    width: 560px;
    margin-right: 4%;
  }

  .mv__ctaBox .boxButtons {
    flex: 1;
    flex-basis: 390px;
  }
}

@media only screen and (max-width: 1119px) {
  .compareSec .planbox__foot {
    width: 100%;
    height: auto;
    margin: 10px 0 0;
  }

  .compareSec .planbox__foot-blank {
    display: none;
  }

  .compareSec .planbox__foot.planbox__child.planbox__child-normal {
    width: 100%;
    border: none;
  }

  .compareSec .planbox__foot.planbox__child.planbox__child-normal.xvpsfree {
    width: 100%;
    border: none;
  }

  .compareSec .planbox.planbox__footlinks {
    display: flex;
    flex-direction: column;
    min-width: unset;
    margin: 20px 0 0;
    justify-content: center;
  }

  .compareSec .scrollHint_icon {
    top: 120px;
  }
}

@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__ctaBox {
    bottom: -40px;
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto;
    padding: 32px 20px 12px;
  }

  .mv__ctaBox .boxButtons {
    margin: 12px 0 0;
  }

  .mv__ctaBox .boxButtons .link-button1 a {
    width: 320px;
    height: 70px;
  }

  .mv__ctaBox .ctaBox__caption {
    font-size: 1.3rem;
    position: absolute;
    top: -2em;
    left: 50%;
    width: 100%;
    padding: 4px 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    border-radius: 5px 5px 0 0;
    background: #54c3bb;
  }

  .mv__ctaBox .ctaBox__caption span {
    display: none;
  }

  .mv__ctaBox .ctaBox__caption:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    display: block;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #54c3bb;
  }

  .mv__ctaBox .ctaBox__spec .specItem {
    flex-direction: column;
    padding: 0 10px;
    border-left: 1px solid #e9f8f6;
  }

  .mv__ctaBox .ctaBox__spec .specItem:first-child {
    border-left: none;
  }

  .mv__ctaBox .ctaBox__spec .specItem .caption {
    font-size: 1.2rem;
  }

  .mv__ctaBox .ctaBox__spec .specItem .data {
    font-size: 1.5rem;
    margin: 0;
  }

  .mv__ctaBox .ctaBox__spec .specItem .data .num {
    font-family: 'Roboto';
    font-size: 2.4rem;
  }

  .mv__ctaBox .ctaBox__spec {
    gap: 0;
  }

  .compareSec .planbox__foot .link-button1 a {
    font-size: 1.6rem;
  }

  .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;
  }
}

@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;
  }

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

  .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 {
    height: 400px;
    padding: 28px 0;
    background-image: url(../../images/free/mv_bg_s.png);
  }

  .mv .mv__ttl img {
    width: 342px;
    height: auto;
  }

  .mv__caption span {
    font-size: 2rem;
    margin: 0 0 10px;
    padding: 4px 32px;
    padding-right: 24px;
  }

  .mv__caption span sup {
    font-size: 50%;
    top: -1em;
  }

  .mv__cautions {
    font-size: 1rem;
    margin: 24px 0 0;
  }

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

  .mv__ctaBox {
    bottom: -35px;
  }

  .mv__ctaBox .boxButtons__cautions {
    font-size: 1rem;
  }

  .mv__ctaBox .boxButtons .link-button1 a {
    font-size: 1.6rem;
  }

  .compareSec {
    padding: 48px 0;
  }

  .compareSec .wrap {
    width: auto;
  }

  .compareSec .footCautionList li {
    font-size: 1.2rem;
  }

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

  .compareSec .planbox__head {
    width: 120px;
  }

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

  .compareSec .planbox .planbox__head-service {
    height: 90px;
  }

  .compareSec .planbox .planbox__head-service.xvpsfree {
    width: 200px;
  }

  .compareSec .planbox .planbox__child {
    display: flex;
    width: 220px;
    align-items: center;
    justify-content: center;
  }

  .compareSec .planbox .planbox__child.xvpsfree {
    width: 100px;
  }

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

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

  .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;
  }

  .compareSec .planbox .planbox__child-cost.xvpsfree .advantage {
    font-size: 2rem;
  }

  .compareSec .planbox .planbox__child-cost.xvpsfree .advantage span {
    font-size: 3rem;
  }

  .featureSec {
    padding: 192px 0 48px;
  }

  .featureSec .section__ttl__h2 {
    font-size: 2.6rem;
  }

  .featureSec .section__ttl__h2 .font--s {
    font-size: 2.2rem;
  }

  .featureSec .section__ttl__h2 .strong:before,
  .featureSec .section__ttl__h2 .strong:after {
    width: 4px;
    height: 4px;
    margin-left: -2px;
  }

  .featureSec .featureWrap {
    display: block;
    padding: 30px;
  }

  .featureSec .featureWrap .featureItem {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 30px 0 0;
    padding: 30px 0 0;
    text-align: left;
    border-top: 1px solid rgba(41, 180, 170, .2);
    border-left: none;
  }

  .featureSec .featureWrap .featureItem:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  .featureSec .featureWrap .featureItem:first-child .item__num {
    top: 0;
  }

  .featureSec .featureWrap .item__num {
    top: 30px;
  }

  .featureSec .featureWrap .item__ttl {
    font-size: 1.8rem;
    margin: 20px 0 0;
  }

  .featureSec .featureWrap .item__fig {
    display: block;
    min-height: unset;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #f9f9f9;
    order: -1;
  }

  .featureSec .featureWrap .item__fig:before {
    display: none;
  }

  .featureSec .featureWrap .item__txt {
    margin: 12px 0 0;
  }

  .sceneSec {
    height: auto;
    padding: 50px 0;
    background-image: url(../../images/free/bg_scene_s.png);
  }

  .sceneSec .wrap {
    overflow: hidden;
    padding: 0;
  }

  .sceneSec .sceneWrap {
    display: block;
  }

  .sceneSec .sceneWrap .item__num {
    top: -.85em;
    left: 30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .sceneSec .sceneWrap .item__ttl {
    font-size: 1.8rem;
  }

  .sceneSec .sceneWrap .item__fig {
    position: absolute;
    top: -56px;
    left: 140px;
    margin: 0;
  }

  .sceneSec .sceneWrap .item__fig img {
    width: auto;
    height: 110px;
  }

  .sceneSec .sceneWrap .item__txt {
    margin: 12px 0 0;
  }

  .sceneSec .sceneWrap .sceneItem {
    margin: 80px 0 0 30px;
    padding: 72px 30px 30px;
    text-align: left;
  }

  .sceneSec .sceneWrap .sceneItem:nth-child(2n) {
    margin-right: 30px;
    margin-left: 0;
  }

  .sceneSec .sceneWrap .sceneItem:nth-child(2n) .item__num {
    right: 30px;
    left: auto;
  }

  .sceneSec .sceneWrap .sceneItem:nth-child(2n) .item__fig {
    right: 140px;
    left: auto;
  }

  .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;
  }

  .oslistSec {
    padding: 48px 0;
  }

  .oslistSec .company-info__table .paidNoteBox {
    display: flex;
    flex-direction: column;
    margin: 8px 0 0;
    padding: 20px;
    align-items: flex-start;
  }

  .oslistSec .company-info__table .paidNoteBox .boxCaption {
    margin: 0 0 10px;
  }

  .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;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 1000px) {
  .mv__ctaBox .ctaBox__caption {
    font-size: 2rem;
  }

  .mv__ctaBox .ctaBox__spec .specItem .data {
    font-size: 1.7rem;
  }

  .mv__ctaBox .ctaBox__spec .specItem .data .num {
    font-size: 3.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=free.css.map */
