@charset "UTF-8";


#c01,
#c02,
#c03,
#c04 {
	clear: both;
	width: 100%;
	margin: 0px auto;
	padding: 50px 0;
	position: relative;
}
#c02 table {
	width: 100%;
	color: #896151;
	line-height: 2;
}
.center {
	clear: both;
}

.copy {
	width: 1040px;
	margin: 100px auto 100px;
	position: relative;
}
.copy span {
	font-size: 26px;
	color: #6ABC00;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.8;
}

.copy .ph {
	float: right;
	position: absolute;
	right: 0;
	top: -60px;
}
p {
	font-size: 16px;
}
		  .subttl{
			  font-size: 13px;
			  letter-spacing: 1px;
		  }  
	.pdfbox{
			  display: flex;
			  width: 900px;
			  margin: 10px 0;
		  }
	.pdfbox .btn-s {
    background: none;
    background-color: #7ccc1f;
    height: 50px;
    color: white;
    letter-spacing: 3px;
	margin-top: 0px;
	padding-top: 13px;
	line-height: 40px;
	margin-right: 10px;
			}
		  

.title-out br {
	display: none;
}

@media screen and ( max-width:60em ) { 
	
	#c01 {
		width: auto;
		padding: 0 0 50px 0;
	}
	
	.center {
		padding-top: 0;
	}
	
	p {
		margin: 0 25px;
	}

			.pdfbox{
			  display: block;
			  width: 100%;
		  }  
			 .pdfbox .btn-s {
				  margin: 10px auto;
				  
		}
	
	.title-out br {
		display: block;
	}

}