@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 .table01 {
	width : 100%;
}

#profile table tr > th {
	width : 14em;
	vertical-align : middle;
}
#profile .imgs {
	display : grid;
	grid-template-columns : auto auto 1fr;
	grid-gap : 32px;
}
#profile .imgs > li {
	display : flex;
	align-items : center;
}
#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;
}

#history table {
	width : 100%;
	margin-bottom : 40px;
	border-top : 1px solid #000000;

}
#history table tr .year {
	font-size : 1em;
	width : 5em;
	text-align : center;
}
#history table tr .month {
	width : 8em;
	text-align : center;
}
#history table tr p {
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
}

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

#photo > ul {
	display : grid;
	grid-template-columns : 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap : 0;
	width : 100%;
	margin : 0 auto;
	margin-bottom : 0;
}
#photo > ul img {
	width : 100%;
}

/* --- 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 table tr > th {
		width : 7em;
	}
	#profile .imgs {
		grid-template-columns : 1fr 1fr;
	}
	#profile .imgs > li:first-child {
		grid-column : 1 / 3;
	}
	#profile .imgs img {
		max-width : 100%;
	}
	#profile .place {
		grid-template-columns : 1fr;
	}
	#photo > ul {
		grid-template-columns : 1fr 1fr 1fr;
	}
	#history table tr .year {
		font-size : 0.825em;
		width : 4em;
		padding : 1em 0.5em;
	}
	#history table tr .month {
		font-size : 0.825em;
		width : 6em;
		padding : 1em 0.2em;
	}
	#access iframe {
		height : 52vw;
	}
}
