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

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
section h3 {
	font-size: 1.5rem;
	font-feature-settings: 'palt';
	line-height: 1.3;
	background: url(../img/reminder/bg_subttl_01_sp.svg) no-repeat;
	background-size: 901px 46px;
	box-sizing: border-box;
	padding: 8px 0 0 4px;
	margin-bottom: 21px;
}
section p {
	font-size: 1.3rem;
	line-height: 1.7;
}
.btn-regist a {
	display: block;
	width: 100%;
	height: 64px;
	color: #fff;
	font-size: 1.75rem;
	line-height: 1.2;
	text-align: center;
	background-color: #40210F;
	box-sizing: border-box;
	padding-top: 12px;
	border-radius: 32px;
}
h1 + #main {
	margin-bottom: 4px;
}

/* ---------------------------------------------------------
#sec1
----------------------------------------------------------*/
#sec1 {
	padding: 20px 0 23px;
}
#sec1 h2 {
	margin: 0 0 10px;
}
#sec1 .pic {
	width: 49.7%;
	margin: -25px 0 20px 30.8%;
}
#sec1 .pic img {
	width: 100%;
	height: auto;
}

#sec1 .border {
	display: -webkit-flex; /* Safari */
	display: flex;
	width: 100%;
	height: 50px;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #69B88C), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #69B88C),color-stop(.75, #69B88C), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 4px 4px;
	box-sizing: border-box;
	padding: 5px;
	margin: 0 auto;
}
#sec1 .border a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.3rem;
	font-weight: bold;
	color: #008A44;
	background: #fff url(../../common/img/icon_pdf.svg) no-repeat 98% center;
	background-size: 29px 34px;
	box-sizing: border-box;
	padding: 11px 0 0 12px;
}

/* ---------------------------------------------------------
#sec2
----------------------------------------------------------*/
#sec2 {
	padding-bottom: 45px;
}
#sec2 .pic {
	margin: 0 auto 12px;
}
#sec2 .pic img {
	width: 100%;
	height: auto;
}
#sec2 .wrapper:nth-of-type(1) .pic {
	width: 66.5%;
}
#sec2 .wrapper:nth-of-type(2) .pic {
	width: 67.7%;
	margin-bottom: 10px;
}
#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: 15px 0 30px;
}

/* ---------------------------------------------------------
#sec3
----------------------------------------------------------*/
#sec3 h3 {
	background: url(../img/reminder/bg_subttl_02_sp.svg) no-repeat;
	background-size: 762px 33px;
	line-height: 33px;
	padding-top: 0;
	margin-bottom: 5px;
}
#sec3 table {
	width: 100%;
	margin-bottom: 30px;
}
#sec3 th {
}
#sec3 th,
#sec3 td {
	display: block;
}
#sec3 tr:last-child td {
	border-bottom: none;
}
#sec3 th {
	font-size: 1.5rem;
	line-height: 1;
	text-align: left;
	color: #008044;
	padding-top: 15px;
}
#sec3 td {
	font-size: 1.3rem;
	line-height: 1.7;
	border-bottom: 1px solid #d3d3d3;
	padding: 5px 0 10px;
}
#sec3 .btn-regist a {
	height: 45px;
	line-height: 45px;
	padding-top: 0;
	margin-bottom: 0;
}

