@charset "UTF-8";
/*
  学校飼育動物支援事業
*/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.page-title-school {
  background: url(../img/school/title-page.png) no-repeat right top;
  border-radius: 20px;
  position: relative;
}

.page-title-school::after {
  position: absolute;
  content: "";
  background: #FAFAEA;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  border-radius: 20px;
}

.report-items {
  margin-bottom: 30px;
}

.report-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .report-item {
    display: block;
  }
}

.report-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.report-item:not(:last-child) {
  margin-bottom: 60px;
}

.report-item-img {
  width: 50%;
}

@media (max-width: 767px) {
  .report-item-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.report-item-body {
  width: 48%;
}

@media (max-width: 767px) {
  .report-item-body {
    width: 100%;
    margin-bottom: 20px;
  }
}

.report-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 13px;
}

.report-item-number {
  font-size: 4.1rem;
  color: #fff;
  background: #49AD74;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  margin-right: 11px;
}

@media (max-width: 767px) {
  .report-item-number {
    font-size: 3rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.report-item-title {
  color: #00903D;
  font-size: 2.6rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  .report-item-title {
    font-size: 2.2rem;
  }
}

.report-table-wrapper {
  overflow: auto;
}

.report-table {
  border: 1px solid #707070;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.report-table th, .report-table td {
  border: 1px solid #333;
  padding: 11px 0;
  text-align: center;
  font-size: 1.5rem;
  color: #707070;
  width: 199px;
}

.report-table th {
  background: #F2F2F2;
  font-weight: bold;
}

.report-table td:first-child {
  font-weight: bold;
  background: #E8E8E8;
}

.lecture-text {
  margin-bottom: 23px;
}

.lecture-table-wrapper {
  overflow: auto;
  margin-bottom: 101px;
}

.lecture-table {
  border: 1px solid #707070;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  /* white-space: nowrap; */
  -webkit-overflow-scrolling: touch;
}

.lecture-table td {
  border: 1px solid #707070;
  font-size: 1.4rem;
  padding: 12px 0;
}

.lecture-table td:first-child {
  background: #E0EADC;  
  width: 20%;
  padding:5px;
}

@media(min-width:768px){
  .lecture-table td:first-child {
    padding-left: 47px;
  }
}


.lecture-table td:nth-child(2) {
  width: 60%;
  padding:10px;
}

@media(min-width:768px){
  .lecture-table td:nth-child(2) {
    padding-left: 25px;
  }  
}

.lecture-table td:last-child {
  width: 20%;
  text-align: center;
}

.download {
  margin-bottom: 125px;
}

@media (max-width: 767px) {
  .download {
    margin-bottom: 80px;
  }
}

.download-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .download-items {
    display: block;
  }
}

.download-item {
  text-decoration: none !important;
  flex-basis: 32%;
  max-width: 226px;
}

@media (max-width: 767px) {
  .download-item {
    display: block;
    width: 250px;
    max-width: 500px;
    margin: 0 auto;
  }
}

.download-item:not(:last-child) {
  margin-right: 33px;
}

@media (max-width: 767px) {
  .download-item:not(:last-child) {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.download-item:hover .download-item-text {
  opacity: 0.6;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.download-item-img {
  background: #fff;
  border: 4px solid #E8E8E8;
  padding: 61px 77px;
  padding-left: 75px;
  margin-bottom: 25px;
}

.download-item-img img {
  min-width: 76px;
}

.download-item-text {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.7;
}

/*
  動物愛護事業
*/
.page-title-protect {
  background: url(../img/protect/title-page.png) no-repeat right top;
  border-radius: 20px;
  position: relative;
}

.page-title-protect::after {
  position: absolute;
  content: "";
  background: #FAFAEA;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  border-radius: 20px;
}

/* .campaign-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
} */

@media (max-width: 767px) {
  .campaign-wrapper {
    display: block;
  }
}

/* .campaign-text {
  width: 70.3%;
} */

@media (max-width: 767px) {
  .campaign-text {
    width: 100%;
    margin-bottom: 30px;
  }
}

.campaign-img {
  width: 195px;
  width: 19.5%;
}

@media (max-width: 767px) {
  .campaign-img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

.application {
  margin-top: 45px;
}

.application-title {
  margin-bottom: 40px;
}

.application-list {
  font-size: 1.5rem;
  background: url(../img/protect/border.png) no-repeat center top/100%;
}

@media (max-width: 767px) {
  .application-list {
    font-size: 1.3rem;
  }
}

.application-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  padding-left: 35px;
  background: url(../img/protect/border.png) no-repeat center bottom/100%;
}

@media (max-width: 767px) {
  .application-list dl {
    display: block;
    padding-left: 0;
  }
}

.application-list dt {
  min-width: 140px;
}

@media (max-width: 767px) {
  .application-list dt {
    min-width: unset;
    margin-bottom: 10px;
  }
}

.application-list dd {
  line-height: 2;
}

@media (max-width: 767px) {
  .application-list dd {
    line-height: 1.8;
  }
}

@media (max-width: 767px) {
  .application-list dd br {
    display: none;
  }
}

.application-list span {
  color: #FF0000;
}

.protection-text {
  margin-bottom: 45px;
}

.protection-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.protection-imgs{
	text-align: center;
}

.protection-imgs img{
	max-width:320px;
	margin:auto;
}

@media (max-width: 767px) {
  .protection-imgs {
    display: block;
  }
}

@media (max-width: 767px) {
  .protection-img {
    text-align: center;
  }
}

.protection-img:first-child {
  margin-right: 53px;
}

@media (max-width: 767px) {
  .protection-img:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.protection-img img {
  margin-bottom: 10px;
}

.protection-img-text {
  font-size: 1.1rem;
  font-weight: bold;
}

/* 動物愛護レポート写真 */

.animal-day-report-wrapper > div{
	margin-bottom:20px;
}

.transfer {
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .transfer {
    margin-bottom: 80px;
  }
}

.transfer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .transfer-wrapper {
    display: block;
  }
}

.transfer-body {
  width: 59%;
}

@media (max-width: 767px) {
  .transfer-body {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.transfer-text {
  margin-bottom: 35px;
}

.transfer-tell {
  border: 3px solid #E0E0E0;
  text-align: center;
  padding: 25px 0 20px;
  font-weight: bold;
}

.transfer-tell-text {
  font-size: 1.5rem;
}

.transfer-tell-number {
  font-size: 2.8rem;
  color: #222 !important;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .transfer-tell-number {
    font-size: 2.4rem;
  }
}

.transfer-img {
  width: 37%;
  text-align: center;
}

@media (max-width: 767px) {
  .transfer-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

/* ご長寿動物 */

.great-age-wrapper{
  width:100%;
  display: flex;
  flex-wrap: wrap;
}

.ttl-long-age{
  font-weight: bold;
  text-align: center;
  margin-bottom:10px;
  position: relative;
}

.ttl-long-age-dog{
  font-size:2.1rem;
  color:#502c00;
}

.ttl-long-age-cat{
  font-size:2.1rem;
  color:#00903D;
}


.great-age-wrapper dl{
  flex-basis: 25%;
  padding:20px;
  display: flex;
}

@media(max-width:767px){
  .great-age-wrapper dl{
    flex-basis: 50%;
    padding: 10px;
  }
}

@media(max-width:400px){
  .great-age-wrapper dl{
    flex-basis: 100%;
  }
}

.great-age-wrapper{
  padding:10px;
  background: #fcfcec;
  /* margin-bottom:40px;*/
} 

.great-age-wrapper-dog dt{
  color:#502c00;
  flex-basis:80%;
  border-bottom:2px solid #8e6430;
}

.great-age-wrapper-cat dt{
  color:#00903D;
  flex-basis:80%;
  border-bottom:2px solid #5aac7c;
}

.great-age-wrapper-dog dt::before{
  content:url(../img/protect/dog.png);
  margin-right:10px;
}

.great-age-wrapper-cat dt::before{
  content:url(../img/protect/cat.png);
  margin-right:10px;
}

.great-age-wrapper dd{
  flex-basis:20%;
  border-bottom:2px solid #ccc;
}

.great-age-tate img{
  width:70%;
  margin:auto;
}

.great-age-photo-wrapper > div{
  margin-bottom:20px;
}

.great-age-att{
    font-size:1.3rem;
    text-align: right;
    margin:10px 0 40px 0;
}
/*
  狂犬病予防事業
*/
.page-title-rabies {
  background: url(../img/rabies/title-page.png) no-repeat right top;
  border-radius: 20px;
  position: relative;
}

.page-title-rabies::after {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  border-radius: 20px;
}

.link-img {
  width: 512px;
  max-width: 90%;
  margin: 0 auto;
  display: block;
  margin-bottom: 60px;
}

.rabies-heading {
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 30px 20px 45px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .rabies-heading {
    padding: 15px;
  }
}

.rabies-text {
  font-size: 1.5rem;
  line-height: 1.75;
  padding:20px;
}

@media (max-width: 767px) {
  .rabies-text {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}

.rabies-img {
  float: right;
  width: 30%;
  text-align: center;
}

@media (max-width: 767px) {
  .rabies-img {
    float: unset;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.is-sp {
  display: none;
}

@media (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.color-green {
  color: #00903D;
  font-weight: bold;
}

.color-red {
  color: #FF0000;
  font-weight: bold;
}

.cause {
  margin-bottom: 75px;
}

.cause-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .cause-wrapper {
    display: block;
  }
}

.cause-img {
  min-width: 30%;
  text-align: center;
  padding:20px;
}

@media (max-width: 767px) {
  .cause-img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.cause-text {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .cause-text {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}

.thinking {
  margin-bottom: 50px;
}

.thinking-text {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .thinking-text {
    font-size: 1.3rem;
  }
}

.video {
  margin-bottom: 60px;
}

.video-title {
  font-size: 2.4rem;
  color: #00903D;
  border-bottom: 1px solid #00903D;
  margin-bottom: 20px;
}

.video-text {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .video-text {
    font-size: 1.3rem;
  }
}

.video-wrapper {
  position: relative;
  width: 489px;
  height: 276px;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .video-wrapper {
    width: 350px;
    height: 200px;
  }
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.guide {
  margin-bottom: 70px;
}

.guide-text {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .guide-text {
    font-size: 1.3rem;
  }
}

.guide-link {
  display: block;
  margin: 0 auto;
  width: 503px;
  max-width: 90%;
  margin-bottom: 160px;
}

@media (max-width: 767px) {
  .guide-link {
    width: 350px;
    margin-bottom: 100px;
  }
}

.guide-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .guide-items {
    display: block;
  }
}

.guide-item {
  width: 48%;
  position: relative;
}

@media (max-width: 767px) {
  .guide-item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .guide-item:first-child {
    margin-bottom: 60px;
  }
}

.guide-item:first-child .guide-item-img {
  top: -66px;
}

.guide-item:first-child .guide-item-title {
  padding-left: 180px;
}

.guide-item:last-child .guide-item-img {
  top: -21px;
}

.guide-item:last-child .guide-item-title {
  padding-left: 70px;
}

.guide-item-img {
  position: absolute;
  left: 0;
}

.guide-item-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.guide-list {
  border: 1px solid #CBCBCB;
  padding: 20px;
  min-height: 230px;
  position: relative;
}

@media (max-width: 767px) {
  .guide-list {
    min-height: unset;
  }
}

.guide-list-item {
  font-size: 1.4rem;
  line-height: 2.2;
}

@media (max-width: 767px) {
  .guide-list-item {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}

.guide-mark {
  color: #00903D;
  font-weight: bold;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .guide-mark {
    line-height: 1.4;
    font-size: 2rem;
  }
}

.guide-mark span {
  background: #FFF500;
}

.inquiry-title {
  margin-bottom: 50px;
  position: relative;
}

.inquiry-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  left: -20px;
  bottom: -20px;
  border-bottom: 1px solid #707070;
}

.inquiry-text {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .inquiry-text {
    font-size: 1.3rem;
  }
}

.inquiry-number {
  text-decoration: none !important;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .inquiry-number {
    font-size: 1.6rem;
  }
}
