@charset "utf-8";

html,body {
	background-color: #000000;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/back_LH.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.fs_12 {
	font-size: 12px;
	line-height: 150%;
}
.fs_14 {
	font-size: 14px;
	line-height: 150%;
}
.fs_14b {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
}
.fc_FF0000 {
	color: #FF0000;
}

.w_050r {
	width: 50px;
	text-align: right;
}
.w_100 {
	width: 100px;
}
.w_100r {
	width: 100px;
	text-align: right;
}
.w_125 {
	width: 125px;
}
.w_200 {
	width: 200px;
}
.w_250 {
	width: 250px;
}
.w_350 {
	width: 350px;
}
.w_500 {
	width: 500px;
}

.tb_color_pink {
	background-color: #FFCCFF;
}
.tb_color_red {
	color: #FF0000;
}

.ime_mode_off {
	ime-mode:disabled;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}


#content .dl_list {
	border: 1px solid #D6D5CB;
}
#content .dl_list dt {
	width: 175px;
	padding-left: 7px;
	background-position: left center;
}
#content .dl_list dd {
	width: 225px;
}
#content .dl_list dl {
	width: 500px;
	padding-top: 8px;
	padding-bottom: 8px;
}


/* =========================================================
   Entry page - div layout / responsive
========================================================= */
* {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.entry-page {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 0 24px;
}

.entry-form {
	width: 100%;
}

.entry-header {
	width: 100%;
	margin-bottom: 15px;
}

.entry-header-img {
	display: block;
	width: 100%;
	height: auto;
}

.entry-main {
	width: calc(100% - 100px);
	max-width: 800px;
	margin: 0 auto;
}

.entry-message {
	min-height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px 0;
}

.entry-message--closed {
	min-height: 720px;
}

.entry-notice {
	width: calc(100% - 100px);
	max-width: 800px;
	margin: 0 auto 15px;
	line-height: 1.6;
}

.entry-agreement {
	padding: 16px 0 8px;
	text-align: center;
}

.entry-agreement.is-error,
.entry-agreement.is-error .entry-agreement-label {
	color: #FF0000;
}

.entry-agreement-label {
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	gap: 8px;
	line-height: 1.6;
	cursor: pointer;
}

.entry-agreement-label input[type="checkbox"] {
	margin-top: 0.25em;
	flex: 0 0 auto;
}

#caution {
	min-height: 20px;
	padding-top: 4px;
	text-align: center;
}

.entry-actions {
	padding-top: 12px;
	text-align: center;
}

.entry-button,
#entry_exec {
	max-width: 100%;
	min-height: 42px;
	padding: 8px 24px;
	font-size: 14px;
	line-height: 1.4;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	body {
		background-size: 70% auto;
	}

	.entry-page {
		padding: 0 12px 24px;
	}

	.entry-header {
		margin-right: -12px;
		margin-left: -12px;
		width: auto;
	}

	.entry-main,
	.entry-notice {
		width: 100%;
		max-width: none;
	}

	.entry-message,
	.entry-message--closed {
		min-height: 420px;
		padding: 32px 12px;
	}

	.entry-agreement {
		padding-top: 14px;
	}

	.entry-agreement-label {
		display: flex;
		text-align: left;
	}

	.entry-button,
	#entry_exec {
		width: 100%;
		padding: 12px 16px;
		font-size: 15px;
	}
}

#recruit-privacy {
	text-align: left;
	margin: 0;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, sans-serif;
}

#recruit-privacy h1 {
	margin: 0 0 1.2em;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
}

#recruit-privacy h2 {
	margin: 0 0 0.4em;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
}

#recruit-privacy p {
	font-size: 12px;
	line-height: 1.7;
	padding: 0 0 0.5em 0;
	margin: 0 0 0.5em;
}

#recruit-privacy ol {
	margin-top: 0;
	margin-bottom: 1.4em;
	padding-left: 1.8em;
}

#recruit-privacy li {
	margin-bottom: 0.75em;
}

#recruit-privacy br + ol,
#recruit-privacy li > br:first-child {
	margin-top: 0;
}

#recruit-privacy #houshin {
	margin-bottom: 3em;
	padding-bottom: 1em;
	border-bottom: solid #aaa 1px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.px10 {
	font-size: 10px;
	line-height: 1.4;
}

.px12 {
	font-size: 12px;
	line-height: 1.6;
}

.px18 {
	font-size: 18px;
	line-height: 1.4;
}

.event-info {
	margin: 16px 0 18px;
	padding: 14px 16px;
	border: 1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.04);
}

.event-info-title {
	margin-bottom: 10px;
	text-align: center;
}

.event-row {
	display: flex;
	gap: 16px;
	margin: 0;
	padding: 8px 0;
	border-top: 1px solid rgba(255,255,255,0.12);
}

.event-row dt {
	display: flex;
	flex: 0 0 140px;
	gap: 14px;
	margin: 0;
	font-weight: normal;
}

.event-row dd {
	flex: 1;
	margin: 0;
}

.event-no {
	flex: 0 0 24px;
}

.event-label {
	flex: 1;
}

#recruit-privacy img {
	max-width: 100%;
	height: auto;
}

.sp-only{
  display:none;
}

@media screen and (max-width: 768px) {
	.entry-terms {
		max-height: none;
		overflow: visible;
		padding: 16px 14px;
	}

	#recruit-privacy h1 {
		font-size: 17px;
		line-height: 1.5;
	}

	#recruit-privacy h2 {
		font-size: 14px;
	}

	#recruit-privacy ol {
		padding-left: 1.45em;
	}

	.event-info {
		padding: 12px;
	}

	.event-row {
		display: block;
		padding: 10px 0;
	}

	.event-row dt {
		display: flex;
		width: 100%;
		margin-bottom: 4px;
		font-weight: bold;
	}

	.event-row dd {
		padding-left: 38px;
	}
}

/* =========================================================
   Form helpers / upload preview
========================================================= */
#aglee {
	vertical-align: middle;
	margin-right: 6px;
}

.password-visible-check {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 8px;
	font-size: 13px;
	color: #ddd;
	cursor: pointer;
}

.password-visible-check input {
	cursor: pointer;
}

.image-upload-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.image-preview img,
.form-input > img {
	max-width: 320px;
	width: 100%;
	height: auto;
	border-radius: 12px;
	display: block;
}

.image-upload-block input[type="file"] {
	max-width: 460px;
}

.mail-at{
  margin: 0 .08em;
}

.mail-obf{
  word-break: break-all;
}

@media screen and (max-width: 768px) {
	#aglee {
		width: 18px;
		height: 18px;
	}
	
  .sp-only{
    display:block;
  }
}
