/* Vendor */
/* Site settings */
.covid19-info { max-width: 1060px; margin: 0 auto 4rem; font-size: 1.5rem; line-height: 2rem; text-align: center; border: 1px solid #f60019; padding: 1rem 2rem; }
@media screen and (max-width: 559px) { .covid19-info { margin: 0 auto 3rem; font-size: 1.4rem; line-height: 1.7rem; text-align: left; } }
.covid19-info p { color: #f60019; line-height: 2.5rem; }
.covid19-info a { display: block; color: #f60019; }

#about { max-width: 1000px; margin: 0 auto 8rem; }
@media screen and (max-width: 768px) { #about { margin: 0 auto 5rem; } }
@media screen and (max-width: 559px) { #about { margin: 0 auto 2rem; } }
#about .sec-ttl { text-align: center; margin-bottom: 3rem; }
@media screen and (max-width: 559px) { #about .sec-ttl { margin-bottom: 2.5rem; } }
#about p { font-size: 1.6rem; line-height: 3.4rem; letter-spacing: 0; margin-bottom: 2rem; font-weight: 700; }
@media screen and (max-width: 959px) { #about p { font-size: 1.5rem; line-height: 1.8; } }
@media screen and (max-width: 559px) { #about p { font-size: 1.4rem; line-height: 1.8; } }

aside#btn-links { padding: 0 3%; max-width: 1600px; margin: 0 auto; max-width: 1140px; }
@media screen and (max-width: 959px) { aside#btn-links { padding: 0 1rem; } }
aside#btn-links ul { display: flex; justify-content: space-between; align-items: flex-start; }
@media screen and (max-width: 768px) { aside#btn-links ul { flex-direction: column; } }
aside#btn-links ul li { width: 32%; border-radius: 8px 8px 10px 10px; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
@media screen and (max-width: 768px) { aside#btn-links ul li { width: 100%; }
  aside#btn-links ul li:not(:last-child) { margin-bottom: 1.5rem; } }
aside#btn-links ul li a { display: block; }
aside#btn-links ul li a:hover { opacity: 1; }
@media screen and (max-width: 959px) { aside#btn-links ul li a { font-size: 1.3rem; } }
@media screen and (max-width: 768px) { aside#btn-links ul li a { font-size: 1.4rem; } }
aside#btn-links ul li a p.before { display: flex; justify-content: center; align-items: center; flex-direction: column; font-weight: 700; text-align: center; font-size: 1.8rem; color: #fff; letter-spacing: -.1rem; border-radius: 8px 8px 0 0; height: 172px; }
@media screen and (max-width: 959px) { aside#btn-links ul li a p.before { font-size: 1.6rem; height: 130px; } }
@media screen and (max-width: 768px) { aside#btn-links ul li a p.before { height: 110px; } }
aside#btn-links ul li a p.before > span { font-size: 1.8rem; margin-bottom: 1rem; display: block; }
@media screen and (max-width: 959px) { aside#btn-links ul li a p.before > span { font-size: 1.6rem; } }
aside#btn-links ul li a p.before > span > span { color: #ffe600; }
aside#btn-links ul li a .after { background: #ffe400; border-radius: 0 0 8px 8px; height: 70px; }
aside#btn-links ul li a .after p { font-size: 1.4rem; letter-spacing: -.1rem; color: #000; font-weight: 700; text-align: center; padding-top: 1rem; }
@media screen and (max-width: 559px) { aside#btn-links ul li a .after p { padding-top: 1.5rem; font-size: 1.3rem; letter-spacing: 0; } }
aside#btn-links ul li a .after div { width: 90%; margin: 1rem auto; }
@media screen and (max-width: 768px) { aside#btn-links ul li a .after div { width: 100%; max-width: 300px; padding: 0 2rem; } }
aside#btn-links ul li.tojoin a p.before { height: 242px; }
@media screen and (max-width: 959px) { aside#btn-links ul li.tojoin a p.before { height: 200px; } }
@media screen and (max-width: 559px) { aside#btn-links ul li.tojoin a p.before { height: 110px; } }
aside#btn-links ul li.newactive { box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2); opacity: 1; }
aside#btn-links ul li.newactive:active { box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5) inset; }
aside#btn-links ul li:nth-of-type(1) { background: #0778be; }
aside#btn-links ul li:nth-of-type(2) { background: #17aadf; }
aside#btn-links ul li:nth-of-type(3) { background: #63c023; }
