@charset "UTF-8";
/* css News [top] */

@import url("main.css");
@import url("../content.css");

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.listArea .waku_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Box ==*/
.waku_list .listbox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}
.waku_list .listbox article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #cdcfd1;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-moz-box-shadow: 0 2px rgba(0, 0, 0, .08);
	box-shadow: 0 2px rgba(0, 0, 0, .08);
}

/*== img ==*/
.waku_list .listbox article .photo_list {
	padding: 0;
	margin: 0;
	height: auto;
}
.waku_list .listbox article .photo_list figure {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.waku_list .listbox article .photo_list figure img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	padding: 0;
	margin: 0;
	height: auto;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== Date ==*/
.waku_list .listbox article .detail .time {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.waku_list .listbox article .detail .time: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;
}
.waku_list .listbox article .detail .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;
}
.newsArea .list_news a .waku_news .time .txt_data {
	color: #5d5e5f;
}
.newsArea .list_news a:hover .waku_news .time .txt_data {
	color: #f46ea9;
}
.waku_list .listbox article .detail .time .iconbox {
	margin: 0;
	display: inline-block;
	float: left;
	background-color: #f46ea9;
	border-radius: 2px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.waku_list .listbox article .detail .time .m-yellow {
	background-color: #f7b034;
}
.waku_list .listbox article .detail .time .m-lightBlue {
	background-color: #5fd6d5;
}
.waku_list .listbox article .detail .time .m-orange {
	background-color: #fe7430;
}

/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_list .listbox article .detail .list-title h3 {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 700;
	text-align: left;
	line-height: 1.3;
}
.waku_list .listbox article .detail .list-title h3 small {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-size: 65%;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	display: inline-block;
}
.waku_list .listbox article .detail .list-title h3 i {
	padding: 0;
	margin: 0;
	color: #7d7e7f;
	font-size: 108%;
	font-weight: 900;
	display: inline-block;
}

/*== a:h3 ==*/
.waku_list .listbox article .detail .list-title h3 a {
	color: #3d3e3f;
	text-decoration: none;
}
.waku_list .listbox article .detail .list-title h3 a:hover {
	color: #f46ea9;
	text-decoration: underline;
}
.waku_list .listbox article .detail .list-title h3 i a {
	color: #7d7e7f;
	text-decoration: none;
}
.waku_list .listbox article .detail .list-title h3 i a:hover {
	color: #f46ea9;
	text-decoration: underline;
}

/*== a:links ==*/
.waku_list .listbox article figure a {
	text-decoration: none;
	text-indent: -999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
	background-color: transparent;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_list .listbox article figure a:hover {
	background-color: rgba(0, 0, 0, .5);
}
.waku_list .listbox article figure a:before {
	content: "\f00e";
	font: 24px/44px "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
	text-indent: 12px;
	width: 46px;
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 20%); 
	transform: translate(-50%, 20%);
	z-index: 3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.waku_list .listbox article figure a:hover:before {
	color: rgba(0, 0, 0, .8);
	background-color: rgba(255, 255, 255, .9);
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}
.waku_list .listbox article figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*---------------------------------------------------- */
/* 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: 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	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: 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	font-weight: 600;
	text-decoration: none;
	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;
	background-color: #a0a0a0;
	border-radius: 3px;
	display: block;
}
.numbernavi ul li a:hover {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	background-color: #f46ea9;
	border-radius: 3px;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	width: 100%;
}
.listArea .waku_list {
	width: 98%;
}
	
/*== Box ==*/
.waku_list .listbox {
	padding-bottom: 25px;
	margin: 0;
	width: 100%;
}
.waku_list .listbox article {
	padding: 15px 0;
	width: 100%;
	overflow: hidden;
}

/*== img ==*/
.waku_list .listbox article .photo_list {
	margin-left: 20px;
	width: 160px;
	float: left;
}
.waku_list .listbox article .photo_list figure {
	height: 160px;
	max-height: 160px;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	margin-top: 12px;
	margin-right: 20px;
	width: calc(100% - 220px);
	float: right;
}

/*== Date ==*/
.waku_list .listbox article .detail .time {
	margin-bottom: 12px;
	width: 100%;
}
.waku_list .listbox article .detail .time:before {
	left: 0;
	top: 10px;
}
.waku_list .listbox article .detail .time .txt_data {
	margin-top: 5px;
	margin-left: 15px;
	font-size: 15px;
}
.waku_list .listbox article .detail .time .iconbox {
	padding: 4px 15px;
	margin-left: 10px;
	font-size: 12px;
}
	
/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	width: 100%;
}
.waku_list .listbox article .detail .list-title h3 {
	font-size: 20px;
}
.waku_list .listbox article .detail .list-title h3 i {
	margin-right: 6px;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_number {
	padding-top: 20px;
	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;
}
.numbernavi ul li i {
	font-size: 18px;
	line-height: 35px;
}



}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	width: 100%;
}
.listArea .waku_list {
	width: 100%;
}
	
/*== Box ==*/
.waku_list .listbox {
	padding-bottom: 20px;
	margin: 0;
	width: 100%;
}
.waku_list .listbox article {
	padding: 12px 0;
	width: 100%;
	overflow: hidden;
}

/*== img ==*/
.waku_list .listbox article .photo_list {
	margin-left: 16px;
	width: 120px;
	float: left;
}
.waku_list .listbox article .photo_list figure {
	height: 120px;
	max-height: 120px;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	margin-top: 6px;
	margin-right: 16px;
	width: calc(100% - 170px);
	float: right;
}

/*== Date ==*/
.waku_list .listbox article .detail .time {
	margin-bottom: 8px;
	width: 100%;
}
.waku_list .listbox article .detail .time:before {
	left: 0;
	top: 8px;
}
.waku_list .listbox article .detail .time .txt_data {
	margin-top: 4px;
	margin-left: 15px;
	font-size: 14px;
}
.waku_list .listbox article .detail .time .iconbox {
	padding: 3px 12px;
	margin-left: 8px;
	font-size: 11px;
}
	
/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	width: 100%;
}
.waku_list .listbox article .detail .list-title h3 {
	font-size: 18px;
}
.waku_list .listbox article .detail .list-title h3 i {
	margin-right: 5px;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_number {
	padding-top: 10px;
	width: 98%;
}
.waku_number .numbernavi {
	width: 98%;
}

/*== 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;
}
.numbernavi ul li i {
	font-size: 16px;
	line-height: 33px;
}


}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	width: 100%;
}
.listArea .waku_list {
	width: 100%;
}
	
/*== Box ==*/
.waku_list .listbox {
	padding-bottom: 16px;
	margin: 0;
	width: 100%;
}
.waku_list .listbox article {
	padding: 12px 0;
	width: 100%;
	overflow: hidden;
}

/*== img ==*/
.waku_list .listbox article .photo_list {
	margin-left: 12px;
	width: 80px;
	float: left;
}
.waku_list .listbox article .photo_list figure {
	height: 84px;
	max-height: 84px;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	margin-top: 0;
	margin-right: 12px;
	width: calc(100% - 120px);
	float: right;
}

/*== Date ==*/
.waku_list .listbox article .detail .time {
	margin-bottom: 6px;
	width: 100%;
}
.waku_list .listbox article .detail .time:before {
	left: 0;
	top: 7px;
}
.waku_list .listbox article .detail .time .txt_data {
	margin-top: 4px;
	margin-left: 15px;
	font-size: 13px;
}
.waku_list .listbox article .detail .time .iconbox {
	padding: 3px 10px;
	margin-left: 8px;
	font-size: 10px;
}
	
/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	width: 100%;
}
.waku_list .listbox article .detail .list-title h3 {
	font-size: 16px;
}
.waku_list .listbox article .detail .list-title h3 i {
	margin-right: 4px;
}

/*---------------------------------------------------- */
/* Number navi */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_number {
	padding-top: 5px;
	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;
}
.numbernavi ul li i {
	font-size: 14px;
	line-height: 30px;
}



}