@charset "utf-8";

/* =========================================================
 * TOPページ定義
 * ====================================================== */
#contens-inner a{
  text-decoration:none;
}

/*#contens-inner a:hover{
  transition: all 0.3s ease 0s;
}

#contens-inner a:hover img{
  transition: all 0.5s ease 0s;
  opacity:0.7;
}*/

.topArea,
.centerArea,
.bottomArea {
  margin-bottom: 20px;
}

.nekoshaArea{
  width: 600px;
}

.askArea{
  width: 350px;
  min-height: 560px;
}

.foster_maigoArea{
  width: 300px;
}

.diaryArea{
  width: 650px;
}

.infoArea{
  width: 700px;
}

.omikujiArea{
  width: 250px;
}



h2{
  font-size: 15px;
  margin: 0 0 8px 0;
  padding: 0 8px 3px 8px;
}

.askArea h2{
  border-bottom: 2px solid #ed4580;
  font-weight: 600;
  color: #555;
}

.askArea h2 .fa{
  color: #ed4580;
}

.nekoshaArea h2{
  border-bottom: 2px solid #fca049;
  font-weight: 600;
}

.nekoshaArea h2 .fa{
  color: #fca049;
}

.diaryHeading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 8px;
  background: #987c54;
  color: #fff;
  line-height: 1;
}
/* .diaryHeading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  line-height: 1;
  border-top: 2px solid #987c54;
  background: #fff;
  color: #705a3b;
  border-bottom: 2px solid #987c54;
  font-weight: 800;
} */
.diaryHeading_ttl{
  font-size: 18px;
}
.diaryHeading_subttl{
  font-size: 15px;
}

.diary-more{
  float: right;
}

a.more-link{
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  
  background: #ff8410;
  border-radius: 5px;
  padding: 4px 10px;
  display: inline-block;
  font-size:15px;
}

a.more-link:hover{
  color: #fff;
  opacity:0.7;
}


/* =========================================================
 * ネコ写定義
 * ====================================================== */
.mvnArea {
  position: relative;
}

.mvnArea .mvOver {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 9999;
}

.mvnAreaWrap .mvnArea {
  width: 600px;
  float: left;
}

.mvPhotoArea {
  height: 400px;
  padding: 0;
  width: 600px;
  position: relative;
  overflow: hidden;
}

.mvPhotoArea .mvPhotoImg {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mvPhotoTitle {
  background: rgba(0,0,0,.4);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 15%, rgba(0,0,0,.3) 60%, rgba(0,0,0,.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 15%,rgba(0,0,0,.3) 60%,rgba(0,0,0,.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 15%, rgba(0,0,0,.3) 60%,rgba(0,0,0,.6) 100%);
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding: 5px 15px;
  position: absolute;
  white-space: nowrap;
  width: 570px;
}

.mvPhotoTitle .ttl {
  font-size: 18px;
}

.mvPhotoTitle .userName {
  float: left;
  width: 70%;
}

.mvPhotoTitle .valueArea {
  float: right;
  width: 25%;
  display: table;
}

.mvPhotoTitle .valueArea p {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}

.mvPhotoTitle .valueArea p span.fa-search {
  color: #fff;
}

.mvPhotoTitle .valueArea p span.fa-comment {
  color: #accfff;
}

.newNekosha .nekoshaControlWrap {
  position: relative;
}

.newNekosha .nekoshaControlWrap .prev{
  width: 24px;
  position: absolute;
  left: 0;
}
.newNekosha .nekoshaControlWrap .next{
  width: 24px;
  position: absolute;
  right: 0;
}

.newNekosha .nekoshaControlWrap .prev img,
.newNekosha .nekoshaControlWrap .next img{
  width: 100%;
}

.newNekosha .nekoshaControlWrap .prev:hover,
.newNekosha .nekoshaControlWrap .next:hover{
  opacity: .7;
}

.newNekosha .nekoshaListWrap {
  width: 535px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.newNekosha .nekoshaList {
  position: absolute;
  top: 0;
  bottom: 0;
}

.newNekosha .nekoshaBox {
  float: left;
  position: relative;
  margin-left: 5px;
}

.newNekosha .nekoshaBox:first-child {
  margin-left: 0;
}

.newNekosha .nekoshaBox a:hover {
  opacity: .7;
}

.newNekosha .nekoshaBox img {
  width: 130px;
}

.newNekosha .nekoshaBox .photoList_text{
  width: calc(100% - 6px);
  position: absolute;
  display: block;
  left: 0;
  bottom: 5px;
  padding: 3px;
  background: rgba(0,0,0,.4);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 15%, rgba(0,0,0,.3) 60%, rgba(0,0,0,.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 15%,rgba(0,0,0,.3) 60%,rgba(0,0,0,.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 15%, rgba(0,0,0,.3) 60%,rgba(0,0,0,.6) 100%);
  line-height: 1;
  color: #fff;
}

.newNekosha .nekoshaBox .photoList_text span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 123px;
  font-size: 12px;
}

.pickupPhoto .inner {
  overflow: hidden;
  position: relative;
  display: block;
}

.pickupPhoto .textArea {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .25rem;
  background: rgba(0,0,0,.4);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 15%, rgba(0,0,0,.3) 60%, rgba(0,0,0,.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 15%,rgba(0,0,0,.3) 60%,rgba(0,0,0,.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.1) 15%, rgba(0,0,0,.3) 60%,rgba(0,0,0,.6) 100%);
  line-height: 1;
  color: #fff;
  font-size: 10px
}

.pickupPhoto .textArea .title {
  overflow: hidden;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: .25rem;
}

.pickupPhoto .textArea .date {
  display: table;
  width: 100%;
  height: 1rem;
  font-size: .75rem;
  table-layout: fixed;
}
/* bxslider */
.pickupPhoto .bx-wrapper .bx-controls-direction a {
  position: absolute;
  margin-top: 0;
  top: 0;
  outline: 0;
  width: 24px;
  height: 108px;
  text-indent: -9999px;
  z-index: 9999;
}

.pickupPhoto .bx-wrapper .bx-prev {
  left: -30px;
  background: url(../../images/controls_prev.png) no-repeat;
}

.pickupPhoto .bx-wrapper .bx-next {
  right: -30px;
  background: url(../../images/controls_next.png) no-repeat;
}

.pickupPhoto .bx-wrapper .bx-prev:hover,
.pickupPhoto .bx-wrapper .bx-next:hover {
  background-position: 0;
  opacity: .7;
}

/* =========================================================
 * 質問定義
 * ====================================================== */
.askList {
  background: #fff;
  padding: 10px;
  font-size: 12px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 5px;
  height: 100px;
}

.askList:last-child {
  margin-bottom: 0;
}

.askList .status {
  width: 44px;
  float: left;
  text-align: center;
}

.status.accepting {
  color: #02735f;
}

.status.accepting div {
  background: #02735f;
}

.status.solved {
  color: #ed4580;
}

.status.solved div {
  background: #ed4580;
}

.askList .status div {
  color: #fff;
  padding: 5px;
  width: 33px;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 10px;
  font-size: 11px;
}
.askList .status span{
  font-weight: 600;
  font-size: 14px;
}

.askList .status p {
  font-weight: 600;
  font-size: 16px;
}

.askList .questionDetail {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  float: right;
  position: relative;
  height: 80px;
}
.askList .questionDetail h4{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.questionDetail.question .txt {
  font-size: 13px;
  height: 36px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 140%;
}

.question .questionInfo {
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.questionDetail h4 a{
  font-size: 15px;
  font-weight:500;
  color: #1067b7;
}

.questionDetail h4 a:hover{
  color: #ff6c00;
}

/* =========================================================
 * 里親・迷子定義
 * ====================================================== */

.fosterNewArea,
.maigoArea{
  background: #fff;
  margin-bottom: 15px;
}

.fosterNewArea {
  border: 1px solid #02735f;
}

.fosterNewArea h3 {
  background: #02735f;
  padding: 4px 8px;
  color: #fff;
  font-size:15px;
}

.maigoArea {
  border: 1px solid #286bcc;
}

.maigoArea h3 {
  background: #286bcc;
  padding: 4px 8px;
  color: #fff;
  font-size:15px;
}

.fosterNewArea .fosterRow,
.maigoArea .maigoRow {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
}

.fosterNewArea .fosterRow:last-child,
.maigoArea .maigoRow:last-child {
  border-bottom: none;
}

.fosterNewArea .fosterRow a,
.maigoArea .maigoRow a{
  width: 50px;
  height: 50px;
}

.fosterNewArea .fosterRow .info,
.maigoArea .maigoRow .info {
  width: calc(100% - 60px);
}

.fosterNewArea .fosterRow .title,
.maigoArea .maigoRow .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

/* =========================================================
 * ネコ日記定義
 * ====================================================== */
.diaryList {
  width: 100%;
  background: #fff;
  margin: 0 0 10px 0;
}
.diaryList_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.diaryList .diaryList_txt_ttl{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  transition: all 0.5s ease 0s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 520px;
}
.diaryList a .diaryList_txt_ttl {
  color: #1067b7;
}
.diaryList a:hover .diaryList_txt_ttl {
  color: #ff6c00;
}
.diaryList_txt_block {
  width: calc( 100% - 126px );
  padding: 10px;
}
.diaryList_img{
	overflow:hidden;
	width:106px;
  height: 106px;
}
.diaryList_img img{
  width: auto;
  height: 106px;
  vertical-align: bottom;
}
.diaryList_txt_body {
  color: #333;
  font-size: 13px;
  transition: all 0.5s ease 0s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  min-height:1em;
}
.diaryList_txt_btm{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.diaryList .userInfo {
  font-size: 100%;
  color: #777;
  margin-top: 8px;
}
.diaryList .userInfo a{
  color: #555;
}
.diaryList .userInfo a:hover{
  color: #ff6c00;
}
.diaryList .userInfo a .userImg {
  width: 28px;
  border-radius: 10%;
  margin-right: 5px;
}
.diaryList .userInfo a .userName {
  font-weight: 600;
}
.diaryList .counter {
  margin-top: 15px;
  margin-right: 10px;
}
.diaryList .counter img {
  height: 16px;
  margin-right: 5px;
  vertical-align: -3px;
}

/* =========================================================
 * 事務局のお知らせ
 * ====================================================== */
.info-title{
  width:520px;
  height:29px;
  background:url(../../images/info-01.gif) no-repeat;
}
.info-title p{
  padding-right: 10px;
  padding-top: 4px;
  font-size: 9pt;
}

.infoArea-inner{
  width:700px;
  font-size:13px;
  background: #fff;
  margin-bottom: 15px;
}

.infoArea-inner h2{
  font-size: 16px;
  background: #af9f88;
  color: #fff;
  padding: 5px 8px;
  margin: 0;
}

.infoArea-inner h2 a{
  color: #fff;
  font-size: 13px;
  line-height:24px;
}

.infoArea-inner ul{
  padding: 2px 10px;
}
.infoArea-inner ul li{
  /*font-weight: bold;*/
  font-size:14px;
}
.infoArea-inner ul li .info-date{
  color:#555;
  margin-right:2em;
}
.infoArea-inner ul a{
  color: #1067b7;
  font-weight: 500;
}

.infoArea-inner ul a:hover{
  color: #ff6c00;
}

.infoArea-inner h2 a:hover{
  color: #ffecb3;
}

.infoArea-inner ul li{
  border-bottom: 1px dotted #666;
  padding: 10px 0;
}
.infoArea-inner ul li:last-child{
  border-bottom: none;
}


/* =========================================================
 * バナー配置
 * ====================================================== */
.bnrArea{
  font-size: 0;
}

.bnrArea>div{
  width: 230px;
  margin-right: 0.7%;
  vertical-align: bottom;
  display: inline-block;
}

.bnrArea>div:last-child{
  margin-right: 0;
}

.bnrArea>div img{
  width: 230px;
}

.bnrArea a:hover img{
  transition: all 0.5s ease 0s;
  opacity:0.7;
}

/* =========================================================
 * ネコジルシとは
 * ====================================================== */
.bottomArea{
  border: 2px solid #d7bbbb;
  background: #fffdf0;
  width: 928px;
  padding: 15px;
}

.bottomArea h2{
  margin: 0 0 10px 0;
  padding: 0;
}

.bottomArea h3{
  margin-bottom: 10px;
}

.bottomArea h2 img,
.bottomArea h3 img{
  width: 100%;
}

ul.descriptionArea li{
  width: 32%;
  background: #fff;
  float: left;
  margin-bottom: 2%;
  min-height: 310px;
}

ul.descriptionArea li:nth-child(3n-1) {
  margin: 0 2% 2%;
}

.illustArea{
  text-align: center;
  color: #fff;
  background: #67ab9f;
}

.illustArea:hover{
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}

.illustArea img{
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.illustArea a{
  color: #fff;
  display: inline-block;
  width: calc( 100% - 20px);
  padding: 10px;
}

.illustArea p{
  font-size: 18px;
  font-weight: 600;
}

.descriptionArea .txtArea{
  padding: 10px;
}

.howto_btn a{
  display: inline-block;
  color: #fff;
  font-size: 20px;
  background: #ff8410;
  width: 350px;
  border-radius: 5px;
  padding: 10px 0;
}

.howto_btn a:hover{
  opacity: 0.7;
}

.nekosha .illustArea{
  background: #ffb570;
}

.diary .illustArea{
  background: #b3715e;
}

.ask .illustArea{
  background: #f8b5cc;
}

.maigo .illustArea{
  background: #a9c4eb;
}

.chat .illustArea{
  background: #cda2be;
}

/* =========================================================
 * 猫本レビュー
 * ====================================================== */
.contentsBlock.nekohon h2{
  width: 932px;
  font-size: 18px;
  margin: 10px 0 0 0;
  padding: 5px 15px;
  background: #977b53;
  color: #fff;
}

.contentsBlock.nekohon .introduce-inner{
  background: #fff;
  padding: 15px;
  border: 1px solid #ccc;
}

.nekohon .txtBox.harfBox>div{
  width: 48%;
}

.nekohon .txtBox h4.title{
  font-weight: 600;
  border-bottom: 2px solid #fca049;
  margin-bottom: 10px;
  padding: 0 0 2px 8px;
  font-size: 16px;
  color: #75472a;
}

.nekohon .txtBox h4.title:before{
  font-family: FontAwesome;
  content: "\f02e";
  margin-right: 8px;
  color: #fca049;
  font-size: 16px;
}

.nekohon .txtBox .txtArea{
  margin-bottom: 10px;
  color: #333;
}

.nekohon .txtBox.harfBox .txtArea{
  padding: 0 10px;
}

.nekohon .txtBox .txtArea p:first-child{
  margin-bottom: 5px;
}

.nekohon .txtBox .txtArea p{
  margin-bottom: 10px;
}

.nekohon .txtBox .txtArea p.excerpt{
  background: #f3f3f3;
  padding: 10px;
  border-radius: 5px;
  line-height: 155%;
}

.nekohon .txtBox .txtArea span{
  display: block;
  font-size: 14px;
}

.nekohon .more{
  /*font-weight: bold;*/
  float: right;
}
.nekohon .more a:before {
  content: "\f061";
  font-family: FontAwesome;
  margin-right: 5px;
}


/* =========================================================
 * ネコ講座
 * ====================================================== */
.contentsGrowHeading{
  margin: 10px 0 0 0;
  padding: 5px 15px;
  background: #5898b7;
  color: #fff;
  font-size: 18px;
}

.contentsGrowInner{
  padding: 15px 15px 25px;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
}

.growTopTxt{
  margin: 0 0 20px;
}

.glowItems{
  display: flex;
  flex-wrap: wrap;
}

.glowItem{
  width: 32%;
  margin: 0 2% 0 0;
}
.glowItem:nth-child(3n){
  margin: 0;
}
.glowItem:nth-child(n + 4){
  margin-top: 30px;
}

.glowItem > a{
  display: block;
  width: 60%;
  margin: 20px auto 10px;
}
.glowItem > a:hover{
  opacity: .8;
  transition: all 0.3s ease 0s;
}
.growImg{
  width: 100%;
}

.growTtl{
  margin-bottom: 10px;
  padding: 3px 0 3px 8px;
  background: #74a9c2;
  color: #fff;
  font-size: 15px;
}

.growTxt{
  margin: 0 0 10px;
}

.growMore{
  text-align: right;
  font-size: 14px;
}
.growMore a{
  color: #800000;
}
.growMore a:before{
  content: "\f061";
  margin-right: 5px;
  font-family: FontAwesome;
}
.growMore a:hover{
  color: #ff8410;
}



/* =========================================================
 * おみくじ
 * ====================================================== */
a.omikujiStartBtn{
  margin:1px;
}

div.omikuji-area{
  box-sizing: border-box;
/*	width:242px;*/
  min-height: 234px;
  border:4px solid #a8925c;
  background: #fff;
}

div.omikuji-area img {
  vertical-align: bottom;
}

div.omikuji-area a:hover img {
  transition: all 0.5s ease 0s;
  opacity:0.7;
}

div.omikuji{
  position: relative;
  margin:1px;
  min-height: 232px;
  border:2px solid #a8925c;
}

div.omikuji-word{
  margin-left:4px;
  padding:6px;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
  font-size:14px;
  text-align:left;
}

div.omikuji-neko{
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
  text-align:center;
  padding-bottom:10px;
}

.omikuji-image {
  display: none;
}
.omikuji-box-anime {
  background: gradient(top, #fdeac4, #fefdfb);
  /* firefox */
  background: -moz-linear-gradient(top, #fdeac4, #fefdfb);
  /* Safari,Google Chrome用 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fdeac4), to(#fefdfb));
  /* IE10+ */
  background: -ms-linear-gradient(top, #fdeac4, #fefdfb);
  /* IE8-9 */
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeac4', endColorstr='#fefdfb', GradientType=0)";*/
}
.omikuji-box-anime a {
  cursor: default;
}
.omikuji-box-anime .omikuji-top {
  display: none;
}
.omikuji-displayResult {
  width: 228px;
  margin-top: 2px;
}
.omikuji-box-anime .omikuji-image {
  display: block;
  animation-name: omikujiBox;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes omikujiBox {
  0% {transform: rotate(-5deg);}
  100% {transform: rotate(5deg);}
}

.gara01 {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(-35deg);
}
.gara02 {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transform: rotate(-25deg);
}
.omikuji-box-anime .gara01,
.omikuji-box-anime .gara02 {
  display: block;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.omikuji-box-anime .gara01 {
  opacity: 0;
  animation-name: gara01;
}
.omikuji-box-anime .gara02 {
  opacity: 1;
  animation-name: gara02;
}

@keyframes gara01 {
  0% {opacity: 0;}
  20% {opacity: 0;}
  40% {opacity: 0;}
  60% {opacity: 1;}
  80% {opacity: 1;}
  100% {opacity: 1;}
}
@keyframes gara02 {
  0% {opacity: 1;}
  20% {opacity: 1;}
  40% {opacity: 1;}
  60% {opacity: 0;}
  80% {opacity: 0;}
  100% {opacity: 0;}
}

/* bx-slider */
.bx-wrapper a.bx-next:hover,
.bx-wrapper a.bx-prev:hover {
  transition: none;
}















/*##################### 里親募集検索箇所(インデックス表示) #####################*/
.fosterSearchArea{
  width: 650px;
}

.fosterSearchHeading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  margin-bottom: 8px;
  padding: 8px 10px;
  border-top: 2px solid #0a725f;
  border-bottom: 2px solid #0a725f;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-size: 16px;
}
.fosterSearchTtl{
  display: inline;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: none;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.fosterSearchNum{
  display: flex;
}
.fosterSearchNum i{
  font-size: 18px;
}
.fosterSearchNum span{
  font-weight: 600;
}
.fosterSearchNum_recruit i{
  color: #800;
}
.fosterSearchNum_settled{
  margin-left: 15px;
}
.fosterSearchNum_settled i{
  color: #ed4580;
}

.fosterSearchDetail{
  background: #fff;
  padding: 11px 10px;
}
.fosterHeading{
  border-bottom: 2px solid #3e906d;
  margin-bottom: 6px;
  padding-bottom: 2px;
  color: #333;
  font-size: 16px;
}
.fosterHeading:before{
  content: "\f18e";
  margin-right: 5px;
  color: #3e906d;
  font-size: 1.0rem;
  font-family: FontAwesome;
}
.fosterHeading span{
  font-weight: 700;
}
.fosterSearchWord .fosterHeading{
  margin-bottom: 0;
  border-bottom: none;
}

.fosterSearchBox{
  box-sizing: border-box;
  display: table;
  width: 100%;
}
.fosterSearchInput{
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  width: 85%;
  vertical-align: bottom;
}
.fosterSearchInput .search_input{
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 5px 10px;
  border: #3e906d solid 2px;
  box-sizing: border-box;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #000;
  font-size: .85rem;
  font-style: normal;
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 1;
}
a.fosterSearchBtn{
  display: inline-block;
  width: 95%;
  height: 22px;
  padding: 5px 0 5px 5px;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: medium none;
  background: #3e906d;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .3rem;
  text-align: center;
}

/* フリーワード */
.searchInputWrapper{
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  width: 85%;
  vertical-align: bottom;
}
.search_input{
  display: inline-block;
  border: #3e906d solid 2px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: .85rem;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 5px 10px;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search_input:focus{
  outline: none;
}
.search_input::-webkit-input-placeholder,
.search_input:-ms-input-placeholder,
.search_input::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

.fosterSearchPref{
  margin-top: 9px;
  background: url(/foster/images/foster_search02.png) no-repeat right center;
}
.fosterSearchPrefTable{
  width: 400px;
  margin: 10px 0 0 10px;
  table-layout: fixed;
}
.fosterSearchPrefTable td{
  width: 50px;
  padding: 0 0 3px;
  border: none;
  color: #aaa;
  background: none;
  font-weight: 600;
}
.fosterSearchPrefTable td a{
  font-size: 14px;
  color: #6d6d6d;
}
.fosterSearchPrefTable td a:hover{
  color: #ff8410;
  text-decoration: underline!important;
}

.fosterSearchMore{
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.fosterSearchMore a{
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  background: #529f72;
  color: #fff;
}







/* ============================================================================
  譲渡会一覧
 * ============================================================================ */
.adoptionBbsBox{
  margin: 0 0 10px;
}

 /*----- 一覧 -----*/
/*----- 文字部分上 -----*/
.adoptionBbsHeading{
  margin-bottom: 10px;
  padding: 10px;
  border-top: 2px solid #309fad;
  border-bottom: 2px solid #309fad;
  border-radius: 0;
  background: #fff;
  color: #555;
  font-size: 20px;
  font-weight: 600;
}
.adoptionBbsHeading .fa{
  font-size: 18px;
}

ul.adoptionListArea {
  display: flex;
  flex-wrap: wrap;
}
ul.adoptionListArea li{
  margin: 0 5px 0 0;
}
ul.adoptionListArea li:nth-child(3n){
  margin: 0;
}
ul.adoptionListArea li:nth-child(n + 4){
  margin-top: 5px
}
li.adoptionListItem{
  display: inline-block;
  width: calc((100% - 28px) / 3);
  border: 3px solid #c9c9c9;
  background: #fff;
}
li.adoptionListItem.end{
  background:#fcfcfc;
}
li.adoptionListItem .bbsImg{
  height: 220px;
  width: 310px;
  overflow: hidden;
}
/*
li.adoptionListItem .bbsImg img {
  filter: grayscale(50%) opacity(0.8);
}
*/
li.adoptionListItem.end p.title a{
  color: #9b9b9b;
}
li.adoptionListItem a{
  display: inline-block;
  width: 100%;
}
li.adoptionListItem a img{
  width: 100%;
  background: #fff;
}

li.adoptionListItem .bbsTxt{
  padding: 0 10px 10px;
}

li.adoptionListItem .ttlWrap{
  margin:10px 10px 0;
}

li.adoptionListItem .title a{
  display: block;
  float: left;
  color: #307686;
  font-size: 1.2rem;
  font-weight: 600;
  width: 100%;
  line-height: 130%;
  height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
li.adoptionListItem .title a:hover{
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}
li.adoptionListItem .title .end{
  display: block;
  float: left;
  font-size: 0.85rem;
  background: #fb7979;
  color: #fff;
  padding: 2px 8px 1px 8px;
  border-radius: 2px;
}
li.adoptionListItem .day{
  margin-top: 5px;
  color: #666;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

li.adoptionListItem.end .day{
  color: #9b9b9b;
}
li.adoptionListItem .txtImgWrap{
  display:table;
  width:90%;
  margin:10px auto;
}
li.adoptionListItem .txtWrap{
  display:table-cell;
  width:167px;
  vertical-align:top;
  padding-right:10px;
  word-wrap:break-word;
}
li.adoptionListItem .txt{
  margin-top: 5px;
  font-size: 0.8rem;
  width:165px;
  line-height: 165%;
  height:125px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  word-wrap:break-word;
}
li.adoptionListItem .imgWrap{
  display:table-cell;
}
li.adoptionListItem .imgWrap a{
  overflow:hidden;
  width:96px;
  height:138px;
}
li.adoptionListItem .imgWrap img{
  width:100%;
}
li.adoptionListItem.end .imgWrap img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*----- 文字部分下 -----*/
.bbsDescriBtm{
  font-size: 0.9rem;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  color: #555;
  position: relative;
}
.bbsDescriBtm .fa.fa-map-marker{
  margin-right: 8px;
  font-size: 1rem;
}
.bbsDescriBtm .fa.fa-flag{
  margin-right: 5px;
  font-size: 1rem;
}
.bbsDescriBtm .tooltip{
  position: absolute;
  bottom: 5px;
  right: 0;
}
.bbsDescriBtm .applyinfo{
  width: 100%;	
}

.bbsDescriBtm .pref,
.bbsDescriBtm .place{
  display: block;
  width: 100%;
  line-height: 130%;
  height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.adoptionListAreaWrap .adoption-more{
  float: right;
  margin: 5px 0 0;
}

.adoptionListAreaWrap .more-link{
  background: #309fad;
  font-size:15px;
}


/*----- 条件がなかった場合 -----*/
.adoptionListAreaWrap .no_list p{
  text-align: center;
  margin: 40px 0;
  padding: 40px 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;

}



/* ============================================================================
  ボランティア募集掲示板一覧
 * ============================================================================ */
.volunteerBox{
  margin: 0 0 10px;
}
.volunteerBox a:hover{
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}
.volunteerHeading{
  margin-bottom: 13px;
  padding: 0 10px 10px;
  border-bottom: 2px solid #6ab835;
  color: #555;
  font-size: 18px;
  font-weight: 600;
}
.volunteerList{
  display: flex;
  justify-content: space-between;
}
.volunteerList .listItem{
  width: calc((100% - 80px) / 3);
  padding: 14px 10px;
  border: 1px solid #ddd9d9;
  background: #fff;
}
.volunteerList .listItem .itemTtl{
  margin: 0 0 7px;
}
.volunteerList .listItem .itemTtl a{
  display: block;
  color: #1067b7;
  font-size: 17px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.volunteerList .listItem .itemBox{
  display: flex;
  height: 105px;
}
.volunteerList .listItem .itemBox .boxImg{
  width: 105px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.volunteerList .listItem .itemBox .boxImg img{
  width: 100%;
}
.volunteerList .listItem .itemBox .boxDetail{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 115px);
  margin-left: 10px;
}
.volunteerList .listItem .itemBox .boxDetail .detailTxt{
  display: -webkit-box;
  height: 4.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.volunteerList .listItem .itemBox .boxDetail .detailBtm i{
  width: 15px;
  margin-right: 5px;
  font-size: 15px;
  text-align: center;
}
.volunteerList .listItem .itemBox .boxDetail .detailBtm .btmBase,
.volunteerList .listItem .itemBox .boxDetail .detailBtm .btmArea{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.volunteer-more{
  text-align: right;
}
.volunteer-more a.more-link{
  margin: 5px 0 10px;
  background: #6ab835;
}
.volunteerBox .noList p{
  width: 100%;
  margin: 40px 0;
  padding: 40px 0;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
}




/* ============================================================================
  リニューアルTOP設定 202510
 * ============================================================================ */
.nj-wrapper #contens-inner{
  margin: 0 auto 80px;
}
.nj-wrapper #contens-inner *,
.nj-wrapper #contens-inner *:before,
.nj-wrapper #contens-inner *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.nj-wrapper #contens-inner a,
.nj-wrapper #contens-inner a *,
.nj-enjoy a{
  transition: all 0.5s ease 0s;
}
.nj-wrapper #contens-inner a:hover img{
  opacity: .7;
}

.nj-wrapper #contens-inner img{
  max-width: 100%;
  vertical-align: bottom;
}

.nj-ellipsis{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sp-only{
  display: none;
}

.indexTop{
  display: flex;
  gap: 30px;
  margin: 20px 0 26px;
}

/* TOP左ネコ写 */
.indexTop .mvPhotoArea .mvPhotoImg{
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.indexTop .mvPhotoTitle{
  width: 100%;
}
.indexTop .userName{
  width: 65%;
}
.indexTop .mvPhotoTitle .valueArea{
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  width: 35%;
}
.indexTop .mvPhotoTitle .valueArea .fa{
  font-size: 22px;
}
.indexTop .mvPhotoTitle .valueArea p{
  font-size: 16px;
}



/* TOP右ブロック */
.topIntro{
  padding: 20px 18px 18px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(255 212 225 / 60%);
  background: #fdfdfd;
  font-size: 16px;
}
.topIntro_box{
  position: relative;
  margin: 0 0 20px;
}
.topIntro_box::after{
  position: absolute;
  right: 0;
  bottom: -10px;
  content: "";
  display: inline-block;
  width: 74px;
  height: 71px;
  background: url(/images/topIntro_img.png) no-repeat center / contain;
}
.topIntro_heading {
  margin: 0 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.topIntro_heading span{
  margin: 5px 0 0;
  display: inline-block;
  color: #fa7418;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.topIntro_txt {
  margin: 0 0 10px;
  color: #555;
}
.topIntro_link {
  padding: 0 84px 0 0;
  text-align: center;
}
.topIntro_link a{
  display: inline-block;
  padding: 12px 25px;
  border-radius: 100vh;
  background: #ef8b29;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}

.topIntro_bnr:not(:last-of-type){
  margin: 0 0 12px;
}
.topIntro_bnr a:hover{
  opacity: .7;
}


/* ネコ写 Pick up */
.nj-newNekosha{
  margin: 0 0 20px;
}
.nj-newNekosha .nekoshaControlWrap{
  min-height: 120px;
}
.nj-newNekosha .nekoshaListWrap{
  width: calc(100% - 80px);
}
.nj-newNekosha .nekoshaList{
  width: 100%;
}
.nj-newNekosha .nekoshaBox{
  width: calc((100% - 40px) / 5);
  height: 120px;
  overflow: hidden;
  margin-left: 10px;
}
.nj-newNekosha .nekoshaBox a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.nj-newNekosha .nekoshaBox img{
  width: 100%;
}
.nj-newNekosha .nekoshaBox .photoList_text{
  bottom: 0;
  width: calc(100% - 16px);
  padding: 8px;
}
.nj-newNekosha .nekoshaBox .photoList_text span{
  width: 100%;
  font-size: 15px;
}

.nj-newNekosha .nekoshaControlWrap .prev,
.nj-newNekosha .nekoshaControlWrap .next{
  width: 30px;
}

.nj-newNekosha .newNekoshaHeading{
  position: relative;
  margin: 0 0 14px;
  padding: 0 0 2px 15px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}
.nj-newNekosha .newNekoshaHeading::before{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 5px;
  height: 2rem;
  background: #ef8b29;
  border-radius: 100vh;
}
.nj-newNekosha .newNekoshaHeading span{
  margin: 0 0 0 10px;
  color: #ef8b29;
  font-size: 16px;
}



/* お知らせブロック */
.nj-info{
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 20px 0 50px;
}
.nj-info_area{
  width: calc(100% - 265px);
}

.nj-info_box{
  margin: 0 0 10px;
  padding: 16px 20px 18px;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(204, 204, 204, 0.6);
  background: #fff;
}
.nj-info_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
}
.nj-info_heading{
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
}
.nj-info_heading .fa{
  margin: 0 10px 0 0;
  color: #9b876a;
  font-size: 22px;
}
.nj-info_link{
  color: #555!important;
  font-size: 16px;
}
.nj-info_link .fa{
  margin: 0 0 0 10px;
  color: #9b876a;
  font-size: 18px;
}
.nj-info_link:hover,
.nj-info_link:hover .fa{
  color: #ff6c00!important;
}
.nj-info_item{
  display: flex;
  gap: 8px;
  font-size: 16px;
}
.nj-info_item:not(:last-of-type){
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: 1px solid #ccc;
}
.nj-infoMain_date{
  width: 90px;
}
.nj-info_item a{
  color: #1067b7;
}
.nj-info_item a:hover{
  color: #ff6c00;
}

.nj-bnrArea{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.nj-bnrArea a:hover{
  opacity: .5;
}



/* ページ内リンク */
.nj-anchor{
  margin: 0 0 32px;
}
.nj-anchor ul{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.nj-anchor ul li{
  width: calc(25% - 15px);
}

.nj-anchor_link{
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  height: 118px;
  padding: 0 0 32px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
  color: #333!important;
}
.nj-anchor_link .fa{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0 0 5px;
  color: #555;
  font-size: 36px;
}
.nj-anchor_link .fa-home{
  font-size: 44px;
}
.nj-anchor_txt{
  font-size: 18px;
  line-height: 1;
}
.nj-anchor_link::after{
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  border-top: 10px solid #ccc;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.nj-anchor_link:hover .fa{
  color: #fa7418;
}
.nj-anchor_link:hover::after{
  border-top: 10px solid #fa7418;
}



/* 各コンテンツ情報 */
/* 大カテゴリ見出し */
.nj-section_heading{
  margin: 0 0 32px;
  padding: 0 5px 10px;
  border-bottom: 3px solid #02735f;
  font-size: 34px;
  font-weight: bold;
}
.nj-section_heading:not(:first-of-type){
  margin-top: 80px;
}
.nj-section_heading .fa{
  margin: 0 12px 0 0;
  font-size: 36px;
}
.nj-section_heading--foster .fa{
  color: #02735f;
}
.nj-section_heading--maigo{
  border-bottom-color: #5d8cd0;
}
.nj-section_heading--maigo .fa{
  color: #5d8cd0;
}
.nj-section_heading--community{
  border-bottom-color: #977b53;
}
.nj-section_heading--community .fa{
  color: #977b53;
}
.nj-section_heading--first{
  border-bottom-color: #fa7418;
}
.nj-section_heading--first .fa{
  color: #fa7418;
}



/* 小カテゴリ見出し */
.nj-block_heading {
  position: relative;
  margin: 70px 0 14px;
  padding: 6px 0 8px 13px;
  border-left: 5px solid #0a725f;
  background: linear-gradient(to right, rgba(10, 114, 95, .18) 0%, rgba(10, 114, 95, .1) 45%, rgba(10, 114, 95, .04) 80%, rgba(10, 114, 95, 0) 100%);
  color: #0a725f;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}

.nj-foster .nj-block_heading,
.nj-maigo .nj-block_heading,
.nj-diary .nj-block_heading,
.nj-about .nj-block_heading:first-of-type{
  margin-top: 32px;
}
.nj-adoption .nj-block_heading{
  border-left-color: #448d9e;
  background: linear-gradient(to right, rgba(68, 141, 158, .18) 0%, rgba(68, 141, 158, .1) 45%, rgba(68, 141, 158, .04) 80%, rgba(68, 141, 158, 0) 100%);
  color: #448d9e;
}
.nj-volunteer .nj-block_heading{
  border-left-color: #6ab835;
  background: linear-gradient(to right, rgba(106, 184, 53, .18) 0%, rgba(106, 184, 53, .1) 45%, rgba(106, 184, 53, .04) 80%, rgba(106, 184, 53, 0) 100%);
  color: #6ab835;
}
.nj-maigo .nj-block_heading{
  border-left-color: #5d8cd0;
  background: linear-gradient(to right, rgba(93, 140, 208, .18) 0%, rgba(93, 140, 208, .1) 45%, rgba(93, 140, 208, .04) 80%, rgba(93, 140, 208, 0) 100%);
  color: #5d8cd0;
}
.nj-diary .nj-block_heading{
  border-left-color: #644600;
  background: linear-gradient(to right, rgba(100, 70, 0, .18) 0%, rgba(100, 70, 0, .1) 45%, rgba(100, 70, 0, .04) 80%, rgba(100, 70, 0, 0) 100%);
  color: #644600;
}
.nj-ask .nj-block_heading{
  border-left-color: #e4457d;
  background: linear-gradient(to right, rgba(228, 69, 125, .18) 0%, rgba(228, 69, 125, .1) 45%, rgba(228, 69, 125, .04) 80%, rgba(228, 69, 125, 0) 100%);
  color: #e4457d;
}
.nj-about .nj-block_heading,
.nj-grow .nj-block_heading{
  border-left-color: #7d4318;
  background: linear-gradient(to right, rgba(125, 67, 24, .18) 0%, rgba(125, 67, 24, .1) 45%, rgba(125, 67, 24, .04) 80%, rgba(125, 67, 24, 0) 100%);
  color: #7d4318;
}





/* 導入文章 */
.nj-intro_text{
  margin: 0 0 36px;
  font-size: 18px;
  line-height: 1.8;
}


/* 里親募集・迷い猫汎用ブロック */
.nj-cards{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 30px;
}
/* 投稿が無い場合 */
.nj-no_item{
  display: flex;
  padding: 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
}
/* 投稿がある場合 */
.nj-card{
  width: 229px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.nj-card_thumb{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  overflow: hidden;
}
.nj-card_thumb:hover{
  opacity: .7;
}
.nj-card_detail{
  padding: 8px 10px 16px;
}
.nj-card_title{
  margin: 0 0 2px;
}
.nj-card_title a{
  color: #1067b7;
  font-size: 16px;
  font-weight: 600;
}
.nj-card_title a:hover{
  color: #fa7418;
}

.nj-card_location{
  padding-left: 4px;
  color: #777;
  font-size: 16px;
}
.nj-card_location .fa{
  margin-right: 9px;
  font-size: 20px;
}

.nj-fosterSearch_input{
  display: inline-block;
  height: 50px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* 検索ブロック */
.nj-fosterSearch{
  display: flex;
  padding: 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.nj-fosterSearch_heading{
  margin: 0 0 22px;
  color: #02735f;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.nj-fosterSearch_pref{
  width: calc(100% - 375px);
  background: url(/foster/images/foster_search02.png) no-repeat right 3px bottom 4px / 300px;
}
.nj-fosterSearch_prefTable{
  width: 96%;
  margin: 0;
  table-layout: fixed;
}
.nj-fosterSearch_prefTable td{
  padding: 4px 0 5px;
}
.nj-fosterSearch_prefTable a{
  color: #6d6d6d;
  font-size: 18px;
}
.nj-fosterSearch_prefTable a:hover{
  color: #ff8410;
  text-decoration: underline !important;
}

.nj-fosterSearch_detail{
  width: 375px;
  padding-left: 30px;
  border-left: 1px solid #ccc;
}

/* 累計ブロック */
.nj-fosterSearch_total{
  margin: 0 0 25px;
  padding: 16px 20px 21px;
  border: 1px solid #d7bbbb;
  border-radius: 5px;
  background: #fffdf0;
}
.nj-fosterSearch_item{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nj-fosterSearch_item + .nj-fosterSearch_item{
  margin-top: 16px;
}
.nj-fosterSearch_totalHeading{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
.nj-fosterSearch_totalHeading .fa{
  font-size: 28px;
}
.nj-fosterSearch_totalHeading .fa-paw{
  color: #800;
}
.nj-fosterSearch_totalHeading .fa-heart{
  color: #ed4580;
}
.nj-fosterSearch_num{
  font-size: 20px;
  line-height: 1;
}
.nj-fosterSearch_num span{
  display: inline-block;
  margin-right: 5px;
  font-size: 32px;
  font-weight: bold;
}

/* フリーワード検索 */
.nj-fosterSearch_form{
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 25px;
}
.nj-fosterSearch_input{
  width: calc(100% - 72px);
}
.nj-fosterSearch_form a.nj-fosterSearch_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  margin: 0;
  padding: 0 0 2px 6px;
  border-radius: 5px;
  font-size: 28px;
  line-height: 1;
  box-shadow: none;
}
.nj-fosterSearch_form a.nj-fosterSearch_btn:hover{
  opacity: .7;
}

.nj-fosterSearch_more a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-radius: 5px;
  background: #3e906d;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.nj-fosterSearch_more a .fa{
  margin-right: 10px;
  font-size: 27px;
}
.nj-fosterSearch_more a:hover{
  opacity: .7;
}


/* ----- 譲渡会掲示板 ----- */
.nj-adoption_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.nj-adoption_item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc(50% - 10px);
  padding: 24px 20px;
  background: #fff;
  border: 2px solid #448d9e;
  border-radius: 5px;
}
.nj-adoption_img{
  width: 100px;
}
.nj-adoption_img a:hover{
  opacity: .7;
}
.nj-adoption_detail{
  width: calc(100% - 120px);
}
.nj-adoption_title a{
  color: #1067b7;
  font-size: 18px;
  font-weight: 600;
}
.nj-adoption_title a:hover{
  color: #ff6c00;
}
.nj-adoption_day{
  margin: 0 0 16px;
  color: #555;
  font-size: 18px;
}
.nj-volunteer{
  margin: 0 0 35px;
}
.nj-adoption_map,
.nj-volunteer_map{
  display: flex;
  align-items: center;
  gap: 6px;
  color: #777;
  font-size: 16px;
}
.nj-adoption_map + .nj-adoption_map{
  margin-top: 8px;
}
.nj-adoption_map .fa,
.nj-volunteer_map .fa{
  min-width: 24px;
  font-size: 24px;
  text-align: center;
}


.nj-more_block{
  margin: 30px 0 0;
}
.nj-more_block .more-link{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 55px;
  margin: 0 0 0 auto;
  font-size: 20px;
}
.nj-more_block .more-link .fa{
  margin-left: 8px;
}
.nj-more_block--adoption .more-link{
  background: #448d9e;
}
.nj-more_block--volunteer .more-link{
  background: #6ab835;
}
.nj-more_block--maigo .more-link{
  background: #5d8cd0;
}
.nj-more_block--diary .more-link{
  background: #977b53;
}
.nj-more_block--ask .more-link{
  background: #f378a3;
}
.nj-more_block--grow .more-link{
  background: #5898b7;
}



/* 終了時設定 */
.nj-adoption_item.end{
  background:#fcfcfc;
}
.nj-adoption_item.end .nj-adoption_title{
  display: flex;
  align-items: center;
  gap: 5px;
}
.nj-adoption_item.end .nj-adoption_title a{
  max-width: calc(100% - 45px);
  color: #9b9b9b;
}
.nj-adoption_item.end .nj-adoption_title .end{
  min-width: 40px;
  padding: 5px;
  background: #fb7979;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.nj-adoption_item.end .nj-adoption_day{
  color: #9b9b9b;
}
.nj-adoption_item.end .nj-adoption_img img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}



/* ----- ボランティア募集掲示板 ----- */
.nj-volunteer_list{
  display: flex;
  gap: 18px;
}
.nj-volunteer_item{
  width: calc((100% - 36px) / 3);
  padding: 20px 20px 16px;
  border: 2px solid #6ab835;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.nj-volunteer_map + .nj-volunteer_map{
  margin-top: 6px;
}
.nj-volunteer_img{
  margin: 0 0 16px;
  text-align: center;
}
.nj-volunteer_img a:hover{
  opacity: .7;
}
.nj-volunteer_img img{
  width: 200px;
}
.nj-volunteer_title{
  margin: 0 0 8px;
}
.nj-volunteer_title a{
  color: #1067b7;
  font-size: 18px;
  font-weight: 600;
}
.nj-volunteer_title a:hover{
  color: #ff6c00;
}



/* ----- みんなの猫日記 ----- */
.nj-diary_item{
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.nj-diary_item:not(:last-of-type){
  margin-bottom: 20px;
}
.nj-diary_detail{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 140px);
  padding: 0 20px;
}
.nj-diary_title{
  margin: 0 0 5px;
  color: #1067b7!important;
  font-size: 22px;
  font-weight: 600;
}
.nj-diary_title:hover{
  color: #ff6c00!important;
}
.nj-diary_txt{
  margin: 0 0 10px;
  color: #555555;
  font-size: 16px;
}
.nj-diary_btm{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nj-diary_user{
  display: flex;
  align-items: center;
  gap: 20px;
  color: #777;
  font-size: 16px;
}
.nj-diary_user a{
  display: flex;
  align-items: center;
}
.nj-diary_userImg{
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 5px;
}
.nj-diary_userName{
  color: #555;
}
.nj-diary_user a:hover .nj-diary_userName{
  color: #ff6c00;
}
.nj-counter_item{
  font-size: 16px;
}
.nj-counter_item + .nj-counter_item{
  margin-left: 10px;
}
.nj-counter_item .fa,
.nj-counter_item img{
  width: 24px;
  margin-right: 8px;
  font-size: 22px;
  text-align: center;
}
.nj-diary_img{
  position: relative;
  width: 140px;
}
.nj-diary_img .friendOnly{
  position: absolute;
  top: 0;
  left: 0;
}



/* ----- にゃんでもQ&A ----- */
.nj-ask_item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
}
.nj-ask_item:not(:last-of-type){
  margin-bottom: 20px;
}
.nj-status{
  width: 100px;
  text-align: center;
}
.nj-status_label{
  margin: 0 0 17px;
  padding: 5px 0;
  background: #02735f;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.nj-status_txt{
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1;
}
.nj-status_cnt{
  font-size: 32px;
  line-height: 1;
}

.nj-ask_detail{
  width: calc(100% - 125px);
}
.nj-ask_title{
  margin: 0 0 8px;
}
.nj-ask_title a{
  color: #1067b7;
  font-size: 22px;
  font-weight: 600;
}
.nj-ask_title a:hover{
  color: #ff6c00;
}
.nj-ask_body{
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
}
.nj-ask_body p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
  font-size: 16px;
}
.nj-ask_btm{
  display: flex;
  justify-content: space-between;
}
.nj-ask_category,
.nj-ask_hit{
  font-size: 16px;
}
.nj-ask_category a:hover{
  text-decoration: underline!important;
}
.nj-ask_hit{
  color: #555;
}
.nj-ask_hit .fa{
  margin-right: 8px;
  font-size: 20px;
}



/* ----- ネコジルシってなに？ ----- */
.nj-about{
  margin: 0 0 35px;
}
.nj-about_list{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.nj-about_item{
  position: relative;
  width: calc((100% - 40px) / 3);
  padding: 26px 0;
  border-radius: 10px;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.75;
  box-shadow: 0 0 15px 0 rgba(204, 204, 204, 0.6);
}
.nj-about_item::after{
  position: absolute;
  top: -25px;
  right: -8px;
  transform: rotate(10deg);
  font-family: FontAwesome;
  font-size: 40px;
}
.nj-about_item--01::after{
  content: "\f004";
  color: #ef7699;
}
.nj-about_item--02::after{
  content: "\f030";
  color: #a15f3f;
}
.nj-about_item--03::after{
  content: "\f086";
  top: -30px;
  font-size: 48px;
  color: #f37750;
}



/* ----- どんなコンテンツがあるの？ ----- */
.nj-contents_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.nj-contents_item{
  width: calc((100% - 40px) / 3);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(204, 204, 204, 0.6);
  overflow: hidden;
}
.nj-contents_img{
  display: block;
  padding: 20px 0 14px;
  background: #67ab9f;
  color: #fff!important;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.nj-contents_img:hover{
  opacity: .7;
}
.nj-contents_txt{
  padding: 14px 16px 22px;
  font-size: 16px;
}

.nj-contents_item--maigo .nj-contents_img{
  background: #a9c4eb;
}
.nj-contents_item--nekosha .nj-contents_img{
  background: #ffb570;
}
.nj-contents_item--diary .nj-contents_img{
  background: #b3715e;
}
.nj-contents_item--ask .nj-contents_img{
  background: #f8b5cc;
}
.nj-contents_item--adoption .nj-contents_img{
  background: #73a6b6;
}



/* ----- ネコの育て方について ----- */
.nj-grow_list{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.nj-grow_item{
  width: calc((100% - 40px) / 3);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(204, 204, 204, 0.6);
  overflow: hidden;
}
.nj-grow_img{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 182px;
  overflow: hidden;
}
.nj-grow_img:hover{
  opacity: .7;
}
.nj-grow_detail{
  padding: 14px 14px 20px;
}
.nj-grow_title{
  margin: 0 0 8px;
  color: #5898b7;
  font-size: 22px;
  font-weight: 600;
}
.nj-grow_txt{
  margin: 0 0 8px;
  font-size: 16px;
}
.nj-grow_more{
  text-align: right;
}
.nj-grow_more a{
  color: #5898b7;
  font-size: 18px;
}
.nj-grow_more a .fa{
  margin-right: 10px;
}
.nj-grow_more a:hover{
  color: #ff6c00;
}



/* ----- ネコジルシをもっと楽しむには ----- */
.nj-enjoy{
  padding: 60px 0 74px;
  border-top: 5px solid #d7bbbb;
  border-bottom: 5px solid #d7bbbb;
  background: #fffdf0;
  text-align: center;
}
.contens-inner{
  width: 962px;
  margin: 0 auto;
}
.nj-enjoy_title{
  margin: 0 0 18px;
  padding: 0;
  color: #fa7418;
  font-size: 34px;
  font-weight: bold;
}
.nj-enjoy_txt{
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.8;
}
.nj-enjoy_txt:last-of-type{
  margin-bottom: 36px;
}
.nj-enjoy_img{
  margin: 32px 0 26px;
}
.nj-enjoy_btns{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nj-regiser_btn{
  display: inline-block;
  width: 380px;
  margin: 0 0 14px;
  padding: 23px 0;
  border-radius: 100vh;
  background: #fa7418;
  text-decoration: none;
  color: #fff!important;
  font-size: 24px;
}
.nj-regiser_btn:hover{
  opacity: .7;
}
.nj-regiser_btn .fa{
  margin-right: 8px;
  font-size: 30px;
}
.nj-more_btn{
  color: #333!important;
  font-size: 18px;
}
.nj-more_btn:hover{
  color: #ff6c00!important;
  text-decoration: none;
}



