/* CSS Document */

.crumb li {
	font-size: 93% !important;
}

.hd02 {
	font-size: 130%;
}

.details_area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.details_area li{
	width: 30%;
	text-align: left;
	margin-bottom: 30px;
}
	.details_area li a{
		background: #d4dcda;
		display: block;
		text-decoration: none;
		text-align: center;
	}
		.details_area li a:hover{
			opacity: 0.8;
		}
	
	.details_area li a figure figcaption{
		background: #152d7c;
		color: #fff;
		text-align: center;
		padding: 10px;
	}
	.details_area li p{
		margin-top: 10px;
	}

.sec-area{
	margin-top: 40px;
}

.item-box{
	text-align: left;
	margin-bottom: 40px;
}

.item-box .jump02{
	padding: 0 20px;
	margin: 10px auto;
}

.item-box p{
	font-size: 112%;
}


.item-box-txt{
	padding: 0 26px;
}

.item-box-inner{
	text-align: left;
	margin-bottom: 20px;
}
.center-img{
	text-align: center;
	margin: 40px auto;
}

.attention{
	padding-left: 49px;
	display: block;
}

.mTable01 table.kanyu-table th:nth-child(3),
.mTable01 table.kanyu-table th:nth-child(4){
	width: 20%;
}

.mTable01 table.kanyu-table td:nth-child(2){
	text-align: left;
}





@media screen and (max-width: 768px) {
	.details_area li{
		width: 48%;
	}
	
	.sec-area .flex{
		display: block;
	}
	
	.flex .mTable01{
		width: 100%;
		margin-bottom: 40px;
	}
}