@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ふれあいの園（TYPE:F）(C)FureaiGroup 2023

File name:      apply.scss
Last Update:    2025/08/119
Style Info:     入居について
------------------------------------------------------------->*/
/*1.入居までの流れ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 変数読込
----------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南ふれあいの園標準フォーマット[老健]（TYPE:F）(C)FureaiGroup 2021

File name:      _variable.scss
Last Update:    2023/03/08
Style Info:     湘南ふれあいの園標準フォーマット（変数指定用）
------------------------------------------------------------->
 0.基本スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/*フォントサイズ*/
/* テキストカラー */
/* メインカラー */
/* その他カラー */
/* メールフォーム用 */
/* フォント */
/* 蛍光カラー */
/* 背景 */
/* リンクカラー */
/* アンチエイリアス処理 */
/* section-title-h2  */
/* グラデ背景 */
/* スマホナビ用シャドウ */
/* コンテンツ幅
----------------------------------------------------------- */
/* メディアクエリ
----------------------------------------------------------- */
/* cleafix */
/* ===========================================================
 1.ヘッダー・フッター
=========================================================== */
/* サイトロゴ
----------------------------------------------------------- */
/* 汎用スタイル
----------------------------------------------------------- */
/* 入居までの流れ */
.flow_list > li:not(:last-child)::before {
  content: "";
  border-top: 35px solid #999999;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: -60px;
}
@media screen and (min-width: 960px), print {
  .flow_list > li:not(:last-child)::before {
    -webkit-transform: none;
            transform: none;
    bottom: -55px;
    right: 463px;
  }
}

.flow_number {
  position: absolute;
  font-size: 15px;
  color: #fff;
  text-align: left;
  margin: 10px;
}
@media screen and (min-width: 960px), print {
  .flow_number {
    font-size: 50px;
  }
}

.flow_list li {
  background-image: linear-gradient(147deg, rgb(0, 102, 51), rgb(107, 165, 136));
  padding: 3em 4em;
  position: relative;
  margin: 4em auto;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 960px), print {
  .flow_list li {
    width: 850px;
  }
}
.flow_list li h3 {
  font-size: 23px;
  margin-bottom: 1em;
}
@media screen and (min-width: 960px), print {
  .flow_list li h3 {
    font-size: 30px;
  }
}
.flow_list a.tel-link {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 960px), print {
  .flow_list a.tel-link {
    pointer-events: none;
    cursor: text;
  }
}

.flow_list01::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(/sono/images/apply/flow/pht_01.jpg);
  border: #fff solid 2px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 960px), print {
  .flow_list01::after {
    width: 150px;
    height: 150px;
    border: #fff solid 5px;
  }
}

.flow_list02::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(/sono/images/apply/flow/pht_02.jpg);
  border: #fff solid 2px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 960px), print {
  .flow_list02::after {
    width: 150px;
    height: 150px;
    border: #fff solid 5px;
  }
}

.flow_list03::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(/sono/images/apply/flow/pht_03.jpg);
  border: #fff solid 2px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 960px), print {
  .flow_list03::after {
    width: 150px;
    height: 150px;
    border: #fff solid 5px;
  }
}

.flow_list04::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(/sono/images/apply/flow/pht_04.jpg);
  border: #fff solid 2px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 960px), print {
  .flow_list04::after {
    width: 150px;
    height: 150px;
    border: #fff solid 5px;
  }
}

.flow_list05::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(/sono/images/apply/flow/pht_05.jpg);
  border: #fff solid 2px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 960px), print {
  .flow_list05::after {
    width: 150px;
    height: 150px;
    border: #fff solid 5px;
  }
}

.flow_list06::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(/sono/images/apply/flow/pht_06.jpg);
  border: #fff solid 2px;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (min-width: 960px), print {
  .flow_list06::after {
    width: 150px;
    height: 150px;
    border: #fff solid 5px;
  }
}

.sum-apply {
  background: #e9e9e9;
  padding: 1em;
}
/*# sourceMappingURL=apply.css.map */