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

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
section .wrapper {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content: flex-start;
}
section h3 {
	font-size: 23px;
	line-height: 66px;
	background: url(../img/reminder/bg_subttl_01.svg) no-repeat;
	background-size: 841px 65px;
	box-sizing: border-box;
	padding: 0 0 0 15px;
	margin-bottom: 22px;
}
section p {
	font-size: 16px;
	line-height: 1.87;
}
.btn-regist a {
	display: block;
	width: 549px;
	height: 56px;
	font-size: 20px;
	line-height: 56px;
	text-align: center;
	color: #fff;
	background-color: #40210F;
	border-radius: 28px;
	margin: 0 auto;
}
h1 + #main {
	margin-bottom: 60px;
}

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1 {
	padding-bottom: 65px;
}
#sec1 h2 {
	line-height: 1;
	margin: 64px 0 15px;
}
#sec1 .txt {
	width: 544px;
	padding-top: 11px;
}
#sec1 p {
	margin-bottom: 43px;
}

#sec1 .border {
	display: -webkit-flex; /* Safari */
	display: flex;
	width: 301px;
	height: 77px;
	background-color: #fff;
	background: url(../../common/img/bg_line.svg) no-repeat left center;
	background-size: 100%;	
	box-sizing: border-box;
	padding: 7px;
}
#sec1 .border a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #008A44;
	background: #fff url(../../common/img/icon_pdf.svg) no-repeat 237px center;
	background-size: 38px 44px;
	box-sizing: border-box;
	padding: 16px 0 0 23px;
}
@media all and (-ms-high-contrast:none){
	#sec1 .border a {
		padding-top: 19px;
	}
}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
	padding-bottom: 54px;
}
#sec2 .pic {
	width: 253px;
	box-sizing: border-box;
}
#sec2 .wrapper:nth-of-type(1) .pic {
	padding-left: 8px;
}
#sec2 .wrapper:nth-of-type(1) p {
	padding-top: 30px;
}
#sec2 .wrapper:nth-of-type(2) p {
	padding-top: 7px;
}
#sec2 hr {
	border-color: #d3d3d3;
	margin: 30px 0;
}

/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
#sec3 h3 {
	background: url(../img/reminder/bg_subttl_02.svg) no-repeat;
	background-size: 841px 65px;
	margin-bottom: 15px;
}
#sec3 table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 50px;
}
#sec3 th {
	width: 122px;
	vertical-align: middle;
}
#sec3 th,
#sec3 td {
	border-bottom: 1px solid #d3d3d3;
}
#sec3 tr:last-child th,
#sec3 tr:last-child td {
	border-bottom: none;
}
#sec3 th {
	font-size: 27px;
	color: #008044;
	text-align: center;
	border-right: 1px solid #d3d3d3;
}
#sec3 td {
	font-size: 16px;
	line-height: 1.87;
	padding: 26px 0 26px 17px;
}
#sec3 tr:nth-child(4) td {
	padding: 12px 0 12px 17px;
}
#sec3 .btn-regist a {
	width: 309px;
}

