﻿@charset "UTF-8";
.pp {
	display: inline;
	background:linear-gradient(transparent 30%, #eae7df 50%);
}
.item__ul {
	margin: -30px 0 30px;
}
.item__li {
	position: relative;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px dotted #ccc;
}
.item_img {
	margin: 30px 0 10px;
}
.item_p {
	background: linear-gradient(140deg, #d4d9dd, #d4d9dd 70%, #eae7df calc(70% + 1px), #eae7df 100%);
	text-indent: 20px;
	line-height: 35px;
	text-align: left;
}
.Iw_60,.Iw_100 {
	text-align: left;
}
/*――――――――
tb（768px～999px）
―――――――――*/
@media (min-width: 768px) {
.item_box {
	display: flex;
	margin: 20px 0 0;
	align-items: center;
	flex-direction: row-reverse;
}
.item__ul {
	margin: -30px 0 40px;
}
.item__li {
	padding: 40px 0;
}
.Iw_40 {
	margin: 0;
	width: 25%;
}
.Iw_60 {
	margin-left: 3%;
	width: 72%;
}
.Iw_100 {
	width: 100%;
}
}
/*――――――――
pc（1000px～）
―――――――――*/
@media (min-width: 1000px) {
}
