.center{
  text-align: center;
}
/*--------------------------------------------------------------------
	ジャンプボタンcss
--------------------------------------------------------------------*/
.content_jump{
  margin: 30px auto;
  text-align: center;
}
.jump_btn{
  display: inline-block;
  width: 280px;
  margin: 10px;
}
.jump_btn span{
  font-size:12px;
  font-weight: bold;
}
.jump_btn span::after{
  content:"／";
}
.jump_btn span::before{
  content:"＼";
}
.jump_btn p{
  background: #05913a;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  font-size:14px;
}
.jump_btn p:hover{
  background: #ddefe4;
  color:#05913a;
  transition: 0.5s;
}
.jump_btn p::after{
  content:"▶︎";
  padding-left: 5px;
}
/*--------------------------------------------------------------------
	フォーム関係のcss
--------------------------------------------------------------------*/
#contact,#recruit{
  max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.imgBtn{
  text-align: center;
}
/* .imgBtn input{
  background: #f6783c;
  width: 80%;
  font-size:18px;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  border:none;
} */
.form h4{
 font-size:14px;
 text-align: center;
 font-weight: 100;
 background-color: #f9c404;
 color: #fff;
 width: 200px;
 padding: 10px 0;
 margin: 20px 0;
}
.imp{
  color:red;
}
/*--------------------------------------------------------------------
	recruit
--------------------------------------------------------------------*/
#recruit section {
  margin-bottom: 50px; }
#recruit .text {
  text-align: center;
  font-size: 120%;
  line-height: 180%;
  letter-spacing: 2px;
  margin-bottom: 30px; }
#recruit .wrap {
  margin: 0 0 50px; }
#recruit .table_temp th, #recruit .table_temp td {
  background: none;
  border: 0;
  border-top: solid 1px #E2E2E0;
  border-bottom: solid 1px #E2E2E0; }
#recruit .table_temp td p{
	line-height: 160%;
}


/*--------------------------------------------------------------------
	contact
--------------------------------------------------------------------*/
#contact .text {
  /* text-align: center; */
  /* font-size: 14px; */
  /* line-height: 1.5; */
  letter-spacing: 2px;
  margin-bottom: 30px;
}
#contact .text span {
  color: #FF2800;
  display: block;
}
#contact form {
  margin-bottom: 50px;
  padding: 0;
}
#contact form div {
  margin-bottom: 30px;
}
#contact form div:last-child {
  margin-bottom: 0;
}
#contact form div p {
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 5px;
}
#contact form div input[type="text"],#contact form div select,#contact form div input[type="date"]{
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: solid 2px #c3c3c3;
}
input[type="text"]:required,
select:required{
	background: #f7e0e4;
}
input[type="text"]:valid,
select:valid{
	background: transparent;
}
#contact form div select,#contact form div input[type="date"] {
  width: 200px;
  color: #666;
}
#contact form div label {
  font-size: 16px;
  padding-left: 10px;
}
#contact form div label input{
  margin: 0 5px;
}
#contact form div textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: solid 2px #c3c3c3;
}
#contact form div .caution {
  font-size: 120%;
  color: #FF2800;
  font-weight: 700;
  margin-bottom: 10px;
}

#contact form .spaceText {
	margin: 30px 0;
    background: #05913a;
    color: #FFF;
    padding: 10px;
	line-height: 150%;
}
#contact form .date dl{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
#contact form .date dl dt{
  font-size: 1.2em;
  margin-bottom: 10px;
  width: 14%;
  text-align: center;
  background: #05913a;
  color: #FFF;
  padding: 0.5%;
  border-radius: 50px;
  margin-right: 3%;
}
#contact form .date dl dd{
  width: 82%;
  margin-bottom: 10px;
}
#contact form .date dl dd input{
  width:100px !important;
  background: url("../../images/form_arw.png") no-repeat right #FFF;
  background-size: 10px;
  border: solid 1px #A9A9A9;
  padding: 1% !important;
}
#contact form .date dl dd span{
  margin: 0 10px;
}

#contact .privacy {
  margin-bottom: 30px;
}
#contact .privacy ol {
  padding-left: 20px;
}
#contact .privacy ol li {
  list-style-type: decimal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#contact .privacy ol li:last-child {
  margin-bottom: 0;
}
#contact .complete {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 736px){
	#contact .complete{
		width: 100%;
	}
}
#contact .complete .textWrap p {
  font-size: 120%;
  line-height: 180%;
  margin-bottom: 30px;
  text-align: center;
}
#contact .complete .btnA {
  text-align: center;
}
#contact .complete .btnA a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 120%;
  line-height: 100%;
  letter-spacing: 2px;
  font-weight: 700;
  background: #FF783C;
  border-radius: 50px;
  padding: 15px;
  width: 300px;
  transition: all 0.4s;
}
#contact .complete .btnA a:hover {
  opacity: 0.6;
}
tr.medical_text {
    text-align: left;
}
.s_relationship{
  padding: 2%;
  width: 94%;
  border: solid 1px #666;
}
.s_birth{
  padding: 2%;
  width: 94%;
  border: solid 1px #666;
  margin-left: -2%;
}

.s_name,
.s_work {
  padding: 3%;
  margin: -1%;
  width: 94%;
  border: solid 1px #666;
}
input.s_work {
  margin-left: -1%;
}
.sp_s_name,
.sp_s_relationship,
.sp_s_birth,
.sp_s_work {
  display:none;
}


@media screen and (max-width: 736px) {
  
  #guidance,#contact,#recruit{
    max-width: 700px;
		width: 96%;
		padding: 20px 2%;
		margin: 0 auto;
  }
  /*--------------------------------------------------------------------
	ジャンプボタンcss
  --------------------------------------------------------------------*/
  .content_jump{
    margin: 20px auto;
  }
  .jump_btn{
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
  }
  /*--------------------------------------------------------------------
	ボタンcss
  --------------------------------------------------------------------*/
  .imgBtn input{
    width: 100%;
  }
  #contact {
    margin-bottom: 50px;
  }
  #contact .privacy {
    margin-bottom: 10px;
    padding: 3%;
  }
  #recruit .text{
    text-align: left;
    padding: 0 3%;
  }
  #recruit .wrap {
    margin: 0 3% 30px;
  }
  .family_list {
    width: 100%;
  }
  table.family_list thead {
    display: none;
  }
  table.family_list tbody td.number {
    display:none;
  }
  .family_list td {
    display: inline-block;
  }
  .sp_s_name,
  .sp_s_relationship,
  .sp_s_birth,
  .sp_s_work {
    display:block;
  }
  
  .family_list td {
    display:flex;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .family_list span {
    margin-bottom: 5px;
  }
  .s_name {
    margin: 0;
  }
  .s_relationship{
    margin: 0;
    width: 98%;
  }
  .s_birth{
    margin-left: 0;
    width: 98%;
    box-sizing:border-box;
  }
  input.s_work {
    margin-left: 0;
    margin: 0;
  }
  .form h4{
    margin: 20px auto;
  }
  /* .contact_on{
    display: initial;
  } */
}
