@charset "UTF-8";


.news > h2 {
	text-align: left;
}
._btnbluebor {
	width: calc(100% - 50px * 2);
    min-width: 200px;
    margin: 0;
    margin-left: 50px;
    padding: 16px 40px;
    font-size: 1.4rem;
}
._btnbluebor .arrow {
    right: 15px;
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: translateY(-3px) rotate(45deg);
}
.listwrap {
	margin-bottom: 50px;
}
.listwrap li:last-child {
	border-bottom: 0;
}


/*221209*/
.news dt{
  width: 100%;
}
.news .detail_txt{
  margin-top: 10px;
  font-size: 1.4rem;
}