@charset "utf-8";

/*共通部分開始*/

/* .wrapper {
	max-width: 100px;
	margin: 0 auto;
	padding: 0 4%;
} */

/* NEWS
---------------------------------*/
.post-info {
  padding:  0;                /* ulタグのデフォルトCSSを打ち消し */
  margin:  0px;                 /* ulタグのデフォルトCSSを打ち消し */
  list-style: none;           /* ulタグのデフォルトCSSを打ち消し */
  text-align:  left;       /* 子要素を左右中央揃え */
}

.post-info > li {
  display:  inline-block;     /* インラインブロック要素にする */
  width: 290px;               /* 幅指定 */
  vertical-align:  center;    /* 要素を上下中央で揃える */
}

.cp_card02 {
  font-size: 14px;
  line-height: 1.45em;
  position: relative;
  overflow: hidden;
  height: 200px;
  margin: 14px;
  -webkit-transition: height 0.3s ease;
          transition: height 0.3s ease;
  border-radius: 3px;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  max-width: 290px ;
}
.cp_card02:hover .details {
  left: 0;
}
.cp_card02:hover.alt .details {
  right: 0;
}
.cp_card02.alt .details {
  right: -100%;
  left: inherit;
}
.cp_card02 .photo {
  position: relative;
  float: left;
  width: 40%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.cp_card02:hover .photo {
  -webkit-transform: rotate(5deg) scale(1.3);
          transform: rotate(5deg) scale(1.3);
}

.cp_card02 .details {
  position: absolute;
  top: 0;
  left: -100%;
  width: 40%;
  height: 200px;
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  color: #ffffff;
  background: rgb(0,176,80, 0.4);
  
}
.cp_card02 .details > li {
  padding: 3px 0;
}
.cp_card02 .details li::before,
.cp_card02 .details .tags ul::before {
  font-family: FontAwesome;
  margin-right: 10px;
  vertical-align: middle;
  list-style: none;
}
.cp_card02 .details .author::before {
  content: '\f007';
}

.cp_card02 .details .tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cp_card02 .details .tags ul::before {
  content: '\f02b';
}
.cp_card02 .details .tags li {
  display: inline-block;
  margin-right: 3px;
}
.cp_card02 .details a {
  color: inherit;
}
.cp_card02 .details a:hover {
  color: rgb(0,176,80);
}
.cp_card02 .description {
  position: relative;
  z-index: 0;
  float: left;
  width: 60%;
  padding: 10px;
  min-height: 200px;
  color: #432;
}
.cp_card02 .description::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 100%;
  content: '';
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  background: #ffffff;
}
.cp_card02 .description h1 {
  font-size: 1.4em;
  line-height: 1em;
  margin: 0 0 10px 0;
  color: #432;
}
.cp_card02 .description h2 {
  font-size: 0.8em;
  line-height: 1.2em;
  margin: 1.2% 0;
  color: #9b9b9b;
}
.cp_card02 .description p {
  font-size: 0.8em;
  line-height: 1.2em;
  position: relative;
  margin: 0;
  padding-top: 20px;
  color: #432;
}
.cp_card02 .description p::after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: rgb(0,176,80);
}

.cp_card02 .description a {
  float: right;
  margin-bottom: 10px;
  text-decoration: none;
  color: rgb(0,176,80);
}
.cp_card02 .description a::after {
  font-family: FontAwesome;
  margin-left: -10px;
  content: '\f061';
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  vertical-align: middle;
  opacity: 0;
}
.cp_card02 .description a:hover::after {
  margin-left: 5px;
  opacity: 1;
}


/*agnavi_news終了*/

/* トップへ始まり */

#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 50px;
	background: rgb(0,176,80);
	opacity: 0.8;
	border-radius: 50%;
	margin-bottom: 20px;
  }

#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 35px;
	text-decoration: none;
  }

#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
  }

.to-top {
	margin-right: 50px;
}


/* トップへ終わり */




/*---モバイル版--*/
@media screen and (min-width: 600px) {
	.br-pc {
		display: block;
	}
	.br-sp {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.br-pc {
		display: none;
	}
	.br-sp {
		display: block;
	}
  
  .list-news {
    font-size: 0.9rem;
    margin: 0 15px 25px;
    display: list-item;
    list-style-type: none;
  }
  
  .list-news dt {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: rgb(0,176,80);
    font-weight: bold;
  }

}