/*******************************************************
 * for CORPORATE PAGES ( Corporate Related )
 *******************************************************/
.entry-content .corp h2 {
 margin-bottom: 0.875rem;
 padding: 0.1rem 0 0.4rem 1rem;
 border-bottom: 1px solid #808080;
 color: #808080;
 font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
 font-weight: 700;
 font-family: 'Noto Sans JP', sans-serif;
 line-height: 1;
 position: relative;
}
.entry-content .corp h2::before {
 position: absolute;
 top: 0;
 left: 0;
 content: "";
 width: 5px;
 height: calc(100% - 0.5rem);
 background-color: #808080;
}

.entry-content .corp a { color: #404040; }
.entry-content .corp a:hover { color: #cd2653; }



/*------------------------------------------------------
  Privacy Policy
-------------------------------------------------------*/
.cookietx dt {
 margin-bottom: 10px;
 padding: 3px 0 2px 10px;
 background-color: #f5f5f5;
}
.cookietx dd {
 margin: 0;
 padding: 0 0 0 8px;
}
.cookietx dd ul { margin: 0 0 10px; }
.cookietx dd li {
 margin: 0 0 5px 20px;
 line-height: 1.4;
 list-style: disc;
}
.cookietx dd + dt { margin-top: 20px; }

@media screen and (min-width: 768px) {
.cookietx dd, .cookietx dd li { font-size: 90%; }
.cookietx dd + dt { margin-top: 40px; }
 
}





/* Pagenation -----------------------------*/
#single-pager {
 margin: clamp(40px,12vw,80px) 0 0;
 display: flex;
 align-items: center;
 justify-content: center;
}
#single-pager li {
 margin: 0 20px;
 font-size: clamp(0.625rem, 0.557rem + 0.34vw, 0.813rem);
 font-weight: 700;
 letter-spacing: 0.1em;
 list-style: none;
 transition: all .5s;
}
#single-pager li a {
 display: block;
 padding: 0.5rem;
 color: #a38e83;
 text-align: center;
 text-decoration: none;
 white-space: nowrap;
 transition: all .5s;
}
#single-pager li:hover,
#single-pager li a:hover { opacity: .6; }
#single-pager li:has(a) { border-bottom: 1px solid #a38e83; }


@media screen and (min-width: 768px){

}
