﻿@charset "utf-8";
.ttl p{
	margin: 0;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #960214;
}
.box{
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background: #CBE3EF;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.box p{
	margin: 0;
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: bold;
}
.box span{
	font-size: 0.78em;
	font-weight: normal;
}
.esg{
	margin: 10px;
	padding: 15px 20px;
	width: auto;
	height: auto;
	background: #4682B4;
	color: #fff;
	border-radius: 4px;
}
.csr{
	padding: 15px 30px;
	width: auto;
	height: auto;
	background: #254E7A;
	color: #fff;
	clip-path: polygon(0% 100%, 3% 0%, 97% 0%, 100% 100%);
}
