/*###############################################*/
/*スマホ・PC共通*/
/*###############################################*/
.jtop_maker_cata a { color: #333; }


#JTOP_MAIN{
	line-height: 1.8;
}
#JTOP_MAIN h2{
	font-size:28px;
}

#JTOP_APPEAL{
	line-height: 2;
	width: 90%;
	margin: 0 auto 80px;
}

#JTOP_APPEAL h3, #JTOP_OSUSUME h3{
	font-size: 24px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

#JTOP_APPEAL h4{
	/* text-align: center; */
    font-size: 20px;
    font-weight: bold;
    /* border-bottom: 1px solid #333; */
    margin-bottom: 3px;
	color: #84a269;
}
#JTOP_APPEAL img{
	margin:0 auto;
}

#MOKUJI{
	background-color: #f0f0f0;
	width: 90%;
	margin:0 auto 30px;
	padding: 30px;
}


#JTOP_APPEAL section.text{
	font-size: 16px;
	margin-bottom: 30px;
}


.text b {
    background: linear-gradient(transparent 60%, rgba(176, 181, 255, 0.6) 60%);
}



.kajyu span	{
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 5px;
	color:white;
	background-color: #E5989A;
}
.setti span{
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin-right: 10px;
	border-radius: 5px;
	font-size: 14px;
	color:white;
	background-color: #8fc31f;
}
.t_price{
	color: #C63329;
    font-weight: bold;
}

/*目次*/
.toc{
	margin: 50px auto;
	padding: 20px 0 0 0;
	width: 85%;
	height: auto;
	background-image: repeating-linear-gradient(316deg, #c9d3d529, #c9d3d529 1px, transparent 1px, transparent 6px);
	border:solid 1px #CED7CE;
	border-radius: 5px
}

.toc p{
	margin:  0 auto 15px;
	width: 50px;
	font-size: 20px;
	color: #636A66;
	font-weight: 600;
	text-align: center;
	border-bottom: solid 3px #417478;
	padding-bottom: 10px;
}

.toc toc_list{
	margin: 0 auto;
	width: 90%;
}

/* .toc ul li{
	margin: 30px 0 15px;
	font-size: 17px;
	font-weight: 600;
}
.toc ul li a{
	color:#417478;
}
.toc .toc_list{
	width: 90%;
} */

.toc .toc_list li{
	margin: 10px 0;
	font-size: 14px;
	font-weight: 300;
	border-bottom: dotted 1px #AFBDB4;
	padding-bottom: 3px;
}

.toc .toc_list a{
	color:#464A47;
}

.toc_list_sub{
	margin-left: 15px;
	font-size: 13px;
	font-weight: 300;
	border-bottom: none;
	padding-bottom: 0;
}
.toc .toc_list_sub li{
	/* border-bottom: none; */
}



.va_t{
	vertical-align: top;
}




/*商品へボタン*/
a.btn.btn_itemlink{
    display: block;
    padding: 12px 0px;
    margin: 5px;
    color: #6a855f;
    border-radius: 5px;
    border: 1px solid #6a855f;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #e9e9e4;
}

/*###############################################*/
/*スマホ用*/
/*###############################################*/
@media screen and (max-width: 480px) {

	#JTOP_APPEAL{
		width: 95%;
	}
	#MOKUJI{
		width: 95%;
	}
.mainimg {
height: 150px;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.mainimg img {
height: 120px;
width: auto;
min-width: 488px;
}
}

/*###############################################*/
/*PC用*/
/*###############################################*/
@media screen and (min-width: 481px) {


}