@charset "utf-8";

/* contents */
#contents-wrap,
#address{
	width: auto;
	margin: 0 1.5rem;
}


#message-area {
	display: block;
	margin-top: 0;
	margin-bottom: 2rem;
}
.message{
	width: auto;
	margin-right: 0;
}
.message-t {
	margin-bottom: 2rem;
}

.message-title {
	font-size: 1.3rem;
	margin-bottom: .5em;
}

.message-text {
	font-size: .95rem;
	line-height: 1.8;
	text-align: justify;
}
.message-text br{
	display: none;
}

.producer-i {
	width: auto;
	margin: 2rem 3rem 0;
}
.producer-i .producer{
	margin-top: .5rem;
}
.producer-detail {
	margin-bottom: .5rem;
}
.producer-index{
	margin-left: 0;
	font-size: .75rem;
	line-height: 1.3;
}

.producer-name {
	margin-right: 0;
	font-size: 1rem;
}

#company-area {
	margin-top: 4rem;
}
#company-area img{
	width: 80px;
	height: auto;
}

#company-area table {
	max-width: 100%;
	font-size: .9rem;
	margin-top: 2.5rem;
}
#company-area table td {
	padding-left: .8em;
}
#company-area table span.deco{
	display: none;
}
#company-area table span.deco + span{
	display: block;
}

#map-area,
#company-area ul {
	width: auto;
}

#map-area {
	height: auto;
}
#map-area:after{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
}


#company-area ul {
	font-size: .8rem;
}