/* /country/au/au-wh メディア*/
.media-card {
  border: 1px solid #e6a13a;
  border-radius: 4px;
  padding: 10px 22px 14px;
  margin-bottom: 12px;
  background: #fff;
  min-height: 148px;
}
.media-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
  border-color: #d58a22;
  background: #fffdf8;
}
.media-tags {
  margin-bottom: 6px;
}
.media-tag {
  display: inline-block;
  min-width: 56px;
  padding: 3px 14px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  margin-right: 6px;
}
.media-tag-tv {
  background: #dbeaf6;
  color: #0070b8;
}
.media-tag-book {
  background: #dff1d5;
  color: #5b9b45;
}
.media-tag-mag {
  background: #fdebd3;
  color: #c27a2c;
}
.media-title {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 8px;
  line-height: 1.5;
}
.media-text {
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 10px;
}
.media-date {
  font-size: 14px;
  color: #777;
  margin: 0;
}
@media (max-width: 767px) {
  .media-card {
    padding: 12px 16px;
    min-height: auto;
  }
}
/* PC時だけ高さを揃える */
@media (min-width: 768px) {
  .media-list-wrap .row {
    display: flex;
    flex-wrap: wrap;
  }
  .media-list-wrap .row > [class*="col-"] {
    display: flex;
  }
  .media-card {
    width: 100%;
  }
}
/* /country/au/au-wh 失敗 カウンセラーアドバイス*/
@media (min-width: 992px) {
  .case-row {
    display: flex;
    flex-wrap: wrap;
  }
  .case-row > .col-md-4 {
    display: flex;
  }
  .case-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .case-top {
    min-height: 580px;
  }
  .case-reason {
    min-height: 310px;
  }
}
.advice-box {
  background: #28a64a;
  color: #fff;
  padding: 10px;
  margin: 10px 0 10px;
  position: relative;
  letter-spacing:0;
  line-height:1.3;
}
.advice-head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.advice-img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background-color:#fff;
}
.advice-label {
  background: #fff;
  color: #28a64a;
  font-weight: bold;
  line-height: 1.4;
  padding: 6px 6px;
  letter-spacing:0;
  border-radius: 4px;
  position: relative;
}
.advice-label:after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: -10px;
  border-width: 10px 10px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.advice-title {
  line-height: 1.3;
  margin-top: 15px;
}
.plan-cta-marker {
  background: linear-gradient(transparent 55%, #fff36d 55%);
  padding: 0 6px;
}
@media (max-width: 767px) {
  .advice-label {
    padding: 5px 14px;
  }
}
/* /country/au/au-wh councelors voice*/
.counselor-section {
  position: relative;
  margin: 40px auto;
  overflow: hidden;
  background: #fff;
  letter-spacing: 0;
}
.counselor-inner {
  position: relative;
}
.counselor-content {
  width: 71%;
  position: relative;
  z-index: 2;
}
.counselor-lead {
  line-height: 1.7;
  margin-bottom: 10px;
}
.counselor-title {
  border-left: 8px solid #28a64a;
  padding-left: 14px;
  margin-bottom: 10px;
}
.counselor-title h3 {
  color: #28a64a;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
.counselor-title p {
  margin: 0;
}
.counselor-text {
  letter-spacing: 0;
}
.counselor-text .green {
  color: #28a64a;
  font-weight: bold;
}
.counselor-info {
  display: flex;
  gap: 60px;
  margin-bottom: 10px;
}
.counselor-info-title {
  margin-bottom: 8px;
}
.counselor-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.counselor-badge {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.9rem;
}
.counselor-badge.green-bg {
  background: #28a64a;
  color: #fff;
}
.counselor-badge.blue-bg {
  background: #dbeaf6;
  color: #0070b8;
}
.counselor-badge.lightgreen-bg {
  background: #e6f2d9;
  color: #28a64a;
}
.counselor-worries {
  background: #ebe8dc;
  padding: 10px 15px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.counselor-worries h5 {
  color: #28a64a;
  font-weight: bold;
  margin: 0 0 12px;
}
.worry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 70%;
}
.worry-list span {
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.counselor-photo {
  position: absolute;
  right: 10px;
  top: 80px;
  bottom: auto;
  width: 31%;
  z-index: 2;
}
.counselor-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.counselor-name {
  position: absolute;
  right: 0;
  bottom: 10px;
  background: rgba(0, 0, 0, .30);
  color: #fff;
  padding: 10px 25px;
  z-index: 3;
}
.counselor-name-main {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.counselor-name-sub {
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .counselor-name {
    bottom: 145px;
  }
  .worry-list {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .counselor-inner {
    min-height: auto;
  }
  .counselor-content,
  .counselor-worries {
    width: 100%;
  }
  .counselor-photo {
    position: relative;
    right: auto;
    top: 0;
    width: 70%;
    margin: 20px auto 0;
  }
  .counselor-name {
    right: 50%;
    transform: translateX(50%);
    bottom: 20px;
  }
  .worry-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .counselor-section{
    margin: 20px auto;
  }
  .counselor-info {
    display: block;
  }
  .counselor-info > div {
    margin-bottom: 18px;
  }
  .worry-list span {
    width: 100%;
  }
  .counselor-photo {
    width: 80%;
    top: 0;
  }
  .counselor-name {
    width: 90%;
    padding: 10px 15px;
  }
  .counselor-name-main {
    font-size: 24px;
  }
}
/* /country/au/au-wh VISA APPLICATION*/
.agent-compare {
  margin: 30px auto;
  line-height: 1.7;
}
.agent-alert {
  background: #fde4e6;
  color: #c82333;
  padding: 14px 18px;
  margin-bottom: 18px;
}
.agent-alert-icon {
  color: #f5a400;
  margin-right: 4px;
}
.agent-alert-title {
  font-weight: bold;
  margin-bottom: 6px;
}
.agent-alert-link {
  margin-top: 6px;
}
.agent-table {
  display: flex;
  gap: 28px;
  margin-bottom: 22px;
}
.agent-col {
  flex: 1;
}
.agent-head {
  text-align: center;
  font-weight: bold;
  padding: 12px 10px;
  margin-bottom: 8px;
  color: #333;
  font-size: 18px;
}
.agent-head.gray {
  background: #e9e5d8;
}
.agent-head.green {
  background: #28a64a;
  color: #fff;
}
.agent-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.agent-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
}
.agent-list.bad li:before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 0;
  color: #f00;
  font-weight: bold;
}
.agent-list.good li:before {
  content: "○";
  position: absolute;
  left: 0;
  top: 0;
  color: #f00;
  font-weight: bold;
}
.agent-list strong {
  color: #e60012;
}
.agent-list.good strong {
  color: #28a64a;
}
.marn-box {
  background: #e9f6dd;
  border: 1px solid #c7e8ad;
  padding: 20px 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.marn-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #28a64a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: bold;
}
.marn-light-icon {
  width: 16px;
  height: auto;
}
.marn-title {
  color: #28a64a;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 8px;
}
.marn-text {
  margin: 0 0 12px;
}
.marn-number {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid #28a64a;
  border-radius: 10px;
  color: #28a64a;
  padding: 10px 15px;
  line-height: 1.3;
  font-weight: bold;
}
.marn-card-icon {
  width: 45px;
  flex-shrink: 0;
  color: #28a64a;
}
.marn-card-icon svg {
  width: 100%;
  height: auto;
  display: block;
}
.marn-number-label {
  font-size: 16px;
  margin-bottom: 6px;
}
.marn-number-main {
  font-size: 18px;
  letter-spacing: .08em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .agent-compare {
    margin: 10px auto 20px;
  }
  .agent-table {
    display: block;
  }
  .agent-col {
    margin-bottom: 24px;
  }
  .agent-head{
    font-size: 16px;
  }
  .marn-box {
    display: block;
  }
  .marn-icon {
    margin-bottom: 10px;
  }
  .marn-title {
    font-weight: bold;
    font-size: 16px;
  }
  .marn-number-label {
    font-size: 14px;
  }
}
/* 体験談もっと見るボタン */
.testimonial-more {
    background: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid #f1f5f9;
    transition: 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #2b2b2b;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
}
.testimonial-more:hover {
    box-shadow: 0 4px 10px rgba(1, 6, 34, 0.1);
    border-color: transparent;
    color: #2b2b2b;
    text-decoration: none;
}
@media (max-width: 767px) {
  .testimonial-more {
    margin-top: 0;
  }
}