.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #F8B51B;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  transition: 0.3s;
}

.button02 a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.button02 a:hover {
  text-decoration: none;
  background-color: #f4dca6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.inner {
  padding-top: 30px;
  display: flex;
  justify-content: space-evenly;
}

.button03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #F8B51B;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  transition: 0.3s;
}

.button03 a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.button03 a:hover {
  text-decoration: none;
  background-color: #f4dca6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #DB442F;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  transition: 0.3s;
}

.button01 a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.button01 a:hover {
  text-decoration: none;
  background-color: #e08d95;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.inner {
  padding-top: 30px;
  display: flex;
  justify-content: space-evenly;
}

.modaal-container {
  background: #f8b51b;
}

.sectionHeader:before {
  border-top: #f8b51b 3px solid;
}

.articleTable th, .articleAllowanceSummary b, .articleFlow span {
  color: #ea5421;
}

.articleScrollBanner-text-title, .articleScrollBanner-text-description {
  color: #454545;
}

.linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.linkList li {
  width: 23.3333333333%; /*←画像を横に3つ並べる場合*/
  padding: 0 px; /*←画像の左右に5pxの余白を入れる場合*/
  margin: 9px;
  box-sizing: border-box;
  text-align: center;
}

.linkList li img {
  max-width: 100%; /*画像のはみだしを防ぐ*/
  height: auto; /*画像の縦横比を維持 */
}

.articleItem, .postItem, .seminarItem {
  width: 48%;
  margin: 0 0 20px 0;
}/*# sourceMappingURL=style.css.map */

/*追加*/

  
  @media screen and (min-width: 641px) {
      .sp_size {
      display: none;
    }
    
    .drawerMenu-item a {
      display: none;
    }
  }
  
  @media screen and (max-width: 640px) {
    .pc_size {
      display: none;
    }
      .qr_bottom img {
    width: 130px;
  }
  
     .linkList {
      justify-content: flex-start;
    }
    .linkList li {
      margin: initial;
    }
    
    footer {
      padding: 15px 15px 0;
    }

    .footerLink {
      display: block;
    }
  }
  
  
  
  
  header {
    border-bottom: 1px solid #eee;
    padding: 0 2vw;
  }
  .drawerMenu-icon {
    text-align: center;
  }
  .container {
     max-width: 1100px;
    margin: auto; 
  }
  .linkList {
    max-width: 1020px;
    margin: auto;
  }

  .qr_bottom {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    align-items: baseline;
  }

  .qr_bottom img {
    width: 150px;
  }
  footer {
    padding-top: 15px;
  }
  .footerLink {
    display: flex;
    justify-content: space-around;
    padding-bottom: 15px;
  }
  
  .footerLinkColumn-items li,
  .footerLinkColumn-title {
    font-size: 12px;
  }
  
  .footerLinkColumn-title {
    text-align: initial;
    font-weight: initial;
        border-bottom: 1px solid #ffffff;
    display: inline;
  }
  
  .footerCopyright {
    font-size: 10px;
    text-align: center;
    padding: 14px 0;
  }

  
  <!--/*tb*/-->
  <!--@media screen and (min-width: 640px) and (max-width: 1100px) {-->
  <!--  .container {-->
  <!--    padding: 0 2.72727vw-->
  <!--  }-->
  <!--  .button01 a,-->
  <!--  .button02 a,-->
  <!--  .button03 a {-->
  <!--    width: 30%;-->
  <!--  }-->
  <!--}-->
  
