@charset "utf-8";
/* CSS Document */

/*==============================*/
/* 会社概要 */
/*==============================*/
.company dl{
	display: flex;
	justify-content: center;
	align-items: center;
}
.company dl:nth-child(odd){
	background: #f8f8f8;
}
.company dl dt{
	width: 30%;
	text-align: right;
	padding-right: 40px;
}
.company dl dd{
	width: 70%;
	border-left: 1px solid #eaeaea;
	padding: 20px 0 20px 40px;
	line-height: 1.4em;
}
@media (max-width: 600px) {
	.company dl{ letter-spacing: 0.005em; }
	.company dl dt{
		width: 30%;
		text-align: center;
		padding-right: 0px;
	}
	.company dl dd{ width: 70%; padding: 10px 10px 10px 15px;}
	.company iframe{ height: 240px;}
}

/*==============================*/
/* プライバシーポリシー*/
/*==============================*/
.privacy > div{
	margin-bottom: 40px;
}
.privacy h3{
	margin-bottom: 10px;
	font-size: 18px;
	font-family: "Sawarabi Gothic";
	letter-spacing: 0.001em;
	text-align: center;
	color: #3B6A9D;
}
.privacy p{
	text-align: center;
}
@media (max-width: 600px) {
	.privacy > div{
		margin-bottom: 40px;
	}
	.privacy h3{
		letter-spacing: 0.05em;
		text-align: left;
		margin-bottom: 15px
	}
	.privacy p{
		text-align: left;
	}
	.privacy br{
		display: none;
	}
}