@charset "utf-8";

@import url("../../../css/style.css");

#container .job-header--1 {
	padding-left: 20px;
	line-height: 1.5;
}
@media screen and (max-width: 759px) {
	#container .job-header--1 {
		padding-left: 17px;
	}
}


.job-header--1__maintext span {
	white-space: nowrap;
}
@media screen and (max-width: 759px) { 
	.job-header--1__maintext {
		line-height: 1.5;
	}
	.job-header--1__maintext span:nth-of-type(1),
	.job-header--1__maintext span:nth-of-type(2) {
		font-size: 85%;
	}
	.job-header--1__maintext span.mainTitle {
		font-size: 100%;
	}
}
@media screen and (min-width: 760px) and (max-width: 959px){
	.job-header--1__maintext span:nth-of-type(1),
	.job-header--1__maintext span:nth-of-type(2) {
		font-size: 85%;
	}
	.job-header--1__maintext span:nth-of-type(3) {
		display: block;
	}
}

@media screen and (min-width: 760px) {

	.job-table--1.ta_c th,
	.job-table--1.ta_c td {
		text-align: center;
	}

	.job-table--1.va_m th,
	.job-table--1.va_m td {
		vertical-align: middle;
	}

	#container .jobs_container span.mt_1em {
		display: block;
	}

	#container .tablelayout_fixed {
		table-layout: fixed;
	}

	#container .whitespace_n th {
		white-space: normal;
	}

	.anser {
		display: none;
	}

	.qa_box p.oc_trigger {
		font-size: 24px !important;
		padding: 13px 20px 13px 20px !important;
	}

	.qa_box p.open {
		border: solid 2px #888;
	}

	.qa_box .anser {
		border: solid 2px #888;
	}

	.qa_box p.oc_trigger {
		position: relative;
		background: none !important;
	}

	.qa_box p.open {
		background: #ebebeb !important;
		color: #000 !important;
		border: solid 2px #888;
	}

	.left_name {
		width: 164px;
		display: inline-block;
	}

	.oc_trigger i {
		display: block;
		width: 62px;
		height: 30px;
		position: absolute;
		display: block;
		right: 0;
		top: 15px;
	}

	.oc_trigger i::before {
		content: "";
		width: 18px;
		height: 4px;
		border-radius: 2px;
		background: #e60012;
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -2px 0 0 -9px;
	}

	.oc_trigger i::after {
		content: "";
		width: 4px;
		height: 18px;
		border-radius: 2px;
		background: #e60012;
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -9px 0 0 -2px;
	}

	.oc_trigger.open i::before {
		transform: rotate(45deg);
	}

	.oc_trigger.open i::after {
		transform: rotate(225deg);
	}

	.rec_mt a,
	.rec_mt a:visited {
		text-decoration: underline !important;
		color: #d00 !important;
	}

	.rec_heading.event {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		background-color: #8f8f8f;
		padding: 20px 20px !important;
		margin: 0 10px 14px 10px !important;
	}

	.event_list {
		overflow: hidden;
		margin: 0 10px;
		margin-bottom: 40px;
	}

	.event_list li {
		font-size: 16px;
		line-height: 1.4em;
		text-align: center;
		width: 290px;
		float: left;
		border: 2px #f1f1f1 solid !important;
		padding: 20px 3px;
		margin-right: 20px;
		margin-bottom: 16px;
		height: 95px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.event_list li a,
	.event_list li p {
		display: block;
		width: 100%;
	}

	.event_list li a:hover,
	.event_list li a:link {
		color: #000 !important;
		opacity: 1 !important;
		text-decoration: none !important;
	}

	.event_list li.link {
		transition: .1s;
		border: 2px solid #c2c2c2 !important;
	}

	.event_list li.link:hover {
		background: #f8f8f8;
		border: #c2c2c2 2px solid !important;
	}

	.event_list li.link .box {
		transition: .3s;
	}

	.event_list li.link.not_link:hover {
		background: #fff;
		border: #c2c2c2 2px solid !important;
	}

	.event_list li span {
		font-weight: 800;
		font-size: 18px;
		line-height: 2em;
	}

	.event_list li.last {
		margin-right: 0px;
	}

	p.attention {
		font-size: 16px;
		margin: 40px 0 50px 10px;
		text-align: center;
	}

	.event_list li .box {
		color: #000;
		background: #ddd;
		display: block;
		border-radius: 4px;
		font-size: 13px;
		margin: 5px;
		width: 50%;
		margin-left: 25%;
	}

	.event_list li .box.box02 {
		background: #fff;
		border: 2px solid #ddd;
	}

	.event_list li .end {
		color: #fff;
		background: #999999;
		display: block;
		border-radius: 4px;
		font-size: 13px;
		margin: 5px;
		width: 50%;
		margin-left: 25%;
	}

	.event_list li .end_space {
		display: block;
		font-size: 13px;
		margin: 5px;
		width: 50%;
		margin-left: 25%;
	}

	.indent {
		text-indent: -1em;
		display: block;
		text-align: left;
		margin-left: 190px;
		font-size: 16px;
	}

	.indent02 {
		text-indent: -1em;
		display: block;
		text-align: left;
		margin-left: 190px;
		font-size: 16px;
	}

	.indent03 {
		text-indent: -1em;
		display: block;
		text-align: left;
		margin-left: 0;
		font-size: 16px;
	}

	span.notice {
		text-indent: -1em;
		display: block;
		text-align: center;
		font-size: 16px;
	}

	ul.indent_wrap li {
		padding-left: 1em;
		text-indent: -1em;
	}

	li.link a {
		margin-left: 10px;
	}

	li.link:after {
		content: '';
		display: inline-block;
		width: 9px;
		height: 10px;
		vertical-align: middle;
		content: url(../img/navi_li_red.png);
		background-size: 9px 10px;
		padding-right: 10px;
	}

	li.link.not_link:after {
		content: none;
	}
	.flexitem.not_link{
		background-color: #e9e9e9;
	}
	table.bs {
		clear: both;
		margin: 10px 0 0 0;
		font-size: 16px;
	}

	table.bs th {
		background-color: #f5f5f5 !important;
		border: none;
		border-top: solid 1px #bebebe;
		border-bottom: solid 1px #bebebe;
		padding: 20px 20px 20px 20px;
		line-height: 1.3;
		white-space: nowrap;
		text-align: center;
	}

	table.bs td {
		border: none;
		border-top: solid 1px #bebebe;
		border-bottom: solid 1px #bebebe;
		padding: 20px 30px 20px 30px;
		line-height: 1.75;
		width: 100%;
	}

	table.bs td p {
		line-height: 1.75;
	}

	table.bs td p:last-child {
		margin-bottom: 0;
	}

	table.bs td p.kome {
		line-height: 1.75;
	}

	table.bs td p.maru span.jobslink {
		font-size: 100%;
		display: inline-block;
		margin: 2px 0 2px 1.2em;
	}

	table.bs .relation i {
		width: 14px;
		height: 14px;
		display: inline-block;
		vertical-align: middle;
		background: url(../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
		background-size: cover;
		border-radius: 7px;
		margin: -2px 5px 0 0;
	}

	table.mb10 {
		margin-bottom: 10%;
	}

	table .year {
		display: inline-block;

	}

	table .month {
		display: inline-block;
		width: 22px;
		text-align: right;

	}

	table .day {
		display: inline-block;
		width: 22px;
		text-align: right;
	}

	/*均等幅テーブル　.equal_tbl */
	.equal_tbl {
		margin: 0 20px 30px;
	}

	.equal_tbl table {
		width: 100%;
		table-layout: fixed;
	}

	.equal_tbl th,
	.equal_tbl td {
		border: solid 1px #cdcdcd;
	}

	.equal_tbl th {
		font-size: 19px;
		font-weight: bold;
		line-height: 1.3;
		padding: 12px 20px 12px 20px;
		text-align: left;
		background-color: #ddd;
	}

	.equal_tbl td.d1 {
		font-size: 15px;
		line-height: 1.5;
		padding: 12px 10px;
		text-align: center;
		background-color: #f3f3f3;
		white-space: nowrap;
	}

	.equal_tbl td.d2 {
		font-size: 15px;
		line-height: 1.5;
		padding: 12px 10px 12px 20px;
	}

	.equal_tbl .center {
		text-align: center;
		font-size: 20px;
	}

	.mt10 {
		margin-top: 10%;
	}

	div.m2 {
		font-size: 26px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 3%;
	}

	.confe_list ul {
		margin: 0 !important;
	}

	.confe_list ul li {
		font-size: 15px !important;
	}

	.confe_list {
		padding: 14px 0 14px 0 !important;
	}

	.details {
		font-size: 15px;
		line-height: 1.5em;
		margin-left: 20px;
		margin-bottom: 40px;
	}

	p.maru {
		text-indent: -1.2em;
		padding: 0 0 0 1.2em;
	}

	p.maru span {
		color: #cdcdcd;
		font-size: 125%;
		padding: 1px 4px 0px 0 !important;
	}

	span.maru {
		color: #cdcdcd;
		font-size: 125%;
		padding: 1px 4px 0px 0 !important;
	}

	.and_detail li {
		margin-bottom: 20px;
	}

	.and_detail li p {
		font-weight: bold;
		display: inline;
		padding-bottom: 2px;
	}

	.and_detail li:last-child {
		margin-bottom: 0px;
	}

	.and_detail li span {
		display: block;
	}

	a.link_blank {
		padding: 0 15px 0 0;
		background: url(../../../keyword/img/jddc_site_blank.png) no-repeat right;
		margin-right: 5px;
	}

	#rec_body p.rec_mt {
		line-height: 1.8 !important;
	}

	.end_text {
		color: #e60012;
		display: block;
	}

	.attention_copy {
		font-size: 16px;
		text-align: center;
	}

	.d1_attention {
		font-size: 13px;
	}

	#rec_body h4.rec_heading {
		padding: 8px 10px !important;
	}

	.to_event {
		text-align: center;
		margin: 0 auto;
		display: block;
		font-size: 16px;
	}

	.to_event:before {
		content: '';
		display: inline-block;
		width: 9px;
		height: 12px;
		vertical-align: middle;
		content: url(../img/navi_li_black_b.png);
		background-size: 9px 10px;
		padding-right: 10px;
	}

	.to_event:hover {
		text-decoration: none !important;
	}

	.date_list dt {
		float: left;
		clear: both;
	}

	.link_red {
		color: #dd0000 !important;
		text-decoration: underline !important;
	}

	.link_red:hover {
		color: #ff0000 !important;
	}
	
	.job-linkbox--1 .link .text--xSmall,
	.job-linkbox--1 .link--nolink .text--xSmall {
		font-size: 12px;
	}


	table.tb_req th {
		width: 15%;
	}
	table th.category {
		width: 14%;
	}
	.job-table--1 th.w10.short{
		min-width: 148px;
	}
}

.job-table--1 .indentation {
	text-indent: -1em;
	padding-left: 1em;
}




@media screen and (max-width: 759px) {

	#container .job-header--1 {
		line-height: 1.8;
	}

	.job-table--1.ta_c th,
	.job-table--1.ta_c td {
		text-align: center;
	}

	.job-table--1.va_m th,
	.job-table--1.va_m td {
		vertical-align: middle;
	}

	#container .jobs_container span.mt_1em {
		display: block;
	}

	#container .tablelayout_fixed {
		table-layout: fixed;
	}

	#container .whitespace_n th {
		white-space: normal;
	}

	.anser {
		display: none;
	}

	strong {
		font-weight: bold;
	}

	.link_red {
		color: #dd0000 !important;
		text-decoration: underline !important;
	}

	.link_red:hover {
		color: #ff0000 !important;
	}

	.end_text {
		color: #e60012;
	}
	.job-table--1 th.w10.short{
		min-width: 96px;
	}
	.flexitem.not_link{
		background-color: #e9e9e9;
	}
	@media (max-width: 480px) {
		.qa_box p.oc_trigger {
			font-size: 20px !important;
			line-height: 1.5;
			font-weight: bold;
			color: #000 !important;
			cursor: pointer;
			padding: 13px 20px 13px 20px !important;
			border: solid 2px #f1f1f1;
			background: none !important;
			transition: 0.1s;
		}

		.process_step:nth-of-type(1) {
			margin-top: 20px;
		}

		.qa_box p.open {
			color: #fff !important;
			border: solid 2px #888 !important;
			background: #888 !important;
		}

		.qa_box .anser {
			border: solid 2px #888;
		}

		.qa_box p.oc_trigger {
			font-size: 24px !important;
			padding: 13px 20px 13px 20px !important;
		}

		.qa_box p.open {
			border: solid 2px #888;
		}

		.qa_box .anser {
			border: solid 2px #888;
		}

		.qa_box p.oc_trigger {
			position: relative;
			background: none !important;
		}

		.qa_box p.open {
			background: #ebebeb !important;
			color: #000 !important;
			border: solid 2px #888;

		}

		.oc_trigger i {
			display: block;
			width: 62px;
			height: 30px;
			position: absolute;
			display: block;
			right: 0;
			top: 15px;
		}

		.oc_trigger i::before {
			content: "";
			width: 18px;
			height: 4px;
			border-radius: 2px;
			background: #e60012;
			display: block;
			position: absolute;
			left: 50%;
			top: 50%;
			margin: -2px 0 0 -9px;
		}

		.oc_trigger i::after {
			content: "";
			width: 4px;
			height: 18px;
			border-radius: 2px;
			background: #e60012;
			display: block;
			position: absolute;
			left: 50%;
			top: 50%;
			margin: -9px 0 0 -2px;
		}

		.oc_trigger.open i::before {
			transform: rotate(45deg);
		}

		.oc_trigger.open i::after {
			transform: rotate(225deg);
		}

		.rec_mt a,
		.rec_mt a:visited {
			text-decoration: underline !important;
			color: #d00 !important;
		}

		.event_list {
			overflow: hidden;
			margin: 0 10px;
			margin-bottom: 20px;
		}

		.event_list li {
			font-size: 16px;
			line-height: 1.4em;
			text-align: center;
			width: 97%;
			float: left;
			border: 2px #f1f1f1 solid;
			padding: 20px 3px;
			margin-right: 20px;
			margin-bottom: 10px;
			height: 80px;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.event_list li span {
			font-weight: 800;
			font-size: 18px;
			line-height: 2em;
		}

		.event_list li.last {
			margin-right: 0px;
		}

		.attention {
			padding: 0 20px;
			font-size: 13px;
		}
	.flexitem.not_link{
		background-color: #e9e9e9;
	}
		.event_list li .box {
			color: #000;
			background: #ddd;
			display: block;
			border-radius: 4px;
			font-size: 13px;
			margin: 5px;
		}

		.event_list li .box.box02 {
			background: #fff;
			border: 2px solid #ddd;
		}

		.event_list li .end {
			color: #fff;
			background: #999;
			display: block;
			border-radius: 4px;
			font-size: 13px;
			margin: 5px;
			width: 50%;
			margin-left: 25%;
		}

		#rec_body p.rec_mt {
			text-align: left !important;
		}

		.end_text {
			font-size: 15px;
			text-align: center;
			color: #e60012;
			display: block;
		}

		.indent {
			display: block;
			margin-left: 1em;
			text-indent: -1em;
			margin-left: 15px !important;
			font-size: 13px;
		}

		.indent02 {
			display: block;
			padding-left: 1em;
			text-indent: -1em;
		}

		.pc {
			display: none;
		}

		.event_list li a:hover,
		.event_list li a:link {
			color: #000 !important;
			opacity: 1 !important;
			text-decoration: none !important;
		}

		.event_list li a,
		.event_list li p {
			display: block;
			width: 100%;
		}

		.event_list li .box {
			width: 50%;
			margin-left: 25%;
		}

		table.bs {
			clear: both;
			margin: 10px 0 0 0;
		}

		table.bs th {
			background-color: #f5f5f5;
			border: none;
			border-top: solid 1px #bebebe;
			border-bottom: solid 1px #bebebe;
			padding: 20px 20px 20px 20px;
			line-height: 1.3;
			white-space: nowrap;
			text-align: center;
		}

		table.bs td {
			border: none;
			border-top: solid 1px #bebebe;
			border-bottom: solid 1px #bebebe;
			padding: 20px 30px 20px 30px;
			line-height: 1.75;
			width: 100%;
		}

		table.bs td p {
			line-height: 1.75;
		}

		table.bs td p:last-child {
			margin-bottom: 0;
		}

		table.bs td p.kome {
			line-height: 1.75;
		}

		table.bs td p.maru span.jobslink {
			font-size: 100%;
			display: inline-block;
			margin: 2px 0 2px 1.2em;
		}

		table.bs .relation i {
			width: 14px;
			height: 14px;
			display: inline-block;
			vertical-align: middle;
			background: url(../../../common/v2/img/ncommon/_common/icon/right-fill-red.svg) 50% 50% no-repeat;
			background-size: cover;
			border-radius: 7px;
			margin: -2px 5px 0 0;
		}

		table.bs th {
			padding: 20px 10px 20px 10px;
			line-height: 1.8em;
			font-size: 12px;
		}

		table.bs td {
			border: none;
			border-top: solid 1px #bebebe;
			border-bottom: solid 1px #bebebe;
			padding: 20px 30px 20px 30px;
			line-height: 1.75;
			width: 100%;
			font-size: 12px;
		}

		/*均等幅テーブル　.equal_tbl */
		.equal_tbl {
			margin: 0 20px 30px;
		}

		.equal_tbl table {
			width: 100%;
			table-layout: fixed;
		}

		.equal_tbl th,
		.equal_tbl td {
			border: solid 1px #cdcdcd;
		}

		.equal_tbl th {
			font-size: 19px;
			font-weight: bold;
			line-height: 1.3;
			padding: 12px 20px 12px 20px;
			text-align: left;
			background-color: #ddd;
		}

		.equal_tbl td.d1 {
			font-size: 15px;
			line-height: 1.5;
			padding: 12px 10px;
			text-align: center;
			background-color: #f3f3f3;
		}

		.equal_tbl td.d2 {
			font-size: 15px;
			line-height: 1.5;
			padding: 12px 10px 12px 20px;
		}

		.equal_tbl .center {
			text-align: center;
			font-size: 20px;
			vertical-align: middle;
		}

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

		.indent {
			text-indent: -1em;
			padding-left: 1em;
		}

		ul.indent_wrap li {
			padding-left: 1em;
			text-indent: -1em;
		}

		.mb10 {
			margin-bottom: 20% !important;
		}

		li.link:after {
			content: '';
			display: inline-block;
			width: 9px;
			height: 10px;
			vertical-align: middle;
			content: url(../img/navi_li_red.png);
			background-size: 9px 10px;
			padding-right: 10px;
		}

		li.link.not_link:after {
			content: none;
		}

		table {
			font-family: Arial, 'ヒラギノ角ゴ', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
		}

		table .year {
			display: inline-block;
		}

		table .month {
			display: inline-block;
		}

		table .day {
			display: inline-block;
			width: 22px;
			text-align: right;
		}

		.mt10 {
			margin-top: 10%;
		}

		div.m2 {
			font-size: 18px;
			font-weight: 700;
			text-align: center;
			margin-bottom: 2%;
		}

		.confe_list ul {
			margin: 0 !important;
		}

		.confe_list ul li {
			font-size: 15px !important;
		}

		.confe_list {
			padding: 14px 0 14px 0 !important;
		}

		.details {
			font-size: 15px;
			line-height: 1.5em;
			margin-left: 15px;
			margin-bottom: 40px;
			width: 95%;
		}

		p.maru {
			text-indent: -1.2em;
			padding: 0 0 0 1.2em;
		}

		p.maru span {
			color: #cdcdcd;
			font-size: 125%;
			padding: 1px 4px 0px 0 !important;
		}

		span.maru {
			color: #cdcdcd;
			font-size: 125%;
			padding: 1px 4px 0px 0 !important;
		}

		.confe_tbl td.d2 span.maru {
			display: inline;
		}

		.and_detail li {
			margin-bottom: 20px;
		}

		.and_detail li p {
			font-weight: bold;
			display: inline;
			padding-bottom: 2px;
		}

		.and_detail li span {
			display: block;
		}

		.confe_tbl .maru span {
			display: inline !important;
		}

		span.detail_line {
			display: block !important;
		}

		a.link_blank {
			padding: 0 15px 0 0;
			background: url(../../../keyword/img/jddc_site_blank.png) no-repeat right;
			margin-right: 5px;
		}

		.event_list li.link {
			transition: .1s;
			border: 2px solid #c2c2c2 !important;
		}

		.attention_copy {
			font-size: 14px;
			text-align: center;
		}

		#rec_body h4.rec_heading {
			padding: 8px 10px !important;
		}

		.to_event {
			text-align: center;
			margin: 0 auto;
			display: block;
			font-size: 16px;
		}

		.to_event:before {
			content: '';
			display: inline-block;
			width: 9px;
			height: 12px;
			vertical-align: middle;
			content: url(../img/navi_li_black_b.png);
			background-size: 9px 10px;
			padding-right: 10px;
		}

		.to_event:hover {
			text-decoration: none !important;
		}

		.and_detail li:last-child {
			margin-bottom: 0px;
		}

		#rec_body #pan,
		.footet_pan.top {
			padding-left: 15px !important;
		}

		.left_name {
			display: inline !important;
		}

		#table_scroll {
			overflow: scroll;
		}
		#table_scroll table {
			width: 170%;
		}

		table th.category {
			width: 14%;
		}

	}

}

@media screen and (max-width: 759px) { 
	br.sp_only {
		display: block;
	}
	br.pc_tab {
		display: none;
	}
	br.tab_only {
		display: none;
	}
}

@media screen and (min-width: 760px) and (max-width: 959px){
	br.sp_only {
		display: none;
	}
	br.pc_tab {
		display: block;
	}
	br.tab_only {
		display: block;
	}
	.job-linkbox--2__subtext-s {
		font-size: 14px !important;
	}
	.job-linkbox--2-3l {
		margin-top: 0em !important;
		margin-bottom: 15px !important;
	}
}

@media screen and (min-width: 960px) {
	br.sp_only {
		display: none;
	}
	br.pc_tab {
		display: block;
	}
	br.tab_only {
		display: none;
	}
	.job-linkbox--2__subtext-s {
		font-size: 13.5px !important;
	}
}