@charset "UTF-8";

.apmh_sp_hide {
  display:block;
}
@media screen and (max-width:767px) {
  .apmh_sp_hide {
    display:none;
  }
}
table.apmh-price tbody td:first-child { background-color:#FFFFFF; text-align:center; }
table.apmh-price thead th:first-child { text-align:center; }
td.apmh-price { font-weight:bold; }
td.apmh-price span { font-size:150%; color:#005BAC; }

.apmh__heading {
  display:block;
  position:relative;
  padding:10px;
  border:1px #005BAC solid;
  background-color:#FFFFFF;
  color:#005BAC;
  font-size:14px;
  font-weight:bold;
  line-height:24px;
  text-align:center;
  transition:background 0.4s ease-in-out;
  cursor:pointer;
}
.apmh__heading span:after {
  position:absolute;
  top:7px;
  width:10px;
  margin-left:10px;
}
.apmh__heading:hover {
  background:#005BAC;
  color:#FFFFFF;
  transition:background 0.4s ease-in-out;
}
.apmh_hide span:after {
  content:url("/hikari-migration_apmh/img/cursor_down_b.svg");
}
.apmh_hide:hover span:after {
  content:url("/hikari-migration_apmh/img/cursor_down_w.svg");
}
.apmh_show span:after {
  content:url("/hikari-migration_apmh/img/cursor_up_b.svg");
}
.apmh_show:hover span:after {
  content:url("/hikari-migration_apmh/img/cursor_up_w.svg");
}
.apmh_construction_fee, .apmh_benefit {
  font-size:1.2em;
  line-height:1.5;
}
.apmh_benefit {
  margin-top:30px;
  font-size:150%;
}
.apmh_benefit span {
  background: linear-gradient(transparent 60%, #ffff00 60%);
  color:#568200;
  font-weight:bold;
}
.apmh_benefit .apmh_sp_hide {
  display:block;
}
@media screen and (max-width:960px) {
  .apmh_benefit .apmh_sp_hide {
    display:none;
  }
}.apmh_grid {
  display:grid;
  grid-template-columns: 1fr 300px;
  grid-column-gap: 20px;
}
@media screen and (max-width:767px) {
  .apmh_grid {
    display:block;
  }
  .apmh_image {

  }
}


