@charset "utf-8";

.fukiashi {
	background-image: url(../../about/img/fukidashi.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #005C9F;
	margin-top: 20px;
	background-size: 180px auto;
}
.concept-box {
	background-image: url(../../about/img/concept-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
}
.concept-box h4 {
	font-size: 16px;
	font-weight: bold;
}
.concept-box h4 span.jp {
	color: #F8F8F8;
	background-color: #B70D23;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-left: 0px;
	font-weight: normal;
	display: inline-block;
}
.pointbox-full {
	border: 1px solid #CCCCCC;
	margin-top: 60px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: calc(100% - 20px);
}
.pointbox-harf {
	border: 1px solid #CCCCCC;
	margin-top: 60px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: calc(100% - 20px);
	vertical-align: top;
	display: block;
}
.pointbox-harf2 {
	border: 1px solid #CCCCCC;
	margin-top: 60px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: calc(100% - 20px);
	vertical-align: top;
	margin-left: 0;
	display: block;
}
.pointnumber {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	margin-top: -30px;
}
.pointnumber .number {
	background-color: #B60D23;
	height: 40px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
.pointnumber .jp {
	background-color: #000000;
	height: 40px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
.point-cel2 li {
	width: 100%;
	display: block;
	vertical-align: top;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	margin-bottom: 15px;
}
.point-cel2 li img{
	width: auto;
	max-width: 100%;
	height: auto;
}
.point-cel3 li {
	width: 100%;
	display: block;
	vertical-align: top;
	font-size: 12px;
	text-align: center;
	border-right: none;
	line-height: 18px;
}
.point-cel3 li img{
	width: auto;
	max-width: 100%;
	height: auto;
}
.point-cel2 li:last-child {
	border-left: none;

}
.point-cel3 li:last-child  {
	border-right-style: none;


}
