/* CSS Document */


#latter .com p {
	text-align:left;
}


@media screen and (min-width:750px){ /*PC*/
#latter .com {
	padding:50px 0 50px 250px;
}

#latter .com p {
	padding:0 0 20px 0;
}
}

@media screen and (max-width:749px){ /*スマホ*/
#latter .com {
	padding:0 3vw;
}
}




#latter #form dl {
	margin:0 auto;
	text-align:left;
}

@media screen and (min-width:750px){ /*PC*/
#latter #form dl {
	width:500px;
}
}

@media screen and (max-width:749px){ /*スマホ*/
#latter #form dl {
	width:90vw;
}
}




#latter #form input,
#latter #form textarea {
	display:block;
	margin:0 auto;
	width:100%;
	text-align:left;
}




#latter .button {
	display:inline-block;
	border:none;
	font-weight:bold;
	background-color:#232221;
	color:#c98c06;
	cursor:pointer;
}

#latter .button:hover {
	opacity:0.8;
}



@media screen and (min-width:750px){ /*PC*/
#latter .button {
	margin:20px 0 0 0;
	padding:10px;
}
}

@media screen and (max-width:749px){ /*スマホ*/
#latter .button {
	margin:5vw 0 0 0;
	padding:5vw;
}
}

