/* <system section="theme" selected="8599973812310714557"> */
@charset "utf-8";
/*
  Theme: Mnimal Green
  Author: syofuso
  Description:
  Mnimal Green専用テーマ
  Responsive: yes
  Based on: https://github.com/hatena/Hatena-Blog-Theme-Boilerplate
 */
/* 1 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/**
 * 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 `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * 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;
  max-width: 100%;
}

/**
 * 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 `!important` 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: bold;
}
/* 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:'“Lucida Grande”', '“segoe UI”', '“ヒラギノ丸ゴ ProN W4”', '“Hiragino Maru Gothic ProN”', “メイリオ”, Meiryo, Verdana, Arial, sans-serif;
  color: #454545;
}
a {
  color: #47a89c;
  text-decoration: none;
}
a:hover {
  color: #95C7A4;
  text-decoration: underline;
}
a:visited {
  color: #789dae;
}
.entry-content a {
  text-decoration: underline;
}
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 #dddddd;
  color: #454545;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  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;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでirameの中にも色が反映されます。
*/
#globalheader-container {
  background-color: transparent;
  color: #4e4e4e;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
}
/* container */
#container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

#container #content {
  width: 1000px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 0;
  display: block;
  *zoom: 1;
  background-color: #fff;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 0;
}
/* 2カラムレイアウト */
#main {
  width: 624px;
  float: left;
}
#box2 {
  width: 336px;
  float: right;
}

@media screen and (min-width: 1150px) {
#main {
width: 724px;
float: left;
}
#box2 {
width: 336px;
float: right;
}
#container #content {
width: 1100px;
}
}
/* header */
#blog-title {
margin: 20px auto;
padding: 0;
text-align: center;
}
#blog-title #blog-description {
font-weight: normal;
font-size: 16px;
text-align: center;
color: #555;
}
@media screen and (max-width: 480px) {
  #blog-title {
  margin: 10px auto;
  padding: 0;
  text-align: center;
  }
}
/* ヘッダーまわり
#blog-title #title a {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
}
#blog-title #blog-description {
    display: none;
}*/
h1#title {
    margin: 0;
}
/*
#blog-title-inner {
margin: 0 auto;
max-width: 1100px;
background-image: url(https://minimal-green.com/web-design/wp-content/uploads/sites/6/2017/10/logo-mininalgreen-blush.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
height: 200px;
top: 0;
width: 100%;
}
@media screen and (max-width: 480px) {
/* 480px以下の幅のサイズ */
/*
    #blog-title-inner {
    background-image: url("https://minimal-green.com/web-design/wp-content/uploads/sites/6/2017/10/logo-minimalgeen-sp-1.png");
    background-size: cover;
    background-repeat: no-repeat;
    height:180px;
}
#blog-title #title a {
    height: 180px;
}
}
@media screen and (max-width: 413px) {
#blog-title-inner {
background-image: url("https://minimal-green.com/web-design/wp-content/uploads/sites/6/2017/10/logo-minimalgeen-sp400.png");
background-size: cover;
background-repeat: no-repeat;
height:163px;
}
#blog-title #title a {
    height: 163px;
}
}
@media screen and (max-width: 320px) {
#blog-title-inner {
background-image: url("https://minimal-green.com/web-design/wp-content/uploads/sites/6/2017/10/logo-minimalgeen-sp320.png");
background-size: contain;
background-repeat: no-repeat;
height:139px;
}
#blog-title #title a {
    height: 139px;
}
}
*/
#title a {
  color: #454545;
  font-weight:bold;
}
#title a:hover {
  opacity: 0.7;
}

.entry-title a:hover {
  color: #666;
  opacity: 0.7;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
margin-left: auto;
margin-right: auto;
padding-left: 20px;
}

/* Header-Image */

.header-image-enable #blog-title #title a {
color: #fff;
-webkit-text-shadow: 0 1px 2px #000;
text-shadow: 0 1px 2px #000;
}

.header-image-enable #blog-title #blog-description {
color: rgba(255,255,255,0.9);
font-weight: normal;
-webkit-text-shadow: 0 1px 2px #000;
text-shadow: 0 1px 2px #000;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  font-size: 90%;
  width: 1100px;
  margin: 0 auto;
}
 .breadcrumb {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
  text-decoration: none;
}
.page-entry .breadcrumb {
margin-bottom: 0;
font-size: 80%;
white-space: nowrap;
width: 100%;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.page-archive-category .breadcrumb, .page-entry .breadcrumb {
    padding: 20px 0;
}
.page-entry #content {
padding-top:40px;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 100px;
}
.entry-header {
  padding: 0 0 4px 0;
  margin-bottom: 28px;
  border-bottom: 2px solid #454545;
  position: relative;
  background-color: #fff;
}
.entry-title {
  margin:0 0 10px 0;
  line-height: 1.5;
  font-size: 160%;
  color: #454545;
}
.entry-title a {
  color: #454545;
}
.entry-title a:hover {
  color: #666;
  opacity: 0.7;
}
/* 日付 */
.hyphen {
  display: none;
}
.date a{text-decoration: none;}
.entry-header .date{
position:absolute;
top:5px;
left:-85px;
width:60px;
height:40px;
padding:10px 0;
border:3px solid #47a89c;
border-radius:50%;
background:#fff;
color:#47a89c;
text-align:center;
line-height:20px;
font-size:11px;
}
.entry-header .hyphen{display:none;}
.date-month::after {
  content: '/';
}
.date-year{display:block;}
.date-month,.date-day{
display:inline-block;
font-weight:bold;
font-size:17px;
}
.archive-entry .date a{
color:#47a89c;
line-height:20px;
font-size:12px;
text-decoration:none;}

/* カテゴリー */
.categories {
 margin-top: 10px;
 margin-bottom: 0;
}
.categories a {
 margin: 0 4px 4px 0;
 padding: 6px 10px;
 font-size: 87.5%;
 border: 1px solid #47a89c;
 border-radius: 2px;
 color: #47a89c;
 text-decoration: none;
}
.categories a:hover {
 color: #47a89c;
 background-color: #f8f8f8;
}
/* 「編集する」ボタン */
.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: #454545;
  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;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 100%;
  line-height:1.9;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
border : 1px solid #DADADA ;
box-shadow : 0 2px 4px rgba(0, 0, 0, 0.2) ;
}
.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%;
  padding: .75em 0;
	border-top: 2px solid #454545;
	border-bottom: 2px solid #454545;
}
.entry-content h2 {
    font-size: 150%;
    padding: .5em .75em;
    background: repeating-linear-gradient(90deg, #edf5f4, #edf5f4 10px, #f6faf9 0, #f6faf9 20px);
    border-left: 6px solid #47a89c;
}
.entry-content h3 {
  font-size: 140%;
  position: relative;
  padding: 0 0 .5em .75em;
  border-left: 3px solid #47a89c;
}
.entry-content h3::after {
  position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 2px solid #454545;
}
.entry-content h4 {
  font-size: 130%;
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 2px solid #454545;
}
.entry-content h4::before,
.entry-content h4::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.entry-content h4::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: #47a89c;
}
.entry-content h4::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: #C2E0CB;
}
.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 {
background-color:#fff;
padding: 32px 0 10px 20px;
margin: 10px 0 10px 20px;
position:relative;
border-left:3px solid #47a89c;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:"ＭＳ Ｐゴシック",sans-serif;
color:#999;
position:absolute;
left:0;
top:0;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 10px;
  white-space: pre;
  background-color: #222;
  color: #eee;
}
.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;
}
/*目次*/
.table-of-contents {
    border: 2px dashed #fff;
    box-shadow: 0 0 0 16px #f6f6f6;
    padding: 20px 10px 20px 40px;
    list-style-type: decimal;
    border-radius: 16px;
    font-size: 90%;
    background: #f6f6f6;
    width: 88%;
    margin: 20px auto;
}
.table-of-contents:before{
content: "目次";
font-size: 120%;
}
.table-of-contents li,
.table-of-contents ul{
list-style-type: decimal;
}
/* 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 #dddddd;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #dddddd;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  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: bold;
}
.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: 10px;
  margin-bottom: 0;
  line-height: 20px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #454545;
  text-decoration: none !important;
}
.leave-comment-title::before {
  font-family: "blogicon";
  content: "\f01d";
  padding-right: 5px;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/*続きを読む*/
a.entry-see-more {
    display: inline-block;
    width: 250px;
    height: 50px;
    margin:5px 0 5px 0;
    line-height: 50px;
    background-color: #47a89c;
    border-radius: 4px;
    text-align: center;
    color: #fff!important;
    font-size: 16px;
    text-decoration: none;
}
a.entry-see-more:hover {
    color:#fff!important;
    background-color: #47a89c;
    opacity: 0.8;
}

/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 150%;
  color: #47a89c;
	position: relative;
  padding: .25em 0 .25em 0;
  font-family:'Lucida Grande', 'segoe UI', Verdana, Arial, sans-serif;
}

.hatena-module-title a {
  color: #47a89c;
  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: bold;
  font-size: 110%;
  margin-bottom: 5px;
  text-decoration: none;
}
.hatena-module-profile .id a {
  text-decoration: none;
}

.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 #dddddd;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
  color: #47a89c;
}

.hatena-urllist li a:hover {
  text-decoration: underline;
  color: #95C7A4;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #dddddd;
  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: 5px;
  color: #454545;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=e0e0a3993d8aff6a6344f19dd784d5) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.5;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}
/* Pager */
.pager{
	margin:20px 0;
	text-align:center;
	font-size:14px;
}

.pager .pager-next,.pager .pager-prev{
	display:inline-block;
	margin:0 10px;
}

.pager a{
	display:inline-block;
	color:#47a89c;
	text-decoration:none;
}

.pager-next a:before,.pager-prev a:before{
	display:block;
	font-family: "blogicon";
	width:50px;
	height:50px;
	margin:0 auto 10px;
  border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
	background-color:#47a89c;
	color:#fff;
	font-size:24px;
	text-align:center;
	line-height:50px;
}

.pager-next a:before{
	content:"\f006";
}

.pager-prev a:before{
	content:"\f005";
}

.pager-arrow{
	display:none;
}
.category-page{
    padding: 20px;
    margin: 10px 0 10px 0;
    border: 2px  solid #47a89c;
    border-radius: 5px;
    text-align: center;
}
.category-page ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.category-page a{
    color: #47a89c;
}

/* 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;
}

#copyright {
  width:100%;
  margin:0 auto;
  background: #47a89c;
  font-size: 12px;
  color:#fff;
  text-align: center;
  line-height: 3;
}

/*ページ上部へ戻る*/
.pagetop{display:none; position:fixed; bottom:30px; right:55px}
.pagetop a{display:block; width:50px; height:50px; background-color:#47a89c; border-radius:50px; text-align:center; color:#fff; font-size:24px; text-decoration:none; line-height:50px;  -ms-filter:"alpha(opacity=80)";  -moz-opacity:0.8;  -khtml-opacity:0.8;  opacity:0.8}
.pagetop a:hover{ background-color:#47a89c;  -ms-filter:"alpha(opacity=50)";  -moz-opacity:0.5;  -khtml-opacity:0.5;  opacity:0.5}

/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  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;
  display: inline-block;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%;
}
.page-archive .categories a {
  color: #fff;
  font-size: 70%;
  background: #47a89c;
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2px;
}
body,.entry-title,.entry-content {
 word-break: break-all;
 overflow-wrap : break-word;
}
.center-inner {
width: 1000px;
  margin: 0 auto;
  display: block;
  *zoom: 1;
}
/*list*/
ul {
list-style-type: none;
margin: 10px 0 0 20px;
padding: 0;
}
.index li {
	position: relative;
	padding: 5px 0;
}
.index li::after,
.index li::before {
	display: block;
	content: '';
	position: absolute;
}
.index li::after {
	top: .8em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #47a89c;
	border-radius: 100%;
}
.index li::before {
	z-index: 2;
	top: .5em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.index li {
	position: relative;
}
.index li::after,
.index li::before {
	display: block;
	content: '';
	position: absolute;
}
.index li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #47a89c;
	border-radius: 100%;
}
.index li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.list li {
	position: relative;
}
ul.list li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}

.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}

.list6 li{
	position:relative;
	padding-left:20px;
}

.list6 li:after{
	content:'';
	display:block;
	position:absolute;
	background:#aaa;
	width:9px;
	height:9px;
	top:5px;
	left:5px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

.follow-btn{
width: 100%;
}
.follow-btn a {
display: block;
height: 50px;
line-height: 50px;
width: 250px;
font-size: 14px;
text-align: center;
text-decoration: none;
}
.follow-btn a:hover {
opacity: 0.7;
}
.follow-btn .hatena {
color: #ffffff;
background: #3D3F44;

}


/* テキストボックス */
.alert {
    padding: 1em;
    margin: 1em 0;
    background-color: #faf8d4;
    border-left: 6px solid #f7e042;
}
.text-box1 {
  background-color: #EFEFEF;
  border: 1px solid #ddd;
  position: relative;
  padding: 1em 1em 1em 3.5em;
}
.text-box1::before {
  position: absolute;
  top: -10px;
  left: 10px;
  font-family: "blogicon";
  content: '\f010';
  color: #454545;
  font-size: 230%;
}
.text-box2 {
    padding: .3em .5em;
    background: #fff;
    border: 3px double #66cdaa;
}

.text-box3 {
  padding: .5em .75em;
	border: 1px solid #47a89c;
	border-radius: 4px;
}
.text-box4 {
	position: relative;
	padding: .5em .75em;
	background-color: #fff;
	border: 1px solid #454545;
	border-radius: 6px;
}
.text-box4::before,
.text-box4::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	height: 0;
	width: 0;
	border: 10px solid transparent;
}
.text-box4::before {
	border-top: 15px solid #454545;
}
.text-box4::after {
	margin-top: -2px;
	border-top: 15px solid #fff;
}

.text-box5 {
    color: #fff;
    background: #47a89c;
    padding: 20px;
    border: 2px dashed rgba(255,255,255,0.5);
    border-radius: 6px;
    box-shadow: 0 0 0 5px #47a89c, 0 2px 3px 5px rgba(0,0,0,0.5);
}
.recommend-entry {
    position: relative;
    border: 1px solid #666;
    padding: 15px;
}

.recommend_title {
    position: absolute;
    top: -20px;
    left: 20px;
    font-weight: bold;
    font-size: 120%;
    background: #fff;
    padding: 0 .5em;
}

.recommend_title:before {
    margin-right: 10px;
    font-family: "blogicon";
    content: "\f033";
    display: inline-block;
}

/*検索ボックス*/
.hatena-module-search-box .search-form {
    background-color:#E2E2E2;
    background-color: #fff;
    color: #000;
    border: 1px solid #383838;
    list-style-type: circle;
}
.hatena-module-search-box .search-module-input {
  padding: 10px;
 }
 .hatena-module-search-box .search-module-button {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* メニュー */
#nav-menu{
  list-style-type: none;
  height: 44px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #47a89c;
}
#nav-menu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#nav-menu li a{
  display: block;
  margin: 0;
  padding: 14px 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#nav-menu li:hover > a{
  background: #95C7A4;
  color: #fff;
  height: 16px;
}
#nav-menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
}

#nav-menu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#nav-menu li ul li a{
  padding: 13px 15px;
  background: #47a89c;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
#nav-menu li:hover ul li{
  overflow: visible;
  height: 38px;
  background: #95C7A4;
}
/* ホバー・クリック時開 */
.hover-click{
  position: relative;
  width: 100%;
  margin: 30px 0;
}
.hover-click > a{
  display: block;
  width: 100%;
  padding: 14px 0;
  background: #47a89c;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
#hover-click > ul{
  display: none;
  z-index: 9999;
  position: absolute;
  width: 100%;
  background: #95C7A4;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
@media (min-width: 1026px) {
.nav-menu-hidden-desktop {
    display: none !important;
}
.nav-menu-container {
    width: 100%;
}
#nav-menu {
    list-style-type: none;
    height: 70px;
    width: 1100px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}
#nav-menu li {
    height: 70px;
}
#nav-menu li.blue {
    background-image: url(https://minimal-green.com/web-design/wp-content/uploads/sites/6/2017/10/menu-01-2.png);
    background-repeat: no-repeat;
}
#nav-menu li.red {
    background-image: url(https://minimal-green.com/web-design/wp-content/uploads/sites/6/2017/10/gmenu-02-2.png);
    background-repeat: no-repeat;
}
#nav-menu li.yellow {
    background-image: url(https://minimal-green.com/web-design/wp-content/uploads/sites/6/2017/10/gmenu-03-2.png);
    background-repeat: no-repeat;
}
#nav-menu li.green {
    background-image: url(https://minimal-green.com/web-design/wp-content/uploads/sites/6/2017/10/menu-04-2.png);
    background-repeat: no-repeat;
}
#nav-menu li.pink {
    background-image: url(https://minimal-green.com/web-design/wp-content/uploads/sites/6/2017/10/gmenu-05-2.png);
    background-repeat: no-repeat;
}
#nav-menu li a {
    color: transparent;
}
.hover-click > a {
    background-color: transparent;
}
#nav-menu li:hover > a{
  background-color: transparent;
  height: 100%;
  color: transparent;
}
#nav-menu li ul li a{
  padding: 13px 15px;
  background: #fff;
  text-align: center;
  font-weight: normal;
  color: #47a89c;
}
#nav-menu li:hover ul li{
  overflow: visible;
  height: 38px;
  background: #fff;
}
#nav-menu li:hover ul li a{
  color: #47a89c;
}
.fixed {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .13);
}
}

@media (min-width: 768px) and (max-width: 1025px) {
  .nav-menu-hidden-tablet {
    display: none !important;
  }
#nav-menu {
    list-style-type: none;
    height: 70px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}
.nav-menu-container {
    width: 100%;
}
#nav-menu {
    list-style-type: none;
    height: 70px;
    width: 768px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}
#nav-menu li {
    height: 70px;
}
#nav-menu li{
   width: 25%;
}
#nav-menu li.blue {
    background-image: url(https://minimal-green.com/web-design/wp-content/uploads/sites/6/2017/10/menu-01-2.png);
    background-repeat: no-repeat;
}
#nav-menu li.red {
    background-image: url(https://minimal-green.com/web-design/wp-content/uploads/sites/6/2017/10/gmenu-02-2.png);
    background-repeat: no-repeat;
}
#nav-menu li.yellow {
    background-image: url(https://minimal-green.com/web-design/wp-content/uploads/sites/6/2017/10/gmenu-03-2.png);
    background-repeat: no-repeat;
}
#nav-menu li.green {
    background-image: url(https://minimal-green.com/web-design/wp-content/uploads/sites/6/2017/10/menu-04-2.png);
    background-repeat: no-repeat;
}
#nav-menu li.pink {
    background-image: url(https://minimal-green.com/web-design/wp-content/uploads/sites/6/2017/10/gmenu-05-2.png);
    background-repeat: no-repeat;
}
#nav-menu li a {
    color: transparent;
}
.hover-click > a {
    background-color: transparent;
}
#nav-menu li:hover > a{
  background-color: transparent;
  height: 100%;
  color: transparent;
}
#nav-menu li ul li a{
  padding: 13px 15px;
  background: #fff;
  text-align: center;
  font-weight: normal;
  color: #47a89c;
}
#nav-menu li:hover ul li{
  overflow: visible;
  height: 38px;
  background: #fff;
}
#nav-menu li:hover ul li a{
  color: #47a89c;
}
.fixed {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .13);
}
}

@media (max-width: 767px) {
 .nav-menu-hidden-phone {
    display: none !important;
  }
 #nav-menu li{
    width: 25%;
  }
 #nav-menu li a{
  padding: 14px 0;
  }
 #nav-menu li:hover > a{
  background: #95C7A4;
  color: #fff;
  height: 100%;
}
 #nav-menu li:last-child ul{
  left: -100%;
  width: 100%;
}
 #nav-menu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
}
.fixed {
  background-color: #47a89c;
}
}
@media (max-width: 320px) {
#nav-menu {
   height: 60px;
 }
 #nav-menu li a {
    padding: 16px 0;
    box-sizing: border-box;
}
#nav-menu li ul li{
 overflow: hidden;
 width: 250%;
 height: 0;
}
}


.page-index .entry-footer{
display:none!important;
}


/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/
.booklink-box, .kaerebalink-box{
    padding:25px;
    margin-bottom: 10px;
    border:double #CCC;
    overflow: hidden;
    font-size:small;
}
.booklink-image, .kaerebalink-image{
    margin:0 15px 0 0;
    float:left;
    min-width: 160px;
    text-align: center;
}
.booklink-image img, .kaerebalink-image img{
    margin:0 auto;
    text-align:center;
}
.booklink-info, .kaerebalink-info{
    margin:0;
    line-height:120%;
    overflow: hidden;
}
.booklink-name, .kaerebalink-name{
    margin-bottom:24px;
    line-height:1.5em;
}
.booklink-powered-date, .kaerebalink-powered-date{
     font-size:8px;
     margin-top:10px;
     font-family:verdana;
     line-height:120%;
}
.booklink-detail, .kaerebalink-detail{font-size: 12px;}
.booklink-powered-date, .kaerebalink-detail{margin-bottom:15px;}
.booklink-link2, .kaerebalink-link1{margin-top:10px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:30%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    margin:5px 2px 0 0;
    padding:10px 1px;
    text-align:center;
    float:left;
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
    color: #fff !important;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover{opacity: 0.6;}
.booklink-link2 a:active
.kaerebalink-link1 a:active{
    position:relative;
    top:1px;
}
/*ボタンを変えるときはここから*/
.shoplinkamazon a{color:#FF9901 !important;border: 1px solid #FF9901 !important;}
.shoplinkrakuten a{color:#c20004 !important;border: 1px solid #c20004 !important;}
.shoplinkkindle a{color:#007dcd !important;border: 1px solid #007dcd !important;}
.shoplinkkakakucom a{color:#314995 !important;border: 1px solid #314995;}
.shoplinkyahoo a{color:#7b0099 !important;border: 1px solid #7b0099 !important;}
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}

@media screen and (max-width: 680px) {
.sp {
    display: none;
}
.booklink-box, .kaerebalink-box{padding:15px;}
.booklink-image, .kaerebalink-image{
    width: 100px !important;
    min-width: initial;
}
.booklink-name > a, .kaerebalink-name > a{
    font-size: 15px;
    font-weight: bold;
}
.booklink-name, .kaerebalink-name{margin-bottom:12px;}
.booklink-powered-date, .kaerebalink-powered-date{margin-top:5px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:calc(100% - 4px);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin: 2px 0px;
    padding:10px 0px;
}
}
.entry-content a img:hover {
    opacity:0.7;
}
.entry-content p {
   margin-bottom: 2em;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    margin-top:3em;
}
.entry-content b {
background: linear-gradient(transparent 40%, #ffe1c7 40%);
}
.entry-content a {
    color: #0698EB;
}
.entry-content a:hover {
    color: #06ebcc;
	text-decoration:none;
}
a.text-link {
    color: #0698EB;
    border-bottom: 1px solid #0698EB;
    text-decoration:none;
}
a.text-link:before {
    font-family: "blogicon";
    content:"\f037";
    padding-right: 5px;
}
a.text-link:hover {
    color: #06ebcc;
    text-decoration:none;
    border:none;
}

.entry-contenta.yoyaku {
 color:#fff;
 text-decoration: none;
}
a.yoyaku {
 color:#fff;
 text-decoration: none;
}
a.yoyaku:visited {
  color:#fff;
  background-color: #5aba90;
  box-shadow: 0 3px 0 #45a67c;
}
.yoyaku {
    display: inline-block;
    width: 150px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    background-color: #5aba90;
    border-radius: 4px;
    color: #fff;
    line-height: 30px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #45a67c;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.yoyaku:hover {
    color: #fff;
    background-color: #5aba90;
    opacity: 0.5;
    box-shadow: 0 3px 0 #45a67c;
}
.yoyaku::before,
.yoyaku::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.yoyaku,
.yoyaku::before,
.yoyaku::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.yoyaku:active {
    top: 1px;
    box-shadow: none;
}

/* bottom-editarea */
#bottom-editarea {
	margin: 0;
	padding: 0;
}
#footer_menu {
	width: 1100px;  /*contentの幅と合わせる*/
	margin: 20px auto;
	padding: 40px 0 0 0;
	font-size: 90%;
}
#footer_menu h3 {
	color: #737373;
	font-size: 1.1em;
	margin: 0 0 20px 0;
}
#footer_menu p {
	color: #737373;
	margin: 1em 0;
}
#footer_menu ul {
	text-align: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer_menu ul li {
	line-height: 1.1em;
	color: #737373;
	margin: 0 0 25px 0;
	padding: 0;
}
#footer_menu ul li a {
	color: #737373;
}
#footer_menu .footer_box01 {
	width: 355px;
	float: left;
	margin: 0;
	margin-bottom:40px;
	padding: 0;
	overflow: hidden;
}
#footer_menu .footer_box01 img {
	max-width: 300px;
	margin: 0 0 20px 0;
	padding: 0;
}
#footer_menu .footer_box02 {
	width: 355px;
	float: left;
	margin: 0 0 40px 30px;
	padding: 0;
	overflow: hidden;
}
#footer_menu .footer_box03 {
	width: 300px;
	float: left;
	margin: 0 0 40px 30px;
	padding: 0;
	overflow: hidden;
}
#footer_menu .footer_clear {
	clear: both;
}
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 919px) {
#footer_menu {
    display: none;
  }
}
.link-img {
    max-width: 100px;
    float:left;
    vertical-align: middle;
}
.link-text {
 margin-left: 10px;
}

.omikuji_btn{
    border: 0px;
    width:250px;
    height:100px;
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/s/syofuso/20161231/20161231002744.png?1483111706) left top no-repeat;
}
.omikuji_btn:hover{
    cursor: pointer;
}
.txt {
    display: inline-block;
    margin: 10px 0;
    font-size: 150%;
    width: 100%;
    padding: .5em .75em;
    background: #f6f6f6;
    border-left: 6px solid #47a89c;
    box-sizing: border-box;
}

.maste {
  position: relative;
  background-color: #fff;
	background-image: linear-gradient(-45deg, rgba(250,215,215,.5) 25%, transparent 25%, transparent 50%, rgba(250,215,215,.5) 50%, rgba(250,215,215,.5) 75%, transparent 75%, transparent 100%),
  linear-gradient(45deg, rgba(250,215,215,.5) 25%, transparent 25%, transparent 50%,  rgba(250,215,215,.5) 50%, rgba(250,215,215,.5) 75%, transparent 75%, transparent 100%);
	background-size: 40px 40px;
  padding: 1em;
}
.tape{
  position: absolute;
  top: -0.75em;
  background-color: rgba(255,255,255,0.4);
  border-left:2px dotted rgba(0,0,0,0.1);
  border-right:2px dotted rgba(0,0,0,0.1);
  box-shadow:0 0 5px rgba(0,0,0,0.2);
  padding: 0.25em 2em;
  color: #65513f;
  transform: rotate(-3deg);
}
.maste p {
  color: #65513f;
  padding: 15px 10px 10px 10px;
}
.stripe-pattern {
  position: relative;
  background: repeating-linear-gradient(-45deg, rgba(139,198,202,.3), rgba(139,198,202,.3) 10px, #fff 0, #fff 20px);
  padding: 1em;
  color: #65513f;
}

.dot-pattern{
  background: #DBD0E4;
	background-image: radial-gradient(#fff 20%, transparent 0), radial-gradient(#fff 20%, transparent 0);
	background-position: 0 0, 10px 10px;
	background-size: 20px 20px;
  padding: 1em;
  color: #593869;
}

.memo {
  position: relative;
  background: #F8F0D7;
  border-left:4px dotted rgba(0,0,0,0.1);
  border-right:4px dotted rgba(0,0,0,0.1);
  box-shadow:0 0 5px rgba(0,0,0,0.2);
  padding: 1em;
  color: #65513f;
  width: 300px;
}
.masking-tape{
  position: absolute;
  top: -1em;
  left: 26%;
  width:100px;
  height:30px;
  background-image: linear-gradient(-45deg, rgba(227,155,140,.4) 25%, transparent 25%, transparent 50%, rgba(227,155,140,.4) 50%, rgba(227,155,140,.4) 75%, transparent 75%, transparent 100%);
  background-size: 20px 20px;
  border-left:2px dotted rgba(0,0,0,0.1);
  border-right:2px dotted rgba(0,0,0,0.1);
  box-shadow:0 0 5px rgba(0,0,0,0.2);
  padding: 0.25em 2em;
  color: #65513f;
  transform: rotate(-4deg);
}
.memo p {
  color: #65513f;
  padding: 10px;
}
.maste-box {
  position: relative;
  background-color: #fff;
  background: repeating-linear-gradient(-45deg, #edf5f4, #edf5f4 10px, #f6faf9 0, #f6faf9 20px);
  padding: 1em;
}
.maste-tape{
  position: absolute;
  top: -0.75em;
  background-color: rgba(100,100,100,.3);
  border-left:4px solid #8BC6CA;
  padding: 0.25em 2em;
  color: #454545;
  transform: rotate(-3deg);
}
.maste-box p {
  padding: 15px 10px 10px 10px;
  color: #454545
}
.maste-box ul {
    list-style-type: disc;
    margin: 20px 0 0 20px;
    padding: 0;
}
.maste-box ul {
   font-weight: bold;
}
/*  import media queries */
/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=e0e0a3993d8aff6a6344f19dd784d5) no-repeat right center;
    background-size: 20px 20px;
  }
}
/* Media Queries - Tablet */
@media (max-width: 1149px) and (min-width: 920px){
  html, body {
    overflow-x: hidden;
  }
  #main {
  width: 65%;
  float: left;
}
  #box2 {
  width:30%;
  float: right;
}
  #container #content {
    width: 93.9%;
    word-wrap: break-word;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  #footer_menu,
  #blog-title-inner,
  #footer-inner,
  .center-inner,
  .breadcrumb-inner {
    width: 93.9%;
    margin-left: auto;
    margin-right: auto;
  }
  #top-box {
    font-size: 90%;
  }
  .entry-header .date{position:relative;top:0px;left:0;width:60px;height:40px;padding:10px 0;border:3px solid #47a89c;border-radius:50%;background:#fff;color:#47a89c;text-align:center;line-height:20px;font-size:11px;
}
}
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 919px) {
  #container #content {
    width: 83.9%;
    word-wrap: break-word;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  .page-index #container #content  {
    padding-top: 20px
  }
  #title {
    font-size: 140%;
  }
  #main {
    width: 100%;
    float: none;
    border-right: none;
  }
  #box2 {
    width: 100%;
    float: none;
  }
  #box2-inner {
    width: 100%;
  }
  #top-box,
  .breadcrumb {
  width: 100%;
  }
  #footer-inner,
  .center-inner,
  .breadcrumb-inner {
    width: 83.9%;
    margin-left: auto;
    margin-right: auto;
  }

  .hatena-module {
    width: 100%;
    float: none;
  }
  .entry-header .date{position:relative;top:0px;left:0;width:60px;height:40px;padding:10px 0;border:3px solid #47a89c;border-radius:50%;background:#fff;color:#47a89c;text-align:center;line-height:20px;font-size:11px;}
  .date-month,.date-day{font-size:15px;}
  .entry-title {
    margin: 20px 0 6px 0;
  }
}

@media only screen and (max-width: 767px) {
.share-text, .sns-txt {
   display: none;
}
.blogicon-twitter,
.blogicon-facebook,
.blogicon-bookmark,
.fa fa-google-plus {
   margin-right: 0;
}
.entry-content blockquote {
    padding: 28px 0 10px 20px;
    margin: 10px auto;
}
}
/* Media Queries - Smartphone */
@media (max-width: 480px) {
  #container #content {
    padding: 0;
    width: 93.9%;
    margin-left: auto;
    margin-right: auto;
  }
  #blog-title {
    height: initial;
    padding: 0;
 }
  #title {
   font-size: 130%;
}　
  #top-box,.breadcrumb {
    width: 100%;
  }
  #footer-inner,
  .center-inner,{
    width: initial;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content img:hover {
  box-shadow: 0 0;
  }
.categories a {
  display: inline-block;
  font-size: 70%;
}
.entry-header {
  border-bottom: none;
}
.entry-header .date{position:relative;top:0px;left:0;width:60px;height:40px;padding:10px 0;border:3px solid #47a89c;border-radius:50%;background:#fff;color:#47a89c;text-align:center;line-height:20px;font-size:11px;}
.entry-title {
  margin: 20px 0 6px 0;
}
.pagetop {
    right: 5px;
}
.table-of-contents {
    width: 78%;
}
}
/* 拡張 */
a img:hover {
opacity:0.7;
}


/* トップページカード型レイアウト */
@media (min-width: 768px){
  /* トップページカード型 */
  .page-index .entry-description{
  display:none;/* 概要文消す場合 */
  }
.page-index .archive-entries {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-index .archive-entry {
    flex: 0 0 48%;
    position: relative;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: column;
    background: #fff;
    border-top: 4px solid #47a89c;
    padding-top: 24px;
}
.page-index .archive-entry-header {
    order: 2;
}
.page-index .archive-entry .date a {
    font-size: 16px;
}
.page-index .date {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-size: 16px;
}
.page-index .categories {
    order: 4;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.page-index .entry-thumb-link {
    order: 1;
    height: 200px;
}
.page-index a.entry-thumb-link .entry-thumb:hover {
    opacity: 0.7;
}
.page-archive .archive-entries .entry-title a:hover {
    opacity: 0.7;
}
.page-index .entry-thumb {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}
.page-index .archive-entry-body {
    order: 3
}
.page-index .entry-title {
    padding: 0.5em 0 1.3em;
}
}

/* social */
.sns-share {
  background: repeating-linear-gradient(90deg, #edf5f4, #edf5f4 10px, #f6faf9 0, #f6faf9 20px);
  text-align: center;
  margin: 10px auto;
  padding: 10px;
  box-sizing: border-box;
}
.sns-area {
  width: 100%;
  margin: 0px auto;
  padding: 10px;
  box-sizing: border-box;
}
.sns-area li {
    margin: 1%;
	list-style-type: none;
	display: inline-block;
    width: 16%;
    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, .3);
  border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.sns-link:hover {
	text-decoration: none;
}
a.sns-link:hover, a.sns-link:visited {
	color: #fff;
	opacity: 0.7;
}

.sns-twitter {
	color: #fff;
	background: #55acee;
    border-radius: 16px;
    box-shadow: 0 0 0 5px #55acee, 0 2px 3px 5px rgba(0,0,0,0.5);
    border: 2px dashed #fff;
}
.sns-facebook {
	color: #fff;
	background: #3a5795;
    border-radius: 16px;
    box-shadow: 0 0 0 5px #3a5795, 0 2px 3px 5px rgba(0,0,0,0.5);
    border: 2px dashed #fff;
}
.sns-bookmark {
	color: #fff;
	background: #00A5DE;
    border-radius: 16px;
    box-shadow: 0 0 0 5px #00A5DE, 0 2px 3px 5px rgba(0,0,0,0.5);
    border: 2px dashed #fff;
}
.sns-googleplus {
	color: #fff;
	background: #db4a39;
	border-radius: 16px;
  box-shadow: 0 0 0 5px #db4a39, 0 2px 3px 5px rgba(0,0,0,0.5);
  border: 2px dashed #fff;
}
.sns-pocket {
	color: #fff;
	background: #EE4256;
	border-radius: 16px;
    box-shadow: 0 0 0 5px #EE4256, 0 2px 3px 5px rgba(0,0,0,0.5);
    border: 2px dashed #fff;
}
.blogicon-twitter, .blogicon-facebook, .blogicon-bookmark, .fa fa-google-plus, .blogicon-chevron-down {
	margin-right: 5px;
}
.share-text {
	padding-left: 4px;
}
@media only screen and (max-width: 767px) {
	.share-text, .sns-txt {
		display: none;
	}
	.blogicon-twitter, .blogicon-facebook, .blogicon-bookmark, .fa-google-plus, .blogicon-chevron-down {
		margin-right: 0;
	}
	.sns-area {
    padding: 0;
}
.archive-header-category {
    margin-bottom: 0;
}
.page-archive-category #content {
    padding-top: 0 !important;
}
.page-archive-category .breadcrumb,
.page-entry .breadcrumb{
    padding: 20px 0 0;
}
.breadcrumb-inner {
    width: 93.9%;
    margin: 0 auto;
}
.entry-title {
    margin: 20px 0 6px 0;
}
}

/* ヘッダー下おすすめ記事横スクロール */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.recommend {
    width: 1100px;
    margin: 40px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    box-sizing: border-box;
}
.recommend-box {
    width: 300px;
    height: 230px;
    margin-right: 20px;
    padding: 10px;
    border: 2px solid #eee;
    box-sizing: border-box;
}
.last-box {
   margin-right:0;
}
.recommend-image img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 1100px) {
.recommend {
    width: 83.9%;
    margin: 20px auto;
}
.recommend-box {
    width: 200px;
    height: 200px;
}
}
@media screen and (max-width: 768px) {
    .recommend-container {
      overflow-x: auto;
	    overflow-y: hidden;
	    -webkit-overflow-scrolling: touch;
      display: none;
    }
    .recommend {
        margin 20px auto;
        width: 660px;
    }
    .recommend-box {
    width: 150px;
    height: 190px;
}
#blog-title-inner {
overflow:hidden;
padding:0!important;
}
}
@media screen and (max-width: 320px) {
   .recommend-box {
    margin-right:10px;
    width: 130px;
    height:180px;
}
 .recommend {
     width: 550px;
}
}
/* kokuban */
.kokuban {
    color: #fff;
    background-color: #114400;
    margin: 10px 0 10px 0;
    padding: 15px;
    border: 9px solid #a60;
    border-radius: 3px;
    box-shadow: 2px 2px 4px #666, 2px 2px 2px #111 inset;
    text-shadow: 0px 0px 2px #000;
    line-height: 1.9;
    font-size: 18px;
}
.point {
    color:  #ffb1b3;
    font-weight: bold;
    border:3px solid #ffb1b3;
}

#warped {position: relative; display: block; width:558px; height:211px; color:#89c3eb;}

                     #warped>span[class^=w]:nth-of-type(n+0){display:block; position:absolute;
                     -moz-transform-origin:50% 100%; -webkit-transform-origin:50% 100%; -o-transform-origin:50%
                     100%; -ms-transform-origin:50% 100%; transform-origin:50% 100%; }

                     #warped span{font-family:'ABeeZee';font-size:18px;font-weight:regular;font-style:normal;
                     line-height:0.65; white-space:pre; overflow:visible; padding:0px;}

                     #warped .w0 {-moz-transform: rotate(-4.78rad);-webkit-transform: rotate(-4.78rad);-o-transform:
                     rotate(-4.78rad);-ms-transform: rotate(-4.78rad); transform: rotate(-4.78rad);
                     width: 18px; height: 11px; left: 33.04px; top: 25.89px;}

                     #warped .w1 {-moz-transform: rotate(-5.09rad);-webkit-transform: rotate(-5.09rad);-o-transform:
                     rotate(-5.09rad);-ms-transform: rotate(-5.09rad); transform: rotate(-5.09rad);
                     width: 18px; height: 11px; left: 37.8px; top: 47.94px;}

                     #warped .w2 {-moz-transform: rotate(-5.37rad);-webkit-transform: rotate(-5.37rad);-o-transform:
                     rotate(-5.37rad);-ms-transform: rotate(-5.37rad); transform: rotate(-5.37rad);
                     width: 18px; height: 11px; left: 48.89px; top: 67.48px;}

                     #warped .w3 {-moz-transform: rotate(-5.59rad);-webkit-transform: rotate(-5.59rad);-o-transform:
                     rotate(-5.59rad);-ms-transform: rotate(-5.59rad); transform: rotate(-5.59rad);
                     width: 18px; height: 11px; left: 64.87px; top: 83.93px;}

                     #warped .w4 {-moz-transform: rotate(-5.75rad);-webkit-transform: rotate(-5.75rad);-o-transform:
                     rotate(-5.75rad);-ms-transform: rotate(-5.75rad); transform: rotate(-5.75rad);
                     width: 18px; height: 11px; left: 83.63px; top: 97.08px;}

                     #warped .w5 {-moz-transform: rotate(-5.87rad);-webkit-transform: rotate(-5.87rad);-o-transform:
                     rotate(-5.87rad);-ms-transform: rotate(-5.87rad); transform: rotate(-5.87rad);
                     width: 18px; height: 11px; left: 104.75px; top: 107.88px;}

                     #warped .w6 {-moz-transform: rotate(-5.96rad);-webkit-transform: rotate(-5.96rad);-o-transform:
                     rotate(-5.96rad);-ms-transform: rotate(-5.96rad); transform: rotate(-5.96rad);
                     width: 18px; height: 11px; left: 126.28px; top: 116.21px;}

                     #warped .w7 {-moz-transform: rotate(-6.03rad);-webkit-transform: rotate(-6.03rad);-o-transform:
                     rotate(-6.03rad);-ms-transform: rotate(-6.03rad); transform: rotate(-6.03rad);
                     width: 18px; height: 11px; left: 148.49px; top: 122.82px;}

                     #warped .w8 {-moz-transform: rotate(-6.09rad);-webkit-transform: rotate(-6.09rad);-o-transform:
                     rotate(-6.09rad);-ms-transform: rotate(-6.09rad); transform: rotate(-6.09rad);
                     width: 18px; height: 11px; left: 170.87px; top: 127.93px;}

                     #warped .w9 {-moz-transform: rotate(-6.14rad);-webkit-transform: rotate(-6.14rad);-o-transform:
                     rotate(-6.14rad);-ms-transform: rotate(-6.14rad); transform: rotate(-6.14rad);
                     width: 18px; height: 11px; left: 192.96px; top: 131.72px;}

                     #warped .w10 {-moz-transform: rotate(-6.19rad);-webkit-transform: rotate(-6.19rad);-o-transform:
                     rotate(-6.19rad);-ms-transform: rotate(-6.19rad); transform: rotate(-6.19rad);
                     width: 18px; height: 11px; left: 215.81px; top: 134.53px;}

                     #warped .w11 {-moz-transform: rotate(-6.23rad);-webkit-transform: rotate(-6.23rad);-o-transform:
                     rotate(-6.23rad);-ms-transform: rotate(-6.23rad); transform: rotate(-6.23rad);
                     width: 18px; height: 11px; left: 239.2px; top: 136.36px;}

                     #warped .w12 {-moz-transform: rotate(-6.27rad);-webkit-transform: rotate(-6.27rad);-o-transform:
                     rotate(-6.27rad);-ms-transform: rotate(-6.27rad); transform: rotate(-6.27rad);
                     width: 18px; height: 11px; left: 261.54px; top: 137.18px;}

                     #warped .w13 {-moz-transform: rotate(-6.31rad);-webkit-transform: rotate(-6.31rad);-o-transform:
                     rotate(-6.31rad);-ms-transform: rotate(-6.31rad); transform: rotate(-6.31rad);
                     width: 18px; height: 11px; left: 285.43px; top: 137.13px;}

                     #warped .w14 {-moz-transform: rotate(-6.35rad);-webkit-transform: rotate(-6.35rad);-o-transform:
                     rotate(-6.35rad);-ms-transform: rotate(-6.35rad); transform: rotate(-6.35rad);
                     width: 18px; height: 11px; left: 307.89px; top: 136.2px;}

                     #warped .w15 {-moz-transform: rotate(-6.39rad);-webkit-transform: rotate(-6.39rad);-o-transform:
                     rotate(-6.39rad);-ms-transform: rotate(-6.39rad); transform: rotate(-6.39rad);
                     width: 18px; height: 11px; left: 331.55px; top: 134.29px;}

                     #warped .w16 {-moz-transform: rotate(-6.43rad);-webkit-transform: rotate(-6.43rad);-o-transform:
                     rotate(-6.43rad);-ms-transform: rotate(-6.43rad); transform: rotate(-6.43rad);
                     width: 18px; height: 11px; left: 353.44px; top: 131.64px;}

                     #warped .w17 {-moz-transform: rotate(-6.47rad);-webkit-transform: rotate(-6.47rad);-o-transform:
                     rotate(-6.47rad);-ms-transform: rotate(-6.47rad); transform: rotate(-6.47rad);
                     width: 18px; height: 11px; left: 376.12px; top: 127.91px;}

                     #warped .w18 {-moz-transform: rotate(-6.53rad);-webkit-transform: rotate(-6.53rad);-o-transform:
                     rotate(-6.53rad);-ms-transform: rotate(-6.53rad); transform: rotate(-6.53rad);
                     width: 18px; height: 11px; left: 399.26px; top: 122.95px;}

                     #warped .w19 {-moz-transform: rotate(-6.58rad);-webkit-transform: rotate(-6.58rad);-o-transform:
                     rotate(-6.58rad);-ms-transform: rotate(-6.58rad); transform: rotate(-6.58rad);
                     width: 18px; height: 11px; left: 421.29px; top: 116.96px;}

                     #warped .w20 {-moz-transform: rotate(-6.65rad);-webkit-transform: rotate(-6.65rad);-o-transform:
                     rotate(-6.65rad);-ms-transform: rotate(-6.65rad); transform: rotate(-6.65rad);
                     width: 18px; height: 11px; left: 443.06px; top: 109.54px;}

                     #warped .w21 {-moz-transform: rotate(-6.74rad);-webkit-transform: rotate(-6.74rad);-o-transform:
                     rotate(-6.74rad);-ms-transform: rotate(-6.74rad); transform: rotate(-6.74rad);
                     width: 18px; height: 11px; left: 464.06px; top: 100.51px;}

                     #warped .w22 {-moz-transform: rotate(-6.85rad);-webkit-transform: rotate(-6.85rad);-o-transform:
                     rotate(-6.85rad);-ms-transform: rotate(-6.85rad); transform: rotate(-6.85rad);
                     width: 18px; height: 11px; left: 483.62px; top: 89.7px;}
@media (max-width: 480px) {
#warped {width:300px; }
}

.hatena-module-category .hatena-urllist {
  display: table;
  width: 100%;
}
.hatena-module-category .hatena-urllist li {
  display: table-cell;
  margin-right: 12px;
  float: left;
}

/* おすすめ関連記事2列 */

/* スマートフォン1列 */
@media only screen and (max-width:767px){
.pconly {
    display:none;
}
}

.ribon h3 {
    font-size: 140%;
    height:40px;
    line-height: 40px;
    position: relative;
	padding: 0.2em 0.5em;
    background-color: #d2e7e4;
    box-shadow: 0px 0px 0px 5px #d2e7e4;
    border: 1px dashed #fff;
    margin-top: 0;
}
.ribon h3::before,
.ribon h3::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
.ribon h3::before {
	top: 54px;
	left: -6px;
	border-width: 0 15px 15px 0;
	border-right-color: #a8d4ff;
}
.border h3 {
  font-size: 130%;
  border-left: 4px solid  #77B8DA;
  padding: .5em 0 .5em .75em;
  background: repeating-linear-gradient(90deg, #edf5f4, #edf5f4 10px, #f6faf9 0, #f6faf9 20px);
  margin-top: 0;
}
.border h3::after {
    border-bottom: none;
}

.ballon h3 {
	position: relative;
	padding: .5em .75em;
	background-color: #fff;
	border: 1px solid #77B8DA;
	border-radius: 6px;
	margin-top: 0;
}
.ballon h3::before,
.ballon h3::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	height: 0;
	width: 0;
	border: 10px solid transparent;
}
.ballon h3::before {
	border-top: 15px solid #77B8DA;
}
.ballon h3::after {
	margin-top: -2px;
	border-top: 15px solid #fff;
}
/* この記事が気に入ったら */
ul.social-icon {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 -webkit-justify-content: center;
 justify-content: center;
 list-style-type: none;
 -webkit-padding-start: 0;
}
.social-icon li a {
  display: block;
  margin: 0 5px 5px 0;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align:center;
}
.social-icon .hatena {
  background: #fff;
  color: #3d3f44;
  }
.social-icon .hatena .lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -20%;
}
.social-icon .twitter {
  background: #00a1e9;
  color: #fff;
}
.social-icon .feedly {
  background: #87c040;
  color: #fff;
}

.p-entry__push {
    margin-bottom: 20px;
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #2b2b2b;
    color: #fff;
}

.p-entry__pushThumb {
    display: table-cell;
    min-width: 240px;
    background-position: center;
    background-size: cover;
}

.p-entry__pushLike {
    display: table-cell;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 18px;
}

.p-entry__note {
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
}
@media screen and (max-width: 480px) {
.social-icon li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
}
/* etc */
@media screen and (min-width: 376px) and (max-width: 767px) {
#nav-menu li:hover>a {
    background: #95c7a4;
    color: #fff;
    height: 16px;
}
}
/* 日付リセット */
.date {
  font-family:'Lucida Grande', 'segoe UI', Verdana, Arial, sans-serif;
}
.page-archive .hyphen {
	display: inline;
}
.page-archive .date a {
	text-decoration: none;
}
.page-archive .entry-header .date {/* テーマによっては.entry-headerは外す */
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	border: none;
	border-radius: 0;
	line-height: normal;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
.page-archive .date::before,
.page-archive .date-year::after {
	content: none;
}
.page-archive .date-month::after {
	content: none;
}
.page-archive .date-year, .page-archive .date-month, .page-archive .date-day {
	display: inline;
	font-size: 14px;
	font-weight: normal;
}

/* トップページHTML追加 */
.page-index .pickup-top ul {
  margin: 20px 0 40px;
  padding: 0;
  list-style: none;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.page-index .pickup-top ul li {
  width: calc(50% - 15px);
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  margin: 0 10px;
}
.page-index .pickup-top ul li:nth-child(even) {
  margin-right: 0;
}
.page-index .pickup-top ul::after {
  display: block;
  content: "";
  clear: both;
}
.page-index .pickup-top ul li a {
  width: 100%;
  display: block;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
}
.page-index .pickup-top ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.page-index .pickup-top ul li a:hover h3 {
  text-decoration: underline;
}
.page-index .page-index .pickup-top h3 {
  display: block;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
  margin: 10px auto;
  width: 100%;
  text-align: center;
}
.page-index .pickup-top ul li p {
  display: block;
  padding: 6px 0 0 0;
  line-height: 165%;
  font-size: 85%;
  color: #000;
  width: 100%;
  margin: 5px auto;
  text-align: center;
}

.page-index .menu-container {
  width: 100%;
}
.page-index .menu-box {
  display: block;
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  margin: 0 auto 10px;
  padding: 5px;
  text-align: center;
}
.page-index .menu-box img {
  margin-bottom: 10px;
}

.page-index .menu-box p {
  line-height: 1.4;
  margin: 0;
}
.page-index section {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .page-index .pickup-top ul li {
    padding: 0;
    width: calc(50% - 15px);
    margin: 0 8px;
  }
  .page-index .pickup-top ul li a {
    margin: 0 auto;
    font-size: 14px;
  }
  .page-index .menu-box {
    float:none;
    width:100%;
    text-align: center;
    margin: 20px auto;
  }
  .page-index .menu img {
    margin-bottom: 10px;
  }
}
/* サイドバーフォローボタン */
.sidebar-follow-buttons{
    text-align: center;
    margin-top: 0;
    width:100%;
}
.sidebar-follow-buttons .follow-title {
    width:100%;
    color:#666;
    margin-bottom:5px;
}
.sidebar-follow-buttons a {
    display: inline-block;
    width:60px;
    text-align: center;
    text-decoration: none;
    margin:5px;
}
.sidebar-follow-buttons .inner-text {
    font-size:13px;
    display: block;
}
.sidebar-follow-buttons .lg, .content-inner-follow-buttons .fa {
    padding:15px;
    border-radius:5px;
    margin:2px auto;
}
.sidebar-follow-buttons .hatena {
    color: #38393C;
    background-color: transparent;
}
.sidebar-follow-buttons .blogicon-hatenablog {
    background: #38393C;
    color: #ffffff;
}
.sidebar-follow-buttons .blogicon-hatenablog:hover {
    background: #5F6063;
}
.sidebar-follow-buttons .facebook {
    color: #305097;
    background-color: transparent;
}
.sidebar-follow-buttons .blogicon-facebook {
    background: #305097;
    color: #ffffff;
}
.sidebar-follow-buttons .blogicon-facebook:hover {
    background: #5A77B7;
}
.sidebar-follow-buttons .twitter {
    color: #55acee;
    background-color: transparent;
}
.sidebar-follow-buttons .blogicon-twitter {
    background: #55acee;
    color: #ffffff;
}
.sidebar-follow-buttons .blogicon-twitter:hover {
    background: #89C7F7;
}
.sidebar-follow-buttons .instagram {
    color: #3f729b;
    background-color: transparent;
}
.sidebar-follow-buttons .blogicon-instagram {
    background: #3f729b;
    color: #ffffff;
}
.sidebar-follow-buttons .blogicon-instagram:hover {
    background: #7AA5C7;
}
.sidebar-follow-buttons .feedly {
    color: #6cc655;
    background-color: transparent;
}
.sidebar-follow-buttons .blogicon-rss {
    background: #6cc655;
    color: #ffffff;
}
.sidebar-follow-buttons .blogicon-rss:hover {
    background: #8EDC7A;
}
.sidebar-follow-buttons .googleplus {
    color: #db4a39;
    background-color: transparent;
}
.sidebar-follow-buttons .fa-google-plus {
    background: #db4a39;
    color: #ffffff;
}
.sidebar-follow-buttons .fa-google-plus:hover {
    background: #e47365;
}
/* ココナラボタン */
.pink_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f79393;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px #f79393;
    border: dashed 1px #FFF;
}
a.pink_btn:visited {
    color: #fff;
}
.pink_btn:hover{
	  opacity:0.7;
}
.p-entry__pushLike .sidebar-follow-buttons .hatena .inner-text {
    color:#fff;
}

/* </system> */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, meiryo, sans-serif;
}
#blog-title {
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
}
/* ブログ全体を枠で囲む */
body {
    width: 100%;
    border:20px solid #47a89c;/* 枠線 */
    border-bottom:none;
    box-sizing:border-box;
}
@media screen and (max-width: 767px){
body {
    border: 10px solid #47a89c;/* SP枠線の幅 */
}
}
.hatena-module.hatena-module-entries-access-ranking {
    margin-bottom: 0;
}

.entry-footer-section {
display:none;
}
.hatena-urllist li.related-entries-item {
    border-bottom: 2px dashed #ddd;
}
.hatena-module.hatena-module-recent-entries,
.hatena-module.hatena-module-related-entries {
    margin-bottom:0;
}
.maste-box ul.list {
list-style-type:none;
}
/* adsenseダブルレクタングル用 */
.ad-entry-bottom{
display:-webkit-flex;
display:flex;
-webkit-justify-content:space-between;
justify-content:space-between;
}
@media screen and (max-width: 1200px){
.ad2 {
display:none!important;
}
}
/* adsense */
.ad1,.ad2 {
display: inline-block;
width: 336px;
height: 280px;
}
.ad1,.ad2 {
margin-left: auto;
margin-right: auto;
}

@media screen and (max-width: 320px){
.ad1 {
width:300px;
height:250px;
margin-left: -10px;
}
}

.girly_btn_1 {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none!important;
    outline: 0;
    overflow: hidden;
    color: #fff!important;/* 文字の色 */
    background: #f08080;/* ボタン背景色 */
    border-radius: 8px;/* 角丸サイズ */
    box-shadow: 0 0 0 5px #f08080, 0 2px 3px 5px rgba(0,0,0,0.5);/* 縁取り・影 */
    border: 2px dashed #fff;/* 点線の色・サイズ */
    padding: .5em 1em;/* 余白 */
}

.entry-content a.girly_btn_2 {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: 0;
    overflow: hidden;
    color: #fff;/* 文字の色 */
  　background: -moz-linear-gradient(45deg, #ff9a9e 0%, #f0b77f 99%, #fad0c4 100%);
    background: -webkit-linear-gradient(#ff9a9e 0%, #f0b77f 99%, #fad0c4 100%);
    background: linear-gradient(45deg, #ff9a9e 0%, #f0b77f 99%, #fad0c4 100%);/* 背景グラデーション */
    box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: .5em 1em;
}
.entry-content a.girly_btn_2:hover {
    opacity:0.7;
}

.entry-content a.girly_btn_3 {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: .5em .75em;
    background-color: #fff;
    border: 1px solid #77B8DA;
    border-radius: 6px;
}
.entry-content a.girly_btn_3::before,
.entry-content a.girly_btn_3::after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    height: 0;
    width: 0;
    border: 10px solid transparent;
}
.entry-content a.girly_btn_3::before {
    border-top: 15px solid #77B8DA;
}
.entry-content a.girly_btn_3::after {
    margin-top: -2px;
    border-top: 15px solid #fff;
}

.entry-content a.girly_btn_4 {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: .5em .75em;
    color:#f08080;/*ボタン文字色*/
   background: repeating-linear-gradient(-45deg, #ffced0, #ffced0 5px, #ffe6e7 0, #ffe6e7 10px);/* 背景ストライプ */
    border-radius: 6px;
}
.entry-content a.girly_btn_4::before,
.entry-content a.girly_btn_4::after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    height: 0;
    width: 0;
    border: 10px solid transparent;
}
.entry-content a.girly_btn_4::before {
    border-top: 15px solid fff;
}
.entry-content a.girly_btn_4::after {
    margin-top: -2px;
    border-top: 15px solid #ffced0;
}


.entry-content a.girly_btn_5 {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: 0;
    overflow: hidden;
    color: #fff;/* 文字の色 */
    background: #f08080;/* ボタン背景色 */
    width: 70px;
    height:70px;
    line-height:70px;
    border-radius: 50%;/* 角丸サイズ */
    box-shadow: 0 0 0 5px #f08080, 0 2px 3px 5px rgba(0,0,0,0.5);/* 縁取り・影 */
    border: 2px dashed #fff;/* 点線の色・サイズ */
}

/* 記事背景に色指定がある場合 */
#container #content {
   background: transparent;
}
/* 見出しのデザイン */
.entry-content a.girly_btn_6 {
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 10px;
    padding: 8px 25px 8px 25px;
    background: none;
    text-transform: uppercase;
    font-size: 140%;
    font-weight: bold;
    color:#f08080;/*ボタン文字色*/
    border: 2px solid #333;
    border-radius: 3em .5em 2em .5em/.4em 2em .5em 3em;
}
.entry-content a.girly_btn_6:before,
.entry-content a.girly_btn_6::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px #ffced0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.entry-content a.girly_btn_6::before {
    background-color: #ffced0;
    left: 0;
    top: 4px;
    z-index: -1;
}
.entry-content a.girly_btn_6::after {
    background-color: #ffced0;
    top: 5px;
    left: 5px;
    z-index: -2;
}


@media screen and (min-width: 920px){
#container #content {
    padding-top: 20px;
}
}

.page-index .top-placed-publication .entry-title a:after,
.page-index .archive-entries .archive-entry:first-child .entry-title a:after{
content: "固定された記事";/* 表示したい文言 */
color: #47a89c;/* 文字色 */
border: 1px solid #47a89c;/* 枠の色 */
border-radius: 8px;/* 角丸 */
padding:.5em;
font-size: 60%;/* 文字サイズ */
margin-left:10px;/* タイトルとの余白 */
}

.page-archive .archive-entries .archive-entry[data-uuid="17391345971627775047"]:nth-child(2) {
display:none;
}

section[data-uuid="17391345971627775047"]:nth-of-type(2) {
display:none;
}
.my-header {
margin-bottom:2em;
}
/* 記事下プロフィールカード */

.entry-footer-profile {
    border: 1px solid #47a89c;/* 枠線 */
    border-top: 5px solid #47a89c;/* トップのライン線 */
    box-sizing: border-box;
    width: 100%;
    margin-top: 30px;
}

.entry-footer-profile-title {
    color: #454545;/* プロフィールタイトル文字色 */
    font-size: 110%;
    font-weight: bold;
    padding: .5em 0 .5em .75em;
    /* プロフィールタイトル背景 */
    background: -moz-linear-gradient(0deg, #edf5f4, #edf5f4 10px, #f6faf9 0, #f6faf9 20px);
    background: -webkit-linear-gradient(0deg, #edf5f4, #edf5f4 10px, #f6faf9 0, #f6faf9 20px);
    background: repeating-linear-gradient(90deg, #edf5f4, #edf5f4 10px, #f6faf9 0, #f6faf9 20px);
}

.entry-footer-profile-body {
    display: -webkit-flex;
    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: 10px;
}
.entry-footer-follow-buttons .inner-text {
    font-size: 11px;
    display: block;
}
/* スマートフォン */
@media only screen and (max-width: 767px) {
  .entry-footer-profile-body {
      -webkit-flex-wrap: nowrap; 
      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;
  }
}
/* フォローボタン */

.entry-footer-follow-buttons {
    text-align: center;
    margin-top: 0;
    width: 100%;
}

.entry-footer-follow-buttons a {
    display: inline-block;
    width: 60px;
    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: #ffffff;
}

.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: #ffffff;
}

.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: #ffffff;
}

.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: #ffffff;
}

.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: #ffffff;
}

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

/* フォローボタン */

.entry-footer-follow-buttons {
    text-align: center;
    margin-top: 0;
    width: 100%;
}

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

.entry-footer-follow-buttons .inner-text {
    font-size: 11px;
    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: #ffffff;
}

.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: #ffffff;
}

.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: #ffffff;
}

.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: #ffffff;
}

.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: #ffffff;
}
.entry-content img {
    border: none;
    box-shadow: none;
}
.entry-footer-follow-buttons .blogicon-rss:hover {
    background: #8EDC7A;
}

/* 吹き出しのCSS　*/

.entry-content .l-fuki, .entry-content .r-fuki {
    position: relative;
    width: 80%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    border: 3px solid #47a89c;
    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: 20px;
    width: 16px;
    height: 16px;
    border-right: 3px solid #47a89c;
    border-bottom: 3px solid #47a89c;
    background-color: #fff;
    z-index: 2;
}

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

.entry-content .r-fuki::before {
    left: -12px;
    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 #47a89c;
    background-size: 60%;
    background-position: center center;
    background-repeat: no-repeat;
}

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

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

@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 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;
    }
}

.minimalgreen::after {
    background-image: url(https://minimal-green.com/web-design/wp-content/uploads/sites/6/2017/10/matoryoshika.png);
}
/* copy_btn */
.copy_btn {
    width: 300px;
    height: 50px;
    line-height: 50px;
    display: block;
    background-color: #7fdbb6;
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin: 0 auto 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
}

.copy_btn::before {
    font-family: FontAwesome;
    content:"\f0ea";
}

.copy_btn:hover {
	cursor: pointer;
    background-color: #FFEC64;
}

.copy_btn.copied {
	pointer-events: none;
	background-color: #ccc;
	opacity: .6;
	color: #ffffff;
}
.copy_btn.copied::before {
    font-family: FontAwesome;
    content:"\f00c";
}
.copy_btn.copied:hover {
	cursor: auto;
}
.entry-content a.sns-link,
.entry-content a.sns-link:hover,
.entry-content a.sns-link:visited {
	color: #fff!important;
	text-decoration:none;
}

/* 外部リンクアイコン付き */
.entry-content a[target="_blank"] {
	text-decoration:none!important;
	border-bottom:1px solid #4f96f6;
}
.entry-content a[target="_blank"]::after {
        content: "\f08e";
        font-family: FontAwesome;
	margin-left: 5px;
}

/* line */
.sns-line {
	color: #fff;
	background: #00B900;
	border-radius: 16px;
    box-shadow: 0 0 0 5px #00B900, 0 2px 3px 5px rgba(0,0,0,0.5);
    border: 2px dashed #fff;
}
.blogicon-twitter, .blogicon-facebook, .blogicon-bookmark, .fa-line, .blogicon-chevron-down {
    margin-right: 5px;
}


/*  はてなブログ共通CSSで記述済み */
.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/*  CTAデザイン */
.cta-container img {
    width: 100%;
    max-width: 100%!important;
    height: auto!important;
}
.cta-container {
    background-color: #555;/* CTA背景色 */
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 20px;
}

.cta-left {
    position: relative;
    width: calc(50% - 20px);
    text-align: center;
    margin-right: 20px;
}

.cta-right {
    color: #fff;
    font-size: 16px;
    width: 50%;
}

.cta-description {
    color: #fff;/* 説明文文字色 */
    padding: 10px;
    text-align: left;
}

@media only screen and (max-width: 1023px) {
    .cta-container {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .cta-container {
        display: block;
        padding: 20px;
    }
    .cta-right, .cta-left {
        width: 100%;
    }
}


/* CTAボタン */

.cta-btn {
    display: inline-block;
    padding: 1em 1em;
    text-decoration: none!important;
    background-color: #db4a39;/*ボタン色*/
    color: #fff!important;
    border-bottom: solid 4px #a92d1f;/* 影の色 */
    border-radius: 8px;
    margin-top:2em;
}
.cta-btn:hover {
    background-color: #e37164;/* マウスホバー時 */
}
.cta-btn:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}

/* 画像リンクのアイコンを消す */
.entry-content a.remove-icon[target="_blank"] {
    border:none;
}
.entry-content a.remove-icon[target="_blank"]::after {
    content: none;
}

ul.list li::after {
    border-left: 2px solid #66cdaa;
    border-bottom: 2px solid #66cdaa;
}

/* pre */
pre {
	position: relative
}

#selectPre {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	padding: 2px 3px;
	font-family: consolas;
	color:#333;
}
#copyright a {
    color:#fff;
}
#copyright {
    width: 100%;
    margin: 0 auto;
    padding: 1em 0;
    background: #47a89c;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 2;
}

p.easyLink-img-box span {
	height: 240px;
}

@media only screen and (max-width: 767px) {
        .sns-area li { 
                margin: 2%;
                width: 15%; 
        }
		}
@font-face {
    font-family: 'HuiFontP109';
    src:url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.eot?version=e0e0a3993d8aff6a6344f19dd784d5');
    src:url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.eot?version=e0e0a3993d8aff6a6344f19dd784d5') format('embedded-opentype'), 
url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.woff?version=e0e0a3993d8aff6a6344f19dd784d5')format('woff'), 
url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.ttf?version=e0e0a3993d8aff6a6344f19dd784d5')format('truetype'), 
url('https://cdn.blog.st-hatena.com/fonts/public/HuiFont/HuiFontP109.svg?version=e0e0a3993d8aff6a6344f19dd784d5') format('svg');
    font-weight: normal;
    font-style: normal;
}
.kokuban {
    font-family: HuiFontP109;
    color: #fff;
    background-color: #114400;
    margin: 10px 0 10px 0;
    padding: 15px;
    border: 9px solid #a60;
    border-radius: 3px;
    box-shadow: 2px 2px 4px #666, 2px 2px 2px #111 inset;
    text-shadow: 0px 0px 2px #000;
    line-height: 1.9;
}
.point {
    color: #ffb1b3;
    font-weight: bold;
    border: 3px solid #ffb1b3;
}

		