@charset "utf-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: 採用エントリーフォーム用CSS                                                */
/* 作成日: 2024-04-18                                                               */
/* 最終更新日: 2024-04-18                                                           */
/*                                                                                  */
/* ################################################################################ */

/* loader */
.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #fff;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .loader-wrap { display: block; } /* IE11 */
  *::-ms-backdrop, .loader, .loader:after { top: 40%; } /* IE11 */
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(55,148,195, 0.2);
	border-right: 1.1em solid rgba(55,148,195, 0.2);
	border-bottom: 1.1em solid rgba(55,148,195, 0.2);
	border-left: 1.1em solid #3794c3;
	transform: translateZ(0);
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

p {
	/* font-size: 1rem; */
	line-height: 1.75;
}

p b{
	background: linear-gradient(transparent 60%, #FFFF00 0%);
	padding: 0 3px;
}


.odd {
	background-color: #EFEFEF;
}

table caption {
	color: #1D1F85;
	font-size: 110%;
	text-align: left;
	font-family: "GenshinGothicBold", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",serif;
	background: url(../../../img/share/bg_heading03.png) no-repeat left 8px;
	padding-left: .9em;
}

table caption b {
	font-size: 80%;
	color: #333333;
	margin-left: 1em;
}

table caption b span {
	color: #D30000;
}



.contentBox {
	margin: 0 auto;
	overflow: hidden;
}

small {
	font-size:90%;
}

label:hover {
	cursor: pointer;
}

label input {
	margin-right: 0.5em;
}

table {
	width: 100%;
	border-top: 1px solid #CCCCCC;
}

table caption {
	font-size: 105%;
}

table td, table th {
	border-bottom: 1px solid #CCCCCC;
	padding: 1em 0.5em;
}
table th {
	min-width: 8.5rem;
}
table th span {
	color: #D30000;
	margin-left: 0.25em;
}
table ul li {
	list-style-type: none;
	line-height: 2.25;
}
table select, table input, table textarea {
	border: 1px solid #999999;
	padding: 0.25em;
	border-radius: 3px;
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.2);
}

textarea {
	min-height: 9rem!important;
	width:100%!important;
}
input[type="text"] {
	/* width:38%!important; */
}
input[type="tel"],
input[type="email"] {
	width:90%!important;
}
input[type="file"] {
	padding:5px 8px;
	width:50%;
}
td button {
	margin-left: 10px;
}



select:focus, table input:focus, table textarea:focus {
	border: 2px solid #FCA062;
}

ol li {
	list-style-type: none;
	line-height: 2.75;
}



.contactBtnArea {
	text-align: center;
	margin: 2rem 0;
}
.contactBtnArea button {
	margin: 0 10px;
}
button[type="submit"], 
#mfp_button_send, 
button[type="reset"], 
#mfp_button_cancel {
	transition: .5s;
	font-size: 1.5rem;
	padding: 4px 35px;
	font-weight: bold;
	border-radius: 3px;
}

button[type="submit"], 
#mfp_button_send {
	background: #FA7701;
	border: 1px solid #EF7201;
	color: #FFFFFF;
	text-shadow: none;
}

button[type="submit"]:hover, 
#mfp_button_send:hover {
	background: #FE9434;
	border-color: #DC6901;
}

button[type="reset"], 
#mfp_button_cancel {
	background: #D2D2D2;
	border: 1px solid #B1B1B1;
	color: #333333;
}

button[type="reset"]:hover, 
#mfp_button_cancel:hover {
	background: #BFBFBF;
	border-color: #9E9E9E;
}

#mfp_button_send, 
#mfp_button_cancel {
	margin: 15px 30px;
}


.attachNote {
	font-size:.8rem;
	display:block;
	margin-top: 5px;
}
.attachNote:nth-of-type(2) {
	color: #D90000;
}



@media screen and (min-width: 737px) {
	.contentBox {
		width: 1000px;
	}
}

@media screen and (max-width: 736px) {
	.headerContent {
		height: inherit;
	}
	.contentBox {
		width: 98%;
	}
	br {
		display: none;
	}
	h1 {
		text-align: left;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		width: inherit;
		margin: .25em .5rem;
	}
	.formAnnounceArea p {
		font-size: .9rem;
		line-height: 1.65;
	}
	table caption b {
		display:block;
		margin-left: 0;
	}
	table tr {
		display: block;
		list-style-type: none;
	}
	table th, table td {
		width: 96%;
		display: list-item;
	}
	table th {
		text-align: left;
		padding: .5em;
		background: #CCC;
	}
	th span small {
		margin-left: 10px!important;
	}
	input[type="text"] {
		width:90%!important;
		display:block;
	}
	.contactBtnArea {
		margin-bottom: 50px;
	}
	#mfp_confirm_table tr th {
		min-width:7.5rem;
		padding:5px!important;
		text-align:right!important;
	}
}
