@charset "utf-8";

:root{
}

#fc_top_com{
  width:min(860px,100%);
  margin:0 auto;
  h3{
    text-align: left;
  }
  p{
    margin:.5em auto 0 auto;
    text-align: left;
  }
}

.fc_link{
  margin:30px auto 0 auto;
  ul{
    display:grid;
    grid-template-columns: repeat(auto-fill,minmax(min(300px,100%),1fr));
    gap:20px;
    li{
      a{
        display:block;
        &:hover{
          img{
            opacity: .75;
          }
        }
        h3{
          text-align: left;
          color:#333;
          margin:.3em auto 0 auto;
          font-weight: 500;
          &::before{
            display: inline-block;
            content: "";
            background-color: #333;
        
            -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M160 96L480 96C515.3 96 544 124.7 544 160L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 160C96 124.7 124.7 96 160 96z"/></svg>');
            -webkit-mask-size: contain;
            mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M160 96L480 96C515.3 96 544 124.7 544 160L544 480C544 515.3 515.3 544 480 544L160 544C124.7 544 96 515.3 96 480L96 160C96 124.7 124.7 96 160 96z"/></svg>');
            mask-size: contain;
            mask-repeat: no-repeat;
        
            height: 1em;
            width: 1em;
            margin:0 .2em auto 0;

            vertical-align: -2px;
          }
        }
      }
    }
  }
}

#umakamon{
  margin-top:3em;
  padding-top:3em;
  border-top:1px dotted silver;
}