@charset "utf-8";


@media print, screen and (min-width: 751px) {
body 					{ background: url('../img/top/bg_pc.jpg') 50% 0 no-repeat; background-size: cover; }

#main 					{ max-width: 700px; height: calc(100vh - 138px); position: relative; display: block; }
#main h2 				{ width: 100%; text-align: center; position: absolute; top: 38%; left: 0; -webkit-transform: translate(0,-38%); transform: translate(0,-38%); }
#main #news 			{ width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; left: 0; bottom: 48px; }
#main #news>div:nth-of-type(1){ display: -webkit-box; display: -ms-flexbox; display: flex; }
#main #news>div:nth-of-type(1) h3{ width: 140px; height: 140px; padding-top: 40px; text-align: center; font-size: 1.5rem; font-weight: 700; line-height: 1.4; color: #fff; background: #d75c10; }
#main #news>div:nth-of-type(1) h3 span{ font-size: 1rem; display: block; }
#main #news>div:nth-of-type(1) dl{ width: 410px; height: 140px; padding: 8px 25px; overflow-y: scroll; background: rgba(255,255,255,.4); }
#main #news>div:nth-of-type(1) dl div{ padding: 5px 0; display: -webkit-box; display: -ms-flexbox; display: flex; line-height: 1.7; }
#main #news>div:nth-of-type(1) dl div:last-of-type{ padding-bottom: 0; }
#main #news>div dl div dt{ margin: 3px 10px 0 0; }
#main #news>div:nth-of-type(1) dl div dt{ width: 92px; font-size: .68rem; font-weight: 500; }
#main #news>div:nth-of-type(1) dl div dd{ width: calc(100% - 92px); font-size: .79rem; font-weight: 500; }
#main #news>div:nth-of-type(2){ margin-left: auto; padding: 23px; position: relative; background: rgba(255,255,255,.4); }
#main #news>div:nth-of-type(2) img:first-of-type{ position: absolute; top: -27px; left: 50%; -webkit-transform: translate(-50%,0); transform: translate(-50%,0);}

#footer .address 		{ width: 100%; padding: 18px; text-align: center; font-size: .75rem; font-weight: 400; letter-spacing: .09rem; color: #fff; position: absolute; bottom: 0; left: 0; }
}


@media screen and (max-width: 1100px) and (min-width: 751px) {
}


@media screen and (max-width: 750px) {
body 					{ height: calc(100vh - 62px); background: #0c2705; }

#main 					{ width: 100%; background: url('../img/top/bg_sp.jpg') 50% 0 no-repeat; background-size: cover; position: relative; }
#main h2 				{ padding: 152px 13% 0; text-align: center; }
#main #news 			{ margin-top: 87px; }
#main #news>div:nth-of-type(1){  }
#main #news>div:nth-of-type(1) h3{ padding: 5px 0; text-align: center; font-size: 1.25rem; font-weight: 700; line-height: 1.4; color: #fff; background: #d75c10; }
#main #news>div:nth-of-type(1) h3 span{ margin-left: 1rem; font-size: .8rem; }
#main #news>div:nth-of-type(1) dl{ height: 115px; padding: 13px; overflow-y: scroll; background: rgba(255,255,255,.4); }
#main #news>div:nth-of-type(1) dl div{ padding: 5px 0; display: -webkit-box; display: -ms-flexbox; display: flex; line-height: 1.7; }
#main #news>div:nth-of-type(1) dl div:last-of-type{ padding-bottom: 0; }
#main #news>div:nth-of-type(1) dl div dt{ width: 92px; padding-top: 2px; font-size: .68rem; font-weight: 500; }
#main #news>div:nth-of-type(1) dl div dd{ width: calc(100% - 92px); font-size: .79rem; font-weight: 500; }
#footer 				{ margin-top: 0; }
}
