/* =========================================================
MEDIA
========================================================= */
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.pageTopWrap {
  background: #f8f8f8;
}

.wfConts > .cRead,
.wfConts > .cTxt {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1064px;
}

@media (max-width: 768px) {
  .wfConts > .cRead::after,
  .wfConts > .cTxt::after {
    left: 20px;
  }
}

.wfConts > .cTxt {
  margin-bottom: 40px;
}

.wfInnerConts {
  background: #f8f8f8;
  padding: 100px 20px 0;
}

@media (max-width: 768px) {
  .wfInnerConts {
    padding: 25px 20px;
  }
}

.wfInnerConts:last-of-type {
  padding-bottom: 116px;
}

@media (max-width: 768px) {
  .wfInnerConts:last-of-type {
    padding-bottom: 25px;
  }
}

.wfInnerConts .inner1024 {
  background: #fff;
}

.wfInnerConts .inner1024 .pdWrap {
  padding: 60px 70px;
}

@media (max-width: 768px) {
  .wfInnerConts .inner1024 .pdWrap {
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  .wfInnerConts .inner1024 .pdWrap.pt10 {
    padding-top: 10px;
  }
}

.wfInnerConts .wfImg {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .wfInnerConts .wfImg {
    height: 115px;
  }
}

@media (max-width: 768px) {
  .wfInnerConts .wfImg .thum-img {
    display: block;
    min-height: inherit;
    min-width: inherit;
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .wfInnerConts .wfImg .thum-img {
    min-height: inherit;
    min-width: inherit;
    width: auto;
    height: 100%;
  }
}

.wfInnerConts .wfImg .wfTtl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  z-index: 11;
  font-weight: bold;
  font-size: 26px;
  line-height: 37px;
  text-shadow: 0px 1px 0px #444;
  width: 100%;
}

@media (max-width: 768px) {
  .wfInnerConts .wfImg .wfTtl {
    font-size: 13px;
    line-height: 19px;
  }
}

.wfInnerConts .wfImg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.wfInnerConts .cTxt {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .wfInnerConts .cTxt {
    margin-bottom: 20px;
  }
}

.wfInnerConts .cTxt:nth-of-type(1) {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .wfInnerConts .cTxt:nth-of-type(1) {
    margin-bottom: 20px;
  }
}

.wfInnerConts .cTxt span {
  display: block;
  font-weight: bold;
  color: #192d91;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .wfInnerConts .cTxt span {
    font-size: 15px;
    line-height: 21px;
  }
}

.wfInnerConts .tb01 {
  border-collapse: collapse;
  position: relative;
  z-index: 0;
}

.wfInnerConts .tb01::after, .wfInnerConts .tb01::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 10;
}

.wfInnerConts .tb01::before {
  left: initial;
  right: -1px;
}

.wfInnerConts .tb01 td,
.wfInnerConts .tb01 th {
  border: solid 1px #888888;
  width: calc(100% / 3);
  padding: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .wfInnerConts .tb01 td,
  .wfInnerConts .tb01 th {
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
  }
}

.wfInnerConts .tb01 td span,
.wfInnerConts .tb01 th span {
  text-align: left;
  display: block;
  padding: 0 20px;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .wfInnerConts .tb01 td span,
  .wfInnerConts .tb01 th span {
    font-size: 10px;
    line-height: 15px;
    padding: 0;
  }
}

.wfInnerConts .tb01 th {
  background: #cfe9ff;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 768px) {
  .wfInnerConts .tb01 th {
    font-size: 10px;
    line-height: 15px;
  }
}

.wfInnerConts .wfList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .wfInnerConts .wfList {
    justify-content: space-between;
  }
}

.wfInnerConts .wfList li {
  width: calc(100% / 3 - 16px);
  border-radius: 30px;
  padding: 25px;
  background: #cfe9ff;
  margin: 24px 24px 0 0;
}

@media (max-width: 768px) {
  .wfInnerConts .wfList li {
    width: calc(50% - 5px);
    margin: 10px 0 0 0 !important;
    border-radius: 15px;
    padding: 15px;
  }
  .wfInnerConts .wfList li:nth-child(1), .wfInnerConts .wfList li:nth-child(2) {
    margin-top: 0 !important;
  }
}

.wfInnerConts .wfList li:nth-child(3n) {
  margin-right: 0;
}

.wfInnerConts .wfList li:nth-child(1), .wfInnerConts .wfList li:nth-child(2), .wfInnerConts .wfList li:nth-child(3) {
  margin-top: 0;
}

.wfInnerConts .wfList li .wListRead {
  color: #192d91;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .wfInnerConts .wfList li .wListRead {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 5px;
  }
}

.wfInnerConts .wfList li .thum {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .wfInnerConts .wfList li .thum {
    margin-bottom: 5px;
  }
}

.wfInnerConts .wfList li .wfListTxt {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .wfInnerConts .wfList li .wfListTxt {
    font-size: 10px;
    line-height: 16px;
  }
}

.wfInnerConts .wfList.color li {
  background: #fff6e6;
}

.wfInnerConts .wfBtBtn {
  width: 350px;
  border-radius: 5px;
  background: #f8f8f8;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .wfInnerConts .wfBtBtn {
    max-width: 100%;
    width: 100%;
  }
}

.wfInnerConts .wfBtBtn a {
  position: relative;
  display: block;
  font-size: 18px;
  opacity: 1 !important;
  padding: 25px 10px;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.2s;
  z-index: 0;
}

@media (max-width: 768px) {
  .wfInnerConts .wfBtBtn a {
    font-size: 12px;
    line-height: 20px;
    padding: 18px 20px;
    text-align: left;
    position: relative;
  }
}

.wfInnerConts .wfBtBtn a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  border-radius: 5px;
  height: 100%;
  background: linear-gradient(to right, #0088c1 0%, #0088c1 0%, #005b9e 45.02%, #00599d 46.35%, #003f88 64.51%, #003581 100%);
  z-index: -1;
  transition: 0.2s ease-in;
}

.wfInnerConts .wfBtBtn a:hover {
  color: #fff;
}

.wfInnerConts .wfBtBtn a:hover::after {
  left: 0;
}

.wfInnerConts .wfBtBtn a .icon-arrow-top-wrap {
  width: 42px;
  height: 42px;
  margin-left: 70px;
}

@media (max-width: 768px) {
  .wfInnerConts .wfBtBtn a .icon-arrow-top-wrap {
    width: 25px;
    height: 25px;
    margin-left: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
}

.wfInnerConts .wfBtBtn a .icon-arrow-top-wrap svg {
  display: inline-block;
  vertical-align: middle;
  background: #192d91;
  border-radius: 100%;
  transition: 0.2s;
  fill: #fff;
}

@media (max-width: 768px) {
  .wfInnerConts .wfBtBtn a .icon-arrow-top-wrap svg {
    width: 25px;
    height: 25px;
  }
}

.wfInnerConts .wfBtBtn a:hover .icon-arrow-top-wrap svg {
  background: none;
}

.wfInnerConts .wfList02 {
  border-radius: 20px;
  background: #FFECFB;
  padding: 40px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .wfInnerConts .wfList02 {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
}

.wfInnerConts .wfList02.color {
  background: #fffaf2;
  margin-bottom: 0;
}

.wfInnerConts .wfList02 li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  padding: 20px 10px;
  border-bottom: 1px solid #e3e3e3;
}

.wfInnerConts .wfList02 li:first-child {
  padding-top: 0 !important;
}

.wfInnerConts .wfList02 li:last-child {
  border-bottom: none;
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .wfInnerConts .wfList02 li:last-child {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px !important;
  }
}

.wfInnerConts .wfList02 li .wfList02Txt {
  width: calc(100% - 220px);
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .wfInnerConts .wfList02 li .wfList02Txt {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
  }
}

.wfInnerConts .wfList02 li .wfList02Txt.w100 {
  width: 100%;
}

.wfInnerConts .wfList02 li .wfList02Txt span {
  display: block;
  font-weight: 500;
  color: #192d91;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .wfInnerConts .wfList02 li .wfList02Txt span {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .wfInnerConts .wfList02 li .wfList02Txt {
    width: 100%;
  }
}

.wfInnerConts .wfList02 li img {
  width: 150px;
}

.wfInnerConts .tb02 {
  border-collapse: collapse;
  position: relative;
  z-index: 0;
}

.wfInnerConts .tb02::after, .wfInnerConts .tb02::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 10;
}

.wfInnerConts .tb02::before {
  left: initial;
  right: -1px;
}

.wfInnerConts .tb02 td,
.wfInnerConts .tb02 th {
  border: solid 1px #888888;
  padding: 10px;
}

.wfInnerConts .tb02 td span,
.wfInnerConts .tb02 th span {
  font-size: 12px;
  text-align: left;
  display: block;
}

.wfInnerConts .tb02 td, .wfInnerConts .tb02 th {
  width: 30%;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .wfInnerConts .tb02 td, .wfInnerConts .tb02 th {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
  }
}

.wfInnerConts .tb02 td:first-child, .wfInnerConts .tb02 th:first-child {
  width: 30%;
}

.wfInnerConts .tb02 th {
  background: #FFECFB;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .wfInnerConts .tb02 th {
    font-size: 14px;
    line-height: 26px;
  }
}

.wfInnerConts .tb02 + p {
  text-align: left;
  font-size: 12px;
  margin-top: 12px;
}

.wfInnerConts .wClmc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  text-align: left;
}

@media (max-width: 768px) {
  .wfInnerConts .wClmc {
    display: block;
  }
}

.wfInnerConts .wClmc p {
  width: calc(100% - 270px);
  font-size: 18px;
  line-height: 32px;
}

@media (max-width: 768px) {
  .wfInnerConts .wClmc p {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
  }
}

.wfInnerConts .wClmc img {
  width: 260px;
}

@media (max-width: 768px) {
  .wfInnerConts .wClmc img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=maps/welfare.css.map */
