
@charset "UTF-8";
#sponsor { background-image: repeating-linear-gradient(135deg, #edecdc, #edecdc 10px, #f3f2e6 10px, #f3f2e6 25px);}
#sponsor_shokai li {font-size: 120%;}#sponsor_shokai li:before {content: '■';	margin-right: .5rem;}
.sponsor_contents {background: rgba(255,255,255,.6);	padding: 5rem 3rem;	border-radius: 15px;	transition: .6s ease-out;	transform: translateY(40px);	opacity: 0;}.sponsor_contents.delighter.started { transform: translateY(0); opacity: 1;}
.sponsor_contents h1 {font-size: 180%;	border-bottom: 3px solid #0084cf;}
#sponsor dd {padding-left: 1rem;}
@media (min-width: 768px){}
@media (min-width: 1300px){}
@media (max-width: 767px){}
@media (max-width: 575px){}