@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ふれあいグループ標準フォーマット[老健]（TYPE:F）(C)FureaiGroup 2021

File name:      _variable.scss
Last Update:    2021/08/31
Style Info:     ふれあいグループ標準フォーマット（変数指定用）
------------------------------------------------------------->
 0.基本スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/*フォントサイズ*/
/* テキストカラー */
/* メインカラー */
/* その他カラー */
/* メールフォーム用 */
/* フォント */
/* 蛍光カラー */
/* 背景 */
/* リンクカラー */
/* アンチエイリアス処理 */
/* section-title-h2  */
/* グラデ背景 */
/* スマホナビ用シャドウ */
/* コンテンツ幅
----------------------------------------------------------- */
/* メディアクエリ
----------------------------------------------------------- */
/* cleafix */
/* ===========================================================
 1.ヘッダー・フッター
=========================================================== */
/* サイトロゴ
----------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南ふれあいの園（TYPE:F）(C)FureaiGroup 2021

File name:      fotm.scss
Last Update:    2023/02/18
Style Info:     フォーム
------------------------------------------------------------->*/
/* 変数読込
----------------------------------------------------------- */
/* 汎用スタイル
----------------------------------------------------------- */
div.form-ba01 {
  background: #f1f8f5;
  padding-bottom: 2em;
}

div.form-ba02 {
  background: #fff;
  border-radius: 5px;
  padding-bottom: 2em;
}
@media screen and (min-width: 960px), print {
  div.form-ba02 {
    width: 1000px;
  }
}

.form01 {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  max-width: 800px;
  margin: 0 auto;
}
.form01 tr {
  font-size: 12px;
}
@media screen and (min-width: 960px), print {
  .form01 tr {
    font-size: 16px;
  }
}
.form01 th,
.form01 td {
  padding-bottom: 1em;
}
@media screen and (min-width: 960px), print {
  .form01 {
    padding-bottom: 1em;
  }
}

.form-content {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.question-item p {
  font-weight: 700;
}

.answer-item input,
.answer-item select {
  width: 100%;
  height: 40px;
  border: 0;
  background-color: #f0f0f0;
  border-radius: 5px;
  height: 50px;
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (min-width: 960px), print {
  .answer-item input,
  .answer-item select {
    padding: 0 10px;
    margin: 5px;
    font-size: 16px;
  }
}

.times-text {
  display: flex;
  align-items: center;
}

.answer-item-der input {
  width: auto;
}

.recruitment-box01 {
  border: #ccc solid 1px;
}
.recruitment-box01 legend {
  background: #fff;
  padding: 0 5px;
}
.recruitment-box01 div {
  margin: 0.5em;
}

.label01 {
  margin-left: 10px;
}

.entry-btn {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
.entry-btn input {
  background-color: #e1e1e1;
  color: #5c5c5c;
  cursor: pointer;
  border-color: #fafafa;
  margin: 3em auto 0;
  border-radius: 5px;
  border: none;
  font-size: 18px;
  padding: 1em 5em;
}
.entry-btn input:hover {
  background-color: #efeded;
}

.getAddress {
  cursor: pointer;
}
.getAddress:hover {
  background-color: #efeded;
}

.requisite {
  position: relative;
}
.requisite::after {
  position: absolute;
  content: "必須";
  margin-left: 5px;
  color: rgb(255, 133, 133);
  font-size: 12px;
  font-weight: 500;
  padding-top: 5px;
  margin-top: -5.5px;
}

.horizontal {
  display: flex;
  align-items: center;
}

.form-content {
  margin-bottom: 1em;
}

.form-contentbox {
  border: solid 2px #e0e0e0;
  padding: 1em;
  margin-bottom: 1em;
  margin-top: 2em;
  position: relative;
}
.form-contentbox h2 {
  position: absolute;
  top: -15px;
  background: #fff;
  padding: 0 5px;
}

.form-ba-h2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 1em;
  background: #ff4c4c;
}
@media screen and (min-width: 960px), print {
  .form-ba-h2 {
    font-size: 20px;
  }
}

/* フォームヘッター
----------------------------------------------------------- */
.header_container {
  padding: 15px 0;
}
@media screen and (min-width: 960px), print {
  .header_container {
    padding: 28px 0;
  }
}

header.header-logo {
  width: 220px;
  margin: 2px 12px;
}
@media screen and (min-width: 960px), print {
  header.header-logo {
    margin: 0px 0px 0px 30px;
    min-width: 250px;
  }
}/*# sourceMappingURL=form.css.map */