body {background: url(/images/20171213_background_3.jpg) center top no-repeat fixed;font-size: 1.15rem;margin: 0;}
p {margin: 0}
a {text-decoration: none;}
.header {display: flex;justify-content: center;margin: 4rem auto;}
.header img {max-width: 100%}
.content {display: flex;width: 80%;justify-content: space-around;margin: 0 auto;}
.content a {width: 38%;padding: 2.9rem 5%;background: #ffffffad;border-radius: 0.8rem;display: flex;flex-direction: column;align-items: center;transition: all 0.5s ease-out 0s;}
.content a:hover {background: #FFF;box-shadow: 0rem 0rem 0.25rem 0.51rem rgba(0, 0, 0, 0.04);}
.content a img {width: 100%;}
.content a p {margin: 1rem 0 0 0;color: #333;text-align: center;}
.content a:hover p {font-weight: bold;}
.footer {display: flex;justify-content: center;margin-top: 7rem;background: #00000061;color: #FFF;padding: 1.4rem 0;align-items: center;}
.footer .footer-right {margin-left: 1rem;}
.footer .footer-right p {margin-top: 0.4rem;}
.footer .footer-right p a {color: #FFF;}
#_ideConac a {display: flex;align-items: center;}
@media (max-width: 860px) {
	.header img {width: 80%}
	.content {flex-direction: column;}
	.content a {width: 90%;margin-bottom: 1rem;}
	.footer {flex-direction: column;margin-top: 3rem;}
}