@charset "utf-8";

/* =============================================
1級建築士 設計製図課題発表
============================================= */
/*****
建築設計資料
*****/
.kadai_book{
	margin-top: 2em;
}
.kadai_book_img{}
.kadai_book_txt{
	margin-bottom: 2em;
}

.type_btn_blue a{
	background-image: linear-gradient(to bottom, #2293b9 0%,#126b89 100%);
}
.type_btn_red a{
	background-image: linear-gradient(to bottom, #db2b32 0%,#bd1b22 100%);
}

/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media (max-width: 767px){}

/* PC----------------------------- */
@media (min-width: 768px){
	.flex_between_pc{
		display: flex;
		justify-content: space-between;
	}
	/*****
	建築設計資料
	*****/
	.kadai_book_img{
		width: 65%;
	}
	.kadai_book_txt{
		width: 32%;
	}
	
	.type_btn_blue,
	.type_btn_red{
		width: 48%;
	}
	
	.simple-section p + p.apply_btn{
		margin-top: 0;
	}
}



/* ===========================================
	印刷
=========================================== */
@media print {}