@charset "UTF-8";
/* css News [top] */

@import url("main.css");

/*---------------------------------------------------- */
/* Story */
/*---------------------------------------------------- */
/*== Waku ==*/
#storyArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.newsArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.newsArea .waku_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-top: 3px solid #d0d1d1;
}

/*== Box ==*/
.newsArea .waku_list .listbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.newsArea .waku_list .listbox article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-bottom: 1px dotted #cccccc;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
}
.newsArea .waku_list .listbox article:before {
	content: "";
	background: url(../../images/home/icon_list@2x.png) 0 0 no-repeat;
	background-size: cover;
	padding: 0;
	margin: 0;
	width: 7px;
	height: 7px;
	display: inline-block;
	position: absolute;
}
.newsArea .waku_list .listbox article a {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}
.newsArea .waku_list .listbox article a:hover {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #f3fbfe;
	text-decoration: none;
}
.listbox article .newsbox, .listbox article a .newsbox {
	padding: 0;
	margin: 0;
	height: auto;
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	top: 0;
}

/*== Date ==*/
.listbox article .newsbox .time {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.listbox article .newsbox .time .txt_data {
	padding: 0;
	margin: 0;
	color: #4d4e4f;
	font-family: 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	font-weight: 600;
	line-height: 1.0;
	text-align: left;
	display: inline-block;
	float: left;
}
.listbox article a .newsbox .time .txt_data {
	color: #4d4e4f;
}
.listbox article a:hover .newsbox .time .txt_data {
	color: #21a7e8;
}
.listbox article .newsbox .time .iconbox {
	margin: 0;
	display: inline-block;
	float: left;
	background-color: #52c2e7;
	border-radius: 2px;
	color: #fff;
	font-family: 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.listbox article a .newsbox .time .i-News {
	background-color: #03448e;
}
.listbox article a .newsbox .time .i-Seminar {
	background-color: #52c2e7;
}
.listbox article a .newsbox .time .i-Subsidy {
	background-color: #359c72;
}
.listbox article a .newsbox .time .i-Other {
	background-color: #b3b2b2;
}

.listbox article a .newsbox .time .iconbox {
	color: #fff;
	text-decoration: none;
}
.listbox article a:hover .newsbox .time .iconbox {
	color: #fff;
	text-decoration: none;
}

/*== h3 ==*/
.listbox article .newsbox .news-title {
	padding: 0;
	margin: 0;
	height: auto;
}
.listbox article .newsbox .news-title h3 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	display: inline-block;
}
.listbox article a .newsbox .news-title h3 {
	color: #2d2e2f;
}
.listbox article a:hover .newsbox .news-title h3 {
	color: #21a7e8;
}

/*== P ==*/
.listbox article .newsbox .txt_news {
	padding: 0;
	margin: 0;
	height: auto;
}
.listbox article .newsbox .txt_news p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 500;
	text-align: left;
	line-height: 1.3;
	display: inline-block;
}
.listbox article a .newsbox .txt_news p {
	color: #3d3e3f;
}
.listbox article a:hover .newsbox .txt_news p {
	color: #21a7e8;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_number {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_number .numbernavi {
	padding: 0;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

/*== h3 ==*/
.numbernavi h3 {
	padding: 0;
	margin: 0;
	color: #5d5e5f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	transform: rotate(0.05deg);
	line-height: 1.0;
}

/*== ul ==*/
.numbernavi ul {
	padding: 0;
	margin: 0 auto;
	height: auto;
	list-style-type: none;
	text-align: center;
}
.numbernavi ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #5d5e5f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-decoration: none;
	transform: rotate(0.05deg);
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}
.numbernavi ul li a {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	transform: rotate(0.05deg);
	background-color: #a0a0a0;
	border-radius: 3px;
	display: block;
}
.numbernavi ul li a:hover {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	background-color: #21a7e8;
	border-radius: 3px;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Story */
/*---------------------------------------------------- */
/*== Waku ==*/
#storyArea {
	width: 96%;
	max-width: 1080px;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.newsArea {
	width: 100%;
}
.newsArea .waku_list {
	margin-bottom: 40px;
	width: 98%;
}

/*== Box ==*/
.newsArea .waku_list .listbox {
	width: 100%;
}
.newsArea .waku_list .listbox article {
	padding: 0;
	width: 100%;
}
.newsArea .waku_list .listbox article:before {
	top: 31px;
	left: 20px;
}
.listbox article .newsbox, .listbox article a .newsbox {
	padding: 20px 0;
	margin-left: 35px;
	margin-right: 25px;
}

/*== Date ==*/
.listbox article .newsbox .time {
	margin-bottom: 8px;
	width: 100%;
}
.listbox article .newsbox .time .txt_data {
	margin-top: 6px;
	font-size: 16px;
}
.listbox article .newsbox .time .iconbox {
	padding: 4px 15px;
	margin-left: 10px;
	font-size: 13px;
}

/*== h3 ==*/
.listbox article .newsbox .news-title {
	width: 100%;
}
.listbox article .newsbox .news-title h3 {
	font-size: 20px;
}

/*== P ==*/
.listbox article .newsbox .txt_news {
	margin-top: 10px;
	width: 100%;
}
.listbox article .newsbox .txt_news p {
	font-size: 17px;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_number {
	padding-top: 0;
	width: 98%;
}
.waku_number .numbernavi {
	width: 98%;
}

/*== h3 ==*/
.numbernavi h3 {
	margin-bottom: 10px;
	font-size: 24px;
}

/*== ul ==*/
.numbernavi ul {
	width: 98%;
}
.numbernavi ul li {
	margin: 0 3px 8px 3px;
	width: 34px;
	height: 34px;
	font-size: 18px;
	line-height: 35px;
}



}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Story */
/*---------------------------------------------------- */
/*== Waku ==*/
#storyArea {
	width: 96%;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.newsArea {
	width: 98%;
}
.newsArea .waku_list {
	margin-bottom: 35px;
	width: 98%;
}

/*== Box ==*/
.newsArea .waku_list .listbox {
	width: 100%;
}
.newsArea .waku_list .listbox article {
	padding: 0;
	width: 100%;
}
.newsArea .waku_list .listbox article:before {
	top: 28px;
	left: 15px;
}
.listbox article .newsbox, .listbox article a .newsbox {
	padding: 18px 0;
	margin-left: 30px;
	margin-right: 20px;
}

/*== Date ==*/
.listbox article .newsbox .time {
	margin-bottom: 7px;
	width: 100%;
}
.listbox article .newsbox .time .txt_data {
	margin-top: 5px;
	font-size: 15px;
}
.listbox article .newsbox .time .iconbox {
	padding: 3px 12px;
	margin-left: 8px;
	font-size: 12px;
}

/*== h3 ==*/
.listbox article .newsbox .news-title {
	width: 100%;
}
.listbox article .newsbox .news-title h3 {
	font-size: 18px;
}

/*== P ==*/
.listbox article .newsbox .txt_news {
	margin-top: 8px;
	width: 100%;
}
.listbox article .newsbox .txt_news p {
	font-size: 15px;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_number {
	padding-top: 0;
	width: 98%;
}
.waku_number .numbernavi {
	width: 97%;
}

/*== h3 ==*/
.numbernavi h3 {
	margin-bottom: 10px;
	font-size: 21px;
}

/*== ul ==*/
.numbernavi ul {
	width: 98%;
}
.numbernavi ul li {
	margin: 0 3px 7px 3px;
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 33px;
}



}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Story */
/*---------------------------------------------------- */
/*== Waku ==*/
#storyArea {
	width: 92%;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.newsArea {
	width: 98%;
}
.newsArea .waku_list {
	margin-bottom: 30px;
	width: 100%;
}

/*== Box ==*/
.newsArea .waku_list .listbox {
	width: 100%;
}
.newsArea .waku_list .listbox article {
	padding: 0;
	width: 100%;
}
.newsArea .waku_list .listbox article:before {
	top: 21px;
	left: 10px;
}
.listbox article .newsbox, .listbox article a .newsbox {
	padding: 15px 0;
	margin-left: 25px;
	margin-right: 15px;
}

/*== Date ==*/
.listbox article .newsbox .time {
	margin-bottom: 6px;
	width: 100%;
}
.listbox article .newsbox .time .txt_data {
	margin-top: 3px;
	font-size: 14px;
}
.listbox article .newsbox .time .iconbox {
	padding: 3px 12px;
	margin-left: 8px;
	font-size: 10px;
}

/*== h3 ==*/
.listbox article .newsbox .news-title {
	width: 100%;
}
.listbox article .newsbox .news-title h3 {
	font-size: 16px;
}

/*== P ==*/
.listbox article .newsbox .txt_news {
	margin-top: 8px;
	width: 100%;
}
.listbox article .newsbox .txt_news p {
	font-size: 13px;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_number {
	padding-top: 0;
	width: 98%;
}
.waku_number .numbernavi {
	width: 96%;
}

/*== h3 ==*/
.numbernavi h3 {
	margin-bottom: 8px;
	font-size: 18px;
}

/*== ul ==*/
.numbernavi ul {
	width: 98%;
}
.numbernavi ul li {
	margin: 0 2px 6px 2px;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
}



}