/* 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: #34aaca;
}
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: #e84050;
}
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: 800px) {
  #container {
    padding: 0 !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;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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);
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 80000;
}
@media screen and (max-width: 800px) {
  .global-header {
    position: static;
    top: auto;
    left: auto;
    height: auto;
    text-align: center;
  }
}
.global-header-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
}
@media screen and (max-width: 800px) {
  .global-header-wrapper {
    max-width: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.header-logo {
  margin: 0;
  padding: 6px 10px 0 0;
  height: 40px;
}
@media screen and (max-width: 800px) {
  .header-logo {
    width: 100%;
    margin: 0 0 10px;
  }
}
.header-logo a {
  color: inherit;
  width: auto;
  display: block;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 800px) {
  .header-logo a {
    text-align: center !important;
    padding: 0 2rem;
  }
}
.header-logo a img {
  vertical-align: middle;
  height: 25px;
  width: auto;
  margin: 0;
  max-height: 100%;
}
.header-logo a img.icon {
  width: 53px;
  display: none;
}
@media screen and (max-width: 950px) {
  .header-logo a img.icon {
    display: inline;
  }
}
@media screen and (max-width: 800px) {
  .header-logo a img.icon {
    display: none;
  }
}
.header-logo a img.logotype {
  width: 195px;
}
@media screen and (max-width: 950px) {
  .header-logo a img.logotype {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .header-logo a img.logotype {
    display: inline;
  }
}
.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .global-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.global-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .global-nav ul {
    border-top: 1px solid #f2f4f5;
  }
}
.global-nav li.active a {
  color: #34aaca;
}
.nav-static li {
  padding: 10px 20px 10px 0;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 800px) {
  .nav-static li:last-child {
    padding-right: 0;
  }
}
.nav-static a {
  font-size: 1em;
  color: #444;
  text-decoration: none;
}
.nav-static a:hover {
  color: #34aaca;
}
.nav-signup li {
  line-height: 40px;
  padding: 10px 0 10px 10px;
}
.nav-signup li:first-child {
  padding-left: 0;
}
.nav-signup .ui-button:hover.button-blue {
  background: #34aaca;
  border-color: #2297b7;
}
@media screen and (max-width: 580px) {
  .nav-signup .ui-button {
    font-size: 0.9em;
    padding: 8px 10px;
  }
}
#global-footer {
  color: #333;
  font-size: 14px;
  text-align: left;
  border-top: 1px solid #ddd;
  padding: 30px 0;
}
#global-footer .global-footer-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  #global-footer .global-footer-column {
    width: calc(100% - 60px);
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  #global-footer .global-footer-column {
    width: calc(100% - 30px);
    padding: 0 15px;
  }
}
@media screen and (max-width: 820px) {
  #global-footer .global-footer-column {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 650px) {
  #global-footer .global-footer-column {
    width: calc(100% - 15%);
    padding: 0 7.5%;
  }
}
@media screen and (max-width: 460px) {
  #global-footer .global-footer-column {
    width: calc(100% - 26px);
    padding: 0 13px;
  }
}
#global-footer .global-footer-column > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 820px) {
  #global-footer .global-footer-column > li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
  }
  #global-footer .global-footer-column > li:last-child {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 650px) {
  #global-footer .global-footer-column > li {
    width: 50%;
  }
  #global-footer .global-footer-column > li:last-child {
    margin-top: 30px;
  }
}
@media screen and (max-width: 380px) {
  #global-footer .global-footer-column > li {
    width: 100%;
  }
  #global-footer .global-footer-column > li:last-child {
    margin-top: 20px;
  }
}
#global-footer .global-footer-column a {
  display: inline-block;
  margin-bottom: 9px;
}
#global-footer .global-footer-childList {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  color: #666;
}
@media screen and (max-width: 650px) {
  #global-footer .global-footer-childList:first-of-type {
    margin-bottom: 10px;
  }
}
#global-footer .global-footer-childList li a {
  display: inline-block;
  margin-bottom: 7px;
}
#global-footer .global-footer-childList.small-size {
  font-size: 12px;
}
#global-footer .global-footer-childList.small-size li a {
  margin-bottom: 5px;
}
@media screen and (max-width: 380px) {
  #global-footer .list-parent-page > a {
    display: block;
    padding-bottom: 8px;
    border-bottom: 2px solid #f2f2f2;
  }
}
#footer-logo {
  margin: 66px 0 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #footer-logo {
    margin: 13px 0 0;
  }
}
#footer-logo .logotype {
  width: 195px;
  height: auto;
}
.footer-language-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-bottom: 10px;
  color: #666;
}
@media screen and (max-width: 820px) {
  .footer-language-select {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22px;
    margin-bottom: 0;
  }
}
.footer-language-select a {
  font-weight: normal;
  color: #aaa;
}
@media screen and (max-width: 820px) {
  .footer-language-select + .global-footer-childList {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-language-select + .global-footer-childList li {
    margin: 0 4px;
  }
}
.footer-language-select li:first-child::after {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  width: 3px;
  height: 3px;
  background: #ccc;
  border-radius: 2px;
  margin: 0 5px;
}
#social-mark-list {
  margin-top: 10px;
  height: 20px;
}
@media screen and (max-width: 820px) {
  #social-mark-list {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3px;
  }
  #social-mark-list li {
    margin: 0 4px;
  }
}
#svg-logo-twitter .path-logo-twitter {
  fill: #ccc;
}
#svg-logo-twitter .path-logo-twitter:hover {
  fill: #1da1f2;
}
#footer-copyright {
  font-size: 10px;
  color: #aaa;
  text-align: center;
  margin: 0;
}
.blogtop-title {
  text-align: center;
  color: #fff;
  background: #4dbddb;
  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=5ce19ab982799e9f1225e7acae034e9d43b6e6b6&env=production');
  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: #4dbddb;
}
#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: -webkit-sticky;
  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-list:last-child {
  margin: 0;
}
#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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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 10px 0 0;
}
#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 0 auto;
}
#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: #4dbddb;
  border-color: #34aaca;
  color: #fff;
}
.ui-button.button-blue:hover,
.ui-button.button-blue:focus {
  background: #34aaca !important;
  border-color: #2297b7;
  color: #fff;
}
.ui-button.button-blue:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(77, 189, 219, 0.7);
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(77, 189, 219, 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: #4dbddb;
}
.urllist-category-link.category-pickup::after,
.archive-category-link.category-pickup::after,
.entry-category-link.category-pickup::after {
  z-index: 2;
  border-color: #4dbddb;
}
.urllist-category-link.category-weekly::before,
.archive-category-link.category-weekly::before,
.entry-category-link.category-weekly::before {
  background-color: #f4bd0b;
}
.urllist-category-link.category-weekly::after,
.archive-category-link.category-weekly::after,
.entry-category-link.category-weekly::after {
  border-color: #f4bd0b;
}
.urllist-category-link.category-event::before,
.archive-category-link.category-event::before,
.entry-category-link.category-event::before {
  background-color: #e59965;
}
.urllist-category-link.category-event::after,
.archive-category-link.category-event::after,
.entry-category-link.category-event::after {
  border-color: #e59965;
}
.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: #b3d143;
}
.urllist-category-link.category-customers::after,
.archive-category-link.category-customers::after,
.entry-category-link.category-customers::after {
  border-color: #b3d143;
}
.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: #4dbddb;
  font-weight: bold;
  display: block;
}
.entry .entry-header-menu a:hover {
  color: #34aaca;
}
.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: #34aaca;
}
.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;
  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: #4dbddb;
  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: #34aaca;
  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: #aad359;
}
.entry .entry-content span[class^=label].label-feature {
  background: #4dbddb;
}
.entry .entry-content span[class^=label].label-bug {
  background: #ff0034;
}
.entry .entry-content span[class^=label].label-improved {
  background: #ffcd16;
}
.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: #34aaca;
}
.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: #34aaca;
}
.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.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.category-pickup .hatena-urllist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-index .hatena-module.category-pickup .urllist-item {
  width: calc(50% - 15px);
  margin: 0 30px 0 0;
}
.page-index .hatena-module.category-pickup .urllist-item:nth-child(2n) {
  margin-right: 0;
}
.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.category-pickup .urllist-item {
    width: 100%;
    margin: 0 0 40px;
  }
}
.page-index .hatena-module.category-pickup .urllist-image-link {
  display: block;
  margin: 0 0 10px;
}
.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.category-pickup .urllist-title-link {
  font-size: 18px;
}
.page-index .hatena-module.category-pickup .urllist-category-link::after {
  width: 30%;
}
.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 #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=5ce19ab982799e9f1225e7acae034e9d43b6e6b6&env=production') 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: #4dbddb;
}
.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;
}
.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: #e84050;
}
.entry .entry-content .page-entry-interview .member-b {
  color: #70bf16;
}
.entry .entry-content .page-entry-interview .member-c {
  color: #8677c6;
}
.entry .entry-content .page-entry-interview .member-d {
  color: #2297b7;
}
.entry .entry-content .page-entry-interview .member-e {
  color: #E5B01C;
}
.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 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;
  }
}
