#page_title{
	background:rgba(241,225,178,0.4);
}
.photo_comment figure{
	width:423px !important;
	flex:none;
	position:relative;
}
.photo_comment figure img{
	display:block;
	border-radius:10px;
	position:relative;
	z-index:1;
}
.photo_comment figcaption{	
	font-family: "emily-austin", sans-serif;
	font-weight: 400;
	font-style: normal;
	position:absolute;
	left:-40px;
	top:-10px;
	font-size:50px;
	z-index:3;
	transform:rotate(-30deg);
}
.photo_comment .comment{
	width:calc(100% - 463px) !important;
	flex:none;
}
#contents1 h3,
#contents2 h3,
#contents3 h3{
	background:transparent;
}
#contents4 article{
	max-width:960px;
	margin:0 auto;
}
#contents4 article ul{
	list-style:none;
	padding:0 !important;
}
#contents4 article ul li{
	margin-bottom:20px;
}
#contents4 article ul li a,
#contents2-1 li a{
	display:block;
	line-height:80px;
	padding:0 40px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	border-radius:10px;
	text-decoration:none;
	background:#fff url('../images/common/more.png') no-repeat right 20px center;
}
#contents4 article ul li:last-child a{	
	background:#f7e5ad url('../images/common/more.png') no-repeat right 20px center;
}
#contents4 article ul li a:hover,
#contents2-1 li a:hover{
	background:#f3e5e7 url('../images/common/more.png') no-repeat right 20px center;
}

@media (max-width: 768px) {
	#page_title {
	}

	#page_title h2 {
		line-height: 1.4;
		font-size: 28px;
		text-align: center;
	}

	#page_title img {
		position: static;
		display: block;
		margin: 10px auto 0;
		max-width: 100%;
	}

	.breadcrumbs {
		width: 90%;
		padding: 20px 5%;
		margin-bottom: 30px;
		box-sizing: border-box;
	}

	#contents1 {
		width: 90%;
		padding: 20px 10px 80px;
		margin-bottom: 40px;
	}

	#recruit_img2,
	#recruit_img3 {
		display: none;
	}
	.photo_comment figcaption{	
		left:-40px;
		top:0px;
		font-size:40px;
	}

	.photo_comment figure {
		width: 100% !important;
		padding: 0 0px;
		box-sizing: border-box;
	}
	.photo_comment .comment {
		width: 100% !important;
	}

	#contents3 h3 {
		font-size: 22px;
		text-align: center;
		margin-bottom: 20px;
	}

	#contents4 article {
		width: 90%;
	}

	#contents4 article ul li a,
	#contents2-1 li a{
		line-height: 60px;
		padding: 0 20px;
		font-size: 16px;
		background-size: 16px auto;
	}

	#contents4 article ul li:last-child a {
		background-color: #f7e5ad;
		background-size: 16px auto;
	}
}
