﻿@charset "UTF-8";
/* CSS Document */

#keidanren_sympo h2 {
	color: #28A745;
	padding: 0 0 .1em .2em;
	margin: 0 0 1em 0;
	border-bottom: #28A745 solid 4px;
	font-size: 200%;
}
#keidanren_sympo h3 {
	color: #28A745;
	padding: 0 0 0 0;
	margin: 2em 0 .5em 1em;
	font-size: 160%;
	position: relative;
}
#keidanren_sympo h3::before {
	content: " ";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: -1em;
	background: #28A745;
}

#keidanren_sympo > div {padding: 25px;}


#keidanren_sympo > div .two_img_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: .5em 0 2em 0;
}
@media (max-width:749px) {
	#keidanren_sympo > div .two_img_box {display: block;}
	#keidanren_sympo > div .two_img_box div, #keidanren_sympo > div .two_img_box a {margin: 0 0 20px 0;}
}


#keidanren_sympo > div .two_img_box div {
	background: #fff;
	padding: 15px;
}
#keidanren_sympo > div .two_img_box a {
	background: #fff;
	padding: 15px;
	height: 100%;
}
#keidanren_sympo > div .two_img_box a p {color: #000;}
#keidanren_sympo > div .two_img_box a:hover {text-decoration: none;}


#keidanren_sympo > div .reports {aspect-ratio: 980 / 348;}
#keidanren_sympo > div .movie {aspect-ratio: 980 / 348;}

@media (min-width:992px) and (max-width:1199px){
	#keidanren_sympo > div .reports {aspect-ratio: 980 / 353;}
	#keidanren_sympo > div .movie {aspect-ratio: 980 / 313;}
}
@media (min-width:750px) and (max-width:991px){
	#keidanren_sympo > div .reports {aspect-ratio: 980 / 371;}
	#keidanren_sympo > div .movie {aspect-ratio: 980 / 331;}
}

#keidanren_sympo > div .two_img_box img {display: block; height: calc(100% - 30px);}
@media (max-width:749px) {
	#keidanren_sympo > div .movie a {display: block; height: auto;}
	#keidanren_sympo > div .two_img_box img {display: block; height: auto; width: 100%;}
}



#keidanren_sympo > div .two_img_box p {
	text-align: center;
	margin: .5em 0 0 0;
}
@media (min-width:750px) and (max-width:991px){
	#keidanren_sympo > div .two_img_box p {font-size: 86%;}
}


#keidanren_sympo ul {list-style: none; margin: 0; padding: 0}
#keidanren_sympo ul li {
	position: relative;
	margin: 0 0 .5em 1.5em;
}
#keidanren_sympo ul li::before {
	content: " ";
	position: absolute;
	top: .25em;
	left: -1.3em;
	width: 1em;
	height: 1em;
	background: url("../../../images/icon_pdf.png")
	/*border: 1px solid #000000;*/
	/*border-radius: 10%;*/
}


#keidanren_sympo .footnote {
	text-align: right;
	margin: 3em 0 1em 0;
	padding: .2em 0 0 0;
	border-top: 2px solid #28A745;
}




