/* ---------------------------- */
/* Digital Signage page 2022.07 */
/* ---------------------------- */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@700&display=swap');

/* Component : Tag */
.c-tag {
  width: 140px;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .6px;
  text-align: center;
  color: #fff;
  background-color: #2f9a4d;
}
.c-tag._mb20 {
  margin-bottom: 20px;
}
.c-tag._mr16 {
  margin-right: 16px;
}
.c-tag._width185 {
  width: 185px;
}
.c-tag--typeA {
  display: block;
}
.c-tag--typeB {
  display: inline-block;
}

/* Component : Section */
.c-signage-section {
  padding: 70px 0 80px;
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/common_bg1.jpg);
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1921px) {
  .c-signage-section {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .c-signage-section {
    padding: 50px 0 40px;
  }
}
h2.c-signage-heading {
  margin-bottom: 0;
  font-family: "Noto Sans JP", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 2.66px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  h2.c-signage-heading {
    font-size: 28px;
    line-height: 1.28;
    letter-spacing: 1.96px;
  }
}

/* Component : Button */
a.btn_achievement_list.c-signage-btn {
  background: #fff;
  border: solid 1px #000;
  color: #000;
}
a.btn_achievement_list.c-signage-btn:hover {
  background: #000;
  border: solid 1px #fff;
  color: #fff;
}
a.c-signage-btn--simple {
  color: #000;
  background: #fff;
  border: solid 1px #000;
  color: #000;
  border: 0;
}
a.c-signage-btn--simple::after {
  content: "\f138";
  font-family: FontAwesome;
  margin-left: 4px;
  text-decoration: none;
}
a.c-signage-btn--simple:hover {
  text-decoration: underline;
  color: #000;
}

/* Component : Content */
.c-signage-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-signage-content {
    display: flex;
    flex-direction: column;
  }
}
.c-signage-content._reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-signage-content._reverse {
    flex-direction: column;
  }
}
.c-signage-content + .c-signage-content {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-signage-content + .c-signage-content {
    margin-top: 38px;
  }
}
.c-signage-content._wide {
  display: block;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-signage-content._wide {
    margin-top: 50px;
  }
}
.c-signage-content__heading {
  position: relative;
  margin: 0;
  padding-left: 26px;
  font-size: 26px;
  line-height: 1.69;
  letter-spacing: 1.98px;
}
@media screen and (max-width: 991px) {
  .c-signage-content__heading {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c-signage-content__heading {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1.6px;
  }
}
.c-signage-content__heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 100%;
  background-color: #2f9a4d;
  content: "";
}
.c-signage-content__textArea {
  max-width: 530px;
}
@media screen and (max-width: 991px) {
  .c-signage-content__textArea {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .c-signage-content__textArea {
    max-width: 100%;
  }
}
.c-signage-content__textArea._marginRight {
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .c-signage-content__textArea._marginRight {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-signage-content__textArea._marginRight {
    margin-right: 0;
  }
}
.c-signage-content__textArea._marginLeft {
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .c-signage-content__textArea._marginLeft {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-signage-content__textArea._marginLeft {
    margin-left: 0;
  }
}
.c-signage-content__point {
  margin-top: 30px;
  background-color: #f6f6f6;
  padding: 15px 30px !important;
}
@media screen and (max-width: 767px) {
  .c-signage-content__point {
    margin-top: 30px;
    padding: 15px 22px !important;
  }
}
.c-signage-content__pointTitle {
  margin: 0 0 8px 0;
  font-size: 15px;
  line-height: 1.67;
  letter-spacing: .6px;
  color: #2d7143;
}
.c-signage-content__pointItem {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.79;
  letter-spacing: .56px;
  padding-left: 15px;
}
.c-signage-content__pointItem::before {
  position: absolute;
  top: .7em;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #6cbb5e;
  border-radius: 100vmax;
  content: "";
}
.c-signage-content__pointItem + .c-signage-content__pointItem {
  margin-top: 5px;
}
.c-signage-content__image {
  max-width: 560px;
}
@media screen and (max-width: 991px) {
  .c-signage-content__image {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .c-signage-content__image {
    max-width: 100%;
    margin-top: 30px;
  }
  .c-signage-content__image img{
    width: 100%;
  }
}

/* SPOT INFO NOTICE */


body.page-template-page-digital-signage #main {
  margin-bottom: 0;
}
body.page-template-page-digital-signage h1.section-title {
  color: #2d7143;
}
body.page-template-page-digital-signage h1.section-title::before {
  background-color: #2d7143;
}
body.page-template-page-digital-signage ul,
body.page-template-page-digital-signage ol {
  list-style-type: none;
  padding: 0;
}

.p-signage-annotation {
  color: #222b39;
  font-size: 24px;
  text-align: center;
  text-decoration: underline;
}

.p-signage-annotation .only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-signage-annotation {
    font-size: 14px;
  }

  .p-signage-annotation .only-sp {
    display: block;
  }
}

.p-signage-spot {
  padding: 100px 0 120px;
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot_bg1.png), url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot_bg2.png);
  background-position: center top, center top 50%;
  background-size: cover, 990px auto;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  .p-signage-spot {
    padding: 30px 0 60px;
    background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot_bg1_sp.png), url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot_bg2_sp.png);
    background-position: center top, center top 306px;
    background-size: 100vw auto;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-spot .container {
    padding: 0 40px;
  }
}
h2.sub_section-title.p-signage-spot__heading {
  max-width: calc(810px + 15%);
  width: 100%;
  margin: 0 auto;
  padding-left: 15%;
}
@media screen and (max-width: 767px) {
  h2.sub_section-title.p-signage-spot__heading {
    max-width: 238px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
}
.p-signage-spot__subTitle {
  margin: 0;
  font-weight: 500;
  font-size: 34px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-signage-spot__subTitle {
    font-size: 23px;
    margin-top: 24px;
  }
}
.p-signage-spot__subTitle-tag {
  display: block;
  margin: 20px auto 0;
  width: 430px;
  height: 47px;
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot_sub-title-bg.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 2.2px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-signage-spot__subTitle-tag {
    max-width: 274px;
    width: 100%;
    margin-top: 14px;
    background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot_sub-title-bg_sp.jpg);
    font-size: 14px;
  }
}
.p-signage-spot__textList {
  margin-top: 357px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-signage-spot__textList {
    margin-top: 48vw;
  }
}
.p-signage-spot__textItem {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.33;
  letter-spacing: .6px;
}
@media screen and (max-width: 767px) {
  .p-signage-spot__textItem {
    line-height: 2.3;
    letter-spacing: 0.56px;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
  }

  .p-signage-details__textItem.--box {
    line-height: 1.79;
  }
}
.p-signage-spot__textItem + .p-signage-spot__textItem {
  margin-top: 32px;
}

/* SPOT INFO NOTICEの6つの特長 */
@media screen and (max-width: 400px) {
  .p-signage-feature .container {
    padding: 0 3.75vw;
  }
}
.p-signage-feature__anchorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 34px -30px -30px 0;
}
@media screen and (max-width: 991px) {
  .p-signage-feature__anchorList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 34px -30px -30px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-feature__anchorList {
    margin: 24px -9px -16px 0;
  }
}
@media screen and (max-width: 400px) {
  .p-signage-feature__anchorList {
    margin: 6vw -2.25vw -4vw 0;
  }
}
.p-signage-feature__anchorItem {
  width: 360px;
  height: 150px;
  margin: 0 30px 30px 0;
}
@media screen and (max-width: 991px) {
  .p-signage-feature__anchorItem {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-feature__anchorItem {
    max-width: 180px;
    width: 100%;
    height: 71px;
    margin: 0 9px 16px 0;
  }
}
@media screen and (max-width: 400px) {
  .p-signage-feature__anchorItem {
    max-width: 100%;
    width: 45vw;
    height: auto;
    margin: 0 2.25vw 4vw 0;
    border-radius: 1.5vw;
  }
}
.p-signage-feature__anchorLink {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 30px 38px 30px 26px;
  background-color: #fff;
  border-radius: 6px;
  transition: background-color .3s;
}
@media screen and (max-width: 767px) {
  .p-signage-feature__anchorLink {
    padding: 13px 5px 14px;
  }
}
.p-signage-feature__anchorLink::after {
  position: absolute;
  content: "\f138";
  font-family: FontAwesome;
  text-decoration: none;
  color: #000;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-signage-feature__anchorLink::after {
    right: 10px;
  }
}
.p-signage-feature__anchorLink:hover {
  background-color: #2d7143;
  color: #fff;
  text-decoration: none;
}
.p-signage-feature__anchorLink:hover::after {
  color: #fff;
}
.p-signage-feature__anchorLink:hover .p-signage-feature__anchorName,
.p-signage-feature__anchorLink:hover .p-signage-feature__anchorNumber {
  color: #fff;
}
.p-signage-feature__anchorName {
  position: relative;
  display: inline-block;
  color: #222b39;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .8px;
  margin-bottom: 0;
  padding-left: 105px;
}
@media screen and (max-width: 767px) {
  .p-signage-feature__anchorName {
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: .48px;
    padding-left: 45px;
  }
}
@media screen and (max-width: 400px) {
  .p-signage-feature__anchorName {
    font-size: 11px;
    line-height: 1.17;
    letter-spacing: .48px;
    padding-left: 11.25vw;
  }
}
.p-signage-feature__anchorName::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-45%);
  display: inline-block;
  width: 90px;
  height: 90px;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-signage-feature__anchorName::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 400px) {
  .p-signage-feature__anchorName::before {
    width: 10vw;
    height: 10vw;
  }
}
.p-signage-feature__anchorNumber {
  font-family: 'M PLUS 2', sans-serif;
  display: block;
  margin-bottom: 6px;
  color: #6cbb5e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3.6px;
}
@media screen and (max-width: 767px) {
  .p-signage-feature__anchorNumber {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 0;
  }
}

.p-signage-feature__anchorName._icon01::before {
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot-feature_icon1.svg);
}
.p-signage-feature__anchorLink:hover .p-signage-feature__anchorName._icon01::before {
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot-feature_icon1_on.svg);
}

.p-signage-feature__anchorName._icon02::before {
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot-feature_icon2.svg);
}
.p-signage-feature__anchorLink:hover .p-signage-feature__anchorName._icon02::before {
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot-feature_icon2_on.svg);
}

.p-signage-feature__anchorName._icon03::before {
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot-feature_icon3.svg);
}
.p-signage-feature__anchorLink:hover .p-signage-feature__anchorName._icon03::before {
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot-feature_icon3_on.svg);
}

.p-signage-feature__anchorName._icon04::before {
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot-feature_icon4.svg);
}
.p-signage-feature__anchorLink:hover .p-signage-feature__anchorName._icon04::before {
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot-feature_icon4_on.svg);
}

.p-signage-feature__anchorName._icon05::before {
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot-feature_icon5.svg);
}
.p-signage-feature__anchorLink:hover .p-signage-feature__anchorName._icon05::before {
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot-feature_icon5_on.svg);
}

.p-signage-feature__anchorName._icon06::before {
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot-feature_icon6.svg);
}
.p-signage-feature__anchorLink:hover .p-signage-feature__anchorName._icon06::before {
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/spot-feature_icon6_on.svg);
}

/* SPOT INFO NOTICE 詳細 01～06 */
.p-signage-details {
  padding: 104px 0 157px;
}
@media screen and (max-width: 767px) {
  .p-signage-details {
    padding: 90px 0 90px;
  }
}
.p-signage-details__list {
  margin-bottom: 0;
}
.p-signage-details__item + .p-signage-details__item {
  margin-top: 94px;
}
@media screen and (max-width: 767px) {
  .p-signage-details__item + .p-signage-details__item {
    margin-top: 60px;
  }
}
.p-signage-details__content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-signage-details__content {
    margin-top: 23px;
  }
}
.p-signage-details__heading {
  position: relative;
  margin: 0 auto;
  font-size: 36px;
  letter-spacing: 4.32px;
  color: #2d7143;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .p-signage-details__heading {
    display: flex;
    align-items: flex-start;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 2.88px;
  }
}
.p-signage-details__heading::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1170px;
  width: 100%;
  height: 3px;
  background-color: #6cbb5e;
  content: "";
}
.p-signage-details__heading::after {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-signage-details__heading.detailsIcon01::after {
  top: -54px;
  right: 0;
  width: 170px;
  height: 170px;
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/section-icon-01.png);
}
@media screen and (max-width: 767px) {
  .p-signage-details__heading.detailsIcon01::after {
    top: 37px;
    right: 0;
    width: 81px;
    height: 77px;
  }
}
.p-signage-details__heading.detailsIcon02::after {
  top: -48px;
  right: 0;
  width: 157px;
  height: 153px;
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/section-icon-02.png);
}
@media screen and (max-width: 767px) {
  .p-signage-details__heading.detailsIcon02::after {
    top: 28px;
    right: 0;
    width: 79px;
    height: 77px;
  }
}
.p-signage-details__heading.detailsIcon03::after {
  top: -33px;
  right: 0;
  width: 149px;
  height: 125px;
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/section-icon-03.png);
}
@media screen and (max-width: 767px) {
  .p-signage-details__heading.detailsIcon03::after {
    top: 44px;
    right: 0;
    width: 75px;
    height: 63px;
  }
}
.p-signage-details__heading.detailsIcon04::after {
  top: -16px;
  right: 0;
  width: 136px;
  height: 99px;
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/section-icon-04.png);
}
@media screen and (max-width: 767px) {
  .p-signage-details__heading.detailsIcon04::after {
    top: 53px;
    right: 0;
    width: 68px;
    height: 50px;
  }
}
.p-signage-details__heading.detailsIcon05::after {
  top: -45px;
  right: 0;
  width: 148px;
  height: 128px;
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/section-icon-05.png);
}
@media screen and (max-width: 767px) {
  .p-signage-details__heading.detailsIcon05::after {
    top: 32px;
    right: 0;
    width: 74px;
    height: 64px;
  }
}
.p-signage-details__heading.detailsIcon06::after {
  top: -8px;
  right: 0;
  width: 164px;
  height: 91px;
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/section-icon-06.png);
}
@media screen and (max-width: 767px) {
  .p-signage-details__heading.detailsIcon06::after {
    top: 51px;
    right: 0;
    width: 82px;
    height: 46px;
  }
}
.p-signage-details__number {
  display: inline-block;
  width:  76px;
  color: #6cbb5e;
  font-family: 'M PLUS 2', sans-serif;
  font-size: 41px;
  letter-spacing: 4.1px;
}
@media screen and (max-width: 767px) {
  .p-signage-details__number {
    display: block;
    width: 49px;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 2.8px;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-details__headingText {
    display: block;
    width: 320px;
  }
}
.p-signage-details__intro {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-signage-details__intro {
    margin: 40px 0 0;
  }
}
.p-signage-details__textItem--note {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: .48px;
}
.p-signage-details__textList {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-signage-details__textList {
    margin-top: 30px;
  }
}
.p-signage-details__textItem {
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: .56px;
}
.p-signage-details__textItem + .p-signage-details__textItem {
  margin-top: 25px;
}
.p-signage-details__textItem.--box {
  padding: 0 8px 1px;
  display: inline-block;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: .56px;
  color: #333;
  border: solid 1px #707070;
}
.p-signage-details__confirm {
  margin-top: 58px;
  padding: 0 10px 42px;
  border: 10px solid #e2ecee;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-signage-details__confirm {
    margin: 58px -5px 0;
    padding: 0 10px 30px;
    border: 5px solid #e2ecee;
  }
}
.p-signage-details__confirmText {
  display: inline-block;
  padding: 20px 40px;
  background-color: #e2ecee;
  margin-top: -26px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.26px;
}
@media screen and (max-width: 767px) {
  .p-signage-details__confirmText {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.26px;
  }
}
.p-signage-details__confirmContainer {
  display: flex;
}
@media screen and (max-width: 991px) {
  .p-signage-details__confirmContainer {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-details__confirmContainer {
    flex-direction: column;
    align-items: center;
  }
}
.p-signage-details__confirmImage {
  width: 691px;
}
@media screen and (max-width: 767px) {
  .p-signage-details__confirmImage {
    width: 100%;
  }
}
.p-signage-details__confirmImageInner {
  position: relative;
}
.p-signage-details__confirmMark {
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 3px;
}
@media screen and (max-width: 991px) {
  .p-signage-details__confirmMark {
    display: none;
  }
}
.p-signage-details__confirmMark.js-borderBold {
  border-width: 6px;
  transition: border-width .2s;
}
.p-signage-details__confirmMark._nameChange {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 656px;
  height: 26px;
  border-color:#d82975;
}
@media screen and (max-width: 1199px) {
  .p-signage-details__confirmMark._nameChange {
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 566px;
    height: 25px;
  }
}
.p-signage-details__confirmMark._realTime {
  top: 74px;
  left: 24px;
  width: 321px;
  height: 167px;
  border-color:#df8c34;
}
@media screen and (max-width: 1199px) {
  .p-signage-details__confirmMark._realTime {
    top: 62px;
    left: 21px;
    width: 276px;
    height: 146px;
  }
}
.p-signage-details__confirmMark._heatStroke {
  top: 74px;
  left: 24px;
  width: 218px;
  height: 80px;
  border-color:#df8c34;
}
@media screen and (max-width: 1199px) {
  .p-signage-details__confirmMark._heatStroke {
    top: 62px;
    left: 21px;
    width: 188px;
    height: 70px;
  }
}
.p-signage-details__confirmMark._noise {
  bottom: 68px;
  left: 25px;
  width: 321px;
  height: 76px;
  border-color: #43aa8a;
}
@media screen and (max-width: 1199px) {
  .p-signage-details__confirmMark._noise {
    bottom: 58px;
    left: 21px;
    width: 276px;
    height: 66px;
  }
}
.p-signage-details__confirmMark._customize {
  top: 74px;
  right: 25px;
  width: 318px;
  height: 264px;
  border-color: #2f8fc3;
}
@media screen and (max-width: 1199px) {
  .p-signage-details__confirmMark._customize {
    top: 62px;
    right: 22px;
    width: 273px;
    height: 228px;
  }
}
.p-signage-details__confirmMark._warning {
  bottom: 16px;
      left: 50%;
      transform: translateX(-50%);
      border-color: #85b145;
      width: 656px;
      height: 33px;
}
@media screen and (max-width: 1199px) {
  .p-signage-details__confirmMark._warning {
    bottom: 14px;
    width: 566px;
    height: 28px;
  }
}
.p-signage-details__confirmWrapper {
  margin: 0 0 -16px 20px;
  width: 334px;
}
@media screen and (max-width: 991px) {
  .p-signage-details__confirmWrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -2% -2% 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-details__confirmWrapper {
    margin: 10px 0 -6px;
    width: 100%;
  }
}
.p-signage-details__confirmButton {
  position: relative;
  display: block;
  width: 100%;
  padding: 13px 35px 12px 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .72px;
  text-align: center;
  border-radius: 6px;
  color: #333;
  cursor: pointer;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .p-signage-details__confirmButton {
    width: 48%;
    padding: 13px 35px 12px 12px;
    font-size: 18px;
    margin: 0 2% 2% 0;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-details__confirmButton {
    width: 100%;
    padding: 8px 35px 8px 10px;
    margin: 0 0 6px;
  }
}
.p-signage-details__confirmButton._nameChange {
  border: 3px solid #d82975;
}
.p-signage-details__confirmButton._realTime,
.p-signage-details__confirmButton._heatStroke {
  border: 3px solid #df8c34;
}
.p-signage-details__confirmButton._noise {
  border: 3px solid #43aa8a;
}
.p-signage-details__confirmButton._customize {
  border: 3px solid #2f8fc3;
}
.p-signage-details__confirmButton._warning {
  border: 3px solid #85b145;
}
.p-signage-details__confirm--plusIcon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  border-radius: 100vmax;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .p-signage-details__confirm--plusIcon {
    right: 12px;
  }
}
.p-signage-details__confirm--plusIcon._nameChange {
  background-color: #d82975;
}
.p-signage-details__confirm--plusIcon._realTime,
.p-signage-details__confirm--plusIcon._heatStroke {
  background-color: #df8c34;
}
.p-signage-details__confirm--plusIcon._noise {
  background-color: #43aa8a;
}
.p-signage-details__confirm--plusIcon._customize {
  background-color: #2f8fc3;
}
.p-signage-details__confirm--plusIcon._warning {
  background-color: #85b145;
}
.p-signage-details__confirmButton:hover {
  color: #fff;
  text-decoration: none;
}
.p-signage-details__confirmButton._nameChange:hover {
  background-color: #d82975;
}
.p-signage-details__confirmButton._realTime:hover,
.p-signage-details__confirmButton._heatStroke:hover {
  background-color: #df8c34;
}
.p-signage-details__confirmButton._noise:hover {
  background-color: #43aa8a;
}
.p-signage-details__confirmButton._customize:hover {
  background-color: #2f8fc3;
}
.p-signage-details__confirmButton._warning:hover {
  background-color: #85b145;
}
.p-signage-details__confirmButton:hover .p-signage-details__confirm--plusIcon {
  background-color: #fff;
}
.p-signage-details__confirmButton._nameChange:hover .p-signage-details__confirm--plusIcon._nameChange::before,
.p-signage-details__confirmButton._nameChange:hover .p-signage-details__confirm--plusIcon._nameChange::after {
  background-color: #d82975;
}
.p-signage-details__confirmButton._realTime:hover .p-signage-details__confirm--plusIcon._realTime::before,
.p-signage-details__confirmButton._realTime:hover .p-signage-details__confirm--plusIcon._realTime::after,
.p-signage-details__confirmButton._heatStroke:hover .p-signage-details__confirm--plusIcon._heatStroke::before,
.p-signage-details__confirmButton._heatStroke:hover .p-signage-details__confirm--plusIcon._heatStroke::after {
  background-color: #df8c34;
}
.p-signage-details__confirmButton._noise:hover .p-signage-details__confirm--plusIcon._noise::before,
.p-signage-details__confirmButton._noise:hover .p-signage-details__confirm--plusIcon._noise::after {
  background-color: #43aa8a;
}
.p-signage-details__confirmButton._customize:hover .p-signage-details__confirm--plusIcon._customize::before,
.p-signage-details__confirmButton._customize:hover .p-signage-details__confirm--plusIcon._customize::after {
  background-color: #2f8fc3;
}
.p-signage-details__confirmButton._warning:hover .p-signage-details__confirm--plusIcon._warning::before,
.p-signage-details__confirmButton._warning:hover .p-signage-details__confirm--plusIcon._warning::after {
  background-color: #85b145;
}

.p-signage-details__confirm--plusIcon::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 13px;
  background-color: #fff;
  content: "";
}
.p-signage-details__confirm--plusIcon::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 2px;
  background-color: #fff;
  content: "";
}
.p-signage-details__tagList {
  margin-top: 20px;
}
.p-signage-details__tagItem + .p-signage-details__tagItem {
  margin-top: 16px;
}
.p-signage-details__safetyTable {
  margin-top: 20px;
  margin-bottom: 0;
  border-collapse:  collapse;
  font-size: 13px;
  text-align: center;
}
.p-signage-details__safetyTable th,
.p-signage-details__safetyTable td {
  border: solid 1px #ccc;
  padding: 16px 12px 14px;
}
.p-signage-details__safetyTable--head {
  background-color: #e8f2e9;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.79;
  letter-spacing: .56px;
}
.p-signage-details__safetyTable th {
  font-weight: bold;
  line-height: 1.69;
  letter-spacing: .52px;
  width: 16.82%;
}
@media screen and (max-width: 767px) {
  .p-signage-details__safetyTable th {
    padding: 16px 6px 14px;
  }
}
.p-signage-details__safetyTable td {
  line-height: 1.77;
  letter-spacing: .32px;
  width: 83.18%;
  text-align: left;
}
.p-signage-details__planTable {
  margin: 30px -1px 0 -1px;
}
@media screen and (max-width: 767px) {
  .p-signage-details__planTable {
    margin: 30px -15px 0 0;
    overflow-x: scroll;
    padding-bottom: 10px;
    padding-right: 15px;
    -webkit-overflow-scrolling: touch;
  }
  .p-signage-details__planTable::-webkit-scrollbar-track {
    background: #eee;
  }
  .p-signage-details__planTable::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  .p-signage-details__planTable::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
  .p-signage-details__planTable img {
    max-width: 285.5vw;
  }
}
.p-signage-details__planNote {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: .48px;
}

/* ご利⽤シーン */
.p-signage-scene__wrapper {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .p-signage-scene__wrapper {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-scene__container {
    display: flex;
    justify-content: center;
  }
}
.p-signage-scene__tabList {
  display: flex;
  margin: 0 -12px -12px 0;
}
@media screen and (max-width: 767px) {
  .p-signage-scene__tabList {
    justify-content: center;
    max-width: 400px;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 -9px -16px 0;
  }
}
.p-signage-scene__tabItem {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 273px;
  height: 73px;
  margin: 0 12px 12px 0;
  color: #2d7143;
  background-color: #fff;
  border: 2px solid #2d7143;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: .72px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .p-signage-scene__tabItem {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-scene__tabItem {
    max-width: 180px;
    width: 45%;
    height: 50px;
    margin: 0 9px 16px 0;
    border: 0;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: .48px;
    border-radius: 6px;
  }
}
.p-signage-scene__tabItem:hover {
  color: #fff;
  background-color: #2d7143;
}
.p-signage-scene__tabItem.active {
  color: #fff;
  background-color: #2d7143;
}
.p-signage-scene__tabItem.active::after,
.p-signage-scene__tabItem:hover::after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-color: #2d7143 transparent transparent transparent;
  border-style: solid;
  border-width: 14px 14px 0;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-signage-scene__tabItem.active::after {
    display: none;
  }
}
.p-signage-scene__panelList {
  margin-top: 30px;
}
.p-signage-scene__panelItem {
  display: none;
  padding: 53px 60px 71px;
  border-radius: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .07);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-signage-scene__panelItem {
    border-radius: 6px;
    padding: 20px 15px;
  }
}
.p-signage-scene__panelItem.active {
  display: block;
}
.p-signage-scene__heading {
  margin: 0;
  padding: 12px 12px 15px;
  background-color: #e8f2e9;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 1.04px;
  text-align: center;
  color: #2d7143;
}
@media screen and (max-width: 767px) {
  .p-signage-scene__heading {
    padding: 14px 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .6px;
  }
}
.p-signage-scene__panelInner {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-signage-scene__panelInner {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}
.p-signage-scene__panelImage {
  width: 46.08%;
}
@media screen and (max-width: 767px) {
  .p-signage-scene__panelImage {
    width: 100%;
  }
}
.p-signage-scene__panelDetails {
  width: 49.02%;
  margin-left: 4.9%;
}
@media screen and (max-width: 767px) {
  .p-signage-scene__panelDetails {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-scene__panelDetailsList {
    margin-top: 30px;
  }
}
.p-signage-scene__panelDetailsItem + .p-signage-scene__panelDetailsItem {
  margin-top: 30px;
}
.p-signage-scene__panelText {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: .56px;
}
.p-signage-scene__panelBtnArea {
  margin-top: 20px;
}

/* 当社取り扱いのデジタルサイネージ */
.p-signage-handling {
  padding: 117px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-signage-handling {
    padding: 50px 0 40px;
  }
}
h2.p-signage-handling__heading {
  color: #333;
}
.p-signage-handling__list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-signage-handling__list {
    margin-top: 40px;
  }
}
.p-signage-handling__item + .p-signage-handling__item {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-signage-handling__item + .p-signage-handling__item {
    margin-top: 40px;
  }
}
.p-signage-handling__subHeading {
  position: relative;
  margin: 0 auto;
  font-size: 36px;
  letter-spacing: 4.32px;
  color: #2d7143;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .p-signage-handling__subHeading {
    padding-bottom: 18px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 2.88px;
  }

}
.p-signage-handling__subHeading::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1170px;
  width: 100%;
  height: 3px;
  background-color: #6cbb5e;
  content: "";
}
.p-signage-handling__image {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-signage-handling__image {
    margin-top: 30px;
  }
}
.p-signage-handling__content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-signage-handling__content {
    margin-top: 30px;
  }
}
.p-signage-handling__textItem + .p-signage-handling__textItem {
  margin-top: 30px;
}
.p-signage-handling__textList {
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .p-signage-handling__textList {
    margin-top: 30px;
  }
}
.p-signage-handling__text--strong {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: .6px;
  color: #2d7143;
}
.p-signage-handling__text {
  margin-top: 12px;
  margin-bottom: 0;
}
.p-signage-handling__sizeImage {
  margin-top: 35px;
}
.c-tag--big {
  display: inline-block;
  width: 194px;
  background-color: #2f9a4d;
}
.p-signage-handling__table {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-signage-handling__table {
    display: flex;
    flex-direction: column;
  }
}
.p-signage-handling__table:first-of-type {
  margin-top: 30px;
}
.p-signage-handling__table + .p-signage-handling__table {
  margin-top: 40px;
}
.p-signage-handling__tableName {
  display: inline-block;
  position: relative;
  width: 194px;
  padding: 13px;
  margin: 0;
  background-color: #2f9a4d;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.81;
  letter-spacing: .64px;
}
@media screen and (max-width: 767px) {
  .p-signage-handling__tableName {
    width: 145px;
    padding: 5px;
    font-size: 15px;
    line-height: 1.67;
    letter-spacing: .6px;
  }
}
.p-signage-handling__tableName::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background-color: #2d7143;
  content: "";
}
.p-signage-handling__tableNote {
  margin-left: 16px;
  font-size: 15px;
  line-height: 1.67;
  letter-spacing: .6px;
}
@media screen and (max-width: 991px) {
  .p-signage-handling__tableNote {
    display: inline-block;
    width: 500px;
    vertical-align: middle;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-handling__tableNote {
    order: +1;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.p-signage-handling__tableImage {
  margin: 0 -15px 0 0;
}

@media screen and (max-width: 767px) {
  .p-signage-handling__tableImage {
    overflow-x: scroll;
    margin: 0 -15px 0 0;
    padding-bottom: 10px;
    padding-right: 15px;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-handling__tableImage img {
    max-width: 287.5vw;
  }
}

.p-signage-handling__btnArea {
  text-align: right;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-signage-handling__btnArea {
    margin-bottom: 20px;
  }
}

/* WiCanvas */
.p-signage-WiCanvas {
  padding-top: 0;
  background-color: #f6f6f6;
}
.p-signage-WiCanvas__bg {
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/signage_bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .p-signage-WiCanvas__bg {
    height: 400px;
  }
}
.p-signage-WiCanvas__contents {
  margin-top: -264px;
  padding: 56px 50px 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-signage-WiCanvas__contents {
    padding: 30px 15px;
  }
}
h2.p-signage-WiCanvas__heading {
  color: #333;
}
@media screen and (max-width: 767px) {
  h2.p-signage-WiCanvas__heading {
    font-size: 26px;
  }
}
.p-signage-WiCanvas__subHeading {
  display: block;
  width: 220px;
  margin: 0 auto 16px;
  padding: 6px 6px 7px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.81;
  letter-spacing: .64px;
  text-align: center;
  color: #f15a24;
  border: solid 1px #f15a24;
}
.p-signage-WiCanvas__intro {
  margin-top: 35px;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: .56px;
}
.p-signage-WiCanvas__btnArea {
  text-align: center;
}
.p-signage-WiCanvas__list {
  display: flex;
  flex-wrap: wrap;
  margin: 56px -17px -20px 0;
}
@media screen and (max-width: 1300px) {
  .p-signage-WiCanvas__list {
    justify-content: center;
    margin: 56px -17px -20px 0;
  }
}
@media screen and (max-width: 991px) {
  .p-signage-WiCanvas__list {
    margin: 56px -17px -20px 0;
  }
}
@media screen and (max-width: 991px) {
  .p-signage-WiCanvas__list {
    margin: 56px -3% -3% 0;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-WiCanvas__list {
    margin: 30px 0 -20px 0;
  }
}
.p-signage-WiCanvas__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 245px;
  min-height: 316px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
  border: solid 1px #dededf;
  border-radius: 25px;
  overflow:hidden;
  margin: 0 17px 20px 0;
}
@media screen and (max-width: 767px) {
  .p-signage-WiCanvas__item {
    width: 100%;
    min-height: auto;
    margin: 0 0 20px;
  }
}
.p-signage-WiCanvas__itemInner {
  padding: 30px 20px 6px;
}
@media screen and (max-width: 767px) {
  .p-signage-WiCanvas__itemInner {
    padding: 20px 20px;
  }
}
.p-signage-WiCanvas__triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 55px 0 0 ;
  border-color: #f15a24 transparent transparent;
}
.p-signage-WiCanvas__number {
  display: inline-block;;
  position: absolute;
  bottom: 25px;
  left: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.6px;
}
.p-signage-WiCanvas__title {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 2.16px;
  height: 3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-signage-WiCanvas__title {
    height: auto;
  }
}
.p-signage-WiCanvas__text {
  margin-top: 4px;
  margin-bottom: 0;
  min-height: 5em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-signage-WiCanvas__text {
    margin-top: 20px;
    min-height: auto;
  }
}
.p-signage-WiCanvas__item img {
  width: 100%;
}
.p-signage-WiCanvas__note {
  margin-top: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.98px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-signage-WiCanvas__note {
    font-size: 16px;
  }
}

/* SDGs */
.p-signage-sdgs {
  padding-bottom: 92px;
}
.p-signage-sdgs__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .p-signage-sdgs__container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .p-signage-sdgs__container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .p-signage-sdgs__container {
    width: 1030px;
  }
}
.p-signage-sdgs__section {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
  text-transform: capitalize;
  color: #009ada;
}
.p-signage-sdgs__section::before {
  content: '';
  position: absolute;
  bottom: 40px;
  display: inline-block;
  width: 40px;
  height: 2px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c1272d;
  border-radius: 2px;
  text-align: center;
  background-color: #009ada;
}
.p-signage-sdgs__logo {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-signage-sdgs__logo {
    width: 100%;
  }
}
.p-signage-sdgs__about {
  margin: 50px auto 0;
  padding: 35px 35px 39px;
  max-width: 1000px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 991px) {
  .p-signage-sdgs__about {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-sdgs__about {
    padding: 20px 20px;
    max-width: 100%;
  }
}
.p-signage-sdgs__aboutInner {
  width: 742px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-signage-sdgs__aboutInner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-sdgs__aboutInner {
    width: 100%;
  }
}
.p-signage-sdgs__firstText {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .p-signage-sdgs__firstText {
    font-size: 14px;
  }
}
.p-signage-sdgs__list {
  margin-top: 8px;
  margin-bottom: 0;
}
.p-signage-sdgs__item {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  counter-increment : num 1;
	list-style: none;
  letter-spacing: normal;
}
@media screen and (max-width: 991px) {
  .p-signage-sdgs__item {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    counter-increment : num 1;
  }
}
.p-signage-sdgs__item::before {
  font-size: 26px;
  font-family: 'M PLUS 2', sans-serif;
	content: counter(num) ".";
	color: #6cbb5e;
	margin: 0 4px 0 0;
	font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 991px) {
  .p-signage-sdgs__item::before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    margin: 0 10px 0 0;
  }
}
.p-signage-sdgs__item + .p-signage-sdgs__item {
  margin-top: 7px;
}
.p-signage-sdgs__lastText {
  display: block;
  font-size: 18px;
  margin-top: 16px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .p-signage-sdgs__lastText {
    font-size: 14px;
  }
}
.p-signage-sdgs__text {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-signage-sdgs__text {
    text-align: left;
  }
}
.p-signage-sdgs__text:not(:first-of-type) {
  margin-top: 20px;
}
.p-signage-sdgs__icons {
  border: 10px solid #e2ecee;
  margin-top: 45px;
  padding: 45px 30px 50px;
}
@media screen and (max-width: 767px) {
  .p-signage-sdgs__icons {
    border: 5px solid #e2ecee;
    margin: 30px -5px 0;
    padding: 30px 10px;
  }
}
.p-signage-sdgs__iconsList {
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-signage-sdgs__iconsList {
    flex-direction: column;
    align-items: center;
  }
}
.p-signage-sdgs__iconsItem {
  width: 294px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-signage-sdgs__iconsItem {
    text-align: left;
  }
}
.p-signage-sdgs__iconsItem + .p-signage-sdgs__iconsItem {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .p-signage-sdgs__iconsItem + .p-signage-sdgs__iconsItem {
    margin: 30px 0 0;
  }
}
.p-signage-sdgs__iconsItem figure {
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .p-signage-sdgs__iconsItem figure {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-sdgs__iconsItem figure {
    flex-direction: row;
    margin: 0 auto 0 20px;
  }
}
.p-signage-sdgs__iconsItem img {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}
.p-signage-sdgs__iconsItem figcaption {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .8px;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .p-signage-sdgs__iconsItem figcaption {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-signage-sdgs__iconsItem figcaption {
    margin-top: 0;
    margin-left: 20px;
  }
}

.p-signage-sdgs__iconsItem figcaption._red {
  color: #970a31;
}
.p-signage-sdgs__iconsItem figcaption._yellow {
  color: #f68e00;
}
.p-signage-sdgs__iconsItem figcaption._green {
  color: #407936;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .tab_only {
    display: none;
  }
}
.p-signage-sdgs__iconsText {
  padding: 6px;
  background-color: #f6f6f6;
  line-height: 1.79;
  letter-spacing: .56px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  min-height: 65px;
}
@media screen and (max-width: 767px) {
  .p-signage-sdgs__iconsText {
    min-height: auto;
  }
}
.p-signage-sdgs__note {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-signage-sdgs__note {
    margin-top: 30px;
    font-size: 16px;
  }
}

/* 追従アンカーメニュー */
.p-signage-anchorMenu__humburger {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.p-signage-anchorMenu__humburger:hover {
  opacity: .7;
}
.p-signage-anchorMenu {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-signage-anchorMenu__list {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .p-signage-anchorMenu__list {
    display: none;
  }
}
.p-signage-anchorMenu__item + .p-signage-anchorMenu__item {
  margin-top: 2px;
}
.p-signage-anchorMenu__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.31;
  letter-spacing: .52px;
  color: #fff;
}
.p-signage-anchorMenu__link:hover {
  opacity: .7;
  color: #fff;
  text-decoration: none;
}
.p-signage-anchorMenu__link._black {
  background-color: #000;
}
.p-signage-anchorMenu__link._green {
  position: relative;
  background-color: #2f9a4d;
}
.p-signage-anchorMenu__link._green::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background-color: #2d7143;
  content: "";
}
.p-signage-anchorMenu__humburger {
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url(/wp/wp-content/themes/habakiri-child/images/digitalsignage/anchor-humburger-btn.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .p-signage-anchorMenu__humburger {
    top: auto;
    bottom: -4px;
    right: 88px;
    transform: translateY(none);
    width: 48px;
    height: 48px;
  }
  .p-signage-anchorMenu__humburger.humburgerNone {
    display: none;
  }
}

/* Digital Signage Slick Slider */
.c-signage-slider {
  display: none;
}
.c-signage-slider.slick-initialized {
  display: block;
}
.c-signage-slider .slick-dots {
  margin-top: 5px;
  text-align: center;
}
.c-signage-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.c-signage-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.c-signage-slider .slick-dots li button:hover::before {
  background-color: #000;
  border: solid 1px #000;
}
.c-signage-slider .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 8px;
  height: 8px;
  border-radius: 100vmax;
  border: solid 1px #ccc;
  background-color: transparent;
}
.c-signage-slider .slick-dots li.slick-active button::before {
  background-color: #000;
  border: solid 1px #000;
}

/* Modal Area */
.noscroll {
  overflow: hidden;
}
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, .9);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%);
  width: 100%;
  height: 100vh;
  max-width: 1140px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 1300px) {
  .modalWrapper {
    width: 90vw;
  }
}
.modalWrapper::-webkit-scrollbar{
  display: none;
}
.modalInner {
  position: relative;
  padding: 70px 90px;
  margin: 160px 0 160px;
  background-color: #fff;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .modalInner {
    padding: 7.5vw 5vw;
    margin: 160px 0 160px;
    background-color: #fff;
    cursor: default;
  }
}
.c-sinageModal {
  display: none;
}
.c-sinageModal__heading {
  position: relative;
  margin: 0 auto;
  font-size: 36px;
  letter-spacing: 4.32px;
  color: #333;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .c-sinageModal__heading {
    font-size: 20px;
    letter-spacing: 1.2px;
    padding-bottom: 14px;
  }
}
.c-sinageModal__heading::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1170px;
  width: 100%;
  height: 3px;
  content: "";
}
.c-sinageModal__heading._nameChange::before {
  background-color: #d82975;
}
.c-sinageModal__heading._realTime::before,
.c-sinageModal__heading._heatStroke::before {
  background-color: #df8c34;
}
.c-sinageModal__heading._noise::before {
  background-color: #43aa8a;
}
.c-sinageModal__heading._customize::before {
  background-color: #2f8fc3;
}
.c-sinageModal__heading._warning::before {
  background-color: #85b145;
}
.c-sinageModal__text {
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-sinageModal__text {
    margin-top: 20px;
  }
}
.c-sinageModal__figure {
  margin: 54px auto 0;
  max-width: 691px;
}
@media screen and (max-width: 767px) {
  .c-sinageModal__figure {
    margin: 20px auto 0;
    max-width: 100%;
    width: 80vw;
  }
}

/* Modal Area : Close Button */
.closeModalTop {
  position: absolute;
  display: inline-block;
  top: -70px;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.closeModalTop--line {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.closeModalTop--line::before,
.closeModalTop--line::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 62px;
  background: #fff;
  border-radius: 10px;
  content: "";
}
.closeModalTop--line::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.closeModalTop--line::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.scrollup-button:hover {
  opacity: .7;
}

/* ローカル＆本番の環境、共に中央寄せ */
.footer_02 {
  text-align: center;
}
