@charset "UTF-8";
/*!
Theme Name: tsukiji-app
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tsukiji-app
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tsukiji-app is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #193547;
	font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	max-width: 100%;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #f7f6f2;
}

hr {
	height: 1px;
	margin-bottom: 1.5em;
	border: 0;
	background-color: #ccc;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

figure {
	margin: 1em 0;
}

table {
	width: 100%;
	margin: 0 0 1.5em;
}

/* Links
--------------------------------------------- */
a:not([class]) {
	color: #00619f;
}

a:not([class]):visited {
	color: #00619f;
}

a:not([class]):hover,
a:not([class]):focus,
a:not([class]):active {
	color: #00619f;
}

a:not([class]):focus {
	outline: thin dotted;
}

a:not([class]):hover,
a:not([class]):active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	padding: 3px;
	border: 1px solid #b1b1b1;
	border-radius: 3px;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #b1b1b1;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.main-navigation ul ul {
	position: absolute;
	z-index: 99999;
	top: 100%;
	left: -999em;
	float: left;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.main-navigation ul ul ul {
	top: 0;
	left: -999em;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	flex: 1 0 50%;
	text-align: end;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	margin: 0 0 1.5em;
	clear: both;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	display: grid;
	grid-gap: 1.5em;
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
	word-wrap: normal !important;
	clip-path: inset(50%);
}

.screen-reader-text:focus {
	display: block;
	z-index: 100000;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	clip: auto !important;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip-path: none;
	color: #21759b;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 15px 23px 14px;
	background-color: #f1f1f1;
	line-height: normal;
	text-decoration: none;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	/*rtl:ignore*/
	float: left;
}

.alignright {
	/*rtl:ignore*/
	margin-bottom: 1.5em;
	margin-left: 1.5em;
	/*rtl:ignore*/
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	clear: both;
}

/*--------------------------------------------------------------
# レイアウト
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.ly-site {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
	}

	.ly-main {
		flex-grow: 1;
	}

	.ly-content {
		margin: 24px 20px;
	}
}

@media screen and (min-width: 769px) {
	.ly-site {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
	}

	.ly-main {
		flex-grow: 1;
	}

	.ly-content {
		width: 620px;
		margin: 50px auto;
	}
}

.entry-content ul,
.entry-content ol {
	margin-left: 0;
	padding-left: 15px;
}

.entry-content li {
	margin-bottom: 10px;
}

.entry-content li:last-child {
	margin-bottom: 0;
}

.entry-content p {
	line-height: 1.6;
}

/*--------------------------------------------------------------
# 見出し
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.headline {
		margin: 0 20px 16px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}

	.headline:not(:first-child) {
		margin-top: 20px;
	}

	.headline-description {
		margin: 12px 20px;
		font-size: 14px;
	}

	.heading {
		margin: 0 0 12px;
		font-size: 14px;
		font-weight: bold;
	}
}

@media screen and (min-width: 769px) {
	.headline {
		margin: 0 20px 16px;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
	}

	.headline:not(:first-child) {
		margin-top: 20px;
	}

	.headline-description {
		width: 620px;
		margin: 20px auto;
		font-size: 16px;
	}

	.heading {
		margin: 0 0 12px;
		font-size: 24px;
		font-weight: bold;
	}
}

/*--------------------------------------------------------------
# ボタン
--------------------------------------------------------------*/
/* primaryボタン */
.button-primary {
	display: block;
	width: 235px;
	height: 55px;
	margin: 0 auto;
	padding: 0 20px;
	border: 0;
	border-radius: 26px;
	background-color: #193547;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
}

.button-primary--small {
	width: 170px;
}

/* secondaryボタン */
.button-secondary {
	display: block;
	width: 235px;
	height: 55px;
	margin: 0 auto;
	padding: 0 20px;
	border: 1px solid #193547;
	border-radius: 26px;
	background-color: transparent;
	color: #193547;
	font-size: 18px;
	font-weight: bold;
	line-height: 55px;
	text-align: center;
	text-decoration: none;
}

/* ボタン用ボックス */
.button-box {
	display: flex;
	justify-content: center;
	column-gap: 20px;
	margin: 28px 0;
}

/* cf7対応 */
/* 中に <p> があるパターン対応：p自体を見た目から外す */
.button-box > p {
	display: contents;
}
.wpcf7-spinner {
	display: none;
}

/*--------------------------------------------------------------
# 汎用注意書リスト
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.note {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.note__list {
		font-size: 12px;
	}
}

@media screen and (min-width: 769px) {
	.note {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.note__list {
		font-size: 12px;
	}
}

/*--------------------------------------------------------------
# 一覧・詳細表示
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.archive-list {
		margin: 12px 20px;
	}

	.archive-list__link {
		display: block;
		padding: 10px;
		border-radius: 4px;
		background-color: #fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
		color: #193547;
		text-decoration: none;
	}

	.archive-list__inner {
		display: flex;
		align-items: flex-start;
	}

	.archive-list__image {
		width: 65px;
		height: 65px;
		margin-bottom: 4px;
		overflow: hidden;
		border-radius: 3px;
	}

	.archive-list__image img {
		width: 65px;
		height: 65px;
		object-fit: cover;
	}

	.archive-list__title {
		width: calc(100% - 73px);
		margin: 0 0 0 8px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.3;
	}

	.archive-list__text {
		margin-bottom: 8px;
	}

	.archive-list__text p {
		display: -webkit-box;
		margin: 0;
		overflow: hidden;
		font-size: 14px;
		line-height: 1.35;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.archive-list__data {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.archive-list__not-found {
		margin: 0 20px;
	}

	.archive-list__not-found p {
		margin: 50px 0;
		font-size: 18px;
	}

	/* 並び替え */
	.archive-sort {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin: 0 20px;
	}

	.archive-sort__label {
		margin-right: 5px;
		font-size: 14px;
	}

	.archive-sort__select {
		position: relative;
	}

	.archive-sort__select::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 7px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: url("./images/arrow_down.svg") no-repeat center center/contain;
		pointer-events: none;
	}

	.archive-sort__text {
		display: block;
		width: 140px;
		padding: 10px 24px 10px 10px;
		border: 1px solid #b1b1b1;
		border-radius: 4px;
		background-color: #fff;
		font-size: 14px;
		cursor: pointer;
	}

	.archive-sort__text.is-active {
		border-radius: 4px 4px 0 0;
	}

	.archive-sort-list {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		width: 140px;
		margin: 0;
		padding: 0;
		list-style: none;
		border: 1px solid #b1b1b1;
		border-top: 0;
		border-radius: 0 0 4px 4px;
		background-color: #fff;
		font-size: 14px;
	}

	.archive-sort-list__list {
		border-top: 1px solid #b1b1b1;
	}

	.archive-sort-list__list:first-child {
		border-top: 0;
	}

	.archive-sort-list__link {
		display: block;
		padding: 10px;
		color: #193547;
		text-decoration: none;
	}
}

@media screen and (min-width: 769px) {
	.archive-list {
		width: 620px;
		margin: 12px auto;
	}

	.archive-list__link {
		display: block;
		padding: 10px;
		transition: 0.2s;
		border-radius: 4px;
		background-color: #fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
		color: #193547;
		text-decoration: none;
	}

	.archive-list__link:hover {
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	}

	.archive-list__inner {
		display: flex;
		align-items: flex-start;
	}

	.archive-list__image {
		width: 105px;
		height: 65px;
		margin-bottom: 4px;
		overflow: hidden;
		border-radius: 3px;
	}

	.archive-list__image img {
		width: 105px;
		height: 65px;
		object-fit: cover;
	}

	.archive-list__title {
		width: calc(100% - 113px);
		margin: 0 0 0 8px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.3;
	}

	.archive-list__text {
		margin-bottom: 8px;
	}

	.archive-list__text p {
		display: -webkit-box;
		margin: 0;
		overflow: hidden;
		font-size: 14px;
		line-height: 1.35;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.archive-list__data {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.archive-list__not-found {
		width: 620px;
		margin: 0 auto;
	}

	.archive-list__not-found p {
		margin: 50px 0;
		font-size: 18px;
	}

	/* 並び替え */
	.archive-sort {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 620px;
		margin: 0 auto;
	}

	.archive-sort__label {
		margin-right: 5px;
		font-size: 14px;
	}

	.archive-sort__select {
		position: relative;
	}

	.archive-sort__select::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 7px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: url("./images/arrow_down.svg") no-repeat center center/contain;
		pointer-events: none;
	}

	.archive-sort__text {
		display: block;
		width: 140px;
		padding: 10px 24px 10px 10px;
		border: 1px solid #b1b1b1;
		border-radius: 4px;
		background-color: #fff;
		font-size: 14px;
		cursor: pointer;
	}

	.archive-sort__text.is-active {
		border-radius: 4px 4px 0 0;
	}

	.archive-sort-list {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		width: 140px;
		margin: 0;
		padding: 0;
		list-style: none;
		border: 1px solid #b1b1b1;
		border-top: 0;
		border-radius: 0 0 4px 4px;
		background-color: #fff;
		font-size: 14px;
	}

	.archive-sort-list__list {
		border-top: 1px solid #b1b1b1;
	}

	.archive-sort-list__list:first-child {
		border-top: 0;
	}

	.archive-sort-list__link {
		display: block;
		padding: 10px;
		color: #193547;
		text-decoration: none;
	}
}

@media screen and (max-width: 768px) {
	.article {
		margin: 0 0 32px;
	}

	.article__header {
		margin: 0 20px 20px;
	}

	.article__image {
		margin-bottom: 12px;
	}

	.article__image img {
		display: block;
	}

	.article__headline {
		margin: 0 0 12px;
		font-size: 16px;
	}

	.article__content {
		margin: 0 20px;
	}

	.article__content h1,
	.article__content h2 {
		margin: 40px 0 20px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.35;
	}

	.article__content h1:first-child,
	.article__content h2:first-child {
		margin-top: 0;
	}

	.article__content h3 {
		margin: 20px 0;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.35;
	}

	.article__content h4,
	.article__content h5,
	.article__content h6 {
		margin: 12px 0;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.35;
	}

	.article__content p {
		margin: 12px 0;
		font-size: 16px;
		line-height: 1.625;
	}

	.article__content p:first-child {
		margin-top: 0;
	}

	.article__content .wp-block-image {
		margin: 12px 0;
	}

	.article__content .wp-block-image img {
		display: block;
		margin: 0 auto;
		vertical-align: bottom;
	}

	.article__footer {
		margin: 0 20px;
	}

	.article__data {
		display: flex;
		margin-top: 12px;
	}

	.article__comment-count {
		padding-left: 18px;
		background: url("./images/ico_comment.svg") no-repeat left center/14px auto;
		color: #c8a981;
		font-size: 14px;
		font-weight: bold;
	}

	.article__post-date {
		margin-left: auto;
		columns: #7c7c7c;
		font-size: 13px;
	}

	.article .edit-link {
		margin-left: 8px;
		font-size: 13px;
	}

	/* 回答 */
	.article-reply {
		margin: 12px 0;
		padding: 16px;
		border: 1px solid #b1b1b1;
		border-radius: 4px;
		background: #fff;
	}

	.article-reply__header {
		display: flex;
		align-items: flex-start;
		margin-bottom: 16px;
	}

	.article-reply__image {
		width: 32px;
		height: 32px;
		margin-right: 15px;
		overflow: hidden;
		border-radius: 100%;
	}

	.article-reply__image img {
		width: 32px;
		height: 32px;
		object-fit: cover;
	}

	.article-reply__box {
		width: calc(100% - 45px);
	}

	.article-reply__name {
		margin: 0;
		font-size: 14px;
		font-weight: bold;
	}

	.article-reply__role {
		margin: 0;
		font-size: 13px;
	}

	.article-reply__title {
		margin: 0 0 12px;
		font-size: 16px;
		font-weight: bold;
	}

	.article-reply__text {
		margin: 0;
		font-size: 16px;
	}

	.article-reply__text p {
		margin: 0;
	}

	/* 著者 */
	.article-author {
		display: flex;
		align-items: flex-start;
		margin: 20px 0;
		padding: 16px;
		border-top: 1px dashed #b1b1b1;
		border-bottom: 1px dashed #b1b1b1;
		background-color: #fff;
	}

	.article-author__image {
		width: 55px;
		margin-right: 8px;
	}

	.article-author__data {
		width: calc(100% - 63px);
	}

	.article-author__data p {
		margin: 0;
		font-size: 14px;
		line-height: 1.35;
	}

	.article-author__name {
		margin-bottom: 5px;
		font-weight: bold;
	}

	/* 関連書籍 */
	.article-relation {
		margin: 20px 0;
	}

	.article-relation p {
		margin: 0;
	}

	.article-relation__box {
		display: block;
		margin-top: 12px;
		padding: 16px;
		border-radius: 4px;
		background-color: #fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
		color: #193547;
		text-decoration: none;
	}

	.article-relation__title {
		margin-bottom: 5px;
	}

	.article-relation__title p {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.375;
	}

	.article-relation__desc p {
		display: -webkit-box;
		overflow: hidden;
		font-size: 12px;
		line-height: 1.5;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.article-relation__link {
		margin-top: 5px;
		color: #b1b1b1;
		font-size: 10px;
	}
}

@media screen and (min-width: 769px) {
	.article {
		width: 620px;
		margin: 50px auto;
	}

	.article__image {
		margin-bottom: 24px;
	}

	.article__image img {
		display: block;
	}

	.article__headline {
		margin: 0 0 12px;
		font-size: 28px;
	}

	.article__content {
		margin: 50px 0;
	}

	.article__content h1,
	.article__content h2 {
		margin: 40px 0 20px;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.35;
	}

	.article__content h1:first-child,
	.article__content h2:first-child {
		margin-top: 0;
	}

	.article__content h3 {
		margin: 20px 0;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.35;
	}

	.article__content h4,
	.article__content h5,
	.article__content h6 {
		margin: 12px 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.35;
	}

	.article__content p {
		margin: 12px 0;
		font-size: 18px;
		line-height: 1.625;
	}

	.article__content p:first-child {
		margin-top: 0;
	}

	.article__content .wp-block-image {
		margin: 24px 0;
	}

	.article__content .wp-block-image img {
		display: block;
		margin: 0 auto;
		vertical-align: bottom;
	}

	.article__footer {
		margin: 0 20px;
	}

	.article__data {
		display: flex;
		margin-top: 12px;
	}

	.article__comment-count {
		padding-left: 25px;
		background: url("./images/ico_comment.svg") no-repeat left center/20px auto;
		color: #c8a981;
		font-size: 16px;
		font-weight: bold;
	}

	.article__post-date {
		margin-left: auto;
		columns: #7c7c7c;
		font-size: 14px;
	}

	.article .edit-link {
		margin-left: 8px;
		font-size: 14px;
	}

	/* 回答 */
	.article-reply {
		margin: 24px 0;
		padding: 16px;
		border: 1px solid #b1b1b1;
		border-radius: 4px;
		background: #fff;
	}

	.article-reply__header {
		display: flex;
		align-items: flex-start;
		margin-bottom: 16px;
	}

	.article-reply__image {
		width: 45px;
		height: 45px;
		margin-right: 15px;
		overflow: hidden;
		border-radius: 100%;
	}

	.article-reply__image img {
		width: 45px;
		height: 45px;
		object-fit: cover;
	}

	.article-reply__box {
		width: calc(100% - 60px);
	}

	.article-reply__name {
		margin: 0;
		font-size: 16px;
		font-weight: bold;
	}

	.article-reply__role {
		margin: 0;
		font-size: 13px;
	}

	.article-reply__title {
		margin: 0 0 12px;
		font-size: 16px;
		font-weight: bold;
	}

	.article-reply__text {
		margin: 0;
		font-size: 16px;
	}

	.article-reply__text p {
		margin: 0;
	}

	/* 著者 */
	.article-author {
		display: flex;
		align-items: flex-start;
		margin: 20px 0;
		padding: 16px;
		border-top: 1px dashed #b1b1b1;
		border-bottom: 1px dashed #b1b1b1;
		background-color: #fff;
	}

	.article-author__image {
		width: 100px;
		margin-right: 15px;
	}

	.article-author__data {
		width: calc(100% - 115px);
	}

	.article-author__data p {
		margin: 0;
		font-size: 14px;
		line-height: 1.35;
	}

	.article-author__name {
		margin-bottom: 5px;
		font-weight: bold;
	}

	/* 関連書籍 */
	.article-relation {
		margin: 20px 0;
	}

	.article-relation p {
		margin: 0;
	}

	.article-relation__box {
		display: block;
		margin-top: 12px;
		padding: 16px;
		border-radius: 4px;
		background-color: #fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
		color: #193547;
		text-decoration: none;
	}

	.article-relation__title {
		margin-bottom: 5px;
	}

	.article-relation__title p {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.375;
	}

	.article-relation__desc p {
		display: -webkit-box;
		overflow: hidden;
		font-size: 14px;
		line-height: 1.5;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.article-relation__link {
		margin-top: 5px;
		color: #b1b1b1;
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
	.comment-count {
		margin-left: auto;
		padding-left: 12px;
		background: url("./images/ico_comment.svg") no-repeat left center/10px;
		color: #c8a981;
		font-size: 10px;
		font-weight: bold;
	}

	.comment-post {
		margin: 36px 20px 0;
		padding: 20px 0;
		border-top: 1px solid #b1b1b1;
	}

	.comment-post .note {
		margin-top: 10px;
	}

	.comment-area {
		margin: 0 0 25px;
	}

	.comment-list {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.comment {
		margin-top: 8px;
		border-top: 1px solid #b1b1b1;
		border-bottom: 1px solid #b1b1b1;
		background: #fff;
	}

	.comment:first-child {
		margin-top: 0;
	}

	.comment-body {
		padding: 16px 20px;
	}

	.comment-author {
		color: #2a5774;
		font-size: 13px;
	}

	.comment-author a {
		color: #2a5774;
		text-decoration: none;
	}

	.says {
		display: none;
	}

	.comment-metadata {
		font-size: 10px;
	}

	.comment-metadata > a {
		color: #7c7c7c;
		text-decoration: none;
		pointer-events: none;
	}

	.comment-content p {
		margin: 10px 0;
		font-size: 14px;
		line-height: 1.7;
	}

	.comment-edit-link {
		white-space: nowrap;
	}

	.comment-respond {
		height: 0;
		overflow: hidden;
	}

	.comment-navigation {
		margin: 15px 20px;
	}

	.comment-navigation .nav-next a {
		text-decoration: none;
	}

	.comment-navigation .nav-next a::after {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url("./images/arrow_link.svg") no-repeat right center/auto 10px;
	}

	.comment-navigation .nav-previous a {
		text-decoration: none;
	}

	.comment-navigation .nav-previous a::before {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		transform: scale(-1, 1);
		background: url("./images/arrow_link.svg") no-repeat right center/auto 10px;
	}

	.no-comments {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.comment-count {
		margin-left: auto;
		padding-left: 20px;
		background: url("./images/ico_comment.svg") no-repeat left center/16px;
		color: #c8a981;
		font-size: 14px;
		font-weight: bold;
	}

	.comment-area {
		width: 620px;
		margin: 0 auto;
	}

	.comment-post {
		width: 620px;
		margin: 36px auto 0;
		padding: 20px 0;
		border-top: 1px solid #b1b1b1;
	}

	.comment-post .note {
		margin-top: 10px;
	}

	.comment-list {
		margin: 0;
		padding: 0;
		list-style: none;
		border-top: 1px solid #b1b1b1;
	}

	.comment {
		border-bottom: 1px solid #b1b1b1;
	}

	.comment:first-child {
		margin-top: 0;
	}

	.comment-body {
		padding: 16px 20px;
	}

	.comment-meta {
		display: flex;
		justify-content: space-between;
	}

	.comment-author {
		color: #2a5774;
		font-size: 16px;
	}

	.comment-author a {
		color: #2a5774;
		text-decoration: none;
	}

	.says {
		display: none;
	}

	.comment-metadata {
		flex-shrink: 0;
		width: 140px;
		font-size: 10px;
	}

	.comment-metadata > a {
		color: #7c7c7c;
		text-decoration: none;
		pointer-events: none;
	}

	.comment-content p {
		margin: 10px 0;
		font-size: 16px;
		line-height: 1.7;
	}

	.comment-edit-link {
		white-space: nowrap;
	}

	.comment-respond {
		display: none;
	}

	.comment-navigation {
		margin: 15px 20px;
	}

	.comment-navigation .nav-next a {
		text-decoration: none;
	}

	.comment-navigation .nav-next a::after {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url("./images/arrow_link.svg") no-repeat right center/auto 10px;
	}

	.comment-navigation .nav-previous a {
		text-decoration: none;
	}

	.comment-navigation .nav-previous a::before {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		transform: scale(-1, 1);
		background: url("./images/arrow_link.svg") no-repeat right center/auto 10px;
	}

	.no-comments {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.news-list {
		margin: 0 auto 30px;
		padding: 0;
		list-style: none;
	}

	.news-list__list {
		border-bottom: 1px solid #ddd;
	}

	.news-list__link {
		display: block;
		padding: 10px 15px;
		color: #193547;
		text-decoration: none;
	}

	.news-list__date {
		margin: 0;
		font-size: 10px;
	}

	.news-list__title {
		margin: 5px 0 0;
	}

	.news-list__title br {
		display: none;
	}
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
	margin-top: 19px;
}

.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last {
	min-width: 25px;
	height: 25px;
	padding: 0 8px;
	border: 1px solid #193547;
	border-radius: 2px;
	background: #fff;
	color: #193547;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
}

.wp-pagenavi .extend {
	min-width: 25px;
	height: 25px;
	padding: 0 8px;
	border: 0;
	background: transparent;
	color: #193547;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
}

.wp-pagenavi .current {
	min-width: 25px;
	height: 25px;
	padding: 0 8px;
	border: 1px solid #193547;
	border-radius: 2px;
	background: #193547;
	color: #fff;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
}

.wp-pagenavi .previouspostslink {
	min-width: 25px;
	height: 25px;
	border: 0;
	background: transparent url("./images/arrow_left.svg") no-repeat center center/8px;
	color: transparent;
	line-height: 25px;
}

.wp-pagenavi .nextpostslink {
	min-width: 25px;
	height: 25px;
	border: 0;
	background: transparent url("./images/arrow_right.svg") no-repeat center center/8px;
	color: transparent;
	line-height: 25px;
}

@media screen and (max-width: 768px) {
	.comment .sce-edit-comment {
		margin: 12px 0 0;
		padding-top: 15px;
		border-top: 1px solid #b1b1b1;
	}

	.comment .sce-edit-button-main {
		display: inline-block;
		position: relative;
		visibility: hidden;
		width: 7em;
		margin-right: 8px;
	}

	.comment .sce-edit-button-main::after {
		content: "コメントを削除";
		display: inline-block;
		visibility: visible;
		position: absolute;
		left: 0;
		color: #d95f5f;
		text-decoration: underline;
	}

	.comment .sce-comment-edit-buttons {
		display: flex;
		align-items: center;
	}

	.comment .sce-comment-edit-buttons .sce-comment-delete {
		order: 1;
		width: 100px;
		height: 28px;
		margin: 0 !important;
		border: 0;
		border-radius: 14px;
		background-color: #d95f5f;
		color: #fff;
		font-size: 14px;
		line-height: 26px;
		text-align: center;
	}

	.comment .sce-comment-edit-buttons .sce-comment-cancel {
		order: 3;
		width: 100px;
		height: 28px;
		margin: 0 0 0 auto !important;
		border: 1px solid #193547;
		border-radius: 14px;
		background-color: #fff;
		color: #193547;
		font-size: 14px;
		line-height: 26px;
		text-align: center;
	}

	.comment .sce-comment-text,
	.comment .sce-comment-save {
		display: none !important;
	}

	.comment .sce-timer {
		order: 2;
		margin: 0 0 0 8px !important;
		color: #7c7c7c;
		font-size: 14px !important;
		font-style: normal !important;
	}

	.comment .sce-seperator {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.header {
		position: relative;
		background-color: #fff;
	}

	.header__inner {
		display: flex;
		align-items: center;
		padding: 20px;
	}

	.header-logo {
		width: 200px;
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
	.tag-list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 -8px;
		padding: 0;
		list-style: none;
		row-gap: 8px;
		column-gap: 8px;
	}

	.tag-list--line {
		max-width: calc(100% - 45px);
		height: 20px;
		margin-bottom: 0;
		overflow: hidden;
	}

	.tag-list__item {
		display: inline-block;
		padding: 4px;
		border: 1px solid #92bfaa;
		border-radius: 10px;
		color: #5c5c5c;
		font-size: 9px;
		line-height: 1;
		vertical-align: top;
	}

	.tag-list__link {
		display: block;
		padding: 6px 12px;
		border-radius: 15px;
		background-color: #fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
		color: #5c5c5c;
		font-size: 14px;
		line-height: 1;
		text-decoration: none;
	}

	.tag-list__search {
		display: block;
		padding: 12px 16px;
		border-radius: 19px;
		background-color: #fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
		color: #193547;
		font-size: 14px;
		line-height: 1;
		text-decoration: none;
	}
}

@media screen and (min-width: 769px) {
	.tag-list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 -8px;
		padding: 0;
		row-gap: 8px;
		column-gap: 8px;
		list-style: none;
	}

	.tag-list--line {
		max-width: calc(100% - 45px);
		height: 24px;
		margin-bottom: 0;
		overflow: hidden;
	}

	.tag-list__item {
		padding: 4px 5px;
		border: 1px solid #92bfaa;
		border-radius: 12px;
		color: #5c5c5c;
		font-size: 12px;
		line-height: 1;
		vertical-align: top;
	}

	.tag-list__link {
		display: block;
		padding: 6px 12px;
		border-radius: 15px;
		background-color: #fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
		color: #5c5c5c;
		font-size: 14px;
		line-height: 1;
		text-decoration: none;
	}

	.tag-list__search {
		display: block;
		padding: 12px 16px;
		border-radius: 19px;
		background-color: #fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
		color: #193547;
		font-size: 14px;
		line-height: 1;
		text-decoration: none;
	}
}

@media screen and (max-width: 768px) {
	.wpulike {
		display: flex;
		justify-content: flex-end;
		padding: 0;
	}

	.wpulike-heart .wp_ulike_put_text {
		padding: 0;
		font-size: 13px;
		font-weight: bold;
		line-height: 1;
	}

	.wpulike-heart .count-box {
		margin-left: 8px;
		font-size: 13px;
		font-weight: bold;
		line-height: 1;
	}

	.wpulike-heart .wp_ulike_is_not_liked,
	.wpulike-heart .wp_ulike_is_unliked {
		padding: 10px 12px 10px 34px;
		border: 1px solid #7c7c7c;
		border-radius: 18px;
		background: #fff url("./images/ico_heart_off.svg") no-repeat 12px center/16px auto;
		box-shadow: none;
	}

	.wpulike-heart .wp_ulike_is_not_liked .wp_ulike_put_text,
	.wpulike-heart .wp_ulike_is_not_liked .count-box,
	.wpulike-heart .wp_ulike_is_unliked .wp_ulike_put_text,
	.wpulike-heart .wp_ulike_is_unliked .count-box {
		color: #7c7c7c;
	}

	.wpulike-heart .wp_ulike_is_liked {
		padding: 10px 12px 10px 34px;
		border: 1px solid #d95f5f;
		border-radius: 18px;
		background: #fff url("./images/ico_heart_on.svg") no-repeat 12px center/16px auto;
		box-shadow: none;
	}

	.wpulike-heart .wp_ulike_is_liked .wp_ulike_put_text,
	.wpulike-heart .wp_ulike_is_liked .count-box,
	.wpulike-heart .wp_ulike_is_liked:hover .wp_ulike_put_text,
	.wpulike-heart .wp_ulike_is_liked:hover .count-box {
		color: #d95f5f;
	}
}

@media screen and (min-width: 769px) {
	.wpulike {
		display: flex;
		justify-content: flex-end;
		padding: 0;
	}

	.wpulike-heart .wp_ulike_put_text {
		padding: 0;
		font-size: 13px;
		font-weight: bold;
		line-height: 1;
	}

	.wpulike-heart .count-box {
		margin-left: 8px;
		font-size: 13px;
		font-weight: bold;
		line-height: 1;
	}

	.wpulike-heart .wp_ulike_is_not_liked,
	.wpulike-heart .wp_ulike_is_unliked {
		padding: 10px 12px 10px 34px;
		border: 1px solid #7c7c7c;
		border-radius: 18px;
		background: #fff url("./images/ico_heart_off.svg") no-repeat 12px center/16px auto;
		box-shadow: none;
		cursor: pointer;
	}

	.wpulike-heart .wp_ulike_is_not_liked .wp_ulike_put_text,
	.wpulike-heart .wp_ulike_is_not_liked .count-box,
	.wpulike-heart .wp_ulike_is_unliked .wp_ulike_put_text,
	.wpulike-heart .wp_ulike_is_unliked .count-box {
		color: #7c7c7c;
	}

	.wpulike-heart .wp_ulike_is_not_liked:hover,
	.wpulike-heart .wp_ulike_is_unliked:hover,
	.wpulike-heart .wp_ulike_is_liked {
		padding: 10px 12px 10px 34px;
		border: 1px solid #d95f5f;
		border-radius: 18px;
		background: #fff url("./images/ico_heart_on.svg") no-repeat 12px center/16px auto;
		box-shadow: none;
		cursor: pointer;
	}

	.wpulike-heart .wp_ulike_is_not_liked:hover .wp_ulike_put_text,
	.wpulike-heart .wp_ulike_is_not_liked:hover .count-box,
	.wpulike-heart .wp_ulike_is_unliked:hover .wp_ulike_put_text,
	.wpulike-heart .wp_ulike_is_unliked:hover .count-box,
	.wpulike-heart .wp_ulike_is_liked .wp_ulike_put_text,
	.wpulike-heart .wp_ulike_is_liked .count-box,
	.wpulike-heart .wp_ulike_is_liked:hover .wp_ulike_put_text,
	.wpulike-heart .wp_ulike_is_liked:hover .count-box {
		color: #d95f5f;
	}
}

@media screen and (max-width: 768px) {
	.relations {
		padding-bottom: 5px;
		overflow: auto;
	}

	.relations__heading {
		margin: 0 20px 12px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
	}

	.relations-list {
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.relations-list::before,
	.relations-list::after {
		content: "";
		flex-shrink: 0;
		width: 10px;
	}

	.relations-list__list {
		flex-shrink: 0;
		width: 180px;
		margin-left: 10px;
	}

	.relations-list__link {
		display: block;
		height: 100%;
		padding-bottom: 15px;
		overflow: hidden;
		border-radius: 4px;
		background-color: #fff;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
		color: #193547;
	}

	.relations-list img {
		display: block;
		width: 180px;
		height: 100px;
		object-fit: cover;
	}

	.relations-list__title {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin: 5px 0 0;
		padding: 0 10px;
	}
}

@media screen and (min-width: 769px) {
	.relations {
		min-width: 180px;
		max-width: 950px;
		margin: 50px auto 0;
	}

	.relations__heading {
		margin: 0 0 24px;
		font-size: 24px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}

	.relations-list {
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.relations-list__list {
		flex-shrink: 0;
		width: 180px;
		margin-left: 10px;
	}

	.relations-list__link {
		display: block;
		height: 100%;
		padding-bottom: 15px;
		overflow: hidden;
		border-radius: 4px;
		background-color: #fff;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
		color: #193547;
	}

	.relations-list img {
		display: block;
		width: 180px;
		height: 100px;
		object-fit: cover;
	}

	.relations-list__title {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin: 5px 0 0;
		padding: 0 10px;
	}
}

/*--------------------------------------------------------------
# 検索
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.search-form {
		margin: 0;
		padding: 12px 20px;
		background-color: #ebeae7;
	}

	.search-form__field[type="text"] {
		display: block;
		width: 100%;
		padding: 10px 8px 10px 37px;
		border: 0;
		background: #fff url("./images/ico_search.svg") no-repeat 8px center/18px;
	}

	.search-form__field[type="text"]::placeholder {
		color: #b1b1b1;
		font-weight: bold;
	}

	.search-form__list {
		margin: 12px 0 0;
		font-size: 14px;
		font-weight: bold;
		text-align: right;
	}

	.search-form__list a {
		line-height: 1;
		text-decoration: none;
	}

	.search-form__list a::after {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url("./images/arrow_link.svg") no-repeat right center/auto 10px;
	}

	/* キーワードから探す */
	.search-keyword {
		margin: 0 0 28px;
	}
}

@media screen and (min-width: 769px) {
	.search-form {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		padding: 12px 0;
		background-color: #ebeae7;
	}

	.search-form__field[type="text"] {
		display: block;
		width: 420px;
		height: 46px;
		padding: 8px 8px 8px 37px;
		border: 0;
		background: #fff url("./images/ico_search.svg") no-repeat 8px center/18px;
	}

	.search-form__field[type="text"]::placeholder {
		color: #b1b1b1;
		font-weight: bold;
	}

	.search-form__list {
		width: 170px;
		margin: 0 0 0 30px;
		font-size: 14px;
		font-weight: bold;
		text-align: right;
	}

	.search-form__list a {
		line-height: 1;
		text-decoration: none;
	}

	.search-form__list a::after {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url("./images/arrow_link.svg") no-repeat right center/auto 10px;
	}

	/* キーワードから探す */
	.search-keyword {
		margin: 0 0 50px;
	}
}

/*--------------------------------------------------------------
# 悩み・質問投稿
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	/* 悩み・質問投稿導線 */
	.post-guide {
		margin: 36px 0;
		padding: 0 20px 20px;
		background-color: #fff;
	}

	.post-guide__heading {
		display: flex;
		align-items: center;
		height: 120px;
		margin: 0;
		padding: 10px 0 8px;
		background: url("./images/img_post.png") no-repeat right center/102px;
		font-size: 18px;
		font-weight: bold;
	}

	.post-guide__heading--comment {
		padding: 10px 0 8px 120px;
		background: url("./images/img_comment.png") no-repeat left center/102px;
	}

	.post-guide__text {
		margin: 0 0 16px;
	}

	.post-guide__button {
		margin: 16px 0;
	}

	/* 悩み・質問投稿分岐 */
	.post-select-box__column {
		margin: 12px 0;
		padding: 16px;
		background-color: #fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	}

	.post-select-box__heading {
		margin: 0 0 12px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}

	.post-select-box__heading::before {
		content: "";
		display: block;
		width: 60px;
		height: 40px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}

	.post-select-box__heading--app::before {
		background-image: url("./images/ico_community.svg");
	}

	.post-select-box__heading--taimen::before {
		background-image: url("./images/ico_yorozu.svg");
	}

	.post-select-box__heading--syukatsu::before {
		background-image: url("./images/ico_syukatsu.svg");
	}

	.post-select-box__text {
		margin: 12px 0 0;
		font-size: 14px;
		line-height: 1.7;
	}

	/* 悩み・質問投稿フォーム */
	.wpcf7-form-control-wrap .wpcf7-not-varid-tip {
		font-size: 93%;
		color: #b70000;
		display: block;
	}

	.wpcf7-form.invalid .wpcf7-response-output {
		display: none;
	}

	.post-form textarea {
		width: 100%;
		height: 200px;
		padding: 10px;
		border: 1px solid #b1b1b1;
		border-radius: 4px;
	}

	.post-form__heading {
		margin-bottom: 12px;
		padding: 12px 8px;
		background-color: #dfeae5;
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
	}

	.post-form__text {
		margin: 0 0 25px;
		font-size: 16px;
		line-height: 1.625;
	}

	.post-form__confirm-text {
		margin: 12px 0;
		font-size: 14px;
	}

	.post-form__tag .wpcf7-form-control {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.post-form__tag .wpcf7-form-control .wpcf7-list-item {
		display: block;
		position: relative;
		width: 45%;
		margin-bottom: 20px;
	}

	/* チェックボックス・ラジオボタンの書式 */
	.post-form__tag .wpcf7-form-control input {
		display: none;
	}

	.post-form__tag .wpcf7-form-control input + span {
		display: block;
		padding-left: 20px;
	}

	/* チェックボックス */
	.post-form__tag .wpcf7-checkbox input + span::before {
		content: "";
		display: block;
		position: absolute;
		top: 5px;
		left: 0;
		width: 16px;
		height: 16px;
		border: 1px solid #b1b1b1;
		border-radius: 2px;
		background-color: #fff;
		line-height: 1.625;
	}

	.post-form__tag .wpcf7-checkbox input:checked + span::before {
		border-color: #355571;
		background: #193547 url("./images/ico_check.svg") no-repeat center center/10px auto;
	}

	/* ラジオボタン */
	.post-form__tag .wpcf7-radio input + span::before {
		content: "";
		display: block;
		position: absolute;
		top: 5px;
		left: 0;
		width: 16px;
		height: 16px;
		border: 1px solid #b1b1b1;
		border-radius: 100%;
		background-color: #fff;
		line-height: 1.625;
	}

	.post-form__tag .wpcf7-radio input:checked + span::before {
		border-color: #355571;
		background: #193547 url("./images/ico_check.svg") no-repeat center center/10px auto;
	}

	/* 確認画面 テキストエリア */
	.confirm-textarea p {
		margin: 0;
		padding: 16px;
		border: 1px solid #b1b1b1;
		border-radius: 4px;
		background: #fff;
	}
}

@media screen and (min-width: 769px) {
	.post-guide {
		max-width: 620px;
		margin: 36px auto;
		padding: 0 40px 40px;
		background-color: #fff;
	}

	.post-guide__heading {
		display: flex;
		align-items: center;
		height: 120px;
		margin: 0;
		padding: 10px 0 8px;
		background: url("./images/img_post.png") no-repeat right center/102px;
		font-size: 24px;
		font-weight: bold;
	}

	.post-guide__heading--comment {
		padding: 10px 0 8px 120px;
		background: url("./images/img_comment.png") no-repeat left center/102px;
	}

	.post-guide__heading br {
		display: none;
	}

	.post-guide__text {
		margin: 0 0 16px;
	}

	.post-guide__button {
		margin: 16px 0;
	}

	/* 悩み・質問投稿分岐 */
	.post-select-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.post-select-box__column {
		width: 300px;
		margin: 12px 0;
		padding: 20px;
		background-color: #fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	}

	.post-select-box__column:last-child {
		width: 100%;
	}

	.post-select-box__heading {
		margin: 0 0 20px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}

	.post-select-box__heading::before {
		content: "";
		display: block;
		width: 80px;
		height: 60px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}

	.post-select-box__heading--app::before {
		background-image: url("./images/ico_community.svg");
	}

	.post-select-box__heading--taimen::before {
		background-image: url("./images/ico_yorozu.svg");
	}

	.post-select-box__heading--syukatsu::before {
		background-image: url("./images/ico_syukatsu.svg");
	}

	.post-select-box__text {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 1.7;
	}

	/* 悩み・質問投稿フォーム */
	.wpcf7-form-control-wrap .wpcf7-not-varid-tip {
		font-size: 93%;
		color: #b70000;
		display: block;
	}

	.wpcf7-form.invalid .wpcf7-response-output {
		display: none;
	}

	.post-form textarea {
		width: 100%;
		height: 200px;
		padding: 10px;
		border: 1px solid #b1b1b1;
		border-radius: 4px;
	}

	.post-form__heading {
		margin-bottom: 12px;
		padding: 12px 8px;
		background-color: #dfeae5;
		font-size: 16px;
		font-weight: bold;
		line-height: 1;
	}

	.post-form__text {
		margin: 0 0 25px;
		font-size: 16px;
		line-height: 1.625;
	}

	.post-form__confirm-text {
		margin: 12px 0;
		font-size: 14px;
	}

	.post-form__tag .wpcf7-form-control {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.post-form__tag .wpcf7-form-control .wpcf7-list-item {
		display: block;
		position: relative;
		width: 47%;
		margin-bottom: 20px;
	}

	/* チェックボックス・ラジオボタンの書式 */
	.post-form__tag .wpcf7-form-control input {
		display: none;
	}

	.post-form__tag .wpcf7-form-control input + span {
		display: block;
		padding-left: 20px;
	}

	/* チェックボックス */
	.post-form__tag .wpcf7-checkbox input + span::before {
		content: "";
		display: block;
		position: absolute;
		top: 5px;
		left: 0;
		width: 16px;
		height: 16px;
		border: 1px solid #b1b1b1;
		border-radius: 2px;
		background-color: #fff;
		line-height: 1.625;
	}

	.post-form__tag .wpcf7-checkbox input:checked + span::before {
		border-color: #355571;
		background: #193547 url("./images/ico_check.svg") no-repeat center center/10px auto;
	}

	/* ラジオボタン */
	.post-form__tag .wpcf7-radio input + span::before {
		content: "";
		display: block;
		position: absolute;
		top: 5px;
		left: 0;
		width: 16px;
		height: 16px;
		border: 1px solid #b1b1b1;
		border-radius: 100%;
		background-color: #fff;
		line-height: 1.625;
	}

	.post-form__tag .wpcf7-radio input:checked + span::before {
		border-color: #355571;
		background: #193547 url("./images/ico_check.svg") no-repeat center center/10px auto;
	}

	/* 確認画面 テキストエリア */
	.confirm-textarea p {
		margin: 0;
		padding: 16px;
		border: 1px solid #b1b1b1;
		border-radius: 4px;
		background: #fff;
	}
}

@media screen and (max-width: 768px) {
	/* よろず僧談 */
	.yorozu__text {
		margin: 0;
		font-size: 16px;
		line-height: 1.625;
	}

	.yorozu__text::after {
		content: "";
		display: block;
		width: 270px;
		height: 114px;
		margin: 20px auto 28px;
		background: url("./images/img_yorozusoudan.png") no-repeat left top/contain;
	}
}

@media screen and (min-width: 769px) {
	/* よろず僧談 */
	.yorozu__text {
		margin: 0;
		font-size: 16px;
		line-height: 1.625;
	}

	.yorozu__text::after {
		content: "";
		display: block;
		width: 270px;
		height: 114px;
		margin: 20px auto 28px;
		background: url("./images/img_yorozusoudan.png") no-repeat left top/contain;
	}
}

/*--------------------------------------------------------------
# よくある質問
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.faq {
		margin: 20px 0;
	}

	.faq .wp-block-group {
		margin: 12px 0;
		padding: 16px 20px 0;
		background-color: #fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	}

	.faq h2 {
		margin: 0 0 16px;
		font-size: 16px;
		font-weight: bold;
	}

	.faq-q {
		position: relative;
		margin: 0;
		padding: 12px 20px 10px 25px;
		border-top: 1px solid #b1b1b1;
		font-size: 16px;
		cursor: pointer;
	}

	.faq-q::before {
		content: "Q.";
		position: absolute;
		top: 12px;
		left: 0;
		color: #00619f;
		font-weight: bold;
	}

	.faq-q::after {
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		right: 0;
		width: 10px;
		height: 10px;
		background: url("./images/arrow_down.svg") no-repeat left center/contain;
	}

	.faq-q.is-active::after {
		transform: rotate(180deg);
	}

	.faq-q p {
		margin: 0;
	}

	.faq-a {
		position: relative;
		display: none;
		margin: 0;
		border-top: 1px dashed #b1b1b1;
		font-size: 16px;
	}

	.faq-a::before {
		content: "A.";
		position: absolute;
		top: 12px;
		left: 0;
		color: #d95f5f;
		font-weight: bold;
	}

	.faq-a p {
		margin: 0;
		padding: 12px 20px 10px 25px;
	}
}

@media screen and (min-width: 769px) {
	.faq {
		width: 620px;
		margin: 50px auto;
	}

	.faq .wp-block-group {
		margin: 12px 0;
		padding: 16px 20px 0;
		background-color: #fff;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	}

	.faq h2 {
		margin: 0 0 16px;
		font-size: 16px;
		font-weight: bold;
	}

	.faq-q {
		position: relative;
		margin: 0;
		padding: 12px 20px 10px 25px;
		border-top: 1px solid #b1b1b1;
		font-size: 16px;
		cursor: pointer;
	}

	.faq-q::before {
		content: "Q.";
		position: absolute;
		top: 12px;
		left: 0;
		color: #00619f;
		font-weight: bold;
	}

	.faq-q::after {
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		right: 0;
		width: 10px;
		height: 10px;
		background: url("./images/arrow_down.svg") no-repeat left center/contain;
	}

	.faq-q.is-active::after {
		transform: rotate(180deg);
	}

	.faq-q p {
		margin: 0;
	}

	.faq-a {
		position: relative;
		display: none;
		margin: 0;
		border-top: 1px dashed #b1b1b1;
		font-size: 16px;
	}

	.faq-a::before {
		content: "A.";
		position: absolute;
		top: 12px;
		left: 0;
		color: #d95f5f;
		font-weight: bold;
	}

	.faq-a p {
		margin: 0;
		padding: 12px 20px 10px 25px;
	}
}

/*--------------------------------------------------------------
# KOKOROアカデミー
--------------------------------------------------------------*/
.academy-content {
	position: relative;
	margin: 12px 20px;
}

.academy-refine {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}

.academy-refine__button {
	display: block;
	position: relative;
	box-sizing: border-box;
	min-width: calc((100% - 20px) / 3);
	padding: 13px 16px 13px 48px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
}

.academy-refine__button::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px auto;
}

.academy-refine__button:first-child {
	min-width: calc((100% - 30px) / 3);
	padding-left: 16px;
}

.academy-refine__button:first-child::before {
	display: none;
}

.academy-refine__button:first-child.is-active {
	background-color: #85c1a9;
}

.academy-refine__button:nth-child(n + 4) {
	margin-top: 8px;
}

.academy-refine__button--category01 {
	color: #e95283;
}

.academy-refine__button--category01::before {
	background-image: url("./blocks/images/kokoro.png");
}

.academy-refine__button--category01.is-active {
	background-color: #e95283;
	color: #fff;
}

.academy-refine__button--category02 {
	color: #7c529f;
}

.academy-refine__button--category02::before {
	background-image: url("./blocks/images/bukkyo.png");
}

.academy-refine__button--category02.is-active {
	background-color: #7c529f;
	color: #fff;
}

.academy-refine__button--category03 {
	color: #f08336;
}

.academy-refine__button--category03::before {
	background-image: url("./blocks/images/kyoyo.png");
}

.academy-refine__button--category03.is-active {
	background-color: #f08336;
	color: #fff;
}

.academy-refine__button--category04 {
	color: #90c31f;
}

.academy-refine__button--category04::before {
	background-image: url("./blocks/images/syukatu.png");
}

.academy-refine__button--category04.is-active {
	background-color: #90c31f;
	color: #fff;
}

.academy-refine__button--category05 {
	color: #5cc2cf;
}

.academy-refine__button--category05::before {
	background-image: url("./blocks/images/taiken.png");
}

.academy-refine__button--category05.is-active {
	background-color: #5cc2cf;
	color: #fff;
}

.academy-refine__button--category06 {
	color: #002865;
}

.academy-refine__button--category06::before {
	background-image: url("./blocks/images/biz.png");
	background-size: 20px auto;
}

.academy-refine__button--category06.is-active {
	background-color: #002865;
	color: #fff;
}

html {
	scroll-behavior: smooth;
}

.page-top {
	display: block;
	position: sticky;
	right: 20px;
	bottom: 60px;
	width: 50px;
	height: 40px;
	margin: 0 -20px 0 auto;
	background: rgba(32, 53, 69, 0.8);
}

.page-top::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	transform: rotate(-45deg);
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
}

.academy-empty {
	margin: 50px 0;
	font-size: 16px;
	text-align: center;
}

.academy-empty__title {
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: bold;
}

.academy-top {
	text-align: center;
}

.academy-top a::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 8px;
	transform: rotate(-45deg);
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #203545;
}

@media screen and (min-width: 769px) {
	.academy-content {
		width: 620px;
		margin: 30px auto 40px;
	}
}

/*--------------------------------------------------------------
# Web閲覧時のみ表示要素
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	.header {
		position: relative;
		padding: 12px 0;
		background-color: #fff;
	}

	.header-logo {
		width: 142px;
		margin: 0 auto;
	}

	.header-nav__button {
		position: absolute;
		top: 50%;
		left: 12px;
		width: 40px;
		padding: 24px 0 0;
		transform: translateY(-50%);
		border: 0;
		background: #fff url("./images/ico_menu.svg") no-repeat center top;
		color: #193547;
		font-size: 9px;
		text-align: center;
	}

	.header-nav__wrapper {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #fff;
	}

	.toggled .header-nav__wrapper {
		display: block;
	}
}

@media screen and (min-width: 769px) {
	.header {
		position: relative;
		background-color: #fff;
	}

	.header__inner {
		display: flex;
		align-items: center;
		padding: 20px;
	}

	.header-logo {
		width: 200px;
		margin: 0;
	}
}

@media screen and (max-width: 768px) {
	.nav {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.nav__list:not(:last-child) {
		border-top: 1px solid #b1b1b1;
	}

	.nav__list:not(:last-child) a {
		display: block;
		padding: 20px 20px 20px 50px;
		color: #193547;
		text-decoration: none;
	}

	.nav__list--hitokoto {
		background: url("./images/ico_hitokoto.svg") no-repeat 10px center/30px auto;
	}

	.nav__list--community {
		background: url("./images/ico_community.svg") no-repeat 10px center/30px auto;
	}

	.nav__list--blog {
		background: url("./images/ico_blog.svg") no-repeat 10px center/30px auto;
	}

	.nav__list--official a {
		display: block;
		padding: 20px;
		background-color: #193547;
		color: #fff !important;
		text-decoration: none;
	}
}

@media screen and (min-width: 769px) {
	.nav {
		display: flex;
		margin: 0 0 0 20px;
		padding: 0;
		list-style: none;
	}

	.nav__list:not(:last-child) {
		min-width: 140px;
		border-left: 1px solid #ddd;
	}

	.nav__list:not(:last-child) a {
		display: block;
		padding-top: 40px;
		color: #193547;
		text-align: center;
		text-decoration: none;
	}

	.nav__list--hitokoto {
		background: url("./images/ico_hitokoto.svg") no-repeat center top/50px auto;
	}

	.nav__list--community {
		background: url("./images/ico_community.svg") no-repeat center top/40px auto;
	}

	.nav__list--blog {
		background: url("./images/ico_blog.svg") no-repeat center top/auto 40px;
	}

	.nav__list:last-child {
		align-self: center;
		margin-left: auto;
	}

	.nav__list:last-child a {
		width: 250px;
		padding: 15px;
		background: #193547;
		color: #fff;
	}
}

.footer {
	padding: 20px 0;
	background-color: #193547;
	color: #fff;
}

.footer__copyright {
	display: block;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.top-hitokoto {
		width: 100%;
		min-height: 66vw;
		margin-bottom: 40px;
		padding: 44vw 30px 0;
		background: url("./images/bg_hitokoto.png") no-repeat left top/100% auto;
	}

	.top-hitokoto__heading {
		height: 20px;
		background: url("./images/title_hitokoto.svg") no-repeat center top/auto 20px;
		color: transparent;
		font-size: 14px;
	}

	.top-hitokoto__text {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}

	.top-community,
	.top-blog {
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 769px) {
	.top-hitokoto {
		width: 620px;
		min-height: 415px;
		margin: 30px auto 40px;
		padding: 280px 130px 0;
		background: url("./images/bg_hitokoto.png") no-repeat left top/100% auto;
	}

	.top-hitokoto__heading {
		height: 30px;
		background: url("./images/title_hitokoto.svg") no-repeat center top/auto 30px;
		color: transparent;
		font-size: 14px;
	}

	.top-hitokoto__text {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}

	.top-community,
	.top-blog {
		margin-bottom: 40px;
	}
}
