.vk_custom_css_3 * {
  vertical-align: middle;
}

.vk_custom_css_3 .hokenGaisyaList img {
  border: 1px solid #ccc;
  margin-left: 2rem;
}

.vk_custom_css_3 img+img {
  margin-left: auto;
}

html body .wp-block-coverBlueBack>span {
  /*background-color: #b80033 !important;*/
  /*background-color: #052591 !important;*/ /*dark blue */
  background-color: #004EA2 !important;
}

html body .wp-block-coverBlueBack .wp-block-column {
  color: white !important;
}

.noBorderH.divideRow .vk_gridColumn_item {
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 3rem;
}

div.humanW48.vk_gridColumn_item {
  flex: 0 0 48%;
  margin-left: 1%;
  margin-right: 1%;
}

html body .wp-block-coverGrayBack>span {
  background-color: #eeeeee !important;
}

html body .wp-block-coverBlueBack .wp-block-column {
  color: white !important;
}

.noBorderH.divideRow .vk_gridColumn_item {
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding-top: 3rem;
}

div.humanW48.vk_gridColumn_item {
  flex: 0 0 48%;
  margin-left: 1%;
  margin-right: 1%;
}

.relative a,
.relative {
  position: relative;
}

.arrowBox {
  position: absolute;
  top: 6rem;
  right: -1rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem 2rem;
  width: 73%;
  text-align: center;
  min-height: 9rem;
}

.arrowBox em {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.arrowBox em+img {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 8px;
  transition: .4s;
}

.relative:hover em+img {
  right: 10px;
}

.arrowBox em+img {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  width: 91px !important;
}

.vk_custom_css_3 .wp-block-columns {
    gap:24px;
}


#homeNewsListWrap{
    background-color: #fcfcfc;
}

#defCTA_siryo .has-vk-color-primary-background-color{
      background-color: #004EA2 !important;
}

html body #top_default .has-vk-color-primary-color{
    color: #004EA2  !important;
}