/* <system section="theme"> */

@charset "utf-8";
/*
  Theme: hbm-visual
  Author: Hatena Blog Team
  Responsive: yes
*/
/*! 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 {
  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 {
  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"] {
  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;
}
/* Common */
* {
  box-sizing: border-box;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
  color: #333;
  background-color: #fff;
  line-height: 1.5;
  word-wrap: break-word;
  scroll-padding-top: 90px; /* ヘッダが固定されており、脚注リンクの位置がファーストビュー地点かそれより下のときで、リンク先のスクロール位置が変わる / ファーストビュー地点のヘッダの高さを基準にした値 */
}
@media (min-width: 768px) {
  html,
  body {
    scroll-padding-top: 115px;
}
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3D3F44;
  line-height: 1.3;
}
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 {
  color: #3D3F44;
}

#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	margin: auto;
	z-index: 999999;
	background: #FFF;
}

/* ヘッダ */
.blog-header {
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #dfdfe0;
	position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #FFF;
  z-index: 99;
}
.blog-header:not(.is-touch) .blog-header-inner {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .blog-header:not(.is-touch) .blog-header-inner {
    width: 720px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .blog-header:not(.is-touch) .blog-header-inner {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .blog-header:not(.is-touch) .blog-header-inner {
    width: 1140px;
  }
}

.blog-header.not-fixed {
  position: absolute;
}
.blog-header.not-fixed.is-open {
  position: fixed;
}

.blog-header-inner {
  padding: 1.2rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .blog-header-inner {
    padding: 1.5rem 0;
  }
}

.blog-header .company-heading {
	color: #333;
	font-size: 1.25rem;
	position : absolute;
  margin: 0 0 0 1em;
  display: none;
	float: left;
	font-weight: 400;
}
.blog-header-fullwidth .blog-header-inner {
  margin: 0;
  width: auto;
  padding: 0;
}
.blog-title-heading {
  margin: 0 auto;
	max-width: calc(100% - 8rem);
  font-size: 1.5rem;
  font-weight: 600;
}

.blog-title-heading a:hover {
	color: #333;
	text-decoration: none;
  opacity: .7;
}
.blog-title-heading img {
	max-width: 100%;
	height: auto;
}
@media (min-width: 768px) {
  .blog-title-heading {
    font-size: 2.5rem;
  }
  .blog-header .company-heading {
    display: block;
  }
}
.blog-title-heading img {
  vertical-align: middle;
  max-width: 100%;
}
.blog-description {
  line-height: 1.3;
  margin: .5rem 0 0;
  font-size: .8rem;
  padding: 0 5rem;
}

@media (min-width: 576px) {
  .blog-description {
    display: block;
  }
}
@media (min-width: 768px) {
  .blog-description {
  	font-size: 1rem;
  }
}


/* ナビゲーションバー */
@media (min-width: 768px) {
  .navbar:not(.is-touch) {
    width: 100%;
		border-bottom: 1px solid #dfdfe0;
  }
}

@media (max-width: 767px) {
  .navbar:not(.is-touch) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }
  .navbar.is-open {
    max-height: calc(100vh - 64px);
    overflow-y: scroll;
    overflow-x: hidden;
    background: #FFF;
    padding-bottom: 0;
  }
  .page-entry .navbar.is-open {
	  max-height: calc(100vh - 124px);
	}

}

@media (min-width: 576px) {

}
@media (min-width: 576px) and (min-width: 768px) {
  .navbar:not(.is-touch) .navbar-inner {
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .navbar:not(.is-touch) .navbar-inner {
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .navbar:not(.is-touch) .navbar-inner {
    max-width: 1140px;
  }
}


.navbar-list a:hover {
  text-decoration: none;
}
.navbar-list a:hover:after {
  background-color: rgba(0, 0, 0, 0.08);
}
.navbar-list a {
	position: relative;
  font-size: .95rem;
  padding: 0 1rem;
  height: 3.5rem;
	color: #333;
}
	.navbar-list a:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0);
		transition: background-color 0.2s;
	}
@media (max-width: 767px) {
	.navbar-inner {
		display:none;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		margin:auto;
		background: #FFF;
		z-index: 999;
		padding-bottom: 0;
	}
	.head-search {
		width: 100%;
		padding: 1rem;
		border-bottom: 1px solid #DCDCDC;
	}
	.navbar-list {
		width: 100%;
		background: #FFF;
		padding: 0;
		list-style: none;
    margin: 0 0 0;
	}
	.navbar-list > li {
		border-bottom: 1px solid #DCDCDC;
	}
	.navbar-list a {
		display: block;
		padding: 1em;
    height: 3.5rem;
	}

}

@media (min-width: 768px) {
	.head-search {
		display: none;
	}
	.navbar .navbar-inner {
		display: flex;
		justify-content: space-between;
	}

	.navbar-list {
	min-width:100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
	display: block;
  text-align: center;
  padding: 0 1rem;
    white-space: nowrap;
    overflow-x: scroll;
  }
	.navbar-list li {
		list-style: none;
		max-width: 15rem;
    display :inline-block;
	}
	.navbar-list a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 3.5rem;
		padding: 0 1.5rem;
		font-size: 1rem;
		line-height: 1.3;
		font-weight: bold;
	}
}

@media (min-width: 992px){
	.navbar-list {overflow: auto; }
}
.head-operating-company {
	display: block;
	text-align: center;
	text-decoration:underline;
}

.head-operating-company .icon {
	display: inline-block;
	vertical-align:middle;
	width: 1rem;
	margin-left: .5em;
}
@media (min-width: 768px) {
	.head-operating-company {
		text-decoration: none;
	}
}


/* トグルボタン */
.navbar-toggle-nav {
  position: absolute;
	top: -4.5rem;
	right: 1rem;
	margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .navbar-toggle-nav {
    display: none;
  }
}
.navbar-toggle-btn {
  position: fixed;
  background-size: 16px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: fixed;
  right: 1rem;
  margin-top: -22px;
}
.navbar-toggle-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
}
.navbar-toggle-btn:hover {
  color: transparent;
  text-decoration: none;
}
.navbar-toggle-btn:hover:after {
  background-color: rgba(0, 0, 0, 0.08);
}
.navbar-toggle-btn .navbar-toggle-btn-icon {
	width: 100%;
	height: 100%;
	display: block;
}

.navbar.is-open .navbar-toggle-btn .navbar-toggle-btn-open {
  display: none;
}
.navbar-toggle-btn .navbar-toggle-btn-close {
  display: none;
}
.navbar.is-open .navbar-toggle-btn .navbar-toggle-btn-close {
  display: inline;
}
.navbar-toggle-btn-icon line {
  stroke: #000;
}

/* トグルボタン blog-header版 */
.blog-header .navbar-toggle-btn.is-open .navbar-toggle-btn-close {
  display: inline;
}
.blog-header .navbar-toggle-btn.is-open .navbar-toggle-btn-open {
  display: none;
}

/*トップページスライダー*/
#header-modules .hatena-module-title {
	display :none;
}
.main-slider-wrap {
	padding: 1rem 0;
  background: #F5F5F5;
	width: 100%; overflow: hidden;
}


.main-slider-wrap .slide-width {
	width: calc(100vw - 2rem);
	margin: 0 auto;
}
.main-slider-wrap .slide-width .swiper-container {
	overflow:visible;
}

.home-pickup .urllist-entry-body {
	display :none;
}

.home-pickup img {
	width: 100%;
  height: auto;
}
.home-pickup .swiper-slide {
	margin-bottom: 0;
 }
.home-pickup .slide {
	position: relative;
  overflow: hidden;
  background: #FFF;
  padding: 10px;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.home-pickup .slider-thumb {
	width: 100%;
  height: 0;
  padding-bottom: 67%;
  display: block;
  background-size: cover;
  background-position: center center;
}

.home-pickup .slide .text time {
	color: #666;
  font-size: .85rem;
}

.home-pickup .slide .urllist-title-link {
	margin-bottom: 0;
  height: 3em;
  overflow: hidden;
}

.home-pickup .swiper-button-next,
.home-pickup .swiper-button-prev {
	width: 44px;
  height: 44px;
}
.home-pickup .swiper-button-next {
	background: #333 url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20width%3D%2244px%22%20height%3D%2244px%22%20viewBox%3D%220%200%2044%2044%22%20enable-background%3D%22new%200%200%2044%2044%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2229.374%2C22%2016.747%2C9.373%2014.624%2C11.494%2025.13%2C22%2014.624%2C32.506%2016.745%2C34.627%20%22%2F%3E%0A%3C%2Fsvg%3E) no-repeat center center / 100% 100%;
	left: auto;
	right: -.5em;
}
.home-pickup .swiper-button-prev {
	background: #333 url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%0A%09%20y%3D%220px%22%20width%3D%2244px%22%20height%3D%2244px%22%20viewBox%3D%220%200%2044%2044%22%20enable-background%3D%22new%200%200%2044%2044%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2214.624%2C22%2027.251%2C34.627%2029.374%2C32.506%2018.868%2C22%2029.374%2C11.494%2027.253%2C9.373%20%22%2F%3E%0A%3C%2Fsvg%3E) no-repeat center center / 100% 100%;
	left: -.5em;
	right: auto;
}

@media (max-width: 767px) {
	.home-pickup .slide .urllist-image-link {
		width: 100%;
		height: 0;
		padding-bottom: 67%;
		position: relative;
		overflow: hidden;
		display: block;
		margin-bottom: .8rem;
	}
	.home-pickup .slide .urllist-image-link img {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		width: 100%; height: auto;
		margin :auto;
		transform: translateY(-50%);
	}
	.home-pickup .urllist-categories {
			display: none;
	}
}
/* 記事内の書式 */
.entry-content {
  line-height: 1.7;
  font-size: .9rem;
}
@media (min-width: 576px) {
  .entry-content {
    font-size: 1rem;
  }
}
.entry-content a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #DFE5E7;
  color: #3D3F44;
}
.entry-content p {
  margin: 1rem 0;
}
.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: 2em 0 1em 0;
  line-height: 1.5;
}
.entry-content h2,
.entry-content h3 {
  padding-bottom: .1em;
}
.entry-content h1 {
  font-size: 150%;
}

.entry-content a {
  text-decoration: underline;
	transition: all .3s;
}
.entry-content a:hover {
  opacity: .7;
}

@media (min-width: 768px) {
  .entry-content h1 {
    font-size: 160%;
  }
}
.entry-content h2 {
  font-size: 150%;
}
@media (min-width: 768px) {
  .entry-content h2 {
    font-size: 150%;
	font-weight:bold;
  }
}
.entry-content h3 {
  font-size: 140%;
}
@media (min-width: 768px) {
  .entry-content h3 {
    font-size: 140%;
  }
}
.entry-content h4 {
  font-size: 120%;
}
@media (min-width: 768px) {
  .entry-content h4 {
    font-size: 130%;
  }
}
.entry-content h5 {
  font-size: 110%;
}
@media (min-width: 768px) {
  .entry-content h5 {
    font-size: 110%;
  }
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 1em 1.5em;
  padding: 0;
}
.entry-content ul li ul,
.entry-content ol li ul,
.entry-content dd li ul,
.entry-content ul li ol,
.entry-content ol li ol,
.entry-content dd li ol {
  margin-bottom: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  overflow: auto;
  display: block;
  font-size: .8rem;
}
@media (min-width: 576px) {
  .entry-content table {
    font-size: .9rem;
  }
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #DFE5E7;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f7f8f9;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-content blockquote {
  margin: 1rem 0;
  padding: 5px 5px 5px 15px;
  border-left: 3px solid #DFE5E7;
}
@media (min-width: 768px) {
  .entry-content blockquote {
    margin: 1.5rem 2rem;
    padding: 5px 20px;
  }
}
.entry-content blockquote p:first-child {
  margin-top: 0;
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content pre,
.entry-content code {
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content pre {
  background: #f7f8f9;
  border: none;
  white-space: pre-wrap;
  text-overflow: ellipsis ellipsis;
  font-size: 100%;
  line-height: 1.3;
  font-size: .8rem;
  padding: 10px;
}
@media (min-width: 768px) {
  .entry-content pre {
    font-size: .85rem;
    padding: 15px;
  }
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background-color: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0px 5px;
  background-color: #f7f8f9;
  border-radius: 3px;
}
.entry-content hr {
  width: 50%;
  border: 0;
  border: none;
  border-top: 1px solid #DFE5E7;
  margin: 2em auto;
}
.entry-content .hatena-asin-detail,
.entry-content .itunes-embed {
  background-color: #f7f8f9;
  border-color: #DFE5E7;
}
.entry-content .entry-see-more {
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}
.entry-content .table-of-contents {
  padding: 1em 1em 1em 2em;
  margin: 1em 0;
  border: 1px solid #DFE5E7;
}

/* モジュール: モジュールタイトル */
.hatena-module-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.2em;
  padding-top: 0;
  padding-bottom: 1em;
  border-top: 0;
  border-bottom: 1px solid #dededf;
  position: relative;
}
.hatena-module-title a {
  text-decoration: none;
	color: #333;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}



/* モジュール: 汎用 */
.hatena-module {
  margin-bottom: 2rem;
}
.hatena-urllist {
  margin: 0;
  padding: 0;
}
.hatena-urllist li {
  list-style: none;
  margin-bottom: .8rem;
}
.hatena-urllist li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.hatena-urllist .urllist-title-link {
  font-weight: bold;
  color: #3D3F44;
  font-size: .9rem;
  line-height: 1.5;
	margin: .5em 0 1em;
	display:block;
	-webkit-font-smoothing: antialiased
}
@media (min-width: 576px) {
  .hatena-urllist .urllist-title-link {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .hatena-urllist .urllist-title-link {
    font-size: 1.1rem;
  }
}
.urllist-date-link,
.archive-date,
.date {
  font-size: .8rem;
}
.urllist-date-link a,
.archive-date a,
.date a{
  color: #9AA5AB;
}
.urllist-entry-body {
  font-size: .85rem;
  color: #55585f;
  margin-top: .3rem;
}
.urllist-categories {
  margin-top: .3rem;
  display: flex;
    flex-wrap: wrap;
}
.urllist-image {
  max-width: 100%;
}


.hatena-module-recent-entries .urllist-categories {
	display :none;
}




/*ピックアップ記事*/
.outer-pickup {
}
.outer-pickup a {
	color: #333;
}

.outer-pickup ul {
  display: flex;
  flex-wrap: wrap;
	list-style: none;
  padding: 0;
  margin: 0;
}
.outer-pickup ul > li{
	width: 48%;
  margin-bottom: 1em;
	margin-right: 2%
}
.outer-pickup ul > li:nth-child(2n){
  margin-right: 0;
}

.outer-pickup .img {
	width: 100%;
  display: block;
  marign-bottom: 1em;
}
.outer-pickup .title {
	margin: 1em 0;
  display: block;
  font-weight: bold;
  font-size: .9rem;
  line-height: 135%;
}

.outer-pickup .title::after {
	content: ''; width: 1em;
	height: 1em;
	display: inline-block;
    background: url('../../css/theme/hbm-text-visual-common/images/outerlink.gif') no-repeat center center / contain;
	vertical-align: middle;
}

@media (min-width: 768px) {
  .outer-pickup ul > li{
    width: 32%;
  }
  .outer-pickup ul > li:nth-child(2n){
    margin-right: 2%;
  }
  .outer-pickup ul > li:nth-child(3n){
    margin-right: 0;
  }
}

/*関連リンク*/
#main .customized-footer .related-entries.hatena-urllist > li {
		width: 48%;
}

#main .entry-footer .customized-footer .hatena-module-related-entries .related-entries-image {
	width: 100%;
	margin-bottom: 0;
	vertical-align:bottom;
	float: none;
}
#main .entry-footer .hatena-module-related-entries .related-entries-title{
	margin: 1em 0;
  display: block;
  font-weight: bold;
  font-size: .9rem;
  line-height: 135%;
}
@media (min-width: 768px) {
	#main .customized-footer .related-entries.hatena-urllist > li {
	width: 32%;
	}


}

/* モジュール: 検索 */
.hatena-module-search-box .hatena-module-title {
	display:none;
}




/* フッタ */

.footer {
  padding: 3rem 10px 5rem;
	margin-top: 5rem;
  font-size: .9rem;
  text-align: center;
  background: transparent;
	border-top: 1px solid #e4e4e4;
	position: relative;
}
@media (min-width: 768px) {
	.footer {
		padding: 2rem 0;
	}
}
.footer:not(.is-touch) .footer-inner {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .footer:not(.is-touch) .footer-inner {
    width: 720px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .footer:not(.is-touch) .footer-inner {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .footer:not(.is-touch) .footer-inner {
    width: 1140px;
  }
}

.footer a {
  text-decoration: none;
}

.footer img {
	max-width: 100%;
	height:auto;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-blog-title {
  font-size: 2.5rem;
  font-weight: 600;
	margin: .5em 0 1em;
}
.footer-blog-title a:hover {
	text-decoration: none;
  opacity: .7;
}
.footer-blog-title img {
	max-width: 100%;
	height: auto;
}
.footer-link > ul{
	list-style: none;
  padding: 0;
	margin-bottom: 2em;
}
.footer-link > ul > li{
	display: inline-block;
	vertical-align: middle;
  font-size: .9em;
}
.footer-link > ul  > li + li{
	padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid;
}
.btn-back-top {
	width: 44px;
	height: 44px;
	background: #333;
	display: block;
	position: absolute;
	top: -22px;
	right: 1rem;
	margin: auto;
}

.footer address {
  font-style: normal;
}
@media (min-width: 768px) {
	.btn-back-top {
		display: none;
	}
}



/* レイアウト */
#content {
	width: 100%;
  margin-top: 1em;
}
@media (min-width: 768px) {
  #content {
    margin: 1em auto auto;
    padding-left: 0;
    padding-right: 0;
  }
}
#content-inner {
	margin-left: auto;
	margin-right: auto;
  padding: 0 10px;
}
@media (min-width: 768px) {
  #content-inner {
  	width: 720px;
    display: flex;
    padding: 0;
		justify-content: space-between;
  }
}
@media (min-width: 992px) {
  #content-inner {
  	width: 940px;
  }
}
@media (min-width: 1200px) {
  #content-inner {
  	width: 1140px;
  }
}
@media (min-width: 768px) {
  #wrapper {
    width: calc(100% - 350px);
    padding: 0;
  }
}
@media (min-width: 992px) {
  #wrapper {
  }
}
@media (min-width: 768px) {
  #box2 {
    width: 300px;
    padding: 0;
  }
}
@media all and (-ms-high-contrast: none){ /*IE*/
  #main-inner .urllist-title-link {
    display: block;
    position: relative;
    text-align: justify;
    text-justify:inter-ideograph;
   }
   #main-inner .urllist-title-link:before {
     content: '...';
     position: absolute;
     bottom: 0;
     right: 0;
     margin: auto;
     width: 1em;
     display :inline-block;
     background-color: #FFF;
   }
   #main-inner .urllist-title-link:after {
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: #FFF;
   }
}
@media all and (-ms-high-contrast: none){ /*IE*/
  #main-inner .archive-entries .entry-title-link{
    display: block;
    position: relative;
    text-align: justify;
    text-justify:inter-ideograph;
  }
  #main-inner .archive-entries .entry-title-link:before {
     content: '...';
     position: absolute;
     bottom: 0;
     right: 0;
     margin: auto;
     width: 1em;
     display :inline-block;
     background-color: #FFF;
  }
  #main-inner .archive-entries .entry-title-link:after {
   content: '';
   position: absolute;
   width: 100%;
   height: 100%;
   background-color: #FFF;
  }
}
.static-page-layout-header-footer #content-inner {
	margin: 0 auto;
}

@media (min-width: 768px) {
  .static-page-layout-header-footer #content-inner {
    display: block;
  }
}
@media (min-width: 992px) {
  .static-page-layout-header-footer #content-inner {
  }
}
@media (min-width: 768px) {
  .static-page-layout-header-footer #wrapper {
    width: auto;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .static-page-layout-header-footer #wrapper {
    padding: 0;
  }
}
/* 記事 */
.entry {
  margin-bottom: 3rem;
}
.entry-header {
  position: relative;
  margin-bottom: 1.5rem;
}

.entry-header-menu {
  position: absolute;
  top: 0px;
  right: 0px;
}
.entry-header-menu a {
  display: inline-block;
  text-align: center;
  padding: .6rem 1rem;
  cursor: pointer;
  line-height: 1.5;
  font-size: .8rem;
  overflow: hidden;
  background-color: #79878f;
  color: #fff;
  font-weight: bold;
  border-radius: .2rem;
  text-decoration: none !important;
  transition: all .2s;
  padding: .3em .7em;
  font-size: .75rem;
}
.entry-header-menu a:hover {
  background-color: #616d74;
  color: #fff;
  text-decoration: none;
}
.entry-header-menu a img,
.entry-header-menu a svg {
  vertical-align: top;
  margin-right: .3em;
}
.entry-title {
  font-size: 1.5rem;
  margin: .5rem 0;
}
@media (min-width: 576px) {
  .entry-title {
    font-size: 1.7rem;
  }
}
.entry-title a {
  text-decoration: none;
}
.entry-title a:hover {
  text-decoration: underline;
}
/* 記事下 */
.entry-footer {
  margin-top: 1rem;
}
.entry-footer-section {
  font-size: .8rem;
  color: #9AA5AB;
}
.entry-footer-section a {
  color: #9AA5AB;
}
.entry-footer-section a:hover {
  text-decoration: underline;
}

/*ライター情報*/
.writer {
	padding: 1rem;
	border: 1px solid #c5c5c5;
}
.writer-profile-cards-list {
	padding: 1rem;
}
.writer-image {
	width: 100px;
	width: 100px;
	float: left;
	position: relative;
}
.writer-image img {
	width: 100%;
	border-radius: 50%;
}
.writer-profile .write-name {
	font-size: 1.3rem;
	min-height: 100px;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
  flex-wrap: wrap;
	align-items: center;
	padding-left: 1rem;
}
.writer-profile .writer-id {
	font-size: .8rem;
	color: #666;
	display: block;
	width: 100%;
}
.writer-proifle-body {
	font-size: .9rem;
	line-height: 1.5;
}
.entry-content .writer-sns {
	list-style: none;
	color: #666;
	font-size: .8rem;
	padding: 0;
	margin: .5em 0;
}
.writer-sns a {
	color: #333;
}
.writer-sns > li {
	display: inline-block;
	margin-right: 2em;
}
.writer-sns .icon {
	width: 2rem;
	height: auto;
	display: inline-block;
	vertical-align:middle;
	margin-right: .5em;
}

.writer .btn-read-more,
.writer-profile-cards-list .btn-read-more {
	color: #333;
	width: 100%;
	padding: .5em;
	text-align: center;
	border: 1px solid #333;
	transition: color .3s, background .3s;
		display: block;
		margin-top: 1em;
}
.writer .btn-read-more:hover,
.writer-profile-cards-list .btn-read-more:hover {
	color: #FFF;
	background: #333;
	text-decoration: none;
}
@media (min-width: 768px) {
	.writer,
    .writer-profile-cards-list {
		display: flex;
		 justify-content: space-between;
	align-items: flex-start;
		 padding: 2rem;
	}

	.writer-profile {
		width: calc(100% - 100px);
		padding-left: 1rem;
	}
	.writer-profile .write-name {
		min-height: 0;
		padding: 0;
		display: block;
	}
	.writer-profile .writer-id {
		display: inline;
		vertical-align:middle;
		margin-left: 1em;
	}
}

/*記事下：お問い合わせ*/
.media-contact {
	background: #f3f3f3;
	text-align: center;
	padding: 3rem 1rem;
}
.media-contact .contact-title {
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: .5em;
}
.media-contact .btn-read-more {
	color: #333;
	text-align: center;
	padding: .5em;
	max-width: 200px;
	border: 1px solid;
	margin: .5em auto 0;
	transition: color .3s, background .3s;
	display: block;
	background: #FFF;
}
.media-contact .btn-read-more:hover {
	background: #333;
	color: #FFF;
	text-decoration:none;
}

/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: .9rem;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #DFE5E7;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #DFE5E7;
}
.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 10px 0;
  font-weight: bold;
}
.comment-content {
  font-size: .85rem;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: .8rem;
  color: #9AA5AB;
  margin: 0;
}
.comment-metadata a {
  color: #9AA5AB;
}
.leave-comment-title {
  display: inline-block;
  text-align: center;
  padding: .6rem 1rem;
  cursor: pointer;
  line-height: 1.5;
  font-size: .8rem;
  overflow: hidden;
  background-color: #79878f;
  color: #fff;
  font-weight: bold;
  border-radius: .2rem;
  text-decoration: none !important;
  transition: all .2s;
}
.leave-comment-title:hover {
  background-color: #616d74;
  color: #fff;
  text-decoration: none;
}
.leave-comment-title img,
.leave-comment-title svg {
  vertical-align: top;
  margin-right: .3em;
}
/* ページャ */
.pager {
  font-size: .8rem;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  margin: 3em auto;
}
.pager::after {
  content: "";
  display: block;
  clear: both;
}
.pager a {
  text-decoration: underline;
}
.pager a:hover {
	opacity: .7;
}
.pager .pager-next,
.pager .pager-prev {
  position: relative;
  width: 50%;
}
.pager .pager-next {
	float: right;
}
.pager .pager-prev {
	float: left;

}

.pager .pager-next a,
.pager .pager-prev a {
  display: block;
  padding: 1rem;
}
@media (min-width: 768px) {
  .pager .pager-next a,
  .pager .pager-prev a {
    padding: .5rem;
  }
}
.pager .pager-next .pager-arrow,
.pager .pager-prev .pager-arrow {
	width: .5em;
  height: .5em;
  text-indent: 100%;
  overflow: hidden;
  whte-sace: nowrap;
  display: block;
  border-top: 1px solid;
  border-left: 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: auto;
 }
.pager .pager-next .pager-arrow {
  right: .5em;
  transform: rotate(135deg);
}

.pager.permalink .pager-next {
  text-align: right;
}
.pager.permalink .pager-next a {
  padding-right: 2em;
}

.pager .pager-prev .pager-arrow {
	left: .5em;
  transform: rotate(-45deg);
}
.pager.permalink .pager-prev {
  text-align: left;
}
.pager.permalink .pager-prev a {
  padding-left: 2em;
}

/* モジュール: 記事下　関連リンク */
.entry-content .related-link {
	margin: 0;
	list-style: none;
}
.related-link a {
	color: #333;
	text-decoration: underline;
}
.related-link a[target="_blank"]::after {
	content: '';
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url('../../css/theme/hbm-text-visual-common/images/outerlink.gif') no-repeat center center / contain;
  vertical-align :middle;
  margin-left: .5em;
}



/* モジュール: 記事下　関連記事 */
#main .related-entries.hatena-urllist {
  display: flex;
    flex-wrap: wrap;
  justify-content: space-between;
}
#main .related-entries.hatena-urllist > li {
  margin-bottom: 2rem;
  width: 30%;
}

@media (min-width: 768px) {
  #main .related-entries.hatena-urllist > li {
    margin-bottom: 4rem;
    width: 31%;
  }

}

/*トップページ：「もっと見る」ボタン*/
.urllist-see-more {
  width: 100%;
}
.urllist-see-more a {
	color: #333;
  padding: .5em;
  text-align: center;
  border: 1px solid;
	display:block;
	transition: color .3s, background .3s;
}
.urllist-see-more a:hover {
	background: #333;
	color: #FFF;
	text-decoration:none;
}


/* モジュール: トップページ「もっと読む」ボタン */
.urllist-read-more-btn {
  display: inline-block;
  text-align: center;
  padding: .6rem 1rem;
  cursor: pointer;
  line-height: 1.5;
  font-size: .8rem;
  overflow: hidden;
  background-color: #79878f;
  color: #fff;
  font-weight: bold;
  border-radius: .2rem;
  text-decoration: none !important;
  transition: all .2s;
  display: block;
  width: 100%;
}
.urllist-read-more-btn:hover {
  background-color: #616d74;
  color: #fff;
  text-decoration: none;
}
.urllist-read-more-btn img,
.urllist-read-more-btn svg {
  vertical-align: top;
  margin-right: .3em;
}
/* モジュール: 記事下 */
#entry-footer-secondary-modules .hatena-module:first-child {
  margin-top: 1.5rem;
}
.entry-footer-modules .urllist-title-link {
  font-size: .9rem;
}
@media (min-width: 992px) {
  .entry-footer-modules .urllist-title-link {
    font-size: 1rem;
  }
}
/* モジュール: サイドバー */
#box2 {
  font-size: .9rem;
}
#box2 .hatena-module {

}

#box2 .urllist-title-link {
  font-size: .9rem;
}
@media all and (-ms-high-contrast: none){ /*IE*/
  #box2-inner .urllist-title-link{
    display: block;
    position: relative;
    text-align: justify;
    text-justify:inter-ideograph;
  }
  #box2-inner .urllist-title-link:before {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1em;
    display :inline-block;
    background-color: #FFF;
  }
  #box2-inner .urllist-title-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
  }
}
#box2 .urllist-category-link {
  background-color: #fff;
}
#box2 .urllist-entry-body {
  font-size: .8rem;
}
#box2 .hatena-module-html {
  background-color: transparent;
  padding: 0;
}
/* モジュール: プロフィール */

.hatena-module-profile {
	padding: 1em;
  background: #F3F3F3;
}


.hatena-module-profile .hatena-module-body:after {
  content: " ";
  display: block;
  clear: both;
}
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 5px;
}
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: .5rem;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
/* モジュール: 月別アーカイブ */
.hatena-urllist .archive-module-year {
  padding-bottom: 0;
  border-bottom: 0;
}
/* モジュール: 検索 */

.search-form,
.search-result-form {
  position: relative;
  border: none;
}
.search-form .search-module-input,
.search-result-form .search-result-input {
  width: 100%;
  height: auto;
  border: 1px solid #333;
  padding: 1em;
  color: #333;
  outline: none;
  font-size: 1rem;
  background: transparent url('../../css/theme/hbm-text-visual-common/images/search.png') no-repeat 98%;
}
.search-form .search-module-input:-webkit-input-placeholder {
	color: #898989;
}
.search-form .search-module-button,
.search-result-form .search-result-button {
  height: 0;
  width: 0;
  border: 0;
  padding: 0;
  position: absolute;
  border: none;
  outline: none;
  opacity: 0;
}



/* サイドバー：このブログについて */
.about-this-blog {
	background: #f3f3f3;
  padding: 1rem;
}
.hatena-module .follow-sns {
	text-align: center;
  font-size: .9rem;
    font-weight: bold;
	border-top: 1px solid #dededf;
	padding: .5rem 0 1em;
	margin-top: 2rem;
}
.about-blog-title {
    text-align: left;
    margin-bottom: .8em;
    font-size: 1.1rem;
    font-weight: bold;
}
.about-blog-logo {
	width: 100%;
	height: 150px;
	text-align: center;
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 600;
	background: #FFF;
	padding: .5rem;
  display: flex;
  align-items: center;
   justify-content: center;
}


.hatena-module .follow-sns ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.hatena-module .follow-sns ul li {
	width: 44px;
  height: 44px;
  margin: 0 5px;
}


/* カテゴリー */
.categories:after,
.page-archive .categories:after,
.hatena-module-category .hatena-urllist:after  {
	content: "";
	display: table;
	clear: both;
}
.hatena-module-category .hatena-urllist li {
  padding: 0;
	display: inline-block;
	float: left;
  margin-bottom: 0;
}

.entry-category-link,
.urllist-category-link,
.categories a,
.page-archive .categories a,
.hatena-module-category .hatena-urllist li a {
  color: #FFF;
  background-color: #666666;
  padding: .1rem 1em;
  line-height: 1.5em;
  font-size: .8rem;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px 5px 0;
	transition: color .3s, background .3s;
	float: left;
}
.entry-category-link:hover,
.urllist-category-link:hover,
.categories a:hover,
.page-archive .categories a:hover,
.hatena-module-category .hatena-urllist li a:hover  {
  color: #333;
  text-decoration: none;
  background-color: #CCC;
}
.categories {
  margin: .3rem 0;
}
.page-archive .archive-entry-body,
.page-archive .categories {
	display :none;
}
@media (min-width: 768px) {
  .page-archive .archive-entry-body,
		.page-archive .categories {
  display: flex;
    flex-wrap: wrap;
  }
}



/*モジュール：人気記事*/
.entries-access-ranking {
	counter-reset: rank-num;
}
.entries-access-ranking .entries-access-ranking-item {
	position: relative;
	counter-increment: rank-num;
}
.entries-access-ranking .entries-access-ranking-item::before {
	content: counter(rank-num);
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 50%;
  border: 1px solid #FFF;
  position: absolute;
  top: -10px;
  left: -10px;
  margin: auto;
  background: #333;
}
.entries-access-ranking .entries-access-ranking-item.rank-1::before {
  background: #d1be37;

}
.entries-access-ranking .entries-access-ranking-item.rank-2::before {
  background: #b1b1b1;
}
.entries-access-ranking .entries-access-ranking-item.rank-3::before {
  background: #978475;
}

.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #DFE5E7;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}




/*ピックアップ*/
.side-pickup {
	margin: 0;
  padding: 0;
	list-style: none;
  font-size: .8rem;
}
.side-pickup > li {
	margin-bottom: 2em;
}
.side-pickup p {
	margin: .5em 0;
}



/* パンくず */
#top-box {
	margin: 0;
  position: relative;
}
#top-box::after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
@media (min-width: 768px) {
  #top-box {
    width: 720px;
		margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #top-box {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  #top-box {
    width: 1140px;
  }
}

.breadcrumb {
	width: 100%;
  font-size: .75rem;
	overflow-x: scroll;
	white-space: nowrap;
}
.breadcrumb-inner {
	padding: .5em 1em;
}
.breadcrumb-child:last-of-type {
	padding-right: 3em;
}
.breadcrumb a {
	text-decoration: underline;
}

@media (min-width: 768px) {
	.breadcrumb {
	  margin: 1rem 0;
		overflow: auto;
	}
	.breadcrumb-inner {
		padding: 0;
    }
}
@media (min-width: 992px) {
	.breadcrumb {
		overflow: auto;
    padding: 0;
	}
	.breadcrumb-inner {
		white-space: normal;

	}
}


/*記事ページ固定シェアボタン(SP)*/

.foot-share {
	position: fixed;
  bottom: 0;
  bottom: 0;
  left:0;
  right: 0;
  margin: auto;
  padding: 10px;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 10px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
  background: #FFF;
  z-index: 9999;
}
.foot-share ul {
	margin: 0;
  padding: 0;
	list-style: none;
		display: flex;
		justify-content: space-between;
}
.foot-share ul > li {
	width: 19%;
}
.foot-share ul > li a {
	display: block;
  text-align: center;
  padding: .5em;
}
.foot-share ul > li a img {
	width: 1.4rem;
	height: 1.4rem;
  display: block;
  margin: 0 auto;
}
.foot-share ul > li a.twitter {
	background-color: #00aced;
}
.foot-share ul > li a.facebook {
	background-color: #1877F1;
}
.foot-share ul > li a.hatena {
	background-color: #00A1DB;
}
.foot-share ul > li a.line {
	background-color: #00A800;
}
.foot-share ul > li a.pinterest {
	background-color: #E60019;
}
@media (min-width: 768px) {
	.foot-share { display :none;}
}

.page-archive .social-buttons {
	display: none;
}

/*スライダー PC*/
@media screen and (min-width: 768px) {
	.main-slider-wrap {
  	padding: 0;
    background: none;
  }
  .home-pickup .slide {
    background: none;
    padding: 0;
    box-shadow: none;
   
    margin-top: .3rem;
    position: relative; 
  }
  
  .home-pickup .slide {
  	font-size: 1rem;
  }
  .home-pickup .slide:after {
  	content: '';
    width: 100%;
    height: 6em;
    background: rgba(0,0,0,.6);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .home-pickup .slide .urllist-image {
  	margin-bottom: 0;
  }
  
  .home-pickup .slide .urllist-date-link {
      position: absolute;
      font-size: inherit;
      left: 1em;
      bottom: 4em; margin: auto;
      z-index: 3;
   }
  .home-pickup .slide .urllist-date-link a {
  	color: #FFF;
    font-size: .8rem;
  }
  .home-pickup .slide .recent-entries-title-link {
      color: #FFF;
      font-size: inherit;
      line-height: 150%;
      height: 3em; overflow: hidden;
      width: calc(100% - 2em);
      position: absolute;
      left: 1em; bottom: 1em; margin: auto;
      z-index: 3;
	}
	.home-pickup .swiper-button-prev, 
	.home-pickup .swiper-container-rtl .swiper-button-next {
		left: -30px;
	}
	.home-pickup .swiper-button-next,
	.home-pickup .swiper-container-rtl .swiper-button-prev {
		right: -30px;
	}
	
}


@media screen and (min-width: 768px) {
	.main-slider-wrap .slide-width {
		width: 600px;
	}
}

@media screen and (min-width: 960px) {
	.main-slider-wrap .slide-width {
		width: 650px;
	}
	  .home-pickup .slide {
  	font-size: 1.15rem;
  }
}
@media screen and (min-width: 1140px) {
	.main-slider-wrap .slide-width {
		width: 700px;
	}
	  .home-pickup .slide {
  	font-size: 1.3rem;
  }
}

/*メインカラム*/
#main .hatena-module-title {
	padding-bottom: 0;
  border: none;
}

#main .hatena-urllist {
  display: flex;
    flex-wrap: wrap;
  justify-content: space-between;
}
#main .hatena-urllist > li {
	width: 48%;
  margin-bottom: 1.5rem;
}
#main .urllist-with-thumbnails li .urllist-image {
	width: 100%;
}

@media (min-width: 768px) {
	#main .hatena-urllist > li {
		margin-bottom: 3rem;
	}
	
	.hatena-module-recent-entries .urllist-categories {
		display: flex;
	}

}

.page-archive .archive-entries {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-archive .archive-entry {
  position :relative; 
  margin-bottom: 1.5rem;
  width: 48%;
	padding-top: calc(33% + .5rem);
}

.page-archive .entry-title {
  margin: .5em 0 1em;
  line-height: 1.5;
  font-size: 1rem;
}
@media (min-width: 768px) {
	.page-archive .archive-entry {
	  margin-bottom: 3rem;
	}
	.page-archive .entry-title {
    font-size: 1.1rem;
  }
	
}
.page-archive .entry-thumb {
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0; 
  right: 0;
  margin: auto;
}

.page-archive .entry-description {
  margin: .5rem 0;
  font-size: .85rem;
	display: none;
}
@media (min-width: 576px) {
  .page-archive .entry-description {
    font-size: .9rem;
  }
}
.archive-header-category {
	margin-bottom: 0;
}
.archive-heading,
.archive-header-category .archive-heading {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
}
.archive-heading a {
  text-decoration: none;
}
.archive-heading a:hover {
  text-decoration: underline;
}

.archive-description {
  font-size: .85rem;
}
@media (min-width: 576px) {
  .archive-description {
    font-size: .9rem;
  }
}



/* </system> */

/* <system section="background" selected="default"> */

/* default */

/* </system> */

.btn{
  max-width: 600px;
  padding: 14px 0 16px 0;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #fff;
  background: #FF5577;
  line-height: 3;
  border-radius: 50px;
  transition: all .2s;
}

/*--------------------------------------
  カード型_01
--------------------------------------*/
/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 1200px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* リンクテキストの下線を非表示 */
a.card-link {
    text-decoration: none;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.card-figure {
    margin: 0;
    padding: 0;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 0.6em 0 0;
    color: #333;
    text-align: center;
    font-size: 1.8em;
}

/* カードレイアウトの説明文部分 */
.card-text-tax {
    margin: 0;
    padding: 1em;
    color: #818181;
}

/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
    padding: 0;
    width: 96%;
    background: #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(96% / 2); /* 96%幅を2で割るという指定 */
    }
}

/* 画面幅992px以上の場合カードレイアウトを3カラムで配置 */
@media all and (min-width: 992px) {
    .card-list {
        width: calc(96% / 3); /* 96%幅を3で割るという指定 */
}
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(96% / 3);
    }
}

h2 {
  padding: 0.5em;
  
  /* 文字周りの余白 */
  color: #494949;

  /* 文字色 */
  background: #fef8f9;

  /* 背景色 */
  border-left: solid 5px #e95471;
}

.entry-content {
  font-size: 17px;
}

.entry-content h2:target::before {
  height: 500px;
  background: #fef8f9;
  border-left: solid 5px #e95471;
}

.entry-content h2:target::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  height: 500px;
  background: #fef8f9;
  border-left: solid 5px #e95471;
}

.entry-content h2:target,
.entry-content h3:target {
  position: relative;
  padding-top: 100px;
  margin-top: -100px;
  overflow: hidden;
  z-index: 0;
}

.entry-content h2:target {
  background: transparent;
  border-left: none;
}

.entry-content h3:target {}

.entry-content h3 {
  padding: 4px 10px;
  color: #111;
  border-bottom: 2px solid #e95471;
}


/* 吹き出しのCSS　*/

.entry-content .l-fuki,
.entry-content .r-fuki {
  position: relative;
  width: 80%;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
  border: 2px solid #999;
  box-shadow: 1px 1px 5px #aaa;
  background-color: #fff;
  z-index: 1;
}

.entry-content .l-fuki {
  margin: 20px 20% 40px 0;
}

.entry-content .r-fuki {
  margin: 20px 0 40px 19%;
}

.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
  position: absolute;
  content: "";
  top: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  background-color: #fff;
  z-index: 2;
}

.entry-content .l-fuki::before {
  right: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.entry-content .r-fuki::before {
  left: -7px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: -10px;
  border-radius: 40px;
  border: 3px solid #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 5px #aaa;
}

.entry-content .l-fuki::after {
  right: -110px;
}

.entry-content .r-fuki::after {
  left: -110px;
}

.hikaru::after {
  background-image: url(../../images/fotolife/s/sakumaga/20191023/20191023175204.jpg);
}

.hiro::after {
  background-image: url(../../images/fotolife/s/sakumaga/20191023/20191023175557.jpg);
}

.vpschan::after {
  background-image: url(../../images/fotolife/s/sakumaga/20200330/20200330141438.jpg);
}

.kawamura::after {
  background-image: url(../../images/fotolife/s/sakumaga/20200330/20200330142011.jpg);
}

.mensetsu::after {
  background-image: url(../../images/fotolife/s/sakumaga/20191023/20191023174330.jpg);
}

/* 吹き出しのCSS　*/

/* 記事下プロフィールカード */

.sns-twitter {
  background: #55acee;
}

.sns-facebook {
  background: #3a5795;
}

.sns-bookmark {
  background: #00a5de;
}

.sns-pocket {
  background: #ed4055;
}

.blogicon-twitter,
.blogicon-facebook,
.blogicon-bookmark,
.blogicon-chevron-down {
  margin-right: 5px;
}

/* 記事下プロフィールカード */


.entry-footer-profile {
  box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
}


.entry-footer-profile-title {
  color: #454545;

  /* プロフィールタイトル文字色 */
  font-size: 110%;
  font-weight: bold;
  padding: 0.5em 0 0.5em 0.75em;
}

.entry-footer-profile-body {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.entry-footer-profile-left {
  width: 20%;
  padding: 20px;
}

.entry-footer-profile-right {
  width: 80%;
  padding: 20px 20px 20px 0;
}

.entry-footer-profile-icon {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
}

.entry-footer-profile-id {
  font-weight: bold;
  font-size: 100%;
  text-align: center;
}

.entry-footer-profile-description {
  margin-bottom: 5px;
}

/* フォローボタン */

.entry-footer-follow-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.entry-footer-follow-buttons a {
  width: 62px;
  text-align: center;
  text-decoration: none;
  margin: 5px;
}

.entry-footer-follow-buttons .inner-text {
  font-size: 13px;
  display: block;
}

.entry-footer-follow-buttons .lg,
.content-inner-follow-buttons .fa {
  padding: 15px;
  border-radius: 5px;
  margin: 2px auto;
}

.entry-footer-follow-buttons .hatena {
  color: #38393c;
  background-color: transparent;
}

.entry-footer-follow-buttons .blogicon-hatenablog {
  background: #38393c;
  color: #fff;
}

.entry-footer-follow-buttons .blogicon-hatenablog:hover {
  background: #5f6063;
}

.entry-footer-follow-buttons .facebook {
  color: #305097;
  background-color: transparent;
}

.entry-footer-follow-buttons .blogicon-facebook {
  background: #305097;
  color: #fff;
}

.entry-footer-follow-buttons .blogicon-facebook:hover {
  background: #5a77b7;
}

.entry-footer-follow-buttons .twitter {
  color: #55acee;
  background-color: transparent;
}

.entry-footer-follow-buttons .blogicon-twitter {
  background: #55acee;
  color: #fff;
}

.entry-footer-follow-buttons .blogicon-twitter:hover {
  background: #89c7f7;
}

.entry-footer-follow-buttons .instagram {
  color: #d93177;
  background-color: transparent;
}

.entry-footer-follow-buttons .blogicon-instagram {
  background: #d93177;
  color: #fff;
}

.entry-footer-follow-buttons .blogicon-instagram:hover {
  background: #df528d;
}

.entry-footer-follow-buttons .feedly {
  color: #6cc655;
  background-color: transparent;
}

.entry-footer-follow-buttons .blogicon-rss {
  background: #6cc655;
  color: #fff;
}

.entry-footer-follow-buttons .blogicon-rss:hover {
  background: #8edc7a;
}

.section-list {
  overflow: hidden;
  min-height: 38px;
  border: 1px solid #adadad;
  background-color: #eaf4ff;
}

.section-list > ol {
  list-style: none;
  display: none;
  margin-left: 15px;
  margin-top: 10px;
  border: 0;
  padding: 0;
}

.section-list > ol > li > a {
  color: #5e9cff;
  font-weight: 500;
}

.section-list p i {
  position: absolute;
  top: -2px;
  right: 20px;
  cursor: pointer;
  transition-duration: 0.2s;
}

/* リンクの色変更と下線を消す */

.entry-content .table-of-contents li a {
  color: #444;

  /* 目次リスト部分のテキスト色 */
  text-decoration: none;

  /* リンクの下線をつけたくない場合 */
}

/* ボックスデザイン */

.box1 {
  padding: 1em 1em;
  margin: em 0;
  border: solid 1px #dcdcdc;
}

.box1 p {
  margin: 0;
  padding: 0;
}

.box3 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #2c2c2f;
  background: #f4f4f4;

  /* 背景色 */
}

.box3 p {
  margin: 0;
  padding: 0;
}

.box4 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #e95471;;
    border-radius: 8px;
}
.box4 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #e95471;;
    font-weight: bold;
}
.box4 p {
    margin: 0; 
    padding: 0;
}

.box11 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #5d627b;
  background: white;
  border-left: solid 5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.box11 p {
  margin: 0;
  padding: 0;
}

/* ボックスデザイン */


/* 上に戻る */

#page-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
}

#move-page-top {
  color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  display: block;
  cursor: pointer;
}

#move-page-top:hover {
  color: rgba(0, 0, 0, 0.6);
}

/* SNS記事上 */

.sns-header,
.sns-footer {
  padding: 0 1px;
}

.sns-area {
  margin: 30px auto 10px;
  padding: 0;
  overflow: hidden;
  table-layout: fixed;
  display: table;
  width: 100%;
}

.sns-area li {
  list-style-type: none;
  display: table-cell;
  vertical-align: middle;
}

.sns-area li:last-child {
  margin-right: 0;
}

.sns-link {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
}

.sns-link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.sns-link:hover {
  text-decoration: none;
}

.sns-link:hover::after {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

@-webkit-keyframes circle {
  50% {
    opacity: 1;
  }

  100% {
    width: 300px;
    height: 300px;
  }
}

@keyframes circle {
  50% {
    opacity: 1;
  }

  100% {
    width: 300px;
    height: 300px;
  }
}

@media only screen and (min-width: 400px) {
  #page-top {
    right: 50%;
    margin-right: -450px;
  }
}

@media screen and (max-width: 478px) {
  .entry-content .l-fuki::after,
  .entry-content .r-fuki::after {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }

  .entry-content .l-fuki::after {
    right: -84px;
  }

  .entry-content .r-fuki::after {
    left: -84px;
  }
}

@media screen and (max-width: 620px) {
  .entry-content .l-fuki,
  .entry-content .r-fuki {
    width: 70%;
  }

  .entry-content .l-fuki {
    margin-right: 30%;
  }

  .entry-content .r-fuki {
    margin-left: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .entry-footer-profile-body {
    flex-wrap: wrap;
  }

  .entry-footer-profile-left {
    width: 100%;
    padding: 20px 20px 0 20px;
  }

  .entry-footer-profile-right {
    width: 100%;
    padding: 0 20px 20px 20px;
  }
}

@media only screen and (max-width: 800px) {
  .sns-txt {
    display: none;
  }

  .blogicon-twitter,
  .blogicon-facebook,
  .blogicon-bookmark,
  .blogicon-chevron-down {
    margin-right: 0;
  }
}






/*引用デザイン--ここから↓↓--*/
.entry-content blockquote {
    position: relative;
    padding: 25px 55px;
    border: 0px;
    font-style: oblique;
    color: #2b2b2b;
    background: #f7f6f5;
}
.entry-content blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    content: "“";
    font-family: serif;
    color: #dcdcdc;
    font-size: 100px;
    line-height: 1;
}

.entry-content blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -50px;
    right: 20px;
    content: "”";
    font-family: serif;
    color: #dcdcdc;
    font-size: 100px;
    line-height: 1;
}

.entry-content blockquote cite {
    position: relative;
    padding: 10px;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/*引用デザイン--ここまで↑↑--*/

/*蛍光ペンの色と太さ*/
article u{
text-decoration: none;
background: linear-gradient(transparent 40%, #e95471; 40%);
}



/*シンプルな目次*/
.entry-content .table-of-contents {
    margin: 0;
    padding: .7em 1.2em 1.2em;
    background: #ffffff;
    font-size: 90%;
    border: solid 1px #5a598c;
}
.entry-content .table-of-contents::before {
    content: "目次";
    position: static;
    display: block;
    text-align: center;
    margin: 0 0 .8rem;
    padding: 0 0 .4rem;
    border-bottom: 1px dashed #9aa0c1;
    font-size: 100%;
}
.table-of-contents ul {
    padding-left: 10px;
}
.entry-content .table-of-contents li {
    margin: .2em 0 1em 1em;
    list-style-type: decimal;
    line-height: 1.6em;
}
.entry-content .table-of-contents li ul li {
    margin: .2em 0 0 1em;
}
.table-of-contents li a {
    text-decoration: underline;
    line-height: 1.6em;
    color: #3f3f3f;
}