@charset "UTF-8";

.used-detail-slidearea {
  position: relative;
  margin: 0 0 4px;
}

.used-detail-slidearea .ais-mark {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 60px;
  height: auto;
  z-index: 1;
}

.used-detail-slidearea .slick-slide p {
  margin: 12px 0 0;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.used-detail-slidearea .slick-prev {
  left: -25px;
  z-index: 1;
}

.used-detail-slidearea .slick-prev,
.used-detail-slidearea .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.used-detail-slidearea .slick-dots {
  bottom: 10px;
}

.used-detail-slidearea .slide-arrow {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
}

.used-detail-slidearea .prev-arrow {
  left: 0;
  width: 10%;
  z-index: 1;
  cursor: pointer;
}

.used-detail-slidearea .next-arrow {
  right: 0px;
  width: 10%;
  z-index: 1;
  cursor: pointer;
}

.used-detail-slidearea .detail-thumb {
  width: 100%;
  height: auto;
  margin: 8px auto 0;
}

.used-detail-slidearea .detail-thumb li {
  margin: 4px;
  opacity: 0.6;
  cursor: pointer;
}

.used-detail-slidearea .detail-thumb .slick-current {
  opacity: 1;
}

.used-detail-slidearea .slick-prev {
  left: 0;
}

.used-detail-slidearea .slick-next {
  right: 0;
}

.used-detail {
  position: relative;
}

.used-detail__summary {
  width: 100%;
  margin: 12px 0 0;
  display: table;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1142857143;
  text-align: center;
}

.used-detail__summary .table-area {
  display: table-cell;
  vertical-align: top;
  border-right: 3px solid #FFF;
}

.used-detail__summary .table-area--ttl {
  padding: 2px 8px;
  background: #EFEFEF;
}

.used-detail__summary .table-area--data {
  padding: 12px 8px 0;
}

.used-detail__summary .table-area--data span {
  margin-right: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 0.8666666667;
}

.used-detail__summary .table-area--evaluation--ttl {
  padding: 2px 8px;
  background: #EFEFEF;
}

.used-detail__summary .table-area--evaluation--data {
  display: flex;
  justify-content: space-between;
  padding: 12px 8px 0;
}

.used-detail__summary .table-area--evaluation .number-area span {
  margin-right: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 0.8666666667;
}

.used-detail__summary .table-area--evaluation .star-area span {
  display: inline-block;
}

.used-detail__summary .table-area--evaluation .star-area .star-ttl {
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 700;
}

.used-detail__summary .table-area--evaluation .star-area .star-rating {
  font-size: 14px;
}

.selling-point {
  margin: 32px 0 8px;
  padding: 8px 6px;
  background: #EFEFEF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1142857143;
}

.selling-point--title {
  margin: 0 0 4px;
  font-weight: bold;
}

.ais-rank--evaluation {
  margin: 0;
  padding: 0 8px;
  padding: 12px;
  border: solid 8px #EFEFEF;
  display: flex;
  justify-content: space-between;
}

.ais-rank--evaluation .score {
  width: 22%;
  text-align: center;
}

.ais-rank--evaluation .score__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.ais-rank--evaluation .score__number {
  margin: 12px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.ais-rank--evaluation .score__number span {
  font-size: 60px;
  font-weight: 700;
  line-height: 0.8333333333;
}

.ais-rank--evaluation .score-star {
  width: 30%;
}

.ais-rank--evaluation .score-star__area {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.ais-rank--evaluation .score-star__area .star-ttl {
  margin-right: 4px;
}

.ais-rank--evaluation .score-star__area li {
  display: inline-block;
  margin-right: 8px;
}

.ais-rank--evaluation .score-star__area li:last-of-type {
  margin-right: 0;
}

.ais-rank--evaluation .score-star__text {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3125;
}

.ais-rank--evaluation .score-ais {
  width: 15%;
  padding: 8px;
  text-align: center;
}

.ais-rank--evaluation .score-ais img {
  width: 80%;
}

.ais-rank--area {
  margin: 12px 0 0;
  width: 70%;
}

.ais-rank--area .rank-list {
  display: flex;
  justify-content: space-between;
}

.ais-rank--area .rank-list li {
  box-sizing: border-box;
  width: 9%;
  background: #EFEFEF;
  padding: 2%;
  text-align: center;
  font-size: 14px;
}

.ais-rank--area .rank-list .current {
  background: #CC0000;
  color: #FFF;
  font-weight: 700;
}

.ais-rank--area .rank-text {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 12px 0;
  padding: 4px 8px;
  width: 100%;
  background: #EFEFEF;
  border: solid 1px #CCC;
}

.ais-rank--area .rank-text:before {
  content: "";
  position: absolute;
  top: -20px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #CCC;
}

.ais-rank--area .rank-text p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}

.ais-rank--area .rank-s:before {
  left: 4%;
}

.ais-rank--area .rank-6:before {
  left: 14.4%;
}

.ais-rank--area .rank-5:before {
  left: 24.4%;
}

.ais-rank--area .rank-45:before {
  left: 35%;
}

.ais-rank--area .rank-4:before {
  left: 45%;
}

.ais-rank--area .rank-35:before {
  left: 55%;
}

.ais-rank--area .rank-3:before {
  left: 65%;
}

.ais-rank--area .rank-2:before {
  left: 75%;
}

.ais-rank--area .rank-1:before {
  left: 85%;
}

.ais-rank--area .rank-r:before {
  left: 95%;
}

.other-area__title {
  margin: 24px 0 12px;
  padding: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: dotted 1px #000;
}

.other-area__title:first-of-type {
  margin-top: 0px;
}

.other-area__overview,
.other-area__overview--2col {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.other-area__overview--img,
.other-area__overview--2col--img {
  text-align: center;
}

.other-area__overview--img img,
.other-area__overview--2col--img img {
  width: 100%;
}

.other-area__overview--list,
.other-area__overview--2col--list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 12px;
}

.other-area__overview--list li,
.other-area__overview--2col--list li {
  width: 22.7%;
  margin: 4px 4px;
  padding: 4px 4px;
  text-align: center;
}

.other-area__overview--list .large-on,
.other-area__overview--2col--list .large-on {
  color: rgba(204, 0, 0, 0.6);
  border: solid 1px rgba(204, 0, 0, 0.1);
  background-color: rgba(204, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.other-area__overview--list .large-off,
.other-area__overview--2col--list .large-off {
  color: rgba(0, 0, 0, 0.3);
  border: solid 1px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.other-area__overview--list li {
  width: 23.2%;
}

.other-area__overview--2col {
  display: flex;
  justify-content: space-between;
}

.other-area__overview--2col .left {
  width: 20%;
}

.other-area__overview--2col .right {
  width: 78%;
}

.other-area__basic--list {
  margin: 4px 0;
  width: 100%;
}

.other-area__basic--list th {
  width: 15%;
  padding: 4px 8px;
  background: #EFEFEF;
  border-top: solid 1px #CCC;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
  text-align: left;
}

.other-area__basic--list td {
  width: 20%;
  margin: 0;
  padding: 4px 8px;
  border-top: solid 1px #CCC;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
}

.other-area__basic--list tr {
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
}

.other-area__basic--list tr:last-child {
  border-bottom: solid 1px #CCC;
}

.other-area__price--list {
  width: 100%;
  margin: 4px 0;
}

.other-area__price--list th {
  width: 40%;
  padding: 4px;
  background: #EFEFEF;
  border-top: solid 1px #CCC;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
}

.other-area__price--list td {
  margin: 0;
  padding: 4px;
  border-top: solid 1px #CCC;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.other-area__price--list tr {
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
}

.other-area__price--list tr:last-child {
  border-bottom: solid 1px #CCC;
}

.feature-area {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #CCC;
  padding-bottom: 20px;
}

.feature-area__left {
  width: 68%;
}

.feature-area__right {
  width: 30%;
}

.floating-area {
  z-index: 3;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  background: #FFF;
  margin: 0 auto;
  padding: 16px 100px;
  border-top: solid 1px #CCC;
}

.floating-area .btn-area--2col {
  width: 1040px;
  margin: 0 auto;
}

.floating-area .simulation__button {
  display: inline-block;
  width: 20%;
  height: 40px;
  text-align: center;
  padding: 10px 8px 4px;
  border: solid 1px #000;
  font-size: 14px;
}

.floating-area .simulation__button span {
  display: block;
  font-weight: 700;
  line-height: 1.3;
}

.floating-area .choice-car {
  width: 60%;
  margin-top: 12px;
  margin-right: 8px;
}

.floating-area .choice-car--list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
}

.floating-area .choice-car--list li:first-of-type {
  width: 70px;
  height: auto;
  margin-right: 8px;
}

.floating-area .choice-car .car-name,
.floating-area .choice-car .price {
  font-weight: 700;
  margin-right: 4px;
}

.floating-area .plans__button {
  width: 45%;
  margin: 12px;
}

.floating-area .plans-price {
  font-size: 14px;
}

.floating-area .plans-price span {
  margin: 0 2px;
  font-size: 20px;
  font-weight: 700;
}

.ds-block {
  display: block;
}

.footer__bottom {
  padding-bottom: 150px;
}

.price-label-area {
  margin: 12px 0 0;
  text-align: right;
}

.price-label-area span {
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #aaa;
  background: #EFEFEF;
}

.sales-point {
  margin: 8px 0 0;
  padding: 8px;
  background: #EFEFEF;
}

.sales-point dt {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.sales-point dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.st0 {
  fill: #4B4B4B;
}

.popup {
  width: 660px;
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  display: none;
}

.popup__close {
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  position: absolute;
  top: -20px;
  right: -10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

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

.popup__button {
  border: 1px solid #CCC;
  display: block;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 14px;
  width: 470px;
  margin: auto;
  color: inherit;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.popup__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.popup__text {
  margin: 16px 0 0;
  font-size: 24px;
  line-height: 1.3;
}

.popup__contents {
  background-color: #FFF;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  border: 4px solid #CC0000;
  border-radius: 8px;
}

.popup__contents img {
  max-width: 100%;
  height: auto;
}

.popup__bg {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.popup-open {
  overflow: hidden;
}

.popup__contact {
  padding: 8px;
  background: #EFEFEF;
  border-radius: 4px;
}

.popup__contact .contact-area__inner--tel {
  font-size: 24px;
}

.popup__contact .contact-area__inner--fd img {
  margin-bottom: 10px;
}

.popup__contact--title {
  font-size: 16px;
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.popup__contents .plans__button {
  width: 520px;
  background-color: #CC0000;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 24px auto 0;
  padding: 0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.popup__contents .plans__button:active {
  transform: translateY(4px);
  box-shadow: none;
}

.popup__contents .plans__button--icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #9c0101;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  width: 1em;
  padding: 8px;
  display: flex;
  align-items: center;
  border-radius: 4px 0 0 4px;
  line-height: 1;
}

.popup__contents .plans__button:active .plans__button--icon {
  transform: translateY(4px);
  box-shadow: none;
  top: -4px;
  bottom: 4px;
}

.popup__contents .plans__button--cap {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
}

.popup__contents .button__entry--link {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 24px;
}

.accordion-area .col2 {
  display: flex;
  justify-content: flex-start;
}

.accordion-area .col2 .note-text {
  width: 60%;
  display: block;
  margin-left: 8px;
  font-size: 11px;
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
}

.accordion-area .col2 .note-text:before {
  content: "※";
}

.detail-slider,
.detail-thumb {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.detail-slider.slick-initialized,
.detail-thumb.slick-initialized {
  opacity: 1;
}

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

.price__item {
  width: 48%;
  border-top: 3px solid #CCC;
  padding-top: 8px;
  text-align: center;
}

.price__item:first-child {
  color: #C00;
  border-top-color: #C00;
}

.price__title {
  font-size: 14px;
  font-weight: 700;
}

.price__price {
  margin-top: 8px;
}

.price__price--monthly {
  font-size: 16px;
  font-weight: 700;
}

.price__price--value {
  margin: 0 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 30px;
}

.price__price--unit {
  font-size: 16px;
  font-weight: 700;
}

.price__price--bonus {
  margin-top: 8px;
  color: #000;
  font-size: 13px;
}

.icon__ev {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  width: 100%;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
}

.icon__ev li {
  background-color: #eee;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin-bottom: 5px;
  padding: 8px 16px;
}

.plans__price {
  margin: 4px 0;
  font-size: 16px;
  text-align: center;
}

.plans__price span {
  padding: 0 4px;
  font-size: 32px;
  font-weight: 700;
}

.plans-step__set {
  position: relative;
}

.plans-step__step {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
}

.plans-step__title {
  width: 100%;
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  padding: 8px 4px;
  background-color: #000;
  color: #FFF;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  box-sizing: border-box;
}

.plans-step__title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #000;
}

.plans__include {
  width: 70%;
  position: relative;
  margin: 8px auto 16px;
  padding: 8px 4px;
  background-color: #FFF;
  border: solid 2px #C00;
  border-radius: 4px;
  color: #C00;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  box-sizing: border-box;
}

.plans__include:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.plans__include:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -13px;
  border: 10px solid transparent;
  border-top: 10px solid #C00;
  z-index: 1;
}

.simulation {
  margin: 0 0 12px;
  clear: both;
}

.simulation .simulation__heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}

.simulation .simulation__plan {
  margin-top: 1px;
}

.simulation .simulation__data {
  font-size: 13px;
  line-height: 1.3;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.simulation .simulation__data::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 12px solid #FFF;
  position: absolute;
  z-index: 2;
  bottom: -12px;
  left: 16px;
}

.simulation .simulation__data::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 12px solid #CCC;
  position: absolute;
  bottom: -13px;
  left: 16px;
  z-index: 1;
}

.simulation .premium-plan::before {
  border-top: 12px solid #b8860b;
}

.simulation .light-plan::before {
  border-top: 12px solid #6c6c6c;
}

.simulation .simulation__data--title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  width: 8em;
  border-right: 1px solid #CCC;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.simulation .simulation__data--icon {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-left: 2px;
}

.simulation .simulation__select {
  width: 100%;
  height: 72px;
  text-align: left;
  padding: 10px 20px 10px 10px;
  position: relative;
  background-color: #FFF;
  border: solid 1px #000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.simulation .simulation__select::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px dashed;
  border-color: #333 transparent;
  pointer-events: none;
  border-top-style: solid;
  border-bottom: none;
}

.simulation .simulation__select:hover {
  background-color: rgba(204, 0, 0, 0.1);
}

.simulation .simulation__select--value {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.simulation .simulation__select--breakdown {
  display: block;
  font-size: 11px;
  line-height: 1.3;
}

.simulation .simulation__select--breakdown em {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0.2em;
}

.simulation .simulation__grade--caption {
  font-size: 12px;
  line-height: 1.5;
  top: 0;
  left: 70px;
  z-index: 40;
  background-color: #fff8bd;
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.simulation .simulation__grade--caption.is-open {
  opacity: 1;
  height: auto;
  visibility: visible;
  padding: 16px 16px 8px;
  margin-top: 1px;
}

.simulation .simulation__grade--caption li {
  text-indent: -1em;
}

.simulation__other {
  margin: 12px 0 0;
}

.simulation__other--title {
  margin: 0 0 8px;
  font-weight: 700;
}

.simulation__other--list {
  margin: 4px 0 0;
}

.simulation__other--list li {
  display: inline-block;
  margin: 0 0 6px;
  padding: 4px;
  font-size: 13px;
  border: solid 1px #EFEFEF;
  background: #EFEFEF;
  border-radius: 12px;
}

.simulation__other--list--icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  vertical-align: top;
}

.plans__select {
  margin: 0 auto 8px;
  padding: 8px 16px 16px;
}

.plans__button {
  width: 100%;
  background-color: #CC0000;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  padding: 14px 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 8px 0 0;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.plans__button:active {
  /*ボタンを押したとき*/
  transform: translateY(4px);
  /*下に動く*/
  box-shadow: none;
  /*線を消す*/
}

.button__entry--icon {
  position: absolute;
  width: 1em;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #9c0101;
  border-radius: 4px 0 0 4px;
  padding: 8px;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1;
}

.plans__button--small {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}

.plans__button--small--first {
  font-size: 14px;
  line-height: 1.5;
}

.plans__button--cap {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 8px;
  text-align: center;
}

.plans__button--price {
  padding: 0 2px;
}

.plans__explain {
  display: inline-block;
  background-color: #FF9800;
  color: #fff;
  text-decoration: none;
  width: 1em;
  height: 1em;
  padding: 4px;
  border-radius: 1em;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin-left: 4px;
}

/*金額表示*/

.plans__price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 14px;
}

.plans__price--value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 3px;
}

.plans__price--tax {
  font-size: 11px;
  margin: 0 -0.3em;
  display: inline-block;
}

.plans__price--unit {
  font-size: 12px;
  line-height: 1.5;
}

.plans__price--small {
  font-size: 14px;
  text-align: right;
  background-color: #f6f6f6;
  padding: 8px;
  margin: 6px 0 0;
}

.modal__select--list--years {
  display: flex;
  flex-direction: column;
}

.modal__select--list--years li {
  width: 100%;
}

.modal__select--years-title {
  font-size: 14px;
  font-weight: 700;
}

.modal__select--price {
  text-align: center;
}

.modal__select--price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.modal__select--cap {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.modal__select--button {
  text-align: center;
  font-size: 16px;
  color: #FFF;
  background-color: #333;
  padding: 16px;
  margin-top: auto;
  width: 90%;
}

.radio-plan::before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 8px;
  width: 22px;
  height: 22px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio-plan::after {
  content: "";
  position: absolute;
  border-width: 4px;
  top: 42%;
  left: 12px;
  right: auto;
  width: 11px;
  height: 4px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  transform: rotate(135deg);
  margin: auto;
}

.radio-button {
  display: none;
}

.radio-button:checked + .radio-plan::before {
  background-color: #C00;
  border-color: #C00;
}

.radio-button:checked + .radio-plan::after {
  opacity: 1;
}

.radio-button {
  display: none;
}

.radio-button:checked + .radio-plan-years::before {
  background-color: #C00;
  border-color: #C00;
}

.radio-button:checked + .radio-plan-years::after {
  opacity: 1;
}

.radio-plan-years {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px;
  box-sizing: border-box;
  height: 100%;
  border-bottom: 1px solid #CCC;
  cursor: pointer;
}

.radio-plan-years::before {
  position: absolute;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 18px;
  width: 22px;
  height: 22px;
  margin: 2px 0 0;
  content: "";
}

.radio-plan-years::after {
  position: absolute;
  left: 4%;
  top: 40%;
  content: "";
  width: 8px;
  height: 5px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  transform: rotate(135deg);
  opacity: 0;
}

.modal__select--list--title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 4px;
  font-size: 13px;
  border-bottom: solid 1px #CCC;
  padding-left: 43px;
}

.modal__select--list--title li {
  text-align: center;
}

.modal__select--list--title li:first-child {
  width: 30%;
}

.plans-step__popup--close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #EFEFEF;
  border: none;
  padding: 8px;
}

.plans-step__popup--years,
.plans-step__popup--maintenance,
.plans-step__popup--bonus {
  display: none;
  position: absolute;
  width: 300px;
  padding: 20px 10px;
  background-color: #FFF;
  border: solid 1px #000;
  z-index: 3;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
}

.plans-step__popup--maintenance ul li,
.plans-step__popup--bonus ul li {
  margin-bottom: 8px;
  border: solid 1px #CCC;
}

.plans-step__popup--bonus {
  right: 0;
}

.plan-name {
  font-size: 24px;
}

.premium-plan {
  border: solid 1px #b8860b !important;
  background: linear-gradient(to bottom, #FFF, #FFF 30%, #edcd7d);
}

.premium-plan .sub-title {
  font-weight: 700 !important;
}

.light-plan {
  border: solid 1px #6c6c6c !important;
  background: linear-gradient(to bottom, #FFF, #FFF 30%, #CCC);
}

.light-plan .sub-title {
  font-weight: 700 !important;
}

.txt-show {
  position: relative;
  overflow: hidden;
}

.txt-show::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 90px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
  z-index: 1;
}

.guide-open {
  max-height: 2000px !important;
  transition: all 1s ease;
}

.guide-open::before {
  background: transparent;
}

.txt-hide {
  display: none;
}

button.readmore-btn {
  margin: 20px auto;
  display: block;
  border: 2px solid #C00;
  background-color: #fff;
  color: #C00;
  border-radius: 4px;
  padding: 10px 15px;
  outline: 0;
  transition: 0.5s;
  -erbkit-transition: 0.5s;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

button.readmore-btn::after {
  content: "もっと見る ＋";
  transition: 0.2s;
  -erbkit-transition: 0.2s;
}

button.readmore-btn.on-click::after {
  content: "閉じる －";
}

@media screen and (min-width: 640px) {
  .popup__button:hover {
    color: #FFF;
    background-color: #CC0000;
    border-color: #CC0000;
  }

  .accordion-area .col2 .note-text {
    margin-top: 8px;
    font-size: 12px;
  }

  .plans-step {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .plans-step__set {
    width: 32%;
  }

  .modal__select--years-title {
    width: 30%;
    padding-left: 40px;
  }

  .plans-step__popup--close {
    cursor: pointer;
  }

  .txt-show {
    max-height: 140px;
  }

  button.readmore-btn {
    cursor: pointer;
    width: 180px;
  }
}

@media screen and (max-width: 640px) {
  .popup {
    width: 320px;
    height: auto;
  }

  .popup__close {
    top: -17px;
    right: -6px;
  }

  .plans__price {
    padding: 4px;
  }

  .modal__select--cap {
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 0;
  }

  .modal__select--cap br {
    display: none;
  }

  .modal__select--button {
    display: none;
  }

  .radio-plan {
    padding: 10px 0 10px 40px;
  }

  .radio-plan::after {
    border-width: 3px;
    top: 45%;
    left: 12px;
    right: auto;
    width: 11px;
    height: 4px;
  }

  .radio-plan-years {
    min-height: 30px;
    display: block;
    padding: 12px 12px 12px 44px;
  }

  .radio-plan-years::before {
    top: 12px;
    left: 12px;
  }

  .radio-plan-years::after {
    top: 20px;
    left: 17px;
  }

  .txt-show {
    max-height: 180px;
  }

  .text-readmore .txt-show {
    max-height: 100px;
  }

  .price-table .text-readmore .txt-show {
    max-height: 180px;
  }
}