/* ----------------------------------------
基本調整SP
---------------------------------------- */




/* ----------------------------------------
anchor　ページ内リンクSP
---------------------------------------- */
ul.anchor {
  flex-wrap: wrap;
  margin:60px auto 45px;
}

ul.anchor::after{
  content:"";
  display: block;
  width:50%;
}

ul.anchor li {
  width:50%;
  padding:5px 10px 5px 35px;
  margin-bottom:10px;}

ul.anchor li:nth-child(2n),
ul.anchor li:last-child {border-right: none;}

ul.anchor li::before{
  position: absolute;
  top:calc(50% - 4px);
  left:15px;
  content: "";
  display: block;
  border-bottom: solid 2px #008b56;
  border-right: solid 2px #008b56;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}



/* ----------------------------------------
table　SP
---------------------------------------- */
.c-article table {
  margin:20px 0 35px;
  border:none;}

.c-article table th,
.c-article table td {
  display: block;
  padding:10px 10px;
  border:none;
  text-align: left;}

.c-article table th {
  width:100%;
  min-width:100%;
}

.c-article table td {padding:15px 0 25px;}


.c-article:last-child table {margin-bottom:55px;}


