@charset "utf-8";
/* CSS Document */

/*********************
custom
**********************/
#contents .s5-iconInline {
    width: 13px !important;
    margin-left: 5px;
    margin-top: 0 !important;
}

#contents p{ margin: 0; }

/*********************
TOP
**********************/

#contents .h1style {
	text-align: center;
	font-size: 2.6em;
	margin-top: 40px;
}
#contents .h1style img {
	width: 100%;
	max-width: 320px;
}

#contents #sect_copytxt {
	text-align: center;
}
#contents #sect_copytxt h2 {
	line-height: 1.4em;
	font-size: 1.4em;
	font-weight: normal;
	padding: 30px 0;
}
#contents #sect_copytxt h2 strong {
	font-weight: bold;
}
#contents #sect_copytxt h2 span {
	display: inline-block;
}
@media screen and (max-width: 770px){
	#contents #sect_copytxt h2 {
		font-size: 1.1em;
	}
}



/**************************
	サブタイトル
**************************/
#contents .sectCom {
    margin: 50px auto 0 !important;
    padding-bottom: 50px;
}
#contents .subttl {
	font-size: 1.5em;
	text-align: center;
	color: #333;
	margin: 0 auto 10px;
}
#contents .subttl::before {
	content: "";
	background: url("../images/icon/img_brackets_l.png") no-repeat;
	background-size: contain;
  	vertical-align: middle;
	display: inline-block;
    width: 20px;
	height: 74px;
	margin-right: 20px;
}
#contents .subttl::after {
	content: "";
	background: url("../images/icon/img_brackets_r.png") no-repeat;
	background-size: contain;
  	vertical-align: middle;
	display: inline-block;
    width: 20px;
	height: 74px;
	margin-left: 20px;
}

@media screen and (max-width: 639px) {
	#contents .sectCom {
		margin: 25px auto 0 !important;
		padding-bottom: 25px;
	}
	#contents .subttl::before,
	#contents .subttl::after {
		width: calc(20px * 0.8);
		height: calc(74px * 0.8);		
	}
	#contents .subttl {
		font-size: 1.2em;
		margin: 0 auto;
	}
}

@media screen and (max-width: 359px) {
	#contents .subttl::before {
		margin-right: 0;
	}
	#contents .subttl::after {
		margin-left: 0;
	}	
}

/**************************
	αを使いこなす
**************************/
#contents .card-block {
	width: 25%;
}
#contents .card-block a {
	display: flex;
	flex-direction: column;
	border-radius: 0 0 10px 0;
	position: relative;
	color: #333;
	scroll-snap-align: start;
	margin: 7px;
	/*max-width: 270px;*/
    height: 370px;
	white-space: normal;
	background: #fbf6f3;
	box-shadow: 3px 3px 4px 1px #94a3b1;
	overflow: hidden;
	z-index: 1;
}

#contents .card-block:nth-child(3n-2) a {
	border: 1px solid #054ea5;
}
#contents .card-block:nth-child(3n-1) a {
	border: 1px solid #04a6c5;
}
#contents .card-block:nth-child(3n) a {
	border: 1px solid #03d7d7;
}

#contents .card-block img {
	width: 100%;
}
#contents .card-block .forSp {
	display: none;
}
#contents .card-block .ttl {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0.3em auto 0;
	text-align: center;
	padding: 0.5em;
	min-height: 2.2em;
}
#contents .card-block .ttl span {
	display: inline-block;
}

#contents .card-block .ttl::before {
	content: "";
	background: url("../images/icon/icon_bookmark.png") no-repeat;
	background-size: contain;
    vertical-align: top;
    display: inline-block;
    width: 23px;
    height: 23px;
    padding-right: 5px;	
}
#contents .card-block .leadtxt {
	font-size: 0.9em;
	line-height: 1.4em;
    padding: 0 1em 1em;
}


#contents .card-block a::after {
	background-image: linear-gradient(180deg, rgba(2, 47, 160, 1), rgba(2, 130, 192, 1));
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}
#contents .card-block a:hover::after {
	transform: scale(1, 1);
}
#contents .card-block a:hover {
	text-decoration: none !important;
	color: #fff;
}

#contents .card-block.hiddenclass {
	height: 0 !important;
}


/* カード型横(1) */
#contents .card-wrap {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	position: relative;
}

#contents .card-wrap-in {
	max-width: 1200px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#contents .card-block .leadtxt.__forSp {
	display: none;
}

@media screen and (max-width: 1050px) {
	#contents .card-block {
		width: 33%;
	}	
}
@media screen and (max-width: 639px) {
	#contents .card-block a {
		height: 300px;
	}
}

/* sp 薄型カード */
@media screen and (max-width: 740px) {
	#contents .card-wrap-in {
		flex-direction: column;
		padding: 0;
	}
	#contents .card-block {
    	width: 100%;
	}
	#contents .card-block a {
    	flex-direction: row;
		align-items: center;
		max-width: unset ;
		height: auto;
		margin: 3px 7px 3px 0;
	}
	#contents .card-block .leadtxt {	
		font-size: 0.9em;
		margin: 0;
	}
	#contents .card-block img {
		width: auto;
		height: 130px
	}
	#contents .card-block .leadtxt.__forSp {
		display: block;
	}
	#contents .card-block .leadtxt.__forPc {
		display: none;
	}
}

@media screen and (max-width: 540px) {
	#contents .card-block .forSp {
		display: block;
	}
	#contents .card-block .forPc {
		display: none;
	}
	#contents .card-block .leadtxt {
	    padding: 0 0.5em 0.2em 0.8em;
		line-height: 1.2em;
	}
	#contents .card-block .ttl {
		text-align: center;
		font-size: 1em;
	}
	#contents .card-block .ttl::before {
		width: 18px;
		height: 18px;
		margin-top: -3px;
	}
}

/***********************
	おすすめ動画
***********************/

/* カード型横(2) */
#contents .card-wrap2 {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	position: relative;
}
#contents .card-wrap-in2 {
	max-width: 1200px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	justify-content: center;
}
#contents .videoThumb a {
	position: relative;
	cursor: pointer;
	color: #FFF;
	padding: 10px 1px 0;
	scroll-snap-align: start;
	margin: 0 10px;
	white-space: normal;
	background-color: #232847;
	box-shadow: 3px 3px 3px 0px #94a3b1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
#contents .videoThumb img {
	overflow: hidden;
	width: 100%;	
}
#contents .videoThumb .ttl {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0 auto;
	text-align: center;
	padding: 1em 0.5em;
    min-height: 70px;
}
#contents videoThumb .ttl span {
	display: inline-block;
}
#contents .videoThumb:hover {
	opacity: 0.6;
	transition: .3s;
}
#contents .videoThumb a:hover {
	text-decoration: none !important;
}

#contents .linkMovies {
	margin: 20px 0 0 20px;
}
#contents .linkMovies a {
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
	line-height: 2em;
    border-radius: 5px;
    background-color: #232847;
    display: inline;
	padding: 3px 3px 3px 0;
	box-shadow: 3px 3px 3px 0px #94a3b1;
}
#contents .linkMovies a::before {
	content: "";
	background: url("../images/icon/icon_movie.png") no-repeat;
	background-size: contain;
	background-position: -2px -2px;	
    vertical-align: top;
	display: inline-block;
    width: 36px;
    height: 36px;
    padding-right: 5px;	
}

#contents .linkMovies a::after {
	display: inline-block;
    content: '';
    background-image:url("../images/icon/chevron-right-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    height: 0.6em;
    width: 0.6em;
    margin: -0.15em 0.4em 0;
}
#contents .linkMovies a:hover {
	text-decoration: none;
	color: #FFF;
	opacity: 0.6;
	transition: .3s;
}

@media screen and (max-width: 1050px) {
	#contents .card-wrap-in2 {
		flex-wrap: wrap;
	}
	#contents .videoThumb {
		margin: 5px;
	}
	#contents .videoThumb a {
		flex-direction: row;
		align-items: center;
		padding: 1px;
		margin: 0;
		width: 43vw;
	}
	#contents .videoThumb img {
		width: 70%;
	}
	#contents .videoThumb .ttl {
		width: 70%;
		min-height: unset;
		padding: 0.5em;
		font-size: 0.9em;
	}
	#contents .videoThumb .ttl.__sFont {
		font-size: 0.85em;
	}
}

@media screen and (max-width: 800px) {
	#contents .videoThumb a {
		width: 90vw;
    	max-width: 400px;
	}
	#contents .linkMovies {
		margin: 20px auto;
		text-align: center;
	}
}

/***********************
	こちらもおすすめ
***********************/
#contents .sectCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px auto 0;
}
#contents .sectCol .unit {
	position: relative;
	width: 50%;
}
#contents .sectCol ul {
    width: 80%;
    background-color: #e2f3f5;
    margin: 50px 20px 20px 0;
    border-radius: 10px;
    padding: 15px 15px 15px 50px;
}

#contents .sectCol .ttlBox {
    padding: 0 15px;
	background-image: linear-gradient(137deg, #8eade7 0%, #a7e5dd 90%);
	box-shadow: 2px 1px 4px 1px #94a3b1;
	border-radius: 10px 0 10px 0;
	margin-bottom: 10px;
	border: 1px solid #a9a1a1;
	z-index: 9;
	position: absolute;
	top:0;
	left: 0;
}
#contents .sectCol .ttlBox p {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 3em;
	margin: 0 auto;
	text-align: center;
	color: #3d3d41;
}
#contents .sectCol ul li {
	font-size: 1em;
    text-indent: -5px;
    padding-left: 5px;
	list-style-type: square;
}
#contents .sectCol ul li img {
	padding-left: 5px;
}

@media screen and (max-width: 860px) {
	#contents .sectCol  ul li {
		font-size: 0.85em;
	}
	#contents .sectCol ul {
		width: 70%;
	}
}

@media screen and (max-width: 640px) {
	#contents .sectCol {
		flex-direction: column;
	}
	#contents .sectCol .unit {
		width: 100%;
	}
	#contents .sectCol ul {
		margin: 50px 0 5px 0;
		width: unset;
	}
	#contents .sectCol .ttlBox {
		height: 3em;
		margin-bottom: 0;
		top: 10px;
	}
	#contents .sectCol .ttlBox p{
		line-height: 2.7em !important;
	}
}


/*******************************
    背景グレー
********************************/
#contents .bggray {
    background-color: #E7E7E7;
    margin: 0 calc(50% - 50vw);
    width: 99vw;
    padding: 30px 0;
}
/*******************************
    他リンクバナー
********************************/
#contents #sect_otherlink {
	margin-bottom: 0;
}
#contents #sect_otherlink ul {
	display: flex;
	justify-content: center;
	padding: 0 20px;
}
#contents #sect_otherlink ul li {
	list-style: none;
	margin: 0 10px;
}
#contents #sect_otherlink ul li img {
	width: 100%;
	max-width: 380px;
}
#contents #sect_otherlink ul li img:hover {
    opacity: 0.6;
    transition: .3s;
}
@media screen and (max-width: 580px){ 
	#contents #sect_otherlink ul {
		flex-direction: column;
		align-items: center;
	}
}


