@charset "UTF-8";

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.left label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.left label::before,
.left label::after {
  content: "";
  display: block;
  position: absolute;
}

.left label::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #ddd;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

.left label::after {
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  opacity: 0;
  height: 7px;
  width: 13px;
  transform: rotate(-45deg);
  top: 4px;
  left: 8px;
}

.left input:checked+label::after {
  opacity: 1;
}

.plan-lst {
  background: rgb(245, 245, 245) 0% 0% no-repeat padding-box;
  padding: 80px 0 100px;
}

@media screen and (max-width: 480px) {
  .plan-lst {
    padding: 40px 0 80px;
  }
}

.plan-lst sup {
  color: #333;
  font-size: 12px;
}

.plan-lst .plan-lst-inner {
  max-width: 1098px;
  margin: 0 auto;
  background: #ffffff;
  font-weight: 500;
}

.plan-lst .plan-lst-inner .plan-lst-ttl {
  width: 100%;
  height: 80px;
  color: #ffffff;
  background: #8890A0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-lst .plan-lst-inner .plan-lst-ttl.value {
  background: #002299;
}

.plan-lst .plan-lst-inner .plan-lst-ttl h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4666666667;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 480px) {
  .plan-lst .plan-lst-inner .plan-lst-ttl h3 {
    font-size: 20px;
    height: 80px;
  }
}

@media screen and (max-width: 480px) {
  .plan-lst .plan-lst-inner .plan-lst-ttl h3 img {
    width: 78px;
    margin-top: 0;
  }
}

.plan-lst .plan-lst-inner .plan-lst-ttl h3 span {
  display: block;
  padding: 22px 0 14px;
}

@media screen and (max-width: 480px) {
  .plan-lst .plan-lst-inner .plan-lst-ttl h3 span {
    padding: 22px 0 0px;
  }
}

.plan-lst .plan-contents {
  padding: 40px 160px 80px;
}

@media screen and (max-width: 480px) {
  .plan-lst .plan-contents {
    padding: 40px 20px 20px;
  }
}

.plan-lst .plan-contents img {
  display: block;
  margin: 0 auto 40px;
}

@media screen and (max-width: 480px) {
  .plan-lst .plan-contents img {
    margin: 0 auto 20px;
  }
}

.plan-lst .plan-contents p {
  margin: 0 0 20px;
}

.plan-lst .plan-contents .orange-txt {
  color: #FF5500;
}

.plan-lst .plan-contents .bold-txt {
  font-weight: bold;
}

.plan-lst .plan-contents .notes {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 12px;
  line-height: 1.3333333333;
}

@media screen and (max-width: 480px) {
  .plan-lst .plan-contents .notes {
    margin: 0;
    margin-bottom: 20px;
  }
}

 .plan-lst .plan-contents .notes.mb_40{
  margin-bottom: 40px;
}

.plan-lst .plan-contents .notes::before {
  content: "※";
  margin-right: 5px;
}

.plan-lst .plan-contents ul.notes {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 12px;
  line-height: 1.3333333333;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .plan-lst .plan-contents ul.notes {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.plan-lst .plan-contents ul.notes li::before {
  content: "※";
  margin-right: 5px;
}

.plan-lst .plan-contents ul::before {
  display: none;
}

.price-lst .PlanTitle2nd {
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .price-lst .PlanTitle2nd {
    height: 80px;
    padding: 20px;
    margin: 0;
  }
}

.price-lst .PlanTitle2nd.value {
  color: #002299;
  border: solid #002299;
  border-width: 1px 0 1px 0;
}

.price-lst .PlanTitle2nd h3 {
  font-size: 36px;
}

@media screen and (max-width: 480px) {
  .price-lst .PlanTitle2nd h3 {
    font-size: 20px;
    text-align: left;
  }
}

.price-lst .price-inner {
  max-width: 1098px;
  margin: 80px auto 0;
}

@media screen and (max-width: 480px) {
  .price-lst .price-inner {
    padding: 0 20px;
    margin: 40px auto 0;
  }
}

.price-lst .price-inner .plan-table {
  max-width: 753px;
  margin: 0px auto 10px;
}

@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table {
    width: 100%;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table tbody .panel_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table tbody .panel_flex .td_row {
    width: 50%;
    background: #fff;
  }
}

.price-lst .price-inner .plan-table tr:nth-of-type(odd) {
  background: #f1f1f1;
}

@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table tr:nth-of-type(odd) {
    background: #ffffff;
  }
}

.price-lst .price-inner .plan-table tr:nth-of-type(even) {
  background: #ffffff;
}

.price-lst .price-inner .plan-table tr:last-of-type {}

.price-lst .price-inner .plan-table.value:nth-of-type(odd) {}

@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table.value:nth-of-type(odd) {
    background: #ffffff;
  }
}

.price-lst .price-inner .plan-table.value:nth-of-type(even) {
  background: #ffffff;
}

.price-lst .price-inner .plan-table.value thead th:last-of-type {
  background: #002299;
  color: #fff;
  width: 50%;
  padding: 13px 128px;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table.value thead th:last-of-type {
    padding: 30px 0;
  }
}

@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table.value thead th {
    width: 100%;
  }
}

.price-lst .price-inner .plan-table.value .color-txt {
  color: #FF5500;
}

.price-lst .price-inner .plan-table thead th {
  background: #ffffff;
  font-size: 24px;
  line-height: 1.75;
}

@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table thead th {
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
}

@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table thead th:first-of-type {
    display: none;
    width: 0;
    height: 0;
    visibility: hidden;
  }
}

.plan-tabs {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 753px;
  gap: 10px;
}

@media screen and (max-width: 480px) {
  .plan-tabs {
    justify-content: center;
    gap: 0;
  }
}

.tab {
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 13px 36px;
  width: 25%;
  font-size: 24px;
  text-align: center
}

@media screen and (max-width: 480px) {
  .tab {
    width: 100%;
    font-size: 20px;
    padding: 36px 0;
  }
}




.b_blue {
  background-color: #00239c;
}

.b_orange {
  background-color: #FF5500;
}

.blue {
  color: #00239c;
}

.orange {
  color: #FF5500;
}

.orange_change{
  color: #FF5500;
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 480px) {
  .orange_change {
    color: #00239c;
    
  }
}

@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table thead th:last-of-type {
    width: 100%;
  }
}

.price-lst .price-inner .plan-table thead th span {
  display: block;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table thead th span {
    font-size: 18px;
  }
}

/* ------------------------------------------------------------------------ */
.price-lst .price-inner .plan-table tbody tr td {
  font-weight: 500;
  font-size: 16px;
  width: 25%;
}

@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table .f_bold {
  font-weight: bold;
  }

}

.price-lst .price-inner .plan-table tbody tr td.table_ini {
  padding: initial;
}

.price-lst .price-inner .plan-table tbody tr td span {
  font-weight: 500;
}

.price-lst .price-inner .plan-table tbody tr td.table_answer {
  padding: initial;
  font-size: 32px;
  font-weight: bold;
}

.price-lst .price-inner .plan-table tbody tr td.table_answer_2 {
  padding: initial;
  font-size: 28px;
  font-weight: bold;
}

.price-lst .price-inner .plan-table tbody tr td .table_answer_add16 {
  padding: initial;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table tbody tr td .table_answer_add16 {
    padding-top: 10px;
  }
}

.price-lst .price-inner .plan-table tbody tr td .table_answer_add12 {
  padding: initial;
  font-size: 12px;
}

.table_dotted {
  border-left: 1px dashed #CCCCCC;
}

.p_ini {
  padding: initial;
}

/* ------------------------------------------------------------------------ */


@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table tbody tr td {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px;
  }

  .price-lst .price-inner .plan-table tbody tr td:nth-of-type(odd) {
    background: #f1f1f1;
  }

  .price-lst .price-inner .plan-table tbody tr td:nth-of-type(even) {
    background: #ffffff;
    height: 75px;
  }
}

.price-lst .price-inner .plan-table tbody tr td sup {
  color: #333;
  font-size: 12px;
}

.price-lst .price-inner .plan-table tbody tr td:first-of-type {
  text-align: left;
  padding: 27px 57px;
}

@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table tbody tr td:first-of-type {
    text-align: center;
    padding: 8px;
  }
}

.price-lst .price-inner .plan-table tbody tr td:first-of-type {
  width: 50%;
}

@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table tbody tr td:first-of-type {
    width: 100%;
  }
}

.price-lst .price-inner .plan-table tbody tr td.last {
  height: 170px;
}

@media screen and (max-width: 480px) {
  .price-lst .price-inner .plan-table tbody tr td.last {
    height: auto;
    padding: 0;
  }

  .price-lst .price-inner .plan-table tbody tr td.last:first-of-type {
    padding: 20px 0 10px;
  }

  .price-lst .price-inner .plan-table tbody tr td.last:last-of-type {
    padding-bottom: 20px;
  }
}

.price-lst .price-inner .plan-table tbody tr td.last .color-txt {
  color: #FF5500;
  font-size: 16px;
  margin-left: 0.5rem;
}

.price-lst .price-inner .plan-table tbody tr td.last ul {
  display: flex;
  flex-flow: column;
  align-items: self-start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.price-lst .price-inner .plan-table tbody tr td.last ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 2;
}

.price-lst .price-inner .plan-table tbody tr td.last ul li::before {
  display: none;
}

.price-lst .price-inner .plan-table tbody tr td.last ul li div:last-of-type {
  margin-left: 1rem;
}

.price-lst .price-inner .plan-table tbody tr td div.color-txt {
  color: #002299;
  font-size: 26px;
  font-weight: bold;
}

.price-lst .price-inner .plan-table tbody tr td div.color-txt span {
  font-size: 20px;
}

.price-lst .price-inner ul {
  width: 753px;
  margin: 0 auto;
  font-size: 12px;
}

.price-lst .price-inner ul li::before {
  content: "※";
  margin-right: 5px;
}

.price-lst ul.price-bottom-btn {
  width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 480px) {
  .price-lst ul.price-bottom-btn {
    margin-top: 60px;
  }
}

.price-lst ul.price-bottom-btn li {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}

.price-lst ul.price-bottom-btn li::before {
  display: none;
}

.price-lst ul.price-bottom-btn li:first-of-type {
  margin-bottom: 30px;
}

.price-lst ul.price-bottom-btn li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  transition: background 0.3s;
}

.price-lst ul.price-bottom-btn li a:hover {
  background: #f5f5f5;
  padding-right: 63px;
}

.price-lst ul.price-bottom-btn li a:hover span:before {
  margin-left: 10px;
}

.price-lst ul.price-bottom-btn li span {
  width: 50px;
  height: 50px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60%;
  margin-right: 30px;
}

.price-lst ul.price-bottom-btn li span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #002299;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 10px 12px;
  border-left-color: currentColor;
  border-right: 0;
  transition: all 0.3s;
}

/*# sourceMappingURL=plan.css.map */