@charset "utf-8";
/* CSS Document */

/*------------------
　 　visual
-------------------*/
#wrap_mainvisual {
    text-align: center;
    background: #e1f3ff;
    margin-bottom: 50px;
    padding-top: 20px;
	padding-bottom: 20px;
}
#wrap_mainvisual img{
	border-radius: 10px;
}
#wrap_na{
    position: relative;
}
#wrap_na .cover img{
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom:-5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 1400px) { 
/*#wrap_na{
    height: 664px;
}*/
}

@media screen and (max-width: 1400px) { 
img.visual {
    width: 100%;
}
}

@media screen and (max-width: 1200px) { 
/*#wrap_mainvisual img.visual{
    width: 100%;
}
#wrap_mainvisual .cover img{
display: none;
}*/
}

@media screen and (max-width: 1100px) { 
#wrap_mainvisual {
    height: auto;
    margin-bottom: 50px;
    padding-top: 0;
}
#wrap_mainvisual img{
	width: 100%;
	border-radius: 0;
}
}









