@charset "utf-8";
/*
  Theme: Vancouver
  Author: Brian Cat
  URL: http://brian.hatenablog.jp/
  Description:
    シンプルなテーマ【Vancouver】を作ってみました。
*/
/* ------------------------------

 0. LESS設定

------------------------------ */
/*  import normalize */
/*@import "less/_normalize.less";*/
/*  import mixin */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Merienda+One);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Play);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
.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 */
/* ------------------------------

 1. Common

------------------------------ */
html,
body {
  background-size: cover;
  font-family: 'Ubuntu', 'Noto Sans Japanese', sans-serif;
  color: #333;
}
a {
  color: #0060e6;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: deeppink;
}
a:visited {
  color: #006bff;
}
a:visited:hover {
  color: #ff2e9f;
}
a.keyword {
  color: #333;
  border-bottom: 1px dotted #ddd;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: black;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #4d4d4d;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: white;
  background-color: #1abc9c;
  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;
  text-decoration: none !important;
}
.btn:hover {
  background-color: #55e7ca;
  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;
}
/* ------------------------------

 2. Container

------------------------------ */
#globalheader-container {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  box-shadow: 0 0 2px #999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 37px;
}
.globalheader-off #container {
  padding-top: 0;
}
#content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#content-inner {
  width: 960px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
#main {
  width: 640px;
}
#box2 {
  margin-left: 20px;
  width: 300px;
}
/* ------------------------------

 3. Header

------------------------------ */
#blog-title {
  margin: 0 0 30px 0;
  padding: 100px 0;
  letter-spacing: 2px;
  text-align: center;
  background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/x/x93mg/20160509/20160509204951.jpg');
  background-size: cover;
  box-shadow: 0 0 6px #333;
}
#title {
  font-family: 'Merienda One', sans-serif;
  margin: 0;
}
#title a {
  font-size: 250% !important;
  color: white;
  text-shadow: 0 0 6px #333;
  transition: 0.3s;
}
#title a:hover {
  color: lemonchiffon;
}
#blog-description {
  font-family: 'Play', sans-serif;
  font-weight: bold;
  font-size: 80%;
  margin: 40px 0 0 0;
  color: white;
  text-shadow: 0 0 6px #333;
}
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  border: 1px solid #333;
  padding: 10px;
}
/* ------------------------------

 4. Entry

------------------------------ */
.entry {
  padding: 15px;
  border: 4px solid #333;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 2px #999;
  margin-bottom: 100px;
}
.entry-header {
  padding: 30px;
  margin-bottom: 30px;
  border: 4px solid #333;
  text-align: center;
}
.entry-title {
  display: block;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  line-height: 1.3;
  font-size: 160%;
  text-align: left;
}
.date {
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.date a {
  font-family: 'Play', sans-serif;
  font-size: 90%;
  padding: 4px 20px;
  background: #1abc9c;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  transition: 0.3s;
}
.date a:hover {
  background: #55e7ca;
}
.categories {
  margin-top: 10px;
  font-size: 70%;
}
.categories a {
  color: white;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 20px;
  border-radius: 20px;
  transition: 0.3s;
}
.categories a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.categories a:before {
  content: "\f115";
  font-family: FontAwesome;
  margin-right: 4px;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: white;
  background-color: #1abc9c;
  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;
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  background-color: #55e7ca;
  text-decoration: none !important;
}
.entry-see-more {
  font-size: 90%;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 20px;
  border-radius: 20px;
  transition: 0.3s;
  color: white !important;
}
.entry-see-more:hover {
  color: white !important;
  background: rgba(0, 0, 0, 0.2);
}
.entry-content {
  font-size: 95%;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.entry-content img {
  max-width: 100%;
  border-radius: 3px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 200%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  display: block;
  padding: 30px 15px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 140%;
}
.entry-content h3:first-letter {
  color: #1abc9c;
}
.entry-content h4 {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  font-size: 130%;
}
.entry-content h4:first-letter {
  color: #e74c3c;
}
.entry-content h5 {
  display: block;
  font-size: 110%;
}
.entry-content h5:first-letter {
  color: #2980b9;
}
.entry-content h6 {
  display: block;
  font-size: 100%;
}
.entry-content h6:first-color {
  color: #d35400;
}
.entry-content strong {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.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 {
  font-size: 90%;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  background: white;
  border: 1px solid #333;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 80%;
  color: #666;
}
.entry-footer-section a {
  color: #666;
}
.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 #333;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #333;
}
.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-radius: 50%;
  border: 3px solid black;
}
.comment-user-name {
  color: #666;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.comment-user-name a {
  color: #0060e6;
}
.comment-user-name a:hover {
  color: deeppink;
}
.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: 75%;
  color: #666;
  margin: 0;
}
.comment-metadata a {
  color: #666;
}
.leave-comment-title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: white;
  background-color: #1abc9c;
  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;
  text-decoration: none !important;
}
.leave-comment-title:hover {
  background-color: #55e7ca;
  text-decoration: none !important;
}
.leave-comment-title a:hover {
  color: white;
}
/* ------------------------------

 5. Sidebar

------------------------------ */
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
  padding: 15px;
  border: 4px solid #333;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 2px #999;
  margin-bottom: 60px;
}
.hatena-module-title {
  position: relative;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 120%;
  border-bottom: 3px solid #333;
  padding-bottom: 8px;
  letter-spacing: 4px;
}
.hatena-module-title a {
  color: #333;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
.hatena-module-title a:first-letter {
  color: #1abc9c;
}
.hatena-module-title:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
.hatena-module-title:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #333;
  border-width: 12px;
  margin-left: -12px;
}
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 50%;
  border: 3px solid black;
}
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
  font-size: 70%;
}
.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 dotted #333;
  line-height: 1.5;
}
.hatena-urllist li:last-child {
  border-bottom: 0 solid transparent;
}
.hatena-urllist li a {
  text-decoration: none;
}
.hatena-module-search-box .search-form {
  width: 100%;
  display: flex ;
}
.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #333;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 80%;
}
.hatena-module-search-box .search-module-input:focus {
  color: deeppink;
}
.hatena-module-search-box .search-module-button {
  width: 20%;
  padding: 5px 10px;
  outline: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}
/* ------------------------------

 6. Pager

------------------------------ */
.pager {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.pager {
  margin: 1em 0;
}
.pager .pager-prev {
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  text-align: right;
  width: 45%;
}
/* ------------------------------

 7. Footer

------------------------------ */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #666;
  line-height: 1.5;
  font-size: 80%;
  letter-spacing: 3px;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #666;
}
#footer img {
  border-radius: 50%;
}
/* ------------------------------

 8. Other Page Components

------------------------------ */
/* 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;
}
/* archive ページ */
.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%;
}
.page-archive .categories a {
  font-size: 70%;
  background: #aaa;
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2px;
}
/* ------------------------------

 9. Media Queries

------------------------------ */
@media (max-width: 960px) {
  #globalheader-container {
    position: static;
  }
  #container {
    display: flex;
    justify-content: center;
  }
  #content {
    display: flex;
    justify-content: center;
  }
  #content-inner {
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  #title a {
    font-size: 160% !important;
  }
  #main {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
  #box2 {
    margin-left: 5px;
    margin-right: 5px;
    width: auto;
  }
  .hatena-module {
    margin-bottom: 15px;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
}
@media (max-width: 476px) {
  #container {
    padding-top: 0px;
  }
  #title a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 140% !important;
  }
  #blog-description {
    padding-left: 10px;
    padding-right: 10px;
  }
  .entry-header {
    border: 0 solid transparent;
    padding: 0px;
  }
  .entry-title {
    font-size: 120%;
  }
  .categories {
    margin-bottom: 10px;
  }
  #main {
    margin-left: 5px;
    margin-right: 5px;
  }
  #box2 {
    margin-left: 5px;
    margin-right: 5px;
  }
}

<script type="text/javascript">window._pt_lt = new Date().getTime();window._pt_sp_2 = [];_pt_sp_2.push("setAccount,5bb7da21");var _protocol =(("https:" == document.location.protocol) ? " https://" :" http://");(function(){var atag = document.createElement("script");atag.type = "text/javascript";atag.async = true;atag.src = _protocol+"js.ptengine.jp/5bb7da21.js";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(atag,s)})();</script><script type="text/javascript">window._pt_lt = new Date().getTime();window._pt_sp_2 = [];_pt_sp_2.push("setAccount,5bb7da21");var _protocol =(("https:" == document.location.protocol) ? " https://" :" http://");(function(){var atag = document.createElement("script");atag.type = "text/javascript";atag.async = true;atag.src = _protocol+"js.ptengine.jp/5bb7da21.js";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(atag,s)})();</script>

(グローバルメニューについて)
topCategory{text-align:center;padding:0;margin:0;background-color:#fff}.topCategory>a{background-color:#0080ff;color:#ff0}.topCategory>a,.topCategory>a:hover{text-decoration:none;display:inline-block;border:0;padding:10px;margin:5px;font-size:24px;font-family:fantasy}.topCategory>a:hover{background-color:#ff0;color:#0080ff}

@font-face{font-family:LigatureSymbols;src:url(../font/LigatureSymbols-2.11.eot);src:url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"),url("../font/LigatureSymbols-2.11.woff") format("woff"),url("../font/LigatureSymbols-2.11.ttf") format("truetype"),url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");font-weight:400;font-style:normal}.icon-font{font-family:LigatureSymbols;-webkit-text-rendering:optimizeLegibility;-moz-text-rendering:optimizeLegibility;-ms-text-rendering:optimizeLegibility;-o-text-rendering:optimizeLegibility;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-ms-font-smoothing:antialiased;-o-font-smoothing:antialiased;font-smoothing:antialiased;-webkit-font-feature-settings:"liga"1,"dlig"1;-moz-font-feature-settings:"liga=1, dlig=1";-ms-font-feature-settings:"liga"1,"dlig"1;-o-font-feature-settings:"liga"1,"dlig"1;font-feature-settings:"liga"1,"dlig"1}.general-button{border-radius:5px;background-color:#4385bf}.general-button:before{border-radius:5px;border-bottom:0 solid rgba(46,93,135,0);background-color:rgba(46,93,135,0)}.button-content{border-radius:0 0 5px 5px;padding:6px 7.5px;box-shadow:0 0 0 0 rgba(46,93,135,0);color:#f8f8f8}.button-text{padding:0 7.5px;line-height:1.5em;font-size:18px}.icon-font{padding:0 7.5px;font-size:27px}.general-button:hover{top:-3px;background-color:#4e8cc2}.general-button:hover,.general-button:hover:before{transition:all 30ms;-moz-transition:all 30ms;-webkit-transition:all 30ms;-o-transition:all 30ms}.general-button:hover:before{border-bottom:3px solid rgba(46,93,135,0)}.general-button:hover .button-content{box-shadow:0 3px 0 0 #2e5d87;transition:all 30ms;-moz-transition:all 30ms;-webkit-transition:all 30ms;-o-transition:all 30ms}.general-button:active{background-color:#3b77ad;box-shadow:0 .1pc 0 0 #275074 inset}.general-button:active:before{top:-3px;padding-bottom:3px;border-bottom:0 solid rgba(46,93,135,0)}.general-button:active .button-content{box-shadow:0 0 0 0 rgba(46,93,135,0)}.general-button{display:-moz-inline-box;display:inline-block;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;position:relative;top:0;cursor:pointer;text-decoration:none;line-height:1}.general-button:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%}.button-content,.general-button{transition:all 0;-moz-transition:all 0;-webkit-transition:all 0;-o-transition:all 0}.button-content{display:table}.button-text{text-decoration:none}.button-text,.icon-font{display:table-cell;vertical-align:middle}.general-button:hover,.general-button:hover .button-content,.general-button:hover:before{transition-timing-function:ease-in-out}.general-button:active{top:0}.general-button:active,.general-button:active:before{transition:all 0;-moz-transition:all 0;-webkit-transition:all 0;-o-transition:all 0}.general-button:active .button-content{transition:all 0;-moz-transition:all 0;-webkit-transition:all 0;-o-transition:all 0}.touch .general-button:hover{top:0;background-color:#4385bf}.touch .general-button:hover:before{border-bottom:0 solid rgba(46,93,135,0)}.touch .general-button:hover .button-content{box-shadow:0 0 0 0 #2e5d87}.touch .general-button:active{background-color:#3b77ad;box-shadow:0 .1pc 0 0 #275074 inset}.touch .general-button:active:before{top:-3px;padding-bottom:3px;border-bottom:0 solid rgba(46,93,135,0)}.touch .general-button:active .button-content{box-shadow:0 0 0 0 rgba(46,93,135,0)}span.breadcrumb-child:before{content:"|";color:#a8a8a8;padding-right:.5rem;padding-left:.5rem}.breadcrumb-gt{display:none}.breadcrumb{color:gold}blockquote{position:relative;padding:10px 15px 10px 50px;box-sizing:border-box;font-style:italic;border:solid 2px #464646;color:#464646}

/*引用の設定*/
blockquote{position:relative;padding:10px 10px 10px 2pc;box-sizing:border-box;font-style:italic;color:#464646;background:#e0e0e0}blockquote:before{display:inline-block;position:absolute;top:0;left:0;content:"\f10d";font-family:FontAwesome;color:#e0e0e0;font-size:22px;line-height:1;z-index:1;font-weight:900}blockquote:after{position:absolute;content:'';left:0;top:0;border-width:0 0 40px 40px;border-style:solid;border-color:transparent #fff}blockquote p{position:relative;padding:0;margin:10px 0;z-index:2;line-height:1.7}blockquote cite{display:block;text-align:right;color:#888;font-size:.9em}

/*目次のデザイン変更*/
.box30{margin:2em 0;background:#ffffff;box-shadow:0 2px 4px rgba(0,0,0,.22)}.box30 .box-title{font-size:1.2em;background:#5fc2f5;padding:4px;text-align:center;color:#fff;font-weight:700;letter-spacing:.05em}.box30 p{padding:15px 20px;margin:0}

/*ポイントの表示変更*/
.box26{position:relative;margin:2em 0;padding:.5em 1em;border:solid 3px #f8b500;border-radius:8px}.box26 .box-title{position:absolute;display:inline-block;top:-13px;left:10px;padding:0 9px;line-height:1;font-size:19px;background:#fff;color:#f8b500;font-weight:700}.box26 p{margin:0;padding:0}
.box28{position:relative;margin:2em 0;padding:25px 10px 7px;border:solid 2px #32cd32}.box28 .box-title{position:absolute;display:inline-block;top:-2px;left:-2px;padding:0 9px;height:25px;line-height:25px;font-size:17px;background:#32cd32;color:#fff;font-weight:700}.box28 p{margin:0;padding:0}

/*見出しの表示変更*/
h3{position:relative;padding:.6em;background:#b2d1ff}h3:after{position:absolute;content:'';top:100%;left:30px;border:15px solid transparent;border-top:15px solid #b2d1ff;width:0;height:0;border-radius:5px 5px 5px 5px/5px 5px 5px 5px}

/*ブログのフォントサイズのの表示変更*/
.entry-content p {font-size: 16.75px;}