@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail 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;
}

#detail .section {
	margin-bottom: 40px;
}

#detail ol {
	font-size: 18px;
	line-height: 2;
}

#detail ol ul {
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 10px 15px;
	border: solid 1px #ccc;
	font-size: 14px;
}

#detail ol ul li {
	margin-left: 16px;
	list-style: disc;
}

#detail ol ul ul {
	margin: 0;
	margin-left: 65px;
	padding: 0;
	border: 0;
}

#detail ol li ul li {
	margin-left: 20px;
	list-style: decimal;
}

#detail p {
	margin-bottom: 20px;
}

#detail .btn {
	text-align: center;
}

#detail .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	height: 48px;
	padding-right: 20px;
	padding-left: 60px;
	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;
}

#detail .btn 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;
}

#detail .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index .section {
	margin-bottom: 40px;
}

#index .lead_01 {
	font-size:17px;
	text-indent:-2em;
	margin-left:2em;
	margin-bottom:30px;
}

#index .lead_01::before {
	content: url(/include/images/mk_01.png);
	vertical-align: top;
	padding-right: 10px;
}

#index h3 {
	position:relative;
	margin-bottom: 20px;
	padding:20px 15px 18px 38px;
	background:url(/include/images/mk_02.png);
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	border-radius:10px;
	clear:both;
}

#index h3::after{
	content:"";
	display:inline-block;
	width:7px;
	height:39px;
	background-color:#5671be;
	position:absolute;
	top:10px;
	left:17px;
}

#index p {
	margin-bottom: 20px;
}

#index .vol,
#index ol {
	margin-bottom: 20px;
	padding: 20px 10px 20px 20px;
	border: solid 1px #ccc;
	border-radius:15px;
	font-size: 16px;
	line-height: 1.8;
}

#index ol.ol_colum_2 div {
	display:inline-block;
	vertical-align:top;
	width:49%
}

#index .vol ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 40%;
}

#index ol li {
	margin-left: 25px;
	list-style: decimal;
}

#index .btn {
	text-align: center;
}

#index .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	height: 48px;
	padding-right: 40px;
	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;
}

#index .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;
}

#index .btn a:hover {
	opacity: 0.8;
vfilter: Alpha(opacity=80);
}

/* ---------------  casestudy  ------------- */
#index .casestudy{
	display:flex;
	column-gap: 40px;
}

#index .casestudy .section{
	width:50%
}

#index .casestudy .txt01{
	display:block;
	min-height:80px
}

#index .casestudy .new_mk01{
	display:inline-block;
	background:#fd6d16;
	color:#fff;
	border-radius:30px;
	padding:7px 25px;
	margin-bottom:8px;
	line-height:1;
	font-size:15px
}

#index .casestudy .new_c,
#index .casestudy .new_w{
	margin-bottom:20px;
	font-size:16px
}

#index .casestudy .new_c div,
#index .casestudy .new_w div{
	margin-bottom:10px;
	padding:15px
}

#index .casestudy .new_c div{background:#effbfc;border:1px solid #64bcc7;}
#index .casestudy .new_w div{background:#faf2f2;border:1px solid #f0aaab;}

#index .casestudy .mk_for01{
	margin-bottom:10px;
}

#index .casestudy .new_c ul,
#index .casestudy .new_w ul{
	margin-bottom:5px;
	line-height:1;
}

#index .casestudy .new_c ul{border:1px solid #75cdd8}
#index .casestudy .new_w ul{border:1px solid #efa6a7}

#index .casestudy .new_c ul{background:url(/include/images/array_for_c01.png) #fff right no-repeat;}
#index .casestudy .new_w ul{background:url(/include/images/array_for_w01.png) #fff right no-repeat;}

#index .casestudy .new_c li:nth-child(1),
#index .casestudy .new_w li:nth-child(1){
	display:inline-block;
	padding:10px 15px;
	color:#fff
}

#index .casestudy .new_c li:nth-child(1){background:#43b0be;}
#index .casestudy .new_w li:nth-child(1){background:#ec7576;}

#index .casestudy .new_c li:nth-child(2),
#index .casestudy .new_w li:nth-child(2){
	display:inline-block;
	padding:10px 10px;
	color:#333
}

#index .casestudy .new_c p,
#index .casestudy .new_w p{
	font-size:12px;
	padding:5px 10px;
	margin-bottom:10px
}

#index .casestudy .new_c p{background:#cdeef1}
#index .casestudy .new_w p{background:#fbdede}

#index .casestudy .new_c img,
#index .casestudy .new_w img{
	width:230px;
	height:150px;
	float:right;
	margin-left:15px
}

#index .casestudy .new_c div::after,
#index .casestudy .new_w div::after{
	content:'';
	display: block; 
	clear:both;
}

/* ---------------------------------------------------------
	CSS Document for_worker
--------------------------------------------------------- */

.for_worker .swiper-button-prev,
.for_worker .swiper-button-next {
	width: 35px;
	height: 35px;
	background-size: 35px 35px;
	margin-top: -24px;
}

.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;
	margin-bottom:-60px;
	padding:40px 0 60px;
	text-align:left
}

.for_worker h5 {
	display: flex;
	width:1000px;
	margin:0 auto 30px;
	align-items: center;
	font-size:18px;
	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: 20px;
}

.for_worker h5:after {
	margin-left: 20px;
}

.for_worker .swiper-container {
	width:1012px;
	margin:auto;
}

.for_worker ul {
	width:1000px;
	margin:0 auto 40px;
}

.for_worker ul li {
	display:inline-block;
	vertical-align:top;
	background:#fff;
	width:490px;
	padding:25px;
	border:3px solid #ccc;
	font-size:15px;
	line-height:23px;
}

.for_worker ul li:first-child{
	margin-right:20px
}

.for_worker ul li a {
	display:block;
	margin-bottom:10px;
	line-height:25px;
	font-weight:bold
}

.for_worker ul li img {
	float:left;
	margin-right:25px
}

.for_worker .swiper-slide p{
	background:#fff;
	border-left:7px solid #c0c0c0;
	padding:12px;
	font-size:13px;
	line-height:20px;
	min-height:250px;
	margin:0 6px
}

.for_worker .swiper-slide img {
	float:left;
	margin-bottom:120px;
	margin-right:12px;
}

.for_worker .swiper-slide a{
	display:block;
	font-size:15px;
	line-height:25px;
	margin-bottom:5px;
	font-weight:bold
}