@charset "UTF-8";

/*////////// セクション1 ///////////*/
.sec1 .title h1 {
	font-size: 1.65em;
}

/*////////// セクション2 ///////////*/
.sec2 {
	background-image: url("../../assets/images/products/perion-db/bg_img01_sp.jpg");
	background-size: cover;
	background-repeat: no-repeat;

}
.sec2 h1 {
	font-size: 1.6em;
	line-height: 1.7em;
}

.sec2 .col-6 {
	margin-bottom: 20px;
}

.sec2 .col-6:nth-child(n+2) {
	margin-bottom: 0;
}


@media (min-width: 576px) {
	.sec2 h1 {
		font-size: 1.7em;
	}
	
	.sec2 .col-6 {
		margin-bottom: 0;
	}	
}

@media (min-width: 768px) {
	.sec2 {
		background-image: url("../../assets/images/products/perion-db/bg_img01_pc.jpg");
		background-position: top right;

	}
	.sec2 h1 {
		font-size: 1.6em;
		line-height: 1.7em;
	}

	.sec2 .col-6 {
		margin-bottom: 20px;
	}

	.sec2 .col-6:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.sec2 .col-lg-2 {
		width: 20% !important;
	}
	
	.sec2 .btn1 {
		margin-left: 0 !important;
		margin-right: auto;
	}
}



/*////////// セクション3 ///////////*/
.sec3 .wrap {
	width: 95%;
	display: block;
	padding: 30px 25px;
	height: auto;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.sec3 .wrap h2 {
	width: 100%;
}

.sec3 .wrap p {
	width: 100%;
	color: #0071bc;
	font-weight: 700;
	font-size: 1.25em;
}

.sec3 .wrap p span {
	font-size: 0.8em;
	display: block;
	margin-top: 5px;
}

@media (min-width: 768px) {
	.sec3 .wrap {
		width: 45%;
		padding: 35px 35px;
		height: 300px;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
	
	.sec3 .wrap2 {
		height: 220px;
	}	
	
	.sec3 .wrap h2 {
		font-size: 1.5em;
	}
}

@media (min-width: 992px) {
	.sec3 .wrap {
		padding: 35px 40px;
		height: 280px;
	}
	
	.sec3 .wrap2 {
		height: 200px;
	}	
	
	.sec3 .wrap h2 {
		font-size: 1.7em;
	}
}

@media (min-width: 1200px) {
	.sec3 .wrap {
		height: 290px;
	}
	
	.sec3 .wrap2 {
		height: 200px;
	}		
}



/*////////// セクション4 ///////////*/
.sec4 table {
	width: 320%;
}

.sec4 table th, .sec4 table td {
	width: auto;
}

.sec4 table td div {
	border-bottom: 1px solid #555;
	text-align: center;
	padding: 10px;
}

.sec4 table td div:last-child {
	border-bottom: none;
}

.sec4 .img02 {
	width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


@media (min-width: 576px) {
	.sec4 table {
		width: 260%;
	}

	.sec4 table td div {
		padding: 15px;
	}
	
	.sec4 .img02 {
		width: 220px;
	}	
}

@media (min-width: 768px) {
	.sec4 table {
		width: 200%;
	}

	.sec4 table td div {
		padding: 15px;
	}
	
	.sec4 .img02 {
		width: 240px;
		margin-left: 0;
		margin-right: auto;
	}
}

@media (min-width: 992px) {	
	.sec4 table {
		width: 130%;
	}

	.sec4 table td div {
		padding: 20px 15px;
	}
	
	.sec4 .img02 {
		width: 270px;
	}	
}


@media (min-width: 1200px) {
	section .table-wrap {
		width: 100%;
		overflow: visible;
	}

	.sec4 table {
		width: 100%;
		font-size: 0.9em;
	}	
}




/*////////// ムービー・比較ページ（内部リンクページ） ///////////*/
.movie .sec1 h1, .compare .sec1 h1 {
	font-size: 1.6em;
}

.movie .sec1 h2 {
	font-size: 1.1em !important;
	line-height: 1.6em;
}

.movie .movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie .movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


@media (min-width: 576px) {
	.movie .sec1 h1, .compare .sec1 h1 {
		font-size: 1.7em;
	}
}


@media (min-width: 992px) {
	.movie .sec1 h1, .compare .sec1 h1 {
		font-size: 1.8em;
	}
}



/*////////// 比較ページ（内部リンクページ） ///////////*/
.compare table th, .compare table td {
	font-size: 0.9em;
}

.compare table td {
	line-height: 1.5em;	
}


@media (min-width: 576px) {
	.compare .sec4 table {
		width: 280%;
	}
}

@media (min-width: 992px) {
	.compare .sec4 table {
		width: 170%;
	}
}

@media (min-width: 1200px) {
	.compare .sec4 table {
		width: 100%;
	}
	
	.movie .sec1 .container, .compare .sec1 .container {
		max-width: 1100px !important;
		padding-left: 0;
	}	
}
