@charset "UTF-8";

/*--------------------------------------------------------------------------------
	platform
--------------------------------------------------------------------------------*/

body {
	background: #F8F8F8;
}

.p-platform {
	padding-left: 25px;
	padding-right: 25px;
}

.p-platform-lead {
	font-size: 1.8rem;
	line-height: 1.2;
	padding: 20px 0 40px;
	letter-spacing: -0.01em;
	
}

.p-platform-chart {
	background: #CA0A14;
}

.p-platform-chart img {
	max-width: 280px;
}

@media only screen and (min-width: 768px){
	
	.p-platform {
		padding-top: 34px;
	}
	
	.p-platform-lead {
		font-size: 3.8rem;
		line-height: 1;
		padding: 25px 0 80px;
	}
	
	.p-platform-chart {
		margin-top: 40px;
		padding: 60px 50px;
		max-width: inherit;
		text-align: left;
	}
		
	
	.p-platform-chart img {
		max-width: 875px;
	}
	
}

@media only screen and (max-width: 767px){
	.p-platform-chart {
		margin-top: 30px;
		padding: 30px;
		margin: 22px auto 0 auto;
		max-width: 500px;
		text-align: left;
	}
	
	.p-platform-chart-ttl img {
		width: 85px;
	}
	
	.p-platform-chart-txt-01 {
		font-size: 16px;
		line-height: 1.5;
		color: #FFF;
		padding:15px 0 25px 25px ;
		margin: 10px 0 0 5px;
		position: relative;
	}
	
	.p-platform-chart-txt-01:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background: #FFF;
	}
	
	.p-platform-chart-txt-02 {
		position: relative;
		padding-left: 25px;
		margin-left: 5px;
	}
	
	.p-platform-chart-txt-02:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 50%;
		background: #FFF;
	}
	
	.p-platform-chart-txt-02:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 25px;
		height: 1px;
		background: #FFF;
	}
	
}
.p-platform-list {
	margin: 0 auto;
	max-width: 500px;
	margin-top: 40px;
}

.p-platform-list-item {
	background: #FFF;
	padding: 25px 20px;
	margin-bottom: 4px;
}

.p-platform-list-item.c-pc-v {
	background: none;
}

.p-platform-list-item-icn {
	text-align: center;
}

.p-platform-list-item-icn img {
	width: 40px;
	height: auto;
}

.p-platform-list-item-ttl {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.1;
	margin: 7px 0;
}

.p-platform-list-item-txt {
	font-size: 1.4rem;
}


@media only screen and (min-width: 768px){
	
	.p-platform-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: inherit;
	}
	
	.p-platform-list-item {
		width: calc(33.333% - 2px);
		padding: 32px 22px;
	}
	
	.p-platform-list-item-ttl {
		font-size: 2.2rem;
		margin: 25px 0 0;
		height: 60px;
	}
	
	.p-platform-list-item-icn img {
		width: 60px;
	}
	
	.p-platform-list-item-txt {
		font-size: 1.6rem;
	}
	
}