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


main .container {
	max-width: 960px;
}

/*////////////// セクション1 ///////////////*/
.page-title-wrap .page-title hr {
	height:0px;
	border-bottom: 2px solid #3961ac !important; 
	border-top: 0;
	opacity: 1;
	width: 100%;
	display: block;
	margin: 0.75rem auto;
}

.page-title-wrap .page-title p {
	text-align: center;
	font-size: 0.85rem;
	color: #3a3a3a;
	margin-bottom: 0;
}


/*////////////// セクション1 ///////////////*/
.sec1 {
	margin-top: -15px !important;
}

.sec1 p {
	padding: 15px 0;
	padding-right: 8px !important;
	border-bottom: 1px dashed #cccccc !important;
	margin-bottom: 0;
}

.sec1 p span {
	color: #3961ac !important;
	font-size: 1.8em;
	vertical-align: -0.3rem;
}

@media (min-width: 768px) {
	.sec1 p {
		padding: 18px 0;
	}
}	