@charset "UTF-8";
/* css News [detail] */

@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;
}

/*== Date ==*/
.waku_list .waku_time {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_list .waku_time .time {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.waku_list .waku_time .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;
}
.waku_list .waku_time .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 .waku_time .time .m-yellow {
	background-color: #f7b034;
}
.waku_list .waku_time .time .m-lightBlue {
	background-color: #5fd6d5;
}
.waku_list .waku_time .time .m-orange {
	background-color: #fe7430;
}

/*== Box ==*/
.waku_list .listbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_list .listbox article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	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;
}

/*== img ==*/
.waku_list .listbox article .photo_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_list .listbox article .photo_list figure {
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}
.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 auto;
	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;
}

/*== P ==*/
.waku_list .listbox article .detail .txt_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_list .listbox article .detail .txt_list p {
	padding: 0;
	margin: 0;
	color: #5d5e5f;
	font-weight: 500;
	text-align: left;
	line-height: 1.6;
}

/*== 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);
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	width: 100%;
}
.listArea .waku_list {
	width: 98%;
}

/*== Date ==*/
.waku_list .waku_time {
	width: 100%;
}
.waku_list .waku_time .time {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
.waku_list .waku_time .time .txt_data {
	margin-top: 6px;
	font-size: 16px;
	float: right;
}
.waku_list .waku_time .time .iconbox {
	padding: 4px 15px;
	margin-left: 10px;
	font-size: 13px;
	float: right;
}

/*== Box ==*/
.waku_list .listbox {
	padding-top: 45px;
	padding-bottom: 45px;
	margin: 0;
	width: 100%;
	border-top: 2px dotted #cdcfd1;
}
.waku_list .listbox article {
	width: 98%;
}

/*== img ==*/
.waku_list .listbox article .photo_list {
	width: 100%;
	overflow: hidden;
}
.waku_list .listbox article .photo_list figure:first-child {
	margin-bottom: 20px;
	margin-right: 4%;
	width: 47%;
	height: 200px;
	max-height: 200px;
	float: left;
}
.waku_list .listbox article .photo_list figure:nth-child(2) {
	margin-bottom: 20px;
	width: 47%;
	height: 200px;
	max-height: 200px;
	float: left;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	width: 98%;
}

/*== P ==*/
.waku_list .listbox article .detail .txt_list {
	width: 100%;
}
.waku_list .listbox article .detail .txt_list p {
	font-size: 18px;
}


}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	width: 100%;
}
.listArea .waku_list {
	width: 98%;
}

/*== Date ==*/
.waku_list .waku_time {
	width: 100%;
}
.waku_list .waku_time .time {
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}
.waku_list .waku_time .time .txt_data {
	margin-top: 6px;
	font-size: 15px;
	float: right;
}
.waku_list .waku_time .time .iconbox {
	padding: 4px 15px;
	margin-left: 10px;
	font-size: 12px;
	float: right;
}

/*== Box ==*/
.waku_list .listbox {
	padding-top: 35px;
	padding-bottom: 35px;
	margin: 0;
	width: 100%;
	border-top: 2px dotted #cdcfd1;
}
.waku_list .listbox article {
	width: 98%;
}

/*== img ==*/
.waku_list .listbox article .photo_list {
	width: 100%;
	overflow: hidden;
}
.waku_list .listbox article .photo_list figure:first-child {
	margin-bottom: 16px;
	margin-right: 3%;
	width: 48%;
	height: 160px;
	max-height: 160px;
	float: left;
}
.waku_list .listbox article .photo_list figure:nth-child(2) {
	margin-bottom: 16px;
	width: 48%;
	height: 160px;
	max-height: 160px;
	float: left;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	width: 98%;
}

/*== P ==*/
.waku_list .listbox article .detail .txt_list {
	width: 100%;
}
.waku_list .listbox article .detail .txt_list p {
	font-size: 16px;
}


}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	width: 100%;
}
.listArea .waku_list {
	width: 98%;
}
	
/*== Date ==*/
.waku_list .waku_time {
	width: 100%;
}
.waku_list .waku_time .time {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.waku_list .waku_time .time .txt_data {
	margin-top: 4px;
	font-size: 14px;
	float: right;
}
.waku_list .waku_time .time .iconbox {
	padding: 3px 10px;
	margin-left: 8px;
	font-size: 11px;
	float: right;
}

/*== Box ==*/
.waku_list .listbox {
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0;
	width: 100%;
	border-top: 2px dotted #cdcfd1;
}
.waku_list .listbox article {
	width: 98%;
}

/*== img ==*/
.waku_list .listbox article .photo_list {
	width: 100%;
	overflow: hidden;
}
.waku_list .listbox article .photo_list figure:first-child {
	margin-bottom: 12px;
	margin-right: 2.5%;
	width: 48%;
	height: 140px;
	max-height: 140px;
	float: left;
}
.waku_list .listbox article .photo_list figure:nth-child(2) {
	margin-bottom: 12px;
	width: 48%;
	height: 140px;
	max-height: 140px;
	float: left;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	width: 98%;
}

/*== P ==*/
.waku_list .listbox article .detail .txt_list {
	width: 100%;
}
.waku_list .listbox article .detail .txt_list p {
	font-size: 14px;
}



}