.h3_wrap {
  font-size:1.55rem;
}

#js-newsdate+.h3_wrap>h3 {
  margin:0.1em 0 1.5em;
}

#js-newsdate {
  font-family: 'Droid Serif', serif;
  color: #b7087f;
  font-weight: 600;
  font-size:1.25rem;
  margin: 35px 0 0;
}

@media screen and (min-width: 900px){

  .h3_wrap {
    font-size:1.9rem;
  }

  #js-newsdate+.h3_wrap>h3 {
    margin:0.1em 0 2em;
  }

  #js-newsdate{
    font-size:1.5rem;
    margin: 25px 0 0;
  }
}

#layout4 #news_block .wdx250_r {
float: right;
}

#layout4 #news_block .mgn_r_250 {
text-align: left;
}

@media screen and (max-width: 899px){

#layout4 #news_block .wdx250_r {
float: none;
width: 250px;
margin: 0 auto;
text-align: center;
}
#layout4 #news_block .mgn_r_250 {
clear: both;
width: 100%;
}
}

/* ※付きリスト */
.c-asteriskList>li {
  padding-left: 1em;
  position: relative;
}

.c-asteriskList>li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* ●付きリスト */
.c-largeCircleList>li {
  padding-left: 1em;
  position: relative;
}

.c-largeCircleList>li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}