@charset "utf-8";
.contents_ttl{
	background: #f4f2ec;
}
	.contents_ttl h2{
		font-size: 2.8rem;
		text-align: left;
		padding: 40px 0;
	}

.lead_txt{
	margin-top: 40px;
	margin-bottom: 100px;
	text-align: left;
}

/*--------------------------サポート詳細--------------------------*/
.support h2 {
	font-size: 2.8rem;
	color:#505050;
	text-align: left;
	margin: 0.5em 0 1em;
}
.support h3{
	text-align: left;
	font-size: 22px;
	padding-bottom: 10px;
	border-bottom: 1px solid #848484;
	margin:2em auto 1em;
}
.support h3:before{
	content: "";
	border-left: solid 5px #980e16;/*左線*/
	margin-right: 8px;
}

.support h4{
	text-align: left;
	font-size: 20px;
	color: #980e16;
	font-weight: bold;
	margin:2em auto 1em;
}

.support figure {
	margin:2em 0;
}

.support p {
	margin:1em 0 2em;
	line-height:2.5rem;
	text-align:left;
}
.support_menu {
	margin:0 0 2em;
}
.support_menu li{
	text-align:left;
	font-weight:bold;
	border-bottom:1px dotted #909090;
	padding: 1em 0;
}
.pdf_btn{
	max-width: 400px;
	margin: 0.5em auto 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.pdf_btn a{
	border-radius: 5px;
	background: #585858;
	color: #fff;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	transition: 0.5s ease;
}
.pdf_btn a p{
	font-size: 20px;
	font-weight: bold;
	padding-top:10px;
}
.pdf_btn a:hover{
	opacity:0.8;
	text-decoration:none;
}
@media only screen and (max-width: 960px) {
}

@media only screen and (max-width: 768px) {
	
}