/**
Theme Name: TOFU
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tofu
Template: astra
*/

@import url('./css/contact.css');


header.entry-header .entry-title {
    display: block;
}


input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border-color: #2f2727;
}


/* 全体のフォント設定 */
.category-container {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  max-width: 400px;
  margin: 20px;
}

/* タイトル部分 */
.category-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 18px;
}

/* リスト全体のスタイル */
.category-list {
  list-style: none;
  padding: 0;
}

/* 各行のスタイル（フレックスボックスで横並び） */
.category-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px; /* 行間の調整 */
}

/* カテゴリ名 */
.label {
  font-size: 14px;
  min-width: 90px; /* 左側の幅を揃える */
}

/* view moreリンクのスタイル */
.view-more {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  position: relative;
  padding-left: 40px; /* 矢印のための余白 */
  transition: opacity 0.3s;
}

/* 矢印（→）の擬似要素 */
.view-more::before {
  content: "→";
  position: absolute;
  left: 0;
}

/* ホバー時の効果 */
.view-more:hover {
  opacity: 0.6;
}