/* main-visual */
#main-visual {
	background-color: #acccff;
	background-image: url(../images/img_top_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0px auto;
	position: relative;
	height: 480px;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	/*-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;*/
	-webkit-box-align: end;
	-ms-flex-align: end;
	 align-items: flex-end;
}
#main-visual .topmsg {
	display: block;
	background-color: #011740;
	width: 100%;
	padding: 10px;
	opacity: 0.8;
	color: #ffffff;
	text-align: center;
}
#main-visual span {
	font-size: 50px;
}
#main-visual p {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 0;
	line-height: 1.3;
	opacity: 1;
}

#main-visual .awards_icon {
    width: 380px;
    position: absolute;
    top: 30px;
    right: 30px;
}

#main .inner_top {
	padding: 20px 60px;
	margin: 0 auto;
}
#main .bg_grd1 {
	background: linear-gradient(#E9EBF9, #ffffff);
	padding-top: 50px;
}

#main .inner_top h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1;
	color: #011740;
		border-bottom: solid 3px #011740;
position: relative;
}
#main .inner_top h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #e48e00;
bottom: -3px;
width: 30%;
}
#main .inner_top h3 {
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
}
#main .inner_top .w950 {
	width: 950px;
	margin: 0 auto;
}

#main .listtop {
	display: block;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
#main .listtop li {
	float: left;
	width: 32%;
	border: 1px solid #cccccc;
	line-height: 30px;
	background-color: #fff;
	margin: 0 12px 12px 0;
	padding-bottom: 10px;
	text-align: center;
}
#main .listtop li:last-child {
	margin: 0 0px 10px 0;
}
#main .listtop li a {
	text-decoration: none;
	color: #333333;
}
#main .listtop li:hover {
	opacity: 0.8;
}
#main .listtop li h3 {
	text-decoration: none;
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	background-color: #ffffff;
	margin: 3px auto;
}





/*タブレット用CSS*/
@media screen and (max-width: 1024px) {
#main .inner_top {
	padding: 20px 40px;
	margin: 0 auto;
}
#main .inner_top .w950 {
	width: auto;
	margin: 0 auto;
}
}


/*モバイル用CSS*/
@media screen and (max-width: 900px) {
#main .inner_top {
	padding: 40px 10px 0 10px;
	width: auto;
}
#main .inner_top .w950 {
	width: auto;
	margin: 0 auto;
}
#main .inner_top h2 {
	font-size: 24px;
}
#main .inner_top h3 {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}
#main .w50 {
	width: 48%;
}
#main .w25 {
	width: 48%;
}	
.bigeffect img{
    width:auto;
	height: 180px;
}
#main .listtop {
	display: block;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
#main .listtop li {
	float: left;
	width: 100%;
	height: auto;
	border: 1px solid #cccccc;
	line-height: 30px;
	background-color: #fff;
	margin: 0 15px 10px 0;
	text-align: center;
}
#main .listtop li img {
	float: left;
	width: 100%;
	margin: 0 15px 0px 0;
}
#main .listtop li:last-child {
	margin: 0 0px 10px 0;
}
#main .listtop li a {
	text-decoration: none;
	color: #333333;
}
#main .listtop li h3 {
	text-decoration: none;
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	background-color: #ffffff;
	margin: 3px auto;
}
    #main-visual .awards_icon {
    width: 85%;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

}
