@charset "utf-8";

/* =============================================
	style
============================================= */

/*** Flex ***/

.flex_box{
	display: flex;

}


/*** <a>hover img用 ***/
a:hover img{
	opacity: 0.7;
}


/*** <main>内 リンクボタン設定 ***/

/* 標準ナビボタン */

.btn_normal{
	text-align: center;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}

.btn_normal a{
	display: block;
	color: #215087;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 2rem 0;
	border: solid 1px #b2b2b2;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	background-image: url(../../kaisoku/img/icon_link_arrow.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: auto 1.3rem;
}

.btn_normal a:hover{
	text-decoration: none;
	opacity: 0.7;
}

/* 受講ログイン */
.btn_login{
	text-align: center;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}

.btn_login a{
	display: block;
	color: #215087;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 2rem 0;
	border: solid 1px #b2b2b2;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	background-image: url(../img/icon_link_login.png), url(../img/icon_link_arrow.png);
	background-repeat: no-repeat;
	background-position: 1rem center, 96% center;
	background-size: auto 2.6rem, auto 1.3rem;
}

.btn_login a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.btn_bn_area{
	margin: 1em auto;
}
.btn_bn_area .btn_banner{
	text-align: center;
}
.btn_bn_area .btn_banner a{
	display: inline-block;
	text-decoration: none;
}
.btn_bn_area .btn_banner a::after{
	content: '詳細はコチラ';
 display: block;
 text-align: right;
 color: #fff;
 padding: 0.25em 2em 0.25em 0.5em;
 background-color: #faa906;
 background-image: url("/nikken/guidance/img/icon_arrow.png");
 background-repeat: no-repeat;
 background-position: right 0.5em center;
 background-size: auto 1em;
}

/*** 表組の指定-解答速報 ***/

/* 択一問題正解番号表 */
.table_basic tr.strong_red td{
	font-weight: bold;
	color: #ff1d2c;
}


/*** 合格者の声-解答速報 ***/

/* .interview_ttl{
	text-align: center;
	width: 100%;
	margin-bottom: 1rem;
	padding: 1.5em 0;
	background-image: url(../img/celebration_ttl_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.interview_ttl p{
	margin: 0 auto;
}

.interview_ttl img{
	width: 85%;
	max-width: 316px;
	height: auto;
} */

.youtube_area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.youtube_area .interview_list{
	width: 48%;
	margin-bottom: 2em;
}

.youtube_area .interview_list a.youtube{
	color: #555;
}

.youtube_area .interview_list a.youtube:hover{
	text-decoration: none;
}

.youtube_area .interview_list a.youtube img{
	width: 100%;
	height: auto;
}

.youtube_area .interview_list a.youtube h4{
}

.youtube_area .interview_list a.youtube .interview_name{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.youtube_area .interview_list a.youtube .interview_name .btn_video{
	color: #fff;
	width: 98%;
	box-sizing: border-box;
	border: solid 2px #fff;
	background-color: #c83f44;
	background-image: url(../img/icon_video.png);
	background-repeat: no-repeat;
	background-size: auto 1em;
	background-position: right 0.5em center;
	box-shadow: 0 0 1px 1px #ddd;
}

/*** 講師インタビュー-解答速報 ***/

img.banner_maxwidth{
	width: 100%;
	height: auto;
}


/*** ヘッダー画像-斎木インタビュー ***/

.header_interview{}

.header_interview img{
	width: 100%;
	height: auto;
}


/*** Column欄-斎木インタビュー ***/

.interview_column_area{
	border: solid 1px #6dba57;
}

.interview_column_area .column_text{
	color: #fff;
	margin-bottom: 0;
	padding: 1em;
	background-color: #6dba57;
}

.interview_column_area .interview_column_flex{
	display: flex;
	justify-content: space-between;
	padding: 1em 1em 0 1em;
	background-color: #D5E8C1;
}

.interview_column_area .interview_column_flex .interview_column_single{
	font-size: 1.2rem;
	width: 30%;
	position: relative;
}

.interview_column_area .interview_column_flex .interview_column_single::after{
	content: "";
	width: 0;
	height: 0;
	border: solid 1rem transparent;
	border-left-color: #6DBA57;
	position: absolute;
	left: 106%;
	top: 20%;
}

.interview_column_area .interview_column_flex .interview_column_single:last-child::after{
	border: none;
}

.interview_column_area .interview_column_flex .interview_column_single img{
	width: 100%;
	height: auto;
}


/*** メッセージ欄-斎木インタビュー ***/

.interview_message_area{}

.interview_message_area img{
	width: 30%;
	height: auto;
}


  /* 24リニューアル調整 */
  .present__wrap{
    margin: 0 0 50px;
  }
  .flex_box .text_center,
  .present__wrap .text_center{
    display: block;
  }



/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 768px){
	
	/*** 合格者の声 ***/
	
	.youtube_area .interview_list a.youtube .interview_name .btn_video{
		text-align: left;
		max-width: 5em;
		margin-top: -0.2em;
		padding: 0.2em 0 0.2em 0.5em;
	}

  /* 24リニューアル調整 */
  .present__wrap{
    margin: 0 0 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  /* .present__wrap > div{
    padding: 30px;
    border: 1px solid var(--line-light);
  } */
  .flex_box{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .youtube_area .interview_list{
    width: 31%;
  }
  
	
	/*****
	バナーエリア
	*****/
	.btn_bn_area .btn_banner{
		max-width: 714px;
		margin: 0 auto;
	}
	.btn_bn_area.flex_between_pc .btn_banner{
		width: 49.5%;
		max-width: 476px;
		margin: 0;
	}
	
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	
	/*** Flex ***/
	
	.flex_box{
		flex-direction: column;
	}
	
	
	/*** 表組の指定 ***/

/* 択一問題正解番号表 */
.table_wide_min500{
	min-width: 500px;
}
	
	
	/*** 合格者の声 ***/
	
	.youtube_area .interview_list a.youtube .interview_name{
		flex-direction: column;
	}
	
	.youtube_area .interview_list a.youtube .interview_name .btn_video{
		text-align: center;
		padding: 0.2em 0;
	}

  /* 24リニューアル調整 */
  .youtube_area .interview_list a.youtube .interview_name{
    display: block;
  }
	
}


/* print----------------------------- */
@media print{
	#footer,.page_top{ display: none; }
	body{ min-height: 0; }
}
