@charset "UTF-8";
/*
    Template: steelk
    Theme Name: STEEL K
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

h1 {
	letter-spacing: 0.135em !important;
	font-weight: 200 !important;
	font-size: 2em !important;
	line-height: 1.5!important;
}

h2 {
	letter-spacing: 0.135em !important;
	font-weight: 200 !important;
	font-size: 2em !important;
	line-height: 1.5!important;
	margin-bottom: 40px !important;
}
h2.p-postList__title {
	font-size: 1em !important;
}
p,
li{
	letter-spacing: 0.135em;
	line-height: 1.8 !important;
}
td,
th{
	padding: 10px !important;
	letter-spacing: 0.135em;
	line-height: 1.8 !important;
}

form {
  max-width: 600px;
  margin: 0 auto;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

input, textarea {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 100%;
}

button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

button:hover {
  background-color: #0062cc;
}
