@charset "UTF-8";
/* @group Reset */


/*--------------------------------------------------------------------------------------------------------------------*/
/*768px*//*1024px*/
@media print, screen and (min-width : 768px){
p.con_txt1 {
	line-height: 1.8;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}	
p.con_txt2 a {
	color: #000;
	text-decoration: none;
}
.map {
	margin: 35px 0 0 0;
	}
	
	
	
	
}
/*-----------------------------------------------------------*/
@media only screen and (max-width: 767px)  {
p.con_txt1 {
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}	
	p.con_txt2 {
	text-align: center;
	}	
p.con_txt2 a {
	color: #000;
	text-decoration: underline;
}
.map {
	margin: 2.5em 0 0 0;
	}	
.map {
	position: relative;
	padding-top: 75%; /* = height ÷ width × 100 */
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
	
	
	
}
	
