/* Responsive: yes*/
html,
body {
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.8;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino weightFixed', 'Hiragino Sans', 'Segoe UI', 'Meiryo', system-ui, sans-serif;
  color: #111;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  cursor: default;
}
pre.code,
code {
  font-family: 'SF Mono', Menlo, Consolas, monospace;
}
.entry .entry-content code,
.entry .entry-content pre.code {
  font-family: 'SF Mono', Menlo, Consolas, monospace;
}
.module h2.title,
.module .subtitle,
.module .section-title,
.module .section-subtitle {
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino weightFixed', 'Hiragino Sans', 'Segoe UI', 'Meiryo', system-ui, sans-serif;
}
body,
.subtitle .ui-button {
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino weightFixed', 'Hiragino Sans', 'Segoe UI', 'Meiryo', system-ui, sans-serif;
}
ul {
  padding: 0;
}
ul li {
  list-style-type: none;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #0cb3e6;
}
a:focus-within {
  outline: auto;
  outline-color: #0cb3e6;
}
button,
select,
input,
textarea {
  outline: 0;
}
button:required,
select:required,
input:required,
textarea:required {
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.ng-dirty:invalid,
select.ng-dirty:invalid,
input.ng-dirty:invalid,
textarea.ng-dirty:invalid {
  border-color: #ff3e4b;
}
span {
  outline: none;
}
table {
  word-wrap: break-word;
  overflow-wrap: break-word;
  border-collapse: collapse;
}
pre {
  font-family: 'SF Mono', Menlo, Consolas, monospace;
  color: #000;
}
input[type=search] {
  -webkit-appearance: none;
}
code {
  line-height: 1;
  padding: 0.1em 0.4em;
  background: #f7f8f9;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #000;
  font-family: 'SF Mono', Menlo, Consolas, monospace;
}
pre code {
  padding: 1em 1.2em;
}
@font-face {
  font-family: 'Hiragino weightFixed';
  font-weight: normal;
  src: local('HiraginoSans-W4'), local('HiraginoSans-W3');
}
@font-face {
  font-family: 'Hiragino weightFixed';
  font-weight: bold;
  src: local('HiraginoSans-W6');
}
#globalheader {
  background: #fff;
  color: #111;
}
#container {
  padding-top: 60px !important;
}
@media screen and (max-width: 900px) {
  #container {
    padding-top: 50px !important;
  }
}
#content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }
}
#wrapper {
  width: calc(100% - 360px);
}
@media screen and (max-width: 1100px) {
  #wrapper {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 800px) {
  #wrapper {
    width: 100%;
  }
}
#box2 {
  width: 300px;
  margin: 0 0 0 60px;
}
@media screen and (max-width: 1100px) {
  #box2 {
    width: 240px;
  }
}
@media screen and (max-width: 800px) {
  #box2 {
    background: #f2f4f5;
    width: 100%;
    padding: 40px 20px 0;
    margin: 0 -20px;
  }
}
.global-header {
  color: #222;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 80000;
}
@media screen and (max-width: 900px) {
  .global-header {
    height: 50px;
  }
}
.global-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1180px;
  height: 60px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .global-header-wrapper {
    height: 50px;
    padding: 0 20px;
  }
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo svg {
  fill: #000;
  width: 195px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .header-logo svg {
    width: 170px;
  }
}
.navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .navs {
    display: none;
  }
}
.navs li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.navs li:nth-last-child(-n+3) {
  padding: 0 0 0 25px;
}
.navs li:nth-last-child(-n+2) {
  padding: 0 0 0 10px;
}
.navs li.active a {
  color: #0cb3e6;
}
.navs li.support {
  position: relative;
}
@media screen and (max-width: 900px) {
  .navs li.support {
    border-top: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.navs li.support:hover ul,
.navs li.support:focus ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.navs li.support span {
  line-height: 60px;
  color: #444;
}
@media screen and (max-width: 900px) {
  .navs li.support span {
    display: none;
  }
}
.navs li.support span:hover,
.navs li.support span:focus {
  color: #0cb3e6;
}
.navs li.support span:hover::before,
.navs li.support span:focus::before {
  border-top-color: #0cb3e6;
}
.navs li.support span::before {
  content: '';
  border: 4px  solid transparent;
  border-top-color: #666;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.navs li.support ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 10px;
  min-width: 80px;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}
@media screen and (max-width: 900px) {
  .navs li.support ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
    min-width: auto;
    width: 100%;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
}
.navs li.support ul li {
  padding: 0;
}
@media screen and (max-width: 900px) {
  .navs li.support ul li {
    border-top: 1px solid #edeeef !important;
    width: 100%;
    padding: 0.5em 0 0 !important;
    margin: 0.5em 0 0;
  }
}
.navs li.support ul a {
  display: block;
  line-height: inherit;
  width: 100%;
  padding: 2px 0;
}
@media screen and (max-width: 900px) {
  .navs li.support ul a {
    padding: 0;
  }
}
.navs li + li {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1000px) {
  .navs li + li {
    padding: 0 0 0 10px;
  }
}
.navs a:not(.ui-button) {
  color: #444;
  line-height: 60px;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .navs a:not(.ui-button) {
    line-height: inherit;
  }
}
.navs a:not(.ui-button):hover {
  color: #0cb3e6;
}
.drawer {
  display: none;
}
@media screen and (max-width: 900px) {
  .drawer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
  }
}
.drawer svg {
  width: 20px;
  height: auto;
  fill: #222;
}
.drawer .icon-drawer-close {
  display: none;
}
@media screen and (max-width: 900px) {
  .navs.is-drawing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: fixed;
    right: 0;
    top: 51px;
    z-index: 1;
    width: 350px;
    height: 100vh;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    padding: 10px 20px 20px;
  }
}
@media screen and (max-width: 580px) {
  .navs.is-drawing {
    top: 50px;
    width: 100%;
    height: auto;
    border-left: 0;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 900px) {
  .navs.is-drawing li {
    width: 100%;
  }
  .navs.is-drawing li + li {
    border-top: 1px solid #edeeef;
    width: 100%;
    padding: 0.5em 0 0;
    margin: 0.5em 0 0;
  }
  .navs.is-drawing li:nth-last-child(-n+2) {
    border: 0;
  }
  .navs.is-drawing li:nth-last-child(3) {
    padding: 20px 0 0;
  }
  .navs.is-drawing li a {
    display: block;
    width: 100%;
  }
  .navs.is-drawing li .ui-button {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.9em 1.2em;
  }
}
@media screen and (max-width: 900px) {
  .navs.is-drawing + .drawer .icon-drawer-open {
    display: none;
  }
  .navs.is-drawing + .drawer .icon-drawer-close {
    display: block;
  }
}
.widget_globalFooter {
  font-size: 16px;
  border-top: 1px solid #ddd;
  padding: 2.5em 0 0;
}
@media screen and (max-width: 770px) {
  .widget_globalFooter {
    font-size: 14px;
  }
}
.widget_globalFooter ul {
  margin: 0;
}
.widget_globalFooter-nav {
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 770px) {
  .widget_globalFooter-nav {
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .widget_globalFooter-nav {
    padding: 0 20px;
  }
}
.widget_globalFooter-nav .layout_wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.widget_globalFooter-nav-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  font-size: 14px;
  line-height: 1.6;
  color: #777;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-nav-lists {
    row-gap: 2em;
  }
}
@media screen and (max-width: 770px) {
  .widget_globalFooter-nav-lists {
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    row-gap: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .widget_globalFooter-nav-lists {
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
  }
}
.widget_globalFooter-nav-lists > li {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
@media screen and (max-width: 1000px) {
  .widget_globalFooter-nav-lists > li {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media screen and (max-width: 480px) {
  .widget_globalFooter-nav-lists > li {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.widget_globalFooter-nav-lists > li:first-child {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
@media screen and (max-width: 1000px) {
  .widget_globalFooter-nav-lists > li:first-child {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
.widget_globalFooter-nav-lists a:hover,
.widget_globalFooter-nav-lists a:focus {
  color: #1dc7fa;
  text-decoration: underline;
}
.widget_globalFooter-nav-logo {
  margin: 0;
}
.widget_globalFooter-nav-logo svg {
  width: 64px;
  height: auto;
}
.widget_globalFooter-nav-list-title {
  font-weight: 700;
  color: #444;
  display: block;
  margin: 0 0 1em;
}
@media screen and (max-width: 770px) {
  .widget_globalFooter-nav-list-title {
    margin: 0 0 0.5em;
  }
}
.widget_globalFooter-nav-list-lists > li + li {
  margin: 0.5em 0 0;
}
.widget_globalFooter-metasocial {
  background: #f8f9fa;
  padding: 1em 60px;
  margin: 2em auto 0;
}
@media screen and (max-width: 770px) {
  .widget_globalFooter-metasocial {
    padding: 1em 40px;
  }
}
@media screen and (max-width: 480px) {
  .widget_globalFooter-metasocial {
    padding: 1em 20px;
  }
}
.widget_globalFooter-metasocial .layout_wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.widget_globalFooter-metasocial-lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #777;
  margin: 0;
}
@media screen and (max-width: 770px) {
  .widget_globalFooter-metasocial-lists {
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    row-gap: 1em;
  }
}
@media screen and (max-width: 480px) {
  .widget_globalFooter-metasocial-lists {
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
  }
}
.widget_globalFooter-copylight {
  -ms-grid-column-span: 8;
  grid-column: span 8;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-copylight {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media screen and (max-width: 770px) {
  .widget_globalFooter-copylight {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.widget_globalFooter-lang {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-lang {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media screen and (max-width: 770px) {
  .widget_globalFooter-lang {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.widget_globalFooter-lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.widget_globalFooter-lang li:first-child::after {
  content: "";
  display: inline-block;
  background: #c1c3c6;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 0.5em;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.widget_globalFooter-lang span {
  color: #444;
  position: relative;
}
.widget_globalFooter-lang span::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #444;
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.widget_globalFooter-lang a {
  color: #777;
}
.widget_globalFooter-lang a:hover,
.widget_globalFooter-lang a:focus {
  color: #1dc7fa;
  text-decoration: underline;
}
.widget_globalFooter-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .widget_globalFooter-social {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media screen and (max-width: 770px) {
  .widget_globalFooter-social {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.widget_globalFooter-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget_globalFooter-social a:first-child {
  height: 20px;
  width: 20px;
}
.widget_globalFooter-social a:hover svg,
.widget_globalFooter-social a:focus svg {
  fill: #484a4e;
}
.widget_globalFooter-social a + a {
  margin-left: 0.75rem;
}
.widget_globalFooter-social svg {
  width: 1.5rem;
  height: auto;
  fill: #616366;
}
.blogtop-title {
  text-align: center;
  color: #fff;
  background: #1dc7fa;
  margin: 0 0 40px;
}
.blogtop-title-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
}
.blogtop-title-inner h1 {
  font-size: 3em;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin: 0 0 10px;
}
.blogtop-title-inner h1 a:hover {
  text-decoration: none;
  color: #fff;
}
.blogtop-title-inner h2 {
  font-size: 1.7em;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0;
}
#box2-inner {
  height: calc(100% - 80px);
}
@media screen and (max-width: 800px) {
  #box2-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  #box2-inner > div {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
}
#box2-inner .hatena-module {
  margin: 0 0 30px;
}
#box2-inner .hatena-module-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
}
#box2-inner .hatena-module-title a:hover {
  color: inherit;
  text-decoration: none;
}
#box2-inner .hatena-module-search-box {
  margin-top: 13px;
}
@media screen and (max-width: 800px) {
  #box2-inner .hatena-module-search-box {
    width: 100%;
    margin: 0 0 30px;
  }
}
#box2-inner .hatena-module-search-box .hatena-module-title {
  display: none;
}
#box2-inner .hatena-module-search-box .search-form {
  position: relative;
}
#box2-inner .hatena-module-search-box .search-form::before {
  content: url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=263e782f4058acf5109a8ca03f06e0);
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: auto;
}
@media screen and (max-width: 800px) {
  #box2-inner .hatena-module-search-box .search-form::before {
    top: 10px;
    left: 20px;
  }
}
#box2-inner .hatena-module-search-box .search-module-input {
  font-size: 16px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e8e9ea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 5px 25px;
}
@media screen and (max-width: 800px) {
  #box2-inner .hatena-module-search-box .search-module-input {
    background-position: 7px center;
    border: 1px solid #c6cacc;
    padding: 10px 10px 10px 45px;
    border-radius: 20px;
  }
}
#box2-inner .hatena-module-search-box .search-module-input:hover {
  border-color: #ccc;
}
@media screen and (max-width: 800px) {
  #box2-inner .hatena-module-search-box .search-module-input:hover {
    border-color: #727677;
  }
}
#box2-inner .hatena-module-search-box .search-module-input:focus {
  border-color: #1dc7fa;
}
#box2-inner .hatena-module-search-box .search-module-input::-webkit-input-placeholder {
  color: #999;
}
#box2-inner .hatena-module-search-box .search-module-input::-moz-placeholder {
  color: #999;
}
#box2-inner .hatena-module-search-box .search-module-input:-ms-input-placeholder {
  color: #999;
}
#box2-inner .hatena-module-search-box .search-module-input::-ms-input-placeholder {
  color: #999;
}
#box2-inner .hatena-module-search-box .search-module-input::placeholder {
  color: #999;
}
#box2-inner .hatena-module-search-box .search-module-button {
  display: none;
}
#box2-inner .hatena-module-html .hatena-module-title {
  display: none;
}
#box2-inner .hatena-module-html {
  position: sticky;
  top: 80px;
  margin: 0;
}
@media screen and (max-width: 800px) {
  #box2-inner .hatena-module-html {
    position: static;
    margin: 0 0 30px;
  }
}
#box2-inner .contact-lists {
  margin: 0;
}
#box2-inner .contact-list {
  margin: 0 0 20px;
}
#box2-inner .contact-wrapper {
  background: #f2f4f5;
  border-radius: 4px;
  padding: 15px;
}
@media screen and (max-width: 800px) {
  #box2-inner .contact-wrapper {
    background: #fff;
  }
}
#box2-inner .contact-wrapper h4 {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  #box2-inner .contact-wrapper h4 {
    font-size: 14px;
  }
}
#box2-inner .contact-wrapper p {
  font-size: 0.9em;
  line-height: 1.6;
  margin: 0.5em 0 1em;
}
#box2-inner .contact-wrapper p span {
  display: block;
}
#box2-inner .contact-wrapper .ui-button {
  display: block;
  text-align: center;
  padding: 10px 14px;
}
#box2-inner .link-image-lists {
  margin: 0 0 20px;
}
@media screen and (max-width: 800px) {
  #box2-inner .link-image-lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#box2-inner .link-image-list {
  margin: 0 0 10px;
}
#box2-inner .link-image-list:last-child {
  margin: 0 !important;
}
@media screen and (max-width: 800px) {
  #box2-inner .link-image-list {
    margin: 0 10px 0 0;
  }
}
#box2-inner .link-image-list a {
  display: block;
  background: #fff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#box2-inner .link-image-list a:hover,
#box2-inner .link-image-list a:focus {
  opacity: 0.9;
}
#box2-inner .link-image-list img {
  vertical-align: bottom;
  border-radius: 4px;
  width: 100%;
}
#box2-inner .hatena-module-profile .hatena-module-title {
  display: none;
}
#box2-inner .hatena-module-profile .hatena-module-body {
  border-bottom: 1px solid #e8e9ea;
  padding: 0 0 10px;
}
@media screen and (max-width: 800px) {
  #box2-inner .hatena-module-profile .hatena-module-body {
    border-color: #c6cacc;
  }
}
#box2-inner .hatena-module-profile .profile-description {
  margin: 0 0 5px;
}
#box2-inner .hatena-module-profile .profile-description p {
  line-height: 20px;
  margin: 0;
}
#box2-inner .hatena-module-profile .hatena-follow-button-box {
  margin: 0 0 5px;
}
#box2-inner .hatena-urllist {
  margin: 0;
}
#box2-inner .urllist-item {
  position: relative;
  border-top: 2px solid #e8e9ea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 0;
  margin: 0 0 20px;
}
#box2-inner .urllist-date-link {
  line-height: 1.2;
  margin: 0 0 5px;
}
#box2-inner .urllist-date-link a {
  color: #666;
}
#box2-inner .urllist-date-link a:hover {
  color: #666;
}
#box2-inner .urllist-title-link {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: none;
}
#box2-inner .urllist-categories {
  line-height: 1.2;
  margin: 5px 0 0;
}
#box2-inner .urllist-category-link {
  vertical-align: top;
}
#box2-inner .urllist-category-link::after {
  display: block;
  width: 15%;
}
#box2-inner .urllist-entry-body {
  font-size: 0.9em;
  color: #666;
  margin: 5px 0 0;
}
#box2-inner .recent-entries .urllist-item {
  padding: 10px 0 0;
  margin: 0 0 15px;
}
#box2-inner .urllist-item {
  border-top: 1px solid #e8e9ea;
  margin: 0 0 10px;
}
@media screen and (max-width: 800px) {
  #box2-inner .urllist-item {
    border-color: #c6cacc;
  }
}
#box2-inner .urllist-item:last-child {
  border-bottom: 1px solid #e8e9ea;
  padding: 10px 0;
  margin: 0;
}
@media screen and (max-width: 800px) {
  #box2-inner .urllist-item:last-child {
    border-color: #c6cacc;
  }
}
#box2-inner .urllist-title-link {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
}
#box2-inner .urllist-category-link::after {
  width: 30%;
  top: -1px;
  border-top-width: 1px;
}
.ui-button {
  border-radius: 4px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 8px 13px;
  cursor: pointer;
  white-space: nowrap;
  background: #888;
  border: 1px solid #777;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.ui-button:hover,
.ui-button:focus {
  background: #777 !important;
  border-color: #666;
  color: #fff;
}
.ui-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(136, 136, 136, 0.7);
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(136, 136, 136, 0.7);
}
.ui-button.button-small {
  font-size: 12px;
  padding: 6px 7px;
}
.ui-button.button-light {
  background: #ddd;
  border-color: #ccc;
  color: #555;
  text-shadow: none;
}
.ui-button.button-light:hover,
.ui-button.button-light:focus {
  background: #ccc !important;
  border-color: #bbb;
  color: #555;
}
.ui-button.button-light:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(136, 136, 136, 0.7);
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(136, 136, 136, 0.7);
}
.ui-button.button-blue {
  background: #1dc7fa;
  border-color: #0cb3e6;
  color: #fff;
}
.ui-button.button-blue:hover,
.ui-button.button-blue:focus {
  background: #0cb3e6 !important;
  border-color: #0b8cb3;
  color: #fff;
}
.ui-button.button-blue:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(29, 199, 250, 0.7);
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(29, 199, 250, 0.7);
}
.ui-button.button-white {
  background: #fff;
  border-color: #edeeef;
  color: #333;
  text-shadow: none;
}
.ui-button.button-white:hover,
.ui-button.button-white:focus {
  background: #edeeef !important;
  border-color: #d4d5d6;
  color: #333;
}
.ui-button i[class^=icon] {
  line-height: 0.5em;
}
.categories:before {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #aaa;
}
.categories.no-categories {
  display: none;
}
.urllist-category-link,
.archive-category-link,
.entry-category-link {
  color: #666;
  margin-right: 5px;
}
.urllist-category-link:hover,
.archive-category-link:hover,
.entry-category-link:hover {
  color: #555;
}
.urllist-category-link::before,
.archive-category-link::before,
.entry-category-link::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #aaa;
}
.urllist-category-link::after,
.archive-category-link::after,
.entry-category-link::after {
  content: '';
  display: none;
  position: absolute;
  top: -2px;
  left: 0;
  width: 30%;
  border-top: 2px solid #aaa;
}
.urllist-category-link.category-pickup::before,
.archive-category-link.category-pickup::before,
.entry-category-link.category-pickup::before {
  background-color: #1dc7fa;
}
.urllist-category-link.category-pickup::after,
.archive-category-link.category-pickup::after,
.entry-category-link.category-pickup::after {
  z-index: 2;
  border-color: #1dc7fa;
}
.urllist-category-link.category-weekly::before,
.archive-category-link.category-weekly::before,
.entry-category-link.category-weekly::before {
  background-color: #fac800;
}
.urllist-category-link.category-weekly::after,
.archive-category-link.category-weekly::after,
.entry-category-link.category-weekly::after {
  border-color: #fac800;
}
.urllist-category-link.category-event::before,
.archive-category-link.category-event::before,
.entry-category-link.category-event::before {
  background-color: #ff7227;
}
.urllist-category-link.category-event::after,
.archive-category-link.category-event::after,
.entry-category-link.category-event::after {
  border-color: #ff7227;
}
.urllist-category-link.category-announcement::before,
.archive-category-link.category-announcement::before,
.entry-category-link.category-announcement::before {
  background-color: #aaa;
}
.urllist-category-link.category-announcement::after,
.archive-category-link.category-announcement::after,
.entry-category-link.category-announcement::after {
  border-color: #aaa;
}
.urllist-category-link.category-customers::before,
.archive-category-link.category-customers::before,
.entry-category-link.category-customers::before {
  background-color: #74e622;
}
.urllist-category-link.category-customers::after,
.archive-category-link.category-customers::after,
.entry-category-link.category-customers::after {
  border-color: #74e622;
}
.entry {
  position: relative;
  margin: 0 0 5em;
}
.entry .entry-header {
  overflow: hidden;
  margin: 0 0 2em;
}
.entry .entry-header a {
  text-decoration: none;
}
.entry .date {
  line-height: 1.5;
  color: #888;
  margin: 0 0 0 2px;
}
.entry .entry-title {
  font-size: 2.25em;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 5px;
}
@media screen and (max-width: 640px) {
  .entry .entry-title {
    font-size: 1.2em;
  }
}
.entry .entry-header-menu {
  position: absolute;
  top: -1px;
  left: 90px;
}
.entry .entry-header-menu a {
  color: #1dc7fa;
  font-weight: bold;
  display: block;
}
.entry .entry-header-menu a:hover {
  color: #0cb3e6;
}
.entry .entry-category-link:hover {
  text-decoration: underline;
}
.entry .entry-category-link::before {
  margin-right: 3px;
}
.entry .entry-content {
  font-size: 1.1em;
}
@media screen and (max-width: 640px) {
  .entry .entry-content {
    font-size: 1em;
  }
}
.entry .entry-content a {
  text-decoration: underline;
}
.entry .entry-content a:hover {
  color: #0cb3e6;
}
.entry .entry-content .keyword {
  text-decoration: none;
  border-bottom: 1px solid #eee;
}
.entry .entry-content .hatena-fotolife {
  position: relative;
  display: block;
}
.entry .entry-content figure {
  margin: 0 0 3em;
}
.entry .entry-content figcaption {
  margin: -2em 0 0;
  text-align: center;
  color: #666;
  font-size: 0.85em;
}
.entry .entry-content img {
  margin: 3em 0;
  display: block;
  position: relative;
  left: 50%;
  border: 1px solid #ccc;
  padding: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 80%;
}
.entry .entry-content img.hatena-image-left,
.entry .entry-content img.hatena-image-right,
.entry .entry-content img.http-bookmark {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: static;
  left: auto;
  margin: 0;
  border: none;
  padding: 0;
  vertical-align: middle;
}
.entry .entry-content img.hatena-image-left {
  margin-right: 1em;
}
.entry .entry-content img.hatena-image-right {
  margin-left: 1em;
}
.entry .entry-content .hatena-id-icon {
  border: none;
  margin: 0 3px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: static;
  left: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.entry .entry-content .http-bookmark {
  margin: 0 0 0 2px;
  display: inline;
  vertical-align: middle;
}
.entry .entry-content h1,
.entry .entry-content h2,
.entry .entry-content h3,
.entry .entry-content h4,
.entry .entry-content h5,
.entry .entry-content h6 {
  position: relative;
  margin-top: 2em;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.entry .entry-content h1:target,
.entry .entry-content h2:target,
.entry .entry-content h3:target,
.entry .entry-content h4:target,
.entry .entry-content h5:target,
.entry .entry-content h6:target {
  background: #f4e5c3;
}
.entry .entry-content h1 {
  padding-bottom: 0.3em;
  font-size: 2.25em;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 640px) {
  .entry .entry-content h1 {
    font-size: 1.2em;
  }
}
.entry .entry-content h2 {
  padding-bottom: 0.3em;
  font-size: 1.65em;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 640px) {
  .entry .entry-content h2 {
    font-size: 1.1em;
  }
}
.entry .entry-content h3 {
  font-size: 1.5em;
  line-height: 1.43;
}
@media screen and (max-width: 640px) {
  .entry .entry-content h3 {
    font-size: 1.05em;
  }
}
.entry .entry-content h4 {
  font-size: 1.25em;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .entry .entry-content h4 {
    font-size: 1em;
  }
}
.entry .entry-content h5,
.entry .entry-content h6 {
  font-size: 1em;
}
.entry .entry-content p,
.entry .entry-content ul,
.entry .entry-content ol,
.entry .entry-content blockquote,
.entry .entry-content table,
.entry .entry-content pre {
  margin-top: 0;
  margin-bottom: 16px;
}
.entry .entry-content ul li ul li img {
  margin-top: 0;
}
.entry .entry-content ul,
.entry .entry-content ol {
  padding: 0 0 0 2em;
}
.entry .entry-content ul li ul,
.entry .entry-content ol li ul,
.entry .entry-content ul li ol,
.entry .entry-content ol li ol {
  margin: 0 0 0 1em;
}
.entry .entry-content ul img,
.entry .entry-content ol img {
  margin: 0;
}
.entry .entry-content li {
  list-style-type: disc;
}
.entry .entry-content blockquote {
  overflow: hidden;
  padding: 1em 1.5em;
  background: #f2f4f5;
  border-radius: 4px;
}
.entry .entry-content blockquote cite {
  text-align: right;
  margin: 1em 0;
  display: block;
}
.entry .entry-content blockquote code {
  background: #fff;
  border-color: #ccc;
}
.entry .entry-content table {
  width: 100%;
}
.entry .entry-content table tr {
  border-bottom: 1px solid #edeeef;
}
.entry .entry-content table th,
.entry .entry-content table td {
  padding: 10px 12px;
}
.entry .entry-content table th {
  text-align: left;
  font-size: 0.8em;
  background: #f2f4f5;
  letter-spacing: 1px;
}
.entry .entry-content table td {
  min-width: 4em;
}
.entry .entry-content sup[id^="fnref"] {
  margin-top: -60px;
  padding-top: 60px;
}
@media screen and (max-width: 800px) {
  .entry .entry-content sup[id^="fnref"] {
    margin-top: 0;
    padding-top: 0;
  }
}
.entry .entry-content div.footnote {
  border-top: 1px solid #edeeef;
  padding: 1em 0;
}
.entry .entry-content div.footnotes {
  font-size: 90%;
  margin: 3em 0 0;
  padding: 0 0 1em;
}
.entry .entry-content hr {
  border: none;
  border-top: 1px solid #edeeef;
  margin: 0;
  padding: 0 0 1em;
}
.entry .entry-content ol {
  padding: 0 0 0 1.2em;
}
.entry .entry-content ol li {
  list-style-type: decimal;
  margin-top: -60px;
  padding-top: 60px;
}
@media screen and (max-width: 800px) {
  .entry .entry-content ol li {
    margin-top: 0;
    padding-top: 0;
  }
}
.entry .entry-content ol li p {
  margin: 0;
}
.entry .entry-content code {
  white-space: nowrap;
  padding: 0.25em 0.5em;
  background: #f2f4f5;
  border: none;
}
.entry .entry-content pre.code {
  background: #f2f4f5;
  padding: 1em 1.5em;
}
.entry .entry-content .hatena-asin-detail {
  overflow: hidden;
  padding: 20px;
}
.entry .entry-content .hatena-asin-detail a {
  display: block;
}
.entry .entry-content .hatena-asin-detail a:first-child {
  float: left;
}
.entry .entry-content .hatena-asin-detail a:first-child img {
  margin: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: static;
  left: auto;
  max-width: 100%;
}
.entry .entry-content .hatena-asin-detail a img {
  margin: 0 20px 0 0;
}
.entry .entry-content .hatena-asin-detail-title {
  font-size: 1.2em;
  margin: 0 0 0.5em;
}
.entry .entry-content .hatena-asin-detail-info {
  float: left;
  margin: 0 0 0 20px;
}
.entry .entry-content .hatena-asin-detail-info a {
  display: inline !important;
}
.entry .entry-content .hatena-asin-detail-info ul {
  padding: 0 !important;
}
.entry .entry-content .hatena-asin-detail-info li {
  list-style-type: none;
}
.entry .entry-content .button {
  display: inline-block;
  background: #1dc7fa;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  font-size: 1.2em;
  margin: 2em auto;
  font-weight: bold;
  color: #fff;
  position: relative;
  left: 50%;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.entry .entry-content .button:hover {
  background: #0cb3e6;
  color: #fff;
}
.entry .entry-content span[class^=label] {
  color: #fff;
  line-height: 1;
  width: 80px;
  text-align: center;
  font-weight: bold;
  padding: 2px 5px;
  display: inline-block;
  border-radius: 2px;
  font-size: 0.85em;
  margin: 0 0.5em 0 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background: #666;
}
.entry .entry-content span[class^=label].label-fix {
  background: #a2eb6e;
}
.entry .entry-content span[class^=label].label-feature {
  background: #1dc7fa;
}
.entry .entry-content span[class^=label].label-bug {
  background: #ff3e4b;
}
.entry .entry-content span[class^=label].label-improved {
  background: #ffd641;
}
.entry .entry-footer {
  margin-top: 4em;
  border-top: 1px solid #edeeef;
}
.entry .user-name-nickname,
.entry .user-name-paren {
  display: none;
}
.comment {
  padding: 0;
}
.comment li {
  padding: 0;
  list-style-type: none;
  padding: 1em 0;
  border-bottom: 1px solid #edeeef;
}
.comment li:first-child {
  border-top: 1px solid #edeeef;
}
.comment li p {
  margin: 0;
}
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
  font-size: 1.1em;
  line-height: 1.4;
}
@media screen and (max-width: 580px) {
  .pager {
    font-size: 0.9em;
  }
}
.pager a {
  text-decoration: none;
}
.pager .pager-arrow {
  display: none;
}
.pager .pager-prev {
  margin: 0 auto 1em 0;
  position: relative;
}
.pager .pager-prev:hover::before {
  border-right-color: #0cb3e6;
}
.pager .pager-prev a {
  display: block;
  padding: 15px 15px 15px 50px;
}
.pager .pager-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  margin: -14px 0 0;
  border: 14px solid transparent;
  width: 0;
  height: 0;
  display: block;
  z-index: -10;
}
.pager .pager-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  margin: -14px 0 0;
  border: 14px solid transparent;
  width: 0;
  height: 0;
  display: block;
  z-index: -9;
}
.pager .pager-prev:before {
  left: 0;
  border-right-color: #000;
}
.pager .pager-prev:after {
  left: 2px;
  border-right-color: #fff;
}
.pager .pager-next {
  margin: 0 0 1em auto;
  position: relative;
}
.pager .pager-next:hover::before {
  border-left-color: #0cb3e6;
}
.pager .pager-next a {
  display: block;
  padding: 15px 50px 15px 15px;
}
.pager .pager-next:before {
  content: '';
  position: absolute;
  top: 50%;
  margin: -14px 0 0;
  border: 14px solid transparent;
  width: 0;
  height: 0;
  display: block;
  z-index: -10;
}
.pager .pager-next:after {
  content: '';
  position: absolute;
  top: 50%;
  margin: -14px 0 0;
  border: 14px solid transparent;
  width: 0;
  height: 0;
  display: block;
  z-index: -9;
}
.pager .pager-next:before {
  right: 0;
  border-left-color: #000;
}
.pager .pager-next:after {
  right: 2px;
  border-left-color: #fff;
}
.page-index .hatena-module {
  margin: 0 0 60px;
}
.page-index .hatena-module-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
.page-index .hatena-module-title a:hover {
  color: inherit;
  text-decoration: none;
}
.page-index .hatena-urllist {
  margin: 0;
}
.page-index .urllist-item {
  position: relative;
  border-top: 2px solid #e8e9ea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 0;
  margin: 0 0 20px;
}
.page-index .urllist-date-link {
  line-height: 1.2;
  margin: 0 0 5px;
}
.page-index .urllist-date-link a {
  color: #666;
}
.page-index .urllist-date-link a:hover {
  color: #666;
}
.page-index .urllist-title-link {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: none;
}
.page-index .urllist-categories {
  line-height: 1.2;
  margin: 5px 0 0;
}
.page-index .urllist-category-link {
  vertical-align: top;
}
.page-index .urllist-category-link::after {
  display: block;
  width: 15%;
}
.page-index .urllist-entry-body {
  font-size: 0.9em;
  color: #666;
  margin: 5px 0 0;
}
.page-index .hatena-module.hatena-module-custom-recent-entries .hatena-urllist,
.page-index .hatena-module.category-pickup .hatena-urllist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
  .page-index .hatena-module.hatena-module-custom-recent-entries .hatena-urllist,
  .page-index .hatena-module.category-pickup .hatena-urllist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-index .hatena-module.hatena-module-custom-recent-entries .urllist-item,
.page-index .hatena-module.category-pickup .urllist-item {
  width: calc(50% - 15px);
  margin: 0 30px 0 0;
}
.page-index .hatena-module.hatena-module-custom-recent-entries .urllist-item:nth-child(2n),
.page-index .hatena-module.category-pickup .urllist-item:nth-child(2n) {
  margin-right: 0;
}
.page-index .hatena-module.hatena-module-custom-recent-entries .urllist-item:nth-child(-n+3),
.page-index .hatena-module.category-pickup .urllist-item:nth-child(-n+3) {
  margin-bottom: 40px;
}
@media screen and (max-width: 950px) {
  .page-index .hatena-module.hatena-module-custom-recent-entries .urllist-item,
  .page-index .hatena-module.category-pickup .urllist-item {
    width: 100%;
    margin: 0 0 40px;
  }
}
.page-index .hatena-module.hatena-module-custom-recent-entries .urllist-image-link,
.page-index .hatena-module.category-pickup .urllist-image-link {
  display: block;
  margin: 0 0 10px;
}
.page-index .hatena-module.hatena-module-custom-recent-entries .urllist-image-link img,
.page-index .hatena-module.category-pickup .urllist-image-link img {
  float: none;
  border: 1px solid #edeeef;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin: 0;
}
.page-index .hatena-module.hatena-module-custom-recent-entries .urllist-title-link,
.page-index .hatena-module.category-pickup .urllist-title-link {
  font-size: 18px;
}
.page-index .hatena-module.hatena-module-custom-recent-entries .urllist-category-link::after,
.page-index .hatena-module.category-pickup .urllist-category-link::after {
  width: 30%;
}
.page-index .hatena-module.hatena-module-custom-recent-entries .urllist-entry-body,
.page-index .hatena-module.category-pickup .urllist-entry-body {
  font-size: 1em;
  color: #222;
}
.page-index .link-to-archive {
  text-align: right;
  border-top: 2px solid #e8e9ea;
  padding: 10px 0 0;
  margin: -40px 0 0;
}
.page-index .blogtop-customers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 0 -5px;
}
.page-index .blogtop-customer {
  width: calc(100% / 4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  margin: 0 0 20px;
}
@media screen and (max-width: 950px) {
  .page-index .blogtop-customer {
    width: calc(100% / 2);
  }
}
.page-index .blogtop-customer a {
  text-decoration: none;
}
.page-index .blogtop-customer a:hover {
  text-decoration: none;
}
.page-index .blogtop-customer figure {
  margin: 0 0 10px;
}
.page-index .blogtop-customer img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 5px;
}
.page-index .blogtop-customer h4 {
  font-size: 1em;
  line-height: 1.4;
  margin: 0 0 3px;
}
.page-index .blogtop-customer .weak {
  font-size: 0.85em;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.page-index .blogtop-customer.credit-saison img {
  border: 1px solid #edeeef;
}
.page-index #box2 .hatena-module-html {
  position: static;
  margin: 0 0 30px;
}
.page-entry #main {
  max-width: 780px;
  margin: 0 auto 0 0;
}
.page-archive .breadcrumb,
.page-archive-category-name .breadcrumb {
  max-width: 1280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  margin: 0 auto 20px;
}
.page-archive #main-inner .search-result,
.page-archive-category-name #main-inner .search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 0 0 10px;
}
.page-archive #main-inner .search-result h2,
.page-archive-category-name #main-inner .search-result h2 {
  font-size: 1.3em;
  margin: 20px 0 0;
}
.page-archive #main-inner .search-result .search-result-form,
.page-archive-category-name #main-inner .search-result .search-result-form {
  width: 100%;
  max-width: initial;
  position: relative;
  border: 0;
}
.page-archive #main-inner .search-result .search-result-form::before,
.page-archive-category-name #main-inner .search-result .search-result-form::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  background: url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=263e782f4058acf5109a8ca03f06e0) no-repeat 12px center;
  background-size: 22px auto;
  width: 40px;
  height: 100%;
}
.page-archive #main-inner .search-result .search-result-input,
.page-archive-category-name #main-inner .search-result .search-result-input {
  font-size: 1.5em;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #c6cacc;
  border-radius: 8px;
  padding: 10px 20px 10px 40px;
}
.page-archive #main-inner .search-result .search-result-input:hover,
.page-archive-category-name #main-inner .search-result .search-result-input:hover {
  border-color: #a7a9aa;
}
.page-archive #main-inner .search-result .search-result-input:focus,
.page-archive-category-name #main-inner .search-result .search-result-input:focus {
  border-color: #1dc7fa;
}
.page-archive #main-inner .search-result .search-result-input::-webkit-input-placeholder, .page-archive-category-name #main-inner .search-result .search-result-input::-webkit-input-placeholder {
  color: #999;
}
.page-archive #main-inner .search-result .search-result-input::-moz-placeholder, .page-archive-category-name #main-inner .search-result .search-result-input::-moz-placeholder {
  color: #999;
}
.page-archive #main-inner .search-result .search-result-input:-ms-input-placeholder, .page-archive-category-name #main-inner .search-result .search-result-input:-ms-input-placeholder {
  color: #999;
}
.page-archive #main-inner .search-result .search-result-input::-ms-input-placeholder, .page-archive-category-name #main-inner .search-result .search-result-input::-ms-input-placeholder {
  color: #999;
}
.page-archive #main-inner .search-result .search-result-input::placeholder,
.page-archive-category-name #main-inner .search-result .search-result-input::placeholder {
  color: #999;
}
@media screen and (max-width: 580px) {
  .page-archive #main-inner .search-result .search-result-input,
  .page-archive-category-name #main-inner .search-result .search-result-input {
    font-size: 1.2em;
    height: 40px;
    line-height: 40px;
  }
}
.page-archive #main-inner .search-result .search-result-button,
.page-archive-category-name #main-inner .search-result .search-result-button {
  display: none;
}
.page-archive .archive-entries,
.page-archive-category-name .archive-entries {
  margin: 0 0 50px;
}
.page-archive .archive-entry,
.page-archive-category-name .archive-entry {
  position: relative;
  border-bottom: 2px solid #e8e9ea;
  padding: 20px 0 20px 170px;
}
.page-archive .archive-entry:first-child,
.page-archive-category-name .archive-entry:first-child {
  border-top: 2px solid #e8e9ea;
}
@media screen and (max-width: 580px) {
  .page-archive .archive-entry,
  .page-archive-category-name .archive-entry {
    padding: 20px 0;
  }
}
.page-archive .archive-entry .entry-title,
.page-archive-category-name .archive-entry .entry-title {
  font-size: 1.3em;
  margin: 0 0 5px;
}
.page-archive .archive-entry .entry-title a,
.page-archive-category-name .archive-entry .entry-title a {
  text-decoration: none;
}
.page-archive .archive-entry .archive-date,
.page-archive-category-name .archive-entry .archive-date {
  font-size: 0.9em;
  color: #666;
  line-height: 1.4;
  margin: 0 0 5px;
}
.page-archive .archive-entry .archive-date a:hover,
.page-archive-category-name .archive-entry .archive-date a:hover {
  color: #666;
}
.page-archive .archive-entry .categories,
.page-archive-category-name .archive-entry .categories {
  line-height: 1.4;
}
.page-archive .archive-entry .archive-category-link,
.page-archive-category-name .archive-entry .archive-category-link {
  font-size: 0.9em;
}
.page-archive .archive-entry .archive-category-link::before,
.page-archive-category-name .archive-entry .archive-category-link::before {
  margin-right: 3px;
}
.page-archive .archive-entry .archive-category-link::after,
.page-archive-category-name .archive-entry .archive-category-link::after {
  display: block;
  width: 150px;
}
@media screen and (max-width: 580px) {
  .page-archive .archive-entry .archive-category-link::after,
  .page-archive-category-name .archive-entry .archive-category-link::after {
    width: 25%;
  }
}
.page-archive .archive-entry .entry-thumb-link,
.page-archive-category-name .archive-entry .entry-thumb-link {
  position: absolute;
  top: 20px;
  left: 0;
  margin-right: 10px;
}
@media screen and (max-width: 580px) {
  .page-archive .archive-entry .entry-thumb-link,
  .page-archive-category-name .archive-entry .entry-thumb-link {
    position: static;
    margin: 0;
    float: left;
    margin: 10px 10px 10px 0;
  }
}
.page-archive .archive-entry .entry-thumb-link .entry-thumb,
.page-archive-category-name .archive-entry .entry-thumb-link .entry-thumb {
  float: none;
  width: 150px;
  height: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f2f4f5;
  border-radius: 5px;
  margin: 0;
}
.page-archive .archive-entry .entry-description,
.page-archive-category-name .archive-entry .entry-description {
  color: #666;
  margin: 5px 0 10px;
}
.page-about .entry .entry-content dt {
  font-weight: bold;
}
.page-about .entry .entry-content dd {
  margin: 0;
  margin: 0 0 1em;
}
.page-about .entry .entry-content img {
  display: inline-block;
  position: static;
  border: 0;
  -webkit-transform: none;
  transform: none;
  padding: 0;
  margin: 0 3px 0 0;
}
.entry .entry-content .page-entry-interview.willer-interview .speaker,
.entry .entry-content .page-entry-interview.willer-interview .dash {
  width: 120px;
}
.entry .entry-content .page-entry-interview.willer-interview h2,
.entry .entry-content .page-entry-interview.willer-interview .speak,
.entry .entry-content .page-entry-interview.willer-interview .interview {
  width: calc(100% - 120px);
}
.entry .entry-content .page-entry-interview .interview-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #edeeef;
  padding: 0;
  margin: 0 0 1em;
}
@media screen and (max-width: 950px) {
  .entry .entry-content .page-entry-interview .interview-members {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.entry .entry-content .page-entry-interview .member {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 1em 10px 0;
  margin: 0;
}
@media screen and (max-width: 950px) {
  .entry .entry-content .page-entry-interview .member {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.entry .entry-content .page-entry-interview .member:last-child {
  border-left: 1px solid #edeeef;
  padding: 0 0 10px 1em;
}
@media screen and (max-width: 950px) {
  .entry .entry-content .page-entry-interview .member:last-child {
    border-left: 0;
    padding: 0 0 1em;
  }
}
.entry .entry-content .page-entry-interview .company {
  font-size: 0.8em;
  line-height: 1;
  color: #666;
  margin: 0;
}
.entry .entry-content .page-entry-interview .name {
  font-weight: bold;
  margin: 0;
}
.entry .entry-content .page-entry-interview .position {
  font-size: 0.6em;
  line-height: 2;
  color: #666;
  margin: 0;
}
.entry .entry-content .page-entry-interview .interview-members-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.entry .entry-content .page-entry-interview .interview-members-b .members-b-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.entry .entry-content .page-entry-interview .interview-members-b .members-b-container:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .interview-members-b .members-b-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.entry .entry-content .page-entry-interview .interview-members-b .members-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 300px;
}
@media screen and (max-width: 950px) {
  .entry .entry-content .page-entry-interview .interview-members-b .members-inner {
    min-width: auto;
  }
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .interview-members-b .members-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 100%;
  }
}
.entry .entry-content .page-entry-interview .interview-members-b .members-inner .member {
  padding: 0 1em 20px 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.entry .entry-content .page-entry-interview .interview-members-b .members-inner .member:last-child {
  border-left: 0;
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .interview-members-b .members-inner .member {
    padding: 0 1em 10px 0;
  }
}
.entry .entry-content .page-entry-interview .interview-members-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 10px;
  border-bottom: 1px solid #edeeef;
}
@media screen and (max-width: 950px) {
  .entry .entry-content .page-entry-interview .interview-members-c {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.entry .entry-content .page-entry-interview .interview-members-c .member {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px 0 0;
  border: 0;
}
@media screen and (max-width: 950px) {
  .entry .entry-content .page-entry-interview .interview-members-c .member {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 0 0 14px;
  }
}
.entry .entry-content .page-entry-interview .interview-members-c .position {
  line-height: 1.4;
  margin: 5px 0 3px;
}
.entry .entry-content .page-entry-interview .interview-members-c .name {
  margin: auto 0 0;
}
.entry .entry-content .page-entry-interview .interview-subinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.8em;
  line-height: 1.4;
  color: #666;
  margin: 10px 0 0;
}
.entry .entry-content .page-entry-interview .interview-subinfo .subinfo {
  margin: 0;
}
.entry .entry-content .page-entry-interview .interview-subinfo .subinfo:first-child {
  margin: 0 14px 14px 0;
}
.entry .entry-content .page-entry-interview .interview-subinfo .interviewer-name {
  font-size: 1.1em;
  font-weight: bold;
}
.entry .entry-content .page-entry-interview .member-a {
  color: #ff3e4b;
}
.entry .entry-content .page-entry-interview .member-b {
  color: #64cc18;
}
.entry .entry-content .page-entry-interview .member-c {
  color: #9351b1;
}
.entry .entry-content .page-entry-interview .member-d {
  color: #0b8cb3;
}
.entry .entry-content .page-entry-interview .member-e {
  color: #e3b200;
}
.entry .entry-content .page-entry-interview .interviewer {
  color: #666;
}
.entry .entry-content .page-entry-interview .date-published {
  font-size: 0.8em;
  line-height: 1.4;
  color: #666;
  text-align: center;
  margin: 5px 0 0;
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .date-published {
    text-align: left;
  }
}
.entry .entry-content .page-entry-interview .introduction {
  margin: 3em 0;
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .introduction {
    margin: 2em 0;
  }
}
.entry .entry-content .page-entry-interview figure {
  margin: 2em 0;
}
.entry .entry-content .page-entry-interview figure img {
  max-width: 100%;
  -webkit-transform: none;
  transform: none;
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
}
.entry .entry-content .page-entry-interview .first-photo {
  margin: 1em 0;
}
.entry .entry-content .page-entry-interview .float-left {
  float: left;
  width: 45%;
  margin: 0.5em 2em 1em 0;
}
@media screen and (min-width: 799px) and (max-width: 960px) {
  .entry .entry-content .page-entry-interview .float-left {
    float: none;
    width: 70%;
    margin: 2em auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 800px) {
  .entry .entry-content .page-entry-interview .float-left {
    float: left;
    width: 45%;
    margin: 0.5em 2em 1em 0;
  }
}
@media screen and (max-width: 640px) {
  .entry .entry-content .page-entry-interview .float-left {
    float: none;
    width: 70%;
    margin: 2em auto;
  }
}
.entry .entry-content .page-entry-interview .float-right {
  float: right;
  width: 45%;
  margin: 0.5em 0 1em 2em;
}
@media screen and (min-width: 799px) and (max-width: 960px) {
  .entry .entry-content .page-entry-interview .float-right {
    float: none;
    width: 70%;
    margin: 2em auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 800px) {
  .entry .entry-content .page-entry-interview .float-right {
    float: right;
    width: 45%;
    margin: 0.5em 0 1em 2em;
  }
}
@media screen and (max-width: 640px) {
  .entry .entry-content .page-entry-interview .float-right {
    float: none;
    width: 70%;
    margin: 2em auto;
  }
}
.entry .entry-content .page-entry-interview .figure-function {
  width: 60%;
  border: 1px solid #ddd;
  padding: 1.5em 3em;
  margin: 2em auto 2em 100px;
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .figure-function {
    width: 70% !important;
    margin: 2em auto;
  }
}
.entry .entry-content .page-entry-interview .figure-function img {
  max-width: 85%;
  margin: auto;
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .figure-function img {
    max-width: 100%;
  }
}
.entry .entry-content .page-entry-interview .figure-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 100px);
  margin-left: auto;
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .figure-column {
    width: 100%;
  }
}
.entry .entry-content .page-entry-interview .figure-column span {
  width: 40%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 1.5em;
  padding: 4px;
  margin: 0 10px;
}
.entry .entry-content .page-entry-interview .figure-column img {
  -webkit-clip-path: inset(0 0 0 0 round 1.4em 1.4em 1.4em 1.4em);
  clip-path: inset(0 0 0 0 round 1.4em 1.4em 1.4em 1.4em);
}
.entry .entry-content .page-entry-interview figcaption {
  margin: 5px 0 0;
}
.entry .entry-content .page-entry-interview h2 {
  font-size: 1.7em;
  width: calc(100% - 100px);
  border-bottom: 0;
  padding: 0;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .entry .entry-content .page-entry-interview h2 {
    font-size: 1.1em;
    width: 100% !important;
  }
}
.entry .entry-content .page-entry-interview .dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0;
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .dialog {
    display: block;
  }
}
.entry .entry-content .page-entry-interview .dialog.dialog-intro {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .dialog.dialog-intro {
    display: block;
  }
}
.entry .entry-content .page-entry-interview .dialog.dialog-intro .speaker {
  width: auto;
}
.entry .entry-content .page-entry-interview .speaker {
  width: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .speaker {
    width: auto !important;
  }
}
.entry .entry-content .page-entry-interview .speaker.view-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .entry .entry-content .page-entry-interview .speaker.view-sp {
    display: inline;
  }
}
.entry .entry-content .page-entry-interview .speak {
  width: calc(100% - 100px);
  margin-left: auto;
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .speak {
    width: auto !important;
  }
}
.entry .entry-content .page-entry-interview .speak-content {
  display: block;
  margin: 1em 0 0;
}
.entry .entry-content .page-entry-interview .speak-content:first-child {
  margin: 0;
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .speak-content:first-child {
    display: inline;
  }
}
.entry .entry-content .page-entry-interview .dialog-interviewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5em 0;
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .dialog-interviewer {
    display: block;
  }
}
.entry .entry-content .page-entry-interview .dash {
  position: relative;
  width: 100px;
  height: 26px;
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .dash {
    display: inline-block;
    width: 35px !important;
    height: 13px;
  }
}
.entry .entry-content .page-entry-interview .dash::before {
  content: '';
  display: block;
  width: calc(100% - 25px);
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .dash::before {
    width: calc(100% - 5px) !important;
  }
}
.entry .entry-content .page-entry-interview .interview {
  font-size: 0.95em;
  font-weight: bold;
  color: #666;
  width: calc(100% - 100px);
}
@media screen and (max-width: 580px) {
  .entry .entry-content .page-entry-interview .interview {
    width: auto !important;
  }
}
@media print {
  .page-entry #box2 {
    display: none;
  }
  .page-entry #wrapper {
    width: 100%;
  }
  .page-entry #main {
    max-width: inherit;
  }
  .page-entry .global-nav {
    display: none;
  }
  .page-entry .global-header {
    position: absolute;
  }
  .page-entry .pager.pager-permalink.permalink {
    display: none;
  }
  .page-entry #bottom-editarea {
    display: none;
  }
  .page-entry .comment-box {
    display: none;
  }
  .page-entry .hatena-star-container {
    display: none;
  }
  .page-entry .social-buttons {
    display: none;
  }
}
