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

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
section {
	width: 890px;
}
article h1 {
	margin-bottom: 50px;
}
section h2 {
	font-size: 24px;
	line-height: 66px;
	background: url(../img/bg_subttl_01.svg) no-repeat;
	background-size: 891px 66px;
	box-sizing: border-box;
	padding-left: 30px;
	margin-bottom: 38px;
}
section p {
	font-size: 16px;
	line-height: 1.87;
}
section .wrapper {
	display: -webkit-flex; /* Safari */
	display: flex;	
}

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1 {
	padding-bottom: 100px;
}
#sec1 .pic {
	padding: 0 35px 0 25px;
}
#sec1 .txt{
	width: 473px;
}
#sec1 .txt-name {
	text-align: right;
}
#sec1 .txt-date {
	text-align: right;
	margin-top: 34px;
}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
	padding-bottom: 100px;
}
#sec2 h2 {
	background: url(../img/bg_subttl_02.svg) no-repeat;
	background-size: 891px 66px;
	margin-bottom: 32px;
}
#sec2 p {
	padding: 0 25px;
	margin-bottom: 38px;
}
#sec2 table {
	width: 840px;
	table-layout: fixed;
	box-sizing: border-box;
	border-top: 1px solid #dedede;
	margin: 0 auto;
}
#sec2 th,
#sec2 td {
	vertical-align: middle;
	border-bottom: 1px solid #dedede;
}
#sec2 th {
	width: 204px;
	font-size: 17px;
	color: #008544;
	text-align: center;
	border-right: 1px solid #dedede;
}
#sec2 td {
	font-size: 16px;
	line-height: 1.87;
	text-align: left;
	padding: 7px 25px;
}

/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
#sec3 {
	padding-bottom: 92px;
}
#sec3 h2 {
	background: url(../img/bg_subttl_03.svg) no-repeat;
	background-size: 891px 66px;
	margin-bottom: 32px;
}
#sec3 p {
	padding: 0 25px;
}

/* ---------------------------------------------------------
#sec4
----------------------------------------------------------*/
#sec4 {
}
#sec4 h2 {
	background: url(../img/bg_subttl_04.svg) no-repeat;
	background-size: 891px 66px;
	margin-bottom: 38px;
}
#sec4 table {
	width: 100%;
	table-layout: fixed;
	box-sizing: border-box;
	margin: 0 auto;
}
#sec4 th,
#sec4 td {
	vertical-align: middle;
	box-sizing: border-box;
	border-bottom: 1px solid #dedede;
}
#sec4 tr:last-child th,
#sec4 tr:last-child td {
	border-bottom: none;
}
#sec4 th {
	width: 193px;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #dedede;
	padding: 0 0 0 24px;
}
#sec4 td {
	font-size: 16px;
	line-height: 1.7;
	padding: 18px 0 18px 45px;
}