@charset "utf-8";
.content{
    width: 100%;
    padding: 100px 0;
}
.list{
	width: 100%;
}
.list li{
	width: 100%;
}
.list li a{
	display: flex;
	width: 100%;
	text-decoration: none;
	border-top: 1px solid #2571e0;
	padding: 30px 0;
}
.list li:last-of-type a{
	border-bottom: 1px solid #2571e0;
}
.list_img{
	width: 199px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.list_img img{
	display: block;
	visibility: hidden;
}
.list_info{
	width: calc(100% - 199px);
	padding-left: 30px;
	font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list_tit{
	font-size: 2rem;
	color: #2571e0;
}
.list_txt{
	font-size: 1.6rem;
	color: #000000;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


@media only screen and (min-width: 1025px) {
    
	.list li a:hover{
		opacity: 0.8;
	}
}

@media only screen and (max-width: 1024px) {
    
    .content{
        padding: 90px 0;
    }
}

@media only screen and (max-width: 1023px) {
    
}

@media only screen and (max-width: 767px) {
    
    .content{
        padding: 70px 0;
    }
    .list li a{
		display: block;
		padding: 30px 0;
	}
	.list_img{
		width: 100%;
	}
	.list_img img{
		margin: 0 auto;
	}
	.list_info{
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.list_tit{
		font-size: 1.8rem;
	}
	.list_txt{
		font-size: 1.4rem;
	}
    
}

@media only screen and (max-width: 480px){

    .sub_common_anchor_list01>li{
        width: 47%;
    }
    .sub_common_anchor_box01 .content_txt{
        margin-top: 30px;
    }
    .content{
        padding: 60px 0;
    }
    .content .ttl_h2{
        margin-bottom: 25px;
    }
    .aboutus_block{
        margin-top: 25px;
    }
    .aboutus_block_tit{
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .aboutus_table td .content_txt{
        font-weight: normal;
    }
    .map{
        margin-top: 20px;
    }
    .iso9001_block{
        display: block;
        margin: 15px auto;
    }
    .iso9001_left{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .origin_txt{
        font-size: 1.6rem;
    }
}