@charset 'UTF-8';
/* CSS Document */

.mb10 {
	margin-bottom: 10px!important;
}

.pl16 {
	padding-left: 16px!important;
}

#mainImage {
	margin-bottom: 0;
}

#main {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 635px;
}

@media screen and (max-width:768px) {
	#main {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 92%;
	}
}
h2 {
	background: url(../sp/img/common/line01.jpg) no-repeat center bottom;
	background-size: 100% 2px;
	margin: 0 0 20px;
	padding-bottom: 20px;
}

table {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: collapse;
}

th, td {
	display: block;
	width: 100%;
	border-left: none;
	border-right: none;
	font-size: 14px;
	text-align: left;
	padding: 10px;
	box-sizing: border-box;
}

th {
	font-weight: normal;
	background: #f4edcb;
}

th span.required{
	display: inline-block;
	text-align: center;
	background-color: #e53b3b;
	border-radius: 3px;
	padding: 3px 6px;
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 6px;
	line-height: 1;
}
th span.optional{
	display: inline-block;
	text-align: center;
	background-color: #3886da;
	border-radius: 3px;
	padding: 3px 6px;
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 6px;
	line-height: 1;
}

td{
	margin-bottom: 10px;
}

td span.error {
	display: block;
	color: #F36;
	margin-top: 10px;
}

#main .btn {
	margin-top: 10px;
	text-align: center;
}

#main .btn button {
	display: inline-block;
}

#main .btn button:hover {
	opacity: 0.7;
	cursor: pointer;
}

button {
	background: none;
	outline: none;
	border: none;
}

#footer {
	display: none;
}

label{
	display: inline-block;
	line-height: 160%;
}

tr.time > td >label{
	margin: 0 10px 0 0;
	line-height: 1.8;
}

label[for="experience0"],
label[for="experience1"],
label[for="office"],
label[for="experience3"],
label[for="experience4"],
label[for="history1file"],
label[for="history2file"]{
	margin-left: 20px;
}

label[for="job1"],
label[for="job2"],
label[for="job3"],
label[for="job4"]
{margin-top: 10px;}


label[for="office"]{
	margin-top: 10px;
	margin-bottom: 10px;
}

#history1,
label[for="history1file"],
label[for="history2file"]{
	margin-top: 10px;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 3px;
	vertical-align: -0.15em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
	display: inline-block;
	font-size: 1em;
	padding: 9px 4px;
	border-radius: 0.3em;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	border: 1px solid #B3B3B3;
}
input[type="number"]{
	width: 60px;
}

input[type="text"],
input[type="email"],
input[type="tel"]{
	width: 100%;
	max-width: 350px;
}

textarea {
	line-height: 1.3;
	width: 100%;
	resize: vertical;
}

@media screen and (max-width:600px) {
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		width: 100%;
	}

	input[type="file"] {
		width: calc(100% - 20px);
	}
}

p.note{
	margin-top: 15px;
	color: #e53b3b !important;
	padding-left: 16px;
	box-sizing: border-box;
	position: relative;
}

p.note::before{
	content: "※";
	position: absolute;
	left: 0;
}

#lead {
	text-align: left;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.6;
}

#lead span {
	color: #600;
}
#lead h3 {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
}

.error_page{
	padding-bottom: 40px;
}

.error_page h3{
	color: #F36;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}


.name_area{
	display: flex;
	align-items: start;
}
.name_area div{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 190px;
}
.name_area div:first-child {
	margin-right: 30px;
}
.name_area div p{
	width: 35px;
}
.name_area div input {
	width: calc(100% - 35px);
}

.number_in{
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.number_in p{
	width: 100px;
	margin-right: 10px;
}

.number_in p .required {
	display: inline-block;
	text-align: center;
	background-color: #e53b3b;
	border-radius: 3px;
	padding: 3px 6px;
	color: #fff;
	font-size: 12px;
	margin: 0 0 0 6px;
	line-height: 1;
}

.number_in input {
	max-width: 220px;
	width: calc(100% - 110px);
	margin-right: 0px;
}

p.number_note{
	font-size: 12px;
}
p.number_note {
	font-size: 12px;
}
p.number_note span{
	font-size: 14px;
}

.section-divider {
  border: none;
  border-top: 2px solid #ccc;
  margin: 15px 0;
}

/* 社会人として勤務経験が2年以上ありますか？ */

.attention-section {
  background-color: #fff4f4; /* 薄い赤背景で注意喚起 */
  border-left: 6px solid #e74c3c; /* 赤い帯で目立たせる */
  padding: 15px 15px 5px 15px;
  margin: 20px 0 20px;
}
.attention-section p{
	font-weight: bold;
	margin-bottom: 10px;
}
.attention-section label{
	margin: 0 0 10px 0;
}

