
@charset "UTF-8";


.mainArea {
	padding: 0;
}
.congestion .inner {
	padding: 0 10px;
}
.congestionContainerA {
	background: #01b0f1;
}
.congestionTitle01 {
	padding: 50px 0 40px 0;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.congestionTitle02 {
	padding: 40px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.congestionTitle02 em {
	font-size: 30px;
}
.congestionBox {
	margin: 0 0 45px 0;
	padding: 0 30px 50px 30px;
	border-radius: 10px;
	background: #fff;
}
.congestionLead {
	margin: 0 -30px 45px -30px;
	padding: 13px 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #fffc00;
}
.congestionLead em {
	color: #f00;
}
.congestionGraph {
	text-align: center;
	background: #ffffd7;
}
.congestionTxt {
	padding: 50px 0 30px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.congestionBtn01,
.congestionBtn02 {
	padding: 0 30px 50px 30px;
	text-align: center;
}
.congestionBtn01 a,
.congestionBtn02 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 540px;
	min-height: 65px;
	margin: 0 auto;
	padding: 0 20px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 7px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 8px 13px;
}
.congestionBtn01 a {
	color: #fff;
	font-size: 22px;
	background-color: #ff7800;
	background-image: url(../images/icn_arw01.png);
}
.congestionBtn01 a:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
	vertical-align: middle;
	background: url(../images/icn_btn01.png) no-repeat 0 0 / 100% auto;
}
.congestionBtn02 a {
	color: #333;
	font-size: 20px;
	background-color: #f390b3;
	background-image: url(../images/icn_arw02.png);
}



/*--------------------SP--------------------*/

@media screen and (max-width: 767px) {

.congestionTitle01 {
	padding: 20px 0 15px 0;
	font-size: 16px;
}
.congestionTitle02 {
	padding: 22px 0;
	font-size: 15px;
}
.congestionTitle02 em {
	font-size: 18px;
}
.congestionBox {
	margin: 0 0 25px 0;
	padding: 0 8px 30px 8px;
	border-radius: 5px;
}
.congestionLead {
	margin: 0 -8px 25px -8px;
	padding: 13px 8px;
	font-size: 14px;
	text-align: left;
}
.congestionTxt {
	padding: 28px 0 20px 0;
	font-size: 14px;
}
.congestionBtn01,
.congestionBtn02 {
	padding: 0 8px 30px 8px;
}
.congestionBtn01 a,
.congestionBtn02 a {
	min-height: 50px;
	border-radius: 5px;
	background-position: right 10px center;
	background-size: 8px 13px;
}
.congestionBtn01 a {
	font-size: 15px;
}
.congestionBtn02 a {
	font-size: 14px;
}


}





/*--------------------PC--------------------*/
@media screen and (min-width: 768px) {

.forPC { display: block; }
.forSP { display: none !important; }
img.forPC, br.forPC, span.forPC { display: inline-block }


.congestionBtn01 a,
.congestionBtn02 a {
	text-decoration: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	backface-visibility: hidden;
}
.congestionBtn01 a:hover,
.congestionBtn02 a:hover {
	opacity: 0.7;
}


}




