.newsList li time {
  max-width: 120px !important;
  flex: 0 0 120px !important;
}
.newsList--typeB {
  padding-left: 250px !important;
}
.newsList--typeB {
  border-top: none!important;
  border-bottom: none!important;
}

#sec_info .newsList--typeB .newsList__body ul{
  height: auto!important;
}

.mailattention_wrap a{
  position: relative;
  display: block;
  cursor: pointer;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 30px;
  margin: 10px auto 20px;
  line-height: 24px;
}

body.open_popup {
    overflow: hidden;
}

.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

/*modal*/

.modal{
display: none;
height: 100vh;
position: fixed;
top: 0;
width: 100%;
z-index: 999999;
}
.close-btn{
text-align: right;
text-decoration: none;
font-size: 1.2rem;
color: #666;
}
.modal-bg{
background: rgba(0,0,0,0.8);
height: 100vh;
position: absolute;
width: 100%;
}
.modal-box{
background: #fff;
left: 50%;
padding: 16px;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
width: 45%;
}

.modal-date {
  position: relative;
  padding: 1rem 1rem;
  color: #fff;
  border-radius: 10px;
  background: #00B900;
  width: 50%;
  margin-bottom: 0.5rem;
  text-align:center;
  font-size:2.5rem;
}

.modal-date:after {
  position: absolute;
  bottom: -20px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 20px 5px 0 5px;
  border-style: solid;
  border-color: #00B900 transparent transparent transparent;
}