@charset "utf-8";
/* CSS Document */

.rms-contents{
width: 100%;
}

p.lead-txt-first {
    font-weight: bold !important;
    margin-top: 25px !important;
}

h2{
margin: 30px 0 10px;
}

/* Overwrite */

#productBOX {
    margin: 0;
}
#leadBOX h1{
font-weight:bold !important;
}
.cart_bottom_txt {
    margin-bottom: 2em;
    background: #e2f1ff;
    padding: 10px 0;
}
.cart_bottom_txt p {
    font-size: 14px !important;
}

/* バージョンアップポイント */

#version-up-point:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

#version-up-point .image{
float: left;
margin-right: 30px;
margin-bottom: 10px;
}

#version-up-point .text{
font-weight: bold;
margin-left: 225px;
}

/* 比較表 */

div#compare {
    margin-top: 1rem;
}

div#compare {
  margin-top: 1rem;
  padding-top: var(--mwsc__clear-space-content--h);
  border-top: var(--mwsc__content_border);
}

#compare h2 {
  text-align: center;
  font-weight: bold;
  color: var(--color_font_mid);
  margin: 0 auto;
  font-size: var(--mwsc__heading-size--h2);
  margin: 0 0 3rem;
}

table.rms-chart{
border-top:1px solid #888;
border-left:1px solid #888;
width: fit-content;
margin: 0 auto;
}

table.rms-chart tr th,
table.rms-chart tr td{
border-right:1px solid #888;
border-bottom:1px solid #888;
padding: 5px 10px;
font-size: 15px;
}

table.rms-chart thead th{
border-top:1px solid #888;	
text-align: center;
font-size: 12px;
}

table.rms-chart tbody tr th{
font-weight: normal;
text-align: left;
}

table.rms-chart tbody tr td{
text-align:center;
}

table.rms-chart tr th,
table.rms-chart tr th strong{
  font-weight: normal;
}
/*table.rms-chart tr td{
  display: none;
}*/
table.rms-chart tr td:last-child {
  display: table-cell;
  background-color: #ffefd2;
}
table.rms-chart tr.thead td{
  font-weight: bold;
}
table.rms-chart tr.thead td p{
  font-weight: bold;
  white-space: pre-wrap;
}
table.rms-chart tr.thead td.prev p::before{
  content: "今お持ちの製品";
}
table.rms-chart tr.thead td.new_highrank p::before{
  content: "最新版への\Aバージョンアップ";
}
table.rms-chart .center{
text-align: center;
}
table.rms-chart-product-name .product_name,
table.rms-chart-price td{
font-weight: bold;
}

table.rms-chart .icon_new::before{
  content: "◯ ";
}
table.rms-chart .icon_new::after{
  content: "NEW";
  color: #d00;
}
table.rms-chart .color_red{
  color: #d00;
}
  table.rms-chart .icon_powerup::before {
    content: "◯ ";
  }

  table.rms-chart .icon_powerup::after {
    content: "POWERUP";
    color: #d00;
  }


/*追加*/

#ph_content_0_Cart2 input[name="BuyComId"] {
    width: 22px;
    height: 22px;
}
#ph_content_0_Cart2 input[type="radio"] {
    cursor: pointer;
}
#qa * {
    font-size: 14px;
}


/* -------------------------------------------------------------
 About Service
------------------------------------------------------------- */

#main #mainBOX H1 {
    text-align: center;
    font-weight: normal;
    font-size: 24px !important;
    font-weight: normal;
}

#leadBOX .lead-txt-txt {
    margin: 0 0 1em;
}

.lead-txt-index {
    font-weight: normal;
}

.ver-name {
    font-weight: bold;
}



/**********カート下テーブル1**********/
.service-table {
    width: 100%;
}

.service-table th {
    text-align: center;
    width: 35%;
    font-size: 14px;
    background-color: #def1ff;
}

.service-table td {}

.service-table td ul {
    column-count: 2;
    margin: 0 auto;
    column-gap: 10px;
}
tr.empty, tr.empty td {
    height: 0;
    font-size: 0;
}

td.func-index {
    text-align: center;
    padding: 0 0 0.5em !important;
    font-size: 14px;
    font-weight: bold;
}

.service-table tr {}

.service-table td,
.service-table th {
    border-bottom: 1px solid #bbd5ee;
    padding: 1.5em 1em;
}

.link-txt-arrow {
    margin: 10px;
    display: flex;
    align-items: center;
    color: #0000ee;
}

.txt-caption {
    font-size: 12px;
}

.link-txt-arrow::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-right: solid 2px #0000ee;
    border-bottom: solid 2px #0000ee;
    -webkit-transform: rotate(45deg) translateY(-10%);
    transform: rotate(-45deg) translateY(-50%);
    margin: 5px 0px 0px 5px;

}

#mainBOX .service-table .add-point {
    margin: -40px auto 10px;
    text-align: center;
    background-color: #bbd5ee;
    width: 90px;
    padding: 0.5em;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ion-ios-add-circle:before {
    font-size: 22px;
    color: #0068b6;
    margin: 0 5px 0 0px;
}

/******通常プランとバリュープランの違いについて******/
#diff {
    border-top: 1px #666 solid;
    margin-top: 2em;
}

/**********カート下テーブル2**********/
.fude-rms-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.fude-rms-table th {
    background-color: #def1ff;
    width: 25%;
}

.fude-rms-table .first-th {
    width: 20%;
}



.fude-rms-table th,
.fude-rms-table td {
    padding: 1em 0.5em;
    text-align: center;
    height: 3.5em;
    font-size: 15px;
    border-bottom: 1px solid #bbd5ee;
    ;
}

.link-txt {
    text-align: center;
}

/**********qa**********/
.qa-a {
    color: #CC0033;
    font-weight: bold;
}

.qa-q {
    color: #0066CC;
    font-weight: bold;
}
