@charset "UTF-8";

html {
	background:url(../img/common/mainimgt.jpg) no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
}
body {
	background:none;
}
#foot {
	background: rgba(0,0,0,.5);
}

h1 {
	/* font-family: 'Shin Go Bold'; */
	color: #FFF;
	font-size:48px;
	line-height:1em;
	text-align:center;
	position:relative;
	padding:3em 0;
	text-shadow: 0 0 4px rgba(0,0,0,1),0 0 6px rgba(0,0,0,1),0 0 8px rgba(0,0,0,1),0 0 10px rgba(0,0,0,1);
}
h1 span {
	display:block;
	line-height:1em;
}
h1 span:first-child {
	margin-bottom:0.5em;
}

#main {
	max-width:1000px;
	width:calc(100% - 40px);
	margin:0 auto;
}

#bnr {
	letter-spacing:-0.4em;
	margin:0 -10px 60px;
	padding:0;
}
#bnr li {
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	width:calc((100% - 80px) / 2);
	margin:0 10px;
	text-align:center;
	box-sizing:border-box;
	border:1px solid #FFF;
	background:rgba(0,0,0,0.3);
}
#bnr li .svg-inline--fa {
	transform:rotate(45deg);
	position:absolute;
	right:5px;
	bottom:5px;
	color:#FFF;
}
#bnr li a {
	display:block;
	text-align:center;
	position:relative;
	transition:.3s;
	padding:15px;
}
#bnr li a:hover {
	background:rgba(0,0,0,0.5);
}
#bnr li h2 {
	font-size:16px;
	font-weight:300;
	color:#FFF;
	line-height:1em;
	letter-spacing:0.1em;
}
#bnr li h2 span {
	display:block;
	font-size:12px;
	line-height:1em;
	font-weight:100;
	padding-top:0.5em;
}


#contents {
	margin:0 -10px;
	padding:0 0 60px;
	letter-spacing:-0.4em;
}
#topics {
	width:640px;
	margin:0 auto 60px;
}
#topics h2 {
	font-size:18px;
	letter-spacing:2px;
	line-height:1em;
	color:#FFF;
	margin-bottom:1em;
	padding-bottom:0.3em;
	border-bottom:1px solid #FFF;
}
#topics h2 span {
	font-size:12px;
	font-weight:100;
	margin-left:2em;
}
#topics dl {
	font-size:14px;
	letter-spacing:-0.4em;
	padding:0.5em;
}
#topics dt {
	width:7em;
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	font-size:14px;
	line-height:1.3em;
	color:#FFF;
}
#topics dd {
	width:calc(100% - 7em);
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	font-size:14px;
	line-height:1.3em;
	color:#FFF;
}
#topics dd a {
	color:#FFF;
}
#topics dd a:hover {
	color:#EFEFEF;
}
#topics dl:nth-last-child(2) {
	margin-bottom:2em;
}
#topics > a {
	display:block;
	font-size:14px;
	color:#FFF;
	width:12em;
	margin:0 auto;
	height:40px;
	text-align:center;
	letter-spacing:2px;
	line-height:38px;
	box-sizing:border-box;
	border:1px solid #FFF;
	transition:.3s;
}
#topics > a:hover {
	background:#FFF;
	color:#000;
}


@media screen and (max-width:1300px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:1000px){

h1 {
	font-size:40px;
}
#bnr li h2 {
	font-size:14px;
}

}

@media screen and (max-width:768px){

h1 {
	font-size:36px;
}

#bnr {
	margin:0 -5px 60px;
}
#bnr li {
	width:calc((100% - 20px) / 2);
	margin:0 5px 10px;
}

}

@media screen and (max-width:640px){

h1 {
	font-size:30px;
	padding:2em 0;
}

#bnr {
	margin:0 -5px 45px;
}

#topics {
	display:block;
	width:100%;
	margin:0 0 30px;
}
#topics h2 {
	font-size:16px;
	margin-bottom:0.5em
}
#topics h2 span {
	font-size:11px;
}
#topics dl {
	font-size:13px;
}
#topics dt {
	font-size:13px;
}
#topics dd {
	font-size:13px;
}
#topics dl:nth-last-child(2) {
	margin-bottom:1em;
}
#topics > a {
	font-size:13px;
	height:36px;
	line-height:34px;
}

}

@media screen and (max-width:480px){

h1 {
	font-size:24px;
}

#bnr {
	margin:0 auto 30px;
}
#bnr li {
	display:block;
	width:100%;
	margin:0 auto 5px;
}
#bnr li a {
	padding:10px;
}
#bnr li h2 {
}
#bnr li h2 span {
	display:inline-block;
	margin-left:1em;
}

}

@media screen and (max-width:400px){
	
}