.tabs {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  margin: 40px auto 0;
  border-left: 1px solid rgba(8, 71, 147, 0.5);
  border-right: 1px solid rgba(8, 71, 147, 0.5);
}

.tabs_a, .tabs_a2 {
  display: grid;
  place-items: center;
  text-align: center;
  width: 48%;
  height: 60px;
  font-size: 16px;
  line-height: 1.4;
  color: #084793;
}

.en .tabs_a, .en .tabs_a2 {
  font-size: 15px;
}

.tabs_a::after, .tabs_a2::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-right: 2px solid #084793;
  border-bottom: 2px solid #084793;
  transform: rotate(45deg);
}

.tabs_a2 {
  width: 100%;
}

.tabs_a2_span {
  font-size: 12px;
}

.tabs_hr {
  width: 1px;
  height: 60px;
  background: rgba(8, 71, 147, 0.5);
}

.hr1 {
  width: calc(100% - 40px);
  height: 2px;
  background: linear-gradient(90deg, #4fbfb8 12.5%, #e0e0e0 12.5%);
  margin: 50px auto 0;
}

.color_hr {
  margin: 20px auto 0;
  max-width: calc(100% - 40px);
  width: 100%;
}

.color_hr_1 {
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(90deg, #4fbfb8, #4fbfb8 4px, transparent 4px, transparent 8px);
  transform: skewX(-45deg);
}

.color_hr_2 {
  width: 100%;
  height: 6px;
  background: repeating-linear-gradient(90deg, #d4d4d4, #d4d4d4 4px, transparent 4px, transparent 8px);
  transform: skewX(-45deg);
}

.price {
  padding-top: 50px;
}

.price_h2 {
  font-size: 26px;
  color: #084793;
  padding: 0 20px;
}

.price_h3 {
  font-size: 18px;
  color: #000;
  padding: 0 20px;
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.price_h3_num {
  font-size: 24px;
  color: #084793;
  margin-right: 20px;
}

.price_content {
  background: #e0e0e0;
  width: calc(100% - 40px);
  margin: 30px auto 0;
}

.price_content_text {
  background: #FFF;
  width: calc(100% - 40px);
  margin: 30px auto 0;
}

.price_content_text_head .blue {
  color: #084793;
}

.price_content_text_head .orange {
  color: #d7790b;
}

.price_note {
  font-size: 12px;
  padding: 20px;
}

.red {
  color: #b10000;
}

.table {
  width: 100%;
  margin: 0 auto;
}

.table_row {
  width: 100%;
  height: 40px;
  display: flex;
}

.table_dt {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #868686;
  color: #FFF;
}

.table_dd0 {
  width: calc(100% - 40px);
  display: grid;
  place-items: center;
  background: #084793;
  color: #FFF;
}

.table_dd {
  width: calc(100% - 40px);
  padding: 0 4px;
  display: flex;
  background: #deeaf8;
}

.table_dd.white {
  background: #f6f6f6;
}

.table_dd_span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
