.container {
    max-width: 1200px;
    margin: 0 auto;
}

.points-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.point-card {
    background: white;
    border: 2px solid #8fbc3f;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: block;
    text-decoration: none;
    color: inherit;
}

.point-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.point-header {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}

.point-label {
    color: #8fbc3f;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.point-number {
    color: #8fbc3f;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.point-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
}

.point-description {
    font-size: 12px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 0;
}

.detail-link {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.detail-link:hover {
    color: #8fbc3f;
    text-decoration: underline;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .points-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
    }
    
    .point-number {
        font-size: 22px;
    }
    
    .point-title {
        font-size: 13px;
    }
}


.specialist-label {
  margin: 20px 0;
}

.specialist-label span {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
}

.contact-tel {
  margin-top: 15px;
}

.contact-tel a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}

.contact-tel a:hover {
  text-decoration: underline;
}

.business-hours {
  font-size: 0.9em;
  color: #666;
}

.accordion-icon {
  width: 40px;
  height: 40px;
  background-color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.accordion-icon img {
  width: 24px;
  height: 24px;
  filter: invert(1);
}

.accordion-title-wrap {
  flex: 1;
}

.accordion-title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #1A1A1A;
}

.accordion-subtitle {
  margin: 5px 0 0 0;
  font-size: 13px;
  color: #1A1A1A;
}

.accordion-toggle {
  font-size: 18px;
  color: #333;
  margin-left: 15px;
}

.accordion-content {
  display: none;
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-item.active .accordion-toggle {
  transform: rotate(180deg);
}

.accordion-content h4 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.accordion-content p {
  margin: 0 0 20px 0;
  line-height: 1.8;
  color: #333;
}

.accordion-content p:last-child {
  margin-bottom: 0;
}

.accordion-wrapper {
  margin: 30px 0;
}

.accordion-item {
  background-color: #E8EFE5;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.accordion-header {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
}

.accordion-header:hover {
  background-color: #d8dfd5;
}

.accordion-icon {
  width: 40px;
  height: 40px;
  background-color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  position: relative;
}

.accordion-title-wrap {
  flex: 1;
}

.accordion-title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.accordion-subtitle {
  margin: 5px 0 0 0;
  font-size: 13px;
  color: #666;
}

.accordion-toggle {
  font-size: 18px;
  color: #333;
  margin-left: 15px;
}

.accordion-content {
  display: none;
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-item.active .accordion-toggle {
  transform: rotate(180deg);
}

.accordion-content h4 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.accordion-content p {
  margin: 0 0 20px 0;
  line-height: 1.8;
  color: #333;
}

.accordion-content p:last-child {
  margin-bottom: 0;
}

/* アイコン: 人 */
.icon-person {
  width: 24px;
  height: 24px;
  position: relative;
}

.icon-person::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 7px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.icon-person::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 4px;
  width: 16px;
  height: 10px;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
}

/* アイコン: 退出矢印(脱退について) */
.icon-exit {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-exit::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 4px;
  background-color: #fff;
}

.icon-exit::after {
  content: '';
  position: absolute;
  right: 2px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 9px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform: translateY(-50%);
}

/* アイコン: 円マーク */
.icon-yen {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

/* アイコン: チャート */
.icon-chart {
  width: 24px;
  height: 24px;
  position: relative;
}

.icon-chart::before {
  content: '';
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: 4px;
  height: 12px;
  background-color: #fff;
}

.icon-chart::after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 4px;
  width: 4px;
  height: 8px;
  background-color: #fff;
  box-shadow: 6px 0 0 #fff, 6px -8px 0 #fff;
}

/* アイコン: チェックマーク(制度の安定性) */
.icon-check {
  width: 24px;
  height: 24px;
  position: relative;
}

.icon-check::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 10px;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}

/* アイコン: ドキュメント */
.icon-document {
  width: 24px;
  height: 24px;
  position: relative;
}

.icon-document::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 3px;
  width: 12px;
  height: 16px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
}

.icon-document::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  width: 8px;
  height: 0;
  border-top: 1.5px solid #fff;
  box-shadow: 0 3px 0 #fff, 0 6px 0 #fff;
}
.contact-info-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start; /* テキストは上揃えのまま */
  border: 1px solid #ccc;
  padding: 30px;
}

.contact-info-box {
  flex: 1;
}

.contact-image {
  flex-shrink: 0;
  width: 200px;
  align-self: flex-end; /* 画像だけ下揃えに */
}

.contact-image img {
  width: 100%;
  height: auto;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .contact-info-wrapper {
    flex-direction: column;
  }
  
  .contact-image {
    width: 100%;
    max-width: 250px;
    align-self: center; /* スマホでは中央揃え */
  }
}