/* ブログblog
----------------------------------------------------------------------------------------------- */


.btnarea {
  margin: 50px 0;
}

.btnarea .btn {
  margin: 0 auto;
  position: relative;
  display: table;
  min-width: 245px;
  min-height: 50px;
  line-height: 1;
  padding: 15px 90px 15px 20px;
  border-radius: 50rem;
  background-color: #EEE;
  font-size: 1.6rem;
  white-space: nowrap;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: #111;
}

.btnarea .btn::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url(../images/icon_arrow_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

/*main-article*/
.news-content .title-mid {
  margin-bottom: 50px;
}

.news-content .column-list {
  margin-top: -50px;
}

.news-content .column-box {
  width: 100%;
  margin: 0;
}

.news-content .column-box a {
  display: flex;
  gap: 20px 30px;
  padding: 50px 0;
  border-bottom: 2px dotted #677d8f;
}

.news-content .column-box a:hover {
  color: var(--color-main);
}

.news-content .column-box .column-box-title {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 2.2rem;
}

.news-content .column-box .news-box-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  min-width: 230px;
  gap: 15px;
}

.news-content .column-box .news-box-bottom .day {
  margin: 3px 0;
  line-height: 1;
  font-size: 16px;
}

.news-content .column-box .news-box-bottom .category {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 86px;
  padding: 5px;
  border-radius: 20px;
  background-color: #666;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}

.news-content .column-box .news-box-bottom .cate-notice {
  background-color: var(--color-main);
}

.news-content .column-box .news-box-bottom .cate-recruit {
  background-color: #0ba07b;
}


/*detail*/

.news-detail {
  margin-bottom: 80px;
}

.news-detail .inner a {
  color: var(--color-main);
  text-decoration: underline;
  word-wrap: break-word;
}

.news-detail .inner strong {
  font-weight: bold;
}

.news-detail .inner img {
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: inherit;
}

.news-detail .inner blockquote {
  border-left: 3px solid #ccc;
  margin-left: 0;
  padding-left: 15px;
}

.news-detail .inner p {
  margin: 0 0 10px;
  word-break: break-all;
  line-height: 2;
}

.news-detail .inner h1,
.news-detail .inner h2,
.news-detail .inner h3 {
  padding: 15px 20px;
  margin: 50px 0 30px;
  background-color: var(--color-main);
  border-radius: 15px 0 15px 0;
  line-height: 1.3;
  color: #fff;
  font-size: 2.2rem;
}

.news-detail .inner h4,
.news-detail .inner h5,
.news-detail .inner h6 {
  margin: 30px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  font-size: initial;
  font-size: 2.2rem;
}

.news-detail .inner ol {
  list-style: decimal;
  padding-left: 2.5rem;
}

.news-detail .inner ol li {
  list-style: inherit;
  margin: 5px 0;
}

.news-detail .inner ul li {
  position: relative;
  margin: 5px 0;
  padding-left: 20px;
  line-height: 1.2;
}

.news-detail .inner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-main);
}


.news-detail .inner table {
  margin: 15px 0;
}

.news-detail .inner table th,
.news-detail .inner table td {
  padding: 10px;
  border: 1px solid #ccc;
}

.news-detail .inner table th {
  background-color: #f1f1f1;
  font-weight: 400;
}

/*タイトル等*/
.news-info {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 2px dotted #677d8f;
}

.news-info-bottom {
  display: flex;
  align-items: center;
  gap: 5px 15px;
}

.news-info-bottom .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-info-bottom .post-categories a {
  display: flex;
  justify-content: center;
  min-width: 100px;
  align-items: center;
  padding: 8px;
  border-radius: 20px;
  background-color: var(--color-main);
  line-height: 1;
  color: #fff;
}

.news_catch {
  margin: 40px auto;
  text-align: center;
}

.news-detail_tags {
  margin-top: 80px;
  padding: 25px;
  background-color: #f5f5f5;
}

.news-detail_tags a {
  display: inline-block;
  padding: 5px 8px;
  margin: 5px;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 5px;
  line-height: 1;
  font-size: 1.6rem;
}

.news-detail_tags a:hover {
  background-color: #ccc;
  color: #111;
}

.news-title {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 3rem;
  letter-spacing: 0.1em;
}



.news-btnarea {
  display: flex;
  justify-content: center;
}

.news-btnarea .c-btn {
  justify-content: space-between;
  min-width: 230px;
}



/*p-nav*/
.news-content .p-navi {
  padding: 20px 0 0;
  margin: 80px 0 0;
  border-top: 1px solid #111;
}

.news-content .p-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-content .p-navi ul li {
  max-width: 50%;
}

.news-content .p-navi ul li a {
  position: relative;
  display: block;
  line-height: 1;
  padding: 5px;
  color: #111;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}





/*sideber*/

#sidebar {
  position: relative;
  display: flex;
  gap: 50px 100px;
  margin-top: 100px;
}

#sidebar>div {
  width: 50%;
}


.sidebar-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--color-main);
  font-size: 2.2rem;
}

.sidebar-box li {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #CCC;
}

.sidebar-box li:first-child {
  margin-top: -20px;
}

.sidebar-box li a {
  position: relative;
  display: block;
  padding: 20px 0;
  overflow: hidden;
  line-height: 1.3;
  text-overflow: ellipsis;
  font-size: 1.8rem;
}

.sidebar-box li a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  translate: 0 -50%;
  width: 7px;
  height: 15px;
  background: url(../images/icon_arrow_gy.png) no-repeat center / contain;
  transition: all 0.2s ease-in-out;
}

.sidebar-box select {
  width: 100%;
  min-height: 50px;
  border-radius: 10px;
  border: 2px solid #cccccc;
  background: #fff;
  appearance: auto;
  padding: 5px 10px;
}



.wp-block-archives-dropdown label {
  display: none !important;
}

.calendar_wrap caption {
  margin-top: -40px;
  color: #111;
  font-size: 1.8rem;
  text-align: center;
}

.calendar_wrap table {
  width: 100%;
  font-size: 1.4rem;
}

.calendar_wrap table th {
  border: 1px solid #ccc;
  text-align: center;
}

.calendar_wrap table td {
  border: 1px solid #ccc;
  text-align: center;
}

.calendar_wrap table td a {
  color: #eb6a2c;
  font-weight: 700;
}

.calendar_wrap table thead {
  background-color: #eee;
}

.calendar_wrap .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  font-size: 1.6rem;
}


.tagcloud a {
  display: inline-block;
  padding: 5px 8px;
  background-color: #f5f5f5;
  border: 1px solid #666;
  border-radius: 5px;
  line-height: 1;
  font-size: 1.6rem !important;
}

.tagcloud a:hover {
  background-color: #ccc;
  color: #111;
}


.screen-reader-text {
  display: none;
}


/*pager*/
.pagenation {
  margin: 50px auto 0;
}

.pagenation ul {
  display: flex;
  align-items: center;
  justify-content: center !important;
}

.pagenation ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 1px;
  line-height: 1;
}

.pagenation ul li.prev,
.pagenation ul li.next {
  margin: 0 5px;
  background-color: var(--color-main);
}

.pagenation ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  color: #111;
  font-size: 2rem;
}

.pagenation ul li.active {
  background-color: #fff;
  color: #cccccc;
  font-size: 2rem;
}


.pagenation ul li.prev a {
  position: relative;
  padding-top: 100%;
}

.pagenation ul li.prev a::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  scale: -1 1;
  display: block;
  background: url(../images/icon_arrow_btn.svg) no-repeat center / contain;
  width: 18px;
  height: 10px;
}



.pagenation ul li.next a {
  position: relative;
  padding-top: 100%;
}

.pagenation ul li.next a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: url(../images/icon_arrow_btn.svg) no-repeat center / contain;
  width: 18px;
  height: 10px;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 1199px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1199px) {

  .news-content main {
    width: 70%;
  }
}







/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 991px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 991px) {

  /* blog
-------------------------------------------------------------------------------- */
  .news-content .column-box a {
    flex-direction: column;
  }

  .news-title {
    font-size: 2.4rem;
  }



  /*sidebar*/
  #sidebar {
    gap: 50px;
  }

}

/* end */












/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- 767px(スマホ、iPad縦以下)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {

  /* blog
-------------------------------------------------------------------------------- */

  .news-content {
    flex-wrap: wrap;
  }

  .news-content main {
    width: 100%;
  }


  .news-content .column-list {
    margin-top: -25px;
  }

  .news-content .column-box {
    width: auto;
  }

  .news-content .column-box a {
    padding: 30px 0;
  }

  .news-content .column-box a:hover {
    background-color: #fff;
  }



  /*single*/
  .news-detail .inner h1,
  .news-detail .inner h2,
  .news-detail .inner h3 {
    font-size: 1.8rem;
  }

  .news-detail .inner h4,
  .news-detail .inner h5,
  .news-detail .inner h6 {
    margin: 25px 0 15px;
    padding-bottom: 8px;
    font-size: 1.6rem;
  }

  .news-detail .inner ul,
  .news-detail .inner ol {
    padding: 0 5px 0;
  }


  .news-title {
    font-size: 2.2rem !important;
  }

  .news-info {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }

  .news-info-bottom {
    flex-wrap: wrap;
  }



  /*sidebar*/
  #sidebar {
    flex-direction: column;
    margin-top: 50px;
  }

  #sidebar>div {
    width: 100%;
  }

  .sidebar-title {
    font-size: 1.8rem;
  }

  /*p-navi*/
  .pagenation ul li {
    width: 35px;
    height: 35px;
  }

  .pagenation ul li a {
    font-size: 1.8rem;
  }


}

/* end */