@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document jump
--------------------------------------------------------- */

#jump {
	text-align: left;
}

#jump .jump {
	margin: 0 15px 20px;
	padding: 20px;
	border: solid 3px #e8eefc;
	text-align: center;
}

#jump .jump p {
	margin-bottom: 20px;
}

#jump .jump p:last-child {
	margin-bottom: 0;
}

#jump .jump a {
	display: inline-block;
	vertical-align: middle;
	width: 220px;
	height: 48px;
	padding-right: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	font-size: 15px;
	line-height: 48px;
	color: #333;
	position: relative;
}

#jump .jump a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

#jump .jump a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document privacypolicy
--------------------------------------------------------- */

#privacypolicy {
	text-align: left;
}

#privacypolicy h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#privacypolicy h3:first-child {
	margin-top: 20px;
}

#privacypolicy p {
	margin-bottom: 20px;
}

/* ---------------------------------------------------------
	CSS Document news_bn
--------------------------------------------------------- */

#news_bn {
	text-align: left;
}

#news_bn h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#news_bn h3:first-child {
	margin-top: 20px;
}

#news_bn .section {
	margin-bottom: 40px;
}

#news_bn dl {
	margin-bottom: 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ccc;
}

#news_bn dt {
	font-weight: bold;
}

#news_bn .toggle_title {
	position: relative;
	cursor: pointer;
}

#news_bn .toggle_title:before {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 12px;
}

#news_bn .toggle_title.open:before {
	margin-top: -1px;
	border: 0;
	border-left: solid 1px #333;
	border-top: solid 1px #333;
}

#news_bn .toggle_title:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#news_bn .toggle_body {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document faq
--------------------------------------------------------- */

#faq {
	text-align: left;
}

#faq .section {
	margin-bottom: 40px;
}

#faq h3 {
	position:relative;
	margin-bottom: 20px;
	padding: 12px 0 12px 12px;
	background:url(/include/images/mk_02.png);
	border-left:8px solid #5671be;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 0 10px 10px 0;
}

#faq p {
	margin-bottom: 20px;
}

#faq .lead_01 {
	text-indent:-2em;
	margin-left:2em;
}

#faq .lead_01::before {
	content: url(/include/images/mk_01_s.png);
	vertical-align: top;
	padding-right: 10px;
}

#faq .cate_01 {
	font-size:18px;
	color:#3d559a;
	border-bottom:2px solid #3d559a;
	padding-bottom:5px;
	margin-bottom:30px;
	clear:both;
}

#faq ol {
	margin-bottom: 20px;
	padding: 20px 10px 20px 20px;
	border: solid 1px #ccc;
	border-radius:15px;
	font-size: 16px;
	line-height: 1.8;
}

#faq ol li {
	margin-left: 20px;
	list-style: disc;
	line-height: 1.4;
}

#faq ol a {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 10px;
}

#faq .btn {
	text-align: center;
}

#faq .btn a {
	display: inline-block;
	vertical-align: middle;
	width:280px;
	height: 48px;
	padding-right: 15px;
	padding-left: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	line-height: 48px;
	color: #333;
	position: relative;
}

#faq .btn a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

#faq .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document sourcebook
--------------------------------------------------------- */

#sourcebook {
	text-align: left;
}

#sourcebook .section {
	margin-bottom: 40px;
}

#sourcebook h3 {
	position:relative;
	margin-bottom: 20px;
	padding: 12px 0 12px 12px;
	background:url(/include/images/mk_02.png);
	border-left:8px solid #5671be;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 0 10px 10px 0;
}

#sourcebook h4 {
	font-size: 16px;
}

#sourcebook h4 a {
	color:#333
}

#sourcebook h4::before {
	content: url(/include/images/mk_04.png);
	vertical-align: top;
	padding-right: 10px;
}

#sourcebook .img_01 {
	display:block;
	margin:20px auto;
	border:1px solid #ccc
}

#sourcebook p {
	margin-bottom: 20px;
}

#sourcebook .lead_01 {
	text-indent:-2em;
	margin-left:2em;
}

#sourcebook .lead_01::before {
	content: url(/include/images/mk_01_s.png);
	vertical-align: top;
	padding-right: 10px;
}

#sourcebook .cate_01 {
	font-size:18px;
	color:#3d559a;
	border-bottom:2px solid #3d559a;
	padding-bottom:5px;
	margin-bottom:30px;
	clear:both;
}

#sourcebook .sub_colum01 div {
	border-bottom:1px dotted #999;
	padding:5px 0 5px 20px;
	margin-bottom:20px;
}

#sourcebook ol {
	margin-bottom: 20px;
	padding: 15px 10px 10px;
	border: solid 1px #ccc;
}

#sourcebook ol li {
	margin-left: 20px;
	list-style: disc;
	line-height: 1.4;
}

#sourcebook ol a {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 10px;
}

#sourcebook .btn {
	text-align: center;
	margin-bottom:10px
}

#sourcebook .btn li {
	margin-bottom:10px
}

#sourcebook .btn a {
	display: inline-block;
	vertical-align: middle;
	width:280px;
	height: 48px;
	padding-right: 30px;
	padding-left: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	line-height: 48px;
	color: #333;
	position: relative;
}

#sourcebook .btn a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

#sourcebook .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document handbook
--------------------------------------------------------- */

#handbook {
	text-align: left;
}

#handbook h3 {
	margin-bottom: 15px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#handbook .section {
	margin-bottom: 40px;
}

#handbook p {
	margin-bottom: 15px;
}

#handbook ol li {
	margin-bottom: 20px;
	font-size: 16px;
}

#handbook ol ul {
	margin-top: 5px;
	padding: 10px 15px;
	border: solid 1px #ccc;
}

#handbook ol ul li {
	margin-bottom: 0;
	font-size: 14px;
}

#handbook ol ul li dl:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#handbook ol ul li dt {
	float: left;
	width: 60px;
}

#handbook ol ul li dd {
	padding-left: 60px;
}

#handbook .btn {
	text-align: center;
}

#handbook .btn a {
	display: inline-block;
	vertical-align: middle;
	height: 48px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 50px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	line-height: 18px;
	color: #333;
	position: relative;
}

#handbook .btn a:before {
	content: '';
	width: 26px;
	height: 29px;
	margin-top: -13px;
	background: url(/include/images/i_pdf_sp.png) no-repeat 0 0;
	background-size: 26px auto;
	position: absolute;
	top: 50%;
	left: 15px;
}

#handbook .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document related
--------------------------------------------------------- */

#related {
	text-align: left;
}

#related h3 {
	margin:20px 0;
	padding-left:20px;
	border-left: solid 8px #808fbb;
	font-weight: bold;
}

#related .section {
	margin-bottom: 40px;
}

#related .link {
	border: solid 3px #ccc;
	padding: 35px;
}

/* ---------------------------------------------------------
	CSS Document report-consulting
--------------------------------------------------------- */

#report-consulting {
	text-align: left;
}

#report-consulting h3 {
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#report-consulting  p {
	margin-bottom: 20px;
}

#report-consulting ol li {
	margin-bottom: 20px;
	font-size: 16px;
}

#report-consulting .btn {
	margin-bottom: 20px;
	text-align: center;
}

#report-consulting .btn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 0 10px;
}

#report-consulting .btn a {
	display: block;
	width: 220px;
	height: 48px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	font-size: 15px;
	line-height: 48px;
	color: #333;
	position: relative;
}

#report-consulting .btn .pdf a {
	width: 100%;
	line-height: 18px;
	padding-left: 50px;
	padding-right: 10px;
	padding-top:5px;
	text-align:left;
	virtical-align:middle;
}

#report-consulting .btn .pdf a:before {
	content: '';
	width: 26px;
	height: 29px;
	margin-top: -13px;
	background: url(/include/images/i_pdf_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#report-consulting .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document sitemap
--------------------------------------------------------- */

#sitemap {
	text-align: left;
}

#sitemap li {
	padding: 7px 15px 7px;
	border-bottom: solid 1px #c7cfe8;
	position: relative;
}

#sitemap li:nth-child(even) {
	background: #e8eefc;
}

#sitemap li li {
	padding: 0 0 0 15px;
	border: 0;
	line-height: 1.7;
}

#sitemap li li:after {
	content: "";
	width: 0;
	height: 0;
	border: solid 3px transparent;
	border-left: solid 5px #fd6d16;
	position: absolute;
	top: 9px;
	left: 5px;
}

#sitemap  li:nth-child(odd) li:nth-child(even) {
	background: #fff;
}

/* ---------------------------------------------------------
	CSS Document socialmedia
--------------------------------------------------------- */

#socialmedia {
	text-align: left;
}

#socialmedia h3 {
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#socialmedia .section {
	margin-bottom: 40px;
}

#socialmedia .section:last-child {
	margin-bottom: 0;
}

#socialmedia .btn li {
	margin-bottom: 15px;
	height: 48px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	position: relative;
}

#socialmedia .btn li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 48px;
}

#socialmedia .twitter:after {
	content: '';
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background: url(/include/images/i_twitter_sp.png) no-repeat 0 0;
	background-size: 26px auto;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	left: 10px;
}

#socialmedia .facebook:after {
	content: '';
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background: url(/include/images/i_facebook_sp.png) no-repeat 0 0;
	background-size: 26px auto;
	position: absolute;
	top: 50%;
	left: 10px;
}

#socialmedia .btn li:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#socialmedia .btn a {
	display: inline-block;
	vertical-align: middle;
	width: 82%;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.2;
	color: #333;
}

/* ---------------------------------------------------------
	CSS Document aboutus
--------------------------------------------------------- */

#aboutus {
	text-align: left;
}

#aboutus .box {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 3px #e8eefc;
}

#aboutus h3 {
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#aboutus p {
	margin-bottom: 20px;
}

#aboutus p:last-child {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
	CSS Document for
--------------------------------------------------------- */

#for {
	text-align: left;
}

#for h3 {
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
	text-align: left;
}

#for ul {
	margin-top: 20px;
}

#for li {
	display: block;
	width:100%;
 	border:3px solid #ccc;
	vertical-align: top;
	margin-bottom: 15px;
	padding:15px;
	font-size: 15px;
	line-height: 23px;

}

#for li:nth-child(odd){
	margin-right:26px
}

#for li img {
	display: block;
	margin:0 auto 15px;
}

#for ul li p {
	margin-bottom: 15px;
	font-weight:bold
}

/* ---------------------------------------------------------
	CSS Document enq_outsourcing
--------------------------------------------------------- */

#enq_outsourcing {
	text-align: left;
}

#enq_outsourcing .section {
	margin-bottom: 40px;
}

#enq_outsourcing h3 {
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#enq_outsourcing h4 {
	font-size:18px;
	color:#45537d;
	text-align:center;
	padding:0 0 20px
}

#enq_outsourcing p {
	margin-bottom: 20px;
}

#enq_outsourcing .date {
	color:#d66d2e;
}

#enq_outsourcing .login {
	background:#eee;
	padding:20px 20px 10px;
	margin:0 0 30px
}

#enq_outsourcing .login p {
	display:block;
	background:#fff;
	padding:20px;
	border:1px #e0e0de solid;
	margin:20px 0
}

#enq_outsourcing .btn {
	text-align: center;
	margin-bottom:10px
}

#enq_outsourcing .btn li {
	margin-bottom:10px
}

#enq_outsourcing .btn a {
	display: inline-block;
	vertical-align: middle;
	width:280px;
	height: 48px;
	padding-right: 30px;
	padding-left: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	line-height: 48px;
	color: #333;
	position: relative;
}

#enq_outsourcing .btn a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

#enq_outsourcing .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#enq_outsourcing .box {
	display:block;
	background:#fff;
	padding:20px 20px 0;
	border:1px #808fbb solid
}

#enq_outsourcing .form_info {
	background:#f4f5f8;
	border-top:#dee2ef 2px solid;
	border-bottom:#dee2ef 2px solid;
	padding:20px 20px 0;
	margin-bottom:20px
}

#enq_outsourcing .mk01 {
	color:#6a7597
}

#enq_outsourcing .note {
	font-size:12px
}

/* ---------------------------------------------------------
	CSS Document for_worker
--------------------------------------------------------- */

.for_worker .swiper-button-prev,
.for_worker .swiper-button-next {
	width: 35px;
	height: 35px;
	background-size: 35px 35px;
	margin-top: -30px;
}

.for_worker .swiper-button-next {
	background-image: url(/include/images/swiper-button.png);
}

.for_worker .swiper-button-prev {
	background-image: url(/include/images/swiper-button.png);
	transform: scale(-1, 1); /* 左右反転 */
}

.for_worker {
	width:100%;
	background:#eeeeee;
	padding:5% 0;
	margin-bottom:-5%;
	text-align:left
}

.for_worker h5 {
	display: flex;
	width:96%;;
	margin:0 auto 3%;
	align-items: center;
	font-size:15px;
	font-weight:normal;
}

.for_worker h5:before, .for_worker h5:after {
	content: "";
	flex-grow: 1;
	height: 3px;
	background: #8b88bb;
	display: block;
}

.for_worker h5:before {
	margin-right: 10px;
}

.for_worker h5:after {
	margin-left: 10px;
}

.for_worker .swiper-container {
	width:100%;
	margin:auto;
}

.for_worker ul {
	margin:0 auto 5%;
}

.for_worker ul li {
	min-height:198px;
	background:#fff;
	padding:3%;
	border:3px solid #ccc;
	font-size:15px;
	line-height:23px;
	margin:0 2% 3%
}

.for_worker ul li a {
	display:block;
	margin-bottom:10px;
	line-height:25px;
	font-weight:bold
}

.for_worker ul li img {
	margin-right:3%;
	float:left
}

.for_worker .swiper-slide p{
	background:#fff;
	border-left:7px solid #c0c0c0;
	margin:0 2%;
	padding:12px 35px;
	font-size:13px;
}

.for_worker .swiper-slide img {
	float:left;
	margin-right:12px;
}

.for_worker .swiper-slide a{
	display:block;
	font-size:15px;
	margin-bottom:5px;
}

.for_worker .clearfix:after{
	content: "";
	clear: both;
	display: block;
}