@charset "utf-8";
@media screen and (max-width:767px) {

}

@media screen and (min-width:768px) and (max-width: 1199px) {

}
/* レイアウト（2カラム）
============================================================================================================ */
.custam-post-wrap2 {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;color: #FFF;
}
.custam-post-main-content2 {
  width: 100%;
  max-width: 870px;
  margin: 0 0 100px;
}
.custam-post-wrap2 aside {
  width: 100%;
  max-width: 280px;
}
.custam-post-wrap2--noside {
  padding: 100px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.custam-post-main-content2--noside {
  width: 100%;
  margin: 0 0 100px;
}
@media screen and (max-width:767px) {
.custam-post-wrap2 {
  display: block;
  padding: 50px 10px;
}
.custam-post-main-content2 {
  width: 100%;
  margin: 0 0 50px;
}
.custam-post-wrap2 aside {
  width: 100%;
  max-width: 100%;
}
.custam-post-wrap2--noside {
  padding: 50px 10px;
}
.custam-post-main-content2--noside {
  margin: 0 0 50px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.custam-post-wrap2 {
  display: block;
  padding: 50px 10px;
  max-width: 1000px;
  margin: 0 auto;
}
.custam-post-main-content2 {
  width: 100%;
  max-width: 100%;
  margin: 0 0 50px;
}
.custam-post-wrap2 aside {
  max-width: 100%;
  margin: 0;
}
.custam-post-wrap2--noside {
  padding: 50px 10px;
}
.custam-post-main-content2--noside {
  margin: 0 0 50px;
}
}

/* コンテンツ
============================================================================================================ */
.custampost-list-wrap2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
.custampost-list-wrap2 ul li {
  width: 48%;
}
.custampost-list-wrap2 ul li:nth-of-type(n + 3){
  margin-top: 50px;
}
.custampost-list-wrap2 ul li:last-of-type {
  margin-right: 0;
}
.custampost-list-wrap2__block figure {
  margin-bottom: 25px;
  height: auto;
}
.custampost-list-wrap2__block figure img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border: 1px solid #CCC;
  background-color: #FFF;
}
.custampost-list-wrap2__block p {
  font-size: 1.4rem;
}
.custampost-list-wrap2__block h3 {
  font-size: 1.5rem;
  font-weight: 300;
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
  margin-bottom: 15px;
  white-space: nowrap;  
	overflow: hidden;  
	text-overflow: ellipsis;
}
.post-text {
  display: none;
}
.custampost-list__btn {
  width: 50%;
  margin: 0 auto;
}
.custampost-list__btn a {
  width: 100%;
  display: block;
  line-height: 45px;
  background-color: #333;
  color: #FFF !important;
  text-align: center;
  font-size: 1.4rem;
}
.custampost-list__btn a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  margin-left: 10px;
}
.custampost-list__btn a:hover {
  opacity: 0.6;
}
/*カテゴリ表示*/
.custom-category {
  margin-bottom: 30px;
}
.custom-category span {
  display: inline-block;
  color: #333;
  font-size: 1.2rem;
  width: auto;
  min-width: 150px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  margin-right: 10px;
}
.custom-category--color1 span {
  background-color: #f7f7f7;
}
.custom-category--color2 span {
  background-color: #FF6347;
}
.custom-category--color3 span {
  background-color: #987500;
}

@media screen and (max-width:767px) {
.custampost-list-wrap2 {
  width: 100%;
  max-width: 100%;
  margin: 0 0 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.custampost-list-wrap2 ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.custampost-list-wrap2 ul li {
  width: 100%;
  margin-right: 0;
}
.custampost-list-wrap2 ul li:nth-of-type(n+2) {
  margin-top: 80px;
}
.custampost-list-wrap2 ul li:nth-of-type(n+4) {
  margin-top: 80px;
}
.custampost-list-wrap2__block {
  flex-direction: column;
}
.custampost-list-wrap2__block figure {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
  height: auto;
}
.custampost-list-wrap2__block figure img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.custampost-list-wrap2__block__text {
  max-width: 100%;
}
.custampost-list-wrap2__block__text p {
  font-size: 1.4rem;
}
.custampost-list-wrap2__block__text p span {
  font-size: 1.2rem;
  padding-right: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 150px;
}
.custampost-list-wrap2__block__text h3 {
  font-size: 1.6rem;
  font-weight: 400;
}
.custampost-list__btn {
  width: 70%;
}
.custampost-list__btn a {
  line-height: 50px;
  font-size: 1.4rem;
}
}

@media screen and (min-width:768px) and (max-width: 1199px) {
.custampost-list-wrap2 ul {
  margin-bottom: 100px;
}
.custampost-list-wrap2 ul li {
  width: 48%;
}
.custampost-list-wrap2 ul li:nth-of-type(n + 3){
  margin-top: 50px;
}
.custampost-list-wrap2 ul li:last-of-type {
  margin-right: 0;
}
.custampost-list-wrap2__block figure {
  margin-bottom: 25px;
  height: auto;
}
.custampost-list-wrap2__block figure img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.custampost-list-wrap2__block p {
  font-size: 1.4rem;
}
.custampost-list-wrap2__block p span {
  font-size: 1.2rem;
}
.custampost-list-wrap2__block h3 {
  font-size: 1.5rem;
}
}