@charset "UTF-8";
span.mark1 {
	background:#FFFF00;
	color:#000;
	}

h2 {
	border-bottom: 1px dotted #666;
	color:#666;
	font-size:24px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	padding: 0 10px 18px 1em;
	line-height: 150%;
	margin-bottom: 25px;
	height: 23px;
	background-image: url(../../images/h2_bg.png);
	background-position: left 5px;
	background-repeat: no-repeat;
}


/*検索/年別アーカイブ用*/
#report .sch_con {
	margin: 20px auto 40px;
	padding: 0 35px;
	background: #f2f2f2;
	border: 1px solid #dddddd;
}
#report .sch_con h3{
	color: #000;
	font-size: 18px;
	padding-left: 0.2em;
	letter-spacing: .05rem;
	border-bottom: 1px solid #808080;
	
}
#report .sch_con .sch_box {
	display: flex;
}
#report .sch_con .sch_box .serch {
	width:98%;
	margin: 0 auto;
	padding: 10px 2em 25px;
	display: flex;

}
#report .sch_con .sch_box .serch > div {
	margin:20px 10px;
}
#report input {
	padding:5px;
	font-weight: bold;
	font-size: 16px;
	margin:1em 0;
}
#report select {
	width: 44%;
	padding:5px;
	font-weight: bold;
	font-size: 16px;
}
#report button {
	width: 40%;
	padding: 10px;
	display: block;
	margin: 0 auto;
	background: #e5bad6;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

#report .sch_con .year_box {
	display: flex;
	justify-content: space-between;
}
#report .sch_con .year_box .year {
	display: block;
	border-left: 2px solid #cccccc;
	margin: 20px auto;
	padding: 0 1em 1em;
}
#report .sch_con .year_box .year dt {
	color: #8f803e;
	font-weight: bold;
	margin-bottom: 20px;
}
#report .sch_con .year_box .year dd {
	line-height: 170%;
}
#report .sch_con .year_box .year dd a {
	text-decoration: none;
	color: #000;
	font-size: 17px;
}



#report section {
	margin: 30px auto;
}
#report section h3 {
	border: none;
	color: #000;
	font-weight: bold;
}
#report section .report_box {
	display: flex;
	justify-content: space-between;
}
#report section .report_box .img_box{
	width: 25%;
}
#report section .img_box img {
	width: 100%;
}

#report section .img_box a {
	display: block;
	width: 170px;
	margin:10px auto;
	border: 1px solid #895967;
	color: #895967;
	text-align: center;
	text-decoration: none;
}
#report section .report_box .txt_box{
	width: 70%;
}
#report section .txt_box h4 {
	line-height: 200%;
	font-size: 16px;
}
#report section .txt_box dt {
	text-align: center;
	line-height: 250%;
}
#report section .txt_box dt.tl01 {
	background-color: #b4bf86;
}
#report section .txt_box dt.tl02 {
	background-color: #c7b299;
}
#report section .txt_box dd {
	padding:1em 3em;
}

/*リスト一覧*/
#report #dayori_list .d_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  margin: 0 -1% 30px;
}
#report #dayori_list .d_list li {
	width: 18%;
	font-size: 14px;
  text-align: center;
  list-style: none;
  margin: 20px 1%;
}
#report #dayori_list .d_list li a {
	display: block;
	text-decoration: none;
	color: #333333;
}
#report #dayori_list .d_list li img {
	height:180px;
}
#report #dayori_list .d_list li h4 {
}
#report #dayori_list .d_list li .d_date {
	font-size:12px;
}

#report #dayori_list .pager .page-numbers,
#report #dayori_view .pager .page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#report #dayori_list .pager .page-numbers li,
#report #dayori_view .pager .page-numbers li{
	font-size:14px;
	text-align: center;
	list-style: none;
	margin: 5px;
}


/*詳細一覧*/
#contents h2 span {
	margin-left:40px;
	font-size: 70%;
	font-weight:normal;
	float:right;
}
#report #dayori_view {
	margin: 30px auto;
}
#report #dayori_view h3 {
	border: none;
	color: #000;
}



/* アーカイブ一覧用*/
#report #dayori_view .report_list_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
#report #dayori_view .report_list_box .img_box{
	width: 20%;
	text-align: center;
	margin: 0 auto 20px;;	
}
#report #dayori_view .report_list_box .img_box img {
	width: 100%;
}

#report #dayori_view .report_list_box　.img_box a {
	display: block;
	width: 100%;
	margin:10px auto;
	border: 1px solid #895967;
	color: #895967;
	text-align: center;
	text-decoration: none;
}
#report #dayori_view .report_list_box .txt_box{
	width: 80%;
	color: #333333;
	margin: 1em;
}

#report #dayori_view .report_list_box .txt_box table {
	width: 100%;
	font-size: 80%;
	border-collapse: collapse;

}
#report #dayori_view .report_list_box .txt_box table th {
	border-bottom: 3px solid #b4bf86;
	font-weight: normal;
	padding: 0.2em 1em;
	text-align: left;
	font-size: 140%;
}
#report #dayori_view .report_list_box .txt_box table th:first-child {
	width: 50%;
}
#report #dayori_view .report_list_box .txt_box table th:last-child {
	width: 25%;
}
#report #dayori_view .report_list_box .txt_box table th span.pdate {
	margin-left:40px;
	font-size: 70%;
	font-weight:normal;
	float:right;
}
#report #dayori_view .report_list_box .txt_box table th a {
	display: block;
	text-decoration: none;
	color:#66713c;
}
#report #dayori_view .report_list_box .txt_box table th a:hover {
	text-decoration: underline;
}
#report #dayori_view .report_list_box .txt_box table td {
	border-bottom: 1px solid #cccccc;
	padding: 0.3em 1.5em;
}


#report #dayori_view .report_list_box .txt_box table td:nth-child(2),
#report #dayori_view .report_list_box .txt_box table td:nth-child(3) {
	text-align: center;
}
#report #dayori_view .report_list_box .txt_box table tr:nth-child(odd)  td{
	background-color: #f4f7ee;
}





#report #dayori_view .report_box {
	width: 100%;
	display: block;
	margin: 30px auto;
}
#report #dayori_view .report_box .img_box{
	width: 20%;
	text-align: center;
	margin: 0 auto 20px;;	
}
#report #dayori_view .img_box img {
	width: 100%;
}

#report #dayori_view .img_box a {
	display: block;
	width: 100%;
	margin:10px auto;
	border: none;
	color: #895967;
	text-align: center;
	text-decoration: none;
	transition: 1.0s ;
}
#report #dayori_view .img_box a.pdf {
	display: block;
	width: 100%;
	margin:10px auto;
	background-color: #895967;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#report #dayori_view .img_box a:hover {
	opacity: 0.5 ;
}
#report #dayori_view .report_box .txt_box{
	width: 100%;
	color: #333333;
}

#report #dayori_view .report_box .txt_box table {
	width: 100%;
	font-size: 80%;
	border-collapse: collapse;

}
#report #dayori_view .report_box .txt_box table th {
	border-bottom: 3px solid #b4bf86;
	font-weight: normal;
	padding: 0.5em 0.5em;
}
#report #dayori_view .report_box .txt_box table tr.title th {
	font-size: 140%;
	text-align: left;
	vertical-align: bottom;
	background-color: #66713c;
	color:#fff;

}
#report #dayori_view .report_box .txt_box table tr.title th a {
	display: block;
	text-decoration: none;
	color:#fff;
}
#report #dayori_view .report_box .txt_box table tr.title th a:hover {
	text-decoration: underline;
}
#report #dayori_view .report_box .txt_box table tr.title th span.pdate {
	font-size: 70%;
	font-weight:normal;
	color:#fff;
}
#report #dayori_view .report_box .txt_box table tr.title th span.pdf {
	font-size: 70%;
	font-weight:normal;
	float:right;
	padding:0.3em;
	background-color: #895967;
}
#report #dayori_view .report_box .txt_box table tr.title th span.pdf a {
	color: #fff;
	text-decoration: none;
}

#report #dayori_view .report_box .txt_box table th:first-child {
	width: 50%;
}
#report #dayori_view .report_box .txt_box table th:last-child {
	width: 25%;
}
#report #dayori_view .report_box .txt_box table td {
	border-bottom: 1px solid #cccccc;
	padding: 0.5em;
}
#report #dayori_view .report_box .txt_box table td:nth-child(2),
#report #dayori_view .report_box .txt_box table td:nth-child(3) {
	text-align: center;
}
#report #dayori_view .report_box .txt_box table tr:nth-child(odd)  td{
	background-color: #f4f7ee;
}


#report #dayori_view .txt_box h4 {
	line-height: 200%;
	font-size: 20px;
	color: #333333;
}

#report #dayori_view .txt_box dt {
	text-align: center;
	line-height: 250%;
}
#report #dayori_view .txt_box dt.tl01 {
	background-color: #b4bf86;
}
#report #dayori_view .txt_box dt.tl02 {
	background-color: #c7b299;
}
#report #dayori_view .txt_box dd {
	padding:1em 1.5em;
	font-size: 14px;
}


/* 2021.02.01 追加スタイル AZ_M.Hayashi */
#report .serch > p {
	margin: 4px 0 6px;
}

.c-keywords {
	margin: 0 0 15px;
}
.c-keywords > p {
	line-height: 2;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .06rem;
}
.c-keywords p.sort span {
	margin-right:1em;
}

#report input.c-input--text {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .06rem;
	padding: 8px 5px;
	margin: 20px 20px 0  0;
	box-sizing: border-box;
	width: 100%;
}
#report input.c-input--text:focus {
	outline: none;
}
#report select.c-select--yearOfIssue {
	width: 100%;
  cursor: pointer;
  overflow: auto;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .05rem;
  /*border-color: #ccc;*/
  border: none; 
  padding: 0;
  border-radius: 2px;
  background: none;
}
#report select.c-select--yearOfIssue option:select {
	background: red;
}
#report select.c-select--year {
	width: 45%;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .06rem;
	padding: 9px 5px;
	margin: 8px 0 0;
	box-sizing: border-box;
}
#report input.c-button--submit {
	color: #f7f7f7;
	display: block;
	width: 240px;
	cursor: pointer;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .1rem;
	text-indent: .1rem;
	padding: 14px 0;
	margin: 8px auto 20px;
	border: 1px solid #aaa;
	border-radius: 30px;
	background: #8f803e;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}
#report input.c-button--submit:hover {
	opacity: .5;
}
#report input.c-button--submit:focus {
	outline: none;
}

#report div.c-button--submit input {
	color: #f7f7f7;
	display: block;
	width: 240px;
	cursor: pointer;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .1rem;
	text-indent: .1rem;
	padding: 14px 0;
	margin: 20px auto 20px;
	border: 1px solid #aaa;
	border-radius: 30px;
	background: #8f803e;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}
#report div.c-button--submit input:hover {
	opacity: .5;
}
#report div.c-button--submit input:focus {
	outline: none;
}


#report .sch_con h4 {
	font-size: 16px;
	letter-spacing: .06rem;
	margin: 20px 0 0;
}
#report .sch_con .year_box {
  margin: 0 -1%;
}
#report .sch_con .year_box .year {
  display: block;
  border-left: none;
  margin: 15px 0 0;
  padding: 0 1%;
  width: 16.666%;
}
#report .sch_con .year_box .year dt {
  color: #8f803e;
  font-weight: bold;
  margin-bottom: 8px;
}

.c-post-none {
	line-height: 2;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .06rem;
}

.c-pagination {
	margin: 0 auto 45px;
}
.c-pagination__list {
	display: flex;
	alihn-items: center;
	justify-content: center;
}
.c-pagination__item {
	list-style: none;
	font-size: 16px;
	margin: 0 .5em;
}
.c-pagination__item a {
	color: #8f803e;
	font-weight: bold;
	text-decoration: none;
}

.c-icon--prev, .c-icon--next {
  display: inline-block;
  transform: translateY(-2px);
}

.c-icon--prev:after {
	content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  box-sizing: border-box;
  transform: rotate(135deg);
  transform-origin: center;
  vertical-align: middle;
}
.c-icon--next:after {
	content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  box-sizing: border-box;
  transform: rotate(-45deg);
  transform-origin: center;
  vertical-align: middle;
}

.c-icon--start {
  display: inline-block;
  transform: translate(10px, -2px);
}
.c-icon--start:before {
	content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  box-sizing: border-box;
  transform: rotate(135deg);
  transform-origin: center;
  vertical-align: middle;
}
.c-icon--start:after {
	content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  box-sizing: border-box;
  transform: rotate(135deg) translate(9px, 9px);
  transform-origin: center;
  vertical-align: middle;
  margin-right: 1px;
}

.c-icon--end {
  display: inline-block;
  transform: translate(-10px, -2px);
}
.c-icon--end:before {
	content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  box-sizing: border-box;
  transform: rotate(-45deg);
  transform-origin: center;
  vertical-align: middle;
}
.c-icon--end:after {
	content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  box-sizing: border-box;
  transform: rotate(-45deg);
  transform-origin: center;
  vertical-align: middle;
  margin-left: -3px;
}
