/*!
Theme Name: BTF
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: fc-1
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.

fc-1 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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%;
}
* {
    margin: 0px;
    padding: 0px;
}

/* 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: 2.3em;
	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;
	text-decoration: none;
	color: #000000;
}

/**
 * 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: #000000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	word-break: break-all;
}

p {
	margin-bottom: 1.5rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
	color: #8e8e8e;
  font-size: 0.7rem;
  margin: 0;
  text-align: center;
}

cite {
	display: flex;
  align-items: center; /* 垂直中心 */
}
cite::before {
	border-top: 1px solid #8e8e8e;
	content: "";
	width: 3em;
	margin-right: 1em;
}

blockquote {
	margin: 2rem 0 2.5rem 0;
}
.wp-block-quote p {
	font-size: 1.2rem!important;
	font-weight: bold;
	margin: 0 0 1rem 0;
}
.wp-block-quote p::before {
	content: '';
	display: inline-block;
	background-image: url(https://news.fc-1.jp/wp-content/themes/fc-1/images/66.svg);
	width: 18px;
	height: 15px;
	background-size: contain;
	margin: 0 0.2rem 0 0;
}
.wp-block-quote p::after {
	content: '';
	display: inline-block;
	background-image: url(https://news.fc-1.jp/wp-content/themes/fc-1/images/99.svg);
	width: 18px;
	height: 15px;
	background-size: contain;
	margin: 0 0 0 0.2rem;
}

address {
	margin: 0 0 1.5em;
}

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

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 {
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
	margin: 0;
}

ol {
	list-style: decimal;
}

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

li {
	list-style: none;
}

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 {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #326ca6;
}

a:visited {
	color: #326ca6;
}

a:hover,
a:focus,
a:active {
	color: #326ca6;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
form {
	display: flex;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0 3px 3px 0;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.45em 0.5em 0.45em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px 0 0 3px;
	padding: 4px 10px 4px;
	width: 33rem;
	margin: 0 -5px 0 0;
	font-size: 0.7rem
	color: #000000;
}
@media (max-width: 767px) {
	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 {
		width: 20rem;
	}
}

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 #ccc;
}

textarea {
	width: 100%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

/*------------------------------------------------------------------------------
全体
------------------------------------------------------------------------------*/
.pc {
	display: block;
}
.sp {
	display: none;
}
@media (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/*------------------------------------------------------------------------------
header ヘッダー
------------------------------------------------------------------------------*/
#header-box {
	padding: 1rem 0 1rem;
  margin: auto;
  text-align: center;
}
p#sitedisc {
	margin: 0;
	font-size: 0.7rem;
  letter-spacing: 0.2rem;
}
p#siteLogo {
	margin: 0;
	line-height: 0;
}
p#siteLogo img {
	width: 300px;
	/*height: 30px;*/
	padding: 0 0 0.5rem;
}
#header-cat {
	/*background: #61aaf3;*/
	background: #f1f1f1;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
	position: relative;
}
#header-cat::after {
	top: 50%;
  margin-top: -255px;
  right: 50%;
  margin-right: -550px;
  width: 5rem;
  height: 285px;
  background: url(../zennichiosaka/images/header-rabbit.png) center bottom/contain no-repeat;;
	content: "";
  display: block;
  position: absolute;
}
#header-cat img {
	width: 15px;
}
#header-cat ::placeholder {
  color: #aaaaaa;
  font-size: 0.7em;
	letter-spacing: 0.05rem;
}
#header-cat p {
	color: #ffffff;
	font-size: 0.8rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
	border-radius: 20rem;
	padding: 0.2rem 0.7rem 0.4rem 0.7rem;
	background: #333333;
	margin: 0;
	white-space: nowrap;
}
#header-cat p.header-fb {
	background: #1773ea;
}
#header-cat > a {
	margin: 0 1rem 0 0;
}
#header-cat > a:last-of-type {
	margin: 0;
}
#header-cat button {
}
input[type="text"] {
	font-size: 0.7rem;
	color: #000000;
}
@media (max-width: 767px) {
	#header-cat {
		display: flex;
	  align-items: center;
	  justify-content: center;
	  height: 100%;
	}
	.navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	list-style: none;
	overflow-x: auto;
	}
	a.navigation-item {
		word-break: keep-all;
		text-decoration: none;
		padding: 0 0.5rem 0 0;
	}
	a.navigation-item:first-child {
		padding: 0 0.5rem 0 0.5rem;
	}
	.nav-content {
		width: 80%;
    margin-right: auto;
	}
	#header-cat::after {
		top: 50%;
	  margin-top: -260px;
	  right: 50%;
	  margin-right: -180px;
	  width: 4rem;
	  height: 290px;
	}
}

/*------------------------------------------------------------------------------
footer フッター
------------------------------------------------------------------------------*/
footer {
	border-top: 1px solid #eeeeee;
}
.footer-sns {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
  padding: 1.1rem 0 0.8rem 0;
  display: flex;
  justify-content: center;
}
.footer-sns p {
	color: #8e8e8e;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
  margin: 0;
  padding: 0.2rem 1rem 0 0;
}
ul.sns-btn {
	display: flex;
}
ul.sns-btn li {
	padding: 0 1rem 0 0;
}
ul.sns-btn li:last-child {
	padding: 0;
}
ul.sns-btn li img {
	width: 20px;
}
.footer-link-bg {
	background: #f5f5f8;
}
.footer-link {
	max-width: 1100px;
	width: 100%;
	margin: auto;
  padding: 2rem 0;
	display: flex;
  justify-content: space-between;
}
.footer-link a {
	background: #ffffff;
	display: block;
  width: 48.5%;
}
.footer-link-inner {
	position: relative;
	padding: 3rem 10rem 3rem 4rem;
}
.footer-link-inner::before {
	position: absolute;
	content: "";
	background: #326ca6;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	right: 10%;
}
.footer-link-inner::after {
	content: "";
	width: 15px;
	height: 11px;
	display: block;
	background: url(https://news.fc-1.jp/wp-content/themes/fc-1/images/icon_arrow_white.svg) no-repeat 50%/contain;
	position: absolute;
	top: 62px;
	right: 66px;
}
.footer-link p.link-text-s {
	margin: 0;
	color: #aaaaaa;
	font-size: 0.7rem;
	letter-spacing: 0.05rem;
}
.footer-link p.link-text-m {
	margin: 0.5rem 0 0 0;
	font-size: 1rem;
	letter-spacing: .05em;
	color: #000000;
	font-weight: bold;
}
.footer-ama-bg {
	/*border-top: 1px solid #eeeeee;*/
  border-bottom: 1px solid #eeeeee;
	max-width: 1100px;
}
.footer-ama {
	max-width: 1100px;
	width: 100%;
	margin: auto;
	padding: 2rem 0;
	text-align: center;
}
.footer-border {
	/*border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;*/
	background: #f3fdff;
}
.footer-ama img {
	margin: auto;
	text-align: center;
}
.footer-ama.pad {
	padding: 0 1rem 0;
}
p.footer-info {
	margin-bottom: 0;
	font-size: 0.8rem;
	line-height: 1.5rem;
}
.footer-page-box {
	font-size: 0.8rem;
}
ul.footer-page {
	display: flex;
	justify-content: center;
	padding: 1.5rem 0;
}
ul.footer-page li {
	padding: 0 0.5rem;
}
ul.footer-page li a {
	color: #000000;
}
small {
	font-size: 0.7rem;
	color: #8e8e8e;
	text-align: center;
	display: block;
	padding: 0 0 1rem 0;
}
#infinite-footer {
	display: none;
}
@media (max-width: 767px) {
	.footer-link {
		display: block;
		padding: 1rem;
	}
	.footer-link-inner {
		background: #ffffff;
		padding: 2rem 8rem 2rem 2rem;
	}
	.footer-link a {
		display: block;
    margin: 1rem 0 2rem 0;
    width: 100%;
	}
	.footer-link a:last-child {
    margin: 1rem 0 1rem 0;
	}
	.footer-link-inner::before {
		top: 50px;
	}
	.footer-link-inner::after {
		top: 65px;
    right: 12vw;
	}
	.footer-ama {
		padding: 2rem 1rem 2rem;
	}
	.footer-ama img {
		width: 81%;
	}
	p.footer-info {
		font-size: 0.8rem;
	}
	.footer-ad {
		padding: 2rem 1rem 0.3rem;
	}
	img.ad-sp-width {
		width: 100%;
	}
	.footer-sns {
		display: block;
    text-align: center;
		padding: 1.1rem 0 1rem 0;
		clear: both;
	}
	.footer-sns p {
		padding: 1rem 0;
	}
	ul.sns-btn {
		justify-content: center;
	}
	ul.footer-page {
		display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
	}
	.footer-page-box span {
		display: none;
		padding: 1.5rem;
	}
	ul.footer-page li {
		font-size: 0.6rem;
    margin: 0.2rem;
	}
	small {
		padding: 0 2rem 0;
    text-align: center;
		font-size: 0.6rem;
	}
}

/*------------------------------------------------------------------------------
404ページ
------------------------------------------------------------------------------*/
img.image-404 {
	display: block;
	text-align: center;
	margin: auto;
	padding: 2rem 0;
}

/*------------------------------------------------------------------------------
top front-page TOPページ
------------------------------------------------------------------------------*/
#main-box {
	max-width: 1145px;/*本当は1100pxだが記事一覧の余白調整のため45px追加*/
	width: 100%;
	margin: auto;
  padding: 0 0 3rem 1.5rem;
}
#top-box:first-child {
	padding: 2rem 0 0rem;
	/*padding-left: 1rem;*/
}
#top-box {
	padding: 0.5rem 0 0rem;
	/*padding-left: 1rem;*/
}
.top-cat {
	display: flex;
  justify-content: space-between;
  padding: 0;
	clear: both;
}
p.top-cat-title {
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 1rem;
}
p.top-cat-title a {
	font-size: 0.8rem;
}
p.top-cat-link {
	font-size: 0.8rem;
	font-weight: normal;
	margin: 0 0 0.5rem;
}
span.kakko {
	color: #000000;
}
.top-pad {
	padding: 0.5rem 0;
  clear: both;
}
.home .latest,
.page .latest,
.archive .latest,
.search .latest {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}
.home .latest-ul,
.page .latest-ul,
.archive .latest-ul,
.search .latest-ul {
	width: 23%;
	float: left;
	margin-right: 22.4px;
	margin-bottom: 3rem;
	position: relative;
}
.home .latest-ul:nth-of-type(4),
.page .latest-ul:nth-of-type(4),
.archive .latest-ul:nth-of-type(4),
.search .latest-ul:nth-of-type(4) {
	/*padding: 0 0rem 2rem 0;*/
}
.home .latest-ul li,
.page .latest-ul li,
.archive .latest-ul li,
.search .latest-ul li {
	display: block;
	width: 100%;
	border: 0px;
	position: relative;
}
.home .latest-box,
.page .latest-box,
.archive .latest-box,
.search .latest-box {
	padding: 0;
	background: #ffffff;
	border-radius: 5px;
  box-shadow: none;
}
.home .latest-box .entry-header,
.page .latest-box .entry-header,
.archive .latest-box .entry-header,
.search .latest-box .entry-header {
	margin-top: -0.2rem;
}
.home .meta-time-flex,
.page .meta-time-flex,
.archive .meta-time-flex,
.search .meta-time-flex {
	display: flex;
  margin: 0;
}
.home .entry-meta,
.page .entry-meta,
.archive .entry-meta,
.search .entry-meta {
	line-height: 1rem;
	color: #000000;
	background: transparent;
	padding: 0;
	display: inline-block;
	font-size: 0.6rem;
	margin-bottom: 0;
	margin-top: 0;
}
.home .latest-box .entry-time,
.page .latest-box .entry-time,
.archive .latest-box .entry-time,
.search .latest-box .entry-time {
	line-height: 1rem;
  color: #000000;
  background: transparent;
  padding: 0;
  display: inline-block;
  font-size: 0.6rem;
  margin-bottom: 0.3rem;
  margin-right: 0.5rem;
}
.home .latest-box .entry-time p,
.page .latest-box .entry-time p,
.archive .latest-box .entry-time p,
.search .latest-box .entry-time p {
	margin: 0.5rem 0 0 0;
	color: #aaaaaa;
	font-size: 0.6rem;
}
.home .latest-box h2.entry-title,
.page .latest-box h2.entry-title,
.archive .latest-box h2.entry-title,
.search .latest-box h2.entry-title {
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home .latest-box h2.entry-title a,
.page .latest-box h2.entry-title a,
.archive .latest-box h2.entry-title a,
.search .latest-box h2.entry-title a {
	color: #000000;
	/* text-shadow: 0px 1px 10px #000000; */
	/* background: #fff; */
	display: block;
	font-size: 0.8rem;
	letter-spacing: 0.05rem;
	font-weight: normal;
}

.home .latest-ul .latest-thumbnail,
.page .latest-ul .latest-thumbnail,
.archive .latest-ul .latest-thumbnail,
.search .latest-ul .latest-thumbnail {
	max-width: none;
	min-height: auto;
	background: transparent;
	height: 137px;
	border-radius: 5px 5px 0 0;
	width: 100%;
}
.home .latest-ul .latest-thumbnail img,
.page .latest-ul .latest-thumbnail img,
.archive .latest-ul .latest-thumbnail img,
.search .latest-ul .latest-thumbnail img {
	object-fit: cover;
  border: 1px solid #eee;
  width: 100%!important;
  height: 137px!important;
}
@media (max-width: 767px) {
	#main-box {
		padding: 0 1rem 3rem;
	}
	.home .latest,
	.page .latest,
	.archive .latest,
	.search .latest {
		display: block;
	}
	.home .latest-ul,
	.page .latest-ul,
	.archive .latest-ul,
	.search .latest-ul {
		width: 100%;
		margin-bottom: 2rem;
	}
	.home .latest-ul .latest-thumbnail,
	.page .latest-ul .latest-thumbnail,
	.archive .latest-ul .latest-thumbnail,
	.search .latest-ul .latest-thumbnail {
		height: 49vw;
	}
	.home .latest-ul .latest-thumbnail img,
	.page .latest-ul .latest-thumbnail img,
	.archive .latest-ul .latest-thumbnail img,
	.search .latest-ul .latest-thumbnail img {
		height: 49vw!important;
	}
}


/*------------------------------------------------------------------------------
ページネーション　ページャーもどき
------------------------------------------------------------------------------
.pagination-fake {
	clear: both;
	margin: 3rem 0 0 0;
}
.pagination-fake ul {
	display: flex;
  justify-content: center;
}
.pagination-fake li {
	margin: 0 0.3rem;
  padding: 0.35rem 0.5rem 0.35rem 0.5rem;
  border: 1px solid #000000;
}
.pagination-fake a {
	text-decoration: none;
  color: #000000;
	font-size: 0.7rem;
}*/

/*------------------------------------------------------------------------------
latest 記事一覧　新着記事一覧
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
single 記事ページ
------------------------------------------------------------------------------*/
#single-main-box {
	/*max-width: 770px;*/
	width: 100%;
	margin: auto;
  padding: 0;
}
#single-box {
	margin: auto;
	padding: 2rem 0 0;
	max-width: 770px;
}
#single-box.content{
	padding: 0;
}
#single-thumb-box h1 {
	margin: 0.5rem 0 0.5rem;
}
#single-thumb-box {
	max-width: 770px;
	width: 100%;
	margin: auto;
}
.singlenormal-thumb {
	width: 100%;
}
.singlenormal-thumb img {
	width: 100%;
	height: 403px;
	object-fit: cover;
	max-width: 100%;
}
.date-box {
	color: #8e8e8e;
  font-size: 0.75rem;
	font-weight: bold;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
	padding: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
	.date-box {
		padding: 0 1rem 1rem;
	}
}
.image-caption {
	color: #8e8e8e;
  font-size: 0.7rem;
  margin: 0;
}
span.single-date {
	padding: 0 0.5rem;
}
span.single-date:first-child {
	padding: 0 0.5rem 0 0;
}
span.single-date,
span.single-date a {

}
p.single-catname {
	font-size: 0.8rem;
	font-weight: bold;
	max-width: 770px;
	margin: auto;
	padding: 1rem 0 0.3rem;
}
p.single-catname a {
	color: #326ca6;
}
span.hash {
	color: #326ca6;
    background: transparent;
    padding: 0 0 0 0;
}
span.single-date-box {
	background: #f3fdff;
  padding: 0.2rem 0.3rem 0.3rem 0.3rem;
	border-radius: 5px;
	border: 1px solid #326ca6;
}
@media screen and (max-width: 767px) {
	p.single-catname {
		padding: 1rem;
	}
}
/*
span.byline {
	color: #326ca6;
}
*/
span.author a {
	color: inherit;
}
span.single-date-line {
	font-size: 0.5rem;
}
#single-box h2 {
	font-size: 1.2rem;
  margin: 2rem 0 1.3rem;
  padding: 0 0 0.3rem 0;
  border-bottom: solid 1px #000000;
}
#single-box p {
	font-size: 1rem;
  line-height: 1.8rem;
  color: #333333;
}
#single-box p > a {
	text-decoration: underline;
	word-break: break-all;
}

.wp-block-image {
	margin: 0 0 2rem 0;
}

.wp-block-image figcaption,
.wp-block-embed figcaption,
figcaption {
	color: #8e8e8e;
  font-size: 0.7rem;
  margin: 0;
	padding: 0.3rem 0 0 0;
}

.fb-like-box {
	padding: 1rem 0;
	/*background: #efefef;*/
	border: 3px solid #000000;
}
.fb-like-box p {
	margin: 0;
  text-align: center;
	font-size: 0.8rem!important;
	font-weight: bold;
	padding: 0 0 0.5rem 0;
}
.fb_iframe_widget {
	display: block;
	position: relative;
	margin: auto;
	text-align: center;
}

.single-share-bottom-box {
	display: flex;
  margin: 3rem 0 1rem 0;
  align-items: center;
}
.single-share-bottom {
	margin-left: -0.2rem;
}
p.share-text-center {
	font-size: 0.8rem!important;
	text-align: center;
    font-weight: bold;
		margin: 3rem 0 1.5rem 0;
}
p.share-text {
	font-size: 0.8rem!important;
	font-weight: bold;
	margin: 0 0.6rem 0 -0.2rem;
	display: none;
}
.sfsiplus_footerLnk {
	display: none;
}

#single-bottom-sns {

}
#single-bottom-sns p {
	color: #8e8e8e;
	font-size: 0.7rem;
	margin: 0;
	text-align: center;
}
#single-bottom-sns ul {

}

#single-bottom-tag {
	color: #8e8e8e;
	color: #000000;
  font-size: 0.8rem;
	font-weight: bold;
  padding: 0 0 2rem 0;
	letter-spacing: 0.05rem;
}
#single-bottom-tag a {
	margin-right: 0.3rem;
}
#single-bottom-tag span {
	color: #326ca6;
}
#single-bottom-tag span.tag-hash {
	color: #000000;
	margin: 0 0.3rem 0 0;
}

#single-bottom-latest-bg {
	background: #ffffff;
}
#single-bottom-latest {
	max-width: 1100px;
	width: 100%;
	margin: auto;
	padding: 1.5rem 0;
}
.wp-block-image .aligncenter {
  margin: 0 auto;
  width: 100%;
}
.wp-block-image img {
	width: 100%;
}

/*--------singleバナー---------*/
.single-banner {
	background: #f1f1f1;
}
.single-banner img {
	margin: auto;
	text-align: center;
	width: 100%;
	max-width: 760px;
	padding: 2rem 0;
}
@media screen and (max-width: 767px) {
	.single-banner img {
		padding: 2rem;
	}
}

/*--------single関連記事---------*/
#single-bottom-cat-bg {
	background: transparent;
}
#single-bottom-cat {
	max-width: 1100px;
	width: 100%;
	margin: auto;
	padding: 1.5rem 0;
	border-top: 1px solid #eeeeee;
}
.kanren-box {
	margin: 1rem 0;
	padding: 1rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.kanren-p {
	font-size: 1rem;
	font-weight: bold;
	margin: 0 0 1rem;
	letter-spacing: 0.05rem;
}
.kanren-p a {
	font-size: 0.8rem;
	color: #326ca6;
}
span.kanren-p-span a {
	font-size: inherit;
}
.single-cat {
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 0;
}
p.single-cat-link {
	font-size: 0.8rem;
	font-weight: normal;
	margin: 0 0 0.5rem;
}

.single .latest {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.single .latest-ul {
	width: 23.5%;
	padding: 0;
	margin: 0;
	border-bottom: 0;
}
.single .latest-ul li {
	/*padding: 0 1rem 1rem 0;*/
	display: block;
	width: 100%;
	border: 0px;
	position: relative;
	margin-bottom: 1rem;
}
/*
.single .latest-ul:last-child li {
	padding: 0 0 1rem 0;
}*/
.single .latest-box {
	padding: 0;
	border-radius: 5px;
  box-shadow: none;
}
.single .latest-box .entry-header {
	margin-top: -0.2rem;
}
.single .meta-time-flex {
	display: flex;
  margin: 0;
}
.single .entry-meta {
	line-height: 1rem;
	color: #000000;
	background: transparent;
	padding: 0;
	display: inline-block;
	font-size: 0.6rem;
	margin-bottom: 0;
	margin-top: 0;
}
.single .latest-box .entry-time {
	line-height: 1rem;
  color: #000000;
  background: transparent;
  padding: 0;
  display: inline-block;
  font-size: 0.6rem;
  margin-bottom: 0.3rem;
  margin-right: 0.5rem;
	/*margin-top: 0.3rem;*/
}
.single .latest-box .entry-time p {
	margin: 0.5rem 0 0 0;
  color: #aaaaaa;
  font-size: 0.6rem;
}
.single .latest-box h2.entry-title {
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.single .latest-box h2.entry-title a {
	color: #000000;
	/* text-shadow: 0px 1px 10px #000000; */
	/* background: #fff; */
	display: block;
	font-size: 0.8rem;
	letter-spacing: 0.05rem;
	font-weight: normal;
}

.single .latest-ul .latest-thumbnail {
	max-width: none;
	min-height: auto;
	background: transparent;
	height: 137px;
	border-radius: 5px 5px 0 0;
	width: 100%;
}
.single .latest-ul .latest-thumbnail img {
	object-fit: cover;
  border: 1px solid #eee;
  width: 100%!important;
  height: 137px!important;
}

/*--------single関連記事ここまで---------*/

@media (max-width: 767px) {
	.single .latest {
		display: block;
	}
	#single-box {
		padding: 1rem 1rem 0;
	}
	#single-box.content {
		padding: 0 1rem 0;
	}
	#single-box h1 {
		font-size: 1.5rem;
		margin: 1rem 0 1.5rem;
	}
	#single-thumb-box h1,
	#single-thumb-box .image-caption {
		padding: 0 1rem;
	}
	#single-thumb-box h1 {
		font-size: 1.5rem;
		margin: 0rem 0 0.5rem;
	}
	.singlenormal-thumb img {
		height: 53vw;
	}
	.single .latest-ul {
		width: 100%;
		padding: 0 0 2rem 0;
	}
	.single .latest-ul .latest-thumbnail {
		height: 49vw;
	}
	.single .latest-ul .latest-thumbnail img {
		height: 49vw!important;
	}
	.sd-sharing {
		margin: 0 0 1rem;
	}
	#single-bottom-tag {
		/*padding: 1rem;*/
	}
	#single-bottom-cat {
		padding: 1.5rem 1rem;
	}
	#single-bottom-latest {
		padding: 1.5rem 1rem;
	}
}


/*------------------------------------------------------------------------------
archive アーカイブページ　タグページ　カテゴリーページ
------------------------------------------------------------------------------*/
#archive-box {
	padding: 2rem 0;
}
/*
h1.archive-page-title {
	margin: 0 0 0.5rem 0;
	font-size: 2rem;
  letter-spacing: .05em;
}
*/
.archive-description {
	color: #8e8e8e;
  font-size: 0.8rem;
  margin: 0 0 1.5rem 0;
}
.archive-description p {
	margin: 0;
}
.category h1.archive-page-title,
.tag h1.archive-page-title,
.author h1.archive-page-title,
.search h1.archive-page-title,
.page h1.archive-page-title {
	font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
	letter-spacing: .05em;
}
/*--------archive記事一覧---------
.archive .latest,
.search .latest {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	padding: 1rem 0 0 0;
}
.archive .latest-ul,
.search .latest-ul {
	width: 25%;
	padding: 0;
	margin: 0;
	border-bottom: 0;
}
.archive .latest-ul li,
.search .latest-ul li {
	padding: 0 1rem 1rem 0;
	display: block;
	width: 100%;
	border: 0px;
	position: relative;
}
/*
.archive .latest-ul:last-child li {
	padding: 0 0 1rem 0;
}

.archive .latest-box,
.search .latest-box {
	padding: 0;
	border-radius: 5px;
  box-shadow: none;
}
.archive .latest-box .entry-header,
.search .latest-box .entry-header {
	margin-top: -0.2rem;
}
.archive .meta-time-flex,
.search .meta-time-flex {
	display: flex;
  margin: 0;
}
.archive .entry-meta,
.search .entry-meta {
	line-height: 1rem;
	color: #000000;
	background: transparent;
	padding: 0;
	display: inline-block;
	font-size: 0.6rem;
	margin-bottom: 0;
	margin-top: 0;
}
.archive .latest-box .entry-time,
.search .latest-box .entry-time {
	line-height: 1rem;
  color: #000000;
  background: transparent;
  padding: 0;
  display: inline-block;
  font-size: 0.6rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
	/*margin-top: 0.3rem;
}
.archive .latest-box .entry-time p,
.search .latest-box .entry-time p {
	margin: 0.5rem 0 0 0;
  color: #aaaaaa;
  font-size: 0.6rem;
}
.archive .latest-box h2.entry-title,
.search .latest-box h2.entry-title {
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.archive .latest-box h2.entry-title a,
.search .latest-box h2.entry-title a {
	color: #000000;
	/* text-shadow: 0px 1px 10px #000000;
	/* background: #fff;
	display: block;
	font-size: 0.8rem;
	letter-spacing: 0.05rem;
	font-weight: normal;
}

.archive .latest-ul .latest-thumbnail,
.search .latest-ul .latest-thumbnail {
	max-width: none;
	min-height: auto;
	background: transparent;
	height: 137px;
	border-radius: 5px 5px 0 0;
	width: 100%;
}
.archive .latest-ul .latest-thumbnail img,
.search .latest-ul .latest-thumbnail img {
	object-fit: cover;
  border: 1px solid #eee;
  width: 100%!important;
  height: 137px!important;
}*/
/*--------archive記事一覧ここまで---------*/
@media (max-width: 767px) {
	.archive .latest,
	.search .latest {
		display: block;
	}
	.archive .latest-ul,
	.search .latest-ul {
		width: 100%;
	}
	.archive .latest-ul .latest-thumbnail,
	.search .latest-ul .latest-thumbnail {
		height: 49vw;
	}
	.archive .latest-ul .latest-thumbnail img,
	.search .latest-ul .latest-thumbnail img {
		height: 49vw!important;
	}
}

/*------------------------------------------------------------------------------
page 固定ページ
------------------------------------------------------------------------------*/
#page-box {
	padding: 2rem 0;
}
.page .page-box h2 {
	font-size: 1.2rem;
	margin: 2rem 0 1.3rem;
	padding: 0 0 0.3rem 0;
	border-bottom: solid 2px #000000;
}
.page .page-box p {
	font-size: 0.95rem;
  line-height: 1.8rem;
}
h1.page-h1 {
	margin: 3rem 0 2rem!important;
}
@media (max-width: 767px) {
	#page-box {
		padding: 0;
	}
	h1.page-h1 {
		margin: 1.5rem 0 1.5rem!important;
	}
}


/*------------------------------------------------------------------------------
search 検索結果ページ
------------------------------------------------------------------------------*/

/*※archiveと同じ指定*/










/*------------------------------------------------------------------------------
single embed 投稿ページ　ブログカード　記事埋め込み
------------------------------------------------------------------------------*/
.wp-block-embed iframe {
    max-width: 100%;
    max-width: 770px;
    width: 100%;
    height: ;
}

/*------------------------------------------------------------------------------
ページネーション　ページャー
https://digitor.jp/textbook/wordpress-pagination-selfmade-plugin/
------------------------------------------------------------------------------*/
.pagination{
   margin:40px 0 0;
	 clear: both;
}
.nav-links{
   display:flex;
	 justify-content: center;
}
.pagination .page-numbers{
   display:inline-block;
   margin-right: 0.5rem;
   padding: 0.3rem 0.5rem;
   color: #000000;
   /*border-radius:3px;*/
   /*box-shadow:0 3px 3px #999;*/
	 border: 1px solid #000000;
   background:#fff;
	 font-size: 0.7rem;
}
.pagination .current{
   padding: 0.3rem 0.5rem;
   background: #000000;
   color:#fff;
	 font-size: 0.7rem;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#69a4db;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
	 border: none;
}
a.prev.page-numbers,
a.next.page-numbers {
	display: none;
}

/*---latest 固定ページ ページネーション ページャー-----------------------------*/
.page .pagination {
	margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
	.page .pagination {
		margin: 0 0 2rem;
	}
}


/*------------------------------------------------------------------------------
記事ページSNSボタン　JETPACKプラグイン
------------------------------------------------------------------------------*/
div.sharedaddy h3.sd-title {
	margin: 0!important;
}
div.sharedaddy h3.sd-title:before {
	margin-bottom: 2em!important;
	border-top: none!important;
}
.sd-sharing {
  margin-top: 0!important;
	margin-bottom: 1.5em!important;
	display: flex;
  align-items: center;
}
.sd-content {
	margin-top: 1.5em!important;
}
.sd-content ul li {
  margin: 0 0 0 5px!important;
	padding-left: 5px!important;
}


/*------------------------------------------------------------------------------
Ninja Form プラグイン
------------------------------------------------------------------------------*/
.ninja-forms-form-wrap *, .ninja-forms-form-wrap :after, .ninja-forms-form-wrap :before {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.nf-form-layout {
	padding: 2rem;
  background: #f5f5f8;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #ffffff!important;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
}
.nf-form-fields-required {
	font-size: 0.7rem;
	padding: 0 0 1rem 0;
}
.nf-form-content label {
    font-size: 1rem!important;
    line-height: 1.5!important;
}
.wpcf7-form-control::placeholder {
	color: #dddddd;
	font-size: 0.8rem;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field {
	color: #dddddd!important;
	font-size: 0.8rem!important;
}
.nf-form-content input[type=button] {
    width: 100%!important;
    background: #326ca6!important;
    color: #ffffff!important;
}




/*------------------------------------------------------------------------------
SNSボタン　SNSシェアボタン　プラグインなし
------------------------------------------------------------------------------*/

/* SNS */
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}
ul.snsshare {
    border: none;
    list-style: none;
    display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 0 2rem 0;
}
ul.snsshare li {
    text-align: center;
    transition: 0.3s ease-in-out;
    font-size: 0.8rem;
		margin: 0 0.5rem 0 0;
}
ul.snsshare li i {
    display: block;
    font-size: 1.2rem;
}
li.twitter a {
    color: #39b4ff;
}
li.facebook a {
    color: #3a8df7;
}
li.hatena a {
    color: #45b5f7;
}
li.pocket a {
    color: #ff7b7b;
}
ul.snsshare li a {
    text-decoration: none;
}
ul.snsshare li:hover {
    opacity: 0.7;
}

.fa-twitter:before {
	color: #ffffff;
  background: #39b4ff;
  padding: 0.7rem;
  border-radius: 100%;
}
.fa-facebook-f:before {
	color: #ffffff;
  background: #3a8df7;
  padding: 0.7rem 1rem;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
	ul.snsshare li i {
	    font-size: 0.9rem;
	}
	.fa-twitter:before {
	  padding: 0.6rem;
	}
	.fa-facebook-f:before {
	  padding: 0.6rem 0.85rem;
	}
}



/*------------------------------------------------------------------------------
TOPページ 記事一覧ボタン
------------------------------------------------------------------------------*/
.button01 a {
	display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #000000;
	font-size: 0.8rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.button01 a::after {
	content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
  margin: 0.1rem 0 0 0.5rem;
}
.button01 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
	.button01 a {
	  width: 100%;
	}
}
