@charset "utf-8";

.sec_inner{
	max-width:1200px;
	margin:0 auto;
}

@media only screen and (max-width : 767px) {
	.sec_inner{
	padding:0 20px;
}
	
	.p-entry .wpcf7 {
    margin: 0 0 0 !important;

}
}

.p-entry h2 {
	font-size: 42px;
	line-height: 36px;
	padding-bottom: 0.5em;
}

.p-entry h2 span {
	font-size: 16px;
}

.b {
	font-weight: bold;
}

.large {
	font-size: 1.2em;
	line-height: 2;
}

.p-entry h3 {
	color: #000;
	margin-bottom: 1.2em;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: .05em;
	font-weight: 600;
}

.p-entry h3 span {
    border-bottom: 3px solid #000;
	position: relative;
padding: 1.5rem 0 0.5rem;
	font-weight:bold;
}

.p-entry p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: .05em;
}

.p-entry .contact_txt{
	margin-top:30px;
	text-align:center;
}

.p-entry .b{
	font-weight: bold;
}

.p-entry .content {
    margin: 0 auto;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

