/* <system section="theme" selected="8599973812270629022"> */
@charset "utf-8";
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
/*
Theme: Minimalism
Author: Codomisu
Description:
最小限のデザインで最大限の「美」を引き出す


※未だにコードを整理していない　2018/09/09

Licensed under the MIT license.
*/
/*  import normalize */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

/* Responsive:yes */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
* Remove default margin.
*/
body {
  margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}
/**
* Address style set to `600er` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: 600;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: 600;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*  import mixin */
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*  import variable */
/* Common */
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  color: #3f3f3f;
  background-color: #ffffff;
}
a {
  color: #1487bd;
}
a:visited {
  color: #789dae;
}
a:hover {
  color: #0f5373;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #333333;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #ECEEF1;
  color: #3f3f3f;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
.btn-small {
  padding: 2px 10px ;
  font-size: 11px ;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: 600;
}
/* ヘッダ（グローバルヘッダ）
グローバルヘッダの中はiframeですが、
#globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* container */
#container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 37px;
}
#container #content {
  display: block;
  *zoom: 1;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 0;
}
/* 2カラムレイアウト */
#main {
  width: 640px;
  float: left;
}
#box2 {
  width: 290px;
  float: right;
}
/* 1カラムにしたい場合は下記のコメントアウトを外してください ----

#main {
width: 100%;
float: none;
}

#box2 {
width: 100%;
float: none;
}

#box2-inner {
width: 960px;
.clearfix;
overflow: hidden;
}

.hatena-module {
text-align: left;
padding-right: 20px;
width: 300px;
float: left;

&:nth-child(3n+1) {
clear: both;
}
}

---- END 1カラム */
/* header */
#blog-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  text-align: center;
  margin: 0;
  padding: 50px 0;
}
#title {
  margin: 0;
}
#title a {
  color: #3f3f3f;
}
#blog-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  padding: 10px;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 50px;
}
.entry-header {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECEEF1;
  position: relative;
}
.entry-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 35px;
  margin: 15px 0 20px;
}
/* 日付 */
.date {
  font-weight: 600;
  margin-bottom: 15px;
}
.date a {
  color: #1487bd;
  text-decoration: none;
  font-size: 90%;
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
}
.categories a {
  color: #3f3f3f;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 15px;
  line-height: 34px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECEEF1;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  border: 1px solid #ECEEF1;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #ECEEF1;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 80%;
  color: #999999;
}
.entry-footer-section a {
  color: #999999;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #ECEEF1;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #ECEEF1;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px ;
  height: 50px ;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: 600;
}
.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 80%;
  color: #999999;
  margin: 0;
}
.comment-metadata a {
  color: #999999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 120%;
  padding:0 0 5px 5px;
  border-bottom: 1px solid #ECEEF1;
}
.hatena-module-title a {
  color: #3f3f3f;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 5px;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  font-weight: 600;
  font-size: 110%;
  margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
/* urllist module
リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #ECEEF1;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #ECEEF1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 10px 10px;
  color: #3f3f3f;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-box .search-module-button {
  width: 35px;
  height: 35px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=4d776f2b7a248fe0227f52f5e9d786) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 1px;
  right: 10px;
  opacity: 0.5;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}
/* Pager */
.pager {
  margin: 1em 0;
  display: block;
  *zoom: 1;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
/* Footer */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #999999;
}
/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  font-size: 13px;
  line-height: 25px;
}
.page-archive .categories a {
  color: #3f3f3f;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom:5px;
}

.shrbtn{
  padding:0;
  margin:15px 0;
  width: 100%;
  background:#ECEEF1;
  text-align:center;
  display: inline-flex;
}

.share_btn{
  display: inline-block;
  width: calc(100% / 5);
  margin:4px 6px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color:#3f3f3f;
  border:1px solid #ECEEF1;
  border-radius:0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: 600;
  transition: .3s;
  background:#fafafa;
}

.share_btn:first-of-type{
  margin-left:0;
}

.share_btn:last-of-type{
  margin-right:0;
}

.share_btn:hover{
  color:#3f3f3f;
}

.share_btn .fa {line-height:40px}


/* ### スライドメニュー ### */
#gnav {
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  margin: 0 0 10px;
  background: #ffffff;
  font-size: 0;
  padding: 0 0 0;
}

#gnav .menu a {
  display: block;
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 500;
  text-decoration:none;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;

}


#gnav .gnav-inner {
  width: 100%;
  padding: 12px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

#gnav .menu {
  display: inline-block;
}

/* ### スライドメニューを横いっぱいに広げる ### */
#top-editarea .section {
  width: 100% ;
  margin-left: auto;
  margin-right: auto;

}

#top-editarea{
  margin-bottom: 15px;
}

.id a{
  color: #3f3f3f;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}


.hatena-module-profile .profile-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}

.table-of-contents {
  position: relative;
  background-color: #fafafa;
  border:1px solid #ECEEF1;
  padding: 60px 70px 25px;
  border-radius: 0;
  font-size: 14px;
  line-height: 28px;
}


.table-of-contents::before {
  position: absolute;
  display: block;
  text-align: center;
  top: 15px;
  left: 50%;
  margin-left: -1em;
  font-size: 20px;
  font-weight: 700;
  content: '目次';
  z-index: 2;
}


.table-of-contents li a {
  text-decoration: none;
  line-height: 35px;
  color:#3f3f3f;
}

.archive-header-category{
  margin-bottom:25px;
}

.archive-heading{
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  border-bottom:1px solid #ECEEF1;
  font-weight: 600;
  font-size: 21px;
  line-height: 35px;
  padding-bottom:5px;
  margin-bottom:25px;
}

.footer{
  background:#3f3f3f;
  color:#fff;
  padding:30px 0;
}
.footer ul li{
  text-align:center;
  display: block;
}

.footer .footer-title{
  margin-bottom:10px;
}

.footer .footer-copyright{
  font-size:12px;
}

.footer-list{
  padding: 0;
}

.categories a{
  color: #3f3f3f;
  text-decoration: none;
  padding: 4px 0;
  border-radius: 0;
  font-size:13px;
  vertical-align: middle;
  margin-right: 10px;
}

.categories a:before{
  font-family: FontAwesome;
  content:"\f02b";
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
  color:#2f2f2f;
}

/*  import media queries */
/* Media Queries - Retina Display */
@media screen and (min-width: 1139px){

  #blog-title #title{
    font-size: 37px;
    line-height: 60px;
    font-weight:500;
  }

  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=4d776f2b7a248fe0227f52f5e9d786) no-repeat right center;
    background-size: 20px 20px;
  }
  #container {
    border-right: 1px solid #ECEEF1;
    border-left: 1px solid #ECEEF1;
  }
  #content{
    margin: 35px 55px;
  }
  .breadcrumb-inner{
    margin: 0 5%;
  }
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .entry-thumb {
    border-radius: 5px;
    margin-right: 20px;
  }

  #box2 .urllist-image {
    border-radius: 5px;
    margin-right: 15px;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%
    top: 0;
    color: #3f3f3f;
  }


  .shrbtn{
    background:none;
  }

  #box2{
    margin-top: 15px;
  }

  .page-archive .archive-entries .entry-title {
    margin-top:10px;
    font-size: 19px;
  }

  .hatena-urllist li a {
    font-size: 13px;
    line-height: 25px;
    color:#3f3f3f;
  }
  #gnav .menu a {
    padding: 0 15px;
  }
}
/* Media Queries - Tablet */
@media screen and (max-width: 1138px){
  #gnav .menu{
    margin-right:20px;
  }
  #gnav .menu a{
    font-size: 12px;
  }
  #container {
    width: 100% ;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75% ;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75% ;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100% ;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 18px;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .entry-thumb {
    border-radius: 5px;
  }
  #box2 .urllist-image {
    border-radius: 5px;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px ;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% ;
    top: 0;
    color: #3f3f3f;
  }
  .shrbtn{
    background:none ;
  }
.
  .hatena-urllist li a {
    color:#3f3f3f;
  }
  .entry .entry-title{
    font-size: 22px;
  }
  .categories a{
    color: #3f3f3f;
    text-decoration: none;
    padding: 2px 7px;
    border-radius: 2px;
    margin: 0 2px;
  }
  .page-archive .archive-entries .entry-title {
    font-size: 18px;
  }

}
/* Media Queries - Small Tablet & Smartphone */
@media screen and (max-width:640px){
  #globalheader-container {
    position: static;
  }
  #blog-title #title{
    font-size: 30px;
    font-weight:500;
    font-family: 'Nunito', sans-serif;
  }
  #blog-description {
    font-size:11px;
  }
  #container {
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75%
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100%;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
  .archive-entry-header{
    width : -webkit-calc(100% -90px);
    width: calc(100% - 90px);
    float: right;
  }
  .page-archive .archive-entries .entry-title {
    font-size:14px;
    line-height: 25px;
    font-weight: 400;
    margin:0;
  }
  .archive-entries .entry-description{
    font-size:11px;
    display:none;
  }
  .page-archive .entry-thumb {
    width: 75px;
    height: 75px;
    border: 1px solid #ECEEF1;
    background-size: 100%;
    float:left;
    border-radius: 3px;
  }

  .page-archive .categories{
    display: none;
  }

  .page-archive .archive-entries .archive-entry {
    margin-bottom: 0;
    padding: 17px 0;
    border-bottom: 1px solid #ECEEF1;
}
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 12px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .social-buttons{
    display: none;
  }

  #blog-title {
    text-align: center;
    padding: 35px 0 35px;
    margin:0;
  }

  .entry .entry-title{
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  }

  .entry .entry-header{
    padding: 10px 0 10px 0;
    border:none;
  }

  .table-of-contents {
    position: relative;
    background-color: #fafafa;
    border:1px solid #ECEEF1;
    padding: 60px 45px 25px;
    border-radius: 0;
    font-size: 14px;
    line-height: 28px;
  }

  #box2 .urllist-image {
    max-width: 100%;
    width: 75px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #ECEEF1;
    height: 75px;
  }
  .hatena-urllist li{
    padding: 10px 0 0px;
  }

  .hatena-urllist li a {
    font-size: 13px ;
    line-height: 20px;
    font-weight: 500;
    color: #3f3f3f;
    text-decoration: none;
  }

  .archive-module-year{
    border:none ;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 12px ;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% ;
    top: 0;
    color: #3f3f3f;
  }
  .archive-entries{
    margin:0 0 40px;
  }

  .id a{
    font-weight: normal;
    text-decoration: none;
    color: #3f3f3f;
  }

  .entry-content {
    font-size: 14px;
  }
  .hatena-module {
    margin-bottom: 40px;
  }
  .urllist-image{
    width: 70px;
    border-radius: 5px;
  }
  .related-entries .related-entries-entry-body{
    display: none;
  }
  .pager{
    text-align: center;
    margin-bottom: 45px;
  }
  :not(.permalink)>.pager-next{
    float:none ;
    text-align: center ;
  }
  :not(.permalink)>.pager-next a{
    text-decoration: none;
    padding: 10px 100px;
    border-radius: 4px;
    border: 1px solid #ECEEF1;
    background: #fafafa;
    color: #3f3f3f;
  }
  .pager-permalink{
    display:none;
  }
}
/* Media Queries - Smartphone */

/* </system> */

/* <system section="background" selected="default"> */
/* default */
/* </system> */



#box2{
position:relative;
left:35px;
}

.hatena-module{
margin-bottom:40px;
}

.hatena-module-profile{
background-color:#f5f5f5;
border-radius:5px;
padding:20px;
width:250px;
margin-bottom:40px;
box-shadow:0px 0px 2px gray;
}

@media screen and (max-width: 478px) {
#box2{
position:relative;
left:auto;
}

.hatena-module{
margin-bottom:40px;
}

.hatena-module-profile{
background-color:#f5f5f5;
border-radius:5px;
padding:0px;
width:auto;
box-shadow:0px 0px 2px gray;
  text-align: center;
}

}

/*=============================================
　会話　吹き出し　シンプルデザイン
==============================================*/
/* 吹き出しの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: 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: 90px;
	height: 90px;
	top: -10px;
	border-radius: 50%;
	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;
}
@media screen and (max-width: 620px) {
	.entry-content .l-fuki,
	.entry-content .r-fuki {
		padding: 20px 15px 20px 15px;
		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: 80px;
		height: 80px;
		border-radius: 50%;
	}
	.entry-content .l-fuki::after {
		right: -105px;
	}
	.entry-content .r-fuki::after {
		left: -105px;
	}
}
.ojou::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/aisyuudog/20180227/20180227033559.jpg);}



.ts1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/aisyuudog/20180410/20180410154925.jpg);}
.kimasitawa::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/aisyuudog/20180423/20180423173832.jpg?1524473040);}
.hime::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/aisyuudog/20180423/20180423191158.jpg?1524478365);}
.heisi::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/aisyuudog/20180423/20180423190235.jpg?1524477877);}
.toketu::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/aisyuudog/20180220/20180220014434.jpg);}
.heddofon::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/aisyuudog/20180320/20180320090819.jpg);}
.kurokamiojou::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/aisyuudog/20180227/20180227040148.jpg);}
.meganekinnpatu::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/aisyuudog/20180420/20180420145622.jpg);}
.erukinazoku::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/aisyuudog/20180507/20180507042048.jpg?1525634484);}
.dakituki::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/a/aisyuudog/20180318/20180318010432.jpg);}
.クラス名::after {background-image:url(画像のURL);}
.クラス名::after {background-image:url(画像のURL);}

/*=============================================
パンくずリスト　カスタマイズ
==============================================*/
.breadcrumb{
margin:5px;
border-left:solid 3px green;
}
.breadcrumb a:hover{color:orange/*好きな色*/;}


/*=============================================
画像周辺に　影をつける　マウスフォーカス時　class指定　カスタマイズ
==============================================*/
.hover1:hover{
 box-shadow: 0 0 6px gray;
}

.hover2:hover{
    background-color: rgba(255,0,0,0.5);}
    
.shadow1{
 box-shadow: 0 0 6px gray;
}


/*========================================
サイドバーの　リンク色　変更　Visited,hover,link
================================================*/

/*クリック前の色*/
.hatena-module-recent-entries a:link {color:#4169e1;}
/*クリック後*/
.hatena-module-recent-entries a:visited {color:#44444;}
/*マウスを重ねた時*/
.hatena-module-recent-entries a:hover {color: #d2b48c;}

/*クリック前の色*/
.hatena-module-entries-access-ranking a:link {color:#4169e1;}
/*クリック後*/
.hatena-module-entries-access-ranking a:visited {color:#44444;}
/*マウスを重ねた時*/
.hatena-module-entries-access-ranking a:hover {color: #d2b48c;}

/*クリック前の色*/
.hatena-module-archive a:link {color:#4169e1;}
/*クリック後*/
.hatena-module-archive a:visited {color:#44444;}
/*マウスを重ねた時*/
.hatena-module-archive a:hover {color: #d2b48c;}



/*========================================
ブログの背景画像の設置についての　サイズと画像選択
================================================*/
#blog-title {
    background-image: url(""); /* PC用タイトル背景画像 */
    background-repeat: no-repeat;
        background-position: center center;
        
    border-left:solid 5px #444;
    border-right:solid 5px #444;
        border-top:solid 5px #444;
        
}
    @media screen and (max-width: 480px) {
/* 480pxまでの幅のサイズ */
   #blog-title {

    border-left:solid 0px #444;
    border-right:solid 0px #444;
    border-top:solid 2px #444;
    
    }
}

/*====================================
　　　　ブログタイトル　フォント　位置設定
===============================================*/
#blog-title{
background-color:none;
    font-size:160%;
    text-align:center;
}
#blog-description {
    font-size:80%;
margin:0 auto;/
;}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　Webフォント変更CSS
　　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
p,h1,h2,h3,h4,h5,body,.entry-title.entry-content{ 
font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　文字サイズ　行間
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.entry-content {
font-size : 16px ; /*フォントサイズ*/
color : #444444;
line-height : 1.7 ; /*行間*/
}
.entry-content p {
margin-bottom: 1.9em; /*段落の余白*/
}

@media screen and (max-width: 478px) {
.entry-content {
font-size : 16px ; /*フォントサイズ*/
color : #444444;
line-height : 1.7 ; /*行間*/
}
.entry-content p {
margin-bottom: 1.1em; /*段落の余白*/
}

}


/*========================================
ヘッダー、  1番上の「Hatena Blog」部分の背景色、線、fixedが固定
================================================*/
#globalheader-container {

    color: #333;
    background-color: #fff;  
 position: relative;
    border-bottom:solid 1px black;
  top: 0;
  left: 0;
  width: 100%;


}
/*元ヘッダーリンク部分の余白を消す、周囲の仕切り線を消す*/
#container {
padding-top: 0px;
background-color:white;
border:none;
}

/*====================================
　　   記事の背景色、余白、リンクの色
===============================================*/
/*-------------------------
　　記事、一覧表示の余白部分、の四角背景　背景色変更
---------------------------*/
/*アーカイブ表示の説明文部分*/
section {
background-color:#ffffff;
padding:20px;
border-bottom:solid whitesmoke 1px;
}
    @media screen and (max-width: 480px) {
    background-color:#ffffff;
    padding:20px;
    border-bottom:none;
}

/*記事、本文　の四角背景　背景色変更、*/
.entry-inner {
background-color:#ffffff;
padding:0px;
}



/*-------------------------
　　記事タイトルの背景　線・画像
---------------------------*/
.entry-title {
  font-weight: bold;
  font-size: 1.7em;
}

/*本文とサイドバーの縦線、Minimarismでは要らないかも*/
#main{


}



/*-------------------------
　　記事タイトル色　変更CSS リンクの色
---------------------------*/
h1.entry-title a:link {
color:#4169e1;
}
h1.entry-title a:visited {
color:#44444;
}
h1.entry-title a:hover{
    color: #d2b48c;
}


/*===========================================
       記事３つの見出しのリセット 
==========================================*/
.entry-content h3,
.entry-content h3::before,
.entry-content h3::after {
  background: none;
  border: none;
  border-radius: 0;
}

.entry-content h4,
.entry-content h4::before,
.entry-content h4::after {
  background: none;
  border: none;
  border-radius: 0;
}

.entry-content h5,
.entry-content h5::before,
.entry-content h5::after {
  background: none;
  border: none;
  border-radius: 0;
}

/*==========================================
       見出し色形　変更部分
       =====================================*/


.entry-content h3{
  position: relative;
  color: snow;
  font-size:26px;
  font-weight: 600; 
  background: #81d0cb;
  line-height: 1.4;
  padding: 0.2em 0.5em 0.2em 1.8em;
}

.entry-content h3:before {/*疑似要素*/
  font-family: FontAwesome;;
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}







 .entry-content h4 {

border-bottom:solid #696969 2px;


}


.entry-content h5{
position: relative;
padding: 2px 20px 5px 55px;
font-size: 20px;
color: #474747;
border-radius: 0 10px 10px 0;

}

/*グラデーション下線の設定*/
.entry-content h5::after {
content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    margin: 0 auto;
    text-align: center;
background-image: -webkit-linear-gradient(left, transparent, orange 25%, orange 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
    }

/*円形のアイコンマークの設定*/
.entry-content h5::before{
font-family: FontAwesome;
content: "\f00c";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #ffa337;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: 0em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

/*////////////////////////////////////////*/


/*//////////////////////////////////////////*/

/*////////////////////////////////////////*/


/*//////////////////////////////////////////*/

/*====================================
リンク文字に、ポップアップをつける
===============================================*/

.message {
    position: relative;
}
.message span.remark {
    display: none;
}
.message a:hover span.remark {
text-shadow: 2px 2px 1px white,-2px -2px 1px white; 
background-color: rgba( 204, 255, 204, 0.55 );
    border: 1px solid #CCCCCC;
    color: red;
    font-size:14px;
    font-weight: bold;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
    position: absolute;
    bottom: 28px;
    width: 18em;
}

a.p:hover {
    position: relative;
    text-decoration: none;
}
a.p span {
    display: none;
    position: absolute;
    bottom: 13em;
    
}
a.p:hover span {
    border: none;
    display: block;
    width: 210px;
}

a.usagi-pop:hover {
    position: relative;


}
a.usagi-pop span {
    display: none;
    position: absolute;
    bottom: 6em;
margin-left: -65px;



}
a.usagi-pop:hover span {
    border: none;
    display: block;
    width: 250px;
         border: dashed 4px red;
}


/*====================================
囲み線。うさぎの生息地を囲むのに使った
===============================================*/
.usagi{
    display: inline-block;
    padding: 0.5em 4em 0.5em 4em;
text-decoration: underline;
    background: #3cb371;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px #3cb371;
    border: dashed 1px #FFF;


}

.usagi:hover{
	border: dotted 1px #FFF;
}


/*====================================
背景色が　左から　ホバーして被さる　緑色
===============================================*/
.slide-left{
 padding: 0 .3em;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(46,204,113,1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}
.slide-left:hover{
  background-position: -100% 0;
  color: #fff;
}
/*====================================
　1ヶ月経過報告　画像が拡大し、浮き上がる
===============================================*/
.slide-left2 {
  display: inline-block;
  cursor :pointer;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.slide-left2:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*====================================
===============================================*/



/*====================================
オン　マウスホバー時　ポップアップ・テキスト表示
===============================================*/
.on-mouse1 {
	width:			280px;
	height:			200px;
	overflow:		hidden;

	position:		relative;	/* 相対位置指定 */
}
.on-mouse1 .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}
.on-mouse1 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.on-mouse1:hover .mask {
	opacity:		1;	/* マスクを表示する */
}
/*====================================
===============================================*/


/*=================================
両サイド　会話形式　吹き出し
======================================*/
/*——————–
 吹き出しを作る
——————–*/
/* 全体のスタイル */
.kaiwa {
  margin-bottom: 25px;
}
/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 100px;
  height: 100px;
  margin-right: -70px;
}
/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 100px;
  height: 100px;
  margin-left: -70px;
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 12px;
  text-align: center;
  position: relative;
  bottom: 15px;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 10px;
  border-radius: 10px;
  background: #ffe4e1;
  margin-right: 12%;
  float: left;
/* 以下の１行でドロップシャドウが適用される */
	-webkit-filter:drop-shadow(0px 0px 2px rgba(0,0,0,0.5));
}
/* 左からの吹き出しテキスト 色違い、オレンジ*/
.kaiwa-text2-right {
  position: relative;
  margin-left: 80px;
  padding: 10px;
  border-radius: 10px;
  background: orange;
  margin-right: 12%;
  float: left;
  /* 以下の１行でドロップシャドウが適用される */
	-webkit-filter:drop-shadow(0px 0px 2px rgba(0,0,0,0.5));
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
  position: relative;
  margin-right: 80px;
  padding: 10px;
  border-radius: 10px;
  background-color: #9cd6e7;
  margin-left: 12%;
  float: right;
  /* 以下の１行でドロップシャドウが適用される */
	-webkit-filter:drop-shadow(0px 0px 2px rgba(0,0,0,0.5));
}
p.kaiwa-text {
  margin: 0 0 20px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
/*左吹き出し　色違いの余白設定*/
p.kaiwa-text2 {
  margin: 0 0 20px;
}
p.kaiwa-text2:last-child {
  margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;

}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #ffe4e1;
  top: 15px;
  left: -19px;

}
/* 左の三角形を作る 色違い、オレンジ*/
.kaiwa-text2-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.kaiwa-text2-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid orange;
  top: 15px;
  left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #9cd6e7;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}

/*////////////////////////////////////////*/


/*//////////////////////////////////////////*/
/*==================================================
/*サイドバータブメニューユニバーサル　ゆきひーさんカスタマイズ */
======================================================*/
/*サイドバータブメニュー*/
.tabmoji{
}
.tab{
    display: inline-block;
    padding: 8px 10px 5px 10px;
    background: #f0f0f0;/*反応していないタブの背景色*/
    font-size:16px;
    cursor: pointer;
        border-radius: 0px 0px 0 0;
        margin-bottom:5px;
}
.active{
    color: white;
    background: black;/*反応しているタブの背景色*/
    border-radius: 0px 0px 0 0;
}
.hatena-module-title2{
    border-bottom: 3px solid black;/*タブの下線*/
}

/*////////////////////////////////////////*/


/*//////////////////////////////////////////*/

.ecomidasi {
position: relative;
color: #158b2b;
font-size: 20px;
padding: 10px 0;
text-align: center;
margin: 1.5em 0;
}
.ecomidasi:before {
content: "";
position: absolute;
top: -8px;
left: 50%;
width: 150px;
height: 58px;
border-radius: 50%;
border: 5px solid #a6ddb0;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}





/*=================================
　　　 a リンク　ボタン装飾CSS
　 ＝＝＝＝＝＝＝＝＝＝========*/
 a.test{
font-size:17px;
color: #F5F4EA;
display:block;
width:200px;
padding-top:10px;
padding-bottom:10px;
text-align:center;
border:2px solid;
border-color:#aaaaaa #444444 #444444 #aaaaaa;
}


/*////////////////////////////////////////*/


/*//////////////////////////////////////////*/
/*==========================
     関連記事を記事下よりも下に 
     =================================*/
.customized-footer {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.entry-footer-modules {
  -webkit-order:2;
  order:2;
  width: 100%;
}
.entry-footer-html {
  -webkit-order:1;
  order:1;
  width: 100%;
}

/*////////////////////////////////////////*/


/*//////////////////////////////////////////*/
/*====================================
サイドバーのカテゴリー　の見た目　カスタマイズ
===============================================*/
.hatena-module-category,
.hatena-module-category::before,
.hatena-module-category::after{
  background: none;
  border: none;
  border-radius: 0;
}

.hatena-module-category .hatena-module-body ul.hatena-urllist li {
    float: left; /* 右に寄せたければright */
}

.hatena-module-category .hatena-module-body ul.hatena-urllist li a{
    margin: 0 5px 5px;
    color: #fff; /* 文字色 */
    border-radius: 3px; /* 角を丸めます。エッジを効かせたい場合はこの行丸ごと削除してください */
    padding: 5px;
    background-color: #1d3557; /* 背景色 */
    text-decoration: none;
}

.hatena-module {
    clear: both;
    overflow: hidden;
}


/*=======================================
  サイドバーのタイトルの見た目
===================================*/
/* TOP見出しのリセット */
.hatena-module-title,
.hatena-module-title::before,
.hatena-module-title::after {
  background: none;
  border: none;
  border-radius: 0;
}

 .hatena-module-title{
　font-weight: bold;
  font-size: 18px;
  color : #444444;
    text-align:left;
  padding: 7px 10px;
  background-color: none;
  border-bottom:solid 2px #6b8e23;
position: relative;/*相対位置*/
padding-left: 1.7em;/*アイコン分のスペース*/
}

.hatena-module-title:before{ 
font-family: FontAwesome;/*忘れずに*/
content: "\f06c";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0.5em;/*アイコンの位置*/
top: 0.5em;/*アイコンの位置*/
  color:#5d5d5d;/* アイコンの色 */
}


/*ノート風　CSS　サイドバーの説明欄の所　横線*/
.note{
    position: relative;
    background-color: #f5f5f5;
    background-image:
    linear-gradient(rgba(241,207,164,0.5) .1em, transparent .1em);
    background-size: 100% 1.5em;
    line-height:1.5em;}


/*////////////////////////////////////////*/


/*//////////////////////////////////////////*/
/*=======================================
      文字のアンダーライン蛍光ペンのCSS
  ========================================*/
.under { background: linear-gradient(transparent 90%, #ff99ab 70%);}/*---赤色*/
  .under2 { background: linear-gradient(transparent 70%, #a9a9a9 70%);}/*黒色*/
  .under3 { background: linear-gradient(transparent 70%, violet 70%);}/* 紫色*/
  .under4 { background: linear-gradient(transparent 70%, #dda0dd 70%);}/*薄紫色*/
  .under5 { background: linear-gradient(transparent 70%, #ffff00 70%);}/*金色*/
  .under6 { background: linear-gradient(transparent 70%, #dcdcdc 70%);}/*灰色*/
  
.tensen { border-bottom: dashed 1px red;}/*破線・赤色*/
  .tensen2 { border-bottom: dashed 1px #87CEFA;}/*破線・水色*/
  .tensen3 { border-bottom: dashed 1px black;}/*破線・黒色*/
  .tensen4 { border-bottom: dashed 1px #ff00ff;}/*破線・紫色*/
  
.normal{　/*一本線・水色・グラデ・h3見出しと一緒*/
  position: relative;
  font-weight: bold;
  color: #111;
  border-bottom: 4px solid #ccc;
  border: solid 2px #FFC107;
}
　.normal::before {　/* グラデ設定heightが色の要素*/
 　 position: absolute;
  　top: 100%;
  　left: 0;
 　 width: 20%;
 　 height: 4px;
 　 background-color: #3498db;
 　 z-index: 2;
  　content: '';}
  
.over { background: linear-gradient(transparent 0, #fff0f5 0);}/*被せ線・ピンク薄い*/
   .over2 { background: linear-gradient(transparent 0, #f5f5f5 0);}/*被せ線・薄い黒*/
   .over3 { background: linear-gradient(transparent 0, #ffdead 0);}/*被せ線・薄いオレンジ*/
   
.overS1{ /*オレンジ色・四角形・シンプル*/
    border: solid 2px #FFC107;
    padding: 0px 5px 0px 5px;
    }
    
    .overS2{  /*被せ線・淡い赤色・boxline4の文字部分と同じ色・アイコンを省く*/
  top: -12px;
  left: 10px;
  padding: 2px 40px 2px 26px;/*　上・右・下・左*/
  background-color: #df8182;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;}
  
      .overS2-1{  /*被せ線・淡い赤色・boxline4の文字部分と同じ色・アイコンを省く*/
  top: -12px;
  left: 10px;
  padding: 2px 24px 2px 15px;/*　上・右・下・左*/
  background-color: #df8182;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
   font-size: 14px;
   line-height: 20px;}
  
  .overS3 { /*boxline4の文字部分を切り取ったやつ・ピンク・四角・囲い線*/
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #df8182;
  background-color: #fffbf5;
}
  

/*////////////////////////////////////////*/


/*//////////////////////////////////////////*/
/*=====================================
        ボックス線　囲み　枠線のCSS　記事を囲む
        ===========================================*/
/*水色の丸角の囲み線　線の途中でも字を入れれる*/
.boxline {
    position: relative;
    margin: 2em 0;
    padding: 25px 0px 25px 10px;/*余白 数字左から上・右・下・左*/
    border: solid 3px #95ccff;
    border-radius: 8px;
    font-weight: bold;
}
.boxline .boxmoji {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.boxline p {
    margin: 0; 
    padding: 0;
}

/*水色の丸角の囲み線　線の途中でも字を入れれる、Font-bold を外す*/
.boxline2 {
    position: relative;
    margin: 2em 0;
    padding: 20px 0px 20px 10px;/*余白 数字左から上・右・下・左*/
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.boxline2 p {
    margin: 0; 
    padding: 0;
}
.boxline2 .boxmoji2 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 25px;
    background: #FFF;
    color: #4169e1;
}
.boxline p {
    margin: 0; 
    padding: 0;
}


/*オレンジの丸角の囲み線　線の途中でも字を入れれる 色違いオレンジ*/
.boxline3 {
    position: relative;
    margin: 2em 0;
    padding: 25px 0px 25px 10px;/*余白 数字左から上・右・下・左*/
    border: solid 3px #FFC107;
    border-radius: 8px;
    font-weight: bold;
}
.boxline3 .boxmoji3 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #FFC107;
    font-weight: bold;
}
.boxline3 p {
    margin: 0; 
    padding: 0;
}


/*囲い線　二個目　吹き出し内側　オレンジ*/
.box28 {
    position: relative;
    margin: 2em 0;
     padding: 35px 0px 10px 10px;/*余白 数字左から上・右・下・左*/
    border: solid 2px #FFC107;
    border-radius: 8px;
    background: #fff0c6;
        font-weight: bold;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

/*囲い線　二個目　吹き出し内側　色違い　水色？*/
.box28-2 {
    position: relative;
    margin: 2em 0;
     padding: 40px 0px 25px 10px;/*余白 数字左から上・右・下・左*/
    border: solid 2px #87cefa;
    border-radius: 8px;
    background: #e0ffff;
        font-weight: bold;
}
.box28-2 .boxmoji-2 {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #87cefa;
    color: #ffffff;
    font-weight: bold;
}
.box28-2 p {
    margin: 0; 
    padding: 0;
}

/*囲み線４　上吹き出し　あわせて読みたい」のClass変換用*/
/*囲み線４　上吹き出し　あわせて読みたい」のClass変換用*/
.boxline4 {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #df8182;
  background-color: #fffbf5;
}

.boxline4 .boxmoji4{
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px 0 26px;

  background-color: #df8182;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}
.boxline4::after {
  position: absolute;
  top: -16px;
  left: 4px;
  width: 28px;
  height: 28px;
  background-color: #df8182;
  border-radius: 14px;
  line-height: 25px;
  text-align: center;
  content: "\f010";
  font-size: 18px;
  font-family: "blogicon";
  color: #fff;
}

/*囲み線４－１　過去記事用に変換、白背景、スマホ画面にサイズを合わせる。*/
.boxline5 {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px 0px 10px;
  border: 2px solid #df8182;
  background-color: white;
  width: 350px;
}

.boxline5 .boxmoji5{
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px 0 26px;

  background-color: #df8182;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}
.boxline5::after {
  position: absolute;
  top: -16px;
  left: 4px;
  width: 28px;
  height: 28px;
  background-color: #df8182;
  border-radius: 14px;
  line-height: 25px;
  text-align: center;
  content: "\f010";
  font-size: 18px;
  font-family: "blogicon";
  color: #fff;
}


.boxline6 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #df8182;
}
.boxline6 .boxmoji6 {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #df8182;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.boxline6 p {
    margin: 0; 
    padding: 0;
}

/*  黒板風　CSS　解説用*/

.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;
}
.point {
    color: #ffb1b3;
    font-weight: bold;
    border: 3px solid #ffb1b3;
}

/*========================================
場外の吹き出し付き囲み線・ピンク・【第0版】
================================================*/
.mybox{
    background-color: #fff;
    border: 2px solid #f3cbd0;
    border-radius: 5px;
    margin: 40px 5px 5px 20px;
    padding: 20px 20px 10px 20px;
    position: relative;
}
.myboxmoji{
    background-color: #ef858c;
    border-radius: 5px;
    color: #fff;
    padding: 5px 20px;
    position: absolute;
    left: -10px;
    top: -30px;
}
.myboxmoji:after{
    border-top: 12px solid #ef858c;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    position: absolute;
    top: 35px;
    left: 25px;
}

/*青色の色違い*/
.mybox2{
    background-color: #fff;
    border: 2px solid #95ccff;
    border-radius: 5px;
    margin: 40px 5px 5px 20px;
    padding: 20px 20px 10px 20px;
    position: relative;
}
.myboxmoji2{
    background-color: #4169e1;
    border-radius: 5px;
    color: #fff;
    padding: 5px 20px;
    position: absolute;
    left: -10px;
    top: -30px;
}
.myboxmoji2:after{
    border-top: 12px solid #4169e1;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    position: absolute;
    top: 35px;
    left: 25px;
}
/*========================================
　　黒板風　CSS　解説用
================================================*/
/*  黒板風　CSS　解説用*/

.kokuban2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    
    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;
    text-align: center;
}
.point2 {
    color: #ffb1b3;
    font-weight: bold;
    font-size: 30px;
    position:center;
    text-align: center;
}
.kokuban2 p {
    padding: 15px
    margin: 0;
}


/*////////////////////////////////////////*/


/*//////////////////////////////////////////*/
/*=========================
・・・台詞枠部分　セリフ枠　CSS
=====================*/

/*=====思考枠ふわふわ＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* 吹き出し本体 */
.balloon{
  position: relative;
  padding: 20px;
  background-color: #ade0ff;
  border-radius: 30px;
}
/* 大きい丸 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #ade0ff;
  left: -35px;
  bottom: 15px;
  width: 30px;
  height: 30px;
}
/* 小さい丸 */
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #ade0ff;
  left: -55px;
  bottom: 10px;
  width: 15px;
  height: 15px;
}

/*=====思考枠ふわふわ 枠線付き＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/* 吹き出し本体 */
.balloon2{
  position: relative;
  padding: 20px;
  background-color: #ade0ff;
  border-radius: 30px;
      border: 2px solid #ca8888;
      font-weight: bold;
  color: #fff;
  text-shadow: 0 0 15px #FF6694;
  font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4', sans-serif;
}
/* 大きい丸 */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #ade0ff;
  left: -35px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  border: 2px solid #ca8888;
}
/* 小さい丸 */
.balloon2::after{
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #ade0ff;
  left: -55px;
  bottom: 10px;
  width: 15px;
  height: 15px;
  border: 2px solid #ca8888;
}


/*=====左側　矢印　丸角　ピンク　セリフ枠＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/* 吹き出し本体 - 枠線付きの吹き出し */
.hukidasi1{
  position: relative;
  padding: 20px;
  background-color: #fff0f5;
  border: 2px solid #ca8888;
  border-radius: 10px;         /* 角丸を指定 */
}
/* 三角アイコン - 枠線付きの吹き出し */
.hukidasi1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #ca8888;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.hukidasi1::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 20px;
  border-right: 15px solid #fff0f5;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}




/*=================================
     実践内容部分　を見出しと同じデザインにする
==============================================*/
/*見出しｈ３と同じにする*/
/*見出しｈ３と同じにする*/
.h3modoki {
  position: relative;
font-size : 30px; /*フォントサイズ*/
  color: #111;
  border-bottom: 4px solid #ccc;
  padding: 0px 10px;
}
.h3modoki::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 20%;
  height: 4px;
  background-color: #3498db;
  z-index: 2;
  content: '';
}

/*見出しｈ４と同じにする*/
/*見出しｈ４と同じにする*/
  .h4modoki{
  padding: 0.3em;/*文字周りの余白*/
color: #494949;/*文字色*/
font-size:24px;
 font-weight: bold;
border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}

/*見出しｈ５と同じにする*/
/*見出しｈ５と同じにする*/
.h5modoki{
position: relative;
padding: 2px 20px 5px 55px;
font-size: 20px;
 font-weight: bold;
color: #474747;
border-radius: 0 10px 10px 0;

}
/*グラデーション下線の設定*/
/*グラデーション下線の設定*/
.h5modoki::after {
content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    margin: 0 auto;
    text-align: center;
background-image: -webkit-linear-gradient(left, transparent, orange 25%, orange 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
    }

/*円形のアイコンマークの設定*/
.h5modoki::before{
font-family: FontAwesome;
content: "\f00c";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #ffa337;
font-weight: normal;
width: 40px;
text-align: center;
height: 40px;
line-height: 40px;
left: 0em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}

/*////////////////////////////////////////*/


/*//////////////////////////////////////////*/
/* ==========================================
             日付カスタマイズ 
=========================================*/
.date a {
    color: #5858FA;/* 文字色 */
    text-decoration: none;
    font-size: 90%;/* 文字サイズ */
    font-style: italic;
    background: #ffffff;/* 背景色 */
    padding: 3px 13px;
    border-radius: 2px;
    text-decoration: none;
    display: inline-block;
    margin-right: 2px;
    font-weight: bold;/* 文字太さ */
}

/* 日付を囲む */
.date a {
    border: solid 1px #ffffff;/* 枠の色 */
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 8px;
}
/* 日付アイコン付き */
.date a::before {
	font-family: "blogicon";
	content: "\f043";
	margin-right: 2px;
}

/*////////////////////////////////////////*/


/*//////////////////////////////////////////*/
/*==========================================
　　上に戻るボタンの設置設
=====================================*/
/*上に戻るボタンの設置設定*/
#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);
}
@media only screen and (min-width: 400px){
  #page-top{
    right:50%;
    margin-right: -450px;
  }
}
/*////////////////////////////////////////*/


/*//////////////////////////////////////////*/

/*==========================================
　　続きを読む　ボタンの設置
=====================================*/
/*続きを読む　ボタンの設置*/
.entry-content .entry-see-more {
 padding:0;
 width: 146px;
 height: 46px;
 line-height: 46px;
 color: #FFF;/*文字色*/
 background-color:#9EB8F3;/*背景色*/
 font-size: 18px;
 font-weight: 500;
 text-align: center;
 display: inline-block;
 text-decoration: none;
 -webkit-border-radius: 0px;/*角丸はここを『30』*/
 border-radius: 0px; /*角丸はここを『30』*/
 border: solid 2px #9EB8F3;/*押す前の線の色（同色の枠線があります）*/
 -webkit-transition: all .3s;
 transition: all .3s;
}

.entry-content .entry-see-more:hover {
 color: #9EB8F3;/*押した後の文字色*/
 background-color: transparent;
 border: solid 2px;
 border-color: #9EB8F3;/*線の色*/
}

/*////////////////////////////////////////*/


/*//////////////////////////////////////////*/

/*==========================================
　　シェアボタンのカスタマイズ
=====================================*/
 /*シェアボタン*/
.share-3d{
    margin-bottom: 10px;
    text-align: center;
    
}
.share-3d-inner a {
    position: relative;
    display: inline-block;
    width: 15%;
    height: 40px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
.share-3d .small-text{
    font-size: 12px;
}
.share-3d .hatena-bookmark-button{
    color:#008fde;
    border:1px solid #008fde;
    background: #fff;
}
.share-3d .facebook-button{
    color:#305097;
    border:1px solid #305097;
    background: #fff;
}
.share-3d .twitter-button{
       color:#55acee;
    border:1px solid #55acee;
    background: #fff;
}
.share-3d .googleplus-button{
    color:#db4a39;
    border:1px solid #db4a39;
    background: #fff;
}

.share-3d .pocket-button{
   color:#d3505a;
    border:1px solid #d3505a;
    background: #fff;
}
.share-3d .line-button{
    position:relative;
    top: 1px;
    background: #00C300;
    box-shadow: 0 3px 0 green;
}
.share-3d .share-3d a:active{
    top: 3px;
    box-shadow: none;
}
.share-3d .line-button:active{
    top: 4px;
}
@media screen and (min-width: 480px) {
    .line-hide{
        display: none;
    }
    .share-3d-inner a{
        width: 18%;
    }
}

/*===================================================
　　　フォローボタンの見た目　カスタマイズ
==========================================================*/
/*フォローボタンのカスタマイズ*/
/*********フォローボタン**********/
/*記事上・記事下フォローボタン*/
/*記事上・記事下フォローボタン*/
.content-inner-follow-buttons{
    width: 80%;
    text-align: center;
    margin-top:40px;
    letter-spacing: -.40em;
}
.content-inner-follow-buttons .follow-title {
    letter-spacing: normal;
    width:100%;
    color:#666;
}
.content-inner-follow-buttons a {
    display: inline-block;
    letter-spacing: normal;
    position: relative;
    width: 80%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding:20px 0;
    margin:3px;
    overflow: hidden;
    z-index:2;
}
.content-inner-follow-buttons a:hover {
    color:#fff;
}
.content-inner-follow-buttons a:before, .content-inner-follow-buttons a:after {
    position:absolute;
    content:'';
    width:100%;
    height:50%;
    left:0;
    z-index:-1;
    transition: 0.3s;
}
.content-inner-follow-buttons a:before {
    top:0;
}
.content-inner-follow-buttons a:after {
    bottom:0;
}
.content-inner-follow-buttons .inner-text {
    font-size:16px;
    padding-left:5px;
}
.content-inner-follow-buttons .hatena {
    color: #ffffff;
    border: 1px solid #38393C;
    background: #38393C;
}
.content-inner-follow-buttons .hatena:hover {
    color: #38393C;
    background: #ffffff;
    transition: all .3s;
}
.content-inner-follow-buttons .hatena:hover:before,.content-inner-follow-buttons .hatena:hover:after {
    height: 0;
    background:#38393C;
}

.content-inner-follow-buttons .twitter {
    color: #ffffff;
    border: 1px solid #55acee;
    background: #55acee;
}
.content-inner-follow-buttons .twitter:hover {
    color: #55acee;
    background: #ffffff;
    transition: all .3s;
}
.content-inner-follow-buttons .twitter:hover:before,.content-inner-follow-buttons .twitter:hover:after {
    height: 0;
    background:#55acee;
}
/*////////////////////////////////////////////////*/
/*サイドバーフォローボタン*/
.sidebar-follow-buttons{
    width: 100%;
    text-align: center;
    letter-spacing: -.40em;
}
.sidebar-follow-buttons a {
    display: inline-block;
    letter-spacing: normal;
    position: relative;
    width: 47%;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding:6% 0;
    margin:1%;
    overflow: hidden;
    z-index:2;
}
.sidebar-follow-buttons a:hover {
    color:#fff;
}
.sidebar-follow-buttons a:before, .sidebar-follow-buttons a:after {
    position:absolute;
    content:'';
    width:100%;
    height:50%;
    left:0;
    z-index:-1;
    transition: 0.3s;
}
.sidebar-follow-buttons a:before {
    top:0;
}
.sidebar-follow-buttons a:after {
    bottom:0;
}
.sidebar-follow-buttons .inner-text {
    font-size:16px;
    padding-left:5px;
}
.sidebar-follow-buttons .hatena {
    color: #ffffff;
    border: 1px solid #38393C;
    background: #38393C;
}
.sidebar-follow-buttons .hatena:hover {
    color: #38393C;
    background: #ffffff;
    transition: all .3s;
}
.sidebar-follow-buttons .hatena:hover:before,.sidebar-follow-buttons .hatena:hover:after {
    height: 0;
    background:#38393C;
}
.sidebar-follow-buttons .twitter {
    color: #ffffff;
    border: 1px solid #55acee;
    background: #55acee;
}
.sidebar-follow-buttons .twitter:hover {
    color: #55acee;
    background: #ffffff;
    transition: all .3s;
}
.sidebar-follow-buttons .twitter:hover:before,.sidebar-follow-buttons .twitter:hover:after {
    height: 0;
    background:#55acee;
}
}


/*========================================*/
      1番上の黒帯のリンク文字作成部分
/*=====================================
/*****グローバルメニュー****/
#menu{
    width: 100%;
    margin: 10px auto;
    background: #444;/*７*/
}
#menu-inner{
    width: 100%;/*１*/
    height: 40px;/*２*/
    margin: 0 auto;
    background: #444;/*８*/
      box-shadow: 0 2px 4px rgba(0,0,0,0.3);


}
    @media screen and (max-width: 480px) {
#menu-inner{
    margin-left: 0px;
    }
}

#menu-btn{display: none;}
#menu-content{
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
}
#menu-content > li{
    position: relative;
    float: left;
    left: 2%;/*これが、テキストの位置をずらしている*/
     width:175px; /* ボタン幅 */
    height: 100%;
    text-align: center;
}
    @media screen and (max-width: 480px) {
    #menu-content > li{
         left: 2%;/*これが、テキストの位置をずらしている*/
     }
     }

#menu-content > li > a{
    position: relative;
    display: block;
    height: 100%;
    padding-left: 15px;/*３*/
    padding-right: 15px;/*３*/
    line-height: 40px;/*２*/
    background: #444;/*９*/
    color: #fff;/*10*/
    font-size: 90%;
    text-decoration: none;
    z-index: 2;
}
#menu-content > li > a:hover{
    background: #555;/*11*/
    color: #fff;/*12*/
}
#menu-content > li > a > .blogicon-chevron-down{margin-right: 5px;}
/*２階層目*/
#menu-content > li > ul.second-content{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    z-index: -1;
}
#menu-content > li:hover > ul.second-content{
    visibility: visible;
    top: 40px;/*2*/
    z-index: 1;
    transition: all .3s;
}
#menu-content > li > ul.second-content > li{
    text-align: center;
    width: 184px;/*４*/
    height: 40px;/*５*/
}
#menu-content > li > ul.second-content > li > a{
    display: block;
    line-height: 40px;/*５*/
    background: #444;/*13*/
    color: #fff;/*14*/
    font-size: 70%;
    text-decoration: none;
}
#menu-content > li > ul.second-content > li > a:hover{
    background: #555;/*15*/
    color: #fff;/*16*/
}

/*******トグルメニュ*********/
@media screen and (max-width:960px){/*19*/
#menu-inner{
    width: 100%;
    height: auto;
}
#btn-content{text-align: right;}/*20*/
#menu-btn{
    display: inline-block;
    padding: 8px 15px;
    margin: 5px;
    cursor: pointer;
    background: #555;/*17*/
    color: #fff;/*18*/
    font-size: 70%;
}
#menu-content{
    display: none;
    width: 100%;
}
#menu-content > li{
    width: 100%;
    height: 40px;/*６*/
    float: none;
}
#menu-content > li > a{
    width: 100%;
    line-height: 40px;/*６*/
    padding: 0;
    text-decoration: none;
}
/*２階層目*/
#menu-content > li:hover > ul.second-content{display: none;}
#menu-content > li > a > .blogicon-chevron-down{display: none;}
}

/*=======================================
     アコーディオン１　折りたたみクリックボタン 
====================================*/
.ac-container{
    width: auto;
    margin: 30px auto;
}
.ac-container label{
    width: 400px;
    text-align: center;
    background: #ff9b9b;
    margin: auto;
    padding: 10px 5px;
    position: left;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #fff;
}
.ac-container label:hover{
    background: rgba( 255, 155, 155, 0.55 );
    -webkit-transition: all .3s;
    transition: all .3s;
}
.ac-container label:before{
 color: #fff;
    font-family:"FontAwesome";
    content:"\f067";
}
.ac-container input:checked ~ label::before {
 color: #fff;
   font-family:"FontAwesome";
   content:"\f068";
}
.ac-container input{
   display: none;
}
.ac-container div{
   background: rgba(255, 255, 255, 0.5);
   margin-top: -1px;
   overflow: hidden;
   height: 0px;
   position: left;
   z-index: 10;
   transition: 
   height 0.3s ease-in-out, 
   box-shadow 0.6s linear;
}
.ac-container input:checked ~ div{
   transition: 
   height 0.5s ease-in-out, 
   box-shadow 0.1s linear;
   box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container div p{
   color: #777;
   line-height: 23px;
   font-size: 16px;
   padding: 0px;
}
/* 高さの定義 */
.ac-container input:checked ~ div.ac-small{
   height: 150px;
}
.ac-container input:checked ~ div.ac-medium{
   height: 200px;
}
.ac-container input:checked ~ div.ac-large{
   height: auto;
}

/*///////////////////////////////*/

/*アコーディオン２簡易式*/
.entry-content .acodion-content p{
    margin: 0;
    padding: 10px;
}
.acodion-panel{
    box-sizing: border-box;
    background-color: white;
    border: 1px solid gray;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.acodion-title{
    background-color: #fffaf0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    margin-bottom: 20px;

}
.acodion-content {
display: none;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
}

/*========================================
アコーディオン　ボタン式のCSS　サルワカ
================================================*/
/*ボックス全体*/
.accbox {
    margin: 0em 0;
    padding: 0em 5em 0em 0em;
}

/*ラベル*/
.accbox label {
    display: inline-block;
   padding: 0.5em 1em;
    text-decoration: none;
    background:  #f7f7f7;
    border-left: solid 6px #4169e1;/*左線*/
    color: #333;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
        font-size:20px;
        margin-bottom:1em;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#4169e1;
    color:white;
}
.accbox label:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px 20px;
    background: white;
    opacity: 1;
       border: 1px solid gray;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-top: 10px;
    margin-bottom: 30px;
}



/*////////////////////////////////*/


/*===================================*/
/*コメント欄　カスタマイズ見た目*/
.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;
}

/*=============================================*/
/*関連記事の見た目　カスタマイズ設定*/
/*1つ1つの関連記事ボックス*/

.urllist-date-link.related-entries-date-link {
    position: relative;
}

/*関連記事の日付*/
.hatena-urllist .urllist-date-link a {
    display: inline-block;
    background: #ee8c8c;
    color: #fff;
    line-height: 1;
    padding: 4px 5px;
    margin-bottom: 3px;
    border-radius: 4px;
    font-size: 11px;
    font-style: normal;
    	text-decoration: none;
}

/*===============================================================*/


/*==========================================
        検索欄　ヘッダー横に置く
================================*/
/* 絶対位置指定用 */
.header-right {
    position: absolute;/* 絶対位置指定 */
    top: 150px;/* 上からの位置調整して下さい */
    right: 22%;/* 右からの位置調整して下さい */
}
/* スマートフォン */
@media screen and (max-width: 767px){
.header-right {
    position: absolute;
    top: 50px;
    right: 0%;
}
.header-right .search-form {
    width: 150px;
}
}

/*========================================
    目次を開くボタンの見た目　カスタマイズ　それと「実践内容に飛ぶ」ボタン
================================================*/
/*折りたたみの目次　目次を見る　記事挿入　カスタマイズ*/
.table-of-contents{
    display: none;/*元の目次を消す*/
}


/*ボタンの見た目について*/
.show-area{
    display: inline-block;
    cursor :pointer;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #ff7c5c;/*左線*/
    color:#333;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    font-size:20px;
        margin-bottom:1em;
}
.show-area:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.show-area:hover {
    background: #ff7c5c;
    color: white;
}

/*実践内容に飛ぶ　用に作ったボタン*/
.jissen_btn {
    display: inline-block;
    cursor :pointer;
    padding: 0.5em 1em;
    text-decoration: none;
    background:  #f7f7f7;
    border-left: solid 6px #4169e1;/*左線*/
    color: #ff7c5c;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
        font-size:20px;
            margin-bottom:0.5em;
}
a.jissen_btn :link{
color:#333;
}
a.jissen_btn :hover {
    background: #4169e1;
    color: white;
}


    
/*=======================================
       目次の見た目カスタマイズ
========================================*/
/*既存のデザイン初期化*/
.entry-content .table-of-contents {
   background: none;
   border: none;
   border-radius: 0;
}

/*目次から　小見出し　を消すCSS */
.table-of-contents ul ul{
    display: none;
}

/* 目次に「もくじ」を追加 */
.table-of-contents:before{
   content: "【もくじ】";
   font-size: 100%;
   font-weight: bold; /* 文字の太さ */
}

/*目次横に、番号をつける*/
.table-of-contents li,
.table-of-contents ul{
   list-style-type: decimal;/*見出し左の記号*/
}

/*目次の形・文字の位置・文字の大きさ*/
.entry-content .table-of-contents {
   font-size: 90%;
   font-weight: bold;
   background: #f8f8f8 ; /* 目次の背景色 */
   padding: 10px 10px 10px 50px;  /*上・右・下・左*/
   margin: 0;
   margin-bottom:1em;/*見出し下の文字との余白*/
   border-radius:5px; /* 目次の枠の角の丸さを調節 */
   box-shadow: 0 3px 15px rgba(0,0,0,0.2);
}

/*文字のリンク色変更*/
.table-of-contents a:link{
   color:#4169e1; /*リンク色はここを変更*/
   text-decoration: none;
}
.table-of-contents a:visited{
   color: #8c6a6a; /*訪問済みリンク色はここを変更*/
}
.table-of-contents a:hover{
   color: #d2b48c;
   text-decoration:underline; /*下線をつける*/
}
/*============================
========================================*/

/*============================================
     画像に吹き出し 右側　オークニちゃんの奴
===============================================*/
/*吹き出しエリア全体*/
.fuki {
    display: table;
    margin-bottom: 0em;
    width: 100%;
}
/*吹き出し用画像*/
.fuki-img {
    display: table-cell;

    padding-right: 5px;
}
/*吹き出し*/
.fukidashi {
    display: table-cell;
    vertical-align: middle;
    width: 78%;
    position: relative;
}
/*吹き出し内テキスト*/
.fukidashi-p {
    border: #F99695 solid 4px;
    position: relative;
    background: #fff;
    padding: 16px 10px;
    border-radius: 13px;
}
/*吹き出し三角形*/
.fukidashi-p:before {
    border-right: 23px solid #F99695;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 30%;
    content: '';
    position: absolute;
    left: -23px;
}
/*吹き出し三角形*/
.fukidashi-p:after {
    content: '';
    position: absolute;
    border-right: 24px solid #fff;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 30%;
    left: -17px;
}

/***スマホ用***/
@media screen and (max-width: 600px){
.fuki, .fuki-img, .fuki-img img, .fukidashi, .fukidashi-p {
display: block;
width: 100%;
}
.fuki-img {
   padding-right: 0;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
.fukidashi-p {
    border-radius: 6px;
    background: #fff;
    margin-top: 7px;
    border: solid 2px #F99695;
}
.fukidashi-p:before {
    border-bottom: 20px solid #F99695;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -40px;
    content: '';
    position: absolute;
    left: 40%;
}
.fukidashi-p:after {
    border-bottom: 20px solid #fff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -37px;
    content: '';
    position: absolute;
    left: 40%;
}
}
/*============================================
     画像に吹き出し 右側　オークニちゃんの奴　色違い青色
===============================================*/
/*吹き出しエリア全体*/
.fuki2 {
    display: table;
    margin-bottom: 0em;
    width: 100%;
}
/*吹き出し用画像*/
.fuki2-img {
    display: table-cell;

    padding-right: 5px;
}
/*吹き出し*/
.fukidashi2 {
    display: table-cell;
    vertical-align: middle;
    width: 78%;
    position: relative;
}
/*吹き出し内テキスト*/
.fukidashi2-p {
    border: #87cefa solid 4px;
    position: relative;
    background: #fff;
    padding: 16px 10px;
    border-radius: 13px;
}
/*吹き出し三角形*/
.fukidashi2-p:before {
    border-right: 23px solid #87cefa;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 30%;
    content: '';
    position: absolute;
    left: -23px;
}
/*吹き出し三角形*/
.fukidashi2-p:after {
    content: '';
    position: absolute;
    border-right: 24px solid #fff;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 30%;
    left: -17px;
}

/***スマホ用***/
@media screen and (max-width: 600px){
.fuki2, .fuki2-img, .fuki2-img img, .fukidashi2, .fukidashi2-p {
display: block;
width: 100%;
}
.fuki2-img {
   padding-right: 0;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
}
.fukidashi2-p {
    border-radius: 6px;
    background: #fff;
    margin-top: 7px;
    border: solid 2px #87cefa;
}
.fukidashi2-p:before {
    border-bottom: 20px solid #87cefa;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -40px;
    content: '';
    position: absolute;
    left: 40%;
}
.fukidashi2-p:after {
    border-bottom: 20px solid #fff;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -37px;
    content: '';
    position: absolute;
    left: 40%;
}
}
/*********************************
　　画像をビヨンビヨン　オークニちゃんのやつ
*********************************/
#biyon-tate{
  margin-top:200px;
  -webkit-animation-name:biyon-tate;
  -webkit-animation-property:-webkit-transform;
  -webkit-animation-duration:500ms;
  -webkit-animation-timing-function:ease-out;
  -webkit-animation-iteration-count:infinite;
  -webkit-transform-origin:center bottom;
}
@-webkit-keyframes biyon-tate{
  0%{
  }
  25%{
    -webkit-transform:scale(.8,1.6);
  }
  100%{
    -webkit-transform:scaleX(1.2,.5);
  }
}
#biyon-yoko{
  margin-top:;
  -webkit-animation-name:biyon-yoko;
  -webkit-animation-property:-webkit-transform;
  -webkit-animation-duration:500ms;
  -webkit-animation-timing-function:ease-out;
  -webkit-animation-iteration-count:infinite;
  -webkit-transform-origin:center bottom;
}
@-webkit-keyframes biyon-yoko{
  0%{
  }
  25%{
    -webkit-transform:scale(1.6,.8);
  }
  100%{
    -webkit-transform:scaleX(1.2,.5);
  }
  
  /*=====================================
           about ページののCSS　オーニクちゃん
==================================================*/

/*aboutページ、デフォdt（プロフィール等のタイトル）*/
.page-about dt {
    font-weight: bold;
    font-size: 1.3em;
    color: #676F74;
    margin-bottom: 15px;
}

.page-about dd {
display: inline-block;

    color: #676F74;
    font-size: 18px;
    background: #FFF;
}

/*aboutページ、読者数（＼99人／のところ）*/
.about-subscription-count {
 display: table;
 position: relative;
 padding: 0 30px;
 color: #676F74;
 font-size: 1.5em;
 font-weight: bold;
 line-height: 1;
 letter-spacing: 1px;
 margin: 12px auto;
}
.about-subscription-count:before,
.about-subscription-count:after {
 display: inline-block;
 position: absolute;
 top: 50%;
 width: 20px;
 height: 3px;
 border-radius: 3px;
 background-color: #676F74;
 content: "";
}
.about-subscription-count:before {
 left: 0;
 -webkit-transform: rotate(50deg);
   transform: rotate(50deg);
}
.about-subscription-count:after {
 right: 0;
 -webkit-transform: rotate(-50deg);
   transform: rotate(-50deg);
}
/*aboutページ、読者アイコン（拡大＆円形＆ふわっとアニメーション）*/
.page-about .entry-content img.profile-icon {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin: 4px 4px;
    transition: .3s;
}
.page-about .entry-content img.profile-icon:hover {
    box-shadow: 0 10px 20px -4px rgba(0,0,0,.25);
    transform: translateY(-3px);
}

/*オーニクTwitter と　Hatenaボタンの　CSS*/
/*フォローボタンエリア*/
ul.sns-follow {
   text-align: center;
   padding: 0;
}
ul.sns-follow li{
   di