@charset "UTF-8";
/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
#wrap_columnslist {
  margin: 0 20px;
}
#wrap_columnslist li {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 0px 7px 0px rgba(26, 26, 26, 0.2);
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
}
#wrap_columnslist li h2 {
  font-size: 1rem;
  font-weight: 500;
  margin: 20px 0;
}
#wrap_columnslist li a {
  color: rgb(26, 26, 26);
  text-decoration: none;
}
#wrap_columnslist li img {
  width: 100%;
  height: auto;
}
#wrap_columnslist li div {
  display: flex;
  justify-content: end;
  align-items: center;
}
#wrap_columnslist li div time {
  color: #999;
}
#wrap_columnslist li div a {
  background: rgb(169, 122, 74);
  padding: 5px 10px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 0.875rem;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-left: 10px;
}
#wrap_columnslist li .new {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 20px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  background: #B20D31;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
#wrap_columnslist li .new::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #B20D31;
  border-right: 20px solid #B20D31;
  border-bottom: 10px solid transparent;
}

#columns_posts footer {
  margin-top: 100px;
}

#columns_post .h4_type01,
#columns_post .h3_type01,
#columns_post .p_type03 {
  margin-top: 30px;
}
#columns_post .p_type01 {
  margin-top: 30px;
}
#columns_post .p_type01 strong {
  background: linear-gradient(transparent 50%, #FFFF66 50%);
}
#columns_post figure {
  margin: 30px 20px 0 20px;
}
#columns_post img {
  width: 100%;
  height: auto;
}
#columns_post .wrap_date {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 0 20px;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
#columns_post .wrap_date time {
  text-align: right;
  color: #999;
}
#columns_post .wrap_date .cat {
  background: rgb(169, 122, 74);
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 10px;
}
#columns_post .wrap_date .cat a {
  color: #ffffff;
  text-decoration: none;
}

.wrap_tbl_scroll {
  overflow-x: auto;
  margin: 30px 20px 0 20px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.wrap_tbl_scroll table {
  min-width: 30em;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: solid #999999 1px;
}
.wrap_tbl_scroll table caption {
  text-align: left;
  padding-bottom: 10px;
  font-weight: 600;
}
.wrap_tbl_scroll table tr:nth-of-type(2) td {
  font-size: 0.9375rem;
}
.wrap_tbl_scroll table th, .wrap_tbl_scroll table td {
  padding: 0 20px;
  border: solid #999999;
  border-width: 0 1px 0 0;
}
.wrap_tbl_scroll table td {
  word-break: break-all;
  width: 15em;
}
.wrap_tbl_scroll table td .btn_type02 {
  margin: 20px 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.wrap_tbl_scroll table td img {
  margin: 20px auto;
  width: 80%;
  height: auto;
}
.wrap_tbl_scroll table td p:nth-of-type(1) {
  margin-top: 20px;
  font-weight: 600;
}
.wrap_tbl_scroll table td p:nth-of-type(2) {
  color: rgb(178, 13, 49);
  font-size: 1.125rem;
  font-weight: 600;
}
.wrap_tbl_scroll table td p:nth-of-type(3) {
  color: #999;
  font-size: 0.875rem;
}

#toc_container {
  background: rgb(244, 241, 236);
  padding: calc(30px + 25px) 20px 30px 20px;
  margin: 100px 0;
}
#toc_container .toc_title {
  background: #ffffff;
  position: relative;
  padding: 15px;
  font-weight: 600;
  color: rgb(169, 122, 74);
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
#toc_container .toc_title::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url("../../images/icn/icn_mokuji_01") no-repeat center top;
  background-size: contain;
}
#toc_container .toc_list {
  margin-top: 30px;
}
#toc_container .toc_list li {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 600;
}
#toc_container .toc_list li::before {
  content: "◆ ";
  color: rgb(169, 122, 74);
}
#toc_container .toc_list li a {
  text-decoration: none;
  color: rgb(26, 26, 26);
}

#wrap_cat_list {
  background: rgb(244, 241, 236);
  padding: calc(30px + 25px) 20px 30px 20px;
  margin: 100px 0;
}
#wrap_cat_list p {
  background: #ffffff;
  position: relative;
  padding: 15px;
  font-weight: 600;
  color: rgb(169, 122, 74);
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
#wrap_cat_list p::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url("../../images/icn/icn_mokuji_01") no-repeat center top;
  background-size: contain;
}
#wrap_cat_list ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#wrap_cat_list ul li {
  background: rgb(169, 122, 74);
  padding: 5px 10px;
  border-radius: 5px;
  box-sizing: border-box;
  width: calc((100% - 20px) / 3);
  font-size: 0.875rem;
  text-align: center;
}
#wrap_cat_list ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}/*# sourceMappingURL=style.css.map */