@charset "utf-8";
/* CSS Document */
html{
	font-size:15px;
	letter-spacing:0.2em;
	line-height:180%;}
	
body{
	min-width:1000px;
	margin:0;
	overflow-y:scroll;}
	
#wrapper{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	overflow:hidden;
	text-align:center;}

p{
	margin:0;}

img{
	vertical-align:bottom;}
	
a{
	text-decoration:none;
	color:#000;}	


/*new*/
#top{
	color:#660000;
	font-size:24px;
	margin:40px auto 80px;
	line-height:190%;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin:0 auto;}

#top_text{
	margin-top:80px;}

#omedetou{
	margin:80px auto;}

.check{
	margin:auto;
	display: flex;
	align-items:stretch;
	flex-wrap: wrap;
	justify-content:center;
	font-weight:bold;
	font-size:18px;}

.check img{
	margin-top:5%;}

.c_block{
	width:150px;
	height:150px;
	margin:3%;
	border-radius:20px;
	background-color:#FFCB65;}

.c_title{
	margin:20px auto 0;}

#j_text{
	margin-top:120px;}

#jisseki{
	margin-bottom:160px;}

#jisseki:hover,.check img:hover,.sakunen:hover{
    position : relative;
    top : 3pt;
    left : 3pt;
    opacity:0.9;}
	
/*昨年--------------------------------*/		
.sakunen{
	line-height:2em;
	color:#fff;
	background-color:green;
	padding:5px;
	border-radius:15px;
	width:300px;
	margin:auto auto 100px;}	

/*kai-logo--------------------------------*/		
.kai-logo {
	width:300px;
	margin:50px auto 10px;}
	
.kai-logo img {
	width: 100%;
	height:auto}
	
/*昨年--------------------------------*/
.kako{
	margin:70px auto 100px;}
		
.sakunen{
	line-height:2em;
	color:#fff;
	background-color:green;
	padding:5px;
	border-radius:15px;
	width:300px;
	margin:30px auto;}		
					
	
		
@media screen and (max-width:1020px) and (min-width:768px){
body{
	min-width:0;
	width:100%;}
		

}


@media screen and (max-width:767px){
html{
	font-size:62.5%;
	line-height:1.5;}

body{
	min-width:0;
	width:100%;}

#wrapper{
	margin:auto;
	overflow:auto;
	font-size:1.4rem;}

#top{
	font-size:1.8rem;
	margin:10% auto;
	line-height:inherit;}

#top img{
	max-width:max-content;
	height:auto;
	width:6%;
	margin:0 1%;}

#title{
	width:92%;
	height:auto;
	max-width:630px;}

#top_text{
	width:92%;
	margin:15% auto 0;}

#omedetou{
	width:25%;
	height:auto;
	max-width:146px;
	margin:10% auto;}

.check{
	width:90%;
	font-size:1.6rem;}

.check img{
	width:45%;
	height:auto;
	max-width:71px;}

.c_left,.c_right{
	width:40%;
	margin:5%;}

.dai{
	font-size:1.4rem;}

#jisseki{
	width:50%;
	height:auto;
	max-width:200px;
	margin-bottom:30%;}

#j_text{
	width:92%;
	margin:20% auto 0;}




}