@charset "utf-8";

.news-post-cnt  h3.npc_h3,
.desc-cnt  h3.npc_h3{
  font-size:4.615vw !important;
  font-weight:bold;
  line-height:1.7;
  padding:0 0 1em;
  margin:0 0 0 0 !important;
}

.npc_imgwrap {
  padding: 1em 0 ;
}
.desc-cnt a {
color: #B69B36;
text-decoration: underline;
line-height:1.5;
}

@media screen and (min-width: 768px) {
  .news-post-cnt  h3.npc_h3,
  .desc-cnt  h3.npc_h3{
    font-size:18px !important;
    font-weight:bold;
    line-height:1.7;
    padding:0 0 1em;
    margin:0 0 0 0 !important;
  }
}

.npc_parag {
  padding:0 0 1em;
}
.npc_btn a{
  color: #b69b36;
  display: inline-block;
  padding: 4vw 2vw;
  letter-spacing: 0.05em;
  margin: 1em 0;
  text-decoration: none !important;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 3.59vw;
  border-radius: 10vw;
  border: 1px solid;
}
.npc_btn a:hover{
  background:#b69b36;
  color: #FFF !important;
}

@media screen and (min-width: 768px) {
  .npc_btn a{
    color: #b69b36;
    display: inline-block;
    padding: 15px 0;
    letter-spacing: 0.05em;
    margin: 2em auto;
    text-decoration: none !important;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    border-radius: 10vw;
    border: 1px solid;
  }
}

.npc_list_wrap {
  display: flex;
  flex-direction: column;
}
.npc_list_wrap_b {
  display: flex;
  flex-wrap: wrap;
  
}
.npc_list_item_b {
  width: 33.333%;
}
@media screen and (min-width: 768px) {
  .npc_list_wrap {
    display: flex;
    flex-direction: row;
  }
}
.npc_list_item {
  padding:1em;
  width: 100%;
}
/*
@media screen and (min-width: 768px) {
  .npc_list_item {
    width: 100%;
  }
}
*/
.npc_list_item_b {
  padding:1em;

}


.npc_area_wrap {
	display:flex;
	justify-content: space-between;
	margin:0 0 2em;
}
.npc_area_img {
	width:33.333%;
}
.npc_area_txt {
	width:62%;
}
@media screen and (min-width: 768px) {
  .npc_area_wrap {
	  display:flex;
	  justify-content: space-between;
	  margin:0 0 2em;
  }
  .npc_area_img {
	  width:20%;
  }
  .npc_area_txt {
	  width:75%;
  }

}


.npc_col_red {
color:#cc0000;
}
.npc_col_gold {
color:#B69B36;
}

