@charset "UTF-8";
/*===============================================
●画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
#main_img {
	background-image: url(../img/works/main_img.jpg);
}
.main_product {
	background-image: url(../img/business_product/main_img.jpg) !important;
}
#conts_01 {
	width: 100%;
	clear: both;
	font-size: 14px;
    padding-top: 93px;
}
#conts_01 .selector {
	margin-bottom: 47px;
    text-align: center;
}
#conts_01 .selector li {
	display: inline-block;
	margin: 0 20px;
}
#conts_01 .selector li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	position: relative;
}
#conts_01 .selector li a:hover::after, #conts_01 .selector li.show a::after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}
#conts_01 .example_list {
	width: 100%;
	letter-spacing: -.4em;
    margin-bottom: 30px;
}
#conts_01 .example_list li {
	width: 382px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-right: 27px;
    margin-bottom: 26px;
}
#conts_01 .example_list li:nth-of-type(3n) {
	margin-right: 0;
}
#conts_01 .example_list li a {
	text-decoration: none;
	display: block;
	color: #ffffff;
	font-weight: bold;
}
#conts_01 .example_list li figure {
	width: 100%;
    margin-bottom: 12px;
}
#conts_01 .example_list li figure img {
	width: 100%;
	height: auto;
    display: block;
}
#conts_01 .example_list li p {
	line-height: 1.4;
    text-align: center;
}
}

/*===============================================
●画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
#main_img {
	background-image: url(../img/works/main_img.jpg);
}

#conts_01 {
	width: 100%;
	clear: both;
    padding-top: 68px;
}
#conts_01 .selector {
	margin-bottom: 18px;
    text-align: left;
}
#conts_01 .selector ul {
	width: 100%;
    letter-spacing: -.4em;
    font-size: 1rem;
    flex-wrap: wrap;
    display: flex;
}
#conts_01 .selector li {
	width: 49%;
    letter-spacing: normal;
    margin-bottom: 6px;
    margin-right: 2%;
}
#conts_01 .selector li:nth-child(even) {
    margin-right: 0;
}
#conts_01 .selector li a {
	display: block;
    padding: 6px 10px 4px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: bold;
	color: #5c755c;
    background-color: #799079;
    text-align: center;

}

#conts_01 .selector li a:hover,
#conts_01 .selector li.show a{
	color: #fff;
    background-color: #384c37;
}
#conts_01 .example_list {
	width: 100%;
	letter-spacing: -.4em;
    margin-bottom: 16px;
}
#conts_01 .example_list li {
	width: 48%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
    margin-bottom: 16px;
}
#conts_01 .example_list li:nth-of-type(2n) {
	margin-right: 0;
}
#conts_01 .example_list li a {
	text-decoration: none;
	display: block;
	color: #ffffff;
	font-weight: bold;
}
#conts_01 .example_list li figure {
	width: 100%;
    margin-bottom: 5px;
}
#conts_01 .example_list li figure img {
	width: 100%;
	height: auto;
    display: block;
}
#conts_01 .example_list li p {
	font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
}
}











