@charset "utf-8";
/* CSS Document */

/*基本か、応用か*/
#toreru_howto #use1 dl dt {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
}
#toreru_howto #use1 dl dd {
	border-bottom: 1px dashed #D5D5D5;
	font-size: 110%;
}
#toreru_howto #use1 dl dd a {
	color: #333;
	display: block;
	padding: 20px 10px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 9px 16px;
	background-image: url(https://araitai.itembox.design/item/common/icon_click.png);
}
/*見出し*/
#toreru_howto h2,
#toreru_howto h3 {
	display: flex;
	line-height: 1;
	align-items: center;
	font-size: 160%;
	font-weight: bold;
}
#toreru_howto h2::after, 
#toreru_howto h3::after {
	content: '';
	flex-grow: 1;
	height: 1px;
	background-color: #E4E4E4;
}
#toreru_howto h2::after, 
#toreru_howto h3::after {
	margin-left: 20px;
}
#toreru_howto h4 {
	font-size: 140%;
	font-weight: normal;
	border-left: 4px solid #E4E4E4;
	padding: 2px 10px;
}
/*投稿記事タイトル*/
#toreru_howto .dirt_list dl a dd p:first-child {
	font-weight: bold;
	line-height: 1.3em;
}

/*PC*/
@media screen and (min-width:481px) {
#toreru_howto .P_top30_50 {
	padding-top: 50px;
}
#toreru_howto .P_top50_80 {
	padding-top: 80px;
}
/*基本と応用*/
#toreru_howto #use1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f8f8f8;
	padding: 2em;
}
#toreru_howto #use1 dl {
	width: 48%;
}
/*液体と粉末*/
#type_toreru {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#type_toreru article {
	width: 48%;
}
/*汚れ別*/
#toreru_howto .dirt_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#toreru_howto .dirt_list dl {
	width: 48%;
	border-bottom: 1px solid #D3D3D3;
}
#toreru_howto .dirt_list dl a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1.5em;
}
#toreru_howto .dirt_list dl a dt {
	width: 32%;
}
#toreru_howto .dirt_list dl a dd {
	width: 66%;
	position: relative;
}
#toreru_howto .dirt_list dl a dd p.lb {
	position: absolute;
	bottom: 0;
	right: 0;
}
}

/*スマホ*/
@media screen and (max-width:480px) {
#toreru_howto .P_top30_50 {
	padding-top: 30px;
}
#toreru_howto .P_top50_80 {
	padding-top: 50px;
}
/*基本と応用*/
#toreru_howto #use1 {
	background-color: #f8f8f8;
	padding: 1.5em;
}
#toreru_howto #use1 dl:first-child {
	margin-bottom: 50px;
}
/*液体と粉末*/
#howto_liquid {
	margin-bottom: 50px;
}
/*汚れ別*/
#toreru_howto .dirt_list dl {
	border-bottom: 1px solid #D3D3D3;
}
#toreru_howto .dirt_list dl a {
	padding: 1em 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#toreru_howto .dirt_list dl dt {
	width: 38%;
}
#toreru_howto .dirt_list dl dd {
	width: 58%;
	position: relative;
}
#toreru_howto .dirt_list dl dd p.lb {
	position: absolute;
	bottom: 0;
	right: 0;
}
}
