@charset "utf-8";


/* ------------------------------------------------------------------------------------------------------------------ */

/*===============================================
●お問い合わせ
===============================================*/

 .contact p.com {
	margin: 25px 0;
 }

 .contact .add h2 {
	margin-bottom: 5px;
 }

 .contact .add p {
	margin-top: 5px;
	margin-bottom: 10px;
 }

 .contact .con-here p, .contact .con-here h3 {
	display: inline-block;
	margin: 10px 0;
 }

 .contact .con-here span {
	margin: 20px;
 }

 .contact .con-here span.icon {
	font-size: 25px;
	margin: 0px;
	margin-right: 5px;
	vertical-align: middle;
 }

 .contact .con-here p {
	font-size: 16px;
 }

 .contact .con-here h3 {
	font-size: 20px;
 }

 .contact .con-here a h3 {
	color: #0069bf;
	text-decoration: underline;
 }

 .contact .con-here a:hover h3 {
	color: #00408e;
	text-decoration: none;
 }


@media screen and (min-width: 781px){ 

 .contact .con-here p, .contact .con-here h3 {
	vertical-align: middle;
 }

 .contact .con-here p {
	width: 225px;
 }


}

@media screen and (max-width: 780px){ 

 .contact .con-here p {
	margin-bottom: 0;
 }

 .contact .con-here h3 {
	margin-top: 0;
 }



}

