/*
Theme Name: New Gracis
Author: Gracis
Author URI: https://wordpress.org/
Description: テーマ「Twenty Seventeen」を基に作成したオリジナルテーマ.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import "assets/css/reset.css";

ul.link_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:0;
  padding:0;
}
ul.link_menu li {
  width:23%;
  margin:1%;
  list-style:none;
  text-align:center;
}
a.link_btn {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    background-color: #eadab9;
    padding: 10px;
    color: #000 !important;
    border-radius: 5px;
}

@media screen and (max-width: 640px) {
ul.link_menu li {
  width:48%;
}
}
