@charset "UTF-8";
#contentHeader {
	background : url("/wp/wp-content/themes/pgg_bogo/job_application/img/bg_main.jpg") 50% 50% no-repeat;
	background-size : cover;
}
#profile table {
	width : 100%;
	margin-bottom : 40px;
	border-top : 1px solid #000000;
}
#profile table tr > th {
	width : 14em;
}
#profile .place {
	display : grid;
	grid-template-columns : 1fr 1fr;
	grid-gap : 32px;
}
#profile .place .img img {
	width : 100%;
}
#profile .place .address {
	padding : 1em;
	background-color : #eeeeee;
}
#profile .place h3 {
	font-weight : bold;
	margin-bottom : 1em;
}

#pageBody > section#access {
	margin-bottom : 0;
}
#pageBody > section#access > .inner {
	max-width : unset;
	padding : 0;
}
#access iframe {
	width : 100%;
	height : 30vw;
}


/* --- for 2K or more pc --- */
@media screen and (min-width: 1980px) {
}

/* --- for HD pc --- */
@media screen and (min-width: 1440px) and (max-width: 1979px) {
}

/* --- for normal pc --- */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
}

/* --- for tablet --- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
}

/* --- for mobile --- */
@media screen and (max-width: 767px) {
	#profile .place {
		grid-template-columns : 1fr;
	}
}
