/*
Theme Name: cstool
Theme URL: テーマのサイトのURI
Description: テーマの説明
Author: KAKEAI
Version: 1.0.0
Tags: help
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body::-webkit-scrollbar{
  width: 8px;
  border-radius: 7px;
}
body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 7px;
}
body::-webkit-scrollbar-track-piece:start {
  background: #f1f1f1;
  border-radius: 7px;
}
body::-webkit-scrollbar-track-piece:end {
  background: #f1f1f1;
  border-radius: 7px;
}
body {
  margin: 0;
  padding: 40px 32px;
  color: #5E5E5E;
  font-weight: 400;
  line-height: 150%;
  font-size: 15px;
  font-family: 'Noto Sans JP', EmojiFont;
  word-break: break-word;
}
h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}
a {
  color: blue;
}
img {
  height: auto;
}
