@import "../0_base/mixin";

/*------------------------------------------------------------
v325a-2
------------------------------------------------------------*/
.p-v325a__list {
	margin-right: -30px;
	display: flex;
	overflow-y: hidden;
	justify-content: space-between;
}
.p-v325a__list > div {
	width: 250px;
}
.p-v325a .c-list1__title {
	margin-bottom: 2px;
	color: #3E3A39;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.c-mainVisual2 {
	margin-bottom: 79px;
}
@media screen and (min-width: 768px) {
	.c-list1--col2 .c-list1__card {
		margin-bottom: 55px;
	}
	.p-v325a__list--item:first-child {
	  margin-left: 0;
	}
	.p-v325a__list--item .colred {
		color: #E50020;
		display: block;
	}
	.c-title2 h3 {
		margin-bottom: 32px;
	}
	.c-title2 + .c-title3 h3 {	
		margin-bottom: 39px;
		font-size: 2.6rem;
		letter-spacing: 3.5px;
	}
	.c-list1__text {
		margin-top: 5px;
	}
	.c-list1__body {
		margin-top: 0;
		letter-spacing: 0;
		line-height: 1.5;
	}
	.p-v325a .font15 {
		margin-top: 0;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.c-textBlock2 {
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 767px) {
	.l-contents {
		margin-top: 0 !important;
	}
	.p-v325a__list--item {
		width: 49%;
	}
	.p-v325a .c-list1--col2 .c-list1__card {
		margin-left: 0;
		width: 100%;
		overflow: hidden;
	}
	.p-v325a .c-textBlock2 {
		margin-top: 0;
	}
	.p-v325a .font15 {
		font-size: 1rem;
	}
	.p-v325a__list > div {
		width: 48.5%;
	}
	.c-mainVisual2 {
		margin-bottom: 20px;
	}
	.c-title2 h3 {
		margin-bottom: 0;
		padding-bottom: 13px;
	}
	.c-title2 + .c-title3 h3 {
		font-size: 1.4rem;
		line-height: 2.45rem;
		letter-spacing: 1.5px;
		margin: 8px 0 15px;
	}
}