@charset "utf-8";
body{
  line-height: 1.8;
	font-family: "Inter", "游ゴシック体","YuGothic","游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif !important;
	color: #000;
	font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-variation-settings: "slnt" 0;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

ul,ol,li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.color-white {
  color: #fff;
}

.form-control::placeholder, .is-search-input::placeholder {
  color: #B6B6B6;
  font-size: .875rem;
}
/* ====================================
Icons
==================================== */
.btn-inquiry::before, .footer__list--link::before, .footer-lower-link::after, .btn-list::before, .purpose__section--list-link::before, .related-list .related-listItem::before, a[target="_blank"]::before, .breadcrumb-item+.breadcrumb-item::before, .news_section_link::before, .inquiry__link::before, .faq__point--container .icon-point::before, .article__tags--list::before, .sample__link--download::before, .sample__link--show::before, .btn-page-top::before, #news__body a::before, .modal-content .btn-close::before, .btn-sample-download-all::before, .import-link::before,.article__description a::before, .guide-section-content a::before, .guide-section-content_related a::before, .article__related--container ol li a::before, .btn-download::before, .article__related--container ol li.current::before, .tags__labels--list::before {
  font-family: "Material Symbols Outlined";
}

/* ====================================
Header
==================================== */
.navbar-expand-lg {
  border-bottom: .0625rem solid #ccc;
  background-color: #fff;
  padding: .75rem 0;
}
header.scrolled .gnavi__top--list {
  display: none;
}

/* ロゴ */
.logo {
  margin: 0 1rem 0 0;
  line-height: 1;
}
.logo a {
  row-gap: .25rem;
  text-decoration: none;
  color: #000;
  text-align: center;
}
header.scrolled .logo img {
  transition: width 0.3s ease;
}

/* グロナビ */
.gnavi__body {
  row-gap: .75rem;
}
.gnavi--top {
  column-gap: 1rem;
  line-height: 1;
}
.gnavi__top--list, .gnavi__bottom--list {
  transition: transform 0.3s ease, opacity 0.3s ease;
  display: flex;
}
.gnavi__top--list, .gnavi__bottom--list {
  column-gap: 1rem;
}
.gnavi__bottom--list {
  column-gap: .75rem;
}
.gnavi__top--link {
  color: #333;
  text-decoration: none;
  font-size: .75rem;
}
.gnavi__top--link.current, .gnavi__bottom--link.current {
  color: #DE1B24;
  font-weight: bold;
}
.btn-inquiry, .gnavi__top--link.current .btn-inquiry {
  background-color: #DE1B24;
  border-radius: .1875rem;
  color: #fff !important;
  line-height: 1;
  padding: .625rem 1rem;
  column-gap: .25rem;
}
.btn-inquiry::before {
  content: "\e158";
  font-size: 1.125rem;
  font-weight: normal;
}
.gnavi-bottom {
  align-items: center;
}
.gnavi__bottom--link {
  font-size: .9375rem;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
}
.gnavi__bottom--link.current {
  position: relative;
}
.gnavi__bottom--link.current::after {
  position: absolute;
  border-bottom: .1875rem solid #DE1B24;
  width: 100%;
  content: "";
  bottom: -1.125rem;
  left: 0;
}
/* 検索フォーム */
.ac_results {
  display: none !important;
}
.is-search-form {
  position: relative !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
}
.is-form-style.is-form-style-3 label {
  width: inherit !important;
}
#is-search-input-12.is-search-input {
  height: 2.5rem !important;
  border-radius: 1.25rem !important;
  border: .0625rem solid #cfcfcf !important;
  background-color: #f9f9f9 !important;
  padding: .5rem 1rem .5rem 2.5rem !important;
  width: 16.25rem;
}
.is-search-form .is-search-submit {
  position: absolute !important;
  left: .75rem !important;
  padding: 0 !important;
  line-height: 0 !important;
  outline: none !important;
  border: none !important;
  background-color: inherit !important;
  width: 1.5625rem !important;
  height: inherit !important;
}
.is-screen-reader-text {
  display: none !important;
}
.is-search-icon {
  color: #555 !important;
  font-size: 1.25rem !important;
  background-color: inherit !important;
  border: none !important;
  height: inherit !important;
  padding-top: 0 !important;
  width: inherit !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .gnavi__bottom--link {
    font-size: .9375rem;
  }
  .gnavi__bottom--list {
    column-gap: .625rem;
  }
  #is-search-input-12.is-search-input {
    width: 11.25rem;
  }
}
@media (max-width: 991.98px) {
  /* ロゴ */
  .logo {
    max-width: 15.625rem;
  }
  .sub-logo-text {
    font-size: .75rem;
  } 
  /* ハンバーガーメニュー */
  .navbar-toggler {
    border: none;
    padding: 0;
    row-gap: .3125rem;
  }
  .navbar-toggler-icon {
    background: none;
    background-color: #000;
    height: .125rem;
    width: 1.5rem;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  :not( .mejs-button ) > button:hover, :not( .mejs-button ) > button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: none;
  }
  /* offcanvas */
  .offcanvas {
    overflow-x: auto;
    transition: inherit;
    width: 80% !important;
  }
  .offcanvas .btn-close {
    opacity: 1;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .offcanvas .btn-close span {
    font-size: 1.625rem;  
  }
  .offcanvas-title {
    font-size: 1.25rem;
  }
  .gnavi__top--list {
    display: flex !important;
  }
  /* 検索フォーム */
  .is-search-form {
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
  }
  .is-form-style.is-form-style-3 label {
    width: inherit !important;
  }
  #is-search-input-12.is-search-input {
    height: 3.75rem !important;
    border-radius: 0 !important;
    border: none !important;
    background-color: #eee !important;
    width: 100%;
  }
  /* ********** */
  .gnavi__body {
    border-top: .0625rem solid #ccc;
    row-gap: 0;
  }
  .gnavi__top--item, .gnavi__bottom--item:not(:last-child) {
    border-bottom: .0625rem solid #ccc;
  }
  .gnavi__top--link, .gnavi__bottom--link {
    width: 100%;
    text-align: left;
    padding: .75rem 1rem;
    font-size: .9375rem;
    font-weight: normal;
    color: #000;
  }
  .gnavi-bottom-form-control {
    height: 3.5rem;
    border-radius: 0;
    border: none;
    background-color: #eee;
    padding: .5rem 1rem .5rem 2.5rem;
  }
  #offcanvasRight .btn-inquiry {
    color: #fff;
    border-radius: 0;
    padding: 1rem;
  }
  #offcanvasRight .btn-inquiry::before {
    font-size: 1.25rem;
  }
  .gnavi__top--link.current, .gnavi__bottom--link.current {
    position: inherit;
    background-color: #FFF5F5;
  }
}

/* ====================================
Main
==================================== */
main {
  margin-top: 6.0625rem;
}
a[target="_blank"] {
  display: inline-block;
  text-decoration: none;
  padding: 0 .25rem;
}
a[target="_blank"]::before, .inquiry__link::before {
  content: "\f743";
  line-height: 1;
  font-size: 1.125rem;
  vertical-align: middle;
  padding-right: .25rem;
}
.hover-link, .hover-link span, .hover-link *, #news__body a, .article__description a,.guide-section a, .related-list-link,.accordion-body-container a[target="_blank"] {
  transition: all .25s;
}
.hover-link:hover, .hover-link:hover span, .hover-link:hover *, #news__body a:hover, .article__description a:hover,.guide-section a:hover,.related-list-link:hover,.accordion-body-container a[target="_blank"]:hover {
  color: #DE1B24 !important;
}
.btn-hover {
  transition: all .25s;
}
.btn-hover:hover {
  opacity: .5 !important;
}
/* ====================================
下層ページ
==================================== */
.page__container {
  margin-top: 7.1875rem;
}
.page__title {
  background-color: #FFF5F5;
  background-image: radial-gradient(#F5D4D5 10%, transparent 10%);
  background-size: 1.25rem 1.25rem;
  margin-bottom: 5rem;
}
.page__title--row {
  padding: 3rem 0;
}
.page__title--inner {
  row-gap: 1.5rem;
}
.page__title--top {
  row-gap: .5rem;
}
.page__title--top h1 {
  font-size: 2rem;
  margin-bottom: 0;
}
.page__title--top p {
  color: #D71440;
  margin-bottom: 0;
}
.page__title--bottom .description {
  font-size: .875rem;
  margin: 0;
}
/* SECTION */
.page__section--wrapper {
  margin-bottom: 7.5rem;
}
.page__section--container {
  row-gap: 2.5rem;
}
/* H2 */
.page__headline--container {
  position: relative;
}
.page__headline--container::before, .page__headline--container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: .125rem;
}
.page__headline--container::before {
  z-index: 1;
  width: 7.5rem;
  background-color: #DE1B24;
}
.page__headline--container::after {
  width: 100%;
  background-color: #ccc;
}
.page__headline--container h2 {
  font-size: 1.75rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  color: #000;
}
/* ダウンロードボタン */
.btn-download {
  background-color: #DE1B24;
  border-radius: .25rem;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding: .75rem 1.5rem;
  column-gap: .25rem;
}
.btn-download::before {
  content: "\f090";
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: middle;
  font-weight: 300;
}
.btn-download:hover {
  color: #fff !important;
}
.import-link {
  color: #000;
  padding: 0 .25rem;
}
.import-link::before {
  content: "\e887";
  font-size: 1.5rem;
  vertical-align: middle;
  font-weight: 400;
  color: #DE1B24;
  padding-right: .125rem;
  display: inline-block;
}
.import-link:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .page__container {
    margin-top: 2.8125rem;
  }
  .page__title {
    margin-bottom: 4rem;
  }
  .page__title--row {
    padding: 2rem 0;
  }
  .page__title--inner {
    row-gap: 1.25rem;
  }
  .page__title--top {
    row-gap: .5rem;
  }
  .page__title--top h1 {
    font-size: 1.5rem;
  }
  .page__title--top p {
    font-size: .875rem;
  }
  .page__title--bottom .description {
    font-size: .625rem;
  }
  /* SECTION */
  .page__section--wrapper {
    margin-bottom: 5rem;
    row-gap: 2.5rem;
  }
  .page__section--container {
    row-gap: 1.75rem;
  }
  /* H2 */
  .page__headline--container h2 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
}
/* ====================================
Pagination
==================================== */
.pagination {
	border-top: none;
}
.page-item .dots {
  background-color: #fff;
}
.page-item .dots:hover {
  background-color: none;
}
.pagination .page-link {
  font-size: .9375rem;
  color: #000;
  font-weight: normal;
  box-shadow: inherit !important;
  padding: .5rem .875rem;
}
.pagination a:hover {
  color: #DE1B24 !important;
}
.pagination .page-link:active, .pagination .page-link:focus {
  box-shadow: none;
}
.pagination .active a, .pagination .active span {
  background-color: #DE1B24;
  color: #fff;
  border: .0625rem solid #DE1B24;
  font-weight: normal;
  padding: .5rem .875rem;
}
.pagination .active .page-link:hover {
  color: #fff !important;
}
.pagination .dots {
  font-weight: normal;
  color: #000 !important;
}
/* ====================================
Breadcrumb
==================================== */
.breadcrumb-item {
  font-size: .625rem;
  line-height: 1;
  column-gap: .25rem;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: .125rem;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: "\e5cc";
  font-size: 1.125rem;
  padding-right: 0;
}
.breadcrumb-item span {
  font-size: 1.125rem;
}
.breadcrumb-item a {
  color: #000;
}
/* ====================================
Footer
==================================== */
.footer-fluid {
  background-color: #222;
  padding: 5rem 0;
}

.footer__list {
  border-left: .0625rem solid #D71440;
  padding-left: 1rem;
  row-gap: .75rem;
}

.footer__list--item {
  font-size: .8125rem;
  color: #fff;
}
.footer__list--link {
  text-decoration: none;
  color: #fff;
  column-gap: .5rem;
}

.footer__list--link::before {
  content: "\e5cc";
}

.footer__list--lower {
  row-gap: .5rem;
	margin-left: .25rem;
}
.footer__list--lower .footer__list--item {
  font-size: .9375rem;
}

.footer__list--lower .footer__list--link {
  color: #999;
  font-size: .8125rem;
  padding-left: 1rem;
}

.footer__list--link[target="_blank"]::before {
  content: "\f743";
}
.footer__list--banner-container {
  row-gap: 1rem;
}
.footer__list--banner-container a[target="_blank"] {
  padding: 0;
}
.footer__list--banner-container a[target="_blank"]::before {
  content: none;
}

@media (max-width: 991.98px) {
  .footer-fluid {
    padding: 2.5rem 1rem;
  }
  .footer__list {
    border-left: none;
    row-gap: .5rem;
    padding-left: 0;
  }
  
  .footer__list--item {
    font-size: .875rem;
  }
  .footer__list--link {
    text-decoration: none;
    color: #fff;
    column-gap: .5rem;
    padding: .75rem 1rem .75rem 0;
  }  
  .footer__list--lower {
    row-gap: .5rem;
    flex-wrap: wrap;
    width: 100%;
    margin-top: .5rem;
  }
  .footer__list--lower .footer__list--item {
    font-size: 1rem;
    padding: 0;
  }
  
  .footer__list--lower .footer__list--link {
    font-size: .875rem;
    padding: 0;
  }
  .footer__list--banner-container {
    row-gap: 0;
    margin-top: 2rem;
  }
  .slide-anime-nav {
    display: none;
  }
}
.slide-anime-nav {
  opacity: 0;
  transition: opacity 350ms ease;
}
.slide-anime-nav-inner {
  background: #DE1B24;
  border-radius: 2rem 0 0 2rem;
  padding: 0 1.2rem;
  transition: transform 0.2s ease 0s;
  transform: translateX(-.75rem);
}
.slide-anime-nav-inner:hover {
  background: #DE1B24;
}
.slide-anime-nav-inner a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: calc(3rem - 10rem);
  min-height: 3rem;
  white-space: nowrap;
  text-decoration: none;
  font-size: .9375rem;
}
.slide-anime-nav-inner a:hover {
  text-decoration: none;
}
.fixed-right {
  z-index: 1010;
  position: fixed;
  bottom: 10%;
  transform: rotate(0) translateY(-90%);
  left: calc(100% - 2.5rem);
}
.fixed-right > .slide-anime-nav-inner:hover {
  transform: translateX(-7.5rem);
  opacity: .5;
}
.fixed-right a::after {
  display: block;
  content: attr(data-text);
  padding-right: 12rem;
  font-weight: bold;
  margin-left: .5rem;
}
@charset "utf-8";
.form-floating>.form-select {
  padding: .75rem 1rem;
  font-size: .875rem;
  max-width: 12.5rem;
  min-height: initial;
  height: inherit;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/icon-arrow-select.svg");
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: .75rem auto;
  margin-bottom: 2.5rem;
}
/* お知らせ */
.top__section.news {
  padding: 5rem 0;
}
.news__section--list {
  row-gap: 1rem;
}
.news__section--list li {
  border-bottom: .0625rem solid #D9D9D9;
  padding-bottom: 1rem;
}
.news__section--link {
  text-decoration: none;
  font-size: .875rem;
  column-gap: 4rem;
}
.news__section--link time, .news__section--link h3 {
  font-size: .875rem;
  line-height: 1.75;
}
.news__section--link time {
  color: #000;
}
.news__section--link h3 {
  color: #333;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
/* ====================================
下層ページ
==================================== */
.news__section--container {
  row-gap: 1.5rem;
  margin-top: 5rem;
}
.news__section--top {
  row-gap: 1rem;
}
.news__section--top h1 {
  font-size: 1.5rem;
  border-bottom: .0625rem solid #ccc;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.news__section--top time {
  font-size: .75rem;
  color: #999;
  font-weight: 500;
}
.news__section--bottom {
  row-gap: 5rem;
}
/* 投稿内容の中身 */
#news__body ul, #news__body ol {
  padding-left: 2rem;
  padding-bottom: 1.5rem;
}
#news__body ul li {
  list-style-type: disc;
}
#news__body ol li {
  list-style-type: decimal;
}
#news__body h2 {
  margin-bottom: 2.25rem;
  font-size: 1.375rem;
}
#news__body h3 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
#news__body h4 {
  margin-bottom: 1.75rem;
  font-size: 1.125rem;
}
#news__body h5 {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
#news__body h6 {
  margin-bottom: 1rem;
  font-size: .875rem;
}

#news__body a {
  color: #000;
  text-decoration: none;
  padding: 0 .25rem;
  line-height: 1.5;
}
#news__body a::before, #news__body a[target="_blank"]::before {
  line-height: 1;
  color: #DE1B24;
  line-height: 1.25;
  font-size: 1.25rem;
  padding-right: .25rem;
  vertical-align: text-top;
}
#news__body a::before {
  content: "\eaaa";
}
#news__body a[target="_blank"]::before {
  content: "\f743";
}
/*　***************　*/
.news_section_link {
  color: #333;
  text-decoration: none;
  column-gap: .25rem;
}
.news_section_link::before {
  content: "\eaaa";
  color: #DE1B24;
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .news__section--container {
    margin-top: 2rem;
  }
}
