@charset "utf-8";

/*tiff セカンドナビゲーション*/

.common-section {
    padding-top: 16px;
}

.global-main{line-height: 1.6;}

.nav2 .inner-box {
    padding-left: 15px;
    padding-right: 15px;
}

.nav2 .contents-title.-lv1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.nav2.shadowBox{
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  padding-top: 23px;
  background: #fff;
}

.nav2 .contents-nav {
display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: bold;
    gap: 2em;
}


.nav2 .contents-nav .-link {
  color: #989898;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
  text-align: center;
  flex-grow: 1;
  font-size: 14px;
}

.nav2 .contents-nav li {
    margin-bottom: 6px;
}

.nav2 .contents-nav .-link.active {
  color: #df0623;
}

.nav2 .contents-nav .-link:hover {
  color: #df0623;
}

.nav2 .contents-nav .-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #df0623;
}

.nav2 .contents-nav .-link:hover::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: none;
}

.nav2 .contents-nav .-link.active:hover::after{
  height: 6px;
  background-color: #df0623;
}

/*tiffページタイトル共通*/
.contents-title.-lv2 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #666666;
}


@media screen and (max-width: 639px){
.nav2 .contents-nav {
flex-wrap: wrap;
justify-content: center;
gap: 0.5em 1.5em;
}
.nav2 .contents-nav .-link {
font-size: 13px;
}
.contents-title.-lv2 {
    margin-top: 42px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
}

}