/* <system section="theme" selected="4207112889897902505"> */
@charset "UTF-8";
/*
  Theme: Readable
  Author: まる
  Responsive: yes
  Description:
    ２カラムでレスポンシブデザインに対応しているテーマです。
    テーマ名「Readable」が表す通り、
    記事が読みやすくなるような、シンプルでスッキリしたデザインを意識しました。
    記事のスペースも他のテーマよりも広めに設定しています。
  Released under the MIT License.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*記事本文の色、記事タイトルの下のカテゴリー、
&.keyword、comment-content、hatena-module-title a、search-module-input*/
html,
body {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic";
  color: #454545;
  background-color: #fff;
  line-height: 1.6;
}

a {
  color: #1487bd;
}
a:hover {
  color: #0f668f;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #ddd;
  color: #454545;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  line-height: 1.3;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #333;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #454545;
}

/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #0B65F1;
  color: #fff;
}

/* container */
#container,
#footer {
  border-right: 1px solid #ECEEF1;
  border-left: 1px solid #ECEEF1;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  #container,
#footer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #container,
#footer {
    width: 1180px;
  }
}

#content {
  margin-top: 15px;
  margin-left: 4%;
  margin-right: 4%;
}

@media (min-width: 992px) {
  #content {
    margin: 80px 50px;
  }
}
/* 2カラムレイアウト */
#content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1090px) {
  #content-inner {
    flex-direction: row;
  }
}

/*
#wrapper {
    @media (min-width: 768px) {
        width: 100%;
    }

    @media (min-width: 992px) {
        width: 660px;
    }
}
*/
@media (min-width: 768px) {
  #wrapper {
    width: 660px;
  }
}

@media (min-width: 768px) {
  #box2 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #box2 {
    width: 320px;
  }
}

/* 下記のスタイルを適用するとテーマを1カラムレイアウトにできます。
利用するにはコメントアウトを解除してください。
（2カラムレイアウトの場合はコメントアウト全体が不要です）

#content-inner {
    flex-direction: column;
    align-items: center;
}
#wrapper {
    @media (min-width: 768px) {
        width: 100%;
    }
    @media (min-width: 992px) {
        max-width: 720px;
    }
}
#box2 {
    width: 100%;
    @media (min-width: 768px) {
        width: 100%;
    }
    @media (min-width: 992px) {
        width: 100%;
    }
}

#box2-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    @media (min-width: 768px) {
        margin-left: -20px;
        flex-direction: row;
    }
    @media (min-width: 992px) {
        margin-left: -30px;
    }
}
.hatena-module {
    width: 100%;
    @media (min-width: 768px) {
        width: 33.3333%;
    }
    @media (min-width: 992px) {
        padding-left: 30px;
    }
}

---- END 1カラム */
/* ヘッダ */
#blog-title {
  margin: 0;
  background-color: #7BACF9;
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 992px) {
  #blog-title {
    padding: 60px 0;
  }
}

#title {
  margin: 0;
  font-size: 1.7rem;
}
@media (min-width: 992px) {
  #title {
    font-size: 2.3rem;
  }
}
#title a {
  color: #fff;
  letter-spacing: 0.1em;
}

#blog-description {
  color: #fff;
  font-weight: normal;
  font-size: 0.8rem;
  margin: 1em 0 0;
}

/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title {
  padding: 0px;
}
.header-image-enable #blog-title #blog-title-inner {
  background-size: cover;
  height: 180px;
}
@media (min-width: 992px) {
  .header-image-enable #blog-title #blog-title-inner {
    height: 200px;
  }
}
.header-image-enable #title {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .header-image-enable #title {
    padding-top: 70px;
  }
}

/* タイトル下HTML */
#top-editarea {
  margin-bottom: 1em;
  background: #0B65F1;
}

#global-navi {
  overflow-x: auto;
}

#global-navi ul {
  padding-left: 0;
}

#global-navi .global-navi-inner {
  display: flex;
  margin: 0px 10%;
  min-width: 600px;
  white-space: nowrap;
  justify-content: center;
}

#global-navi .global-navi-inner li {
  list-style: none;
  text-align: center;
  font-size: 0px;
  /*aタグ上部に微妙に隙間ができるのを防止する*/
}

#global-navi a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
  line-height: 35px;
  font-size: 12px;
  padding: 0px 10px;
}
@media (min-width: 992px) {
  #global-navi a {
    font-size: 14px;
    padding: 0px 30px;
  }
}

#global-navi a:hover {
  background-color: #7BACF9;
}

/* パンくず（カテゴリー、記事ページで表示されます） */
.breadcrumb {
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  font-size: 0.9rem;
}

.breadcrumb-inner {
  margin: 0.5% 4%;
}

/* entry */
.entry {
  position: relative;
  margin-bottom: 4em;
}

.entry-header {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.date {
  margin-bottom: 0.5em;
  font-size: 0.9rem;
}
.date a {
  color: #999;
  text-decoration: none;
}

.date:before {
  font-family: blogicon;
  content: "\f010";
  left: 0;
  font-size: 95%;
  top: 0;
  color: #3f3f3f;
}

.entry-title {
  margin: 0 0 0.3em;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .entry-title {
    font-size: 1.4rem;
  }
}

/* 記事タイトルの下のカテゴリー */
.categories {
  margin: 0.5em 0;
  font-size: 0.9rem;
}
.categories a {
  color: #454545;
  margin-right: 0.5em;
  text-decoration: none;
}
@media (max-width: 640px) {
  .categories {
    display: none;
  }
}

.categories a:before {
  font-family: blogicon;
  content: "\f04a";
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
  color: #2f2f2f;
}

/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  top: 0;
  right: 0;
}

.entry-header-menu a {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

/* 記事内の書式 */
.entry-content img,
.entry-content video {
  max-width: 100%;
  height: auto;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1em 0 0.8em 0;
}
.entry-content h1 {
  font-size: 1.5rem;
  background-color: #0B65F1;
  color: #fff;
  padding: 0.4em;
}
@media (min-width: 992px) {
  .entry-content h1 {
    font-size: 1.6rem;
  }
}
.entry-content h2 {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .entry-content h2 {
    font-size: 1.5rem;
  }
}
.entry-content h2:not(.archive-heading):not(#blog-description) {
  padding: 0.4em;
  background: whitesmoke;
  border-left: 5px solid #0B65F1;
}
.entry-content h3 {
  padding: 6px 0;
  border-bottom: 4px solid #ccc;
  color: #0B65F1;
  line-height: 1.5;
  position: relative;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .entry-content h3 {
    font-size: 1.3rem;
  }
}
.entry-content h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #0B65F1;
  z-index: 2;
}
.entry-content h4 {
  border-left: 6px solid #0B65F1;
  padding-left: 9px;
  position: relative;
  color: #0B65F1;
  line-height: 1.7;
  font-size: 1.1rem;
}
.entry-content h5 {
  font-size: 1rem;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
}
.entry-content h5:before {
  font-family: blogicon;
  content: "\f029";
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 0;
  /*アイコンの位置*/
  top: 0;
  /*アイコンの位置*/
  color: #0B65F1;
  /*アイコン色*/
  font-weight: 900;
}
.entry-content h6 {
  font-size: 0.9rem;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 1em 1.5em;
  padding: 0;
}
.entry-content ul li ul, .entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol,
.entry-content dd li ul,
.entry-content dd li ol {
  margin-bottom: 0;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1em;
  margin-bottom: 1em;
  width: 100%;
  overflow: auto;
  display: block;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .entry-content table {
    font-size: 0.9rem;
  }
}
.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 #ddd;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p:first-child {
  margin-top: 0;
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content pre,
.entry-content code {
  font-family: "Monaco", "Consolas", "Courier New", Courier, monospace, sans-serif;
}
.entry-content pre {
  background: #f5f5f5;
  border: none;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  line-height: 1.3;
  font-size: 0.8rem;
  padding: 10px;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background-color: transparent;
  font-family: "Monaco", "Consolas", "Courier New", Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0px 5px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.entry-content hr {
  width: 50%;
  border: 0;
  border: none;
  border-top: 1px solid #ddd;
  margin: 2em auto;
}
.entry-content .table-of-contents {
  border: 1px solid #ddd;
  position: relative;
  background-color: #fafafa;
  border: 1px solid #ECEEF1;
  margin: 1em 0;
  padding: 60px 10% 25px;
  font-size: 0.9rem;
  line-height: 28px;
}
.entry-content .table-of-contents a {
  color: #454545;
  text-decoration: none;
}
.entry-content .table-of-contents::before {
  list-style: disc;
  position: absolute;
  display: block;
  width: 90%;
  border-bottom: 1px solid #ECEEF1;
  top: 15px;
  font-size: 20px;
  font-weight: 700;
  left: 5%;
  content: "目次";
}

/* 記事下 */
.entry-footer .social-buttons {
  margin-bottom: 1em;
}

.entry-footer-section {
  color: #999;
  font-size: 0.9rem;
}
.entry-footer-section a {
  color: #999;
}

/* コメント */
.comment-box {
  margin: 1em 0;
}
.comment-box .comment {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.7;
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  .comment-box .comment {
    font-size: 0.9rem;
  }
}
.comment-box .entry-comment {
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.comment-box .entry-comment:first-child {
  border-top: 1px solid #ddd;
}
.comment-box .read-more-comments {
  padding: 10px 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-radius: 3px;
}

.comment-user-name {
  margin: 0 0 0.4em 0;
  font-weight: bold;
}

.comment-content {
  margin: 0 0 0.4em 0;
  word-wrap: break-word;
  color: #454545;
  font-size: 0.85rem;
}
.comment-content p {
  margin: 0 0 0.6em 0;
}

.comment-metadata {
  color: #999;
  margin: 0;
  font-size: 0.8rem;
}
.comment-metadata a {
  color: #999;
}

.leave-comment-title {
  padding: 0.6em 1em;
  font-size: 0.85rem;
  border: 1px solid #ddd;
}

/* Pager */
.pager {
  margin: 2em 0;
  display: flex;
  justify-content: space-between;
}

/* サイドバーモジュール */
.hatena-module a {
  color: inherit;
  text-decoration: none;
}

.hatena-module {
  box-sizing: border-box;
  margin-bottom: 3em;
  font-size: 0.85rem;
}
@media (min-width: 768px) {
  .hatena-module {
    font-size: 0.9rem;
  }
}

.hatena-module-title {
  margin-bottom: 0.6em;
  padding: 0.1em 0.1em 0.1em 0.5em;
  background-color: #7BACF9;
  color: #fff;
  border-radius: 0.3em;
  font-size: 1rem;
  font-weight: bold;
}
.hatena-module-title a {
  color: #fff;
  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;
}
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}

/* urllist module */
.hatena-urllist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hatena-urllist li {
  padding: 0.5em 0;
}
.hatena-urllist li:last-child {
  padding-bottom: 0;
}
.hatena-urllist li a {
  text-decoration: none;
}
.hatena-urllist li a:hover {
  text-decoration: underline;
}
.hatena-urllist .urllist-category-link {
  font-size: 0.7rem;
  padding: 0.1em 0.3em;
}
.hatena-urllist .urllist-date-link a {
  color: #999;
}
.hatena-urllist .urllist-entry-body {
  margin-top: 0.3em;
}

/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.hatena-module-search-box .search-module-input {
  flex: 1 0;
  padding: 5px;
  color: #454545;
  background: none;
  border: none;
  outline: none;
  height: 20px;
}
.hatena-module-search-box .search-module-button {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") no-repeat center;
  background-size: 20px 20px;
  border: none;
  outline: none;
  color: transparent;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}

/* About ページ */
.page-about .entry-content dt {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5em;
}
.page-about .entry-content dd {
  margin-left: 0;
  margin-bottom: 2em;
}

/* Archive */
.archive-header-category {
  text-align: center;
}

.archive-heading {
  font-weight: 600;
}

.page-archive .archive-entry {
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
@media (max-width: 640px) {
  .page-archive .archive-entry {
    margin-bottom: 1.5em;
    border-bottom: 1px solid #ECEEF1;
  }
}
.page-archive .entry-title {
  margin: 0.3em auto;
}
.page-archive .entry-thumb {
  width: 80px;
  height: 80px;
  background-size: cover;
}
@media (min-width: 768px) {
  .page-archive .entry-thumb {
    width: 120px;
    height: 120px;
  }
}
.page-archive .entry-description {
  margin: 0;
  font-size: 0.85rem;
}
@media (max-width: 640px) {
  .page-archive .entry-description {
    display: none;
  }
}
.page-archive .social-buttons {
  display: block;
  margin-top: 0.3em;
}
@media (max-width: 640px) {
  .page-archive .social-buttons {
    display: none;
  }
}
@media (max-width: 640px) {
  .page-archive .archive-entry-header {
    width: calc(100% - 90px);
    float: right;
  }
}

/* footer */
#footer {
  margin-top: 2em;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 0.8rem;
  color: #999;
}
#footer a {
  color: #999;
}
#footer p {
  margin: 0.5em auto;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJvaWxlcnBsYXRlLmNzcyIsIi4uL3Njc3MvYm9pbGVycGxhdGUuc2NzcyIsIi4uL25vZGVfbW9kdWxlcy9ub3JtYWxpemUuY3NzL25vcm1hbGl6ZS5jc3MiLCIuLi9zY3NzL2xpYi9fdmFyaWFibGUuc2NzcyIsIi4uL3Njc3MvbGliL19jb3JlLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsZ0JBQWdCO0FDQ2hCOzs7Ozs7Ozs7O0NBQUE7QUNEQSwyRUFBQTtBQUVBOytFQUFBO0FBR0E7OztFQUFBO0FBS0E7RUFDRSxpQkFBQTtFQUFtQixNQUFBO0VBQ25CLDhCQUFBO0VBQWdDLE1BQUE7QUZZbEM7O0FFVEE7K0VBQUE7QUFHQTs7RUFBQTtBQUlBO0VBQ0UsU0FBQTtBRlVGOztBRVBBOztFQUFBO0FBSUE7RUFDRSxjQUFBO0FGU0Y7O0FFTkE7OztFQUFBO0FBS0E7RUFDRSxjQUFBO0VBQ0EsZ0JBQUE7QUZRRjs7QUVMQTsrRUFBQTtBQUdBOzs7RUFBQTtBQUtBO0VBQ0UsdUJBQUE7RUFBeUIsTUFBQTtFQUN6QixTQUFBO0VBQVcsTUFBQTtFQUNYLGlCQUFBO0VBQW1CLE1BQUE7QUZTckI7O0FFTkE7OztFQUFBO0FBS0E7RUFDRSxpQ0FBQTtFQUFtQyxNQUFBO0VBQ25DLGNBQUE7RUFBZ0IsTUFBQTtBRlVsQjs7QUVQQTsrRUFBQTtBQUdBOztFQUFBO0FBSUE7RUFDRSw2QkFBQTtBRlFGOztBRUxBOzs7RUFBQTtBQUtBO0VBQ0UsbUJBQUE7RUFBcUIsTUFBQTtFQUNyQiwwQkFBQTtFQUE0QixNQUFBO0VBQzVCLHlDQUFBO1VBQUEsaUNBQUE7RUFBbUMsTUFBQTtBRlVyQzs7QUVQQTs7RUFBQTtBQUlBOztFQUVFLG1CQUFBO0FGU0Y7O0FFTkE7OztFQUFBO0FBS0E7OztFQUdFLGlDQUFBO0VBQW1DLE1BQUE7RUFDbkMsY0FBQTtFQUFnQixNQUFBO0FGVWxCOztBRVBBOztFQUFBO0FBSUE7RUFDRSxjQUFBO0FGU0Y7O0FFTkE7OztFQUFBO0FB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QUpxWVo7O0FJaFlBLG1CQUFBO0FBQ0E7RUFDSSxnQkFBQTtFQUNBLFNBQUE7RUFDQSxVQUFBO0FKbVlKO0FJbFlJO0VBQ0ksZ0JBQUE7QUpvWVI7QUluWVE7RUFDSSxpQkFBQTtBSnFZWjtBSW5ZUTtFQUNJLHFCQUFBO0FKcVlaO0FJcFlZO0VBQ0ksMEJBQUE7QUpzWWhCO0FJbFlJO0VBQ0ksaUJBQUE7RUFDQSxvQkFBQTtBSm9ZUjtBSWxZSTtFQUNJLFdEMW9CSztBSDhnQ2I7QUlsWUk7RUFDSSxpQkFBQTtBSm9ZUjs7QUloWUEsa0JBQUE7QUFFSTtFQUNJLHNCQUFBO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0Esc0JBQUE7RUFDQSxhQUFBO0VBQ0EsbUJBQUE7QUprWVI7QUloWUk7RUFDSSxTQUFBO0VBQ0EsWUFBQTtFQUNBLGNEaHFCRDtFQ2lxQkMsZ0JBQUE7RUFDQSxZQUFBO0VBQ0EsYUFBQTtFQUNBLFlBQUE7QUprWVI7QUloWUk7RUFDSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0EsNGlCQUFBO0VBQ0EsMEJBQUE7RUFDQSxZQUFBO0VBQ0EsYUFBQTtFQUNBLGtCQUFBO0VBQ0EsZ0JBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtBSmtZUjtBSWpZUTtFQUNJLGFBQUE7QUptWVo7O0FJOVhBLGNBQUE7QUFHUTtFQUNJLGlCQUFBO0VBQ0EsNkJBQUE7RUFDQSxvQkFBQTtBSitYWjtBSTdYUTtFQUNJLGNBQUE7RUFDQSxrQkFBQTtBSitYWjs7QUkxWEEsWUFBQTtBQUNBO0VBQ0ksa0JBQUE7QUo2WEo7O0FJMVhBO0VBQ0ksZ0JBQUE7QUo2WEo7O0FJelhJO0VBQ0ksa0JBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0VBQ0EsZ0JBQUE7QUo0WFI7QUkzWFE7RUFMSjtJQU1RLG9CQUFBO0lBQ0EsZ0NBQUE7RUo4WFY7QUFDRjtBSTNYSTtFQUNJLGtCQUFBO0FKNlhSO0FJM1hJO0VBQ0ksV0FBQTtFQUNBLFlBQUE7RUFDQSxzQkFBQTtBSjZYUjtBSTVYUTtFQUpKO0lBS1EsWUFBQTtJQUNBLGFBQUE7RUorWFY7QUFDRjtBSTdYSTtFQUNJLFNBQUE7RUFDQSxrQkFBQTtBSitYUjtBSTlYUTtFQUhKO0lBSVEsYUFBQTtFSmlZVjtBQUNGO0FJOVhJO0VBQ0ksY0FBQTtFQUNBLGlCQUFBO0FKZ1lSO0FJL1hRO0VBSEo7SUFJUSxhQUFBO0VKa1lWO0FBQ0Y7QUkvWFE7RUFESjtJQUVRLHdCQUFBO0lBQ0EsWUFBQTtFSmtZVjtBQUNGOztBSTdYQSxXQUFBO0FBQ0E7RUFDSSxlQUFBO0VBQ0Esb0JBQUE7RUFDQSxrQkFBQTtFQUNBLGlCQUFBO0VBQ0EsV0Rwd0JTO0FIb29DYjtBSS9YSTtFQUNJLFdEdHdCSztBSHVvQ2I7QUkvWEk7RUFDSSxrQkFBQTtBSmlZUiIsImZpbGUiOiJib2lsZXJwbGF0ZS5jc3MifQ== */
/* </system> */

/* <system section="background" selected="fff"> */
body{background:#fff;}
/* </system> */

/*写真を中央寄せにする*/
.page-entry .entry-content .hatena-fotolife {
  display: block;
  margin: 0px auto;    
}

/*ひとことリスト*/
.hitokoto{
  background: rgba(215, 253, 205, 0.61);
  margin: 2em 0;
  padding: 25px;
  border-radius: 10px;
}

.hitokoto-circle1{
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
  font-weight: bold;
  color: #fff;
  background-color:#4caf50;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle1:after{
  content: "と";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#4caf50;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:before{
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -12px;
  border: 5px solid transparent;
  border-top: 10px solid #4caf50;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.hitokoto-circle2{
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 40px;
  font-weight: bold;
  color: #fff;
  background-color:#4caf50;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:after{
  content: "と";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#4caf50;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto p{
  margin: 0;
  padding: 0;
}

/*チェックボックスリスト*/
.box02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #f78733;
    border-radius: 8px;
}
.box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 17px;
    background: #FFF;
    color: #f78733;
    font-weight: bold;
}
.box02 p {
    margin: 0;
    padding: 0;
}
.box02 ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}
.box02 ul li:before {/*疑似要素*/
  font-family: "FontAwesome";
  content: "\f00c";/*アイコンの種類*/
  position: absolute;
  font-size: 16px;
  left : 1.0em;/*左端からのアイコンまでの距離*/
  color: #f78733;/*アイコン色*/
}

/*ポイントあり古箇条書きリスト*/
.list03 {
  border: solid 2px #4abdac;
  padding: 0.5em;
  position: relative;
  margin-top: 2em;
}
.list03 li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
.list03 li:last-of-type {
  border-bottom: none;
}
.list03 li:before {
  /*リスト内のアイコン*/
  font-family: "FontAwesome";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #4abdac; /*アイコン色*/
}
.list03 li:after {
  /*タイトルタブ*/
  background: #4abdac;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: "POINT";/*タブの文字*/
  letter-spacing: 0.05em;/*字間*/
}

/*ポイントなし古箇条書きリスト*/
.list04 {
  border: solid 2px #4abdac;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.list04 li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.list04 li:before {

  font-family: "FontAwesome";
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #4abdac;/*アイコン色*/
}

/*四角数字箇条書き箇条書きリスト*/
.list02 {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0;
}
.list02 li {
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #f9fff5;
  border-left : solid 35px #4abdac;
  margin-bottom: 5px;
}
.list02 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align: center;
}

/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
position: relative;
width: 80%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 20px;
border-radius: 6px;
border: 2px solid #999;
box-shadow: 1px 1px 5px #aaa;
background-color: #fff;
z-index: 1;
}
.entry-content .l-fuki {
margin: 20px 20% 40px 0;
}
.entry-content .r-fuki {
margin: 20px 0 40px 19%;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
position: absolute;
content: "";
top: 16px;
width: 10px;
height: 10px;
border-right: 2px solid #999;
border-bottom: 2px solid #999;
background-color: #fff;
z-index: 2;
}
.entry-content .l-fuki::before {
right: -7px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
left: -7px;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
position: absolute;
content: "";
width: 80px;
height: 80px;
top: -10px;
border-radius: 40px;
border: 3px solid #fff;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
box-shadow: 1px 1px 5px #aaa;
}
.entry-content .l-fuki::after {
right: -110px;
}
.entry-content .r-fuki::after {
left: -110px;
}
@media screen and (max-width: 620px) {
.entry-content .l-fuki,
.entry-content .r-fuki {
width: 70%
}
.entry-content .l-fuki {
margin-right: 30%;
}
.entry-content .r-fuki {
margin-left: 30%;
}
}
@media screen and (max-width: 478px) {
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
width: 60px;
height: 60px;
border-radius: 30px;
}
.entry-content .l-fuki::after {
right: -84px;
}
.entry-content .r-fuki::after {
left: -84px;
}
}
.Ys::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/Y/YsAQUA/20230815/20230815210510_120.jpg);}

/***グローバルメニュー***/
*{box-sizing: border-box;}

ul.gnav-navi-1{
background: #b2d8ff;
padding: 0;
text-align: center;
}
ul.gnav-navi-1 li{
display: inline-block;
}


ul.gnav-navi-1 li a{
display: block;
padding: 1em;
color: #fff;
text-decoration: none;
}
ul.gnav-navi-1 a::first-line{
font-size: 16px;
font-weight: bold;
}

ul.gnav-navi-1 li:hover{
background: #0000ff;
}

/***横幅が狭いときのメニュー***/
@media screen and (max-width:960px){/*19*/
#menu-inner{
    width: 100%;
    height: auto;
}
#btn-content{text-align: right;}
#menu-btn{
    display: inline-block;
    padding: 8px 15px;
    margin: 5px;
    cursor: pointer;
    background: #cad9e0;
    color: #fff;
    font-size: 80%;
}
#menu-content{
    display: none;
    width: 100%;
}
#menu-content > li{
    width: 50%;
    height: 40px;
}
#menu-content > li > a{
    width: 100%;
    line-height: 40px;
    padding: 0;
    text-decoration: none;
}

/POINT/
.list03 {
  border: solid 2px #4abdac;
  padding: 0.5em;
  position: relative;
  margin-top: 2em;
}
.list03 li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
.list03 li:last-of-type {
  border-bottom: none;
}
.list03 li:before {
  /*リスト内のアイコン*/
  font-family: "FontAwesome";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #4abdac; /*アイコン色*/
}
.list03 li:after {
  /*タイトルタブ*/
  background: #4abdac;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: "POINT";/*タブの文字*/
  letter-spacing: 0.05em;/*字間*/
}