@charset "utf-8";

/* common.css
---------------------------------------------*/

.youtubeWrap{
  max-width: 560px;
  margin: 40px auto;
}
.youtubeWrapInner{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtubeWrapInner iframe {
  width: 100%;
  height: 100%;
}

.freeWrap	h2{ 
  background-color: #152c81; 
  color: #fff; 
  font-size: 22px;
  font-weight: 700;
	line-height: 1.0;
  padding: 12px 20px; 
  margin: 50px auto 40px; 
}

/* common.css END
---------------------------------------------*/

.heading{
	margin: 50px auto;
}
.catch{
	color: #152c81;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.freeWrap	h2{ 
  background-color: #152c81; 
  color: #fff; 
  font-size: 22px;
  font-weight: 700;
	line-height: 1.0;
  padding: 12px 20px; 
  margin: 50px auto 40px; 
	position: relative;
}

.leading{
	margin-bottom: 40px;
}

.lineupBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 20px;
}
.lineupBox .col{
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
.lineupBox .col .text{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.lineupBox .col .text{
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.freeWrap	h2{
		margin-bottom: 10px;
	}
	.series{
		display: inline-block;
		background-color: #e3ebfa;
		color: #152c81;
		border-radius: 13px;
		padding: 6px 14px;
		font-size: 14px;
		font-weight: 700;
		line-height: 1;
    margin-top: 20px;
		margin-bottom: 40px;
	}
	.leading .img img{
		max-width: 480px;
		width: 100%;
		margin: 0 auto;
	}
	.lineupBox{
		flex-direction: column;
		align-items: center;
	}
	.lineupBox .col .img img{
		max-width: 400px;
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.freeWrap	h2{ 
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.freeWrap	h2::after{
		display: block;
		content: "ヒサゴの現場で役立つシリーズ";
		background-color: #e3ebfa;
		color: #152c81;
		border-radius: 13px;
		padding: 6px 14px;
		font-size: 15px;
		font-weight: 700;
		line-height: 1;
	}
	.series{
		display: none;
	}
	.lineupBox{
		flex-direction: row;
	}
	.lineupBox .col{
		width: 100%;;
	}
}
@media screen and (min-width: 1280px) {
	.lineupBox .col{
		width: calc( ( 100% - 20px ) / 2 );
	}
}

