@charset "utf-8";

/*  ----------------------------------------------------------------
 top page css

 	/Font-size List/
	9px = 75%		10px = 83%		11px = 91%		12px = 100%
	13px = 108%		14px = 116%		15px = 125%		16px = 133%
	17px = 141%		18px = 150%		19px = 158%		20px = 166%
	21px = 175%		22px = 183%		23px = 191%		24px = 200%
	25px = 208%		26px = 216%		27px = 225%		28px = 233%

 ------------------------------------------------------------------- */
.office .section{
	margin: 0 0 50px;
}
.office .box_cnt{
	margin-bottom: 20px;
}
.office .cnt_left{
	width: 280px;
	float: left;
}
.office .cnt_right{
	width: 430px;
	float: right;
}
.office .dl_address dt{
	font-weight: bold;
}
.office .dl_address dd{
	margin: 0 0 15px;
}
.office .google-maps .gMap{
	width: 720px;
	height:360px;
}
.office .google-maps>img{
	width: 720px;
	height: auto;
}
.office .btn_map{
	margin-top: 5px;
	font-weight: bold;
	font-size: 1.1em;
	/*text-align: right;*/
}
#wrap #contentWrap #contentsArea #mainContentsArea .officeCol2_01 .colL{
	float:left;
	width:350px;
	margin:0 30px 0 0;
}
#wrap #contentWrap #contentsArea #mainContentsArea .officeCol2_01 .colL img.officeImg{
	width:350px;
}
#wrap #contentWrap #contentsArea #mainContentsArea .officeCol2_01 .colR{
	float:right;
	width:340px;
}
@media screen and (max-device-width:599px){
	.h2Style04{ margin-bottom: 20px;}
	.office .section{
		width: 94%;
		margin: 0 3% 30px;
	}
	.office .cnt_left{
		width: 50%;
		margin: 0 25% 10px;
		float: none;
	}
	.office .cnt_left>img{
		width: 100%;
		height: auto;
	}
	.office .cnt_right{
		width: 100%;
		float: none;
	}
	.office .google-maps .gMap{
		width: 100%;
		height:250px;
	}
	.office .google-maps>img{
		width: 100%;
		height: auto;
	}
	#wrap #contentWrap #contentsArea #mainContentsArea .officeCol2_01 .colL{
		float:none;
		width:100%;
		margin:0;
	}
	#wrap #contentWrap #contentsArea #mainContentsArea .officeCol2_01 .colL img.officeImg{
		width:100%;
	}
	#wrap #contentWrap #contentsArea #mainContentsArea .officeCol2_01 .colR{
		float:none;
		width:auto;
	}
}
.searchImg {
	width: 18px;
	height: 17px;
	margin-right: 5px;
	padding-top: 5px;
}
.modalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 97;
    background: #000;
    opacity: .7;
}
.modalWindow {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 782px;
	height: 552px;
	z-index: 98;
	background: #fff;
}
.modalbtn{
	display: inline-block;
	font-size: 16px;
	text-decoration: none;
	color: #bf0000;
	line-height: 16px;
}
.modalInner {
	background-color: #fff;
}
 
.modalInner p{
    margin-bottom: 50px;
}
.modalInner img {
	margin: 40px;
}
.close {
	text-decoration: none;
	position: absolute;
	right: 10px;
	font-size: 20px;
	color: #cccccc;
}
.detail__link {
	text-decoration: underline;
	color: #1262b2;
}