.elementor-35629 .elementor-element.elementor-element-79cb706{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-35629 .elementor-element.elementor-element-57f95c0{--display:flex;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:768px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );word-spacing:var( --e-global-typography-primary-word-spacing );}.elementor-widget-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS for text-editor, class: .elementor-element-a89a8e5 */.baguio-benefits {
  margin-top: 24px;
  font-family: "Helvetica Neue", sans-serif;
  color: #333;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 2px; /* ← ここを調整 */
  margin-bottom: 32px;
}

.number {
  background-color: #3fb2f5;
  color: white;
  border-radius: 50%;
  min-width: 32px;  /* ← 少し小さく */
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  font-size: 15px;
  flex-shrink: 0;
}

.content h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
}

.content p {
  margin: 0;
  line-height: 1.8;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-526f4f7 */.recommend-list {
  font-family: "Helvetica Neue", sans-serif;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  margin: 24px 0;
  width: 100%; /* ← 幅いっぱいに */
  box-sizing: border-box;
}

.recommend-list h2 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #111;
  border-left: 6px solid #87cefa;
  padding-left: 12px;
}

.recommend-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recommend-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  line-height: 1.8;
  color: #333;
}

.recommend-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #2e8b57;
  font-weight: bold;
  font-size: 18px;
}/* End custom CSS */