@charset "utf-8";

.header,.footer{
	background-color: #fff;
}

body{
	font-family: 'YakuHanJP','Noto Sans Japanese', 'Noto Sans', 'Noto Sans CJK JP', sans-serif !important; 

}

#right-btn{
	width: 40px;
	position: fixed;
	z-index: 999;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	display: block;
}

#right-btn img{
	width: 100%;
	margin-bottom: 10px;
}

#report img{
	width: 100%;
}

#report-wrap {
	width: 100%;
	position: relative;
	background-image: url("img/2021/bg.jpg") !important;/**/
	background-attachment: fixed;
	background-size: 100% auto !important;
	padding: 30px 0;
    background-position: right top;
    background-repeat: no-repeat;
}
#report {
	width: 1000px;
	background-color:rgba(255,255,255,0.8);
	margin: 0 auto;
	padding: 80px 0;
}

#report .contents-wrap {
	width: 940px;
	margin: auto;
}

#report .intro {
	width: 700px;
	margin: 0 auto 50px;
	text-align: left;;
}

#report .intro h2 {
	width: 600px;
	margin: 0 auto 60px;
}

#report .intro p {
	line-height: 2;
}

#container{
	width: 100%;
	margin: 0 auto 40px;
}

#container h3{
	margin: 30px auto;
}

.co-kurasu{border-top: #9AC827 3px solid;}
.co-tsudou{border-top: #E8518E 3px solid;}
.co-tsukuru{border-top: #F19825 3px solid;}

.co-kurasu h3{
	width: 312px;
	margin: 0 auto;
}

.co-tsudou h3{
	width: 312px;
	margin: 0 auto;
}

.co-tsukuru h3{
	width: 238px;
	margin: 0 auto;
}

.co-kurasu li div{background-color: #9AC827;}
.co-tsudou li div{background-color: #E8518E;}
.co-tsukuru li div{background-color: #F19825;}

#report ul.repo-list{
	width: 100%;
	display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.repo-list li{
	position: relative;
	flex-basis: 300px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.3;
}

.repo-list li a{
	display: block;
}
.repo-list li a:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.repo-list li:nth-of-type(3n){
	margin-right: 0px;
}

.repo-list li figure{
	margin-bottom: 10px;
}

.repo-list li div{
	position: absolute;
	color: #fff;
	line-height: 1.0;
	padding: 5px 10px;
}

#repo-dl-wrap{
	width: 100%;
    border: #1BA9DB 3px solid;
    margin: 100px auto 5px;
}

#repo-dl{
	margin: 40px;
	display: flex;
	text-align: left;
	line-height: 2;
}

#repo-dl > div{
	width: 600px;
	margin-right: 40px;
	text-align:justify;
}

#repo-dl > figure{
	width: 214px;
}

#repo-dl h3{
	width: 444px;
	margin-bottom: 30px;
}

#repo-dl p a{
	text-decoration: underline;

}

#repo-dl .btn-dl{
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius:100px;
	line-height: 50px;
	font-size: 16px;
	margin-top: 20px;
}

#repo-dl .btn-dl a{
	text-decoration: none;
}

#repo-dl .btn-dl a:after{
	content: '';
  display: inline-block;
  width: 18px;
  height: 20px;
  background-image: url(img/2019/ico_dl.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}

.btn-dl p a{
	color: #fff;
	display: block;
}

.btn-dl p a:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

p.photo-c{
	text-align: right;
	width:100%;
	margin: auto;

}

#archive-wrap{
	width: 100%;
}

#archive-wrap h3{
	background-color: #1BA9DB;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 25px;
	margin-top: 50px;
}

#archive-wrap  ul{
	width: 100%;
	display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#archive-wrap li{
	position: relative;
	flex-basis: 180px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.3;
}

#archive-wrap li a{
	display: block;
}
#archive-wrap li a:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#archive-wrap li:nth-of-type(5n){
	margin-right: 0px;
}

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

	#report p{
		font-size: 12px;
}

	#right-btn{display: none;}

	#report-wrap {

background-image: none;
	padding: 10px 0;
}

#report-wrap::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-999999;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:50% 100%;
	/*background-image:url(img/2020/bg.jpg);*/
	background-size:cover;
}

#report {
	width: 95%;
	padding: 10px 0;
}

#report .contents-wrap {
	width: 95%;
	margin: auto;
}

#report .intro {
	width: 90%;
	margin: 20px auto 30px;
	text-align: left;;
}

#report .intro h2 {
	width:90%;
	margin: 0 auto 20px;
}

.co-kurasu h3,.co-tsudou h3,.co-tsukuru h3{
	width: 70%;
}

#report ul.repo-list{
	width: 100%;
	display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.repo-list li{
	position: relative;
	flex-basis:49%;
	margin-right: 0px;
	margin-bottom: 10px;
}


.repo-list li:nth-of-type(3n){
	margin-right:0px;
}

.repo-list li figure{
	margin-bottom: 10px;
}

.repo-list li div{
	font-size: 1rem;
}

#repo-dl-wrap{
	width: 96%;
    border: #1BA9DB 2% solid;
    margin: 20px auto 5px;
}

#repo-dl{
	margin: 5%;
	display:block;
	text-align: left;
	width: 90%;
}

#repo-dl > div{
	width: 100%;
	margin-right: 0px;
	text-align:justify;
}

#repo-dl > figure{
	width: 100%;
}

#repo-dl h3{
	width:100%;
	margin-bottom: 20px;
}

#repo-dl .btn-dl p{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}

#repo-dl .btn-dl a:after{
	content: '';
  display: inline-block;
  width: 18px;
  height: 20px;
  background-image: url(img/2019/ico_dl.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}

p.photo-c{
	text-align: right;
	width:95%;
	margin: auto;

}

#archive-wrap  ul{
	width: 100%;
	display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

#archive-wrap li{
	position: relative;
	flex-basis: 49%;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.3;
}

	}

