@charset "UTF-8";


/* style
---------------------------------------- */
body {
	text-align: center;
	}
.wrapper{ 
	/*width: 1100px;*/
	max-width: 100%;
	margin: 0 auto;
    overflow: hidden;
}
#contents-warp{ 
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}
#foot-warp{ 
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}

@media screen and (max-width: 768px) {
	#contents-warp,
	#foot-warp {
	    width: 100%;
	}
	#foot-warp {
		margin: 0 auto;
	}
}



/* report
---------------------------------------- */
#report .report-content{
	width: 750px;
	max-width: 100%;
	margin: 0 auto 60px;
	border: 36px solid #0065b8;
	box-sizing: border-box;
}
#report .report-content .inner{
	max-width: 100%;
	padding: 40px 65px;
	box-sizing: border-box;
}
#report h2 {
	color: #015690;
	font-size: 2.2rem;
	margin: 0 auto 40px;
	width: 100%;
	text-align: center;
}

#report .close-btn {
	margin: 0 auto 40px;
}

#report .close-btn a {
	width: 50%;
	margin: 0 auto;
	padding: 2vw;
	background: #5e5e5e;
	font-size: 28px;
	position: relative;
	display: block;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	border-radius: 100px;
}

@media screen and (max-width: 768px) {
	#report .report-content{
		border: 18px solid #0065b8;
		margin-bottom: 0;
	}
	#report .report-content .inner{
		padding: 4vw;
	}
	#report h2 {
		margin: 4vw auto 8vw;
		text-align: center;
	}
	#report h2 img{
		width: 94%;
	}
	#report .close-btn a {
		width: 60%;
    margin: 0 auto 10vw;
		font-size: 5.466vw;
	}
}

/* report report-box
---------------------------------------- */
#report .report-box{
	padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
	#report .report-box{
		padding-bottom: 16vw;
	}
}

/* report class-box
---------------------------------------- */
#report .class-box{
	padding-bottom: 100px;
}
#report .class-box > h2{
	padding-bottom: 40px;
	margin-bottom: 60px;
	border-bottom: 2px solid #ccc;
}

#report .class-box .class-list li + li{
	margin-top: 50px;
}

#report .class-box .class-list .area{
	margin-bottom: 20px;
	font-size: 32px;
	color: #0065b8;
	font-weight: 700;
	text-align: left;
}
#report .class-box .class-list .member,
#report .class-box .class-list .target{
	margin-bottom: 20px;
	font-size: 20px;
	color: #000;
	text-align: left;
}

#report .news-btn a {
	width: 100%;
	margin: 0 auto;
	padding: 2vw;
	background: #0065b8;
	font-size: 28px;
	position: relative;
	display: block;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	border-radius: 100px;
}

@media screen and (max-width: 768px) {
	#report .class-box{
		padding-bottom: 16vw;
	}
	#report .class-box > h2 {
    padding-bottom: 6vw;
    margin-bottom: 7vw;
    border-bottom: 1px solid #ccc;
	}
	#report .class-box .class-list li + li {
    margin-top: 8vw;
	}
	#report .class-box .class-list .area {
    margin-bottom: 3.4vw;
    font-size: 5.6vw;
  }
	#report .class-box .class-list .member,
	#report .class-box .class-list .target{
    margin-bottom: 3.4vw;
    font-size: 3.3vw;
  }
	#report .news-btn a {
		padding: 4vw 2vw;
		font-size: 5.466vw;
	}
}



.sp,header{ 
	display: none !important; 
	
	}
.pc { 
	width: 100%;
	display: inline-block; 
}
a:hover {
	opacity: .6;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

/* reset
---------------------------------------- */
html , body , div , span , applet , object , iframe , 
h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre , 
a , abbr , acronym , address , big , cite , code , 
del , dfn , em , img , ins , kbd , q , s , samp , 
small , strike , strong , sub , sup , tt , var , 
b , u , i , center , 
dl , dt , dd , ol , ul , li , 
fieldset , form , label , legend , 
table , caption , tbody , tfoot , thead , tr , th , td , 
article , aside , canvas , details , embed , 
figure , figcaption , footer , header , hgroup,  
menu , nav , output , ruby , section , sum mary , 
time , mark , audio , video , button {
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.4;
	vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article , aside , details, figcaption , figure , 
footer , header , hgroup , menu , nav , section {
	display: block;
}

ol , ul {
	list-style: none;
}

blockquote , q {
	quotes: none;
}

blockquote:before , blockquote:after, 
q:before , q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #D28C8C;
	text-decoration: none;
}


/* clearfix
---------------------------------------- */
/* for modern brouser */
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

