/* <system section="theme" selected="8599973812270629022"> */
@charset "utf-8";
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
/*
Theme: Minimalism
Author: Codomisu
Description:
最小限のデザインで最大限の「美」を引き出す


※未だにコードを整理していない　2018/09/09

Licensed under the MIT license.
*/
/*  import normalize */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

/* Responsive:yes */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
* Remove default margin.
*/
body {
  margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}
/**
* Address style set to `600er` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: 600;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: 600;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*  import mixin */
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*  import variable */
/* Common */
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  color: #3f3f3f;
  background-color: #ffffff;
}
a {
  color: #1487bd;
}
a:visited {
  color: #789dae;
}
a:hover {
  color: #0f5373;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #333333;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #ECEEF1;
  color: #3f3f3f;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
.btn-small {
  padding: 2px 10px ;
  font-size: 11px ;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: 600;
}
/* ヘッダ（グローバルヘッダ）
グローバルヘッダの中はiframeですが、
#globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* container */
#container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 37px;
}
#container #content {
  display: block;
  *zoom: 1;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 0;
}
/* 2カラムレイアウト */
#main {
  width: 640px;
  float: left;
}
#box2 {
  width: 290px;
  float: right;
}
/* 1カラムにしたい場合は下記のコメントアウトを外してください ----

#main {
width: 100%;
float: none;
}

#box2 {
width: 100%;
float: none;
}

#box2-inner {
width: 960px;
.clearfix;
overflow: hidden;
}

.hatena-module {
text-align: left;
padding-right: 20px;
width: 300px;
float: left;

&:nth-child(3n+1) {
clear: both;
}
}

---- END 1カラム */
/* header */
#blog-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  text-align: center;
  margin: 0;
  padding: 50px 0;
}
#title {
  margin: 0;
}
#title a {
  color: #3f3f3f;
}
#blog-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  padding: 10px;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 50px;
}
.entry-header {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECEEF1;
  position: relative;
}
.entry-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 35px;
  margin: 15px 0 20px;
}
/* 日付 */
.date {
  font-weight: 600;
  margin-bottom: 15px;
}
.date a {
  color: #1487bd;
  text-decoration: none;
  font-size: 90%;
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
}
.categories a {
  color: #3f3f3f;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 15px;
  line-height: 34px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECEEF1;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  border: 1px solid #ECEEF1;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #ECEEF1;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 80%;
  color: #999999;
}
.entry-footer-section a {
  color: #999999;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #ECEEF1;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #ECEEF1;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px ;
  height: 50px ;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: 600;
}
.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 80%;
  color: #999999;
  margin: 0;
}
.comment-metadata a {
  color: #999999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 120%;
  padding:0 0 5px 5px;
  border-bottom: 1px solid #ECEEF1;
}
.hatena-module-title a {
  color: #3f3f3f;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 5px;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  font-weight: 600;
  font-size: 110%;
  margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
/* urllist module
リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #ECEEF1;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #ECEEF1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 10px 10px;
  color: #3f3f3f;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-box .search-module-button {
  width: 35px;
  height: 35px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 1px;
  right: 10px;
  opacity: 0.5;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}
/* Pager */
.pager {
  margin: 1em 0;
  display: block;
  *zoom: 1;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
/* Footer */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #999999;
}
/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  font-size: 13px;
  line-height: 25px;
}
.page-archive .categories a {
  color: #3f3f3f;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom:5px;
}

.shrbtn{
  padding:0;
  margin:15px 0;
  width: 100%;
  background:#ECEEF1;
  text-align:center;
  display: inline-flex;
}

.share_btn{
  display: inline-block;
  width: calc(100% / 5);
  margin:4px 6px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color:#3f3f3f;
  border:1px solid #ECEEF1;
  border-radius:0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: 600;
  transition: .3s;
  background:#fafafa;
}

.share_btn:first-of-type{
  margin-left:0;
}

.share_btn:last-of-type{
  margin-right:0;
}

.share_btn:hover{
  color:#3f3f3f;
}

.share_btn .fa {line-height:40px}


/* ### スライドメニュー ### */
#gnav {
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  margin: 0 0 10px;
  background: #ffffff;
  font-size: 0;
  padding: 0 0 0;
}

#gnav .menu a {
  display: block;
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 500;
  text-decoration:none;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;

}


#gnav .gnav-inner {
  width: 100%;
  padding: 12px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

#gnav .menu {
  display: inline-block;
}

/* ### スライドメニューを横いっぱいに広げる ### */
#top-editarea .section {
  width: 100% ;
  margin-left: auto;
  margin-right: auto;

}

#top-editarea{
  margin-bottom: 15px;
}

.id a{
  color: #3f3f3f;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}


.hatena-module-profile .profile-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}

.table-of-contents {
  position: relative;
  background-color: #fafafa;
  border:1px solid #ECEEF1;
  padding: 60px 70px 25px;
  border-radius: 0;
  font-size: 14px;
  line-height: 28px;
}


.table-of-contents::before {
  position: absolute;
  display: block;
  text-align: center;
  top: 15px;
  left: 50%;
  margin-left: -1em;
  font-size: 20px;
  font-weight: 700;
  content: '目次';
  z-index: 2;
}


.table-of-contents li a {
  text-decoration: none;
  line-height: 35px;
  color:#3f3f3f;
}

.archive-header-category{
  margin-bottom:25px;
}

.archive-heading{
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  border-bottom:1px solid #ECEEF1;
  font-weight: 600;
  font-size: 21px;
  line-height: 35px;
  padding-bottom:5px;
  margin-bottom:25px;
}

.footer{
  background:#3f3f3f;
  color:#fff;
  padding:30px 0;
}
.footer ul li{
  text-align:center;
  display: block;
}

.footer .footer-title{
  margin-bottom:10px;
}

.footer .footer-copyright{
  font-size:12px;
}

.footer-list{
  padding: 0;
}

.categories a{
  color: #3f3f3f;
  text-decoration: none;
  padding: 4px 0;
  border-radius: 0;
  font-size:13px;
  vertical-align: middle;
  margin-right: 10px;
}

.categories a:before{
  font-family: FontAwesome;
  content:"\f02b";
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
  color:#2f2f2f;
}

/*  import media queries */
/* Media Queries - Retina Display */
@media screen and (min-width: 1139px){

  #blog-title #title{
    font-size: 37px;
    line-height: 60px;
    font-weight:500;
  }

  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat right center;
    background-size: 20px 20px;
  }
  #container {
    border-right: 1px solid #ECEEF1;
    border-left: 1px solid #ECEEF1;
  }
  #content{
    margin: 35px 55px;
  }
  .breadcrumb-inner{
    margin: 0 5%;
  }
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .entry-thumb {
    border-radius: 5px;
    margin-right: 20px;
  }

  #box2 .urllist-image {
    border-radius: 5px;
    margin-right: 15px;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%
    top: 0;
    color: #3f3f3f;
  }


  .shrbtn{
    background:none;
  }

  #box2{
    margin-top: 15px;
  }

  .page-archive .archive-entries .entry-title {
    margin-top:10px;
    font-size: 19px;
  }

  .hatena-urllist li a {
    font-size: 13px;
    line-height: 25px;
    color:#3f3f3f;
  }
  #gnav .menu a {
    padding: 0 15px;
  }
}
/* Media Queries - Tablet */
@media screen and (max-width: 1138px){
  #gnav .menu{
    margin-right:20px;
  }
  #gnav .menu a{
    font-size: 12px;
  }
  #container {
    width: 100% ;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75% ;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75% ;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100% ;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 18px;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .entry-thumb {
    border-radius: 5px;
  }
  #box2 .urllist-image {
    border-radius: 5px;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px ;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% ;
    top: 0;
    color: #3f3f3f;
  }
  .shrbtn{
    background:none ;
  }
.
  .hatena-urllist li a {
    color:#3f3f3f;
  }
  .entry .entry-title{
    font-size: 22px;
  }
  .categories a{
    color: #3f3f3f;
    text-decoration: none;
    padding: 2px 7px;
    border-radius: 2px;
    margin: 0 2px;
  }
  .page-archive .archive-entries .entry-title {
    font-size: 18px;
  }

}
/* Media Queries - Small Tablet & Smartphone */
@media screen and (max-width:640px){
  #globalheader-container {
    position: static;
  }
  #blog-title #title{
    font-size: 30px;
    font-weight:500;
    font-family: 'Nunito', sans-serif;
  }
  #blog-description {
    font-size:11px;
  }
  #container {
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75%
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100%;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
  .archive-entry-header{
    width : -webkit-calc(100% -90px);
    width: calc(100% - 90px);
    float: right;
  }
  .page-archive .archive-entries .entry-title {
    font-size:14px;
    line-height: 25px;
    font-weight: 400;
    margin:0;
  }
  .archive-entries .entry-description{
    font-size:11px;
    display:none;
  }
  .page-archive .entry-thumb {
    width: 75px;
    height: 75px;
    border: 1px solid #ECEEF1;
    background-size: 100%;
    float:left;
    border-radius: 3px;
  }

  .page-archive .categories{
    display: none;
  }

  .page-archive .archive-entries .archive-entry {
    margin-bottom: 0;
    padding: 17px 0;
    border-bottom: 1px solid #ECEEF1;
}
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 12px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .social-buttons{
    display: none;
  }

  #blog-title {
    text-align: center;
    padding: 35px 0 35px;
    margin:0;
  }

  .entry .entry-title{
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  }

  .entry .entry-header{
    padding: 10px 0 10px 0;
    border:none;
  }

  .table-of-contents {
    position: relative;
    background-color: #fafafa;
    border:1px solid #ECEEF1;
    padding: 60px 45px 25px;
    border-radius: 0;
    font-size: 14px;
    line-height: 28px;
  }

  #box2 .urllist-image {
    max-width: 100%;
    width: 75px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #ECEEF1;
    height: 75px;
  }
  .hatena-urllist li{
    padding: 10px 0 0px;
  }

  .hatena-urllist li a {
    font-size: 13px ;
    line-height: 20px;
    font-weight: 500;
    color: #3f3f3f;
    text-decoration: none;
  }

  .archive-module-year{
    border:none ;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 12px ;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% ;
    top: 0;
    color: #3f3f3f;
  }
  .archive-entries{
    margin:0 0 40px;
  }

  .id a{
    font-weight: normal;
    text-decoration: none;
    color: #3f3f3f;
  }

  .entry-content {
    font-size: 14px;
  }
  .hatena-module {
    margin-bottom: 40px;
  }
  .urllist-image{
    width: 70px;
    border-radius: 5px;
  }
  .related-entries .related-entries-entry-body{
    display: none;
  }
  .pager{
    text-align: center;
    margin-bottom: 45px;
  }
  :not(.permalink)>.pager-next{
    float:none ;
    text-align: center ;
  }
  :not(.permalink)>.pager-next a{
    text-decoration: none;
    padding: 10px 100px;
    border-radius: 4px;
    border: 1px solid #ECEEF1;
    background: #fafafa;
    color: #3f3f3f;
  }
  .pager-permalink{
    display:none;
  }
}
/* Media Queries - Smartphone */

/* </system> */

/* <system section="background" selected="e9ecf4"> */
body{background:#e9ecf4;}
/* </system> */

/*マーカー線・黄色*/
.marker-yellow {
background: linear-gradient(transparent 60%, #fff799 0%);
font-weight: bold;
}



/*グローバルナビ　メニュー*/
#global-nav {
    margin: 0 auto 1px;
    padding: 0;
    width: 100%;
    display: block;
    overflow-x: auto;
    font-weight: bold;
    background-color: #f5f5f5 ;/* 背景色を指定 */
}
.global-nav-text {
    display: table-cell;
    list-style-type: none;
    text-align: center;
}
.global-nav-text a {
    display: inline-block;
    white-space: nowrap;
    padding: 8px 15px;
    color: #808080 ;/* 文字色 */
    text-decoration: none;
    font-size: 13px;
}
.global-nav-text a:hover {
    background-color: dimgray ;/* マウスがホバーした時の背景色 */
    color: white ;/* マウスがホバーした時の文字色 */
}

@media(min-width: 768px) {
#global-nav {
    display: table; /*PC表示時均等配置*/
}
.global-nav-text a {
    display: block;
    padding: 5px 0;
}
}

/*グローバルナビ　上に固定*/
.global-nav-fixed {
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 20;
    animation:fade-in 0.5s;
}

@keyframes fade-in {
0%{margin-top:-64px;}
100%{margin-top:0;}
}

/*========================
　smartphone　bottom menu
　========================*/


.mini-text{font-size:10px;}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:45px;/*高さ*/
    margin:0;
    padding:0;
    background-color:#f5f5f5;/*背景色*/
    border-top:2px solid #808080;/*バーの上の線*/
    border-bottom:2px solid #808080;/*バーの下の線*/
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:25%;
    background-color:#f5f5f5;/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
        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;}
    
    .entry-content h3 { 

padding: 4px 10px;

 color: #111;

 background-color: #f5f5f5;

 border-left: 8px solid #b0e0e6;

 border-bottom: 2px solid #b0e0e6; 

}


.entry-content h4 {

  position: relative;

  padding: 1em 0;

}

h4::before,

h4::after {

  position: absolute;

  left: 0;

  content: '';

  width: 100%;

  height: 6px;

  box-sizing: border-box;

}

h4::before {

  top: 10px;

  border-top: 2px solid #b0e0e6;

  border-bottom: 1px solid #b0e0e6;

}

h4::after {

  bottom: 10px;

  border-top: 1px solid #b0e0e6;

  border-bottom: 2px solid #b0e0e6;

}

.entry-date {
   font-size: 16px; /** 文字サイズ **/
   font-weight: bold; /** 文字を太字にする **/
   background-color: #f5f5f5; /** 背景色 **/
   padding: 5px 8px; /** 内側の余白 **/
   margin-top: 5px; /** 外側の上余白 **/
   margin-bottom: 15px; /** 外側の下余白 **/
   }


#pr-text {
   font-size: 12px; /* 文字サイズ */
   letter-spacing: 1px; /* 文字の幅 */
   text-align: center; /*中央寄せにする */
   background-color:rgba(255,255,255,0.5); /* 背景色 */
   }


/*
 * Copyright (c) NomadWorks
 * Design: NomadCode
 * https://www.code.nomad.inc/
 */

.kaerebalink-box {
  width: 100%;
  margin: 20px auto;
  border: 2px solid #DEDEDE;
  padding: 25px;
  max-width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  background: #fff !important;
  font-family: sans-serif !important;
}

.kaerebalink-box p {
  font-size: 15px;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}

.kaerebalink-box .kaerebalink-image {
  float: left;
  min-width: 130px;
}

.kaerebalink-box .kaerebalink-image img {
  display: block;
  width: 100%;
  max-width: 110px;
}

.kaerebalink-box .kaerebalink-name {
  font-size: 15px;
}

.kaerebalink-box .kaerebalink-name:first-child a {
  font-weight: bold;
}

.kaerebalink-box .kaerebalink-name a {
  text-decoration: none;
  color: #333;
}

.kaerebalink-powered-date a {
  text-decoration: underline !important;
  color: #55A8DC !important;
}

.kaerebalink-box p {
  margin: 0;
  margin-bottom: 5px;
}

.kaerebalink-box .kaerebalink-powered-date {
  color: #aeaeae;
  font-size: 11px;
}

.kaerebalink-box .kaerebalink-detail {
  font-size: 12px;
  color: #5D5D5D;
  padding-bottom: 5px;
  line-height: 2em;
}

.kaerebalink-box .kaerebalink-link1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  float: left;
  width: 100%;
  padding-bottom: 0 !important;
}

.kaerebalink-box .kaerebalink-link1 div {
  margin: .5%;
}

.kaerebalink-box .shoplinkamazon {
  background: transparent linear-gradient(180deg, #F6DDA2 0%, #EFC04B 100%) 0% 0% no-repeat padding-box !important;
  border: 1px solid #A88735;
  border-radius: 3px;
  text-align: center;
  min-width: 60px;
  width: 33%;
  padding: 3px 5px 5px 5px;
  display: inline-block;
}

.kaerebalink-box .shoplinkamazon a {
  font-size: 12px;
  color: #323232;
  text-decoration: none;
  font-weight: bold;
}

.kaerebalink-box .shoplinkrakuten {
  background: transparent linear-gradient(180deg, #E85B5B 0%, #BF0000 100%) 0% 0% no-repeat padding-box !important;
  border: 1px solid #9D0000;
  border-radius: 3px;
  min-width: 60px;
  width: 33%;
  padding: 3px 5px 5px 5px;
  text-align: center;
  display: inline-block;
}

.kaerebalink-box .shoplinkrakuten a {
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

.kaerebalink-box .shoplinkyahoo {
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 100%) 0% 0% no-repeat padding-box !important;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  min-width: 60px;
  width: 33%;
  padding: 3px 5px 5px 5px;
  text-align: center;
  display: inline-block;
}

.kaerebalink-box .shoplinkyahoo a {
  font-size: 9px;
  color: #323232;
  text-decoration: none;
  font-weight: bold;
}

.kaerebalink-box .shoplinkseven {
  background: transparent linear-gradient(180deg, #1F86C1 0%, #063A57 100%) 0% 0% no-repeat padding-box !important;
  border: 1px solid #18316A;
  border-radius: 3px;
  min-width: 60px;
  width: 33%;
  padding: 3px 5px 5px 5px;
  text-align: center;
  display: inline-block;
}

.kaerebalink-box .shoplinkseven a {
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

.kaerebalink-box .kaerebalink-link1 {
  padding-top: 5px;
  padding-bottom: 10px;
}

.booklink-footer {
  display: none;
}

.kaerebalink-link1 a,
.booklink-link2 a,
.tomarebalink-link1 a,
.product-item-buttons a {
  margin: auto !important;
  background: none !important;
}

@media screen and (min-width: 769px) {

  .booklink-link2,
  .kaerebalink-link1,
  .tomarebalink-link1,
  .product-item-buttons {
    flex-wrap: inherit;
  }

}

@media (min-width: 700px) {
  .entry-content {
    font-size: 100%;
  }
}

@media(max-width:1170px) {

  .kaerebalink-box {
    font-size: 10px !important;
  }

  .kaerebalink-box .shoplinkyahoo a {
    font-size: 8px;
  }

  .kaerebalink-box .shoplinkamazon,
  .kaerebalink-box .shoplinkrakuten,
  .kaerebalink-box .shoplinkyahoo,
  .kaerebalink-box .shoplinkseven {
    padding: 8px 5px 8px 5px;
  }
}

@media (max-width: 1050px) {

  .kaerebalink-box .shoplinkamazon,
  .kaerebalink-box .shoplinkrakuten,
  .kaerebalink-box .shoplinkyahoo,
  .kaerebalink-box .shoplinkseven {
    max-width: 150px !important;
  }

  .kaerebalink-box .kaerebalink-image {
    min-width: 110px;
  }

  .kaerebalink-box .kaerebalink-image img {
    max-width: 110px;
  }

  .kaerebalink-box {
    width: 100%;
  }

}

@media(max-width:767px) {
  .kaerebalink-box {
    display: block;
  }

  .kaerebalink-box {
    max-width: 320px;
    width: 100%;
    padding: 30px 15px 20px 15px;
  }

  .kaerebalink-box .kaerebalink-link1 div {
    box-sizing: border-box;
  }

  .kaerebalink-box .kaerebalink-image {
    float: inherit;
    margin-bottom: 15px;
    width: 100%;
  }

  .kaerebalink-box .kaerebalink-image img {
    margin: auto;
  }

  .kaerebalink-powered-date {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .kaerebalink-box .kaerebalink-detail {
    text-align: left;
  }

  .kaerebalink-box .kaerebalink-link1 {
    width: 100%;
    margin: auto !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kaerebalink-box .shoplinkamazon,
  .kaerebalink-box .shoplinkrakuten,
  .kaerebalink-box .shoplinkyahoo,
  .kaerebalink-box .shoplinkseven {
    width: 49%;
    margin-bottom: 2% !important;
  }

  .kaerebalink-box .kaerebalink-link1 {
    display: inline-block;
  }

  .kaerebalink-box .kaerebalink-link1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
  }

  .kaerebalink-box .kaerebalink-link1 {
    padding-left: 0 !important;
  }

}

@media(max-width:320px) {
  .kaerebalink-box .kaerebalink-link1 {
    padding-left: 0 !important;
  }
}


/* =========================
   検討商品 横並び・スライド
   ========================= */

.sauna-compare-wrap {
  display: flex;
  gap: 16px;
  margin: 1.5em 0;
}

/* 各カード */
.sauna-compare-item {
  width: 50%;
  box-sizing: border-box;
}

/* スマホは横スライド */
@media (max-width: 768px) {
  .sauna-compare-wrap {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .sauna-compare-item {
    min-width: 85%;
    scroll-snap-align: start;
  }
}

<style>

/* ----- 定番ボタン オカン ----- */

.btn,
a.btn,
button.btn {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


.btn_green a {
  display: inline-block;
  width: 80%;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #29cf76;
  border-bottom: 4px solid #157542;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.btn_green a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background: #157542;
  transform: translate3d(0, 4px, 0);
  border-bottom: none;
  text-decoration: none;
  font-weight: bold;
}


/*===引用デザイン===*/
blockquote {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #4e4e4e;
    background: #f2f9ff;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    content: "“";
    font-family: sans-serif;
    color: #d2e6ff;
    font-size: 130px;
    line-height: 1;
}

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 20px;
    text-align: center;
    content: "”";
    font-family: sans-serif;
    color: #d2e6ff;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


/*===もくじの枠===*/
.entry-content .table-of-contents{position:relative;display:inline-block;
border-top:40px solid #4682b4;/*上部バーの色*/
background-color:#f5f5f5;/*背景色*/
border-radius:10px;padding-right:50px;}

.entry-content .table-of-contents::before {display:block;
font-family:"blogicon";content:"\f003";/*左上のアイコン*/
color:white;/*アイコンの色*/
position:absolute;top:-35px;left:15px;}

.entry-content .table-of-contents::after{font-size:20px;
content:"CONTENTS";/*表示文字*/
color:white;/*文字色*/
position:absolute;top:-35px;left: 40px;}

/*===もくじ内部のカスタマイズ===*/
.table-of-contents li {
list-style-type:decimal;/*大見出しの前に数字*/
font-size:1.2rem;/*大見出しサイズ*/
line-height:1.5;padding-bottom:.5rem;}
.table-of-contents ul{padding-top:1rem;padding-bottom:.5rem;}
.table-of-contents li ul li {
font-size:1rem;/*中見出し-サイズ*/
list-style-type:disc;/*中見出しの前に黒丸*/
line-height:1.5;padding-top:0;padding-bottom:0;}
.table-of-contents li a,
.table-of-contents li a:visited 
{color:#454545;text-decoration:none;}/*リンクの色、下線の有無*/
.table-of-contents li a:hover
{text-decoration:underline;}/*マウスオーバーで下線を表示*/
.table-of-contents ul ul{display: none;}/*小見出しを表示しない*/

body{font-family: 'PT Sans Caption',sans-serif;}



<style>
  .blog-deco-box {
    font-family:"Hiragino Sans","Yu Gothic","Helvetica",Arial,sans-serif;
    line-height:1.85;
  }

  /* 1. シンプル枠線ボックス */
  .box-simple {
    border:2px solid #ccc;
    padding:1em 1.2em;
    margin:1.5em 0;
    border-radius:6px;
    background:#fafafa;
  }

  /* 2. 影付きカード風ボックス */
  .box-shadow {
    border-radius:10px;
    padding:1.2em 1.4em;
    margin:1.8em 0;
    background:#fff;
    box-shadow:0 2px 6px rgba(0,0,0,.15);
  }

  /* 3. 左線強調ボックス */
  .box-leftline {
    border-left:6px solid #4caf50;
    padding:0.8em 1em;
    margin:1.5em 0;
    background:#f9fff9;
  }

  /* 4. 点線枠メモ風ボックス */
  .box-dotted {
    border:2px dashed #888;
    padding:1em 1.2em;
    margin:1.5em 0;
    border-radius:6px;
    background:#fffef7;
  }

  /* 5. リボン付き見出しボックス */
  .box-ribbon {
    position:relative;
    padding:1.4em 1.2em 1.1em;
    margin:2em 0 1.5em;
    border-radius:8px;
    background:#f5f9ff;
    border:1px solid #bbdefb;
  }
  .box-ribbon-title {
    position:absolute;
    top:-0.9em;
    left:0.8em;
    padding:0.2em 0.8em;
    background:#2196f3;
    color:#fff;
    font-weight:bold;
    border-radius:4px;
    font-size:0.9em;
  }

  /* 6. 付箋メモ風ボックス */
  .box-sticky {
    position:relative;
    padding:1.2em 1.4em;
    margin:1.8em 0;
    background:#fff9c4;
    border-radius:4px;
    box-shadow:0 4px 0 rgba(0,0,0,.15);
  }
  .box-sticky:before {
    content:"";
    position:absolute;
    top:-10px;
    left:20px;
    width:60px;
    height:20px;
    background:rgba(0,0,0,0.12);
    transform:rotate(-4deg);
    z-index:-1;
    filter:blur(2px);
  }

  /* 7. 注意・警告ボックス */
  .box-warning {
    border-radius:8px;
    border:2px solid #f44336;
    background:#ffebee;
    padding:1em 1.2em;
    margin:1.5em 0;
  }
  .box-warning-title {
    font-weight:bold;
    color:#c62828;
    margin-bottom:0.3em;
  }

  /* 8. 引用・コラム枠ボックス */
  .box-quote {
    border-left:4px solid #9e9e9e;
    margin:1.5em 0;
    padding:0.5em 1.2em;
    background:#fafafa;
    font-style:italic;
    color:#555;
  }

  /* 9. 吹き出し（左） */
  .balloon-left {
    position:relative;
    display:inline-block;
    max-width:95%;
    margin:1em 0;
    padding:0.8em 1em;
    border-radius:12px;
    background:#e3f2fd;
  }
  .balloon-left:before {
    content:"";
    position:absolute;
    top:12px;
    left:-10px;
    border-width:8px 10px 8px 0;
    border-style:solid;
    border-color:transparent #e3f2fd transparent transparent;
  }

  /* 10. 吹き出し（右） */
  .balloon-right {
    position:relative;
    display:inline-block;
    max-width:95%;
    margin:1em 0 1em auto;
    padding:0.8em 1em;
    border-radius:12px;
    background:#e8f5e9;
  }
  .balloon-right:before {
    content:"";
    position:absolute;
    top:12px;
    right:-10px;
    border-width:8px 0 8px 10px;
    border-style:solid;
    border-color:transparent transparent transparent #e8f5e9;
  }

  /* 11. セクション区切り（飾り線） */
  .section-line {
    width:100%;
    border:0;
    border-top:2px dashed #c5c5c5;
    margin:2em 0;
  }

  /* 12. 強調見出しブロック */
  .headline-box {
    padding:0.7em 1em;
    background:#e8f0fe;
    border-left:6px solid #4285f4;
    font-weight:bold;
    margin:2em 0 1em;
    border-radius:4px;
  }

  /* 13. ノート風（上部タイトル線） */
  .note-line {
    border-top:4px solid #4caf50;
    padding:1em 1.2em;
    margin:1.8em 0;
    background:#f7fff7;
    border-radius:4px;
  }

  /* 14. チェックリストボックス */
  .checklist-box {
    border:2px solid #4caf50;
    padding:1em 1.4em;
    margin:1.8em 0;
    border-radius:8px;
    background:#f9fff9;
  }
  .checklist-box ul {
    margin:0;
    padding-left:1.2em;
  }
  .checklist-box li {
    margin-bottom:0.4em;
  }

  /* 15. 黄色つまみ付きボックス */
  .yellow-tab {
    position:relative;
    background:#fffde7;
    border-left:5px solid #fbc02d;
    padding:1em;
    margin:1.8em 0;
  }
  .yellow-tab:before {
    content:"";
    position:absolute;
    top:-8px;
    left:10px;
    width:20px;
    height:20px;
    background:#fbc02d;
    clip-path:polygon(0 0, 100% 0, 0 100%);
  }

  /* 16. セル風ボックス（ノートアプリ風） */
  .cell-box {
    border:1px solid #ddd;
    padding:1em 1.2em;
    margin:1.5em 0;
    background:#ffffff;
    border-radius:6px;
  }

  /* 17. グラデーション背景ボックス */
  .grad-box {
    padding:1.2em 1.4em;
    margin:1.8em 0;
    background:linear-gradient(135deg, #e3f2fd, #fce4ec);
    border-radius:10px;
    color:#333;
  }

  /* 18. 和紙風ボックス */
  .washi {
    padding:1.4em;
    margin:1.8em 0;
    background:#faf7f0;
    border:1px solid #e0d7c6;
    border-radius:8px;
    box-shadow:inset 0 0 4px rgba(0,0,0,0.05);
  }

  /* 19. 画像キャプション用囲み */
  .caption-box {
    border-top:2px solid #bdbdbd;
    border-bottom:2px solid #bdbdbd;
    padding:0.8em;
    margin:1.8em 0;
    font-size:0.95em;
    text-align:center;
    color:#555;
    background:#fafafa;
  }

  /* 20. 2カラムのカード風 */
  .two-card {
    display:flex;
    gap:1em;
    margin:1.8em 0;
  }
  .two-card-item {
    flex:1;
    padding:1em;
    background:#ffffff;
    border:1px solid #ddd;
    border-radius:6px;
    box-shadow:0 2px 4px rgba(0,0,0,.1);
  }
  @media(max-width:600px){
    .two-card {flex-direction:column;}
  }

  /* 21. 目次ボックス */
  .toc-box {
    border:2px solid #90caf9;
    background:#e3f2fd;
    padding:1em 1.2em;
    margin:1.5em 0 2em;
    border-radius:8px;
  }
  .toc-title {
    font-weight:bold;
    margin-bottom:0.4em;
  }
  .toc-box ul {
    margin:0;
    padding-left:1.2em;
  }
  .toc-box li {
    margin-bottom:0.25em;
  }

  /* 22. TIP! 情報ボックス */
  .tip-box {
    border-left:6px solid #29b6f6;
    background:#e1f5fe;
    padding:0.9em 1em;
    margin:1.5em 0;
  }
  .tip-title {
    font-weight:bold;
    margin-bottom:0.2em;
  }

  /* 23. モノクロ枠（印刷向け） */
  .mono-box {
    border:1px solid #444;
    padding:1em 1.2em;
    margin:1.5em 0;
    background:#f7f7f7;
    border-radius:4px;
    color:#222;
  }

  /* 24. ラベル風ボックス（タグっぽい見出し） */
  .label-box {
    display:inline-block;
    padding:0.25em 0.8em;
    border-radius:999px;
    border:1px solid #9e9e9e;
    background:#f5f5f5;
    font-size:0.9em;
    margin:0.3em 0.2em;
  }

  /* 25. タイムライン風ボックス */
  .timeline-box {
    border-left:3px solid #9e9e9e;
    padding-left:1em;
    margin:1.8em 0;
  }
  .timeline-item {
    margin-bottom:0.8em;
    position:relative;
  }
  .timeline-item:before {
    content:"";
    position:absolute;
    left:-1.2em;
    top:0.35em;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#9e9e9e;
  }
  .timeline-time {
    font-weight:bold;
    margin-right:0.4em;
  }

  /* 26. 番号付き強調ボックス */
  .number-box {
    display:flex;
    align-items:flex-start;
    margin:1.5em 0;
  }
  .number-box-num {
    flex:0 0 auto;
    margin-right:0.6em;
    padding:0.1em 0.6em;
    border-radius:999px;
    background:#3949ab;
    color:#fff;
    font-weight:bold;
  }
  .number-box-body {
    flex:1;
    background:#e8eaf6;
    padding:0.8em 1em;
    border-radius:6px;
  }

  /* 27. Q&Aボックス（質問） */
  .qa-q {
    border-left:4px solid #ffb300;
    background:#fff8e1;
    padding:0.8em 1em;
    margin:1.2em 0 0.4em;
  }

  /* 28. Q&Aボックス（回答） */
  .qa-a {
    border-left:4px solid #43a047;
    background:#e8f5e9;
    padding:0.8em 1em;
    margin:0 0 1.2em;
  }

  /* 29. コラム枠（囲み記事） */
  .column-box {
    border:1px solid #b0bec5;
    background:#eceff1;
    padding:1.2em 1.4em;
    margin:1.8em 0;
    border-radius:8px;
  }
  .column-title {
    font-weight:bold;
    margin-bottom:0.5em;
  }

  /* 30. フッターノートボックス */
  .footer-note {
    border-top:1px solid #cfd8dc;
    margin-top:3em;
    padding-top:1em;
    font-size:0.9em;
    color:#607d8b;
  }

  /* ページ先頭リンク */
  .back-to-top {
    text-align:right;
    font-size:0.9em;
    margin-top:0.5em;
  }
  .back-to-top a {
    text-decoration:none;
  }
</style>

/***  オーソドックスなカード型デザイン  ***/
.page-archive .archive-entries {
    display: flex;
    flex-wrap: wrap;
}

.page-archive .archive-entries .archive-entry {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0 0 5px;
    margin-bottom: 1.5em;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 0;
    transition: .25s ease-in-out;
}

.page-archive .archive-entries .archive-entry:hover {
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

@media (min-width: 481px) {
    .page-archive .archive-entries .archive-entry {
         width: calc(50% - 10px);
}
    .page-archive .archive-entries .archive-entry:nth-child(odd) {
        margin-right: 20px
    } 
}

.archive-entry-header {
    display: flex;
    flex-direction: column-reverse;
    order: 2;
    padding: 10px 16px 0;
    width: calc(100% - 32px);
}

.page-archive .archive-entries .entry-title {
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.page-archive .entry-title a {
    font-size: 18px;
}

.page-archive .archive-entries .entry-thumb-link {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.page-archive .entry-thumb {
    background-size: cover;
    background-position: 50%;
    border-radius: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.page-archive .archive-entries .categories {
    order: 3;
    margin: 0;
    padding: 0 16px;
}

.page-archive .entry-thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    opacity: 0;
    transition: .25s ease-in-out;
}

.page-archive .archive-entries .archive-entry:hover .entry-thumb::before {
    opacity: 1;
}

.archive-entry-body {
    display: none;
}

/* =========================
   スマホ：固定1列＋以降2列（強制）
   ========================= */
@media (max-width: 480px) {

  .page-archive .archive-entries {
    display: flex;
    flex-wrap: wrap;
  }

  /* 2列を強制 */
  .page-archive .archive-entries .archive-entry {
    width: calc(50% - 8px) !important;
    margin-right: 0 !important;
  }

  /* 1記事目だけフル幅 */
  .page-archive .archive-entries .archive-entry:first-child {
    width: 100% !important;
  }
}

