﻿@charset "utf-8";

.eyecatch_company{
	background: url("../img/company/i1.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

#mf1{
	margin-bottom: 80px;
}

h3.company_ttl{
	margin-bottom: 30px;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

#mf1 div{
	font-size: 0.9375rem;
}

#mf1 div p:last-child{
	margin-top: 10px;
	text-align: right;
}

#mf2{
	margin-bottom: 100px;
}

#mf2 .clist{
	justify-content: space-between;
}

#mf2 .clist div{
	width: 328px;
	font-size: 0.9375rem;
}

#mf2 .clist div h4{
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}

#mf2 .clist div p{
	padding: 10px 15px;
	color: #fff;
	border-bottom: solid 1px #e96000;
	background-color: #252525;
}

#mf2 .clist div a{
	padding: 10px 0;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #252525;
	display: block;
	position: relative;
}

#mf2 .clist div a::after{
	content: "";
	display: inline-block;
    width: 7px;
    height: 7px;
    border: #fff solid;
    border-width: 0 1px 1px 0;
    margin: 0 0 0 5px;
    transform: rotate(-45deg);
    transform-origin: left center;
	position: absolute;
	top: 50%;
	right: 20px;
}













@media screen and (max-width: 850px) {

.eyecatch_company{
	background: url("../img/company/i1.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

#mf1{
	width: 90%;
	margin: 0 auto 60px;
}

#mf2{
	width: 90%;
	margin: 0 auto 60px;
}

#mf2 .clist{
	justify-content: flex-start;
}

#mf2 .clist div{
	width: 100%;
	margin-top: 40px;
}

#mf2 .clist div:first-child{
	margin-top: 0;
}

#mf2 .clist div img{
	width: 100%;
}

}