	/* FS用CSS */
	.fs-c-heading.fs-c-heading--page {
	    /* display: none; */
		padding: 1em 0;
		border-bottom: 1px solid #ccc;
		padding-bottom: .6em;  
        font-size: 40px;
		color: #000;
		font-weight: bold;
	}
	.fs-l-main{
		padding: 0;
	}
	#bulbshape{
		font-size: 16px;
		max-width: 1120px;
		width: 98%;
		margin: auto;
	}
	#bulbshape h2{
		background-color: #000;
		color: #fff;
		font-size: 31px;
		font-weight: bold;
		line-height: 1.8;
		text-align: center;
		position: relative;
		margin: 1.5% auto 3.5%;
	}
	#bulbshape h2::after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
		border-width: 17.32px 10px 0px 10px;
		display: block;
		position: absolute;
		top: 50%;
		right: 2.5%;
		transform: translateY(-50%);
		transition: transform 0.3s ease;
	}
	#bulbshape h2.active::after {
		transform: translateY(-50%) rotate(180deg);
	}
	#bulbshape .content{
		display: none;
		overflow: hidden;
    	transition: max-height 0.3s ease;
	}
	#bulbshape .content.active{
		display: block;
	}
	#bulbshape .contents{
		list-style: none;
		display: flex;
		padding: 0;
		/* margin: 0 auto; */
		justify-content: space-between;
		max-width: 1120px;
		width: 96%;
	}
	#bulbshape .contents h3{
		background-color: #000;
		color: #fff;
		font-size: 18px;
		line-height: 2;
		display: inline;
		padding: 0 0.8%;
	}
	#bulbshape ul{
		list-style: none;
		margin: 0 0 2%;
		padding: 0;
	}
	#bulbshape .contents strong{
		font-size: 18px;
		font-weight: bold;
		border-bottom: 2px solid #000;
	}
	#bulbshape .contents dd{
		width: 67%;
		margin-left: 2rem;
	}
	#bulbshape .contents dd > ul{
		padding-left: 0;
	}
	#bulbshape .contents dd > ul.spec li{
		margin-bottom: 0.4rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#bulbshape .contents dd > ul.spec li span{
		width: 86.5%;
	}
	#bulbshape .contents dd > ul.merit{
		list-style: disc;
		padding-left: 20px;
	}	
	#bulbshape .contents dd > ul.merit > li::marker {
		font-size: 0.7em;
	}
	#bulbshape a{
		text-decoration: none;
		color: #000;
	}
	#bulbshape .cart{
		display: block;
		border: 1px solid #000;
		text-align: center;
		max-width: 300px;
		width: 27%;
		margin: 2% auto 0.5%;
		font-size: 18px;
		font-weight: 500;
		padding: 1.4% 0;
		line-height: 1;
	}
	#bulbshape .more{
		display: block;
		max-width: 167px;
		margin: 1% auto;
	}
	#bulbshape .more i{
		margin-left: 12%;		
	}
		
@media print, screen and (max-width:744px) {
	#bulbshape h2{
		margin-bottom: 5%;
	}
	#bulbshape .content{
		margin: 3% auto 8%;
	}	
	#bulbshape .contents{
		flex-wrap: wrap;
		margin: 3% auto;
		justify-content: center;
		width: 90%;
	}
	#bulbshape .contents dd{
		width: 100%;
		margin-left: 0;
		margin-top: 5%;
	}
	#bulbshape .cart {
		width: 35%;
	}
	#bulbshape .contents dd > ul.spec{
		margin-bottom: 5%;
	}
	#bulbshape .contents dd > ul.spec li span{
		width: 82%;
	}
	#bulbshape .cart {
        width: 87%;
        max-width: 366px;
        padding: 3% 0;
		font-size: 17px;
		font-weight: 500;
	}
	#bulbshape .more{
		font-weight: 500;
		margin: 3% auto 1%;
		max-width: initial;
        text-align: center;
	}
	#bulbshape .more i {
		margin-left: 2%;
	}
}
@media screen and (max-width: 480px) {
    .fs-c-heading.fs-c-heading--page{
        font-size: 6.6vw;
    }
	#bulbshape h2{
		font-size: 6vw;
		line-height: 2;
		width: 100%;
	}
	#bulbshape h2::after {
		border-width: 13.72px 7px 0px 7px;
		right: 4%;
	}
	#bulbshape .contents{
		width: 95%;
	}
	#bulbshape .contents strong {
		font-size: 17px;
	}
	#bulbshape ul {
		margin: 0 0 5%;
	}
	#bulbshape .contents dd > ul.spec li span{
		width: 78%;
	}
	#bulbshape .contents dd > ul.merit{
		margin-top: 1%;
	}

	@media screen and (max-width: 320px) {
		#bulbshape .contents strong{
			font-size: 15px;
		}
		#bulbshape .contents dd > ul.spec li span{
			font-size: 14px;
			line-height: 1.5;
		}
		#bulbshape .contents dd > ul.merit{
			font-size: 14px;
		}
	}
	
}
