/******************************************************

fonts

******************************************************/
/******************************************************
    
PC

******************************************************/
@media screen and (min-width: 769px) {
  .linkList {
    padding: 0 40px; }
    .linkList li {
      padding-bottom: 20px; }
      .linkList li a {
        color: #bf211d; }
        .linkList li a:before {
          background: #bf211d none repeat scroll 0 0;
          border-radius: 50%;
          content: "";
          display: inline-block;
          height: 6px;
          margin-right: 5px;
          position: relative;
          top: -2px;
          width: 6px; }
        .linkList li a:hover {
          color: #d80803;
          text-decoration: underline; }
      .linkList li p {
        padding-left: 0.8em;
        font-weight: 500; }
  .linkList.flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .linkList.flex li {
      width: 25%; } }

/******************************************************

SP

******************************************************/
@media screen and (max-width: 768px) {
  .linkList li {
    padding-bottom: 20px; }
    .linkList li a {
      color: #bf211d; }
      .linkList li a:before {
        background: #bf211d none repeat scroll 0 0;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 6px;
        margin-right: 5px;
        position: relative;
        top: -2px;
        width: 6px; }
      .linkList li a:hover {
        color: #d80803;
        text-decoration: underline; }
    .linkList li p {
      padding-left: 0.8em;
      font-weight: 500; } }

/*# sourceMappingURL=style.map */