@charset "utf-8";

/* 職種詳細
============================ */
/* iphone対応 */
input[type="submit"]{
	-webkit-appearance: none;
	border-radius: 0;
}

/* 見出し
------------------------------------------------- */
.modal {
	font-size: 1.6rem;
	line-height: 2;
}
.modal h2 {
	font-size: 2rem;
	text-align: center;
	}
	@media screen and (min-width:768px) {
	.modal h2 {
		font-size: 2.4rem;
	}
}
.modal .category {
	font-size: 1.4rem;
	text-align: center;
	margin: 0;
}
.modal .buttonArea {
	text-align: center;
}
.modal .buttonArea input {
	width: 100%;
	font-size: 1.6rem;
	font-family: inherit;
	background: #5876AA;
	color: #fff;
	border: none;
	margin: 4rem 0 2rem!important;
	padding: 1.6rem 0;
	transition:all 0.3s;
	}
	@media screen and (min-width:768px) {
	.modal .buttonArea input {
		width: auto;
		margin: 6rem 0 3rem!important;
		padding: 1.8rem 8rem;
	}
}
.modal .buttonArea input:hover {
	opacity: 0.6;
	cursor: pointer;
}


/* table表タイプ
------------------------------------------------- */
table.modal_table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-bottom: 1px solid #ddd;
	margin-top: 2rem;
	}
	@media screen and (min-width:768px) {
	table.modal_table {
		margin-top: 3rem;
	}
}
table.modal_table th,
table.modal_table td {
	border-top: 1px solid #ddd;
	padding: 1em 0;
	display: block;
	width: 100%;
}
table.modal_table th {
	padding-bottom: 0;
}
table.modal_table td {
	font-size: 1.4rem;
	border-top: none;
	padding-top: 0;
}
@media screen and (min-width:1025px) {
	table.modal_table th,
	table.modal_table td {
		border: 1px solid #ddd;
		padding: 1em 1.5em;
		display: table-cell;
	}
	table.modal_table th {
		width: 14em;
		vertical-align: top;
		text-align: left;
		font-size: 1.6rem;
	}
	table.modal_table td {
		width: calc(100% - 14em);
	}
}

/* tableリストタイプ
------------------------------------------------- */
table.modal_list {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-bottom: 1px solid #ddd;
	margin-top: 2rem;
	}
	@media screen and (min-width:768px) {
	table.modal_list {
		margin-top: 3rem;
	}
}
table.modal_list th,
table.modal_list td {
	border-top: 1px solid #ddd;
	padding: 1em 0;
	display: block;
	width: 100%;
}
table.modal_list th {
	padding-bottom: 0;
}
table.modal_list td {
	font-size: 1.4rem;
	border-top: none;
	padding-top: 0;
}
@media screen and (min-width:1025px) {
	table.modal_list th,
	table.modal_list td {
		border-top: 1px solid #ddd;
		display: table-cell;
		padding: 1em 0;
	}
	table.modal_list th {
		width: 14em;
		vertical-align: top;
		text-align: left;
	}
	table.modal_list td {
		width: calc(100% - 14em);
		font-size: 1.6rem;
	}
}

/* tableカラータイプ
------------------------------------------------- */
table.modal_color {
	width: 100%;
	margin-top: 2rem;
	}
	@media screen and (min-width:768px) {
	table.modal_color {
		margin-top: 3rem;
	}
}
table.modal_color th,
table.modal_color td {
	display: block;
	width: 100%;
}
table.modal_color th {
	background: #e3e3e3;
	padding: 0.6em 1.2em;
	}
	@media screen and (min-width:768px) {
	table.modal_color th {
		padding: 1.2em;
	}
}
table.modal_color td {
	font-size: 1.4rem;
	background: #f6f6f6;
	padding: 1.2em;
}

@media screen and (min-width:1025px) {
	table.modal_color th,
	table.modal_color td {
		display: table-cell;
		border-top: 1px solid #fff;
	}
	table.modal_color th {
		width: 14em;
		vertical-align: top;
		text-align: left;
	}
	table.modal_color td {
		width: calc(100% - 14em);
		font-size: 1.6rem;
	}
}
