@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  overflow-x: hidden;
	letter-spacing: 1px;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a{
	text-decoration: none;
}

.header{
	height: 178px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a2212b+0,7e1219+100 */
background: #a2212b; /* Old browsers */
background: -moz-linear-gradient(top,  #a2212b 0%, #7e1219 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a2212b 0%,#7e1219 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a2212b 0%,#7e1219 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2212b', endColorstr='#7e1219',GradientType=0 ); /* IE6-9 */
}
.headerInner{
	max-width: 1080px;
	width: 100%;
	height: 178px;
	padding: 54px;
	position: relative;
	background-image: url("../images/markHead.svg");
	background-position: center 10%;
	background-repeat: no-repeat;
	background-size: 200% 200%;
}
.headerInner h1{
	width: 308px;
	height: 60px;
	background-image: url("../images/logo.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	margin: 0px auto;
}
.headerInner a{
	display: block;
	position: absolute;
	right: 16px;;
	top:16px;
	color: #d1d4d3;
	font-size: 0.85em;
	letter-spacing: 1px;
}
.inner{
	max-width: 800px;
	width: 96%;
	margin: 0 auto;
	padding: 60px 0;
		background-image: url("../images/mark.svg");
	background-position: center bottom+2%;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 100px;
}
.list{
	margin-top: 30px;
}

h2{
	text-align: center;
	color: #b62936;
	margin-bottom: 24px;
	font-size: 1.6em;
	font-weight: bold;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

h3{
	width: 100%;
	padding: 20px;
	text-align: center;
	color: #231815;
	background-color: #eff0f0;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 30px;
	line-height: 1.5em;
}
p{
	font-size: 15px;
	line-height: 1.65;
}
.inner div{
	margin: 30px auto;
}
.marginBottom30{
	margin-bottom: 30px;
}
.inner .marginBottom4{
	margin-bottom: 4px;
}
p.number{
	color: #b62936;
	font-size: 1.25em;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
h4.h4first{
	margin-top: 20px;
}
h4{
	color: #b62936;
	font-size: 1.05em;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 20px;
}
h5{
	background-color: #888;
	font-size: 0.95em;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 10px 10px;
	color: #fff;
}
.list p{
	margin-bottom: 2px;
	display: flex;
}
.list p span{
	font-weight: bold;
	font-size: 0.95em;
}
.list p span:first-child{
	min-width:280px; 
}
.note p{
	font-size: 0.85em;
}
p.cap{
	font-size: 0.85em;
}
.flex{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 0;
}
.flex div{
	margin-right: 60px;
	margin-left: 0;
	min-width: 40%;
	margin-top: 10px;
	margin-bottom: 0;
}
.flex div p{
	background-color: #b62936;
	padding: 4px 16px 2px 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 8px;
}
.flex div ul li{
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd;
	padding: 4px;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 16px;
}
.footer{
	background-color: #b3b3b3;
	padding-top: 16px;
	padding-bottom: 100px;
}
.footer p{
	color: #fff;
	text-align: center;
	font-size: 0.85em;
	letter-spacing: 1px;
}

/* table */
p.tblTtl{
	font-weight: bold;
	margin: 20px 0 0px 0;
}
.inner div.chart{
	margin-top: 10px;
}
.chart table{
	border-collapse: collapse;
	font-size: 0.85em;
	line-height: 1.25;
	width: 100%;
}
.chart table td{
	border: 1px solid #555;
}
.chart table tr:first-child{
	background-color: #b62936;
	color: #fff;
	font-weight: bold;
}
.chart table tr:first-child td{
	font-weight: bold;
	vertical-align: middle;
	min-width: calc(3em + 20px);
	text-align: center;
}
.chart table td{
	min-height: 1em;
	min-width: 1em;
	padding: 10px;
}
.chart table td:first-child{
	width: 15%;
}

.chart table td:nth-child(2){
	width: 38%;
}
.chart table td:nth-child(3){
	width: 23%;
}
.chart table td:nth-child(4){
	width: 5%;
	text-align: center;
}
.chart table td:nth-child(5){
	width: 15%;
	text-align: right;
}
.chart table td:nth-child(6){
	width: 4%;
}
.chart table td.brNone{
	border-right: none;
}
.chart table tr.subHead{
	background-color: #E98A51;
	color: #fff;
	font-weight: bold;
}
.chart table tr.subHead td{
	text-align: center;
}

.chart table tr.subHead td{
	font-weight: bold;
}
.chart table tr:last-child{
	border-top: double;
}
.chart table tr:first-child td:nth-child(5){
	text-align: center;
}
.chart table tr:first-child td:nth-child(6){
	text-align: center;
}
.chart table tr.subHead td:nth-child(5){
	text-align: right;
}

/* table END*/


@media screen and (max-width : 768px){
.flex div {
    margin-right: auto;
    margin-left: auto;
    min-width: 46%;
    margin-top: 0;
    margin-bottom: 0;
}
.chart{
	overflow: auto;
	white-space: nowpra;
}
.chart table{
	 width: 736px;
}
}
@media screen and (max-width : 680px){
.list p {
    margin-bottom: 10px;
    display: block;
	line-height: 1.5;
}
.list p span:first-child {
	display: block;
    min-width: 100%;
}
.list p span:last-child {
	padding-left: 1em;
}
.flex{
	display: block;
}
.flex div {
    margin-right: auto;
    margin-left: auto;
    min-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
	
}
@media screen and (max-width : 376px){
.headerInner h1 {
    width: 100%;
    height: 60px;
    background-image: url(../images/logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    margin: 0px auto;
}
.inner{
	width: 92%;
	margin: 0 auto;
}
}

