@charset "utf-8";
/* CSS Document */
/* 進学希望調査ページのCSS */
.jyuken_top_box h4{
    padding: 1rem;
    background: #eee;
}

.jyuken_top_lead {
    padding: 1rem;
}
.jyuken_top_lead p{
    margin-bottom: 1rem;
    text-indent: 1rem;
    line-height: 1.7rem;
}
.jyuken_top_lead p:last-child{
    margin-bottom: 0;
}
.jyuken_top_lead strong{
    font-weight: bold;
    line-height: 1.7rem;
}

.jyuken_top_box ul.previous_data{
    border: none;
    width: 100%;
    display:grid;
    grid-template-columns: repeat(auto-fit,minmax(8rem,1fr));
}
.jyuken_top_box ul:not(.previous_data) li:before {
    content: "";
    position: absolute;
    top: 41%;
	right: 1rem;
	width: 10px;
	height: 10px;
	border-top: 2px solid #002f7b;
	border-right: 2px solid #002f7b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*
.jyuken_top_box ul.previous_data li:before {
    content: "";
    position: absolute;
    top: 41%;
	right: 1rem;
	width: 6px;
	height: 6px;
	border-top: 2px solid #002f7b;
	border-right: 2px solid #002f7b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
*/


.jyuken_top_box ul.previous_data li{
    border: none;
}
.jyuken_top_box ul.previous_data li:before{
    border: none;
}

.previous_data li a{
    padding: 1rem;
    text-align: center;
}

.bairitsu_pattern_midashi{
    margin-bottom: 2px;
	padding:0.5rem 1rem;
	color:red;
    border: 2px solid red;
    line-height: 1.7rem;
    font-weight: bold;
    letter-spacing: .06em;
}

/* 画像コピー等の禁止処理 */
.no_content_copy body{
    pointer-events: none;
    /* @media print{display: none !important;} */
}

.no_content_copy img{
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
    /* @media print{display: none !important;} */
}