/* ===================================================
   base
==================================================== */
main,
article,
section,
aside {
  display: block;
}

#page-wrapper {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  #page-wrapper {
    min-width: 1220px;
  }
}

#contentsContainer {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f0f3f3;
}

#contentsContainer * {
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .u-use--sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-use--pc {
    display: none !important;
  }
}

/* ===================================================
   style
==================================================== */
.lp-body--article {
  background-color: #fff;
}

.lp-hero {
  position: relative;
}

.lp-hero__title {
  font-family: 'Noto Serif JP', serif !important;
}

.lp-hero__title__small {
  font-family: 'Noto Serif JP', serif !important;
}

@media print, screen and (min-width: 769px) {
  .lp-hero {
    height: 230px;
    margin-bottom: 50px;
  }
  .lp-hero::before, .lp-hero::after {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 50%;
    height: 230px;
    content: '';
  }
  .lp-hero::before {
    left: 0;
    background-color: #323030;
  }
  .lp-hero::after {
    right: 0;
    background-color: #d9d9d9;
  }
}

@media only screen and (max-width: 768px) {
  .lp-hero {
    height: 43.75vw;
    margin-bottom: 20px;
  }
}

.lp-hero__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .lp-hero__inner {
    background-image: url(/svcsol/dwp/images/bp/bg_hero.png);
    background-position: center top;
    background-size: auto 230px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-hero__inner {
    align-items: flex-start;
    background-image: url(/svcsol/dwp/images/bp/bg_hero_sp.png);
    background-position: right bottom;
    background-size: auto 100%;
    padding-top: 20px;
  }
}

.lp-hero__title {
  font-family: 'Noto Serif JP', serif !important;
  font-weight: bold;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .lp-hero__title {
    font-size: 41px;
    line-height: 1.3;
    width: 950px;
    margin: 0 auto;
  }
  .lp-hero__title__small {
    font-size: 20px;
    font-weight: normal;
  }
}

@media only screen and (max-width: 768px) {
  .lp-hero__title {
    font-size: 20px;
    line-height: 1.6;
    padding: 0 20px;
  }
  .lp-hero__title__small {
    font-size: 14px;
    font-weight: normal;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-body {
    padding-bottom: 60px;
  }
  .lp-body--nohero {
    padding-top: 30px;
  }
  .lp-body--article {
    padding-top: 30px;
  }
  .lp-body__inner {
    width: 950px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .lp-body {
    padding: 0 20px;
  }
  .lp-body--nohero {
    padding-top: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-txt {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-txt {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}

.lp-header {
  position: relative;
  border-left-style: solid;
  border-left-color: #d7092f;
  background-color: #d9d9d9;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
  .lp-header {
    height: 80px;
    margin-bottom: 50px;
    border-left-width: 6px;
    padding-left: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-header {
    height: 50px;
    margin-bottom: 20px;
    border-left-width: 3px;
    padding: 0 10px;
  }
}

.lp-header__hd {
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #323030;
}

@media print, screen and (min-width: 769px) {
  .lp-header__hd {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-header__hd {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}

.lp-box__item {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .lp-box__item {
    width: 455px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-box__item {
    margin-bottom: 20px;
  }
}

.lp-box__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}

@media print, screen and (min-width: 769px) {
  .lp-box__link {
    padding-bottom: 30px;
  }
  .lp-box__link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  .lp-box__link {
    padding-bottom: 18px;
  }
}

.lp-box__img {
  width: 100%;
  vertical-align: bottom;
}

.lp-box__label {
  width: 100%;
  text-align: center;
  color: #fff !important;
  line-height: 1;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .lp-box__label {
    font-size: 16px;
    padding: 16px;
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-box__label {
    font-size: 12px;
    padding: 9px;
    margin-bottom: 18px;
  }
}

.lp-box__label--fxm {
  background-color: #306AAA;
}

.lp-box__label--vds {
  background-color: #DA7C15;
}

.lp-box__hd {
  position: relative;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10px;
}

.lp-box__hd::before {
  position: absolute;
  content: '';
  background: url(/svcsol/dwp/images/bp/ico_arrow_right_gray.svg) no-repeat left top;
}

@media print, screen and (min-width: 769px) {
  .lp-box__hd::before {
    width: 9px;
    height: 10px;
    background-size: 9px 10px;
    left: 26px;
    top: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-box__hd::before {
    width: 6px;
    height: 7px;
    background-size: 6px 7px;
    left: 15px;
    top: 7px;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-box__hd {
    font-size: 24px;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-box__hd {
    font-size: 14px;
    padding-left: 30px;
  }
}

.lp-box__hd--fxm {
  color: #306AAA !important;
}

.lp-box__hd--vds {
  color: #DA7C15 !important;
}

.lp-box__txt {
  font-weight: bold;
  color: #333 !important;
}

@media print, screen and (min-width: 769px) {
  .lp-box__txt {
    padding-left: 50px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-box__txt {
    padding-left: 30px;
    font-size: 12px;
  }
}

.lp-title {
  position: relative;
  border-left-style: solid;
}

@media print, screen and (min-width: 769px) {
  .lp-title {
    border-left-width: 5px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-title {
    border-left-width: 3px;
    margin-bottom: 22px;
  }
}

.lp-title--fxm {
  border-left-color: #306AAA;
}

.lp-title--vds {
  border-left-color: #DA7C15;
}

.lp-title__catch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .lp-title__catch {
    padding: 11px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-title__catch {
    height: 42px;
    padding-left: 10px;
  }
}

.lp-title__catch--fxm {
  background-color: #ddeaf8;
}

.lp-title__catch--vds {
  background-color: #f4e8dc;
}

.lp-title__sub {
  flex: 1 0 1%;
}

@media print, screen and (min-width: 769px) {
  .lp-title__sub {
    font-size: 14px;
    line-height: 1;
  }
}

@media only screen and (max-width: 768px) {
  .lp-title__sub {
    font-size: 11px;
    line-height: 1.45;
  }
}

.lp-title__main {
  background-color: #fff;
  font-weight: bold;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .lp-title__main {
    font-size: 25px;
    line-height: 1;
    padding: 13px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-title__main {
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 10px;
  }
}

.lp-title__picture {
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  .lp-title__picture {
    position: absolute;
    top: 0;
    right: 0;
    width: 136px;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .lp-title__picture {
    height: 42px;
    position: relative;
    margin-left: 10px;
  }
}

.lp-title__img {
  height: 100%;
}

.lp-btn {
  background-color: #333;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff !important;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .lp-btn {
    width: 455px;
    height: 60px;
    font-size: 18px;
    margin: 80px auto 60px;
  }
  .lp-btn:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  .lp-btn {
    font-size: 14px;
    min-height: 40px;
    margin: 30px auto;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-btn--top {
    margin-top: -20px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-btn--secondary {
    text-align: left;
    align-items: flex-start;
    padding: 10px;
  }
  .lp-btn--secondary .lp-btn__inner {
    line-height: 1.5;
  }
  .lp-btn--secondary .lp-btn__inner::before {
    top: 6px;
    margin-top: 0;
  }
}

.lp-btn__inner {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .lp-btn__inner {
    padding-left: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-btn__inner {
    padding-left: 15px;
  }
}

.lp-btn__inner::before {
  content: '';
  background: url(/svcsol/dwp/images/bp/ico_arrow_right_white.svg) no-repeat left top;
  position: absolute;
  left: 0;
  top: 50%;
}

@media print, screen and (min-width: 769px) {
  .lp-btn__inner::before {
    width: 10px;
    height: 11px;
    background-size: 10px 11px;
    margin-top: -5.5px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-btn__inner::before {
    width: 6px;
    height: 7px;
    margin-top: -3.5px;
    background-size: 6px 7px;
  }
}

.lp-tab {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin: 0 auto -1px;
}

@media print, screen and (min-width: 769px) {
  .lp-tab {
    height: 97px;
    width: 830px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-tab {
    height: 70px;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 15px;
  }
}

.lp-tab__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #818f94;
}

.lp-tab__item:not(.is_current) {
  background-color: #e0e0e0;
}

.lp-tab__item:not(.is_current):hover {
  border-bottom-color: #818f94;
}

.lp-tab__item.is_current, .lp-tab__item:hover {
  border-bottom-color: #fff;
  background-color: #fff;
}

.lp-tab__item.is_current::before, .lp-tab__item:hover::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  background-color: #cf1040;
}

@media print, screen and (min-width: 769px) {
  .lp-tab__item {
    width: 405px;
    height: 97px;
    line-height: 1.7;
    position: relative;
  }
  .lp-tab__item::before {
    height: 5px;
  }
  .lp-tab__item:not(.is_current):hover::after {
    opacity: 0;
  }
  .lp-tab__item:not(.is_current)::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    background: url(/svcsol/dwp/images/bp/ico_tab_arrow.svg) no-repeat left top;
    width: 72px;
    height: 28px;
    background-size: 72px 28px;
    opacity: 1;
    transition: opacity .1s;
  }
}

@media only screen and (max-width: 768px) {
  .lp-tab__item {
    width: 42.968vw;
    height: 70px;
    line-height: 1.5;
  }
  .lp-tab__item.is_current::before {
    height: 2px;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-tab__txt {
    font-size: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-tab__txt {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-tab__txt--small {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-tab__txt--small {
    font-size: 10px;
  }
}

.lp-tab__wrap {
  background-color: #818f94;
  position: relative;
  z-index: 1;
}

.lp-tab__wrap::before {
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #fff;
  content: '';
  width: 100%;
  height: calc(100% - 1px);
}

@media print, screen and (min-width: 769px) {
  .lp-tab__wrap {
    padding: 40px 0 60px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-tab__wrap {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 15px 20px 30px;
  }
}

.lp-tab__body {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .lp-tab__body {
    width: 910px;
    margin: 0 auto;
  }
}

.lp-tab__hd {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .lp-tab__hd {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 23px 0;
  }
}

@media only screen and (max-width: 768px) {
  .lp-tab__hd {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
    margin-bottom: 15px;
  }
}

.lp-tab__hd--fxm {
  background-color: #306AAA;
}

.lp-tab__hd--vds {
  background-color: #DA7C15;
}

.lp-tab__content {
  display: none;
}

.lp-tab__content.is_current {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .lp-lnav {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-lnav__list {
    width: 445px;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-lnav__item {
    margin-bottom: 15px;
    height: 66px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-lnav__item {
    margin-bottom: 13px;
  }
}

.lp-lnav__link {
  position: relative;
  display: block;
  color: #3d4e56 !important;
  background: #fff;
  border: 1px solid #707070;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.75;
}

.lp-lnav__link:hover {
  background-color: #f7f7f7;
  text-decoration: none !important;
}

.lp-lnav__link::before {
  content: '';
  position: absolute;
  background: url(/svcsol/dwp/images/bp/ico_arrow_link.svg) no-repeat left top;
}

@media print, screen and (min-width: 769px) {
  .lp-lnav__link {
    font-size: 14px;
    padding: 10px 10px 10px 32px;
    height: 100%;
  }
  .lp-lnav__link::before {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    left: 10px;
    top: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-lnav__link {
    font-size: 12px;
    padding: 6px 6px 6px 20px;
  }
  .lp-lnav__link::before {
    width: 8px;
    height: 8px;
    background-size: 8px 8px;
    top: 12px;
    left: 6px;
  }
}

.lp-lnav__txt {
  flex: 1 0 1%;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .lp-lnav__txt {
    top: -4px;
    padding-right: 13px;
    margin-bottom: -4px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-lnav__txt {
    padding-right: 10px;
  }
}

.lp-table {
  min-width: 910px;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.lp-table__col {
  width: calc(100% / 3);
}

.lp-table .lp-table__blue, .lp-table .lp-table__red, .lp-table .lp-table__base {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .lp-table__wrap {
    padding-bottom: 20px;
    overflow-x: scroll;
  }
}

.lp-table__th, .lp-table__td {
  vertical-align: middle;
}

.lp-table__th {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #e0e0e0;
  padding: 15px 20px;
}

.lp-table__th:nth-child(2) {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.lp-table__td {
  font-size: 14px;
  line-height: 1.7;
  background-color: #fff;
  border-bottom: 1px solid #707070;
  height: 100%;
}

.lp-table__td:nth-child(2) {
  padding: 15px 20px;
}

.lp-table__base {
  background-color: #f0f3f3;
}

.lp-table__blue::before, .lp-table__red::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 50%;
  transform: translateY(-50%);
}

.lp-table__blue {
  background-color: #d4f1ff;
}

.lp-table__blue::before {
  right: 0;
  background-image: url(/svcsol/dwp/images/bp/ico_arrow_left_blue.svg);
}

.lp-table__blue::before _:-ms-lang(x)::-ms-backdrop, .lp-table__blue::before {
  margin-top: 12px;
}

.lp-table__red {
  background-color: #fbdce1;
}

.lp-table__red::before {
  left: 0;
  background-image: url(/svcsol/dwp/images/bp/ico_arrow_right_red.svg);
}

.lp-contact {
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .lp-contact {
    padding: 40px 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-contact {
    padding: 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.lp-contact__inner .contact {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 769px) {
  .lp-contact__inner {
    width: 950px;
    margin: 0 auto;
  }
}

.lp-section:not(:last-child) {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .lp-section__inner {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-section__inner {
    padding: 0 8px;
  }
}

.lp-pagetitle {
  background-color: #E8E8E8;
  position: relative;
  border-left-style: solid;
  margin-bottom: 10px;
}

.lp-pagetitle--fxm {
  border-left-color: #306AAA;
}

.lp-pagetitle--vds {
  border-left-color: #DA7C15;
}

@media print, screen and (min-width: 769px) {
  .lp-pagetitle {
    border-left-width: 5px;
    padding: 15px 240px 10px 25px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-pagetitle {
    border-left-width: 3px;
    padding: 8px 8px 8px 12px;
  }
}

.lp-pagetitle__hd {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .lp-pagetitle__hd {
    font-size: 25px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 768px) {
  .lp-pagetitle__hd {
    font-size: 16px;
    line-height: 1.315;
  }
}

.lp-pagetitle__hd__sub {
  display: block;
  font-weight: normal;
}

@media print, screen and (min-width: 769px) {
  .lp-pagetitle__hd__sub {
    font-size: 14px;
    line-height: 1.47;
  }
}

@media only screen and (max-width: 768px) {
  .lp-pagetitle__hd__sub {
    font-size: 11px;
    line-height: 1.45;
    margin-top: -5px;
  }
}

.lp-tag {
  display: flex;
  justify-content: flex-end;
}

@media print, screen and (min-width: 769px) {
  .lp-tag {
    position: absolute;
    top: 14px;
    right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-tag {
    transform: scale(0.5);
    transform-origin: right top;
  }
}

.lp-tag__item {
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #666;
  border-radius: 2px;
}

@media print, screen and (min-width: 769px) {
  .lp-tag__item {
    font-size: 12px;
    padding: 4px 0;
    width: 100px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-tag__item {
    width: 124px;
    height: 28px;
    font-size: 16px;
    padding: 3px 7px;
    margin-left: 12px;
  }
}

.lp-tag__item--01 {
  background-color: #19b2bf;
}

.lp-tag__item--02 {
  background-color: #a7bc5b;
}

.lp-lead {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .lp-lead {
    padding-top: 30px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-lead {
    padding: 10px 35.937vw 0 0;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-lead__txt {
    font-size: 16px;
    line-height: 2;
    width: 624px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-lead__txt {
    font-size: 14px;
    line-height: 1.57;
  }
}

.lp-lead__btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff !important;
  text-decoration: none !important;
  background: #474747 url(/svcsol/dwp/images/bp/ico_arrow_index.svg) no-repeat right 10px center;
  background-size: 15px 27px;
}

@media print, screen and (min-width: 769px) {
  .lp-lead__btn {
    width: 151px;
    padding: 11px 20px 11px 10px;
    font-size: 12px;
    line-height: 1.33;
  }
  .lp-lead__btn:hover {
    background-color: #777;
  }
}

@media only screen and (max-width: 768px) {
  .lp-lead__btn {
    width: 207px;
    height: 100px;
    font-size: 16px;
    line-height: 1.4375;
    padding: 15px;
    transform: scale(0.5);
    transform-origin: right top;
  }
}

.lp-hd01 {
  font-weight: bold;
  background-color: #e8e8e8;
}

.lp-hd01--fxm .lp-hd01__inner {
  border-left-color: #306AAA;
}

.lp-hd01--vds .lp-hd01__inner {
  border-left-color: #DA7C15;
}

@media print, screen and (min-width: 769px) {
  .lp-hd01 {
    padding: 10px 0;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-hd01 {
    padding: 5px 0;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

.lp-hd01__inner {
  border-left-style: solid;
}

@media print, screen and (min-width: 769px) {
  .lp-hd01__inner {
    padding: 5px 15px;
    border-left-width: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-hd01__inner {
    padding: 5px 12px;
    border-left-width: 3px;
  }
}

.lp-hd02 {
  border-left-style: solid;
  margin-bottom: 10px;
}

.lp-hd02--fxm {
  border-left-color: #306AAA;
}

.lp-hd02--fxm .lp-hd02__inner {
  border-bottom-color: #306AAA;
}

.lp-hd02--vds {
  border-left-color: #DA7C15;
}

.lp-hd02--vds .lp-hd02__inner {
  border-bottom-color: #DA7C15;
}

@media print, screen and (min-width: 769px) {
  .lp-hd02 {
    border-left-width: 5px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-hd02 {
    border-left-width: 3px;
    padding-left: 5px;
  }
}

.lp-hd02__inner {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .lp-hd02__inner {
    font-size: 16px;
    padding: 5px 0;
  }
}

@media only screen and (max-width: 768px) {
  .lp-hd02__inner {
    font-size: 10px;
    padding: 2px 0;
  }
}

.lp-list--fxm .lp-list__item::before {
  background-color: #a1c2e6;
}

.lp-list--vds .lp-list__item::before {
  background-color: #EDC395;
}

@media print, screen and (min-width: 769px) {
  .lp-list {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-list {
    padding: 0 8px;
  }
}

.lp-list__item {
  position: relative;
  word-break: break-all;
}

.lp-list__item::before {
  position: absolute;
  content: '';
  border-radius: 50%;
  left: 0;
}

@media print, screen and (min-width: 769px) {
  .lp-list__item {
    font-size: 16px;
    line-height: 1.75;
    padding-left: 18px;
    margin-bottom: 8px;
  }
  .lp-list__item::before {
    width: 8px;
    height: 8px;
    top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-list__item {
    font-size: 12px;
    line-height: 1.58;
    margin-bottom: 10px;
    padding-left: 9px;
  }
  .lp-list__item::before {
    width: 4px;
    height: 4px;
    top: 7px;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-list--service {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-list--service {
    padding: 0 8px;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-list--service__item {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.75;
  }
}

@media only screen and (max-width: 768px) {
  .lp-list--service__item {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 1.5;
  }
}

.lp-list--service__link {
  position: relative;
  color: #000 !important;
  text-decoration: none;
  word-break: break-all;
  display: inline-block;
}

.lp-list--service__link::before {
  position: absolute;
  left: 0;
  content: '';
  background: url(/svcsol/dwp/images/bp/ico_triangle_right_red.svg) no-repeat left top;
}

@media print, screen and (min-width: 769px) {
  .lp-list--service__link {
    padding-left: 20px;
  }
  .lp-list--service__link::before {
    width: 10px;
    height: 8px;
    background-size: 10px 8px;
    top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-list--service__link {
    padding-left: 10px;
  }
  .lp-list--service__link::before {
    width: 5px;
    height: 4px;
    background-size: 5px 4px;
    top: 5px;
  }
}

.lp-list--check {
  background-color: #f0f0f0;
  border: 1px solid #707070;
  margin-bottom: 20px;
}

.lp-list--check__item {
  position: relative;
}

.lp-list--check__item::before {
  position: absolute;
  content: '';
  background: url(/svcsol/dwp/images/bp/ico_check.svg) no-repeat top left;
}

.lp-list--check__item:not(:last-child) {
  border-bottom: 1px dotted #b4b4b4;
}

@media print, screen and (min-width: 769px) {
  .lp-list--check__item {
    font-size: 16px;
    line-height: 1.75;
    padding: 14px 20px 14px 55px;
  }
  .lp-list--check__item::before {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    left: 14px;
    top: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-list--check__item {
    font-size: 10px;
    line-height: 1.5;
    padding: 8px 10px 8px 27px;
  }
  .lp-list--check__item::before {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    left: 8px;
    top: 10px;
  }
}

.lp-figure {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .lp-figure {
    margin-top: 40px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-figure {
    margin-top: 20px;
    padding: 0 8px;
  }
}

.lp-figure__img {
  max-width: 100%;
}

.lp-figure__caption {
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .lp-figure__caption {
    margin-top: 30px;
    font-size: 12px;
    line-height: 2;
  }
}

@media only screen and (max-width: 768px) {
  .lp-figure__caption {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-figure__caption {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
}

.lp-label--horizon {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.lp-label--horizon__item {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.lp-label__txt {
  margin-left: 5px;
}

@media print, screen and (min-width: 769px) {
  .lp-label__txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-label__txt {
    font-size: 16px;
  }
}

.lp-label__item {
  font-size: 10px;
  border-radius: 2px;
  width: 40px;
  height: 18px;
  line-height: 1;
  text-align: center;
  padding: 4px;
  color: #fff;
  display: block;
}

.lp-label__item:not(:first-child) {
  margin-top: 8px;
}

.lp-label__item--01 {
  background-color: #19b2bf;
}

.lp-label__item--02 {
  background-color: #a7bc5b;
}

/* 20210323 add */
.lp-guidebook {
  position: relative;
  background-color: #323030;
}

@media print, screen and (min-width: 769px) {
  .lp-guidebook {
    height: 165px;
    padding: 20px 20px 20px 130px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .lp-guidebook {
    padding: 15px 15px 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 769px) {
  .lp-guidebook__figure {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-guidebook__figure {
    width: 18%;
    margin-bottom: 15px;
  }
}

.lp-guidebook__img {
  width: 100%;
}

.lp-guidebook__hd {
  font-weight: bold;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .lp-guidebook__hd {
    font-size: 18px;
    line-height: 2;
  }
}

@media only screen and (max-width: 768px) {
  .lp-guidebook__hd {
    font-size: 14px;
    line-height: 1.7;
    width: 78%;
  }
}

.lp-guidebook__link {
  color: inherit !important;
  text-decoration: none !important;
}

.lp-guidebook__link:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
}

.lp-guidebook__link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 5;
  cursor: pointer;
}

.lp-guidebook__txt {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .lp-guidebook__txt {
    font-size: 16px;
    line-height: 2;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .lp-guidebook__txt {
    font-size: 12px;
    line-height: 1.8;
    width: 100%;
    margin-bottom: 15px;
  }
}

.lp-guidebook__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #d7092f;
}

@media print, screen and (min-width: 769px) {
  .lp-guidebook__btn {
    font-size: 16px;
    line-height: 2;
    width: 250px;
    height: 40px;
    padding-top: 2px;
    text-align: center;
  }
  .lp-guidebook__btn::before {
    width: 9px;
    height: 10px;
    margin-right: 14px;
    background-size: 9px 10px;
  }
  .lp-guidebook__btn::after {
    left: -40px;
    border-width: 20px 20px 20px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-guidebook__btn {
    font-size: 12px;
    line-height: 1.5;
    width: 150px;
    height: 25px;
    padding: 2px 0 0 15px;
  }
  .lp-guidebook__btn::before {
    width: 7px;
    height: 8px;
    margin-right: 6px;
    background-size: 7px 8px;
  }
  .lp-guidebook__btn::after {
    left: -25px;
    border-width: 12.5px 12.5px 12.5px 12.5px;
  }
}

.lp-guidebook__btn::before, .lp-guidebook__btn::after {
  content: '';
}

.lp-guidebook__btn::before {
  display: inline-block;
  background-image: url(/svcsol/dwp/images/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.lp-guidebook__btn::after {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #d7092f #d7092f transparent;
}

.lp-adv {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.902);
  box-shadow: 0 -5px 5px 0 rgba(50, 48, 48, 0.05);
}

@media print, screen and (min-width: 769px) {
  .lp-adv {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .lp-adv {
    padding: 10px 20px;
  }
}

.lp-adv * {
  box-sizing: border-box;
}

.lp-adv__inner {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .lp-adv__inner {
    width: 950px;
    margin: 0 auto;
  }
  .lp-adv__inner .lp-guidebook {
    height: 120px;
    /* padding-left: 120px; */
  }
  .lp-adv__inner .lp-guidebook__figure {
    left: 30px;
    /* width: 58px; */
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-adv__inner .lp-guidebook__figure {
    margin-bottom: 0;
  }
  .lp-adv__inner .lp-guidebook__hd {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
  }
}

.lp-adv__btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  border: 0;
  background: transparent url(/svcsol/dwp/images/icon_close.svg) no-repeat center center;
  background-size: cover;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

@media print, screen and (min-width: 769px) {
  .lp-adv__btn {
    right: -21px;
    width: 16px;
    height: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .lp-adv__btn {
    right: -17.5px;
    width: 15px;
    height: 15px;
  }
}
/* end 20210323 add */
