﻿@charset "utf-8";

.list01 {
  border-bottom: 1px dashed #999;
  border-top: 4px solid #052981;
  position: relative;
  padding: 20px 6px 0;
}

.list01:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 0 0;
  border-color: #efc546 transparent transparent transparent;
}

.list01:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #efc446;
}

.list01 .iconNew:before {
  font-size: 14px;
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #c60000;
  content: "NEW";
}

.list01 li {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
  padding: 0.7em 0 0.6em 3.5em;
  border-top: 1px dashed #999;
}

.list01 a {
  font-weight: normal;
  text-decoration: none;
}