@charset "utf-8";
/* CSS Document */

/*===========================================
	howto wf-c500 pairing css
=============================================*/

#contents div.singleBtn.long,
#contents ul.btnlist.long li a{
	width: calc(74% - 1em);
}

#contents .stepArea ol.stepList.nomal > li >p.lead{
	font-weight: normal;
}

#contents .osArea > .Gray {
	width: 50%;
}

#contents .stepArea ol.stepList li > .Gray{
	width: calc(100% - 38px);
}

@media (max-width: 640px){
	#contents div.singleBtn.long,
	#contents ul.btnlist.long li a,
	#contents .osArea > .Gray,
	#contents .stepArea ol.stepList li > .Gray{
		width: 100%;
	}
    

    #contents .stepArea figure img {
        width: 100%;
        height: auto;    
	}
}

/* 20250630 */
#contents .tabswitch button{
	font-weight: bold;
}

#contents .accordion.type_3 button + div{
	background-color: #fff;
}