@import "default.css";
@import "standard.css";
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #F3FAFF;
	background-attachment: fixed;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333333;
	-webkit-text-size-adjust: none;
}
:root {
 --main-color: #358BCE;
 --sub-color: #F5F5F5;
}
* {
	box-sizing: border-box;
}
a:hover {
	opacity: .7;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	line-height: 2;
}
/* スタイル
------------------------------------------------ */
#wrapper {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}
/* ヘッダー */
header {
	margin-bottom: 30px;
	padding: 60px 20px;
	background: var(--main-color);
	border-radius: 0 0 5px 5px;
}
header h1 {
	margin-bottom: 15px;
}
header h1 a {
	font-size: 36px;
	font-weight: bold;
	color: #FFF !important;
	text-decoration: none !important;
}
header .summary {
	font-size: 14px;
	color: #fff;
}
header #category {
	display: none;
}
/* フッター */
footer {
	margin-top: 30px;
	padding: 30px;
	background: var(--main-color);
	border-radius: 5px 5px 0 0;
}
footer .copyright {
	font-size: 14px;
	color: #FFF;
	letter-spacing: 0.15rem;
	text-align: center;
}
#fixedTop {
	width: 50px;
	height: 50px;
	right: 30px;
	bottom: 30px;
	border-radius: 50%;
	background: #000;
	text-align: center;
	display: none;
	position: fixed;
	z-index: 9999;
}
#fixedTop:hover {
	text-decoration: none !important;
}
#fixedTop span {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
}
/* 共通
------------------------------------------------ */
#container #main a {
	text-decoration: underline;
}
#container #main a:visited {
	color: #639;
}
br.sp {
	display: none;
}
/* Youtube対応 */
iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto; /* 高さは自動計算 */
}
/* テーブル */
.post table {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	border-collapse: collapse;
}
.post table th,
.post table td {
	padding: 10px;
	border: 1px #e0e0e0 solid;
	text-align: left;
}
.post table th {
	background: var(--sub-color);
	white-space: nowrap;
	color: #333333;
}
/* コンテンツ
------------------------------------------------ */
#container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 30px;
}
#container #main {
	flex: 1;
}
#container #sidebar {
	width: 250px;
	padding: 20px 15px;
	background: var(--sub-color);
	border: 1px var(--main-color) solid;
	border-radius: 5px;
	flex-shrink: 0;
}
#container #main .cbox {
	margin-bottom: 30px;
}
#container #main h2.archive_title {
	margin-bottom: 30px;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #001F79;
	text-align: center;
}
#container #main p.date {
	text-align: right;
}
#container #main .cbox h3 {
	padding: 15px;
	background: var(--sub-color);
	border-radius: 5px 5px 0 0;
	border: 1px var(--main-color) solid;
}
#container #main .post {
	padding: 30px;
	background: #FFF;
	border: 1px var(--main-color) solid;
	border-top: none;
	border-radius: 0 0 5px 5px;
}
#container #main .post img {
	margin: 5px 0;
}
#container #main .post p {
	margin-bottom: 15px;
}
#container #main .post .inner ul,
#container #main .post .inner ol {
	margin-bottom: 15px;
	margin-left: 15px;
}
#container #main .post .inner ul li,
#container #main .post .inner ol li {
	margin-bottom: 5px;
}
#container #main .post .inner ul li {
	list-style-type: disc;
}
#container #main .post .inner ol li {
	list-style-type: decimal;
}
.post_tags a {
	font-size: 12px;
	color: #001F79;
}
#container #main .post .post_info {
	margin-top: 40px;
	padding: 5px 15px;
	background: var(--sub-color);
	font-size: 12px;
	display: flex;
	justify-content: end;
	gap: 20px;
}
#container #main .post .post_info a {
	color: #001F79;
}
#container #main .comments {
	margin-top: 60px;
	padding: 50px;
	background: #fff;
	border-radius: 5px;
}
#container #main h4#comments-title {
	margin-bottom: 20px;
}
#container #main ul.comment-list {
	margin-bottom: 40px;
}
#container #main ul.comment-list .comment {
    margin-bottom: 15px;
    border: 1px #dcdbdb solid;
	border-radius: 5px;
    padding: 20px;
}
#container #main p.comment-notes {
	margin-bottom: 10px;
}
#container #main p.comment-form-url {
	margin-bottom: 20px;
}
#container #main p.comment-form-cookies-consent {
	margin-bottom: 20px;
	line-height: 1.6;
}
#container #main .comment-meta.commentmetadata {
    margin-bottom: 10px;
}
#container #main p.nocomments {
	margin-top: 20px;
	border: 1px #5e95cb solid;
	padding: 4px 10px;
	font-size: 12px;
	color: #1f60a0;
}
#container #main #commentform {
    max-width: 600px;
}
#container #main #commentform input[type="text"],
#container #main #commentform input[type="email"],
#container #main #commentform textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 5px;
}
#container #main #commentform #submit {
	background: var(--main-color);
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
}
#container #main #commentform #submit:hover {
    opacity: .7;
}
#container #main .post_nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
#container #sidebar .widget {
	margin-bottom: 40px;
}
#container #sidebar .widget:last-of-type {
	margin-bottom: 0;
}
#container #sidebar h2 {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
#container #sidebar h2:before {
	content: "";
	width: 5px;
	height: 20px;
	background: var(--main-color);
	display: block;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
}
#container #sidebar .wp-block-archives select {
	width: 100%;
	height: 40px;
	border: 1px var(--main-color) solid;
	border-radius: 5px;
	font-size: 16px;
}
#container #sidebar .widget_calendar tbody {
	background: #fff;
}


/* プリント用レイアウト
------------------------------------------------ */
#container {
	flex-direction: column;
}
#container #sidebar {
	width: 100%;
}