/* <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=d521df40822702b2798181e2322e97) 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=d521df40822702b2798181e2322e97) 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> */

/* 基本 */
#title a {font-size: 80%;}
.entry-content {font-size: 16px;}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {font-size: 110%;}
a img {opacity: 1; transition: 0.3s;}
a:hover img{opacity: 0.8;}

/* fontawesome_余白 
.far{margin-right:0.4em;}*/

/* 更新日時アイコン */
.updated:before {content: "\f021";}

/* h3 */
h3 {border-bottom:4px solid #FF8A00; padding-bottom: 0.2em;}
h3:before {font-family:"FontAwesome"; content:"\f1b2"; margin-right:0.4em;}

/* h3_白帯 */
.bigobi-nor{
    position: relative;
    color: #000;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    background: #fff;
    line-height: 1.4;
    padding: 2em 0.5em;
    margin: 2em 0 0.5em;}

/* h4 */
h4:before {font-family:"FontAwesome"; content:"\f069"; color:#FF8A00; margin-right:0.4em;}

/* h4_デザインのみ */
.h4-design {color: #333; font-weight: bold;}
.h4-design:before {font-family:"FontAwesome"; content:"\f069"; color:#FF8A00; margin-right:0.4em;}

/* h5個別 */
h5:before {font-family:"FontAwesome"; content:"\f219"; color:#F2D200; margin-right:0.4em;}

/* 見出し_◯◯のプレイ画像 */
.playimg {font-size: 90%; color: #666666; font-weight: bold;}     
.playimg:before{font-family:"FontAwesome"; content:"\f11b"; margin-right:0.4em;}

/* テキスト装飾 */
b {background: linear-gradient(transparent 80%, #ffe7cc 0%);}
.sakura {font-weight: 700; color: #FF7883;}
.mizu {font-weight: 700; color: #0077CC;}
.kuro {font-weight: 700;}

/* ふるえるテキスト */
.buruburu-text{
    display: inline-block;
    animation: buru 2.2s infinite;}
@keyframes buru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    2% {transform: translate(2px, 2px) rotateZ(2deg)}
    4% {transform: translate(0px, 2px) rotateZ(0deg)}
    6% {transform: translate(2px, 0px) rotateZ(-2deg)}
    8% {transform: translate(0px, 0px) rotateZ(0deg)}
    10% {transform: translate(2px, 2px) rotateZ(2deg)}
    12% {transform: translate(0px, 0px) rotateZ(0deg)}
    14% {transform: translate(2px, 0px) rotateZ(-2deg)}
    16% {transform: translate(0px, 2px) rotateZ(0deg)}
    18% {transform: translate(0px, 0px) rotateZ(0deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

/* 反射エフェクト */
.reflection-box {
width:auto;
height:auto;
position:relative;
overflow:hidden;}
.reflection {
height :100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color:#fff;
opacity:0;
transform: rotate(45deg);
animation: reflection 2s ease-in-out infinite;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
-moz-transform: rotate(45deg);
-moz-animation: reflection 2s ease-in-out infinite;
-ms-transform: rotate(45deg);
-ms-animation: reflection 2s ease-in-out infinite;
-o-transform: rotate(45deg);
-o-animation: reflection 2s ease-in-out infinite;}
@keyframes reflection {
0% { transform: scale(0) rotate(45deg); opacity: 0; }
80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { transform: scale(4) rotate(45deg); opacity: 1; }
100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* 二重下線 */
.mizusen {border-bottom: double 3px #0077CC;}
.sakurasen {border-bottom: double 3px #FF7883;}

/* 傍点 */
.bouten {-webkit-text-emphasis: filled dot #517D99;
text-emphasis: filled dot #517D99;}

/* ヘッドポスト */
.head-post a {text-decoration: none;}
.head-post {
    font-weight: 900;
    font-size: 90%;
    width: 100%;
    padding: 0.8em 0 0.3em;
    text-align: center;
    margin: auto;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling:touch;
    overflow-scrolling:touch;
    white-space:nowrap;}
.head-post li {font-weight: 900; font-size: 90%; margin: 2px; text-align: center; display: inline-block;}
.head-post li img {box-shadow: 10px 10px 20px rgba(0,0,0,0.25); border-radius: 2px; margin: 0 1.3em 1em; width: 120px; height: 120px;}

/* 目次 */
.table-of-contents {padding: 60px 20px 24px 40px;}
.table-of-contents li,.table-of-contents ul {list-style-type: decimal;}
.table-of-contents ul {padding-left: 1em;}
.table-of-contents ul ul {display: none;}

/* 記事下シェアの色 */
.s-bukuma {background:#44C9EB;}
.s-twitter {background:#44aeea;}
.s-facebook {background:#6490cd;}
.s-pocket {background:#FF7883;}
.s-feedly {background:#85beab;}

/* フォローボタン */
.follow {width: 100%; margin-bottom: 1.5em;}
.follow a {
    width: 25%;
    font-size: 300%;
    padding: 0.3em 0 1.5em 0;
    float: left;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    line-height: 0.7em;}
.follow a:hover {text-decoration: none; color: #00F7FF!important;}
.follow-text{text-align: center; font-size: 130%; color: #FF8A00;}
.follow a.f-hatena{color: #555555;}
.follow a.f-twitter{color: #55acee;}
.follow a.f-facebook{color: #315096;}
.follow a.f-feedly{color: #6cc655;}

/* 画像_角丸と影 */
.entry-content img {border-radius: 3px; box-shadow: 0 3px 6px rgba(0,0,0,.3);}

/* topイメージ */
.entry-content .topimg {text-align:center;}
.entry-content .topimg img {width:350px}

/* 画像_角丸と影を消す */
img.kagenone {box-shadow: 0px 0px 0px rgba(0,0,0,.3);}

/* imgに灰色枠 */
img.haiborder {border: solid 3px #eaedf2;}

/* ギザギザの余白 */
.gizasen img {margin: 2em 0;}

/* 画像_アプリアイコン */
.entry-content .none{border-radius: 30px;}

/* 画像_新作帯 */
.triangle {margin: 0 auto; position: relative;}
.triangle::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 5em solid transparent;
    border-left: 5em solid #FF0077; /* ラベルの色 */
    position: absolute;
    z-index: 100;}
.triangle::after {
    content: "新作";
    font-size: 120%;
    line-height: 250%;
    margin: 0.2em 0em 0em 0.4em;
    display: block;
    top: 0.1px;
    transform: rotate(-45deg);
    color: #fff; /* 文字色 */
    font-weight: 900;
    left: 0;
    position: absolute;
    z-index: 101;}

/* Swiper */
.cal-2 .swiper-slide > img {
    display: block;
    margin: 0 auto;}
.swiper {overflow: hidden; padding: 0 .5em;}
.swiper-container {
  margin: 0 auto 20% !important;
  overflow: visible !important;
  z-index: 0 !important;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: 105% !important;
  z-index: 1 !important;}
.swiper-button-next, .swiper-button-prev {
  top: 110% !important;
  z-index: 2 !important;}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;}
@media (max-width: 640px) {
.swiper {
overflow: visible;}
.cal-2 .swiper-slide img{
margin-bottom: 20px;}
}

/* ストアバッジ */
.download-app {width: 100%;}
.download-app a {
    font-weight: bold;
    width: 48%;
    padding: 0.9em 0;
    margin: 0 1% 1.5em 1% ;
    float: left;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 0.4em;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);}
.download-app a:hover {text-decoration: none; color: #fff!important; background-color: #FF8A00!important;}
.download-app a.googleplay {background-color: #c8d627;}
.download-app a.appstore {background-color: #44aeea;}
.entry-content a.smart {display: none;}

/* サイドバーのカテゴリー */
.hatena-module-category .hatena-module-body ul.hatena-urllist li {float: left;}
.hatena-module-category .hatena-module-body ul.hatena-urllist li a {font-size: 80%; margin: 0 2px 2px;}
.hatena-module {clear: both; overflow: hidden;}
.hatena-module-category .hatena-module-body ul.hatena-urllist li a:hover {color: #00F7FF;}
.hatena-urllist li {border-bottom: 0px;}
.hatena-module-category .hatena-module-body ul.hatena-urllist li a:before {font-family: FontAwesome; content: "\f02b";}

/* 記事BOX_共通 */
.wepli-posts {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; line-height: 1;}
.wepli-posts span {
    width: 46%;
    margin: 2% 2% 20px;
    padding: 0 10px 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.2);
    box-shadow: 1px 2px 6px rgba(0,0,0,.2);
    border-radius: 3px;}
.wepli-posts span a {font-size: .8em; color: #333; text-decoration: none;}
.wepli-posts span a:hover {color: #00F7FF;}
.wepli-posts span img {
    position: relative;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    max-width: 200%;
    border-radius: 3px 3px 0 0;
    box-shadow: none;}

/* 記事BOX_各ページ */
.entry-content .mida{text-align: center; font-size: 130%; margin: 6em 0 2em 0;}
.pgpost{margin: 4em 5% 3em 5%; padding: 1.25em; border: solid 1px #808080; font-size: 90%;}

/* 横長カード型BOX */
.yoko-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1em 0;
    color: #333;
    line-height: 1.4;
    text-decoration: none;
    -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.2);
            box-shadow: 1px 2px 6px rgba(0,0,0,.2);
    border-radius: 3px;
}
.yoko-card:visited {color: #333;}
.yoko-card:hover {color: #00F7FF;}
.yoko-card img {height: 120px; -webkit-box-shadow: none; box-shadow: none; border-radius: 0;}
.yoko-card span {display: block; padding: 10px; font-weight: 900;}
@media screen and (max-width:640px){
    .yoko-card { font-size: .9em }
}

/* 大きな余白 */
hr.bigyohaku {height: 1px; background-color: #ECEEF1; border: none; margin: 4em;}

/* スタイルボックス */
.style-box {
    margin: 1.25em 0;
    padding: 1.25em;
    border: 1px dashed #FF8A00;
    background: #FCF8F1;}

/* 開発ジャンル */
.info{
   padding: 1.5em 1em 1.5em 1em;
   margin: auto;
   margin-bottom: 1.5em;
   background: #FFFFEF;
   border-top: solid 0.1px #0077FF;
   border-bottom: solid 0.1px #0077FF;
   list-style-type: none;}

/* 小リボン（カラフル）青・紫 */
.entry-content .colorfulribbon {font-size: 0.9em; padding: 0.2em 0.3em; background: #94A4A5; font-weight: bold; color: #ffffff; border-radius: 2px;}
.entry-content .purple {background: #C480FF;}

/* 箇条書き_装飾なし */
.linone {list-style-type: none; margin:0.8em;}

/* 箇条書き_赤丸のチェック */
.check {list-style-type: none; margin:0.8em; padding-left:0;}
.check li:before {
    font-family:"FontAwesome";
    content:"\f058";
    color:#FF0900;
    margin-right:0.4em;}

/* 箇条書き_黄チェック */
.check-nomi {list-style-type: none; margin:0.8em; padding-left:0;}
.check-nomi li:before{
    font-family:"FontAwesome";
    content:"\f00c";
    margin-right:0.4em;
    color: #FFB300;}

/* 感想ボックス */
.impression{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    border-left: double 7px #14CC76;
    border-right: double 7px #14CC76;
    font-weight: bold;
    background: #f8f8f8;}
.impression p {margin: 0; padding: 0;}

/* 感想ボックス改_白記事ボックス */
.impression-siro {
    padding: 0.5em 1em;
    margin: 0 0 2em 0;
    font-weight: normal;
    background: #fff;}

/* check!!関連記事 */
.ullink {list-style-type: none;}
.ullink li:before{font-family:"FontAwesome"; content:"\f0c1"; color:#808080; margin-right:0.4em;}
.entry-content .related-link ul {margin: 0 0 0 0; padding-left: 2px;}
.entry-content .related-link ol {margin: 0 0 0 .5em;}
.entry-content .related-link a {text-decoration: underline; font-size: 15px;}
.entry-content .related-link {
     position: relative;
     margin: 36px 0 16px;
     padding: 16px 10px 16px 10px;
     border: 2px solid #FF8A00;
     background-color: #fff;}
.entry-content .related-link p:last-child {margin-bottom: 0;}
.entry-content .related-link::before {
     position: absolute;
     top: -12px;
     left: 10px;
     padding: 0 10px 0 26px;
     content: "Check!! 関連記事";
     background-color: #FF8A00;
     border-radius: 10px;
     color: #fff;
     font-size: 14px;
     font-weight: bold;
     line-height: 20px;}
.entry-content .related-link::after {
     position: absolute;
     top: -16px;
     left: 4px;
     width: 28px;
     height: 28px;
     background-color: #FF8A00;
     border-radius: 14px;
     line-height: 25px;
     text-align: center;
     content:"\f091";
     font-size: 18px;
     font-family:"FontAwesome";
     color: #fff;}

/* サイトへボタン */
.gotosite {width: 100%; margin-botom: 1.5em;}
.gotosite  a {
    font-weight: bold;
    width: 80%;
    padding: 0.9em 0;
    height: 1.6em;
    margin: 2em 10% 2em 10% ;
    font-size: 130%;
    color: #fff;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 0.3em;}
.gotosite  a:hover {text-decoration: none; color: #fff!important; background-color: #14CC76!important;}
.gotosite  a.golink{background-color: #FFAE80;}

/* 途中黄色帯_POINT/CHECK */
.obi-strong {
    position: relative;
    padding: 1em 1.8em;
    margin: 2em 0em;
    background: #F2D200;
    color: #000;
    font-weight: bold;}
.obi-strong:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #F2D200;
    width: 0;
    height: 0;}
.obi-strong p {font-size: 110%; margin: 0; padding: 0;}

/* 帯ストロング＿カスタム */
.obi-strong-cst {
font-size: 1em;
color: #fff;
background:#517D99;
padding:1em;}
.obi-strong-cst:after {
border-top: 15px solid #517D99;}

/* 大きな括弧 */
.kakko {position: relative; padding:1em 1em; margin: 1em 1em;}
.kakko:before,.kakko:after {content:''; width: 30px; height: 30px; position: absolute; display: inline-block;}
.kakko:before {border-left: solid 3px #14CC76; border-top: solid 3px #14CC76; top:0; left: 0;}
.kakko:after {border-right: solid 3px #14CC76; border-bottom: solid 3px #14CC76; bottom:0; right: 0;}
.kakko p {margin: 0; padding: 0; font-size: 110%;}

/* レーティングテキスト */
/* .osusumedo {font-size: 120%} 直書き変更後反映  */

/* レーティング */
.rate {position: relative;}
.rate::before, .rate::after { content: "★★★★★"; font-size: 1.1em;}
.rate::before {color: #ddd;}
.rate::after {position: absolute; left: 0; color: #ffa500; overflow: hidden; white-space: nowrap;}
.rate2::after   { width: 40%}
.rate2-1::after { width: 42%}
.rate2-2::after { width: 44%}
.rate2-3::after { width: 46%}
.rate2-4::after { width: 48%}
.rate2-5::after { width: 50%}
.rate2-6::after { width: 52%}
.rate2-7::after { width: 54%}
.rate2-8::after { width: 56%}
.rate2-9::after { width: 58%}
.rate3::after   { width: 60%}
.rate3-1::after { width: 62%}
.rate3-2::after { width: 64%}
.rate3-3::after { width: 66%}
.rate3-4::after { width: 68%}
.rate3-5::after { width: 70%}
.rate3-6::after { width: 72%}
.rate3-7::after { width: 74%}
.rate3-8::after { width: 76%}
.rate3-9::after { width: 78%}
.rate4::after   { width: 80%}
.rate4-1::after { width: 82%}
.rate4-2::after { width: 84%}
.rate4-3::after { width: 86%}
.rate4-4::after { width: 88%}
.rate4-5::after { width: 90%}
.rate4-6::after { width: 92%}
.rate4-7::after { width: 94%}
.rate4-8::after { width: 96%}
.rate4-9::after { width: 98%}
.rate5::after   { width:100%}

/*アコーディオン*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;}

.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
/*   font-weight: bold;*/
    background :#fff;
    cursor :pointer;
    transition: all 0.5s;
border: 1px solid #c1c1c1;}

.accbox label:hover {
    background :#efefef;}

.accbox input {
    display: none;}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;}

.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #ffffff;
    opacity: 1;}

/* 画像クリックで動画再生 */
.youtube {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 180px;
}
.youtube::before {
    position: absolute;
    content: "Click to play";
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 180px;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all 0.3s;
}
.youtube:hover::before {
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    transition: all 0.3s;
}

/* ストアボックス */
.storebox {border:3px solid #eee;}
.storebox{
  text-align: left;
  padding: 25px;
  margin:20px 0;
  border-radius:2px;
  overflow: hidden;}
.storebox img,
.storebox p {margin: 0; padding:0;}
.storebox__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;}
.storebox__detail {
  display: inline-block;
  /* font-size: 20px; */
  line-height: 1.5;
  width: 72%;
  max-width: 72%;}
p.storebox__name {
  font-size: 16px;
  color:#555;
  padding-bottom:10px;
  font-weight:bold;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;}
.storebox__info {font-size: 12px !important; color:#888;}
.storebox__reviewyoko, .storebox__review {margin-right: 0.5em;}
.storebox__text a {margin-left: 0.5em;}
.storebox__link {
  float: left;
  height: 40px;
  margin-top: 15px;
  white-space: nowrap;}
.storebox__appstore img {
  height: 40px;
  width: 135px;}
.storebox__googleplay img {height: 40px; width: 135px; margin-right: 10px;}

/* テーブルアプリ */
table.tbapp{
width: 100%;}

table.tbapp td{
border: none;
padding-top: 1px;
padding-bottom: 1px;
vertical-align: top;
line-height: 24px;}

table.tbapp img{
width: 100%;
min-width: 100px;
max-width: 130px;}

.td-head1{width: 20%;}
.td-head2{width: 80%;}

table.tbapp td.td-name{
font-weight: bold;
text-align:center;
padding-bottom: 1em;}

.td-rev{font-size:14px;}

@media screen and (max-width: 600px){
table.tbapp{font-size: 90%;}
table.tbapp td{line-height: 20px;}
}

/* 灰色線 */
.sen-applist {border: 0.8px solid #eee; margin: 3em 0;}

/* 点線 */
.dashsen {border: 1px dashed #eee;}

/* レビュー引用 */
.entry-content blockquote.hyouka-inyou{
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;}
.entry-content blockquote.hyouka-inyou:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;}
.entry-content blockquote.hyouka-inyou p {
    padding: 0;
    margin: 20px 0 30px 0;}
.entry-content blockquote.hyouka-inyou cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;}
.entry-content blockquote.hyouka-inyou img {
    display: block;
    margin: 0 auto;}

/* ポイントバルーン */
.point-balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1em 0;
  padding: 23px 5px 0px 5px;
  width: 90px;
  height: 90px;
  line-height: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: #FDD000;
  border-radius: 50%;
  box-sizing: border-box;}
.point-balloon:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FDD000;
  z-index: 0;}

/* ポイントバルーン四角 */
.point-balloon-4kaku {
margin-top: 0em;
padding: 0.5em 1em;
border-radius: 0%;
width: auto;
height: auto;
text-align: left;
font-size: 16px;
line-height: 20px;}

/* ポイントバルーン四角紺色 */
.hikaeme {color: #fff; background: #244765;}
.hikaeme:before {border-top: 15px solid #244765;}

/* おしゃべ */
.osyaberi {
    display: table;
    overflow: hidden;
    width: 100%;
    margin: 1.5em 0;}
.osyaberi-face {
    display: table-cell;
    width: 100px;
    padding-right: 20px;
    text-align: center;
    vertical-align: top;}
.osyaberi-face img {
    width: 100%;
    height: auto;
    border: solid 3px #eaedf2;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0,0,0,.3);}
.osyaberi-fuki {
    display: table-cell;
    position: relative;
    width: calc(100% - 100px);
    font-size: 0.95em;
    vertical-align: top;}
.osyaberi-p {
    display: inline-block;
    text-align: left;
    padding: 13px;
    border: solid 2px #d5d5d5;
    border-radius: 12px;
    background: #fff;
    word-break: break-word;}
.osyaberi-p:before {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: -23px;
    border: 12px solid transparent;
    border-right: 12px solid #d5d5d5;
    content: "";}
.osyaberi-p:after {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: -20px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    content: "";}
@media screen and (max-width: 600px){
.osyaberi-face img {width: 90%;}    
}  

/* 上下レスポンシブ吹き出し */
.fukidashibox {
    display: table;
    margin-bottom: 2em;
    width: 100%;}
.fukidashicel {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 10px;}
.fukidashibox .fukidashismal {
    width: 31%;}
.fukidashiimg {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 10px;}
.fukidashiimg img {
    width: 100%;}
.fukidashicel {
    display: table-cell;
    vertical-align: middle;
    width: 49%;
    position: relative;}
.fukidashipa {
    border: #ccc solid 4px;
    position: relative;
    background: white;
    padding: 12px 10px;
    border-radius: 13px;}
.fukidashipa:before {
    border-right: 23px solid #ccc;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 30%;
    content: '';
    position: absolute;
    left: -23px;}
.fukidashipa p {margin: 0;}
.fukidashipa: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){
.fukidashicel, .fukidashibox, .fukidashipa, .fukidashiimg, .post-content .codefuki .codebig, .fukidashiimg img, .post-content .fukidashibox .fukidashismal {
    display: block;
    width: 100%;}    
.fukidashibox .fukidashismal {width: 100%;}
.fukidashiimg.fukidashismal {max-width: 300px;}
.fukidashiimg {
    padding-right: 0;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;}
.fukidashipa:before {
    border-bottom: 20px solid silver;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -40px;
    content: '';
    position: absolute;
    left: 40%;}
.fukidashipa:after {
    border-bottom: 20px solid white;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -37px;
    content: '';
    position: absolute;
    left: 40%;}
.fukidashicel {
    width: 92%;
    padding-top: 0px;
    padding-right: 0;}
.fukidashipa {
    border-radius: 6px;
    background: white;
    margin-top: -14px;
    border: solid 2px silver;}
}

/* 吹き出し下 */
.fukisita-box{
margin: 0 auto;
width:60%;}
.fukisita-top {
position: relative;
display: inline-block;
margin: 0.3em 0;
padding: 7px 10px;
min-width: 120px;
max-width: 100%;
color: #555;
font-size: 16px;
background: #FFF;
border: solid 4px #ccc;
border-radius: 13px;
box-sizing: border-box;}
.fukisita-top:before {
content: "";
position: absolute;
top: -24px;
left: 50%;
margin-left: -15px;
border: 12px solid transparent;
border-bottom: 12px solid #FFF;
z-index: 2;}
.fukisita-top:after {
content: "";
position: absolute;
top: -30px;
left: 50%;
margin-left: -17px;
border: 14px solid transparent;
border-bottom: 14px solid #ccc;
z-index: 1;}
.fukisita-top p {
margin: 0;
padding: 0;}
@media screen and (max-width: 480px){
.fukisita-box{width:100%;}
}
@media screen and (min-width:720px){
.fukisita-box{width:50%;}
}

/* スマホ表示 */
@media screen and (max-width: 768px) {
.download-app a {width: 100%;}
.download-app a {margin: 0 0 1.5em 0;}
.download-app a.googleplay {margin-bottom: 1em;}
.entry-content a.pc {display: none;}
.entry-content a.smart {display: inline;}
.entry-content .none {width: 120px; height: 120px;}
.youtube {display: block; margin:auto;}
.qr {display: none;}
.qrbox {display:none;}
.storebox__info {font-size: 11px !important;}
p.storebox__name {font-size: 15px;}
}

/* スマホ表示（350px以下） */
@media (max-width: 350px) {
.storebox__googleplay img {
    height: 36px;
    width: 121.5px;
    margin-right: 5px;}
.storebox__appstore img {
    height: 36px;
    width: 121.5px;
    margin-right: 5px;}
}
