@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

governance CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.governance .col_r section.mainContent p.mainTtl {
	margin: 65px 0 45px;
	font-size: 2.8rem;
	text-align: center;
}
.governance .col_r section.mainContent p.days {
	font-size: 1.4rem;
	text-align: right;
}
.col_r section.mainContent .h2Warp {
	margin-bottom: 30px;
}
.governance .col_r section.mainContent .block ul {
	margin-left: 4.3rem;
}
.governance .col_r section.mainContent .block ul li {
	text-indent: -4.3rem;
}
.governance .col_r section.mainContent .block ul li:first-child {
	margin-bottom: 10px;
}
.governance .col_r section.mainContent .bannerBox {
	width: 101%;
	margin-top: 52px;
	margin-left: -1%;
}
.governance .col_r section.mainContent .bannerBox li {
	float: left;
	width:32.33333%;
	margin: 0 0 0 1%;
}


/*
------------------------------------------------------------------------------------------------------------------ PC for 1024 */
@media screen and (max-width: 1024px) {
	.col_r section.mainContent h2.line3 {
		height: 54px;
	}
}

/*
------------------------------------------------------------------------------------------------------------------ Tablet */
@media screen and (max-width: 900px) {

}

/*
------------------------------------------------------------------------------------------------------------------ Tablet */

@media screen and (max-width: 768px) {

}
@media screen and (max-width: 600px) {
	.governance .col_r section.mainContent p.mainTtl {
		font-size: 2.2rem;
	}
	.col_r section.mainContent h2 span {
		font-size: 1.8rem;
		top: -15px;
	}
	.col_r section.mainContent h2.line1 {
		height: 24px;
	}
	.col_r section.mainContent h2.line3 {
		height: 54px;
	}
}
@media screen and (max-width: 450px) {
	.col_r section.mainContent h2.line2 {
		height: 54px;
	}
	.governance .col_r section.mainContent .bannerBox {
		width: 100%;
		margin-top: 52px;
		margin-left: 0;
	}
	.governance .col_r section.mainContent .bannerBox li {
		float: none;
		width: 100%;
		margin: 0 0 2px;
	}
}
/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */

@media screen and (max-width: 320px) {
	.governance .col_r section.mainContent p.mainTtl {
		font-size: 2.0rem;
		margin: 30px 0;
	}
	.col_r section.mainContent h2.line1 {
		height: 54px;
	}
	.col_r section.mainContent h2.line3 {
		height: 80px;
	}
}