@charset "UTF-8";
/* /shop/e/eanygift/
----------------------------------------------------------*/

/* reset
---------------------- */
#anygift{
	color:#252424;
	font-size: 20px;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	margin-bottom: 50px;
}
#anygift h1{
	margin-bottom: 65px;
}
#anygift section:not(.faq) h2{
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	display:inline-block;
	margin-bottom: 55px;
}
#anygift section:not(.faq) h2 span{
	padding: 0 .5em;
	display:inline-block;
}
#anygift section:not(.faq) h2::before,
#anygift section:not(.faq) h2::after{
	content:'';
	display:inline-block;
	width:45px;
	height:2px;
	background:#252424;
	vertical-align: middle;
}
#anygift section{
	margin-bottom: 100px;
}
/* contents
---------------------- */
#anygift p.lead{
	line-height: 2;
	margin:-15px 0 60px;
}
#anygift ul.icon{
	display:flex;
	justify-content: center;
	margin-bottom: 70px;
}
#anygift ul.icon li{
	width:210px;
}
#anygift ul.icon li p{
	font-weight: bold;
	margin-top: 35px;
}
#anygift .faq{
	text-align: left;
}
#anygift .faq h2.h2{
    margin-bottom: 40px;
    padding: 12px 0;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 2px solid #CEC3C3;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 17px;
}
#anygift .faq h2.h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #E60012;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    translate: 0 100%;
    z-index: 1;
}
#anygift .faq > div{
	height:2090px;
	overflow-y: scroll;
	padding: 10px;
    padding-right: 25px;
	position: relative;
    border:1px solid #ccc;
}
#anygift .faq > div::after {
  content: "";
  position: sticky;
  bottom: -11px;
  left: 0;
  display:block;
  width: 100%;
  height: 40px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
#anygift .faq .block-qanda--content__txt01 {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 1.8;
}
#anygift .faq .block-qanda--content__box01 {
    background-color: #F4F4F4;
    padding: 20px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 40px;
}