@media screen and (min-width: 735px) {
  .pcNone {
    display: none !important; } }
@media screen and (max-width: 736px) {
  .spNone {
    display: none !important; } }
.snsimg {
  width: 34px; }

.toppage_news {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px; }

.toppage_news .title-box {
  background: #cdb05a;
  color: #fff;
  padding: 5px 15px;
  margin-right: 15px;
  width: 13%;
  max-width: 150px;
  text-align: center; }

.toppage_news .text-box a {
  text-decoration: underline; }

@media screen and (max-width: 736px) {
  .toppage_news {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 30px;
    flex-flow: column; }

  .toppage_news .title-box {
    background: #cdb05a;
    color: #fff;
    padding: 5px 15px;
    margin-right: 15px;
    width: fit-content;
    text-align: center;
    margin-bottom: 10px;
    max-width: 150px; } }
.ntitle {
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
  padding-left: 15px;
  padding-right: 15px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px; }

@media screen and (min-width: 736px) {
  .ntitle {
    font-size: 2.5rem;
    margin-bottom: 30px; } }
.ntitle span {
  color: #cdb05a;
  font-size: 1.2rem;
  position: relative;
  display: block;
  font-weight: normal;
  height: 36px;
  line-height: 35px; }

@media screen and (min-width: 736px) {
  .ntitle span {
    font-size: 1.4rem;
    height: 40px;
    line-height: 39px; } }
.ntitle span::before {
  position: absolute;
  display: block;
  content: "\1f319";
  font-family: 'icon';
  color: rgba(205, 176, 90, 0.5);
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 36px; }

@media screen and (min-width: 736px) {
  .ntitle span::before {
    font-size: 40px; } }
