<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.databaseHead {
  padding-top: 80px;
  position: relative;
  padding-bottom: 80px;
}
.databaseHead_logo {
  text-align: center;
  margin-bottom: 20px;
}
.databaseHead_logo img {
  width: 675px;
}
.databaseHead_text {
  text-align: center;
  font-size: 1.8rem;
}
.databaseHead_icon {
  position: absolute;
  top: 30%;
  right: 10%;
  width: 166px;
  z-index: -1;
}

.hintIndexWrap .dbInfoBox a:after,
.hintIndexWrap .jireiBtmRelationMain a:after {
  display: none;
}
.hintIndexWrap .jireiBtmRelation_title h2 {
  border: none;
}
.hintIndexWrap .jireiBtmRelation_title h2:before {
  display: none;
}

.dbInfoBox {
  margin-bottom: 120px;
  position: relative;
  padding-bottom: 90px;
}
.dbInfoBox:after {
  content: "";
  -webkit-clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
          clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
  background: #029DD9;
  position: absolute;
  width: 100vw;
  height: 450px;
  bottom: -80px;
  left: calc(550px - 50vw);
  margin: auto;
  z-index: -1;
}
.dbInfoBox_inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.dbInfoBoxMain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 4%;
}
.dbInfoBoxMain_item {
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .dbInfoBoxMain_item {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.dbInfoBoxMain_item:active, .desktop .dbInfoBoxMain_item:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .dbInfoBoxMain_item:active, .desktop .dbInfoBoxMain_item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.databaseHeadBtmLogo {
  text-align: center;
  margin-bottom: -50px;
}
.databaseHeadBtmLogo img {
  width: 76%;
  position: relative;
  z-index: -1;
}

.jireiBtmRelation {
  margin-bottom: 150px;
}
.jireiBtmRelation_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.jireiBtmRelation_title {
  text-align: center;
  margin-bottom: 50px;
}
.jireiBtmRelation_title img {
  width: 30px;
  margin-bottom: 10px;
}
.jireiBtmRelation_title h2 {
  font-weight: 600;
  font-size: 3rem;
}

.jireiBtmRelationMain {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.jireiBtmRelationMain::before {
  content: "";
  display: block;
  width: 23%;
  -ms-flex-order: 1;
      order: 1;
}
.jireiBtmRelationMain::after {
  content: "";
  display: block;
  width: 23%;
}
.jireiBtmRelationMain_item {
  width: 23%;
  text-align: center;
  margin-bottom: 30px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .jireiBtmRelationMain_item {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.jireiBtmRelationMain_item:active, .desktop .jireiBtmRelationMain_item:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .jireiBtmRelationMain_item:active, .desktop .jireiBtmRelationMain_item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.jireiBtmRelationMain_item img {
  width: 100%;
}

.allSearchBtn {
  margin-bottom: 80px;
  text-align: center;
}
.allSearchBtn a {
  background: #F8AB00;
  color: #fff;
  font-size: 2.2rem;
  width: 613px;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
  letter-spacing: 0.1em;
  position: relative;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 990px) {
  .allSearchBtn a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.allSearchBtn a:active, .desktop .allSearchBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media only screen and (max-width: 990px) {
  .allSearchBtn a:active, .desktop .allSearchBtn a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.allSearchBtn a img {
  width: 20px;
  margin-right: 10px;
}
.allSearchBtn a:after {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-image: url("/soshiki_file/hcm/hcm/hcm-jirei/icon_btn_arrow.svg");
  background-repeat: no-repeat;
  background-size: 29px auto;
}

@media only screen and (max-width: 990px) {
  .databaseHead {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .databaseHead_logo {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 30px;
  }
  .databaseHead_logo img {
    width: 100%;
  }
  .databaseHead_text {
    text-align: center;
    font-size: 1.4rem;
  }
  .databaseHead_icon {
    position: absolute;
    top: 30%;
    right: 10%;
    width: 166px;
    z-index: -1;
    display: none;
  }
  .dbInfoBox {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 0;
  }
  .dbInfoBox:after {
    content: "";
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    background: #029dd9;
    position: absolute;
    height: 80%;
    bottom: 0;
    top: 0;
    width: calc(100vw + 20px);
    left: -20px;
    margin: auto;
    z-index: -1;
  }
  .dbInfoBox_inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .dbInfoBoxMain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: initial;
  }
  .dbInfoBoxMain_item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .databaseHeadBtmLogo {
    margin-bottom: 20px;
  }
  .databaseHeadBtmLogo img {
    width: 85%;
  }
  .jireiBtmRelation {
    margin-bottom: 30px;
  }
  .jireiBtmRelation_inner {
    padding: 0;
  }
  .jireiBtmRelation_title {
    text-align: center;
    margin-bottom: 30px;
  }
  .jireiBtmRelation_title img {
    width: 21px;
    margin-bottom: 10px;
  }
  .jireiBtmRelation_title h2 {
    font-size: 2rem;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .jireiBtmRelationMain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .jireiBtmRelationMain::before {
    display: none;
  }
  .jireiBtmRelationMain::after {
    display: none;
  }
  .jireiBtmRelationMain_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .jireiBtmRelationMain_item img {
    width: 80%;
  }
  .allSearchBtn {
    margin-bottom: 50px;
  }
  .allSearchBtn a {
    font-size: 1.7rem;
    width: auto;
    display: block;
    padding: 10px;
  }
  .allSearchBtn a img {
    width: 18px;
    margin-right: 10px;
  }
  .allSearchBtn a:after {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    right: 10px;
  }
}</pre></body></html>