@charset "utf-8";

/* =============================================
  2級建築士 設計製図試験合格発表
============================================= */
.simple-section .bn_seizu_area .font_size_ll{
	font-size: 1.5em;
}
.simple-section .bn_seizu_area .font_size_s{
	font-size: 0.8em;
}

.bn_seizu_area .font_yell{
	color: #ffde00;
}

/*****
製図は日建へのリンクバナー
*****/
.btn_normal{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
	max-width: 640px;
	margin: 1em auto;
	border-radius: 0.25em;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.btn_normal::before{
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	border-radius: 0.25em;
	background-color: rgba(0,0,0,0.25);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: width 0.5s, opacity 0.5s;
}
.btn_normal:hover::before{
	width: 100%;
	opacity: 1;
}
.btn_normal a{
	/*display: block;*/
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 100%;
	text-decoration: none;
	padding: 1em 2.5em 1em 1em;
	border: solid 2px #fff;
	border-radius: 0.25em;
	background-image: url("/nikken/guidance/img/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-position: right 1em center;
}

.bn_seizu_area .bg_blue{
	background-color: #4b7cb2;
}

.bn_seizu_area .bn_seizu_btn{
	max-width: 100%;
	margin: 1em auto;
}
.bn_seizu_area .bn_seizu_btn a .bn_seizu_img{
	flex-shrink: 0;
	/*width: 20%;*/
	width: 32%;
	margin-right: 1em;
	margin-bottom: 0;
}
.bn_seizu_area .bn_seizu_btn a .bn_seizu_txt{
	flex-grow: 1;
	text-align: center;
}
.bn_seizu_area .bn_seizu_txt .bn_seizu_cpbox{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(1.8rem,2.8vw,2.8rem);
	line-height: 1.2;
	margin-bottom: 0.5em;
}
.bn_seizu_area .bn_seizu_cpbox .bn_seizu_icon{
	flex-shrink: 0;
	display: inline-block;
	width: 2.6em;
	margin-right: 1em;
}

/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media (min-width: 768px){
	/*****
	製図は日建へのリンクバナー
	*****/
	
	/*****
	講座リスト調整
	*****/
	.course_list_table tr > td:nth-child(1){
		width: 33%;
	}
	.course_list_table tr > td:nth-child(2){
		width: 14%;
	}
}

/* スマホ----------------------------- */
@media (max-width: 767px){
	/*****
	製図は日建へのリンクバナー
	*****/
	.btn_normal{
		font-size: 1.6rem;
	}
	
	.bn_seizu_btn{}
	.bn_seizu_area .bn_seizu_btn a{
		display: block;
	}
	.bn_seizu_area .bn_seizu_btn a .bn_seizu_img{
		width: 65%;
		margin: 0 auto;
	}
	.bn_seizu_area .bn_seizu_btn a .bn_seizu_txt{
		margin-top: 0.5em;
	}

}