@charset "EUC-JP";



.underpage-title__text {
  position: relative;
  z-index: 2;
}

.underpage-title__text::before {
  position: absolute;
  z-index: -1;
  top: -8px;
  left: 50%;
  width: 100%;
  max-width: 960px;
  height: 82px;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url('../../images/about-ssl/sv-back.svg') no-repeat;
  background-position: center;
}

.underpage-title__text .jp::before {
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 8px));
  transform: translateX(calc(-50% - 8px));
}

.underpage-title__text .jp::after {
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 8px));
  transform: translateX(calc(-50% + 8px));
}

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

.trust__flex > * {
  flex-basis: 47.7777777778%;
}

.type__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.type__flex > * {
  flex-basis: 344px;
}

.windows-server__mv {
  height: 560px;
  padding: 6rem 0;
  background-color: #0078d4;
  background-image: url('../../images/windows-server/mv_bg_l.png');
  background-position: center;
  background-size: cover;
}

.windows-server__mv-left {
  position: relative;
}

.windows-server__mv-left_logo {
  margin-bottom: 4rem;
}

.windows-server__mv-left_text {
  margin-bottom: 5rem;
}

.windows-server__mv-left_copy {
  margin-bottom: 4rem;
}

.windows-server__mv-left_icon {
  position: absolute;
  right: 3rem;
  bottom: 1rem;
}

.windows-server__mv-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.windows-server__mv .mvTxtLink {
  font-size: 12px;
  position: absolute;
  bottom: -4rem;
  left: 0;
  color: #fff;
}

.windows-server__mv .mvTxtLink a {
  text-decoration: underline;
}

.windows-server .link-button1 {
  width: 400px;
  height: 60px;
  margin: 0;
  border-radius: 4px;
  background: #f45122;
}

.windows-server .link-button1::before {
  border-radius: 4px;
}

.windows-server .link-button1 a {
  width: 100%;
  height: 100%;
}

.windows-server .link-button1 a span {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

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

.windows-server .annotation {
  background: inherit;
}

.mvCp {
  overflow: hidden;
  padding: 0;
  background: #000;
  background: url(../../images/campaign/250311/bg.png) 50% 50%;
}

.mvCp img {
  display: block;
  margin: 0 auto;
}

.ws_about {
  background: #edf9ff;
}

.ws_about_contents {
  display: flex;
  flex-direction: row-reverse;
  width: 76%;
  margin: 48px auto 0;
  justify-content: space-between;
}

.ws_about_contents p {
  flex-basis: 50%;
}

.ws_about_contents figure {
  text-align: center;
  flex-basis: 40%;
}

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

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

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

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

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

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

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

.plan-1m,
.plan-3m,
.plan-6m,
.plan-12m,
.plan-24m,
.plan-36m {
  line-height: 27px;
  display: none !important;
}

.plan-1m.active,
.plan-3m.active,
.plan-6m.active,
.plan-12m.active,
.plan-24m.active,
.plan-36m.active {
  display: block !important;
}

.plan_more {
  display: none;
  width: 50%;
  margin: auto;
}

.plan_more.active {
  display: block;
}

.plan_more .reccommend__single {
  flex-basis: 50%;
}

.button_plan_more {
  position: relative;
  display: block;
  margin: 16px 3px 0 0;
  cursor: pointer;
  text-align: right;
}

.button_plan_more:hover {
  color: #148dce;
}

.button_plan_more input {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

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

.reccommend__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

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

.reccommend__single .fukidashi-outer {
  position: relative;
}

.reccommend__single .fukidashi-outer .fukidashi-inner {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  display: flex;
  width: 280px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  background-color: #3bb71a;
  align-items: center;
  justify-content: center;
}

.reccommend__single .fukidashi-outer .fukidashi-inner::before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  content: '';
  border: 10px solid transparent;
  border-top: 10px solid #3bb71a;
}

.reccommend__single .fukidashi-outer .fukidashi-inner span {
  color: #fff;
}

.reccommend__single .fukidashi-outer .fukidashi-inner span.bold {
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 8px;
}

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

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

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

.reccommend__top span {
  color: #fff;
}

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

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

.reccommend__top .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__top .campaignRecommend__relative {
  position: relative;
}

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

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

.reccommend__block .bold {
  flex-basis: 40%;
}

.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;
  margin: auto;
  border-radius: 8px;
}

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

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

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

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

.reccommend__block.memory .memory__value {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 40%;
}

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

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

.reccommend__text .campaignCashback {
  font-size: 1.5rem;
  font-weight: 500;
  color: #ff0;
}

.reccommend__text span {
  font-size: 1.8rem;
  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;
  color: #fff700;
}

.reccommend__text span .CP_yen {
  padding-right: 2px;
  color: #fff700;
}

.reccommend__text .CP_CB {
  color: #fff700;
}

.reccommend__text .perhour {
  font-size: 1.6rem;
  display: inline-block;
  padding-top: 12px;
}

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

.reccommend__text .campaignPR strike {
  font-size: 13px;
  font-weight: bold;
  color: #148dce;
  -webkit-text-decoration-color: red;
  text-decoration-color: red;
}

.reccommend__text .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__text .campaignPR_s {
  font-size: 12px;
  color: #148dce;
}

.reccommend__text.plan-1m .campaignPrice,
.reccommend__text.plan-1m .CP_yen {
  color: #fff;
}

.reccommend__points {
  margin-top: 24px;
}

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

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

.reccommend .link-button2 {
  width: 100%;
}

.ws_plan_cp_ttl {
  font-size: 2rem;
  font-weight: bold;
}

.ws_plan_cp_ttl span {
  color: #f7716f;
}

.ws_plan_cp_text {
  text-align: center;
}

.ws_svSpec {
  width: 100%;
  padding: 100px 0;
  background-image: url(../../images/index/sv_spec_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ws_svSpec__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.ws_svSpec__body {
  width: 1080px;
  max-width: 95%;
  margin: 0 auto;
  padding: 30px 0 0;
}

.ws_svSpec .tabBtn {
  display: none;
}

.ws_svSpec .tabLtWrap {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: space-between;
}

.ws_svSpec .tabLtWrap li {
  display: flex;
  width: 50%;
  margin-right: 15px;
}

.ws_svSpec .tabLtWrap li:last-child {
  margin-right: 0;
}

.ws_svSpec .tabList {
  font-size: 2.1rem;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
  text-align: center;
  border-radius: 5px 5px 0 0;
  background: #c2ddeb;
  justify-content: center;
  align-items: center;
}

.ws_svSpec .tabList:hover {
  background: #fff;
}

.ws_svSpec #cpu:checked ~ .tabLtWrap #tabLt1,
.ws_svSpec #iops:checked ~ .tabLtWrap #tabLt2 {
  font-weight: 700;
  display: flex;
  width: 100%;
  background: #fff;
  align-items: center;
  justify-content: center;
}

.ws_svSpec .tabContent {
  display: none;
  padding: 40px;
  background: #fff;
}

.ws_svSpec #cpu:checked ~ .tabCtWrap #tabCt1,
.ws_svSpec #iops:checked ~ .tabCtWrap #tabCt2 {
  display: block;
  text-align: center;
}

.ws_usage_single {
  padding: 60px 90px;
  background: #edf9ff;
}

.ws_usage_single_ttl {
  text-align: center;
}

.ws_usage_single_ttl_license {
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 15px;
  color: #fff;
  background: #148dce;
}

.ws_usage_single_ttl p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #148dce;
}

.ws_usage_single_ttl h3 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.ws_usage_single_flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.ws_usage_single_flex_text {
  flex-basis: 50%;
}

.ws_usage_single_flex_text_list li {
  font-weight: bold;
  position: relative;
  margin-bottom: .5rem;
  margin-left: 3rem;
}

.ws_usage_single_flex_text_list li::before {
  position: absolute;
  top: 4px;
  left: -30px;
  display: inline-block;
  width: 25px;
  height: 22px;
  content: '';
  background: url(../../images/windows-server/check-box.svg) no-repeat;
}

.ws_usage_single_flex_img {
  display: flex;
  text-align: center;
  flex-basis: 40%;
  align-items: center;
  justify-content: center;
}

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

.ws_usage_table .tablebox__head {
  display: flex;
  width: 100%;
  height: 50px;
  padding: 16px 32px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: 1px solid #ccc;
  background-color: #caebfc;
  align-items: center;
}

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

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

.ws_usage_table .tablebox__head-top {
  height: 100px;
  border-top: solid 1px #ccc;
  border-radius: 5px 0 0 0;
}

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

.ws_usage_table .tablebox__child {
  display: flex;
  width: 20%;
  height: 50px;
  padding-left: 32px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  align-items: center;
}

.ws_usage_table .tablebox__child:first-child {
  width: 40%;
  border-left: 1px solid #ccc;
}

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

.ws_usage_table .tablebox__child-connect {
  border-bottom: none;
}

.ws_usage_table .tablebox__child-l {
  height: 72px;
}

.ws_usage_table .tablebox__child p {
  line-height: 1.2;
}

.ws_usage_table .tablebox__child.bottom-left {
  border-radius: 0 0 0 8px;
}

.ws_usage_table .tablebox__child.bottom-right {
  border-radius: 0 0 8px 0;
}

.ws_usage_table .tablebox__name {
  padding: 0;
  border-radius: 8px 8px 0 0;
  background-color: #148dce;
  justify-content: center;
}

.ws_usage_table .tablebox__name:last-child {
  border-right: none;
}

.ws_usage_table .tablebox__name p {
  text-align: center;
}

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

.ws_usage .tablebox__doubleBox {
  display: flex;
  min-width: 1080px;
  border-left: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
}

.ws_usage .tablebox__doubleBox .doubleBoxCols {
  width: 20%;
}

.ws_usage .tablebox__doubleBox .doubleBoxCols:first-child {
  width: 40%;
}

.ws_usage .tablebox__doubleBox .doubleBoxCols.rows .tablebox__child {
  height: 144px;
}

.ws_usage .tablebox__doubleBox .doubleBoxCols .tablebox__child {
  width: 100% !important;
}

.ws_usage .tablebox__doubleBox .doubleBoxCols .tablebox__child:first-child {
  border-left: none !important;
}

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

.ws_license_table .tablebox-l .tablebox__head,
.ws_license_table .tablebox-l .tablebox__child {
  height: 130px;
}

.ws_license_table .tablebox__head {
  display: flex;
  width: 32%;
  height: 72px;
  padding: 16px 32px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: 1px solid #ccc;
  background-color: #caebfc;
  align-items: center;
}

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

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

.ws_license_table .tablebox__head-top {
  height: 100px;
  border-top: solid 1px #ccc;
  border-radius: 5px 0 0 0;
}

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

.ws_license_table .tablebox__child {
  display: flex;
  width: 15%;
  height: 72px;
  padding-left: 32px;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  align-items: center;
}

.ws_license_table .tablebox__child:first-child {
  width: 32%;
  border-left: 1px solid #ccc;
}

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

.ws_license_table .tablebox__child-connect {
  border-bottom: none;
}

.ws_license_table .tablebox__child p {
  line-height: 1.2;
}

.ws_license_table .tablebox__child-l {
  width: 23%;
}

.ws_license_table .tablebox__child.bottom-left {
  border-radius: 0 0 0 8px;
}

.ws_license_table .tablebox__child.bottom-right {
  border-radius: 0 0 8px 0;
}

.ws_license_table .tablebox__name {
  height: 50px;
  padding: 0;
  border-radius: 8px 8px 0 0;
  background-color: #148dce;
  justify-content: center;
}

.ws_license_table .tablebox__name:last-child {
  border-right: none;
}

.ws_license_table .tablebox__name p {
  text-align: center;
}

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

.ws_license_table .tablebox:last-child .tablebox__head {
  border-radius: 0 0 0 8px;
}

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

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

.ws_option .planbox__head-blank {
  border: none;
}

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

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

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

.ws_option .planbox__name.last {
  border-bottom: none;
}

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

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

.ws_merit {
  background-image: url(../../images/index/bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ws_merit * {
  color: #fff;
}

.ws_merit h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  text-align: center;
}

.ws_merit_list {
  display: flex;
  flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.ws_merit_single {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  text-align: center;
  border-radius: 8px;
  flex-basis: 31.8518518519%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 30%;
}

.ws_merit_single .text {
  text-align: left;
}

.ws_support {
  text-align: center;
}

.ws_support_list {
  display: flex;
  margin: 48px auto 0;
  background: white;
}

.ws_support_list h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  text-align: center;
}

.ws_support_list h3::before {
  position: absolute;
  top: 50%;
  right: -24px;
  width: 8px;
  height: 13px;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../../images/icon/arrow-right-b.svg') no-repeat;
  background-position: center;
  background-size: cover;
}

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

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

.ws_support_list_link:hover {
  letter-spacing: .1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flModal {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-animation: all .3s ease-in;
  animation: all .3s ease-in;
  opacity: 0;
  background: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
}

.flModal.is--show {
  display: flex;
  visibility: visible;
  -webkit-animation: flModalfadeIn forwards .3s ease-in;
  animation: flModalfadeIn forwards .3s ease-in;
}

.flModal button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flModal .flModalClose button {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-indent: -9999px;
  color: #fff;
  border: none;
  border-radius: 0 2px 0 0;
  background: #28425b;
  align-items: center;
}

.flModal .flModalClose button:before,
.flModal .flModalClose button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60%;
  height: 12%;
  margin: -7% 0 0 -30%;
  content: '';
  background: #fff;
}

.flModal .flModalClose button:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.flModal .flModalClose button:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flModal .flModalClose button:focus {
  outline: none;
}

.flModal .flModalBody {
  position: relative;
  top: 20px;
  width: 600px;
  padding: 12px;
  border-radius: 3px;
  background: #fff;
}

.flModal .flModalContents {
  color: #000;
}

.flModal .flModalContents .row1,
.flModal .flModalContents .row2 {
  text-align: center;
}

.flModal .flModalContents .row1 {
  padding: 40px 32px 32px;
  border-radius: 3px 3px 0 0;
  background: url(../../images/index/bg_patern_line_blue.png);
}

.flModal .flModalContents .row2 {
  padding: 40px 0 24px;
  border-radius: 0 0 3px 3px;
  background: #ffec48;
}

.flModal .flModalContents__caption {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 20px 0 0;
  text-align: center;
}

.flModal .flModalContents__caption span {
  position: relative;
  z-index: 0;
  display: inline;
  background: linear-gradient(transparent 70%, #ffec48 0%);
}

.flModal .flModalContents__discount {
  width: 460px;
  margin: 20px auto 0;
  text-align: center;
}

.flModal .flModalContents__discount .discountCaption {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  padding: 4px;
  color: #fff;
  background: #000;
}

.flModal .flModalContents__discount .discountCaption:after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  display: block;
  margin-left: -12px;
  content: '';
  border: 6px solid rgba(0, 0, 0, 0);
  border-top: 12px solid #000;
}

.flModal .flModalContents__discount .discountCaption span {
  color: #ffec48;
}

.flModal .flModalContents__discount .discountDetails {
  line-height: 1;
  display: flex;
  padding: 12px 0 20px;
  text-align: left;
  background: #fff;
  flex-wrap: wrap;
  justify-content: center;
}

.flModal .flModalContents__discount .discountDetails .item {
  font-size: 1.55rem;
  line-height: 1;
  display: flex;
  margin: 14px 10px 0 0;
  align-items: center;
  justify-content: center;
}

.flModal .flModalContents__discount .discountDetails .item:nth-child(2n) {
  margin-right: 0;
}

.flModal .flModalContents__discount .discountDetails .item .period {
  font-weight: bold;
  line-height: 1;
  width: 3.5em;
  padding: 6px;
  text-align: center;
  color: #0080ff;
  background: #ffec48;
}

.flModal .flModalContents__discount .discountDetails .item .discount {
  font-size: 1.8rem;
  line-height: 1;
  width: 138px;
  text-align: right;
}

.flModal .flModalContents__discount .discountDetails .item .values {
  font-weight: bold;
  color: #0080ff;
}

.flModal .flModalContents__discount .discountDetails .item .values .num {
  font-size: 2.4rem;
}

.flModal .flModalContents__subcaption {
  font-size: 1.6rem;
  font-weight: bold;
}

.flModal .flModalContents__subcaption span {
  font-weight: bold;
}

.flModal .flModalContents__register {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 4px 0 0;
}

.flModal .flModalContents__register img {
  max-width: 90%;
  height: auto;
  vertical-align: baseline;
}

.flModal .flModalContents__close {
  margin: 20px auto 0;
}

.flModal .flModalContents__close button {
  font-weight: 500;
  line-height: 1.4;
  min-width: 180px;
  padding: .7em 1em;
  color: #2f334c;
  border: 2px solid #2f334c;
  border-radius: 3px;
  background: #fff;
}

@-webkit-keyframes flModalfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flModalfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cashless {
  position: fixed;
  z-index: 9999;
  right: 25px;
  bottom: 25px;
  padding: 12px;
  text-align: center;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
}

.cashless a {
  display: block;
}

.cashless_btn {
  font-weight: 500;
  box-sizing: border-box;
  min-width: 180px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: .7em 1em;
  color: #fff;
  border-radius: 3px;
  background-color: #f7716f;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

#pid-info .cashless {
  display: none !important;
}

.cashless-pr {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: center;
  color: #148dce;
}

.cashless-del {
  position: absolute;
  top: -17px;
  right: -17px;
  display: flex;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #28425b;
  box-shadow: 0 2px 4px 0 #666;
  justify-content: center;
  align-items: center;
}

.cashless-del span::before,
.cashless-del span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60%;
  height: 12%;
  margin: -7% 0 0 -30%;
  content: '';
  background: #fff;
}

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

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

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

/*TOP???????????????*/

.mvNews {
  padding: 10px;
  text-align: center;
  background-color: #e7f8fb;
}

.mvNews p {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  color: #0f38d6;
}

.mvNews a {
  text-decoration: underline;
  color: #0f38d6;
}

.mvNews a:hover {
  opacity: .7;
}

.pageHeadBnr {
  margin: 0 auto 72px;
  text-align: center;
}

.pageHeadBnr p {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 8px;
  color: #f7716f;
}

@media only screen and (min-width: 768px) {
  .type__flex > *:first-of-type {
    margin-right: 48px;
  }
}

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

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

  .ws_license_table {
    overflow-x: scroll;
  }

  .ws_option__table {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 999px) {
  .windows-server__mv {
    height: inherit;
    padding: 76px 30px;
    background-image: url('../../images/windows-server/mv_bg_m.png');
    background-position: center;
    background-size: cover;
  }

  .windows-server__mv-left_logo {
    width: 75%;
  }

  .windows-server__mv-left_text {
    width: 80%;
  }

  .windows-server__mv-left_icon img {
    width: 85%;
  }

  .windows-server__mv-left_icon {
    top: -4rem;
    right: -2rem;
    bottom: inherit;
  }

  .windows-server__mv .tab-small {
    margin-top: 200px;
  }

  .ws_about_contents {
    width: 100%;
  }

  .plan_more {
    width: 100%;
  }

  .plan_more .reccommend__flex {
    margin-top: 0;
  }

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

  .reccommend__block {
    justify-content: center;
  }

  .reccommend__block .d-block {
    padding-left: 0;
    flex-basis: 70px;
  }

  .ws_usage_single {
    padding: 50px 30px;
  }

  .ws_usage_single_flex_img {
    flex-basis: 45%;
  }

  .ws_usage .tablebox__doubleBox .doubleBoxCols .tablebox__child {
    width: 99.9% !important;
  }

  .ws_merit h3 {
    font-size: 1.8rem;
  }

  .ws_support_list h3 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .underpage-title__text::before {
    top: 0;
    height: 47px;
    background-size: contain;
  }

  .trust__flex {
    flex-direction: column-reverse;
  }

  .trust__flex > * {
    flex-basis: 100%;
  }

  .type__flex > * {
    flex-basis: 100%;
  }

  .windows-server__mv {
    padding: 50px 0;
    background-image: url('../../images/windows-server/mv_bg_s.png');
  }

  .windows-server__mv-left_logo {
    width: 98%;
  }

  .windows-server__mv-left_text {
    width: 100%;
    margin-bottom: 3rem;
  }

  .windows-server__mv-left_copy {
    width: 70%;
  }

  .windows-server__mv-left_icon img {
    width: 100%;
  }

  .windows-server__mv-left_icon {
    position: inherit;
    top: inherit;
    right: inherit;
    bottom: 0;
    width: 80%;
    margin: 0 auto 5px;
  }

  .windows-server__mv .mvTxtLink {
    right: 0;
    left: inherit;
  }

  .windows-server .link-button1 {
    width: 100%;
  }

  .windows-server .link-button1 a span {
    font-size: 1.6rem;
  }

  .ws_about_contents {
    display: block;
    margin: 24px auto 0;
  }

  .year-nav {
    flex-wrap: nowrap;
  }

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

  .plan_more .reccommend__single {
    max-width: 100%;
    flex-basis: 100%;
  }

  .plan_more .reccommend__flex {
    margin-top: 24px;
  }

  .reccommend__single {
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 30px;
    border-right: 1px solid #dadada;
    flex-basis: 100%;
  }

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

  .reccommend__single .link-button1 {
    width: 80%;
  }

  .reccommend__single {
    max-width: 100%;
    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;
  }

  .ws_plan_cp_ttl {
    font-size: 1.6rem;
  }

  .disp__lm {
    display: none;
  }

  .ws_svSpec {
    padding: 50px 0;
  }

  .ws_svSpec__ttl {
    font-size: 2rem;
    line-height: 1.2;
  }

  .ws_svSpec__body {
    width: 90%;
    padding: 20px 0 0;
  }

  .ws_svSpec .tabList {
    font-size: 1.7rem;
    padding: 8px 0;
  }

  .ws_svSpec .tabContent {
    padding: 20px;
  }

  .ws_usage_single_flex {
    display: block;
  }

  .ws_usage_single_flex_text_list li::before {
    top: 3px;
  }

  .ws_usage_table .tablebox__child {
    width: 23%;
  }

  .ws_usage_table .tablebox__child:first-child {
    width: 31%;
  }

  .ws_usage .tablebox__doubleBox .doubleBoxCols:first-child {
    width: 31%;
  }

  .ws_usage .tablebox__doubleBox .doubleBoxCols {
    width: 23%;
  }

  .ws_merit_single {
    flex-basis: 100%;
  }

  .ws_support_list {
    display: block;
  }

  .ws_support_list_link {
    max-width: 100%;
    border-right: none;
    flex-basis: 100%;
  }

  .ws_support_list_link:nth-of-type(2) {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

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

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

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

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

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

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

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

  .flModal .flModalBody {
    overflow: auto;
    width: 90%;
    height: 90%;
  }

  .flModal .flModalBody .flModalContents__header img {
    width: 90%;
    height: auto;
  }

  .flModal .flModalBody .flModalContents__subcaption {
    font-size: 1.4rem;
  }

  .flModal .flModalBody .flModalContents__discount {
    display: block;
    width: auto;
  }

  .flModal .flModalBody .flModalContents__discount .discountDetails {
    display: block;
  }

  .flModal .flModalBody .flModalContents__discount .discountDetails .item {
    margin: 14px 0 0;
  }

  .cashless-del {
    width: 26px;
    height: 26px;
  }

  .cashless {
    bottom: 15px !important;
    width: 178px;
    padding: 10px 10px 8px 10px;
  }

  .cashless-del {
    width: 30px;
    height: 30px;
  }

  .cashless img {
    height: auto;
  }

  .cashless-pr {
    display: none;
  }

  .cashless .cashless_btn {
    display: none;
  }

  .cashless p {
    font-size: 10px !important;
  }

  .mvNews p {
    font-size: 1.2rem;
  }

  .pageHeadBnr p {
    font-size: 1.6rem;
  }

  .pageHeadBnr {
    margin: 0 auto 64px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 500px) and (max-width: 767px) {
  .windows-server__mv-left_copy {
    width: 60%;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1400px) {
  .windows-server__mv-inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .ws_about_contents figure {
    flex-basis: 45%;
  }

  .plan_more .reccommend__single {
    flex-basis: 48.5%;
  }

  .reccommend__single {
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 35px;
    flex-basis: 48.5%;
  }

  .reccommend__single {
    max-width: 100%;
    margin-top: 16px;
    margin-bottom: 35px;
    flex-basis: 48.5%;
  }

  .disp__s {
    display: none;
  }

  .ws_svSpec {
    padding: 70px 0;
  }

  .ws_svSpec__body {
    width: 90%;
    padding: 15px 0 0;
  }

  .ws_svSpec .tabList {
    font-size: 1.7rem;
    padding: 8px 0;
  }

  .ws_svSpec .tabContent {
    padding: 30px;
  }

  .windowsCampaign .two-column__single {
    justify-content: left;
  }

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

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

  .windowsCampaign .campaignButton {
    width: 60%;
  }

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

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

  .cashless {
    font-size: 14px;
  }

  .pageHeadBnr {
    max-width: 700px;
  }

  .pageHeadBnr img {
    width: 100%;
    height: auto;
  }
}

@media all and (-ms-high-contrast: none) {
  .ws_usage_table .tablebox__child {
    width: 135.7px;
  }

  .ws_usage .tablebox__doubleBox .doubleBoxCols {
    width: 135.7px;
  }

  .ws_license_table .tablebox__child {
    width: 135.7px;
  }
}

@media only screen and (max-height: 760px) {
  .flModal {
    align-items: initial;
  }

  .flModal .flModalBody {
    overflow: auto;
    height: 90%;
    align-items: initial;
  }
}
/*# sourceMappingURL=windows-server.css.map */
