@import url(common.css);

/*------------------------------------------

	 フローチャート(工事の流れページ)

------------------------------------------*/
.step_container {
  width: calc(100% - 40px);
  max-width: 820px;
  margin: 0 auto;
  padding: 2em 0;
  box-sizing: border-box;
}

ul.stepflow {
  border: none;
  margin: 2em 0.5em 3em;
  padding: 0;
  list-style: none;
}
ul.stepflow > li:before,
ol.stepflow > li:before {
  background-color: #4dd0e1 !important; /*#6283c2;/*cccccc*/
}
.stepflow li {
  position: relative;
  padding: 0 0 1.5em 1.8em;
}
.stepflow > li:before {
  content: "";
  width: 3px;
  background: #4dd0e1; /*#6283c2;/*cccccc;*/
  display: block;
  position: absolute;
  top: 28px;
  bottom: 0;
  left: 5px;
}
.stepflow-white {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #4dd0e1; /*#0168b3;/*#232F3E;*/
}
.stepflow-black {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #4dd0e1; /*#0168b3;/*232F3E;*/
  background-color: #4dd0e1; /*#0168b3;/*232F3E;*/
}
.stepflow_label {
  padding: 3px 0px 8px 0px;
  margin-bottom: 8px;
  color: #999999;
  font-weight: bold;
}
.stepflow_title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.stepflow_content {
  line-height: 1.5;
  margin-top: 0.5em;
  padding: 0 0 1.5em;
  border-bottom: dashed 1px #cccccc;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

まちの電気屋さん施工会社一覧
#member-wap 共通

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* オーバーレイ（アイコンの説明） */
.over {
  max-width: 100%;
}
/* アイコンの説明リンク */
.over #button1 {
  display: block;
  max-width: 120px;
  margin-left: auto;
  color: #444;
  font-size: 80%;
}
.over #button1::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f059";
  left: 5px;
  color: #2196f3;
  padding-right: 0.2em;
}
.over #button1:hover {
  cursor: pointer;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(80, 80, 80, 0.3);
  display: none;
  z-index: 998;
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
/*Google Chrome、Safariへの対応*/
.contents_box::-webkit-scrollbar {
  display: none;
}
/* クリックしたら出てくる部分 */
#overlayWindow {
  width: 80%;
  height: auto;
  margin: 10vh auto;
  padding: 2em 0;
  border: 2px solid #669933;
  background-color: #fff;
  text-align: center;
  display: none;
  z-index: 999;
}
#overlayWindow .icon_ex {
  max-width: 80%;
  margin: auto;
  padding: 1em 0;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  gap: 1em;
  border-bottom: #ccc 1px solid;
}
#overlayWindow .icon_ex:last-of-type {
  border-bottom: unset;
}
#overlayWindow img {
  display: block;
  max-width: 50px;
}
#overlayWindow .icon_ex .icon-right {
  flex-basis: 80%;
}
#overlayWindow .icon_ex .icon-right p {
  text-align: left;
  margin: unset;
}
#overlayWindow .icon_ex .icon-right p:nth-of-type(1) {
  font-weight: bold;
  padding-bottom: 0.5em;
  font-size: 110%;
  color: #005bac;
}
#overlayWindow .icon_ex .icon-right p:nth-of-type(3) {
  font-size: 80%;
  padding-top: 1em;
  color: #7e7e7e;
}

/* ラップ */
.flow-section {
  padding: 28px 20px;
}
.flow-header {
  margin-bottom: 18px;
}
.flow-header h2 {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: unset;
  text-align: center;
  padding: 2em 0;
}

/* ステップ */
.flow-steps {
  width: calc(100% - 40px);
  max-width: 820px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  list-style: none;
  padding: 3em 0;
  display: block;
}
.flow-step {
  position: relative;
  width: calc(100% - 60px);
  margin: auto;
  box-sizing: border-box;
  background: #f5f8fc;
  border: 1px solid #ccd9e0;
  border-radius: 12px;
  padding: 16px 14px 18px 14px;
}
.flow-step + .flow-step {
  margin-top: 18px;
}

/* バッジ・テキスト */
.badge_wap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  gap: 0.5em;
}
.flow-step .badge_wap p {
  font-weight: bold;
  color: #b6b6b6;
}

.flow-badge {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #0c7abf;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 3px #e9f4fb inset;
}
.flow-step h3 {
  font-size: clamp(16px, 1.8vw, 18px);
  padding: 1em 0 0.5em;
}
.flow-step p {
  color: #4a5568;
  font-size: clamp(14px, 1.8vw, 16px);
}
.flow-ico {
  position: absolute;
  right: 12px;
  top: 12px;
  opacity: 0.9;
}

/* コネクタ（スマホ＝縦） */
.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 55px;
  bottom: -18px;
  width: 5px;
  height: 18px;
  background: #c9d6e2;
}

/* ちょいホバー */
.flow-step:hover {
  border-color: #d7e3ee;
  box-shadow: 0 2px 10px rgba(12, 122, 191, 0.08);
}
.flow-step:hover .flow-badge {
  background: #0a6aa5;
}

@media screen and (max-width: 1024px) {
  #content #main #main_right {
    width: 100%;
    padding: unset;
    margin: 0 auto;
    box-shadow: unset;
  }
}

#k_faq {
  padding: 7em 0;
}

#k_faq .faq_item ul {
  padding: 2em 0 0;
}
#k_faq .faq_item ul li {
  list-style-type: disc;
  list-style-position: inside;
}
