@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@media not all and (min-width: 960px) {
  /* SP */
  /* RELEASE */
  .p-postList.-type-list .p-postList__thumb {
    width: 100%;
    margin-bottom: 1rem;
  }
  .p-postList.-type-list .p-postList__body {
    width: 100%;
  }
}

@media (min-width: 960px) {
  /* PC */
  #gnav {
    flex: 1 1 auto;
    margin-right: 1rem;
  }
  #gnav .c-gnav {
    display: flex;
    border-right: 1px solid #fff;
  }
  #gnav .c-gnav > .menu-item {
    flex: 1 1 calc(100% / 6);
    height: 48px;
    border-left: 1px solid #fff;
  }
}

#breadcrumb {
  display: none;
}

/* -------------- NEWS個別ページ 投稿タイトル先頭の日付消去 ---------------------- */

.p-articleHead.c-postTitle {
  text-align: center;
}
.p-articleMetas.-top {
  justify-content: flex-end;
}

/* ----------------------------- 2023/09/25 ---------------------------------------------- */

body {
}

/* header */
@media (min-width: 960px) {
  .-series .l-header__logo {
    display: none;
  }
}

.l-header__customBtn.sp_ {
  display: none;
}

/* footer */

.w-footer__box {
  padding-top: 40px;
}

.w-footer__box .textwidget.custom-html-widget {
  text-align: center;
}

.w-footer__box .footerLogo img {
  margin-bottom: 20px;
}

.w-footer__box .footerAddress {
  display: flex;
  justify-content: center;
  font-size: 13px;
  align-items: flex-start;
}

.w-footer__box .footerAddress p {
  text-align: left;
}

.w-footer__box .footerAddress > span {
  display: block;
  border: 1px solid #fff;
  padding: 0 5px;
  margin-right: 1em;
  white-space: nowrap;
}

.fLink {
  margin: 0 auto;
  padding-top: 1em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  max-width: 400px;
}

.fLink ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.fLink ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.fLink ul li:last-child {
  border-right: none;
}

.fLink ul li a {
  display: block;
  padding: 0 1em;
  line-height: 1.4;
}

.fLink ul li a:hover {
  text-decoration: underline;
}

/* TOP */

.top_orange {
  color: rgb(246, 126, 0) !important;
}

.w-frontTop .wp-block-heading.withSubtitle {
  margin-bottom: 0;
  font-size: 2.4em;
}

.w-frontTop .wp-block-heading.withSubtitle::after {
  display: none;
}

.w-frontTop .post_content h3 {
  padding: 0.5em;
  margin-bottom: 1em;
}

.w-frontTop .post_content h3::before {
  display: none;
}

/* gNav */
.current_page_item {
  background-color: #000;
}

@media not all and (min-width: 960px) {
  .current_page_item {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

.current_page_item a {
  color: #f67e00;
}

/* 固定ページ用 */
.c-pageTitle {
  text-align: center;
}

.post_content li::marker {
  color: #577593;
}

.post_content table.aboutTable {
  max-width: 800px;
  margin: 0 auto;
  font-size: 95%;
}

.post_content table.aboutTable th,
.post_content table td {
  border-color: #577593;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  padding: 0.5em 1em;
  font-weight: normal;
}

.post_content table.aboutTable th {
  width: 14em;
}

.post_content table.aboutTable td {
  text-align: left;
}

.post_content table.aboutTable tr > th {
  border-width: 1px 1px 1px 0;
}
.post_content table.aboutTable tr > td {
  border-width: 1px 0 1px 1px;
}

.post_content table.aboutTable table tr > td:first-child {
  text-align: right;
  white-space: nowrap;
}

.post_content table.aboutTable table tr > td:last-child {
  text-align: left;
}

.post_content table.aboutTable table td {
  border: none;
  vertical-align: top;
  padding: 0;
}

@media not all and (min-width: 960px) {
  .post_content table.aboutTable > tbody > tr,
  .post_content table.aboutTable > tbody > tr > th,
  .post_content table.aboutTable > tbody > tr > td {
    display: block;
    border-width: 0;
    text-align: left;
  }
  .post_content table.aboutTable > tbody > tr > th {
    padding: 0.5em 0.5em 0 0.5em;
  }
  .post_content table.aboutTable > tbody > tr > td {
    border-width: 0 0 1px 0;
    padding: 0 0.5em 0.5em 1em;
  }
}

/* RELEASE用 Coming Soon */

.info_comingsoon {
  background-color: #eef2f5;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 記事リストのサムネイルのアスペクトを無視 */
.c-postThumb__figure:before {
  content: none;
}
.c-postThumb__img {
  position: relative;
}

/**/
.p-postList__excerpt {
  line-height: 1.8;
}

.-type-card .p-postList__link {
  height: auto;
}
.displayNone{
	display:none;
}
.pdf_icon img{
	    vertical-align: baseline;
}
.ilb_block div{
	align-items: end;
}