/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2025 | 06:31:06 */
/* フォント指定 */
body {
  font-family: 'Noto Sans JP', sans-serif;
}

/* 見出しフォント */
h1, h2, h3, li {
  font-family:  "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","メイリオ",Meiryo,serif;
}

/* ヘッダーナビのフォント */
header .dropmenu li,a{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}

/* リストの先頭の数字を大きく */
.number {
  font-size: 1.5em;  /* 数字を大きくする */
  font-weight: normal; /* 任意：太字 */
}


/* 画像キャプションのフォント */
.wp-element-caption {
  font-family: "游明朝", "Yu Mincho", "YuMincho", serif;
  font-size: 18px;
  color: #333;
  text-align: center;
}


/* 固定ページのタイトルを非表示 */
.page .main h1 {
  display: none;
}

/* HOME繋がる、紡ぐの部分 */
.message-area {
	line-height: 200%;
	margin: 140px auto 80px auto;
}

.message-area h2{
	font-size: 260%;
	font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","メイリオ",Meiryo,serif;
	margin: 0 0 45px 0;
}

.message-area p {
	font-size: 110%;
	margin: 25px 0 0 0;
}

/* HOME繋がる、紡ぐの部分 */
.project h2 {
	clear: both;
	font-size: 200%;
	font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho","メイリオ",Meiryo,serif;
	line-height: 120%;
	text-align: center;
	color: #127C6F;
	margin: 60px auto 40px auto;
	padding: 0 0 30px 0;
}

.project h2 em {
	display: block;
	font-size: 50%;
	font-weight: normal;
}

