/*
Theme Name: 	technical book
Theme URI: 		https://runcha-app.com/technical/
Description: 	technical book 2022-06-06
Version: 		1.0
Author: 		Advan
*/
:root {
  --yellow: #EFB700;
  --yellow-pale: #FFF4CA;
  --yellow-dark: #E4A800;
  --green: #6B960D;
  --blue: #2F80CB;
  --green-pale: #DCEABD;
  --text-color: #000000;
  --text-pale: #9F9F9F;
  --base: #F1F1F1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", serif;
  line-height: 120%;
  color: var(--text-color);
}

h1 {
  font-weight: 800;
}

a,
a:hover,
a:visited {
  color: inherit;
}

h4 {
  font-size: 18px;
}

body {
  margin: 0;
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: white;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

header {
  position: fixed;
  width: 100%;
  z-index: 299;
  background: #fff;
  /* background:url(https://ad-van.co.jp/yuutai/wp-content/uploads/2024/06/1962ac5_Photorealistic_close-up_shot_of_a_gift_box_overflowing__1a1f8afb-8002-41a2-8a2a-ed7df3d6e01a.webp) #fff center center no-repeat;background-size: 100% auto; */
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.oposts img,
.bookgrid img {
  width: 100%;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:hover {
  opacity: .7;
}

input,
textarea,
button {
  -webkit-appearance: none;
}

header h1 {
  margin: 0;
}

button {
  box-shadow: none;
  border: none;
}

.header_bar {
  max-width: 630px;

}

.h3_mark {
  width: 8px;
  height: 28px;
  background-color: var(--green);
}

.h3_text {
  font-weight: 700 !important;
  font-size: 18px !important;
  border: none !important;
  padding: 0 !important;
  margin: auto 8px !important;
}

.headerimage {
  position: relative;
}

.headerimage img {
  max-height: 400px;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 721px) {

  /*PC*/
  .headernav {
    display: grid;
    grid-template-columns: 250px 1fr;
  }

  .headerlinks>div>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
  }

  .headerlinks>div>ul>li {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 15px;
  }

  .headerlinks>div>ul>li,
  .searchinnav {
    height: 70px;
    line-height: 70px;
  }

  .headerlinks ul>li ul {
    position: absolute;
    z-index: 9;
    width: 100%;
    display: none;
    background: #fff;
    width: 250px;
    margin-left: -75px;
    box-shadow: 1px 1px 5px #ccc;
    border-radius: 0 0 10px 10px;
  }

  .headerlinks ul.sub-menu li {
    border-bottom: 1px solid #eee;
    text-align: left;
    padding-left: 2em;
  }

  .headerlinks ul>li:hover ul {
    display: block;
  }

  .headerlinks ul a {
    display: block;
    height: 100%;
    font-size: 16px;
    color: var(--green);
  }

  .sub-menu a {
    line-height: 60px;
  }

  .sub-menu a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 6px;
    content: '\f0da';
  }

  .searchinnav {
    cursor: pointer;
    text-align: right;
  }
}

.breadcrumbs {
  margin: 15px 0 20px;
  font-size: 0.8em;
}

.breadcrumbs a {
  color: var(--green);
}

.breadcrumbs i.fa-caret-right {
  color: #A8A8A8;
  margin: 0 3px;
}

.breadcrumb span::after {
  content: ' > ';
  margin: 0 5px;
}

.breadcrumb span:last-child::after {
  content: '';
}

.breadcrumb strong {
  font-weight: normal;
}

.single .catebread.position2,
.single .catebread.position2+span {
  display: none;
}

/*headline*/
article {
  background: #fff;
  padding: 15px 25px 15px;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

article p {
  letter-spacing: 0.8px;
}

article a {
  color: var(--green);
  text-decoration: underline;
}

.post-content {
  width: 680px;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.post-content h1 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.post-content h2 {
  border-left: 9px solid var(--green);
  border-bottom: 1px solid var(--green);
  padding: 0.1em 0.7em;
  font-size: 18px;
  font-weight: normal;
  margin-top: 69px;
}

.post-content h3 {
  border-left: 4px solid var(--green);
  font-weight: normal;
  padding-left: 10px;
  font-size: 18px;
  margin-top: 37px;
}

article h2,
article h3 {
  letter-spacing: 0.9px;
}

.singlemeta {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.singlemeta+img.wp-post-image {
  margin-bottom: 20px;
}

.singlemeta div {
  display: flex;
  align-items: center;
}

.singlesnsbtns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.singlesnsbtns i {
  font-size: 22px !important;
  height: auto !important
}

.singlesnsbtns a:first-child {
  background: #000;
  border-radius: 25px;
  text-align: center;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  position: relative;
}

.singlesnsbtns i.fa-twitter {
  color: #fff;
  font-size: 14px !important;
}

.singlesnsbtns a img {
  height: 16px;
  vertical-align: baseline;
  position: absolute;
  top: 4px;
  left: 5px;
}

.singlesnsbtns a:last-child {
  margin-top: 7px;
  margin-left: 6px;
}

.merit {
  padding: 20px;
  margin: 20px 0;
}

.merit>span {
  display: block;
}

.merit>span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
  color: green;
  font-weight: 900;
  margin-right: 5px;
}

.merit.demerit>span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  color: red;
  font-weight: 900;
  margin-right: 5px;
}

.chosha {
  padding: 32px 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 10px;
}

.choshatitle {
  font-size: 1.2rem;
  display: block;
}

.choshaname {
  display: block;
  padding: 10px 0;
}

.chosha img {
  width: 100px;
  border-radius: 80px;
}

.post-modified-info:before {
  font-family: "Font Awesome 5 Free";
  content: "\f2f1";
  font-weight: 900;
  margin-right: 5px;
}

.post-content .merit_title {
  position: relative;
  margin: 5px 0 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  padding: 0 10px 10px;
  font-size: 1.3em;
  border-bottom: 2px solid #eee;
  color: green;
}

.post-content .demerit .merit_title {
  color: red;
}

.post-content .merit_title::before {
  content: "";
  width: 30%;
  height: 2px;
  background: #666;
}

.post-content .merit_title::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 0;
  display: block;
}

.post-content h6 {
  font-size: 18px;
  padding: 1rem 2rem;
  border-left: 4px dotted #000;
}

.post-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 32px 0 24px;
  line-height: 1.5;
  border-bottom: 2px solid #e2e1de;
  padding-bottom: 8px;
}

.post-content h5 {
  font-size: 16px;
}

.merit {
  position: relative;
  display: block;
  color: #5f5a59;
  font-style: normal;
  background: #f7f7f7;
}

.merit_title {
  position: relative;
  margin: 3em 0 2em;
}

.merit_title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--color_htag) 0%, var(--color_htag) 29.3%, rgba(150, 150, 150, .2) 29.3%, rgba(150, 150, 150, .2) 100%);
}

blockquote.wp-block-quote {
  position: relative;
  padding: 7px 16px;
  box-sizing: border-box;
  font-style: italic;
  color: #8b8b8b;
  border: solid 1.5px #8b8b8b;
  margin: 25px 20px;
}

blockquote.wp-block-quote:before {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  background: #8b8b8b;
  color: #FFF;
  font-size: 1rem;
  font-weight: 900;
}

blockquote.wp-block-quote:after {
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  background: #8b8b8b;
  color: #FFF;
  font-size: 1rem;
  font-weight: 900;
}

blockquote.wp-block-quote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote.wp-block-quote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.post-content>ol li,
.post-content>ul li,
.anken_table ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 25px;
  padding-bottom: 10px;
}

.post-content>ol {
  counter-reset: li;
  padding-left: 0;
}

.post-content>ol li {
  list-style: none;
}

.post-content>ol li::before {
  position: absolute;
  left: 1px;
  top: -.25em;
  display: block;
  box-sizing: content-box;
  width: 2em;
  height: 2em;
  padding: 0;
  color: #fff;
  line-height: 2;
  text-align: center;
  background-color: #333;
  border-radius: 50%;
  -webkit-transform: scale(.68);
  transform: scale(.68);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  counter-increment: li;
  content: counter(li);
}

.post-content>ul,
.anken_table ul {
  padding-left: 0;
  border: 1px solid var(--green);
  border-radius: 10px;
  padding: 20px 20px 15px;
}

.post-content>ul li,
.anken_table ul li {
  list-style: none;
  padding-left: 2rem
}

.post-content>ul li:before,
.anken_table ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1em;
  height: auto;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  background: 0 0;
  border: none;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  color: var(--green);
}

.post-content>ul.matome {
  margin: -15px 0 0;
  padding: 15px 10px 5px;
  border: 1px solid #333;
}

.post-content>ul.matome li:before {
  color: #fff;
  background: #4BDAFF;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  margin: 0.2rem;

}

.book_title {
  border-bottom: 1px dashed #999;
}

.tradingview-widget-container div>iframe,
.tradingview-widget-container div {
  width: 100% !important;
}

/*table*/
figure.wp-block-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
}

figure.wp-block-table.layoutfixed {
  width: 100%;
}

figure.wp-block-table table {
  white-space: nowrap;
}

.wp-block-table.layoutfixed table {
  table-layout: fixed;
  width: revert-layer;
}

.cellfixed td,
.cellfixed th {
  width: 200px;
}

.cellfixed table {
  table-layout: fixed;
  width: 100%;
}

table {
  border-collapse: collapse;
}

.wp-block-table.is-style-stripes,
.wp-block-table.is-style-regular {
  margin: 0
}

.wp-block-table.is-style-stripes table tbody tr:first-child td {
  background-color: var(--green) !important;
  color: #fff;
}

.wp-block-table.wp-block-table.is-style-stripes table td {
  padding: .5em .75em;
  vertical-align: top;
  border-bottom: solid 1px #ededed;
  border-left: solid 1px #ededed;
  background: #fff !important;
  border-right: 1px solid #ededed
}

.wp-block-table.is-style-regular table tr {
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

.wp-block-table.is-style-regular table tr:hover {
  background-color: #d4f0fd;
}

.wp-block-table.is-style-regular table th,
.wp-block-table.is-style-regular table td {
  text-align: center;
  width: 25%;
  padding: 15px 0;
}

figure.wp-block-table table {
  white-space: break-spaces;
}

/*目次*/

.post-content #toc_container {
  box-sizing: border-box;
  margin: 0 auto;

  width: 100%;
  border: none;
  background: #EDFAFA;
  border-radius: 0;
  padding: 10px 20px 15px;
  border: 1px solid var(--green);
}

.toc_title-container,
#toc_container p.toc_title {
  display: block;
  text-align: center;
}

#toc_container p.toc_title {
  text-align: left;
  padding: 8px 0;
  font-size: 19px;
  color: #5C5C5C;
}

#toc_container li {
  padding: 6px 0;
}

#toc_container a {
  color: var(--text-color);
}

#toc_container nav>ul>li {
  margin-bottom: 15px;
}

#toc_container ul.toc_list-level-3 li a::before,
.toc_widget-container ul.toc_list-level-3 li a::before {
  content: '';
}

.post-content #toc_container ul.toc_list-level-3 {
  list-style-type: disc;
  list-style-type: disc;
  overflow: visible;
}

.post-content #toc_container ul.toc_list-level-3 li {
  list-style-type: disc;
  list-style: disc;
  overflow: visible;
  margin-left: 20px;
  font-size: 14px;
}

.toc_number {
  border-right: 1px solid #999;
  padding-right: 5px;
}

#toc_container p.toc_title+ul.toc_list {
  margin: 0;
}

ul.toc_list>li:before {
  content: '▶ ';
  color: var(--green)
}

ul.toc_list>li>a {}

#toc_container.no_bullets ul.toc_list>li>ul>li,
.single_left ul.toc_list>li>ul>li {
  list-style-type: decimal;
  margin-left: 13px;
}

.single_left ul.toc_list>li>ul>li {
  margin-left: 40px;
}

#toc_container.no_bullets ul.toc_list>li>ul>li::marker,
.single_left ul.toc_list>li>ul>li::marker {
  font-weight: bold;
  color: var(--green);
}

.single_left .toc_title {
  font-weight: bold;
  color: var(--green);
  border-bottom: 3px solid var(--green);
  padding: 0 0 6px;
  font-size: 19px;
}

.single_left ul.toc_list>li {
  margin-bottom: 15px;
  font-size: 14px;
}

/* #toc_container ul.toc_list li a::before, .toc_widget-container ul.toc_list li a::before{
	content: counters(item, ".") " | ";
	counter-increment: item;
} */
/*waku*/
.waku1 {
  position: relative;
  padding: 2em 1.5em 1.5em;
  margin: 20px 0;
  background: #fff;
  color: #333;
  border-top-width: 2px;
  border-top-style: solid;
}

.waku1::before {
  position: absolute;
  top: -1px;
  left: .75em;
  padding: 8px;
  color: #fff;
  font-size: 1.35em;
  content: "\f5ad";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  border: solid 2px;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #999;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #999;
}

.waku2 {
  position: relative;
  padding: 0.25em 1em;
}

.waku2:before,
.waku2:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.waku2:before {
  border-left: solid 1px #6F768B;
  border-top: solid 1px #6F768B;
  top: 0;
  left: 0;
}

.waku2:after {
  border-right: solid 1px #6F768B;
  border-bottom: solid 1px #6F768B;
  bottom: 0;
  right: 0;
}

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

.waku3 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #35363A;
  border-radius: 8px;
}

.waku3 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #35363A;
  font-weight: bold;
}

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

:root .has-luminous-vivid-orange-color {
  color: #DE4830;
}

/*blogcard*/
.blogcard {
  line-height: 1;
  background-color: #fff;
  border: 1px solid var(--green);
  word-wrap: break-word;
  margin: 40px 0;
  padding: 25px 15px 15px;
  position: relative;
}

.blogcard :before {
  background-color: var(--green);
  color: #FFFFFF;
  content: '合わせて読みたい';
  font-size: 12px;
  display: block;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: -15px;
  left: -1px;
}

.blogcard_content {
  font-weight: bold;
  line-height: 1.6;
  font-size: 14px;
}

.blogcard_content:after {
  content: 'この記事を読む  >';
  border: 1px solid var(--green);
  padding: 3px 10px;
  color: var(--green);
  font-size: 13px;
  float: right;
  margin-top: 10px
}

.blogcard a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
  color: #333;
}

.blogcard a:hover {
  /* opacity: 0.6; */
  text-decoration: underline;
}

.blogcard_thumbnail {
  float: left;
  padding-right: 10px;
  width: 33%;
}

.blogcard_title {
  font-size: 1.2em;
  line-height: 1.4;
  padding: 0 0 10px;
}

.blogcard_excerpt {
  font-size: 0.85em;
  line-height: 1.6;
  padding: 0 17px 15px 20px;
  opacity: .8;
  display: none;
}

/* 監修コンテナ */
.kanshu {
  margin-top: 20px;
  width: 100%;
  margin: 0;
}

.kanshu_grid {
  display: grid;
  grid-template-columns: 52px 3fr;
  gap: 12px;
}

/* 監修 */
.kanshu span {
  background: var(--green-pale);
  color: var(--text-color);
  padding: 2px 8px;
  font-size: 12px;
}

/* 監修アイコン */
.kanshu img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

/* 監修人名 */
.kanshu_name {
  font-weight: bold;
  font-size: 18px;
  margin: 4px 0px;
}

/*search*/
.searcharea {
  margin: 20px 0;
  position: relative;
}

.searcharea form {
  display: grid;
  grid-template-columns: 3fr 60px;
  grid-gap: 0;
}

input#s {
  border: 1px solid #DEDEDE;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  background: #fff;
}

button.header-search-button {
  background: #0A1E36;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.selecttag {
  border: 1px solid #DEDEDE;
  background: #fff;
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  color: #989898;
  font-size: 0.9rem;
}

.selecttag.on {
  background: #0A1E36;
  color: #fff;
}

.pulldowntags {

  background: #F0F4FC;
  border: 1px solid #AACDE1;
  padding: 20px;
  z-index: 1;
}

.selecttag::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f0dd';
  position: absolute;
  right: 15px;
  top: 0px;

  font-weight: 900;
  color: #aaa;
}

.pulldowntags a {
  color: #698DDC;
  display: inline-block;
  margin: 7px 10px;
  text-decoration: underline;
}

.pulldowntags a::before {
  content: '#';
}

input#s {
  border-right: none;
  margin-right: 0;
}

.search_inner button.header-search-button {
  background: #fff;


  border: 1px solid #DEDEDE;
  border-left: none;
  margin-left: 0;
}

/* .search_inner button.header-search-button:after{font-family: 'Font Awesome 5 Free';    content: '\f002';font-weight: 900;color: #0A1E36;float: right;margin-right: 10px;margin-top:-5px ;} */
input:focus {
  outline: none;
}

/*about us*/
.aboutwritters {
  border: 1px solid var(--green) !important;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 40px;
}

.ab_head {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 10px;
  margin-bottom: 15px;
}

.ab_head img {
  width: 130px;
  height: 130px;
  border-radius: 130px;
}

.ab_name {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.ab_name div {
  font-weight: normal;
  font-size: 15px;
  color: #999;
  display: inline;
  margin-left: 15px;
}

.ab_name div::before {
  content: '( ';
}

.ab_name div::after {
  content: ' )';
}

.aboutwritters .ab_head+strong {
  color: #777;
  font-size: 15px;
  font-weight: normal;
}

.aboutwritters .ab_head+strong:before {
  content: '◆ ';

}

.aboutwritters p {
  margin: 10px 0 0
}

.page-id-3180 .wp-block-table.wp-block-table.is-style-stripes table tr:nth-child(n+2) td:first-child {
  background: #edfafa !important;
}

/*search page*/
.searcharchive {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.searcharchive a {

  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.searcharchive span>strong {
  font-weight: normal;
  color: #1a0dab;
  font-size: 20px;
}

.searcharchive span>strong mark {
  color: #1a0dab;
}

.searcharchive a:visited span>strong,
.searcharchive a:visited span>strong mark {
  color: #800080;
}

.searcharchive img {
  border-radius: 10px;
}

.searcharchive p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #4d5156;
}

mark {
  background: transparent;
}

p mark {
  background: #fff;
  font-weight: bold;
  color: #5f6368;
}

i.fa-facebook-square {
  color: #1773ea;
  font-size: 28px;
  height: 28px;
  width: 28px;
  overflow: hidden;
}

i.fa-twitter {
  color: #1da1f2;
  font-size: 28px;
  height: 28px;
  width: 28px;
  overflow: hidden;
}

i.fa-youtube {
  color: #fc021b;
  font-size: 28px;
  height: 28px;
  width: 33px;
  overflow: hidden;
}

i.fa-desktop {
  color: var(--green);
  font-size: 23px;
  height: 25px;
  width: 33px;
  overflow: hidden;
}

i.fa-sticky-note {
  color: #3fc3af;
  font-size: 26px;
  height: 26px;
  width: 26px;
  overflow: hidden;
  transform: rotate(180deg);
}

/*arhive*/
.archivegrid {
  padding: 20px;
  box-sizing: border-box;
  background: #fff
}

.archivegrid img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.archivegrid span:last-child {
  font-size: .8rem;
  padding: 15px;
  display: block;
}

.archivegrid p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.archivegrid a {
  margin-bottom: 15px;
  border-radius: 10px;
  display: block;
}

.archive_title {
  background: #DEDEDE;
  margin: 0;
  padding: 0.2rem 20px;
  font-size: 1.2rem;
}

/*XYZ php code */
.bar {
  text-align: center;
  font-weight: bold;
  margin: 30px 0
}

.bar span {
  color: #f00;
  background: linear-gradient(transparent 50%, #ffe3d0 51%);
}

.bar a,
.anken_table>a.anken_table_btn {
  display: block;
  background: #ed576c;
  color: #fff;
  text-decoration: none;
  padding: 1rem 0;
  border-radius: 3px;
  border-bottom: 5px solid #a04551;
  position: relative;
}

.bar a:after,
.anken_table>a.anken_table_btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  margin-right: 15px;
  float: right;
}

.anken_table table {
  border: 1px solid #ddd;
  width: 100%;
  text-align: center;
  table-layout: fixed;
  margin-bottom: 30px;
}

.anken_table table th {
  background: #f3f6fc;
}

.anken_table table th,
.anken_table table td {
  border-right: 1px solid #ddd;
  padding: 8px 0;
}

.anken_table_title {
  font-weight: bold;
  border-left: 3px solid var(--green);
  padding-left: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}

.anken_table_list {
  border: 1px solid var(--green);
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0
}

.anken_table_inyou {
  font-size: 12px;
  margin: 5px 0 15px;
}

.anken_table_fukidashi {
  display: grid;
  grid-template-columns: 100px 1fr;
  margin: 20px 0
}

.anken_table_icon img {
  width: 70px;
  height: 70px;
  border-radius: 70px;
}

.anken_table_text {
  background: #f3f6fc;
  padding: 15px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
}

.anken_table_text:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #f3f6fc;
}

a.anken_table_btn {
  text-align: center;
  font-weight: bold;
}

.anken_table .red {
  color: #f00;
}

.ankengird {
  text-align: center;
  margin: 20px 0
}

.ichigyoucopy {
  font-weight: bold;
  margin-bottom: 7px;
}

.ichigyoucopy::before,
.ichigyoucopy::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #000;
}

.ichigyoucopy::before {
  transform-origin: center bottom;
  transform: rotate(-20deg);
  margin-right: 5px;
}

.ichigyoucopy::after {
  transform-origin: center bottom;
  transform: rotate(20deg);
  margin-left: 5px;
}

.anken_grid {
  margin-top: 30px;
}

.anken_grid_waku {
  border: 2px solid #333;
}

.anken_grid_title {
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #333;
  font-size: 17px;
  padding: 8px 0
}

.nigyoucopy {
  width: 80%;
  margin: 10px auto;
  border-top: 2px dotted #000;
  padding-top: 10px;
  font-weight: bold;
}

.anken_grid_waku a:last-of-type {
  width: 90%;
  margin: 10px auto;
  text-decoration: none;
  border-radius: 3px;
  padding: 9px 0;
  display: block;
  background: #f00;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.anken_grid_waku a span {
  color: #ff0;
}

.anken_grid_waku img {
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 721px) {

  /*PC*/
  .ankengird {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
}

/**/
.anken {
  background: #fff;
  padding: 10px;
  position: relative;
  margin: 20px 0 10px;
}

.anken .ribbonwrap {
  position: absolute;
  top: -10px;
}

.anken span.ribbon {
  background: #c3def8;
  color: #274ea6;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: bold;
}

.anken .ribbon {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #c3def8;
}

.anken .ribbon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  margin-left: -0.3em;
  border: 5px solid transparent;
  border-top: 10px solid #c3def8;
}

.anken .ribbon p {
  margin: 0;
  padding: 0;
}

.anken .iconflex {
  display: flex;
  margin: 15px 0 0;
}

.anken .icon {
  width: 25%
}

.anken .appname {
  width: 75%;
  margin-left: 10px;
}

.anken .motoh2 {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  font-weight: bold;
}

.anken .tags {
  margin: 5px 0;
}

.anken .tags span {
  background: #ececec;
  color: #666;
  font-size: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 2px;
}

.anken .icon img {
  width: 100%;
}

.anken .hoshi {
  color: #f5ce4a;
}

.anken .motoh1 {
  margin: 15px 0;
  border-left: 5px solid #f2ac4d;
  font-weight: normal;
  font-size: 20px;
  padding-left: 10px;
  line-height: 1.2em;
}

.anken table {
  font-size: 12px;
  width: 100%;
  margin-bottom: 10px;
}

.anken td {
  border-bottom: 1px dotted #aaa;
}

.anken td.price {

  text-align: left;
}

.anken img.ankenimg {
  width: 100%;
}

.anken img.canimg {
  width: 100%;
  margin-bottom: 10px
}

.anken p {
  color: #666;
  margin: 20px 0 40px;
}

.anken .point {
  position: relative;
  padding: 20px 10px 10px;
  background: #fdf5f4;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 30px;
}

.anken .pointribbon {
  position: absolute;
  top: -10px;
  background: #8fd3ca;
  padding: 2px 10px;
  left: 5px;
  font-weight: bold;
  border-radius: 50px;
}

.anken .point div {
  background: url(../checked-box.png) 0 10px no-repeat;
  background-size: 15px auto;
  padding: 5px 0 5px 25px;
  border-bottom: 1px dotted #ccc;
}

.anken .point div:last-child {
  border: none;
}

.anken .ankenfooter {
  text-align: center;
  padding: 0.6rem 0 2rem;
}

.anken .access {
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.anken .access span {
  font-weight: bold;
}

.anken a.dl {
  background: #e98885;
  color: #fff;
  display: block;
  padding: 1em;
  width: 80%;
  margin: 20px auto 5px;
  text-align: center;
  border-radius: 3px;
  border-bottom: solid 5px #e5736f;
  /*ä¸‹ç·šè‰²*/
  border-radius: 5px;
  /*è§’ä¸¸*/
  font-size: 1.2em;
  font-weight: bold;
}

.anken .copy {
  color: #c3c3c3;
  font-size: 13px;
}

.anken .caption {
  color: #c3c3c3;
  font-size: 10px;
  line-height: 1.6em;
}

.anken .multiimageslider {
  background-color: #FFFCED;
  padding-bottom: 5px;
}

.anken .fzbase {
  font-size: 15px !important;
}

.anken .u-bb_dash {
  border-bottom: 2px dotted #dddddd !important;
}

.anken .list-between {
  margin-top: .6em;
  margin-bottom: 1.6em;
  line-height: 1.5em;
}

.anken .fa-hand-point-right {
  color: #e98885
}

.anken .motoh3 {
  margin-bottom: 3px;
}

/* TOPãƒ˜ãƒƒã‚¿ãƒ¼ */
.anken .mainimg {
  background-color: #f2ac4d;
  /* èƒŒæ™¯è‰² */
  color: #331f20;
  /* æ–‡å­—è‰² */
  overflow: hidden;
  padding: 10px;
  /* ä½™ç™½ */
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

.anken .mainimg:before {
  background-color: #fff;
  /* åˆ‡ã‚Šæ›¿ã‚ã‚‹è‰²1 */
  content: '';
  display: block;
  opacity: 0.3;
  /* ä¸é€æ˜Žåº¦ */
  transform: rotate(-50deg);
  position: absolute;
  bottom: -10px;
  right: -330px;
  width: 500px;
  height: 500px;
}

.anken .mainimg:after {
  background-color: #fff;
  /* åˆ‡ã‚Šæ›¿ã‚ã‚‹è‰²2 */
  content: '';
  display: block;
  opacity: 0.3;
  /* ä¸é€æ˜Žåº¦ */
  transform: rotate(-70deg);
  position: absolute;
  bottom: -100px;
  right: -500px;
  width: 500px;
  height: 500px;
}

/* ãƒœã‚¿ãƒ³ */
.anken .dl {
  color: #fff;
  background-color: #c9171e;
  /*èƒŒæ™¯è‰²ã®å¤‰æ›´*/
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  line-height: normal;
  text-decoration: none;
  border: 2px solid transparent;
  padding: 14px 20px;
  font-size: 18px;
  margin: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.anken .dl:hover {
  color: #fff;
}

/* ãƒœã‚¿ãƒ³ã‚’å…‰ã‚‰ã›ã‚‹ */
.anken .dl:before {
  /*å…‰ã‚‹ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ç”¨*/
  animation: shine 3s ease-in-out infinite;
  /*æ•°å­—ã‚’å¤‰æ›´ã™ã‚‹ã“ã¨ã§å…‰ã‚‹é–“éš”ãŒå¤‰æ›´*/
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}

@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.anken .button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.8rem auto 0;
  padding: 1em 2em;
  width: 260px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  background-color: #f0f7ff;
  border: dashed 2px var(--green);
  border-radius: 6px;
  transition: 0.3s;
  color: #2c5999;
}


/*sidebar*/
aside .widget-title {
  padding: 0.5rem 0.7rem;
  margin-top: 0;
  display: block;
  background: url(/technical/wp-content/themes/technicalbook/images/t_icon.png) left center no-repeat;
  background-size: 25px auto;
  padding-left: 30px;
  font-weight: bold;
  font-size: 19px;
}

aside ul li {
  padding: 15px 10px;
  color: #797979;
  font-size: 13px;
}

aside ul li a {
  padding: 0 0;
  display: block;
  color: var(--green);
}

aside ul li a strong {
  font-weight: normal;
  font-size: 14px;
}

aside li.menu-item-5003 {
  background: url(images/graph.svg) 15px center no-repeat;
  background-size: 21px auto;
}

aside li.menu-item-5004 {
  background: url(images/chart-relationship.svg) 15px center no-repeat;
  background-size: 21px auto;
}

aside li.menu-item-5007 {
  background: url(images/distribute-horizontal-center.svg) 15px center no-repeat;
  background-size: 15px auto;
}

aside li.menu-item-5012 {
  background: url(images/tools.svg) 15px center no-repeat;
  background-size: 19px auto;
}

aside li.menu-item-5006 {
  background: url(images/interactions.svg) 15px center no-repeat;
  background-size: 19px auto;
}

aside li.menu-item-5005 {
  background: url(images/nodes-line.svg) 15px center no-repeat;
  background-size: 19px auto;
}

aside li.menu-item-5014 {
  background: url(images/activity.svg) 15px center no-repeat;
  background-size: 21px auto;
}

aside li.menu-item-7890 {
  background: url(images/researchicon.png) 15px center no-repeat;
  background-size: 21px auto;
}

aside li.menu-item-8859 {
  background: url(images/bookicon.png) 15px center no-repeat;
  background-size: 23px auto;
}

/*footer category*/
.footercategory {
  background: #fff;
  padding: 40px 40px 30px;
  box-sizing: border-box;
}

.footercategory p {
  margin: 5px 0
}

.footercategory_title {
  font-weight: bold;
  font-size: 18px;
}

.footercategory_title img {
  margin-right: 10px;
}

.footercategory_links {
  background: #F0F4FC;
  padding: 20px;
  margin-bottom: 20px;
}

.footercategory_links a::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f35a';
  font-size: 0.8em;
  margin: 0px 5px;
  font-weight: 900;
  position: relative;
  color: #98BACC;
}

/*footer*/
.footerheadlinksgrid h5 {

  font-size: 19px;
  border-left: 5px solid var(--green);
  padding-left: 10px;
}

.footerheadlinksgrid a {}

.footerheadlinksgrid a:before {
  content: '- ';
  margin-left: 1em
}

.footerheadlinks {
  padding: 40px 0 60px;
  background: #F9FDFD;
}

.footerheadlinks a {
  color: var(--green);
}

.footercopy {
  text-align: center;
  padding: 5px 0;
  color: var(--green);
  font-size: 12px
}

.footerapp {
  background: #DEE8E7;
  text-align: center;
  padding: 12px 0;
}

.footerappgrid {
  display: grid;
  grid-template-columns: 57px 1fr 25px;
  text-align: left;
  font-size: 10px;
  padding: 0 10px;
  grid-gap: 8px;
  line-height: 1.4
}

.footerappgrid>div:last-child {
  color: #0000FF;
  display: flex;
  align-items: center;
}

.hoshi {
  color: #E28C04;
}

.footerlinkgrid a {
  display: block;
  font-size: 13px;
}

.footerlinkgrid a::before {
  content: '・ ';
}

.footerlinkgrid>div>div {
  color: #C3EDED;
}

.footer_banners {
  margin: 20px 0;
}

.footer_banners img {
  max-width: 40%;
  height: 50px;
  margin: 0 5px;
}

footer {
  margin: 50px 0 0;
  font-size: 13px;
}

footer>div {
  text-align: center;
}

footer li {
  display: inline;
  margin: 0 35px 0 0;
}

footer .fusns a {

  margin: 0 15px;
  background: #fff;
  color: #0a1e36;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}

.fusns img {
  width: 30px;
  margin: 5px;
}

footer+div {
  font-size: 12px;
  margin-top: 20px;
}

img.footerlogo {
  height: 15px;
  max-width: 90%;
  margin: 0 auto 10px;
}

.footerarea footer ul {
  text-align: center;
}

.clear {
  clear: both;
}

.hide {
  display: none !important;
}

@media screen and (min-width: 721px) {

  /*PC*/
  .headernav>a {
    display: flex;
    align-items: center;
  }

  .main-wrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .page .main-wrap {
    padding-bottom: 50px;
  }

  .single .main-wrap {
    display: grid;
    grid-template-columns: 1fr 577px 280px;
    grid-gap: 30px;
  }

  .single .main-wrap>div,
  .single .main-wrap>div#secondary {
    width: auto;
  }

  .single_index_wrap {}

  .single_left {
    max-width: 270px;
    max-height: calc(100vh - 155px);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .single_left.scrld {
    position: sticky;
    top: 85px;
  }

  .single_left::-webkit-scrollbar {
    display: none;
  }

  .single_left.hide {
    display: none;
  }

  .headerimage {
    padding-top: 73px
  }

  .main-content {
    width: 100%;
  }

  .page-template-page-one-column .main-content {
    width: 100%;
  }

  .page-template-page-one-column article {
    width: 700px;
    max-width: 90%;
    margin: 0 auto;
  }

  .mainwidth {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .pulldowntags {
    position: absolute;
  }

  .searcharea {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 0;
  }

  aside .widget-title {
    border-bottom: 1px solid #aaa;
  }

  .archivegrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
  }


  aside ul li a strong {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .stick {
    position: sticky;
    top: 610px;
  }

  /* figure.wp-block-table table td:nth-child(2){width: 100px;} */
  .single aside {
    margin-top: 42px;
  }

  #secondary {
    width: 304px;
  }

  .footerheadlinksgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;

    margin: 0 auto;
  }

  .footerheadlinksgrid li {
    display: inline-block;
    margin-right: 15px;
  }

  .footerlinkgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
  }

  .footercategory {
    margin-bottom: 50px;
  }

  .footercategory_links {
    padding: 20px 25px 20px 20px
  }

  .footercategory_links ul {

    justify-content: space-between;
  }


  .footerapp_wrap {
    display: grid;
    grid-template-columns: 1fr 4.3fr;
    width: 470px;
    margin: 0 auto;
  }

  .footerapp_wrap img {
    border-radius: 8px;
  }

  .footerapp_wrap strong {
    display: block;
    margin-bottom: 5px;
  }

  .footerapp_stores img {
    height: 55px;
    margin: 0 5px;
  }

  footer {
    display: grid;
    grid-template-columns: 1fr 160px
  }

  footer>div {
    display: flex;
    align-items: center;
  }

  footer>div:last-child {
    text-align: right;
  }

  footer div.fusns {
    justify-content: flex-end;
  }

  .sp {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 720px) {

  /*SP*/
  body {
    font-size: 15px;
  }

  header {
    text-align: center;
    padding: 10px 0;
  }

  header a img {
    vertical-align: middle;
    width: 10rem
  }

  .post-content {
    width: 100%;
  }

  .headerimage {
    padding-top: 42px
  }

  .headerimage img {
    height: 200px;
    object-fit: cover;
    width: 100%;
  }

  .main-wrap {
    overflow: hidden;
  }

  .searcharea {
    padding: 0px;
    box-sizing: border-box;
  }

  .search_inner {
    margin-bottom: 15px;
  }

  .breadcrumbs {
    padding: 0 15px;

  }

  .headernav {
    position: relative;
  }

  .headernav .spsearchbtn {
    position: absolute;
    right: 15px;
    top: 5px;
  }

  /* .archivegrid a{display: grid;grid-template-columns: 2fr 5fr;grid-gap: 15px;} */
  .archivegrid strong {
    font-size: 1rem;
  }

  .aboutwritters {
    padding: 15px;
  }

  .ab_head {
    grid-template-columns: 80px 1fr;
  }

  .ab_head img {
    width: 70px;
    height: 70px;
    border-radius: 70px;
  }

  .ab_name {
    font-size: 17px;
  }

  .single_index_wrap {
    background: #fff;
    position: fixed;
    top: 48px;
    width: 100%;
    height: calc(100vh - 48px);
    overflow: auto;
    z-index: 9;
  }

  .single_index_wrap .toc_title {
    text-align: center;
  }

  .single_index_wrap .toc_list {
    padding: 0 15px;
  }

  .single_index_wrap .toc_list a {}

  aside ul li {
    font-size: 12px;
  }

  aside ul li span {
    font-size: 16px;
    line-height: 1.4;
  }

  aside ul li:last-child {
    border-bottom: 1px solid #eee;
  }

  figure.is-type-video iframe {
    height: 200px;
  }

  article figure.wp-block-image {
    margin: 10px 0;
    display: block;
  }

  article figure.wp-block-table {
    margin: 10px 0 !important;
    display: block;
  }

  .searcharchive span>strong {}

  .searcharchive p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  input#s {
    font-size: 15px;
    padding-top: 5px;
  }

  input#s::placeholder {
    font-size: 15px;

  }

  .footerheadlinks {
    padding: 20px;
  }

  .footerheadlinksgrid h5 {
    margin: 15px 0
  }

  .footercategory {
    padding: 2.6rem .8rem;
  }

  .footercategory_links {
    line-height: 2rem;
    padding: 0.7rem;
  }

  .footercategory_links a {
    display: block;
  }

  .footerarea ul {
    margin-bottom: 25px;
  }

  .footerwrap {
    padding: 20px;
  }

  footer {
    display: flex;
    flex-direction: column-reverse;
  }

  .footerarea a,
  .footergrid2 div,
  .footercategory_links li {
    margin-bottom: 25px;
  }

  .pc {
    display: none;
  }

  .post-content h1 {
    font-size: 1.3rem;
    margin: 0.2rem;
  }

  .footerlinkgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }

  .footerlinkgrid a {
    margin: 8px 0;
  }

  .footerlinkgrid a::before {
    content: '';
  }

  .footerheader {
    border: none;
  }

  .footerheader {
    text-align: left;
  }

  .footer_banners {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }

  .footer_banners img {
    max-width: 100%;
    height: auto;
  }

  .footerheader {
    padding: 18px 0 0;
    margin: 0;
  }

  .fusns {
    margin-bottom: 30px;
  }

  .fusns img {
    width: 25px;
    height: 25px;
    margin: 3px;
  }

  /*goodle ad*/
  body {
    padding-top: 0 !important;
  }

  #chatbase-bubble-button+.adsbygoogle-noablate {
    display: none !important;
  }
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  flex-wrap: wrap;
}

.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.container_border {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  border: solid 1px var(--green);
  border-radius: 12px;
  padding: 28px 20px;
}

.container_border li {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.container_border p {
  font-weight: 600;
  text-align: center;
}

.container_border .large {
  font-weight: 900;
  font-size: 38px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  color: black;
}

.btn_bordered,
.btn_bordered_rad8,
.btn_bordered_rad20 {
  background-color: white;
  color: var(--green);
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  border: solid 1px var(--green);
}

.btn_bordered {
  border-radius: 4px;
}

.btn_bordered_rad8 {
  border-radius: 8px;
}

.btn_bordered_rad20 {
  border-radius: 20px;
}

.btn_colored {
  background-color: var(--yellow);
  color: white;
  border-radius: 40px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 900;
  width: fit-content;
}

.btn_colored_3d {
  background-color: var(--yellow);
  color: white;
  border-radius: 40px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 800;
  width: fit-content;
  border: solid 1px var(--yellow-dark);
  box-shadow: 0 4px var(--yellow-dark);
}

.btn_square {
  padding: 0px 4px;
  font-size: 12px;
  font-weight: 500;
}

.btn_danger {
  padding: 0px 4px;
  font-size: 12px;
  font-weight: 500;
  color: red;
  background-color: rgb(255, 236, 236);
}

.green_back {
  background-color: var(--green);
  color: white;
}

.yellow_pale_back {
  background-color: var(--yellow-pale);
  color: var(--yellow);
}

.gray_back {
  background-color: var(--text-pale);
  color: white;
}

.zstack {
  position: relative;
  z-index: 0;
}

.zstack p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zstack p:nth-child(1) {
  z-index: 1;
}

.zstack p:nth-child(2) {
  z-index: 2;
}

.zstack p:nth-child(3) {
  z-index: 3;
}


.oposts {
  padding: 20px;
  background-color: #DCEABD;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 640px;
}

.oposts a {
  height: 111px;
  background: #fff;
  /*box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;*/
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.oposts a img {
  width: 134px;
  height: 111px;
  object-fit: cover;
}

.opost_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
          line-clamp: 2; 
  -webkit-box-orient: vertical;
}

.opost_metadata {
  width: calc(100%-138px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 11px;
  padding: 12px;
}

.opost_metadata .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.opost_metadata .date {
  text-align: right;
  color: #666;
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: end;
}

.opost_metadata .category {
  width: fit-content;
  background-color: var(--green);
  color: white;
  border-radius: 20px;
  padding: 3px 10px;
  white-space: nowrap;
  display: inline-block;
}

@media screen and (min-width: 0px) and (max-width: 720px) {

  /*SP*/
  .oposts {
      width: 100%;
  }

  .opost_metadata .category {
      display: inline-block;
  }

}
/* 背景緑のテキスト */
.filled_text_4 {
    color: white !important;
    width: 100% !important;
    background-color: var(--green) !important;
    padding: 4px 8px !important;
    font-size: 12px !important;
    margin: 0 !important;
}
/* 背景うす緑のテキスト */
.filled_text_5 {
    color: var(--text-color) !important;
    width: 100% !important;
    background-color: var(--green-pale) !important;
    padding: 4px 8px !important;
    font-size: 12px !important;
    margin: 0 !important;
}
/* 背景うす緑&テキスト緑のテキスト */
.filled_text_6 {
    text-decoration: none !important;
    text-decoration-color: transparent !important;
    border: 0 !important;
    outline: none !important;
    color: var(--green) !important;
    width: 100% !important;
    background-color: var(--green-pale) !important;
    padding: 4px 8px !important;
    font-size: 12px !important;
    margin: 0 !important;
}
/* テーブルの値 */
.table_value_txt {
    text-align:center !important;
    font-weight: 700 !important;
    font-size: 16 !important;
    padding: 4px 8px !important;
    border-left: solid 0.5px var(--green-pale) !important;
    border-right: solid 0.5px var(--green-pale) !important;
    width: 100% !important;
}