@charset "utf-8";
* {
	box-sizing: border-box;
	}
.container {
	width: 100%;
	}
.block-list {
	display: grid;
	row-gap: 20px;
	}
.entry-card {
	border: 1px solid #fff;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.9);
	overflow: hidden;
	}
.entry-inner {
	padding: 20px 18px 22px 18px;
	}
.entry-date {
	font-size: 12px;
	background-image: url("/wp-content/themes/deepspace2.0/image/tokei.png");
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 38%;
	background-size: auto 38%;
	margin: -4px 0 5px 0;
	padding: 10px 0 10px 18px;
	display: inline-block;
	text-align: right;
	}
.entry-sections {
	display: grid;
	gap: 12px;
	}
.text-panel {
	padding: 2px 0;
	}
.text-intro,
.text-more {
	margin: 0;
	color: #fff;
	font-size: 15px;
	white-space: pre-line;
	}
.text-more {
	display: none;
	margin-top: 0.15em;
	color: #fff;
	}
.text-panel.open .text-more {
	display: block;
	}
.text-actions {
	margin-top: 6px;
	display: flex;
	justify-content: flex-end;
	}
.toggle-btn {
	appearance: none;
	border: 0;
	background: transparent;
	color: #fff;
	padding: 0;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	line-height: 2.0;
	text-align: right;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-family: "MidashiFont","メイリオ","Hiragino Kaku Gothic Pro","sans-serif";
	}
.toggle-btn:hover {
	opacity: 0.6;
	}
.load-more-area {
	padding-top: 28px;
	text-align: center;
	}
.load-more-btn {
	appearance: none;
	border: 1px solid #fff;
	background: #000;
	color: #fff;
	padding: 14px 22px;
	min-width: 180px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition:
	transform 0.16s ease,
	background 0.2s ease,
	box-shadow 0.2s ease,
	opacity 0.2s ease;
	font-family: "MidashiFont","メイリオ","Hiragino Kaku Gothic Pro","sans-serif";
	}
.load-more-btn:hover {
	opacity: 0.6;
	}
.load-more-btn:disabled {
	cursor: default;
	transform: none;
	}
.status-text {
	min-height: 1.5em;
	margin: 15px 0;
	color: #fff;
	font-size: 14px;
	}
.spinner {
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-top-color: #fff;
	border-radius: 50%;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 8px;
	animation: spin 0.8s linear infinite;
	}
.hidden {
	display: none !important;
	}
@keyframes spin {
	to {
	transform: rotate(360deg);
	}
}
@media (max-width: 640px) {
.block-list {
	row-gap: 12px;
	}
.entry-inner {
	padding: 15px 10px 25px 10px;
	}
.text-intro,
.text-more {
	font-size: 14px;
	}
}
.text-panel.a .text-intro,
.text-panel.a .text-more {
	font-size: 15px;
	}
.text-panel.b .text-intro,
.text-panel.b .text-more {
	font-size: 13px;
	}
.text-panel.b {
	border-top: 1px solid #777;
	padding-top: 15px;
	margin-top: 15px;
	}

.send_area {
	padding-bottom: 30px;
	}