@charset "UTF-8";

@import '/css/common/adjust.css';
@import '/css/common/module.css';

/*
* ヘッダー
*/
div#FrmHeader,
div#FrmContent,
div#FrmFooter {
	margin: 0 auto;
}
div#FrmHeader {
	margin: 0 0 40px 0;
	padding: 20px;
	border-top: #0445bc 3px solid ;
	background: #fff url(/img/common/frm_bg_head.png) left bottom repeat-x;
	text-align: center;
}
div#FrmHeader #SiteID {
    width: 880px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#FrmHeader #SiteID img {
	max-width: 110px;
}
div#FrmHeader #SiteID p#HeaderCopy {
	margin-top: 5px;
}


/*
* フッター
*/
div#FrmFooter {
	width: 700px;
	margin-bottom: 70px;
	text-align: center;
}


/*
* 応募フォーム
*/
#entryForm {
	width: 880px;
	margin: 0 auto 60px auto;
	padding: 15px;
}
#entryForm h1 {
  margin: 0 0 40px 0;
  padding: 15px;
  text-align: center;
  color: #FFFFFF;
  font-size: 26px;
  background: #3666C8;
  border-radius: 10px;
}
/* フォーム */
#entryForm .wrap {
  display: flex;
  flex-direction: column;
  margin: 0 0 40px 0;
  padding: 0;
	font-size: 18px;
}
#entryForm .wrap:last-child {
  margin: 0;
}
#entryForm dl {
  display: flex;
  align-items: stretch;
  margin: 0 0 -1px 0;
  padding: 0;
  border: #CCCCCC 1px solid;
}
#entryForm dt {
  position: relative;
  width: 10em;
  margin: 0;
  padding: 30px 20px;
  font-weight: 500;
	line-height: 1.5;
  background-color: #EEEEEE;
}
#entryForm .req dt {
  padding-right: 60px;
}
#entryForm .req dt::after {
  content: "必須";
  position: absolute;
  top: 29px;
  right: 10px;
  margin: 0;
  padding: 3px 5px;
  color: #FFFFFF;
  font-weight: 500;
	line-height: 1;
  background-color: #FFA800;
  border-radius: 5px;
}
#entryForm .free dt {
  padding-right: 60px;
}
#entryForm .free dt::after {
  content: "任意";
  position: absolute;
  top: 29px;
  right: 10px;
  margin: 0;
  padding: 3px 5px;
  color: #FFFFFF;
  font-weight: 500;
	line-height: 1;
  background-color: #CCCCCC;
  border-radius: 5px;
}
#entryForm dd {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 20px;
  font-weight: 500;
}
#entryForm dd.column {
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
/* input・textarea・select */
#entryForm input[type='text'],
#entryForm input[type='number'],
#entryForm input[type='tel'],
#entryForm input[type='email'],
#entryForm input[type='password'],
#entryForm textarea,
#entryForm select {
  display: inline-block;
  margin: 2px;
  padding: 5px 10px;
  background-color: #FFFFFF;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: #E6E6E6 2px solid;
  border-radius: 5px;
}
/* check・radio */
#entryForm .check {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
  padding: 0;
}
#entryForm .check label {
  display: inline-block;
  min-width: 4em;
  margin: 0;
  padding: 5px 20px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  background-color: #094DB0;
  border: #094DB0 1px solid;
  border-radius: 9999px;
  cursor: pointer;
}
#entryForm .check input { display: none; }
#entryForm .check input:not(:checked) + label {
  color: #A5A5A5;
  background-color: #FFFFFF;
  border: #A5A5A5 1px solid;
}
/* サイズ */

/* 最終学歴 */
#entryForm .edu label.head {
  display: inline-block;
  width: 10em;
}
/* 指導希望科目 */
#entryForm .item h3 {
  margin-bottom: -10px;
	color: #CC0000;
  font-weight: 600;
}
#entryForm .item .check {
  padding: 0 0 20px 0;
  border-bottom: #A5A5A5 1px solid;
}
#entryForm .item .check:last-child {
  padding: 0;
  border: 0;
}
/* 希望勤務地 */
#entryForm .area img.logo {
	display: block;
	width: auto;
  height: auto;
	margin: 0 auto -10px 0;
	padding: 0;
}
#entryForm .area h3 {
  margin-bottom: -10px;
	color: #CC0000;
  font-weight: 600;
}
#entryForm .area .check {
  padding: 0;
}
#entryForm .area hr {
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	border-bottom: #A5A5A5 1px solid;
}
/* ボタン */
#buttonWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 0 0 40px;
	padding: 0;
}
#buttonWrap input {
  order: 2;
  -webkit-appearance: none;
	width: 15em;
	margin: 0;
	padding: 10px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.1em;
	border: 0;
	border-radius: 5px;
	background-color: #FFA800;
	cursor: pointer;
}
#buttonWrap input[value='修正する'] {
  order: 1;
  color: #555555;
  background-color: #dfdfdf;
}










/*
* スマホ用
*/


@media screen and (max-width:992px){


	/*
	* ヘッダー
	*/
	div#FrmHeader #SiteID img {
		width: 40vw;
		max-width: none;
	}



	/*
	* 応募フォーム
	*/
	#entryForm {

	}
	/* フォーム */
	#entryForm h1 {
	  font-size: 4.5vw;
	}
	#entryForm .wrap {
		font-size: 5vw;
	}
	#entryForm dl {
		flex-direction: column;
	}
	#entryForm dt {
		width: calc(100% - 80px);
	}
	#entryForm dd {
		flex: none;
		width: 100%;
	}
	/* check・radio */
	#entryForm .check {
	  gap: 2vw;
	}
	#entryForm .check label {
	  padding: 1vw 2vw;
	}
	/* 希望勤務地 */
	#entryForm .area img.logo {
		width: auto;
		height: 10vw;
	}
  #buttonWrap input {
    font-size: 5vw;
  }
  /* ボタン */
  #buttonWrap {
    flex-direction: column;
    gap: 20px;
  }
  #buttonWrap input {
    order: 1;
    font-size: 5vw;
  }
  #buttonWrap input[value='修正する'] {
    order: 2;
    font-size: 4vw;
  }













}
