#c5-main {
	font-size: 16px;
	line-height: 1.6;
  color: #333;
}
#c5-main img {
	max-width: 100%;
}
.s5-buttonV3,
.s5-storeButtonV3 {
  min-width: 170px;
}
.c5-l-inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 30px;
}
.c5-p-mainFirstView__img {
  display: block;
  margin: 0;
}
.c5-p-mainFirstView__img img {
  display: block;
  height: auto;
  margin: 0;
  object-fit: cover;
  width: 100%;
}
.c5-p-mainFirstView__img img:last-child {
  display: none;
}
.c5-p-mainAbout {
  margin-top: 60px;
}
.c5-p-mainAbout__title {
  font-size: 42px;
  text-align: center;
	margin: 0 0 40px 0;
  color: #000;
}
.c5-p-mainAbout__subtitle {
  font-size: 30px;
  margin: 0 0 20px 0;
  text-align: center;
  color: #000;
}
div + .c5-p-mainAbout__subtitle {
	margin-top: 80px;
}
.c5-p-mainAbout__feature {
  display: flex;
  margin-top: 35px;
	align-items: center;
}
.c5-p-mainAbout__img {
	flex: 0 1 50%;
}
.c5-p-mainAboutDesc {
  margin-left: 40px;
  width: calc(50% - 40px);
}
.c5-p-mainAboutDesc__title {
  font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
  color: #000;
}
.c5-p-mainVAIO {
  margin-top: 80px;
}
.c5-p-mainVAIO__product {
	padding: 30px;
  background-color: rgba(171, 184, 195, 0.1);
}
.c5-p-mainVAIO__text {
  margin-top: 25px;
}
.c5-p-mainVAIO__items {
  display: flex;
	margin: 40px -5px 0 -5px;
}
.c5-p-mainVAIO__item {
  background-color: #fff;
  padding: 20px;
  width: calc(33.333% - 10px);
	margin: 0 5px;
}
.c5-p-mainVAIO__content {
  text-align: center;
}
.c5-p-mainVAIO__name {
  font-size: 20px;
  font-weight: bold;
}
.c5-p-mainVAIO__info {
  font-size: 14px;
  margin-top: 10px;
}
.c5-p-mainVAIO__detail {
	margin: 40px 0 40px;
  font-size: 13px;
}
.c5-p-mainVAIO__detail a {
  color: #5787f4;
}
.c5-p-mainAttn span {
  display: inline-block;
  margin-top: 15px;
}
.c5-copy {
  font-size: 13px;
}
.c5-table {
	width: 100%;
}
.c5-table th,
.c5-table td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}
.c5-table th {
	font-weight: bold;
	background-color: #eee;
}
.c5-pc {
}
.c5-sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.c5-l-inner {
		padding: 0 15px;
	}
  .c5-p-mainFirstView__img img {
    display: none;
  }
  .c5-p-mainFirstView__img img:last-child {
    display: block;
  }
  .c5-p-mainAbout__title {
    font-size: 22px;
  }
	.c5-p-mainAbout__subtitle {
		font-size: 18px;
	}
	.c5-p-mainAboutDesc__title {
		font-size: 18px;
	}
  .c5-p-mainAbout__feature {
    display: block;
  }
  .c5-p-mainAbout__img {
    width: 100%;
		margin-bottom: 20px;
  }
  .c5-p-mainAboutDesc {
    margin-left: 0;
    width: 100%;
  }
  .c5-p-mainVAIO__items {
    display: block;
		margin: 20px 0 0 0;
  }
  .c5-p-mainVAIO__item {
		margin: 0 0 15px 0;
		width: auto;
  }
	.c5-p-mainVAIO__item:last-child {
		margin-bottom: 0;
	}
	.c5-p-mainVAIO__product {
		padding: 15px;
	}
	.c5-table th,
	.c5-table td {
		display: block;
		width: auto;
	}
	.c5-table tr:not(:last-child) td {
		border-bottom: none;
	}
	.c5-table td {
		border-top: none;
	}
	.c5-pc {
		display: none;
	}
	.c5-sp {
		display: block;
	}
}