@import url("common.css");

#company{
	padding: 0 20px;
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
}
.brand-title{
font-family: 'KudryashevDisplaySans', sans-serif;
font-size: 30px;
text-align: center;
margin: 80px 0 50px;
}
.brand{
	text-align: center;
    line-height: 3;
    font-size: 20px;
    background-image: url(/image/company/brand.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 680px;
    margin: 0 auto;
    height: 341px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand-text{
	margin: 50px 0;
	text-align: center;
}
.brand-text p{
	margin: 0 0 20px;
	line-height: 1.8;
}

#profile,#privacy{
	padding: 0 20px;
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
}
#profile dl{
display: flex;
flex-wrap: wrap;
border-top: solid #ccc 1px;
margin-bottom: 50px;
}
#profile dt{
width: 20%;
border-bottom: solid #ccc 1px;
}
#profile dd{
width: 80%;
border-bottom: solid #ccc 1px;
}
#profile dt,#profile dd{
	padding: 20px 0;
}
#profile h3{
	font-weight: bold;
	margin-bottom: 30px;
}
.long-dt{
	width: 100%;
	display: flex;
}
#profile .long-dt dt,#profile .long-dt dd{
	width: 50%;
}
#privacy{
	
}
#privacy,#privacy .title{
	margin: 100px auto 50px;
}
#privacy h4{
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px;
}
#privacy p{
	margin: 0 0 30px;
	line-height: 1.8;
	font-size: 14px;
}
.service-text h4{
	font-size: 18px;
    font-weight: bold;
}
.statement{
	background-size: 100% 100% !important;
}
@media screen and (max-width: 469px){
	.service-text{
		font-size:14px;
	}
	.service-text h4{
	font-size: 16px;
    font-weight: bold;
}
}