@charset "UTF-8";
@import url("./destyle.css");
html {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #000000;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  height: 100%;
}
body {
  font-size: 1.6rem;
/*  background-color: #f8ebbd;*/
}
a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.5rem;
}
/*確認画面H2タイトル*/
h2.stepttl {
    margin-top: 60px;
	font-size: 2.2rem;
	display: flex;
    align-items: center;
}
h3 {
  font-size: 2rem;
  margin: 60px 0 20px;
}
h3::before {
  content: "■";
  color: #6788bf;
  margin-right: 8px;
}
h4 {
  font-size: 1.8rem;
  margin: 40px 0 10px;
}
h4::before {
    content: "";
    border-left: 5px solid #6788bf;
    margin-right: 10px;
}
#page {
  background-color: #f8ebbd;
	    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#header {
  background-color: white;
  margin-bottom: 50px;
  height: 160px;
  display: inline-flex;
  width: 100%;
}
#header::after {
  content: "";
  background-image: url(../images/header_nami.svg);
  width: 100%;
  height: 18px;
  position: absolute;
  top: 160px;
}
header {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
  width: 90%;
}
.headerTitle {}
.headerTitle img {
  width: 100%;
}
footer.footerArea {
    text-align: center;
    height: 60px;
    background-color: #6788bf;
    width: 100%;
    display: table;
	    margin-top: auto;
}
.footercontent {
    color: white;
    display: table-cell;
    vertical-align: middle;
}
.br-sp {
  display: none;
}
/*---------ステップバー---------*/

.stepbarAccordion {
	display: flex;
	display: -webkit-flex; /*safari*/
	height: 60px;
	margin: 50px auto;
	justify-content: space-between;
	width: 90%;
	border-radius: 30px;
	overflow: hidden;
	background-color: white;
}
.stepNum {
    display: flex;
	display: -webkit-flex; /*safari*/
    justify-content: center;
    align-items: center;
    width: inherit;
    font-size: clamp(16px, 0.708rem + 1.56vw, 30px);
    position: relative;
    background-color: white;
    border-left: 3px solid #f8ebbd;
}
.stepNum:first-child {
    border-left: 0;
}
.stepNumActive, .stepContentActive {
	background-color: #6788bf!important;
	color: white;
}
.stepNumPast, .stepContentPast {
	background-color: #b0c1de!important;
}
.stepNum, label {
	margin-right: 0;
}

.stepNum:hover{
	opacity: 0.5;
}
.stepContent {		/*本文*/
	width: 0;
	overflow: hidden;
}
input.stepbarList:checked + .stepContent {	/*開閉時*/
	display: flex;
	display: -webkit-flex; /*safari*/
	width: auto;
	min-width: 300px;
    align-items: center;
    height: 60px;
	transition: 0.5s;
	overflow: visible;
	padding: 0 5% 0 0;
	font-size: clamp(10px, 0.708rem + 1.56vw, 20px);
 	text-wrap: nowrap;
	justify-content: center;
}

input[name="stepbarAccordion"] {
	display: none;
}

/*---------フォーム---------*/
#main {
  background-color: white;
  width: 90%;
  border-radius: 30px;
  margin: 0 auto 5%;
  padding: 80px 0;
}
#mainInner {
  width: 80%;
  margin: auto;
}
input {
  margin: 10px 0;
}
input::placeholder {
  color: #a2b7d8;
}
.selectTxtColor {
  color: #a2b7d8;
}
select {
  background-image: url("../images/select_arrow.svg");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 10px center;
  margin: 10px 0;
}
select#s2_c01_birthday_yy, #s2_c01_birthday_mm, #s2_c01_birthday_dd, #s2_c02_birthday_yy,#s2_c02_birthday_mm, #s2_c02_birthday_dd, #s2_c03_birthday_yy, #s2_c03_birthday_mm, #s2_c03_birthday_dd, #s4_f_expected_employment_date_yy, #s4_f_expected_employment_date_mm, #s4_f_expected_employment_date_dd, #s4_f_childcare_leave_s_yy, #s4_f_childcare_leave_s_mm, #s4_f_childcare_leave_s_dd, #s4_f_childcare_leave_e_yy, #s4_f_childcare_leave_e_mm, #s4_f_childcare_leave_e_dd, #s4_m_expected_employment_date_yy, #s4_m_expected_employment_date_mm, #s4_m_expected_employment_date_dd, #s4_m_childcare_leave_s_yy, #s4_m_childcare_leave_s_mm, #s4_m_childcare_leave_s_dd, #s4_m_childcare_leave_e_yy, #s4_m_childcare_leave_e_mm, #s4_m_childcare_leave_e_dd, #s2_desired_date_admission_yy, #s2_desired_date_admission_mm, #s2_desired_date_admission_dd, #s2_planned_move_date_yy, #s2_planned_move_date_mm, #s2_planned_move_date_dd, #s4_m_childbirth_yy, #s4_m_childbirth_mm, #s4_m_childbirth_dd {
  width: calc(100% / 3 - 70px);
}

.adress3box {
	width: calc(100% / 3 - 75px);
}

.tel3box {
	width: calc(100% / 3 - 75px);
}

/*STEP3勤務情報の幅調整*/
#s3_f_grandpa_work_situation_block, #s3_f_grandma_work_situation_block, #s3_m_grandpa_work_situation_block, #s3_m_grandma_work_situation_block {
	width: 100%;
}

label {
  margin-right: 10px;
}
#step04 dd label {
	white-space: nowrap;
}
dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
dt {
  flex-basis: 20%;
  align-content: center;
  margin-right: 50px;
}
dd {
  flex-basis: 70%;
}
.headerLogo {
  width: 100px;
}
.textbox {
  border: 1px solid #6788bf;
  background-color: #eff8fd;
  padding: 10px;
  border-radius: 5px;
}
textarea {
  resize: vertical;
  width: 80%;
  min-height: 40px;
}
.red {
	color: #f15a24;
}
.txtL {
	font-size: 23px;
}
.formTop {
  text-align: center;
  margin-bottom: 60px;
}
.formTop .caution {
    margin: auto;
}
.formItem {
  display: flex;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cde6f0;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
#step01 .formItem li {
    list-style-type: circle;
    margin-left: 50px;
    padding: 10px;
}
.atMark::after {
    content: "";
    background-image: url(../images/atMark.svg);
    width: 13px;
    height: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0 1px;
}
/*必須項目*/
.required::after {
	content: "";
    background-image: url(../images/required.svg);
    width: 60px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 10px 0 -8px 5px;
}

.requiredTxt {
  color: #606060;
  margin: 20px 0;
}
.repuiredImportant {
    padding: 15px;
    background-color: #fdece6;
    margin: 15px auto;
    display: inline-block;
    border-left: 4px solid #f15a24;
	color: #f15a24;
	font-size: clamp(16px, 0.708rem + 1.56vw, 20px);
}
.repuiredImportantCenter {
	text-align: center;
    display: block;
    margin-top: 50px;
}
/*STEP1冒頭メッセージ*/
.messageBox {
    background-color: #eff8fd;
    padding: 60px;
    margin: 0 auto 5%;
    border-radius: 20px;
    border: 1px solid #6788bf;
    width: 90%;
}
.messageBox h3 {
   margin: 30px 0 20px;
}
.messageBox h3:first-child {
    margin-top: 0;
}
.messageBox h4 {
    margin: 20px 0 10px;
}
.jisan_yusou_files {
    background-color: #eff8fd;
    padding: 30px;
    margin: 50px auto;
    border-radius: 20px;
    border: 1px solid #6788bf;
}
.jisan_yusou_files h3 {
	margin-top: 0;
}
.jisan_yusou_filesInner {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    margin-top: 40px;
    border: 1px solid #6788bf;
}
.jisan_yusou_filesInner h4:first-child {
    margin-top: 0;
}
.customerNumber {
    font-size: 35px;
    padding: 20px;
    background-color: #e9e9e9;
    display: inline-block;
    border-radius: 10px;
}
.stepLabel {
  color: #6788bf;
  border: 1px solid #6788bf;
  border-radius: 50px;
  width: 120px;
  padding: 10px;
  display: inline-grid;
  margin-bottom: 20px;
	text-align: center;
}
.stepLabelConfirm {
    color: #6788bf;
    border: 1px solid #6788bf;
    border-radius: 50px;
    padding: 10px;
    display: inline-grid;
    text-align: center;
    width: 90px;
    font-size: small;
    margin-right: 15px;
}
.childInfoBox {
  /*    margin-left: 50px;*/
  width: 100%;
}
.childInfoBox dt {
  width: 30%;
}
.childInfoBox dd {
  width: 70%;
  /*	margin-left: -35px;*/
}
.followLabel {
    color: black;
    border-radius: 50px;
    width: auto;
    padding: 15px 20px;
    display: inline-grid;
    margin-top: 70px;
    text-align: center;
    background-color: #b0c1de;
    position: sticky;
    top: 20px;
    left: 0;
    z-index: 100;
	font-size: clamp(16px, 0.708rem + 1.56vw, 20px);
}
.caution {
	font-size: 14px;
    line-height: 2rem;
    margin: 10px 0;
    background-color: #fdf9e6;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
	width: fit-content;
}
.caution a {
  color: #6788bf;
}
.caution::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/caution.svg);
  background-size: contain;
  margin-right: 5px;
  display: inline-block;
  transform: translateY(4px);
}
.spacer {
  width: 100%;
}
.clubPriority {
  width: 100%;
  border-bottom: 1px solid #cde6f0;
  padding: 20px 0;
}
.clubPriority:last-child {
  border-bottom: none;
}
input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #6788bf;
  border-radius: 50%;
  background-color: #eff8fd;
  vertical-align: middle;
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6788bf;
  content: '';
}
.checkboxItem {
  text-indent: -2em;
  padding-left: 2em;
}
.checkbox {
	  border: 2px solid #6788bf;
  width: 20px;
  height: 20px;
  background: #eff8fd;
  margin: 6px 5px 6px 0;
  position: relative;
}
input[type="checkbox"]:checked {
  background-color: #d5deed;
	  border: 2px solid #6788bf;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 6px;
  transform: rotate(50deg);
  width: 5px;
  height: 12px;
  border-right: 2px solid #6788bf;
  border-bottom: 3px solid #6788bf;
  content: '';
}
/*任意ボタン*/
.optional::after {
	content: "";
    background-image: url(../images/optional.svg);
    width: 60px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 10px 0 -8px 5px;
}

/*対象者アイコン*/
.target::after {
	content: "";
    background-image: url(../images/target.svg);
    width: 85px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 10px 0 -8px 5px;
}

/*次のページ・前のページボタン*/
.buttonArea {
  display: flex;
  margin-top: 50px;
  gap: 30px;
  width: 100%;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap-reverse;
}

.nBtn, .rBtn {
	position: relative;
}

.nBtn:hover, .rBtn:hover {
	opacity: 0.5;
	transition: 0.5s;
}

.returnBtn {
  position: relative;
  display: inline-block;
  color: #6788bf;
  background: #eff8fd;
  border: 1px solid #6788bf;
  border-radius: 50px;
  padding: 10px;
  width: 200px;
}
.rBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;	
  border-top: solid 2px #6788bf;
  border-right: solid 2px #6788bf;
  transform: rotate(225deg);
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}
.nextBtn {
  position: relative;
  display: inline-block;
  color: white;
  background: #6788bf;
  border: 1px solid #6788bf;
  border-radius: 50px;
  padding: 10px;
  width: 200px;
}
.nBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px white;
  border-right: solid 2px white;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

/*送信ボタン*/
.confirmBtn {
    position: relative;
    display: inline-block;
    color: white;
    background: #6788bf;
    border: 1px solid #6788bf;
    border-radius: 50px;
    padding: 10px;
    width: 380px;
    font-size: 20px;
}

/*STEP2きょうだい同時申請の方で、第2・3希望であれば一緒に入所できる場合*/
#s2_together_club_block {
    width: 100%;
}
/*STEP2オプションプログラム*/
div#s2_optionprogram {
    width: 70%;
    margin: 0 0 0 auto;
}
/*受付完了画像*/
.thanksImg img {
	width: 80%;
	margin: 20px;
    max-width: 700px;
}

/*外部リンクアイコン*/
.dli-external-link {
  display: inline-block;
  vertical-align: middle;
  color: #6788bf;
  line-height: 1;
  width: 0.9em;
  height: 0.9em;
  border: 0.1em solid currentColor;
  border-radius: 0.1em;
  background: transparent;
  box-sizing: content-box;
  position: relative;
  margin: 5px;
  margin-right: 10px;
}
.dli-external-link > span {
    position: absolute;
    top: -0.2em;
    right: -0.2em;
    width: 45%;
    height: 45%;
    border: 0.1em solid currentColor;
    border-bottom: 0;
    border-left: 0;
    background: white;
    box-shadow: -0.1em 0.1em 0 0.1em white;
    box-sizing: border-box;
}
.dli-external-link > span::before {
  content: '';
  position: absolute;
  top: -0.05em;
  right: -0.1em;
  width: 0.1em;
  height: 0.9em;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: top center;
}
/*確認画面サムネイル*/
.thumbnail_pdf, .thumbnail_word, .thumbnail_elxs, .thumbnail_img {
	width: 32px;
    margin: 0 auto 0 0;
}

/*STEP1申請区分*/
.s1_category {
    background-color: white;
    width: 90%;
    border-radius: 30px;
    margin: 0 auto 5%;
    padding: 80px 0;
}
.s1_categoryInner {
    width: 80%;
    margin: auto;
}

textarea {
  margin: 10px 0;
}

.fileBtn {
    font-size: 14px;
    color: #9c9c9c;
	cursor: pointer;
}
.fileBtn::file-selector-button {
  color: black;
  background: #e9e9e9;
  font-size: 14px;
  border: 0;
  border-radius: 10em;
  padding: 8px 16px;
  text-align: center;
    cursor: pointer;
}
/*エラーinput類*/
.errorBox {
  background-color: #fdece6;
  border: 1px solid #f15a24;
}
.errorMessage {
  padding: 20px;
  border-radius: 10px;
  background: #fdece6;
  border: 1px solid #f15a24;
  color: #f15a24;
  line-height: 1.5;
}
.errorTxt {
  color: #f15a24;
}
input[type="radio"].errorRadio {
    background-color: #fdece6;
    border: 2px solid #f15a24;
}
.errorCheckbox{
    background-color: #fdece6;
    border: 2px solid #f15a24;
}
a {
	color: #6788bf;
}
.marginR {
  margin-right: 10px;
}
.marginL {
  margin-left: 10px;
}
.marginT {
  margin-top: 10px;
}
.marginB {
  margin-bottom: 10px;
}
.w100 {
  width: 100%;
}
.w80 {
  width: 80%;
}
.w70 {
  width: 70%;
}
.wHalf {
  width: calc(100% / 2 - 3px);
}
.w50 {
  width: 50%;
}
.w30 {
  width: 30%;
}
.w20 {
  width: 20%;
}
.w10 {
  width: 10%;
}
@media screen and (max-width: 900px) {
  header {
    gap: 10px;
  }
  .formItem {
    flex-flow: column;
	gap: 10px;
	align-items: baseline;
  }
  .childInfoBox dt, .childInfoBox dd, .formItem dt, .formItem dd  {
    width: 100%;
  }
  .br-sp {
    display: block;
  }
	input.stepbarList:checked + .stepContent {
	min-width: 150px;
	}
	div#s2_optionprogram {
    width: 100%;
	}
}
@media screen and (max-width: 500px) {
  body {
    font-size: 1.6rem;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
/*確認画面H2タイトル*/
h2.stepttl {
	font-size: 2.1rem;
}
  h3 {
    font-size: 1.8rem;
  }
  #main, .s1_category  {
    width: 95%;
    padding: 50px 0;
  }
  .messageBox {
	width: 95%;
	padding: 30px;
  }
  #mainInner, .s1_categoryInner {
    width: 90%;
  }
  textarea {
    margin: 6px 0;
  }
  input {
    margin: 6px 0;
  }
  #header {
    height: 100px;
    margin-bottom: 40px;
  }
  .headerLogo {
    width: 90%;
  }
  #header::after {
    top: 100px;
    content: "";
    height: 10px;
    background-repeat: repeat-x;
    background-size: contain;
}
  .w100SP {
    width: 100% !important;
  }
	.stepbarAccordion {
		justify-content: stretch;
		height: 50px;
	    width: 95%;
		margin: 0 auto;
	}
	input.stepbarList:checked + .stepContent {
		height: 50px;
		width: auto;
		min-width:110px;
		font-size: 12px;
		transition: none;
	}
  .stepbar {
    width: 100%;
    margin-bottom: 20px;
  }
  .firstStep {
    padding-left: 8px;
  }
  .stepbarList:last-child {
    padding-right: 8px;
  }
	.repuiredImportant {
    width: 100%;
}
	.stepNum:hover{
	opacity: 1;
}
	.txtL {
	font-size: 20px;
}
	.jisan_yusou_files {
		padding: 15px;
	}
	.jisan_yusou_filesInner {
		padding: 20px;
	}
	footer.footerArea {
	height: 50px;
	}
	.footercontent {
	font-size: 12px;
	}
	.confirmBtn {
    width: 250px;
    font-size: 20px;
}
	.followLabel {
	    margin-top: 40px;
	}
	.formTop {
		margin-bottom: 20px;
	}
select#s2_c01_birthday_yy, #s2_c01_birthday_mm, #s2_c01_birthday_dd, #s2_c02_birthday_yy,#s2_c02_birthday_mm, #s2_c02_birthday_dd, #s2_c03_birthday_yy, #s2_c03_birthday_mm, #s2_c03_birthday_dd, #s4_f_expected_employment_date_yy, #s4_f_expected_employment_date_mm, #s4_f_expected_employment_date_dd, #s4_f_childcare_leave_s_yy, #s4_f_childcare_leave_s_mm, #s4_f_childcare_leave_s_dd, #s4_f_childcare_leave_e_yy, #s4_f_childcare_leave_e_mm, #s4_f_childcare_leave_e_dd, #s4_m_expected_employment_date_yy, #s4_m_expected_employment_date_mm, #s4_m_expected_employment_date_dd, #s4_m_childcare_leave_s_yy, #s4_m_childcare_leave_s_mm, #s4_m_childcare_leave_s_dd, #s4_m_childcare_leave_e_yy, #s4_m_childcare_leave_e_mm, #s4_m_childcare_leave_e_dd, #s2_desired_date_admission_yy, #s2_desired_date_admission_mm, #s2_desired_date_admission_dd, #s2_planned_move_date_yy, #s2_planned_move_date_mm, #s2_planned_move_date_dd, #s4_m_childbirth_mm, #s4_m_childbirth_dd {
  width: calc(100% / 3 - 33px);
}
select#s2_c01_birthday_yy, #s2_c02_birthday_yy, #s2_c03_birthday_yy, #s4_f_childcare_leave_s_yy, #s4_f_childcare_leave_e_yy, #s4_m_expected_employment_date_yy, #s4_m_childcare_leave_s_yy, #s4_m_childcare_leave_e_yy, #s4_m_childbirth_yy, #s4_m_childbirth_yy {
	
	width: calc(100% / 3 - 10px);}
.adress3box {
  width: 50%;
}
	div#s2_optionprogram {
    width: 100%;
	}
}
