@charset "utf-8";

.m_contentBox {
	margin-top: 30px;
	background-color: #fff;
	padding: 30px 40px 80px;
}
.m_contentBox p.p_title {
	margin-bottom: 50px;
}
@media screen and (max-width: 767px){
	.m_contentBox {
		margin: 20px -20px 0;
		padding: 40px 20px;
	}
}

.m_lead {
	text-align: center;
	font-size: 2rem;
}
@media screen and (max-width: 767px){
	.m_lead {
		font-size: 1.6rem;
	}
}

.m_faqTitle {
	margin: 40px 0 0;
	text-align: center;
}
.m_faqTitle > span {
	position: relative;
	z-index: 20;
	display: inline-block;
	background-color: #ff960b;
	padding: 12px 30px;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.m_faqTitle > span::after {
	content: '';
	position: absolute;
	left: 85px;
	bottom: -16px;
	border-top: 16px solid #ff960b;
	border-left: 17px solid transparent;
	transform: skewX(10deg);
}
@media screen and (max-width: 767px){
	.m_faqTitle {
		margin: 25px auto 15px;
		max-width: 400px;
	}
	.m_faqTitle > span {
		display: block;
		padding: 10px 20px;
		font-size: 2rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.m_faqTitle > span::after {
		left: 35px;
		bottom: -12px;
		border-top: 12px solid #ff960b;
		border-left: 12px solid transparent;
	}
}

.m_faq .p_question {
	border-radius: 5px;
	border: 1px solid #d0d0d0;
}

.m_attentionTitle {
	margin-top: 60px;
	background: url(../img/line.png) repeat-x 0 0;
	padding-top: 50px;
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.m_attentionTitle {
		margin-top: 50px;
		padding-top: 40px;
		font-size: 2.4rem;
	}
}

.m_attentionList {
	margin-top: 30px;
	border: 10px solid #fff9f0;
	padding: 35px 40px;
}
.m_attentionList > li {
	position: relative;
	padding-left: 35px;
}
.m_attentionList > li + li {
	margin-top: 20px;
}
.m_attentionList .p_num {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #ff960b;
	border-radius: 50%;
	padding-left: 2px;
	text-align: center;
	color: #ff960b;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 23px;
}
@media screen and (max-width: 767px){
	.m_attentionList {
		margin-top: 20px;
		border-width: 5px;
		padding: 25px 20px;
	}
	.m_attentionList > li {
		padding-left: 25px;
		font-size: 1.3rem;
	}
	.m_attentionList .p_num {
		top: 2px;
		left: -3px;
		width: 20px;
		height: 20px;
		font-size: 1.4rem;
		line-height: 18px;
	}
}

.m_contactBtn {
	display: block;
	max-width: 590px;
	margin: 60px auto 0;
	border-radius: 36px;
	background: url(../img/icon_contact.png) no-repeat 50px 50% #ff960b;
	padding: 20px 15px 20px 60px;
	box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
	text-align: center;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.3;
}
.m_contactBtn:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px){
	.m_contactBtn {
		max-width: 400px;
		margin: 40px auto 0;
		background-position: 20px 50%;
		background-size: 32px auto;
		padding: 12px 15px 12px 40px;
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 350px){
	.m_contactBtn {
		font-size: 1.6rem;
	}
}
