/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
	.topImage img {
		width: 100%;
	}
	.valueBox {
		margin: 0 auto;
		overflow: hidden;
	}
	.vBox {
		width: calc(94%/3);
		float: left;
		border: solid 2px #008000;
		margin: 1%;
		padding: 10px;
		text-align: center;
		position: relative;
	}
	.vBox::before {
	content: "";
	width: 20px;   /* 幅を20pxに指定 */
	height: 20px;  /* 高さを20pxに指定 */
	background: linear-gradient(-45deg, #FFF 48%, #008000 48%, #008000 52%, #fff 52%);  /* グラデーションで1pxの線を引く */
	border-top: 2px solid #008000;      /* 上に線を引く */
	border-left: 2px solid #008000;     /* 左に線を引く */
	box-shadow: -2px -2px 2px #ccc;  /* うっすら影を作る */
	display: inline-block; /* インラインブロック要素にする */
	position: absolute; /* 相対位置に指定 */
	bottom: -2px; /* 下から-1ｐxの位置に配置 */
	right: -2px;  /* 右から-1ｐxの位置に配置 */
	}
	.vBox h4 {
		width:100%;
		font-size: 22px;
		font-weight: bold;
		color: #008000;
	}
	.vBox p {
		text-align: left;
		font-size: 16px;
		font-weight: bold;
	}
	.vBox img {
		width: 100px;
	}
	.valueBox2 {
		width: 66.666%;
		overflow: hidden;
		clear: both;
		margin: 0 auto;
	}
	.vBox2 {
		width: calc(96%/2);
		float: left;
		border: solid 2px #008000;
		margin: 1%;
		padding: 10px;
		text-align: center;
		position: relative;
	}
	.vBox2::before {
	content: "";
	width: 20px;   /* 幅を20pxに指定 */
	height: 20px;  /* 高さを20pxに指定 */
	background: linear-gradient(-45deg, #FFF 48%, #008000 48%, #008000 52%, #fff 52%);  /* グラデーションで1pxの線を引く */
	border-top: 2px solid #008000;      /* 上に線を引く */
	border-left: 2px solid #008000;     /* 左に線を引く */
	box-shadow: -2px -2px 2px #ccc;  /* うっすら影を作る */
	display: inline-block; /* インラインブロック要素にする */
	position: absolute; /* 相対位置に指定 */
	bottom: -2px; /* 下から-1ｐxの位置に配置 */
	right: -2px;  /* 右から-1ｐxの位置に配置 */
	}
	.vBox2 h4 {
		width:100%;
		font-size: 22px;
		font-weight: bold;
		color: #008000;
	}
	.vBox2 p {
		text-align: left;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
	}
	.vBox2 img {
		width: 100px;
	}

	.comment {
		font-size: 16px;
		text-align: center;
		line-height: 1.8;
	}
	.sanki50 {
		text-align: center;
		margin: 130px 0 80px 0;
	}
	.sanki50 img {
		width: 480px;
	}
	h3 {
		text-align: center;
		font-size: 36px;
		border: none;
	}
	.cTitle hr,.cTitle2 hr {
		width: 254px;
	border-width: 1px 0 0 0;	/* 太さ */
	border-style: solid;		/* 線種 */
	border-color: #008000;		/* 線色 */
	height: 3px;					/* 高さ */
	margin: 24px auto 0 auto;
	}
}

/* ## width 767px 以下の場合の設定 (for All Mobile Dvices) ## */
@media (max-width: 767px) {
	.topImage img {
		width: 100%;
	}
	.valueBox {
		margin: 0 auto;
		overflow: hidden;
	}
	.vBox {
		width:98%;
		border: solid 2px #008000;
		margin: 1% 2%;
		padding: 10px;
		text-align: center;
		position: relative;
	}
	.vBox::before {
	content: "";
	width: 20px;   /* 幅を20pxに指定 */
	height: 20px;  /* 高さを20pxに指定 */
	background: linear-gradient(-45deg, #FFF 48%, #008000 48%, #008000 52%, #fff 52%);  /* グラデーションで1pxの線を引く */
	border-top: 2px solid #008000;      /* 上に線を引く */
	border-left: 2px solid #008000;     /* 左に線を引く */
	box-shadow: -2px -2px 2px #ccc;  /* うっすら影を作る */
	display: inline-block; /* インラインブロック要素にする */
	position: absolute; /* 相対位置に指定 */
	bottom: -2px; /* 下から-1ｐxの位置に配置 */
	right: -2px;  /* 右から-1ｐxの位置に配置 */
	}
	.vBox h4 {
		width:100%;
		font-size: 18px;
		font-weight: bold;
		color: #008000;
	}
	.vBox p {
		text-align: left;
		font-size: 14px;
		font-weight: bold;
	}
	.vBox img {
		width: 80px;
	}
	.valueBox2 {
		margin: 0 auto;
		overflow: hidden;
	}
	.vBox2 {
		width:98%;
		border: solid 2px #008000;
		margin: 1% 2%;
		padding: 10px;
		text-align: center;
		position: relative;
	}
	.vBox2::before {
	content: "";
	width: 20px;   /* 幅を20pxに指定 */
	height: 20px;  /* 高さを20pxに指定 */
	background: linear-gradient(-45deg, #FFF 48%, #008000 48%, #008000 52%, #fff 52%);  /* グラデーションで1pxの線を引く */
	border-top: 2px solid #008000;      /* 上に線を引く */
	border-left: 2px solid #008000;     /* 左に線を引く */
	box-shadow: -2px -2px 2px #ccc;  /* うっすら影を作る */
	display: inline-block; /* インラインブロック要素にする */
	position: absolute; /* 相対位置に指定 */
	bottom: -2px; /* 下から-1ｐxの位置に配置 */
	right: -2px;  /* 右から-1ｐxの位置に配置 */
	}
	.vBox2 h4 {
		width:100%;
		font-size: 18px;
		font-weight: bold;
		color: #008000;
	}
	.vBox2 p {
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
	}
	.vBox2 img {
		width: 100px;
	}

	.comment {
		font-size: 14px;
		text-align: left;
		line-height: 1.8;
	}
	.sanki50 {
		text-align: center;
		margin: 130px 0 80px 0;
	}
	.sanki50 img {
		width: 80%;
	}
	h3 {
		text-align: center;
		font-size: 36px;
		border: none;
	}
	.cTitle hr,.cTitle2 hr {
		width: 254px;
	border-width: 1px 0 0 0;	/* 太さ */
	border-style: solid;		/* 線種 */
	border-color: #008000;		/* 線色 */
	height: 3px;					/* 高さ */
	margin: 24px auto 0 auto;
	}
}