@charset "euc-jp";
.contents {
  text-align: center;
}

.contents p {
  line-height: 2;
  text-align: left;
}

.pageTitle h1 {
  margin: 55px auto;
}


/* プランの価格の特徴 */

.plan__pricing__features {
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 15px 40px;
  margin-bottom: 5px;
}


/* プランの価格の合計 */

.plan__pricing__sum {
  margin-bottom: 20px;
}

.plan__pricing__sum img {
  vertical-align: top;
}

.plan__pricing__ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.plan__pricing__features ol {
  display: flex;
  justify-content: space-between;
}

.plan__pricing__features ol li {
  width: 100px;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}

.plan__pricing__features ol li img {
  display: block;
  margin: 0 auto 10px;
}

.plan__pricing__features ol li:nth-child(2) img {
  margin-bottom: 20px;
}

.note {
  font-size: 12px;
}


/* ストアプラン */

.plan__pricing__store-plans {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.plan__pricing__store-plans dl {
  width: 350px;
  border: 1px solid #d2d2d2;
  border-radius: 15px;
}

.plan__pricing__store-plans dl dt {
  color: #bf0000;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  border-bottom: 2px solid #bf0000;
}

.plan__pricing__store-plans dl dd {
  padding: 10px;
}

.plan__pricing__store-plans dl dd p {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

.plan__pricing__store-plans dl dd p.monthly-fee {
  font-size: 18px;
}

.monthly-fee-big {
  font-size: 34px;
}

.plan__pricing__store-plans dl dd p.payment-option {
  font-size: 15px;
}

.plan__pricing__store-plans dl dd .fs22 {
  font-size: 22px;
}

.plan__pricing__store-plans dl dd.bg-gray {
  background-color: #f7f7f7;
}

.plan__pricing__store-plans dl dd sup {
  font-size: 12px;
}

.store-plans__ganbare {}

.pricing__common-fee {
  width: 100%;
  border-top: 2px solid #e7e7e7;
  margin-bottom: 10px;
}

.pricing__common-fee th {
  font-weight: bold;
  width: 360px;
  background-color: #fff;
}

.pricing__common-fee th, .pricing__common-fee td {
  font-size: 18px;
  padding: 25px 20px;
  text-align: left;
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom: 2px solid #e7e7e7;
}

.pricing__common-fee sup {
  font-size: 12px;
}


.plan__cost-simulation {
  margin-bottom: 80px;
}

.plan__cost-simulation_Sales {
  border-radius: 15px;
  background-color: #fcf2f1;
  padding: 30px;
  margin-bottom: 30px;
}

.plan__cost-simulation_Sales h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 42px;
}

.plan__cost-simulation_Sales h2 img {
  vertical-align: top;
  margin-right: 15px;
  margin-top: 3px;
}

.plan__cost-simulation_select {
  width: 740px;
  display: flex;
  justify-content: space-between;
  margin: 0px auto 20px;
}

.plan__cost-simulation_select:last-child {
  margin-bottom: 0;
}

.plan__cost-simulation_selector {
  width: 350px;
  font-size: 16px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url('https://r.r10s.jp/ec/plan/img/arrow-selector.png') no-repeat right 12px center;
}

.plan__cost-simulation_table {
  width: 100%;
  border-top: 3px #bf0000 solid;
}

.plan__cost-simulation_table th, .plan__cost-simulation_table td {
  padding: 15px 30px;
  font-size: 18px;
  position: relative;
  border:none;
  
}

.plan__cost-simulation_table tr.plan_name {
  color: #bf0000;
  font-weight: bold;
}

.plan__cost-simulation_table tr.plan_name th, .plan__cost-simulation_table tr.plan_name td {
  padding-top: 20px;
}

table.plan__cost-simulation_table th {
  text-align: left;
  background-color: transparent;
}

.plan__cost-simulation_table td {
  text-align: right;
}

.plan__cost-simulation_table tr.bgG {
  background-color: #f7f7f7;
}

.plan__cost-simulation_table tr#card th, .plan__cost-simulation_table tr#card td {
  padding-bottom: 20px;
}

.plan__cost-simulation_table tr#card th::after, .plan__cost-simulation_table tr#card td::after {
  content: "";
  display: block;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
}

.plan__cost-simulation_table tr.plan__pricing__total th, .plan__cost-simulation_table tr.plan__pricing__total td {
  border-top: 2px solid #000;
}

.plan__cost-simulation_table tr.plan__pricing__total th {
  text-align: right;
  font-size: 24px;
  font-weight: bold;
}

.plan__cost-simulation_table tr.plan__pricing__total td#ganbare, .plan__cost-simulation_table tr.plan__pricing__total td#standard, .plan__cost-simulation_table tr.plan__pricing__total td#mega {
  font-weight: bold;
  color: #bf0000;
}

.plan__cost-simulation_table tr.plan__pricing__total td span {
  font-size: 26px;
}
.plan__cost-simulation_table sup {
  font-size: 12px;
}
.cost-simulation-summary .txLink {
  font-size: 12px;
}

.cost-simulation-summary h5 {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}

.cost-simulation-summary_table {
  width: 100%;
}

.cost-simulation-summary_table th, .cost-simulation-summary_table td {
  padding: 3px 12px;
  font-size: 12px;
  border: 1px solid #c6c6c6;
  text-align: left;
  white-space: nowrap;
}

.cost-simulation-summary_table th {
  color: #fff;
  font-weight: bold;
  background-color: #4d4d4d;
  text-align: center;
}

.plan__selection-point {}

.plan__selection-point_box {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}

.plan__selection-point__con {
  width: 530px;
  border: 4px solid #bf0000;
  border-radius: 15px;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}

.mk-point {
  margin-top: -25px;
  margin-bottom: 5px;
}

.mk-point img {
  vertical-align: top;
}

.plan__selection-point__ttl {
  font-size: 30px;
  color: #bf0000;
  font-weight: bold;
  text-align: center !important;
  margin-bottom: 0;
}

.contents p.plan__selection-point__lead {
  font-size: 20px;
  text-align: center !important;
  line-height: 1.6;
  margin-bottom: 5px;
}

.contents p.plan__selection-point__note {
  font-size: 16px;
  text-align: center !important;
  margin-bottom: 10px;
}

.plan__selection-point__table {
  width: 465px;
  margin: 50px auto 0;
}

.plan__selection-point__table tr {
  border-bottom: 1px solid #c6c6c6;
}

.plan__selection-point__table tr th, .plan__selection-point__table tr td {
  padding: 20px 0;
  text-align: left;
  font-weight: bold;
  border:none;
}

.plan__selection-point__table tr th {
  font-size: 22px;
  background: url('https://r.r10s.jp/ec/plan/img/arrow__icon.png') no-repeat right 50%;
}

.plan__selection-point__table tr td {
  font-size: 24px;
  padding-left: 20px;
  width: 200px;
}

.indent {
  text-indent: -2em;
  padding-left: 2em;
  display: inline-block;
}