@charset "utf-8";
/* CSS Document */

body {
 background: url("../img/index/bkg_map.png");
}

main {
 text-align: center;
}

h1 {
 margin: 40px 20px;
}

.bg {
 padding: 15px;
 background-color: #FFF;
 border-radius: 15px;
 box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.4);
}

.bg .box {
 padding: 30px 15px;
 border: 2px dashed #a0559d;
 border-radius: 15px;
}

.box h2 {
 margin-bottom: 20px;
 color: #6a3926;
 font-size: 1.5rem;
 font-weight: 800;
 line-height: 1.6;
}

.box h2 img {
 width: 260px;
 margin-bottom: 5px;
 margin-right: 5px;
}

.box p {
 margin-bottom: 25px;
 color: #7d513c;
 font-size: 1.2rem;
 font-weight: 600;
 line-height: 1.8;
}

footer {
 margin-top: 80px;
 padding: 20px 0 10px;
 color: #FFF;
 font-weight: 500;
 text-align: center;
 background: #9b7cb6;
}

footer .cooperate {
 font-size: 0.9rem;
}

footer .cooperate p {
 font-size: 1.1rem;
}

#copyright {
 margin-top: 10px;
}