.elementor-kit-4396{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#003F66;--e-global-color-78654e1:#183C94;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:16px;font-weight:500;}.elementor-kit-4396 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4396 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Common / Simple ===== */
.block{
  margin: 0 auto;
  padding: 24px;
  background: #f5f6f8;
  border-radius: 12px;
}

.block-title{
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
}

.row{
  padding: 14px 0;
  border-top: 1px solid rgba(0,0,0,.08);
}

.row:first-child{
  border-top: 0;
}

.label{
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
}

.text{
  margin: 0 0 12px;
  line-height: 1.8;
  color: rgba(0,0,0,.85);
}

.strong{
  font-weight: 700;
}

.tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 0;
}

/* spanタグは角丸・白背景で統一 */
.tags span{
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
}

.list{
  margin: 10px 0 0;
  padding-left: 1.2em;
  line-height: 1.9;
  color: rgba(0,0,0,.85);
}

.list li{ margin: 6px 0; }

a{
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-all;
}

@media (max-width: 640px){
  .block{ padding: 16px; }
  .block-title{ font-size: 18px; }
}

.main-visual__list {
    display: none !important;
}/* End custom CSS */