@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #212a34;
  background-color: #f9f9f9;
}

html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* inputのデフォルト解除 */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
.align-center{
  text-align: center !important;
}
.align-right{
  text-align: right !important;
}
.align-left{
  text-align: left !important;
}

.l-inner {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.l-separate {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.l-technology-contact {
  padding-bottom: 6.1rem;
}

.underContents {
  background-color: #f9f9f9;
}

/*タイトル：h1*/
.underContents h1 {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.36rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .underContents h1 {
    font-size: 3.6rem;
    padding-bottom: 2.7rem;
  }
}
.underContents h1::first-letter {
  color: #004fa8;
}

/*タイトル：h2*/
.underContents h2 {
  font-size: 1.8rem;
  line-height: 1.0416666667;
  letter-spacing: 2.4px;
  font-weight: bold;
  padding-bottom: 1.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .underContents h2 {
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }
}
.underContents h2::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#004fa8), color-stop(11.2%, #004fa8), color-stop(11.2%, #cccccc), to(#cccccc));
  background: linear-gradient(90deg, #004fa8 0%, #004fa8 11.2%, #cccccc 11.2%, #cccccc 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

/*タイトル：h3*/
.underContents h3 {
  font-size: 1.6rem;
  line-height: 1.3888888889;
  font-weight: bold;
  letter-spacing: 1.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .underContents h3 {
    font-size: 1.8rem;
  }
}
.underContents h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3rem;
  background-color: #004fa8;
  margin-right: 1rem;
}

/*タイトル：h4*/
.underContents h4 {
  font-size: 1.6rem;
  line-height: 1.875;
  padding-left: 3.5rem;
  text-indent: -1em;
  font-weight: 400;
}
.underContents h4::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.9rem;
  background-color: #004fa8;
  margin-right: 1rem;
  margin-bottom: 0.2rem;
}

/*タイトル：h5*/
.underContents h5 {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .underContents h5 {
    font-size: 1.6rem;
  }
}

/*タイトル：h6*/
.underContents h6 {
  font-size: 1.6rem;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  -webkit-text-decoration-color: rgba(0, 79, 168, .4);
          text-decoration-color: rgba(0, 79, 168, .4); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .underContents h6 {
    font-size: 2rem;
  }
}

/*デフォルトpタグ*/
.underContents p {
  font-size: 1.4rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .underContents p {
    font-size: 1.6rem;
  }
}
.underContents p a {
  color: #004fa8;
  border-bottom: 1px solid #004fa8;
  padding-bottom: 0.3rem;
}

/*デフォルトaタグ*/
.underContents .primary-contents a {
  font-size: 1.4rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .underContents .primary-contents a {
    font-size: 1.6rem;
  }
}

/*footerに影響が出ないよう追記*/
.underContents a[href^=mailto] {
  line-height: inherit;
}

/*デフォルトliタグ*/
.underContents li {
  font-size: 1.4rem;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .underContents li {
    font-size: 1.6rem;
  }
}
.underContents li a {
  color: #004fa8;
  border-bottom: 1px solid #004fa8;
  padding-bottom: 0.3rem;
}

.underContents th {
  font-size: 1.4rem;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .underContents th {
    font-size: 1.6rem;
  }
}
.underContents th p {
  font-size: 1.4rem;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .underContents th p {
    font-size: 1.6rem;
  }
}
.underContents th li {
  font-size: 1.4rem;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .underContents th li {
    font-size: 1.6rem;
  }
}
.underContents th a {
  font-size: 1.4rem;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .underContents th a {
    font-size: 1.6rem;
  }
}

.underContents td {
  font-size: 1.4rem;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .underContents td {
    font-size: 1.6rem;
  }
}
.underContents td li {
  font-size: 1.4rem;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .underContents td li {
    font-size: 1.6rem;
  }
}
.underContents td a {
  font-size: 1.4rem;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .underContents td a {
    font-size: 1.6rem;
  }
}

/*問い合わせエリア：タイトル*/
.underContents .c-title {
  font-size: 2.4rem;
  line-height: 0.6944444444;
  letter-spacing: 0.36rem;
}
@media screen and (min-width: 768px) {
  .underContents .c-title {
    font-size: 3.6rem;
  }
}
.underContents .c-title::first-letter {
  color: #004fa8;
}
.underContents .c-title::after {
  content: none;
}

.c-accordionWrapper {
  background-color: rgba(0, 79, 168, .05);
  padding-bottom: 2.8rem;
  padding-top: 2.8rem;
}
.c-accordionWrapper:nth-of-type(n+2) {
  margin-top: 4rem;
}

h3.c-accordion__title {
  padding-left: 3.4rem;
}

.c-accordion__list {
  padding-left: 3.4rem;
  padding-right: 4.8rem;
}
.c-accordion__list:first-child {
  padding-top: 2.4rem;
}
.c-accordion__list:nth-of-type(n+2) {
  padding-top: 1.3rem;
}
.c-accordion__question {
  padding-bottom: 1.6rem;
  border-bottom: 1px dotted #b8d3f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.c-accordion__question p {
  line-height: 1.5625;
  letter-spacing: 0.42px;
}
.c-accordion__question::before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) "."; /* 表示形式を指定 */
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
}
.c-accordion__question:hover {
  color: #004fa8;
  text-decoration: underline;
}

.c-accordion__answer {
  padding-top: 1.4rem;
  padding-bottom: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-accordion__answer p {
  line-height: 1.5625;
}

.c-accordion__text p + p,
.c-accordion__text p + ul {
  margin-top: 1.6em;
}
.c-accordion__text ul, .c-accordion__text ol {
  padding-left: 1.6em;
}
.c-accordion__text ul li, .c-accordion__text ol li {
  text-indent: -0.3rem;
}

/*アコーディオン開いたときのスタイル*/
.c-accordion__list.is-open {
  background-color: rgba(238, 238, 238, .6);
}
.c-accordion__list.is-open .c-accordion__question {
  border-bottom: 1px dotted #ccc;
}

/*共通：ボタン 色 blue*/
.c-btn {
  display: inline-block;
  min-width: 20rem;
  width: 30rem;
  max-width: 100%;
  line-height: 1.3888888889;
  letter-spacing: 0.9px;
  padding: 1.8rem 4.4rem;
  background-color: #004fa8;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-btn {
    min-width: 30rem;
    font-size: 1.8rem;
    max-width: 40rem;
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9rem;
  height: 1.6rem;
  display: inline-block;
  background: transparent url(../images/common/icon-arrow-btn.svg) no-repeat center center/contain;
}

.c-btn--icon-left::after {
  content: "";
  position: absolute;
  left: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 0.9rem;
  height: 1.6rem;
  display: inline-block;
  background: transparent url(../images/common/icon-arrow-btn.svg) no-repeat center center/contain;
}

/*ボタン：色 green*/
.c-btn--green {
  background-color: #00866b;
}

/*ボタン：色 gray*/
.c-btn--gray {
  background-color: #cccccc;
}

/*ボタン：色 red*/
.c-btn--red {
  background-color: #e03222;
}

.c-btn--iconless::after {
  content: none;
}

.c-btn--blank::after {
  background-image: url(../images/common/icon-blank.svg);
  width: 1.8rem;
  height: 1.8rem;
}

.c-btn--sm {
  width: 20rem;
}
@media screen and (min-width: 768px) {
  .c-btn--sm {
    min-width: 20rem;
  }
}

/*活動実績と報告ページのボタン*/
.c-btn2 {
  max-width: 100%;
  padding: 1.3rem 3rem;
  background-color: #eee;
  font-size: 1.4rem;
  line-height: 1.875;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-btn2 {
    font-size: 1.6rem;
  }
}
.c-btn2::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  border-radius: 1px;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn2:hover {
    background-color: #004fa8;
    color: #fff;
    opacity: 1;
  }
  .c-btn2:hover::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}

/*トップページで使用されているボタンデフォ赤*/
.c-btn3 {
  max-width: 220px;
  padding: 0.5em 10px 0.5em 14px;
  font-size: 1.4rem;
  background-color: #e03222;
  color: #fff;
  border-radius: 2em;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.0625em;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-btn3 {
    font-size: 1.5rem;
  }
}

.c-btn3--blue {
  background-color: #004fa8;
}

/*得意技術ページのページトップボタン*/
.c-btnTop {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.2rem 1.6rem;
  border-bottom: none;
  background-color: rgba(0, 79, 168, .6);
  color: #fff;
  border-radius: 0.6rem;
  min-width: 20rem;
  text-align: center;
}

/*技術支援インデックスページの画像部分*/
.c-card1 {
  position: relative;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.c-card1::after {
  position: absolute;
  content: "";
  width: 4.5rem;
  height: 4.5rem;
  display: inline-block;
  right: 1.7rem;
  bottom: 2rem;
  background: transparent url(../images/tech-support/icon-arrow.png) no-repeat center center/contain;
}
.c-card1__image{
  position: relative;
}
.c-card1__image img {
  /*aspect-ratio: 425/290;*/
  aspect-ratio: 5/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.c-card1__title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.36rem;
  font-weight: bold;
  width: 100%;
}
/*
.c-card1__title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.36rem;
  font-weight: bold;
  width: 100%;
}
*/

/*共通：下層ページのhead部分*/
.c-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  /*margin-top: 3.9rem;*/
  margin-top: 2.3rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
  }
}

.c-head__text {
  line-height: 1.875;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-head__text {
    /*width: 56.2711864407%;*/
    width: 68%;
    margin-top: 0.4rem;
  }
}

@media screen and (min-width: 768px) {
  .c-head__image {
    /*width: 39.5480225989%;*/
    width: 30%;
    margin-left: 3.7rem;
  }
}
.c-head__image img {
  aspect-ratio: 350/260;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}


/*表の中に大きいPDFアイコンがあるときのコンポーネント*/
.c-table-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
}
.c-table-icon img {
  aspect-ratio: 32/34;
  width: 3.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-table-icon p {
  margin-top: 0.5rem;
}

.c-title {
  font-size: 3.6rem;
  line-height: 0.6944444444;
  letter-spacing: 0.36rem;
}
.c-title::first-letter {
  color: #004fa8;
}

.c-title--border {
  line-height: 0.6944444444;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #cccccc;
}

/*3Dものづくり支援センター　/info/3dmonozukuri/*/
.p-3d__contents:nth-of-type(n+2) {
  margin-top: 5rem;
}

.p-3d__item li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-3d__item li::before {
  content: "・";
}
.p-3d__item li + li {
  margin-top: 1.5em;
}

.p-3d__lists {
  margin-top: 2.4rem;
}
.p-3d__lists li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-3d__lists li::before {
  content: "・";
}
.p-3d__lists li:nth-of-type(n+2) {
  margin-top: 1em;
}

/*研究所について_トップ　/aboutus/*/
.p-aboutus__contents:nth-of-type(n+2) {
  /*margin-top: 7.8rem;*/
  margin-top: 5.4rem;
}

.p-aboutus__about {
  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;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  gap: 4.4rem;
}
@media screen and (min-width: 768px) {
  .p-aboutus__about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            align-items: flex-start;
    max-width: none;
  }
}

.p-aboutus__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-aboutus__image {
    /*width: 39.3700787402%;*/
    width: 30%;
  }
}
.p-aboutus__image img {
  aspect-ratio: 350/260;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-aboutus__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 2rem;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-aboutus__links {
    grid-template-columns: repeat(3, 1fr);
  }
  .column-4{
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-aboutus__links li a {
  border-bottom: none;
  padding-bottom: 1.3rem;
  color: #000;
  color: initial;
}
/*得意技術*/
.industrial-con.u-mt-md{
  margin-top: 2em;
}
.industrial-con .p-aboutus__links {
  margin-top: 2rem;
}
.column-4{
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr)) !important;
}


.p-aboutus__item {
  margin-top: 4.6rem;
}

.p-aboutus__mapImage1 {
  margin-top: 3.4rem;
  width: 100%;
}
.p-aboutus__mapImage1 img {
  aspect-ratio: 890/631;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-aboutus__mapImage2 {
  margin-top: 3.4rem;
  width: 100%;
}
.p-aboutus__mapImage2 img {
  aspect-ratio: 890/409;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-aboutus__organization {
  margin-top: 3.4rem;
  width: 100%;
}
.p-aboutus__organization img {
  aspect-ratio: 890/539;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-aboutus__works {
  display: grid;
  gap: 3.9rem;
  grid-template-columns: repeat(auto-fit, minmax(25.7rem, 1fr));
}
@media screen and (min-width: 768px) {
  .p-aboutus__works {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-aboutus__work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-aboutus__work .yellow {
  background-color: #f5f7c8;
}
.p-aboutus__work .blue {
  background-color: #8fd7dd;
}
.p-aboutus__work .green {
  background-color: #add6b4;
}
.p-aboutus__work .beige {
  background-color: #ede2d1;
}
.p-aboutus__work .pink {
  background-color: #e7c0da;
}
.p-aboutus__work p {
  text-align: center;
  line-height: 4rem;
  height: 4rem;
  border: 1px solid #cccccc;
  font-weight: 500;
}
.p-aboutus__work ul {
  margin-top: 1.8rem;
}
.p-aboutus__work li {
  letter-spacing: 1.6px;
  line-height: 1.875;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 500;
}
.p-aboutus__work li::before {
  content: "・";
}

.p-aboutus__movieAll {
  width: 100%;
}
.p-aboutus__movieAll img {
  aspect-ratio: 890/500;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-aboutus__movieChapter {
  display: grid;
  -webkit-column-gap: 3.9rem;
     -moz-column-gap: 3.9rem;
          column-gap: 3.9rem;
  row-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}
@media screen and (min-width: 768px) {
  .p-aboutus__movieChapter {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-aboutus__movie {
  width: 100%;
}
.p-aboutus__movie img {
  aspect-ratio: 270/152;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.p-aboutus__movie p {
  text-align: center;
  margin-top: 1.6rem;
  line-height: 1.5625;
  font-weight: 500;
  padding: 0 1em;
}

/*アクセスページの記述*/
.p-access__wrapper {
  /*margin-top: 5.6rem;*/
  margin-top: 2.3rem;
}

.p-access__map {
  width: 100%;
}
.p-access__map iframe {
  aspect-ratio: 888/500;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-access__info {
  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;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-access__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /*padding: 0 7.1rem 0 4.5rem;*/
    padding: 0 0 0 0;
    max-width: none;
  }
}

.p-access__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-access__image {
    /*width: 51.8134715026%;*/
    width: 45%;
  }
}
.p-access__image img {
  aspect-ratio: 400/377;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-access__content {
  width: 100%;
  font-weight: 500;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-access__content {
    /*width: 42.6165803109%;*/
    width: 53%;
    /*margin-left: 4.3rem;*/
    margin-left: 2rem;
    margin-top: 0;
  }
  .p-access__content th{
    white-space: nowrap;
  }
}
.p-access__content p {
  line-height: 1.5625;
  letter-spacing: 1.6px;
}

.p-access__row {
  padding: 1.3rem 0;
  border-bottom: 1px dotted #212a34;
}
.p-access__row .p-access__tel a {
  padding-bottom: 0;
  color: #212a34;
  text-decoration: none;
  border-bottom: none;
}

.p-access__detailImage {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-access__detailImage {
    width: 69.5rem;
    max-width: none;
  }
}
.p-access__detailImage img {
  aspect-ratio: 695/729;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-access__vehicleWrapper {
  font-weight: 500;
  letter-spacing: 1.6px;
}

.p-access__vehicleRow {
  padding: 1.6rem 0;
  border-bottom: 1px dotted #212a34;
}
.p-access__vehicleRow:first-of-type {
  padding-top: 0;
}
.p-access__vehicleLink{
  color: #004fa8 !important;
  text-decoration: underline;
}

/*新事業詳細ページ*/
.p-activity-new-detail__text {
  margin-top: 2.2rem;
}
.p-activity-new-detail__text p,
.p-activity-new-detail__text li {
  line-height: 1.5625;
  letter-spacing: 1.6px;
}
.p-activity-new-detail__text p + p,
.p-activity-new-detail__text p + a,
.p-activity-new-detail__text a + p {
  margin-top: 1.5em;
}
.p-activity-new-detail__text a {
  display: inline-block;
  color: #004fa8;
  border-bottom: 1px solid #004fa8;
  padding-bottom: 0.3rem;
}

.p-activity-new-detail__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-activity-new-detail__2col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: none;
  }
}

@media screen and (min-width: 768px) {
  .p-activity-new-detail__link {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .p-activity-new-detail__image {
    width: 50%;
  }
}
.p-activity-new-detail__image img {
  aspect-ratio: 340/292;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/*新事業紹介ページ*/
.p-activity-new__head {
  margin-top: 2.8rem;
}

.p-activity-new__list:nth-of-type(n+2) {
  margin-top: 4rem;
}

/*活動実績と報告ページ*/
.p-activity__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-activity__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*技術支援 > 依頼試験 > 精密測定(テンプレート)*/
.p-analysis__head {
  margin-top: 3.6rem;
}

.p-analysis__wrapper {
  margin-top: 7.7rem;
}

.p-analysis__table {
  margin-top: 4.7rem;
}

/*地域連携ページ*/
.p-area__head {
  letter-spacing: 0.4px;
}

.p-area__wrapper {
  margin-top: 5rem;
}

.p-area__contents:nth-of-type(n+2) {
  margin-top: 6.7rem;
}

.p-area__lists li:nth-of-type(n+2) {
  margin-top: 2.16rem;
}
.p-area__lists li h4 {
  padding-left: 1.2rem;
}

/*業務年報_トップ /industrial/business-report/*/ /*技術支援インデックスページのカード*/
.p-card1__text {
  margin-top: 1.2rem;
  line-height: 1.5625;
}

/*フロー図のカード*/
.p-card2 {
  background-color: rgba(0, 79, 168, .05);
  padding: 2.7rem 2.8rem 3.5rem;
  position: relative;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-card2 {
    max-width: none;
  }
}
.p-card2::after {
  content: "";
  position: absolute;
  width: 12rem;
  height: 4.9rem;
  -webkit-clip-path: polygon(0 30%, 20% 30%, 20% 0, 80% 0, 80% 30%, 100% 30%, 50% 100%, 50% 100%);
          clip-path: polygon(0 30%, 20% 30%, 20% 0, 80% 0, 80% 30%, 100% 30%, 50% 100%, 50% 100%);
  background-color: #004fa8;
  display: inline-block;
  bottom: -6.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-card2:nth-of-type(n+2) {
  margin-top: 8.6rem;
}
.p-card2:last-of-type::after {
  content: none;
}

.p-card2__wrapper {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-card2__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-card2__image {
    /*width: 42.2195416164%;*/
    width: 30%;
  }
}
.p-card2__image img {
  aspect-ratio: 350/260;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-card2__contents {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-card2__no-img .p-card2__contents {
    /*width: 53.9203860072%;*/
    width: 100%;
    margin-left: 0.8rem;
    margin-top: 0.8rem;
  }
  .p-card2__contents {
    /*width: 53.9203860072%;*/
    /*width: 65%;*/
    width: 100%;
    margin-left: 0.8rem;
    margin-top: 0.8rem;
  }
}
.p-card2__contents ul + p {
  margin-top: 4.4rem;
}
.p-card2__contents p + ul {
  margin-top: 4.4rem;
}
.p-card2__contents p + p {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-card2__contents p + p {
    margin-top: 1.5em;
  }
}

@media screen and (min-width: 768px) {
  .p-card2__contents--mllg {
    margin-left: 3.1rem;
  }
}

.p-card2__list {
  text-indent: -1em;
  padding-left: 1em;
}
.p-card2__list::before {
  content: "・";
}
.p-card2__list + .p-card2__list {
  margin-top: 1.6rem;
}
.p-card2__list a {
  text-indent: 0;
  padding-left: 0;
}

/*フロー図のカード上下中央揃えバージョン*/
.p-card2.p-card2--aic .p-card2__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*jka事業ページのcard*/
.p-card3 {
  background-color: rgba(0, 79, 168, .05);
  padding: 2.7rem 2.8rem 3.5rem;
}
.p-card3:nth-of-type(n+2) {
  margin-top: 5rem;
}

.p-card3__card {
  margin-top: 1.2rem;
}

.p-card3__table {
  margin-top: 1.5rem;
  width: 100%;
  line-height: 1.7857142857;
}
.p-card3__table tr {
  font-size: 1.4rem;
  letter-spacing: 1.4px;
  font-weight: 500;
}
.p-card3__table tr th {
  padding: 0.4rem 0.7rem;
  background-color: #004fa8;
  color: #fff;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10.7rem;
  font-weight: 500;
}
.p-card3__table tr td {
  padding: 0.4rem 1.6rem;
  background-color: #fff;
  width: calc(100% - 10.7rem);
}
.p-card3__table tr td p {
  font-size: 1.4rem;
}
.p-card3__table tr td a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
}
.p-card3__table tr td li {
  line-height: 1.7857142857;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-card3__table tr td li::before {
  content: "・";
}

/*技術支援インデックスページのカード群*/
.p-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
    row-gap: 4.8rem;
    -webkit-column-gap: 3.9rem;
       -moz-column-gap: 3.9rem;
            column-gap: 3.9rem;
  }
}

.p-cards__card:nth-of-type(n+2) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-cards__card:nth-of-type(n+2) {
    margin-top: 0;
  }
}

/*技術支援 > 受託・共同研究*/
.p-consignment__head {
  /*margin-top: 4.4rem;*/
  margin-top: 2.3rem;
}

.p-consignment__study {
  /*margin-top: 8.2rem;*/
  margin-top: 5.4rem;
}

.p-consignment__studyWrapper {
  /*margin-top: 3.8rem;*/
  margin-top: 2.3rem;
}

.p-consignment__studyLists {
  margin-top: 4.2rem;
}

.p-consignment__studyList:nth-of-type(n+2) {
  margin-top: 3.2rem;
}

.p-consignment__studyBody {
  margin-top: 3.6rem;
}
.p-consignment__studyBody p:nth-of-type(2) {
  margin-top: 1rem;
}
.p-consignment__studyBody p:nth-of-type(3) {
  margin-top: 1.8rem;
}

.p-consignment__pdfImage a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-consignment__pdfImage a::after {
  content: "";
  display: inline-block;
  width: 2.1rem;
  height: 2rem;
  background: transparent url(../images/tech-support/icon-pdf.svg) no-repeat center center/contain;
}

.p-consignment__flow {
  /*margin-top: 8.2rem;*/
  margin-top: 5.4rem;
}

.p-consignment__flowWrapper {
  margin-top: 4rem;
}

.p-consignment__flowCard:nth-of-type(n+2) {
  margin-top: 8.9rem;
}
.p-consignment__flowCard .p-card2__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-consignment__flowCard .p-card2__image {
    width: 24rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-consignment__flowCard .p-card2__image img {
  width: 100%;
}
.p-consignment__flowCard .p-card2__contents {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-consignment__flowCard .p-card2__contents {
    /*width: calc(100% - 24rem);*/
    width: 100%;
    margin-left: 3.5rem;
    margin-top: 0;
  }
}

.p-consignment__flowBold {
  font-weight: bold;
}

/*共通：下部コンタクトパーツ FAXでの問い合わせ部分*/
.p-contact-fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact-fax {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-contact-fax__image {
  width: 4rem;
}
.p-contact-fax__image img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.p-contact-fax__text {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.9px;
  font-weight: bold;
  display: inline-block;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-contact-fax__text {
    margin-left: 1.8rem;
    margin-top: 0;
  }
}

.p-contact-fax__number {
  font-size: 2.8rem;
  display: inline-block;
  line-height: 0.8333333333;
  font-weight: bold;
  color: #004fa8;
  letter-spacing: 1.5px;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-contact-fax__number {
    font-size: 3rem;
    margin-left: 1.4rem;
    margin-top: 0;
  }
}

/*共通：下部コンタクトパーツ メールでの問い合わせ部分*/
.p-contact-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact-mail {
    padding: 3rem;
  }
}
.p-contact-mail .p-contact-mail__image {
  width: 4.1rem;
}
.p-contact-mail .p-contact-mail__image img {
  aspect-ratio: 41/30;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.p-contact-mail .p-contact-mail__text {
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-contact-mail .p-contact-mail__text {
    font-size: 2rem;
  }
}
.p-contact-mail .p-contact-mail__btnWrap {
  margin-top: 1.6rem;
  text-align: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 768px) {
  .p-contact-mail .p-contact-mail__btnWrap {
    margin-top: 2.6rem;
  }
}

/*共通：下部コンタクトパーツ 電話での問い合わせ部分*/
.p-contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact-tel {
    padding: 3rem;
  }
}
.p-contact-tel .p-contact-tel__image {
  width: 3rem;
}
.p-contact-tel .p-contact-tel__image img {
  aspect-ratio: 30/32;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.p-contact-tel .p-contact-tel__text {
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: 1px;
  font-weight: bold;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-contact-tel .p-contact-tel__text {
    font-size: 2rem;
  }
}
.p-contact-tel .p-contact-tel__number {
  font-size: 2.8rem;
  line-height: 0.6944444444;
  letter-spacing: 1.8px;
  font-weight: bold;
  color: #004fa8;
  display: inline-block;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-contact-tel .p-contact-tel__number {
    font-size: 3.6rem;
  }
}
.p-contact-tel .p-contact-tel__time {
  font-size: 1.3rem;
  display: block;
  line-height: 1.6666666667;
  letter-spacing: 0.08px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact-tel .p-contact-tel__time {
    font-size: 1.5rem;
  }
}

/*共通：下部のお問い合わせパーツ*/
.p-contact {
  padding: 2.4rem;
  background-color: #eeeeee;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 4.2rem 5.8rem 5.9rem;
    max-width: none;
  }
}

.p-contact__head {
  margin-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-contact__text {
  letter-spacing: 0.4px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    /*width: 50%;*/
  }
}

.p-contact__contact {
  text-align: center;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-contact__contact {
    width: 50%;
    margin-top: 0;
  }
}

.p-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-contact__tel {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact__tel {
    width: calc(50% - 0.15rem);
  }
}

.p-contact__mail {
  background-color: #fff;
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-contact__mail {
    width: calc(50% - 0.15rem);
    margin-left: 0.3rem;
    margin-top: 0;
  }
}

.p-contact__fax {
  background-color: #fff;
  margin-top: 0.4rem;
}

/*機器の貸出 検索結果詳細ページ*/
.p-detail__wrapper {
  margin-top: 5.4rem;
}

.p-detail__image {
  width: 37.5rem;
  max-width: 50rem;
  max-height: 50rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 4.2rem;
}
.p-detail__image img {
  aspect-ratio: 375/500;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-detail__table {
  margin-top: 4rem;
}

/*イベント一覧ページ*/
.p-event {
  /* ホーム用ボタン
  ---------------------------------------------------------------------------- */
  /* 技術ブログ
  ---------------------------------------------------------------------------- */
}
.p-event li a {
  border-bottom: none;
  color: #000;
  color: initial;
  padding-bottom: 0;
}
.p-event h3 {
  letter-spacing: normal;
  letter-spacing: initial;
  display: block;
  padding-left: 0;
  padding-left: initial;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-event h3::before {
  content: none;
}
.p-event .btn--arrow {
  margin: 2.78em auto 0;
  width: 100%;
}
.p-event .btn--arrow a {
  background-color: #004fa8;
  border-radius: 2em;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.0625em;
  margin: 0 auto;
  max-width: 16.67em;
  padding: 1.17em 2em;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-event .btn--arrow a::after {
  background: url(../images/cmn_img/icon_btn_arrow.png) no-repeat center center;
  background-size: auto;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  margin: auto 0;
  position: absolute;
  right: 1.4em;
  top: 0;
  width: 9px;
}
.p-event .btn--arrow.type--slim {
  margin: 0.8em auto 0;
}
.p-event .btn--arrow.type--slim a {
  font-size: 1.4rem;
  max-width: 21.34em;
  padding: 1em 2em;
}
.p-event .btn--arrow.type--slim a::after {
  height: 14px;
  right: 1.4em;
  width: 9px;
}
.p-event .btn--arrow.type--dl a::after {
  display: none;
}
.p-event .btn--arrow.type--green a {
  background-color: #00a886;
}
.p-event .btn--arrow.type--red a {
  background-color: #e03222;
}
.p-event .btn--arrow.type--blue a {
  background-color: #004fa8;
}
@media screen and (min-width: 768px) {
  .p-event .btn--arrow a {
    font-size: 1.8rem;
  }
  .p-event .btn--arrow a::after {
    height: 18px;
    width: 11px;
  }
  .p-event .btn--arrow.type--slim a {
    font-size: 1.3rem;
  }
}
.p-event .homeBlog {
  display: grid;
  place-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-event .homeBlog {
    grid-template-columns: repeat(auto-fit, minmax(32.4rem, 1fr));
    -webkit-column-gap: 3.9rem;
       -moz-column-gap: 3.9rem;
            column-gap: 3.9rem;
    row-gap: 10.2rem;
  }
  .p-event .homeBlog li{
    max-width: 387px;
  }
}
.p-event .homeBlog_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
  width: 100%;
  
}
.p-event .homeBlog_item:last-child {
  margin-bottom: 0;
}
.p-event .homeBlog_item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.p-event .homeBlog_item--image {
  margin-right: 3%;
  width: 40%;
}
.p-event .homeBlog_item--image img {
  aspect-ratio: 373/266;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-event .homeBlog_item--content {
  width: 100%;
}
.p-event .homeBlog_item--date {
  color: #7d7d7d;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-display: swap;
  letter-spacing: 0.06em;
  margin-right: 0.5em;
  width: 8.75em;
}
.p-event .homeBlog_item--pdf.btn--arrow.type--slim {
  margin: 1em auto 1em auto;
  max-width: 220px;
  width: 100%;
}
.p-event .homeBlog_item--pdf.btn--arrow.type--slim a {
  max-width: 220px;
  padding: 0.5em 10px 0.5em 14px;
}
.p-event .homeBlog_item--title {
  border-bottom: 1px solid #212a34;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  font-display: swap;
  line-height: 1.5;
  padding-bottom: 5px;
  width: 100%;
}
@media screen and (max-width: 375px) {
  .p-event .homeBlog_item > a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-event .homeBlog_item--image {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-event .homeBlog_item--content {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-event .homeBlog_item {
    margin-bottom: 0;
    margin-left: 0;
  }
  .p-event .homeBlog_item:first-child {
    margin-left: 0;
  }
  .p-event .homeBlog_item > a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-event .homeBlog_item--image {
    margin-bottom: 25px;
    margin-right: 0;
    width: 100%;
  }
  .p-event .homeBlog_item--content {
    width: 100%;
  }
  .p-event .homeBlog_item--date {
    font-size: 1.6rem;
    letter-spacing: 0.125em;
    line-height: 1;
    margin-right: 0.75em;
    max-width: 9.5em;
    width: auto;
  }
  .p-event .homeBlog_item--pdf.btn--arrow.type--slim {
    margin: 1em auto 1em auto;
    max-width: 320px;
    width: 100%;
  }
  .p-event .homeBlog_item--title {
    font-size: 1.8rem;
    margin-top: 0.2em;
  }
}
.p-event .homeBlog_item--pdf.btn--arrow.type--slim.p-event__btn {
  margin: 0 auto;
}
.p-event .homeBlog_item--pdf.btn--arrow.type--slim.p-event__btn:nth-of-type(n+2) {
  margin-top: 1rem;
}

.p-event__image {
  position: relative;
}

.p-event__status {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  background-color: #004fa8;
  display: inline-block;
  min-width: 8.5rem;
  text-align: center;
  padding: 0.4rem;
}

.p-event__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.2rem;
}

.p-event__date.homeBlog_item--date {
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.55rem;
  letter-spacing: 0.39px;
  width: 100%;
  margin-right: 0;
}
.p-event__date.homeBlog_item--date span {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  background-color: #004fa8;
  display: inline-block;
  min-width: 8.5rem;
  text-align: center;
  padding: 0.4rem;
  border-radius: 0.3rem;
  margin-right: 1.2rem;
}
.p-event__date.homeBlog_item--date .p-event__date-head {
  color: #212a34;
  font-weight: 500;
  font-size: 1.55rem;
  background-color: transparent;
  margin-right: 0;
  border-radius: 0;
  padding: 0;
  min-width: 0;
  min-width: initial;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-event__pagination {
  margin-top: 10rem;
}
.p-event__pagination li .p-event__page-number {
  padding-bottom: 0;
}

.p-event__page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-event__page-numbers li {
  font-size: 1.6rem;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
}

.p-event__page-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: inherit;
  height: inherit;
}
.p-event__page-number:hover {
  background-color: #004fa8;
  color: #fff;
  opacity: 1;
}

.p-event__page-number.dots {
  pointer-events: none;
}

.p-event__page-number.current {
  background-color: #004fa8;
  color: #fff;
  font-weight: 500;
}

/*その他ページ*/
.p-extra__contents:nth-of-type(n+2) {
  /*margin-top: 5.8rem;*/
  margin-top: 5.4rem;
}

.p-extra__text h6,
.p-extra__text h3 {
  margin-top: 1.5em;
  font-weight: bold;
}
.p-extra__text h6 + p,
.p-extra__text ul + p,
.p-extra__text p + ul,
.p-extra__text p + p,
.p-extra__text p + h2 {
  margin-top: 1em;
}
.p-extra__text ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-extra__text ul li a {
  text-indent: 0;
  padding-left: 0;
  word-break: break-all;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-extra__text ul li::before {
  content: "・";
}
.p-extra__text li + li {
  margin-top: 1em;
}
.p-extra__text dl {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.p-extra__text dt {
  display: block;
  font-weight: bold;
  margin-top: 1em;
}
.p-extra__text dd {
  display: block;
  padding-left: 1em;
}
.p-extra__text ol {
  counter-reset: number 0;
}
.p-extra__text ol li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-extra__text ol li:nth-of-type(n+2) {
  margin-top: 1em;
}

.p-extra__table {
  margin-top: 1.6rem;
}
.p-extra__table a {
  width: inherit;
  color: #004fa8;
  border-bottom: 1px solid #004fa8;
  padding-bottom: 0.3rem;
}

/*暴力団排除の様式*/
.p-extra__document {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-extra__document::after {
  content: "";
  position: absolute;
  width: 12rem;
  height: 4.9rem;
  -webkit-clip-path: polygon(0 30%, 20% 30%, 20% 0, 80% 0, 80% 30%, 100% 30%, 50% 100%, 50% 100%);
          clip-path: polygon(0 30%, 20% 30%, 20% 0, 80% 0, 80% 30%, 100% 30%, 50% 100%, 50% 100%);
  background-color: #004fa8;
  display: inline-block;
  bottom: -6.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-extra__document:nth-of-type(n+2) {
  margin-top: 8.6rem;
}
.p-extra__document:nth-of-type(n+2)::after {
  content: none;
}
.p-extra__document table {
  width: inherit;
  border-collapse: collapse;
  border: 1px solid #d5e3f5;
}
.p-extra__document th {
  vertical-align: top;
  padding: 1.2rem 1rem;
  text-align: center;
  background-color: rgba(0, 79, 168, .05);
  border: 1px dotted #d5e3f5;
  font-weight: normal;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-extra__document th {
    font-size: 1.6rem;
  }
}
.p-extra__document td {
  padding: 1.2rem 1rem;
  border: 1px dotted #d5e3f5;
  text-align: left;
  width: 50%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-extra__document td {
    font-size: 1.6rem;
  }
}
.p-extra__document td:nth-of-type(odd) {
  text-align: center;
}
.p-extra__document td span {
  font-weight: bold;
}

/*暴力団排除ページの注釈*/
.p-extra__annotation {
  margin-top: 1.6rem;
}
.p-extra__annotation p {
  font-size: 1.4rem;
}
.p-extra__annotation span {
  color: #004fa8;
  font-size: 1.4rem;
}
.p-extra__annotation p + p {
  margin-top: 1.5em;
}

/*守秘義務ページの法律抜粋インデント*/
.p-extra__indent {
  padding-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.p-extra__inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-extra__inquiry {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-extra__inquiry span {
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-extra__inquiry span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-extra__inquiry span:nth-of-type(2) {
    margin-left: 2rem;
  }
}
.p-extra__inquiry span a {
  color: #004fa8;
  border-bottom: 1px solid #004fa8;
  padding-bottom: 0.3rem;
}

@media screen and (min-width: 768px) {
  .p-extra .p-contact {
    padding: 4.2rem 4.2rem 5.9rem;
  }
}
.p-extra .c-btn {
  min-width: 0;
  min-width: initial;
  max-width: none;
  width: 100%;
  max-width: 30rem;
}
.p-extra .p-contact__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 1024px) {
  .p-extra .p-contact__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-extra .p-contact__tel {
  width: inherit;
  padding: 4% 3%;
}
@media screen and (min-width: 1024px) {
  .p-extra .p-contact__tel {
    width: calc(50% - 0.15rem);
  }
}
.p-extra .p-contact__tel .p-contact-tel__number {
  font-size: 2.8rem;
  line-height: 0.6944444444;
}
.p-extra .p-contact__mail {
  width: inherit;
  padding: 4% 3%;
}
@media screen and (min-width: 768px) {
  .p-extra .p-contact__mail {
    margin-top: 0.3rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-extra .p-contact__mail {
    width: calc(50% - 0.15rem);
    margin-top: 0;
    margin-left: 0.3rem;
  }
}
.p-extra .p-contact-fax {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4% 3%;
}
@media screen and (min-width: 1024px) {
  .p-extra .p-contact-fax {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-extra .p-contact-tel__number {
  font-size: 2.8rem;
  line-height: 0.6944444444;
  letter-spacing: 1.8px;
  font-weight: bold;
  color: #004fa8;
  display: inline-block;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-extra .p-contact-tel__number {
    font-size: 3.6rem;
  }
}

.p-extra__sub-list {
  margin-top: 1.5em;
}

.p-extra__text .p-extra__sub-list li::before {
  content: none;
}

.p-extra__contents .p-extra__text ol h3 {
  margin-bottom: 0.5em;
}
.p-extra__contents .p-extra__text ol h3::before {
  margin-right: 1.5em;
}

/*保有機器検索結果ページ*/
.p-facilities-result__category {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.8rem 1rem 0.6rem;
  min-width: 10rem;
  text-align: center;
  background-color: #004fa8;
  color: #fff;
  /*margin-bottom: -0.8rem;*/
  margin-bottom: 0.5rem;
  margin-top: -0.4rem;
}
.p-facilities-result__images {
  max-width: 50rem;
  max-height: 50rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-rendering: auto;
}
.p-facilities-result__images .swiper-horizontal > .swiper-pagination-bullets, .p-facilities-result__images .swiper-pagination-bullets.swiper-pagination-horizontal, .p-facilities-result__images .swiper-pagination-custom, .p-facilities-result__images .swiper-pagination-fraction {
  bottom: -3.6rem;
}
.p-facilities-result__images .swiper-button-next {
  display: none;
  right: 0;
  width: 4rem;
  height: 4rem;
  top: 52%;
}
@media screen and (min-width: 768px) {
  .p-facilities-result__images .swiper-button-next {
    right: -3.3rem;
  }
}
.p-facilities-result__images .swiper-button-prev {
  display: none;
  left: 0;
  width: 4rem;
  height: 4rem;
  top: 52%;
}
@media screen and (min-width: 768px) {
  .p-facilities-result__images .swiper-button-prev {
    left: -3.6rem;
  }
}
.p-facilities-result__images .swiper-button-next:after {
  background: transparent url(../images/common/icon-arrow-right-blue.svg) no-repeat center center/contain;
  width: 4rem;
  height: 4rem;
  margin: auto;
  content: "";
}
.p-facilities-result__images .swiper-button-prev:after {
  background: transparent url(../images/common/icon-arrow-left-blue.svg) no-repeat center center/contain;
  width: 4rem;
  height: 4rem;
  margin: auto;
  content: "";
}
.p-facilities-result__images .swiper-pagination-bullet-active {
  background-color: #004fa8;
}
.p-facilities-result__images .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}
.p-facilities-result__images .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-facilities-result__images .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.p-facilities-result__images .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(n+2), .p-facilities-result__images .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(n+2) {
  margin-left: 1rem;
}

.p-facilities-result__images.active .swiper-button-prev,
.p-facilities-result__images.active .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-facilities-result__slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

.p-facilities-result__table {
  margin-top: 7rem;
}

.p-facilities-result__table.p-table-2col th {
  vertical-align: middle;
  width: 24%;
}

.p-facilities-result__btn {
  text-align: center;
}

/*機器の貸出検索ページ*/
.p-facilities__text {
  margin-top: 3.2rem;
}

.p-facilities__table td {
  height: 4.7rem;
}

.p-facilities__table.p-table-2col th {
  width: 17.1%;
}
.p-facilities__table.p-table-2col td {
  width: 82.9%;
  padding: 0.8rem;
}

.p-facilities__btnWrap {
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-facilities__btnWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/*select*/
.p-facilities__select {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  vertical-align: middle;
  font-size: 1.4rem;
}
.p-facilities__select::after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
  right: 0.5em;
  top: 50%;
  border-bottom: 1px solid #212a34;
  border-right: 1px solid #212a34;
  -webkit-transform: translateY(-80%) rotate(45deg);
          transform: translateY(-80%) rotate(45deg);
}
.p-facilities__select select {
  width: 21.5rem;
  padding: 0.2rem;
  padding-right: 1.5em;
  background: #fff;
  text-indent: 0.01px;
  letter-spacing: -0.3px;
  cursor: pointer;
}

/*event select*/
.event__select{
  margin: 0 20px 0 0;
}


/*checkbox*/
.p-facilities__checkbox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-facilities__checkbox {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-facilities__checkbox .text {
  display: inline-block;
  position: relative;
  padding-left: 1.9rem;
}

.p-facilities__checkbox .text::before {
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid rgba(33, 42, 52, .6);
  border-radius: 0.2rem;
  background: #fff;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-facilities__checkbox .text::after {
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  color: #004fa8;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "?";
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-facilities__checkbox input:focus + span::before {
  -webkit-box-shadow: 0 0 4px #004fa8;
          box-shadow: 0 0 4px #004fa8;
}

.p-facilities__checkbox input:checked + span::after {
  opacity: 1;
}

.p-facilities__keyword input {
  width: 28.2rem;
  border: 1px solid rgba(33, 42, 52, .4);
  font-size: 1.6rem;
  padding: 0.4rem;
}


/*みんなのテクノ広場 /hiroba/*/
.p-hiroba__wrapper {
  margin-top: 4.7rem;
}

.p-hiroba__contents:nth-of-type(n+3) {
  margin-top: 5rem;
}

.p-hiroba__contents.u-mt-85 {
  margin-top: 8.5rem;
}

.p-hiroba__item h3 + p {
  margin-top: 1em;
}
.p-hiroba__item:nth-of-type(n+2) {
  margin-top: 5.4rem;
}

.p-hiroba__image {
  width: 50rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.p-hiroba__image img {
  aspect-ratio: 500/367;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-hiroba__table {
  width: 100%;
  overflow-x: auto;
}
.p-hiroba__table table {
  width: inherit;
  border-collapse: collapse;
  border: 1px solid #d5e3f5;
  font-size: 1.4rem;
  overflow-x: auto;
  min-width: 76.8rem;
}
@media screen and (min-width: 768px) {
  .p-hiroba__table table {
    font-size: 1.6rem;
    min-width: 0;
    min-width: initial;
  }
}
.p-hiroba__table tr {
  height: 5.8rem;
}
.p-hiroba__table th {
  padding: 1.3rem 1rem;
  text-align: left;
  background-color: rgba(0, 79, 168, .05);
  border: 1px dotted #d5e3f5;
  font-weight: normal;
}
.p-hiroba__table th:nth-of-type(1) {
  width: 12.4%;
}
.p-hiroba__table td {
  background-color: #fff;
  padding: 1.3rem 1rem;
  border: 1px dotted #d5e3f5;
  word-break: break-all;
}
.p-hiroba__table td:nth-of-type(n+2) {
  width: 21.9%;
}

.p-hiroba__tableImage {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.p-hiroba__tableImage img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.p-hiroba__lists li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.875;
}
.p-hiroba__lists li::before {
  content: "※";
}

.p-hiroba__pdf {
  position: relative;
}
.p-hiroba__pdf::after {
  position: absolute;
  content: "";
  width: 12.9rem;
  height: 20.5rem;
  display: inline-block;
  background: transparent url(../images/common/cara.png) no-repeat center center/contain;
  bottom: -3.3rem;
  right: 0;
  mix-blend-mode: multiply;
}
.p-hiroba__pdf a {
  margin-left: auto;
  margin-right: auto;
  width: 69.4rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-hiroba__pdf a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-hiroba__pdf img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-hiroba__pdf img {
    width: 50%;
  }
}

.p-hiroba__blackboard {
  width: 64.4rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-hiroba__blackboard img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.p-hiroba__movie {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-column-gap: 3.9rem;
     -moz-column-gap: 3.9rem;
          column-gap: 3.9rem;
  row-gap: 6rem;
}
@media screen and (min-width: 768px) {
  .p-hiroba__movie {
    grid-template-columns: repeat(3, 1fr);
    max-width: none;
    max-width: initial;
    row-gap: 4rem;
  }
}

.p-hiroba__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.p-hiroba__card p {
  text-align: center;
  margin-top: 2.4rem;
}

.p-hiroba__contents.p-hiroba__ruby h2,
.p-hiroba__contents.p-hiroba__ruby h3,
.p-hiroba__contents.p-hiroba__ruby p {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-hiroba__contents.p-hiroba__ruby h2,
  .p-hiroba__contents.p-hiroba__ruby h3,
  .p-hiroba__contents.p-hiroba__ruby p {
    line-height: 1.875;
  }
}

/*沿革ページ*/ /*産業財産権_トップ /industrial_prop/*/
.p-industrial-prop__wrapper {
  margin-top: 5.5rem;
}

.p-industrial-prop__contents:nth-of-type(n+2) {
  margin-top: 6rem;
}

.p-industrial-prop__index {
  display: grid;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(21.5rem, 1fr));
}
@media screen and (min-width: 768px) {
  .p-industrial-prop__index {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-industrial-prop__index li a {
  border-bottom: none;
  padding-bottom: 1.3rem;
  color: #212a34;
}

.p-industrial-prop__btn {
  text-align: right;
  margin-top: 1rem;
}

/*業務案内 /info/*/
.p-info__wrapper {
  margin-top: 2.8rem;
}

.p-info__card .p-card2__lists li {
  margin-top: 0;
}
.p-info__card::after {
  content: none;
}
.p-info__card:nth-of-type(n+2) {
  /*margin-top: 4rem;*/
  margin-top: 2rem;
}

.p-info__btn {
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-info__btn {
    text-align: left;
  }
}

/*JKA補助事業詳細ページ*/
.p-jka-detail h2 {
  padding-bottom: 0.9rem;
}
.p-jka-detail h2 span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 1.4px;
  font-weight: 500;
}

.p-jka-detail__text {
  margin-top: 2.2rem;
}
.p-jka-detail__text p {
  line-height: 1.5625;
  letter-spacing: 1.6px;
}
.p-jka-detail__text ul {
  margin-top: 1.5em;
}
.p-jka-detail__text p + p,
.p-jka-detail__text p + a,
.p-jka-detail__text a + p,
.p-jka-detail__text h5 + p {
  margin-top: 1.5em;
}
.p-jka-detail__text a {
  display: inline-block;
  color: #004fa8;
  border-bottom: 1px solid #004fa8;
  padding-bottom: 0.3rem;
}
.p-jka-detail__text li {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
}
.p-jka-detail__text li::before {
  content: "・";
}

.p-jka-detail__text + .p-jka-detail__text {
  margin-top: 6rem;
}

.p-jka-detail__text--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-jka-detail__text--2col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-jka-detail__text--2col p {
    width: 56.2711864407%;
    margin-top: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-jka-detail__text--2col .p-jka-detail__image {
    width: 39.5480225989%;
    margin-left: 3.7rem;
  }
}
.p-jka-detail__text--2col .p-jka-detail__image img {
  aspect-ratio: 350/260;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/*JKA補助事業ページ*/
.p-jka__head {
  margin-top: 2.8rem;
}
.p-jka__head p {
  letter-spacing: 1.6px;
  line-height: 1.5625;
}

.p-jka__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.3rem;
}

.p-jka__keirin,
.p-jka__social {
  width: 23.4rem;
}
.p-jka__keirin img,
.p-jka__social img {
  aspect-ratio: 234/60;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.p-jka__social {
  margin-left: 1.8rem;
}

.p-jka__lists {
  margin-top: 6.1rem;
}

.p-jka__list:nth-of-type(n+2) {
  margin-top: 5rem;
}

/*技術支援 > 開放試験室のご利用（機器の貸出？）*/
.p-labo__head {
  /*margin-top: 4.2rem;*/
  margin-top: 2.3rem;
}

.p-labo__flow {
  margin-top: 5.4rem;
}

.p-labo__lists {
  margin-top: 4rem;
}
.p-labo__lists .narrow {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.p-labo__btn {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-labo__btn {
    margin-top: 6rem;
  }
}

.p-labo__machineWrap {
  margin-top: 7.2rem;
}

.p-labo__machine {
  margin-top: 4rem;
}

/*施設情報_利用可能な会場 /lending/list/*/
.p-lending-list__contents:nth-of-type(n+2) {
  margin-top: 4rem;
}

.p-lending-list__item {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2.4rem 4.4rem 2.5rem;
  background-color: rgba(0, 79, 168, .05);
}
@media screen and (min-width: 768px) {
  .p-lending-list__item {
    max-width: none;
  }
}

.p-lending-list__container {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-lending-list__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-lending-list__image {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lending-list__image {
    width: 41.6666666667%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.p-lending-list__info {
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .p-lending-list__info {
    width: 55.9523809524%;
    margin-left: 2rem;
    margin-top: 0;
  }
}
.p-lending-list__info dl {
  margin-top: 2.4rem;
}

.p-lending-list__infoRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
.p-lending-list__infoRow:nth-of-type(n+2) {
  margin-top: 0.5rem;
}
.p-lending-list__infoRow dt {
  width: 22.7659574468%;
  text-align: center;
  background-color: #004fa8;
  color: #fff;
  padding: 0.5rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-lending-list__infoRow dd {
  background-color: #fff;
  width: 77.2340425532%;
  padding: 0.5rem 1.2rem;
}
.p-lending-list__infoRow dd a {
  color: #004fa8;
  border-bottom: 1px solid #004fa8;
  padding-bottom: 0.3rem;
}

.p-lending-list__btn {
  text-align: center;
  margin-top: 3.6rem;
}
@media screen and (min-width: 768px) {
  .p-lending-list__btn {
    margin-top: 6.6rem;
  }
}

/*施設情報_利用可能な会場 slider*/
.p-lending-list__image .swiper-horizontal > .swiper-pagination-bullets, .p-lending-list__image .swiper-pagination-bullets.swiper-pagination-horizontal, .p-lending-list__image .swiper-pagination-custom, .p-lending-list__image .swiper-pagination-fraction {
  bottom: -2.7rem;
}
.p-lending-list__image .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-lending-list__image .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.p-lending-list__image .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(n+2), .p-lending-list__image .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(n+2) {
  margin-left: 1rem;
}
.p-lending-list__image .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}
.p-lending-list__image .swiper-pagination-bullet-active {
  background-color: #004fa8;
}

.p-lending-list__slide .swiper-slide img {
  aspect-ratio: 350/260;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/*施設情報_トップ /lending/*/
.p-lending__head li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.875;
}
.p-lending__head li::before {
  content: "・";
}
.p-lending__head p + ul {
  /*margin-top: 3.1em;*/
  margin-top: 2.1em;
}

.p-lending__link {
  margin-top: 4.8rem;
  text-align: center;
}

.p-lending__wrapper {
  margin-top: 4.6rem;
}

.p-lending__contents:nth-of-type(n+2) {
  margin-top: 6.4rem;
}

.p-lending__item:nth-of-type(n+2) {
  margin-top: 4.3rem;
}

.p-lending__image1 img {
  aspect-ratio: 890/631;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-lending__image2 img {
  aspect-ratio: 890/409;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-lending__tableExtra {
  text-align: right;
  white-space: nowrap;
}

.p-lending__text {
  margin-top: 2.3rem;
  letter-spacing: 1.6px;
}
.p-lending__text p {
  line-height: 1.5625;
}
.p-lending__text li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-lending__text li::before {
  content: "■";
}
.p-lending__text li:nth-of-type(n+2) {
  margin-top: 1.5em;
}
.p-lending__text li ul {
  counter-reset: number 0;
}
.p-lending__text li ul li {
  padding-left: 0;
}
.p-lending__text li ul li:nth-of-type(n+2) {
  margin-top: 0;
}
.p-lending__text li ul li::before {
  counter-increment: number 1;
  content: counter(number) ".";
}

/*産業技術図書館 /info/library/*/
.p-library__image {
  margin-top: 5.5rem;
  mix-blend-mode: multiply;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-library__image {
    width: 65rem;
    margin-left: 6.5rem;
    margin-right: 17.4rem;
    max-width: none;
  }
}
.p-library__image img {
  aspect-ratio: 650/451;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-link__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22.1rem, 1fr));
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-link__links .p-link__item {
  /*height: 100%;*/
  background: #EEEEEE;
}
.p-link__links .p-link__item a {
  /*height: inherit;*/
  border-bottom: none;
  padding-bottom: 1.3rem;
  color: #000;
  color: initial;
  display: block;
  /*height: 100%;*/
}
.p-link__links .p-link__item a.line-1{
  padding: 1.8em 0 1.8em 0;
}
.p-link__links .p-link__item a:hover {
  color: #fff;
}

/*イベント、講習会詳細ページ*/
.p-lower-detail__date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-lower-detail__date {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: bold;
  color: #7d7d92;
  letter-spacing: 1.6px;
}
.p-lower-detail__date span {
  color: #212a34;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-lower-detail__status {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  background-color: #004fa8;
  display: inline-block;
  min-width: 8.5rem;
  text-align: center;
  padding: 0.4rem;
  border-radius: 0.3rem;
  margin-right: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-lower-detail__head {
  color: #212a34;
}

.p-lower-detail__title {
  margin-top: 0.9rem;
}

.p-lower-detail__image {
  max-width: 89rem;
  margin-left: auto;
  margin-right: auto;
}
.p-lower-detail__image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.p-lower-detail__contents table {
  width: inherit;
  border-collapse: collapse;
  border: 1px solid #d5e3f5;
}
.p-lower-detail__contents table th {
  width: 25%;
  padding: 1rem 0.8rem;
  text-align: center;
  background-color: rgba(0, 79, 168, .05);
  border: 1px dotted #d5e3f5;
  vertical-align: middle;
}
.p-lower-detail__contents table td {
  width: 75%;
  height: 8.9rem;
  padding: 1.3rem 1rem;
  border: 1px dotted #d5e3f5;
  word-break: break-all;
  text-align: left;
  background-color: #fff;
}

.p-lower-detail__btn {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.p-lower-detail__pagination {
  margin-top: 10rem;
}

.p-lower-detail__page-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-lower-detail__page-links .p-lower-detail__page-link a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  border-bottom: none;
  color: #fff;
  display: inline-block;
}

.p-lower-detail__page-link.prev,
.p-lower-detail__page-link.next {
  position: absolute;
}

.p-lower-detail__page-link.prev {
  top: calc(-100% - 2rem);
}
@media screen and (min-width: 768px) {
  .p-lower-detail__page-link.prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: calc(50% + 12rem);
  }
}

.p-lower-detail__page-link.next {
  top: calc(100% + 2rem);
}
@media screen and (min-width: 768px) {
  .p-lower-detail__page-link.next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(50% + 12rem);
  }
}

/*機器の貸出検索ページ*/
.p-machine-search__head {
  margin-top: 4.4rem;
}

.p-machine-search__wrapper {
  margin-top: 8.1rem;
}

.p-machine-search__text {
  margin-top: 3.2rem;
}

.p-machine-search__table {
  margin-top: 4.5rem;
}
.p-machine-search__table td {
  height: 4.7rem;
}

.p-machine-search__btnWrap {
  text-align: center;
  margin-top: 3.6rem;
}

/*月刊名工研_トップ*/
.p-monthly__wrapper {
  margin-top: 4.8rem;
}

.p-monthly__table {
  margin-top: 4.8rem;
}

/*映像紹介_詳細　/aboutus/movie/*/
.p-movie__movie {
  width: 100%;
}
.p-movie__movie iframe {
  aspect-ratio: 720/406;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-movie__contents:nth-of-type(n+2) {
  margin-top: 3.1rem;
}

.p-movie .p-movie__lead {
  font-size: 1.6rem;
  line-height: 1.3888888889;
  letter-spacing: 1.8px;
  font-weight: bold;
  padding-bottom: 0.9rem;
  position: relative;
}
.p-movie .p-movie__lead::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(204, 204, 204, .6);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-movie .p-movie__lead {
    font-size: 1.8rem;
  }
}

.p-movie__text {
  margin-top: 2.4rem;
}
.p-movie__text p {
  line-height: 1.5625;
}

.p-movie__explanation {
  font-weight: bold;
  margin-top: 1em;
}

.p-movie__conversation {
  margin-top: 3.1rem;
}
.p-movie__conversation p + p {
  margin-top: 1em;
}

.p-movie__place {
  font-weight: bold;
}

.p-movie__list:nth-of-type(n+2) {
  margin-top: 2.4rem;
}

.p-movie__listHead {
  font-weight: bold;
}

.p-movie__listBody {
  margin-top: 1.6rem;
}

.p-news {
  /* ニュース
  ---------------------------------------------------------------------------- */
}
.p-news .btn--arrow.type--red a {
  color: #fff;
}
.p-news .homeNews {
  margin-bottom: 40px;
  width: 100%;
}
.p-news .homeNews_item {
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
}
.p-news .homeNews_item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-news .homeNews_item--date {
  color: #7d7d7d;
  font-size: 1.6rem;
  letter-spacing: 0.125em;
  margin-right: 1em;
}
.p-news .homeNews_item--title {
  margin-right: 1.5em;
}
.p-news .homeNews_item--pdf.btn--arrow.type--slim {
  margin: 0.8em auto 0.8em auto;
  width: 220px;
}
.p-news .homeNews_item--pdf.btn--arrow.type--slim a {
  max-width: 220px;
  padding: 0.5em 10px 0.5em 14px;
}
@media screen and (max-width: 375px) {
  .p-news .homeNews_item {
    padding: 15px 10px;
  }
  .p-news .homeNews_item--date {
    margin-right: 0.75em;
  }
  .p-news .homeNews_item--title {
    margin-right: 1em;
  }
  .p-news .homeNews_item--category span {
    margin-right: 0.75em;
  }
}
@media screen and (min-width: 768px) {
  .p-news .homeNews {
    margin-bottom: 50px;
  }
  .p-news .homeNews_item {
    padding: 15px 40px;
  }
  .p-news .homeNews_item > a {
    width: 100%;
  }
  .p-news .homeNews_item--date {
    margin-right: 2em;
    width: 100%;
  }
  .p-news .homeNews_item--title {
    margin-right: 2em;
    width: 100%;
  }
  .p-news .homeNews_item--pdf.btn--arrow.type--slim {
    margin: 0.8em 0 0.8em 0;
  }
}

.underContents .p-news li a {
  color: #212a34;
  border-bottom: none;
  padding-bottom: 0;
}

.p-news .homeNews_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.p-only__achievement {
  margin-top: 7.4rem;
}

.p-only__table {
  margin-top: 4rem;
}

/*パンフレットページ*/
.p-pamphlet__image {
  width: 35.4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.p-pamphlet__image img {
  aspect-ratio: 354/500;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

/*特許シーズ集ページ*/ /*活用事例集ページ*/
/*ものづくり基盤技術産業協働プログラム*/
/*産業財産権_詳細 /industrial_prop/detail.html*/
.p-prop-detail-table th {
  width: 25%;
}
.p-prop-detail-table td img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-prop-detail-table:nth-of-type(n+2) {
  margin-top: 4rem;
}
.p-prop-detail-table p {
  line-height: 1.5625;
}

.p-prop-detail-table__btn {
  text-align: right;
  margin-top: 1rem;
}

.p-prop-detail-table.p-table-2col th {
  width: 25%;
}

/*刊行物ページ*/
.p-publish__cards li a {
  color: #fff;
  border-bottom: none;
  padding: 1.8rem 2.4rem;
}

.p-publish__card::after {
  content: none;
}
.p-publish__card:nth-of-type(n+2) {
  /*margin-top: 4rem;*/
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-publish__cardContents {
    margin-top: -1.2rem;
    margin-left: 3.1rem;
  }
}

.p-publish__btn {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-publish__btn {
    text-align: left;
  }
}
.p-publish__btn a {
  text-align: center;
}

.p-result-example__head p + p {
  margin-top: 1.5em;
}

/*機器の貸出 検索結果一覧ページ*/
.p-result__wrapper {
  margin-top: 5.4rem;
}

.p-result__table {
  margin-top: 4.2rem;
}

.p-seminar {
  /* ニュース
  ---------------------------------------------------------------------------- */
  /* ホーム用ボタン
  ---------------------------------------------------------------------------- */
}
.p-seminar .btn--arrow.type--red a {
  color: #fff;
}
.p-seminar .homeNews {
  margin-bottom: 40px;
  width: 100%;
}
.p-seminar .homeNews_item {
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
}
.p-seminar .homeNews_item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-seminar .homeNews_item--date {
  color: #7d7d7d;
  font-size: 1.6rem;
  letter-spacing: 0.125em;
  margin-right: 1em;
}
.p-seminar .homeNews_item--title {
  margin-right: 1.5em;
}
.p-seminar .homeNews_item--pdf.btn--arrow.type--slim {
  margin: 0.8em auto 0.8em auto;
  width: 220px;
}
.p-seminar .homeNews_item--pdf.btn--arrow.type--slim a {
  max-width: 220px;
  padding: 0.5em 10px 0.5em 14px;
}
@media screen and (max-width: 375px) {
  .p-seminar .homeNews_item {
    padding: 15px 10px;
  }
  .p-seminar .homeNews_item--date {
    margin-right: 0.75em;
  }
  .p-seminar .homeNews_item--title {
    margin-right: 1em;
  }
  .p-seminar .homeNews_item--category span {
    margin-right: 0.75em;
  }
}
@media screen and (min-width: 768px) {
  .p-seminar .homeNews {
    margin-bottom: 50px;
  }
  .p-seminar .homeNews_item {
    padding: 15px 40px;
  }
  .p-seminar .homeNews_item > a {
    width: 100%;
  }
  .p-seminar .homeNews_item--date {
    margin-right: 2em;
    width: 100%;
  }
  .p-seminar .homeNews_item--title {
    margin-right: 2em;
    width: 100%;
  }
  .p-seminar .homeNews_item--pdf.btn--arrow.type--slim {
    margin: 0.8em 0 0.8em 0;
  }
}
.p-seminar .btn--arrow {
  margin: 2.78em auto 0;
  width: 100%;
}
.p-seminar .btn--arrow a {
  background-color: #004fa8;
  border-radius: 2em;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.0625em;
  margin: 0 auto;
  max-width: 16.67em;
  padding: 1.17em 2em;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-seminar .btn--arrow a::after {
  background: url(../images/cmn_img/icon_btn_arrow.png) no-repeat center center;
  background-size: auto;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  margin: auto 0;
  position: absolute;
  right: 1.4em;
  top: 0;
  width: 9px;
}
.p-seminar .btn--arrow.type--slim {
  margin: 0.8em auto 0;
}
.p-seminar .btn--arrow.type--slim a {
  font-size: 1.4rem;
  max-width: 21.34em;
  padding: 1em 2em;
}
.p-seminar .btn--arrow.type--slim a::after {
  height: 14px;
  right: 1.4em;
  width: 9px;
}
.p-seminar .btn--arrow.type--dl a::after {
  display: none;
}
.p-seminar .btn--arrow.type--green a {
  background-color: #00a886;
}
.p-seminar .btn--arrow.type--red a {
  background-color: #e03222;
}
@media screen and (min-width: 768px) {
  .p-seminar .btn--arrow a {
    font-size: 1.8rem;
  }
  .p-seminar .btn--arrow a::after {
    height: 18px;
    width: 11px;
  }
  .p-seminar .btn--arrow.type--slim a {
    font-size: 1.5rem;
  }
}
.p-seminar .p-seminar__item {
  padding-left: 0;
  padding-right: 0;
}

.p-seminar .p-seminar__item a {
  padding-bottom: 0;
  border-bottom: none;
  color: #212a34;
}

.p-seminar__item .btn--arrow.type--red a {
  color: #fff;
}
.p-seminar__item .btn--arrow.type--red a:nth-of-type(n+2) {
  margin-top: 0.8rem;
}

.p-seminar__item .btn--arrow.type--red .type--blue {
  background-color: #004fa8;
}

.p-seminar__date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-seminar__status {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  background-color: #004fa8;
  display: inline-block;
  min-width: 8.5rem;
  text-align: center;
  padding: 0.4rem;
  border-radius: 0.3rem;
  margin-right: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-seminar__date {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: bold;
  color: #7d7d92;
  letter-spacing: 1.6px;
}
.p-seminar__date span {
  color: #212a34;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*/sitemap/ページ*/
.p-sitemap__contents:nth-of-type(n+2) {
  margin-top: 5.2rem;
}

.p-sitemap__lists {
  margin-top: 3.2rem;
}
.p-sitemap__lists li {
  font-size: 1.6rem;
  line-height: 1.875;
  padding-left: 1.4rem;
  text-indent: -1em;
  font-weight: 400;
}
.p-sitemap__lists li:nth-of-type(n+2) {
  margin-top: 2.4rem;
}
.p-sitemap__lists li::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.9rem;
  background-color: #004fa8;
  margin-right: 1rem;
  margin-bottom: 0.2rem;
}
.p-sitemap__lists li ul {
  margin-top: 1.65rem;
}
.p-sitemap__lists li ul li {
  padding-left: 2.6rem;
}
.p-sitemap__lists li ul li::before {
  margin-right: 0.44rem;
}
.p-sitemap__lists li ul li ul li:nth-of-type(n+2) {
  margin-top: 1.6rem;
}


@media screen and (min-width: 768px) {
  .p-technology-contact__text {
    margin-top: 0.4rem;
  }
}

.p-technology-contact__flow {
  /*margin-top: 7.4rem;*/
  margin-top: 5.4rem;
}

/*技術相談ページのカード群*/
.p-technology-contact__lists {
  margin-top: 4rem;
}

.p-technology-example__wrapper:nth-of-type(n+2) {
  margin-top: 6rem;
}

.p-technology-example__text table {
  width: inherit;
  border-collapse: collapse;
  border: 1px solid #d5e3f5;
  margin-top: 2rem;
}
.p-technology-example__text table th {
  width: 25%;
  background-color: pink;
  padding: 1rem 0.8rem;
  text-align: center;
  background-color: rgba(0, 79, 168, .05);
  border: 1px dotted #d5e3f5;
  vertical-align: middle;
}
.p-technology-example__text table td {
  width: 75%;
  height: 8.9rem;
  padding: 1.3rem 1rem;
  border: 1px dotted #d5e3f5;
  word-break: break-all;
  text-align: left;
  background-color: #fff;
}
.p-technology-example__text h3{
  margin-top: 4rem;
}
.p-technology-example__text h4{
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.p-technology-example__text p{
  margin-top: 2rem;
}
.p-technology-example__text a{
  color: #004fa8;
  border-bottom: 1px solid #004fa8;
  padding-bottom: 0.3rem;  
}

.p-technology-example__question::before {
  content: none;
}

.p-technology-example__questionNumber {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
}

.p-technology-study__wrapper:nth-of-type(n+2) {
  margin-top: 8rem;
}

.p-technology-test p {
  font-size: 1.6rem;
  line-height: 1.5625;
}
.p-technology-test li {
  font-size: 1.6rem;
  line-height: 1.5625;
}
.p-technology-test .p-technology-test__text {
  line-height: 1.875;
}
.p-technology-test .p-technology-test__flow {
  /*margin-top: 7.4rem;*/
  margin-top: 5.4rem;
}
.p-technology-test .p-technology-test__lists {
  margin-top: 4rem;
}

.p-technology__head {
  /*margin-top: 3.7rem;*/
  margin-top: 1.7rem;
}

.p-technology__cards {
  margin-top: 3.4rem;
}

.p-technology__contact {
  margin-top: 61.1rem;
}

/*利用料金ページ　※依頼試験と同じhtml利用*/
.p-test__btnWrap {
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-test__btnWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-test__btnWrap .c-btn {
  width: 100%;
  max-width: 30rem;
  padding: 1.8rem 3.5rem;
}
.p-test__btnWrap .c-btn:nth-of-type(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-test__btnWrap .c-btn:nth-of-type(n+2) {
    margin-top: 0;
    margin-left: 2rem;
  }
}

/*/contact/ページ*/
.p-top-contact__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-contact__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*研修 /training/*/
.p-training__contents:nth-of-type(n+2) {
  margin-top: 6rem;
}

.p-training__text {
  margin-top: 2.8rem;
}

/*出向きます技術相談*/
.p-trip__technology {
  margin-top: 7.4rem;
}
.p-trip__technology p {
  margin-top: 4rem;
  padding-left: 0.7rem;
  letter-spacing: 1.6px;
}

.p-trip__inquiry {
  margin-top: 9.8rem;
}
.p-trip__inquiry p {
  margin-top: 4rem;
  padding-left: 0.7rem;
  line-height: 1.5625;
}

.u-border-yellow {
  border-bottom: 2px solid #ffff00;
  font-weight: 600;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-mt-31 {
  margin-top: 3.1rem;
}

.u-mt-40 {
  /*margin-top: 4rem;*/
  margin-top: 2rem;
}

.u-mt-85 {
  /*margin-top: 8.5rem;*/
  margin-top: 4.8rem;
}

.u-mt-lg {
  /*margin-top: 7.8rem;*/
  margin-top: 5.4rem;
}

.u-mt-md {
  /*margin-top: 5.6rem;*/
  margin-top: 2.6rem;
}

.u-mt-sm {
  /*margin-top: 4.3rem;*/
  margin-top: 2.3rem;
}

.u-pdf-icon {
  display: inline-block;
  width: 2.1rem;
  height: 2rem;
  background: transparent url(../images/common/icon-pdf.svg) no-repeat center center/contain;
  margin-bottom: -0.3rem;
}

/*text-align: center;*/
.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.noData {
  display: grid;
  place-items: center;
  margin-block: 150px;
}
/*Google 検索 上書き*/
.gsc-results-wrapper-overlay{
  height: 80vh !important;
  top: 50px  !important;
}
/*# sourceMappingURL=styles.css.map */

/*産業財産権*/
.p-industrial-prop__date{
  text-align:right;
  margin: 10px 0 -20px 0;
}
.p-industrial-prop__comment{
  margin: 10px 0 0 0;
}