/* Scss Document */
/* hover opacity */
/* hover txt */
.anchor_list, .wysiwyg_nisseicom .anchor_list {
  margin: 20px -20px 0 0;
  font-size: 16px;
}

.anchor_list li, .wysiwyg_nisseicom .anchor_list li {
  position: relative;
  display: inline-block;
  margin: 20px 16px 0 0;
  padding: 0;
}

.anchor_list li::before, .wysiwyg_nisseicom .anchor_list li::before {
  display: none;
}

.anchor_list li a, .wysiwyg_nisseicom .anchor_list li a {
  font-weight: normal;
  transition: .2s;
  display: block;
  color: #fff;
  background: #595757;
  padding: 8px 54px 8px 20px;
  border-radius: 5px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.anchor_list li a:after, .wysiwyg_nisseicom .anchor_list li a:after {
  position: absolute;
  margin: 0;
  right: 20px;
  top: calc(50% - 2px);
  content: "";
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
}

@media screen and (min-width: 1024px) {
  /* over wright
  --------------------------------------------------*/
  .anchor_list li a:hover, .wysiwyg_nisseicom .anchor_list li a:hover {
    background: #3e3c3c;
    color: #fff;
  }
}

@media screen and (max-width: 1023px) {
  /* over wright
  --------------------------------------------------*/
  .anchor_list, .wysiwyg_nisseicom .anchor_list {
    flex-wrap: wrap;
    font-size: 14px;
  }
  .anchor_list li, .wysiwyg_nisseicom .anchor_list li {
    margin: 20px 20px 0 0;
  }
  .anchor_list li a, .wysiwyg_nisseicom .anchor_list li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  /* over wright
--------------------------------------------------*/
  .anchor_list, .wysiwyg_nisseicom .anchor_list {
    flex-direction: column;
    margin: 20px 0 0;
  }
  .anchor_list li, .wysiwyg_nisseicom .anchor_list li {
    width: 100%;
    margin: 10px 0 0;
  }
  .anchor_list.sp_2clm {
    margin: 20px 0 0;
    display: flex;
    flex-direction: inherit;
  }
  .anchor_list.sp_2clm li {
    width: 48.35%;
    margin: 10px 2.68% 0 0;
  }
  .anchor_list.sp_2clm li:nth-child(2n) {
    margin: 10px 0 0 0;
  }
}
