@charset "utf-8";

#recommend{
	background: #f7f7f7;
}

#free{
	padding: 80px 0;
	line-height: 0;
	margin: 0 auto;
}
#contents #free h3{
	font-size: 2.4rem;
	line-height: 120%;
	color: #cacaca;
	margin: 0 auto 10px;
	padding: 0 50px;
}
#contents #free p{
	font-size: 1.4rem;
	line-height: 200%;
	color: #303030;
	margin: 0 auto;
	padding: 0 50px;
}
#contents #free>div {
	text-align: center;
}
#contents #free>div>div {
	border: 1px solid #ccc;
	width: 470px;
	margin-top: 50px;
	display: inline-block;
	padding: 40px 0;
}
#contents #free>div>div:nth-child(2) {
	margin-right:60px;
}
#contents #free>div>div>p:first-child {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#contents #free p strong{
	color: #3a7775;
}
#contents #free p.tit{
	font-size: 1.8rem;
	line-height: 160%;
	font-weight: bold;
	color: #4a4a4a;
	margin: 0 auto 12px;
	width: 80%;
	padding: 0;
}

#contents .product .info a.trial_btn{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 0 25px;
	margin: 20px auto 0;
	color: #303030;
	transition: 0.3s ease-in-out;
	position: relative;
}
#contents .product .info a.trial_btn::after{
	position: absolute;
	top: 50%;
	right: 25px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #303030;
	border-right: 1px solid #303030;
	transform: rotate(45deg);
	transition: 0.3s ease-in-out;
}
#contents .product .info a.trial_btn:hover{
	background: #a0bcb2;
	border: 1px solid #a0bcb2;
	color: #fff;
}
#contents .product .info a.trial_btn:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
#contents .product .info a.trial_btn span{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
#contents .product .info a.trial_btn .i{
	width: 130px;
	font-size: 1.5rem;
	line-height: 30px;
	background: #a0bcb2;
	border-radius: 14px;
	color: #fff;
	transition: 0.3s ease-in-out;
	margin: 0 25px 0 0;
}
#contents .product .info a.trial_btn:hover .i{
	color: #a0bcb2;
	background: #fff;
}
#contents .product .info a.trial_btn .name{
	font-size: 1.5rem;
	line-height: 120%;
	margin: 0 10px 0 0;
}

/* 動画 */

#Youtube {
	/*background-image: linear-gradient(150deg, rgba(214,212, 199, 1) 0%, rgba(141, 141, 129, 1) 50%, rgba(199, 185, 158) 100%);*/
	background: #EEE;
	width: 100%;
	margin: 0 0 50px;
	overflow: hidden;
	border: 70px solid #EEE;
	box-sizing: border-box;
}
#Youtube .movie {
	width: 960px;
	height: 480px;
	margin: 0 auto 0;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
}
#Youtube .movie:hover {
	opacity: 0.6;
}
#Youtube .movie-inner{
	display: block;    
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
#Youtube .thumb{
	width: 100%;
	max-width: 100%;
}
#Youtube .movie-player{
	position: relative;
	z-index: 10;
}
#Youtube h4 {
	width: 960px;
	text-align: center;
	margin: 0 auto 40px;
	font-size: 3.5rem;
	letter-spacing: 0.03em;
	color: #3a4360;
	line-height: 1.5;
	position: relative;
}
#Youtube h4 > span {
	display: inline-block;
	background: #FCFCFC;
	padding: 10px 60px;
	margin: 0 0 5px;
	color: #3a4360;
	font-size: 2.8rem;
	border: 1px solid #3a4360;
}
#Youtube h4 > span > span {
	display: block;
	font-size: 1.8rem;
}

/*
#Youtube h4:after {
	display:block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 15px solid #3a4360;
	border-bottom: 0;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -15px;
}
*/
#Youtube p {
	text-align: center !important;
	line-height: 1.4 !important;
	font-size:18px !important;
}
#Youtube p a {
	display: inline-block;
	background: rgb(0 0 0 / 90%) url('/img/icn/_blank.svg') right 40px top 50% no-repeat;
	background-size:12px;
	color: #FFF;
	padding: 15px 60px 15px 40px;
	margin: 30px 0 0;
	border-radius: 30px;
}
#Youtube iframe{
	z-index: 1 !important;

}




@media screen and (min-width:768px){

}

@media screen and (max-width:767px){
	#free{padding: 60px 0;}
	#contents #free h3{padding: 0;}
	#contents #free p{padding: 0 0 0 5%;}
	#contents #free p.tit {width: 90%;}
	#contents #free>div>div {padding:30px 0;}
	#contents #free>div>div>p:first-child {margin-bottom: 10px;padding-bottom: 10px;}

	#contents #free>div>div {width: 100%;}
	
	#contents .product .info a.trial_btn{
		padding: 5px 15px;
		margin-top: 10px;
	}
	#contents .product .info a.trial_btn::after{
		right: 20px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}
	#contents .product .info a.trial_btn .i{
		font-size: 1.2rem;
		margin-right: 15px;
		width: 100px;
	}
	#contents .product .info a.trial_btn .name{
		font-size: 1.4rem;
		text-align: right;
	}
	#contents .product .info a.trial_btn .img img{
		width: 70px;
		height: auto;
	}
	
	/* 動画 */
	
	#Youtube {
		border:none;
		padding: 50px 20px;
		margin: -20px 0 -40px;
	}
	#Youtube .movie  {
		width: 90vw;
		height: calc(90vw/1.75);
	}
	#Youtube h4 {
		width: auto;
		margin: 0 0 20px;
		font-size: 6vw;
	}
	#Youtube h4 > span {
		padding: 5px 40px;
		font-size: 4.5vw;
	}
	#Youtube h4 > span > span {
		font-size: 3.2vw;
	}
	/*
	#Youtube h4:after {
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-top: 10px solid #3a4360;
		bottom: -9px;
		margin-left: -10px;
	}*/
	#Youtube p {
		margin: 0 auto;
		font-size:3.2vw !important;
	}
	#Youtube p a {
		background-position: right 10% top 50%;
		margin-top:15px;
		padding: 10px 40px 10px 30px;
	}
	#Youtube + p {
		padding: 20px;
		font-size:3.5vw !important;
	}
	
	
}