.elementor-4835 .elementor-element.elementor-element-2d67ee8{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-4835 .elementor-element.elementor-element-2d67ee8.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4835 .elementor-element.elementor-element-158bd21 .elementor-heading-title{font-family:"Noto Sans JP", Sans-serif;font-size:1.2rem;font-weight:500;line-height:1.6em;color:#000000;}.elementor-4835 .elementor-element.elementor-element-e9bbc2b{width:100%;max-width:100%;}.elementor-4835 .elementor-element.elementor-element-e9bbc2b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4835 .elementor-element.elementor-element-e9bbc2b .elementor-heading-title{font-family:"Noto Sans JP", Sans-serif;font-size:1.2rem;font-weight:500;line-height:1.6em;color:#FFFFFF;}.elementor-4835 .elementor-element.elementor-element-ba464d0{width:100%;max-width:100%;}.elementor-4835 .elementor-element.elementor-element-ba464d0 > .elementor-widget-container{margin:-40px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4835 .elementor-element.elementor-element-ba464d0 .elementor-heading-title{font-family:"Noto Sans JP", Sans-serif;font-size:1.2rem;font-weight:500;line-height:1.6em;color:#FFFFFF;}.elementor-4835 .elementor-element.elementor-element-bc03727{width:100%;max-width:100%;}.elementor-4835 .elementor-element.elementor-element-bc03727 > .elementor-widget-container{margin:-40px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4835 .elementor-element.elementor-element-bc03727 .elementor-heading-title{font-family:"Noto Sans JP", Sans-serif;font-size:1.2rem;font-weight:500;line-height:1.6em;color:#FFFFFF;}@media(max-width:767px){.elementor-4835 .elementor-element.elementor-element-158bd21 .elementor-heading-title{font-size:1rem;}.elementor-4835 .elementor-element.elementor-element-e9bbc2b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4835 .elementor-element.elementor-element-e9bbc2b .elementor-heading-title{font-size:1rem;}.elementor-4835 .elementor-element.elementor-element-ba464d0 > .elementor-widget-container{margin:-30px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4835 .elementor-element.elementor-element-ba464d0 .elementor-heading-title{font-size:1rem;}.elementor-4835 .elementor-element.elementor-element-bc03727 > .elementor-widget-container{margin:-30px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4835 .elementor-element.elementor-element-bc03727 .elementor-heading-title{font-size:1rem;}}/* Start custom CSS for heading, class: .elementor-element-158bd21 */.flow_design08 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow08 {
  padding-left: 0;
}

.flow08 > li {
  list-style-type: none;
  border-radius: 15px;
  background: #F4F6FA;
  position: relative;
  padding: 20px;
}

.flow08 > li:not(:last-child) {
  margin-bottom: 20px;
}

.flow08 > li dl {
  display: flex;
  align-items: center;
  gap: 10px;
}

.flow08 > li dl dt {
  font-size: 1.1rem;
  font-weight: 700;
  width: 20%;
  min-width: 7em;
}

.flow08 > li .icon08 {
  color: #31257c;
  margin-right: 0.5em;
}

.flow08 > li dl dd {
  margin: 0;
  width: calc(80% - 20px);
}

.flow08 > li:not(:last-child) {
  margin-bottom: 26px; /* 矢印分のスペースを確保 */
}

.flow08 > li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 30px;   /* 中央寄せをやめてアイコン位置に合わせる */
  bottom: -15px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2331257c' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 8 12 14 18 8'/><polyline points='6 14 12 20 18 14'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-e9bbc2b *//* -------------------------------------------
 * ボックスデザイン：注意（ALERT）
 * ------------------------------------------- */
.cstm-box-alert {
  padding: 1.2em 1.5em;
  background-color: #ff388b; /* ボックスの背景色 */
  border-radius: 7px;
  max-width: 800px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* タイトル部分 */
.cstm-box-alert .box-title {
  display: flex;
  align-items: center;
  color: #fff; /* アイコン・タイトルの色 */
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

/* アイコン（疑似要素） */
.cstm-box-alert .box-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a"; /* びっくりマーク */
  font-weight: 900;
  margin-right: 8px;
  display: flex; /* 垂直中央配置 */
  align-items: center;
  justify-content: center;
}

/* ボックス内の本文 */
.cstm-box-alert p { margin: 0; }/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-ba464d0 *//* -------------------------------------------
 * ボックスデザイン：注意（ALERT）
 * ------------------------------------------- */
.cstm-box-alert {
  padding: 1.2em 1.5em;
  background-color: #ff388b; /* ボックスの背景色 */
  border-radius: 7px;
  max-width: 800px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* タイトル部分 */
.cstm-box-alert .box-title {
  display: flex;
  align-items: center;
  color: #fff; /* アイコン・タイトルの色 */
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

/* アイコン（疑似要素） */
.cstm-box-alert .box-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a"; /* びっくりマーク */
  font-weight: 900;
  margin-right: 8px;
  display: flex; /* 垂直中央配置 */
  align-items: center;
  justify-content: center;
}

/* ボックス内の本文 */
.cstm-box-alert p { margin: 0; }/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-bc03727 *//* -------------------------------------------
 * ボックスデザイン：注意（ALERT）
 * ------------------------------------------- */
.cstm-box-alert {
  padding: 1.2em 1.5em;
  background-color: #ff388b; /* ボックスの背景色 */
  border-radius: 7px;
  max-width: 800px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* タイトル部分 */
.cstm-box-alert .box-title {
  display: flex;
  align-items: center;
  color: #fff; /* アイコン・タイトルの色 */
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

/* アイコン（疑似要素） */
.cstm-box-alert .box-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a"; /* びっくりマーク */
  font-weight: 900;
  margin-right: 8px;
  display: flex; /* 垂直中央配置 */
  align-items: center;
  justify-content: center;
}

/* ボックス内の本文 */
.cstm-box-alert p { margin: 0; }/* End custom CSS */