@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* about
-------------------------------------------------------------------------------------------------------------------------------*/
main#about .page_title{
	position: relative;
	background: url("../../img/common/title_bg03.jpg") no-repeat center;
}
main#about .page_title .txt{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
@media screen and (max-width:767px) {
	main#about .page_title .txt{
		position: absolute;
		right: 5px;
		bottom: 5px;
	}
	main#about .page_title .txt img{
		width: 160px;
	}
}

.block:not(:first-child){
	margin: 80px 0 0;
}
.block h2{
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 30px;
}
@media screen and (max-width:767px) {
	.block:not(:first-child){
		margin: 40px 0 0;
	}
	.block h2{
		font-size: 22px;
		margin: 0 0 15px;
	}
}

/* table01  */
.table01 dl{
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #BFBFBF;
}
.table01 dl dt{
	width: 10em;
}
.table01 dl dd{
	flex: 1;
}
.table01 dl dd .ind01{
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

/* table02 */
.table02 ul li{
	display: flex;
}
.table02 ul li span{
	display: block;
}
.table02 ul li span:nth-child(1){
	width: 5em;
}
.table02 ul li span:nth-child(2){
	width: 10em;
}
.table02 ul li span:nth-child(3){
	flex: 1;
}
.table02 ul li span a{
	text-decoration: underline;
}
/*.table02 ul li span a:hover{
	text-decoration: none;
}*/
