@charset "UTF-8";
.row-center[class*=wp-block-lazyblock] > div.row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dh-col {
  margin-bottom: 23px;
}
.dh-col .dh-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 5px;
}
.dh-col .dh-card figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: hidden;
}
.dh-col .dh-card figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.dh-col .dh-card .dh-card-body {
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
  border-radius: 0 0 5px 5px;
  z-index: 1;
}
.dh-col .dh-card .dh-card-body .dh-card-title {
  margin-bottom: 5px;
  font-weight: bold;
}
.dh-col .dh-card .dh-card-body *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dh-col .corner-mark .dh-card-body {
  background-image: linear-gradient(315deg, #c8000a 10px, transparent 0);
  background-position-x: -5px;
  background-position-y: -5px;
}
.dh-col .card-type-1 {
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
}
.dh-col .card-type-2 figure, .dh-col .card-type-2 figure img {
  border-radius: 5px;
}
.dh-col .card-type-2 .dh-card-body {
  color: #000;
  margin: -2rem 15px 0 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
}
.dh-col .card-type-3 {
  border: 1px solid #ccc;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.dh-col .card-type-3 figure {
  margin-bottom: 0;
}
.dh-col .card-type-3 figure img {
  max-width: initial;
  border-radius: 5px 0 0 5px;
}
.dh-col .card-type-3 .dh-card-body {
  border-radius: 0 5px 5px 0;
}
.dh-col .card-type-4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dh-col .card-type-4 figure {
  border-radius: 5px;
}
.dh-col .card-type-4 figure img {
  max-width: initial;
  border-radius: 5px;
}
.dh-col .card-type-4 .dh-card-body {
  margin: 20px 0 20px -20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
}
.dh-col:nth-of-type(even) .card-type-4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dh-col:nth-of-type(even) .card-type-4 .dh-card-body {
  margin: 20px -20px 20px 0;
}
.dh-col .card-type-5 {
  position: relative;
}
.dh-col .card-type-5 figure {
  margin-bottom: 0;
}
.dh-col .card-type-5 figure img {
  width: 100%;
  vertical-align: top;
  border-radius: 5px;
}
.dh-col .card-type-5 .dh-card-body {
  font-size: 1.2rem;
  color: #ffffff;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  -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;
  border-radius: 5px;
}
.dh-col .card-type-5 .dh-card-body .card-title {
  font-size: 2rem;
}
.dh-col > a:hover .dh-card {
  cursor: pointer;
}
.dh-col > a:hover .hover-1 {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 5px 20px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px rgba(50, 50, 93, 0.2), 0 3px 6px rgba(0, 0, 0, 0.15);
}
.dh-col > a:hover .hover-1.card-type-2, .dh-col > a:hover .hover-1.card-type-4 {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.dh-col > a:hover .hover-2 figure img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.dh-col > a:hover .hover-3 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dh-col > a:hover .hover-3:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.dh-link {
  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;
  text-align: center;
  list-style: none;
  padding: 0;
}
.dh-link li {
  padding: 5px 15px;
  font-weight: bold;
}
.dh-link li.bg-dh-gray .dh-link-body {
  background-color: #ccc;
}
.dh-link.dh-link-1 {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.dh-link.dh-link-1 li {
  padding: 0;
  margin-right: 15px;
  margin-bottom: 15px;
}
.dh-link.dh-link-1 li .dh-link-body {
  padding: 3px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-weight: normal;
}
.dh-link.dh-link-1 li a {
  text-decoration: none;
}
.dh-link.dh-link-1 li a .dh-link-body:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  line-height: 1;
  font-weight: 600;
  margin-left: 5px;
}
.dh-link.dh-link-1 li a .dh-link-body:hover {
  background-color: #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dh-list.list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.dh-list.list-1 li {
  margin-right: 20px;
}
.dh-list.list-1 li a, .dh-list.list-1 li span {
  display: block;
  padding: 8px 10px;
  border-radius: 5px;
  color: #333;
  border: 1px solid #ccc;
}
.dh-list.list-1 li.gray a, .dh-list.list-1 li.gray span {
  background-color: #ccc;
}
.dh-list.list-1 li a:hover {
  background-color: #eee;
}

.dh-dl-list dt {
  border-top: 1px solid #dfdfdf;
  padding: 30px 0px 5px 40px;
  font-size: 1.2rem;
}
.dh-dl-list dd {
  padding: 0px 0px 30px 40px;
  margin: 0;
}
.dh-dl-list dd:last-child {
  border-bottom: 1px solid #dfdfdf;
}
.dh-dl-list dd a {
  color: #c8000a;
}
.dh-dl-list dd a:hover {
  text-decoration: underline;
}
.dh-dl-list + .btn-all-disp {
  text-align: center;
  margin-top: -50px;
  cursor: pointer;
}
.dh-dl-list + .btn-all-disp:hover {
  opacity: 0.8;
}
.dh-dl-list.all-disp dt, .dh-dl-list.all-disp dd {
  display: block !important;
  color: initial !important;
}
.dh-dl-list.all-disp + .btn-all-disp {
  display: none;
}
.dh-dl-list.icon-1 dt:before {
  content: "Q";
  display: inline-block;
  margin: 0 5px 0 -35px;
  padding: 1px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #888;
  color: #fff;
  font-size: 1.5rem;
}

.c-form select,
.c-form input[type=date] {
  border: 1px solid #6CCEF9;
  padding: 1rem;
  border-radius: 0.3rem;
}

.download-banner {
  padding: 30px;
}
.download-banner figure {
  margin-bottom: 0px !important;
}
.download-banner .wp-block-buttons {
  margin-top: 20px;
}
.download-banner .wp-block-buttons a {
  margin-top: 15px;
  text-decoration: none;
  position: relative;
}
.download-banner .wp-block-buttons a:hover {
  background-color: #FB9393 !important;
  color: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.download-banner .wp-block-buttons a:after {
  content: "↓";
  position: absolute;
  border-bottom: 1px solid;
  text-align: center;
  right: 20px;
}

@media only screen and (max-width: 1000px) {
  .download-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .download-banner .wp-block-column:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}/*# sourceMappingURL=style.css.map */