@charset "UTF-8";
/* CSS Document */
.ttl {
	background-image: url(../img/top_service.jpg);
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}
.work {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding:20px 0 30px;
	margin-bottom:50px;
}
.work h3 {
	width: 20%;
	float: left;
	text-align: center;
	margin:15px 0;
	font-size:18px;
}
.work ul {
	width: 75%;
	padding: 0;
	margin:0;
	list-style: none;
	float: left;
}
.work ul li {
	position: relative;
	padding: 0 0 0 25px;
	margin: 12px 0 7px 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	border-bottom: dashed 1px #F6A38B;
}
.work ul li:before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #F6A38B;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work ul li:after {
	content: "";
	display: block;
	position: absolute;
	left: 6px;
	height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #fff;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work ul li a {
	color: #40752c;
	font-size: 12px;
	margin: 0 30px;
	cursor: pointer;
	transition: all .3s ease-out;
}
.work ul li a:hover {
	letter-spacing: 2px;
}
.work_box .box.left {
	width: 100%;
	height: auto;
	background-color: #ecf0f1;
}
.work_box .box.left .txt {
	width: 45%;
	float: right;
	padding:3% 5% 3% 0;
	font-size: 16px;
	line-height: 28px;
}
.work_box .box.left figure {
	width: 40%;
	float: left;
	padding:5%;
	margin:0;
}
.work_box .box.right {
	width: 100%;
	height: auto;
	background-color: #cfe9fa;
}
.work_box .box.right .txt {
	width: 45%;
	float: left;
	padding:3% 0 3% 5%;
	font-size: 16px;
	line-height: 28px;
}
.work_box .box.right figure {
	width: 40%;
	float: right;
	padding:5%;
	margin:0;
}
.work_box .box h4 {
	color: #193076;
	font-size: 30px;
	font-weight:normal;
	}
.work_box .box figure img {
	width: 100%;
}

@media screen and (min-width:700px) and ( max-width:1050px) {
.work {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding:20px 0;
	margin-bottom:30px;
}
.work h3 {
	width: 100%;
	float: none;
	text-align: left;
	margin:0;
	font-size:16px;
}
.work ul {
	width: 90%;
	padding:0;
	margin:0 auto;
	list-style: none;
	float: none;
}
.work ul li {
	position: relative;
	padding: 0 0 0 25px;
	margin: 12px 0 7px 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	border-bottom: dashed 1px #F6A38B;
}
.work ul li:before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #F6A38B;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work ul li:after {
	content: "";
	display: block;
	position: absolute;
	left: 6px;
	height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #fff;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work ul li a {
	color: #40752c;
	font-size: 12px;
	margin: 0 30px;
	cursor: pointer;
	transition: all .3s ease-out;
}
.work ul li a:hover {
	letter-spacing: 2px;
}
.work_box .box.left {
	width: 100%;
	height: auto;
	background-color: #ecf0f1;
}
.work_box .box.left .txt {
	width: 90%;
	float: none;
	padding:5%;
	font-size: 14px;
	line-height: 28px;
}
.work_box .box.left figure {
	width: 90%;
	float: none;
	padding:5% 5% 0;
	margin:0;
}
.work_box .box.right {
	width: 100%;
	height: auto;
	background-color: #cfe9fa;
}
.work_box .box.right .txt {
	width: 90%;
	float: none;
	padding:5%;
	font-size: 14px;
	line-height: 28px;
}
.work_box .box.right figure {
	width: 90%;
	float: none;
	padding:5% 5% 0;
	margin:0;
}
.work_box .box h4 {
	color: #193076;
	font-size: 20px;
	font-weight:normal;
	margin:0;
	text-align:center;
	}
.work_box .box figure img {
	width: 100%;
}
}

@media screen and (max-width: 700px) {	
.work {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding:20px 0;
	margin-bottom:30px;
}
.work h3 {
	width: 100%;
	float: none;
	text-align: left;
	margin:0;
	font-size:16px;
}
.work ul {
	width: 90%;
	padding:0;
	margin:0 auto;
	list-style: none;
	float: none;
}
.work ul li {
	position: relative;
	padding: 0 0 0 25px;
	margin: 12px 0 7px 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	border-bottom: dashed 1px #F6A38B;
}
.work ul li:before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #F6A38B;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work ul li:after {
	content: "";
	display: block;
	position: absolute;
	left: 6px;
	height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #fff;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work ul li a {
	color: #40752c;
	font-size: 12px;
	margin: 0 30px;
	cursor: pointer;
	transition: all .3s ease-out;
}
.work ul li a:hover {
	letter-spacing: 2px;
}
.work_box .box.left {
	width: 100%;
	height: auto;
	background-color: #ecf0f1;
}
.work_box .box.left .txt {
	width: 90%;
	float: none;
	padding:5%;
	font-size: 14px;
	line-height: 28px;
}
.work_box .box.left figure {
	width: 90%;
	float: none;
	padding:5% 5% 0;
	margin:0;
}
.work_box .box.right {
	width: 100%;
	height: auto;
	background-color: #cfe9fa;
}
.work_box .box.right .txt {
	width: 90%;
	float: none;
	padding:5%;
	font-size: 14px;
	line-height: 28px;
}
.work_box .box.right figure {
	width: 90%;
	float: none;
	padding:5% 5% 0;
	margin:0;
}
.work_box .box h4 {
	color: #193076;
	font-size: 20px;
	font-weight:normal;
	margin:0;
	text-align:center;
	}
.work_box .box figure img {
	width: 100%;
}
}
