@charset "utf-8";
/* CSS Document */

/*==============================*/
/* COMPANY */
/*==============================*/
div.company{
	max-width: 920px;
	margin: 0 auto;
}
div.company > dl{ display: flex; display: -webkit-flex;}
div.company > dl > dt{
	width: 216px;
	padding: 30px 0 28px 0;
	border-bottom: 2px solid #00597A;
	font-size: 18px; 
	color: #000;
}
div.company > dl > dd{
	flex: 1;
	padding: 32px 0 28px 24px;
	border-bottom: 2px solid #CBCBCB;
}

	/* ======= TB =======*/
    @media screen and (min-width: 768px) and (max-width: 1024px) {
    }
    /* ======= SP =======*/
    @media (max-width: 767px) {
		div.company > dl{ flex-direction: column; -webkit-flex-direction: column;}
		div.company > dl{
			position: relative;
			padding: 20px 0;
			border-bottom: 2px solid #CBCBCB;
		}
		div.company > dl:first-child{ padding-top: 0;}
		
		div.company > dl::before{
			position: absolute; bottom: -2px; left: 0;
			content: "";
			width: 80px;
			height: 2px;
			background: #00597A;
		}
		
		div.company > dl > dt{
			width: 100%;
			margin-bottom: 8px;
			padding: 0;
			border-bottom: none;
			font-size: 17px; 
		}
		div.company > dl > dd{
			width: 100%;
			padding: 0;
			margin-left: 8px;
			border-bottom: none;
		}
    }


/*-- 代表
------------------------- */
div.company dl dd small{
	position: relative; top: -2px;
	margin-right: 8px;
	font-size: 14px;
	color: #444;
}
div.company dl dd ul li:not(:last-child){ margin-bottom: 6px;}

/*-- 人員内訳
------------------------- */
div.company dl dd.location dl:not(:last-child){ margin-bottom: 16px;}
div.company dl dd.location dl dt{
	margin-bottom: 4px;
	font-size: 17px; 
	line-height: 1.5em;
	color: #000;
}
div.company dl dd.location dl dd{
	font-size: 15px;
}

	/* ======= TB =======*/
    @media screen and (min-width: 768px) and (max-width: 1024px) {
    }
    /* ======= SP =======*/
    @media (max-width: 767px) {
		div.company dl dd.location dl dd{
			line-height: 1.3em;
		}
    }




/*==============================*/
/* GoogleMap */
/*==============================*/
div.googleMap{
	display: flex; display: -webkit-flex;
	justify-content: space-between; -webkit-justify-content: space-between;
	max-width: 920px;
	margin: 0 auto;
}
div.googleMap dl{ width: calc(50% - 20px);}
div.googleMap dl dt{
	position: relative;
	margin-bottom: 16px;
	padding-left: 38px;
	font-size: 23px; 
    font-weight: 600;
	color: #000;
}
div.googleMap dl dt::before{
	position: absolute; top: 10px; left: 0px;
	content: "";
	width: 24px;
	height: 24px;
	background: url("/common/img/share/icon-logo.svg");
	background-size: cover;
}


	/* ======= TB =======*/
    @media screen and (min-width: 768px) and (max-width: 1024px) {
    }
    /* ======= SP =======*/
    @media (max-width: 767px) {
		div.googleMap{ flex-direction: column; -webkit-flex-direction: column;}
		div.googleMap dl{ width: 100%;}
		div.googleMap dl:not(:last-child){ margin-bottom: 20px;}
		div.googleMap dl dt{
			margin-bottom: 10px;
			padding-left: 32px;
			font-size: 21px; 
		}
		div.googleMap dl dt::before{
			position: absolute; top: 4px; left: 0px;
		}
		div.googleMap iframe{ height: 200px;}
    }

