@charset "UTF-8";
/*
Theme Name: 新TMCサイト
Description: ホームページ用のテーマ
Author: 株式会社ティー・エム・シー
Version: 1.1.5
*/

/* Webフォント */
@font-face {
	font-family: 'GenJyuuGothic';
	font-style: normal;
	font-weight: 400;
	src: url("/wp/wp-content/themes/xxxxxxxxx/font/GenJyuuGothic-Medium.woff") format('woff');
}

@font-face {
	font-family: 'GenJyuuGothic';
	font-style: bold;
	font-weight: 500;
	src: url("/wp/wp-content/themes/xxxxxxxxx/font/GenJyuuGothic-Bold.woff") format('woff');
}

@font-face {
	font-family: 'Jost';
	src: url('jost.woff2') format('woff2'),
		url('jost.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

.mincho {
	font-family: "Noto Serif JP", "Jost","游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

/* 全体デザイン ここから */
body{
	margin: 0;
	padding: 0;
	font-family: "Noto Serif JP", "Jost", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", serif;
	-webkit-text-size-adjust: 100%;
}

@media print {
	body{
		color: #000;
	}
}

header,footer,main,article,section,aside {
	display: block;
}

/* ロゴエリア */
.logo {
	display: inline-block;
	width: 80px;
}

p {
	margin: 5px 0;
	line-height: 1.7em;
}

a {
	text-decoration: none;
	transition: 0.2s;
	color: #0D47A1;
}

a:visited {
	
}

a:hover, a:active {
	text-decoration: underline;
}

a.button {
	display: block;
}

a.button:hover {
	opacity: 0.9;
	text-decoration: none;
}

ul {

}

ol {

}

img {
	display: block;
}

/* clearfix */
.clearfix:after{
	display : block;
	clear : both;
	height : 0px;
	line-height: 0px;
	visibility: hidden;
	content : ".";
	font-size: 1.0em;
}

/* FlexBox */
.flex-box {
	display: flex;
}

/* コンテンツ領域幅設定 */
.contents-area {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

/* 章スタイル */
.page h2 {
	
}

.page h3 {
	
}

/* table共通 */
.contents-area table {
	width: 100%;
	margin: 20px auto;
	background-color: #f9f9f9;
	font-size: 16px;
	line-height: 1.6;
	color: #000000;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.contents-area table th,
.contents-area table td {
	padding: 16px 20px;
	text-align: left;
	vertical-align: top;
}

.contents-area table thead th {
	background-color: #eef4f8;
	font-weight: bold;
	width: 30%;
	color: #000000;
}

.contents-area table tbody th {
	background-color: #eef4f8;
	font-weight: bold;
	width: 30%;
	color: #000000;
}

/* パンくずリスト */
#breadcrumbs {
	padding-top: 20px;
	font-size: 15px;
}

#breadcrumbs a {
	color: #1976D2;
}

/*外部リンクマーク付加設定*/
/*
.contents-area ul.ex-link li a::after,
.contents-area a.ex-link::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.8em;
	content: "\f35d";
	color: #808080;
	margin-left: 1.0em;
}
*/

/* 固定ページ */
.page #header-img {
	width: 100%;
	height: 320px;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 10px #AAA;
}

.page #header-img h1 {
	color: #FFF;
	letter-spacing: 0.1em;
	font-family: 'Jost';
	font-size: 50px;
	/* text-shadow: 0px 0 3px #000; */
}

/* アーカイブページ */

.archive #header-img {
	width: 100%;
	height: 320px;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 10px #AAA;
}

.archive #header-img h1 {
	color: #FFF;
	font-family: 'Jost';
	font-size: 50px;
	letter-spacing: 0.1em;
	/* font-weight: bold; */
	/* text-shadow: 0px 0 8px #000; */
}

.archive h2 {
	display: table;
	margin: 40px auto 20px;
	border-bottom: dotted 3px #2961B4;
	color: #2961B4;
	font-size: 28px;
}

.archive h1 {
	font-size: 28px;
	text-align: center;
}

.archive #topics-list {
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
}

.archive .topics-list-item {
	margin: 8px 0;
}

.archive .topics-list-item > a {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	background: #E7E9F5;
	border-radius: 10px;
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
}

.archive .topics-list-item > a:hover {
	background: #D3D7F5;
	box-shadow: 2px 2px 5px #BBB;
}

.archive .topics-list-item > a:active {
	background: #C6CDF5;
	box-shadow: none;
}

.archive .topics-list-item-left {
	display: flex;
}

.archive .topics-date {
	width: 5.5em;
	margin-right: 1em;
	color: #E65100;
	font-size: 17px;
}

/* 記事ページ・アーカイブ詳細ページ */

.single #header-img {
	width: 100%;
	height: 320px;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 10px #AAA;
}

.single #header-img h1 {
	color: #FFF;
	font-family: 'Jost';
	font-size: 50px;
	letter-spacing: 0.1em;
	/* font-weight: bold; */
	/* text-shadow: 0px 0 8px #000; */
}

.single h2 {
	display: table;
	margin: 40px auto 20px;
	border-bottom: dotted 3px #2961B4;
	color: #2961B4;
	font-size: 28px;
}

.single h1 {
	font-size: 28px;
	text-align: center;
}


/* 404ページ */
#notfound-msg {
	margin: 100px 0;
	color: #666;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}


canvas {
	display: block;
	vertical-align: bottom;
}


/* ---- stats.js ---- */
/* .count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.js-count-particles {
	font-size: 1.1em;
}

#stats,
.count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.count-particles {
	border-radius: 0 0 3px 3px;
} */




/* パンくず全体 */
#breadcrumbs {
	margin: 0px 0px 0px 100px;
	padding: 20px 0;
	font-size: 12px;
	font-weight: 500;
	color: #000000;
}

/* パンくずリストのリンク */
#breadcrumbs .breadcrumbs a {
	letter-spacing: 0.1em;
	color: #000000;
	text-decoration: none;
}

/* 現在位置の文字（リンクなし） */
#breadcrumbs .breadcrumbs .current-item {
	/* font-weight: bold; */
}

/* 区切り文字「>」の調整 */
#breadcrumbs .breadcrumbs-separator {
	padding: 0px 1px;
}

#breadcrumbs .breadcrumbs-string>span {
	margin: 0 5px;
}

/* 共通クラス用 */
.contents-area .bold-font {
	font-weight: 600;
}

.contents-area .accent-color-font {
	color: #0088a9;
	font-weight: 600;
}

/**
 + 固定ページ共通CSS
 */

/* ページ用ヘッダー画像 */
.page #header-img {
	background-image: url(img/page/page-header-image.jpg);
	background-size: cover;
	background-position: 0% 0%;
}

/* ページ用ヘッダー画像 文字修飾 */
.page #header-img h1 {}

/* ページ用ヘッダー画像 */
.archive #header-img {
	background-image: url(img/page/page-header-image.jpg);
	background-size: cover;
	background-position: 0% 0%;
}

/* ページ用ヘッダー画像 */
.single #header-img {
	background-image: url(img/page/page-header-image.jpg);
	background-size: cover;
	background-position: 0% 0%;
}

/**
 * 第三階層フッダーメニュー用CSS
 */
.third-footer-menu-section {
	margin: 30px 0px 30px 0px;
}

.nav-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	padding-top: 20px;
	box-sizing: border-box;
}

.second-button-area {
	display: block;
	margin: 0px 0px 20px 0px;
	width: 100%;
	text-align: left;
}

.second-button-area a {
	background-color: #007899;
	color: #fff;
	padding: 8px 40px;
	border-radius: 30px;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: bold;
}

.nav-container a {
	width: 100%;
	max-width: calc( 100% / 4 - 30px );
	/* max-width: 17em; */
	text-decoration: none;
	color: #221815;;
	position: relative;
	padding-bottom: 4px;
	font-size: 0.95rem;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #221815;;
}

.nav-container .active-link {
	background-color: #007899;
	color: #fff;
	padding: 8px 20px;
	border-radius: 30px;
	font-size: 0.9rem;
	font-weight: bold;
}

.nav-container .active-link::after {
	content: none;
	/* 矢印なし */
}

/* 404ページ */
#text-404 {
	font-size: clamp(24px, 2vw ,30px);
	color: #4d4d4d;
}

 @media (max-width: 768px) {
	.third-footer-menu-section .second-button-area {
		text-align: center;
	}

	.nav-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.nav-container a {
		max-width: 90%;
	}
}


