* {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

.container {
  display: flex;
  align-items: flex-start;
}

.img {
  height: auto;
  max-height: 100%;
  width: auto;
}

.speech-bubble {
  position: relative;
  background-color: #e0f0ff;
  border: 2px solid #99ccff;
  border-radius: 10px;
  padding: 10px 20px;
  margin-left: 20px;
  max-width: 60%;
}

.speech-bubble::after {
  content: "";
  position: absolute;
  top: 40%;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #e0f0ff;
  border-bottom: 10px solid transparent;
  z-index: 1;
}

.speech-bubble::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -13px;
  width: 0;
  height: -5px;
  border-top: 11px solid transparent;
  border-right: 11px solid #99ccff; /* 縁取りの色に変更 */
  border-bottom: 10px solid transparent;
  z-index: 0;
}





/* <system section="theme" selected="10257846132620370863"> */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Vollkorn:400,700");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i");
* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-family: "Vollkorn", "Times New Roman", "Times", serif;
  color: #000;
}

#container {
  width: 100%;
  margin: 0 auto;
}

h1#title,
h2#blog-description {
  color: rgba(255, 255, 255, 0);
  margin: 0;
}

.recommends-wrap .recommends,
#content-inner {
  max-width: 1174px;
  margin: 0 auto;
}

a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #666;
}

.section-heading {
  font-family: "Lora", serif;
  font-size: 2.5em;
  font-style: italic;
  font-weight: bold;
  padding: 15px 0px 20px 0px;
  text-align: center;
}

.section-hr {
  width: 8%;
  border-bottom: 5px solid;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

#globalheader-container {
  display: none;
}

#content-inner {
  display: block;
}

#wrapper {
  width: 100%;
}

/* Navigation
   ========================================================================== */
.main-navigation {
  font-size: 1em;
}

.main-navigation,
.main-navigation ul ul {
  background-color: #222;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
}

.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  cursor: pointer;
}

.menu-toggle::before {
  content: "\f0c9";
  display: inline-block;
  font: normal 16px/1 FontAwesome;
  margin-right: 12px;
  vertical-align: middle;
  color: #fff;
}

.menu-toggle,
.main-navigation a {
  color: white;
  display: block;
  line-height: 54px;
  padding: 0 20px;
  text-decoration: none;
}

.menu-toggle:hover,
.main-navigation a:hover {
  color: white;
}

.main-navigation a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.main-navigation-inner > ul {
  padding-left: 0;
}

.main-navigation ul ul a {
  padding-left: 30px;
}

.main-navigation ul ul ul a {
  padding-left: 45px;
}

.main-navigation ul ul ul ul a {
  padding-left: 60px;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation-inner {
    margin: 0 auto;
  }
  .main-navigation-inner ul {
    position: relative;
    left: -18px;
  }
  .main-navigation ul {
    display: block;
    letter-spacing: -0.4em;
    text-align: center;
  }
  .main-navigation ul li {
    display: inline-block;
    letter-spacing: normal;
    position: relative;
  }
  .main-navigation ul ul {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    letter-spacing: normal;
    opacity: 0;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 216px;
    position: absolute;
    top: 100%;
    /* left: -9999px; */
    left: 0;
    visibility: hidden;
    z-index: 9999;
    padding-left: 0;
    text-align: center;
  }
  .main-navigation ul ul li,
  .main-navigation ul ul ul li,
  .main-navigation ul ul ul ul li {
    display: block;
  }
  .main-navigation ul li:hover > ul {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  .main-navigation ul ul ul {
    top: 0;
    left: 100%;
  }
  .main-navigation ul ul li:hover > ul {
    opacity: 1;
    left: 100%;
    visibility: visible;
  }
  .main-navigation a {
    border-top: 0;
    padding: 0 18px;
  }
  .main-navigation ul ul a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main-navigation ul ul a,
  .main-navigation ul ul ul a,
  .main-navigation ul ul ul ul a {
    padding: 0 18px;
  }
  .main-navigation a.has-child::after {
    content: "\f107";
    display: inline-block;
    font: normal 16px/1 FontAwesome;
    margin-left: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .main-navigation ul ul a.has-child::after {
    content: "\f105";
    display: inline-block;
    font: normal 16px/1 FontAwesome;
    position: absolute;
    top: 19px;
    right: 17px;
  }
}

.recommends-wrap {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 3em 1em 3em;
  background: #efefef;
}

@media screen and (max-width: 480px) {
  .recommends-wrap {
    padding: 1em 1em 3em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.recommends-wrap .recommends {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto 7rem auto;
}

@media screen and (max-width: 480px) {
  .recommends-wrap .recommends {
    margin: 0 auto 2rem auto;
  }
}

.recommends-wrap .recommends a.recommend-entry2 {
  display: block;
  width: 19%;
  font-size: 0.8rem;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 180px;
  background-size: cover;
  background-position: 50% 50%;
}

@media screen and (max-width: 1200px) {
  .recommends-wrap .recommends a.recommend-entry:nth-of-type(n+5),
  .recommends-wrap .recommends a.recommend-entry2:nth-of-type(n+5) {
    display: none;
  }
  .recommends-wrap .recommends a.recommend-entry,
  .recommends-wrap .recommends a.recommend-entry2 {
    width: 24%;
  }
}

@media screen and (max-width: 780px) {
  .recommends-wrap .recommends a.recommend-entry:nth-of-type(n+4),
  .recommends-wrap .recommends a.recommend-entry2:nth-of-type(n+4) {
    display: none;
  }
  .recommends-wrap .recommends a.recommend-entry,
  .recommends-wrap .recommends a.recommend-entry2 {
    width: 31%;
  }
}

@media screen and (max-width: 480px) {
  .recommends-wrap .recommends a.recommend-entry:nth-of-type(n+4),
  .recommends-wrap .recommends a.recommend-entry2:nth-of-type(n+4) {
    display: none;
  }
  .recommends-wrap .recommends a.recommend-entry,
  .recommends-wrap .recommends a.recommend-entry2 {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
}

.recommends-wrap .recommend-entry2 .recommend-title {
  margin: 130px 5px 0px 5px;
  background: #fff;
  padding: 10px;
  z-index: 999;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  border: solid 2px #000;
  min-height: 85px;
}

@media screen and (max-width: 480px) {
  .recommends-wrap .recommend-entry2 .recommend-title {
    min-height: 60px;
    font-size: 13px;
    margin: 110px 5px 0px 5px;
  }
}

.recommends-wrap .recommend-title {
  display: block;
  padding: 0.8em 1em;
  word-break: break-all;
}

.page-index #main-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.page-index .entry {
  width: 47%;
  background: #fff;
  margin: 0 10px 8px;
  padding: 15px 0 0 0;
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
}

@media screen and (max-width: 666px) {
  .page-index .entry {
    width: 100%;
  }
}

.page-index .entry::before,
.page-index .entry::after {
  position: absolute;
  top: 399px;
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background: #666;
}

.page-index .entry-header {
  position: absolute;
  right: 0;
  top: 285px;
  padding: 0 0 0 0;
  width: 100%;
  z-index: 999;
}

.page-index .date {
  padding: 0;
}

.page-index .entry-content {
  height: 400px;
  overflow: hidden;
}

.page-index .entry-content * {
  color: rgba(255, 255, 255, 0) !important;
}

.page-index .entry-content img:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.page-index .entry-footer {
  position: absolute;
  top: 0;
  background: transparent;
}

.page-index a.entry-see-more {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: transparent;
}

.page-index a.entry-see-more:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
  background: #fff;
}

.page-index .entry-description {
  display: none;
}

.page-index .entry-thumb {
  display: none;
}

.page-index .entry-thumb-link {
  display: block;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page-index .archive-entries .categories {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-index .social-buttons,
.page-index .entry-footer {
  display: none;
}

.hatena-star-container {
  display: none;
}

a.keyword {
  text-decoration: none;
  border: none;
}

.entry-header,
.archive-entry-header {
  margin-bottom: 0;
  border-bottom: none;
}

.entry-header .date a,
.archive-entry-header .date a {
  font-style: italic;
  letter-spacing: .08em;
  text-decoration: none;
  color: #888;
}

.entry-header .date a::before,
.archive-entry-header .date a::before {
  font-family: "Lora", serif;
  content: 'Published on ';
}

.entry-header .entry-title,
.archive-entry-header .entry-title {
  width: 100%;
  color: #000;
  font-family: "Vollkorn", "Times New Roman", "Times", serif;
  font-weight: bold;
  line-height: 1.5em;
  background-color: #fff;
  text-align: left;
  font-size: 120%;
  margin: 7px 0;
}

@media screen and (max-width: 666px) {
  .entry-header .entry-title,
  .archive-entry-header .entry-title {
    font-size: 110%;
  }
}

.categories a {
  margin-right: .5em;
  background: #efefef;
  color: #000;
  padding: 5px;
  text-decoration: none;
}

.entry-content p {
  margin-bottom: 20px;
  font-family: "Vollkorn", "Times New Roman", "Times", serif;
  font-size: 18px;
  line-height: 33px;
}

.entry-content a {
  text-decoration: underline;
}

.page-entry {
  /* SNSボタンカスタマイズ
  ----------------------------------------------------*/
}

.page-entry .recommends-wrap {
  display: none;
}

.page-entry article {
  max-width: 900px;
  margin: 50px auto;
}

.page-static_page .entry-inner,
.page-entry .entry-inner {
  max-width: 728px;
  margin: 0 auto;
  padding: 0 1em;
}

.page-entry .entry-content img:nth-of-type(1) {
  text-align: center;
}

.page-entry .snsbtns2 {
  margin: 30px 0;
  text-align: center;
  padding: 5px 0 7px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 10px;
  letter-spacing: 0;
}

.page-entry .m-sns-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 0;
  margin: 20px auto;
  text-align: center;
}

.page-entry .m-sns-buttons a {
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

.page-entry .m-sns-buttons a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.page-entry .m-sns-buttons .sns-balloon, .page-entry .m-sns-buttons .sns-button {
  text-decoration: none;
  display: block;
  text-align: center;
}

.page-entry .m-sns-buttons .sns-balloon:before {
  bottom: -6px !important;
  border-top: 5px solid #bbb !important;
}

.page-entry .m-sns-buttons .sns-balloon:after, .page-entry .m-sns-buttons .sns-balloon:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.page-entry .m-sns-buttons li {
  display: block;
  width: 100px;
  vertical-align: middle;
}

@media screen and (max-width: 431px) {
  .page-entry .m-sns-buttons li {
    margin-bottom: 20px;
  }
}

.page-entry .m-sns-buttons li:not(:last-child) {
  margin-right: 1rem;
}

.page-entry .m-sns-buttons .sns-balloon {
  position: relative;
  margin-bottom: 8px;
  background: #fff;
  border: solid 1px #bbb;
  font-family: Hiragino Sans,Hiragino Kaku Gothic ProN,sans-serif;
  padding: 10px 0;
  color: #767676;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}

.page-entry .m-sns-buttons .sns-button {
  padding: 10px 0 10px;
  font-size: 13px;
  color: #fff;
  line-height: 10px;
  letter-spacing: 0;
}

.page-entry .m-sns-buttons .fa {
  font-size: 12px;
}

.page-entry .m-sns-buttons .twitter .sns-button {
  background: #1b95e0;
}

.page-entry .m-sns-buttons .hatebu .sns-button {
  background: #366fba;
}

.page-entry .m-sns-buttons .hatebu .sns-button::before {
  content: 'B!';
  font-weight: bold;
  font-family: Verdana;
}

.page-entry .m-sns-buttons .facebook .sns-button {
  background: #4267b2;
}

.page-entry .m-sns-buttons .pocket .sns-button {
  background: #f04357;
}

.page-entry .m-sns-buttons .pocket .icon {
  top: 3px;
}

.page-entry .m-sns-buttons .icon {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 3px;
  font-size: 16px;
  font-family: 'social';
  speak: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 600px) {
  .page-entry .m-sns-buttons {
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-entry .m-sns-buttons .sns-balloon {
    padding: 9px 0;
    font-size: 10px;
  }
  .page-entry .m-sns-buttons li:not(:last-child) {
    margin-right: 0;
  }
}

.page-entry ul.table-of-contents {
  border: 2px solid #439393;
  padding: 1.2em 1em 1em 2em;
  margin: 3em 0 2em 0;
  position: relative;
}

.page-entry ul.table-of-contents li {
  font-size: 90%;
  margin-bottom: 0;
}

.page-entry ul.table-of-contents li a {
  text-decoration: none;
}

.page-entry ul.table-of-contents ul ul {
  display: none;
}

.page-entry ul.table-of-contents::before {
  content: "Index";
  display: inline-block;
  position: absolute;
  top: -1em;
  left: 0.5em;
  background: #fff;
  padding: 0 0.5em;
  font-weight: 700;
  color: #439393;
  font-family: "Lora", serif;
  font-style: italic;
}

.page-entry h1.entry-title {
  font-size: 28px;
  line-height: 1.6;
}

@media screen and (max-width: 480px) {
  .page-entry h1.entry-title {
    font-size: 22px;
  }
}

.page-entry .entry-content h2 {
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  padding: 10px;
  margin-top: 3em;
}

.page-entry .entry-content h3 {
  border-bottom: solid 2px #000;
  padding: 0 5px 5px;
  margin-top: 2em;
}

.page-entry ul, .page-entry ol {
  font-size: 18px;
  line-height: 1.8;
}

.page-entry .hatena-module-title {
  font-size: 23px;
  line-height: 40px;
  margin-bottom: 30px;
  padding-right: 10px;
  border-bottom: 3px solid;
}

.page-entry .iine {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 1em 0;
}

.page-entry .iine-l {
  width: 50%;
  color: transparent;
  background-size: cover;
  background-position: center center;
}

.page-entry .iine-r {
  width: 50%;
  background: #000;
  color: #fff;
  padding: 2em 1em;
  text-align: center;
}

.page-entry .iine-icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.page-entry .iine-icon a {
  color: #fff;
  font-size: 0.7rem;
  display: inline-block;
  margin: 1rem 0;
  padding: 0.3rem 0 0.45rem 0;
  width: 32%;
  text-decoration: none;
}

.page-entry .iine-hatenablog {
  background: #606060;
}

.page-entry .iine-twitter {
  background: #1b95e0;
}

.page-entry .iine-feedly {
  background: #2BB24C;
}

.page-entry .iine-hatenablog:hover {
  background: #666;
}

.page-entry .iine-twitter:hover {
  background: #31a3ea;
}

.page-entry .iine-feedly:hover {
  background: #2ebc50;
}

.page-entry .iine-icon a::before {
  font-family: blogicon;
  font-size: 0.9rem;
  margin: 0 0.2rem 0 0;
  position: relative;
  top: 0.15rem;
}

.page-entry .iine-hatenablog::before {
  content: '\f000';
}

.page-entry .iine-twitter::before {
  content: '\f035';
}

.page-entry .iine-feedly::before {
  content: '\f04e';
}

.page-entry .iine-0 {
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}

.page-entry .iine-1 {
  font-size: 0.9rem;
}

.page-entry .iine-2 {
  font-size: 0.8rem;
}

@media screen and (max-width: 540px) {
  .page-entry .iine-icon a {
    font-size: 0px;
    width: 31%;
  }
  .page-entry .iine-icon a::before {
    font-size: 1.2rem;
    margin: 0 0 0 0;
    top: 0rem;
  }
  .page-entry .iine-0 {
    font-size: 0px;
  }
  .page-entry .iine-1 {
    font-size: 0.8rem;
  }
  .page-entry .iine-2 {
    font-size: 0.7rem;
  }
}

body[class*="page-archive"] .recommends-wrap {
  display: none;
}

body[class*="page-archive"] .archive-heading {
  text-align: center;
  font-size: 1.3em;
}

body[class*="page-archive"] .archive-entries {
  margin: 60px auto;
  max-width: 900px;
  padding: 0 1em;
}

body[class*="page-archive"] .categories a {
  display: inline-block;
  margin-bottom: 15px;
}

body[class*="page-archive"] .archive-entry {
  border-bottom: dotted 2px #000;
  padding: 0 1em 30px;
  margin-top: 30px;
}

body[class*="page-archive"] .archive-entry-body {
  font-size: .9em;
  line-height: 1.8;
}

ul.related-entries {
  padding-left: 0;
}

ul.related-entries li {
  line-height: 1.3;
}

ul.related-entries .related-entries-item-inner {
  margin-bottom: 20px;
}

ul.related-entries .urllist-date-link {
  line-height: 1;
  font-size: 80%;
}

@media screen and (max-width: 480px) {
  ul.related-entries .urllist-date-link {
    font-size: 13px;
  }
}

ul.related-entries .urllist-date-link a {
  font-style: italic;
  letter-spacing: .08em;
  text-decoration: none;
  color: #888;
}

ul.related-entries .urllist-date-link a::before {
  font-family: "Lora", serif;
  content: 'Published on ';
}

ul.related-entries .urllist-title-link {
  font-size: 90%;
  font-weight: bold;
}

ul.related-entries .urllist-entry-body {
  font-size: 70%;
}

@media screen and (max-width: 480px) {
  ul.related-entries .urllist-entry-body {
    display: none;
  }
}

.page-about .entry-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1em;
}

.breadcrumb {
  max-width: 900px;
  margin: 15px auto;
  padding: 0 1em;
}

.search-result-form {
  margin: 0 auto;
}

.pager.autopagerize_insert_before {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.pager-next a,
.pager-prev a {
  background: #000;
  color: #fff;
  padding: 15px 60px;
  line-height: 1.8;
  border: solid 2px #000;
  font-weight: bold;
}

.pager-next a {
  margin-left: 10px;
  margin-right: 10px;
}

.pager-prev a {
  margin-left: 10px;
  margin-right: 10px;
}

span.pager-arrow {
  padding: 10px;
}

@media screen and (max-width: 1200px) {
  .pager {
    width: calc(100% - 32px);
    margin: 1rem 0 2rem 16px;
  }
}

.pager {
  width: calc(100% - 35px);
  padding: 1em 0;
  margin: 1rem 0 2rem 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.permalink {
  position: relative;
  margin: 0 0 2em 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .permalink {
    display: block;
  }
}

.pager .pager-prev::before,
.pager .pager-next::after {
  display: table-cell;
  vertical-align: middle;
  font-family: blogicon;
  background: #009688;
  color: #fff;
  width: 4rem;
  height: 4rem;
  text-align: center;
}

.pager-next a,
.pager-prev a {
  padding: 15px;
  display: block;
}

@media screen and (max-width: 767px) {
  .pager-next a,
  .pager-prev a {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pager {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    margin: 40px auto;
  }
}

#box2 {
  margin-top: 40px;
}

#box2 #box2-inner {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

#box2 #box2-inner .hatena-module {
  width: 45%;
}

@media screen and (max-width: 666px) {
  #box2 #box2-inner .hatena-module {
    width: 94%;
  }
}

#box2 #box2-inner .hatena-module {
  overflow: hidden;
  margin: 0 0 3em 0;
}

#box2 .hatena-module-title {
  font-size: 23px;
  line-height: 40px;
  /* width: 115%; */
  /* max-width: 900px; */
  margin-bottom: 30px;
  /* margin-top: 30px; */
  /* margin-left: -70px; */
  padding-right: 10px;
  border-bottom: 3px solid;
}

#box2 .follow-btn a {
  font-size: 18px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  width: 90%;
  margin: 10px auto;
  color: #fff;
}

#box2 .follow-btn .hatena {
  background: #3D3F44;
}

#box2 .follow-btn .twitter {
  background: #00ACEE;
}

#box2 .follow-btn .feedly {
  background: #70CA3B;
}

#bottom-editarea {
  max-width: 1174px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 40px 1em 40px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#bottom-editarea .three-footer {
  width: 100%;
  /*
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
*/
}

#bottom-editarea .three-footer div:nth-of-type(1) {
  margin-left: 0;
}

#footer {
  max-width: 1174px;
  margin: 0 auto 3em auto;
  background: #fff;
  padding: 2em 40px 1em 40px;
  text-align: center;
  font-size: 80%;
  color: #000;
  border-top: 1px solid #95a5a6;
}

#footer a {
  color: #000;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  padding: 0px 15px;
  color: #000;
  font-size: 36px;
  text-decoration: none;
  background: linear-gradient(-45deg, #fff 25%, #f4f4ed 25%, #f4f4ed 50%, #fff 50%, #fff 75%, #f4f4ed 75%, #f4f4ed);
  background-size: 4px 4px;
  border: 3px solid #000;
  /* border-radius: 50%; */
  opacity: 0.6;
  z-index: 9999;
}
/* </system> */

/* --- ボタン --- */
.article-btn a{
 display:block;
 text-decoration:none;
 padding:7px 10px;
 border-radius:4px;
 font-weight:bold;
 color:white;/* ボタンの文字色 */
 background-color:#56B3C1;/* ボタンの背景色 */
 border:2px solid #56B3C1;/* ボタン枠の背景色 */
 transition:all 0.5s;
 text-align:center;
}
.article-btn a:hover{
 color:#e34c26;
 border:2px solid #56B3C1;/* マウスオーバー時のボタンの背景色 */
 background-color:white;/* マウスオーバー時のボタンの背景色 */
}

/* 赤ボタン単一 */
 
.red-btn {
    font-size:16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 300px;
    margin-bottom: 1em;
}
 
.red-btn a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    font-weight: bold ;
    box-shadow:2px 2px 2px #555;  
    border-radius: 5px;
    background-color:#24a8af;
    color: #ffffff !important;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
 
.red-btn a:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
    box-shadow:none;
}

/** ヘッダーの空白を小さくする /
#blog-title {
    margin: 0;
}
#blog-title h1 {
    padding: 15px;
}

#blog-title{
    background: #003000; /*背景色*/
    font-size:90%;
    text-align:center;
}
#blog-description {
    color:#000080; /*ブログ説明文の文字色*/
    font-size:100%;
    text-align:center;
}

div#blog-title-content {
    padding-top: 60px;
}

#blog-title-inner {
    background: #ffffff;
}

/*ボックス枠　追加*/
.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}

/*記事内のリンクの色を変更*/
.entry-content a:link{
color:#1111cc;
text-decoration:underline;
}
.entry-content a:hover{
color:#1111cc;
text-decoration:underline;
}
.entry-content a:visited{
color:#1111cc;
text-decoration:underline;
}

/*ヘッダー画像レスポンシブ対応y*/
@media (max-width: 480px){
 #blog-title-inner,#title a{
   height:100px!important;   
 }

 #blog-title-inner {
      background-size: contain;
 }
}

/*=================================================================================
	カエレバ・ヨメレバ・トマレバ
=================================================================================*/

.cstmreba {
	width: 98%;
	height:auto;
	margin:36px 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
	line-height: 1.5;
	word-wrap: break-word;
	box-sizing: border-box;
	display: block;
}
/* WordPressで自動挿入されるPタグの余白を対処 */
.cstmreba p {
	margin: 0;
	padding: 0;
}
.cstmreba a {
	transition: 0.8s ;
	color:#285EFF; /* テキストリンクカラー */
}
.cstmreba a:hover {
	color:#FFCA28; /* テキストリンクカラー(マウスオーバー時) */
}
.booklink-box, .kaerebalink-box, .tomarebalink-box {
	width: 100%;
	background-color: #fff;  /* 全体の背景カラー */
	overflow: hidden;
	border: 1px solid #ddd; /* 外枠 */
	border-radius: 0px;
	box-sizing: border-box;
	padding: 12px 8px;
}
/* サムネイル画像ボックス */
.booklink-image,
.kaerebalink-image,
.tomarebalink-image {
	width:150px;
	float:left;
	margin:0 14px 0 0;
	text-align: center;
}
.booklink-image a,
.kaerebalink-image a,
.tomarebalink-image a {
	width:100%;
	display:block;
}
/* サムネイル画像 */
.booklink-image a img, .kaerebalink-image a img, .tomarebalink-image a img {
	margin:0 ;
	padding: 0;
	text-align:center;
}
.booklink-info, .kaerebalink-info, .tomarebalink-info {
	overflow:hidden;
	line-height:170%;
	color: #333;
}
/* infoボックス内リンク下線非表示 */
.booklink-info a,
.kaerebalink-info a,
.tomarebalink-info a {
	text-decoration: none;	
}
/* 作品・商品・ホテル名 リンク */
.booklink-name>a,
.kaerebalink-name>a,
.tomarebalink-name>a {
	border-bottom: 1px dotted ;
	font-size:16px;
}
/* powered by */
.booklink-powered-date,
.kaerebalink-powered-date,
.tomarebalink-powered-date {
	font-size:10px;
	line-height:150%;
}
.booklink-powered-date a,
.kaerebalink-powered-date a,
.tomarebalink-powered-date a {
	border-bottom: 1px dotted ;
	color: #333;
}
.booklink-powered-date a:hover,
.kaerebalink-powered-date a:hover,
.tomarebalink-powered-date a:hover {
	color:#333;
}
/* 著者・住所 */
.booklink-detail, .kaerebalink-detail, .tomarebalink-address {
	font-size:12px;
}
.kaerebalink-link1 img, .booklink-link2 img, .tomarebalink-link1 img {
	display:none !important;
}
.kaerebalink-link1, .booklink-link2, .tomarebalink-link1 {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}
.booklink-link2>div, 
.kaerebalink-link1>div, 
.tomarebalink-link1>div {
	float:left;
	width:31%;
	min-width:125px;
	margin:0.5% 1%;
}
/***** ボタンデザインここから ******/
.booklink-link2 a, 
.kaerebalink-link1 a,
.tomarebalink-link1 a {
	width: 100%;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: bold;
	line-height: 180%;
	padding:3% 1%;
	margin: 1px 0;
	border-radius: 4px;
	box-shadow: 0 2px 0 #ccc;
	background: -moz-linear-gradient(top,#fafafa,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eee));
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover,
.tomarebalink-link1 a:hover {
	text-decoration: underline;
}
/* トマレバ */
.tomarebalink-link1 .shoplinkrakuten a { color: #76ae25; }/* 楽天トラベル */
.tomarebalink-link1 .shoplinkjalan a { color: #ff7a15; }/* じゃらん */
.tomarebalink-link1 .shoplinkjtb a { color: #c81528; }/* JTB */
.tomarebalink-link1 .shoplinkknt a { color: #0b499d; }/* KNT */
.tomarebalink-link1 .shoplinkikyu a { color: #bf9500; }/* 一休 */
.tomarebalink-link1 .shoplinkrurubu a { color: #000066; }/* るるぶ */
.tomarebalink-link1 .shoplinkyahoo a { color: #ff0033; }/* Yahoo!トラベル */
/* カエレバ */
.kaerebalink-link1 .shoplinkyahoo a {color:#ff0033;} /* Yahoo!ショッピング */
.kaerebalink-link1 .shoplinkbellemaison a { color:#84be24 ; }	/* ベルメゾン */
.kaerebalink-link1 .shoplinkcecile a { color:#8d124b; } /* セシール */ 
.kaerebalink-link1 .shoplinkwowma a { color:#ea5404; } /* Wowma */ 
.kaerebalink-link1 .shoplinkkakakucom a {color:#314995;} /* 価格コム */
/* ヨメレバ */
.booklink-link2 .shoplinkkindle a { color:#007dcd;} /* Kindle */
.booklink-link2 .shoplinkrakukobo a{ color:#d50000; } /* 楽天kobo */
.booklink-link2  .shoplinkbk1 a { color:#0085cd; } /* honto */
.booklink-link2 .shoplinkehon a { color:#2a2c6d; } /* ehon */
.booklink-link2 .shoplinkkino a { color:#003e92; } /* 紀伊國屋書店 */
.booklink-link2 .shoplinkebj a { color:#f8485e; } /* ebookjapan */
.booklink-link2 .shoplinktoshokan a { color:#333333; } /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.kaerebalink-link1 .shoplinkamazon a, 
.booklink-link2 .shoplinkamazon a { color:#FF9901; } /* Amazon */
.kaerebalink-link1 .shoplinkrakuten a , 
.booklink-link2 .shoplinkrakuten a { color: #c20004; } /* 楽天 */
.kaerebalink-link1 .shoplinkseven a, 
.booklink-link2 .shoplinkseven a { color:#225496;} /* 7net */
/***** ボタンデザインここまで ******/
.booklink-footer {
	clear:both;
}
/***  解像度480px以下のスタイル ***/
@media screen and (max-width:480px){
.booklink-image,
.kaerebalink-image,
.tomarebalink-image {
	width:100%;
	float:none;
}
.booklink-link2>div, 
.kaerebalink-link1>div, 
.tomarebalink-link1>div {
	width: 49%;
	margin: 0.5%;
}
.booklink-info,
.kaerebalink-info,
.tomarebalink-info {
	text-align:center;
	padding-bottom: 1px;
}
}
/***** ボタンデザインここから ******/
.cstmreba .booklink-link2 a,
.cstmreba .kaerebalink-link1 a,
.cstmreba .tomarebalink-link1 a {
 width: 100%;
 display: inline-block;
 text-align: center;
 box-sizing: border-box;
 margin: 1px 0;
 padding:3% 0.5%;
 border-radius: 8px;
 font-size: 13px;
 font-weight: bold;
 line-height: 180%;
 color: #fff;
 box-shadow: 0px 2px 4px 0 rgba(0,0,0,.26);
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a {background: #76ae25; border: 2px solid #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a { background: #ff7a15; border: 2px solid #ff7a15;}/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a { background: #c81528; border: 2px solid #c81528;}/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a { background: #0b499d; border: 2px solid #0b499d;}/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a { background: #bf9500; border: 2px solid #bf9500;}/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a { background: #000066; border: 2px solid #000066;}/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a { background: #ff0033; border: 2px solid #ff0033;}/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a { background: #004bb0; border: 2px solid #004bb0;}/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a {background:#ff0033; border:2px solid #ff0033; letter-spacing:normal;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a { background:#84be24 ; border: 2px solid #84be24;} /* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a { background:#8d124b; border: 2px solid #8d124b;} /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a {background:#314995; border: 2px solid #314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a { background:#007dcd; border: 2px solid #007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a { background:#bf0000; border: 2px solid #bf0000;} /* 楽天kobo */
.cstmreba .booklink-link2  .shoplinkbk1 a { background:#0085cd; border: 2px solid #0085cd;} /* honto */
.cstmreba .booklink-link2 .shoplinkehon a { background:#2a2c6d; border: 2px solid #2a2c6d;} /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a { background:#003e92; border: 2px solid #003e92;} /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a { background:#333333; border: 2px solid #333333;} /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a,
.cstmreba .booklink-link2 .shoplinkamazon a {
 background:#FF9901;
 border: 2px solid #ff9901;
} /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a,
.cstmreba .booklink-link2 .shoplinkrakuten a {
 background: #bf0000;
 border: 2px solid #bf0000;
} /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a,
.cstmreba .booklink-link2 .shoplinkseven a {
 background:#225496;
 border: 2px solid #225496;
} /* 7net */
/****** ボタンカラー ここまで *****/
 
/***** ボタンデザイン　マウスオーバー時ここから *****/
.cstmreba .booklink-link2 a:hover,
.cstmreba .kaerebalink-link1 a:hover,
.cstmreba .tomarebalink-link1 a:hover {
 background: #fff;
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a:hover { color: #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a:hover { color: #ff7a15; }/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a:hover { color: #c81528; }/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a:hover { color: #0b499d; }/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a:hover { color: #bf9500; }/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a:hover { color: #000066; }/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a:hover { color: #ff0033; }/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a:hover { color: #004bb0; }/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a:hover {color:#ff0033;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a:hover { color:#84be24 ; } /* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a:hover { color:#8d124b; } /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a:hover {color:#314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a:hover { color:#007dcd;} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a:hover { color:#bf0000; } /* 楽天kobo */
.cstmreba .booklink-link2 .shoplinkbk1 a:hover { color:#0085cd; } /* honto */
.cstmreba .booklink-link2 .shoplinkehon a:hover { color:#2a2c6d; } /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a:hover { color:#003e92; } /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a:hover { color:#333333; } /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a:hover,
.cstmreba .booklink-link2 .shoplinkamazon a:hover {
 color:#FF9901; } /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a:hover,
.cstmreba .booklink-link2 .shoplinkrakuten a:hover {
 color: #bf0000; } /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a:hover,
.cstmreba .booklink-link2 .shoplinkseven a:hover {
 color:#225496;} /* 7net */
/***** ボタンデザイン　マウスオーバー時ここまで *****/
.cstmreba .booklink-footer {
 clear:both;
}
 
/*****  解像度768px以下のスタイル *****/
@media screen and (max-width:768px){
 .cstmreba .booklink-image,
 .cstmreba .kaerebalink-image,
 .cstmreba .tomarebalink-image {
 width:100%;
 float:none;
 }
 .cstmreba .booklink-link2>div,
 .cstmreba .kaerebalink-link1>div,
 .cstmreba .tomarebalink-link1>div {
 width: 32.33%;
 margin: 0.5%;
 }
 .cstmreba .booklink-info,
 .cstmreba .kaerebalink-info,
 .cstmreba .tomarebalink-info {
   text-align:center;
   padding-bottom: 1px;
 }
}
 
/*****  解像度480px以下のスタイル *****/
@media screen and (max-width:480px){
 .cstmreba .booklink-link2>div,
 .cstmreba .kaerebalink-link1>div,
 .cstmreba .tomarebalink-link1>div {
 width: 49%;
 margin: 0.5%;
 }
}

<style type="text/css">
/* 強調表示を蛍光ペン（ピンク）風に */
article strong{
    margin:0 0.1em;
    padding:0.1em 0.2em;
    background:#87ceeb !important;
    background:linear-gradient(to bottom, transparent 60%, rgba(255,153,255,1) 60%) !important;
}
/* bタグは太字 */
article b{
    font-weight:bold !important;
}

/* テーブルに横スクロールバーを表示 */
@media (max-width: 640px) {
    .table-scroll {
        overflow-x: scroll;
    }
}

/* 引用 */
.entry-content blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    border: solid 2px #464646;
    color: #464646;
}

.entry-content blockquote:before{
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #77c0c9;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
}

.entry-content blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.entry-content blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/* もしもアフィリエイト  かんたんリンク カスタマイズ */
/* ---  商品タイトル --- */
p.easyLink-info-name a {
  font-size: 16px !important;
  font-weight:bold;
}
/* --- ボタンサイズ --- */
div.easyLink-box div.easyLink-info p.easyLink-info-btn a{
  padding:1px !important;
}
@media screen and (min-width: 704px) {  div.easyLink-box div.easyLink-info p.easyLink-info-btn a{
  margin-bottom:10px !important;
  }}
/* --- ボタン下空白を削除 --- */
div.easyLink-box{padding:10px;}
div.easyLink-box div.easyLink-info p.easyLink-info-btn a:last-child {
  margin-bottom: 0 !important;
}
/* --- ボタン色 --- */
a.easyLink-info-btn-amazon, a.easyLink-info-btn-rakuten,a.easyLink-info-btn-yahoo  {
  color:#333333 !important; 
  background:#FFFDE7 !important;
  border: 1.2px solid #808080 !important;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
/* --- マウスオーバー時エフェクト --- */
a:hover.easyLink-info-btn-amazon, a:hover.easyLink-info-btn-rakuten, a:hover.easyLink-info-btn-yahoo{
  transform: translateY(0.1em)}
/* --- 画像サイズ --- */
div.easyLink-box div.easyLink-img,
div.easyLink-box div.easyLink-img p.easyLink-img-box,
div.easyLink-box div.easyLink-img p.easyLink-img-box img.easyLink-img-pht{
  max-width: 130px !important;
  max-height: 130px !important;
}
<style>
.button1 {
  display: inline-block;
  padding: 1em 3em;
  width:50%;
  background: #ffcd44;/*ボタン色*/
  color: #ffffff !important;
  border-bottom: solid 4px #B28F30;
  border-radius: 15px;
  text-decoration: none !important;
  font-size: 120%;
}
.button1:hover {
    background: #ffa500;/*ボタン色*/
}
.button1:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
</style>