@charset "UTF-8";
.entry-title-link, .archive-heading, .page-entry #content .entry-title, #my-related-entries .hatena-module-title, #my-related-entries .related-entries-title-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 599px) {
  .entry-title-link, .archive-heading, .page-entry #content .entry-title, #my-related-entries .hatena-module-title, #my-related-entries .related-entries-title-link {
    font-size: 22px;
    text-size-adjust: 100%;
  }
}
.ft_contact, .btn_contact, .autopagerize_insert_before, .search-result .search-result-input, #box2 .hatena-module-search-box .search-module-input {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 599px) {
  .ft_contact, .btn_contact, .autopagerize_insert_before, .search-result .search-result-input, #box2 .hatena-module-search-box .search-module-input {
    font-size: 18px;
    text-size-adjust: 100%;
  }
}
.hatena-module-entries-access-ranking .hatena-module-body.top_access ul .urllist-item-inner > div a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 599px) {
  .hatena-module-entries-access-ranking .hatena-module-body.top_access ul .urllist-item-inner > div a {
    font-size: 16px;
    text-size-adjust: 100%;
  }
}
#box2 .entries-access-ranking.hatena-urllist, body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 599px) {
  #box2 .entries-access-ranking.hatena-urllist, body {
    font-size: 15px;
    line-height: 160%;
    text-size-adjust: 100%;
  }
}
#footer, .archive-category-link, .page-entry #content .entry-category-link, #top-editarea .link-to-cpl span, #top-editarea .lst_cat li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 599px) {
  #footer, .archive-category-link, .page-entry #content .entry-category-link, #top-editarea .link-to-cpl span, #top-editarea .lst_cat li a {
    font-size: 10px;
    text-size-adjust: 100%;
  }
}
.archive-heading::before, .search-result .archive-heading::before, #box2 .hatena-module-title {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 599px) {
  .archive-heading::before, .search-result .archive-heading::before, #box2 .hatena-module-title {
    font-size: 20px;
    text-size-adjust: 100%;
  }
}
.page-entry #content .entry-date {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 26px;
  font-weight: 800;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .page-entry #content .entry-date {
    font-size: 20px;
    text-size-adjust: 100%;
  }
}
.archive-date, #my-related-entries .related-entries-date-link {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 800;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  .archive-date, #my-related-entries .related-entries-date-link {
    font-size: 18px;
    text-size-adjust: 100%;
  }
}
.u-sp {
  display: none !important;
}
@media screen and (max-width: 599px) {
  .u-sp {
    display: block !important;
  }
}

@media screen and (max-width: 599px) {
  .u-pc, .hatena-module-entries-access-ranking .hatena-module-body.top_access, .hatena-module-entries-access-ranking .ti_popular {
    display: none !important;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  color: #050021;
  /* 10px四方の方眼紙 */
  background-color: #e0e1e3;
  background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/c/copilot/20220323/20220323234610.png");
  background-attachment: fixed;
  background-position: top left calc(50% - 80px);
  background-size: 160px 160px;
}
@media screen and (max-width: 599px) {
  body {
    /* SP で背景画像を固定する */
  }
  body::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    content: "";
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/c/copilot/20220323/20220323234610.png");
    background-position: top left calc(50% - 24px);
    background-size: 96px;
  }
}

body[data-isoveflowhidden=true] {
  overflow: hidden;
}

#container {
  padding: 87px 0;
}
@media screen and (max-width: 599px) {
  #container {
    padding: 52px 0;
  }
}

@media screen and (min-width: 1121px) {
  #top-editarea {
    width: 100%;
    max-width: 1120px;
    margin: auto;
  }
}
@media screen and (max-width: 1120px) {
  #top-editarea {
    width: 100%;
    padding: 0 57px;
  }
}
@media screen and (max-width: 599px) {
  #top-editarea {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1121px) {
  .page-index #main-inner,
.page-archive #main-inner,
.page-about #main-inner {
    width: 100%;
    max-width: 1120px;
    margin: auto;
  }
}
@media screen and (max-width: 1120px) {
  .page-index #main-inner,
.page-archive #main-inner,
.page-about #main-inner {
    width: 100%;
    padding: 0 57px;
  }
}
@media screen and (max-width: 599px) {
  .page-index #main-inner,
.page-archive #main-inner,
.page-about #main-inner {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1121px) {
  #bottom-editarea {
    width: 100%;
    max-width: 1120px;
    margin: auto;
  }
}
@media screen and (max-width: 1120px) {
  #bottom-editarea {
    width: 100%;
    padding: 0 57px;
  }
}
@media screen and (max-width: 599px) {
  #bottom-editarea {
    width: 100%;
    padding: 0 20px;
  }
}

#blog-title {
  display: none;
}

.page-entry .hatena-module-entries-access-ranking.lst_popular.toponly {
  display: none;
}

#top-editarea .cpl-logo {
  width: 161px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  #top-editarea .cpl-logo {
    width: 92px;
  }
}
#top-editarea .cpl-logo::before {
  float: left;
  padding-top: 44.72%;
  content: "";
}
#top-editarea .cpl-logo::after {
  display: block;
  clear: both;
  content: "";
}
#top-editarea .cpl-logo > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-editarea .lead {
  margin-top: 4px;
  text-align: center;
}
#top-editarea .link-to-cpl {
  height: 80px;
  margin-top: 62px;
  background: #050021;
}
#top-editarea .link-to-cpl a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#top-editarea .link-to-cpl figure {
  width: 183px;
  position: relative;
}
#top-editarea .link-to-cpl figure::before {
  float: left;
  padding-top: 20.77%;
  content: "";
}
#top-editarea .link-to-cpl figure::after {
  display: block;
  clear: both;
  content: "";
}
#top-editarea .link-to-cpl figure > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top-editarea .link-to-cpl span {
  color: #fff;
}
@media screen and (max-width: 599px) {
  #top-editarea .link-to-cpl {
    height: 48px;
    margin-top: 24px;
  }
  #top-editarea .link-to-cpl figure {
    width: 129px;
  }
}
#top-editarea .lst_cat {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}
#top-editarea .lst_cat li {
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #050021;
}
#top-editarea .lst_cat li a {
  display: block;
  padding: 1px 8px;
  color: #050021;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  #top-editarea .lst_cat li:hover {
    background-color: #d38bff;
  }
}

/*
　メニュー
*/
.nav {
  position: fixed;
  top: 32px;
  right: calc(50% - 533px);
  z-index: 10000;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 1120px) {
  .nav {
    right: 57px;
  }
}
@media screen and (max-width: 599px) {
  .nav {
    right: 20px;
  }
}

#box2 {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(5, 0, 33, 0.9);
}
#box2 #box2-inner {
  display: grid;
  grid-template-rows: repeat(3, fit-content);
  grid-template-columns: repeat(3, 1fr);
  column-gap: 79px;
  max-width: 1120px;
  margin: auto;
}
@media screen and (max-width: 1120px) {
  #box2 #box2-inner {
    display: block;
    max-width: auto;
    padding: 24px 56px;
  }
}
@media screen and (max-width: 599px) {
  #box2 #box2-inner {
    display: block;
    max-width: auto;
    padding: 24px;
  }
}
#box2 .hatena-module-search-box {
  grid-row: 1/2;
  grid-column: 1/4;
  margin-top: 80px;
}
@media screen and (max-width: 1120px) {
  #box2 .hatena-module-search-box {
    margin-top: 40px;
  }
}
#box2 .hatena-module-entries-access-ranking {
  grid-row: 2/4;
  grid-column: 1/2;
  margin-top: 80px;
}
@media screen and (max-width: 1120px) {
  #box2 .hatena-module-entries-access-ranking {
    margin-top: 40px;
  }
}
#box2 .hatena-module-category {
  grid-row: 2/4;
  grid-column: 2/3;
  margin-top: 80px;
}
@media screen and (max-width: 1120px) {
  #box2 .hatena-module-category {
    margin-top: 40px;
  }
}
#box2 .hatena-module-html:nth-child(4) {
  grid-row: 2/3;
  grid-column: 3/4;
  margin-top: 80px;
}
@media screen and (max-width: 1120px) {
  #box2 .hatena-module-html:nth-child(4) {
    margin-top: 40px;
  }
}
#box2 .hatena-module-search-box .hatena-module-title {
  display: none;
}
#box2 #box2 .hatena-module-search-box {
  width: 100%;
}
#box2 .hatena-module-search-box .search-form {
  position: relative;
  box-sizing: border-box;
  width: 640px;
  margin: 0 auto;
  background-clip: padding-box;
  border: 0;
}
@media screen and (max-width: 1120px) {
  #box2 .hatena-module-search-box .search-form {
    width: 100%;
  }
}
#box2 .hatena-module-search-box .search-module-input {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 12px;
  color: #2d2d2d;
  background-color: #fff;
  border: none;
  border-radius: 0;
  outline: 0;
}
#box2 .hatena-module-search-box .search-module-button {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  cursor: pointer;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/c/copilot/20220324/20220324154149.png") right center no-repeat !important;
  background-size: 24px 24px !important;
  border: none;
  outline: 0;
  transform: translateY(-50%);
}
#box2 .hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}
#box2 .hatena-module-title {
  padding-bottom: 24px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
#box2 .entries-access-ranking.hatena-urllist li + li {
  margin-top: 24px;
}
#box2 .hatena-urllist {
  padding: 0;
  list-style: none;
}
#box2 .hatena-urllist li + li {
  margin-top: 6px;
}
#box2 .hatena-urllist a {
  color: #fff;
  text-decoration: none;
}
#box2 .lst_links {
  padding: 0;
  list-style: none;
}
#box2 .lst_links img {
  margin: auto;
}
#box2 .hatena-module-body {
  padding: 24px 0 0;
  color: #fff;
}
#box2 .hatena-module-body a {
  color: #fff;
}

#box2 .urllist-title-link {
  font-size: 100% !important;
}
#box2 .profile-icon-link {
  float: left;
  margin-right: 12px;
}
#box2 .hatena-id-link {
  display: inline-block;
  padding-top: 15px;
}
#box2 .profile-description {
  padding-top: 16px;
  clear: both;
}

/*
 記事一覧ページ用
*/
.page-index .archive-entries,
.page-archive .archive-entries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(400px, auto);
  gap: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 1120px) {
  .page-index .archive-entries,
.page-archive .archive-entries {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(250px, auto);
  }
}

.archive-entry {
  padding: 40px;
  cursor: pointer;
  background: #fff;
}
@media screen and (max-width: 1120px) {
  .archive-entry {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .archive-entry {
    padding: 24px;
  }
}
@media screen and (min-width: 600px) {
  .archive-entry:hover {
    background: #d38bff;
  }
}

.archive-date a {
  color: #050021;
  text-decoration: none;
}

.entry-title-link {
  margin-top: 16px;
  color: #050021;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .entry-title-link {
    margin-top: 0;
  }
}

.archive-entry-body {
  display: none;
}

.entry-thumb-link {
  display: none;
}

.categories {
  margin-top: 8px;
}
@media screen and (max-width: 1120px) {
  .categories {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .categories {
    margin-top: 4px;
  }
}

.archive-category-link {
  display: inline-block;
  padding: 1px 8px;
  color: #818088;
  text-decoration: none;
  border: 1px solid #818088;
}

.autopagerize_insert_before {
  width: fit-content;
  min-width: 320px;
  margin: 56px auto 0;
  text-align: center;
  border: 2px solid #2909df;
}
.autopagerize_insert_before a {
  display: block;
  padding: 23px;
  color: #2909df;
  text-decoration: none;
}
@media screen and (max-width: 1120px) {
  .autopagerize_insert_before {
    width: 100%;
    min-width: auto;
    margin-top: 32px;
  }
  .autopagerize_insert_before a {
    padding: 9px;
  }
}
@media screen and (min-width: 600px) {
  .autopagerize_insert_before:hover {
    background: #2909df;
  }
  .autopagerize_insert_before:hover a {
    color: #fff;
  }
}

/*
 カテゴリ・タグページ用
*/
.page-archive #top-box {
  display: none;
}

.archive-heading {
  text-align: center;
}
.archive-heading::before {
  display: block;
  margin-top: 40px;
  content: "Category";
}

/*
 検索用
*/
.search-result .archive-heading::before {
  display: block;
  margin-top: 40px;
  content: "Result";
}
.search-result .search-result-form {
  position: relative;
  box-sizing: border-box;
  width: 640px;
  max-width: auto;
  margin: 16px auto 0;
  background-clip: padding-box;
  border: 0;
}
@media screen and (max-width: 1120px) {
  .search-result .search-result-form {
    width: 100%;
  }
}
.search-result .search-result-input {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 16px 12px;
  color: #2d2d2d;
  background-color: #fff;
  border: none;
  border-radius: 0;
  outline: 0;
}
.search-result .search-result-button {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  cursor: pointer;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/c/copilot/20220324/20220324154149.png") right center no-repeat !important;
  background-size: 24px 24px !important;
  border: none;
  outline: 0;
  transform: translateY(-50%);
}
.search-result .search-result-button:hover {
  opacity: 0.85;
}

/*
 個別記事ページ用
*/
#top-box {
  padding-top: 40px;
  margin-top: 40px;
  background: #fff;
}

.breadcrumb {
  width: 862px;
  margin: auto;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1120px) {
  .breadcrumb {
    width: 100%;
    padding: 0 56px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumb {
    padding: 0 20px;
  }
}
.breadcrumb a {
  color: #050021;
  text-decoration: none;
}

.page-entry #content {
  background: #fff;
  /*
    記事内スタイル
  */
}
.page-entry #content #content-inner {
  width: 862px;
  margin: auto;
}
@media screen and (max-width: 1120px) {
  .page-entry #content #content-inner {
    width: 100%;
    padding: 0 56px;
  }
}
@media screen and (max-width: 599px) {
  .page-entry #content #content-inner {
    padding: 0 20px;
  }
}
.page-entry #content .entry-date {
  padding-top: 80px;
}
@media screen and (max-width: 1120px) {
  .page-entry #content .entry-date {
    padding-top: 40px;
  }
}
.page-entry #content .entry-date a {
  color: #050021;
  text-decoration: none;
}
.page-entry #content .entry-category-link {
  display: inline-block;
  padding: 1px 8px;
  color: #818088;
  text-decoration: none;
  border: 1px solid #818088;
}
@media screen and (min-width: 600px) {
  .page-entry #content .entry-category-link:hover {
    background: #d38bff;
  }
}
.page-entry #content .entry-content {
  margin-top: 40px;
  line-height: 180%;
}
.page-entry #content .entry-content p {
  margin-top: 2em;
}
.page-entry #content .entry-content img {
  height: auto;
  margin-top: 2em;
  border: 1px solid #E9E9E7;
}
.page-entry #content .entry-content hr {
  margin-top: 2em;
  border: 1px solid #050021;
}
.page-entry #content .entry-content blockquote {
  padding-left: 2em;
  border-left: 1em solid #eff0f2;
}
.page-entry #content .entry-content figcaption {
  text-align: left;
}
.page-entry #content .entry-content ul {
  padding-left: 1.5em;
}
.page-entry #content .entry-content ul p {
  margin: 0;
}
.page-entry #content .entry-content ol {
  padding-left: 1.5em;
}
.page-entry #content .entry-content ol p {
  margin: 0;
}
.page-entry #content .entry-content h1,
.page-entry #content .entry-content h2,
.page-entry #content .entry-content h3,
.page-entry #content .entry-content h4,
.page-entry #content .entry-content h5,
.page-entry #content .entry-content h6 {
  margin-top: 2em;
}
.page-entry #content .entry-content h1 {
  padding-bottom: 24px;
  border-bottom: 1px solid black;
}
.page-entry #content .entry-content .table-of-contents {
  padding: 20px;
  font-size: 90%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #ddd;
  border-radius: 20px;
}
.page-entry #content .entry-content .table-of-contents::before {
  display: block;
  padding: 0 0 10px;
  margin: 0 0 10px;
  font-size: 110%;
  content: "目次";
  border-bottom: 1px solid #ddd;
}
.page-entry #content .entry-content .table-of-contents li {
  margin: 0 0 0 20px;
  list-style-type: decimal;
}
.page-entry #content .entry-content .table-of-contents li ul {
  padding: 0 0 0 20px;
}
.page-entry #content .entry-content .table-of-contents li ul li {
  margin: 0;
}
.page-entry #content .entry-footer {
  margin-top: 0.1rem;
}
.page-entry #content .entry-footer .entry-tags {
  display: none;
}
.page-entry #content .entry-footer-section {
  font-size: 80%;
  color: #999;
}
.page-entry #content .entry-footer-html,
.page-entry #content .social-buttons {
  margin: 0.1rem 0;
}
.page-entry #content .pager-permalink {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-top: 24px;
}

#my-related-entries .hatena-module-title {
  margin-top: 40px;
  text-align: center;
}
#my-related-entries .related-entries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(400px, auto);
  gap: 20px;
  padding: 0;
  margin-top: 24px;
}
@media screen and (max-width: 1120px) {
  #my-related-entries .related-entries {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(250px, auto);
    list-style: none;
  }
}
#my-related-entries .related-entries-item {
  padding: 40px;
  cursor: pointer;
  background: #fff;
}
@media screen and (max-width: 1120px) {
  #my-related-entries .related-entries-item {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  #my-related-entries .related-entries-item {
    padding: 24px;
  }
}
@media screen and (min-width: 600px) {
  #my-related-entries .related-entries-item:hover {
    background: #d38bff;
  }
}
#my-related-entries .related-entries-date-link a {
  color: #050021;
  text-decoration: none;
}
#my-related-entries .related-entries-title-link {
  margin-top: 16px;
  color: #050021;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  #my-related-entries .related-entries-title-link {
    margin-top: 0;
  }
}
#my-related-entries .related-entries-entry-body {
  display: none;
}
#my-related-entries .related-entries-image-link {
  display: none;
}

.page-about .entry {
  margin-top: 40px;
}
.page-about .entry-inner {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 1120px) {
  .page-about .entry-inner {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .page-about .entry-inner {
    padding: 24px;
  }
}
.page-about dl {
  margin-top: 24px;
}
.page-about dt {
  margin-top: 12px;
}
.page-about .js-about-subscriber > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-about .js-about-subscriber > div span {
  margin-right: 12px;
}

.ft_contact {
  padding: 40px;
  margin-top: 69px;
  background: #fff;
}

.hatena-module-entries-access-ranking .hatena-module-body.top_access ul {
  padding: 0;
}
.hatena-module-entries-access-ranking .hatena-module-body.top_access ul .urllist-item-inner > div {
  padding: 0 !important;
}
.hatena-module-entries-access-ranking .hatena-module-body.top_access ul .urllist-item-inner > div a {
  display: inline-block;
  width: 100%;
  padding: 4px 16px;
  color: #050021;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .hatena-module-entries-access-ranking .hatena-module-body.top_access ul .urllist-item-inner > div a:hover {
    background: #d38bff;
  }
}
.hatena-module-entries-access-ranking .hatena-module-body.top_access ul .urllist-item-inner > div .bookmark-widget-counter {
  display: none;
}
.hatena-module-entries-access-ranking .hatena-module-body.top_access ul li + li {
  margin-top: 20px;
}
.hatena-module-entries-access-ranking .ti_popular {
  margin-top: 36px;
}

.btn_contact {
  width: fit-content;
  min-width: 320px;
  margin: 40px auto 0;
  text-align: center;
  cursor: pointer;
  border: 2px solid #2909df;
}
.btn_contact a {
  display: block;
  padding: 23px;
  color: #2909df;
  text-decoration: none;
}
@media screen and (max-width: 1120px) {
  .btn_contact {
    width: 100%;
    min-width: auto;
    margin-top: 32px;
  }
  .btn_contact a {
    padding: 9px;
  }
}
@media screen and (min-width: 600px) {
  .btn_contact:hover {
    background: #2909df;
  }
  .btn_contact:hover a {
    color: #fff;
  }
}

.ft_ban {
  display: grid;
  grid-template-columns: repeat(3, 320px);
  justify-content: space-between;
  padding: 0;
  margin: 0;
  margin-top: 80px;
  list-style: none;
}
@media screen and (max-width: 1120px) {
  .ft_ban {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
}
.ft_ban img {
  width: 100%;
  height: auto;
}

#footer {
  margin-top: 32px;
  text-align: center;
}
#footer .services {
  margin-top: 4px;
}
#footer a {
  color: #050021;
  text-decoration: none;
}

#page-top-area {
  display: none !important;
}

/* 20240926追加ココカラ */

.hatena-module-custom-entryfootbutton-services-in a {
    background: #06EAC1;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 80%;
    padding: 10px 25px;
    color: #333333;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.hatena-module-custom-entryfootbutton-services-in a:hover {
    background: #333333;
    color: #FFF;
}
.hatena-module-custom-entryfootbutton-services-in a:after {
    width: 5px;
    height: 5px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.hatena-module-custom-entryfootbutton-services-in a:hover:after {
    border-color: #FFF;
}
.hatena-module-custom-entryfootbutton-services-in {
    padding: 20px 0 20px 0;
}
.hatena-module-custom-entryfootbutton-services {
    vertical-align:middle; 
    padding: 60px 0 20px 0;
    text-align: center;
    font-weight:bold;
}

.hatena-module-custom-entryfootbutton-contact-in a {
    background: #FF3D61;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 80%;
    padding: 10px 25px;
    color: #FFFFFF;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.hatena-module-custom-entryfootbutton-contact-in a:hover {
    background: #333333;
    color: #FFF;
}
.hatena-module-custom-entryfootbutton-contact-in a:after {
    width: 5px;
    height: 5px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.hatena-module-custom-entryfootbutton-contact-in a:hover:after {
    border-color: #FFF;
}
.hatena-module-custom-entryfootbutton-contact-in {
    padding: 20px 0 50px 0;
}
.hatena-module-custom-entryfootbutton-contact {
    vertical-align:middle; 
    padding: 20px 0 0px 0;
    text-align: center;
    font-weight:bold;
}
/* 20240926追加ココマデ */
/* 20241003追加ココカラ */

.hatena-module-custom-entryfootbutton-newsletter-in a {
    background: #6D7483;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 80%;
    padding: 10px 25px;
    color: #FFFFFF;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.hatena-module-custom-entryfootbutton-newsletter-in a:hover {
    background: #333333;
    color: #FFF;
}
.hatena-module-custom-entryfootbutton-newsletter-in a:after {
    width: 5px;
    height: 5px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.hatena-module-custom-entryfootbutton-newsletter-in a:hover:after {
    border-color: #FFF;
}
.hatena-module-custom-entryfootbutton-newsletter-in {
    padding: 20px 0 50px 0;
}
.hatena-module-custom-entryfootbutton-newsletter {
    vertical-align:middle; 
    padding: 10px 0 50px 0;
    text-align: center;
    font-weight:bold;
}

/* 20241003追加ココマデ */