@charset "UTF-8";
.mt-5 {margin-top: -5px;}
.mv {
  background-image: url(/person/img/price/mv.jpg);
}
.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
@media only screen and (max-width:640px) {
  .mv {
    background-image: url(/person/img/price/mv_sp.jpg);
  }
  .mv h1 img {
    max-width: 100%;
  }
  .section {
    padding: 20px 0;
  }
}
.section.no-bd-bottom {
  border-bottom: 0;
}
.first_container ul.list-security li {
  float: left;
  width: 19%;
  margin-right: 1.25%;
}

.first_container ul.list-security li:nth-child(5n) {
  margin-right: 0;
}

.first_container ul.list-security li a {
  display: block;
}

.first_container ul.list-security li p.ttl-list {
  font-size: 100%;
  font-weight: bold;
  margin: 5px 0;
  min-height: 4.2em;
  text-align: center;
  line-height: 20px;
  color: #1d50a3;
}
.first_container ul.list-security li img {
  width: 100%
}
.first_container ul.list-security li p.ttl-list + p {
  font-size: 80%;
  margin: 0;
  color: #666;
}
.first_container ul.list-security li p.ttl-item {
  /* color: #1d50a3; */
  font-size: 79%;
  /* font-weight: bold; */
  text-align: center;
  /* word-break: keep-all; */
}
.first_container ul.list-security li p.link-anchor {
  background: #1d50a3;
  color: #fff;
  text-align: center;
  position: relative;
  height: 30px;
  line-height: 30px;
  margin: -7px 0 0;
  font-size: 90%;
  font-weight: bold;
}
.first_container ul.list-security li p.link-anchor:after {
  content: '';
  position: absolute;
  background: url(/person/img/price/ico_down.png) no-repeat;
  width: 15px;
  height: 9px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
}
@media only screen and (max-width: 640px) {
  .first_container ul.list-security li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .first_container ul.list-security li .left-sp {
    width: 100%;
  }
  .first_container ul.list-security li .right-sp {
    width: 100%;
    padding-top: 20px;
  }
  .first_container ul.list-security li p.ttl-item  {
    font-size: 110%;
  }
  .first_container ul.list-security li p.ttl-list + p  {
    line-height: 20px;
    font-size: 100%;
  }
  .first_container ul.list-security li p.ttl-list {
    font-size: 127%;
    margin-top: 0;
    line-height: 15px;
    /* min-height: 0; */
  }
  .first_container ul.list-security li p.link-anchor  {
    font-size: 127%;
    height: 35px;
    line-height: 36px;

  }
}
.list-plan {
  margin-bottom: 60px;
}
.list-plan .ttl {
  float: left;
  width: 190px;
  background: #1d50a3;
  color: #fff;
  text-align: center;
  padding: 21px 0;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 1px;
}
.list-plan .txt {
  width: 780px;
  float: left;
  margin-left: 30px;
  font-size: 100%;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .list-plan {
    margin-bottom: 20px;
  }
  .list-plan .ttl {
    width: 19%;
    padding: 11px 5px;
    font-size: 90%;
  }
  .list-plan .txt {
    width: 78%;
    margin-left: 3%;
  }
}
.w-4 {width: 25%;}
table.priceTable {
  width: 100%;
}
table.priceTable,
table.priceTable tr,
table.priceTable td,
table.priceTable th {
  border: 1px solid #e5e5e5;
  border-collapse: collapse;
}
table.priceTable tbody td:empty,
table.priceTable tbody th:empty {
    background-image: linear-gradient(to top left, transparent, transparent 49%, #e5e5e5 49%, #e5e5e5 50%, transparent 50%, transparent);
}
table.priceTable td,
table.priceTable th {
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 30px 15px 26px;
}
table.priceTable tr:first-child th {
  padding: 16px 16px 15px;
}
table.priceTable td {
  vertical-align: middle;
}
table.priceTable tr:last-child td:last-child {
  vertical-align: middle;
}
table.priceTable th.bg-green,
table.priceTable td {
  font-size: 18px;
  line-height: 22px;
  vertical-align: middle;
}
table.priceTable th.bg-green {
  padding: 24px 15px 24px;;
}
table.priceTable th.bg-green a {
  display: inline-block;
  color: #1d50a3;
  font-size: 16px;
  margin-top: 7px;
  position: relative;
  padding-right: 12px;
}
table.priceTable th.bg-green a:after {
  content: '';
  position: absolute;
  background: url(/person/img/price/ico_right.png) no-repeat;
  width: 9px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}
.bg-green {
  background-color: #f6f9ff;
  color: #242424;
}
.bg-blue {
  background-color: #1d50a3;
  color: #fff;
}
.bg-white {
  background-color: #fff;
  color: #1d50a3;
}
table.priceTable label {
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 0 0;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 6px;
}
table.priceTable th.bg-green label {
  margin-bottom: 12px;
}
table.priceTable .price {
  font-size: 34px;
  font-weight: bold;
  display: table;
  margin: auto;
}
table.priceTable .price span {
  background: #1d50a3;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 10px 2px;;
  margin-right: 5px;
  vertical-align: middle;
}
table.priceTable .price small {
  font-size: 16px;
}
table.priceTable .initial-cost {
  background: #9da3ac;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
  text-align: center;
  margin-top: 13px;
}
table.priceTable .zero-yen {
  border: 2px solid #1d50a3;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  height: 23px;
}
table.priceTable .txt {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 5px;
}
table.priceTable .txt small {
  font-size: 11px;
}
@media only screen and (max-width:640px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  table.priceTable {
    width: 1000px;
  }
  table.priceTable td, table.priceTable th {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  table.priceTable th.bg-blue {
    font-size: 14px;
  }
  table.priceTable th.bg-green,
  table.priceTable td {
    font-size: 12px;
  }
  .w1000 {
    width: 1000px;
  }
}
.list-security01 {
  font-size: 0;
  margin-left: -11px;
  margin-right: -11px;
}
.list-security01 li {
  display: inline-block;
  width: 33.3333%;
  padding-left: 11px;
  padding-right: 11px;
  vertical-align: middle;
  text-align: center;
}
.list-security01 li p {
  margin: 0;
}
.list-security01 li img {
  width: 100%;
}
.list-security01 li .small-txt {
  font-size: 14px;
  font-weight: bold;
}
.list-security01 li .medium-txt {
  font-size: 17px;
  font-weight: bold;
}
.list-security01 li .large-txt {
  font-size: 28px;
  font-weight: bold;
  color: #1d50a3;
}
.list-security01 li .largex-txt {
  font-size: 48px;
  font-weight: bold;
  color: #1d50a3;
}
@media only screen and (max-width:640px) {
  .list-security01 {
    font-size: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .list-security01 li {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .list-security01 li .large-txt {
    font-size: 24px;
  }
  .list-security01 li .largex-txt {
    font-size: 38px;
  }
}
.link-detail-product {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.link-detail-product li {
  width: 33.3333%;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 23px;
  display: table;
  float: left;
}
.link-detail-product li a {
  background: #1d50a3;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 68px;
}
.link-detail-product li a span {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: block;
}
.link-detail-product li a span:after {
  content: '';
  position: absolute;
  background: url(/person/img/price/ico_right_white.png) no-repeat;
  width: 10px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
}
.link-detail-product li a:hover {
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width:640px) {
  .link-detail-product li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .link-detail-product li a {
    height: 60px;
    font-size: 14px;
  }
}

.list-price img {
 width: 70%;
}

.person-price-plan { display: flex; gap: 20px; justify-content: center;}
.person-price-plan__element { flex: 1; border: 1px solid #1d50a3; border-top: 5px solid #1d50a3; padding: 20px; border-radius: 10px; background: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.person-price-plan__element[data-color="blue"] { border-color: #1d50a3; }
.person-price-plan__element[data-color="green"] { border-color: #7cb342; }
.person-price-plan__element[data-color="orange"] { border-color: #ff9800; }
.person-price-plan__tag { margin-bottom: 10px; }
.person-price-plan__tag span { display: inline-block; background: #1d50a3; color: #fff; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 5px; }
.person-price-plan__element[data-color="blue"] .person-price-plan__tag span { background: #1d50a3; }
.person-price-plan__element[data-color="green"] .person-price-plan__tag span { background: #7cb342; }
.person-price-plan__element[data-color="orange"] .person-price-plan__tag span { background: #ff9800; }
.person-price-plan__upper { margin-bottom: 15px; padding: 10px; background: #ebf0f7; border-radius: 5px; }
.person-price-plan__element[data-color="blue"] .person-price-plan__upper { background: #ebf0f7; }
.person-price-plan__element[data-color="green"] .person-price-plan__upper { background: #e8f5e9; }
.person-price-plan__element[data-color="orange"] .person-price-plan__upper { background: #fff3e0; }
.person-price-plan__for { font-size: 12px; color: #1d50a3; font-weight: 700; }
.person-price-plan__target { font-size: 16px; font-weight: 700; color: #242424; }
.person-price-plan__middle { margin-bottom: 15px; }
.person-price-plan__plan { font-size: 16px; font-weight: 700; color: #1d50a3; }
.person-price-plan__content { font-size: 14px; padding: 10px; background: #ebf0f7; border-radius: 5px; font-weight: 700;}
.person-price-plan__element[data-color="blue"] .person-price-plan__content { background: #ebf0f7; }
.person-price-plan__element[data-color="green"] .person-price-plan__content { background: #e8f5e9; }
.person-price-plan__element[data-color="orange"] .person-price-plan__content { background: #fff3e0; }
.person-price-plan__feature { font-size: 16px; font-weight: 700; color: #1d50a3; }
.person-price-plan__feature-list { list-style: none; padding-left: 0; margin-top: 10px; }
.person-price-plan__feature-list li { font-size: 14px; padding-left: 20px; position: relative; margin-bottom: 8px; font-weight: 700;}
.person-price-plan__feature-list li:before { content: ''; position: absolute; left: 0; top: 5px; width: 15px; height: 15px; background: url(/common/image/icon-check.png) no-repeat; background-size: contain; }
@media only screen and (max-width:640px) {
  .person-price-plan { flex-direction: column; }
  .person-price-plan__element { width: 100%; }
}

.person-price__heading { font-size: 36px; font-weight: 700; color: #1d50a3; margin-bottom: 20px; text-align: center;}
.person-price__sub-heading { font-size: 24px; font-weight: 700; margin-bottom: 20px; text-align: center; line-height: 1.4;}
.person-price__sub-heading span { color: #fa6400; }
.person-price__lead { font-size: 16px; text-align: center; margin-bottom: 40px; color: #242424; }
.person-price__simulation .mimamori-section__table { margin-top: 30px; }
.person-price__simulation .mimamori-section__table th,
.person-price__simulation .mimamori-section__table td { text-align: center; position: relative;}
.person-price__simulation .mimamori-section__table .tag { font-size: 14px; font-weight: 700; color: #fff; background-color: #1d50a3; padding: 3px 5px; border-radius: 3px; margin-right: 10px; }
.person-price__simulation .mimamori-section__table .tag[data-color="green"] { background-color: #7cb342; }
.person-price__simulation .mimamori-section__table .reco { font-size: 14px; font-weight: 700; color: #fff; background-color: #d54200; padding: 3px 10px; border-radius: 3px; position: absolute; top: -20px; left: 50%; transform: translateX(-50%); }


.comparison_content { display: flex; gap: 20px; justify-content: center; margin-top: 20px; }
.comparison_content__element { flex: 1; border: 1px solid #1d50a3; border-radius: 10px; padding: 20px; background: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.comparison_heading { font-size: 20px; font-weight: 700; color: #1d50a3; margin-bottom: 10px; }
.comparison_list { list-style: none; padding-left: 0; }
.comparison_list li { font-size: 18px; padding-left: 20px; position: relative; margin-bottom: 8px; font-weight: 700; }
.comparison_list li::before { content:""; position: absolute; left: 0; top: 0; }
.comparison_list:not(.check) li:before { width: 5px; height: 5px; background-color: #1d50a3; border-radius: 50%; top: 12px; }
.comparison_list.check li:before { content: ''; position: absolute; left: 0; top: 7px; width: 15px; height: 15px; background: url(/common/image/icon-check.png) no-repeat; background-size: contain; }
.comparison_content__element .note { font-size: 14px; color: #666; margin-top: 10px; }
.comparison_content__element .note::before { content: '※'; font-weight: 700; margin-right: 5px; }
@media only screen and (max-width:640px) {
  .person-price__heading { font-size: 28px; }
  .person-price__sub-heading { font-size: 18px; }
  .comparison_content { flex-direction: column; }
  .comparison_content__element { width: 100%; }
  
}