@charset "UTF-8";
/*-------------------------
全ページ共通部分
-------------------------*/
body.page,
body .section,
body .lp01,
body .site-header,
body [class*=_btn],
body footer,
body h1,
body h2,
body h3,
body h4,
body h5, body button, body input, body optgroup, body select, body textarea {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
body .footer,
body figure {
  margin: 0;
}

.single .single_page {
  margin-top: 219px;
}
@media screen and (max-width: 1023px) {
  .single .single_page {
    margin-top: 0;
  }
}
.single .post_item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  .single .post_item a {
    word-break: break-all;
    overflow-wrap: break-word;
  }
}
.single .post_item h2 {
  height: 50px;
  font-weight: 700;
  line-height: 25px;
  font-size: 20px;
  position: relative;
  text-align: left;
  letter-spacing: 0.04rem;
  margin: 32px 0 10px;
}
@media screen and (max-width: 1023px) {
  .single .post_item h2 {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 100%;
    font-size: 20px;
    line-height: 22px;
    max-height: 66px;
  }
}
.single .post_item h2::after {
  content: "";
  margin-top: 9px;
  display: block;
  background: #3D3B3A;
  width: 100%;
  height: 1px;
  bottom: -9px;
}
.single .post_item figure + h2 {
  margin-top: 60px;
}
.single .post_item h2 + p,
.single .post_item h2 + h3 {
  margin-top: 16px;
}
.single .post_item h2 + .related-companies {
  margin-top: 35px;
}
.single .post_item h3 {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  position: relative;
  padding-left: 11px;
  margin: 35px 0 16px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .single .post_item h3 {
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 0 21px;
    height: auto;
    max-height: 60px;
  }
}
.single .post_item h3::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 3px;
  height: 22px;
  background: #3D3B3A;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .single .post_item h3::before {
    max-height: 54px;
    height: auto;
  }
}
.single .post_item .wp-block-image {
  overflow: hidden;
  margin-top: 2rem;
  aspect-ratio: 16/9;
}
.single .post_item .wp-block-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .single .post_item ul {
    margin-left: 0;
  }
}
.single .post_item table {
  width: 100%;
  margin-top: 1rem;
}
.single .post_item table td,
.single .post_item table th {
  border: #969696 1px solid;
  padding: 0.5em;
}
.single .post_item table th {
  white-space: nowrap;
  font-weight: normal;
  background: #f5f5f5;
}
@media screen and (max-width: 1023px) {
  .single .post_item table th {
    text-align: center;
  }
}
.single .post_item table td {
  text-align: left;
}

/* 技術情報ページスタイル ***********************/
.single-technical-note .content {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content {
    margin-top: 0;
  }
}
.single-technical-note .content .container {
  width: min(1200px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-technical-note .content .container article {
  width: min(710px, 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article .toukou {
    margin-bottom: 10px;
  }
}
.single-technical-note .content .container article .post_item {
  margin: 0 auto;
  background: #fff;
  width: min(758px, 100%);
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article .post_item .post_img {
    position: relative;
  }
}
.single-technical-note .content .container article .post_item .post_img figure {
  width: min(758px, 100%);
  height: 440px;
  max-height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article .post_item .post_img figure {
    height: 248px;
  }
}
.single-technical-note .content .container article .post_item .post_img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-technical-note .content .container article .post_item .img_box {
  position: relative;
  padding: 5px 0 20px;
  height: auto;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article .post_item .img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 21px 10px;
  }
}
.single-technical-note .content .container article .post_item .img_box h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article .post_item .img_box h1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-top: 14px;
    height: auto;
    max-height: 95px;
    width: auto;
    -webkit-line-clamp: 4;
  }
}
.single-technical-note .content .container article .post_item .img_box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article .post_item .img_box .toukou {
    margin: 1rem 0;
  }
}
.single-technical-note .content .container article .post_item .img_box .tags {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0 0;
}
.single-technical-note .content .container article .post_item .img_box .tags li {
  padding: 0 10px;
  height: 28px;
  background: #7f038b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.single-technical-note .content .container article .post_item .img_box .tags li + li {
  margin: 0;
}
.single-technical-note .content .container article .post_item .img_box .tags li a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article .post_item .img_box .tags li a {
    font-size: 14px;
  }
}
.single-technical-note .content .container article .post_item .post_content {
  padding-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article .post_item .post_content {
    margin-top: 0;
  }
}
.single-technical-note .content .container article .post_item .post_content .post_box {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article .post_item .post_content .post_box {
    padding: 36px 24px 0 21px;
  }
}
.single-technical-note .content .container article .post_item .post_content .post_box #toc_container {
  margin: 49px 0 32px;
}
.single-technical-note .content .container article section.request {
  background: #e6f8ff;
  margin-bottom: 100px;
  padding: 50px 0;
  border: none;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article section.request {
    width: 100%;
    margin: 0 0 50px !important;
    padding: 27px 0 0;
  }
}
.single-technical-note .content .container article section.request h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #003894;
  margin: 0 0 41px 47px;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article section.request h2 {
    margin: 0 auto 38px;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article section.request .request_wrap {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.single-technical-note .content .container article section.request .request_wrap .request_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 41px;
  margin-bottom: 41px;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article section.request .request_wrap .request_content {
    margin: 0 20px;
  }
}
.single-technical-note .content .container article section.request .request_wrap .request_content .content_item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 50px;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article section.request .request_wrap .request_content .content_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    gap: 20px;
    background: #e6f8ff;
  }
}
.single-technical-note .content .container article section.request .request_wrap .request_content .content_item figure {
  width: 166px;
  height: 93px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 39px 0;
  padding-left: 16px !important;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article section.request .request_wrap .request_content .content_item figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 167px;
    padding-left: 0 !important;
  }
}
.single-technical-note .content .container article section.request .request_wrap .request_content .content_item figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-technical-note .content .container article section.request .request_wrap .request_content .content_item .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin: 17px 28px 27px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article section.request .request_wrap .request_content .content_item .content_wrap {
    margin: 0;
    gap: 21px;
  }
}
.single-technical-note .content .container article section.request .request_wrap .request_content .content_item .content_wrap .content_title {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article section.request .request_wrap .request_content .content_item .content_wrap .content_title {
    font-size: 16px;
    text-align: center;
  }
}
.single-technical-note .content .container article section.request .request_wrap .request_content .content_item .content_wrap .content_desc {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article section.request .request_wrap .request_content .content_item .content_wrap .content_desc {
    font-size: 14px;
    line-height: 22px;
  }
}
.single-technical-note .content .container article section.request .request_wrap .request_content .content_item .content_download {
  background: #7f038b;
  width: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.single-technical-note .content .container article section.request .request_wrap .request_content .content_item .content_download a {
  color: #fff;
  display: block;
  font-size: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
.single-technical-note .content .container article section.request .request_wrap .request_content .content_item .content_download a::after {
  content: "";
  width: 28px;
  height: 1px;
  background: #fff;
  margin-top: -7px;
}
.single-technical-note .content .container article section.request .request_wrap .request_content .content_item .t_btn {
  width: 207px;
  height: 38px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1023px) {
  .single-technical-note .content .container article section.request .request_wrap .request_content .content_item .t_btn {
    font-size: 16px;
    margin-top: 25px;
    width: 226px;
    height: 48px;
  }
}
.single-technical-note .content .container aside {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-technical-note .content .container aside .widget_search {
  display: none;
}
.single-technical-note .content .container aside .widget-title {
  margin: 0 auto 35px;
  font-size: 18px;
  line-height: 30px;
  height: 30px;
}
.single-technical-note .content .container aside .widget-title::before, .single-technical-note .content .container aside .widget-title::after {
  top: -9px;
}
.single-technical-note .content .container aside .widget-title::after {
  top: auto;
  bottom: -18px;
}
.single-technical-note .content .container aside .widget_media_image {
  margin-bottom: 36px;
}
.single-technical-note .content .container aside #popular_posts_widget-2 {
  margin-bottom: 20px;
}
.single-technical-note .content .container aside #popular_posts_widget-2 .popular-posts {
  gap: 10px;
}
.single-technical-note .content .container aside #popular_posts_widget-2 .popular-posts .p-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single-technical-note .content .container aside #popular_posts_widget-2 .popular-posts .p-thumbnail img {
  height: 65px;
}
.single-technical-note .content .container aside #popular_posts_widget-2 .popular-posts .p-meta .toukou {
  margin: 0 0 6px;
}
.single-technical-note .content .container aside #popular_posts_widget-2 .popular-posts .p-meta .p-title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.single-technical-note .content .container aside .widget_media_image {
  margin-top: 0 !important;
}

/* お知らせページスタイル ***********************/
.single-news .zoom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.single-news .zoom-modal img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-news .content {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .single-news .content {
    margin-top: 0;
  }
}
.single-news .content .container {
  width: min(1250px, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-news .content .container article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: transparent;
}
.single-news .content .container article .post_item {
  margin: 0 auto;
  background: #fff;
}
.single-news .content .container article .post_item .post_content {
  position: relative;
  padding: 5px 0 100px;
  height: auto;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .single-news .content .container article .post_item .post_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 21px 50px;
  }
}
.single-news .content .container article .post_item .post_content h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .single-news .content .container article .post_item .post_content h1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    height: auto;
    width: auto;
    -webkit-line-clamp: 3;
    position: relative;
  }
  .single-news .content .container article .post_item .post_content h1::before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #9db5de;
    position: absolute;
    top: -20px;
    left: 0;
  }
}
.single-news .content .container article .post_item .post_content .toukou {
  margin: 20px 0 50px;
}
@media screen and (max-width: 1023px) {
  .single-news .content .container article .post_item .post_content .toukou {
    margin: 1rem 0 40px;
  }
}
.single-news .content .container article .post_item .post_content .tags {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 20px 0 0;
}
.single-news .content .container article .post_item .post_content .tags li {
  padding: 0 10px;
  height: 28px;
  background: #7f038b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.single-news .content .container article .post_item .post_content .tags li + li {
  margin: 0;
}
.single-news .content .container article .post_item .post_content .tags li a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  .single-news .content .container article .post_item .post_content .tags li a {
    font-size: 14px;
  }
}
.single-news .content .container article .post_item .post_content .post_box {
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1023px) {
  .single-news .content .container article .post_item .post_content .post_box {
    margin: 20px auto;
  }
}
.single-news .content .container article .post_item .post_content .post_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 131px;
  width: min(973px, 100%);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .single-news .content .container article .post_item .post_content .post_img {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.single-news .content .container article .post_item .post_content .post_img figure {
  width: 421px;
  height: 237px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1023px) {
  .single-news .content .container article .post_item .post_content .post_img figure {
    width: 100%;
    height: auto;
  }
}
.single-news .content .container article .post_item .post_content .post_img figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}