﻿@charset "UTF-8";
.pp {
	display: inline;
	background:linear-gradient(transparent 30%, #eae7df 50%);
}
.item__ul {
	margin: 30px -14px 0;
}
.item__li {
	width: calc(100% / 2);
	padding: 20px 14px;
	font-size: 13px;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #ccc;
}
.item_img {
	width: 60px;
	height: 60px;
}
.item_p {
	font-size: 14px;
	line-height: 24px;
}
.Iw_40 {
	margin: 20px 0 10px;
	width: 100%;
	height: 60px;
	text-align: center;
}
.Iw_60 {
	width: 100%;
	text-align: left;
}
/*奇数*/
.item__li:nth-child(2n+1) {
	border-right: 0;
}
.item__li:nth-child(-n+3) {
	padding: 10px 0 0;
}
.item__li:nth-last-of-type(-n+3) {
	padding: 10px 0 0;
	border-bottom: 0;
}
/*――――――――
tb（768px～999px）
―――――――――*/
@media (min-width: 768px) {
.item__ul {
	margin: 30px 0 0;
}
.item__li {
	width: calc(100% / 3);
	padding: 20px;
}
/*奇数*/
.item__li:nth-child(2n+1) {
	border-right: 1px solid #ccc;
}
.item__li:nth-child(3n) {
	border-right: 0;
}
.item__li:nth-child(-n+3) {
	padding: 10px 0 0;
}
.item__li:nth-last-of-type(-n+3) {
	padding: 10px 0 0;
	border-bottom: 0;
}
}
/*――――――――
pc（1000px～）
―――――――――*/
@media (min-width: 1000px) {
.item__ul {
	margin: 40px 0 0;
}
.item__li {
	font-size: 15px;
	padding: 30px;
}
.item_p {
	font-size: 16px;
}
}
/*――――――――
se
―――――――――*/
@media (max-width: 320px) {
}
