@charset "utf-8";


/*/////// セクション7 ////////*/
.post .sec7 .wrap {
	overflow-x: hidden;
	width: 100%;	
}

.post .sec7 .table-wrap {
	overflow-x: scroll;
	width: 100% !important;
	}

.post .sec7 .table-wrap img {
	width: 175% !important;
	}

@media (min-width: 576px) {
	.post .sec7 .table-wrap img {
		width: 125% !important;
	}	
}

@media (min-width: 768px) {	
	.post .sec7 .table-wrap {
		overflow-x: visible;
	}
	
	.post .sec7 .table-wrap img {
		width: 680px !important;
	}	
}

@media (min-width: 992px) {
	.post .sec7 .table-wrap img {
		width: 100% !important;
	}
}


/*/////// まとめ ////////*/
.summarize a {
	color: #00a7f4 !important;
}

.summarize a:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
}

.summarize .flow h4 {
	background-color: #0071bc;
	color: #fff !important;
	font-size: 1.3em;
	text-align: center;
	width: 10.5em !important;
	line-height: 1.1em;
	padding: 10px;
	padding-top: 12px;
	margin-bottom: 20px !important;	
}

.summarize .flow p {
	color: #0071bc;
	font-size: 1.25em;
	font-weight: bold;
}

.summarize .flow span {
	color: #0071bc;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding-left: 2.3em;
}



