@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

	.main-contents{
		position: relative;
		width: 100%;
		overflow:hidden;
		margin: 0;
	}


/* ========================== トップページ トピックス設定 ========================== */
	#main .topics-title{
		float:left;
		width:80%;
		padding:0 0 15px 0;
		font-family: 'Noto Sans Japanese', serif;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif\9;
		font-weight: Medium;
	}

@media print {
	#main .topics-title{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
}
		#main .topics-headline{
			font-size: 22px;
			margin:0 20px 0 0;
			color: #000;
		}
		#main .topics-subtitle{
			font-size: 14px;
			color: #333333;
		}

	.moreBlock {
		float:right;
		margin-top: 0px;
	}

.moreBlock .moreLink {
	float: left;
}

	.moreLink {
		font-size: 10px;
		color: #333333;
		padding: 0 10px 0 15px;
		border-radius: 5px;
		background: #dfdfdf url(../img/linkIconS_off.png) 5px center no-repeat;
		margin:0 5px 0 0;
	}

	.moreLink:hover {
		background: #128959 url(../img/linkIconS_onW.png) 5px center no-repeat;
		color: #fff !important;
		text-decoration: none !important;
	}

a.rss {
	width: 17px;
	display: block;
	float: left;
}

a.rss img {
	width: 100%;
	vertical-align: top;
}

	a.rss:hover {
		filter: alpha(opacity=60);
		-moz-opacity:0.6;
		opacity:0.6;
	}



#main .topics-wrapper {
		border-top: 1px dotted #939393;
		position: relative;
		width:100%;
		margin: 18px auto 0;
		padding: 15px 0 0 0;
		overflow: hidden;
	}

.topics {
	width: 100%;
	float: left;
	border-top: 1px dotted #939393;
	padding: 15px 0 0;
}

.topics-article {
	width: 100%;
	float: left;
}

.topics-article li {
	float: left;
	margin: 0 1.3% 18px 0;
	width: 49.35%;
	list-style: none;
	padding: 10px 0;
	background: #ffffff;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
}

.topics-article li:hover {
	background: #F9DFAF;
}

.topics-article li:nth-child(even) {
	margin: 0 0 18px 0;
}

.topics-wrapper ul :nth-child(n+5) {
	display:none;
}

.topics-article li a {
	background: #fff url(../img/sideLinkIcon_off.png) right center no-repeat;
	width: 100%;
	display: block;
	overflow: hidden;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
}

.topics-article li:hover a {
	background: #F9DFAF url(../img/sideLinkIcon_on.png) right center no-repeat;
}

#contents .topics-article li a:hover {
	text-decoration:none;
}

.topics-article li .topics-article-title {
	line-height: 18px;
	font-weight: bold;
	font-size: 14px;
	margin:0 30px 5px 15px;
	color: #FFAA00;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.topics-article li .topics-article-text {
	line-height: 18px;
	font-size: 12px;
	color: #686868;
	margin:0 30px 0 15px;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;

}

.topics-article li .topics-article-date {
	font-size: 10px;
	color: #89704C;
	margin:0 30px 0 15px;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

/*.topics-article li:hover .topics-article-title,
.topics-article li:hover .topics-article-date,
.topics-article li:hover .topics-article-text {
	color: #fff;
}*/

.topics-article li:hover .topics-article-title {
	color:  #128959;
}






@media screen and (max-width: 767px) {
#main .topics-title{
	width: 60%;
}
.topics-article li {
	width: 100%;
	margin:0 0 10px 0;
}

.topics-article li:nth-child(even) {
	margin:0 0 10px 0;
}
}


/* ========================== トップページ 4カラムボックス ========================== */
#main .flexWrap {
width:100%;
margin:0 0 20px 0;
overflow:hidden;
float: left;
}

/* ---------- 4カラムボックス ---------- */
#main .flexWrap .cat_4clm_block {
display:block;
overflow:hidden;
box-sizing: border-box;
width: 25%;
float:left;
border-right: solid 1px #F3F3F3;
background:#fff;
}

#main .flexWrap .cat_4clm_block:nth-child(4n) {
	border: none;
}

#main .cat_4clm_block .con_header_img {
	width: 100%;
	height: 210px;
	background: #CCC;
	overflow: hidden;
	position: relative;
	float: left;
}

#main .flexWrap .cat_4clm_block img {
	width: 100%;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}

#main .flexWrap .cat_4clm_block .con_header_img a {
	display: block;
	width: 100%;
	height: 100%;
}

#main .cat_4clm_block .con_header_img a .con_header {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	background:url(/crsgc/common/img/linkBoxIcon_on.png) left 10px no-repeat;
	background-color: rgba(255,170,0,0.7); 
	/*background-color: #FFAA00;*/
	text-align:left;
	font-weight:normal;
	color:#333;
	overflow:hidden;
	padding: 9px 8px 8px 16px;
	margin:0;
	font-size:16px;
	font-weight: normal;
	float: left;
	width: 100%;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
}

#main .cat_4clm_block .con_header_img a:hover .con_header {
	background:url(/crsgc/common/img/linkBoxIcon_off.png) left 10px no-repeat;
	background-color: rgba(18,137,89,0.7);
	/*background-color: #128959;*/
	color:#fff;
	font-weight: bold;
}

#main .cat_4clm_block .con_header_img a:hover img {
	opacity: 0.7;
}

@media screen and (max-width: 1024px) {
#main .flexWrap .cat_4clm_block {
width: 50%;
border-bottom: solid 1px #F3F3F3;
}

#main .flexWrap .cat_4clm_block:nth-child(2n) {
	border-right: none;
}

#main .cat_4clm_block .con_header_img {
	height:160px;
}

}

@media screen and (max-width: 767px) {
#main .flexWrap .cat_4clm_block {
width: 50%;
border-bottom: solid 1px #F3F3F3;
}

#main .cat_4clm_block .con_header_img {
	height:140px;
}

}


/* ---------- 3カラムボックス ---------- */
#main .flexWrap .cat_3clm_block {
display:block;
overflow:hidden;
box-sizing: border-box;
width: 33.33%;
float:left;
border-right: solid 1px #F3F3F3;
background:#FFF;
}

#main .flexWrap .cat_3clm_block:nth-child(4n) {
	border: none;
}

#main .cat_3clm_block .con_header_img {
	width: 100%;
	height: 210px;
	background: #CCC;
	overflow: hidden;
	position: relative;
	float: left;
}

#main .flexWrap .cat_3clm_block img {
	width: 100%;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}

#main .flexWrap .cat_3clm_block .con_header_img a {
	display: block;
	width: 100%;
	height: 100%;
}

#main .cat_3clm_block .con_header_img a .con_header {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	background:url(/crsgc/common/img/linkBoxIcon_on.png) left 10px no-repeat;
	background-color: #ffaa00;
	background-color: rgba(255, 170, 0,0.9);
	text-align:left;
	font-weight:normal;
	color:#FFFFFF;
	overflow:hidden;
	padding: 9px 8px 8px 16px;
	margin:0;
	font-size:16px;
	font-weight: normal;
	float: left;
	width: 100%;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
}

#main .cat_3clm_block .con_header_img a:hover .con_header {
	background:url(/crsgc/common/img/linkBoxIcon_off.png) left 10px no-repeat;
	background-color: #128959;
	background-color: rgba(18,137,89,0.9);
	color:#fff;
}

#main .cat_3clm_block .con_header_img a:hover img {
	opacity: 0.7;
}

@media screen and (max-width: 1024px) {
#main .cat_3clm_block .con_header_img {
	height:160px;
}

}

@media screen and (max-width: 767px) {
#main .flexWrap .cat_3clm_block {
width: 100%;
border-right: none;
border-bottom: solid 1px #F3F3F3;
background:#FFF;
}

#main .cat_3clm_block .con_header_img {
	height:190px;
}

}



/* ========================== トップページ イメージ設定 ========================== */
#topImg {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}

#topImg .slides p {
	position: absolute;
	top: 210px;
	width:80%;
	width: calc(100% - 260px);
	max-width:1360px !important;
	margin: 0 0 0 130px;
	color: #fff;
	font-size: 256.25%;/*41px*/
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	line-height:40px;
	text-shadow: 0 0 5px #000;
	color: #333333\9;
	overflow: hidden;
}

#topImg .slides .txtBlack p {
	color: #333;
	text-shadow: 0 0 0 #000;
	color: #333333\9;
}

#topImg .slides a.linkbox {
	padding: 6px 10px 6px 20px;
	margin: 15px 0 0 0;
	float: left;
	background: url(/crsgc/common/img/linkBoxIcon_on.png) left center no-repeat;
	background-color:rgba( 255, 255, 255, 0.8 );
	color: #333 !important;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	line-height:18px;
	text-shadow: 0 0 0 #fff;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	background-color: #282828\9;
	-ms-filter: "alpha(opacity=90)";
	text-decoration: none;
}

#topImg .slides a:hover.linkbox {
	color: #fff !important;
	background: #E8AFBE url(/crsgc/common/img/linkBoxIcon_off.png) left center no-repeat;
	background-color:rgba( 198,0,47,0.9 );
}

#topImg .slides .txtBlack a.linkbox {
	background: url(/crsgc/common/img/linkBoxIcon_on.png) left center no-repeat;
	background-color:rgba( 40, 40, 40, 0.8 );
	color: #fff !important;
	text-shadow: 0 0 0 #fff;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	background-color: #282828\9;
	-ms-filter: "alpha(opacity=90)";
	text-decoration: none;
}

#topImg .slides .txtBlack a:hover.linkbox {
	color: #fff !important;
	background: #c6002f url(../img/linkIcon_onBk.png) left center no-repeat;
	background-color:rgba( 198,0,47,0.9 );
}


#topImg .slides .pattern_01 {
	text-align: left;
}

#topImg .slides .pattern_02,
#topImg .slides .pattern_05,
#topImg .slides .pattern_08 {
	text-align: center;
}

#topImg .slides .pattern_02 a.linkbox,
#topImg .slides .pattern_05 a.linkbox,
#topImg .slides .pattern_08 a.linkbox {
	margin-left: 50%;
	margin-left: calc(50% - 60px);
}

#topImg .slides .pattern_03,
#topImg .slides .pattern_06,
#topImg .slides .pattern_09 {
	text-align: right;
}

#topImg .slides .pattern_03 a.linkbox,
#topImg .slides .pattern_06 a.linkbox,
#topImg .slides .pattern_09 a.linkbox {
	margin-left: calc(100% - 120px);
}


#topImg .slides .pattern_04 p,
#topImg .slides .pattern_05 p,
#topImg .slides .pattern_06 p {
	top: 330px;
}

#topImg .slides .pattern_07 p,
#topImg .slides .pattern_08 p,
#topImg .slides .pattern_09 p {
	top: 460px;
}


@media screen and (max-width: 1024px) {
	#topImg {
		height: 400px;
	}

	#topImg .slides p {
		top: 50px;
		font-size: 187%;/*30px*/
	}

	#topImg .slides .pattern_04 p,
	#topImg .slides .pattern_05 p,
	#topImg .slides .pattern_06 p {
		top: 170px;
	}

	#topImg .slides .pattern_07 p,
	#topImg .slides .pattern_08 p,
	#topImg .slides .pattern_09 p {
		top: 260px;
	}

	
}

@media screen and (max-width: 767px) {
	#topImg {
		height: 300px;
	}

	#topImg .slides p {
		font-size: 137.5%;
		line-height: 24px;
		width:90%;
		width: calc(100% - 30px);
		max-width:767px !important;
		margin: 0 0 0 15px;
	}

	#topImg .slides .pattern_04 p,
	#topImg .slides .pattern_05 p,
	#topImg .slides .pattern_06 p {
		top: 100px;
	}

	#topImg .slides .pattern_07 p,
	#topImg .slides .pattern_08 p,
	#topImg .slides .pattern_09 p {
		top: 180px;
	}


	#topImg .slides a.linkbox {
		padding: 3px 10px 3px 20px;
		font-size: 12px;
		margin-top: 0;
	}

	
}

@media screen and (max-width: 500px) {
	#topImg {
		height: 200px;
	}

	#topImg .slides p {
		width:100%;
		width: calc(100% - 10px);
		max-width:500px !important;
		margin: 0 0 0 5px;
		font-size: 100%;
		line-height: 20px;
	}

	#topImg .slides .pattern_04 p,
	#topImg .slides .pattern_05 p,
	#topImg .slides .pattern_06 p {
		top: 50px;
	}

	#topImg .slides .pattern_07 p,
	#topImg .slides .pattern_08 p,
	#topImg .slides .pattern_09 p {
		top: 110px;
	}

}



/* ========================== トップページ リンクアイコン設定 ========================== */


.directLink:after {
	content:url(/crsgc/common/img/target_blank.png);
	padding:0 5px;
}

.pdfLink:after {
	content:url(/crsgc/common/img/pdf.png);
	padding:0 5px;
}

.ppLink:after {
	content:url(/crsgc/common/img/pp.png);
	padding:0 5px;
}


.wordLink:after {
	content:url(/crsgc/common/img/word.png);
	padding:0 5px;
}

.excelLink:after {
	content:url(/crsgc/common/img/excel.png);
	padding:0 5px;
}

/*  トップページ バナー設定  */
.banner {
	width: 100%;
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.banner li {
	width: 21.9%;
	float: left;
	margin: 0 1.55% 1% 1.55%;
	padding: 0;
	text-align: center;
}

.banner li img {
	text-decoration: none;
}

.banner li a:hover img {
	opacity: 0.8;
	background-color: rgba(255,255,255,0.8);
}


@media screen and (max-width: 768px) {
.banner li {
	width: 47%;
	margin: 0 1.5% 1% 1.5%;
}
}



.important {
	color: #c6002f !important;
	font-weight: bold !important;
}