@charset "utf-8";
/* CSS Document */
.wrapper{
	padding-top: 80px;
}
.main{
	background: url("../images/company/main.jpg") no-repeat top center;
	  background-size: cover;
  background-repeat: no-repeat;
height: 44vh;
}
.main.flex{
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-size: 40px;
	letter-spacing: 2px;
}
.main.flex img {
	width: 60px;
	margin-bottom: -10px;
}
.main.flex p {
	margin-top: -10px;
	font-weight: bold;
}
.anshin{
	width: 260px;
	margin: 100px auto;
}
.txt{
	text-align: center;
	line-height: 2.4;
	margin-bottom: 90px;
}
dl{
	width: 720px;
	margin: 0 auto 150px;
}
	dl .flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 2.0;
	border-bottom: 1px solid #000;
}
dl dt {
	font-size: 18px;
	width: 140px;
	padding: 18px 0;
	font-weight: bold;
}
dl dd{
	font-size: 18px;
	
}
dl dd a{
	text-decoration: underline;
}
