.reportListWrapper {
    background: #F2F2F2;
}
#main_contents {
	padding-bottom: 0px;
    max-width: 90%;
}
#main_col {
    width: 980px;
    margin: 100px auto 0;
}
#main_col.reportList {
    width: 1150px;
    margin: 100px 0px 0 0
}
.post_content h3.title {
    position: relative;
    color: #008048;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.post_content h3.title::after {
    position: absolute;
    content: "";
    top: 60px;
    left: 0;
    right: 0;
    width: 200px;
    height: 10px;
    background: #008048;
    border-radius: 5px;
    text-align: center;
    margin: auto;
}
.post_content p.titleInfo {
    font-size: 16px;
    text-align: center;
    margin-bottom: 60px;
}
.post_content h1 {
	color: #008048;
	font-size: 28px;
}
.post_content h1 span {
	display: inline-block;
	margin-left: 20px;
	font-size: 24px;
	font-weight: normal;
}
.post_content h2 {
	color: #333;
	font-size: 28px;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 10px solid #008048;
	margin-bottom: 20px;
}
.post_content h2 span {
	display: block;
	text-align: right;
	font-size: 24px;
}
.post_content p {
    margin: 0 0 10px;
}

.message {
	background: #008048;
	padding: 30px 20px 20px 35px;
	margin-bottom: 60px;
}
.message h3 {
	color: #FFF;
	font-size: 24px;
	margin-bottom: 20px;
}
.message h3 span {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
}
.message p {
	color: #FFF;
	font-size: 18px;
	line-height: 1.8;
}
.message p.right {
	text-align: right;
}

.reportHead {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 80px;
}
.reportHead img {
	width: 450px;
}
.reportHead img.logo {
	width: 510px;
	margin-right: 20px;
}
.reportHead img.logoCenter {
	margin: 0 auto -20px;
}

.reportBody {
	position: relative;
}
.reportBody ul {
	margin: 0;
	list-style-type: none;
}
.reportBody ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 50px;
}
.reportBody ul li h4 {
	position: absolute;
	display: block;
	color: #333;
	font-size: 24px;
	font-weight: 600;
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 2px solid #008048;
	margin-bottom: 15px;
}
.reportBody ul li h4 span {
	color: #008048;
	margin-right: 10px;
}
.reportBody ul li p {
	width: 680px;
	width: 730px;
	font-size: 18px;
	padding-top: 70px;
	padding-left: 32px;
	padding-right: 18px;
}
.reportBody ul li p.noImage {
	width: 100%;
}
.reportBody ul li img {
	padding-top: 70px;
	width: 250px;
}

p.info {
	font-size: 13px;
}
.reportList {
	margin-top: 60px;
	/*
	width: 100%;
	background: #F2F2F2;
	*/
}
.reportList ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.reportList ul li {
	position: relative;
	width: 48%;
	width: calc(32% - 60px);
	width: 32%;
	list-style-type: none;
	margin-right: 4%;
	margin-right: 2%;
	margin-bottom: 60px;
    padding: 30px;
    background: #FFF;
    border-radius: 15px;
}
.reportList ul li:nth-child(3n) {
	margin-right: 0;
}
.reportList ul li div {
	display: flex;
	flex-wrap: wrap;
}
.reportList ul li div img {
	width: 60%;
	transition: .2s opacity;
}
.reportList ul li div img.logo {
	width: 40%;
}
.post_content .reportList ul li h3 {
	position: relative;
	margin-top: 20px !important;
	color: #333;
	font-size: 16px;
	transition: .2s all;
}
.post_content .reportList ul li span {
	position: absolute;
    bottom: 15px;
    right: 15px;
	color: #FFF;
	background: #008048;
	font-size: 13px;
	font-weight: normal;
	padding: 0px 10px;
}
.reportList ul li p {
	font-size: 13px;
	line-height: 1.6;
}
.reportList ul li a:hover img {
	opacity: .7;
}
.reportList ul li a:hover h3 {
	color: #008048;
}

.pc {
	display: block;
}
span.pc {
	display: inline;
}
.sp {
	display: none;
}





@media screen and (max-width: 1024px) {


.pc {
	display: none;
}
.sp {
	display: block;
}


#main_col {
    width: 100%;
    margin: 60px auto 0;
}
#main_col.reportList {
    margin: 60px 0px 0 0;
}
.post_content h1 {
	color: #008048;
	font-size: 20px;
}
.post_content h1 span {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
}
.post_content h2 {
	color: #333;
	font-size: 18px;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 10px solid #008048;
	margin-bottom: 20px;
}
.post_content h2 span {
	display: block;
	text-align: right;
	font-size: 14px;
}
.post_content p {
    font-size: 13px;
    margin: 0 0 10px;
}

.message {
	background: #008048;
	padding: 15px 12px 10px 15px;
	margin-bottom: 40px;
}
.message h3 {
	color: #FFF;
	font-size: 18px;
	margin-bottom: 20px;
}
.message h3 span {
	display: block;
	color: #FFF;
	font-size: 13px;
	font-weight: 500;
}
.message p {
	color: #FFF;
	font-size: 14px;
	line-height: 1.8;
}
.message p.right {
	text-align: right;
}

.reportHead {
	display: block;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 40px;
}
.reportHead img {
	width: 100%;
}
.reportHead img.logo {
	width: 100%;
	margin-right: 0px;
}

.reportBody {
	position: relative;
}
.reportBody ul {
	margin: 0;
	list-style-type: none;
}
.reportBody ul li {
	display: block;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 40px;
}
.reportBody ul li h4 {
	position: relative;
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 2px solid #008048;
	margin-bottom: 15px;
}
.reportBody ul li h4 span {
	color: #008048;
	margin-right: 10px;
}
.reportBody ul li p {
	width: 100%;
	font-size: 16px;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 20px;
}
.reportBody ul li p.noImage {
	width: 100%;
}
.reportBody ul li img {
	padding-top: 0px;
	width: 100%;
}

p.info {
	font-size: 12px;
}
.reportList {
	margin-top: 30px;
	/*
	width: 100%;
	background: #F2F2F2;
	*/
}
.reportList ul {
	margin: 0;
	display: block;
	flex-wrap: wrap;
}
.reportList ul li {
	width: calc(100% - 40px);
	width: 100%;
	padding: 20px 20px 60px;
	list-style-type: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.reportList ul li:nth-child(even) {
	margin-right: 0;
}
.reportList ul li img {
	/*
	height: 120px;
	object-fit: cover;
	*/
}
.reportList ul li div {
	display: flex;
	flex-wrap: wrap;
}
.reportList ul li div img {
	width: 60%;
	transition: .2s opacity;
}
.reportList ul li div img.logo {
	width: 40%;
}
.post_content .reportList ul li h3 {
	position: relative;
	margin-top: 0px !important;
    margin-bottom: 15px;
    color: #333;
	font-size: 16px;
	transition: .2s all;
}
.post_content .reportList ul li span {
	position: absolute;
	color: #FFF;
	background: #008048;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 5px;
}
.reportList ul li p {
	font-size: 12px;
	line-height: 1.4;
}
.reportList ul li a:hover img {
	opacity: .7;
}
.reportList ul li a:hover h3 {
	color: #008048;
}




}































