@charset "UTF-8";
/* CSS Document */
/*CONTENTS---------------------------*/
/*CONTENTS TITLE*/
#service #contents_title {
	background-image: url("../images/services_title.jpg");
	padding: 20vw 0 12vw 0;
}
/*SLIDER---------------------------*/
#contents .slider {
	display: block;
	overflow: hidden;
}
#contents .slick-slide{
    float: left;
}
#contents .slider:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#contents .slider .item {
    padding: 5px;
    line-height: 1;
    font-size: 0;
}
#contents .slider .item img {
    width: 125px;
}
#contents .slider .item a {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#contents .slider .item a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	-o-opacity: 0.8;
	-ms-opacity: 0.8;
	opacity: 0.8;
}
/*ANCHOR LIST---------------------------*/
#anchor_list .list {
	display: flex;
    flex-wrap: wrap;
	padding: 0 10px;
	margin: 1.6vw 3.2vw;
	border: 3px #6cbf8d solid;
}
#anchor_list .list li {
	list-style: none;
	padding: 5px 0;
}
#anchor_list .list li a {
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	letter-spacing: -0.08em;
}
#anchor_list .list li a:before {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -4px;
	left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #e85414;
    border-right: 2px solid #e85414;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#contents .art_box .wrapper {
	padding: 3.2vw 6.4vw;
}
#contents .art_box .photo {
	display: block;
	margin: 0 auto;
}
#contents .art_box .wrp {
	border-bottom: 1px #ccc dotted;
	padding: 3.2vw;
}
#contents #art02.art_box .wrp {
	border: none;
}
#contents .art_box .title {
	font-size: 18px;
}
#contents .art_box .text p {
	margin-bottom: 10px;
}
#contents .art_box .example {
	margin: 15px 10px 0;
	padding: 15px 10px 10px 10px;
	border: 1px #6cbf8d dashed;
	color: #58a577;
	position: relative;
}
#contents .art_box .example .exa_title{
	display: inline-block;
	background: #fff;
	padding: 0 5px;
	position: absolute;
	top: -10px;
	left: 10px;
	font-weight: bold;
}
#contents .art_box .example .list{
	padding-left: 1.5em;
}
#contents .art_box .example .list li {
	text-indent: -1em;
	padding-left: 1em;
}
#art12{
	padding-bottom: 60px;
}
/*LICENSE---------------------------*/
#contents #art02 .license_wrp{
	padding: 3.2vw;
	border-bottom: 1px #ccc dotted;
}
/*MEDIA QUERIES
--------------------------------------------------*/
/*smartphone*/
@media screen and (max-width:599px) {
	#anchor_list .list li {
		width: 50%;
	}
	#anchor_list .list li a {
		font-size: 3.2vw;
	}
	#contents .art_box .photo {
		width: 50%;
	}
}
/*tablet*/
@media (min-width: 600px) and (max-width: 1022px) {
	#anchor_list .list li {
		width: 33.33%;
	}
	#contents .art_box .photo {
		width: 40%;
	}
}
/*PC*/
@media (min-width: 1023px) {
	/*CONTENTS---------------------------*/
	/*CONTENTS TITLE*/
	#service #contents_title {
		padding: 150px 0 100px 0;
	}
	/*ANCHOR LIST---------------------------*/
	#anchor_list .list li {
		width: 25%;
	}
	#contents .art_box .wrapper {
		padding: 30px 90px;
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px #ccc dotted;
	}
	#contents .art_box .photo{
		width: 240px;
		margin: 0;
	}
	#contents .art_box .wrp{
		width: calc(100% - 240px);
		padding: 15px 30px;
		border: none;
	}
	/*LICENSE---------------------------*/
	#contents #art02 .license_wrp{
		padding: 10px;
		border: none;
	}
}