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

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
section p {
	font-size: 1.3rem;
	line-height: 1.6;
}

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1 {
	padding-bottom: 100px;
}
#sec1 h2 {
	font-size: 1.9rem;
	line-height: 1;
	margin-bottom: 15px;
}
#sec1 .pic {
	width: 100%;
	margin-bottom: 15px;
}
#sec1 .pic img {
	width: 100%;
	height: auto;
}
#sec1 .txt-date {
	margin-top: 40px;
}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
	padding-bottom: 26px;
}
#sec2 h2 {
	font-size: 1.5rem;
	line-height: 32px;
	background: url(../img/bg_subttl_01_sp.svg) no-repeat;
	background-size: 750px 32px;
	box-sizing: border-box;
	padding-left: 11px;
	margin-bottom: 15px;
}
#sec2 p {
	margin-bottom: 15px;
}
#sec2 th,
#sec2 td {
	display: block;
}
#sec2 th {
	font-size: 1.5rem;
	text-align: left;
	color: #008544;
}
#sec2 td {
	font-size: 1.3rem;
	line-height: 1.6;
	padding-bottom: 4px;
}

/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
#sec3 {
	padding-bottom: 26px;
}
#sec3 h2,
#sec4 h2 {
	font-size: 1.5rem;
	line-height: 32px;
	background: url(../img/bg_subttl_02_sp.svg) no-repeat;
	background-size: 850px 32px;
	box-sizing: border-box;
	padding-left: 11px;
	margin-bottom: 15px;
}

/* ---------------------------------------------------------
#sec4
----------------------------------------------------------*/
#sec4 {
}
#sec4 h2 {
	margin-bottom: 20px;
}
#sec4 table {
	width: 100%;
	table-layout: fixed;
	font-feature-settings: 'palt';
	box-sizing: border-box;
	margin: 0 auto;
}
#sec4 th {
	width: 108px;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #dedede;
}
#sec4 td {
	font-size: 1.3rem;
	line-height: 1.7;
	padding: 0 0 5px 17px;
}



