@charset "utf-8";
/*
  Responsive: yes
*/
/*  import normalize */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
/*  import mixin */
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*  import variable */
/* memo 
maincolor #28448e
linkcolor #1d5e95
*/
/* Common */
html,
body {
  font-family: 'Merriweather','Helvetica Neue', 'Helvetica', 'Arial',"游ゴシック Medium",Yu Gothic Medium, YuGothic,'Yu Gothic','Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 1.7;
}
a {
  color: #1d5e95;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:visited {
  color: #1d5e95;
}
a:hover {
  color: #454545;
  -webkit-transition: all .3s;
  transition: all .3s;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #111;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dddddd;
  color: #454545;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: bold;
}
/* container */
#container {
  width: 100%;
  overflow: hidden;
  padding: 0;
}
#container #content {
  box-sizing: border-box;
  width: 100%;
}
#container #content-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1040px;
  background-color: #fff;
  display: block;
  *zoom: 1;
  box-sizing: border-box;
}
#container #content-inner:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

#main {
  width: 680px;
  padding-right: 20px;
  border-right: 1px solid #f0f0f0;
  float: left;
}
#box2 {
  width: 320px;
  float: right;
}
@media screen and (max-width: 1120px){
  #container #content-inner {
    max-width: 930px;
  }
  #main {
    width: 580px;
  }
}
@media screen and (max-width: 980px) {

  #container #content {
    padding: 0 14px;
  }
  #container #content-inner {
    max-width: initial;
  }
  #main {
    width: 100%;
    float: none;
    border-right: none;
  }
  #box2 {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #container {
    padding-top: 40px;
  }
  #container #content {
    padding: 20px 0;
  }
  #container #content-inner {
    padding: 0px 14px 26px;
  }
}
/* header */
#blog-title {
  width: 100%;
  background: #28448e;
  background: -moz-linear-gradient(bottom, #1b3781 0%, #28448e 100%);
  background: -webkit-linear-gradient(bottom, #1b3781 0%,#28448e 100%);
  background: linear-gradient(to top, #1b3781 0%,#28448e 100%);
  position:relative;
  z-index:20;
  box-shadow: 0 2px 2px rgba(0,0,0,.3);
}
#blog-title-content {
  position: relative;
  width: 1040px;
  height: 56px;
  margin: 0 auto;
}
#blog-title-content::before,
#blog-title-content::after {
  position: absolute;
  right: 0;
}
#blog-title-content::before {
  content: "Tapa's U.S. Stocks Investment";
  font-size: 1rem;
  top: 6px;
  color: #a2b5e7;
}
#blog-title-content::after {
  content: "In the middle of difficulty lies opportunity";
  font-size: .7rem;
  bottom: 6px;
  color: #4569c9;
}

#title {
  margin: 0;
  font-size: 20px;
}
#title a {
  color: #fff;
}
#blog-description {
  position: absolute;
  bottom: 4px;
  left: 0;
  font-weight: normal;
  font-size: 0.76rem;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1120px) {
  #blog-title-content,
  #blog-description {
    width: 100%;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #blog-title-content::before,
  #blog-title-content::after {
    right: 2%;
  }
}
@media screen and (max-width: 980px) {
  #blog-title-content::before,
  #blog-title-content::after {
    display: none;
  }
}
@media (max-width: 767px) {
  #blog-title {
    position: fixed;
    top: 0;
    left: 0;
  }
  #title {
    font-size: 1.2rem;
  }
  #blog-title-content {
    position: static;
    height: 40px;
  }
  #blog-description {
    display: none;
  }
}
#top-editarea {
  background-color: #fff;
}
/* ãã³ããï¼ã«ãã´ãªã¼ãã¼ã¸ã§è¡¨ç¤ºããã¾ãï¼ */
#top-box {
  margin: 10px auto 0;
  font-size: 90%;
}
#top-box .breadcrumb {
  padding: 10px 0;
  margin: 0;
}
#top-box .breadcrumb-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
}
@media screen and (max-width: 1120px) {
  #top-box .breadcrumb-inner {
    width: 96%;
  }
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 100px;
}
.entry-header {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.entry-title {
  margin: 0;
  line-height: 1.3;
  font-size: 1.4rem;
}
@media screen and (max-width: 580px) {
  .entry-title {
    margin-bottom: 18px;
  }
}
/* æ¥ä» */
.date {
  font-weight: bold;
  margin-bottom: 24px;
}
.date a {
  background-color: #28448e;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0 8px;
  display: inline-block;
}
/* ã«ãã´ãª */
.categories {
  margin-top: 10px;
  font-size: 0.9rem;
}
.categories a {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 6px;
  text-decoration: none;
  background-color: #dfe5f8;
}
.categories.no-categories {
  margin: 0;
}
/* ãç·¨éããããã¿ã³ */
.entry-header-menu {
  position: absolute;
  top: 0px;
  left: -60px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* entry-content ã®ä¸­ã®æ¸å¼ */
.entry-content {
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
}
.entry-content img:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,.1);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 62px 0 0.8em 0;
  color: #111;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 1.7rem;
}
.entry-content h2 {
  font-size: 1.6rem;
  border-bottom: 2px solid #28448e;
}
.entry-content h3 {
  font-size: 1.3rem;
  border-left: 8px solid #28448e;
  padding: 4px 0 4px 10px ;
}
.entry-content h4 {
  margin-top: 40px;
  font-size: 1.2rem;
  padding-left: 10px;
  border-left: 4px solid #aaa;
  margin-top: 48px;
}
.entry-content h5 {
  margin-top: 34px;
  position: relative;
  font-size: 1rem;
  padding-left: 18px;
  margin-top: 36px;
}
.entry-content h5::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #111;
  margin-top: -4px;
}
.entry-content h6 {
  font-size: 1rem;
  margin-top: 36px;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 8px;
}
@media (max-width: 767px){
  .entry-content h1 {
    font-size: 1.7rem;
  }
  .entry-content h2 {
    font-size: 1.4rem;
  }
  .entry-content h3 {
    font-size: 1.2rem;
  }
  .entry-content h4 {
    font-size: 1.1rem;
  }
  .entry-content h5 {
    font-size: 1.0rem;
  }
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
  background-color: #f9f9f9;
  white-space: pre;
  font-size: 0.8rem;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 80%;
  color: #999999;
}
.entry-footer-section a {
  color: #999999;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* ã³ã¡ã³ã */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #dddddd;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 80%;
  color: #999999;
  margin: 0;
}
.comment-metadata a {
  color: #999999;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
.entry-content .entry-see-more {
  display: block;
  padding: 6px 0;
  background-color: #eee;
  text-align: center;
  font-size: 1.2rem;
  text-decoration: none;
  color: #111;
  font-weight: bold;
}
.entry-content .entry-see-more:hover {
  background-color: #ccc;
}
.entry-content .entry-see-more::after {
  font-family: "blogicon";
  content: "\f006";
  font-size: .8rem;
  margin-left: 10px;
}
/* sidebar */
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: bold;
  margin-bottom: 15px;
  padding: 6px 0;
  font-size: 1rem;
  text-align: center;
  color: #05153e;
  background-color: #f0f0f0;
}
.hatena-module-title a {
  color: #111;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 5px;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: .9rem;
  margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
  font-size: .9rem;
}
@media (max-width: 767px) {
  .hatena-module-profile .profile-description {
    font-size: 1rem;
  }
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}

.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: .9rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .hatena-urllist li {
    font-size: 1rem;
  }
}
.hatena-urllist li a {
  text-decoration: none;
}
.urllist-title-link {
  font-size: .9rem;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #454545;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.5;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}

/* Pager */
.pager {
  margin: 1em 0;
  display: block;
  *zoom: 1;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
.adx-responsive-mode {
  margin: 0;
  padding: 20px 0;
}
/* Footer */
#footer {
  padding: 40px 0 60px;
  text-align: center;
  background-color: #f0f0f0;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {

}
/* About ãã¼ã¸ */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/*=========================
  recommend-entries-top
==========================*/
.header-bg {
  background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/t/tapazou/20190428/20190428143452.jpg);
  background-size: cover;
  background-position: center center;
}
.recommend-entries-top {
  width: 100%;
  padding: 60px 0;
  margin: 0 auto;
}

.recommend-entries-top ul {
  position: relative;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 1040px;
}
.recommend-entries-top ul li {
  font-size: 1rem;
  width: 18%;
  margin-right: 2%;
  text-align: left;
}
.recommend-entries-top ul li:first-child {
  margin-left: 1%;
}
.recommend-entries-top ul li:last-child {
  margin-right: 1%;
}
.recommend-entries-top ul li a {
  display: block;
  padding: 8px;
  height: 100%;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  background-color: rgba(0,0,0,.2);
  box-sizing:border-box;
}
.recommend-entries-top ul li a:hover {
  background-color: rgba(0,0,0,.8);
  text-decoration: underline;
}
.recommend-entries-top ul::before {
  content: 'おすすめの記事';
  display: block;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -40px;
  left: 50%;
  font-size: 1.2rem;
  transform: translateX(-50%);
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  text-align: center;
}

.header-menu-list {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  letter-spacing: 0;
  width: 100%;
  max-width: 1120px;
  background-color: #fff;
}
.header-menu-list .has-child:after {
  position: absolute;
  top: 20px;
  right: 8px;
  border: 5px solid transparent;
  border-top: 5px solid #d1daf3;
  content: '';
}
.header-menu-list .has-child > a {
  padding-right: 26px;
}
.header-menu-list > li {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  background-color: #fff;
  padding: 6px 0;
  position: relative;
}
.header-menu-list > li:hover ul li {
  height: 40px;
  line-height: 40px;
}
.header-menu-list li a {
  text-decoration: none;
  display: block;
  padding: 0 16px;
  line-height: 30px;
  color: #28448e;
  border-right: 1px solid #ddd;
}
.header-menu-list > li:before {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #28448e;
  z-index: 2;
}
.header-menu-list > li:hover:before {
  left: 20%;
  width: 60%;
}
.header-menu-list > li:last-child a {
  border-right: none;
}
.header-menu-list > li ul {
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #28448e;
  z-index: 10;
  list-style: none;
  padding: 0;
  min-width: 200px;
  opacity: .96;
}
.header-menu-list > li ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 100%;
}
.header-menu-list > li ul li a {
  border: none;
  color: #fff;
  line-height: 40px;
}
.header-menu-list > li ul li a:hover {
  background-color: #333;
}
.header-menu .toggle-button {
  display: none;
  position: fixed;
  right: 4px;
  top: 0;
  height: 42px;
  width: 42px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  z-index: 10000;
}
.header-menu span {
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: #fff;
  left: 8px;
  -wekit-transition: all .3s;
  transition: all .3s;
}
.header-menu span:first-child {
  top: 10px;
}
.header-menu span:nth-child(2) {
  top: 18px;
}
.header-menu span:nth-child(3) {
  top: 26px;
}
@media screen and (max-width: 1120px) {
  .recommend-entries-top ul {
    width: 98%;
  }
  .header-menu-list li {
    width: 16%;
    padding: 0;
  }
  /* .header-menu-list > li:nth-child(n+5) {
    width: 16%;
  } */
  .header-menu-list li:nth-child(5) a {
    border-right: none;
  }
  .header-menu-list li a {
    line-height: 40px;
    height: 40px;
    border: none;
    padding: 0;
  }
  .header-menu-list .has-child:after {
    top: auto;
    bottom: -4px;
    right: 50%;
    margin-right: -5px;
    line-height: 10px;
  }
  .header-menu-list .has-child > a {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #title a {
    line-height: 42px;
  }
  .header-menu .toggle-button {
    display: block;
  }
  .header-menu {
    height: 0;
  }
  .header-menu-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: #111;
    z-index: 0;
    opacity: 0;
    padding: 40px 0 0;
    margin: 0;
    text-align: center;
    visibility: hidden;
    -wekit-transition: all .3s;
    transition: all .3s;
    background-color: #28448e;
  }
  .header-menu-list li {
    display: block;
    width: 100%;
    background-color: transparent;
    border: none;
  }
  .header-menu-list li a {
    color: #fff;
  }
  .header-menu-list > li ul {
    display: none;
  }
  .header-menu-list .has-child:after {
    display: none;
  }
  .open #blog-title {
    z-index: 1;
  }
  .open .header-menu-list {
    opacity: 1;
    z-index: 3000;
    visibility: visible;
  }
  .open .header-menu span {
    background-color: #fff;
  }
  .open .header-menu span:first-child {
    top: 20px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open .header-menu span:nth-child(2) {
    left: 21px;
    width: 0;
  }
  .open .header-menu span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .recommend-entries-top {
    position: relative;
    padding: 34px 0 26px;
  }
  .recommend-entries-top ul {
    display: block;
    width: 92%;
    border: 2px solid #fff;
    padding: 20px 0 10px;
    background-color: rgba(0,0,0,.4);
  }
  .recommend-entries-top ul::before {
    background-color: #fff;
    color: #111;
    top: -12px;
    font-size: .9rem;
    font-weight: bold;
  }
  .recommend-entries-top ul li {
    text-align: center;
    width: auto;
    margin: 0;
  }
  .recommend-entries-top ul li:first-child,
  .recommend-entries-top ul li:last-child {
    margin: 0;
  }
  .recommend-entries-top ul li a {
    border: none;
    font-size: 1rem;
    padding: 4px 20px;
    background-color: transparent;
  }
  .recommend-entries-top ul li a:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 480px) {
  .recommend-entries-top ul li {
    text-align: left;
  }
  .recommend-entries-top ul li a {
    position: relative;
    padding: 4px 10px 4px 24px;
  }
  .recommend-entries-top ul li a:before {
    content: '';
    position: absolute;
    left: 11px;
    top: 12px;
    border: 5px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid #fff;
    border-radius: 2px;
  }
}

/*  import media queries */
/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=9715537a0b76f32fd4cee91dd270e0) no-repeat right center;
    background-size: 20px 20px;
  }
}

.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
}
.page-archive .archive-entries .date {
  margin: 8px 0;
}
.page-archive .archive-entries .entry-title {
  font-size: 1.1rem;
  margin: 0 0 6px;
  padding: 0;
}
.page-archive .archive-entries .categories {
  margin: 0;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.6;
  font-size: 0.9rem;
}

.page-archive .archive-entries {
  display: flex;
  flex-wrap: wrap;
}
.archive-entries .archive-entry {
  position: relative;
  padding: 0;
  width: 49%;
  margin-right: 2%;
  box-sizing: border-box;
  border: 1px solid #eee;
  box-shadow: 0 1px 1px rgba(0,0,0,.2);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  z-index: 1;
  max-height: 420px;
  overflow: hidden;
}
.archive-entries .archive-entry:nth-child(even) {
  margin-right: 0;
}
.archive-entries .archive-entry:before {
  content: '';
  display: block;
  width: 100%;
  height: 2.5em;
  background: linear-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
  position: absolute;
  bottom: 0;
}
.page-archive .entry-thumb {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  margin: 0;
  float: none;
  background-position: center;
}
.page-archive .entry-thumb-link {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-order:1;
  order:1;
}
.page-archive .entry-thumb-link::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #28448e;
  background: -moz-linear-gradient(top, #28448e 0%, #1b1b1b 70%);
  background: -webkit-linear-gradient(top, #28448e 0%,#1b1b1b 70%);
  background: linear-gradient(to bottom, #28448e 0%,#1b1b1b 70%);
  opacity: .5;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.page-archive .entry-thumb-link:hover::after {
  opacity: .2;
}
.archive-entry-header {
  -webkit-order:2;
  order:2;
  padding: 0 14px;
  width: 100%;
}
.archive-entry-body {
  -webkit-order:3;
  order:3;
  padding: 0 14px;
}
.archive-entry-body p {
  font-size: 14px;
  color: #999;
}
.page-archive .categories {
  position: absolute;
  z-index: 4;
  top: 0px;
  left: 0px;
  font-size: 0;
}
.page-archive .categories a {
  display: inline-block;
  color: #fff;
  background-color: #101d41;
  text-align: center;
  margin: 0 4px 4px 0;
  padding: 1px 6px;
  border: none;
  font-size: 0.8rem;
  font-weight: bold;
}
.page-archive .categories a::before {
  display: none;
}
.page-archive .entry-title {
  padding-top: 4px;
}
.page-archive .entry-title a {
  font-size: 18px;
}
.page-archive .entry-title a:hover {
  text-decoration: underline;
}
.page-archive .archive-entries .social-buttons {
  display: none;
}

@media screen and (max-width: 520px) {
  .archive-entries .archive-entry {
    width: 100%;
    margin-right: 0;
    min-height: 400px;
  }
  .page-archive #wrapper {
    padding: 20px 12px;
  }
}

.share-button {
  text-align: center;
  margin: 22px 0;
}
.share-button p {
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 8px;
}
.share-inner {
  font-size: 0;
  letter-spacing: 0;
}
.share-inner a {
  position: relative;
  display: inline-block;
  width: 24%;
  height: 48px;
  line-height: 48px;
  margin: 0 1% 12px 0;
  padding-left: 20px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  vertical-align: top;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.share-inner a .fa-spinner.fa-spin {
  text-shadow: none;
}
.share-button i {
  position: absolute;
  top: 50%;
  left: 14px;
  font-size: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hatena-bookmark-button .lg {
  top: 48%;
  font-size: 28px;
}
.share-button .small-text {
  font-size: .9rem;
}
.share-button .fa-spin {
  font-size: 12px;
  color: #fff;
}

/* color */
.share-inner .hatena-bookmark-button {
  background-color:#00a4de;
  box-shadow: 0 4px #008dbf;
}
.share-inner .facebook-button {
  background-color:#1f6aba;
  box-shadow: 0 4px #135091;
}
.share-inner .twitter-button {
  background-color:#00acee;
  box-shadow: 0 4px #0590c5;
}
.share-inner .pocket-button {
  background-color:#ec2136;
  box-shadow: 0 4px #bf1627;
}
.share-inner a:hover {
  box-shadow: 0 0 #666;
  transform: translateY(4px);
}
@media screen and (max-width: 767px) {
  .share-inner a {
    width: 49%;
  }
}

.itunes-embed {
  margin: 0px 0px 1.7em;
  border: 1px solid #E4E4E4;
  font-size: 93.8%;
  line-height: 1.5;
  width:100%;
  padding: 0.7em 0 0.7em 0.7em;
}
audio, canvas, progress, video{
  width:95%;
}

.table-of-contents {
  position: relative;
  background-color: #f9f9f9;
  padding: 40px 10px 10px 24px;
  border-radius: 6px;
  list-style: none;
  font-size: 14px;
  line-height: 28px;
}
.table-of-contents::before {
  position: absolute;
  display: block;
  text-align: center;
  top: 8px;
  left: 50%;
  margin-left: -1em;
  font-size: 18px;
  font-weight: bold;
  content: '目次';
  z-index: 2;
}
.table-of-contents li {
  list-style: none;
}
.table-of-contents li::before {
  font-family: 'fontawesome';
  color: #ccc;
  content: '\f0da';
  margin-right: 4px;
}
.table-of-contents > li::before {
  color: #666;
}
.table-of-contents li > ul > li::before {
  color: #aaa;
}
.table-of-contents li > ul > li > ul > li::before {
  color: #ccc;
}

.cstmreba {
  margin: 20px 0 16px;
}
.booklink-box, .kaerebalink-box{
  width: 100%;
  margin: 8px 0;
  border: 1px solid #eee;
  overflow: hidden;
  font-size: 12px;
  border-radius:2px;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.booklink-image, .kaerebalink-image{
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 16px;
}
.booklink-image img, .kaerebalink-image img{
  display:block;
  margin:0 auto;
  text-align:center;
}
.kaerebalink-image img {
  box-shadow: none;
}
.booklink-info, .kaerebalink-info{
  line-height: 120%;
  overflow: visible;
}
.booklink-name, .kaerebalink-name{
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 5px;
  line-height: 1.5;
}
.booklink-name a, .kaerebalink-name a {
  margin-bottom: 12px;
}
.booklink-powered-date, .kaerebalink-powered-date{
  font-size:8pt;
  margin-top:10px;
  line-height:120%;
}
.booklink-detail, .kaerebalink-detail{
  font-size:8pt;
  margin-bottom:3px;
  text-align: center;
}
.booklink-link2, .kaerebalink-link1{
  margin-top: 16px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
.shoplinkamazon,
.shoplinkrakuten,
.shoplinkkindle,
.shoplinkyahoo,
.shoplinkkakakucom{
  width: 25%;
  overflow: hidden;
  border-radius: 4px;
  display: inline-block;
  margin: 4px 0.5% 8px 4px;
  text-align: center;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 1rem;
}
.shoplinkamazon {
  background-color: #e76013;
  box-shadow: 0 6px #a74006;
}
.shoplinkkindle {
  background-color: #007dcd;
  box-shadow: 0 6px #0c5888;
}
.shoplinkrakuten {
  background-color: #b81919;
  box-shadow: 0 6px #9e2424;
}
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkkindle a, .shoplinkkakakucom a{
  display:block;
  cursor:pointer;
  text-decoration:none;
  line-height: 34px;
  font-weight:800;
  font-size:14px;
  color: #fff;
}
.shoplinkyahoo a{
  color:#7b0099;
  font-size:10px;
 }
.booklink-footer{
  clear:left;
}
.shoplinkamazon:hover,
.shoplinkrakuten:hover,
.shoplinkkindle:hover {
  opacity: 1;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  box-shadow: 0 0;
}
@media screen and (max-width: 580px){
  .shoplinkamazon, .shoplinkrakuten, .shoplinkkindle, .shoplinkyahoo, .shoplinkkakakucom{
    width: 44%;
  }
  .shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkkindle a, .shoplinkkakakucom a{
    font-size:12px;
  }
  .booklink-box, .kaerebalink-box{
    width: 95%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .booklink-link2, .kaerebalink-link1{
    margin-top: 4px;
  }
}
.adsense-wrap {
  margin: 10px 0;
  padding: 16px 0;
  background-color: #fff;
  text-align: center;
}
.adsense-wrap p {
  margin: 0 0 6px;
  font-size: .8rem;
}
.adsense-wrap::after {
  display: block;
  content: "";
  clear: both;
}
/* Links */
.entry-content .check {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 18px;
  border: 2px solid #c62824;
  background-color: #fffafa;
}
.entry-content .check p:last-child {
  margin-bottom: 0;
}
.entry-content .check::before {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px 0 26px;
  content: "Check!!";
  background-color: #c62824;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.entry-content .check::after {
  position: absolute;
  top: -15px;
  left: 6px;
  width: 26px;
  height: 26px;
  background-color: #c62824;
  border-radius: 14px;
  line-height: 25px;
  text-align: center;
  content: "\f029";
  font-size: 16px;
  font-family: "blogicon";
  color: #fff;
}
.click-please td {
  padding: 0 2px;
}

.hatena-star-star-container a {
  margin-left: 8px;
}
.hatena-star-inner-count {
  margin-left: 8px !important;
  font-weight: bold; font-size: 80%; font-family: arial, sans-serif; margin: 0px 2px; color: rgb(244, 177, 40); cursor: pointer;
}
.hatena-star-star-container .hatena-star-add-button-link-smartphone {
  margin-left: 0;
  margin-right: 8px;
}
.hatena-urllist .entries-access-ranking-item {
  position: relative;
  padding-bottom: 20px;
}
.bookmark-widget-counter {
  position: absolute;
  bottom: 2px;
  right: 0;
}

#insentence-adsense {
  padding: 10px 0;
  margin-bottom: 24px;
}
.footer-related-ad {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .footer-related-ad {
    width: 96%;
  }
}
.click-please{margin:0 auto;}
.click-please img{width:auto;max-width:100%;height:auto;max-height:33px;}

.customized-footer {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.entry-footer-modules {
  -webkit-order:2;
  order:2;
  width: 100%;
}
.entry-footer-html {
  -webkit-order:1;
  order:1;
  width: 100%;
}
#bottom-editarea {
  margin-top: 40px;
}
.original-footer {
  margin-top: 20px;
  background-color: #28448e;
}
.copyright {
  padding: 20px 0;
}
.copyright p {
  text-align: center;
  font-size: .8rem;
  color: #fff;
}
.ad_double_336_336::after {
  display: block;
  content: "";
  clear: both;
}