﻿@charset "utf-8";
/* CSS Document */
.c-gp__point{
	display: block;
	box-sizing: border-box;
	width: 680px;
	height: 125px;
	background: url(/product/enefarm/panasonic/img/index_pic13.jpg) center bottom /100% auto no-repeat;
	margin: auto;
	padding: 28px 126px 0 80px;
	text-align: left;
}
.c-gp__point strong{
	font-size: 17px;
	font-weight: bold;
	color: #0087d5;
}
.c-gp__point div{
	margin-bottom: 15px;
}
.c-gp__point p{
	font-size: 11px;
	line-height: 1.4em;
}
.c-gp__point .point{
	display: none;
}
@media screen and (max-width: 767px) {
	.c-gp__point{
		width: 100%;
		height: auto;
		border-radius: 6px;
		background: url(/product/enefarm/panasonic/img/index_pic13_sp.jpg) center bottom /auto auto repeat;
		border: 1px solid #0087d5;
		padding: 0;
		overflow: hidden;
	}
	.c-gp__point .point{
		color: #fff;
		display: block;
		padding: 15px;
		background: #0087d5;
		margin: 0;
		line-height: 1.4em;
		font-size: 17px;
		text-align: center;
		font-weight: bold;
	}
	.c-gp__point div{
		margin-bottom: 0;
		padding: 15px 15px 0px 15px;
	}
	.c-gp__point strong{
		display: block;
		line-height: 1.4em;
	}
	.c-gp__point p{
		padding: 15px;
		font-size: 14px;
	}
}