/* <system section="theme" selected="8599973812277910039"> */
@charset "utf-8";
/*
  Theme: SOHO
  Author: Shiroma Takumi
  Description:
    レスポンシブに対応したデザインテーマ
  Responsive: yes
  Licensed under the MIT license.
*/
/*  import normalize */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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  #977d3b
fonts 'Noto Sans' or 'Merriweather'
*/
/* 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;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px){
  html,body {
    color: #444;
    font-size: 14px;
  }
}
a {
  color: #977d3b;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:visited {
  color: #977d3b;
}
a:hover {
  color: #666;
  -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;
}
ul,ol {
  padding-left: 36px;
}
/* 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;
}
/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #fff;
  color: #666;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
/* container */
#container {
  width: 100%;
  overflow: hidden;
}

#container #content {
  padding-top: 40px;
  border-top: 1px solid #f0f0f0;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
}
#container #content-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1050px;
  display: block;
  *zoom: 1;
}
#container #content-inner:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
/* 2カラムレイアウト */
#main {
  width: 680px;
  float: left;
}
#box2 {
  width: 320px;
  float: right;
}
@media screen and (max-width: 1120px){
  #container #content-inner {
    max-width: 920px;
  }
  #main {
    width: 580px;
  }
}
@media screen and (max-width: 980px) {
  #container #content {
    padding: 30px 14px;
  }
  #container #content-inner {
    max-width: initial;
  }
  #main {
    width: 100%;
    float: none;
  }
  #box2 {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #container #content {
    padding: 20px 10px;
  }
}
/* header */
#blog-title {
  margin: 0;
  padding: 60px 0 40px;
  text-align: center;
}
#title {
  margin: 0;
  font-size: 1.8rem;
}
#title a {
  color: #111;
}
#blog-description {
  font-weight: normal;
  font-size: 0.9rem;
  color: #666;
  margin: 16px auto 0 auto;
  max-width: 80%;
}
@media (max-width: 767px) {
  #blog-title {
    padding: 30px 0;
  }
  #title {
    font-size: 1.5rem;
  }
  #blog-description {
    margin-top: 8px;
  }
}
/* ヘッダ画像を設定したとき */
.header-image-enable #container,
.header-image-only #container {
  padding-top: 0;
}
.header-image-enable #blog-title,
.header-image-only #blog-title {
  padding: 0;
}
.header-image-enable #title {
  
}
.header-image-enable #blog-title #blog-title-inner,
.header-image-only #blog-title #blog-title-inner {
  height: auto;
  min-height: 240px;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* background-size: cover;
  background-position: center center !important; */
  position: relative;
}

.header-image-enable #blog-title-content {
  text-align: center;
}

.header-image-enable #blog-title #title a {
  display: inline-block;
  padding: 20px 30px;
  color: #fff;
  background-color: rgba(0,0,0,.8);
  text-shadow: 0 0 0 rgba(0,0,0,0);
}
.header-image-enable #blog-title #blog-description {
  display: inline-block;
  width: auto;
  max-width: 60%;
  margin: 14px auto 0;
  padding: 10px 20px;
  color: #fff;
  background-color: rgba(0,0,0,.8);
  text-shadow: 0 0 0 rgba(0,0,0,0);
}
@media (max-width: 767px) {
  .header-image-enable #blog-title #blog-title-inner,
  .header-image-only #blog-title #blog-title-inner {
    background-position: center center !important;
    background-size: cover;
    min-height: 180px;
    padding: 40px 0 40px;
  }
  .header-image-enable #blog-title #blog-description {
    max-width: 80%;
  }
}
#top-editarea {
  background-color: #fff;
  /*padding-bottom: 20px;*/
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  padding: 10px auto 20px;
  font-size: 90%;
  background-color: #fff;
}
#top-box .breadcrumb {
  padding: 10px 0;
  margin-bottom: 0px;
}
#top-box .breadcrumb-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1050px;
}

@media screen and (max-width: 1120px) {
  #top-box .breadcrumb-inner {
    max-width: 920px;
  }
}
@media screen and (max-width: 980px) {
  #top-box .breadcrumb-inner {
    max-width: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
  }
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 100px;
}
.entry-header {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.entry-title {
  margin: 0;
  line-height: 1.3;
  font-size: 1.4rem;
}
/* 日付 */
.date {
  font-family: 'Helvetica', 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;;
  font-weight: bold;
  margin-bottom: 24px;
}
.date a {
  background-color: #f0f0f0;
  color: #111;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 2px 4px;
  display: inline-block;
}
@media screen and (max-width: 767px){
  .date {
    margin-bottom: 18px;
  }
  .date a {
    padding: 2px 6px;
  }
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 0.9rem;
}
.categories a {
  color: #666;
  margin-right: 8px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
.categories a::before {
  content: "#";
}
.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: #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;
}
@media screen and (max-width: 767px) {
  .entry-content p {
    font-size: 1.04rem;
  }
}
.entry-content img {
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry-content img:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,.4);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry-content .sh-shadow img {
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
}
@media screen and (max-width: 767px) {
  .entry-content .sh-shadow img {
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
  }
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 54px 0 0.8em 0;
  color: #111;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 1.4rem;
}
.entry-content h2 {
  font-size: 1.3rem;
  border-bottom: 2px solid #111;
}
.entry-content h3 {
  font-size: 1.2rem;
  border-bottom: 4px double #999;
}
.entry-content h4 {
  font-size: 1.1rem;
  padding-left: 10px;
  border-left: 4px solid #111;
  margin-top: 40px;
}
.entry-content h5 {
  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;
}
@media (max-width: 767px){
  .entry-content h1 {
    font-size: 1.6rem;
  }
  .entry-content h2 {
    font-size: 1.5rem;
  }
  .entry-content h3 {
    font-size: 1.4rem;
  }
  .entry-content h4 {
    font-size: 1.3rem;
  }
  .entry-content h5 {
    font-size: 1.2rem;
  }
}
.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;
  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 */
.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;
}
@media screen and (max-width: 767px) {
  .comment-content {
    font-size: 0.94rem;
    position: relative;
    padding: 16px;
    background-color: #eee;
    border-radius: 6px;
    z-index: 1;
    color: #111;
  }
  .comment-content::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 16px;
    border: 8px solid transparent;
    border-right-color: #eee;
  }
  .comment-box ul {
    line-height: 1.5;
  }
  .comment-box .hatena-id-icon {
    top: 26px;
  }
}
.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;
}
/* 目次 */
.table-of-contents {
  margin: 0;
  padding: 20px 20px 20px 40px;
  background-color: #f0f0f0;
  border-radius: 6px;
  font-size: .9rem;
}
.table-of-contents ul {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .table-of-contents {
    font-size: 1rem;
  }
}
/* sidebar */
#box2 {
  
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: bold;
  margin-bottom: 15px;
  padding: 8px 0;
  font-size: 1rem;
  text-align: center;
  color: #111;
  border-bottom: 4px double #ddd;
}
.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;
}
/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.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;
}
.hatena-urllist li .urllist-category-link {
  color: #999;
}
.hatena-urllist li .urllist-category-link::before {
  content: '#';
  margin-right: -2px;
}

.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;
}
/* archive ページ */

.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
}
.page-archive .archive-entries .date {
  margin-bottom: 12px;
}
.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 {
  color: #fff;
  font-size: 70%;
  background: #aaa;
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2px;
} */
/* グローバルナビ */
.sh-global-nav-wrap {
  position: relative;
  z-index: 50;
}
.sh-global-nav {
  width: 100%;
}
.sh-global-nav-list {
  font-size: 0;
  letter-spacing: 0;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.sh-global-nav-list .sh-global-nav-item {
  position: relative;
  font-size: 1rem;
  display: inline-block;
  border-right: 1px solid #eee;
  padding: 0 16px;
  height: 30px;
  line-height: 30px;
  z-index: 3;
}
.sh-global-nav-list .sh-global-nav-item:last-child {
  border-right: none;
}
.sh-global-nav-list .sh-global-nav-item a {
  position: relative;
  text-decoration: none;
  color: #111;
}
.sh-global-nav-list .sh-global-nav-item a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #111;
  height: 1px;
  width: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sh-global-nav-list .sh-global-nav-item a:hover:after {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.sh-global-nav-list .has-child {
  padding-right: 28px;
}
.sh-global-nav-list .has-child::after {
  position: absolute;
  right: 8px;
  top: 14px;
  content: '';
  border: 4px solid transparent;
  border-top-color: #999;
}
.sh-global-nav-list .sh-global-nav-item ul {
  margin: 10px 0 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  list-style: none;
  z-index: 4;
}
.sh-global-nav-list .sh-global-nav-item ul li {
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}
.sh-global-nav-list .sh-global-nav-item:hover ul {
  margin: 0;
  padding-top: 10px;
}
.sh-global-nav-list .sh-global-nav-item:hover ul li {
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 34px;
}
.sh-global-nav-list .sh-global-nav-item ul li a {
  background-color: #f0f0f0;
  display: block;
  line-height: 33px;
  border-bottom: 1px solid #eee;
}
.sh-global-nav-list .sh-global-nav-item ul li:last-child a {
  border-bottom: none;
}
.sh-global-nav-list .sh-global-nav-item ul li a:hover {
  background-color: #aaa;
}
/* トグルボタン */
.sh-mobile-head-toggle-button {
  position: absolute;
  height: 40px;
  width: 46px;
  left: 0;
  top: 0;
  z-index: 1;
}
.sh-mobile-head-toggle-button span {
  position: absolute;
  left: 10px;
  width: 26px;
  height: 2px;
  background-color: #111;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}
.sh-mobile-head-toggle-button span:first-child {
  top: 12px;
}
.sh-mobile-head-toggle-button span:nth-child(2) {
  top: 20px;
}
.sh-mobile-head-toggle-button span:nth-child(3) {
  top: 28px;
}
.sh-mobile-head-toggle-button.is-open span:first-child {
  animation: rotate-span1 .6s forwards;
}
.sh-mobile-head-toggle-button.is-open span:nth-child(2) {
  animation: rotate-span2 .6s forwards;
}
.sh-mobile-head-toggle-button.is-open span:nth-child(3) {
  animation: rotate-span3 .6s forwards;
}
@keyframes rotate-span1 {
  0% {top: 12px;width: 26px;transform:rotate(0deg);left:10px;}
  50% {top: 20px;width: 0px;left:23px;}
  100% {top: 20px;width: 26px;transform:rotate(315deg);left:10px;}
}
@keyframes rotate-span2 {
  0% {width: 26px;left: 10px;}
  50% {width: 0px;left:23px;}
  100% {width: 0px;left:23px;}
}
@keyframes rotate-span3 {
  0% {top: 28px; width: 26px;transform:rotate(0deg);left: 10px;}
  50% {top: 20px;width: 0px;left:23px;}
  100% {top: 20px;width: 26px;transform:rotate(-315deg);left:10px;}
}
/* サイト名 */
.sh-site-name {
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  opacity: 0;
  visibility:hidden;
}
.sh-site-name.is-show {
  opacity: 1;
  visibility:visible;
}
.sh-site-name p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  color: #111;
}
.sh-site-name a {
  color: #111;
  text-decoration: none;
}
/* グローバルナビ検索ボックス */
.sh-global-nav-wrap .search-box {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 1;
}
.sh-global-nav-wrap .sh-search-button {
  width: 46px;
  height: 40px;
  text-align: center;
}
.sh-global-nav-wrap .sh-search-button i {
  margin-top: 6px;
  font-size: 24px;
  color: #111;
}
.sh-global-nav-wrap .hatena-module-body {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 0px 16px;
  height: 0;
  margin-top: 1px;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: rgba(255,255,255,.8);
}
.sh-global-nav-wrap .hatena-module-body.is-open {
  height: auto;
  padding: 16px;
}
.sh-global-nav-wrap .hatena-module-body .search-module-input {
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 4px;
  border-radius: 0;
  -webkit-appearance:none;
}
.sh-global-nav-wrap .hatena-module-body .search-module-button {
  margin: 10px 0 0 140px;
  width: 60px;
  height: 28px;
  border-radius: 0px;
  background-color: #eee;
  color: #111;
  border: 1px solid #999;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#container #container-inner {
  position: relative;
  left: 0;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 1;
}
#container #container-inner.is-open {
  left: 250px;
}
.sh-mobile-head {
  display: none;
}
.sh-black-back {
  display: none;
}
@media (max-width: 767px) {
  .sh-global-nav-wrap {
    height: 0px;
  }
  .sh-global-nav {
    margin-bottom: 0;
    border-bottom: none;
    position: fixed;
    width: 230px;
    height: 100%;
    top: 0;
    left: -250px;
    overflow-y: auto;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding-top: 40px;
  }
  .sh-global-nav.is-open {
    left: 0;
  }
  .sh-global-nav-list {
    padding: 0;
    text-align: left;
  }
  .sh-global-nav-list .sh-global-nav-item a {
    padding: 0 12px;
  }
  .sh-global-nav-list .sh-global-nav-item {
    height: 38px;
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .sh-global-nav-list .sh-global-nav-item.has-child {
    height: auto;
  }
  .sh-global-nav-list .sh-global-nav-item.has-child::after {
    display: none;
  }
  .sh-global-nav-list .sh-global-nav-item > a {
    display: block;
    line-height: 38px;
    font-weight: bold;
    background-color: #eee;
    color: #111;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .sh-global-nav-list .sh-global-nav-item > a:hover {
    background-color: #999;
  }
  .sh-global-nav-list .sh-global-nav-item a:after {
    display: none;
  }
  /* 子カテゴリー */
  .sh-global-nav-list .sh-global-nav-item ul {
    padding: 0;
    position: static;
    margin: 0;
  }
  .sh-global-nav-list .sh-global-nav-item:hover ul {
    padding-top: 0;
  }
  .sh-global-nav-list .sh-global-nav-item ul li {
    height: 36px;
  }
  .sh-global-nav-list .sh-global-nav-item:hover ul li {
    height: 36px;
  }
  .sh-global-nav-list .sh-global-nav-item ul li a {
    background-color: #fff;
    font-size: 0.9rem;
    line-height: 36px;
    border: none;
  }
  .sh-global-nav-list .sh-global-nav-item ul li a::before {
    font-family: "blogicon";
    content: "\f006";
    font-size: 0.7rem;
    color: #aaa;
    margin-right: 10px;
  }
  .sh-mobile-head {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 80;
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  .sh-mobile-head.is-open {
    left: 230px;
  }
  .sh-black-back {
    position: fixed;
    left: 0;
    top: 40px;
    display: block;
    width: 0;
    height: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    background-color: #000;
    opacity: 0.6;
    z-index: 2000;
  }
  .sh-black-back.is-open {
    display: block;
    width: 100%;
    left: 230px;
  }
}

/* フォローボタン */
.sh-follow-btn-small {
  text-align: center;
}
.sh-follow-btn-small a {
  display: inline-block;
  color: #111;
}
.sh-follow-btn-small i,
.sh-follow-btn-small i.lg {
  font-size: 30px;
  margin-right: 12px;
}
/* シェアボタン */
.sh-share-area,
.sh-share-fixed-bottom {
  width: 60%;
  position: relative;
  background-color: #fff;
  padding : 4px 0;
  margin: 20px auto;
  z-index: 1;
}
.sh-share-text {
  font-size: 0.9rem;
  margin-bottom: 6px;
  text-align: center;
  color: #666;
}
.sh-share-list {
  list-style: none;
  font-size: 0px;
  letter-spacing: 0px;
  padding: 0;
  margin: 0;
}
.sh-share-item {
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 26px;
  width: 25%;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.sh-share-item:last-child {
  border-right: none;
}
.sh-share-item a {
  height: 36px;
  line-height: 36px;
  display: block;
  color: #111;
}
.sh-share-item a:hover {
  opacity: .6;
}
.sh-share-item .sh-share-count {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: 8px;
  display: block;
  min-width: 14px;
  padding: 0 2px;
  line-height: 18px;
  text-align: center;
  border-radius: 10px;
  font-size: .6rem;
  color: #fff;
  background-color: #999;
}

@media (max-width: 767px) {
  .sh-share-area {
    width: 100%;
  }
  .sh-share-fixed-bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5000;
    background-color: #fff;
    border-top: 1px solid #eee;
    margin: 0;
    padding : 4px 0;
  }
  .sh-share-fixed-bottom .sh-share-text {
    display: none;
  }
  .sh-share-fixed-bottom .sh-share-item {
    font-size: 22px;
  }
  .sh-share-item .sh-share-count {
    margin-left: 6px;
  }
}
/* 画像を横幅いっぱい */
@media screen and (max-width: 480px) {
  .sh-wide img {
    max-width: initial;
    width: 100vw;
    margin-left: calc(0vw - 10px);
  }
}

/*  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) no-repeat right center;
    background-size: 20px 20px;
  }
}
/* Media Queries - Tablet */
@media (min-width: 768px) and (max-width: 1024px) {

}
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 767px) {

}
/* Media Queries - Smartphone */
/* </system> */

/*-----------------------------------------------------------------------
  0-サイト構造
-----------------------------------------------------------------------*/
@media screen and (min-width: 990px) { /*--画面1120px以下まで記事の幅--*/
#container #content-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    display: block;
    padding: 10px;
}
#main {
    width: 63%;
    float: left;
    padding-right: 10px;
}
#box2 {
    width: 33%;
    float: left;
    margin-bottom: 10px;
}
}

@media screen and (max-width: 990px) { 
#main {
    width: 100%;
    float: none;
}
#box2 {
    width: 100%;
    float: none;
}
}

/*-----------------------------------------------------------------------
  1-基本
-----------------------------------------------------------------------*/
html, body { /*--1-1記事の文字色--*/
    font-family: "Noto Sans Japanese", 'Oswald', sans-serif;
    color: #000;
    font-size: 14.5px;
    letter-spacing: 0.04em;
    font-weight: 400;
}
#container #content { /*--1-2記事の外枠の背景--*/
    background: #eae5e3;
    padding-top: 15px;
}
#container #content-inner { /*--1-3サイトの幅--*/
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1240px;
    display: block;
}
header#blog-title, .page-index .entry-footer  {
    display: none;
}
.entry-inner,#box2 { /*--1-6メインとサイドの背景--*/
    background: #fff;
}
.entry-content img { /*--1-7画像のセンタリング--*/
    max-width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.leave-comment-title { /*--1-8コメントの位置調整--*/
    margin: 10px;
}
    
/***2-リンクの色**********************************************************/

a { /***2-1リンクの色***/
    color: #1a0dab; 
    font-weight: 500;
}
a:visited { /***2-2クリック時のリンク反転色***/
    color: #609;
}

/****3-カテゴリーの変更***************************************************/

.categories a { /***3-1カテゴリーカスタマイズ***/
    padding: 0px 3px;
    margin: 0 0 0 0.5em;
    text-decoration: none;
    color: #999;
    font-size: 1em;
    line-height: 2.0;
    border-bottom: none;
}
.categories a:before { /***3-2カテゴリーアイコン***/
    font-family: "fontawesome";
    content: "\f15c";
    padding-right: 5px;
}
.categories a:hover{ /***カーソルが乗った時の背景色***/
    border-bottom: 1px solid #999;
}

/***4-日付の調整**********************************************************/

.entry-date.date.first, .date.entry-date.last { /***4-1日付背景のカスタマイズ***/
    text-align: center;
    padding: 0.3em 0;
    margin-bottom: 10px;
    width: 100%;
    background: linear-gradient(to right, #355c7d, #6c5b7b, #c06c84);
}
.date a { /***4-2日付文字のカスタマイズ***/
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    font-family: 'Righteous', cursive;
    text-decoration: none;
    background: none;
}
.entry-date a { /***4-3文字余白調整***/
    padding: 0px 3px !important;
}
.entry-date a::before { /***4-4アイコンの表示***/
    margin-right: 2px;
    font-family: FontAwesome;
    content: '\f073';
}

/***5-記事****************************************************************/

.entry-title { /***5-1記事タイトル***/
    font-size: 1.40em;
    margin: 0.90em 0.3em 0.90em 0.5em;
}
.entry-content {
    line-height: 1.7;
}

.entry-content p { /***5-2記事文字の調整***/
    margin: 0 1em 0.75em 1em;
}
.entry-content h3:first-letter { /***5-3記事h3の調整***/
    margin: 1em 0 1em 0;
    font-size: 1.5em;
    color: #7172ac;
}
.entry-content h3 {
    font-size: 1.4rem;
    border-bottom: 0px double #999;
    margin: 1.75em 0.5em 1.75em 0.3em;
}

.entry-content h4 { /***5-4記事h4の調整***/
    position: relative;
    padding: .45em 0 0.5em .75em;
    margin: 1em 0 1em 0.3em;
    color: #000;
    border-left: 5px solid #7172ac;
    font-size: 1.2em;
}
.entry-content h4:before { /***5-4記事h4アイコンの調整***/
    position: absolute;
    left: -5px;
    bottom: 0;
    content: '';
    width: 5px;
    height: 50%;
    background-color: #ccc;
}
.entry-content h5 { /***5-5記事h5の調整***/
    color: #000;
    padding-left: 12px;
    margin: 1em 0;
    font-size: 1.05em;
    margin-left: 0.5em;
}
.entry-content h5::before { /***5-5記事h5のアイコン調整***/
    background-color: #000;
}
.entry-content table { /***5-6記事tableの文字調整***/
    margin-bottom: 1.5em;
    font-size: 0.85em;
}

/*-----------------------------------------------------------------------
  2-記事タイトルの余白調整
-----------------------------------------------------------------------*/
header.entry-header { /***2-タイトル下カテゴリーの余白調整***/
    padding-bottom: 0px;
    border-bottom-width: 0px;
    margin-bottom: 10px;
}
.entry-header {
    padding: 0 0 15px 0;
    position: relative;
}

/*-----------------------------------------------------------------------
  3-サイド
-----------------------------------------------------------------------*/
.hatena-module { /***サイドカテゴリーの余白を作成***/
    margin-bottom: 20px;
}
.hatena-module-title {
    font-family: 'Righteous', cursive;
}

.hatena-urllist {
    margin: 0 5px 0 5px;
}

.hatena-urllist li { /***余白調整***/
    border-bottom: 0px solid #f0f0f0;
    padding: 7px 0;
    font-size: 1rem;
    line-height: 1.0;
}
.hatena-module-archive .hatena-urllist {
    padding: 8px 10px;
}

.urllist-with-thumbnails li .urllist-image {
    margin: 0 .7em 0 0;
    float: left;
}
.hatena-urllist li a {
    text-decoration: none;
    color: #000;
    font-size: 0.95em;
}
.urllist-categories.entries-access-ranking-categories, .urllist-categories.recent-entries-categories {
    font-size: 0.85em;
    padding: 5px 0;
}
a.urllist-title-link.recent-entries-title-link.urllist-title.recent-entries-title:hover { /***最新タブの反転色***/
    color: #1a0dab;
    text-decoration: underline;
}
a.urllist-title-link.entries-access-ranking-title-link.urllist-title.entries-access-ranking-title:hover { /***人気タブの反転色***/
    color: #1a0dab;
    text-decoration: underline;
}
ul.hatena-urllist a:hover { /***タグタブの反転色***/
    color: #1a0dab;
    text-decoration: underline;
}
.urllist-with-thumbnails li .urllist-image, .page-archive .entry-thumb { /***画像の丸み***/
    border-radius: 3px;
}

.hatena-module-category .hatena-urllist li a { /***タグのカスタム***/
    display: inline-block;
    padding: 0.2em 1em;
    margin: 0 0 0.4em 0;
    font-size: 0.85rem;
}
.urllist-item-inner.entries-access-ranking-item-inner, .urllist-item-inner.recent-entries-item-inner { /*--人気・最新の余白--*/
    padding: 3px 6px;
}

/*サイドバータブメニュー*/
.tab{
display: inline-block;
cursor: pointer;
text-align:center;
border-bottom: 1px solid #bbb;
font-size:1em;
font-weight: normal;
width: -webkit-calc(100% / 4 - 1px);
width: -moz-calc(100% / 4 - 1px);
width: calc(100% / 4 - 1px);
padding: 10px 0px;
margin-bottom:20px;
float: left;
color: #999;
} 
.hatena-module ul {
margin-bottom: 0;
clear: both;
} 
.active {
background: #fff;
color: #333;
font-weight: bold;
border: 1px solid #bbb;
border-bottom: none;
}
.hatena-module-body {
    padding: 0 5px;
}

/*-----------------------------------------------------------------------
  4-記事一覧の調整
-----------------------------------------------------------------------*/
.archive-entries { /***記事エントリーの背景***/
    background: #fff;
    padding: 4px;
    margin-bottom: 10px;
}
.page-archive .archive-entries .archive-entry { /***一覧の枠***/
    border-bottom: 2px dotted #bbb;
    padding: 3px 3px 10px 3px;
    margin-bottom: 0.2em;
}
.page-archive .entry-thumb { /***位置調整***/
    margin-top: 8px;
}
.page-archive .archive-entries .entry-description {
    margin-top: 10px;
    font-size: 85%;
}
.page-archive .archive-entries .date {
    margin-bottom: 12px;
    width: 100%;
    background: linear-gradient(to right, #355c7d, #6c5b7b, #c06c84);
    padding: 0.15em 0;
    text-align: center;
}
.page-archive .archive-entries .entry-title {
    font-size: 1.2em;
    text-align: center;
    margin: 0 0 1.2em;
}
.page-archive .archive-entries .entry-title:hover {
    text-decoration: underline;
}

/*-----------------------------------------------------------------------
  2-ページャー
-----------------------------------------------------------------------*/
.pager { /***0-4-ページャーの余白調整***/
    margin: 2em 0;
    display: block;
    font-weight: bold;
}
.entry { /***0-4-1-ページャーの余白調整***/
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

/*-----------------------------------------------------------------------
  A-ヘッダーの調整
-----------------------------------------------------------------------*/
/**********A-1-1-ヘッダーメニューボックスの作成**********/
.headA:after {
    content: "";
    display: block; /***余白を埋める***/
    clear: both;
}
.headA {
    background-color: rgba(0,0,0,0.7);/***背景色を指定***/
    position: fixed; /***バーを固定***/
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    top: 0; /***一番上に固定***/
    left: 0; /***左からボックスを固定***/
    width: 100%;
    z-index: 10000;
}
/***************A-1-2-メニューアイコン*********************/
/******A-1-2-1-メニュー欄の表示場所*******/
.category-list {
    display: none; /***最初は表示しない***/
    position: fixed; /***ただ場所は固定***/
    width: 100%;
    z-index: 10000;
    top: 50px;  /***上から53PXのところに固定***/
    margin: 0;
}
/******A-1-2-2-メニュー欄の表示文字フォントの設定*******/
.category-list h2, .category-list p, .category-list li {
    background-color: rgba(0,0,0,0.7);
}

.category-list h2 {
    color: #FFF;
    padding: 10px 10px 10px 0px;
    text-align: right;
    font-size: 17.5px;
    font-family: 'Righteous', cursive;
    margin: 0;
}
.category-list p {
    text-align: left;
    font-size: 12.5px;
    font-weight: 500;
    color: #FFF;
    padding: 10px;
    margin: 0px;
}
.category-list li {
    width: 50%;
    float: left;
    padding: 5px 0px;
    margin: 0 auto;
    list-style-type: none;
    text-align: center;
}
.category-list li i, .category-list p i, .footB i {
    padding-right: 5px;
}
.category-list li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95em;
    color: #FFF;
    display: block;
    text-align: left;
    padding: 0px 0px 5px 10px;
}
.about-toggle {
    display: flex;
    width: 100%;
}
.about {
    text-align: center;
    padding: 10px 0px 10px 0px;
    display: block;
    border-top: 3px solid #fb7d79;
    font-size: 26px;
    flex: 1;
}
.about.home-toggle {
    background: #fb7d79;
}
.about.mail-toggle {
    background: #778899;
}
.about i {
    color: #fff;
}
.about:hover {
    background: rgba(0,0,0,0.7);
}
.toggle-content li:hover {
    background: rgba(0,0,0,0.7);
}
/*******************A-1-3-ヘッダーフォローボタン***********************/
/******A-1-3-1-ヘッダーフォローボタンのカスタマイズ*******/
.menubtn,.rssbtn,.site,.twitterbtn,.hatenabtn {
    font-size: 24px;
    text-align: center;
    padding: 6.5px 0px;
    cursor: pointer;
    color: #FFF;
    }
.site a {
    text-decoration: none;
    color: #FFF;
    font-size: 30px;
    }
header-nav i {
    color: #FFF;
    }
.menubtn {
    float:left;
    width:12%;
    border-top: 4px solid #FB7D79;
    }
.rssbtn {
    float:left;
    width:12%;
    border-top: 4px solid #79BD9A;
    }
.site {
    float:left;
    width:52%;
    border-top: 4px solid #ffd464;
    font-family: 'Righteous', cursive;
    padding-bottom: 4px;
    }
.twitterbtn {
    float:left;
    width:12%;
    border-top: 4px solid #67C7D4;
    }
.hatenabtn {
    float:left;
    width:12%;
    border-top: 4px solid #676F74;
    }
/*********A-1-3-2-ヘッダーフォローボタンの変化*********/
.menubtn:hover {
    background: #FB7D79;
    }
.rssbtn:hover {
    background: #79BD9A;
    }
.twitterbtn:hover {
    background: #67C7D4;
    }
.hatenabtn:hover {
    background: #676F74;
    }
    
/*-----------------------------------------------------------------------
  HEADER-ヒーローイメージ
-----------------------------------------------------------------------*/
.conA { /*----A-背景の挿入----*/
	display: flex;
	align-items: center;
	justify-content: center;
	height: 25vh;
	min-height: 280px;
	background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/chihiro_dayori/20180315/20180315234217.jpg);
	background-position: center;
	background-size: cover;
	color: #F8FBF5;
	text-align: center;
}
.conA h1 { /*----A-h1の見出し----*/
	margin-top: 0;
	margin-bottom: 4px;
	font-family: "Nico Moji";
	font-size: 6vw;
	color: #FFF;
	letter-spacing: 0.1em;
	margin-left: 0.1em;
}
.conA p { /*----A-pの変更----*/
	margin-top: 0;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Righteous', cursive;
	color: #FF6D82;
}
.conA img { /*----A-アイコン調整----*/
	width: 27%;
    margin-top: 40px;
	padding-bottom: 5px; 
}

/******A-2-2-1-768px以上の設定******/
@media (min-width: 768px) {
.conA h1 {
		font-size: 45px;
}
.conA p {
		font-size: 14px;
}
}

/******A-2-2-2-650px未満の設定******/
@media (max-width: 650px) {
.conA h1 { /*----A-h1の調整----*/
		font-size: 28px;
}
.conA p { /*----A-文字の調整----*/
		font-size: 11px;
}
.conA img { /*----A-アイコンの調整----*/
	width: 23%;
}
.conA { /*----A-背景幅調整----*/
    min-height: 220px;
    height: 220px;
}
}

/*-----------------------------------------------------------------------
  HEADER-3つのピックアップ記事
-----------------------------------------------------------------------*/
/**********A-3-1-ピックアップ記事**************/
.listC .container {
	display: flex;
	flex-wrap: wrap;
	max-width: none;
	margin: 2px auto;
}
.listC article {
	flex: 1 1 100px;
	display: flex;
}
.listC a {
	position: relative;
	flex: 1;
	margin: 2px;
	display: block;
	border: solid 1px #ddd;
	border: solid 1px var(--gray-color);
	background-color: currentColor;
	color: inherit;
	text-decoration: none;
}
.listC a:hover {
	background: #fff;
}
.listC .photo {
	min-height: 100px;
	background-position: center;
	background-size: cover;
	opacity: 0.8;
}
.listC .text {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 10px;
	color: #FFF;
	color: var(--text-bright-color);
}
.listC h2 {
	margin: 0;
	font-size: 18.5px;
	font-family: 'Righteous', cursive;
	color: #FFF;
}
.listC p {
	margin: 0;
	font-size: 11.5px;
	font-weight: 700;
	color: #FFF;
}
@media (min-width: 1000px) {
	.listC article {
		flex: 1 1 25%;
	}
}

/*-----------------------------------------------------------------------
  B-記事
-----------------------------------------------------------------------*/
.share-3d { /*----B-シェアボタン装飾----*/
    font-family: 'Righteous', cursive;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.share-3d-inner a { /*----B-シェアボタン----*/
    position: relative;
    display: inline-block;
    width: 18%;
    height: 45px;
    line-height: 20px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}
.share-3d .small-text{
    font-size: 10px;
}
.share-3d .hatena-bookmark-button{ /*----B-はてぶ装飾----*/
    background: #49a8fb;
}
.share-3d .twitter-button{ /*----B-ツイッター装飾----*/
    background: #22b8ff;
}
.share-3d .googleplus-button{ /*----B-グーグルプラス装飾----*/
    background: #fd6969;
}
.share-3d .facebook-button{ /*----B-フェイスブック装飾----*/
    background: #6680d8;
}
.share-3d .pocket-button{ /*----B-グーグルポケット装飾----*/
    background: #ff6d82;
}
.share-3d .share-3d a:active{
    top: 3px;
    box-shadow: none;
}
.share-3d .line-button:active{
    top: 4px;
}
/***********B-4-1-480px以下のシェアボタン*************/
@media screen and (min-width: 480px) {
    .line-hide{
        display: none;
    }
}

/*-----------------------------------------------------------------------
 D-フッター
-----------------------------------------------------------------------*/
footer .container { /***D-1-フッターの背景*******/
	padding: 40px 20px;
	background: linear-gradient(to right, #355c7d, #6c5b7b, #c06c84);
}
/****D-1-1-965px以上のフッターの背景*******/
@media (min-width: 965px) {
	footer .container {
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
	}
	.footA {
		flex: 0 0 40%;
	}
	.footB {
		flex: 0 0 60%;
	}
	.footC {
		flex: 0 0 100%;
	}
}
/*************D-2-foot内のボックス構造*************/
/****D-2-1-footAのカスタマイズ*******/
.footA {
	margin-bottom: 30px;
}
.footA h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 26px;
	color: #FFF;
	letter-spacing: 0.2em;
}
.footA p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 500;
	color: #FFF;
}
.footA a {
	color: inherit;
	text-decoration: none;
}
/****D-2-2-footBのカスタマイズ*******/
.footB div {
	margin-bottom: 20px;
}
.footB h3 {
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: solid 1px currentColor;
	font-size: 18px;
	font-family: 'Righteous', cursive;
	color: #FFF;
}
.footB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footB a {
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
.footB a:hover {
	background-color: rgba(0,0,0,0.8);
}
/****D-2-2-1-620px以上のfootBのカスタマイズ*******/
@media (min-width: 620px) {
	.footB {
		display: flex;
	}
	.footB div {
		flex: 1;
	}
	.footB div:not(:first-child) {
		margin-left: 40px;
	}
}
/****D-3-footC:コピーライトのカスタマイズ*******/
.footC {
	font-size: 15px;
	text-align: center;
	font-family: 'Righteous', cursive;
	color: #fff;
}
/****D-4-footD:SNSメニューのカスタマイズ*******/
.footD {
	margin-top: 20px;
}
.footD ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footD a {
	display: block;
	margin-right: 8px;
	padding: 0;
	color: inherit;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	border: solid 1px currentColor;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
}
.footD a:hover {
	background-color: rgba(0,0,0,0.3);
}

.fa-chevron-circle-right:before, .fa-hand-o-right:before {
    margin-right: 5px;
}

/*-----------------------------------------------------------------------
  N-ページチップに戻る
-----------------------------------------------------------------------*/
#pagetop { /***ページ戻るのカスタマイズ構造*****************/
    position:fixed;
    bottom: 5px;
    right:10px;
    padding:5px 10px;
    border-radius: 8px 8px 0px 0px;
	color: #fff;
    font-size:13px;
    font-family: 'Anton', sans-serif;
    text-align:center;
    text-decoration:none;
    background:rgba(60,60,60,0.8);
}
#pagetop:hover { /***ページトップへ戻るボタン：ホバー時 ***/
    color: #3f3f3f;
    background:rgba(60,60,60,0.2);
} 

/*-----------------------------------------------------------------------
  N-引用
-----------------------------------------------------------------------*/
.entry-content blockquote:before, .entry-content blockquote:after, .entry-content blockquote h6, .entry-content blockquote p, .entry-content blockquote a {  /*----引用全部の色調整----*/
    color: #5b8bd0;
}
.entry-content blockquote { /*----引用構造調整----*/
    position: relative;
    padding: 25px 30px;
    margin: 1.5em 0.3em;
    border: 1px solid #5b8bd0;
    background: #f0f7ff;
}
.entry-content blockquote:before, .entry-content blockquote:after {
    font-size: 21px; /*----アイコンサイズの調整----*/
    position: absolute;
    font-family: fontawesome;
}
.entry-content blockquote:before { /*----アイコン前----*/
    content: "\f10d";
    top: 5px;
    left: 10px;
}
.entry-content blockquote:after { /*----アイコン後----*/
    content: "\f10e";
    bottom: -5px;
    right: 10px;
    font-style: normal;
}
.entry-content blockquote h6 { /*----小見出しh6----*/
    font-size: 1.1em;
    margin-bottom: 0.8em;
    margin-top: 0em;
    text-align: center;
    font-weight: 600;
}
.entry-content blockquote p { /*----引用文字の調整----*/
    font-size: 0.95em;
    margin: 0.5em 0.3em;
}
/*-----------------------------------------------------------------------
  N-吹き出し
-----------------------------------------------------------------------*/
.entry-content .l-fuki, .entry-content .r-fuki, .entry-content .k-fuki {
    position: relative;
    width: 80%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    font-weight: 600;
    z-index: 1;
}
.entry-content .r-fuki {
    border: 2px solid #CFD8DC;
    background: #CFD8DC;
    color: #455A64;
}
.entry-content .l-fuki {
    border: 2px solid rgb(242,105,100);
    background: rgb(242,105,100);
    color: #fff;
}
.entry-content .k-fuki {
    border: 2px solid rgb(73,112,176);
    background: rgb(73,112,176);
    color: #fff;
}

.entry-content .l-fuki {
	margin: 20px 20% 40px 10px;
}
.entry-content .r-fuki,
.entry-content .k-fuki {
	margin: 20px 0 25px 19%;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before,
.entry-content .k-fuki::before {
	position: absolute;
	content: "";
	top: 16px;
	width: 10px;
	height: 10px;
}
.entry-content .r-fuki::before {
	border-right: 2px solid #CFD8DC;
	border-bottom: 2px solid #CFD8DC;
	background-color: #CFD8DC;
	z-index: 2;
}
.entry-content .k-fuki::before {
	border-right: 2px solid rgb(73,112,176);
	border-bottom: 2px solid rgb(73,112,176);
	background-color: rgb(73,112,176);
	z-index: 2;
}
.entry-content .l-fuki::before {
	border-right: 2px solid rgb(242,105,100);
	border-bottom: 2px solid rgb(242,105,100);
	background-color: rgb(242,105,100);
	z-index: 2;
}

.entry-content .l-fuki::before {
	right: -7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before,
.entry-content .k-fuki::before {
	left: -7px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after,
.entry-content .k-fuki::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	top: -10px;
	border-radius: 30px;
	border: 3px solid #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.entry-content .l-fuki::after {
	right: -100px;
}
.entry-content .r-fuki::after,
.entry-content .k-fuki::after {
	left: -100px;
}
@media screen and (max-width: 620px) {
	.entry-content .l-fuki,
	.entry-content .r-fuki,
    .entry-content .k-fuki {
		width: 72%
	}
	.entry-content .l-fuki {
		margin-right: 23%;
	}
	.entry-content .r-fuki,
    .entry-content .k-fuki {
		margin-left: 23%;
	}
}
@media screen and (max-width: 478px) {
	.entry-content .l-fuki::after,
	.entry-content .r-fuki::after,
    .entry-content .k-fuki::after {
		width: 60px;
		height: 60px;
		border-radius: 25px;
	}
	.entry-content .l-fuki::after {
		right: -80px;
	}
	.entry-content .r-fuki::after,
    .entry-content .k-fuki::after {
		left: -80px;
	}
}

.fuki-l::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/chihiro_dayori/20180210/20180210164202.jpg);}
.fuki-r::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/chihiro_dayori/20170917/20170917160206.jpg);}
.fuki-k::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/chihiro_dayori/20180210/20180210163616.jpg);}

/*-----------------------------------------------------------------------
  N-ボックスカスタマイズ
-----------------------------------------------------------------------*/
/***順序付リスト************************************************/
ol { /*----大枠----*/
    counter-reset: number;
    list-style-type: none!important;
    background: #fff;
    border: 2px solid #192231;
    padding: 8px 14px;
    margin: 1.5em 0.3em;
}
ol li {
    position: relative;
    padding-left: 30px;
    line-height: 1.8em;
    padding: 0.2em 0.5em 0.2em 30px;
    font-size: 13px;
    font-weight: 600;
    color: #192231;
    font-family: "Noto Sans Japanese";
}
ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #192231;
    font-weight: bold;
    font-size: 12px;
    border-radius: 50%;
    left: 0;
    bottom: 0.2em;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    font-family: "Noto Sans Japanese";
}

/***BOX21************************************************/
.box21 { /*----変化ボックスの構造----*/
    padding: 0.3em 0.1em;
    margin: 1em 0.5em;
    border: solid 3px #5b8bd0;
    background: #f0f7ff;
}
.box21 p { /*----ボックスの構造文字----*/
    margin: 0em 1em 0.5em 1em;
    color: #5b8bd0;
    font-size: 0.95em;
    font-weight: 600;
}

/***BOX29************************************************/
.box29 { /*----語句説明用----*/
    border: 2.5px solid #192231;
    border-radius: 2px;
    margin: 1.2em 0.3em;
    background: #fff;
}
.box29 .box-title { /*----タイトルカスタマイズ----*/
    font-size: 1em;
    padding: 4px;
    background: #192231;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p { /*----ボックス内の文字----*/
    padding: 1px 5px;
    font-size: 0.9em;
    font-weight: 600;
    margin: 0.4em;
    color: #192231;
}

/***BOX27************************************************/
.box27 { /*----ポイント説明用----*/
    position: relative;
    margin: 1.5em 0.3em;
    padding: 25px 10px 7px;
    border: solid 2px #192231;
}
.box27 .box-title { /*----POINTのカスタマイズ----*/
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #192231;
    color: #ffffff;
    font-weight: bold;
}
.box27 p { /*----文字調整----*/
    margin: 0.3em 0;
    padding: 0 0.3em;
    font-size: 0.95em;
    color: #192231;
    font-weight: 600;
}

/***破線枠************************************************/
.hasenwaku { /*----破線付きの囲み枠----*/
    padding: 0.5em 1em;
    margin: 1.5em 0.3em;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
    color: #5b8bd0;
}
.hasenwaku p { /*----文字調整----*/
    margin: 0; 
    padding: 0;
}

/*-----------------------------------------------------------------------
  N-リンクボタンカスタマイズ
-----------------------------------------------------------------------*/
.square_btn { /*----構造----*/
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0.25em 0.5em;
    margin: 1em 0;
    text-decoration: none;
    color: #fff;
    background: #FF6D82;
    transition: .4s;
    border-radius: 3px;
}
.square_btn:hover { /*----色反転----*/
    background: #192231;
    color: white;
}
a.square_btn:before { /*----アイコン----*/
    content: "\f101";
    font-family: fontawesome;
}

/*-----------------------------------------------------------------------
  N-目次のカスタマイズ
-----------------------------------------------------------------------*/
.entry-content .table-of-contents {
 position:relative;
 border: 3px solid #707070; /* 枠の色はここを変更してください */
 background-color: #FFF; /* 背景カラーです */
 font-size: 0.85em;
 border-radius: 0px 0px 5px 5px;
 padding: 10px 10px 10px 40px;
 margin: 5em 0.5em 3em 0.5em; /* 各々の環境で数字を調節してください */
}
.table-of-contents:after { /* 目次部分 */
 position: absolute;
 font-family: FontAwesome;
 content: '\f03a 目次'; /* 表示名を変えたければここを変更 */
 background: #707070;
 color: #fff;
 right: 0%;
 left: 0%;
 bottom: 100%;
 border-radius: 5px 5px 0 0;
 padding: 2px 0 2px 0;
 margin: 0 -3px 0 -3px;/* -で指定しているところはborderと同じ数値にする */
 text-align:center;
 font-size: 1.2em;
 letter-spacing: 2em
 }
.table-of-contents li {
 font-size:0.9em;
 font-weight: bold;
 color:#545454;
}
.table-of-contents a{
 color:#545454;
 font-size: 1.2em;
 padding:2px 0;/* 列の間隔 */
 display: block;
 text-decoration: none;
 transition-duration: 0.3s /* カーソルが戻る時間 */
}
.table-of-contents li a:hover {
 padding-left: 7px; /* カーソル重ねた時に移動する距離 */
 transition-duration: 0.3s /* カーソルが移動する時間 */
}

/*-----------------------------------------------------------------------
  N-ヨメレバ、カエレバ、ポチレバ
-----------------------------------------------------------------------*/
.booklink-box, .kaerebalink-box, .tomarebalink-box{
 box-sizing: border-box;
 border: solid 1px #ccc;
 border-radius: 2px;
 padding: 10px;
 margin: 5px 5px 10px 5px;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center;
 align-items: center;
}
.booklink-image, .kaerebalink-image, .tomarebalink-image{
 margin:0 15px 0 0;
 width: 160px;
 text-align: center;
 -webkit-flex: 0.4;
 flex: 0.4;
}
.cstmreba img{
 margin: 0 auto;
 text-align: center;
}
.booklink-info, .kaerebalink-info, .tomarebalink-info{
 -webkit-flex: 1;
 flex: 1;
 margin:0;
 line-height: 1.2em;
 overflow: hidden;
}
.booklink-name, .kaerebalink-name, .tomarebalink-name{
 line-height:1.3em;
}
.booklink-name a, .kaerebalink-name a, .tomarebalink-name a{
 text-decoration: none;
 font-weight: bold;
}
.booklink-powered-date, .kaerebalink-powered-date, .tomarebalink-powered-date{
 background-color: #DDD;
 padding: 2px;
 font-size: .6em;
 text-align: right;
 line-height: 1.2em;
 margin: 6px 0;
}

.booklink-powered-date a, .kaerebalink-powered-date a, .tomarebalink-powered-date a {
 text-decoration: none;
}
.booklink-detail, .kaerebalink-detail, .tomarebalink-address {
 font-size: .7em;
}
.booklink-link2, .kaerebalink-link1, .tomarebalink-link1{
 flex-wrap: wrap;
 display: -webkit-flex;
 display: flex;
}
.booklink-link2 a,
.kaerebalink-link1 a,
.tomarebalink-link1 a {
 display: inline-block;
 margin: 3px 3px 0 0;
 padding: 10px 0px;
 text-align: center;
 text-decoration: none;
 font-weight: bold;
 font-size: 12px;
}
.booklink-link2 a:hover, .kaerebalink-link1 a:hover, .tomarebalink-link1 a:hover{
 color:#fff;
 transform: scale(0.95); /* 変化するボタンの大きさ */
 transition: all 0.6s ease;
}
.shoplinkamazon, .shoplinkrakuten, .shoplinkyahoo, .shoplinkseven, .shoplinkjtb, .shoplinkjalan {
 width: 48%;
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center;
 align-items: center;
 -webkit-justify-content: center;
 justify-content: center;
}
.shoplinkamazon a, .shoplinkrakuten a, .shoplinkyahoo a, .shoplinkseven a, .shoplinkjtb a, .shoplinkjalan a {
 width: 100%;
}
/*---------amazon---------*/
.shoplinkamazon a {
 color: #FF9901 ; /* 文字の色 */
 border-bottom: solid 3px #FF9901 ; /* ボーダー色 */
}
.shoplinkamazon a:hover {
 background-color: #ff9901; /* カーソルを重ねた時の背景色 */
}
/*---------楽天---------*/
.shoplinkrakuten a {
 color: #c20004 ; /* 文字の色 */
 border-bottom: solid 3px #c20004 ; /* ボーダー色 */
}
.shoplinkrakuten a:hover {
 background-color: #c20004; /* カーソルを重ねた時の背景色 */
}
/*---------yahoo---------*/
.shoplinkyahoo a {
 color: #7b0099; /* 文字の色 */
 border-bottom: solid 3px #7b0099 ; /* ボーダー色 */
}
.shoplinkyahoo a:hover {
 background-color: #7b0099; /* カーソルを重ねた時の背景色 */
}
.shoplinkyahoo img {
 display: none;
}
.shoplinkyahoo a {
 font-size: 9px;
}
/*---------7net---------*/
.shoplinkseven a {
 color: #82c36f ; /* 文字の色 */
 border-bottom: solid 3px #82c36f ; /* ボーダー色 */
}
.shoplinkseven a:hover {
 background-color: #82c36f; /* カーソルを重ねた時の背景色 */
}

/*-----------------------------------------------------------------------
  N-code,preのカスタマイズ
-----------------------------------------------------------------------*/
.entry-content pre { /*----preカスタマイズ----*/
    border: 3px solid #dddddd;
    background: linear-gradient(to left, #485563, #29323c);
    color: #fff;
    margin: 0 0 10px;
    padding: 20px;
    white-space: pre;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 0.8em;
}

/*-----------------------------------------------------------------------
  N-パンくずリストのカスタマイズ
-----------------------------------------------------------------------*/
.breadcrumb {
  overflow: hidden;
}
.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
}
.breadcrumb li a {
    text-decoration: none;
    color: #273376;
}
a.breadcrumb-link:before{/*家アイコンに*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.1em;
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
.breadcrumb-child-link:before {
    font-family: FontAwesome;
    content: '\f15C';
    font-weight: normal;
    font-size: 0.95em;
}

/*-----------------------------------------------------------------------
  N-youtubeの軽量化
-----------------------------------------------------------------------*/
.youtube {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 180px;
}
.youtube::before {
	position: absolute;
	content: "Click to Play";
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-family: 'Anton', sans-serif;
	line-height: 180px;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
}
.youtube:hover::before {
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	transition: all 0.3s;
}
/*-----------------------------------------------------------------------
  N-アプリーチのカスタマイズ
-----------------------------------------------------------------------*/
#appreach-box {
 border: 1px solid #ccc;
 margin: 5px 5px 10px 5px;
 padding: 10px 5px 0px 5px;
}
#appreach-box p {
 display: none;
}
.appreach-footer {
    margin-bottom: 0px;
}

/*-----------------------------------------------------------------------
  N-表示・非表示
-----------------------------------------------------------------------*/
/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}
/*ボタン装飾*/
.hidden_box label {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
    border-left: solid 4px #668ad8;
    border-right: solid 4px #668ad8;
    color: #668ad8;
    background: #e1f3ff;
    transition: .4s;
}
/*ボタンホバー時*/
.hidden_box label:hover {
    background: #668ad8;
    color: #FFF;
}
/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}
/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}