@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi05 a:before {
	display: block;
}

.pageTitle {
	margin-bottom: 75px;
	background-image: url(../image/common/page_title_bg13.jpg);
}

#main {
	margin-bottom: 266px;
}

#main p {
	margin-bottom: 51px;
	font-size: 14px;
	word-break: break-all;
}

/*
#main .imgBox .photoBox {
	width: 469px;
	float: left;
}
*/

#main .imgBox .photoBox img {
	width: 100%;
}

/*
#main .imgBox .textBox {
	margin-top: 20px;
	width: 555px;
	float: right;
}
*/

#main .imgBox .textBox .linkList li {
	margin-bottom: 14px;
	border-bottom: 2px solid #D2D2D2;
}

#main .imgBox .textBox .linkList li:last-child {
	margin-bottom: 0;
}

#main .imgBox .textBox .linkList li a {
	padding: 18px 60px 18px 10px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	background: url(../image/common/sp_icon03.png) no-repeat right 10px top 5px;
	background-size: 41px auto;
}

#main .imgBox .textBox .linkList li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.pageTitle {
		margin-bottom: 45px;
		background-image: url(../image/common/sp_page_title_bg13.jpg);
	}
	
	.pageTitle h1 img {
		height: 60px;
	}

	#main {
		margin-bottom: 135px;
	}
	
	#main p {
		margin-bottom: 46px;
	}
		
	#main .imgBox .photoBox {
		margin-bottom: 29px;
		width: auto;
		float: none;
		text-align: center;
	}
		
	#main .imgBox .photoBox img {
		max-width: 440px;
	}

	#main .imgBox .textBox {
		margin-top: 0;
		width: auto;
		float: none;
	}
	
	#main .imgBox .textBox .linkList li {
		margin-bottom: 0;
		border-bottom-color: #EEE;
	}
	
	#main .imgBox .textBox .linkList li a {
		padding: 13px 35px 13px 10px;
		font-size: 13px;
		background: url(../image/common/sp_icon03.png) no-repeat right 10px center;
		background-size: 20px auto;
	}
}

@media (max-width: 767px)
{ 
  .photoBox
  {
    margin-top: 40px;
  }
}
@media (min-width: 768px)
{	
  .photoBox
  {
    margin-top: 107px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
  }
  .photoBox .photo
  {
    text-align: center;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
  }
}
