.container {
	margin: auto;
	max-width: 800px;
}

.btn {
	background-color: rgba(0,0,0,0);
	border-radius: 5px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .05em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	max-width: 800px;
	height: 100px;
	margin: 0 auto;
	transition: opacity .3s ease;
}

.btn:hover {
	opacity: .3;
	transition: opacity .3s ease;
}

.btn-primary {
	background-color: #0055ae;
	color: #fff;
}

.btn-primary:link {
	color: #fff;
	text-decoration: none;
}

.btn-arrow {
	position: relative;
}

.btn-arrow::after {
	content: "";
	background: url(/images/service/plan/auto/icon_arrow.png) no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 26px;
}

.full-image {
	width: 100%;
}

.hline {
	color: #0055ae;
	font-size: 28px;
	line-height: 1.1428571429;
	letter-spacing: .05em;
	text-align: center;
}

.p-bg {
	background-color: #f3f8fb;
}

.p-mv {
	position: relative;
}

.p-mv__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-mv__box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.p-mv__txt {
	color: #000;
	font-size: 46px;
	line-height: 1.7391304348;
	font-weight: bold;
	letter-spacing: .16em;
}

.p-anchor {
	margin-top: 35px;
}

.p-anchor__link{
	background-color: #f8f8f8;
	color: #0055ae;
	font-size: 14px;
	line-height: 1.875;
	letter-spacing: .05em;
	display: flex;
	align-items: center;
	padding: 5px 0 5px 36px;
	position: relative;
}

.p-anchor__link:hover {
	opacity: .7;
}

.p-anchor__link:link,
.p-anchor__link:visited {
	color: #0055ae;
}

.p-anchor__link:not(:last-child) {
	margin-bottom: 8px;
}

.p-anchor__link::before {
	content: "";
	background: url(/images/service/item_cmn/icn_arrow_down.png) no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.p-section {
	padding: 70px 0;
}

.p-section2 {
	padding: 35px 0;
}

.p-section__content {
	margin-top: 40px;
}

.p-section__txt {
	color: #3c3c3c;
	font-size: 14px;
	line-height: 2.1428571429;
	text-align: justify;
}

.p-section__txt span {
	color: #0055ae;
}

.p-section__media {
	margin-top: 50px;
}

.p-logo {
	padding-bottom: 130px;
}

.p-logo__wrap {
	border-top: 1px solid #0055ae;
	padding-top: 40px;
}

.p-logo__list {
	margin-top: 70px;
}

.p-logo .list-logo__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.p-logo .list-logo__item {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.p-logo .list-logo__item:hover {
	opacity: .7 !important;
}

.p-logo .list-logo__ttl {
	color: #3c3c3c;
	font-size: 14px;
	line-height: 2.1428571429;
	letter-spacing: .05em;
	margin-top: 15px;
	text-align: center;
}

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

.container {
	padding: 0 39px;
}

}

@media (max-width: 768px) {

.hline {
	font-size: 34px;
	line-height: 1.6470588235;
}

.p-anchor {
	margin-top: 38px;
}

.p-anchor__link {
	font-size: 30px;
	padding: 11px 0 11px 63px;
	line-height: 1.428571429;
}
.p-anchor__link:not(:last-child) {
	margin-bottom: 12px;
}

.p-anchor__link::before {
	width: 30px;
	height: 30px;
	left: 16px;
	top: 20px;
}

.p-section {
	padding: 100px 0 90px;
}

.p-section--2 {
	padding: 80px 0 80px;
}

.p-section--3 {
	padding: 90px 0 100px;
}

.p-section__content {
	margin-top: 60px;
}

.p-section__txt {
	font-size: 30px;
	line-height: 1.6666666667;
}

.p-section__media {
	margin-top: 80px;
}

.p-logo {
	padding-bottom: 50px;
}

.p-logo__list {
	margin-top: 80px;
}

.p-logo .list-logo__item {
	margin-bottom: 60px;
}

.p-logo .list-logo__ttl {
	font-size: 30px;
	line-height: 1.6666666667;
}

}

