@charset "utf-8";
/* CSS Document */

#report {
	margin: 20px 0;
}
#report .cate {
	margin: 40px 0;
}
#report .cate:first-child {
	margin-top: 0;
}
#report .cate .cate_title{
	color: #141b51;
	font-size: 1.3em;
	letter-spacing: 1px;
	padding: 5px 5px 0;
	border-bottom: 4px double #f591b9;
}
#report .cate .cate_txt {
	margin-top: 10px;
	letter-spacing: 1px;
	line-height: 180%;
}
#report .cate .cate_txt2 {
	font-size: 14px;
	color: red;
}
#report .cate_box {
	padding: 40px 0;
}
#report .cate_box .box_title {
	letter-spacing: 1px;
	border-bottom: 1px dotted #f591b9;
	padding: 0 10px;
	line-height: 180%;
	color: #141b51;
}
#report .cate .cate_box .img {
	width: 23%;
	float: left;
	margin: 0 1%;
	box-sizing: border-box;
	margin-top: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#report .cate_photo {
	width: 280px;
	height: 280px;
	border-radius: 150px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
}
#report .cate .cate_box .img img {
	position: absolute;
	top: 10%;
	left: 50%;
	-webkit-transform: translate(-50%,-10%);
	-ms-transform: translate(-50%,-10%);
	transform: translate(-50%,-10%);
	width: 100%;
}

#report .cate .cate_box .img:empty {
	display: none;
}
#report .cate .cate_box .box_txt {
	line-height: 180%;
	letter-spacing: 1px;
	
}
#report .cate .cate_box .box_txt2 {
	font-weight: bold;
	color: #f591b9;
	margin-top: 20px;
}


/*タブレット(800px以下)----------------------------------------------
-------------------------------------------------------------------*/
@media(max-width:800px) {
	#report {
		padding: 0 20px;
	}
	#report .cate .cate_title {
		font-size: 18px;
	}
	#report .cate .cate_txt2 {
		font-size: 12px;
	}
	#report .cate_box  {
		padding: 20px 0;
	}
	#report .cate .cate_box .box_title {
		font-weight: bold;
	}
	#report .cate .cate_box .img {
		width: 48%;
		vertical-align: top;
	}
	#report .cate .cate_box .box_txt2 {
		margin-top: 10px;
	}
}

/*スマホ(415px以下)----------------------------------------------
-------------------------------------------------------------------*/
@media(max-width:415px) {
	
}