/* リンク集 */
.links-cont {
    background-color: #fff;
    border: 1px solid #BEBEBE;
    padding: 28px;
    margin-bottom: 40px;
  
    & .links-cont-head {
        margin-top: 0 !important;
    }
    & .links-cont-wrap li {
      list-style-type: none;
      margin-bottom: 10px;
      padding-left: 1.5em;
      position: relative;
    }
    & .links-cont-wrap li::before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0;
      background-image: url(/image/link-icon.png);
      background-size: cover;
      width: 16px;
      height: 16px;
    }
    & .links-cont-wrap {
      margin-bottom: 0;
      padding-left: 0.5em;
    }
    & .links-cont-wrap li:last-child {
      margin-bottom: 0;
    }
    & .links-cont-wrap li a {
      color: #000000;
      transition: .4s;
    }
    & .links-cont-wrap li a:hover {
      color: #FF6A30;
      text-decoration: none;
    }
    & .links-cont-block {
      margin-bottom: 20px;
    }
    & .links-cont-block:last-child {
      margin-bottom: 0;
    }
    & .links-cont-block .links-cont-wrap-head {
      margin-bottom: 10px;
      padding: 2px 10px;
    }
    & .area-links-block {
      display: flex;
      flex-wrap: wrap;
      gap: 14px 3%;
      margin-bottom: 30px;
      padding-left: 0;
    }
    & .area-links a {
      background-color: #ffe44f;
      color: #000;
      display: block;
      font-size: 14px;
      padding: 8px 40px 8px 20px;
      border-radius: 20px;
      position: relative;
      text-align: center;
      transition: .4s;
    }
    & .area-links a::after {
      content: '';
      position: absolute;
      top: 0px;
      bottom: 3px;
      right: 17px;
      width: 8px;
      height: 8px;
      margin: auto;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      transform: rotate(135deg);
      box-sizing: border-box;
    }
    & .area-links a:hover {
      background-color: #FF6A30;
      text-decoration: none;
    }
    & .area-links {
      list-style-type: none;
      width: calc(100% / 6);
      width: 17.6%;
    }
    & .accordion-content-block {
      display: flex;
      justify-content: space-between;
      width: 47%;
      background: #f8f8f3;
      padding: 8px 14px;
    }
    & .accordion-content-head {
      margin-bottom: 0;
    }
    & .accordion-content-li {
      display: flex;
      margin-bottom: 0;
      padding-left: 0;
      gap: 12px;
    }
    & .accordion-content-li li {
      list-style-type: none;
    }
    & .accordion-content-li a {
      color: #000;
      padding-left: 24px;
      position: relative;
      font-size: 15px;
      transition: .4s;
    }
    & .accordion-content-li a:hover {
      background-color: #fbefaa;
      text-decoration: none;
    }
    & .accordion-content-li a::before {
      content: "";
      position: absolute;
      top: 54%;
      left: 4px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      background-size: cover;
    }
  
    & .site-link a::before {
      background-image: url(/image/site-icon.png);
      width: 17px;
      height: 14px;
    }
    & .sb-link a::before {
      background-image: url(/image/fb-icon.png);
      width: 16px;
      height: 16px;
    }
    & .insta-link a::before {
      background-image: url(/image/insta-icon.png);
      width: 16px;
      height: 16px;
    }
    & .accordion-content-wrap {
      display: flex;
      flex-wrap: wrap;
      gap: 16px 6%;
    }
    & .accordion-title.js-accordion-title {
      background: #000;
      color: #FFE44F;
      font-size: 20px;
      font-weight: normal;
      padding: 8px 18px;
      position: relative;
      margin-bottom: 18px;
      transition: .4s;
    }
    & .accordion-title.js-accordion-title::after {
      content: '＋';
      position: absolute;
      top: 50%;
      right: 27px;
      ransform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      margin: auto;
      transition: .4s;
    }
    & .accordion-title.js-accordion-title.open::after {
      content: "－";
    }
    & .accordion-title.js-accordion-title.open,
      .accordion-title.js-accordion-title:hover {
      background: #FFE44F;
      color: #000;
      font-weight: bold;
      opacity: .7;
      cursor: pointer;
    }
    & .accordion-content {
      display: none;
      margin-bottom: 30px;
      position: relative;
    }
    & .text-order {
      text-align: right;
      font-size: 14px;
      margin-bottom: 10px;
      position: absolute;
      top: 6px;
      right: 0;
    }
    & .text-order::before {
      content: "※";
    }
    & .local-government-li {
      margin-bottom: 14px;
      padding-left: 10px;
    }
    & .local-government-li a {
      color: #000000;
      font-weight: bold;
      padding-left: 28px;
      position: relative;
      transition: .4s;
    }
    & .local-government-li a:hover {
      background-color: #fbefaa;
      text-decoration: none;
    }
    & .local-government-li a::before {
      content: "";
      position: absolute;
      top: 54%;
      left: 4px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      background-size: cover;
      background-image: url(/image/site-icon.png);
      width: 17px;
      height: 14px;
    }
  
  }
  
  
  
  @media screen and (max-width: 900px) {
    .links-cont {
      & .area-links {
        width: 29.33%;
      }
    }
  }
  
  @media screen and (max-width: 768px) {
    .links-cont {
      & .area-links {
        width: 48%;
      }
      & .accordion-content-block {
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start;
      }
      & .accordion-content-li {
        flex-direction: column;
      }
    }
  
  }