@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------
 タブ調整用
-------------------------------------------------*/
ul.tab_link.flex {
	margin: 0 auto 50px;
	justify-content: center;
}
.tab_link li {
	cursor: pointer;
	padding: 18px 10px;
	font-size: 1.8rem;
	color: #666;
	background: #f7f7f7;
	width: 220px;
	text-align: center;
	border-top: 3px solid #f7f7f7;
}
.tab_link li.active {
	color: #333;
	background: #fff;
	border-color: #009dd3;
}
.tab_content {
	display: none;
}
.tab_content.active {
	display: block;
	
}

/*-------------------------------------------------
 コンテンツ調整用
-------------------------------------------------*/
.flex .thumb {
	position: relative;
}
.flex div p.category.dc{
	background:linear-gradient(to right,#9649d2,#c164ed);
}
.flex div p.category.cdn{
	background:linear-gradient(to right,#5db011,#a9d21d);
}
.flex div p.category.container{
	background:linear-gradient(to right,#475fc7,#5da4e8);;
}
.flex div p.category {
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	position: absolute;
	background: #999;
	width: 150px;
	text-align: center;
	padding: 4px 2px;
	left: 50%;
	bottom: -25px;
	transform: translateX(-50%);
}
.flex div p.title_archive {
	padding: 33px 10px 0;
}
.flex div p.title_demo {
	padding: 28px 10px 2px;
	font-weight: bold;
}

.flex {
	display: flex;
}
.request-download .flex {
	max-width: 1040px;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.request-download .flex > div.archive {
	width: 33%;
	max-width: 320px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-right: 37px;
	position: relative;
	padding-bottom: 80px;
}
.request-download .flex > div.demo {
	width: 33%;
	max-width: 320px;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-right: 37px;
	position: relative;
	padding-bottom: 5px;
}
.request-download .flex > div:nth-child(3n) {
	margin-right: 0;
}
.request-download .flex > div h3 {
	font-size: 1.6rem;
	padding: 0 20px;
	margin: 25px 0 7px;
}
.request-download .flex > div p {
	font-size: 1.4rem;
	line-height: 1.8;
}
a.btn_download {
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	padding: 15px 10px 10px;
	background: #327ec4;
	border: 1px solid transparent;
	border-radius: 6px;
	box-sizing: border-box;
	width: 200px;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
a.btn_download span {
	position: relative;
	display: block;
	transform: translate(-2px, -2px);
	transition: 0.3s;
	z-index: +1;
}
a.btn_download:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #4d9feb;
	border-radius: 6px;
	box-sizing: border-box;
	transform: translate(-2px, -2px);
	transition: 0.3s;
}
a.btn_download:hover span {
	transform: translate(0, 0);
}
a.btn_download:hover:after {
	transform: translate(0, 0);
}
a.btn_download.list {
	background: #09285f;
}
a.btn_download.list:after {
	background: #2f5597;
}

/* youtube動画の縦横比制御用 */
.area_movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.area_movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* フォーム用 */
#inquiry_download .flex {
	display: flex;
}
#inquiry_download .flex figure {
	flex: none;
	margin-top: 58px;
	margin-right: 40px;
}
#inquiry_download .mv {
	padding: 50px 0;
}
#inquiry_download .mv span {
	background: #1b9bd0;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px 3px;
	margin-top: 10px;
	display: inline-block;
}
#inquiry_download .mv h1 {
	font-size: 2.0rem;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.content.flex figure img{
	width: 350px;
}

@media screen and (max-width: 1039px){
	.content {
		width: 90%;
	}
	.form_webinar {
		width: 100%;
	}
	#inquiry_download .mv h1 {
		font-size: 2.0rem;
	}
	.request-download .flex {
		justify-content: center;
	}
	.request-download .flex > div,
	.request-download .flex > div.archive,
	.request-download .flex > div:nth-child(3n) {
		width: 100%;
		max-width: 700px;
		margin: 0 0 30px;
	}
	.flex div p.category,
	.demo .flex div p.category {
		top: 0;
		left: auto;
		right: 0;
		bottom: auto;
		transform: none;
	}
	.flex div p.title_archive {
		padding: 20px;
		margin-bottom: 0;
	}
	.demo .request-download .flex {
		justify-content: space-between;
	}
	.request-download .flex > div.demo {
		max-width: none;
		width: 47.5%;
		margin-right: 4%;
	}
	.request-download .flex > div.demo:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 799px){
	.tab_link li {
		font-size: 1.5rem;
	}
	#inquiry_download .flex {
		flex-wrap: wrap;
	}
	#inquiry_download .flex figure {
		width: 100%;
		text-align: center;
		order: 1;
		margin-top: 0;
	}
	#inquiry_download .flex > div {
		order: 0;
	}
	.flex div p.category,
	.demo .flex div p.category {
		font-size: 2vw;
		width: auto;
		padding: 2px 10px;
	}
	.request-download .flex > div.archive {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 549px){
	#inquiry_download .mv h1 {
		font-size: 1.6rem;
	}
	.request-download .flex > div,
	.demo .request-download .flex > div {
		width: 100%;
		margin: 0 auto 30px;
	}
	.flex div p.title_demo {
		margin-bottom: 0;
	}
	a.btn_download {
		font-size: 1.4rem;
	}
}