@-webkit-keyframes speed {
  to {
    opacity: 1;
  }
}

@keyframes speed {
  to {
    opacity: 1;
  }
}

#footer {
  margin-top: 0;
}
.price-system__box{ background:#ECF3FA;}

.mod-readmore-price{
  width:80%;
  margin: 0 auto;
  margin-top: 4rem;
  padding: 35px 100px;
}

.text{
  text-align: center;
}

 .number{
  font-size: 2.8rem;
}

 .yen{
  font-size: 2.3rem;
}


.price_btn_area{
  margin-top: 30px;
  margin-bottom: 80px;
}

.price_btn_area p{
  text-align: center;
  margin-bottom: 15px;
}

.price_btn {
  text-align: center;
  margin: 0 auto;
  background-color: #001f4c;
  width: 300px;
  border-radius: 6px;
  height: 60px;
  line-height: 60px;
}

.price_btn:hover{
 opacity: 0.8;
}

.price_btn a {
  color: #fff;
  display: block;
  font-size: 15px;
  width: 300px;
}

#price{
  font-size: 2em;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #004ea1;
  color: #001f4c;
  text-align: center;
}

.price-text{
  font-size: 1.2em;
  line-height: 1.8em;
  text-align: center;
}

#priceTitle{
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.priceCon{
  box-sizing: border-box;
  border: 5px solid #efefef;
  max-width: 750px;
  margin:0 auto;
  width:90%;
  padding: 2em 1em;
  text-align: center;
}
.priceCon p{
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px
}
.priceCon p span{
  font-size: 3em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;;
}
div#ma .price-text2{
  margin-top: 0px;
  line-height:3em;
}

.priceCon2 a{
  background: #004ea1;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  box-sizing: border-box;
  width: 50%;
}

.priceCon2 a:hover{
  background: #eb6202;
  transition: 0.2s;
}

@media screen and (min-width:768px) {
  .is-sp {
    display: none;
  }
  .priceCon2{ padding-bottom: 0px;}
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: inline;
  }
  #priceTitle{
    font-size: 1.5em;
    margin-bottom: s20px;
  }
  div#evma p + p{ font-size: 1.3em;}
  .priceCon2 a{
    width: 75%;
  }
}
@media screen and (max-width: 991.98px){
 .mod-readmore-price{
   width: 100%;
   padding: 40px 15px 10px;
 }
}

/*2512price*/


/*2512table*/
.price-table-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
}

.price-table {
  width: 100%;
  min-width: 500px; /* 崩れ防止の最小幅 */
  max-width: 800px; /* 崩れ防止の最小幅 */
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #fff;
  margin:0 auto 150px;
}

/* ヘッダー部分 */
.plan-header {
  background-color: #f1f1f1;
  padding: 20px 10px;
  vertical-align: top;
  border-radius: 8px 8px 0 0;
  border: 4px solid #fff; /* 余白を表現 */
  text-align: center;
  width: 24%;
  box-sizing: border-box;
  border-radius: 12px;
}

.plan-name {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.plan-price {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.plan-price span {
  font-size: 2em ;
}

.plan-desc {
  font-size: 0.8rem;
  color: #333;
  line-height: 1.4;
  margin-bottom: 15px;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price_function span{
  font-size: 0.9em ;
}

/* ボタン設定 */
.cta-button {
  display: block;
  background-color: #e67e22 !important;
  color: #fff;
  text-decoration: none;
  width: auto;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
  transition: opacity 0.2s;
  margin:0 auto;
  font-size: 1rem;
  box-sizing: border-box;
  border: 2px solid #e67e22;
}

.cta-button:hover {
  opacity: 0.8;
  background-color: #fff !important;
  border: 2px solid #e67e22;
  box-sizing: border-box;
}

/* ボディ（機能一覧）部分 */
.price-table tbody th {
  background-color: #f1f1f1;
  text-align: left;
  padding: 12px 15px;
  font-weight: normal;
  font-size: 0.85rem;
  border: 4px solid #fff; /* 余白を表現 */
  width: 25%;
  border-radius: 12px;
}

.price-table tbody td {
  background-color: #f1f1f1;
  text-align: center;
  padding: 12px;
  font-size: 1.3rem;
  font-weight: bold;
  border: 4px solid #fff; /* 余白を表現 */
  color: #333;
  border-radius: 12px;
}

@media screen and (max-width:768px) {
  .price-table-container {
    width: 100%;
    overflow-x: auto;
    margin: 15px 0;
  }

  .price-table {
    width: 95%;
  }

  /* ヘッダー部分 */
  .plan-header {
    padding: 10px 7px;
    width: 26%;
  }

  .plan-name {
    font-size: 0.8rem;
  }

  .plan-price {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .plan-price span {
    font-size: 1.6em;
  }

  .plan-desc {
    display: none;
  }

  /* ボタン設定 */
  .cta-button {
    font-size: 0.8em;
  }

  .cta-button:hover {
    opacity: 0.8;
  }

  /* ボディ（機能一覧）部分 */
  .price-table tbody th {
    background-color: #f1f1f1;
    text-align: left;
    padding: 8px;
    font-weight: normal;
    font-size: 0.95em;
    border: 4px solid #fff; /* 余白を表現 */
    width: 25%;
    vertical-align: middle;
  }
  .price-table tbody th span{
    font-size: 0.85em;}

  .price-table tbody td {
    background-color: #f1f1f1;
    text-align: center;
    padding: 12px;
    font-size: 2rem;
    font-weight: bold;
    border: 4px solid #fff; /* 余白を表現 */
    color: #333;
    vertical-align: middle;
  }
}