/* <system section="theme" selected="6801883189060234122"> */
@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/*=============================================

	ボタンパーツ

==============================================*/
#container-inner {
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    #container-inner {
      padding-top: 140px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    #container-inner {
      padding-top: 120px; } }

#top-editarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.header {
  background-color: #0C479D; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .header {
      padding: 25px 0 16px;
      height: 140px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .header {
      padding: 50px 0 20px;
      height: 120px; } }

.headerInner {
  margin: auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerInner {
      width: calc(100% - 30px); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerInner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      max-width: 1120px;
      width: calc(100% - 40px); } }

.headerTitle {
  letter-spacing: 0;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerTitle {
      font-size: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerTitle {
      font-size: 22px; } }

.headerTitle_italic {
  font-weight: 100;
  font-style: italic; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerTitle_italic {
      font-size: 18px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerTitle_italic {
      font-size: 24px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerNav {
    margin-top: 40px; } }

.headerNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .headerNav_listNode + .headerNav_listNode {
    margin-left: 23px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .headerNav_listNode + .headerNav_listNode {
    margin-left: 40px; } }

.headerNav_listNode_link {
  color: #fff;
  letter-spacing: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .headerNav_listNode_link {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .headerNav_listNode_link {
      font-size: 15px; } }

.footer {
  background-color: #0C479D;
  padding: 125px 0 30px; }

.footerCopy {
  color: #fff;
  opacity: .7;
  font-size: 12px;
  font-weight: 300;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: 0.1em;
  text-align: center; }

/*=============================================

	サイドバー

==============================================*/
#box2 {
  background-color: #F7F7F7; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    #box2 {
      padding: 64px 20px;
      margin-top: 64px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    #box2 {
      width: 33.125%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding: 40px 80px 40px 40px; } }

.hatena-module + .hatena-module {
  margin-top: 64px; }

.hatena-module-title {
  letter-spacing: 0.08em;
  font-weight: 600;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 12px;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .hatena-module-title {
      font-size: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .hatena-module-title {
      font-size: 22px; } }
  .hatena-module-title::after {
    display: inline-block;
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.04em;
    color: #0C479D; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .hatena-module-title::after {
        font-size: 12px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .hatena-module-title::after {
        font-size: 14px; } }
    .hatena-module-recent-entries .hatena-module-title::after {
      content: "LATEST ARTICLE"; }
    .hatena-module-search-box .hatena-module-title::after {
      content: "SEARCH"; }
    .hatena-module-category .hatena-module-title::after {
      content: "CATEGORY"; }
    .hatena-module-archive .hatena-module-title::after {
      content: "ARCHIVE"; }
    .hatena-module-related-entries .hatena-module-title::after {
      content: "RELATED ARTICLES"; }
  .hatena-module-title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    background-color: #0C479D; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .hatena-module-recent-entries .hatena-module-title::before {
        width: 86px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .hatena-module-recent-entries .hatena-module-title::before {
        width: 93px; } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .hatena-module-search-box .hatena-module-title::before {
        width: 42px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .hatena-module-search-box .hatena-module-title::before {
        width: 46px; } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .hatena-module-category .hatena-module-title::before {
        width: 108px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .hatena-module-category .hatena-module-title::before {
        width: 116px; } }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .hatena-module-archive .hatena-module-title::before {
        width: 148px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .hatena-module-archive .hatena-module-title::before {
        width: 161px; } }

.hatena-module-body {
  margin-top: 32px; }

/*
  最新記事
------------------------------------*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .hatena-module-recent-entries {
    margin-top: 0 !important; } }

.urllist-image {
  margin-right: 16px !important;
  margin-bottom: 0 !important;
  border-radius: 6px; }

.recent-entries-date-link time {
  color: #808080;
  font-family: "Inter Tight", sans-serif;
  font-size: 10px;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-style: italic; }

.urllist-title-link {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 14px;
  display: -webkit-box;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media (hover: hover) {
    .urllist-title-link:hover {
      color: #0C479D;
      text-decoration: underline; } }

.urllist-item + .urllist-item {
  margin-top: 24px; }

/*
  検索
------------------------------------*/
.search-form {
  position: relative;
  width: 100%;
  background: #fff;
  margin: auto;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px; }

.search-module-input {
  width: 86%;
  height: 44px;
  padding: 5px;
  padding-left: 15px;
  background: #fff;
  border: none;
  outline: none; }

.search-module-button {
  width: 24px;
  height: 24px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=18c0929…) no-repeat right center;
  background-size: 24px 24px;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  opacity: .5;
  cursor: pointer; }

/*
  カテゴリー
------------------------------------*/
.hatena-module-category li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 11px 0;
  border-bottom: 1px solid #E2E2E2; }
  .hatena-module-category li li > a {
    color: #808080 !important;
    font-weight: 400; }

.hatena-module-category .hatena-urllist > li {
  position: relative; }

.hatena-module-category .hatena-breadcrumb-plus-child1 {
  margin-top: 10px;
  padding-left: 10px !important;
  padding-top: 10px;
  padding-bottom: 12px;
  border-top: 1px solid #E2E2E2; }
  .hatena-module-category .hatena-breadcrumb-plus-child1 li {
    padding: 0 !important; }
  .hatena-module-category .hatena-breadcrumb-plus-child1 li + li {
    padding-top: 12px !important; }

.buttonOpen,
.buttonClose {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 0;
  display: block; }
  .buttonOpen::before,
  .buttonClose::before {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

.buttonClose::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

/*
アーカイブ
------------------------------------*/
.hatena-module-archive .archive-module-year-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 11px 0;
  border-bottom: 1px solid #E2E2E2; }

.hatena-module-archive .archive-module-month-title {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 9px 0;
  color: #808080;
  display: block; }

.hatena-module-archive .archive-module-month {
  margin-left: 10px !important; }

.archive-module-year {
  position: relative; }

.archive-module-button {
  position: absolute;
  top: 8px;
  right: 0; }

/*
  読者になる
------------------------------------*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  #box2 .hatena-module-custom-subscribe {
    display: none; } }

.hatena-module-custom-subscribe .hatena-module-title {
  display: none; }

.hatena-module-custom-subscribe .hatena-module-body {
  margin-top: 0; }

.hatena-module-custom-subscribe a {
  width: 104px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222222;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em; }

/*
  バナー
------------------------------------*/
.hatena-module-custom-banner .hatena-module-title {
  display: none; }

.hatena-module-custom-banner .hatena-module-body {
  margin-top: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

@media (hover: hover) {
  .hatena-module-custom-banner .hatena-module-body:hover {
    opacity: .8; } }

.hatena-module-custom-banner + .hatena-module-custom-banner,
.hatena-module-custom-banner + .hatena-module-custom-x {
  margin-top: 32px; }

/*
  X（旧Twitter）
------------------------------------*/
.hatena-module-custom-x .hatena-module-title {
  display: none; }

.hatena-module-custom-x + .hatena-module-custom-banner {
  margin-top: 32px; }

.sidebarX {
  background-color: #fff;
  padding: 32px;
  text-align: center; }

.sidebarX_image {
  width: 50px;
  margin: auto; }
  .sidebarX_image img {
    width: 100%; }

.sidebarX_company {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 24px;
  text-align: center; }

.sidebarX_title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-top: 8px;
  text-align: center; }

.sidebarX_caution {
  font-size: 10px;
  color: #808080;
  letter-spacing: 0.05em;
  margin-top: 8px;
  text-align: center; }

.sidebarX_button {
  font-size: 14px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  max-width: 240px;
  height: 50px;
  margin: 24px auto 0;
  border: 1px solid #808080;
  border-radius: 6px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media (hover: hover) {
    .sidebarX_button:hover {
      background-color: #808080;
      color: #fff; } }

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style-type: none; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #222222; }

body {
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    body {
      content: "portrait"; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    body {
      content: "landscape"; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .scrollLock body {
      overflow: hidden; } }

a {
  text-decoration: none;
  color: inherit; }

button,
input[type="button"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .dn-landscape {
    display: none !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  #content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1120px; }
    body.page-index #content-inner {
      max-width: 1280px; } }

#blog-title {
  display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    #blog-title {
      width: calc(100% - 40px);
      margin: auto; } }
  body.page-index #blog-title {
    display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    #blog-title .hatena-module-custom-subscribe {
      margin-top: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    #blog-title .hatena-module-custom-subscribe {
      display: none; } }

#title {
  font-weight: 600;
  letter-spacing: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    #title {
      font-size: 30px;
      line-height: 1.33;
      margin-top: 60px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    #title {
      font-size: 36px;
      margin-top: 76px;
      line-height: 1.64;
      margin-left: 80px;
      margin-left: 0;
      text-align: center; } }
  #title a::before {
    content: "Researcher Blog";
    display: block; }

#blog-description {
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 28px auto 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    #blog-description {
      font-size: 11px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    #blog-description {
      font-size: 13px;
      max-width: 832px;
      text-align: center; } }
  body.page-archive #blog-description {
    display: none; }
  body.page-index #blog-description {
    display: block; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  #wrapper {
    width: 66.875%;
    padding-bottom: 100px; } }

body.page-entry #content {
  margin-top: 0; }

body.page-archive #content {
  margin-top: 0; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  body.page-index #content {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #E2E2E2; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  body.page-index #content {
    margin-top: 80px; } }

time {
  font-size: 11px;
  color: #808080;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-style: italic; }

#top-box {
  max-width: 1120px;
  margin: auto; }

.blog-controlls-subscribe {
  display: none; }

/*=============================================

	MVスライダー

==============================================*/
.hatena-module-custom-mv {
  display: none; }

.swiperWrapper {
  position: relative; }

.mvSwiper {
  width: 100%; }
  body.page-entry .mvSwiper {
    display: none; }
  .mvSwiper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .mvSwiper .swiper-slide img {
      width: 100%;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  @media (hover: hover) {
    .mvSwiper .swiper-slide:hover img {
      -webkit-transform: scale(1.05) translate3d(0, 0, 0);
      transform: scale(1.05) translate3d(0, 0, 0); }
    .mvSwiper .swiper-slide:hover .mvNode_title {
      text-decoration: underline; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .mvNode_inner {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 73.13084%;
    z-index: 1; } }

.mvNode_img {
  position: relative; }
  .mvNode_img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .mvNode_img img {
        aspect-ratio: 375 / 250; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .mvNode_img img {
        aspect-ratio: 856 / 482; } }
  .mvNode_img::before {
    content: "";
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.703519)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.703519) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.703519) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.703519) 100%); }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .mvNode_inner {
    width: calc(100% - 40px);
    margin: 16px auto 0; } }

.mvNode_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mvNode_date {
  font-size: 12px;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-style: italic; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mvNode_date {
      color: #fff; } }

.mvNode_category {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 5px 10px;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mvNode_category {
      background-color: #000;
      color: #fff; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mvNode_category {
      background-color: #fff; } }

.mvNode_title {
  font-weight: 600;
  letter-spacing: 0.05em;
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mvNode_title {
      font-size: 20px;
      line-height: 1.5;
      margin-top: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mvNode_title {
      color: #fff;
      font-size: 22px;
      line-height: 1.4;
      margin-top: 20px; } }

/*  矢印 */
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .swiperPage {
    position: relative;
    width: 110px;
    height: 26px;
    margin: 24px auto 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .swiperPage {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important; } }

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #D6E9FF; }

.swiper-button-next::before,
.swiper-button-prev::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.swiper-button-prev {
  left: 0; }
  .swiper-button-prev::before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.swiper-button-next {
  right: 0; }
  .swiper-button-next::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/*  ページネーション */
.swiper-pagination-current,
.swiper-pagination-total {
  font-family: "Inter Tight", sans-serif;
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0.04em;
  font-weight: 500; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .swiper-pagination {
    color: #fff !important;
    position: absolute !important;
    right: 42px;
    bottom: 42px !important;
    left: auto !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important; } }

/*  サムネ */
.mvThumbnailBox {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mvThumbnailBox {
      width: 60px;
      padding-top: 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mvThumbnailBox {
      width: 110px;
      padding-top: 20px; } }

.mvThumbnail_focus {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid #0C479D;
  background-color: rgba(12, 71, 157, 0.5);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mvThumbnail_focus {
      width: 40px;
      height: 40px;
      top: 10px;
      border-radius: 4px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mvThumbnail_focus {
      width: 70px;
      height: 70px;
      top: 20px;
      border-radius: 6px; } }

.mvThumbnail {
  margin: auto;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mvThumbnail {
      width: 40px;
      height: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mvThumbnail {
      width: 70px;
      height: 70px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .mvThumbnail + .mvThumbnail {
      margin-top: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .mvThumbnail + .mvThumbnail {
      margin-top: 16px; } }
  .mvThumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .mvThumbnail img {
        border-radius: 4px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .mvThumbnail img {
        border-radius: 6px; } }

/*=============================================

	注目ブログ

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .hatena-module-custom-hotTopic {
    margin: 64px 0 64px 20px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .hatena-module-custom-hotTopic {
    margin: 80px 40px 64px 80px; } }

.hatena-module-custom-hotTopic .entry-thumb {
  position: static !important;
  width: auto !important; }

.hatena-module-custom-hotTopic .hatena-module-title::before {
  width: 116px; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .hotTopic_wrapper {
    padding-right: 10px !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .hotTopic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .hotTopic_node {
    width: calc((100% - 32px * 2) / 3) !important; }
    .hotTopic_node + .hotTopic_node {
      margin-left: 32px; } }

/*  ページネーション */
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .hotTopic-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .hotTopic-pagination {
    display: none; } }

.swiper-pagination-bullet {
  background-color: #0C479D !important;
  opacity: .3 !important; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important; }

/*=============================================

	一覧

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  #main {
    width: calc(100% - 40px);
    margin: auto; }
    body.page-entry #main {
      margin-top: 16px; }
    body.page-archive #main {
      margin-top: 32px; }
    body.page-index #main {
      margin-top: 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  body.page-archive #main {
    margin: 100px 40px 0 80px; }
  body.page-index #main {
    margin: 0 40px 0 80px; }
  body.page-entry #main {
    margin: 80px 40px 0 0; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .recentAricles_head {
    margin-bottom: 32px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .recentAricles_head {
    margin-bottom: 46px; } }

.recentAricles_head::after {
  content: "ARTICLES"; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .recentAricles_head::before {
    width: 86px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .recentAricles_head::before {
    width: 93px; } }

.archive-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .archive-entries {
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.archive-entry {
  border-bottom: 1px solid #E2E2E2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .archive-entry {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      padding-bottom: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .archive-entry {
      padding-bottom: 32px;
      display: block !important;
      position: relative;
      padding-left: 255px;
      padding-bottom: 32px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .archive-entry + .archive-entry {
      margin-top: 48px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .archive-entry + .archive-entry {
      margin-top: 40px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    body.page-index .archive-entry:nth-child(1) {
      width: 100%; }
    body.page-index .archive-entry:nth-child(n + 2) {
      margin-top: 32px;
      width: calc((100% - 15px) / 2); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    body.page-index .archive-entry:nth-child(1), body.page-index .archive-entry:nth-child(2) {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      padding-left: 0;
      border-bottom: none;
      padding-bottom: 0; }
      body.page-index .archive-entry:nth-child(1) .entry-thumb, body.page-index .archive-entry:nth-child(2) .entry-thumb {
        position: static;
        width: 100%; }
      body.page-index .archive-entry:nth-child(1) .archive-date, body.page-index .archive-entry:nth-child(2) .archive-date {
        margin-top: 16px; }
    body.page-index .archive-entry:nth-child(1) {
      width: calc(((100% - 32px * 2) / 3) * 2 + 32px); }
      body.page-index .archive-entry:nth-child(1) .entry-title {
        font-size: 22px; }
    body.page-index .archive-entry:nth-child(2) {
      width: calc((100% - 32px * 2) / 3);
      margin-left: 32px;
      margin-top: 0; }
      body.page-index .archive-entry:nth-child(2) .entry-description {
        margin-top: 16px;
        -webkit-line-clamp: 5; } }

.entry-thumb-link {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.page-archive .entry-thumb {
  aspect-ratio: 224 / 126;
  margin-left: 0;
  height: auto;
  float: none;
  margin-right: 0;
  border-radius: 10px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .page-archive .entry-thumb {
      width: auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .page-archive .entry-thumb {
      width: 224px;
      position: absolute;
      top: 0;
      left: 0; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .archive-entry.is-new .entry-thumb::before {
    content: "New";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-family: "Inter Tight", sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
    font-style: italic;
    color: #fff;
    font-weight: 700;
    top: -15px;
    right: 15px;
    background-color: #FF4E4E; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .archive-date {
    margin-top: 16px; } }

.entry-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    body.page-entry .entry-title {
      font-size: 22px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    body.page-entry .entry-title {
      font-size: 28px; } }
  @media (hover: hover) {
    .entry-title a:hover {
      color: #0C479D;
      text-decoration: underline; } }

.entry-description {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #808080;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

body.page-index .categories,
body.page-archive .categories {
  margin-top: 16px; }

body.page-entry .categories {
  margin-top: 25px; }

.categories a {
  display: inline-block;
  color: #0C479D;
  font-size: 12px;
  line-height: 1;
  padding: 7px;
  border-radius: 4px;
  background-color: #D6E9FF; }

.archive-entry-tags-wrapper {
  margin-top: 16px;
  margin-bottom: 0; }

.archive-entry-tag-icon path {
  fill: #0C479D; }

.archive-entry-tag-label {
  font-size: 12px;
  letter-spacing: 0.02em; }

.archive-heading {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .archive-heading {
      margin-top: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .archive-heading {
      margin: 0 !important; } }

.archive-header-category {
  display: none; }

/*
	プルダウン
------------------------------------*/
.c-selectBox {
  width: 300px;
  border: 1px solid red;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1; }

.catSelect_wrapper {
  position: relative; }

.catSelect_selected {
  position: relative;
  cursor: pointer;
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.catSelect_selectedIcon {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto; }
  .catSelect_selectedIcon::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    inset: 0;
    margin: auto;
    -webkit-transform: translateY(-2px) rotate(45deg);
    -ms-transform: translateY(-2px) rotate(45deg);
    transform: translateY(-2px) rotate(45deg); }

.catSelect {
  display: none;
  position: absolute;
  top: 56px;
  left: 0; }

.catSelect_parent,
.catSelect_child {
  list-style: none; }

.catSelect_parent {
  position: relative;
  padding-right: 50px; }

.catSelect_parentLink {
  display: inline-block;
  padding: 8px 0;
  color: #000;
  text-decoration: none; }
  .catSelect_parentLink:hover {
    text-decoration: underline; }

.catSelect_child {
  display: none;
  padding-left: 10px; }
  .catSelect_child a {
    color: gray;
    text-decoration: none; }
  .catSelect_child a:hover {
    text-decoration: underline; }

.catSelect_childNode {
  padding: 8px 0; }

.catSelect_toggle {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -2px;
  right: 12px;
  cursor: pointer; }
  .catSelect_toggle::before, .catSelect_toggle::after {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 14px;
    height: 1px; }
  .catSelect_toggle::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .catSelect_parent.is-open .catSelect_toggle::after {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }

/*=============================================

	詳細ページ

==============================================*/
@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .entry-header .hatena-module-custom-subscribe {
    display: none; } }

.entry-date {
  color: #808080;
  font-family: "Inter Tight", sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-style: italic; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .entry-date {
      margin-top: 40px; } }

.entry-content {
  margin-top: 40px;
  padding-bottom: 80px;
  border-bottom: 1px solid #E2E2E2; }
  .entry-content > p,
  .entry-content > h3,
  .entry-content > h4,
  .entry-content > h5,
  .entry-content > pre.code,
  .entry-content > ul,
  .entry-content > .figure-image {
    margin-top: 40px; }
  .entry-content p {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8; }
  .entry-content h3 {
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #B7B7B7; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .entry-content h3 {
        font-size: 18px;
        padding-bottom: 19px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .entry-content h3 {
        font-size: 22px;
        padding-bottom: 12px; } }
  .entry-content h4 {
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: #EAEAEB;
    border-radius: 4px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .entry-content h4 {
        font-size: 16px;
        line-height: 1.5;
        padding: 12px 16px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .entry-content h4 {
        font-size: 18px;
        line-height: 1.66;
        padding: 8px 20px; } }
  .entry-content h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.05em; }
    .entry-content h5 a {
      text-decoration: none; }
  .entry-content a {
    color: #2C7DFF;
    text-decoration: underline; }
  .entry-content img {
    width: 100%;
    border-radius: 10px; }
  .entry-content pre.code {
    background-color: #272822;
    border-radius: 10px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .entry-content pre.code {
        padding: 25px !important; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .entry-content pre.code {
        padding: 30px !important; } }
  .entry-content .c-underline {
    text-decoration: underline;
    text-decoration-thickness: 10px;
    -webkit-text-decoration-color: #F5FF00;
    text-decoration-color: #F5FF00;
    text-underline-offset: -5px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none; }
  .entry-content .figure-image figcaption {
    line-height: 1.5 !important;
    opacity: 1 !important;
    margin: 6px 0 0 !important;
    text-align: left !important;
    letter-spacing: 0.05em !important; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .entry-content .figure-image figcaption {
        font-size: 12px !important; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .entry-content .figure-image figcaption {
        font-size: 13px !important; } }

.social-buttons {
  display: none; }
  body.page-entry .social-buttons {
    margin-top: 25px;
    display: block; }

/*  関連記事 */
.customized-footer {
  margin-top: 80px; }

.hatena-module-related-entries {
  border-bottom: 1px solid #E2E2E2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .hatena-module-related-entries {
      padding-bottom: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .hatena-module-related-entries {
      padding-bottom: 32px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .hatena-module-related-entries .hatena-module-title::before {
      width: 86px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .hatena-module-related-entries .hatena-module-title::before {
      width: 93px; } }

.related-entries .urllist-item + .urllist-item {
  border-top: 1px solid #E2E2E2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .related-entries .urllist-item + .urllist-item {
      margin-top: 24px;
      padding-bottom: 48px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .related-entries .urllist-item + .urllist-item {
      margin: 0;
      margin-top: 32px;
      padding-top: 40px; } }

.related-entries .urllist-item:nth-child(n + 4) {
  display: none; }

.related-entries .related-entries-image-link {
  aspect-ratio: 224 / 126;
  display: block; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .related-entries .related-entries-image-link {
      width: 224px;
      margin-right: 32px;
      float: left; } }
  .related-entries .related-entries-image-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0; }

.related-entries-date-link {
  margin-top: 16px; }

.urllist-date-link time {
  font-size: 12px; }

.related-entries-title {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .related-entries-title {
      font-size: 18px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .related-entries-title {
      font-size: 20px; } }
  @media (hover: hover) {
    .related-entries-title:hover {
      color: #0C479D;
      text-decoration: underline; } }

.related-entries-entry-body {
  font-size: 12px;
  line-height: 1.6;
  color: #808080;
  margin-top: 15px; }

/*  目次 */
.table-of-contents {
  background-color: #E9F0F8;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .table-of-contents {
      padding: 32px 25px;
      border-radius: 6px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .table-of-contents {
      padding: 24px 40px 40px;
      border-radius: 10px; } }
  .table-of-contents::before {
    content: "目次";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #AABFD8;
    margin-bottom: 20px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .table-of-contents::before {
        padding-bottom: 16px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .table-of-contents::before {
        padding-bottom: 24px; } }
  .table-of-contents li {
    letter-spacing: 0.05em;
    line-height: 2;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .table-of-contents li {
        font-size: 15px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .table-of-contents li {
        font-size: 14px; } }
    .table-of-contents li a {
      color: #222222;
      text-decoration: none; }
    @media (hover: hover) {
      .table-of-contents li a:hover {
        color: #0C479D;
        text-decoration: underline; } }
  .table-of-contents > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .table-of-contents > li {
        padding-left: 26px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .table-of-contents > li {
        padding-left: 30px; } }
  .table-of-contents > li::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    background-color: #222222;
    position: absolute;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .table-of-contents > li::before {
        width: 18px;
        height: 18px;
        top: 5px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .table-of-contents > li::before {
        width: 20px;
        height: 20px;
        top: 4px; } }
  .table-of-contents > li:hover::before {
    background-color: #0C479D; }
  .table-of-contents > li::after {
    content: "";
    display: inline-block;
    position: absolute;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: translateX(6px) rotate(-45deg);
    -ms-transform: translateX(6px) rotate(-45deg);
    transform: translateX(6px) rotate(-45deg);
    left: 0; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .table-of-contents > li::after {
        width: 6px;
        height: 6px;
        top: 10px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .table-of-contents > li::after {
        width: 8px;
        height: 8px;
        top: 8px; } }
  .table-of-contents ul li::before {
    content: "└";
    display: inline-block; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
      .table-of-contents ul li::before {
        margin-right: 3px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
      .table-of-contents ul li::before {
        margin-right: 5px; } }

/*  コメントを書く */
.comment-box {
  display: none; }

/*=============================================

	ページャー

==============================================*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .pager {
    margin-top: 48px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
  .pager {
    margin-top: 64px; } }

body.page-entry .pager {
  display: none; }

.pager-prev {
  display: none; }

.pager-next {
  display: block;
  margin: auto;
  position: relative;
  width: 300px;
  height: 50px; }
  .pager-next::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: #222222;
    border-radius: 6px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .pager-next::after {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }
  @media (hover: hover) {
    .pager-next:hover::before {
      background-color: #0C479D; } }
  .pager-next a {
    display: block;
    width: 100%;
    height: 100%; }

.pager-next::after {
  content: "もっと見る"; }

.backTop {
  margin: auto;
  width: 300px;
  height: 50px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    .backTop {
      margin-top: 48px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    .backTop {
      margin-top: 64px; } }

.backTop_link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222222;
  border-radius: 6px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media (hover: hover) {
    .backTop_link:hover {
      background-color: #0C479D; } }

/*=============================================

	パンクず

==============================================*/
body.page-archive-category .breadcrumb {
  font-size: 12px;
  letter-spacing: 0.02em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    body.page-archive-category .breadcrumb {
      padding: 16px 0;
      border-bottom: 1px solid #E2E2E2;
      width: 100%;
      overflow: auto; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    body.page-archive-category .breadcrumb {
      position: absolute;
      margin-left: 80px;
      margin-top: 24px; } }

.breadcrumb a {
  color: #8B8B8B;
  text-decoration: underline; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .breadcrumb .breadcrumb-inner {
    white-space: nowrap;
    padding-left: 20px; } }

/* </system> */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;
    word-break: break-word;
    word-wrap: break-word;
}

.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 td {
    line-height: 120%;
}

.entry-content table th {
    background: #f5f5f5;
}


.entry-content blockquote {
    border: 1px solid #ddd;
    margin: 10px 0 10px;
    padding: 20px;
}

.entry-content blockquote p {
    margin-top: 0;
    margin-bottom: 0;
}


.entry-content ul:not(.table-of-contents) li {
    list-style-type: disc;
    padding: 8px 0;
    margin: 0 0 0 1em;
}

/*
    先に全体のliのスタイルを定義してから、目次内のliのスタイルを適用する。
*/
.entry-content ul.table-of-contents li {
    padding: 0 0 0 26px;
    list-style: none;
}

.entry-content ul.table-of-contents li li {
    padding: 0;
}

.entry-content ol li {
    list-style-type: decimal;
    padding: 8px 0;
    margin: 0 0 0 1em;
}

.entry-content li p {
    font-size: 16px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 1.3em 0 0.8em 0;
    line-height: 1.5;
}

.entry-content h1 {
    font-size: 150%;
    padding: 5px 0 5px 10px;
    background: #f3f3f3;
    border-left: 5px solid #666;
}

.entry-content h2 {
    font-size: 140%;
    padding: 5px 0;
    border-top: 1px dashed #666;
    border-bottom: 1px dashed #666;
}

.entry-content h3 {
    font-size: 130%;
}

.entry-content h4 {
    padding: 0;
    background-color: transparent;
    font-size: 120%;
}

.entry-content h5 {
    font-size: 110%;
}

.entry-content h6 {
    font-size: 100%;
}

.entry-content ul ol {
    margin: 0 0 15px 0;
}

.entry-content pre.code {
    background-color: #fafafa;
    border-radius: 10px;
}