@charset "UTF-8";

/*----------------------------------------------------------
更新日：2024年9月3日
=PC(960以上)
=PC & タブレット(960以下)
=スマホ(768px以下)
-------------------------------------------------------------*/

/*==================================================================
  Page common style
===================================================================*/
/* #main
------------------------------------------------------------*/
#title {
	margin-bottom: 1em;
	padding:1.5em 1em 1.6em;
	line-height: 1.6;
	text-align: center;
	font-size: 2em;
	color: #FFF;
	background: #FFF linear-gradient(110deg, rgba(2, 25, 100, 1), rgba(251, 16, 88, 1));
}
.sec header h2 {
	color: #f20c88;
}
@media only screen and (max-width:768px) {
  #title {
    font-size: 1.6em;
  }
}

/*==================================================================
  #movie
  (/vp-videoanalyzer/movie)
===================================================================*/
#movie {
	padding-top: 0;
	padding-bottom:4em;
}
#movie .inner:not(:last-of-type) { margin-bottom: 2em; }
#movie .flex {
	flex-wrap: wrap;
	justify-content: space-between;
}
#movie .box {
	width: 50%;
  max-width: 460px;
	margin-bottom: 1.5em;
}
#movie .box h3 {
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 1.2em;
}

@media only screen and (max-width:768px) {
	#movie .box {
		width: 100%;
		max-width: none;
	}
	#movie .box:not(:last-of-type) {
		margin-bottom: 2em;
	}
	#movie .box h3 {
		font-size: 1em;
	}
}

/*==================================================================
  Contact thanks
  (/vp-videoanalyzer/thanks)
===================================================================*/
#contact.thanks {
	padding-top: 0;
	padding-bottom:4em;
	min-height: 35vh;
}
#contact .topback a{ margin: 2em auto; }
@media only screen and (max-width:768px) {
  #contact.thanks {
    min-height: 0;
    padding-bottom: 3em;
  }
}

