/* En */

body {
	letter-spacing: 0.02em;
}

/* Home */

#home_investment h3 .title_ja,
#home_company h3 .title_ja {
	display: none;
}
#home_investment h3 .title_en,
#home_company h3 .title_en {
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 0;
}

/* Company */

.company_members_name_en {
	font-size: 1.2em;
}

/* Contact */

.field.required h6::before {
	display: inline-block;
	margin-right: 1em;
	padding: 0;
	content: '';
	background: #cd3954;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.field.optional h6::before {
	display: inline-block;
	margin-right: 1em;
	padding: 0;
	content: '';
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 50%;
}

/* Sale */

._sale_list_tsubo {
	display: none;
}
.sale_list_pane li {
	font-size: 1.05em;
}
#_sale_list_types {
	width: calc(100% - 290px);
}
#sale_list_types li a {
	font-size: 0.9em;
	letter-spacing: 0;
}
#sale_heading h2 {
    font-size: 1.35em;
    letter-spacing: 0.05em;
}
#_sale_list_status {
	width: 270px;
}
#sale_list_status li {
	letter-spacing: 0;
}
#sale_side dt {
    float: none;
}
#sale_side dd {
    padding-left: 0;
}


@media screen and (max-width: 600px) {
	.page_en .mw_wp_form .horizontal-item {
		display: block;
	}
	.page_en .mw_wp_form .horizontal-item + .horizontal-item {
		margin-left: 0;
		margin-top: 10px;
	}
}