body {
  font-weight: 400;
  word-wrap: break-word
}
dl, ol, ul {
  list-style: none
}
img {
  vertical-align: middle
}
[class*=btn i], [class*=button], button {
  text-decoration: none
}
[class*=btn i]:hover, [class*=button]:hover, button:hover {
  text-decoration: underline
}
.kokudoKyoujinka footer {
  background-color: #575eb1
}
.kokudoKyoujinka footer .pageTop::before {
  background-color: #484fa8
}
.kokudoKyoujinka footer .pageTop a {
  background-color: #484fa8;
  background-image: none;
  border-top-left-radius: 50px 44px;
  border-top-right-radius: 50px 44px;
  font-size: 1.1rem;
  font-weight: 400;
  height: 50px;
  line-height: 2.18182;
  margin-right: -9px;
  padding: 5px;
  padding-top: 30px;
  position: relative;
  width: 90px
}
.kokudoKyoujinka footer .pageTop a::first-line {
  line-height: 1
}
.kokudoKyoujinka footer .pageTop a::before {
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 5px;
  width: 0
}
.outer.of-search {
  background-color: #f4f4f4;
  padding: 40px 0
}
.outer > .inner {
  margin: 0 auto;
  max-width: 1010px;
  padding: 0 15px
}
.outer > .inner.of-full {
  max-width: 980px;
  padding: 0
}
.outer.of-ver-02 {
  background-color: #f3f3ff
}
.outer .outer .inner {
  padding: 0
}
.category-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px
}
.category-list li {
  font-size: 1.4rem;
  margin-bottom: 5px;
  margin-right: 20px;
  padding-left: 28px;
  position: relative
}
.category-list li:last-child {
  margin-right: 0
}
.category-list li::before {
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px
}
.category-list li.type-00::before {
  background-image: linear-gradient(45deg, #7ee6b6 20%, #eee556 80%)
}
.category-list li.type-01::before {
  background-color: #7ee6b6
}
.category-list li.type-02::before {
  background-color: #eee556
}
.selectList {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 30px -10px
}
.selectList > li {
  display: flex;
  margin-left: 10px;
  margin-top: 10px
}
.selectList[data-col="4"] > li {
  display: flex;
  flex: 0 1 25%;
  flex-basis: calc(25% - 10.5px)
}
.selectList[data-col="6"] > li {
  display: flex;
  flex: 0 1 100%;
  flex-basis: calc((100% / 6) - 10.5px)
}
.selectList .btn {
  align-items: center;
  background: #fff;
  border-radius: 0;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.71429;
  min-height: 50px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: 100%
}
.selectList .btn.is-select, .selectList .btn:hover {
  color: #fff;
  opacity: 1
}
.selectList .btn.type-00 {
  border-bottom: 2px solid #7ee6b6;
  border-left: 2px solid #7ee6b6;
  border-right: 2px solid #eee556;
  border-top: 2px solid #eee556;
  color: #444;
  position: relative
}
.selectList .btn.type-00::after, .selectList .btn.type-00::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transform: rotate(-45deg);
  width: 2px
}
.selectList .btn.type-00::before {
  left: -2px;
  top: -2px
}
.selectList .btn.type-00::after {
  bottom: -2px;
  right: -2px
}
.selectList .btn.type-00.is-select, .selectList .btn.type-00:hover {
  background: linear-gradient(50deg, #7ee6b6 0, #7ee6b6 30%, #eee556 70%, #eee556 100%);
  border: 0;
  color: #444;
  padding: 8px 14px
}
.selectList .btn.type-00.is-select.is-select::after, .selectList .btn.type-00.is-select::before, .selectList .btn.type-00.is-select:hover::after, .selectList .btn.type-00.is-select:hover::before, .selectList .btn.type-00:hover.is-select::after, .selectList .btn.type-00:hover::before, .selectList .btn.type-00:hover:hover::after, .selectList .btn.type-00:hover:hover::before {
  display: none
}
.selectList .btn.type-01 {
  border: 2px solid #7ee6b6;
  color: #444
}
.selectList .btn.type-01.is-select, .selectList .btn.type-01:hover {
  background-color: #7ee6b6;
  color: #444
}
.selectList .btn.type-02 {
  border: 2px solid #eee556;
  color: #444
}
.selectList .btn.type-02.is-select, .selectList .btn.type-02:hover {
  background-color: #eee556;
  color: #444
}
.selectList a.btn:not([href]) {
  background: #ebebeb !important;
  border-color: #ebebeb !important;
  color: #c8c8c8 !important
}
.selectList button.btn:disabled {
  background: #ebebeb !important;
  border-color: #ebebeb !important;
  color: #c8c8c8 !important
}
.productItems {
  position: relative
}
.productItems > li {
  margin-bottom: 18px;
  transform: scale(1);
  transition: visibility 0s, opacity .5s, transform .8s;
  visibility: visible;
  will-change: opacity, transform
}
.productItems > li.is-hidden {
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transform: scale(.6);
  transition: visibility .5s, opacity .3s, transform .5s;
  visibility: hidden;
  will-change: opacity, transform
}
.productItems .box {
  border: 1px solid #ddd;
  box-shadow: 0 1px 1.8px .2px rgba(0, 0, 0, .08);
  margin: 0
}
.productItems .hdg {
  background: #f3f3ff;
  padding: 17px 28px
}
.productItems .title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.09091
}
.productItems .contents {
  font-size: 1.4rem;
  line-height: 1.71429;
  padding: 30px 28px
}
.productItems .contents p {
  font-size: 1.5rem
}
.productItems .grid {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 20px
}
.productItems .grid .col.of-img {
  flex: 0 0 290px;
  text-align: center;
  width: 290px
}
.productItems .grid .col:first-child {
  flex: 1 1 100%;
  margin-left: 30px
}
.productItems .category {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  margin-bottom: 15px
}
.productItems .category > li {
  align-items: center;
  border-right: 1px solid #ddd;
  display: flex;
  font-weight: 700;
  height: 27px;
  justify-content: center;
  line-height: 1;
  padding: 2px 15px
}
.productItems .category > li.fieldItem-01 {
  background-color: #7ee6b6
}
.productItems .category > li.fieldItem-02 {
  background-color: #eee556
}
.productItems .subcategory {
  display: inline-flex;
  flex-wrap: wrap;
  font-weight: 700;
  margin-bottom: 26px;
  margin-left: 1px;
  margin-top: 1px
}
.productItems .subcategory > li {
  align-items: center;
  border: 1px solid #ddd;
  display: flex;
  height: 26px;
  justify-content: center;
  margin-left: -1px;
  margin-top: -1px;
  padding: 3px 13px
}
.productItems .subcategory > li.is-disabled {
  background-color: #ebebeb;
  color: #bdbdbd
}
.productItems .linkArea {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: space-between
}
.productItems .linkList {
  display: inline-flex
}
.productItems .linkList > li + li {
  margin-left: 10px
}
.productItems .linkList .btn, .productItems .linkList .pdfBtn {
  text-decoration: none
}
.productItems .linkList .btn:hover, .productItems .linkList .pdfBtn:hover {
  text-decoration: underline
}
.productItems .linkList .btn {
  align-items: center;
  background-color: #375992;
  border: 1px solid #375992;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  line-height: 1;
  padding: 2px 18px
}
.productItems .linkList .pdfBtn {
  align-items: center;
  border: 1px solid #375992;
  display: flex;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  line-height: 1;
  padding: 2px 22px
}
.kokudoKyoujinka .v3-product-catalog-list {
  padding: 0
}
.kokudoKyoujinka .v3-product-catalog-list .catalog-kokudoKyoujinka::before {
  background: #856da8
}
.newsList {
  margin-bottom: 40px
}
.newsList > li {
  align-items: flex-start;
  border-bottom: 1px solid #dadada;
  display: flex;
  font-size: 1.4rem;
  padding-bottom: 21px
}
.newsList > li + li {
  padding-top: 21px
}
.newsList > li .status {
  align-items: center;
  display: flex;
  flex: 0 0 179px;
  justify-content: space-between;
  width: 179px
}
.newsList > li .contents {
  margin-left: 20px
}
.list-com .row {
  margin: -20px 0 50px
}
.hdg1 {
  background-color: #484fa8;
  background-image: url(/product/kokudo_kyoujinka/common/images/hdg/hdg1/hdg1_bg_01.png), url(/product/kokudo_kyoujinka/common/images/hdg/hdg1/hdg1_bg_02.png);
  background-position: left top, right top;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  margin-bottom: 31px;
  padding: 31px 10px
}
.hdg1 .inner {
  max-width: 1010px
}
.hdg1 .title {
  color: #fff;
  font-size: 3.4rem;
  line-height: 1.1;
  text-align: center
}
.hdg2 {
  margin-bottom: 19px;
  margin-top: 31px
}
.hdg2 .title {
  font-size: 3.2rem;
  line-height: 1.09375;
  padding: 18px 34px 17px;
  position: relative
}
.hdg2 .title::before {
  background-image: url(/product/kokudo_kyoujinka/common/images/hdg/hdg2/hdg2_icon_01.png);
  background-repeat: no-repeat;
  background-size: 12px 100%;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px
}
.hdg3 {
  border-bottom: 1px solid #484fa8;
  margin-bottom: 19px;
  margin-top: 30px;
  padding: 0 0 15px
}
.hdg3 .title {
  font-size: 2.8rem;
  line-height: 1.10714;
  padding-left: 34px;
  position: relative
}
.hdg3 .title::before {
  background-image: url(/product/kokudo_kyoujinka/common/images/hdg/hdg3/hdg3_icon_01.png);
  background-repeat: no-repeat;
  background-size: 12px 100%;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px
}
.hdg4 {
  margin-bottom: 19px;
  margin-top: 42px
}
.hdg4 .title {
  font-size: 2.4rem;
  line-height: 1.29167;
  padding-left: 34px;
  position: relative
}
.hdg4 .title::before {
  background: linear-gradient(135deg, #6da9e1 0, #6da9e1 50%, #835ac0 50%, #835ac0 100%);
  content: "";
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 15px
}
.hdg5 {
  margin-bottom: 19px;
  margin-top: 42px
}
.hdg5 .title {
  font-size: 2rem;
  line-height: 1.1;
  padding-left: 20px;
  position: relative
}
.hdg5 .title::before {
  background: linear-gradient(107deg, #6da9e1 0, #6da9e1 50%, #835ac0 50%, #835ac0 100%);
  content: "";
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 5px
}
.topicPath {
  margin: 0;
  padding: 22px 0 20px
}
.linkBox {
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  padding: 20px;
  text-align: center
}
.attentionBox {
  border: 1px solid #c00;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 12px
}
.btn {
  display: inline-flex
}
.btn > a {
  align-items: center;
  background: #375992;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  line-height: 1.71429;
  min-height: 32px;
  min-width: 285px;
  text-decoration: none
}
.btn > a::first-line {
  line-height: 1
}
.catalogList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-top: -18px;
  word-break: break-all
}
.catalogList a {
  font-size: 1.4rem
}
.catalogList > li {
  border-top: 4px solid #856da8;
  flex: 0 0 56px;
  flex-basis: calc(100% / 3 - 1.9%);
  margin-left: 1.805%;
  margin-top: 1.805%;
  width: calc(100% / 3 - 1.9%)
}
.catalogList .grid {
  display: flex;
  justify-content: space-between;
  padding: 17px 20px
}
.catalogList .grid .col {
  flex: 1 1 100%
}
.catalogList .grid .col.of-img {
  flex: 0 0 56px;
  margin-left: 23px;
  width: 56px
}
.catalogList .grid .col.of-img img {
  border: #d3d3d3 solid 1px;
}
.groupList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px
}
.groupList > li {
  border: 1px solid #ddd;
  margin-left: 20px;
  margin-top: 20px;
  width: calc(100% / 3 - 20px)
}
.companyList {
  margin: -20px 0 50px;
  overflow: hidden
}
.companyList > .inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px
}
.companyList .col {
  border: 1px solid #ddd;
  display: flex;
  margin: 20px 20px 0 0;
  width: calc(100% / 3 - 21px)
}
.companyList .col > a {
  align-items: center;
  color: #375992;
  display: flex;
  flex-basis: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: center;
  min-height: 60px;
  padding: 2px;
  text-decoration: none
}
.companyList .col > a:focus, .companyList .col > a:hover {
  color: #375992;
  opacity: .7
}
.companyList .col > a:visited {
  color: #375992
}
.companyList .col > a .br-text {
  display: inline-block;
  text-align: center
}
.companyList .col > a .br-text .br-pc::after {
  content: "\A";
  white-space: pre
}
.searchList {
  display: flex
}
.searchList a:hover {
  opacity: .7
}
.searchList > .item {
  display: flex;
  flex-basis: calc(230 / 980 * 100%);
  min-height: 100%
}
.searchList > .item + .item {
  margin-left: 20px
}
.searchList > .item img {
  height: auto;
  width: 100%
}
.searchList > .item.item_sub_outer {
  flex-direction: column
}
.searchList > .item.item_sub_outer .item_sub {
  min-height: .0000001%
}
.searchList > .item.item_sub_outer .item_sub:last-child {
  margin-top: auto
}
.mediaeEmbedVideo {
  padding: 35px;
  text-align: center
}
.mediaeEmbedVideo iframe {
  min-height: 290px;
  min-width: 480px
}
.mv {
  text-align: center
}
.d-inline {
  display: inline !important
}
.d-inline-block {
  display: inline-block !important
}
.d-block {
  display: block !important
}
.d-flex {
  display: flex !important
}
.d-inline-flex {
  display: inline-flex !important
}
.ta-left {
  text-align: left !important
}
.ta-center {
  text-align: center !important
}
.ta-right {
  text-align: right !important
}
.va-top {
  vertical-align: top !important
}
.va-middle {
  vertical-align: middle !important
}
.va-bottom {
  vertical-align: bottom !important
}
.ai-normal {
  align-items: normal !important;
  display: flex
}
.ai-flex-start {
  align-items: flex-start !important;
  display: flex
}
.ai-flex-end {
  align-items: flex-end !important;
  display: flex
}
.ai-center {
  align-items: center !important;
  display: flex
}
.ai-stretch {
  align-items: stretch !important;
  display: flex
}
.jc-normal {
  display: flex;
  justify-content: normal !important
}
.jc-flex-start {
  display: flex;
  justify-content: flex-start !important
}
.jc-flex-end {
  display: flex;
  justify-content: flex-end !important
}
.jc-center {
  display: flex;
  justify-content: center !important
}
.jc-space-between {
  display: flex;
  justify-content: space-between !important
}
.jc-space-around {
  display: flex;
  justify-content: space-around !important
}
.visuallyHidden {
  -webkit-clip-path: inset(50%);
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}
.w-10 {
  width: 10% !important
}
.w-20 {
  width: 20% !important
}
.w-30 {
  width: 30% !important
}
.w-40 {
  width: 40% !important
}
.w-50 {
  width: 50% !important
}
.w-60 {
  width: 60% !important
}
.w-70 {
  width: 70% !important
}
.w-80 {
  width: 80% !important
}
.w-90 {
  width: 90% !important
}
.w-100 {
  width: 100% !important
}
.mt_0 {
  margin-top: 0 !important
}
.mb_0 {
  margin-bottom: 0 !important
}
.mt_5 {
  margin-top: 5px !important
}
.mb_5 {
  margin-bottom: 5px !important
}
.mt_10 {
  margin-top: 10px !important
}
.mb_10 {
  margin-bottom: 10px !important
}
.mt_15 {
  margin-top: 15px !important
}
.mb_15 {
  margin-bottom: 15px !important
}
.mt_20 {
  margin-top: 20px !important
}
.mb_20 {
  margin-bottom: 20px !important
}
.mt_25 {
  margin-top: 25px !important
}
.mb_25 {
  margin-bottom: 25px !important
}
.mt_30 {
  margin-top: 30px !important
}
.mb_30 {
  margin-bottom: 30px !important
}
.mt_35 {
  margin-top: 35px !important
}
.mb_35 {
  margin-bottom: 35px !important
}
.mt_40 {
  margin-top: 40px !important
}
.mb_40 {
  margin-bottom: 40px !important
}
.mt_45 {
  margin-top: 45px !important
}
.mb_45 {
  margin-bottom: 45px !important
}
.mt_50 {
  margin-top: 50px !important
}
.mb_50 {
  margin-bottom: 50px !important
}
.fs-xxsmall {
  font-size: 1rem !important
}
.fs-xsmall {
  font-size: 1.2rem !important
}
.fs-small {
  font-size: 1.4rem !important
}
.fs-medium {
  font-size: 1.6rem !important
}
.fs-large {
  font-size: 1.8rem !important
}
.fs-xlarge {
  font-size: 2rem !important
}
.fs-xxlarge {
  font-size: 2.2rem !important
}
@media print, screen and (max-width:767px) {
  .kokudoKyoujinka footer .pageTop {
    height: 10px
  }
  .kokudoKyoujinka footer .pageTop::before {
    height: 10px
  }
  .kokudoKyoujinka footer .pageTop a {
    border-top-left-radius: 45px 38px;
    border-top-right-radius: 45px 38px;
    font-size: 9px;
    height: 40px;
    line-height: 2.66667;
    padding-top: 22px
  }
  .kokudoKyoujinka footer .pageTop a::before {
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 1px;
    width: 0
  }
  .kokudoKyoujinka .footerLink {
    padding-top: 9px
  }
  .kokudoKyoujinka #navbar {
    top: 51px !important
  }
  .kokudoKyoujinka #navbar .globalLink > li {
    background-color: #484fa8
  }
  .kokudoKyoujinka .gNav, .kokudoKyoujinka .navbar-close {
    background-color: #484fa8
  }
  .kokudoKyoujinka .navbar-collapse .search-box {
    background-color: #484fa8
  }
  .kokudoKyoujinka header {
    padding-right: 13px
  }
  .kokudoKyoujinka .navbar-header .navbar-toggle {
    transform: translateY(-10px)
  }
  .kokudoKyoujinka .navbar-header .navbar-toggle:focus {
    opacity: .8
  }
  .kokudoKyoujinka .navbar-header .navbar-toggle .icon-navbar {
    align-items: center;
    background-color: #e6e6f9;
    background-image: none;
    display: flex;
    height: 40px;
    justify-content: center;
    position: relative;
    width: 40px
  }
  .kokudoKyoujinka .navbar-header .navbar-toggle .icon-navbar .hamburger::after, .kokudoKyoujinka .navbar-header .navbar-toggle .icon-navbar .hamburger::before, .kokudoKyoujinka .navbar-header .navbar-toggle .icon-navbar::before {
    background: #484fa8;
    bottom: 0;
    box-shadow: 0 1px 0 0 #b5a9c7;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .5s;
    width: 25px
  }
  .kokudoKyoujinka .navbar-header .navbar-toggle .icon-navbar::before {
    opacity: 0
  }
  .kokudoKyoujinka .navbar-header .navbar-toggle .icon-navbar .hamburger::before {
    transform: rotate(45deg)
  }
  .kokudoKyoujinka .navbar-header .navbar-toggle .icon-navbar .hamburger::after {
    transform: rotate(-45deg)
  }
  .kokudoKyoujinka .navbar-header .navbar-toggle.collapsed .icon-navbar::before {
    opacity: 1
  }
  .kokudoKyoujinka .navbar-header .navbar-toggle.collapsed .icon-navbar .hamburger::after, .kokudoKyoujinka .navbar-header .navbar-toggle.collapsed .icon-navbar .hamburger::before {
    box-shadow: 0 1px 0 0 #b5a9c7
  }
  .kokudoKyoujinka .navbar-header .navbar-toggle.collapsed .icon-navbar .hamburger::before {
    transform: translateY(-6px)
  }
  .kokudoKyoujinka .navbar-header .navbar-toggle.collapsed .icon-navbar .hamburger::after {
    transform: translateY(6px)
  }
  .kokudoKyoujinka #content .main {
    padding-bottom: 60px
  }
  .outer.of-search {
    padding: 10px 0
  }
  .outer > .inner {
    padding: 0 10px
  }
  .outer > .inner.of-full {
    padding: 0
  }
  .selectList > li {
    display: flex;
    margin-left: 10px;
    margin-top: 10px
  }
  .selectList[data-col="4"] > li, .selectList[data-col="6"] > li {
    display: flex;
    flex: 0 1 50%;
    flex-basis: calc(50% - 11.5px)
  }
  .selectList .btn {
    min-height: 40px
  }
  .productItems .contents {
    font-size: 1.4rem;
    line-height: 1.71429;
    padding: 15px
  }
  .productItems .grid {
    display: block;
    margin-bottom: 16px
  }
  .productItems .grid .col:first-child {
    margin-bottom: 19px;
    margin-left: 0
  }
  .productItems .grid .col.of-img {
    height: 166px;
    margin: 0 auto;
    width: auto
  }
  .productItems .grid .col.of-img img {
    height: 100%
  }
  .productItems .hdg {
    padding: 7px 13px
  }
  .productItems .title {
    font-size: 2rem;
    line-height: 1.55
  }
  .productItems .contents {
    padding: 19px 12px
  }
  .productItems .category {
    margin-bottom: 10px
  }
  .productItems .category > li {
    padding: 2px 9px
  }
  .productItems .subcategory {
    margin-bottom: 15px
  }
  .productItems .subcategory > li {
    padding-left: 8px;
    padding-right: 8px
  }
  .productItems .linkArea {
    display: block
  }
  .productItems .linkArea .col:first-child {
    margin-bottom: 15px
  }
  .productItems .linkList {
    display: flex
  }
  .productItems .linkList > li {
    flex: 1 1 50%;
    width: 50%
  }
  .productItems .linkList .pdfBtn {
    padding: 2px
  }
  .newsList > li {
    display: block
  }
  .newsList > li .contents {
    margin-left: 0;
    margin-top: 15px
  }
  .hdg1 {
    background-position: -50px top, calc(100% + 50px) top;
    padding: 23px 10px
  }
  .hdg1 .title {
    font-size: 3rem;
    line-height: 1.1
  }
  .hdg2 {
    margin-bottom: 15px;
    margin-top: 21px
  }
  .hdg2 .title {
    font-size: 2.6rem;
    line-height: 1.11538;
    padding: 10px 24px
  }
  .hdg3 {
    margin-bottom: 14px;
    margin-top: 30px;
    padding-bottom: 14px
  }
  .hdg3 .title {
    font-size: 2.4rem;
    line-height: 1.29167;
    padding-left: 24px
  }
  .hdg4 {
    margin-bottom: 22px;
    margin-top: 26px
  }
  .hdg4 .title {
    font-size: 2rem;
    line-height: 1.1;
    padding-left: 24px
  }
  .hdg4 .title::before {
    top: 3px
  }
  .hdg5 {
    margin-bottom: 22px;
    margin-top: 26px
  }
  .hdg5 .title {
    font-size: 1.6rem;
    line-height: 1.375;
    padding-left: 14px
  }
  .hdg5 .title::before {
    top: 3px
  }
  .catalogList {
    display: block;
    margin: 0
  }
  .catalogList > li {
    border-top: 4px solid #856da8;
    margin-left: 0;
    margin-top: 18px;
    width: auto
  }
  .companyList > .inner {
    margin-right: -10px
  }
  .companyList .col {
    margin: 10px 10px 0 0;
    width: calc(100% / 2 - 11px)
  }
  .companyList .col > a {
    font-size: 1.3rem;
    min-height: 40px
  }
  .companyList .col > a .br-text .br-sp::after {
    content: "\A";
    white-space: pre
  }
  .searchList {
    flex-wrap: wrap;
    justify-content: space-between
  }
  .searchList > .item {
    flex-basis: calc(172 / 354 * 100%)
  }
  .searchList > .item:nth-child(3), .searchList > .item:nth-child(4) {
    margin-top: 10px
  }
  .searchList > .item + .item {
    margin-left: 0
  }
  .mediaeEmbedVideo {
    padding: 20px
  }
  .mediaeEmbedVideo iframe {
    max-width: 100%;
    min-height: 180px;
    min-width: auto
  }
  .visible-wide {
    display: none !important
  }
  .visible-nallow {
    display: block !important
  }
  .visible-nallow.of-inline {
    display: inline !important
  }
  .visible-nallow.of-inline-block {
    display: inline-block !important
  }
  .visible-nallow.of-inline-flex {
    display: inline-flex !important
  }
  .visible-nallow.of-flex {
    display: flex !important
  }
}
@media (min-width:992px) {
  .kokudoKyoujinka footer .footerNavi .col-md-3 {
    width: 20%
  }
}
@media print, screen and (min-width:768px) {
  .kokudoKyoujinka #navbar {
    background-color: #f3f3ff;
    border-bottom: 3px solid #484fa8;
    min-height: 0
  }
  .kokudoKyoujinka .gNav {
    align-items: center;
    background-image: none;
    display: inline-flex;
    justify-content: center;
    margin: 0
  }
  .kokudoKyoujinka .gNav > li {
    background-image: none;
    display: flex;
    padding: 0
  }
  .kokudoKyoujinka .gNav > li:first-child {
    flex-basis: calc(152 / 980 * 100%)
  }
  .kokudoKyoujinka .gNav > li:nth-child(2) {
    flex-basis: calc(158 / 980 * 100%)
  }
  .kokudoKyoujinka .gNav > li:nth-child(3) {
    flex-basis: calc(162 / 980 * 100%)
  }
  .kokudoKyoujinka .gNav > li:nth-child(4) {
    flex-basis: calc(190 / 980 * 100%)
  }
  .kokudoKyoujinka .gNav > li:nth-child(5) {
    flex-basis: calc(148 / 980 * 100%)
  }
  .kokudoKyoujinka .gNav > li:last-child {
    flex-basis: calc(170 / 980 * 100%)
  }
  .kokudoKyoujinka .gNav > li + li {
    position: relative
  }
  .kokudoKyoujinka .gNav > li + li::before {
    background-color: #b1c6d8;
    bottom: 0;
    content: "";
    display: block;
    height: 13px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1px
  }
  .kokudoKyoujinka .gNav > li > a {
    align-items: center;
    color: #333;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    min-height: 57px;
    padding: 5px 10px;
    position: relative;
    transition: all .5s;
    width: 100%
  }
  .kokudoKyoujinka .gNav > li > a::before {
    background-color: #484fa8;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translate(-50%, -1px);
    transition: all .5s;
    width: 83px
  }
  .kokudoKyoujinka .gNav > li > a:hover {
    color: #484fa8
  }
  .kokudoKyoujinka .gNav > li > a:hover::before {
    opacity: 1
  }
  .kokudoKyoujinka .gNav > li.is-current > a::before {
    opacity: 1
  }
  .kokudoKyoujinka.of-top .gNav > li:first-child > a::before {
    opacity: 1
  }
  .kokudoKyoujinka.of-field .gNav > li:nth-child(2) > a::before {
    opacity: 1
  }
  .kokudoKyoujinka.of-building .gNav > li:nth-child(3) > a::before {
    opacity: 1
  }
  .kokudoKyoujinka.of-risk .gNav > li:nth-child(4) > a::before {
    opacity: 1
  }
  .kokudoKyoujinka.of-company .gNav > li:nth-child(5) > a::before {
    opacity: 1
  }
  .kokudoKyoujinka.of-contact .gNav > li:last-child > a::before {
    opacity: 1
  }
  .kokudoKyoujinka header {
    padding-bottom: 30px
  }
  .visible-wide {
    display: block !important
  }
  .visible-wide.of-inline {
    display: inline !important
  }
  .visible-wide.of-inline-block {
    display: inline-block !important
  }
  .visible-wide.of-inline-flex {
    display: inline-flex !important
  }
  .visible-wide.of-flex {
    display: flex !important
  }
  .visible-nallow {
    display: none !important
  }
  .fs-xxsmall {
    font-size: 1rem !important
  }
  .fs-xsmall {
    font-size: 1.2rem !important
  }
  .fs-small {
    font-size: 1.4rem !important
  }
  .fs-medium {
    font-size: 1.6rem !important
  }
  .fs-large {
    font-size: 1.8rem !important
  }
  .fs-xlarge {
    font-size: 2rem !important
  }
  .fs-xxlarge {
    font-size: 2.2rem !important
  }
}
@media print, screen and (max-width:375px) {
  .productItems .linkList .btn, .productItems .linkList .pdfBtn {
    font-size: 1.3rem
  }
}
@media print, screen and (max-width:359px) {
  .companyList .col > a {
    font-size: 1rem
  }
}
