/* <system section="theme" selected="17680117126993190707"> */
@charset "UTF-8";
/* Theme: Debriefing ver1.60
Responsive: yes */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
img,
q,
small,
strong,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

input,
select,
textarea {
  vertical-align: middle;
  box-sizing: border-box;
}

/*------共通------*/
html {
  width: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  width: 100%;
  font-family: "Verdana", "Arial", "游ゴシック Medium", "YuGothic", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "blogicon", sans-serif;
  line-height: 1;
  color: #222;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

a {
  display: block;
  text-decoration: none;
  color: #222;
}
a:hover, a:active {
  text-decoration: none;
  color: #222;
}

/*------レイアウト------*/
#container {
  position: relative;
}
#container #content {
  padding: 0 2.666vw;
  margin: 0 auto 13.333vw;
  overflow: hidden;
}
#container #content #main {
  margin-bottom: 13.333vw;
}

@media screen and (min-width: 768px) and (max-width: 850px) {
  #container #content {
    padding: 0 2.0vw;
    margin: 0 auto 10.0vw;
  }
  #container #content #main {
    margin-bottom: 10.0vw;
  }
}
@media screen and (min-width: 851px) {
  #container #content {
    width: 850px;
    padding: 0;
    margin: 0 auto 100px;
  }
  #container #content #main {
    width: 850px;
    margin: 0 auto 100px;
    padding: 30px;
  }
  #container #content #box2 {
    width: 850px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  #container #content {
    width: 1200px;
    padding: 0;
    margin: 0 auto 100px;
  }
  #container #content #main {
    float: left;
    width: 850px;
    margin: 0 30px 0 0;
    padding: 30px;
  }
  #container #content #box2 {
    float: right;
    width: 320px;
  }
}
/*------ヘッダー------*/
#blog-title {
  position: relative;
  margin-bottom: 4vw;
}
#blog-title #blog-title-inner {
  background-position: center !important;
}
#blog-title #blog-title-inner #blog-title-content {
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  padding: 3.466vw 2.666vw;
  color: #fff;
  background-color: #222;
}
#blog-title #blog-title-inner #title {
  width: 92%;
}
#blog-title #blog-title-inner #title a {
  font-size: 6.667vw;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
}
#blog-title #blog-title-inner #blog-description {
  font-size: 3.2vw;
  font-weight: normal;
  line-height: 1.6;
}

.header-image-only #blog-title #blog-title-inner,
.header-image-enable #blog-title #blog-title-inner {
  width: 100%;
  height: 64vw;
  background-size: cover;
  background-position: center center !important;
}

@media screen and (min-width: 768px) {
  #blog-title {
    margin-bottom: 40px;
  }
  #blog-title #blog-title-inner #blog-title-content {
    height: 70px;
    padding: 0 20px;
  }
  #blog-title #blog-title-inner #title {
    width: 50%;
  }
  #blog-title #blog-title-inner #title a {
    font-size: 2.8rem;
    line-height: 1.4;
    transition: .2s;
  }
  #blog-title #blog-title-inner #title a:hover {
    opacity: 0.8;
  }
  #blog-title #blog-title-inner #blog-description {
    width: 50%;
    margin-bottom: 6px;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .header-image-only #blog-title #blog-title-inner,
  .header-image-enable #blog-title #blog-title-inner {
    height: 380px;
    background-size: 1200px;
  }
}
/*------タイトル下&フッター下------*/
#top-editarea {
  height: auto;
  min-height: 0.1px;
  margin: -4vw 0 4vw;
  font-size: 3.733vw;
  line-height: 1.6;
}
#top-editarea .global-navi .toggle-menu input[type="checkbox"] {
  display: none;
}
#top-editarea .global-navi .toggle-menu .three-line {
  position: absolute;
  top: 0.8vw;
  right: 2.666vw;
  font-size: 7.733vw;
  color: #fff;
}
#top-editarea .global-navi .toggle-menu .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: .3s ease-in-out;
}
#top-editarea .global-navi .toggle-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 80%;
  max-width: 330px;
  height: 100%;
  background-color: #222;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  overflow: auto;
}
#top-editarea .global-navi .toggle-menu .menu li a {
  padding: 3.733vw 2.666vw;
  border-bottom: 1px dotted #fff;
  font-size: 4vw;
  color: #fff;
  transition: .2s;
}
#top-editarea .global-navi .toggle-menu .menu li a:hover {
  text-decoration: underline;
}
#top-editarea .global-navi .toggle-menu .menu li a:after {
  content: '\f006';
  font-display: swap;
  float: right;
}
#top-editarea .global-navi .toggle-menu .menu li .sub-menu li a {
  padding-left: 5.333vw;
}
#top-editarea .global-navi .toggle-menu #toggle-item:checked ~ .overlay {
  display: block;
  opacity: .5;
}
#top-editarea .global-navi .toggle-menu #toggle-item:checked ~ .menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

#bottom-editarea {
  font-size: 4vw;
  line-height: 1.6;
}
#bottom-editarea .copyright {
  background: #222;
  padding: 6.667vw 2.666vw;
  color: #fff;
  text-align: center;
}

.page-entry #top-editarea .main-title,
.page-entry #top-editarea .recommend-entries,
.page-archive #top-editarea .main-title,
.page-archive #top-editarea .recommend-entries {
  display: none;
}

.page-index #top-editarea .main-title {
  display: block;
  position: relative;
  background-image: url("https://dl.dropboxusercontent.com/s/bulusq9den7oz59/img_mainvisual_debriefing_sp.jpg");
  background-image: url("https://dl.dropboxusercontent.com/s/7l7bxm79bab5r0s/img_mainvisual_debriefing_sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-index #top-editarea .main-title .inner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  height: 44vw;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}
.page-index #top-editarea .main-title .inner-box h1 {
  margin: -6vw 0 0;
  font-size: 8.267vw;
  font-weight: normal;
}
.page-index #top-editarea .main-title .inner-box h2 {
  padding: 0 2.666vw;
  font-size: 4vw;
  font-weight: normal;
}
.page-index #top-editarea .recommend-entries {
  display: none;
}

@media screen and (min-width: 768px) {
  #top-editarea {
    margin: -40px 0 40px;
    font-size: 1.4rem;
  }
  #top-editarea .global-navi .toggle-menu input[type="checkbox"] {
    display: none;
  }
  #top-editarea .global-navi .toggle-menu .three-line {
    display: none;
  }
  #top-editarea .global-navi .toggle-menu .overlay {
    display: none;
  }
  #top-editarea .global-navi .toggle-menu .menu {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 100%;
    height: 70px;
    background: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    overflow: visible;
  }
  #top-editarea .global-navi .toggle-menu .menu li {
    position: relative;
    margin-right: 20px;
  }
  #top-editarea .global-navi .toggle-menu .menu li a {
    padding: 24px  0;
    border-bottom: none;
    font-size: 1.4rem;
  }
  #top-editarea .global-navi .toggle-menu .menu li a:after {
    display: none;
  }
  #top-editarea .global-navi .toggle-menu .menu li .sub-menu {
    display: none;
    position: absolute;
    left: -20px;
    top: 70px;
    background: #222;
  }
  #top-editarea .global-navi .toggle-menu .menu li .sub-menu li {
    margin-right: 0;
  }
  #top-editarea .global-navi .toggle-menu .menu li .sub-menu li a {
    min-width: 200px;
    padding: 16px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #top-editarea .global-navi .toggle-menu .menu li .sub-menu li:first-child {
    border-top: 1px dotted rgba(255, 255, 255, 0.2);
  }
  #top-editarea .global-navi .toggle-menu .menu li:hover .sub-menu {
    display: block;
  }
  #top-editarea .global-navi .toggle-menu #toggle-item:checked ~ .overlay {
    display: none;
  }
  #top-editarea .global-navi .toggle-menu #toggle-item:checked ~ .menu {
    display: none;
  }
  #top-editarea .recommend-entries {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
  }
  #top-editarea .recommend-entries .hatena-module {
    margin-bottom: 0;
  }
  #top-editarea .recommend-entries .hatena-module .entries-access-ranking {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  #top-editarea .recommend-entries .hatena-module .entries-access-ranking .entries-access-ranking-item {
    width: 20%;
    padding: 0;
    border: none;
  }
  #top-editarea .recommend-entries .hatena-module .entries-access-ranking .entries-access-ranking-item a:hover {
    opacity: 1;
  }
  #top-editarea .recommend-entries .hatena-module .entries-access-ranking .entries-access-ranking-item .urllist-image {
    width: 100%;
    margin: 0 0 1vw 0;
    transition: .3s ease-in-out;
  }
  #top-editarea .recommend-entries .hatena-module .entries-access-ranking .entries-access-ranking-item .urllist-image:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .2s ease-in-out;
  }
  #top-editarea .recommend-entries .hatena-module .entries-access-ranking .entries-access-ranking-item .urllist-title-link {
    margin: 0;
    padding: 10px;
    background: #fff;
  }

  #bottom-editarea {
    font-size: 1.4rem;
  }
  #bottom-editarea .copyright {
    padding: 40px 20px;
  }

  .page-index #top-editarea .main-title {
    background-image: url("https://dl.dropboxusercontent.com/s/cyg9rb7vyqaaegm/img_mainvisual_debriefing_pc.jpg");
    background-image: url("https://dl.dropboxusercontent.com/s/0ax8uyoijtp80bq/img_mainvisual_debriefing_pc.webp");
    background-size: cover;
  }
  .page-index #top-editarea .main-title .inner-box {
    height: 280px;
  }
  .page-index #top-editarea .main-title .inner-box h1 {
    margin: -42px 0 20px;
    font-size: 4.0rem;
  }
  .page-index #top-editarea .main-title .inner-box h2 {
    padding: 0 20px;
    font-size: 1.6rem;
  }
  .page-index #top-editarea .recommend-entries {
    display: block;
  }
}
/*------パンくず------*/
.breadcrumb {
  padding: 0 2.666vw;
  margin-bottom: 8vw !important;
  font-size: 4vw;
  line-height: 1.6;
}
.breadcrumb .breadcrumb-link:before {
  content: '\f017';
  font-display: swap;
}
.breadcrumb a {
  display: inline-block;
}
.breadcrumb .breadcrumb-gt {
  margin: 0 1.067vw;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .breadcrumb {
    width: 790px;
    padding: 0;
    margin: 0 auto 30px !important;
    font-size: 1.4rem;
  }
  .breadcrumb a {
    transition: .2s;
  }
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  .breadcrumb .breadcrumb-gt {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumb {
    width: 1140px;
    padding: 0;
    margin: 0 auto 30px !important;
    font-size: 1.4rem;
  }
  .breadcrumb a {
    transition: .2s;
  }
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  .breadcrumb .breadcrumb-gt {
    margin: 0;
  }
}
/*------記事詳細------*/
.entry {
  position: relative;
  margin-bottom: 8vw;
}
.entry .entry-header {
  margin-bottom: 8vw;
}
.entry .entry-header .entry-date {
  margin-bottom: 1.333vw;
}
.entry .entry-header .entry-date a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.666vw;
  font-size: 4vw;
  color: #ccc;
}
.entry .entry-header .entry-date a time:before {
  content: '\f043';
  font-display: swap;
  vertical-align: middle;
}
.entry .entry-header .entry-date .lastmod {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.666vw;
  font-size: 4vw;
  color: #ccc;
}
.entry .entry-header .entry-date .lastmod:before {
  content: '\f02b';
  margin-right: 1.333vw;
  font-display: swap;
}
.entry .entry-header .entry-title {
  margin-bottom: 5.333vw;
  font-size: 6.4vw;
}
.entry .entry-header .entry-title a {
  font-size: 6.4vw;
  line-height: 1.6;
  color: #222;
}
.entry .entry-header .entry-categories {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}
.entry .entry-header .entry-categories a {
  padding: 2.666vw;
  margin: 0 2.666vw 2.666vw 0;
  font-size: 4vw;
  background-color: #fff;
  border: 1px solid #ccc;
}
.entry .entry-header .entry-header-menu {
  position: fixed;
  bottom: 2.666vw;
  right: 2.666vw;
  z-index: 1000;
  display: block !important;
}
.entry .entry-header .entry-header-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12vw;
  height: 12vw;
  padding: 3.2vw;
  font-size: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.entry .entry-header .entry-header-menu a:before {
  content: '\f010';
  font-display: swap;
  font-size: 4.266vw;
}
.entry .entry-content {
  margin-bottom: 5.333vw;
  font-size: 4.266vw;
  line-height: 1.8;
}
.entry .entry-content .imgSource {
  text-align: right;
  margin-bottom: 1.5em;
  font-size: 　 3.733vw;
}
.entry .entry-content p {
  margin-bottom: 5.333vw;
  font-size: 4.266vw;
  line-height: 1.8;
}
.entry .entry-content a {
  display: inline-block;
  color: #3872b8;
}
.entry .entry-content span a {
  display: block;
}
.entry .entry-content h1 {
  padding: 4.266vw 0 4.266vw 4.266vw;
  margin: 6.667vw 0 4vw;
  font-size: 5.867vw;
  line-height: 1.4;
  background-color: #eee;
  border-left: 1.333vw solid #4DD0E1;
}
.entry .entry-content h2 {
  padding: 3.733vw 3.2vw 3.733vw 3.466vw;
  margin: 6.667vw 0 4vw;
  font-size: 5.333vw;
  line-height: 1.4;
  background-color: #f5f5f5;
  border-left: 4px solid #4DD0E1;
}
.entry .entry-content h3 {
  margin: 6.667vw 0 4vw;
  font-size: 5.066vw;
  line-height: 1.4;
}
.entry .entry-content h3:before {
  content: '\f029';
  font-display: swap;
  margin-right: 1.333vw;
  color: #4DD0E1;
}
.entry .entry-content h4 {
  margin: 5.333vw 0 2.666vw;
  font-size: 4.8vw;
  line-height: 1.4;
}
.entry .entry-content h5 {
  margin: 5.333vw 0 2.666vw;
  font-size: 4.533vw;
  line-height: 1.4;
}
.entry .entry-content h6 {
  margin: 5.333vw 0 2.666vw;
  font-size: 4.266vw;
  line-height: 1.4;
}
.entry .entry-content img {
  display: block;
  float: none;
  margin: 0 auto 5.333vw;
  text-align: center;
}
.entry .entry-content ul, .entry .entry-content ol {
  padding: 0 0 0 5.333vw;
  margin-bottom: 4vw;
  list-style: disc;
}
.entry .entry-content ol {
  padding: 0 0 0 5.333vw;
  margin-bottom: 4vw;
  list-style: decimal;
}
.entry .entry-content dl {
  margin-bottom: 4.266vw;
}
.entry .entry-content dl dt {
  margin: 1.333vw 0 0 0;
  font-size: 4.266vw;
  font-weight: bold;
  color: #4DD0E1;
}
.entry .entry-content dl dd a {
  display: inline-block;
}
.entry .entry-content dl dd a img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry .entry-content dl dd a span {
  vertical-align: middle;
}
.entry .entry-content table {
  display: block;
  width: 100%;
  margin-bottom: 4vw;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.entry .entry-content table tbody {
  width: 100%;
}
.entry .entry-content table th, .entry .entry-content table td {
  padding: 1.333vw;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #ccc;
}
.entry .entry-content table th {
  background-color: #eee;
}
.entry .entry-content pre {
  padding: 2.133vw;
  margin-bottom: 4vw;
  background-color: #222;
}
.entry .entry-content blockquote {
  padding: 2.133vw 2.133vw 2.133vw 5.333vw;
  margin-bottom: 4vw;
  background-color: #f5f5f5;
}
.entry .entry-content blockquote:before {
  position: absolute;
  top: 2.133vw;
  left: 2.666vw;
  display: inline-block;
  content: "";
  width: 2px;
  height: 90%;
  background-color: #ccc;
}
.entry .entry-content .keyword {
  text-decoration: underline dotted #999;
  color: #222;
}
.entry .entry-content .keyword:hover {
  text-decoration: underline dotted #999;
}
.entry .entry-content .hatena-asin-detail {
  padding: 1.333vw;
  background-color: #fff;
  border: 1px solid #ccc;
}
.entry .entry-content .hatena-asin-detail a {
  display: block;
}
.entry .entry-content .hatena-asin-detail a img {
  margin: 1.333vw auto;
}
.entry .entry-content .hatena-asin-detail .hatena-asin-detail-info .hatena-asin-detail-title {
  margin-bottom: 1.333vw;
  font-size: 4.533vw;
}
.entry .entry-content .hatena-asin-detail .hatena-asin-detail-info ul {
  padding: 0;
  margin: 0;
}
.entry .entry-content .hatena-asin-detail .hatena-asin-detail-info ul li {
  margin-bottom: 1.333vw;
  font-size: 4vw;
  line-height: 1.2;
}
.entry .entry-content .hatena-asin-detail .hatena-asin-detail-info ul li a {
  display: inline-block;
}
.entry .entry-content .contentTable {
  margin: 0 0 8vw;
  padding: 2.666vw 2.666vw 2.666vw 8.533vw;
  background: #f8f8f8;
  border: 3px solid #4DD0E1;
}
.entry .entry-content .contentTable li {
  margin-bottom: 1.333vw;
}
.entry .entry-content .contentTable li:last-child {
  margin-bottom: 0;
}
.entry .entry-content .contentTable li a {
  vertical-align: top;
}
.entry .entry-content .referenceLink {
  position: relative;
  margin: 6.667vw 0 8vw;
  padding: 5.333vw 2.666vw 5.333vw 8.533vw;
  background-color: #f8f8f8;
  border: 3px solid #4865b2;
}
.entry .entry-content .referenceLink:before {
  content: "✔ 参考＆関連記事";
  display: block;
  position: absolute;
  top: -15px;
  left: 10px;
  background-color: #4865b2;
  padding: 2px 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
}
.entry .entry-content .referenceLink ul {
  margin: 0;
  padding: 0;
}
.entry .entry-content .referenceLink ul li {
  margin-bottom: 1.333vw;
}
.entry .entry-content .referenceLink ul li:last-child {
  margin-bottom: 0;
}
.entry .entry-content .referenceLink ul li a {
  vertical-align: top;
}
.entry .entry-content .a8,
.entry .entry-content .aff {
  display: inline-block;
}
.entry .entry-content .ad {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.entry .entry-content .btnConversion {
  margin: 10.667vw 0;
}
.entry .entry-content .btnConversion a {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  height: 11.733vw;
  margin: 0 auto;
  font-size: 4vw;
  font-weight: 700;
  color: #fff;
  background-color: #222;
  border-radius: 4px;
  transition: .2s;
}
.entry .entry-content .btnConversion a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.entry .entry-content .booklink-box,
.entry .entry-content .kaerebalink-box {
  padding: 22px 25px;
  width: 94%;
  margin: 0 auto 15px;
  border: 3px solid #dfdfdf;
  box-sizing: border-box;
  text-align: center;
}
.entry .entry-content .booklink-image,
.entry .entry-content .kaerebalink-image {
  width: 100%;
  margin: 0 0 5px;
}
.entry .entry-content .booklink-image a,
.entry .entry-content .kaerebalink-image a {
  display: block !important;
}
.entry .entry-content .booklink-info,
.entry .entry-content .kaerebalink-info {
  line-height: 125%;
  width: 100%;
}
.entry .entry-content .booklink-name,
.entry .entry-content .kaerebalink-name {
  margin: 0 0 4px;
}
.entry .entry-content .booklink-name a,
.entry .entry-content .kaerebalink-name a {
  color: #06c !important;
  text-decoration: underline;
}
.entry .entry-content .booklink-name > a,
.entry .entry-content .kaerebalink-name > a {
  font-size: 16px;
  line-height: 1.4;
}
.entry .entry-content .booklink-name a:hover,
.entry .entry-content .kaerebalink-name a:hover {
  color: #F90;
}
.entry .entry-content .booklink-powered-date,
.entry .entry-content .kaerebalink-powered-date {
  font-size: 8px;
}
.entry .entry-content .booklink-detail,
.entry .entry-content .kaerebalink-detail {
  color: #333;
  font-size: 12px;
  margin: 0 0 10px;
}
.entry .entry-content .booklink-link2 a,
.entry .entry-content .kaerebalink-link1 a {
  width: 90%;
  display: block !important;
  margin: 0 auto 8px;
  padding: 10px 1px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 2px 2px 1px #dcdcdc;
}
.entry .entry-content .share-buttons,
.entry .entry-content .subscribe-button {
  margin-bottom: 30px;
  text-align: center;
}
.entry .entry-content .shoplinkamazon a {
  color: #fff !important;
  background: #ff9901;
  border: 2px solid #ff9901;
}
.entry .entry-content .shoplinkrakuten a {
  color: #ffff !important;
  background: #bf0000;
  border: 2px solid #bf0000;
}
.entry .entry-content .shoplinkkindle a {
  color: #fff !important;
  background: #0074c1;
  border: 2px solid #0074c1;
}

@media screen and (min-width: 768px) {
  .entry {
    margin-bottom: 40px;
  }
  .entry .entry-header {
    margin-bottom: 30px;
  }
  .entry .entry-header .entry-date {
    margin-bottom: 8px;
  }
  .entry .entry-header .entry-date a {
    margin-right: 20px;
    font-size: 1.4rem;
    transition: .2s;
  }
  .entry .entry-header .entry-date a:hover {
    opacity: 0.8;
  }
  .entry .entry-header .entry-date .lastmod {
    margin-right: 20px;
    font-size: 1.4rem;
  }
  .entry .entry-header .entry-date .lastmod:before {
    margin-right: 10px;
  }
  .entry .entry-header .entry-title {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
  .entry .entry-header .entry-title a {
    font-size: 2.6rem;
    line-height: 1.6;
    transition: .2s;
  }
  .entry .entry-header .entry-title a:hover {
    opacity: 0.8;
  }
  .entry .entry-header .entry-categories a {
    padding: 8px;
    margin: 0 10px 10px 0;
    font-size: 1.3rem;
    transition: .2s;
  }
  .entry .entry-header .entry-categories a:hover {
    opacity: 0.8;
  }
  .entry .entry-header .entry-header-menu {
    bottom: 20px;
    right: 20px;
  }
  .entry .entry-header .entry-header-menu a {
    width: 60px;
    height: 60px;
    padding: 20px;
  }
  .entry .entry-header .entry-header-menu a:before {
    font-size: 1.8rem;
  }
  .entry .entry-content {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .entry .entry-content .imgSource {
    font-size: 1.4rem;
  }
  .entry .entry-content p {
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
  .entry .entry-content a {
    transition: .2s;
  }
  .entry .entry-content a:hover {
    text-decoration: underline;
  }
  .entry .entry-content h1 {
    padding: 16px 16px 16px 16px;
    margin: 32px 0 16px;
    font-size: 2.6rem;
    border-left: 6px solid #4DD0E1;
  }
  .entry .entry-content h2 {
    padding: 10px 10px 10px 16px;
    margin: 32px 0 16px;
    font-size: 2.4rem;
    border-left: 4px solid #4DD0E1;
  }
  .entry .entry-content h3 {
    margin: 32px 0 16px;
    font-size: 2.2rem;
  }
  .entry .entry-content h3:before {
    margin-right: 6px;
  }
  .entry .entry-content h4 {
    margin: 32px 0 16px;
    font-size: 2.0rem;
  }
  .entry .entry-content h5 {
    margin: 32px 0 16px;
    font-size: 1.8rem;
  }
  .entry .entry-content h6 {
    margin: 32px 0 16px;
    font-size: 1.6rem;
  }
  .entry .entry-content img {
    margin: 0 auto 20px;
  }
  .entry .entry-content ul, .entry .entry-content ol {
    padding: 0 0 0 24px;
    margin-bottom: 20px;
  }
  .entry .entry-content ol {
    padding: 0 0 0 24px;
    margin-bottom: 20px;
  }
  .entry .entry-content dl {
    margin-bottom: 20px;
  }
  .entry .entry-content dl dt {
    margin: 10px 0 0 0;
    font-size: 1.8rem;
  }
  .entry .entry-content table {
    display: table;
    margin-bottom: 20px;
  }
  .entry .entry-content table th, .entry .entry-content table td {
    padding: 10px;
    white-space: normal;
  }
  .entry .entry-content pre {
    padding: 16px;
    margin-bottom: 20px;
  }
  .entry .entry-content blockquote {
    padding: 16px 16px 16px 32px;
    margin-bottom: 30px;
  }
  .entry .entry-content blockquote:before {
    top: 16px;
    left: 16px;
    width: 1px;
    height: 80%;
  }
  .entry .entry-content .hatena-asin-detail {
    padding: 16px;
    margin-bottom: 20px;
  }
  .entry .entry-content .hatena-asin-detail a img {
    margin: 10px auto;
  }
  .entry .entry-content .hatena-asin-detail .hatena-asin-detail-info .hatena-asin-detail-title {
    margin-bottom: 16px;
    font-size: 2.0rem;
  }
  .entry .entry-content .hatena-asin-detail .hatena-asin-detail-info ul li {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .entry .entry-content .contentTable {
    margin: 0 0 60px;
    padding: 16px 16px 16px 36px;
  }
  .entry .entry-content .contentTable li {
    margin-bottom: 4px;
  }
  .entry .entry-content .referenceLink {
    margin: 50px 0 60px;
    padding: 24px 16px 16px 34px;
  }
  .entry .entry-content .referenceLink ul li {
    margin-bottom: 4px;
  }
  .entry .entry-content .ad {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .entry .entry-content .ad img {
    margin: 0;
  }
  .entry .entry-content .btnConversion {
    margin: 60px 0;
  }
  .entry .entry-content .btnConversion a {
    width: 320px;
    height: 50px;
    font-size: 1.6rem;
  }
  .entry .entry-content .booklink-box,
  .entry .entry-content .kaerebalink-box {
    text-align: left;
    display: table;
  }
  .entry .entry-content .booklink-image,
  .entry .entry-content .kaerebalink-image {
    vertical-align: top;
    box-sizing: border-box;
    display: table-cell;
    width: 111px;
    text-align: center;
    margin: 0;
  }
  .entry .entry-content .booklink-image img,
  .entry .entry-content .kaerebalink-image img {
    max-width: 100%;
  }
  .entry .entry-content .booklink-info,
  .entry .entry-content .kaerebalink-info {
    line-height: 125%;
    vertical-align: top;
    box-sizing: border-box;
    /* display: table-cell; */
    padding-left: 25px;
    width: auto;
  }
  .entry .entry-content .booklink-name,
  .entry .entry-content .kaerebalink-name {
    margin: 0 0 24px;
  }
  .entry .entry-content .booklink-name > a,
  .entry .entry-content .kaerebalink-name > a {
    font-size: 16px;
  }
  .entry .entry-content .booklink-powered-date,
  .entry .entry-content .kaerebalink-powered-date {
    margin: 6px 0 0;
  }
  .entry .entry-content .booklink-detail,
  .entry .entry-content .kaerebalink-detail {
    margin: 0 0 14px;
  }
  .entry .entry-content .booklink-link2 a,
  .entry .entry-content .kaerebalink-link1 a {
    width: auto;
    text-align: center;
    margin: none;
  }
  .entry .entry-content .booklink-link2 > div,
  .entry .entry-content .kaerebalink-link1 > div {
    width: 33.33%;
    padding: 0 5px 5px 0;
    box-sizing: border-box;
    float: left;
  }
}
/*------記事下コンテンツ------*/
.entry-footer .entry-footer-section {
  margin-bottom: 2.666vw;
  font-size: 4vw;
  color: #ccc;
}
.entry-footer .entry-footer-section span {
  display: inline-block;
}
.entry-footer .entry-footer-section .author {
  margin-right: 2.666vw;
}
.entry-footer .entry-footer-section .author:before {
  content: '\f024';
  font-display: swap;
  margin-right: 1.333vw;
}
.entry-footer .entry-footer-section .entry-footer-time a {
  color: #ccc;
}

@media screen and (min-width: 768px) {
  .entry-footer .entry-footer-section {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .entry-footer .entry-footer-section .author {
    margin-right: 8px;
  }
  .entry-footer .entry-footer-section .author:before {
    margin-right: 6px;
  }
  .entry-footer .entry-footer-section .entry-footer-time a {
    transition: .2s;
  }
  .entry-footer .entry-footer-section .entry-footer-time a:hover {
    opacity: 0.8;
  }
}
/*------SNSボタン------*/
.social-button-area {
  margin: 0 0 5.333vw;
}
.social-button-area .social-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-button-area .social-button li {
  width: 100%;
}
.social-button-area .social-button li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 13.333vw;
  color: #fff;
  transition: .2s;
}
.social-button-area .social-button li a i {
  font-size: 6.133vw;
}
.social-button-area .social-button li a br {
  display: none;
}
.social-button-area .social-button li a .share-text {
  font-size: 4vw;
}
.social-button-area .social-button li .hatena-bookmark-button {
  background-color: #00a4de;
}
.social-button-area .social-button li .hatena-bookmark-button:hover {
  background-color: rgba(0, 164, 222, 0.8);
}
.social-button-area .social-button li .facebook-button {
  background-color: #3b5998;
}
.social-button-area .social-button li .facebook-button:hover {
  background-color: rgba(59, 89, 152, 0.8);
}
.social-button-area .social-button li .twitter-button {
  background-color: #1da1f3;
}
.social-button-area .social-button li .twitter-button:hover {
  background-color: rgba(29, 161, 243, 0.8);
}
.social-button-area .social-button li .pocket-button {
  background-color: #f04057;
}
.social-button-area .social-button li .pocket-button:hover {
  background-color: rgba(240, 64, 87, 0.8);
}

@media screen and (min-width: 768px) {
  .social-button-area {
    margin: 0 0 20px;
  }
  .social-button-area .social-button li {
    margin-right: 10px;
  }
  .social-button-area .social-button li:last-child {
    margin-right: 0;
  }
  .social-button-area .social-button li a {
    height: 54px;
    padding-top: 5px;
  }
  .social-button-area .social-button li a i {
    font-size: 2.0rem;
  }
  .social-button-area .social-button li a .share-text {
    font-size: 1.4rem;
  }
}
/*------記事下はてなスター------*/
.hatena-star-container {
  margin-bottom: 5.333vw;
}
.hatena-star-container .hatena-star-add-button {
  display: inline-block;
}
.hatena-star-container a {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .hatena-star-container {
    margin-bottom: 20px;
  }
}
/*------記事下SNSボタン------*/
.social-buttons {
  margin-bottom: 5.333vw;
}
.social-buttons .social-button-item {
  margin: 0 1.333vw 1.333vw 0;
}

@media screen and (min-width: 768px) {
  .social-buttons {
    margin-bottom: 20px;
  }
  .social-buttons .social-button-item {
    margin: 0 10px 10px 0;
  }
}
/*------記事下AdSense------*/
.google-afc-image,
.test-google-rectangle-ads {
  margin-bottom: 5.333vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .google-afc-image,
  .test-google-rectangle-ads {
    margin-bottom: 30px;
  }
}
/*------記事下カスタマイズフッター------*/
.customized-footer {
  margin: 0 0 5.333vw;
}

@media screen and (min-width: 768px) {
  .customized-footer {
    margin: 0 0 30px;
  }
}
/*------記事下zenback------*/
.zenback-container {
  margin-bottom: 5.333vw !important;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .zenback-container {
    margin-bottom: 30px !important;
  }
}
/*------記事下関連記事------*/
.entry-footer-modules {
  margin-bottom: 5.333vw;
}

.relateArticle {
  margin: 8vw 0;
}

@media screen and (min-width: 768px) {
  .entry-footer-modules {
    margin-bottom: 30px;
  }

  .relateArticle {
    margin: 30px 0;
  }
  .relateArticle .related-entries {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -ms-flex-pack: start;
    align-items: flex-start;
    -ms-flex-align: start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .relateArticle .related-entries .urllist-item {
    width: 50%;
    padding-right: 20px;
  }
  .relateArticle .related-entries .urllist-item:nth-child(2n) {
    padding-right: 0;
  }
}
/*------記事下コメント投稿------*/
.comment-box {
  margin: 0 0 5.333vw;
}
.comment-box .comment {
  margin-bottom: 2.666vw;
}
.comment-box .comment .entry-comment {
  padding: 3.2vw 0;
  border-bottom: 1px dotted #ccc;
}
.comment-box .comment .entry-comment:first-child {
  border-top: 1px dotted #ccc;
}
.comment-box .comment .entry-comment .comment-user-name {
  display: block;
  margin-bottom: 1.333vw;
}
.comment-box .comment .entry-comment .comment-user-name .hatena-id-icon {
  display: inline-block;
  vertical-align: middle;
  width: 6.667vw;
  height: 6.667vw;
  border-radius: 50%;
}
.comment-box .comment .entry-comment .comment-user-name a {
  display: inline-block;
  vertical-align: middle;
  font-size: 4vw;
}
.comment-box .comment .entry-comment .comment-content {
  font-size: 4vw;
  line-height: 1.6;
}
.comment-box .comment .entry-comment .comment-metadata {
  font-size: 3.733vw;
}
.comment-box .comment .entry-comment .comment-metadata time {
  margin-bottom: 1.333vw;
}
.comment-box .comment .entry-comment .comment-metadata .hatena-star-star-container .hatena-star-add-button, .comment-box .comment .entry-comment .comment-metadata .hatena-star-star-container a {
  display: inline-block;
}
.comment-box .leave-comment-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11.733vw;
  margin: 0 auto;
  font-size: 4vw;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #222;
  transition: .2s;
}
.comment-box .leave-comment-title:hover {
  color: #fff;
  background-color: #222;
}

@media screen and (min-width: 768px) {
  .comment-box {
    margin: 0 0 20px;
  }
  .comment-box .comment {
    margin-bottom: 20px;
  }
  .comment-box .comment .entry-comment {
    padding: 16px 0;
  }
  .comment-box .comment .entry-comment .comment-user-name {
    margin-bottom: 8px;
  }
  .comment-box .comment .entry-comment .comment-user-name .hatena-id-icon {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
  .comment-box .comment .entry-comment .comment-user-name a {
    font-size: 1.4rem;
  }
  .comment-box .comment .entry-comment .comment-content {
    font-size: 1.4rem;
  }
  .comment-box .comment .entry-comment .comment-metadata {
    font-size: 1.3rem;
  }
  .comment-box .comment .entry-comment .comment-metadata time {
    margin-bottom: 10px;
  }
  .comment-box .leave-comment-title {
    width: 320px;
    height: 48px;
    font-size: 1.6rem;
  }
}
/*------記事上下------*/
.customized-header,
.entry-header-html,
.entry-footer-html {
  padding: 0;
  margin-bottom: 5.333vw;
  font-size: 4vw;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .customized-header,
  .entry-header-html,
  .entry-footer-html {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}
/*------記事一覧------*/
.archive-header-category {
  margin-bottom: 10.667vw;
}

.archive-heading {
  padding: 2.666vw 0 2.666vw 3.466vw;
  margin-bottom: 2.666vw !important;
  font-size: 5.333vw !important;
  line-height: 1.4;
  border-left: 0.8vw solid #4DD0E1;
}

.archive-description {
  font-size: 4vw;
  line-height: 1.6;
}
.archive-description h3 {
  margin-bottom: 4vw;
}

.archive-entries {
  margin-bottom: 2.666vw;
}
.archive-entries .archive-entry {
  display: flex !important;
  justify-content: flex-start;
  align-items: start;
  flex-direction: row-reverse;
  padding: 2.666vw 0;
  border-bottom: 1px dotted #ccc;
}
.archive-entries .archive-entry:first-child {
  border-top: 1px dotted #ccc;
}
.archive-entries .archive-entry .archive-entry-header {
  width: 100%;
}
.archive-entries .archive-entry .archive-entry-header .date {
  margin: 1.067vw 0;
  font-size: 4vw;
  pointer-events: none;
}
.archive-entries .archive-entry .archive-entry-header .entry-title {
  font-size: 4.266vw;
  line-height: 1.4;
}
.archive-entries .archive-entry .entry-thumb-link .entry-thumb {
  width: 32vw;
  height: 26.4vw;
  margin-right: 2.666vw;
  background-size: cover;
  background-position: center;
}
.archive-entries .archive-entry .categories {
  display: none;
}
.archive-entries .archive-entry .archive-entry-body {
  display: none;
}

@media screen and (min-width: 768px) {
  .archive-header-category {
    margin-bottom: 30px;
  }

  .archive-heading {
    padding: 16px 0 16px 16px;
    margin-bottom: 16px !important;
    font-size: 2.2rem !important;
    border-left: 6px solid #4DD0E1;
  }

  .archive-description {
    font-size: 1.4rem;
  }
  .archive-description h3 {
    margin-bottom: 30px;
  }

  .archive-entries {
    margin-bottom: 20px;
  }
  .archive-entries .archive-entry {
    position: relative;
    padding: 16px 0;
  }
  .archive-entries .archive-entry a {
    transition: .2s;
  }
  .archive-entries .archive-entry a:hover {
    opacity: 0.8;
  }
  .archive-entries .archive-entry .archive-entry-header {
    padding-top: 4px;
  }
  .archive-entries .archive-entry .archive-entry-header .date {
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  .archive-entries .archive-entry .archive-entry-header .entry-title {
    font-size: 2.2rem;
  }
  .archive-entries .archive-entry .entry-thumb-link .entry-thumb {
    width: 256px;
    height: 170px;
    margin-right: 20px;
  }
  .archive-entries .archive-entry .categories {
    position: absolute;
    bottom: 16px;
    left: 276px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
  }
  .archive-entries .archive-entry .categories a {
    padding: 8px;
    margin: 0 10px 0 0;
    font-size: 1.3rem;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  .archive-entries .archive-entry .archive-entry-body {
    display: block;
  }
  .archive-entries .archive-entry .archive-entry-body .entry-description {
    display: none;
  }
  .archive-entries .archive-entry .archive-entry-body .social-buttons .bookmark-widget-counter {
    position: absolute;
    right: 0;
    bottom: 16px;
  }
  .archive-entries .archive-entry .archive-entry-body .social-buttons .star-container,
  .archive-entries .archive-entry .archive-entry-body .social-buttons .hatena-star-metadata {
    display: none;
  }
}
/*------ページャー------*/
.pager {
  font-size: 4vw;
  overflow: hidden;
}
.pager span {
  margin-bottom: 2.666vw;
  line-height: 1.6;
}
.pager .pager-prev {
  float: left;
}
.pager .pager-next {
  float: right;
}

@media screen and (min-width: 768px) {
  .pager {
    font-size: 1.4rem;
  }
  .pager span {
    margin-bottom: 0;
  }
  .pager span a {
    transition: .2s;
  }
  .pager span a:hover {
    text-decoration: underline;
  }
}
/*------モジュールTitle&Body------*/
.hatena-module {
  margin-bottom: 8vw;
}
.hatena-module .hatena-module-title {
  padding: 3.733vw 2.666vw;
  font-size: 4.266vw;
  font-weight: bold;
  color: #fff;
  background-color: #222;
}
.hatena-module .hatena-module-title a {
  color: #fff;
}
.hatena-module .hatena-module-body {
  padding: 2.666vw;
}
.hatena-module .hatena-module-body p {
  font-size: 4vw;
}

@media screen and (min-width: 768px) {
  .hatena-module {
    margin-bottom: 30px;
  }
  .hatena-module .hatena-module-title {
    padding: 12px;
    font-size: 1.6rem;
  }
  .hatena-module .hatena-module-body {
    padding: 16px 0;
  }
  .hatena-module .hatena-module-body p {
    font-size: 1.4rem;
  }
}
/*------モジュールプロフィール------*/
.hatena-module-profile .profile-icon-link {
  display: inline-block;
  margin: 0 2.666vw 2.666vw 0;
}
.hatena-module-profile .profile-icon-link .profile-icon {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
.hatena-module-profile .id a {
  display: inline-block;
  vertical-align: middle;
  transition: .2s;
}
.hatena-module-profile .id a:hover {
  opacity: 0.8;
}
.hatena-module-profile .id .badge-type-npo,
.hatena-module-profile .id .badge-type-pro {
  position: static;
  top: auto;
}
.hatena-module-profile .id .hatena-id-link {
  font-size: 4vw;
}
.hatena-module-profile .profile-activities {
  font-size: 4vw;
}
.hatena-module-profile .profile-description {
  margin-bottom: 2.666vw;
  font-size: 4vw;
  line-height: 1.6;
}
.hatena-module-profile .profile-description p {
  margin-bottom: 4vw;
}
.hatena-module-profile .profile-description ul {
  margin-bottom: 4vw;
}
.hatena-module-profile .profile-description ul li a {
  padding: 1.067vw 0;
  font-size: 4vw;
  line-height: 1.6;
  color: #222;
  transition: .2s;
}
.hatena-module-profile .profile-description ul li a:before {
  content: '\f006';
  font-display: swap;
  margin-right: 2.4vw;
}
.hatena-module-profile .profile-description ul li a:hover {
  text-decoration: underline;
}
.hatena-module-profile .profile-description .side-feedly,
.hatena-module-profile .profile-description .side-tw {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 30px 0;
}
.hatena-module-profile .profile-description a.feed-follow-btn,
.hatena-module-profile .profile-description a.tw-follow-btn {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  width: 70px;
  height: 22px;
  font-size: 12px;
  text-decoration: none;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
}
.hatena-module-profile .profile-description a.feed-follow-btn:before,
.hatena-module-profile .profile-description a.tw-follow-btn:before {
  padding-right: 5px;
  width: 1em;
  font-size: 13px;
  height: auto;
}
.hatena-module-profile .profile-description a.feed-follow-btn:hover,
.hatena-module-profile .profile-description a.tw-follow-btn:hover {
  text-decoration: none;
}
.hatena-module-profile .profile-description a.feed-follow-btn {
  background-color: #87C040;
  border-radius: 3px;
}
.hatena-module-profile .profile-description a.feed-follow-btn:before {
  content: "\f04e";
  font-display: swap;
}
.hatena-module-profile .profile-description a.feed-follow-btn:hover {
  background-color: #75a738;
}
.hatena-module-profile .profile-description a.tw-follow-btn {
  background-color: #1b95e0;
  border-radius: 3px;
}
.hatena-module-profile .profile-description a.tw-follow-btn:before {
  content: "\f035";
  font-display: swap;
}
.hatena-module-profile .profile-description a.tw-follow-btn:hover {
  background-color: #0c7abf;
}
.hatena-module-profile .hatena-follow-button-box {
  position: relative;
  height: auto !important;
  margin: 0 0 2.666vw;
}
.hatena-module-profile .hatena-follow-button-box .hatena-follow-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 13.333vw !important;
  padding: 0;
  margin-top: 10.4vw;
  font-size: 3.733vw;
  font-weight: bold;
  color: #222 !important;
  background: #fff;
  border: 2px solid #222 !important;
  border-radius: 0;
  transition: .2s;
}
.hatena-module-profile .hatena-follow-button-box .hatena-follow-button .subscribing .background,
.hatena-module-profile .hatena-follow-button-box .hatena-follow-button .unsubscribing .background {
  color: #fff;
}
.hatena-module-profile .hatena-follow-button-box .hatena-follow-button .subscribing:before,
.hatena-module-profile .hatena-follow-button-box .hatena-follow-button .unsubscribing:before {
  vertical-align: middle;
  content: '\f012';
  font-display: swap;
  margin-right: 1.333vw;
}
.hatena-module-profile .hatena-follow-button-box .hatena-follow-button:hover {
  color: #fff;
  background: #222;
}
.hatena-module-profile .hatena-follow-button-box .hatena-follow-button:hover .subscribing,
.hatena-module-profile .hatena-follow-button-box .hatena-follow-button:hover .unsubscribing {
  color: #fff;
}
.hatena-module-profile .hatena-follow-button-box .subscription-count-box {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  margin: 0 !important;
}
.hatena-module-profile .hatena-follow-button-box .subscription-count-box i, .hatena-module-profile .hatena-follow-button-box .subscription-count-box u {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 50%;
  zoom: 1;
  z-index: 10;
  display: block;
  width: 0px;
  height: 0px;
  margin: 0px 0px -4px -4px;
  border: 4px transparent solid;
  border-bottom: 0;
}
.hatena-module-profile .hatena-follow-button-box .subscription-count-box i {
  border-top-color: #aaa;
}
.hatena-module-profile .hatena-follow-button-box .subscription-count-box u {
  margin-bottom: -3px;
  border-top-color: #fff;
}
.hatena-module-profile .hatena-follow-button-box .subscription-count-box .subscription-count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.667vw;
  font-size: 4vw;
}

@media screen and (min-width: 768px) {
  .hatena-module-profile .profile-icon-link {
    margin: 0 20px 20px 0;
    transition: .2s;
  }
  .hatena-module-profile .profile-icon-link:hover {
    opacity: 0.8;
  }
  .hatena-module-profile .id .hatena-id-link {
    font-size: 1.4rem;
  }
  .hatena-module-profile .profile-activities {
    font-size: 1.3rem;
  }
  .hatena-module-profile .profile-description {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .hatena-module-profile .profile-description p {
    margin-bottom: 20px;
  }
  .hatena-module-profile .profile-description ul {
    margin-bottom: 20px;
  }
  .hatena-module-profile .profile-description ul li {
    margin-bottom: 4px;
  }
  .hatena-module-profile .profile-description ul li a {
    padding: 0;
    font-size: 1.3rem;
  }
  .hatena-module-profile .profile-description ul li a:before {
    margin-right: 8px;
  }
  .hatena-module-profile .hatena-follow-button-box {
    display: block;
    margin: 0 0 30px;
  }
  .hatena-module-profile .hatena-follow-button-box .hatena-follow-button {
    height: 50px !important;
    margin-top: 40px;
    font-size: 1.6rem;
  }
  .hatena-module-profile .hatena-follow-button-box .hatena-follow-button .subscribing:before,
  .hatena-module-profile .hatena-follow-button-box .hatena-follow-button .unsubscribing:before {
    margin-right: 10px;
  }
  .hatena-module-profile .hatena-follow-button-box .subscription-count-box {
    display: block;
  }
  .hatena-module-profile .hatena-follow-button-box .subscription-count-box .subscription-count {
    height: 28px;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
/*------モジュール検索フォーム------*/
.search-form,
.search-result-form {
  position: relative;
  width: 100%;
  max-width: 100%;
  border: 0;
}
.search-form:after,
.search-result-form:after {
  position: absolute;
  top: 4vw;
  right: 2vw;
  z-index: 2;
  content: '\f01a';
  font-display: swap;
  font-size: 5.333vw;
  color: #ccc;
}
.search-form .search-module-input,
.search-form .search-result-input,
.search-result-form .search-module-input,
.search-result-form .search-result-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 12vw;
  padding: 1.333vw;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 4vw;
}
.search-form .search-module-button,
.search-form .search-result-button,
.search-result-form .search-module-button,
.search-result-form .search-result-button {
  display: none;
}

@media screen and (min-width: 768px) {
  .search-form:after,
  .search-result-form:after {
    top: 10px;
    right: 10px;
    font-size: 2.0rem;
  }
  .search-form .search-module-input,
  .search-form .search-result-input,
  .search-result-form .search-module-input,
  .search-result-form .search-result-input {
    height: 40px;
    padding: 8px;
    font-size: 1.4rem;
  }
}
/*------モジュールリンクリスト------*/
.hatena-module-links li {
  margin-bottom: 2.133vw;
}
.hatena-module-links li a {
  font-size: 4vw;
  line-height: 1.6;
  color: #222;
}
.hatena-module-links li a:before {
  content: '\f006';
  font-display: swap;
  margin-right: 2.666vw;
}

@media screen and (min-width: 768px) {
  .hatena-module-links li {
    margin-bottom: 10px;
  }
  .hatena-module-links li a {
    position: relative;
    font-size: 1.4rem;
    transition: .2s;
  }
  .hatena-module-links li a:before {
    margin-right: 10px;
  }
  .hatena-module-links li a:hover {
    text-decoration: underline;
  }
}
/*------モジュール記事リスト------*/
.hatena-urllist .urllist-item,
.urllist-with-thumbnails .urllist-item {
  padding: 2.666vw 0;
  border-bottom: 1px dotted #ccc;
}
.hatena-urllist .urllist-item .urllist-image-link,
.urllist-with-thumbnails .urllist-item .urllist-image-link {
  float: left;
}
.hatena-urllist .urllist-item .urllist-date-link,
.urllist-with-thumbnails .urllist-item .urllist-date-link {
  margin: 1.067vw 0;
  font-size: 4vw;
  pointer-events: none;
}
.hatena-urllist .urllist-item .urllist-title-link,
.urllist-with-thumbnails .urllist-item .urllist-title-link {
  margin-bottom: 0.533vw;
  font-size: 4.266vw;
  font-weight: bold;
  line-height: 1.6;
}
.hatena-urllist .urllist-item .urllist-entry-body,
.urllist-with-thumbnails .urllist-item .urllist-entry-body {
  display: none;
}
.hatena-urllist .urllist-item .bookmark-widget-counter,
.urllist-with-thumbnails .urllist-item .bookmark-widget-counter {
  display: inline-block;
}
.hatena-urllist .urllist-item .urllist-categories,
.urllist-with-thumbnails .urllist-item .urllist-categories {
  clear: both;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  margin-top: 1.067vw;
}
.hatena-urllist .urllist-item .urllist-categories .urllist-category-link,
.urllist-with-thumbnails .urllist-item .urllist-categories .urllist-category-link {
  padding: 2.133vw;
  margin: 0 1.333vw 1.333vw 0;
  font-size: 4vw;
  background-color: #fff;
  border: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .hatena-urllist .urllist-item,
  .urllist-with-thumbnails .urllist-item {
    padding: 8px 0;
  }
  .hatena-urllist .urllist-item a,
  .urllist-with-thumbnails .urllist-item a {
    transition: .2s;
  }
  .hatena-urllist .urllist-item a:hover,
  .urllist-with-thumbnails .urllist-item a:hover {
    opacity: 0.8;
  }
  .hatena-urllist .urllist-item .urllist-date-link,
  .urllist-with-thumbnails .urllist-item .urllist-date-link {
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  .hatena-urllist .urllist-item .urllist-title-link,
  .urllist-with-thumbnails .urllist-item .urllist-title-link {
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  .hatena-urllist .urllist-item .urllist-entry-body,
  .urllist-with-thumbnails .urllist-item .urllist-entry-body {
    display: none;
  }
  .hatena-urllist .urllist-item .bookmark-widget-counter,
  .urllist-with-thumbnails .urllist-item .bookmark-widget-counter {
    display: inline-block;
  }
  .hatena-urllist .urllist-item .urllist-categories,
  .urllist-with-thumbnails .urllist-item .urllist-categories {
    margin-top: 8px;
  }
  .hatena-urllist .urllist-item .urllist-categories .urllist-category-link,
  .urllist-with-thumbnails .urllist-item .urllist-categories .urllist-category-link {
    padding: 8px;
    margin: 0 6px 6px 0;
    font-size: 1.3rem;
  }
}
/*------モジュール月別アーカイブ------*/
.hatena-module-archive .archive-module-year {
  position: relative;
  padding: 3.733vw 0;
  border-bottom: 1px dotted #ccc;
}
.hatena-module-archive .archive-module-year .archive-module-button {
  position: absolute;
  right: 0;
  top: 3.733vw;
  overflow: hidden;
  width: 4vw;
  height: 6.133vw;
  margin-right: 1.333vw;
}
.hatena-module-archive .archive-module-year .archive-module-button .archive-module-hide-button:before {
  content: "\f007";
  font-display: swap;
  font-size: 4.266vw;
}
.hatena-module-archive .archive-module-year .archive-module-button .archive-module-show-button:before {
  content: "\f008";
  font-display: swap;
  font-size: 4.266vw;
}
.hatena-module-archive .archive-module-year .archive-module-year-title {
  display: inline-block;
  font-size: 4vw;
}
.hatena-module-archive .archive-module-year .archive-module-months .archive-module-month {
  margin: 2.666vw 0 2.666vw 2.666vw;
  font-size: 4vw;
}

@media screen and (min-width: 768px) {
  .hatena-module-archive .archive-module-year {
    padding: 16px 0;
  }
  .hatena-module-archive .archive-module-year a {
    transition: .2s;
  }
  .hatena-module-archive .archive-module-year a:hover {
    opacity: 0.8;
  }
  .hatena-module-archive .archive-module-year .archive-module-button {
    top: 16px;
    width: 12px;
    height: 18px;
    margin-right: 0;
  }
  .hatena-module-archive .archive-module-year .archive-module-button .archive-module-hide-button:before {
    font-size: 1.4rem;
  }
  .hatena-module-archive .archive-module-year .archive-module-button .archive-module-show-button:before {
    font-size: 1.4rem;
  }
  .hatena-module-archive .archive-module-year .archive-module-year-title {
    font-size: 1.4rem;
  }
  .hatena-module-archive .archive-module-year .archive-module-months .archive-module-month {
    margin: 10px 0 10px 10px;
    font-size: 1.4rem;
  }
}
/*------モジュールカテゴリ------*/
.hatena-module-category .hatena-urllist {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}
.hatena-module-category .hatena-urllist li {
  margin: 0 2.666vw 2.666vw 0;
}
.hatena-module-category .hatena-urllist li a {
  display: inline-block;
  padding: 2.666vw;
  font-size: 4vw;
  letter-spacing: -0.5px;
  background-color: #fff;
  border: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .hatena-module-category .hatena-urllist li {
    margin: 0 6px 6px 0;
  }
  .hatena-module-category .hatena-urllist li a {
    padding: 8px;
    font-size: 1.3rem;
    transition: .2s;
  }
  .hatena-module-category .hatena-urllist li a:hover {
    opacity: 0.8;
  }
}
/*------モジュール執筆者リスト------*/
.authors-urllist li {
  border-bottom: 1px dotted #ccc;
}
.authors-urllist li a {
  padding: 2.666vw 0;
}
.authors-urllist li a img {
  display: inline-block !important;
  vertical-align: middle !important;
  float: none !important;
  border-radius: 50% !important;
}
.authors-urllist li a .authors-user-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 4vw;
}

@media screen and (min-width: 768px) {
  .authors-urllist li a {
    padding: 10px 0;
    transition: .2s;
  }
  .authors-urllist li a:hover {
    opacity: 0.8;
  }
  .authors-urllist li a img {
    width: 40px;
    height: 40px;
  }
  .authors-urllist li a .authors-user-name {
    font-size: 1.4rem;
  }
}
/*------モジュールコメント------*/
.hatena-module-recent-comments .recent-comments li {
  padding: 2.666vw 0;
  border-bottom: 1px dotted #ccc;
}
.hatena-module-recent-comments .recent-comments li .user-id {
  display: block;
  margin-bottom: 1.333vw;
}
.hatena-module-recent-comments .recent-comments li .user-id .hatena-id-icon {
  width: 8vw;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}
.hatena-module-recent-comments .recent-comments li .user-id span {
  display: inline-block;
  vertical-align: middle;
  font-size: 4vw;
}
.hatena-module-recent-comments .recent-comments li a {
  font-size: 3.733vw;
  line-height: 1.6;
}
.hatena-module-recent-comments .recent-comments li .recent-comment-time {
  font-size: 3.2vw;
}

@media screen and (min-width: 768px) {
  .hatena-module-recent-comments .recent-comments li {
    padding: 10px 0;
    transition: .2s;
  }
  .hatena-module-recent-comments .recent-comments li:hover {
    opacity: 0.8;
  }
  .hatena-module-recent-comments .recent-comments li .user-id {
    margin-bottom: 5px;
  }
  .hatena-module-recent-comments .recent-comments li .user-id .hatena-id-icon {
    width: 30px;
    height: 30px;
  }
  .hatena-module-recent-comments .recent-comments li .user-id span {
    font-size: 1.4rem;
  }
  .hatena-module-recent-comments .recent-comments li a {
    font-size: 1.4rem;
  }
  .hatena-module-recent-comments .recent-comments li .recent-comment-time {
    font-size: 1.1rem;
  }
}
/*------モジュールグループ------*/
/*------モジュール関連記事------*/
#box2 #box2-inner .hatena-module-related-entries {
  display: none;
}

/*------フッター------*/
#footer {
  padding: 5.333vw 2.666vw;
  background-color: #222;
}
#footer .guest-footer {
  color: #fff;
  text-align: center;
}
#footer .guest-footer h3 {
  font-size: 4.266vw;
}
#footer .guest-footer p {
  font-size: 3.733vw;
  list-height: 1.6;
}
#footer .footer-address {
  margin-bottom: 2.666vw;
}
#footer .footer-address a {
  font-size: 3.733vw;
  text-align: center;
  color: #fff;
}
#footer .footer-address a img {
  display: none;
}
#footer .services {
  font-size: 3.733vw;
  text-align: center;
  color: #fff;
}
#footer .services a {
  display: inline-block;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #footer {
    padding: 20px;
  }
  #footer .guest-footer h3 {
    font-size: 1.8rem;
  }
  #footer .guest-footer p {
    font-size: 1.4rem;
  }
  #footer a {
    transition: .2s;
  }
  #footer a:hover {
    text-decoration: underline;
  }
  #footer .footer-address {
    margin-bottom: 10px;
  }
  #footer .footer-address a {
    font-size: 1.4rem;
  }
  #footer .services {
    font-size: 1.4rem;
  }
}
/*------ノーエントリー------*/
.no-entry p {
  font-size: 3.733vw;
}

@media screen and (min-width: 768px) {
  .no-entry p {
    font-size: 1.4rem;
  }
}
/*------記事下読者になるボタン------*/
.subscribeBtnBox {
  margin-bottom: 5.333vw;
}
.subscribeBtnBox .btnSubscribe a {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  height: 13.333vw;
  margin: 0 auto;
  font-size: 4vw;
  font-weight: 700;
  color: #fff;
  background-color: #222;
  border-radius: 4px;
  transition: .2s;
}
.subscribeBtnBox .btnSubscribe a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .subscribeBtnBox {
    margin-bottom: 20px;
  }
  .subscribeBtnBox .btnSubscribe a {
    width: 320px;
    height: 48px;
    font-size: 1.6rem;
  }
}
/*------記事下banner------*/
.underBanner div {
  margin-bottom: 2.666vw;
}

@media screen and (min-width: 768px) {
  .underBanner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 700px;
    margin: 0 auto;
  }
}
/*------monokai-sublime------*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #23241f;
}

.hljs, .hljs-tag, .hljs-subst {
  color: #f8f8f2;
}

.hljs-strong, .hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet, .hljs-quote, .hljs-number, .hljs-regexp, .hljs-literal, .hljs-link {
  color: #ae81ff;
}

.hljs-code, .hljs-title, .hljs-section, .hljs-selector-class {
  color: #a6e22e;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-keyword, .hljs-selector-tag, .hljs-name, .hljs-attr {
  color: #f92672;
}

.hljs-symbol, .hljs-attribute {
  color: #66d9ef;
}

.hljs-params, .hljs-class .hljs-title {
  color: #f8f8f2;
}

.hljs-string, .hljs-type, .hljs-built_in, .hljs-builtin-name, .hljs-selector-id, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-addition, .hljs-variable, .hljs-template-variable {
  color: #e6db74;
}

.hljs-comment, .hljs-deletion, .hljs-meta {
  color: #75715e;
}

/* </system> */

/* <system section="background" selected="default"> */
/* default */
/* </system> */

#box2-inner {
    background-color:#FFFFC;
}
entry-title a{
  color: #ffffCC;
}

h1.entry-title a{
color: ##008080;
}


#g-nav {
    display: table;
    width: 100%;
    font-weight: bold;
    background-color:#191817 ;/* 背景色 */
}
.nav-item {
   display: table-cell;
   list-style-type: none;
   text-align: center;
}
.nav-item a {
    display: block;
    color: #fff;/* 文字色 */
    padding: 10px 0;
    text-decoration: none;
    transition: 0.2s;/* 変化にかかる時間 */
}
.nav-item a:hover {
    background-color: #fff;/* マウスがホバーした時の背景色 */
    color:#191817 ;/* マウスがホバーした時の文字色 */
}

.ad-infeed {
    margin-bottom: 30px;
}

span.author.vcard {display:none;}

