@charset "UTF-8";
/* css Report [top] */

@import url("main.css");
@import url("../content.css");

/*---------------------------------------------------- */
/* Report */
/*---------------------------------------------------- */
/*== Waku ==*/
.reportArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.reportArea .waku_report {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Box ==*/
.waku_report .reportbox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}
.waku_report .reportbox 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_report .reportbox article figure {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.waku_report .reportbox article 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;
}
.waku_report .reportbox article figure figcaption {
	padding: 0;
	margin: 0;
	height: auto;
	background-color: #5fd6d5;
	position: absolute;
	left: 0;
	bottom: 0;
}
.waku_report .reportbox article figure figcaption p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-align: center;
	line-height: 1.0;
}

/*== Detail ==*/
.waku_report .reportbox 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;
}

/*== Data ==*/
.waku_report .reportbox article .detail .txt_data {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_report .reportbox article .detail p {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-weight: 500;
	text-align: right;
	line-height: 1.5;
}
.waku_report .reportbox article .detail p time {
	font-family: 'Open Sans', 'Lucida Grande', Arial, sans-serif;
}

/*== h3 ==*/
.waku_report .reportbox article .detail .report-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_report .reportbox article .detail .report-title h3 {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 700;
	text-align: left;
	line-height: 1.3;
}
.waku_report .reportbox article .detail .report-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_report .reportbox article .detail .report-title h3.ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 制限したい行数が2の場合 */
	overflow: hidden;
}
.waku_report .reportbox article .detail .report-title h3 a {
	color: #3d3e3f;
	text-decoration: none;
}
.waku_report .reportbox article .detail .report-title h3 a:hover {
	color: #f46ea9;
	text-decoration: underline;
}

/*== Genre ==*/
.waku_report .reportbox article .detail .waku_genre {
	padding: 0;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.waku_report .reportbox article .detail .waku_genre .genrebox a {
	padding: 0;
	margin: 0;
	height: auto;
	float: left;
	background-color: #e9ebee;
	border-radius: 3px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	display: inline-block;
	-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_report .reportbox article .detail .waku_genre .genrebox a:hover {
	padding: 0;
	margin: 0;
	background-color: #f46ea9;
	border-radius: 3px;
	display: inline-block;
}
.waku_report .reportbox article .detail .waku_genre .genrebox a p {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}
.waku_report .reportbox article .detail .waku_genre .genrebox a p i {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-weight: 900;
	font-size: 108%;
	text-decoration: none;
}
.waku_report .reportbox article .detail .waku_genre .genrebox a:hover p {
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}
.waku_report .reportbox article .detail .waku_genre .genrebox a:hover p i {
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 900;
	font-size: 108%;
	text-decoration: none;
}

/*== a:links ==*/
.waku_report .reportbox 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_report .reportbox article figure a:hover {
	background-color: rgba(0, 0, 0, .5);
}
.waku_report .reportbox article figure a:before {
	/*content: "\f00e";*/
	content: "\f064";
	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_report .reportbox 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_report .reportbox 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) {
/*---------------------------------------------------- */
/* Report */
/*---------------------------------------------------- */
/*== Waku ==*/
.reportArea {
	width: 100%;
}
.reportArea .waku_report {
	width: 98%;
}
	
/*== Box ==*/
.waku_report .reportbox {
	padding-bottom: 25px;
	margin: 0 0.8%;
	width: 47.6%;
}
.waku_report .reportbox article {
	width: 100%;
}

/*== img ==*/
.waku_report .reportbox article figure {
	height: 210px;
	max-height: 210px;
}
.waku_report .reportbox article figure figcaption {
	padding: 8px 0;
	width: 120px;
}
.waku_report .reportbox article figure figcaption p {
	margin: 0 12px;
	font-size: 14px;
}

/*== Detail ==*/
.waku_report .reportbox article .detail {
	padding: 21px 25px;
	width: 100%;
}

/*== Data ==*/
.waku_report .reportbox article .detail .txt_data {
	margin-bottom: 15px;
	width: 100%;
}
.waku_report .reportbox article .detail p {
	font-size: 14px;
}
.waku_report .reportbox article .detail p time {
	font-size: 16px;
}

/*== h3 ==*/
.waku_report .reportbox article .detail .report-title {
	margin-bottom: 25px;
	width: 100%;
	max-height: 55px;
}
.waku_report .reportbox article .detail h3 {
	font-size: 20px;
}

/*== Genre ==*/
.waku_report .reportbox article .detail .waku_genre {
	width: 100%;
}
.waku_report .reportbox article .detail .waku_genre .genrebox a,
.waku_report .reportbox article .detail .waku_genre .genrebox a:hover {
	padding: 6px 12px;
	margin-right: 8px;
}
.waku_report .reportbox article .detail .waku_genre .genrebox:last-child a,
.waku_report .reportbox article .detail .waku_genre .genrebox:last-child a:hover {
	padding: 6px 12px;
	margin-right: 0;
}
.waku_report .reportbox article .detail .waku_genre .genrebox a p,
.waku_report .reportbox article .detail .waku_genre .genrebox a:hover p {
	font-size: 13px;
}
.waku_report .reportbox article .detail .waku_genre .genrebox a p i,
.waku_report .reportbox article .detail .waku_genre .genrebox a:hover p 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) {
/*---------------------------------------------------- */
/* Report */
/*---------------------------------------------------- */
/*== Waku ==*/
.reportArea {
	width: 100%;
}
.reportArea .waku_report {
	width: 100%;
}
	
/*== Box ==*/
.waku_report .reportbox {
	padding-bottom: 20px;
	margin: 0 0.8%;
	width: 47.6%;
}
.waku_report .reportbox article {
	width: 100%;
}

/*== img ==*/
.waku_report .reportbox article figure {
	height: 160px;
	max-height: 160px;
}
.waku_report .reportbox article figure figcaption {
	padding: 6px 0;
	width: 100px;
}
.waku_report .reportbox article figure figcaption p {
	margin: 0 10px;
	font-size: 13px;
}

/*== Detail ==*/
.waku_report .reportbox article .detail {
	padding: 18px 21px;
	width: 100%;
}

/*== Data ==*/
.waku_report .reportbox article .detail .txt_data {
	margin-bottom: 12px;
	width: 100%;
}
.waku_report .reportbox article .detail p {
	font-size: 13px;
}
.waku_report .reportbox article .detail p time {
	font-size: 15px;
}

/*== h3 ==*/
.waku_report .reportbox article .detail .report-title {
	margin-bottom: 20px;
	width: 100%;
	max-height: 42px;
}
.waku_report .reportbox article .detail h3 {
	font-size: 18px;
}

/*== Genre ==*/
.waku_report .reportbox article .detail .waku_genre {
	width: 100%;
}
.waku_report .reportbox article .detail .waku_genre .genrebox a,
.waku_report .reportbox article .detail .waku_genre .genrebox a:hover {
	padding: 4px 10px;
	margin-right: 6px;
	margin-bottom: 6px;
}
.waku_report .reportbox article .detail .waku_genre .genrebox:last-child a,
.waku_report .reportbox article .detail .waku_genre .genrebox:last-child a:hover {
	padding: 4px 10px;
	margin-right: 0;
}
.waku_report .reportbox article .detail .waku_genre .genrebox a p,
.waku_report .reportbox article .detail .waku_genre .genrebox a:hover p {
	font-size: 12px;
}
.waku_report .reportbox article .detail .waku_genre .genrebox a p i,
.waku_report .reportbox article .detail .waku_genre .genrebox a:hover p i {
	margin-right: 4px;
}

/*---------------------------------------------------- */
/* 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) {
/*---------------------------------------------------- */
/* Report */
/*---------------------------------------------------- */
/*== Waku ==*/
.reportArea {
	width: 100%;
}
.reportArea .waku_report {
	width: 100%;
}

/*== Box ==*/
.waku_report .reportbox {
	padding-bottom: 15px;
	margin: 0 0.7%;
	width: 47.6%;
}
.waku_report .reportbox article {
	width: 100%;
}

/*== img ==*/
.waku_report .reportbox article figure {
	height: 130px;
	max-height: 130px;
}
.waku_report .reportbox article figure figcaption {
	padding: 4px 0;
	width: 100px;
}
.waku_report .reportbox article figure figcaption p {
	margin: 0 8px;
	font-size: 12px;
}

/*== Detail ==*/
.waku_report .reportbox article .detail {
	padding: 15px 18px;
	width: 100%;
}

/*== Data ==*/
.waku_report .reportbox article .detail .txt_data {
	margin-bottom: 10px;
	width: 100%;
}
.waku_report .reportbox article .detail p {
	font-size: 12px;
}
.waku_report .reportbox article .detail p time {
	font-size: 14px;
}

/*== h3 ==*/
.waku_report .reportbox article .detail .report-title {
	margin-bottom: 18px;
	width: 100%;
	max-height: 38px;
}
.waku_report .reportbox article .detail h3 {
	font-size: 16px;
}

/*== Genre ==*/
.waku_report .reportbox article .detail .waku_genre {
	width: 100%;
}
.waku_report .reportbox article .detail .waku_genre .genrebox a,
.waku_report .reportbox article .detail .waku_genre .genrebox a:hover {
	padding: 3px 8px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.waku_report .reportbox article .detail .waku_genre .genrebox:last-child a,
.waku_report .reportbox article .detail .waku_genre .genrebox:last-child a:hover {
	padding: 3px 8px;
	margin-right: 0;
}
.waku_report .reportbox article .detail .waku_genre .genrebox a p,
.waku_report .reportbox article .detail .waku_genre .genrebox a:hover p {
	font-size: 11px;
}
.waku_report .reportbox article .detail .waku_genre .genrebox a p i,
.waku_report .reportbox article .detail .waku_genre .genrebox a:hover p i {
	margin-right: 2px;
}

/*---------------------------------------------------- */
/* 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;
}



}