.cat-name {
  display: none !important;
}

div#comments {
  display: none;
}

@media only screen and (min-width: 769px) {
  #content.one-column {
    margin-top: 0;
    background: #f1f1f1;
  }

  #entry {
    margin-bottom: 1.5em;
    border-radius: 10px;
    margin-top: 1em;
    background-color: white;
  }
}

.header {
  position: relative;
  z-index: 99;
  box-shadow: 0 1px 2px rgb(0 0 0 / 18%);
  background-color: #ffffff;
  width: 95%;
  margin: auto;
  border-radius: 0px 0px 10px 10px;
}

.footer p {
  line-height: 3;
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

#footer-menu {
  line-height: 1.55;
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

#breadcrumb {
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.single-title,
.page-title {
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

/************************************
** H2タイトル
************************************/

.entry-content h2 {
  font-family: -apple-system, BlinkMacSystemFont, YakuHanJP,
    hiragino kaku gothic pron, Meiryo, sans-serif;
  color: #fffff9;
  font-size: 1.5rem;
  line-height: 1.5;
  background-color: #1a4a85;
  border-radius: 5px;
  min-height: 8rem;
  margin: 2.7rem -40px 2rem;
  padding: 3% 7%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 769px) {
  .entry-content h2 {
    color: #fffff9;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 5px;
    min-height: 8rem;
    margin: 2.7rem -10px 2rem;
    padding: 3% 7%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.entry-content h3 {
  font-family: -apple-system, BlinkMacSystemFont, YakuHanJP,
    hiragino kaku gothic pron, Meiryo, sans-serif;
  color: #fffff9;
  font-size: 1.2rem;
  line-height: 1.5;
  background-color: #1a4a85;
  border-radius: 5px;
  min-height: 4rem;
  margin: 2.7rem -80px2rem;
  position: relative;
  display: flex;
  align-items: center;
  padding: 3% 2%;
}
#toc_container,
#ez-toc-container,
.entry-content h3,
.li-mainbdr ul,
.li-mainbdr ol {
  border-color: #1a4a85;
}

.entry-content h4 {
  border-bottom: 3px double #4ed7de;
  border-left-width: 0px;
  border-color: #4ed7de;
}

.entry-meta {
  padding: 0;
  display: none;
}

.comment-respond {
  display: none;
}

.prnx_box {
  display: none;
}

.box23 {
  max-width: 650px;
}

.is-style-sango-list-bad li ol > li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: 50%;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  content: counter(number);
  counter-increment: number;
}

.is-style-sango-list-main-color li:before {
  background-color: #5fb84d;
}

/*--------------------------------------
  スタイリッシュな表
--------------------------------------*/

.entry-content table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  text-align: center;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.entry-content table th {
  color: white;
  background: #c19e00;
  border-bottom: none;
  padding: 10px 0;
  letter-spacing: 0.15em;
}
.entry-content table td {
  color: #414141;
  padding: 15px 5px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
}
.entry-content table tr:last-child td {
  border-bottom: none;
}
.entry-content table td:not(last-child) {
  border-right: 1px solid #e1e1e1;
}
.entry-content td:last-child {
  border-right: 0 !important;
}
.entry-content table td:nth-child(1) {
  background-color: #ecb88c0d;
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
  display: block;
}
/***** 薄い背景　別ver *****/
/*
.entry-content table td:nth-child(2) {
    background-color: #8ce6ec0d;
}
.entry-content table tr:nth-child(odd) {
    background-color: #8ce6ec0d;
}
.entry-content table tr:nth-child(even) {
    background-color: #8ce6ec0d;
}
*/

.ol-circle ol {
  border: solid 0px #e8e8e8;
  padding: 0em 0.7em;
}

/***** スクロールさせない*****/
/*

*/

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

.appreach {
  text-align: left;
  padding: 25px;
  margin: 20px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 2px 5px 1px #e5e5e5;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach img,
.appreach p {
  margin: 0;
  padding: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
p.appreach__name {
  font-size: 16px;
  color: #555;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
  color: #888;
}
.appreach__info a {
  color: #aaa;
}
.appreach__developper,
.appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 15px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
@media only screen and (max-width: 786px) {
  .appreach {
    margin: 20px 0;
  }
  .appreach__info {
    font-size: 11px !important;
  }
  p.appreach__name {
    font-size: 15px;
  }
}

.box23 {
  position: relative;
  margin: 1.5em 0em 1em 40px;
  padding: 20px;
  border-radius: 30px;
  background: #defffe;
  font-size: 15px;
}

.box23:after {
  position: absolute;
  bottom: 0;
  left: -23px;
  color: #defffe;
  font-family: FontAwesome;
  font-size: 23px;
  content: "\f111";
}

.box23:before {
  color: #defffe;
}

.cardtype__article {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0px 0px 10px 10px;
  position: relative;
  border-radius: 1rem;
  background: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.cardtype__img img {
  border-radius: 20px 20px 0px 0px;
}

.cardtype__article:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.09);
  transform: translateY(-4 px);
  -webkit-transform: scale(1.3);
  transform: scale(1.1);
}

body .sgb-box-simple .sgb-box-simple__body {
  font-size: 0.97em;
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.sgb-box-simple--title-center .sgb-box-simple__title {
  text-align: center;
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

.entry-content .haiiro {
  padding: 0.3em 0.5em;
  margin: 0 0.2em;
  border-radius: 5px;
  background: #ffffff;
  color: #404040;
  font-size: 1em;
  box-shadow: 0 3px 0 #25252566;
}

.pagination span,
.post-page-numbers {
  border-radius: 20%;
}
.pagination a {
  border-radius: 20%;
}

td.table-bt a {
  border-radius: 20px;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  border-bottom: 2px solid #2336c1;
  background-color: #fd6401;
  color: #fff;
  border-radius: 10px;
  border: 0.1rem solid #eb611e;
  border-bottom: 5px solid #b84d18;
}

td.table-bt-syo a {
  border-radius: 20px;
  padding: 10px;
  font-weight: bold;
  border-bottom: 2px;
  background-color: #f2f2f2;
  color: #000;
  border-radius: 10px;
  border: 0.1rem solid #f2f2f2;
  background: #f0f0f1;
  border-bottom: 5px solid #999999;
}

.wp-block-flexible-table-block-table {
  overflow-x: auto;
}

.entry-content .sgb-heading--type2 {
  margin: 0px 0px -2em;
}

.single-title,
.page-title {
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  float: revert;
  font-size: 14px;
}

#breadcrumb ul {
  margin: 0;
  float: right;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 10px;
}

.entry-content {
  padding: 0px 15px 0px 15px;
}

.syokai-gazo a {
  border-radius: 1rem;
}
.syokai-gazo :hover {
  box-shadow: 0 0px 0px 0 rgb(0 0 0 / 9%);
  transform: translateY(-4 px);
  -webkit-transform: scale(1.3);
  transform: scale(1.1);
  animation: fadeIn 0.7s ease 0s 1 normal;
}

.flat7 {
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

p.syokai {
  font-family: "Yu Gothic UI", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}

@media screen and (min-width: 769px) {
  body #content.dau-single-bg {
    background-image: none !important;
    background-color: #eaeaea;
  }
}
