@charset "utf-8";
/* CSS Document */
#reportList {
    padding: 0 20px 40px 20px;
}
#reportList > div {
    border: solid 1px #e7e7e7;
    padding: 15px;
    border-radius: 3px;
}
#reportList > div:not(:last-of-type) {
    margin-bottom: 20px;
}
#reportList > div img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}
#reportList > div time {
    display: block;
    font-size: 14px;
    padding: 10px 0;
    text-align: right;
}
#reportList > div .name span, #reportBody .name span {
    background: #f0f0f0;
    padding: 0 10px;
    margin-right: 5px;
}
#reportList > div .name {
    margin-bottom: 5px;
}
#reportList > div h2 {
    font-weight: bold;
    font-size: 20px;
    color: #b8010e;
    line-height: 1.4;
    padding: 10px 0;
}
#reportList > div .reportInfo li {
    margin-bottom: 5px;
    font-size: 14px;
}
#reportList > div .reportInfo li:before {
    content: attr(data-label);
    display: inline-block;
    font-size: 14px;
    border: solid 1px #e7e7e7;
    color: #888;
    padding: 0 10px;
    margin-right: 10px;
}
#reportList > div p.info {
    padding: 10px 0;
}
#reportList > div a {
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #9c8e49;
    color: #fff;
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
}
.pagenation {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.pagenation li {
    background: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 4px;
}
.pagenation li a {
    display: block;
    background: #f3f3f3;
    border: solid 1px #dadada;
    border-radius: 3px;
    padding: 2px 10px;
    color: #333;
}
.pagenation li a:hover, .pagenation li a.current {
    background: #c6a439;
    color: #fff;
}
#reportBody h1 {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    font-size: 24px;
    color: #000;
    text-align: left;
    font-weight: bold;
    padding: 20px 0;
}
#reportBody {
    padding: 20px;
}
#reportBody .dataPub {
    text-align: right;
}
#reportBody .dataInfo {
    border-bottom: dashed 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#reportBody .name {
    text-align: right;
}
#reportBody figure img {
    width: 100%;
    height: auto;
    display: block;
}
#reportBody figure {
    position: relative;
    margin-bottom: 20px;
}
#reportBody figure figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.80);
    padding: 3px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
#reportBody p {
    margin-bottom: 40px;
}
#reportBody .dataInfo p {
    margin-bottom: 0;
}
#reportBody h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
#reportBody h2:before {
    content: "";
    background: #ddd;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#reportBody h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd;
    padding: 10px 0;
}
#reportBody #adoptPlanner {
    background: #e7e7e7;
    padding: 20px;
}
#reportBody #adoptPlanner p {
    margin-bottom: 20px;
}
#reportBody #adoptPlanner p span {
    font-weight: bold;
    color: #9c8e49;
    margin: 0 5px;
}
#reportBody #adoptPlanner a,#reportBody .newsBtn a{
    display: block;
    background: #9c8e49;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}
#reportBody #adoptPlanner ul{
	margin-top: 20px;
}
#reportBody #adoptPlanner ul li {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}
#reportBody #adoptPlanner ul li:before {
    content: "※";
    position: absolute;
    left: 0;
}
.postNavigation{
	margin-top: 40px;
}
.postNavigation li:not(:first-of-type){
	margin-top: 10px;
}
.postNavigation li a{
	border: solid 1px #ccc;
	display: block;
	padding: 10px;
	color: #000;
	position: relative;
}
.postNavigation li a time{
	display: block;
	font-size: 14px;
}
.postNavigation li a:before{
	content: "";
	background: url("../img/top/arrow_lft.png")center center no-repeat;
	background-size: 50%;
	position: absolute;
	width: 30px;
	height: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-right: solid 1px #ccc;
}
.postNavigation li.next a:before{
	left: auto;
	right: 0;
	transform: translateY(-50%) scale(-1,1);
}
.postNavigation li.back a{
	padding-left: 40px;
}
.postNavigation li.next a{
	padding-right: 40px;
}
.tag{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.tag li{
	margin: 0 5px 5px 0;
	padding: 0 10px;
	font-size: 12px;
	border-radius: 50px;
	background: #000;
	color: #fff;
	position: relative;
}
.tag li:before{
	content: "#";
}

.reportSearch {
  background: #e7e7e7;
  padding: 20px;
	margin: 0 20px 30px 20px;
}
.reportSearch h2 {
  border-bottom: solid 2px #959595;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.reportSearch li{
	font-size: 14px;
	margin-top: 20px;
}
.reportSearch li select {
  width: 100%;
}
.reportSearch input {
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #9c8e49;
  color: #fff;
  padding: 14px 20px;
  font-size: 16px;
	margin-top: 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.reportSearch input:hover {
  background: #75682a;
}
.newsList{
	padding: 0 20px 40px 20px;
}
.newsList dl{
	margin-bottom: 30px;
}
.newsList dt{
	padding: 10px 0 0 0;
}
.newsList dd{
	border-bottom: solid 1px #e7e7e7;
	padding: 10px 0;
}
.newsList dd a{
	color: #000;
}
.newsList dd a:hover{
	text-decoration: underline;
}
#topNews dt span {
  color: #fff;
  text-align: center;
  padding: 0 10px;
  background: #5d500d;
  margin-left: 10px;
  font-size: 14px;
}
#topNews dt .event {
  background: #ea5205;
}
#topNews dt .service {
  background: #383635;
}
#topNews dt .others {
  background: #068b89;
}
#topNews dt .blog{
background:#344756;
}
.yt iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.yt.short{
width: 100%;
 max-width: 400px;
 margin: auto;
}
.yt.short iframe{
  aspect-ratio: 9 / 16;
  height:100%;
}
@media screen and (min-width: 1023px) {
    #reportList {
        max-width: 1182px;
        margin: 0 auto;
        padding: 0 20px 40px 20px;
    }
    #reportList > div {
        display: flex;
    }
    #reportList > div div {
        width: calc(70% - 15px);
        padding-left: 15px;
    }
    #reportList > div figure {
        margin-right: 15px;
    }
    #reportList > div img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    #reportList > div time {
        display: inline-block;
    }
    #reportList > div .name {
        margin-bottom: 0;
        display: inline-block;
        margin-left: 10px;
    }
    #reportList > div h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #reportList > div .reportInfo {
        display: flex;
    }
    #reportList > div .reportInfo li {
        margin-right: 20px;
    }
    #reportList > div a {
        width: 400px;
        float: right;
    }
    #reportList > div a:hover {
        background: #75682a;
    }
    .reportList {
        padding-bottom: 40px;
    }
    #reportBody {
        /*max-width: 1182px;*/
        max-width: 740px;
        margin: 0 auto;
        padding: 40px 20px;
        overflow: hidden;
    }
    #reportBody h1 {
        font-size: 30px;
    }
    #reportBody .dataInfo {
        display: flex;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    #reportBody .name {
        text-align: left;
    }
    #reportBody .dataPub {
        margin-left: auto;
    }
    #reportBody figure {
        float: right;
        width: 50%;
        margin: 0 0 30px 30px;
    }
    #reportBody figure.fullPh {
		float: none;
        width: 700px;
        margin: 0 auto 30px auto;
    }
    #reportBody figure figcaption {
        position: absolute;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.80);
        padding: 3px 10px;
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }
    #reportBody h2 {
        clear: both;
        font-size: 24px;
    }
    #reportBody h2:before {
        content: "";
        background: #ddd;
        width: 4px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    #reportBody h3 {
        font-size: 22px;
    }
    #reportBody #adoptPlanner {
        max-width: 1000px;
        margin: 80px auto 0 auto;
        padding: 20px;
        background: #fff;
        border: solid 10px #e0e0e0;
        clear: both;
    }
    #reportBody #adoptPlanner p {
        text-align: center;
    }
    #reportBody #adoptPlanner p span {
        font-size: 20px;
    }
    #reportBody #adoptPlanner a,#reportBody .newsBtn a {
        max-width: 600px;
        margin: 0 auto;
        padding: 14px;
    }
    #reportBody #adoptPlanner a:hover {
        background: #75682a;
    }
    #reportBody #adoptPlanner ul {
        max-width: 600px;
        margin: 20px auto 0 auto;
    }
.postNavigation{
	display: flex;
	justify-content: center;
}
.postNavigation li:not(:first-of-type){
	margin-top: 0;
}
	.postNavigation li {
		width: 46%;
	}
	.postNavigation li.next{
		margin-left: 4%;
	}
	.postNavigation li.back{
		margin-right: 4%;
	}
.postNavigation li a{
	border: solid 1px #ccc;
	display: block;
	padding: 10px;
	color: #000;
	position: relative;
	height: 100%;
}
	.postNavigation li a:hover{
		background: #efefef;
	}
	.reportList{
		 max-width:1222px;
        margin: 0 auto;
        padding: 0 20px 40px 20px;
	}
.reportSearch {
  padding: 30px;
}
.reportSearch h2 {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
	font-size: 20px;
}
	.reportSearch ul{
		display: flex;
		margin: 30px 0;
	}
.reportSearch li{
	width: 50%;
	display: flex;
		align-items: center;
	font-size: 16px;
	margin-top: 0;
}
	.reportSearch li label{
		display: block;
	}
.reportSearch li select {
	width: 60%;
}
.reportSearch input {
  width: 40%;
  padding:15px;
}
.newsList{
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 40px 80px 40px;
}
.newsList dl{
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
}
.newsList dt{
	width: 240px;
	padding: 20px;
	border-bottom: solid 1px #e7e7e7;
}
.newsList dd{
	width: calc(100% - 240px);
	border-bottom: solid 1px #e7e7e7;
	padding: 20px 20px 0 20px;
}
#topNews dt span {
  margin-left: 30px;
}
}