@charset "utf-8";

/* denki */
a.otegaldenkilink {
  font-weight: bold;
  text-decoration: none;
}

span.otegaldenkistrong {
  font-weight: bold;
  margin: 0 10px;
}
span.imanaeastrong {
  font-weight: bold;
  letter-spacing: 4px;
}

/* --- CONTENTS --- */

#family,
#mansion,
#option,
#fee {
  margin: 60px 0;
}

#family h2,
#mansion h2,
#option h2,
#fee h2 {
  font-size: 115%;
  font-weight: bold;
  margin: 5px 0;
}

.innerblock p {
  margin: 10px 0;
}

.innerblock table.table-price,
.innerblock table.table-option {
  border-collapse: collapse;
  border: 2px solid #000;
  background-color: #fff;
  width: 100%;
}

.innerblock table.table-price th,
.innerblock table.table-price td,
.innerblock table.table-option th,
.innerblock table.table-option td {
  padding: 10px;
  border: 2px solid #000;
}

.innerblock table.table-price th {
  width: 50%;
  text-align: left;
}

.innerblock table.table-price td {
  font-weight: bold;
  width: 50%;
  text-align: right;
}

.innerblock table.table-option th {
  width: 25%;
  text-align: left;
}

.innerblock table.table-option th.title,
.innerblock table.table-option td.title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #000;
}

.innerblock table.table-option th.title {
  border-right: 2px solid #fff;
}

.innerblock table.table-option td {
  width: 25%;
  text-align: right;
}

list-compare table.table-option {
  width: 25%;
  text-align: right;
}

.op_li p {
  margin: 10px 0;
}

.op_li table.table-price,
.op_li table.table-option {
  border-collapse: collapse;
  border: 2px solid #000;
  background-color: #fff;
  width: 100%;
}

.op_li table.table-price th,
.op_li table.table-price td,
.op_li table.table-option th,
.op_li table.table-option td {
  padding: 10px;
  border: 2px solid #000;
}

.op_li table.table-price th {
  width: 50%;
  text-align: left;
}

.op_li table.table-price td {
  font-weight: bold;
  width: 50%;
  text-align: right;
}

.op_li table.table-option th {
  width: 25%;
  text-align: left;
}

.op_li table.table-option th.title,
.op_li table.table-option td.title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #000;
}

.op_li table.table-option th.title {
  border-right: 2px solid #fff;
}

.op_li table.table-option td {
  width: 25%;
  text-align: right;
}

/* button */
.btn-simulation {
  width: 70%;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0 auto;
}

.btn-simulation a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  border-radius: 60px;
  border: 2px solid #000;
  background-color: #fff;
}

.btn-simulation a:hover {
  color: #f7088f;
  border: 2px solid #f7088f;
}

.border {
  padding: 35px 0 0 0;
  margin-bottom: 40px;
  border-bottom: 2px dotted #000;
}

@media screen and (max-width: 1150px) {
  /* button */
  .btn-simulation {
    width: 100%;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    margin: 30px auto 0 auto;
  }
}

/* おてがるWiFi */
.otegal-wifi-show-case {
  padding-top: 30px;
}
h3.otegalwifi-seller-voice {
  font-size: 20px;
  line-height: 120%;
  font-weight: bold;
}
del {
  background-image: linear-gradient(#fe3464, #fe3464);
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  color: #888;
  margin: 0 0.4em;
  text-decoration: none;
}
span.sp-price-original {
  font-size: 25px;
  font-weight: bold;
}
table.sp-price-wifi {
  color: #737373;
}
span.sp-price {
  font-size: 30px;
  font-weight: bold;
  /* border-bottom: solid 2px; */
  color: #ff2c7a;
}
tr.sp-price-color {
  background-color: #c7c7c7;
}
tr.sp-price-color th {
  text-align: center;
}
tr.sp-price-color td {
  text-align: center;
}
th.sp-price-panel {
  line-height: 190%;
  font-size: 15px;
}
span.sp-price-big {
  font-size: 40px;
  font-weight: bold;
}
span.sp-price-big2 {
  font-size: 20px;
  font-weight: bold;
}

.v6-pagelink {
  width: 289px;
  height: auto;
  padding: 1px;
  text-align: center;
  background: linear-gradient(to right bottom, #0dbbe0, #f7088f);
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 2px 2px 13px #f7088f;
}
.v6-pagelinkinner {
  background-color: #000;
  border-radius: 10px;
}

.v6-pagelinkinner a {
    font-weight: bolder;
    animation: p-bg-color 5s infinite;
    -webkit-animation: p-bg-color 5s infinite;
    background: #FFF;
    font-weight: bold;
    font-size: 20px;
    -webkit-background-clip: text;
    color: transparent;
    text-align: center;
    display: block;
    padding: 5% 5%;
    text-decoration: none;
}

@media screen and (max-width: 400px) {
  .v6-pagelink {
    width: 80vw;
  }
}

/* wifi */
table.wifi-area th {
  width: 30%;
  text-align: left;
}
p.small-disc-wifi {
  font-size: 11px;
  line-height: 140%;
}
table.wifi-area tr {
  border-bottom: solid 1px;
  line-height: 240%;
  font-size: 12px;
}
.wifi-area {
  width: 100%;
  display: none;
}

p.areaopenbtn a {
  display: block;
  width: 230px;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}
.wifi-area-open {
  display: block;
}

/* option */
table.table-option.omimaikin td.title {
  background-color: #dae1ef;
  color: #000;
}
table.table-option.omimaikin th.title {
  background-color: #dae1ef;
  color: #000;
  border-right: solid #000 2px;
}

.anshinhosyou-zyuyozikou {
  display: block;
  border: solid 2px;
  padding: 20px;
  word-wrap: break-word;
  height: 200px;
  overflow: auto;
}
p.anshinhosyo-catch {
  font-size: 32px;
  font-weight: bold;
}

p.adcleaner-catch {
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 440px) {
  p.adcleaner-catch {
    font-size: 21px;
    font-weight: bold;
  }
}

.omimaikin-box {
  background-color: #fff;
  padding: 10px;
  border: solid 2px;
}
p.omimaikin {
  font-size: 17px;
  font-weight: bold;
}
span.omimaikin {
  font-weight: bold;
  background-position: 0 15px;
  background-image: linear-gradient(107deg, #ebff00, #ebff00);
  background-repeat: no-repeat;
}
p.menseki {
  font-size: 17px;
  font-weight: bold;
}
p.mensekishinsei-ttl {
  font-size: 17px;
  font-weight: bold;
}
ul.menseki-syorui {
  border: solid 2px #000;
  padding: 10px;
}
