/* <system section="theme" selected="10257846132598626103"> */
@charset "UTF-8";
/*
  Theme: Palette by bambi, FEB 21,2019 updated
  Author: bambi(id:zuboraca)
  Responsive: yes
  Description:
  Based on Hatena “boilerplate.”
  Released under the MIT License.

=== 3 basic colors ===

1.main-color
2.sub-color
3.light-color

*/
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

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

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * 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;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * 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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

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

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

/**
 * 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;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}
html,
body {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic';
	color: #454545;
	background-color: whitesmoke;
	font-size: 17px;
	line-height: 1.7;
}
a {
	color: skyblue;
}
a:hover {
	color: lightgrey;
}
a.keyword {
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
	color: #454545;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #454545;
	line-height: 1.3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #454545;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: lightgrey;
}
#globalheader-container {
	background-color: black;
	color: white;
	border-bottom: 1px solid black;
	z-index: 300;
}
#container,
#footer {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
#content {
	width: 100%;
	margin: 0 auto;
	background-color: white;
	box-sizing: border-box;
}
#content-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#box2-inner {
	width: 100%;
	background-color: white;
}
@media (min-width: 768px) {
	#content-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}
@media (min-width: 768px) {
	#content-inner {
		margin: auto;
		width: 768px;
	}
	#wrapper {
		margin: 15px 0;
		padding: 10px;
		width: 528px;
		float: left;
		background-color: white;
		border-radius: 10px 0 0 10px;
	}
	#box2 {
		margin: 15px 0px;
		padding: 10px;
		width: 240px;
		float: right;
		background-color: white;
		border-radius: 0 10px 10px 0;
	}
}
@media (min-width: 992px) {
	#content-inner {
		margin: auto;
		width: 1100px;
	}
	#wrapper {
		padding: 10px 20px;
		width: 760px;
		float: left;
		background-color: white;
		border-radius: 10px 0 0 10px;
	}
	#box2 {
		padding: 10px 15px;
		width: 340px;
		float: right;
		background-color: white;
		border-radius: 0 10px 10px 0;
	}
}
#blog-title {
	margin: 0;
	padding: 30px;
	text-align: center;
	border-bottom: 1px solid black;
}
#title {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0;
	font-size: 1.1rem;
}
#title a {
	color: black;
}
#blog-description {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-weight: normal;
	font-size: .8rem;
	margin: 0 2rem;
	color: #454545;
}
@media (min-width: 768px) {
	#blog-title {
		margin: 0;
		padding: 35px;
	}
	#blog-title {
		font-size: 1.2rem;
	}
}
@media (min-width: 992px) {
	#title {
		font-size: 1.5rem;
	}
}
.header-image-enable #blog-title {
	margin: 0;
	padding: 0px;
}
#blog-title-inner {
	background-size: cover
}
.header-image-enable #blog-title-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-image-enable #blog-title-content {
	margin: auto;
}
#top-editarea {
	margin-bottom: 0;
	background-color: white;
}
#top-box {
	background-color: white;
}
.page-entry .breadcrumb {
	font-size: .9rem;
	margin-bottom: 0px;
	padding: 10px;
	padding-left: 5%;
}
.breadcrumb-child:last-child {
	display: none;
}
.entry {
	position: relative;
	margin-bottom: 4em;
	padding: 0 10px;
	background-color: white;
}
.entry-header {
	padding-top: 1em;
	padding-bottom: 0em;
	margin-bottom: 2em;
	border-bottom: 3px solid black;
	position: relative;
}
.entry-title {
	margin: .3em 0 .5em .3em;
	font-size: 1.2rem;
	padding: .5em;
}
.entry-title a {
	color: #454545;
}
.entry-title a:hover {
	color: lightgrey;
	text-decoration: none;
}
@media (min-width: 992px) {
	.entry-title {
		font-size: 1.3rem;
	}
}
.date {
	margin-bottom: 1em;
	font-size: 1rem;
	font-weight: bold;
}
.date a {
	color: black;
	text-decoration: none;
	padding: .2em 1em;
	background-color: whitesmoke;
	border-radius: .5em;
}
.date a:hover {
	text-decoration: none;
}
.categories {
	margin: 1em 0;
	font-size: .8rem;
	text-align: right
}

.categories a {
	margin-right: .5em;
	padding: 0.2em .5em;
	color: black;
	border-radius: .5em;
	border: 1px solid black;
	text-decoration: none;
}
.entry-header-menu {
	position: absolute;
	top: 0;
	right: 0;
}
.entry-header-menu a::before {
	font-family: "blogicon";
	font-size: 1em;
	content: "\f010";
	letter-spacing: .3em;
	text-decoration: none;
}
.entry-content img,
.entry-content video {
	max-width: 100%;
	height: auto;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 1em 0 0.8em 0;
}
.entry-content h1 {
	padding: .5em;
	background: whitesmoke;
	border-bottom: 5px solid black;
}
.entry-content h2 {
	padding: .5em;
	background: whitesmoke;
	border-left: 5px solid black;
}
.entry-content h3 {
	padding: .5em;
	background: whitesmoke;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
.entry-content h4 {
	padding: .2em .5em;
	border-left: 5px solid black;
}
.entry-content h5 {
	position: relative;
	line-height: 1.4;
	padding: 0.25em 1em;
	display: inline-block;
	top: 0;
}
.entry-content h5 {
	border-bottom: none;
}
.entry-content h5:before,
.entry-content h5:after {
	position: absolute;
	top: 0;
	content: '';
	width: 8px;
	height: 100%;
	display: inline-block;
}
.entry-content h5:before {
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	left: 0;
}
.entry-content h5:after {
	content: '';
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	right: 0;
}
.entry-content h1 {
	font-size: 1.5rem;
}
@media (min-width: 992px) {
	.entry-content h1 {
		font-size: 1.7rem;
	}
}
.entry-content h2 {
	font-size: 1.4rem;
}
@media (min-width: 992px) {
	.entry-content h2 {
		font-size: 1.5rem;
	}
}
.entry-content h3 {
	font-size: 1.2rem;
}
@media (min-width: 992px) {
	.entry-content h3 {
		font-size: 1.3rem;
	}
}
.entry-content h4 {
	font-size: 1.1rem;
}
.entry-content h5 {
	font-size: 1rem;
}
.entry-content h6 {
	font-size: .9rem;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
	margin: 0 0 1em 1.5em;
	padding: 0;
}
.entry-content ul li ul,
.entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol,
.entry-content dd li ul,
.entry-content dd li ol {
	margin-bottom: 0;
}
.entry-content table {
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1em;
	margin-bottom: 1em;
	width: 100%;
	overflow: auto;
	display: block;
	font-size: .8rem;
}
@media (min-width: 992px) {
	.entry-content table {
		font-size: .9rem;
	}
}
.entry-content table th,
.entry-content table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.entry-content table th {
	background: #f5f5f5;
}
.entry-content blockquote {
	position: relative;
	margin: 0;
	padding: 10px;
	font-style: oblique;
	color: #454545;
	background-color: whitesmoke;
	border-left: 35px solid black;
}
.entry-content blockquote:before {
	position: absolute;
	top: 0;
	left: -30px;
	content: "“";
	color: white;
	font-size: 50px;
	line-height: 1;
/*== 追加 2018.08.17 ==*/
font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic';
}
.entry-content blockquote cite {
	position: relative;
	padding: 10px;
	z-index: 3;
	display: block;
	text-align: right;
	font-size: 0.8em;
}
.entry-content blockquote cite a {
	color: #7c7c7c;
}
.entry-content pre,
.entry-content code {
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content pre,
.entry-content code {
	position: relative;
	margin: 0;
	padding: 10px;
	padding-left: 50px;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	line-height: 1.3;
	font-size: .8rem;
	color: #454545;
	background-color: whitesmoke;
}
.entry-content pre.code:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "blogicon";
	content: "\f038";
	color: white;
	background-color: black;
	padding-top: 5px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	height: 100%;
	width: 35px;
}
.entry-content hr {
	width: 50%;
	border: 0;
	border: none;
	border-bottom: 2px solid black;
	margin: 2em auto;
}
ul.table-of-contents {
	position: relative;
	font-size: 13px;
	padding: 1em 2em 1.5em 2em;
	margin: 0;
	color: #454545;
	display: inline-block;
	background-color: whitesmoke;
}
ul.table-of-contents:before {
	content: "[ もくじ ]";
	display: inline-block;
	margin: 0.2em 0em 1em;
	padding: 0.2em 1em;
	font-weight: bold;
	border-bottom: 1px dashed black;
}
ul.table-of-contents a:after {
	display: none;
}
ul.table-of-contents li a,
ul.table-of-contents li a:visited {
	color: #454545;
	text-decoration: none;
	border-bottom: 1px dotted #7c7c7c;
}
ul.table-of-contents li a:hover {
	color: #d9d9d9;
}
ul.table-of-contents li {
	margin: 0;
	line-height: 1.6;
	padding: 0;
	list-style-type: none;
}
ul.table-of-contents li:before {
	font-family: "blogicon";
	content: "\f006";
	position: relative;
	letter-spacing: .5em;
	font-size: .8em;
	color: black;
}
.entry-footer .social-buttons {
	margin-bottom: 1em;
}
.entry-footer-section {
	color: #7c7c7c;
	font-size: .9rem;
}
.entry-footer-section a {
	color: #7c7c7c;
}
.comment-box {
	margin: 1em 0;
}
.comment-box .comment {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.7;
	font-size: .85rem;
}
@media (min-width: 768px) {
	.comment-box .comment {
		font-size: .9rem;
	}
}
.comment-box .entry-comment {
	padding: 10px 0 10px 60px;
	border-bottom: 1px solid black;
	position: relative;
}
.comment-box .entry-comment:first-child {
	border-top: 1px solid black;
        margin-top:20px;
}
.comment-box .read-more-comments {
	padding: 10px 0;
}
.comment-box .hatena-id-icon {
	position: absolute;
	top: 10px;
	left: 0;
	width: 50px !important;
	height: 50px !important;
	border-radius: 3px;
}
.comment-user-name {
	margin: 0 0 .4em 0;
	font-weight: bold;
}
.comment-content {
	margin: 0 0 .4em 0;
	word-wrap: break-word;
	color: #454545;
	font-size: .85rem;
}
.comment-content p {
	margin: 0 0 .6em 0;
}
.comment-metadata {
	color: #999;
	margin: 0;
	font-size: .8rem;
}
.comment-metadata a {
	color: #999;
}
.leave-comment-title {
	padding: .6em 1em;
	font-size: .85rem;
	border: 1px solid black;
	border-radius: .5em;
	color: black;
}
.pager {
	margin: 2em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.pager {
	margin-bottom: 45px;
}
:not(.permalink)>.pager-next {
	float: none !important;
	margin-left: auto;
	margin-right: auto;
}
:not(.permalink)>.pager-next a {
	text-decoration: none;
	padding: 10px 100px;
	border-radius: 4px;
	border: 1px solid black;
	color: black;
}
:not(.permalink)>.pager-next a:hover {
	color: lightgrey;
}
.pager{
        margin:20px;
        font-size:14px;}

.pager-next a{
        float: right;
}
.pager-prev a{
        float: left;
}
.pager-permalink {
	display: none;
}
.hatena-module {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0.5em;
	font-size: .9rem;
	padding: 10px;
	background-color: white;
	color: #454545;
}
@media (min-width: 768px) {
	.hatena-module {
		margin-bottom: 3em;
		font-size: .9rem;
		padding: 0;
	}
}
.hatena-module-title {
	margin-bottom: .6em;
	padding-bottom: .2em;
	border-bottom: 3px solid black;
	font-size: .9rem;
	font-weight: bold;
}
.hatena-module-title a {
	color: #454545;
	text-decoration: none;
}
.hatena-module-title::before {
	font-size: 1em;
	color: black;
	font-family: "blogicon";
	content: "\f029";
}
.hatena-module-title a:hover {
	text-decoration: none;
}
.hatena-module-profile .profile-icon {
	border-radius: .5em;
	float: left;
	margin: 0 10px 10px 0;
}
.hatena-module-profile .id {
	display: block;
	font-weight: bold;
	margin-bottom: .5em;
}
.hatena-module-profile .id a {
	color: black;
}
.hatena-module-profile .profile-description p {
	margin-top: 0;
}
.hatena-urllist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hatena-urllist li {
	padding: .2em 0;
}
.hatena-urllist li:last-child {
	padding-bottom: 0;
}
.hatena-urllist li a {
	color: #454545;
	text-decoration: none;
}
.hatena-urllist li a:hover {
	text-decoration: underline;
}
.urllist-item-inner {
	height: 75px;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	margin: .5em 0;
}
.urllist-image {
	width: 72px;
	height: 72px;
	border-radius: 0.5em;
}
.hatena-urllist .urllist-date-link a {
	color: black;
	font-weight: bold;
	padding: .1em .5em;
	border-radius: .5em;
	background-color: whitesmoke;
}
.urllist-date-link {
	margin: 0 1em
}
.hatena-urllist .urllist-category-link a {
	color: black;
	font-weight: bold;
	padding: .1em .5em;
	border-radius: .5em;
	background-color: whitesmoke;
}
.hatena-urllist .urllist-category-link {
	font-size: .6rem;
	padding: .1em .3em;
}
.hatena-urllist .urllist-entry-body {
	margin-top: .3em;
}
.urllist-item {
	border-bottom: 1px solid black;
}
.hatena-module-search-box .search-form {
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.hatena-module-search-box .search-module-input {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	padding: 5px;
	color: #454545;
	background: none;
	border: none;
	outline: none;
	height: 20px;
}
.hatena-module-search-box .search-module-button {
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") no-repeat center;
	background-size: 20px 20px;
	border: none;
	outline: none;
	color: transparent;
	overflow: hidden;
	opacity: .5;
	cursor: pointer;
}
.hatena-module-search-box .search-module-button:hover {
	opacity: .85;
}
.page-about .entry-content dt {
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: .5em;
}
.page-about .entry-content dd {
	margin-left: 0;
	margin-bottom: 2em;
}
.archive-entry-body {
	height: 80px;
	overflow: hidden;
}
.page-archive #main-inner section {
	width: 93%;
	background-color: white;
}
.archive-heading {
	text-align: center;
	color: #454545;
}
.archive-entries {
	padding-top: 1em;
}
.page-archive .archive-entry {
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3;
	padding: .5em;
	border-bottom: 1px solid black;
}
.page-archive .entry-title {
	margin: .1em auto;
	font-size: 110%;
}
.page-archive .date {
	font-weight: bold;
	font-size: .8rem;
	float: right;
}
.page-archive .entry-thumb {
	width: 80px;
	height: 80px;
	border-radius: 10px;
}
.page-archive .entry-description {
	height: 60px;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.archive-entry-body {
	margin-top: 0;
	background-color: white;
}
.page-archive .breadcrumb {
	display: none;
}
.page-archive .categories {
	display: none;
}
.page-archive .social-buttons {
	display: none;
}
.star-container {
	display: none;
}
#footer {
	padding-top: 2rem;
	padding-bottom: 2rem;
	text-align: center;
	font-size: .8rem;
	color: black;
}
#footer a {
	color: black;
}
#footer p {
	margin: .5em auto;
}
ul.navi-top {
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	background-color: black;
	width: 100%;
	text-align: center;
	z-index: 50;
}
ul.navi-top li {
	width: 125px;
	display: inline-block;
	list-style-type: none;
	position: relative;
}
ul.navi-top a {
	background-color: black;
	color: white;
	line-height: 36px;
	text-align: left;
	padding-left: 10px;
	text-decoration: none;
	font-weight: nomarl;
	display: block;
}
ul.navi-top ul {
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
ul.navi-top ul a {
	padding-left: 10px;
}
ul.navi-top li:hover ul {
	display: block;
}
ul.navi-top,
ul.navi-top a {
	background-color: black;
}
ul.navi-top a:hover {
	color: rgba(255, 255, 255, 0.5);
}
.mini-text {
	font-size: 10px;
}
ul.bottom-menu {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0;
	background-color: whitesmoke;
	border-top: 2px solid grey;
	border-bottom: 2px solid grey;
	z-index: 30;
}
ul.bottom-menu li {
	float: left;
	width: 25%;
	background-color: whitesmoke;
	list-style-type: none;
	text-align: center;
	font-size: 25px;
}
.bottom-menu li a {
	display: block;
	color: grey;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 10px;
	text-decoration: none;
}
.bottom-menu li a:hover {
	color: darkgrey;
}
ul.menu-second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
ul.menu-second-level li a {
	border-top: 1px dashed darkgrey;
	font-size: 15px;
	line-height: 30px;
}
.menu-second-level li a:hover {
	height: 100%;
	background: lightgrey;
}
li.menu-width-max ul.menu-second-level {
	position: absolute;
	bottom: 47px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
}
li.menu-width-max:hover ul.menu-second-level {
	bottom: 47px;
	visibility: visible;
	opacity: 1;
}
li.menu-width-max ul.menu-second-level li {
	float: left;
	width: 100%;
	border: none;
}

/*=== iPhone X　でボトムメニューを底上げする-2018.10.19===*/
ul.bottom-menu{
    padding-bottom:env(safe-area-inset-bottom);
}

/*=== カテゴリー表示にした際の説明部分の余白をつくる -2018.12.06 ===*/
.archive-description{
    padding:10px;
}
/* </system> */

/* =========================================================
Yumimama Base (ice blue を下地に、ゆみママ基準で上書き)
・重複を削除して「1パーツ1定義」に統合
・PC/スマホ両方で効く（必要な所だけ media）
========================================================= */

/* ========================= Color / Basic ========================= */
:root {
  --main: midnightblue;
  --sub: skyblue;
  --bg: aliceblue;
  --link: #4A24FF;
  --shadow: rgba(0, 0, 0, .06);
  --line: rgba(25, 25, 112, .18);
}

html,
body {
  background-color: var(--bg);
}

/* Hover / Link */
a:hover {
  color: var(--main);
}

.entry-content a {
  color: var(--link);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Typography */
.entry-content {
  font-size: 17px;
  line-height: 1.75;
}

@media (max-width:480px) {
  .entry-content {
    font-size: 17px;
    line-height: 1.75;
  }
}

/* ========================= Header / Footer ========================= */
#blog-title {
  border-bottom: 5px solid var(--main);
}

#title {
  font-size: 1.4rem;
}

#footer,
#footer a {
  color: var(--main);
  background-color: var(--bg);
}

/* スマホ：ヘッダー（タイトル＆キャッチ） */
@media (max-width:768px) {
  #blog-title {
    padding: 10px 12px !important;
    text-align: center !important;
  }

  #title {
    margin: 0 !important;
    font-size: 1.45rem !important;
    line-height: 1.22 !important;
    letter-spacing: .08em !important;
    font-weight: 700 !important;
  }

  #blog-description {
    margin: 6px 0 0 !important;
    font-size: .88rem !important;
    line-height: 1.55 !important;
    letter-spacing: .08em !important;
    opacity: .80 !important;
    text-align: center !important;
  }

  #blog-title-content::after {
    width: 48px !important;
    height: 1px !important;
    margin: 10px auto 0 !important;
    opacity: .28 !important;
  }
}

/* スマホ：ヘッダー画像の余白・幅リセット */
@media (max-width:768px) {

  #blog-title::before,
  #blog-title-content::before,
  #blog-title-inner::before {
    content: none !important;
    display: none !important;
    padding-top: 0 !important;
  }

  #blog-title img,
  #blog-title-content img,
  #blog-title-inner img {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }

  #blog-title,
  #blog-title-content,
  #blog-title-inner {
    overflow: visible !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}

/* ========================= Globalheader / Navi ========================= */
#globalheader-container {
  background-color: var(--bg);
  color: var(--main);
  border-bottom: 1px solid var(--main);
}

ul.navi-top {
  background-color: var(--bg);
  border-bottom: 1px solid var(--main);
}

ul.navi-top a {
  color: var(--main);
  background-color: var(--bg);
}

ul.navi-top a:hover {
  color: var(--main);
  background-color: var(--sub);
}

ul.navi-top li a::before {
  letter-spacing: .5em;
}

/* bottom-menu */
.bottom-menu li a {
  color: var(--main);
}

ul.bottom-menu {
  border-top: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
}

ul.bottom-menu,
ul.bottom-menu li {
  background-color: var(--bg);
}

ul.menu-second-level li a {
  background-color: var(--bg);
  color: var(--main);
  border-top: 1px solid var(--main);
}

ul.menu-second-level li a:hover {
  background-color: var(--main);
  color: #fff;
}

.bottom-menu li a:hover {
  color: var(--main);
}

/* icon */
ul.navi-top li a::before,
ul.table-of-contents li:before,
.hatena-module-title::before {
  font-family: "blogicon";
  content: "\f029";
  color: var(--main);
}

/* ========================= Sidebar / Sticky last module ========================= */
#box2 {
  display: flex;
}

.hatena-module:last-of-type {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

/* スマホ：ボトムメニュー分の余白 */
@media(max-width:767px) {
  #footer {
    margin-bottom: 48px;
  }
}

/* ========================= Follow button（読者になる） ========================= */


/* 右上に出る「読者になる」だけ非表示 */
a[href*="utm_source=blogs_topright_button"] {
  display: none !important;
}

/* ========================= TOP：カテゴリ画像カード（タイトル下4カード） ========================= */
.article-area {
  background-color: #fff;
}

.article-container {
  width: 75%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.article-box {
  box-sizing: border-box;
  width: 22%;
  margin: 15px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.article-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform .22s ease, filter .22s ease;
  transform: translateZ(0);
}

@media (min-width:1024px) {
  .article-container {
    width: 100% !important;
    max-width: 1280px !important;
    padding: 0 12px !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
    margin-top: 24px !important;
  }

  .article-box {
    width: auto !important;
    margin: 0 !important;
  }

  .article-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
  }

  .article-box:hover img {
    transform: scale(1.04);
  }
}

@media(max-width:767px) {
  .article-container {
    width: 100%;
    justify-content: space-between;
    padding: 8px;
  }

  .article-box {
    width: 45%;
    margin: 8px;
  }
}

.page-entry .article-area {
  display: none;
}

/* ========================= About：読者アイコン横並び ========================= */
.page-about .js-about-subscriber>div {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 6px !important;
}

.page-about .js-about-subscriber .about-subscription-count {
  margin-right: 10px !important;
  white-space: nowrap;
}

.page-about .js-about-subscriber a.subscriber {
  display: inline-block !important;
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
}

.page-about .js-about-subscriber img.profile-icon {
  display: block;
}

/* Aboutカード：スマホ2列固定 + 余白 */
.page-about .article-area {
  margin: 30px 0;
}

.page-about .article-box {
  padding: 6px;
}

@media (max-width:768px) {
  .page-about .article-area .article-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 8px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  .page-about .article-area .article-box {
    width: 48% !important;
    margin: 8px 0 !important;
  }

  .page-about .article-area .article-box img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

@media (min-width:769px) {
  .page-about .article-box {
    transition: box-shadow .3s ease, transform .3s ease;
  }

  .page-about .article-box:hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
    transform: translateY(-2px);
  }
}

/* ========================= TOP message + Mobile mini nav（スマホだけ） ========================= */
.yumimama-topmsg {
  margin: 14px 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(25, 25, 112, .25);
  border-radius: 14px;
  background: rgba(240, 248, 255, .75);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
}

.yumimama-topmsg__lead {
  margin: 0 0 8px;
  font-size: .98em;
  line-height: 1.75;
  color: var(--main);
  font-weight: 600;
}

.yumimama-topmsg__sub {
  margin: 0;
  font-size: .92em;
  line-height: 1.75;
  color: rgba(25, 25, 112, .85);
}

@media (max-width:480px) {
  .yumimama-topmsg {
    padding: 12px 13px;
    border-radius: 12px;
  }

  .yumimama-topmsg__lead {
    font-size: .95em;
  }

  .yumimama-topmsg__sub {
    font-size: .90em;
  }
}

/* PCではミニナビ非表示 */
.mobile-mini-nav {
  display: none;
}

@media (max-width:768px) {
  .mobile-mini-nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px 10px !important;
    background: rgba(246, 252, 255, .70);
    border-radius: 8px;
    padding: 6px;
    margin: 6px 0 12px;
  }

  .mobile-mini-nav a {
    width: 100% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid #cfe9f6;
    background: rgba(255, 255, 255, .90);
    text-decoration: none;
    white-space: nowrap;
    font-size: .86em;
    letter-spacing: .02em;
    color: var(--main);
    box-sizing: border-box;
  }

  /* 🌱 はじめての方へだけを強調（1番目） */
  .mobile-mini-nav a:nth-child(1) {
    background: var(--main);
    color: #fff;
    border: none;
    font-weight: 600;
  }

  .mobile-mini-nav a::first-letter {
    font-size: .90em;
    margin-right: 2px;
  }
}

/* 記事下ミニナビ：sticky解除 */
@media (max-width:768px) {
  .mobile-mini-nav--after {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    margin: 14px 0 8px !important;
  }
}

/* ========================= TOC（目次） ========================= */
.entry-content ul.table-of-contents {
  background: rgba(240, 248, 255, .85) !important;
  border: 1px solid rgba(25, 25, 112, .22) !important;
  border-radius: 14px !important;
  padding: 10px 14px !important;
  margin: 16px auto !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05) !important;
}

.entry-content ul.table-of-contents:before {
  content: "CONTENTS" !important;
  display: block !important;
  margin: 0 0 8px 0 !important;
  font-size: .8rem !important;
  font-weight: 700 !important;
  letter-spacing: .18em !important;
  color: rgba(25, 25, 112, .62) !important;
  background: none !important;
  border: none !important;
}

.entry-content ul.table-of-contents li::before {
  content: none !important;
  display: none !important;
}

.entry-content ul.table-of-contents a {
  display: block;
  padding: 4px 6px !important;
  line-height: 1.45 !important;
  letter-spacing: .02em;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
  text-decoration: none !important;
  border-radius: 10px;
}

.entry-content ul.table-of-contents li {
  margin: 0 !important;
}

/* 縦ライン消す */
.entry-content ul.table-of-contents ul {
  border-left: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.entry-content ul.table-of-contents>li>a {
  font-weight: 700;
  color: var(--main);
}

.entry-content ul.table-of-contents ul>li>a {
  font-weight: 600;
  font-size: .95em;
  color: rgba(25, 25, 112, .82);
}

@media (min-width:769px) {
  .entry-content ul.table-of-contents a:hover {
    background: rgba(135, 206, 235, .18) !important;
  }
}

@media (max-width:768px) {
  .entry-content ul.table-of-contents {
    padding: 9px 12px !important;
    margin: 14px 0 !important;
  }

  .entry-content ul.table-of-contents a {
    line-height: 1.5 !important;
  }
}

/* ========================= Headings（階層差：最終版 1セット） ========================= */
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.entry-content h2 {
  font-size: 1.28em !important;
  font-weight: 800 !important;
  margin: 2.1em 0 .8em !important;
  padding: .55em .75em !important;
  border-left: 8px solid var(--main) !important;
  border-radius: 12px !important;
  background: rgba(240, 248, 255, .92) !important;
  color: var(--main) !important;
  line-height: 1.35 !important;
}

.entry-content h3 {
  font-size: 1.13em !important;
  font-weight: 700 !important;
  margin: 1.7em 0 .6em !important;
  padding: .25em 0 .25em .55em !important;
  border-left: 4px solid rgba(25, 25, 112, .28) !important;
  color: rgba(25, 25, 112, .92) !important;
  line-height: 1.4 !important;
}

.entry-content h4 {
  font-size: 1.03em !important;
  font-weight: 700 !important;
  margin: 1.25em 0 .35em !important;
  padding: 0 0 .35em 0 !important;
  border-bottom: 1.5px dashed rgba(25, 25, 112, .28) !important;
  color: rgba(25, 25, 112, .85) !important;
}

.entry-content h5 {
  font-size: .97em !important;
  font-weight: 650 !important;
  margin: 1.1em 0 .3em !important;
  color: rgba(25, 25, 112, .70) !important;
}

/* ========================= Lead paragraph（記事冒頭） ========================= */
.page-entry .entry-content>p:first-of-type {
  margin: 10px 0 16px !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  background: rgba(240, 248, 255, .85) !important;
  border: 1px solid rgba(25, 25, 112, .18) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05) !important;
  color: rgba(25, 25, 112, .92) !important;
  line-height: 1.8 !important;
}

/* ========================= Em marker（上品マーカー） ========================= */
.entry-content em {
  font-weight: 650 !important;
  font-style: normal !important;
  padding: .08em .18em !important;
  border-radius: 6px !important;
  background: linear-gradient(to bottom, transparent 65%, rgba(255, 234, 120, .65) 65%) !important;
}

/* ========================= Lists ========================= */
.entry-content ul,
.entry-content ol {
  margin: 12px 0 16px !important;
  padding-left: 1.25em !important;
  line-height: 1.8 !important;
}

.entry-content ul li,
.entry-content ol li {
  margin: 6px 0 !important;
}

.entry-content ul li::marker {
  color: rgba(25, 25, 112, .75);
  font-size: .95em;
}

.entry-content ol li::marker {
  color: rgba(25, 25, 112, .75);
  font-weight: 700;
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin: 8px 0 10px !important;
}

@media (max-width:768px) {

  .entry-content ul,
  .entry-content ol {
    padding-left: 1.15em !important;
    margin: 10px 0 14px !important;
  }

  .entry-content ul li,
  .entry-content ol li {
    margin: 7px 0 !important;
  }
}

/* ========================= Table ========================= */
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 18px 0 22px;
  font-size: .95em;
  line-height: 1.7;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
}

.entry-content thead th {
  background: var(--bg);
  color: var(--main);
  font-weight: 700;
  padding: 10px 12px;
  border-bottom: 2px solid rgba(25, 25, 112, .25);
  text-align: left;
}

.entry-content tbody th,
.entry-content tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(25, 25, 112, .15);
  vertical-align: top;
}

.entry-content tbody th {
  background: rgba(240, 248, 255, .60);
  color: var(--main);
  font-weight: 600;
  width: 28%;
}

.entry-content tbody tr:last-child th,
.entry-content tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width:768px) {
  .entry-content table {
    font-size: .9em;
    margin: 14px 0 18px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .entry-content thead th,
  .entry-content tbody th,
  .entry-content tbody td {
    padding: 9px 10px;
  }
}

/* ========================= Blockquote（旅ノート風：最終版 1セット） ========================= */
.entry-content blockquote {
  position: relative !important;
  margin: 18px 0 !important;
  padding: 16px 16px 14px 44px !important;
  border-left: 6px solid rgba(25, 25, 112, .38) !important;
  border-radius: 14px !important;
  background: linear-gradient(to bottom, rgba(240, 248, 255, .95), rgba(255, 255, 255, .92)) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .05) !important;
  color: rgba(25, 25, 112, .92) !important;
  line-height: 1.85 !important;
}

.entry-content blockquote::before {
  content: "✎";
  position: absolute;
  left: 14px;
  top: 14px;
  font-size: 18px;
  color: rgba(25, 25, 112, .65);
}

.entry-content blockquote p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width:768px) {
  .entry-content blockquote {
    padding: 14px 13px 12px 40px !important;
    border-radius: 12px !important;
  }

  .entry-content blockquote::before {
    left: 12px;
    top: 12px;
  }
}

/* ========================= Image（角丸・白フチ・影） ========================= */
.entry-content img {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 14px;
  border: 4px solid rgba(255, 255, 255, .95);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
  display: block;
  margin: 14px auto;
}

.entry-content a img {
  border: none;
}

.entry-content figure {
  margin: 16px 0 20px;
}

.entry-content figcaption {
  margin-top: 8px;
  font-size: .86em;
  line-height: 1.6;
  color: rgba(25, 25, 112, .78);
  text-align: center;
}

@media (min-width:769px) {
  .entry-content a img {
    transition: transform .18s ease, box-shadow .18s ease;
  }

  .entry-content a:hover img {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .12);
  }
}

@media (max-width:768px) {
  .entry-content img {
    border-radius: 12px;
    margin: 12px auto;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
  }

  .entry-content figcaption {
    font-size: .84em;
  }
}

/* ========================= Hatena Blog Card ========================= */
.hatena-blogcard {
  margin: 18px auto;
  border: 1px solid rgba(25, 25, 112, .18);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
  overflow: hidden;
  max-width: 720px;
}

.hatena-blogcard a {
  text-decoration: none !important;
  color: inherit;
}

.hatena-blogcard-image {
  width: 100%;
  height: auto;
  display: block;
}

.hatena-blogcard-content {
  padding: 14px 16px 16px;
}

.hatena-blogcard-title {
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.45;
  color: var(--main);
  margin: 0 0 8px;
}

.hatena-blogcard-description {
  font-size: .9em;
  line-height: 1.6;
  color: rgba(25, 25, 112, .85);
  margin: 0 0 10px;
}

.hatena-blogcard-domain {
  font-size: .78em;
  color: rgba(25, 25, 112, .65);
}

@media (min-width:769px) {
  .hatena-blogcard {
    transition: transform .18s ease, box-shadow .18s ease;
  }

  .hatena-blogcard:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
  }
}

@media (max-width:768px) {
  .hatena-blogcard {
    margin: 16px auto;
    border-radius: 14px;
  }

  .hatena-blogcard-content {
    padding: 12px 14px 14px;
  }

  .hatena-blogcard-title {
    font-size: 1.0em;
  }
}


/* ========================= Layout（PC 幅最適化：サイドバーあり） ========================= */
:root {
  --site-width: 1200px;
  --sidebar-width: 320px;
  --gutter: 40px;
  --side-pad: 20px;
}

@media (min-width:1024px) {
  #content-inner {
    max-width: var(--site-width);
    margin: 0 auto;
    padding-left: var(--side-pad);
    padding-right: var(--side-pad);
    box-sizing: border-box;
  }

  #wrapper {
    display: flex;
    align-items: flex-start;
    gap: var(--gutter);
  }

  #main {
    flex: 1 1 auto;
    min-width: 0;
  }

  #box2 {
    flex: 0 0 var(--sidebar-width);
    width: var(--sidebar-width);
  }

  .entry-content p {
    max-width: 720px;
  }
}


/* ===== PC：メインを広げて、サイドバーは固定（サイドバーあり向け） ===== */
@media (min-width: 1024px) {

  #container,
  .container,
  #content,
  .content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  #box2,
  .sidebar,
  #sidebar,
  .hatena-sidebar {
    width: 320px;
    flex: 0 0 320px;
  }

  #box1,
  .main,
  #main,
  .hatena-archive,
  .content-inner,
  .content-main {
    min-width: 0;
    flex: 1 1 auto;
  }

  #box1,
  #box2,
  .main,
  .sidebar {
    box-sizing: border-box;
  }
}

/* ============================ PCレイアウト最適化（サイドバーあり） ============================= */
:root {
  --site-width: 1200px;
  --sidebar-width: 320px;
  --gutter: 40px;
  --side-pad: 20px;
}

@media (min-width: 1024px) {
  #content-inner {
    max-width: var(--site-width);
    margin: 0 auto;
    padding-left: var(--side-pad);
    padding-right: var(--side-pad);
    box-sizing: border-box;
  }

  #wrapper {
    display: flex;
    align-items: flex-start;
    gap: var(--gutter);
  }

  #main {
    flex: 1 1 auto;
    min-width: 0;
  }

  #box2 {
    flex: 0 0 var(--sidebar-width);
    width: var(--sidebar-width);
  }

  .yumimama-topmsg {
    max-width: var(--site-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--side-pad);
    padding-right: var(--side-pad);
    box-sizing: border-box;
  }

  .entry-content p {
    max-width: 720px;
  }
}

/* ============================ トップ：カテゴリ画像を2×2で固定表示 ============================== */
.ym-top-category-area {
  margin: 30px 0;
  text-align: center;
}

.ym-top-category-title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 12px;
  color: #1e90ff;
}

.ym-top-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.ym-top-category-grid img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* PCだけ hover */
@media screen and (min-width: 769px) {
  .ym-top-category-grid a:hover img {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  }
}

/* ===== おすすめアイテム：3段構成（切れない・2列固定） ===== */
.product-grid .product-grid-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

/* カード */
.product-grid .product-card {
  max-width: none !important;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #f0e2d6;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
}

/* 3段を縦に積む */
.product-grid .product-card>a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  color: inherit;
}

/* ①商品名：切らない（改行OK） */
.product-grid .product-name {
  font-weight: 700;
  font-size: 13px;
  margin: 0;
  white-space: normal;
  overflow: visible;
}

/* ②説明：切らない（改行OK） */
.product-grid .product-desc {
  font-size: 12px;
  color: #666;
  margin: 0;
  white-space: normal;
  overflow: visible;
}

/* ③画像（ある場合） */
.product-grid .product-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* ③ボタン：常に一番下に置く（文章が長くても下にいく） */
.product-grid .product-btn {
  margin-top: 6px;
  display: inline-block;
}

/* 画像/iframeの保険 */
.product-grid iframe,
.product-grid table {
  max-width: 100%;
  height: auto;
}

.top-box-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

/* ========================== TOP box デザイン（top-box系） ========================== */
/* 共通 */
.top-box {
  margin: 18px 0;
  padding: 16px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(25, 25, 112, .18);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
  line-height: 1.75;
}

/* バリエーション */
.top-box--blue {
  background: rgba(240, 248, 255, .85);
  border-color: rgba(30, 144, 255, .25);
}

.top-box--orange {
  background: rgba(255, 250, 240, .95);
  border-color: rgba(255, 140, 0, .25);
}

/* 中央寄せ（必要なときだけ） */
.top-box.is-center {
  text-align: center;
}

/* 見出し */
.top-box-title {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: 15.5px;
  color: midnightblue;
}

/* 本文 */
.top-box-text {
  margin: 0 0 10px;
  font-size: 14px;
  color: #333;
}

.top-box-note {
  margin: 0;
  font-size: 13px;
  color: #666;
}

/* リンク */
.top-box-link {
  margin: 0;
}

.top-box-link a {
  color: #c08a5a;
  font-weight: 800;
  text-decoration: none;
}

.top-box-stronglink {
  font-weight: 800;
  text-decoration: none;
  color: #333;
}

.top-box-stronglink:hover {
  text-decoration: underline;
}

/* 画像 */
.top-box-media {
  margin: 12px 0 0;
}

.top-box-media img {
  width: 100%;
  max-width: 760px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .10);
}

/* ==== スマホ最終調整・完全版 ・左右余白 ・行間 ・見出し階層 ・目次（幅・間隔・装飾） ========== */
@media screen and (max-width: 768px) {

  /* ===== 本文全体：左右余白と行間 ===== */
  .entry-content {
    padding-left: 16px;
    padding-right: 16px;
    line-height: 1.8;
  }

  .entry-content p {
    margin-bottom: 1.4em;
  }

  /* ===== 見出し階層をはっきり ===== */
  /* H2：章 */
  .entry-content h2 {
    font-size: 1.15em;
    margin: 2.2em 0 0.9em;
    padding-left: 10px;
    border-left: 4px solid midnightblue;
    background: none !important;
  }

  /* H3：節 */
  .entry-content h3 {
    font-size: 1.05em;
    margin: 1.8em 0 0.6em;
    padding-left: 8px;
    border-left: 3px solid rgba(25, 25, 112, 0.45);
    background: none !important;
  }

  /* H4：説明 */
  .entry-content h4 {
    font-size: 0.98em;
    margin: 1.4em 0 0.4em;
    font-weight: 600;
    border: none !important;
    background: none !important;
    color: #333;
  }

  /* H5：補足 */
  .entry-content h5 {
    font-size: 0.92em;
    margin: 1.2em 0 0.3em;
    font-weight: 500;
    color: #555;
  }

  /* ===== 目次（TOC）最終調整 ===== */
  /* 全体の箱 */
  ul.table-of-contents {
    padding: 12px 14px;
    margin: 1.8em 0 2.2em;
    background: #f8fcff;
    border: 1px solid rgba(25, 25, 112, 0.15);
    border-radius: 10px;
  }

  /* 「もくじ」タイトルを控えめに */
  ul.table-of-contents:before {
    content: "目次";
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 8px;
    color: rgba(25, 25, 112, 0.8);
    letter-spacing: 0.08em;
  }

  /* チェックマーク・縦線など完全削除 */
  ul.table-of-contents li:before {
    content: none !important;
  }

  ul.table-of-contents {
    border-left: none !important;
  }

  /* 行間を締める */
  ul.table-of-contents li {
    margin: 0.35em 0;
    line-height: 1.4;
  }

  /* 階層差を「字と余白」だけで表現 */
  ul.table-of-contents li ul {
    margin-top: 0.3em;
    margin-left: 1em;
    padding-left: 0;
  }

  ul.table-of-contents a {
    font-size: 0.9em;
    color: #333;
    text-decoration: none;
  }

  ul.table-of-contents li ul a {
    font-size: 0.85em;
    color: #555;
  }

  /* ===== リスト・引用の呼吸 ===== */
  .entry-content ul,
  .entry-content ol {
    margin: 1.2em 0 1.4em 1.2em;
  }

  .entry-content blockquote {
    margin: 1.6em 0;
    padding: 0.8em 1em;
    background: rgba(240, 248, 255, 0.7);
    border-left: 4px solid rgba(25, 25, 112, 0.35);
  }
}

/* ===== スマホ：ミニナビを落ち着かせる ===== */
@media screen and (max-width: 768px) {
  .mobile-mini-nav {
    gap: 6px 8px;
    padding: 8px 6px;
  }

  .mobile-mini-nav a {
    font-size: 0.88em;
    padding: 5px 9px;
  }
}

/* ======== 引用（blockquote）をコンパクトにする スマホは特に行間・余白を詰める ================== */
/* 共通（PC＋スマホ） */
.entry-content blockquote {
  line-height: 1.45;
  padding: 10px 14px;
  margin: 12px 0;
}

/* 引用内の段落 */
.entry-content blockquote p {
  margin: 0.4em 0;
}

/* スマホはさらに引き締める */
@media screen and (max-width: 768px) {
  .entry-content blockquote {
    line-height: 1.38;
    padding: 8px 12px;
    margin: 10px 0;
  }

  .entry-content blockquote p {
    margin: 0.35em 0;
  }
}

/* ============================ 強調文字（bold）を上品に調整 ===================================== */
.entry-content strong,
.entry-content b {
  font-weight: 600;
  color: #222;
}

/* スマホはさらに一段やさしく */
@media screen and (max-width: 768px) {

  .entry-content strong,
  .entry-content b {
    font-weight: 580;
  }
}

/* =========== スマホ：左右の余白を統一して読みやすく （本文・ヘッダー・記事上すべて） =========== */
@media screen and (max-width: 768px) {

  /* 全体の基本余白 */
  body {
    padding-left: 0;
    padding-right: 0;
  }

  /* ヘッダー（タイトル・キャッチ） */
  #blog-title,
  #blog-title-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* タイトル下メッセージ */
  .yumimama-topmsg {
    margin-left: 16px;
    margin-right: 16px;
  }

  /* 記事本文 */
  .entry-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* 記事上（entry-headerなど） */
  .entry-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* 目次も同じ幅に揃える */
  ul.table-of-contents {
    margin-left: 0;
    margin-right: 0;
  }
}

/* == はてな文字サイズ指定を上品に補正 中150% → 約130% 大200% → 約150% 過去記事すべてに適用 ====== */
/* 「中」相当 */
.entry-content span[style*="150%"],
.entry-content .font-size-large {
  font-size: 1.3em !important;
}

/* 「大」相当 */
.entry-content span[style*="200%"],
.entry-content .font-size-x-large {
  font-size: 1.5em !important;
}

/* スマホはさらに少しだけ控えめ */
@media screen and (max-width: 768px) {

  .entry-content span[style*="150%"],
  .entry-content .font-size-large {
    font-size: 1.22em !important;
  }

  .entry-content span[style*="200%"],
  .entry-content .font-size-x-large {
    font-size: 1.38em !important;
  }
}

/* ========================= ヘッダー最終仕上げ C：手帳感（やさしい） ========================= */
:root {
  --ym-ink: midnightblue;
  --ym-warm: rgba(192, 138, 90, .90);
}

#blog-title {
  text-align: center;
  padding: 26px 14px;
  background: linear-gradient(to bottom, rgba(240, 248, 255, .92), rgba(255, 255, 255, .72));
}

#title {
  margin: 0;
  font-family: ui-rounded, system-ui, -apple-system, "Hiragino Maru Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.15;
  font-size: 2.0rem;
}

#title a {
  color: var(--ym-ink) !important;
  text-decoration: none !important;
}

#blog-description {
  margin: 12px 0 0;
  font-family: ui-rounded, system-ui, -apple-system, "Hiragino Maru Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.7;
  font-size: .95rem;
  color: var(--ym-warm) !important;
}

/* 控えめな点線（手帳の罫線っぽい） */
#blog-title-content::after {
  content: "";
  display: block;
  width: 110px;
  height: 0;
  margin: 14px auto 0;
  border-top: 2px dotted rgba(25, 25, 112, .25);
}

@media (max-width: 768px) {
  #blog-title {
    padding: 16px 12px;
  }

  #title {
    font-size: 1.58rem;
  }

  #blog-description {
    font-size: .90rem;
  }

  #blog-title-content::after {
    width: 84px;
  }
}

/* ================== 記事下ミニナビ（囲みデザイン） ※表示条件は既存のまま ====================== */
/* ミニナビ全体を囲む */
.mobile-mini-nav--after {
  margin: 32px 0 28px;
  padding: 16px 14px 18px;
  border: 1px solid rgba(25, 25, 112, .18);
  border-radius: 18px;
  background: rgba(240, 248, 255, .75);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .05);
}

/* 中のリンク配置（今がgridなら崩さない） */
.mobile-mini-nav--after {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

/* 各リンクを“中ボタン”として整える */
.mobile-mini-nav--after a {
  display: block;
  padding: 12px 10px;
  text-align: center;
  font-size: 0.85em;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(25, 25, 112, .15);
  color: var(--main);
  text-decoration: none;
  line-height: 1.4;
}

/* タップ感（控えめ） */
.mobile-mini-nav--after a:active {
  transform: scale(.97);
}

/* ======= Product Gridおすすめアイテム：3段構成（PC4列/スマホ2列・切れない） =================== */
.product-grid .product-grid-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

/* PCは4列 */
@media screen and (min-width: 769px) {
  .product-grid .product-grid-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* カード */
.product-grid .product-card {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #f0e2d6;
  border-radius: 12px;
  background: #fff;
  padding: 10px;
}

/* 3段：商品名→説明→(画像＋ボタンリンク) */
.product-grid .product-card>a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

/* 商品名：切らない（改行OK） */
.product-grid .product-name {
  font-weight: 700;
  font-size: 13px;
  margin: 0;
  white-space: normal;
  overflow: visible;
}

/* 説明：切らない（改行OK） */
.product-grid .product-desc {
  font-size: 12px;
  color: #666;
  margin: 0;
  white-space: normal;
  overflow: visible;
}

/* エリア別ナビゲーション */
.area-nav {
    margin: 25px 0;
}
.area-nav-title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #c08a5a;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.area-nav-title::before, .area-nav-title::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #ead9c8;
    margin: 0 15px;
}

.area-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* スマホは2列 */
    gap: 10px;
}

@media screen and (min-width: 768px) {
    .area-grid {
        grid-template-columns: repeat(4, 1fr); /* PCは4列 */
    }
}

.area-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 5px;
    background: #fff;
    border: 1px solid #ead9c8;
    border-radius: 8px;
    text-decoration: none !important;
    color: #555 !important;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.area-btn:hover {
    background: #fffaf4;
    border-color: #c08a5a;
    color: #c08a5a !important;
    transform: translateY(-2px);
}

.area-btn i {
    margin-right: 5px;
    font-size: 12px;
}

/* ========== FORCE SHOW : 記事下TOP導線（秘伝のタレに負けない） ========== */
.page-entry .ym-backtop{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  height:auto !important;
  max-height:none !important;
  overflow:visible !important;
  position:relative !important;
  z-index:5 !important;
}
.page-entry .ym-backtop *{
  display:initial;
}
.page-entry .ym-backtop a{
  display:inline-block !important;
}
/* ========== /FORCE SHOW ========== */

/* PCだけ改行 / スマホは改行しない */
@media (max-width: 768px){
  br.pc-only{ display:none; }
}

/* ===== fix: スマホの「ブログ村〜関連記事」の謎余白を詰める ===== */
@media (max-width: 768px){

  /* ブログ村画像の下余白を詰める（共通imgマージンに勝つ） */
  .page-entry .entry-content a > img[alt*="ブログ村"],
  .page-entry .entry-content a > img[src*="blogmura"]{
    margin: 8px auto 8px !important;
  }

  /* AdSense（autorelaxed）の上下余白を詰める */
  .page-entry .entry-content ins.adsbygoogle{
    margin: 8px auto 10px !important;
  }

  /* 直前直後のpが空白になってるときの保険（空の段落が原因のことが多い） */
  .page-entry .entry-content p:empty{
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* =========================
   サイドバー：47都道府県（最終版）
========================= */
.ym-sb47{
  margin: 0 0 22px;
  padding: 12px 12px 14px;
  border: 1px solid rgba(25,25,112,.15);
  border-radius: 14px;
  background: #fff;
}

/* タイトル・説明 */
.ym-sb47__title{
  margin: 0 0 4px;
  font-size: 13.5px;
  font-weight: 700;
  color: midnightblue;
}

.ym-sb47__lead{
  margin: 0 0 10px;
  font-size: 11.5px;
  color: #555;
  line-height: 1.5;
}

/* 日本地図：切れない＋主張しない */
.ym-sb47__imglink{ display:block; }

.ym-sb47__img{
  width: 100%;
  height: 170px;             /* サイドバーで控えめ */
  object-fit: contain;       /* ← 絶対に切らない */
  object-position: center;
  border-radius: 12px;
  box-shadow: none;          /* バナー感を消す */
  background: #f7f9fc;       /* ice blue寄りの下地 */
  filter: saturate(.9) contrast(.97);
  opacity: .94;
}

/* エリアリンク：ボタン感を抑えたナビ */
.ym-sb47__grid{
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ym-sb47__btn{
  display: block;
  padding: 8px 10px;
  border: 1px solid rgba(25,25,112,.18);
  border-radius: 12px;
  background: rgba(240,248,255,.9); /* 元テーマ寄りに戻す */
  color: midnightblue;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
}

.ym-sb47__btn:hover{
  background: rgba(240,248,255,1);
  text-decoration: none;
}

/* 全記事リンク */
.ym-sb47__btn--all{
  grid-column: 1 / -1;
  background: rgba(240,248,255,.6);
}

/* スマホではさらに控えめ */
@media (max-width: 768px){
  .ym-sb47__img{
    height: 145px;
  }
}
/* スマホゆらゆら防止 */
html,body{overflow-x:hidden}

/* ===== ブログ村＋シェア：回遊ナビの上（横並び） ===== */
.ym-bm-share-row{
  margin: 10px 0 12px;
  padding: 12px 10px;
  border-top: 1px solid #E6EEF5;
  text-align: center;
}

/* 上段：ブログ村 */
.ym-bm-row{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom: 10px;
}
.ym-bm-row img{
  max-width: 88px;
  height:auto;
  opacity:.85;
}
.ym-bm-row .ym-bm-pv img{
  max-width: 120px;
  opacity:.78;
  filter: grayscale(20%);
}

/* 下段：シェア（濃い色版） */
.ym-share-row{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  font-size: .85em;
}
.ym-share-label{
  font-size:.75em;
  letter-spacing:.12em;
  color:#6B8BA4;
}

/* シェア共通 */
.ym-share-row a{
  text-decoration:none;
  font-weight:700;
  padding: 4px 8px;
  border-radius: 6px;
}

/* 濃い色 */
.ym-share-row .share-x{ color:#1d1f23; border-bottom:2px solid #1d1f23; }
.ym-share-row .share-fb{ color:#1877f2; border-bottom:2px solid #1877f2; }
.ym-share-row .share-line{ color:#00b900; border-bottom:2px solid #00b900; }

.ym-share-row a:hover{ opacity:.75; }

/* スマホ：詰まりすぎる時の保険 */
@media (max-width: 480px){
  .ym-bm-row{ gap:8px; }
  .ym-share-row{ gap:8px; }
}
.ym-mini-nav-head{
  text-align:center;
  margin: 8px 0 10px;
}

.ym-mini-nav-head__cap{
  font-size: .80em;
  letter-spacing: .12em;
  color: #6B8BA4;
  margin-bottom: 4px;
}

.ym-mini-nav-head__lead{
  font-size: .95em;
  font-weight: 600;
  color: #2F3A44;
  line-height: 1.5;
}

/* スマホ微調整 */
@media (max-width: 480px){
  .ym-mini-nav-head__lead{
    font-size: .92em;
    padding: 0 6px;
  }
}
/* =========================
   記事アイキャッチ（hatena-fotolife）
   水色枠・影・強調表示を完全に無効化
========================= */

/* 画像そのもの */
.page-entry .entry-content img.hatena-fotolife{
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}

/* リンク付きになった場合も確実に潰す */
.page-entry .entry-content a img.hatena-fotolife{
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* hover / focus / active（PC・スマホ共通） */
.page-entry .entry-content a:hover img.hatena-fotolife,
.page-entry .entry-content a:focus img.hatena-fotolife,
.page-entry .entry-content a:active img.hatena-fotolife{
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* 画像を包む要素に付く場合の保険 */
.page-entry .entry-content .hatena-image,
.page-entry .entry-content .hatena-image img{
  border: none !important;
  box-shadow: none !important;
}
/* =========================================================
  ym-central 共通：中央記事（自分軸/旅育）見た目統一
  - テーマの背景暴走をこの箱の中だけ止める
  - “メイン箱”だけ薄色を勝たせる
========================================================= */

/* ▼ 中央記事コンテナ：この中だけ背景暴走停止 */
.ym-central,
.ym-central *{
  background: transparent !important;
  box-shadow: none !important;
}

/* ▼ 画像だけは自然に見せる */
.ym-central img{
  background: transparent !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12) !important;
  border-radius: 12px !important;
  max-width: 100% !important;
  height: auto !important;
}

/* ▼ “思想ボックス”（青・緑など色違いをここで管理） */
.ym-central .ym-box{
  border-left: 5px solid var(--ym-accent, #b7d8f0) !important;
  background: var(--ym-bg, #f0f8ff) !important;
  border-radius: 12px !important;
  padding: 14px 16px !important;
  margin: 22px 0 26px !important;
  line-height: 1.75 !important;
  color: #333 !important;
}

/* ▼ ひとこと（箱の中の先頭文） */
.ym-central .ym-box .ym-box__lead{
  margin: 0 !important;
  font-weight: 600 !important;
}

/* ▼ キャプション（写真下など） */
.ym-central .ym-cap{
  margin: 0 0 18px !important;
  font-size: 12.5px !important;
  color: #777 !important;
  text-align: center !important;
}

/* ▼ 引用（世の中の言葉） */
.ym-central blockquote{
  margin: 18px 0 !important;
  padding: 10px 14px !important;
  background: #fafafa !important;
  border-left: 4px solid #ccc !important;
  color: #555 !important;
}

/* ▼ 区切り線も軽く統一 */
.ym-central hr{
  border: none !important;
  border-top: 1px solid rgba(0,0,0,0.08) !important;
  margin: 24px 0 !important;
}
/* =========================
   自動リード青箱を完全に無効化（B案）
   ========================= */
.page-entry .entry-content > p:first-of-type{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
}
/* 雪にゃん GOボックス */
.yukinyan-go-box{
  text-align: center;
  margin: 44px auto 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.08);
  max-width: 520px;
  opacity: 0.96;
}

.yukinyan-go-box img{
  width: 90px;
  height: auto;
  margin-bottom: 6px;
}

.yukinyan-words{
  margin: 6px 0 2px;
  font-weight: 600;
  font-size: 1em;
}

.yukinyan-from{
  margin: 0 0 14px;
  font-size: 0.82em;
  opacity: 0.55;
}

/* 次の一歩 */
.yukinyan-next{
  margin-top: 10px;
  text-align: left;
}

.yukinyan-next-title{
  font-size: 0.85em;
  margin-bottom: 6px;
  opacity: 0.7;
}

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

.yukinyan-next-list li{
  margin: 4px 0;
}

.yukinyan-next-list a{
  text-decoration: none;
  font-size: 0.9em;
  opacity: 0.85;
}

.yukinyan-next-list a:hover{
  text-decoration: underline;
}

/* スマホ */
@media (max-width: 480px){
  .yukinyan-go-box{
    margin: 36px auto 24px;
  }
  .yukinyan-go-box img{
    width: 78px;
  }
}
/* シンプル雪にゃん GOボックス */
.yukinyan-sign{
  text-align: center;
  margin: 36px auto 24px;
}

.yukinyan-sign img{
  width: 110px;
  height: auto;
  margin-bottom: 8px;
}

.yukinyan-words{
  margin: 6px 0 2px;
  font-weight: 600;
  font-size: 1.05em;
}

.yukinyan-from{
  margin: 0;
  font-size: 0.85em;
  opacity: 0.6;
}

/* スマホ */
@media (max-width: 480px){
  .yukinyan-sign img{
    width: 90px;
  }
}
