@charset "UTF-8";
/*------------------------------------------------------------
	業務ガイド詳細
------------------------------------------------------------*/
.work_header {
	padding: 26px 20px 0;
	border-top: 3px solid #00acba;
}

.work_header_subttl {
	margin-bottom: 14px;
	color: #00acba;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 28px;
}

.work_header_ttl {
	margin-bottom: 35px;
	color: #111;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 42px;
}

.work_header_meta {
	margin-bottom: 40px;
	display: block;
	font-size: 1.6rem;
	line-height: 21px;
}

.work_header_meta .snsList {
	display: flex;
	float: right;
}

.work_header_meta .snsList li:not(:last-child) {
	margin-right: 10px;
}

.work_header_cat {
	margin-right: 15px;
	margin-bottom: 3px !important;
	padding: 3px 10px 2px;
	display: inline-block;
	color: #fff;
	font-size: 11px;
	line-height: 1;
}

.cat_labor {
	background: #A40035;
}

.cat_hr {
	background: #202169;
}

.cat_affairs {
	background: #005725;
}

.cat_base {
	background: #460061;
}

.cat_system {
	background: #13AF45;
}

.cat_finance {
	background: #33A1D7;
}

.cat_default {
	background: #aaa;
}

.work_header_data {
	display: inline-block;
}

.work_body p.bold_txt {
	font-weight: bold;
	margin-bottom: 0;
}

.work_body h2 {
	margin-bottom: 20px;
	padding: 13px 20px;
	background: #e9e9e9;
	border-top: 2px solid #00acba;
	font-size: 2.6rem;
	line-height: 36px;
}

.work_body h3 {
	margin-bottom: 17px;
	background: #eee;
	font-size: 2.2rem;
	line-height: 32px;
    padding: 9px 0 9px 15px;
    border-left: 5px solid #00acba; 
}

.work_body h4 {
	margin-bottom: 8px;
	padding: 0 20px 8px;
	border-bottom: 1px dotted #999;
	color: #00acba;
	font-size: 2rem;
	line-height: 32px;
}

.work_body .bold {
	font-weight: bold;
}

.work_body .l_txt {
	font-size: 1.8rem;
}

.work_body .red {
	color: #fc2545;
}

.work_body .link {
	color: #069;
}

.work_body .inner {
	margin: 0 20px;
}

.work_body .mainVisual {
	margin-bottom: 35px;
}

.work_body .mainVisual img {
	width: 100%;
	height: auto;
}

.work_body{
    text-align: left !important;
    font-size: 1.6rem;
	line-height: 2;
}
.work_body img{
    max-width: 100% !important;
    height: auto !important;
}

.work_body div {
    margin: 0 0 35px 0;
}

.work_body p {
    margin: 0 20px 35px 20px;
}

.work_body p.work_note,
.work_body span.work_note {
	font-size: 1.4rem;
}

.chunk_box p,
.chunk_box .work_textbox_box,
.chunk_box .work_list_box,
.chunk_box .work_table {
	margin-bottom: 10px;
}

.workColumn_link,
.work_body ul {
	margin: 0 15px 40px 20px;
}

.workColumn_link li,
.work_body li {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
	color: #111;
	font-size: 1.6rem;
	line-height: 2;
}

.workColumn_link li:last-child,
.work_body li:last-child {
	margin-bottom: 0;
}

.workColumn_link li:before,
.work_body li:before {
	margin: auto;
	width: 10px;
	height: 10px;
	background: #00acba;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
	content: "";
}

.workColumn_link .child,
.work_body li > ul {
	margin-top: 3px;
}

.workColumn_link .child li:before,
.work_body li > ul > li:before {
	width: 10px;
	height: 1px;
	background: #999;
	position: absolute;
	top: 15px;
	left: 0;
	content: "";
}

.img_box {
	margin-bottom: 37px;
	text-align: center;
}

.work_list_box {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 23px;
}

.work_list_box > li {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}

.work_list_box > li:before {
	width: 10px;
	height: 10px;
	background: #00acba;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
	content: "";
}

.work_list_box .child {
	font-size: 1.6rem;
}

.work_list_box .child > li {
	margin-top: -5px;
	padding-left: 20px;
	position: relative;
}

.work_list_box .child > li:before {
	width: 10px;
	height: 1px;
	background: #999;
	position: absolute;
	top: 18px;
	left: 0;
	content: "";
}

.work_list_box .definition dl {
	display: flex;
}

.work_list_box .definition dl dt {
	width: 140px;
}

.work_list_box .definition dl dd {
	width: 180px;
}

.work_list_box .ls_none {
	padding-left: 0;
}

.work_list_box .ls_none:before {
	content: none;
}

.work_table {
	margin-bottom: 50px;
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
	line-height: 28px;
}

.work_table th,
.work_table td {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 13px 20px;
	border: 1px solid #ddd;
}

.work_table .work_table_ttl {
	/* width: 130px; */
	background: #00acba;
	color: #fff;
	text-align: center;
}

.work_table .work_table_subttl {
	width: 220px;
	background: #eee;
	text-align: center;
}

.work_table .notes {
	margin-bottom: 0;
	color: #2DB5BC;
	font-size: 1.4rem;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}

.work_table02 th {
	vertical-align: top;
}

.work_textbox_box {
	margin-bottom: 45px;
}

.work_textbox_box .quote {
	margin-top: 5px;
	margin-bottom: 0;
}

.work_textbox_box .point,
.work_body .point{
	margin-bottom: 10px;
	font-weight: bold;
	display: inline-block;
	background: #00acba;
	color: #fff;
	padding: 0 15px;
	line-height: 1.8;
}

.work_textbox {
	padding: 26px 40px;
	border: 1px solid #00acba;
}

.work_textbox p {
	margin-bottom: 0;
}

.work_textbox dl {
	font-size: 1.6rem;
	line-height: 2;
}

.work_textbox dl dt {
	font-weight: bold;
}

.work_textbox .work_list_box {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 0;
}

.work_textbox .work_list_box li {
	margin-bottom: 5px;
}

.work_textbox .work_list_box > li:last-of-type {
	margin-bottom: 0;
}

.work_textbox01 {
	background: #eee;
	border: none;
}

.work_reference {
	margin-bottom: 50px;
	padding: 17px 0;
	border-top: 1px dotted #7f7f7f;
	border-bottom: 1px dotted #7f7f7f;
}

.work_reference .work_ttl {
	color: #333;
	font-weight: bold;
}

.work_reference .inner p {
	margin-bottom: 0;
	font-size: 1.8rem;
	line-height: 40px;
}

.work_download {
	margin-bottom: 50px;
}

.work_download .work_btn_box {
	margin-bottom: 20px;
	text-align: center;
}

.work_download .btn {
	background: #069;
	-webkit-border-radius: 25px;
	        border-radius: 25px;
	font-size: 1.8rem;
	padding: 18px 32px 14px;
}

.work_download p {
	font-size: 1.6rem;
	line-height: 28px;
}

.to_work {
	text-align: center;
}

.chunk_box {
	margin-bottom: 37px;
}

.work_body p.large_txt {
	font-size: 1.8rem;
}

p.mb {
	margin-bottom: 37px !important;
}

ul.mb {
	margin-bottom: 23px !important;
}

.arrow {
	margin: 1em 0 !important;
}

section.mb,div.mb {
	margin-bottom: 37px !important;
}

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

	.content-details {
		margin: 0;
	}

	.work_header {
		margin: 0;
		padding: 23px 15px 0;
	}

	.work_header_subttl {
		font-size: 1.6rem;
		line-height: 24px;
		margin-bottom: 9px;
	}

	.work_header_ttl {
		font-size: 2.4rem;
		line-height: 1.5;
		margin-bottom: 20px;
		display: inline-block;
	}

	.work_header_meta {
		display: block;
		margin-bottom: 25px;
	}

	.work_header_meta .snsList {
		float: none;
	}

	.work_header_data {
		line-height: 24px;
		margin-bottom: 5px;
		font-size: 1.2rem;
	}

	.work_header_cat {
		margin-right: 5px;
		margin-bottom: 0 !important;
		padding: 3px 5px 2px;
		display: inline-block;
		position: relative;
		top: 0;
		font-size: 1.2rem;
		line-height: 1;
	}

	.work_body h2 {
		font-size: 2rem;
		line-height: 28px;
		padding: 17px 15px;
	}

	.work_body h3 {
		margin: 0 15px 20px;
		font-size: 1.8rem;
		line-height: 24px;
		padding: 11px 10px;
	}

	.work_body h3 span {
		display: inline-block;
		padding: 2px 15px;
	}

	.work_body h4 {
		font-size: 1.6rem;
		line-height: 24px;
		padding: 0 0 11px;
		margin: 0 15px 8px;
	}

	.work_body p {
		margin-bottom: 42px;
	}

	.chunk_box {
		margin-bottom: 42px;
	}

	.chunk_box p,
	.chunk_box .work_textbox_box,
	.chunk_box .work_list_box,
	.chunk_box .work_table {
		margin-bottom: 10px;
	}

	.work_body .inner {
		margin: 0 15px;
	}

	.work_body .mainVisual {
		margin: 0 -15px 35px -15px;
	}

	.work_body .inner p {
		font-size: 1.6rem;
		line-height: 34px;
	}

	.work_body .inner .work_note_wrap {
		line-height: 1.6;
	}

	.work_body .inner .work_note_wrap .work_note {
		display: inline-block;
		margin-bottom: 20px;
	}

	.work_body p.work_note,
	.work_body span.work_note {
		font-size: 1.3rem;
		line-height: 1.6;
	}

	.work_body .img_box img {
		width: 100%;
		height: auto;
	}

	.workColumn_link li {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}

	.workColumn_link li:before {
		top: 8px;
	}

	.workColumn_link .child {
		margin-top: 6px;
	}

	.workColumn_link .child li:before {
		top: 13px;
	}

	.work_list_box {
		font-size: 1.6rem;
	}

	.work_list_box > li {
		margin-left: 9px;
		margin-bottom: 9px;
		line-height: 34px;
	}

	.work_list_box > li:before {
		width: 8px;
		height: 8px;
		top: 12px;
	}

	.work_list_box .child > li:before {
		width: 8px;
		top: 16px;
	}

	.work_textbox {
		padding: 19px 20px;
	}

	.work_textbox p {
		margin-bottom: 0;
	}

	.work_textbox .work_list_box li {
		margin-bottom: 13px;
	}


	.work_table {
		width: 100%;
		font-size: 1.6rem;
		line-height: 30px;
		text-align: center;
	}

	.work_table tr {
		display: flex;
	}

	.work_table .work_table_ttl {
		width: 100%;
	}

	.work_table .work_table_subttl {
		width: 30%;
	}

	.work_table th, .work_table td {
		width: 70%;
		padding: 10px 8px 9px;
		display: flex;
		-webkit-justify-content: center;
		        justify-content: center;
		-webkit-align-items: center;
		        align-items: center;
	}

	.work_table p.notes {
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.work_table02 th {
		-webkit-align-items: unset;
		        align-items: unset;
	}

	.work_table02 td {
		display: block;
		text-align: left;
	}

	.work_table02 .work_table_ttl {
		width: 30%;
	}

	#conts .work_textbox .work_list_box {
		font-size: 1.6rem;
	}

	.work_reference {
		padding: 20px 5px;
		margin: 0 15px 50px;
	}

	.work_reference .inner p {
		line-height: 30px;
	}

	.work_download .inner p {
		line-height: 24px;
	}

	.work_body p.large_txt {
		font-size: 1.7rem;
	}

	p.mb {
		margin-bottom: 34px !important;
	}

	ul.mb {
		margin-bottom: 23px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
	.img_box img {
		max-width: 100%;
		height: auto;
	}
}