@charset "UTF-8";
/*select*/
.column__select {
  max-width: 320px;
  margin: 0 0 20px auto;
  position: relative; }
  .column__select::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none; }
  .column__select select {
    width: 100%;
    height: 50px;
    padding: 0 50px 0 20px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: 0.3s ease; }
    .column__select select:hover {
      border-color: #D1B28F; }
    .column__select select:focus {
      outline: none;
      border-color: #D1B28F;
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05); }

/* ----------------------------------------
	#column
---------------------------------------- */
.column {
  /**index_page**/ }
  .column .inner {
    padding-top: 40px; }
    @media screen and (min-width: 961px) {
      .column .inner {
        padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    .column__columnList {
      max-width: 650px;
      margin: 0px auto;
      margin-bottom: 80px; } }
  @media screen and (max-width: 480px) {
    .column__columnList {
      margin-bottom: 50px; } }
  @media screen and (min-width: 768px) {
    .column__columnList {
      display: flex;
      flex-wrap: wrap;
      gap: 2%; } }
  .column__item {
    position: relative;
    transition: all .25s ease-out;
    border: 1px solid #ccc;
    margin-bottom: 30px; }
    @media screen and (max-width: 960px) {
      .column__item {
        max-width: 500px;
        margin: 0px auto;
        margin-bottom: 25px; } }
    @media screen and (min-width: 768px) and (max-width: 960px) {
      .column__item {
        width: 48%; } }
    @media screen and (min-width: 961px) {
      .column__item {
        width: 32%; } }
    .column__item a {
      line-height: 1.0;
      display: block; }
      @media screen and (max-width: 767px) {
        .column__item a {
          display: flex;
          justify-content: space-between; } }
    .column__item:hover {
      background: #FBF7EE;
      transition: all .25s ease-out; }
  @media screen and (max-width: 480px) {
    .column__thumb {
      width: 30%; } }
  @media screen and (min-width: 481px) and (max-width: 767px) {
    .column__thumb {
      width: 30%; } }
  @media screen and (max-width: 767px) {
    .column__thumb img {
      object-fit: cover;
      height: 100%; } }
  .column__about {
    padding: 15px 15px; }
    @media screen and (max-width: 480px) {
      .column__about {
        width: 70%; } }
    @media screen and (min-width: 481px) and (max-width: 767px) {
      .column__about {
        width: 70%; } }
    @media screen and (min-width: 1281px) {
      .column__about {
        padding: 15px 20px 20px 20px; } }
    .column__about .category-date {
      margin-bottom: 7px; }
      .column__about .category-date span.cat {
        display: inline-block;
        color: #ffffff;
        padding: 3px 7px 4px 7px;
        text-align: center;
        font-size: 1.4rem;
        font-weight: bold;
        background: #333333;
        margin-right: 7px; }
      .column__about .category-date span.date {
        font-size: 1.2rem !important;
        padding-right: 5px; }
        @media screen and (max-width: 767px) {
          .column__about .category-date span.date {
            display: inline-block;
            width: 100%;
            padding-right: 7px; } }
    .column__about .cat-ldk {
      background: #eb6100 !important; }
    .column__about .cat-full {
      background: #8C6239 !important; }
    .column__about .cat-insulation {
      background: #3388C1 !important; }
    .column__about .title {
      font-weight: bold; }

/**single_page**/
.column__single .inner {
  max-width: 1000px;
  margin: 0px auto;
  width: 100%; }
.column__entry_heading {
  margin-bottom: 25px; }
  @media screen and (min-width: 961px) {
    .column__entry_heading {
      margin-bottom: 40px; } }
  .column__entry_heading h2.entrytitle {
    position: relative;
    font-weight: bold;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    color: #fff;
    background: #8C6239;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .column__entry_heading h2.entrytitle {
        margin-bottom: 20px;
        padding: 10px 10px; } }
    @media screen and (min-width: 768px) {
      .column__entry_heading h2.entrytitle {
        padding: 25px 20px;
        width: 100%;
        margin-bottom: 30px; } }
  .column__entry_heading span.cat {
    color: #ffffff;
    padding: 2px 8px 3px 8px;
    margin-right: 9px;
    background: #eb6100;
    font-size: 1.4rem; }
  .column__entry_heading span.date {
    font-size: 1.4rem; }
.column__entryArea #toc_container {
  margin-bottom: 40px; }
  @media screen and (min-width: 961px) {
    .column__entryArea #toc_container {
      margin-bottom: 50px; } }
  .column__entryArea #toc_container a {
    font-size: 1.6rem; }
.column__entryArea p {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .column__entryArea p {
      margin-bottom: 50px; } }
.column__entryArea h2 {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 3px solid #eb6100; }
  @media screen and (min-width: 768px) {
    .column__entryArea h2 {
      margin-bottom: 20px; } }
  .column__entryArea h2 span {
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: bold;
    color: #eb6100; }
.column__entryArea h3 {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .column__entryArea h3 {
      margin-bottom: 15px; } }
  .column__entryArea h3 span {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: bold;
    color: #8C6239; }
.column__entryArea h4 {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .column__entryArea h4 {
      margin-bottom: 15px; } }
  .column__entryArea h4 span {
    font-size: clamp(2rem, 3vw, 2.4rem);
    font-weight: bold; }
.column__entryArea img {
  margin-top: 25px; }

#column__entryArea h3 {
  font-weight: bold;
  font-size: 2.0rem;
  color: #00233f;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #005fb7; }
  @media screen and (min-width: 768px) {
    #column__entryArea h3 {
      font-size: 2.2rem; } }
#column__entryArea h4 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #00233f;
  margin-bottom: 10px;
  background: linear-gradient(transparent 60%, #ebebeb 60%); }
  @media screen and (min-width: 768px) {
    #column__entryArea h4 {
      font-size: 2.0rem; } }
#column__entryArea h5 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
  border-left: 2px solid #005fb7;
  padding-left: 7px; }
  @media screen and (min-width: 768px) {
    #column__entryArea h5 {
      font-size: 1.8rem; } }
#column__entryArea h6 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 7px;
  padding-left: 7px; }
  @media screen and (min-width: 768px) {
    #column__entryArea h6 {
      font-size: 1.8rem; } }
#column__entryArea ul {
  list-style: circle !important;
  padding-left: 15px;
  margin-bottom: 50px; }
  #column__entryArea ul li {
    padding-left: 1em;
    text-indent: -1em; }
#column__entryArea ol {
  list-style: conic-gradient !important;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 50px; }
  #column__entryArea ol li {
    padding-left: 1em;
    text-indent: -1em; }
#column__entryArea .wp-block-button__link {
  background: #005fb7 !important; }
#column__entryArea .is-style-outline--1 a {
  color: #005fb7 !important;
  background: #fff !important;
  border: 2px solid #005fb7 !important; }
#column__entryArea .has-small-font-size {
  font-size: 1.2rem; }
  @media screen and (min-width: 768px) {
    #column__entryArea .has-small-font-size {
      font-size: 1.4rem; } }
#column__entryArea .has-medium-font-size {
  font-size: 2.0rem; }
  @media screen and (min-width: 768px) {
    #column__entryArea .has-medium-font-size {
      font-size: 2.3rem; } }
#column__entryArea .has-large-font-size {
  font-size: 2.4rem; }
  @media screen and (min-width: 768px) {
    #column__entryArea .has-large-font-size {
      font-size: 3.0rem; } }
#column__entryArea .has-x-large-font-size {
  font-size: 3.0rem; }
  @media screen and (min-width: 768px) {
    #column__entryArea .has-x-large-font-size {
      font-size: 4.0rem; } }
#column__entryArea .has-small-font-size strong, #column__entryArea .has-medium-font-size strong, #column__entryArea .has-large-font-size strong, #column__entryArea .has-x-large-font-size strong {
  font-size: inherit; }
#column__entryArea img {
  margin-top: 30px; }
#column__entryArea figure div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 50px; }
  #column__entryArea figure div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.single-post #entry-content {
  max-width: 900px;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .single-post #entry-content {
      margin-bottom: 50px; } }

/* ------img------------ */
@media screen and (min-width: 768px) {
  #content img.alignleft {
    float: left;
    padding: 0 20px 10px 0; }

  #content img.alignright {
    float: right;
    padding: 0 0 10px 20px; } }
#content img.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both; }

#content img.alignnone {
  clear: both; }

@media screen and (max-width: 767px) {
  #content img.alignleft,
  #content img.alignright,
  #content img.aligncenter,
  #content img.alignnone {
    margin-bottom: 15px; } }
/* ------共通------------ */
ul.columnList {
  margin-bottom: 30px; }
  ul.columnList h2.archive-year {
    font-weight: bold;
    background: #00233f;
    color: #ffffff;
    width: 130px;
    padding: 7px 10px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      ul.columnList h2.archive-year {
        font-size: 2.0rem; } }
  ul.columnList ul.year-list {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      ul.columnList ul.year-list {
        margin-bottom: 60px; } }
  ul.columnList li {
    border-top: 1px solid #cccccc;
    position: relative; }
    ul.columnList li a {
      display: block;
      padding: 20px 5px;
      transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
      font-weight: 500; }
      @media screen and (min-width: 961px) {
        ul.columnList li a {
          padding: 20px 5px; } }
    ul.columnList li:hover {
      background: #f7f7f7; }
    ul.columnList li::after {
      content: url("../images/common/arrow_cir_blue.svg");
      display: inline-block;
      top: 38%;
      width: 15px;
      right: 5px;
      background-size: contain;
      position: absolute; }
    ul.columnList li .date {
      font-size: 1.4rem;
      display: inline-block; }
    ul.columnList li .cat {
      display: inline-block;
      border-radius: 10px;
      padding: 1px 5px 2px 5px;
      text-align: center;
      min-width: 110px;
      font-size: 1.2rem;
      margin-left: 10px;
      color: #ffffff;
      background: #00233f;
      display: inline-block; }
    ul.columnList li .news {
      background: #FA7400 !important; }
    ul.columnList li .column {
      background: #0B8415 !important; }
    ul.columnList li .media {
      background: #005fb7 !important; }

/* ------text------------ */
.entry-content b, .entry-content strong {
  font-weight: bold; }
.entry-content em {
  font-style: italic; }
.entry-content ul, .entry-content ol {
  margin-bottom: 1em;
  /*margin-left: 30px;*/ }
.entry-content ol {
  list-style-type: decimal; }

/* ------------------ */
.entry p a {
  text-decoration: underline;
  color: #c7161d; }
  .entry p a:visited, .entry p a:focus, .entry p a:active {
    text-decoration: underline;
    color: #c7161d; }

#entry_ol {
  /* 親 */
  /* 子 */
  /* 孫（太字） */
  /* ひ孫（細字） */ }
  @media screen and (min-width: 961px) {
    #entry_ol {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 961px) {
    #entry_ol #entry-content {
      width: -webkit-calc(100% - 240px);
      width: calc(100% - 240px); } }
  @media screen and (max-width: 960px) {
    #entry_ol #archiveArea {
      max-width: 400px;
      width: 100%;
      margin: 0px auto; } }
  @media screen and (min-width: 961px) {
    #entry_ol #archiveArea {
      width: 200px; } }
  #entry_ol h3.archivetitle {
    position: relative;
    font-weight: 600;
    padding: 0px 0px 10px 0px;
    line-height: 1.0;
    font-family: "Jost", sans-serif;
    font-style: italic; }
    @media screen and (min-width: 961px) {
      #entry_ol h3.archivetitle {
        padding: 0px 0px 20px 0px;
        display: inline-block;
        width: 100%; } }
    #entry_ol h3.archivetitle span {
      width: 100%;
      display: inline-block;
      color: #005fb7; }
      @media screen and (min-width: 961px) {
        #entry_ol h3.archivetitle span {
          font-size: 2.0rem; } }
  #entry_ol ul.catList {
    margin-bottom: 30px;
    border-top: 1px solid #cccccc; }
    #entry_ol ul.catList li a {
      padding: 7px 10px;
      display: block;
      border-bottom: 1px solid #cccccc;
      font-size: 1.4rem;
      font-weight: bold; }
@nclude minTabw {
  #entry_ol ul.catList li a {
    padding: 12px 0px; } }
  #entry_ol .catList > li > a {
    font-weight: bold;
    padding: 10px 10px; }
  #entry_ol .catList > li > ul.children > li > a {
    font-weight: bold;
    background: #ebebeb; }
  #entry_ol .catList > li > ul.children > li > ul.children > li > a {
    font-size: 1.2rem;
    color: #333333;
    padding-left: 10px; }
    #entry_ol .catList > li > ul.children > li > ul.children > li > a::before {
      content: "├";
      display: inline-block;
      width: 1em;
      margin-right: 4px; }
  #entry_ol .catList > li > ul.children > li > ul.children > li > ul.children > li > a {
    font-weight: 300;
    /* または normal */ }
  #entry_ol .selectMonth {
    overflow: hidden;
    width: 100%;
    text-align: center; }
  #entry_ol select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }
    @media screen and (max-width: 480px) {
      #entry_ol select {
        font-size: 1.4rem; } }
  #entry_ol select::-ms-expand {
    display: none; }
  #entry_ol .month {
    position: relative;
    border: 1px solid #cccccc;
    background: #ebebeb; }
  #entry_ol .month::before {
    position: absolute;
    top: 1.4em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333333;
    pointer-events: none; }
  #entry_ol .month select {
    padding: 15px 38px 15px 8px;
    color: #333333; }
