﻿.trendlogo{display: block;position: absolute;top:10px;}
.project_main_visual.exam{position: relative;margin-top: 0;}
.law_desc{padding: 50px}
.foreword{display: block; font-size: 1.25em;height:100px; text-align:center;width:80%;margin: 0 auto;background-image:url(/images/project/2023/deco/pen.png);background-repeat: no-repeat;    background-position: bottom right;font-weight: 500;margin-top: 30px;}
.prize {display: flex;flex-wrap: wrap;}
.prize div img {width: 100%;border-radius: 100%;box-shadow: 0px 0px 8px 2px #d3d3d3; aspect-ratio:1;}
.prize div {width: 190px;margin-right: 50px;margin-top: 10px;text-align: center;}
.board strong{font-size: 1.62em; display: block;font-weight:600; margin-top:50px;}
.board ul li{list-style-type: decimal; margin-left: 20px;margin-bottom: 10px;}
.board i{font-size: 1.62em; display: block;font-weight: 500; }
.law_desc p{text-decoration: none;}
.exam_btn{display: flex; text-align: center;margin-top:30px;justify-content: center;flex-wrap: wrap;}
.exam_btn a {display: inline-block;text-align: center;width: 250px;height: 50px;line-height: 50px;margin: 10px 20px;border-radius: 30px;color:#fff;font-weight:500;	font-size: 1.25em;}
.exam_btn a.btn_red{background-color: #b21d44; }
.exam_btn a.btn_brown{background-color: #d6b98e; }
.exam_btn a.btn_lightblue{background-color: #3388b1; }
.exam_btn a.btn_grey{background-color: #484848; }
.exam_btn a.btn_deepblue{background-color: #4267b2; }
.exam_btn a.btn_red:hover{background-color: #77132d; }
.exam_btn a.btn_brown:hover{background-color: #a88959; }
.exam_btn a.btn_lightblue:hover{background-color: #215872; }
.exam_btn a.btn_grey:hover{background-color: #2a2a2a; }
.exam_btn a.btn_deepblue:hover{background-color: #283f6f; }
.law_desc h2 , .board em{font-size: 1.62em;display: block;text-align: center;font-weight: 600; margin-top:30px;}
.board em span{color:#b21d44;}

@media (min-width:320px) and (max-width:1024px) { 
	.board{width:90%;}
	.foreword{width: 90%;height: 120px;}
	.prize div{width: 150px;margin:20px;}
	.exam_btn a{width:220px;margin: 30px 15px;}
}

@media (min-width:320px) and (max-width:820px) {
		.foreword{width:100%;height: 140px;}
	    .prize div{width: 190px;margin:20px;}
	    .exam_btn{flex-direction:column-reverse;}
	     .exam_btn a{width:280px;margin:auto;margin-bottom:40px;}
	  
}

@media (min-width:320px) and (max-width:640px) {
		.foreword{height: 180px;}
	    .prize div{margin:20px auto;}
	
}

@media (min-width:320px) and (max-width:480px) {
	.law_desc{padding:30px;}
	.foreword{height:200px;font-size: 1em;}
	.board strong , .board i{font-size: 1.25em;}
	.exam_btn a{width: 250px;}
}

@media (min-width:320px) and (max-width:375px) {
	.exam_btn a{width: 210px;}
}

@media (min-width:320px) and (max-width:320px) {
	.exam_btn a{width:180px;}

}