/*!
Theme Name: meta-recruit
Text Domain: meta-recruit
*/

body {
	margin: 0;
	padding: 0;
	font-family: "CezanneProN-M", sans-serif;
	line-height: 1.75em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "FP-HiraginoUDSansRStdN-W6", sans-serif;
	font-weight: 600;
	line-height: 1.2em;
}

.sp_only {
	display: none;
}

.txt_point {
	color: var(--e-global-color-secondary);
	/*font-size: 1.1em;*/
}

.txt_point_top {
	color: var(--e-global-color-4def80f);
	/*border-bottom: 3px dotted;*/
	/*margin-bottom: 6px;*/
	/*display: inline-block;*/
}

#ttl_line {
	position: relative;
	padding: 1.5rem;
	text-align: center;
	margin-bottom: 20px;
}

#ttl_line:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: var(--e-global-color-text);
}


.txt_blue {
	color: #174698;
}

.marker {
	background: linear-gradient(transparent 50%, #d7e2ff 60%);
	font-weight: 600;
}

.marker2 {
	background: linear-gradient(transparent 50%, #1a2754 60%);
	font-weight: 600;
}

.marker3 {
	background: linear-gradient(transparent 60%, #fffb13 60%);
	font-weight: 600;
}

.check_list {
	position: relative;
	display: block;
	padding-left: 1.2em;
}

.check_list::before {
	position: absolute;
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #ab1111;
	left: 0;
}

.font_l {
	font-size: 1.4em;
}

.font_s {
	font-size: 0.8em;
}

table.price_table {
	color: var(--e-global-color-text);
	border: 1px solid #ddd;

}

table.price_table th,
table.price_table td {
	padding: 20px;
	font-size: 16px;
	line-height: 1.5em;
	border-bottom: 1px solid #ddd;
}

table.price_table tr:last-child th,
table.price_table tr:last-child td {
	border-bottom: none;
}

table.price_table td.font_s {
	font-size: 16px;
}

table.price_table th {
	width: 18%;
	font-family: "CezanneProN-M", sans-serif;
	background-color: var(--e-global-color-secondary);
	color: #fff;
}

table.price_table.company {
	color: var(--e-global-color-text);
	/*    border: none;*/
}

table.price_table.company th {
	width: 18%;
	font-family: "CezanneProN-M", sans-serif;
	background-color: #ddd;
	color: var(--e-global-color-text);
}

table.price_table.company th {
	padding: 20px;
	font-size: 16px;
	line-height: 1.5em;
	border-bottom: 1px solid #fff;
}

table.price_table.company td {
	padding: 20px;
	font-size: 16px;
	line-height: 1.5em;
	border-bottom: 1px solid #ddd;
}

table.price_table.company tr:last-child th,
table.price_table.company tr:last-child td {
	border-bottom: none;
}

.td_product {
	width: 20%;
}

.td_detail {
	width: 30%;
}

.td_price_1 {
	width: 25%;
	text-align: center;
}

.td_price_2 {
	width: 25%;
	text-align: center;
}

.hukidashi {
	position: relative;
}

.hukidashi::after {
	position: absolute;
	content: '';
	top: calc(50% - 11px);
	left: 100%;
	border: 15px solid transparent;
	border-top: 15px solid #313131;
	width: 0;
	height: 0;
	transform: rotate(270deg);
}

#primary {
	/* margin-top:125px; */
	padding-top: 120px;
	/* padding-right: 30px; */
	padding-bottom: 20px;
	padding-left: 30px;
}

#primary #content {
	/* width: 1020px; */
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	/* padding-right: 60px; */
	padding-bottom: 40px;
	padding-left: 40px;
}

.table_tbody {
	background: #fffdfacf;
}

@media (max-width:767px) {
	.sp_only {
		display: block;
	}

	.pc_only {
		display: none;
	}

	table.price_table th,
	table.price_table td {
		line-height: 1.4em;
		font-size: 13px;
	}

	table.price_table th {
		/*writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: vertical-lr;*/
		text-orientation: upright;
		-webkit-text-orientation: upright;
	}

	table.price_table td.font_s {
		font-size: 13px;
	}

	table.price_table.company th,
	table.price_table.company td {
		font-size: 13px;
	}

	/*table.price_table.company th{
	width: 28%;
	writing-mode: vertical-rl;
}*/
	.hukidashi::after {
		top: calc(100% - 20px);
		left: 30px;
		transform: rotate(0deg);
	}

	#ttl_line {
		margin-bottom: 10px;
	}

	.table_tbody {
		width: 100%;
		display: block;
	}

	.table_tbody tr {
		display: flex;
		flex-direction: column;
	}

	.table_tbody tr>th,
	.table_tbody tr>td {
		width: 100%;
	}

	.table_tbody tr>th {
		padding: 15px;
		font-size: 16px;
	}

	.table_tbody tr>td {
		font-size: 15px;
	}

}