@charset "UTF-8";
body {
  background-image: none;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100.01%;
}

.hebel-logo {
  display: block;
  width: 100%;
  height: 26px !important;
}

#contents #case .case__tab__area ul.header {
  display: flex !important;
}

/* sp/pc表示  */
.sp-visible {
  display: none !important;
}

.pc-visible {
  display: block !important;
}

#breadcrumbs {
  text-align: left;
}

#footNavAbox {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#footNavA {
  box-shadow: none;
}

#footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #header {
    height: 80px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #f7f7f7;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
  }

  #tkj-container,
.btn-humbg,
#drawer {
    display: none;
  }

  .subNavArea {
    text-align: left;
  }

  #gNavAreaContainer,
#dev-footer-pc {
    /* PC用ヘッダーとフッター表示 */
    display: block;
  }

  #dev-footer-smp {
    /* smp用フッター非表示 */
    display: none;
  }

  #footNavAbox {
    z-index: 999999999;
  }
}
/* SP */
@media only screen and (max-width: 767px) {
  #tkj-container {
    position: relative;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    background: url(/hebel/topics/towncompo/images/bg-pat.png);
  }

  #tkj-container * {
    font-size: 1.4rem;
    line-height: 1.6;
    /* font-family: Meiryo, メイリオ, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    outline: none;
  }

  .tkj-smp-header {
    position: fixed;
    display: block;
    width: 100%;
    min-width: 320px;
    height: auto;
    padding: 8px 0;
    background: #f7f7f7;
    transition: 0.2s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 100;
  }

  .tkj-smp-header a:link,
a:visited {
    color: #698296;
    text-decoration: underline;
  }

  .tkj-smp-logo-hebel {
    display: block;
    width: 100px;
    height: 26px;
    margin: 0 auto;
  }

  /* btn-humbg */
  .btn-humbg {
    position: fixed;
    display: block;
    width: 42px;
    height: 42px;
    top: 0px;
    right: 9px;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    cursor: pointer;
    z-index: 101;
  }

  .menu-switch,
.menu-switch span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .menu-switch {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 3;
  }

  .menu-switch span {
    position: absolute;
    left: 10px;
    width: 50%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    transition: 0.3s;
  }

  .menu-switch span:nth-of-type(1) {
    top: 13px;
  }

  .menu-switch span:nth-of-type(2) {
    top: 19px;
  }

  .menu-switch span:nth-of-type(3) {
    bottom: 13px;
  }

  .btn-humbg.active {
    -webkit-transform: translate(9px, 0);
            transform: translate(9px, 0);
    z-index: 1000000;
  }

  .menu-switch.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }

  .menu-switch.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-switch.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }

  .subNavArea .subNavTab ul li {
    font-size: 1.50415rem;
  }

  .subNav ul li {
    font-size: 1.10411rem;
  }

  /* drawer */
  /*// .side-nav-wrapper*/
  .side-nav-wrapper {
    position: fixed;
    width: 100%;
    min-height: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    right: 0;
    z-index: 103;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .side-nav-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: opacity 0.1s ease 0.25s;
  }

  /*.side-nav-wrapper.is-open*/
  .side-nav-wrapper.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .side-nav-wrapper.is-open::before {
    opacity: 1;
  }

  /*.side-nav-content*/
  .side-nav-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 73.6%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
  }

  .smp-logo-hebel {
    display: block;
    margin: 12px auto 12px;
    width: 30%;
  }

  .smp-logo-hebel > img {
    display: block;
    width: 100%;
  }

  .smp-logo-tkj {
    display: block;
    height: auto;
    width: 76%;
    margin: 32px auto;
  }

  .side-nav-content .hr-line {
    display: block;
    width: 90%;
    height: 2px;
    border: 0;
    margin: 24px 0;
    height: 1px;
    margin: 0 auto;
    background: rgba(109, 133, 153, 0.3);
  }

  .side-nav ul {
    list-style: none;
    padding: 0;
    margin: 24px auto 0;
    box-sizing: border-box;
    width: 90%;
    overflow: hidden;
  }

  .side-nav li {
    display: block;
    position: relative;
    transition: 0.2s;
    cursor: pointer;
  }

  .side-nav li a,
.side-nav li a:active {
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    color: #7d92a3;
  }

  .side-nav li a:hover {
    background: rgba(100, 100, 100, 0.1);
  }

  .side-nav li a {
    padding: 8px 0 8px 24px;
  }

  .side-nav ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .side-nav ul li:nth-child(1) a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .side-nav ul li a {
    padding: 8px 0 8px 10px;
    text-decoration: none;
    transition: 0.2s;
  }

  .side-nav ul ul li a:hover {
    text-decoration: underline;
    color: #28e6ff;
  }

  .side-nav ul li a span {
    display: inline-block;
    font-size: 9px !important;
  }

  .side-nav > ul > li > a[href="#"]:after {
    content: "+";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 20px;
    line-height: 20px;
    color: #7d92a3;
    transition: 0.2s;
  }

  .side-nav li.active > a[href="#"]:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }

  .side-nav ul ul li > a:not([href="#"]):after {
    content: "›";
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.2);
    transition: 0.2s;
    text-align: center;
  }

  .side-nav > ul > li > ul {
    display: none;
  }

  .tkj-cta {
    width: 100%;
    background: url(/hebel/topics/towncompo/images/bg-cta-info-sp.jpg) top center no-repeat;
    background-size: 150%;
  }

  .tkj-cta.on-drm {
    width: 90%;
    margin: 24px auto;
    min-width: initial;
  }

  .tkj-cta.on-drm .tkj-img-catalog {
    display: block;
    height: auto;
    margin: 0 auto;
    padding-bottom: 24px;
    width: 70%;
  }

  .tkj-info-box {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    padding: 24px 0;
    position: relative;
    text-align: center;
    width: 90%;
  }

  .tkj-info-box .ssCtaPrg {
    position: relative;
    top: 0;
    left: 50%;
    text-align: center;
    color: #fff;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 2rem !important;
    width: 100%;
    z-index: 2;
  }

  .tkj-info-box .tkj-img-catalog {
    display: block;
    /*width: 70%;*/
    width: 280px;
    margin: 8px auto;
  }

  .tkj-cta.on-drm .tkj-info-box .ssCtaPrg {
    font-size: 15px !important;
    color: #fff;
    text-shadow: #007993 0 0 10px, #007993 -1px 0 10px, #007993 0px -1px 10px, #007993 -1px -1px 10px;
  }

  .tkj-cta.on-drm .btn-cta {
    font-size: 12px !important;
    text-shadow: #007993 0 0 10px, #007993 -1px 0 10px, #007993 0px -1px 10px, #007993 -1px -1px 10px;
  }

  .tkj-info-box .tkj-btn.btn-cta {
    background: transparent;
    margin-top: 16px;
  }

  .btn-cta {
    border: 2px solid #fff;
    color: #fff !important;
  }

  .tkj-btn {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    transition: 0.2s;
    text-decoration: none !important;
    padding: 10px 16px 8px;
    cursor: pointer;
  }

  .tkj-btn p::after {
    content: "";
    background-image: url(/hebel/topics/towncompo/images/ico_anchor_arrow.png);
    display: inline-block;
    width: 20px;
    /*画像の幅*/
    height: 10px;
    /*画像の高さ*/
    background-position: center;
    background-size: 20px 10px;
    margin-left: 8px;
  }

  nav {
    display: block;
  }

  .about__top,
.point__top,
.case__top,
.column__top {
    margin-top: -30px;
    padding-top: 30px;
  }

  #tkj-container * {
    font-size: 1.6rem;
    /* base size 16px */
    line-height: 1.8;
  }

  /* スマホ用ヘッダー */
  .tkj-smp-header {
    display: none;
  }

  /* PCのヘッダーテンプレートにシャドウ */
  #gNavAreaContainer {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
    z-index: 1001;
  }

  /* sp/pc表示  */
  .sp-visible {
    display: block !important;
  }

  .pc-visible {
    display: none !important;
  }

  #tkj-container {
    position: relative;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    background: url(/hebel/topics/towncompo/images/bg-pat.png);
  }

  #tkj-container * {
    font-size: 1.4rem;
    line-height: 1.6;
    /* font-family: Meiryo, メイリオ, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    outline: none;
  }

  .tkj-smp-header {
    position: fixed;
    display: block;
    width: 100%;
    min-width: 320px;
    height: auto;
    padding: 8px 0;
    background: #f7f7f7;
    transition: 0.2s;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 100;
  }

  .tkj-smp-header a:link,
a:visited {
    color: #698296;
    text-decoration: underline;
  }

  .tkj-smp-logo-hebel {
    display: block;
    width: 100px;
    height: 26px;
    margin: 0 auto;
  }

  /* btn-humbg */
  .btn-humbg {
    position: fixed;
    display: block;
    width: 42px;
    height: 42px;
    top: 0px;
    right: 9px;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    cursor: pointer;
    z-index: 101;
  }

  .menu-switch,
.menu-switch span {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .menu-switch {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 3;
  }

  .menu-switch span {
    position: absolute;
    left: 10px;
    width: 50%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    transition: 0.3s;
  }

  .menu-switch span:nth-of-type(1) {
    top: 13px;
  }

  .menu-switch span:nth-of-type(2) {
    top: 19px;
  }

  .menu-switch span:nth-of-type(3) {
    bottom: 13px;
  }

  .btn-humbg.active {
    -webkit-transform: translate(9px, 0);
            transform: translate(9px, 0);
    z-index: 1000000;
  }

  .menu-switch.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }

  .menu-switch.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-switch.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }

  #dev-footer-smp {
    font-size: 12px;
  }

  div#footerIn {
    padding: 16px 0 40px;
  }

  div#footNavBox {
    margin: 0 !important;
  }
}
.infomationBlock {
  padding: 0;
  background: none;
}

.line {
  background: none !important;
}
.line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eee !important;
  padding: 0 !important;
  margin: 40px auto 30px auto;
}

@media screen and (min-width: 768px) {
  #wrapperInner {
    padding-top: 0;
  }

  #container {
    overflow: hidden;
    min-width: 980px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  #gNavAreaContainer,
#dev-footer-pc {
    display: none;
  }

  #wrapperInner {
    width: 100%;
    padding: 0;
  }

  #breadcrumbs {
    /*display: none;*/
  }

  .infomationLead {
    margin-left: 16px;
    margin-right: 16px;
  }

  .mainBlock {
    margin: 0 16px 76px 16px;
    padding-right: 12px;
    padding-left: 12px;
  }

  #footNavAbox {
    display: none;
  }

  #pageTop {
    padding-right: 16px;
    border-bottom: 11px solid #eee;
  }

  #pageTop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    background: #eee;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .hero .heroInner h1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 13px 30px;
    font-weight: bold;
    font-size: 2.2497750225em;
    letter-spacing: 0.01em;
    text-align: left;
    color: #707173;
    background-color: #fff;
  }

  .hero {
    overflow: hidden;
    margin-bottom: 35px;
  }

  .heroInner {
    position: relative;
    width: 980px;
    height: 196px;
    margin: 0 auto;
  }
  .heroInner h1 {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 1;
  }
  .heroInner img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    min-width: 1450px;
    width: calc(50vw + 490px);
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #wrapper .hero .heroInner h1 {
    margin: 0;
    padding: 13px 16px;
    font-weight: bold;
    font-size: 1.3748625137em;
    font-size: 5.8666666667vw;
    text-align: left;
    color: #707173;
    background-color: #fff;
  }

  .hero {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 24px;
  }

  .heroInner h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .heroInner img {
    display: block;
    max-width: 100%;
    width: 100%;
    min-height: 32.8vw;
  }
}
.tabNav {
  display: block;
}
.tabNav ul li a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 128px;
  height: 40px;
  padding: 2px 32px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9374062594em;
  text-align: left;
  white-space: nowrap;
  color: #698296;
  background: transparent;
  transition: background 0.2s ease;
}
.tabNav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: transparent;
  transition: background 0.2s ease;
}
.tabNav ul li a.is-active {
  background: #ffffff;
}
.tabNav ul li a.is-active::before {
  width: 100%;
  background: #698296;
}

.tabContent.isInit {
  display: none;
}

@media screen and (min-width: 768px) {
  .tabNav ul {
    display: flex;
  }
  .tabNav ul li {
    display: block;
  }
  .tabNav ul li a:hover {
    background: #ffffff;
  }
  .tabNav ul li a:hover::before {
    width: 100%;
    background: #698296;
  }
  .tabNavNote {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tabNav {
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto;
    margin: 0 16px;
  }
  .tabNav ul {
    display: table;
    width: 100%;
  }
  .tabNav ul li {
    display: table-cell;
  }
  .tabNav ul li a {
    min-width: 20.8vw;
    padding: 2px 2.6666666667vw;
    font-size: 3.2vw;
  }
  .tabNavNote {
    margin: -20px 0 16px 0;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #707173;
  }
}
.mediaContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 0 25px 0;
}
.mediaContainer .mediaBlock .mediaBlockAlt {
  width: 268px;
}
.mediaContainer::after {
  content: "";
  display: block;
  width: 268px;
}
.mediaContainer .mediaBlockHr {
  width: 100%;
}
.mediaContainer .mediaBlockHr::before, .mediaContainer .mediaBlockHr::after {
  content: "";
  display: block;
  height: 52px;
}
.mediaContainer .mediaBlockHr::after {
  border-top: 1px solid #eeeeee;
}

.mediaBlock,
.mediaBlockAlt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.mediaBlock > * ,
.mediaBlockAlt > * {
  min-height: 0%;
}

.mediaBlockHeader {
  display: block;
  margin-bottom: 15px;
}
.mediaBlockHeader img {
  display: block;
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mediaBlockVideo {
  position: relative;
}
.mediaBlockVideo::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background: url(/hebel/information/common/images/icon_play.svg) 50% 50% no-repeat;
}

.mediaBlockBody {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.mediaBlockTitle1,
.mediaBlockTitle2 {
  font-weight: bold;
  text-align: left;
  color: #707173;
}

.mediaBlockText1 {
  font-weight: normal;
  text-align: left;
  color: #b2b2b2;
}

.mediaBlockLink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  border: 1px solid #698296;
  border-radius: 99px;
  text-decoration: none !important;
}
.mediaBlockLink:hover, 
.mediaBlockLink:active {
  border-color: #009bff !important;
  text-decoration: none !important;
}

.mediaBlockFooter {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .mediaContainer {
    padding: 60px 0 25px 0;
  }
  .mediaContainer .mediaBlock,
.mediaContainer .mediaBlockAlt {
    width: 268px;
  }
  .mediaContainer::after {
    content: "";
    display: block;
    width: 268px;
  }
  .mediaContainer .mediaBlockHr {
    width: 100%;
  }
  .mediaContainer .mediaBlockHr::before, .mediaContainer .mediaBlockHr::after {
    content: "";
    display: block;
    height: 52px;
  }
  .mediaContainer .mediaBlockHr::after {
    border-top: 1px solid #eeeeee;
  }

  .mediaBlockHeader {
    transition: all 0.2s ease-in;
  }
  .mediaBlockHeader:hover {
    opacity: 0.7;
  }

  .mediaBlockTitle1 {
    font-size: 0.9374062594em;
  }

  .mediaBlockTitle2 {
    font-size: 0.9374062594em;
  }

  .mediaBlockText1 {
    font-size: 0.7499250075em;
  }
}
@media only screen and (max-width: 767px) {
  .mediaContainer {
    padding: 40px 0 25px 0;
  }
  .mediaContainer .mediaBlock,
.mediaContainer .mediaBlockAlt {
    margin-top: 40px;
  }
  .mediaContainer .mediaBlock {
    width: 41.6vw;
  }
  .mediaContainer .mediaBlock:nth-child(1), .mediaContainer .mediaBlock:nth-child(2) {
    margin-top: 0;
  }
  .mediaContainer .mediaBlockAlt {
    width: 100%;
  }
  .mediaContainer .mediaBlockAlt:nth-child(1) {
    margin-top: 0;
  }
  .mediaContainer::after {
    width: 41.6vw;
  }
  .mediaContainer .mediaBlockHr {
    display: none;
  }

  .mediaBlockTitle1 {
    margin-bottom: 4px;
    font-size: 0.8749125087em;
  }

  .mediaBlockTitle2 {
    margin-bottom: 4px;
    font-size: 0.99990001em;
  }

  .mediaBlockText1 {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 0.8749125087em;
  }
}
a.infoButton,
button.infoButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 24px;
  background: transparent;
  border: 1px solid #eeeeee;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.7499250075em;
  line-height: 1.6;
  text-align: center;
  color: #698296;
  cursor: pointer;
  outline: none;
}
a.infoButton::after,
button.infoButton::after {
  position: absolute;
  right: 9px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(/hebel/information/common/images/icon_link.svg) 50% 50% no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  a.infoButton,
button.infoButton {
    transition: all 0.2s ease-in;
  }
  a.infoButton:hover,
button.infoButton:hover {
    background: #eeeeee;
  }
}
.magazineList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -25px auto;
  padding: 0;
}
.magazineList li {
  float: none;
  width: 50%;
  margin: 25px 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .magazineList {
    display: block;
    margin: 0 auto;
  }
  .magazineList li {
    overflow: hidden;
    width: auto;
    margin: 0 auto 30px auto;
  }
  .magazineList li:last-child {
    margin-bottom: 0;
  }
  .magazineList li img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .magazineList li .magazineListL {
    width: 34.7962382445%;
  }
  .magazineList li .magazineListR {
    box-sizing: border-box;
    width: 65.2037617555%;
    padding-left: 3.7617554859%;
  }
}
@media screen and (min-width: 768px) {
  .linkList li {
    display: block;
    padding: 0;
  }

  .linkItem {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 10px 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 10px;
    grid-template-rows: 10px 1fr 1fr 1fr 1fr 1fr 1fr 10px;
    -ms-grid-columns: 220px 24px auto;
    grid-template-columns: 220px auto;
        grid-template-areas: "_image ." "_image ." "_image _title" "_image _title" "_image _description" "_image _description" "_image _description" "_image .";
    row-gap: 5px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin-bottom: 40px;
  }

  .linkItemAlt {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 5px 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
        grid-template-areas: "_title" "_description";
    row-gap: 5px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    margin-bottom: 26px;
  }

  .linkItemTitle {
    grid-area: _title;
  }
  .linkItemTitle h3 {
    margin: 0;
    font-size: 1.3em;
  }

  .linkItemImage {
    grid-area: _image;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .linkItemImage a {
    width: 100%;
    display: block;
    border: 1px solid #ededed;
  }
  .linkItemImage a img {
    max-width: 100%;
    max-height: 100%;
  }

  .linkItemDescription {
    grid-area: _description;
  }
}
@media only screen and (max-width: 767px) {
  .linkList li {
    display: block;
    padding: 0;
  }

  .linkItem,
.linkItemAlt {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "_title" "_image" "_description";
    margin-bottom: 40px;
  }

  .linkItemTitle {
    grid-area: _title;
  }
  .linkItemTitle h3 {
    margin: 0;
    font-size: 1.3em;
  }

  .linkItemImage {
    grid-area: _image;
  }
  .linkItemImage a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
    margin: 8px 0;
    text-align: center;
    border: 1px solid #ededed;
  }
  .linkItemImage a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    border: none;
  }

  .linkItemDescription {
    grid-area: _description;
  }

  .linkItemTitle {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .linkItemImage {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .linkItemDescription {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 768px){

  .linkItemTitle {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  .linkItemAlt > .linkItemTitle {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .linkItemImage {
    -ms-grid-row: 1;
    -ms-grid-row-span: 15;
    -ms-grid-column: 1;
  }

  .linkItemDescription {
    -ms-grid-row: 9;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }

  .linkItemAlt > .linkItemDescription {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .linkItemTitle {
    -ms-grid-row: 5;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }

  .linkItemAlt > .linkItemTitle {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .linkItemImage {
    -ms-grid-row: 1;
    -ms-grid-row-span: 15;
    -ms-grid-column: 1;
  }

  .linkItemDescription {
    -ms-grid-row: 9;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }

  .linkItemAlt > .linkItemDescription {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
@media only screen and (max-width: 767px){

  .linkItemTitle {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .linkItemImage {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .linkItemDescription {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
.infoMediaLinkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.infoMediaLink {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #eeeeee;
  text-decoration: none !important;
}
.infoMediaLink::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #698296 transparent;
}
.infoMediaLink p {
  font-weight: normal;
  text-align: left;
  color: #707173;
  text-decoration: none !important;
}
.infoMediaLink p strong {
  display: inline-block;
  letter-spacing: 0.015em;
  line-height: 2.2;
  font-weight: bold;
  text-align: left;
  color: #698296;
}
.infoMediaLink p strong img {
  display: inline-block;
  margin: -4px 10px 0 10px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .infoMediaLinkList {
    padding: 5px 0 20px 0;
  }
  .infoMediaLinkList > li {
    width: 430px;
    margin: 35px 20px 0 20px;
  }
  .infoMediaLinkList > li:nth-child(1), .infoMediaLinkList > li:nth-child(2) {
    margin-top: 0;
  }

  .infoMediaLink {
    padding: 20px;
    transition: all 0.2s ease-in;
  }
  .infoMediaLink:hover {
    background: #eeeeee;
  }
  .infoMediaLink::after {
    border-width: 0 0 16px 16px;
  }
  .infoMediaLink p {
    font-size: 0.99990001em;
  }
  .infoMediaLink p strong {
    margin-bottom: 10px;
    font-size: 1.499850015em;
  }
}
@media only screen and (max-width: 767px) {
  .infoMediaLinkList {
    padding: 5px 0 20px 0;
  }
  .infoMediaLinkList > li {
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .infoMediaLinkList > li:nth-child(1) {
    margin-top: 0;
  }

  .infoMediaLink {
    padding: 16px;
  }
  .infoMediaLink::after {
    border-width: 0 0 22px 22px;
  }
  .infoMediaLink p {
    font-size: 0.8749125087em;
  }
  .infoMediaLink p strong {
    font-size: 1.1248875112em;
  }
  .infoMediaLink p strong img {
    width: 32px;
    height: 32px;
  }
}
.infoMediaNav1 {
  margin-bottom: 64px;
}
.infoMediaNav1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.infoMediaNav1 ul li {
  display: block;
  width: 18.3673469388%;
}
.infoMediaNav1 ul li a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-left: 18px;
  font-weight: 500;
  font-size: 0.7499250075em;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  color: #698296;
  background: #fff;
  border: 1px solid #698296;
  transition: all 0.2s ease-in;
}
.infoMediaNav1 ul li a::before {
  -webkit-transform: translate(12px, -50%) rotate(360deg);
          transform: translate(12px, -50%) rotate(360deg);
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #698296;
  transition: all 0.2s ease-in;
}

.infoMediaNav2 {
  margin-bottom: 60px;
}
.infoMediaNav2 ul {
  display: flex;
  justify-content: center;
}
.infoMediaNav2 ul li {
  display: block;
  margin: 0 15px;
}
.infoMediaNav2 ul li a {
  display: block;
}
.infoMediaNav2 ul li a img {
  display: block;
  width: 46px;
  height: 46px;
}

@media screen and (min-width: 768px) {
  .infoMediaNav1 ul li a:hover {
    background-color: #698296;
    color: #fff;
  }
  .infoMediaNav1 ul li a:hover::before {
    border-color: transparent transparent transparent #fff;
  }
}
@media only screen and (max-width: 767px) {
  .infoMediaNav1 {
    margin-bottom: 40px;
    padding: 0 16px;
  }
  .infoMediaNav1 ul li {
    width: 48.9795918367%;
    margin-bottom: 16px;
  }

  .infoMediaNav2 {
    margin-bottom: 30px;
  }
  .infoMediaNav2 ul li {
    margin: 0 19px;
  }
  .infoMediaNav2 ul li a img {
    width: 36px;
    height: 36px;
  }
}
html.lity-active {
  overflow-y: hidden;
}

.lity {
  background: #000;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999999999;
}

.lity-container {
  box-sizing: border-box;
  padding: 0 16px;
}

.lity-close {
  overflow: hidden;
  position: absolute;
  left: auto;
  bottom: auto;
  right: 10px;
  top: -40px;
  background: url(/hebel/information/common/images/icon_close.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
  text-align: left;
  text-indent: 120%;
  white-space: nowrap;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  left: auto;
  bottom: auto;
  right: 10px;
  top: -40px;
  background: url(/hebel/information/common/images/icon_close.svg) 50% 50% no-repeat;
  background-size: 20px 20px;
}

.smp-logo-hebel {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
  height: 44px;
  margin: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.smp-logo-hebel img {
  width: 100px !important;
}

.side-nav-title {
  display: flex;
  align-items: center;
  padding: 18px 5.3333333333vw;
  background: #eeeeee;
  font-weight: bold;
  font-size: 4.5333333333vw;
  line-height: 1.5882352941;
  letter-spacing: -0.01em;
  text-align: left;
  color: #698296;
}

.side-nav ul {
  width: auto;
  margin: 0;
}
.side-nav ul li a {
  position: relative;
  padding: 22px 16px 22px 28px;
  border-top: none !important;
  border-bottom: 1px solid #eeeeee;
  font-weight: normal;
  font-size: 0.99990001em;
  line-height: 1.6875;
  text-align: left;
  color: #707173;
}
.side-nav ul li a::before {
  -webkit-transform: translate(12px, -50%) rotate(360deg);
          transform: translate(12px, -50%) rotate(360deg);
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #698296;
  transition: all 0.2s ease-in;
}

.side-nav-sns {
  padding: 30px 0;
}
.side-nav-sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-nav-sns ul li {
  margin: 0 15px;
}
.side-nav-sns ul li a {
  display: block;
}
.side-nav-sns ul li a img {
  display: block;
  width: 38px;
  height: 38px;
}