@charset "UTF-8";
/*****************************
  Corporate Setting
 *****************************/
/* Components Reset */
._componentReset .l-AccordionMenu {
  margin-bottom: 0;
}
._componentReset .l-AccordionMenu__item:not(:last-child) .l-AccordionUnit {
  margin-bottom: 0;
}
._componentReset .l-PageTitle {
  margin-bottom: 0;
}
._componentReset .l-PageTitle .l-PageTitle__titleBlock__titleBox__title {
  margin-bottom: 0;
}
._componentReset .l-HeadingTitle,
._componentReset .g-HeadingTitle.l-HeadingTitle.is-titleBorder--none {
  margin-bottom: 0;
}
._componentReset .l-HeadingTitle__titleBlock__titleBox__title {
  margin-bottom: 0;
}

._componentReset .l-HeadingTitle.l-HeadingTitle--h2{
  border-bottom: 4px solid #b0ded6;
  padding-bottom: 10px;
}

._componentReset .l-HeadingTitle.is-titleBorder--none.l-HeadingTitle--h2{
  border: none;
  padding-bottom: 0;
}

._componentReset .l-Text {
  margin-bottom: 0;
  /* .cmn-richtext a {
    text-decoration: none;
    background-image: linear-gradient(90deg, #005856, #005856);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    transition: color 0.3s ease, background-size 0.3s ease;

    @media (hover: hover) and (pointer: fine) {
      &:hover {
        color: #005856;
        background-size: 100% 1px;
      }
    }
  } */
}

._componentReset .l-Image {
  position: relative;
  margin-bottom: 0;
  /* &.is-link {
    .l-Image__img::before {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      display: block;
      content: "";
      width: 0;
      height: 0;
      background: rgba(0, 124, 122, 0.2);
      border-radius: 100%;
      transform: translate(-50%, -50%);
      opacity: 0;
    }
    &:hover {
      opacity: 1;
    }
    &:hover .l-Image__img::before {
      animation: circle 0.3s;
    }
  }
  @keyframes circle {
    0% {
      opacity: 0.4;
    }
    100% {
      width: 100%;
      height: 100%;
      opacity: 1;
    }
  } */
}
._componentReset .l-Image__caption {
  margin-top: 0;
}
._componentReset .l-Movie {
  margin-bottom: 0;
}
._componentReset .l-Movie__iframe {
  margin-bottom: 0;
}
._componentReset .l-LabelTagP {
  margin-bottom: 0;
}
._componentReset .l-LabelTagP__list__item {
  margin: 0;
}
._componentReset .l-ListP {
  margin-bottom: 0;
}
._componentReset .l-AnnotationListP--v2 {
  margin-bottom: 0;
}
._componentReset .l-AnnotationListP--v2__ul__item,
._componentReset .l-AnnotationListP--v2__ol__item {
  display: block;
}
._componentReset .l-TelephoneCall {
  margin-bottom: 0;
}
._componentReset .l-TelephoneCall__item {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  ._componentReset .l-TelephoneCall__item:hover {
    color: #005856;
  }
}
._componentReset .l-TelephoneCall__item__number {
  font-family: "Neue-Helvetica-Paneuropean-Light", sans-serif;
  font-size: 16px;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  ._componentReset .l-TelephoneCall__item__icon__phone {
    color: #65605a;
  }
}
._componentReset .l-FacebookPost--v2 {
  margin-bottom: 0;
}
._componentReset .l-TwitterPost {
  margin-bottom: 0;
}
._componentReset .l-InstagramPost--v3 {
  margin-bottom: 0;
}
._componentReset .l-YouTubeVideo {
  margin-bottom: 0;
}
._componentReset .l-TextLinkP {
  margin-bottom: 0;
}
._componentReset .l-TextLinkUnit {
  margin: 0;
}
._componentReset .l-TextLinkP__list {
  gap: 32px;
}
@media only screen and (max-width: 640px) {
  ._componentReset .l-TextLinkP__list {
    gap: 24px;
  }
}
._componentReset .l-TextLinkP__list::after {
  display: none;
}
._componentReset .l-TextLinkP__list__item {
  display: block;
}
._componentReset .l-TextLinkUnit__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  ._componentReset .l-TextLinkP.is-equalWidth .l-TextLinkP__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1025px) {
  ._componentReset .l-TextLinkP.is-equalWidth .g-TextLinkP__list__item-lg-2 {
    width: calc(50% - 16px);
  }
  ._componentReset .l-TextLinkP.is-equalWidth .g-TextLinkP__list__item-lg-3 {
    width: calc(33.33% - 21.33px);
  }
  ._componentReset .l-TextLinkP.is-equalWidth .g-TextLinkP__list__item-lg-4 {
    width: calc(25% - 24px);
  }
  ._componentReset .l-TextLinkP.is-equalWidth .g-TextLinkP__list__item-lg-5 {
    width: calc(20% - 25px);
  }
  ._componentReset .l-TextLinkP.is-equalWidth .g-TextLinkP__list__item-lg-6 {
    width: calc(16.66% - 26px);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  ._componentReset .l-TextLinkP.is-equalWidth .g-TextLinkP__list__item-md-2 {
    width: calc(50% - 16px);
  }
  ._componentReset .l-TextLinkP.is-equalWidth .g-TextLinkP__list__item-md-3 {
    width: calc(33.33% - 21.33px);
  }
  ._componentReset .l-TextLinkP.is-equalWidth .g-TextLinkP__list__item-md-4 {
    width: calc(25% - 24px);
  }
}
@media only screen and (max-width: 640px) {
  ._componentReset .l-TextLinkP.is-equalWidth .g-TextLinkP__list__item-sm-2 {
    width: calc(50% - 12px);
  }
}
._componentReset .l-TextLinkP:not(.is-equalWidth) .l-TextLinkP__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._componentReset .l-ButtonP {
  margin-bottom: 0;
}
._componentReset .l-ButtonP__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media only screen and (max-width: 640px) {
  ._componentReset .l-ButtonP__list {
    gap: 24px;
  }
}
._componentReset .l-ButtonP__list::after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  ._componentReset .l-ButtonP.is-equalWidth .l-ButtonP__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1025px) {
  ._componentReset .l-ButtonP.is-equalWidth .g-ButtonP__list__item-lg-2 {
    width: calc(50% - 16px);
  }
  ._componentReset .l-ButtonP.is-equalWidth .g-ButtonP__list__item-lg-3 {
    width: calc(33.33% - 21.33px);
  }
  ._componentReset .l-ButtonP.is-equalWidth .g-ButtonP__list__item-lg-4 {
    width: calc(25% - 24px);
  }
  ._componentReset .l-ButtonP.is-equalWidth .g-ButtonP__list__item-lg-5 {
    width: calc(20% - 25px);
  }
  ._componentReset .l-ButtonP.is-equalWidth .g-ButtonP__list__item-lg-6 {
    width: calc(16.66% - 26px);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  ._componentReset .l-ButtonP.is-equalWidth .g-ButtonP__list__item-md-2 {
    width: calc(50% - 16px);
  }
  ._componentReset .l-ButtonP.is-equalWidth .g-ButtonP__list__item-md-3 {
    width: calc(33.33% - 21.33px);
  }
  ._componentReset .l-ButtonP.is-equalWidth .g-ButtonP__list__item-md-4 {
    width: calc(25% - 24px);
  }
}
@media only screen and (max-width: 640px) {
  ._componentReset .l-ButtonP.is-equalWidth .g-ButtonP__list__item-sm-2 {
    width: calc(50% - 12px);
  }
}
._componentReset .l-ButtonP__list__item {
  display: block;
  float: none;
}
._componentReset .l-TileLinkVP__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media only screen and (min-width: 1025px) {
  ._componentReset .l-TileLinkVP__list .g-TileLinkVP__list__tile-lg-2 {
    width: calc(50% - 16px);
  }
  ._componentReset .l-TileLinkVP__list .g-TileLinkVP__list__tile-lg-3 {
    width: calc(33.33% - 21.33px);
  }
  ._componentReset .l-TileLinkVP__list .g-TileLinkVP__list__tile-lg-4 {
    width: calc(25% - 24px);
  }
  ._componentReset .l-TileLinkVP__list .g-TileLinkVP__list__tile-lg-5 {
    width: calc(20% - 25px);
  }
  ._componentReset .l-TileLinkVP__list .g-TileLinkVP__list__tile-lg-6 {
    width: calc(16.66% - 26px);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  ._componentReset .l-TileLinkVP__list {
    gap: 24px 32px;
  }
  ._componentReset .l-TileLinkVP__list .g-TileLinkVP__list__tile-md-2 {
    width: calc(50% - 16px);
  }
  ._componentReset .l-TileLinkVP__list .g-TileLinkVP__list__tile-md-3 {
    width: calc((100% - 64px) / 3);
  }
  ._componentReset .l-TileLinkVP__list .g-TileLinkVP__list__tile-md-4 {
    width: calc(25% - 24px);
  }
}
@media only screen and (max-width: 640px) {
  ._componentReset .l-TileLinkVP__list {
    gap: 8px;
  }
  ._componentReset .l-TileLinkVP__list .g-TileLinkVP__list__tile-sm-2 {
    width: calc(50% - 4px);
  }
}
._componentReset .l-TileLinkVP__list::after {
  display: none;
}
._componentReset .l-TileLinkVP__list__tile {
  float: none;
}
._componentReset .l-TileLinkVUnit {
  border: none;
}
@media only screen and (min-width: 641px) {
  ._componentReset .l-TileLinkVUnit {
    padding: 16px 16px 14px;
  }
}
@media only screen and (max-width: 640px) {
  ._componentReset .l-TileLinkVUnit {
    padding: 0;
  }
}
._componentReset .l-TileLinkVUnit__leadBlock {
  padding-right: 0;
}
._componentReset .is-layoutB .g-TileLinkVUnit__leadBlock {
  margin-bottom: 0;
}
._componentReset .l-TileLinkVUnit__imageBlock {
  margin-bottom: 0;
}
._componentReset .l-TileLinkTextUnit {
  border-right-style: none;
  border-left-style: none;
}
@media only screen and (min-width: 641px) {
  ._componentReset .l-TileLinkTextUnit {
    padding: 16px;
  }
}
@media only screen and (max-width: 640px) {
  ._componentReset .l-TileLinkTextUnit {
    padding: 16px 0;
  }
}
._componentReset .l-TileLinkTextP__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media only screen and (min-width: 1025px) {
  ._componentReset .l-TileLinkTextP__list .g-TileLinkTextP__list__tile-lg-2 {
    width: calc(50% - 16px);
  }
  ._componentReset .l-TileLinkTextP__list .g-TileLinkTextP__list__tile-lg-3 {
    width: calc(33.33% - 21.33px);
  }
  ._componentReset .l-TileLinkTextP__list .g-TileLinkTextP__list__tile-lg-4 {
    width: calc(25% - 24px);
  }
  ._componentReset .l-TileLinkTextP__list .g-TileLinkTextP__list__tile-lg-5 {
    width: calc(20% - 25px);
  }
  ._componentReset .l-TileLinkTextP__list .g-TileLinkTextP__list__tile-lg-6 {
    width: calc(16.66% - 26px);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  ._componentReset .l-TileLinkTextP__list .g-TileLinkTextP__list__tile-md-2 {
    width: calc(50% - 16px);
  }
  ._componentReset .l-TileLinkTextP__list .g-TileLinkTextP__list__tile-md-3 {
    width: calc(33.33% - 21.33px);
  }
  ._componentReset .l-TileLinkTextP__list .g-TileLinkTextP__list__tile-md-4 {
    width: calc(25% - 24px);
  }
}
@media only screen and (max-width: 640px) {
  ._componentReset .l-TileLinkTextP__list {
    gap: 24px;
  }
  ._componentReset .l-TileLinkTextP__list .g-TileLinkTextP__list__tile-sm-2 {
    width: calc(50% - 12px);
  }
}
._componentReset .l-TileLinkTextP__list::after {
  display: none;
}
._componentReset .l-TileLinkTextUnit__leadBlock {
  padding-right: 0;
}
._componentReset .l-ImageTextVP .l-ImageTextVP__contentsBlock__image {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  ._componentReset .is-smallViewVertical .l-ImageTextHP__contentsBlock {
    display: block;
  }
}
._componentReset .l-ImageTextHP__contentsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 640px) {
  ._componentReset .l-ImageTextHP__contentsBlock {
    gap: 24px;
  }
}
._componentReset .l-ImageTextHP__contentsBlock::after {
  display: none;
}
._componentReset .l-ImageTextHP__contentsBlock__image > *:first-child {
  margin-top: 0;
}
._componentReset .l-ImageTextHP .l-ImageTextHP__contentsBlock__text {
  float: none;
}
._componentReset .l-ImageTextHP .l-ImageTextHP__contentsBlock__text > *:first-child {
  margin-top: 0;
}
._componentReset .l-ImageTextHP.is-layoutR .l-ImageTextHP__contentsBlock__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  float: none;
  padding-left: 0;
}
._componentReset .l-ImageTextHP.is-layoutR .l-ImageTextHP__contentsBlock__text {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
._componentReset .l-ImageTextHP.is-layoutL .l-ImageTextHP__contentsBlock__image {
  padding-right: 0;
}
._componentReset .l-MovieTextVP__contentsBlock__movie {
  margin-bottom: 0;
}
._componentReset .l-MovieTextVP.is-layoutT .l-MovieTextVP__contentsBlock__movie {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  ._componentReset .is-smallViewVertical .l-MovieTextHP__contentsBlock {
    display: block;
  }
}
._componentReset .l-MovieTextHP__contentsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 640px) {
  ._componentReset .l-MovieTextHP__contentsBlock {
    gap: 24px;
  }
}
._componentReset .l-MovieTextHP__contentsBlock::after {
  display: none;
}
._componentReset .l-MovieTextHP__contentsBlock__movie > *:first-child {
  margin-top: 0;
}
._componentReset .l-MovieTextHP .l-MovieTextHP__contentsBlock__text {
  float: none;
}
._componentReset .l-MovieTextHP .l-MovieTextHP__contentsBlock__text > *:first-child {
  margin-top: 0;
}
._componentReset .l-MovieTextHP.is-layoutR .l-MovieTextHP__contentsBlock__movie {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  float: none;
  padding-left: 0;
}
._componentReset .l-MovieTextHP.is-layoutR .l-MovieTextHP__contentsBlock__text {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
._componentReset .l-MovieTextHP.is-layoutL .l-MovieTextHP__contentsBlock__movie {
  padding-right: 0;
}
._componentReset .l-NewsIndexUnit--v3__infoBlock {
  margin-bottom: 0;
}
._componentReset .l-NewsIndexUnit--v3__infoBlock__time {
  padding-right: 0;
  margin-bottom: 0;
}
._componentReset .l-LabelTagUnit {
  padding: 3px 4px 2px;
  font-family: "Neue-Helvetica-Paneuropean-Light", FP-HiraginoUDSansStdN-W3, sans-serif !important;
  font-size: 12px;
}
._componentReset .l-NewsIndexUnit--v3__infoBlock__categoryLabel,
._componentReset .l-NewsIndexUnit--v3__infoBlock__groupLabel {
  padding-right: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}
._componentReset .l-NewsIndexUnit--v4__infoBlock__categoryLabel .l-LabelTagUnit {
  background-color: #b5e2dd;
}
._componentReset .l-NewsIndexUnit--v3__text {
  margin-right: 0;
}
._componentReset .is-link .l-NewsIndexUnit--v3__text {
  text-decoration: none;
}
._componentReset .l-NewsIndexUnit--v3__text {
  font-family: "Neue-Helvetica-Paneuropean", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #4e4d4e;
}
._componentReset .l-NewsIndexUnit--v3__summary {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
._componentReset .l-NewsIndexP--v3 {
  margin-bottom: 0;
}

._componentReset .l-NewsIndexUnit--v3__infoBlock__categoryLabel .l-LabelTagUnit {
  background-color: #b5e2dd;
}

._componentReset .l-NewsIndexP--v3__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}

@media only screen and (min-width: 1025px) {
  ._componentReset .l-NewsIndexP--v3__card .g-NewsIndexP--v3__card__item--lg-2 {
    width: calc(50% - 16px);
  }
  ._componentReset .l-NewsIndexP--v3__card .g-NewsIndexP--v3__card__item--lg-3 {
    width: calc(33.33% - 21.33px);
  }
  ._componentReset .l-NewsIndexP--v3__card .g-NewsIndexP--v3__card__item--lg-4 {
    width: calc(25% - 24px);
  }
  ._componentReset .l-NewsIndexP--v3__card .g-NewsIndexP--v3__card__item--lg-5 {
    width: calc(20% - 25px);
  }
  ._componentReset .l-NewsIndexP--v3__card .g-NewsIndexP--v3__card__item--lg-6 {
    width: calc(16.66% - 26px);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  ._componentReset .l-NewsIndexP--v3__card .g-NewsIndexP--v3__card__item--md-2 {
    width: calc(50% - 16px);
  }
  ._componentReset .l-NewsIndexP--v3__card .g-NewsIndexP--v3__card__item--md-3 {
    width: calc(33.33% - 21.33px);
  }
  ._componentReset .l-NewsIndexP--v3__card .g-NewsIndexP--v3__card__item--md-4 {
    width: calc(25% - 24px);
  }
}
@media only screen and (max-width: 640px) {
  ._componentReset .l-NewsIndexP--v3__card {
    gap: 24px;
  }
  ._componentReset .l-NewsIndexP--v3__card .g-NewsIndexP--v3__card__item--sm-2 {
    width: calc(50% - 12px);
  }
}
._componentReset .l-NewsIndexP--v3__card::after {
  display: none;
}
._componentReset .l-NewsIndexP--v3__card__item {
  float: none;
}
._componentReset .is-cardview .l-NewsIndexUnit--v3 {
  padding: 16px 16px 14px;
  border: none;
}

._componentReset .is-cardview .l-NewsIndexUnit--v3__image {
  border-radius: 10px;
}

._componentReset .is-cardview .l-NewsIndexUnit--v3__contentsBlock__image {
  margin-bottom: 0;
}
._componentReset .is-cardview .l-NewsIndexUnit--v3__innerBlock {
  padding-right: 0;
}
._componentReset .l-QAP__contentBlock .l-AccordionUnit--qa__titleBlock {
  border-right: none;
  border-left: none;
}
._componentReset .l-QAP__contentBlock .l-AccordionUnit--qa__contentBlock {
  border-right: none;
  border-left: none;
}
._componentReset .l-AccordionUnit--qa__titleBlock__abbr,
._componentReset .l-AccordionUnit--qa__titleBlock__num {
  padding-left: 0;
}
._componentReset .g-AccordionUnit--qa__titleBlock__abbr + .g-HeadingTitle,
._componentReset .g-AccordionUnit--qa__titleBlock__num + .g-HeadingTitle {
  padding-bottom: 0;
  padding-left: 0;
}

/* Column Separator */
.corpCommon-columnSeparator .l-Column__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 32px;
}
@media only screen and (max-width: 640px) {
  .corpCommon-columnSeparator .l-Column__inner {
    gap: 0 24px;
  }
}
.corpCommon-columnSeparator .l-Column__inner::after {
  display: none;
}
.corpCommon-columnSeparator .l-Column__cols {
  float: none;
}
@media only screen and (min-width: 1025px) {
  .corpCommon-columnSeparator .g-Column__cols-lg-2 {
    width: calc(50% - 16px);
  }
  .corpCommon-columnSeparator .g-Column__cols-lg-3 {
    width: calc(33.33% - 21.33px);
  }
  .corpCommon-columnSeparator .g-Column__cols-lg-4 {
    width: calc(25% - 24px);
  }
  .corpCommon-columnSeparator .g-Column__cols-lg-5 {
    width: calc(20% - 25px);
  }
  .corpCommon-columnSeparator .g-Column__cols-lg-6 {
    width: calc(16.66% - 26px);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .corpCommon-columnSeparator .g-Column__cols-md-2 {
    width: calc(50% - 16px);
  }
  .corpCommon-columnSeparator .g-Column__cols-md-3 {
    width: calc(33.33% - 21.33px);
  }
  .corpCommon-columnSeparator .g-Column__cols-md-4 {
    width: calc(25% - 24px);
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-columnSeparator .g-Column__cols-sm-2 {
    width: calc(50% - 12px);
  }
}

/* Group Box */ /* Section Wrapper */
.corpCommon-sectionWrapper--01 .l-Section__inner {
  max-width: 1098px;
}

.corpCommon-sectionWrapper--01.l-Section .is-colorset--1 .l-TextLinkUnit__link:link {
  color: #00806d;
}

@media only screen and (min-width: 641px) {
  .corpCommon-sectionWrapper--01.l-Section {
    padding: 120px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-sectionWrapper--01.l-Section {
    padding: 80px 0 0;
  }
}
@media only screen and (min-width: 641px) {
  .corpCommon-sectionWrapper--01.l-Section:last-of-type {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-sectionWrapper--01.l-Section:last-of-type {
    padding-bottom: 80px;
  }
}
.corpCommon-sectionWrapper--01.l-Section.full-width {
  padding-top: 0;
}
.corpCommon-sectionWrapper--01.l-Section.full-width .l-Section__inner {
  max-width: 100%;
}

.corpCommon-sectionWrapper--02 .l-Section__inner {
  max-width: 1272px;
}
@media only screen and (min-width: 641px) {
  .corpCommon-sectionWrapper--02.l-Section {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-sectionWrapper--02.l-Section {
    padding: 64px 0 0;
  }
}

.corpCommon-sectionWrapper--03 .l-Section__inner {
  max-width: 1272px;
}

/* Text Item */
.corpCommon-textItem.corpCommon-textItem--rightAlignment {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

/* Page Title (h1) Item */
.corpCommon-pageTitle--01 .l-PageTitle__titleBlock {
  max-width: 1018px;
  min-height: 96px;
  margin: auto;
}
.corpCommon-pageTitle--01 .l-PageTitle__titleBlock__titleBox__title + .l-Text {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 18px;
}
.corpCommon-pageTitle--01 .l-PageTitle__titleBlock__titleBox > .l-Text:first-child {
  margin-bottom: 0;
  font-size: 18px;
}
.corpCommon-pageTitle--01 .l-PageTitle__titleBlock__titleBox > .l-Text:first-child + .l-PageTitle__titleBlock__titleBox__title {
  margin-top: 8px;
}

@media only screen and (min-width: 641px) {
  .corpCommon-pageTitle--bg.l-PageTitle {
    padding: 24px 16px;
    background-image: url(../png/pagetitle-bg-lg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-pageTitle--bg.l-PageTitle {
    padding: 18px 24px;
    background-image: url(../png/pagetitle-bg-sm.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
  }
}

.corpCommon-pageTitle--notFound .l-PageTitle__h1 {
  font-family: "Neue-Helvetica-Paneuropean", sans-serif;
}

/* Heading Title Item */ /* Accordion Menu */
.corpCommon-accordionMenu--01 .l-AccordionMenu__item:not(:first-child) {
  margin-top: 24px;
}
.corpCommon-accordionMenu--01 .l-AccordionUnit__titleBlock {
  border-width: 2px;
  border-right: none;
  border-left: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .corpCommon-accordionMenu--01 .l-AccordionUnit__titleBlock:hover {
    background-color: #ebf7f5;
  }
}
@media only screen and (min-width: 641px) {
  .corpCommon-accordionMenu--01 .l-AccordionUnit__titleBlock {
    padding: 24px 42px 24px 16px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-accordionMenu--01 .l-AccordionUnit__titleBlock {
    padding: 16px 52px 16px 16px;
  }
}
.corpCommon-accordionMenu--01 .l-AccordionUnit__titleBlock .l-HeadingTitle__titleBlock__titleBox__title > * {
  font-size: 16px;
  line-height: 1.5;
}
.corpCommon-accordionMenu--01 .l-AccordionUnit__contentBlock {
  border-right: none;
  border-left: none;
}
@media only screen and (min-width: 641px) {
  .corpCommon-accordionMenu--01 .l-AccordionUnit__contentBlock {
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-accordionMenu--01 .l-AccordionUnit__contentBlock {
    padding: 16px;
  }
}
.corpCommon-accordionMenu--01 .cmn-icon--down::before {
  content: "\e028";
}
.corpCommon-accordionMenu--01 .cmn-icon--up::before {
  content: "\e029";
}

/* Image Item */
.corpCommon-imageItem--01 .l-Image__caption {
  margin-top: 16px;
}

/* Movie Item */
.corpCommon-movieItem--01 .l-Movie__caption {
  margin-top: 16px;
}

/* Label/Tag Pack */
.corpCommon-label--01 .l-LabelTagP__list__item {
  margin-top: 8px;
}
.corpCommon-label--01 .l-LabelTagUnit {
  padding: 7px 4px 6px;
  font-size: 12px;
}
.corpCommon-label--01 .l-LabelTagP__list__item:not(:last-child) {
  margin-right: 8px;
}

/* HR Item */
.corpCommon-hr--01.l-Hr {
  margin: 0 auto;
}

/* List Pack */
.corpCommon-listItem-01 .l-ListP__ul,
.corpCommon-listItem-01 .l-ListP__ol {
  padding-left: 1em;
}
.corpCommon-listItem-01 .l-ListP__ul__item:not(:first-child),
.corpCommon-listItem-01 .l-ListP__ol__item:not(:first-child) {
  margin-top: 8px;
}

.corpCommon-listItem-01 .l-ListP__ul .l-ListUnit.is-link{	
  position: relative;	
}	
.corpCommon-listItem-01 .l-ListP__ul .l-ListUnit__icon.cmn-icon--bullet{	
  position: absolute;	
  left: -34px;	
  top: -3px;	
}	
.corpCommon-listItem-01 .l-ListUnit.is-link:visited,	
.corpCommon-listItem-01 .l-ListUnit.is-link:link{	
  color: #4e4d4e !important;	
  text-decoration: none;	
}	
.corpCommon-listItem-01 .l-ListUnit.is-link:hover{	
  color: #005856 !important;	
  text-decoration: underline;	
}

/* Annotation List Pack */
.corpCommon-annotationList--01 .l-AnnotationListUnit--v2 {
  font-size: 16px;
  line-height: 1.75;
}
.corpCommon-annotationList--01 .l-AnnotationListP--v2__ul__item:not(:first-child),
.corpCommon-annotationList--01 .l-AnnotationListP--v2__ol__item:not(:first-child) {
  margin-top: 8px;
}
.corpCommon-annotationList--01 .l-AnnotationListUnit--v2__symbol,
.corpCommon-annotationList--01 .l-AnnotationListP--v2__ol__item {
  padding-right: 6px;
}

.corpCommon-annotationList--02 .l-AnnotationListUnit--v2 {
  font-size: 12px;
}
.corpCommon-annotationList--02 .l-AnnotationListP--v2__ul__item:not(:first-child),
.corpCommon-annotationList--02 .l-AnnotationListP--v2__ol__item:not(:first-child) {
  margin-top: 8px;
}
.corpCommon-annotationList--02 .l-AnnotationListUnit--v2__symbol,
.corpCommon-annotationList--02 .l-AnnotationListP--v2__ol__item {
  padding-right: 6px;
}

/* Telephone Call Item */
.corpCommon-iconTel--01 .l-TelephoneCall__item__icon__phone {
  margin-right: 6px;
}
@media only screen and (max-width: 640px) {
  .corpCommon-iconTel--01.is-tel--sm .l-TelephoneCall__item {
    padding: 0;
    background-color: transparent;
  }
  .corpCommon-iconTel--01.is-tel--sm .g-TelephoneCall__item__number {
    padding: 0;
  }
  .corpCommon-iconTel--01.is-tel--sm .l-TelephoneCall__item__icon__phone {
    position: static;
    margin-top: 0;
    font-size: 1.2em;
  }
}

.corpCommon-iconFax--01 .l-TelephoneCall__item__fax {
  display: inline-block;
  width: auto;
  padding: 0;
  margin-right: 6px;
  font-family: icomoon;
  font-size: 1.2em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .corpCommon-iconFax--01 .l-TelephoneCall__item__fax {
    height: auto;
  }
}
.corpCommon-iconFax--01 .l-TelephoneCall__item__fax::before {
  content: "\e030";
}
.corpCommon-iconFax--01 .l-TelephoneCall__item__fax__text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.corpCommon-iconMail--01 .l-TelephoneCall__item__icon__phone {
  margin-right: 6px;
}
.corpCommon-iconMail--01 .cmn-icon--phone::before {
  content: "\e002";
}
@media only screen and (max-width: 640px) {
  .corpCommon-iconMail--01.is-tel--sm .l-TelephoneCall__item {
    padding: 0;
    background-color: transparent;
  }
  .corpCommon-iconMail--01.is-tel--sm .g-TelephoneCall__item__number {
    padding: 0;
  }
  .corpCommon-iconMail--01.is-tel--sm .l-TelephoneCall__item__icon__phone {
    position: static;
    margin-top: 0;
    font-size: 1.2em;
  }
}

/* Facebook Post Item */ /* Twitter Post Item */ /* Instagram Post Item */ /* YouTube Video Item */ /* Text Link Pack */
.corpCommon-textLinkPack--01 .l-TextLinkUnit__link {
  min-height: 48px;
}
.corpCommon-textLinkPack--01 .l-TextLinkUnit__link .l-TextLinkUnit__link__icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: 0;
  background-color: #fff;
  border: 2px solid #00806d;
  border-radius: 50%;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .corpCommon-textLinkPack--01 .l-TextLinkUnit__link:hover,
  .corpCommon-sectionWrapper--01.l-Section .is-colorset--1 .l-TextLinkUnit__link:hover{
    color: #005856;
    text-decoration: underline;
  }
  .corpCommon-textLinkPack--01 .l-TextLinkUnit__link:hover .l-TextLinkUnit__link__icon {
    color: #fff;
    background-color: #005856;
    border-color: #005856;
  }
}
.corpCommon-textLinkPack--01 .is-leftIcon .l-TextLinkUnit__link > .cmn-richtext {
  padding-left: 60px;
}

.corpCommon-textLinkPack--02 .l-TextLinkUnit__link {
  min-height: 28px;
}
@media (hover: hover) and (pointer: fine) {
  .corpCommon-textLinkPack--02 .l-TextLinkUnit__link:hover {
    text-decoration: underline;
  }
  .corpCommon-textLinkPack--02 .l-TextLinkUnit__link:hover .l-TextLinkUnit__link__icon {
    color: #005856;
  }
}
.corpCommon-textLinkPack--02 .is-leftIcon .l-TextLinkUnit__link > .cmn-richtext {
  padding-left: 20px;
}
.corpCommon-textLinkPack--02 .is-leftIcon .l-TextLinkUnit__link__icon {
  left: -2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 24px;
}

/* Button Pack */
.corpCommon-buttonPack--01 .l-ButtonUnit__link {
  padding: 14px 16px;
  line-height: 1.5;
  text-decoration: none;
  border-width: 2px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.corpCommon-buttonPack--01 .is-colorset--1 .l-ButtonUnit__link {
  border-color: #00806d;
}

.corpCommon-buttonPack--01 .l-ButtonUnit__link span{
  vertical-align: -webkit-baseline-middle;
}

.corpCommon-buttonPack--01 .l-ButtonUnit__link .l-ButtonUnit__link__icon {
  color: #00806d;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .corpCommon-buttonPack--01 .l-ButtonUnit__link:hover {
    color: #005856;
    text-decoration: underline;
    text-underline-offset: 8px;
    background-color: #ebf7f5;
  }
  .corpCommon-buttonPack--01 .l-ButtonUnit__link:hover .l-ButtonUnit__link__icon {
    color: #005856;
  }
}
.corpCommon-buttonPack--01 .is-leftIcon .l-ButtonUnit__link > .cmn-richtext {
  padding-left: 26px;
}
.corpCommon-buttonPack--01 .is-leftIcon .l-ButtonUnit__link__icon {
  left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.corpCommon-buttonPack--01.corpCommon-buttonPack---center .l-ButtonP__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Tile Link Pack (Vertical) */
/*このページのみページ全体の余白を変える*/	
.corpCommon-sectionWrapper--01.l-TileArea .l-Section__inner{	
  max-width: 1272px;	
}	
  .l-TileArea .l-Section__inner{	
  padding: 0;	
}

.corpCommon-tileLinkPackV--01 .l-TileLinkVUnit {
  position: relative;
  overflow: hidden;
  padding: 0;
}
/*.corpCommon-tileLinkPackV--01 .l-TileLinkVUnit::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 124, 122, 0.1);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
*/
._componentReset .corpCommon-tileLinkPackV--01 .l-Image{
  overflow:hidden;
}

@media only screen and (min-width: 769px) {	
  ._componentReset .corpCommon-tileLinkPackV--01 .l-Image{	
  border-radius: 10px;	
  }	
  }

.corpCommon-tileLinkPackV--01 .l-TileLinkVUnit img{
  margin: 0 auto;
}

.corpCommon-tileLinkPackV--01 .l-TileLinkVUnit img:hover{
  transform:scale(1.2);
  transition:0.4s;
}

/*インクルードの角丸調整*/
.include._componentReset .corpCommon-tileLinkPackV--01 .l-Image{
  border-radius: 10px;
}

.corpCommon-tileLinkPackV--01 .l-TileLinkVUnit .l-TileLinkVUnit__icon {
  top: -4px;
  right: auto;
  left: 0;
  margin-top: 0;
  color: #00806d;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .corpCommon-tileLinkPackV--01 .l-TileLinkVUnit:hover::after {
    opacity: 1;
  }
  .corpCommon-tileLinkPackV--01 .l-TileLinkVUnit:hover .l-TileLinkVUnit__icon {
    color: #005856;
  }
  .corpCommon-tileLinkPackV--01 .l-TileLinkVUnit:hover .l-TileLinkVUnit__leadBlock__title {
    color: #005856;
    text-decoration: underline;
  }
}
.corpCommon-tileLinkPackV--01 .l-TileLinkVUnit__leadBlock {
  padding-left: 24px;
}
.corpCommon-tileLinkPackV--01 .is-layoutT .l-TileLinkVUnit__leadBlock {
  margin-top: 16px;
}

.corpCommon-tileLinkPackV--01 .l-TileLinkVUnit__leadBlock__lead {
  margin-top: 9px;
}
.corpCommon-tileLinkPackV--01 .l-TileLinkVUnit__leadBlock__tag {
  margin-top: 7px;
}
.corpCommon-tileLinkPackV--01 .is-layoutB .l-TileLinkVUnit__imageBlock {
  margin-top: 16px;
}

/* Tile Link Pack (Text) */
.corpCommon-tileLinkPackT--01 .l-TileLinkTextUnit {
  position: relative;
  overflow: hidden;
}
.corpCommon-tileLinkPackT--01 .l-TileLinkTextUnit::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 124, 122, 0.1);
  /* border-radius: 10px; */
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.corpCommon-tileLinkPackT--01 .l-TileLinkTextUnit .l-TileLinkTextUnit__icon {
  top: 12px;
  right: auto;
  left: 12px;
  margin-top: 0;
  color: #00806d;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .corpCommon-tileLinkPackT--01 .l-TileLinkTextUnit .l-TileLinkTextUnit__icon {
    left: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .corpCommon-tileLinkPackT--01 .l-TileLinkTextUnit:hover::after {
    opacity: 1;
  }
  .corpCommon-tileLinkPackT--01 .l-TileLinkTextUnit:hover .l-TileLinkTextUnit__icon {
    color: #00806d;
  }
  .corpCommon-tileLinkPackT--01 .l-TileLinkTextUnit:hover .l-TileLinkTextUnit__leadBlock__title {
    color: #005856;
    text-decoration: underline;
  }
}
.corpCommon-tileLinkPackT--01 .l-TileLinkTextUnit__leadBlock {
  padding-left: 22px;
}
.corpCommon-tileLinkPackT--01 .l-TileLinkTextUnit__leadBlock__lead {
  margin-top: 9px;
}
.corpCommon-tileLinkPackT--01 .l-TileLinkTextUnit__leadBlock__tag {
  margin-top: 7px;
}
.corpCommon-tileLinkPackT--01 .l-TileLinkTextUnit__leadBlock__tag .l-LabelTagUnit {
  padding: 7px 4px 6px;
  font-size: 12px;
}
.corpCommon-tileLinkPackT--01 .corpCommon-tileLinkPackT--tagLayoutT .l-TileLinkTextUnit__leadBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.corpCommon-tileLinkPackT--01 .corpCommon-tileLinkPackT--tagLayoutT .l-TileLinkTextUnit__leadBlock__title {
  margin-top: 6px;
}
.corpCommon-tileLinkPackT--01 .corpCommon-tileLinkPackT--tagLayoutT .l-TileLinkTextUnit__leadBlock__tag {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-top: 0;
}
.corpCommon-tileLinkPackT--01 .corpCommon-tileLinkPackT--tagLayoutT .l-TileLinkTextUnit__leadBlock__tag .l-LabelTagP__list__item {
  margin-top: 0;
  margin-bottom: 8px;
}
.corpCommon-tileLinkPackT--01 .corpCommon-tileLinkPackT--tagLayoutT.l-TileLinkTextUnit.is-colorset--1 .l-TileLinkTextUnit__icon {
  top: 56px;
}

/* Image & Text Pack (Vertical) */
.corpCommon-imageTextPackV--01.is-layoutT .l-ImageTextVP__contentsBlock__text {
  margin-top: 24px;
}
.corpCommon-imageTextPackV--01.is-layoutB .l-ImageTextVP__contentsBlock__image {
  margin-top: 24px;
}
.corpCommon-imageTextPackV--01 .l-Text {
  margin-top: 16px;
}
.corpCommon-imageTextPackV--01 .l-ImageTextVP__contentsBlock__text__moreinfo .l-ListP {
  margin-top: 16px;
}
.corpCommon-imageTextPackV--01 .l-ImageTextVP__contentsBlock__text__moreinfo .l-ButtonP {
  margin-top: 24px;
}
.corpCommon-imageTextPackV--01 .l-ImageTextVP__contentsBlock__text__moreinfo .l-TextLinkP {
  margin-top: 24px;
}

/* Image & Text Pack (Horizontal) */
@media only screen and (max-width: 640px) {
  .corpCommon-imageTextPackH--01.is-smallViewVertical .l-ImageTextHP__contentsBlock__text > * {
    margin-top: 24px;
  }
}
.corpCommon-imageTextPackH--01 .l-ImageTextHP__contentsBlock__text__moreinfo .l-ListP {
  margin-top: 16px;
}
.corpCommon-imageTextPackH--01 .l-ImageTextHP__contentsBlock__text__moreinfo .l-ButtonP {
  margin-top: 24px;
}
.corpCommon-imageTextPackH--01 .l-ImageTextHP__contentsBlock__text__moreinfo .l-TextLinkP {
  margin-top: 24px;
}

/* Movie & Text Pack (Vertical) */
.corpCommon-movieTextPackV--01 .l-MovieTextVP__contentsBlock__text {
  margin-top: 24px;
}
.corpCommon-movieTextPackV--01.is-layoutB .l-MovieTextVP__contentsBlock__movie {
  margin-top: 24px;
}
.corpCommon-movieTextPackV--01 .l-Text {
  margin-top: 16px;
}
.corpCommon-movieTextPackV--01 .l-MovieTextVP__contentsBlock__text__moreinfo .l-ListP {
  margin-top: 16px;
}
.corpCommon-movieTextPackV--01 .l-MovieTextVP__contentsBlock__text__moreinfo .l-ButtonP {
  margin-top: 24px;
}
.corpCommon-movieTextPackV--01 .l-MovieTextVP__contentsBlock__text__moreinfo .l-TextLinkP {
  margin-top: 24px;
}

/* Movie & Text Pack (Horizontal) */
@media only screen and (max-width: 640px) {
  .corpCommon-movieTextPackH--01.is-smallViewVertical .l-MovieTextHP__contentsBlock > * {
    margin-top: 24px;
  }
}
.corpCommon-movieTextPackH--01 .l-MovieTextHP__contentsBlock__text__moreinfo .l-ListP {
  margin-top: 16px;
}
.corpCommon-movieTextPackH--01 .l-MovieTextHP__contentsBlock__text__moreinfo .l-ButtonP {
  margin-top: 24px;
}
.corpCommon-movieTextPackH--01 .l-MovieTextHP__contentsBlock__text__moreinfo .l-TextLinkP {
  margin-top: 24px;
}

/* News Index Pack */
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3 {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3:hover {
    background-color: #ebf7f5;
  }
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3:hover .l-NewsIndexUnit--v3__icon {
    color: #005856;
  }
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3:hover .l-NewsIndexUnit--v3__text {
    color: #005856;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3 {
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3 {
    padding: 16px 0;
  }
}
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3__contentsBlock {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v3__contentsBlock {
  padding-left: 22px;
}
/*@media only screen and (max-width: 640px) {
  .corpCommon-newsIndexPack--01 .is-layoutL .l-NewsIndexUnit--v3__contentsBlock {
    padding-left: 134px;
  } 
}*/
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .is-layoutL .l-NewsIndexUnit--v3__contentsBlock {
    padding-left: 155px;
  }
}
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3__infoBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 10px;
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v3__infoBlock {
    width: calc(100% - 115px);
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v3__infoBlock {
    width: calc(100% - 96px);
  }
}
.corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v3__infoBlock:only-child {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsIndexPack--01 .is-layoutL .l-NewsIndexUnit--v3__infoBlock {
    width: calc(100% - 124px);
    margin-left: auto;
  }
}
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3__infoBlock__time {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 8px;
}
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3__infoBlock__categoryLabel,
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3__infoBlock__groupLabel {
  margin-top: 5px;
  margin-right: 8px;
}
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3__innerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3__innerBlock {
    gap: 0 18px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3__innerBlock {
    gap: 0 16px;
  }
}
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3__contentsBlock__text {
  display: block;
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v3__contentsBlock__text {
    width: calc(100% - 115px);
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v3__contentsBlock__text {
    width: calc(100% - 96px);
  }
}
.corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v3__contentsBlock__text:only-child {
  width: 100%;
  margin-right: 0;
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v3__contentsBlock__text .l-NewsIndexUnit--v3__text {
    margin-right: 16px;
  }
}

@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v3__contentsBlock__image {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.corpCommon-newsIndexPack--01 .is-layoutL .l-NewsIndexUnit--v3__contentsBlock__image {
  display: block;
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .is-layoutL .l-NewsIndexUnit--v3__contentsBlock__image {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3__image {
    width: 115px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3__image {
    width: 96px;
  }
}
.corpCommon-newsIndexPack--01 .is-layoutR.g-NewsIndexUnit--v3__contentsBlock__text {
  margin-right: 18px;
}
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3__summary {
  margin-top: 9px;
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3__summary {
    margin-right: 16px;
  }
}
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v3__icon {
  top: 30px;
  right: auto;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v3__icon {
    left: 14px;
    top: 35px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v3__icon {
    top: 24px;
    left: 0;
  }
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .is-layoutL .l-NewsIndexUnit--v3__icon {
    left: 145px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsIndexPack--01 .is-layoutL .l-NewsIndexUnit--v3__icon {
    top: 24px;
    left: 102px;
  }
}

.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v3 {
  position: relative;
  overflow: hidden;
}
.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v3::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 124, 122, 0.1);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v3:hover::after {
    opacity: 1;
  }
  .corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v3:hover .l-NewsIndexUnit--v3__icon {
    color: #005856;
  }
  .corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v3:hover .l-NewsIndexUnit--v3__text {
    color: #005856;
    text-decoration: underline;
  }
}
.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v3__innerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 22px;
  margin-top: 16px;
}
.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v3__infoBlock {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 16px;
}
.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v3__infoBlock__time {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 8px;
}
.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v3__infoBlock__categoryLabel,
.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v3__infoBlock__groupLabel {
  margin-top: 5px;
  margin-right: 8px;
}
.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v3__icon {
  top: 10px;
  right: auto;
  left: 0;
}

.corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v3 {
  position: relative;
  overflow: hidden;
}
.corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v3::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 124, 122, 0.1);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v3:hover::after {
    opacity: 1;
  }
  .corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v3:hover .l-NewsIndexUnit--v3__icon {
    color: #005856;
  }
  .corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v3:hover .l-NewsIndexUnit--v3__text {
    color: #005856;
    text-decoration: underline;
  }
}
.corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v3__innerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 22px;
  margin-top: 16px;
}
.corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v3__infoBlock {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 16px;
}
.corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v3__infoBlock__time {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 8px;
}
.corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v3__infoBlock__categoryLabel,
.corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v3__infoBlock__groupLabel {
  margin-top: 5px;
  margin-right: 8px;
}
.corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v3__icon {
  top: 6px;
  right: auto;
  left: -4px;
}

/* NewsIndexP--V4 */
.g-NewsIndexP--v4__list
.l-NewsIndexUnit--v4{
    letter-spacing: 0.02em;
}

.g-NewsIndexP--v4__list__item{
  border-width: 0 0 2px;
}
.g-NewsIndexP--v4__list__item:first-child{
  border-top-width: 2px;
}

.g-NewsIndexP--v4__list__item {
  border-color: #D7D7CF;
}
._componentReset .is-link .l-NewsIndexUnit--v4__text {
  text-decoration: none;
}
._componentReset .l-NewsIndexUnit--v4__text {
  font-family: "Neue-Helvetica-Paneuropean-Light", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #4e4d4e;
  margin-right: 0;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 640px) {
  ._componentReset .is-cardview .g-NewsIndexP--v4__card__item .l-NewsIndexUnit--v4__text{
    margin-bottom: 0;
  }
  .corpCommon-newsIndexPack--02 .is-cardview .l-NewsIndexUnit--v4__infoBlock{
    margin-top: 0;
  }
}
._componentReset .l-NewsIndexUnit--v4__summary {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
._componentReset .l-NewsIndexP--v4 {
  margin-bottom: 0;
}

._componentReset .l-NewsIndexP--v4__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}


@media only screen and (min-width: 1025px) {
    ._componentReset .l-NewsIndexP--v4__card .g-NewsIndexP--v4__card__item--lg-2 {
      width: calc(50% - 16px);
    }
    ._componentReset .l-NewsIndexP--v4__card .g-NewsIndexP--v4__card__item--lg-3 {
      width: calc(33.33% - 21.33px);
    }
    ._componentReset .l-NewsIndexP--v4__card .g-NewsIndexP--v4__card__item--lg-4 {
      width: calc(25% - 24px);
    }
    ._componentReset .l-NewsIndexP--v4__card .g-NewsIndexP--v4__card__item--lg-5 {
      width: calc(20% - 25px);
    }
    ._componentReset .l-NewsIndexP--v4__card .g-NewsIndexP--v4__card__item--lg-6 {
      width: calc(16.66% - 26px);
    }
  }
  @media only screen and (min-width: 641px) and (max-width: 1024px) {
    ._componentReset .l-NewsIndexP--v4__card .g-NewsIndexP--v4__card__item--md-2 {
      width: calc(50% - 16px);
    }
    ._componentReset .l-NewsIndexP--v4__card .g-NewsIndexP--v4__card__item--md-3 {
      width: calc(33.33% - 21.33px);
    }
    ._componentReset .l-NewsIndexP--v4__card .g-NewsIndexP--v4__card__item--md-4 {
      width: calc(25% - 24px);
    }
  }
  @media only screen and (max-width: 640px) {
    ._componentReset .l-NewsIndexP--v4__card {
      gap: 24px;
    }
    ._componentReset .l-NewsIndexP--v4__card .g-NewsIndexP--v4__card__item--sm-2 {
      width: calc(50% - 12px);
    }
  }

._componentReset .l-NewsIndexP--v4__card::after {
    display: none;
  }
  ._componentReset .l-NewsIndexP--v4__card__item {
    float: none;
  }
  ._componentReset .is-cardview .l-NewsIndexUnit--v3 {
    padding: 16px 16px 14px;
    border: none;
  }
  
  ._componentReset .is-cardview .g-NewsIndexP--v4__card__item .g-NewsIndexUnit--v4__contentsBlock__text{
    padding-left: 0;
  }
._componentReset .is-cardview .l-NewsIndexUnit--v4__image {
  border-radius: 10px;
}

._componentReset .is-cardview .l-NewsIndexUnit--v4__contentsBlock__image {
  margin-bottom: 0;
  padding: 12px;
}

.g-NewsIndexP--v4.is-gutter--m .g-NewsIndexP--v4__card{
  margin-left: 0px;
  margin-right: 0px;
}
._componentReset .is-cardview .l-NewsIndexUnit--v4__innerBlock {
  padding-right: 12;
}

/* News Index Pack */
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4 {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-size: 18px;
}
.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v4 {
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
    .corpCommon-newsIndexPack--01 .g-NewsIndexP--v4__list__item a {
        display: block;
    }
    .thumbnail .corpCommon-newsIndexPack--01 .g-NewsIndexP--v4__list__item a {
      display: flex;
  }
}
@media (hover: hover) and (pointer: fine) {
    .corpCommon-newsIndexPack--01 .g-NewsIndexUnit--v4.is-link:hover{
        opacity: 1;
    }
    .corpCommon-newsIndexPack--02 .g-NewsIndexUnit--v4.is-link:hover{
      opacity: 1;
  }
  /*.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4:hover {
    background-color: #ebf7f5;
  }*/
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4:hover .l-NewsIndexUnit--v4__icon {
    color: #005856;
  }
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4:hover .l-NewsIndexUnit--v4__text {
    color: #005856;
    text-decoration: underline;
  }
}


@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4 {
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4 {
    padding: 16px 0;
  }
}

.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4__contentsBlock {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v4__contentsBlock {
  padding-left: 22px;
}

@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .is-layoutL .l-NewsIndexUnit--v4__contentsBlock {
    padding-left: 155px;
  }
}
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4__infoBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 10px;
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v4__infoBlock {
    width: calc(100% - 115px);
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v4__infoBlock {
    width: calc(100% - 96px);
  }
}
.corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v4__infoBlock:only-child {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsIndexPack--01 .is-layoutL .l-NewsIndexUnit--v4__infoBlock {
    width: calc(100% - 124px);
    margin-left: auto;
  }
}
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4__infoBlock__time {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 8px;
}
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4__infoBlock__categoryLabel,
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4__infoBlock__groupLabel {
  margin-top: 5px;
  margin-right: 8px;
}
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4__innerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4__contentsBlock__text {
  display: block;
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v4__contentsBlock__text {
    width: 100%;
  }
  .thumbnail .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v4__contentsBlock__text {
    width: calc(100% - 184px);
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v4__contentsBlock__text {
    width: calc(100% - 30px);
    padding-left: 22px;
  }
  .thumbnail .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v4__contentsBlock__text {
    width: calc(100% - 30px);
    padding-left: 22px;
  }
}
/*.corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v4__contentsBlock__text:only-child {
  width: 100%;
  margin-right: 0;
}*/
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v4__contentsBlock__text .l-NewsIndexUnit--v4__text {
    margin-right: 16px;
  }
}

@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v4__contentsBlock__image {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.corpCommon-newsIndexPack--01 .is-layoutL .l-NewsIndexUnit--v4__contentsBlock__image {
  display: block;
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .is-layoutL .l-NewsIndexUnit--v4__contentsBlock__image {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4__image {
    width: 115px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4__image {
    width: 96px;
  }
}

.g-NewsIndexUnit--v4__infoBlock {
  padding-left: 0;
}

.g-NewsIndexUnit--v4__infoBlock__time {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.02em;
}

.corpCommon-newsIndexPack--01 .is-layoutR.g-NewsIndexUnit--v4__contentsBlock__text {
  margin-right: 18px;
}
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4__summary {
  margin-top: 9px;
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4__summary {
    margin-right: 16px;
  }
}
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4__icon {
  top: 30px;
  right: auto;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v4__icon {
  left: -10px;
  top: -5px;
}

@media only screen and (min-width: 641px) {
  .corpCommon-newsIndexPack--01 .is-layoutL .l-NewsIndexUnit--v4__icon {
    left: 145px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsIndexPack--01 .is-layoutL .l-NewsIndexUnit--v4__icon {
    top: 24px;
    left: 102px;
  }
  .corpCommon-newsIndexPack--01 .is-layoutR .l-NewsIndexUnit--v4__icon {
    left: -4px;
    top: -5px;
  }
}

.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v4 {
  position: relative;
  overflow: hidden;
}
.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v4::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 124, 122, 0.1);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v4:hover::after {
    opacity: 1;
  }
  .corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v4:hover .l-NewsIndexUnit--v4__icon {
    color: #005856;
  }
  .corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v4:hover .l-NewsIndexUnit--v4__text {
    color: #005856;
    text-decoration: underline;
  }
}
.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v4__innerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 28px;
  margin-top: 16px;
}
.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v4__infoBlock {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 8px;
  padding-bottom: 8px;
}
.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v4__infoBlock__time {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 8px;
}
.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v4__infoBlock__categoryLabel,
.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v4__infoBlock__groupLabel {
  margin-top: 5px;
  margin-right: 8px;
}
.corpCommon-newsIndexPack--02 .l-NewsIndexUnit--v4__icon {
  top: 10px;
  right: auto;
  left: 0;
}

.corpCommon-newsIndexPack--02 .is-cardview .l-NewsIndexUnit--v4__icon {
  top: -5px;
  right: auto;
  left: 6px;
}

.corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v4 {
  position: relative;
  overflow: hidden;
}
.corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 124, 122, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4:hover::after {
    opacity: 1;
  }
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4:hover .l-NewsIndexUnit--v4__icon {
    color: #005856;
  }
  .corpCommon-newsIndexPack--01 .l-NewsIndexUnit--v4:hover .l-NewsIndexUnit--v4__text {
    color: #005856;
    text-decoration: underline;
  }
}
.corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v4__innerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 22px;
  margin-top: 16px;
}
.corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v4__infoBlock {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 16px;
}
.corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v4__infoBlock__time {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 8px;
}
.corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v4__infoBlock__categoryLabel,
.corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v4__infoBlock__groupLabel {
  margin-top: 5px;
  margin-right: 8px;
}
.corpCommon-newsIndexPack--03 .l-NewsIndexUnit--v4__icon {
  top: 6px;
  right: auto;
  left: -4px;
}

/* Q&A Pack */
.corpCommon-qaPack--01 .l-QAP__contentBlock {
  margin-top: 24px;
}
.corpCommon-qaPack--01 .l-QAP__contentBlock .l-AccordionMenu--qa__item:not(:first-child) {
  margin-top: 24px;
}
.corpCommon-qaPack--01 .l-QAP__contentBlock .l-AccordionUnit--qa__titleBlock {
  font-size: 16px;
}
@media only screen and (min-width: 641px) {
  .corpCommon-qaPack--01 .l-QAP__contentBlock .l-AccordionUnit--qa__titleBlock {
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-qaPack--01 .l-QAP__contentBlock .l-AccordionUnit--qa__titleBlock {
    padding: 16px;
  }
}
.corpCommon-qaPack--01 .l-QAP__contentBlock .l-AccordionUnit--qa__titleBlock .l-HeadingTitle__titleBlock__titleBox__title > * {
  font-size: 16px;
  line-height: 1.5;
}
/*.corpCommon-qaPack--01 .l-QAP__contentBlock .l-AccordionUnit--qa__contentBlock {
   display: flex; 
}*/
@media only screen and (min-width: 641px) {
  .corpCommon-qaPack--01 .l-QAP__contentBlock .l-AccordionUnit--qa__contentBlock {
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-qaPack--01 .l-QAP__contentBlock .l-AccordionUnit--qa__contentBlock {
    padding: 16px;
  }
}
.corpCommon-qaPack--01 .l-QAP__contentBlock .l-AccordionUnit--qa__titleBlock__abbr,
.corpCommon-qaPack--01 .l-QAP__contentBlock .l-AccordionUnit--qa__titleBlock__num {
  width: 40px;
  padding-right: 24px;
  font-size: 16px;
}
.corpCommon-qaPack--01 .l-QAP__contentBlock .l-AccordionUnit--qa__contentBlock__abbr,
.corpCommon-qaPack--01 .l-QAP__contentBlock .l-AccordionUnit--qa__contentBlock__num {
  left: 16px;
  padding-right: 24px;
  font-size: 16px;
  line-height: 1.75;
}
.corpCommon-qaPack--01 .l-QAP__contentBlock .l-AccordionUnit--qa__contentBlock__abbr + .l-Text,
.corpCommon-qaPack--01 .l-QAP__contentBlock .l-AccordionUnit--qa__contentBlock__num + .l-Text {
  padding-left: 64px;
}
.corpCommon-qaPack--01 .l-QAP__pagetopBlock {
  margin-top: 16px;
}
.corpCommon-qaPack--01 .l-QAP__pagetopBlock .l-TextLinkP:not(.is-equalWidth) .l-TextLinkP__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.corpCommon-qaPack--imgItemWrap .l-GroupBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.corpCommon-qaPack--imgItemWrap .l-GroupBox .l-Text {
  padding-left: 64px;
}
@media only screen and (min-width: 641px) {
  .corpCommon-qaPack--imgItemWrap .l-GroupBox .l-Text {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-qaPack--imgItemWrap .l-GroupBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .corpCommon-qaPack--imgItemWrap .l-GroupBox .l-Image {
    margin-top: 24px;
  }
}

/* Q&A Accordion */
.corpCommon-qaPack--02 .l-QAP__contentBlock {
  margin-top: 24px;
}
.corpCommon-qaPack--02 .l-QAP__contentBlock .l-AccordionMenu--qa__item:not(:first-child) {
  margin-top: 24px;
}
.corpCommon-qaPack--02 .l-QAP__contentBlock .l-AccordionUnit--qa__titleBlock {
  font-size: 16px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .corpCommon-qaPack--02 .l-QAP__contentBlock .l-AccordionUnit--qa__titleBlock:hover {
    background-color: #ebf7f5;
  }
}
@media only screen and (min-width: 641px) {
  .corpCommon-qaPack--02 .l-QAP__contentBlock .l-AccordionUnit--qa__titleBlock {
    padding: 24px 42px 24px 16px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-qaPack--02 .l-QAP__contentBlock .l-AccordionUnit--qa__titleBlock {
    padding: 16px 52px 16px 16px;
  }
}
.corpCommon-qaPack--02 .l-QAP__contentBlock .l-AccordionUnit--qa__titleBlock .l-HeadingTitle__titleBlock__titleBox__title > * {
  font-size: 16px;
  line-height: 1.5;
}
/*.corpCommon-qaPack--02 .l-QAP__contentBlock .l-AccordionUnit--qa__contentBlock {
   display: flex; 
}*/
@media only screen and (min-width: 641px) {
  .corpCommon-qaPack--02 .l-QAP__contentBlock .l-AccordionUnit--qa__contentBlock {
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-qaPack--02 .l-QAP__contentBlock .l-AccordionUnit--qa__contentBlock {
    padding: 16px;
  }
}
.corpCommon-qaPack--02 .l-QAP__contentBlock .l-AccordionUnit--qa__titleBlock__abbr,
.corpCommon-qaPack--02 .l-QAP__contentBlock .l-AccordionUnit--qa__titleBlock__num {
  width: 40px;
  padding-right: 24px;
  font-size: 16px;
}
.corpCommon-qaPack--02 .l-QAP__contentBlock .l-AccordionUnit--qa__contentBlock__abbr,
.corpCommon-qaPack--02 .l-QAP__contentBlock .l-AccordionUnit--qa__contentBlock__num {
  left: 16px;
  padding-right: 24px;
  font-size: 16px;
  line-height: 1.75;
}
.corpCommon-qaPack--02 .l-QAP__contentBlock .l-AccordionUnit--qa__contentBlock__abbr + .l-Text,
.corpCommon-qaPack--02 .l-QAP__contentBlock .l-AccordionUnit--qa__contentBlock__num + .l-Text {
  padding-left: 64px;
}
.corpCommon-qaPack--02 .cmn-icon--down::before {
  content: "\e028";
}
.corpCommon-qaPack--02 .cmn-icon--up::before {
  content: "\e029";
}
.corpCommon-qaPack--02 .l-QAP__pagetopBlock {
  margin-top: 16px;
}
.corpCommon-qaPack--02 .l-QAP__pagetopBlock .l-TextLinkP:not(.is-equalWidth) .l-TextLinkP__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* CardNav */
.corpCommon-CardNav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.corpCommon-CardNav .corpCommon-CardNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 32px;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  list-style-type: none;
}
@media only screen and (min-width: 641px) {
  .corpCommon-CardNav .corpCommon-CardNavList {
    gap: 32px 24px;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-CardNav .corpCommon-CardNavList {
    gap: 32px 16px;
    padding-bottom: 24px;
  }
}
.corpCommon-CardNav .corpCommon-CardNavList::-webkit-scrollbar {
  height: 4px;
}
.corpCommon-CardNav .corpCommon-CardNavList::-webkit-scrollbar-thumb {
  background-color: #00806d;
  border-radius: 4px;
}
.corpCommon-CardNav .corpCommon-CardNavList::-webkit-scrollbar-track {
  background-color: #d7d7cf;
  border-radius: 4px;
}
.corpCommon-CardNav .corpCommon-CardNavList_item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  white-space: normal;
}
@media only screen and (min-width: 641px) {
  .corpCommon-CardNav .corpCommon-CardNavList_item {
    max-width: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-CardNav .corpCommon-CardNavList_item {
    max-width: 180px;
  }
}
.corpCommon-CardNav .corpCommon-CardNavList_item::marker {
  display: none;
}
.corpCommon-CardNav .corpCommon-CardNavListUnit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 100%;
  color: #4e4e4e;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.corpCommon-CardNav .corpCommon-CardNavListUnit .corpCommon-CardNavListUnit__leadBlock__title > * {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .corpCommon-CardNav .corpCommon-CardNavListUnit:hover {
    background-color: #ebf7f5;
  }
  .corpCommon-CardNav .corpCommon-CardNavListUnit:hover .corpCommon-CardNavListUnit__leadBlock__title > * {
    color: #005856;
    text-decoration: underline;
  }
}
.corpCommon-CardNav .corpCommon-CardNavListUnit__leadBlock {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 641px) {
  .corpCommon-CardNav .corpCommon-CardNavListUnit__leadBlock {
    padding: 20px 20px 16px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-CardNav .corpCommon-CardNavListUnit__leadBlock {
    padding: 12px 12px 32px;
  }
}
@media only screen and (min-width: 641px) {
  .corpCommon-CardNav .corpCommon-CardNavListUnit__leadBlock__title > * {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-CardNav .corpCommon-CardNavListUnit__leadBlock__title > * {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 641px) {
  .corpCommon-CardNav .corpCommon-CardNavListUnit__leadBlock__lead {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-CardNav .corpCommon-CardNavListUnit__leadBlock__lead {
    margin-top: 11px;
  }
}
.corpCommon-CardNav .corpCommon-CardNavListUnit__leadBlock__lead > * {
  font-size: 16px;
  line-height: 1.5;
}

/* Complement Area */
@media only screen and (min-width: 641px) {
  .corpCommon-complementArea.l-Column.is-background, .corpCommon-complementArea.l-Column.is-border {
    padding: 32px 32px 46px 32px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-complementArea.l-Column.is-background, .corpCommon-complementArea.l-Column.is-border {
    padding: 24px 24px 36px 24px;
  }
}
@media only screen and (min-width: 641px) {
  .corpCommon-complementArea .l-HeadingTitle__titleBlock__titleBox__title > * {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-complementArea .l-HeadingTitle__titleBlock__titleBox__title > * {
    font-size: 24px;
    line-height: 1.5;
  }
}

/* Emphasis Area */
.corpCommon-emphasisArea {
  margin-top: 32px;
}
@media only screen and (min-width: 641px) {
  .corpCommon-emphasisArea.l-Column.is-background, .corpCommon-emphasisArea.l-Column.is-border {
    padding: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-emphasisArea.l-Column.is-background, .corpCommon-emphasisArea.l-Column.is-border {
    padding: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-emphasisArea {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 641px) {
  .corpCommon-emphasisArea .l-HeadingTitle__titleBlock__titleBox__title > * {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-emphasisArea .l-HeadingTitle__titleBlock__titleBox__title > * {
    font-size: 24px;
    line-height: 1.5;
  }
}

/* Contact Area */
@media only screen and (min-width: 641px) {
  .corpCommon-contactArea.l-Column.is-background, .corpCommon-contactArea.l-Column.is-border {
    padding: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-contactArea.l-Column.is-background, .corpCommon-contactArea.l-Column.is-border {
    padding: 24px;
  }
}
@media only screen and (min-width: 641px) {
  .corpCommon-contactArea .l-HeadingTitle__titleBlock__titleBox__title > * {
    font-size: 26px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-contactArea .l-HeadingTitle__titleBlock__titleBox__title > * {
    font-size: 24px;
    line-height: 1.5;
  }
}
.corpCommon-contactArea .is-tel--sm .l-TelephoneCall__item__number,
.corpCommon-contactArea .l-TelephoneCall__item__icon__phone {
  color: #4e4d4e;
}

/* News Release */
.corpCommon-newsRelease-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsRelease-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.corpCommon-newsRelease-header .corpCommon-newsRelease-header-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsRelease-header .corpCommon-newsRelease-header-date {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsRelease-header .corpCommon-newsRelease-header-tag {
    margin-top: 7px;
  }
}
.corpCommon-newsRelease-header .corpCommon-newsRelease-header-tag .l-LabelTagP__list__item {
  margin-top: 0;
  margin-bottom: 5px;
}
.corpCommon-newsRelease-header .corpCommon-newsRelease-header-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsRelease-header .corpCommon-newsRelease-header-link {
    margin-left: auto;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsRelease-header .corpCommon-newsRelease-header-link {
    display: none;
  }
}
.corpCommon-newsRelease-header .corpCommon-newsRelease-header-link .l-TextLinkP__list__item:not(:last-child) {
  padding-right: 24px;
}

.corpCommon-newsRelease-header-title {
  margin-top: 9px;
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsRelease-header-title .l-PageTitle__titleBlock__titleBox > .l-Text:first-child + .l-PageTitle__titleBlock__titleBox__title {
    margin-top: 12px;
  }
}

@media only screen and (min-width: 641px) {
  .corpCommon-newsRelease-header-subText {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsRelease-header-subText {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 641px) {
  .corpCommon-newsRelease-header-subText + .corpCommon-newsRelease-header-title {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-newsRelease-header-subText + .corpCommon-newsRelease-header-title {
    margin-top: 12px;
  }
}

/* indexTopArea */
.corpCommon-indexArea.l-Section.is-background {
  padding-bottom: 64px;
}
@media only screen and (max-width: 640px) {
  .corpCommon-indexArea.l-Section.is-background {
    padding-bottom: 56px;
  }

  .corpCommon-indexArea.l-Section.is-background + .g-Section {
    margin-top: 64px;
  }
}

.corpCommon-index__hero .corpCommon-index__hero-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .corpCommon-index__hero .corpCommon-index__hero-img img {
    height: 376px;
  }
}

.corpCommon-index-body .l-Column__inner {
  padding: 0 40px;
}
@media only screen and (max-width: 640px) {
  .corpCommon-index-body .l-Column__inner {
    padding: 0 24px;
  }
}

.corpCommon-index-bg {
  position: relative;
}
.corpCommon-index-bg .corpCommon-index-bg--bottom {
  position: absolute !important;
  top: -4.0277777778vw;
  left: 0;
  width: 100%;
  margin-top: 1px;
}
.corpCommon-index-bg .corpCommon-index-bg--pageTitle {
  margin-top: 8px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .corpCommon-index-bg .corpCommon-index-bg--pageTitle {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .corpCommon-index-bg .corpCommon-index-bg--pageTitle {
    margin-top: 32px;
  }
}

/* @media only screen and (min-width: 641px) {
    background-image: url(/content/dam/sites/kao/www-kao-com/global/en/corporate/new-page-templates/pageTitle-bg-index-lg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }

  @media only screen and (max-width: 640px) {
    background-image: url(/content/dam/sites/kao/www-kao-com/global/en/corporate/new-page-templates/pageTitle-bg-index-lg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  } */
/* option */
.opt-fontsize--xl {
  font-size: 1.875em !important;
}

.opt-fontsize--l {
  font-size: 1.375em !important;
}

.opt-fontsize--s {
  font-size: 0.875em !important;
}

.opt-fontsize--xs {
  font-size: 0.75em !important;
}

/* 20pxにする見出し */
.headline_fontsize{
  font-size: 1.25em !important;
}

/* Catch Text */
.catch-fontsize--xl {
  font-size: 2.875em !important;
  line-height: 1.25;
}

.catch-fontsize--l {
  line-height: 1.25;
}
@media only screen and (min-width: 641px) {
  .catch-fontsize--l {
    font-size: 2em !important;
  }
}
@media only screen and (max-width: 640px) {
  .catch-fontsize--l {
    font-size: 1.625em !important;
  }
}

.catch-fontsize--m {
  line-height: 1.25;
}
@media only screen and (min-width: 641px) {
  .catch-fontsize--m {
    font-size: 2.125em !important;
  }
}
@media only screen and (max-width: 640px) {
  .catch-fontsize--m {
    font-size: 1.875em !important;
  }
}

.catch-fontsize--s {
  line-height: 1.5;
}
@media only screen and (min-width: 641px) {
  .catch-fontsize--s {
    font-size: 1.75em !important;
  }
}
@media only screen and (max-width: 640px) {
  .catch-fontsize--s {
    font-size: 1.5em !important;
  }
}

.catch-fontsize--xs {
  line-height: 1.5;
}
@media only screen and (min-width: 641px) {
  .catch-fontsize--xs {
    font-size: 1.25em !important;
  }
}
@media only screen and (max-width: 640px) {
  .catch-fontsize--xs {
    font-size: 1em !important;
  }
}

/* display: none; */
@media only screen and (min-width: 1025px) {
  .opt-lg-display-none {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .opt-md-display-none {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .opt-sm-display-none {
    display: none !important;
  }
}
/* img border-radius */
.opt-border-radius-10 img {
  border-radius: 10px;
}

.opt-border-radius-10-t img {
  border-radius: 10px 10px 0 0;
}

.opt-border-radius-10-b img {
  border-radius: 0 0 10px 10px;
}

/* utility margin */
.u-paragraph-mt8 {
  margin-top: 8px !important;
}

.u-paragraph-mt16 {
  margin-top: 16px !important;
}

.u-paragraph-mt24 {
  margin-top: 24px !important;
}

.u-paragraph-mt32 {
  margin-top: 32px !important;
}

.u-paragraph-mt40 {
  margin-top: 40px !important;
}

.u-paragraph-mt48 {
  margin-top: 48px !important;
}

.u-paragraph-mt56 {
  margin-top: 56px !important;
}

.u-paragraph-mt64 {
  margin-top: 64px !important;
}

.u-paragraph-mt72 {
  margin-top: 72px !important;
}

.u-paragraph-mt80 {
  margin-top: 80px !important;
}

.u-paragraph-mt88 {
  margin-top: 88px !important;
}

.u-paragraph-mt96 {
  margin-top: 96px !important;
}

.u-paragraph-mt104 {
  margin-top: 104px !important;
}

.u-paragraph-mt112 {
  margin-top: 112px !important;
}

.u-paragraph-mt120 {
  margin-top: 120px !important;
}

.u-paragraph-mr8 {
  margin-right: 8px !important;
}

.u-paragraph-mr16 {
  margin-right: 16px !important;
}

.u-paragraph-mr24 {
  margin-right: 24px !important;
}

.u-paragraph-mr32 {
  margin-right: 32px !important;
}

.u-paragraph-mr40 {
  margin-right: 40px !important;
}

.u-paragraph-mr48 {
  margin-right: 48px !important;
}

.u-paragraph-mr56 {
  margin-right: 56px !important;
}

.u-paragraph-mr64 {
  margin-right: 64px !important;
}

.u-paragraph-mr72 {
  margin-right: 72px !important;
}

.u-paragraph-mr80 {
  margin-right: 80px !important;
}

.u-paragraph-mr88 {
  margin-right: 88px !important;
}

.u-paragraph-mr96 {
  margin-right: 96px !important;
}

.u-paragraph-mr104 {
  margin-right: 104px !important;
}

.u-paragraph-mr112 {
  margin-right: 112px !important;
}

.u-paragraph-mr120 {
  margin-right: 120px !important;
}

.u-paragraph-mb8 {
  margin-bottom: 8px !important;
}

.u-paragraph-mb16 {
  margin-bottom: 16px !important;
}

.u-paragraph-mb24 {
  margin-bottom: 24px !important;
}

.u-paragraph-mb32 {
  margin-bottom: 32px !important;
}

.u-paragraph-mb40 {
  margin-bottom: 40px !important;
}

.u-paragraph-mb48 {
  margin-bottom: 48px !important;
}

.u-paragraph-mb56 {
  margin-bottom: 56px !important;
}

.u-paragraph-mb64 {
  margin-bottom: 64px !important;
}

.u-paragraph-mb72 {
  margin-bottom: 72px !important;
}

.u-paragraph-mb80 {
  margin-bottom: 80px !important;
}

.u-paragraph-mb88 {
  margin-bottom: 88px !important;
}

.u-paragraph-mb96 {
  margin-bottom: 96px !important;
}

.u-paragraph-mb104 {
  margin-bottom: 104px !important;
}

.u-paragraph-mb112 {
  margin-bottom: 112px !important;
}

.u-paragraph-mb120 {
  margin-bottom: 120px !important;
}

.u-paragraph-ml8 {
  margin-left: 8px !important;
}

.u-paragraph-ml16 {
  margin-left: 16px !important;
}

.u-paragraph-ml24 {
  margin-left: 24px !important;
}

.u-paragraph-ml32 {
  margin-left: 32px !important;
}

.u-paragraph-ml40 {
  margin-left: 40px !important;
}

.u-paragraph-ml48 {
  margin-left: 48px !important;
}

.u-paragraph-ml56 {
  margin-left: 56px !important;
}

.u-paragraph-ml64 {
  margin-left: 64px !important;
}

.u-paragraph-ml72 {
  margin-left: 72px !important;
}

.u-paragraph-ml80 {
  margin-left: 80px !important;
}

.u-paragraph-ml88 {
  margin-left: 88px !important;
}

.u-paragraph-ml96 {
  margin-left: 96px !important;
}

.u-paragraph-ml104 {
  margin-left: 104px !important;
}

.u-paragraph-ml112 {
  margin-left: 112px !important;
}

.u-paragraph-ml120 {
  margin-left: 120px !important;
}

@media only screen and (min-width: 1025px) {
  .u-paragraph-mt-lg8 {
    margin-top: 8px !important;
  }
  .u-paragraph-mt-lg16 {
    margin-top: 16px !important;
  }
  .u-paragraph-mt-lg24 {
    margin-top: 24px !important;
  }
  .u-paragraph-mt-lg32 {
    margin-top: 32px !important;
  }
  .u-paragraph-mt-lg40 {
    margin-top: 40px !important;
  }
  .u-paragraph-mt-lg48 {
    margin-top: 48px !important;
  }
  .u-paragraph-mt-lg56 {
    margin-top: 56px !important;
  }
  .u-paragraph-mt-lg64 {
    margin-top: 64px !important;
  }
  .u-paragraph-mt-lg72 {
    margin-top: 72px !important;
  }
  .u-paragraph-mt-lg80 {
    margin-top: 80px !important;
  }
  .u-paragraph-mt-lg88 {
    margin-top: 88px !important;
  }
  .u-paragraph-mt-lg96 {
    margin-top: 96px !important;
  }
  .u-paragraph-mt-lg104 {
    margin-top: 104px !important;
  }
  .u-paragraph-mt-lg112 {
    margin-top: 112px !important;
  }
  .u-paragraph-mt-lg120 {
    margin-top: 120px !important;
  }
  .u-paragraph-mr-lg8 {
    margin-right: 8px !important;
  }
  .u-paragraph-mr-lg16 {
    margin-right: 16px !important;
  }
  .u-paragraph-mr-lg24 {
    margin-right: 24px !important;
  }
  .u-paragraph-mr-lg32 {
    margin-right: 32px !important;
  }
  .u-paragraph-mr-lg40 {
    margin-right: 40px !important;
  }
  .u-paragraph-mr-lg48 {
    margin-right: 48px !important;
  }
  .u-paragraph-mr-lg56 {
    margin-right: 56px !important;
  }
  .u-paragraph-mr-lg64 {
    margin-right: 64px !important;
  }
  .u-paragraph-mr-lg72 {
    margin-right: 72px !important;
  }
  .u-paragraph-mr-lg80 {
    margin-right: 80px !important;
  }
  .u-paragraph-mr-lg88 {
    margin-right: 88px !important;
  }
  .u-paragraph-mr-lg96 {
    margin-right: 96px !important;
  }
  .u-paragraph-mr-lg104 {
    margin-right: 104px !important;
  }
  .u-paragraph-mr-lg112 {
    margin-right: 112px !important;
  }
  .u-paragraph-mr-lg120 {
    margin-right: 120px !important;
  }
  .u-paragraph-mb-lg8 {
    margin-bottom: 8px !important;
  }
  .u-paragraph-mb-lg16 {
    margin-bottom: 16px !important;
  }
  .u-paragraph-mb-lg24 {
    margin-bottom: 24px !important;
  }
  .u-paragraph-mb-lg32 {
    margin-bottom: 32px !important;
  }
  .u-paragraph-mb-lg40 {
    margin-bottom: 40px !important;
  }
  .u-paragraph-mb-lg48 {
    margin-bottom: 48px !important;
  }
  .u-paragraph-mb-lg56 {
    margin-bottom: 56px !important;
  }
  .u-paragraph-mb-lg64 {
    margin-bottom: 64px !important;
  }
  .u-paragraph-mb-lg72 {
    margin-bottom: 72px !important;
  }
  .u-paragraph-mb-lg80 {
    margin-bottom: 80px !important;
  }
  .u-paragraph-mb-lg88 {
    margin-bottom: 88px !important;
  }
  .u-paragraph-mb-lg96 {
    margin-bottom: 96px !important;
  }
  .u-paragraph-mb-lg104 {
    margin-bottom: 104px !important;
  }
  .u-paragraph-mb-lg112 {
    margin-bottom: 112px !important;
  }
  .u-paragraph-mb-lg120 {
    margin-bottom: 120px !important;
  }
  .u-paragraph-ml-lg8 {
    margin-left: 8px !important;
  }
  .u-paragraph-ml-lg16 {
    margin-left: 16px !important;
  }
  .u-paragraph-ml-lg24 {
    margin-left: 24px !important;
  }
  .u-paragraph-ml-lg32 {
    margin-left: 32px !important;
  }
  .u-paragraph-ml-lg40 {
    margin-left: 40px !important;
  }
  .u-paragraph-ml-lg48 {
    margin-left: 48px !important;
  }
  .u-paragraph-ml-lg56 {
    margin-left: 56px !important;
  }
  .u-paragraph-ml-lg64 {
    margin-left: 64px !important;
  }
  .u-paragraph-ml-lg72 {
    margin-left: 72px !important;
  }
  .u-paragraph-ml-lg80 {
    margin-left: 80px !important;
  }
  .u-paragraph-ml-lg88 {
    margin-left: 88px !important;
  }
  .u-paragraph-ml-lg96 {
    margin-left: 96px !important;
  }
  .u-paragraph-ml-lg104 {
    margin-left: 104px !important;
  }
  .u-paragraph-ml-lg112 {
    margin-left: 112px !important;
  }
  .u-paragraph-ml-lg120 {
    margin-left: 120px !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .u-paragraph-mt-md8 {
    margin-top: 8px !important;
  }
  .u-paragraph-mt-md16 {
    margin-top: 16px !important;
  }
  .u-paragraph-mt-md24 {
    margin-top: 24px !important;
  }
  .u-paragraph-mt-md32 {
    margin-top: 32px !important;
  }
  .u-paragraph-mt-md40 {
    margin-top: 40px !important;
  }
  .u-paragraph-mt-md48 {
    margin-top: 48px !important;
  }
  .u-paragraph-mt-md56 {
    margin-top: 56px !important;
  }
  .u-paragraph-mt-md64 {
    margin-top: 64px !important;
  }
  .u-paragraph-mt-md72 {
    margin-top: 72px !important;
  }
  .u-paragraph-mt-md80 {
    margin-top: 80px !important;
  }
  .u-paragraph-mt-md88 {
    margin-top: 88px !important;
  }
  .u-paragraph-mt-md96 {
    margin-top: 96px !important;
  }
  .u-paragraph-mt-md104 {
    margin-top: 104px !important;
  }
  .u-paragraph-mt-md112 {
    margin-top: 112px !important;
  }
  .u-paragraph-mt-md120 {
    margin-top: 120px !important;
  }
  .u-paragraph-mr-md8 {
    margin-right: 8px !important;
  }
  .u-paragraph-mr-md16 {
    margin-right: 16px !important;
  }
  .u-paragraph-mr-md24 {
    margin-right: 24px !important;
  }
  .u-paragraph-mr-md32 {
    margin-right: 32px !important;
  }
  .u-paragraph-mr-md40 {
    margin-right: 40px !important;
  }
  .u-paragraph-mr-md48 {
    margin-right: 48px !important;
  }
  .u-paragraph-mr-md56 {
    margin-right: 56px !important;
  }
  .u-paragraph-mr-md64 {
    margin-right: 64px !important;
  }
  .u-paragraph-mr-md72 {
    margin-right: 72px !important;
  }
  .u-paragraph-mr-md80 {
    margin-right: 80px !important;
  }
  .u-paragraph-mr-md88 {
    margin-right: 88px !important;
  }
  .u-paragraph-mr-md96 {
    margin-right: 96px !important;
  }
  .u-paragraph-mr-md104 {
    margin-right: 104px !important;
  }
  .u-paragraph-mr-md112 {
    margin-right: 112px !important;
  }
  .u-paragraph-mr-md120 {
    margin-right: 120px !important;
  }
  .u-paragraph-mb-md8 {
    margin-bottom: 8px !important;
  }
  .u-paragraph-mb-md16 {
    margin-bottom: 16px !important;
  }
  .u-paragraph-mb-md24 {
    margin-bottom: 24px !important;
  }
  .u-paragraph-mb-md32 {
    margin-bottom: 32px !important;
  }
  .u-paragraph-mb-md40 {
    margin-bottom: 40px !important;
  }
  .u-paragraph-mb-md48 {
    margin-bottom: 48px !important;
  }
  .u-paragraph-mb-md56 {
    margin-bottom: 56px !important;
  }
  .u-paragraph-mb-md64 {
    margin-bottom: 64px !important;
  }
  .u-paragraph-mb-md72 {
    margin-bottom: 72px !important;
  }
  .u-paragraph-mb-md80 {
    margin-bottom: 80px !important;
  }
  .u-paragraph-mb-md88 {
    margin-bottom: 88px !important;
  }
  .u-paragraph-mb-md96 {
    margin-bottom: 96px !important;
  }
  .u-paragraph-mb-md104 {
    margin-bottom: 104px !important;
  }
  .u-paragraph-mb-md112 {
    margin-bottom: 112px !important;
  }
  .u-paragraph-mb-md120 {
    margin-bottom: 120px !important;
  }
  .u-paragraph-ml-md8 {
    margin-left: 8px !important;
  }
  .u-paragraph-ml-md16 {
    margin-left: 16px !important;
  }
  .u-paragraph-ml-md24 {
    margin-left: 24px !important;
  }
  .u-paragraph-ml-md32 {
    margin-left: 32px !important;
  }
  .u-paragraph-ml-md40 {
    margin-left: 40px !important;
  }
  .u-paragraph-ml-md48 {
    margin-left: 48px !important;
  }
  .u-paragraph-ml-md56 {
    margin-left: 56px !important;
  }
  .u-paragraph-ml-md64 {
    margin-left: 64px !important;
  }
  .u-paragraph-ml-md72 {
    margin-left: 72px !important;
  }
  .u-paragraph-ml-md80 {
    margin-left: 80px !important;
  }
  .u-paragraph-ml-md88 {
    margin-left: 88px !important;
  }
  .u-paragraph-ml-md96 {
    margin-left: 96px !important;
  }
  .u-paragraph-ml-md104 {
    margin-left: 104px !important;
  }
  .u-paragraph-ml-md112 {
    margin-left: 112px !important;
  }
  .u-paragraph-ml-md120 {
    margin-left: 120px !important;
  }
}
@media only screen and (max-width: 640px) {
  .u-paragraph-mt-sm8 {
    margin-top: 8px !important;
  }
  .u-paragraph-mt-sm16 {
    margin-top: 16px !important;
  }
  .u-paragraph-mt-sm24 {
    margin-top: 24px !important;
  }
  .u-paragraph-mt-sm32 {
    margin-top: 32px !important;
  }
  .u-paragraph-mt-sm40 {
    margin-top: 40px !important;
  }
  .u-paragraph-mt-sm48 {
    margin-top: 48px !important;
  }
  .u-paragraph-mt-sm56 {
    margin-top: 56px !important;
  }
  .u-paragraph-mt-sm64 {
    margin-top: 64px !important;
  }
  .u-paragraph-mt-sm72 {
    margin-top: 72px !important;
  }
  .u-paragraph-mt-sm80 {
    margin-top: 80px !important;
  }
  .u-paragraph-mt-sm88 {
    margin-top: 88px !important;
  }
  .u-paragraph-mt-sm96 {
    margin-top: 96px !important;
  }
  .u-paragraph-mt-sm104 {
    margin-top: 104px !important;
  }
  .u-paragraph-mt-sm112 {
    margin-top: 112px !important;
  }
  .u-paragraph-mt-sm120 {
    margin-top: 120px !important;
  }
  .u-paragraph-mr-sm8 {
    margin-right: 8px !important;
  }
  .u-paragraph-mr-sm16 {
    margin-right: 16px !important;
  }
  .u-paragraph-mr-sm24 {
    margin-right: 24px !important;
  }
  .u-paragraph-mr-sm32 {
    margin-right: 32px !important;
  }
  .u-paragraph-mr-sm40 {
    margin-right: 40px !important;
  }
  .u-paragraph-mr-sm48 {
    margin-right: 48px !important;
  }
  .u-paragraph-mr-sm56 {
    margin-right: 56px !important;
  }
  .u-paragraph-mr-sm64 {
    margin-right: 64px !important;
  }
  .u-paragraph-mr-sm72 {
    margin-right: 72px !important;
  }
  .u-paragraph-mr-sm80 {
    margin-right: 80px !important;
  }
  .u-paragraph-mr-sm88 {
    margin-right: 88px !important;
  }
  .u-paragraph-mr-sm96 {
    margin-right: 96px !important;
  }
  .u-paragraph-mr-sm104 {
    margin-right: 104px !important;
  }
  .u-paragraph-mr-sm112 {
    margin-right: 112px !important;
  }
  .u-paragraph-mr-sm120 {
    margin-right: 120px !important;
  }
  .u-paragraph-mb-sm8 {
    margin-bottom: 8px !important;
  }
  .u-paragraph-mb-sm16 {
    margin-bottom: 16px !important;
  }
  .u-paragraph-mb-sm24 {
    margin-bottom: 24px !important;
  }
  .u-paragraph-mb-sm32 {
    margin-bottom: 32px !important;
  }
  .u-paragraph-mb-sm40 {
    margin-bottom: 40px !important;
  }
  .u-paragraph-mb-sm48 {
    margin-bottom: 48px !important;
  }
  .u-paragraph-mb-sm56 {
    margin-bottom: 56px !important;
  }
  .u-paragraph-mb-sm64 {
    margin-bottom: 64px !important;
  }
  .u-paragraph-mb-sm72 {
    margin-bottom: 72px !important;
  }
  .u-paragraph-mb-sm80 {
    margin-bottom: 80px !important;
  }
  .u-paragraph-mb-sm88 {
    margin-bottom: 88px !important;
  }
  .u-paragraph-mb-sm96 {
    margin-bottom: 96px !important;
  }
  .u-paragraph-mb-sm104 {
    margin-bottom: 104px !important;
  }
  .u-paragraph-mb-sm112 {
    margin-bottom: 112px !important;
  }
  .u-paragraph-mb-sm120 {
    margin-bottom: 120px !important;
  }
  .u-paragraph-ml-sm8 {
    margin-left: 8px !important;
  }
  .u-paragraph-ml-sm16 {
    margin-left: 16px !important;
  }
  .u-paragraph-ml-sm24 {
    margin-left: 24px !important;
  }
  .u-paragraph-ml-sm32 {
    margin-left: 32px !important;
  }
  .u-paragraph-ml-sm40 {
    margin-left: 40px !important;
  }
  .u-paragraph-ml-sm48 {
    margin-left: 48px !important;
  }
  .u-paragraph-ml-sm56 {
    margin-left: 56px !important;
  }
  .u-paragraph-ml-sm64 {
    margin-left: 64px !important;
  }
  .u-paragraph-ml-sm72 {
    margin-left: 72px !important;
  }
  .u-paragraph-ml-sm80 {
    margin-left: 80px !important;
  }
  .u-paragraph-ml-sm88 {
    margin-left: 88px !important;
  }
  .u-paragraph-ml-sm96 {
    margin-left: 96px !important;
  }
  .u-paragraph-ml-sm104 {
    margin-left: 104px !important;
  }
  .u-paragraph-ml-sm112 {
    margin-left: 112px !important;
  }
  .u-paragraph-ml-sm120 {
    margin-left: 120px !important;
  }
}
/* utility padding */
.u-paragraph-pt8 {
  padding-top: 8px !important;
}

.u-paragraph-pt16 {
  padding-top: 16px !important;
}

.u-paragraph-pt24 {
  padding-top: 24px !important;
}

.u-paragraph-pt32 {
  padding-top: 32px !important;
}

.u-paragraph-pt40 {
  padding-top: 40px !important;
}

.u-paragraph-pt48 {
  padding-top: 48px !important;
}

.u-paragraph-pt56 {
  padding-top: 56px !important;
}

.u-paragraph-pt64 {
  padding-top: 64px !important;
}

.u-paragraph-pt72 {
  padding-top: 72px !important;
}

.u-paragraph-pt80 {
  padding-top: 80px !important;
}

.u-paragraph-pt88 {
  padding-top: 88px !important;
}

.u-paragraph-pt96 {
  padding-top: 96px !important;
}

.u-paragraph-pt104 {
  padding-top: 104px !important;
}

.u-paragraph-pt112 {
  padding-top: 112px !important;
}

.u-paragraph-pt120 {
  padding-top: 120px !important;
}

.u-paragraph-pr8 {
  padding-right: 8px !important;
}

.u-paragraph-pr16 {
  padding-right: 16px !important;
}

.u-paragraph-pr24 {
  padding-right: 24px !important;
}

.u-paragraph-pr32 {
  padding-right: 32px !important;
}

.u-paragraph-pr40 {
  padding-right: 40px !important;
}

.u-paragraph-pr48 {
  padding-right: 48px !important;
}

.u-paragraph-pr56 {
  padding-right: 56px !important;
}

.u-paragraph-pr64 {
  padding-right: 64px !important;
}

.u-paragraph-pr72 {
  padding-right: 72px !important;
}

.u-paragraph-pr80 {
  padding-right: 80px !important;
}

.u-paragraph-pr88 {
  padding-right: 88px !important;
}

.u-paragraph-pr96 {
  padding-right: 96px !important;
}

.u-paragraph-pr104 {
  padding-right: 104px !important;
}

.u-paragraph-pr112 {
  padding-right: 112px !important;
}

.u-paragraph-pr120 {
  padding-right: 120px !important;
}

.u-paragraph-pb8 {
  padding-bottom: 8px !important;
}

.u-paragraph-pb16 {
  padding-bottom: 16px !important;
}

.u-paragraph-pb24 {
  padding-bottom: 24px !important;
}

.u-paragraph-pb32 {
  padding-bottom: 32px !important;
}

.u-paragraph-pb40 {
  padding-bottom: 40px !important;
}

.u-paragraph-pb48 {
  padding-bottom: 48px !important;
}

.u-paragraph-pb56 {
  padding-bottom: 56px !important;
}

.u-paragraph-pb64 {
  padding-bottom: 64px !important;
}

.u-paragraph-pb72 {
  padding-bottom: 72px !important;
}

.u-paragraph-pb80 {
  padding-bottom: 80px !important;
}

.u-paragraph-pb88 {
  padding-bottom: 88px !important;
}

.u-paragraph-pb96 {
  padding-bottom: 96px !important;
}

.u-paragraph-pb104 {
  padding-bottom: 104px !important;
}

.u-paragraph-pb112 {
  padding-bottom: 112px !important;
}

.u-paragraph-pb120 {
  padding-bottom: 120px !important;
}

.u-paragraph-pl8 {
  padding-left: 8px !important;
}

.u-paragraph-pl16 {
  padding-left: 16px !important;
}

.u-paragraph-pl24 {
  padding-left: 24px !important;
}

.u-paragraph-pl32 {
  padding-left: 32px !important;
}

.u-paragraph-pl40 {
  padding-left: 40px !important;
}

.u-paragraph-pl48 {
  padding-left: 48px !important;
}

.u-paragraph-pl56 {
  padding-left: 56px !important;
}

.u-paragraph-pl64 {
  padding-left: 64px !important;
}

.u-paragraph-pl72 {
  padding-left: 72px !important;
}

.u-paragraph-pl80 {
  padding-left: 80px !important;
}

.u-paragraph-pl88 {
  padding-left: 88px !important;
}

.u-paragraph-pl96 {
  padding-left: 96px !important;
}

.u-paragraph-pl104 {
  padding-left: 104px !important;
}

.u-paragraph-pl112 {
  padding-left: 112px !important;
}

.u-paragraph-pl120 {
  padding-left: 120px !important;
}

@media only screen and (min-width: 1025px) {
  .u-paragraph-pt-lg8 {
    padding-top: 8px !important;
  }
  .u-paragraph-pt-lg16 {
    padding-top: 16px !important;
  }
  .u-paragraph-pt-lg24 {
    padding-top: 24px !important;
  }
  .u-paragraph-pt-lg32 {
    padding-top: 32px !important;
  }
  .u-paragraph-pt-lg40 {
    padding-top: 40px !important;
  }
  .u-paragraph-pt-lg48 {
    padding-top: 48px !important;
  }
  .u-paragraph-pt-lg56 {
    padding-top: 56px !important;
  }
  .u-paragraph-pt-lg64 {
    padding-top: 64px !important;
  }
  .u-paragraph-pt-lg72 {
    padding-top: 72px !important;
  }
  .u-paragraph-pt-lg80 {
    padding-top: 80px !important;
  }
  .u-paragraph-pt-lg88 {
    padding-top: 88px !important;
  }
  .u-paragraph-pt-lg96 {
    padding-top: 96px !important;
  }
  .u-paragraph-pt-lg104 {
    padding-top: 104px !important;
  }
  .u-paragraph-pt-lg112 {
    padding-top: 112px !important;
  }
  .u-paragraph-pt-lg120 {
    padding-top: 120px !important;
  }
  .u-paragraph-pr-lg8 {
    padding-right: 8px !important;
  }
  .u-paragraph-pr-lg16 {
    padding-right: 16px !important;
  }
  .u-paragraph-pr-lg24 {
    padding-right: 24px !important;
  }
  .u-paragraph-pr-lg32 {
    padding-right: 32px !important;
  }
  .u-paragraph-pr-lg40 {
    padding-right: 40px !important;
  }
  .u-paragraph-pr-lg48 {
    padding-right: 48px !important;
  }
  .u-paragraph-pr-lg56 {
    padding-right: 56px !important;
  }
  .u-paragraph-pr-lg64 {
    padding-right: 64px !important;
  }
  .u-paragraph-pr-lg72 {
    padding-right: 72px !important;
  }
  .u-paragraph-pr-lg80 {
    padding-right: 80px !important;
  }
  .u-paragraph-pr-lg88 {
    padding-right: 88px !important;
  }
  .u-paragraph-pr-lg96 {
    padding-right: 96px !important;
  }
  .u-paragraph-pr-lg104 {
    padding-right: 104px !important;
  }
  .u-paragraph-pr-lg112 {
    padding-right: 112px !important;
  }
  .u-paragraph-pr-lg120 {
    padding-right: 120px !important;
  }
  .u-paragraph-pb-lg8 {
    padding-bottom: 8px !important;
  }
  .u-paragraph-pb-lg16 {
    padding-bottom: 16px !important;
  }
  .u-paragraph-pb-lg24 {
    padding-bottom: 24px !important;
  }
  .u-paragraph-pb-lg32 {
    padding-bottom: 32px !important;
  }
  .u-paragraph-pb-lg40 {
    padding-bottom: 40px !important;
  }
  .u-paragraph-pb-lg48 {
    padding-bottom: 48px !important;
  }
  .u-paragraph-pb-lg56 {
    padding-bottom: 56px !important;
  }
  .u-paragraph-pb-lg64 {
    padding-bottom: 64px !important;
  }
  .u-paragraph-pb-lg72 {
    padding-bottom: 72px !important;
  }
  .u-paragraph-pb-lg80 {
    padding-bottom: 80px !important;
  }
  .u-paragraph-pb-lg88 {
    padding-bottom: 88px !important;
  }
  .u-paragraph-pb-lg96 {
    padding-bottom: 96px !important;
  }
  .u-paragraph-pb-lg104 {
    padding-bottom: 104px !important;
  }
  .u-paragraph-pb-lg112 {
    padding-bottom: 112px !important;
  }
  .u-paragraph-pb-lg120 {
    padding-bottom: 120px !important;
  }
  .u-paragraph-pl-lg8 {
    padding-left: 8px !important;
  }
  .u-paragraph-pl-lg16 {
    padding-left: 16px !important;
  }
  .u-paragraph-pl-lg24 {
    padding-left: 24px !important;
  }
  .u-paragraph-pl-lg32 {
    padding-left: 32px !important;
  }
  .u-paragraph-pl-lg40 {
    padding-left: 40px !important;
  }
  .u-paragraph-pl-lg48 {
    padding-left: 48px !important;
  }
  .u-paragraph-pl-lg56 {
    padding-left: 56px !important;
  }
  .u-paragraph-pl-lg64 {
    padding-left: 64px !important;
  }
  .u-paragraph-pl-lg72 {
    padding-left: 72px !important;
  }
  .u-paragraph-pl-lg80 {
    padding-left: 80px !important;
  }
  .u-paragraph-pl-lg88 {
    padding-left: 88px !important;
  }
  .u-paragraph-pl-lg96 {
    padding-left: 96px !important;
  }
  .u-paragraph-pl-lg104 {
    padding-left: 104px !important;
  }
  .u-paragraph-pl-lg112 {
    padding-left: 112px !important;
  }
  .u-paragraph-pl-lg120 {
    padding-left: 120px !important;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .u-paragraph-pt-md8 {
    padding-top: 8px !important;
  }
  .u-paragraph-pt-md16 {
    padding-top: 16px !important;
  }
  .u-paragraph-pt-md24 {
    padding-top: 24px !important;
  }
  .u-paragraph-pt-md32 {
    padding-top: 32px !important;
  }
  .u-paragraph-pt-md40 {
    padding-top: 40px !important;
  }
  .u-paragraph-pt-md48 {
    padding-top: 48px !important;
  }
  .u-paragraph-pt-md56 {
    padding-top: 56px !important;
  }
  .u-paragraph-pt-md64 {
    padding-top: 64px !important;
  }
  .u-paragraph-pt-md72 {
    padding-top: 72px !important;
  }
  .u-paragraph-pt-md80 {
    padding-top: 80px !important;
  }
  .u-paragraph-pt-md88 {
    padding-top: 88px !important;
  }
  .u-paragraph-pt-md96 {
    padding-top: 96px !important;
  }
  .u-paragraph-pt-md104 {
    padding-top: 104px !important;
  }
  .u-paragraph-pt-md112 {
    padding-top: 112px !important;
  }
  .u-paragraph-pt-md120 {
    padding-top: 120px !important;
  }
  .u-paragraph-pr-md8 {
    padding-right: 8px !important;
  }
  .u-paragraph-pr-md16 {
    padding-right: 16px !important;
  }
  .u-paragraph-pr-md24 {
    padding-right: 24px !important;
  }
  .u-paragraph-pr-md32 {
    padding-right: 32px !important;
  }
  .u-paragraph-pr-md40 {
    padding-right: 40px !important;
  }
  .u-paragraph-pr-md48 {
    padding-right: 48px !important;
  }
  .u-paragraph-pr-md56 {
    padding-right: 56px !important;
  }
  .u-paragraph-pr-md64 {
    padding-right: 64px !important;
  }
  .u-paragraph-pr-md72 {
    padding-right: 72px !important;
  }
  .u-paragraph-pr-md80 {
    padding-right: 80px !important;
  }
  .u-paragraph-pr-md88 {
    padding-right: 88px !important;
  }
  .u-paragraph-pr-md96 {
    padding-right: 96px !important;
  }
  .u-paragraph-pr-md104 {
    padding-right: 104px !important;
  }
  .u-paragraph-pr-md112 {
    padding-right: 112px !important;
  }
  .u-paragraph-pr-md120 {
    padding-right: 120px !important;
  }
  .u-paragraph-pb-md8 {
    padding-bottom: 8px !important;
  }
  .u-paragraph-pb-md16 {
    padding-bottom: 16px !important;
  }
  .u-paragraph-pb-md24 {
    padding-bottom: 24px !important;
  }
  .u-paragraph-pb-md32 {
    padding-bottom: 32px !important;
  }
  .u-paragraph-pb-md40 {
    padding-bottom: 40px !important;
  }
  .u-paragraph-pb-md48 {
    padding-bottom: 48px !important;
  }
  .u-paragraph-pb-md56 {
    padding-bottom: 56px !important;
  }
  .u-paragraph-pb-md64 {
    padding-bottom: 64px !important;
  }
  .u-paragraph-pb-md72 {
    padding-bottom: 72px !important;
  }
  .u-paragraph-pb-md80 {
    padding-bottom: 80px !important;
  }
  .u-paragraph-pb-md88 {
    padding-bottom: 88px !important;
  }
  .u-paragraph-pb-md96 {
    padding-bottom: 96px !important;
  }
  .u-paragraph-pb-md104 {
    padding-bottom: 104px !important;
  }
  .u-paragraph-pb-md112 {
    padding-bottom: 112px !important;
  }
  .u-paragraph-pb-md120 {
    padding-bottom: 120px !important;
  }
  .u-paragraph-pl-md8 {
    padding-left: 8px !important;
  }
  .u-paragraph-pl-md16 {
    padding-left: 16px !important;
  }
  .u-paragraph-pl-md24 {
    padding-left: 24px !important;
  }
  .u-paragraph-pl-md32 {
    padding-left: 32px !important;
  }
  .u-paragraph-pl-md40 {
    padding-left: 40px !important;
  }
  .u-paragraph-pl-md48 {
    padding-left: 48px !important;
  }
  .u-paragraph-pl-md56 {
    padding-left: 56px !important;
  }
  .u-paragraph-pl-md64 {
    padding-left: 64px !important;
  }
  .u-paragraph-pl-md72 {
    padding-left: 72px !important;
  }
  .u-paragraph-pl-md80 {
    padding-left: 80px !important;
  }
  .u-paragraph-pl-md88 {
    padding-left: 88px !important;
  }
  .u-paragraph-pl-md96 {
    padding-left: 96px !important;
  }
  .u-paragraph-pl-md104 {
    padding-left: 104px !important;
  }
  .u-paragraph-pl-md112 {
    padding-left: 112px !important;
  }
  .u-paragraph-pl-md120 {
    padding-left: 120px !important;
  }
}
@media only screen and (max-width: 640px) {
  .u-paragraph-pt-sm8 {
    padding-top: 8px !important;
  }
  .u-paragraph-pt-sm16 {
    padding-top: 16px !important;
  }
  .u-paragraph-pt-sm24 {
    padding-top: 24px !important;
  }
  .u-paragraph-pt-sm32 {
    padding-top: 32px !important;
  }
  .u-paragraph-pt-sm40 {
    padding-top: 40px !important;
  }
  .u-paragraph-pt-sm48 {
    padding-top: 48px !important;
  }
  .u-paragraph-pt-sm56 {
    padding-top: 56px !important;
  }
  .u-paragraph-pt-sm64 {
    padding-top: 64px !important;
  }
  .u-paragraph-pt-sm72 {
    padding-top: 72px !important;
  }
  .u-paragraph-pt-sm80 {
    padding-top: 80px !important;
  }
  .u-paragraph-pt-sm88 {
    padding-top: 88px !important;
  }
  .u-paragraph-pt-sm96 {
    padding-top: 96px !important;
  }
  .u-paragraph-pt-sm104 {
    padding-top: 104px !important;
  }
  .u-paragraph-pt-sm112 {
    padding-top: 112px !important;
  }
  .u-paragraph-pt-sm120 {
    padding-top: 120px !important;
  }
  .u-paragraph-pr-sm8 {
    padding-right: 8px !important;
  }
  .u-paragraph-pr-sm16 {
    padding-right: 16px !important;
  }
  .u-paragraph-pr-sm24 {
    padding-right: 24px !important;
  }
  .u-paragraph-pr-sm32 {
    padding-right: 32px !important;
  }
  .u-paragraph-pr-sm40 {
    padding-right: 40px !important;
  }
  .u-paragraph-pr-sm48 {
    padding-right: 48px !important;
  }
  .u-paragraph-pr-sm56 {
    padding-right: 56px !important;
  }
  .u-paragraph-pr-sm64 {
    padding-right: 64px !important;
  }
  .u-paragraph-pr-sm72 {
    padding-right: 72px !important;
  }
  .u-paragraph-pr-sm80 {
    padding-right: 80px !important;
  }
  .u-paragraph-pr-sm88 {
    padding-right: 88px !important;
  }
  .u-paragraph-pr-sm96 {
    padding-right: 96px !important;
  }
  .u-paragraph-pr-sm104 {
    padding-right: 104px !important;
  }
  .u-paragraph-pr-sm112 {
    padding-right: 112px !important;
  }
  .u-paragraph-pr-sm120 {
    padding-right: 120px !important;
  }
  .u-paragraph-pb-sm8 {
    padding-bottom: 8px !important;
  }
  .u-paragraph-pb-sm16 {
    padding-bottom: 16px !important;
  }
  .u-paragraph-pb-sm24 {
    padding-bottom: 24px !important;
  }
  .u-paragraph-pb-sm32 {
    padding-bottom: 32px !important;
  }
  .u-paragraph-pb-sm40 {
    padding-bottom: 40px !important;
  }
  .u-paragraph-pb-sm48 {
    padding-bottom: 48px !important;
  }
  .u-paragraph-pb-sm56 {
    padding-bottom: 56px !important;
  }
  .u-paragraph-pb-sm64 {
    padding-bottom: 64px !important;
  }
  .u-paragraph-pb-sm72 {
    padding-bottom: 72px !important;
  }
  .u-paragraph-pb-sm80 {
    padding-bottom: 80px !important;
  }
  .u-paragraph-pb-sm88 {
    padding-bottom: 88px !important;
  }
  .u-paragraph-pb-sm96 {
    padding-bottom: 96px !important;
  }
  .u-paragraph-pb-sm104 {
    padding-bottom: 104px !important;
  }
  .u-paragraph-pb-sm112 {
    padding-bottom: 112px !important;
  }
  .u-paragraph-pb-sm120 {
    padding-bottom: 120px !important;
  }
  .u-paragraph-pl-sm8 {
    padding-left: 8px !important;
  }
  .u-paragraph-pl-sm16 {
    padding-left: 16px !important;
  }
  .u-paragraph-pl-sm24 {
    padding-left: 24px !important;
  }
  .u-paragraph-pl-sm32 {
    padding-left: 32px !important;
  }
  .u-paragraph-pl-sm40 {
    padding-left: 40px !important;
  }
  .u-paragraph-pl-sm48 {
    padding-left: 48px !important;
  }
  .u-paragraph-pl-sm56 {
    padding-left: 56px !important;
  }
  .u-paragraph-pl-sm64 {
    padding-left: 64px !important;
  }
  .u-paragraph-pl-sm72 {
    padding-left: 72px !important;
  }
  .u-paragraph-pl-sm80 {
    padding-left: 80px !important;
  }
  .u-paragraph-pl-sm88 {
    padding-left: 88px !important;
  }
  .u-paragraph-pl-sm96 {
    padding-left: 96px !important;
  }
  .u-paragraph-pl-sm104 {
    padding-left: 104px !important;
  }
  .u-paragraph-pl-sm112 {
    padding-left: 112px !important;
  }
  .u-paragraph-pl-sm120 {
    padding-left: 120px !important;
  }
}
/*フッターデザイン変更*/
#area-LocalNavBottom .l-LocalNav__inner{
  padding-top: 112px;
  padding-bottom: 110px;
}

@media only screen and (max-width: 640px) {
  #area-LocalNavBottom .l-LocalNavList{
    line-height: 1.3;
  }
  #area-LocalNavBottom .l-LocalNav__inner{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#area-LocalNavBottom .l-LocalNav{
  background-color: #ffffff;
  border-bottom:none;
}
.g-LocalNavCategoryLabel a{
  padding: 0 30px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px){
  #area-LocalNavBottom .l-LocalNav__listBlock{
    margin-left: 3%;
    margin-right: 3%;
  }
  .g-LocalNavCategoryLabel a{
    padding: 0 50px;
  }
}
@media only screen and (max-width: 640px) {
  .g-LocalNavCategoryLabel a{
    padding: 0 14px;
  }
}



.l-LocalNavCategoryLabel a{
  color: #4E4D4E;
}

#area-LocalNavBottom .l-LocalNavCategoryLabel{
  border-bottom: 2px solid #D7D7CF;
  padding: 0;
  margin-right: 8px;
  margin-bottom: 16px;
  margin-left: 8px;
}

@media only screen and (min-width: 641px) and (max-width: 1024px){
  #area-LocalNavBottom .l-LocalNavCategoryLabel{
    border-top: none;
    border-bottom: 2px solid #D7D7CF;
    padding: 20px;
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 640px) {
  #area-LocalNavBottom .l-LocalNavCategoryLabel{
    margin: 0;
    padding: 21px 48px 21px 40px;
    border-bottom: none;
    font-size: 20px;
  }
}

.g-LocalNavList__item .g-LocalNavListLink{
  color: #4E4D4E;
}

@media only screen and (max-width: 640px) {
  .g-LocalNavList__item .g-LocalNavListLink{
    padding: 14px 48px 14px 20px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px){
.l-LocalNavList__item{
  border: none;
}

#area-LocalNavBottom .l-LocalNav__categoryBlock{
  border: none;
}
}

#area-LocalNavBottom .l-LocalNavList__item .l-LocalNavListLink{
  padding-top: 8px;
  padding-right: 3px;
  padding-bottom: 3px;
  border-bottom: none;
}
@media only screen and (min-width: 641px) and (max-width: 1024px){
  #area-LocalNavBottom .l-LocalNavList__item .l-LocalNavListLink{
    padding-left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #area-LocalNavBottom .l-LocalNavList__item .l-LocalNavListLink{
    padding: 8px 30px 6px;
    border-bottom: none;
  }
}


.l-LocalNavList{
  font-family: "Neue-Helvetica-Paneuropean", sans-serif;
  font-size: 16px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px){
  .l-LocalNavList{
    border: none;
  }
}


.g-LocalNavList__item .g-LocalNavListLink .g-LocalNavListLink__inner{
  word-break: break-word;
  padding: 0 0 0 30px;
  vertical-align: text-top;
}
@media only screen and (min-width: 641px) and (max-width: 1024px){
.g-LocalNavList__item .g-LocalNavListLink .g-LocalNavListLink__inner{
  padding: 0;
}
}

@media only screen and (max-width: 640px) {
  .g-LocalNavList__item .g-LocalNavListLink .g-LocalNavListLink__inner{
    padding: 0;
  }
}

#area-LocalNavBottom .l-LocalNavCategoryLabelLink .cmn-icon--bullet{
  color: #005856;
  position: absolute;
  top:27%;
  left: 0;
}

@media only screen and (min-width: 641px) and (max-width: 1023px){
  #area-LocalNavBottom .l-LocalNavCategoryLabelLink .cmn-icon--bullet{
    color: #005856;
    top:36%;
    left: 25px;
  }
}

@media only screen and (max-width: 640px) {
  #area-LocalNavBottom .l-LocalNavCategoryLabelLink .cmn-icon--bullet{
    top:11px;
    left: -8px;
  }
}

/*#area-LocalNavBottom .l-LocalNavList__item a.l-LocalNavListLink .cmn-icon::after{
  content: "\e006";
}*/

#area-LocalNavBottom .l-LocalNavList__item a.l-LocalNavListLink .cmn-icon {
  display: inline;
  position: absolute;
  top: 3px;
  left: 3px;
  color: #005856;
  text-decoration: none;
}

@media only screen and (min-width: 641px) and (max-width: 1024px){
  #area-LocalNavBottom .l-LocalNavList__item a.l-LocalNavListLink .cmn-icon {
    top:30%;
  }
}

@media only screen and (max-width: 640px) {
  #area-LocalNavBottom .l-LocalNavList__item a.l-LocalNavListLink .cmn-icon {
    top:50%;
    left: 10px;
  }
}
#area-LocalNavBottom .l-LocalNavList__item.is-active > .l-LocalNavListLink{
  background: #EBF7F5;
}

@media (hover: hover) and (pointer: fine){
  #area-LocalNavBottom .l-LocalNavCategoryLabelLink:hover, #area-LocalNavBottom .l-LocalNavListLink:hover{
    color: #005856;
    text-decoration: underline;
  }
  #area-LocalNavBottom .l-LocalNavList__item a.l-LocalNavListLink .cmn-icon {
    text-decoration: none;
    display: inline-block;
  }
}

/*パンくず*/
.g-Breadcrumbs__list{
  padding: 6px 40px;
}
.l-Breadcrumbs__list li{
  color: #005856;
  font-size: 14px;
  font-family: "Neue-Helvetica-Paneuropean-Light", sans-serif;

}

.l-Breadcrumbs__list li:last-child{
  color: #4E4D4E;
}

.l-Breadcrumbs__list li a:visited{
  color: #005856;
}

.l-Breadcrumbs__list li .cmn-icon{
  color: #4E4D4E;
}

/* cnt追加 */
.corpCommon-headingLv1 .l-PageTitle__h1 {
  font-size: 40px;
}
.corpCommon-headingLv1 .l-PageTitle__h1::after {
  content: "";
  position: relative;
  height: 2px;
  background: #00806d;
  display: block;
  margin: 24px auto 0;
  width: 80px;
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .corpCommon-headingLv1 .l-PageTitle__h1::after {
    width: 60px;
  }
}

@media only screen and (max-width: 640px) {
  .corpCommon-headingLv1 .l-PageTitle__h1 {
    font-size: 32px;
  }
  .corpCommon-headingLv1 .l-PageTitle__h1::after {
    margin-top: 24px;
    width: 48px;
  }
}

@media only screen and (min-width: 641px) {
  .corpCommon-CardNav .corpCommon-CardNavList_item {
    max-width: 236px;
  }
}