@charset "UTF-8";


/*page_ttl
--------------------------------------------------------- */

.page_ttl {
	width: 100%;
	min-width: 1116px;
	min-height: 240px;
	padding: 0 5%;
	text-align: center;
	background: url(../img/common/h1_bg_pc.jpg) bottom right no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.page_ttl h1 {
	font-size: 308%;
	line-height:1.2;
	position: relative;
	word-break: break-all;
	color: #010101;
}

.page_ttl h1 a {
	display: block;
	color: #000;
	padding:70px 0 75px;
}

.page_ttl h1 a img {
	margin-right:30px;
	vertical-align: middle;
}



@media only screen and (max-width: 767px) {
	.page_ttl {
		min-width: 100%;
		min-height:auto;
		background: url(../img/common/h1_bg_sp.jpg) bottom center no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	
	.page_ttl h1 {
		font-size:30px;
	}
	
	.page_ttl h1 a {
		padding:30px 0 35px;
	}
	
	.page_ttl h1 a img {
		width:20%;
		max-width:50px;
		height:auto;
		margin-right:10px;
	}
}




/*table
---------------------------------------------------------- */
.table_list01 table {
	border-collapse:collapse;
	border-top: 1px solid #dbdbdb;
}

.table_list01 th {
	width: 15%;
	padding: 30px 0;
	border-bottom: 1px solid #dbdbdb;
	background: #fff;
	font-size: 116%;
	color: #000;
	text-align: left;
}

.table_list01 td {
	padding: 30px;
	font-size: 116%;
	border-bottom: 1px solid #dbdbdb;
}

.table_list01 td span {
	font-size: 85%;
}



@media only screen and (max-width: 767px){
	
	.table_list01 th{
		display: block;
		width: auto;
		margin-bottom: 5px;
		padding: 12px 4% 0;
		text-align: left;
		font-size: 100%;
		border-bottom: none;
	}

	.table_list01 td {
		display: block;
		padding: 0 4% 12px;
		font-size: 100%;
	}
	
}
