@charset "utf-8";
/* CSS Document */

/* 入試統計・結果ページ設定 */

.hasei_link {
	font-weight: normal;
	text-indent: -1em;
	margin-top: 0.5em;
	font-size: 90%;
	line-height: 1.4em;
	margin-left: 1em;
}

@media print,screen and (min-width: 768px){

/* PC用設定 */

#result {
	position: relative;
}
#contents pre {
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
#result #title {
	background-image: url(../img/pages/title_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 140px;
	background-size:100%;
	display: flex;
	align-items: center;
}
#result #title .main {
	width:1050px;
	margin-left:auto;
	margin-right:auto;
}
#result #title h2 {
	color: #c01c25;
	font-size: 32px;
	line-height: 1.4em;
	background-image: url(../img/pages/h2_bk.png);
	display: inline-block;
	padding: 40px 3em 0px 1em;
	height: 100px;
	text-shadow: 1px 1px 1px #FFF;
	background-repeat: no-repeat;
	background-position: right center;
}
#result #title h2 small {
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
	display: block;
	color: #666;
}
#breadcrumb {
	padding:20px 0px;
}
#breadcrumb ul {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
#breadcrumb li {
	display: inline;
	font-size: 13px;
	line-height: 1em;
	color: #666;
}
#breadcrumb li:before {
        content: " > ";
}
#breadcrumb li:first-child:before {
        content: none;
}
#breadcrumb li a {
	color: #c01c25;
}
#breadcrumb li a:hover {
	color: #c01c25;
}
#result #container {
	margin: 0em;
	padding-top:0px;
}
#result #contents {
	width:950px;
	padding:50px;
	padding-top:20px;
	background-color:#FFF;
}
#result #contents h3 {
	font-size: 24px;
	line-height: 1em;
	color: #FFF;
	background-color: #C01C25;
	padding: 0.5em;
	margin-bottom: 1em;
}
#result #contents h4 {
	font-size: 21px;
	line-height: 1em;
	margin-bottom: 1em;
	padding-top:0.2em;
	padding-left: 0.5em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #C01C25;
	margin-top:1.5em;
}
#result #contents .menu {
	margin-top:2em;
	margin-bottom:2em;
	padding-left:24px;
}
#result #contents .menu li {
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom:1em;
	padding-left:1em;
}
#result #contents .menu li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
	color: #C01C25;
	position: absolute;
	margin-left: -1em;
}
#result #contents .menu li a {
	color: #C01C25;
	text-decoration: none;
}
#result #contents .menu li a:hover {
	color: #C01C25;
	text-decoration: underline;
}
#result .table {
	margin-bottom: 1em;
	}
#result .table table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #999;
}
#result .table th {
	padding: 0.5em;
	font-size: 14px;
	line-height: 1.3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	background-color: #e7e7e8;
	font-weight: normal;
}
#result .table th:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#result .table td {
	padding: 0.5em;
	font-size: 14px;
	line-height: 1.3em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#result .table td:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#result .table td span {
	margin-left:0.3em;
}
#result .note {
	font-size: 14px;
	line-height: 1.5em;
}
#result .ratio {
	margin:1.5em 0px;
}
#result .ratio dt {
	float: left;
	width: 450px;
}
#result .ratio dt tr:nth-child(even) {
	background-color: #dbe9d2;
}
#result .ratio dd {
	float: left;
	width: 320px;
	margin-left:80px;
}
#result .ratio dd img {
	width:100%;
	height: auto;
	margin-top:0.5em;
}
#result h5 {
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 0.5em;
	font-weight: normal;
}
#result h6 {
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #55aa45;
}
#result .area {
	margin-top:2em;
}
#result .area li {
	float: left;
	width: 22%;
	margin-bottom: 2em;
	margin-left: 4%;
}
#result .area li table {
	width: 100%;
	border-collapse: collapse;
}
#result .area li th {
	padding: 0.5em 0px;
	font-size: 13px;
	line-height: 1em;
	background-color: #55aa45;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#result .area li td {
	padding: 0.5em 0.3em;
	font-size: 13px;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
}
#result .area li:nth-child(5) {
	clear:both;
}

}
@media screen and (max-width: 767px){

/* スマホ用設定 */

#wrapper {
	margin-top:70px;
}
#contents pre {
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}

#result #title {
	background-image: url(../img/pages/title_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	background-size:100%;
}
#result #title h2 {
	height: 50px;
	color: #c01c25;
	font-size: 18px;
	line-height: 1.4em;
	background-image: url(../img/pages/h2_bk.png);
	display: inline-block;
	padding: 10px 3em 0px 1em;
	text-shadow: 1px 1px 1px #FFF;
	background-repeat: no-repeat;
	background-position: right center;
	margin-left:0px;
	background-size: 800px 100%;
}
#result #title h2 small {
	font-size: 11px;
	line-height: 1em;
	font-weight: normal;
	display: block;
	color: #666;
}
#breadcrumb {
	padding:10px;
}
#breadcrumb ul {
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}
#breadcrumb li {
	display: inline;
	font-size: 10px;
	line-height: 1em;
	color: #c01c25;
}
#breadcrumb li:before {
        content: " > ";
}
#breadcrumb li:nth-child(3) {
	display:none;
}
#breadcrumb li:first-child:before {
        content: none;
}
#breadcrumb li a {
	color: #c01c25;
}
#breadcrumb li a:hover {
	color: #c01c25;
}
#result #container {
	margin: 0em;
	padding-top:0px;
}
#result #contents {
	width:auto;
	padding:10px;
	background-color:#FFF;
}
#result #contents h3 {
	font-size: 16px;
	line-height: 1em;
	color: #FFF;
	background-color: #C01C25;
	padding: 0.5em;
	margin-bottom: 1em;
}
#result #contents h4 {
	font-size: 15px;
	line-height: 1em;
	margin-bottom: 1em;
	padding-top:0.2em;
	padding-left: 0.4em;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #C01C25;
}
#result #contents .menu {
	margin-top:1.5em;
	margin-bottom:1.5em;
	padding-left:18px;
}
#result #contents .menu li {
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom:0.7em;
	padding-left:1em;
}
#result #contents .menu li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3em;
	color: #C01C25;
	position: absolute;
	margin-left: -1em;
}
#result #contents .menu li a {
	color: #C01C25;
	text-decoration: none;
}
#result #contents .menu li a:hover {
	color: #C01C25;
	text-decoration: underline;
}

#result .table {
	margin-bottom: 0.5em;
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
	}
#result .table table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #999;
}
#result .table th {
	padding: 0.5em;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	line-height: 1.3em;
	background-color: #f2ece6;
	font-weight: normal;
}
#result .table th:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#result .table td {
	padding: 0.5em;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	line-height: 1.3em;
}
#result .table td:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 30%;
}
#result .table td i {
	color: #C01C25;
	margin-right: 0.5em;
}
#result .table td em {
	color: #999;
	font-style: normal;
	font-weight: normal;
}
#result .table td a {
	color: #C01C25;
	text-decoration: underline;
}
#result .table td a:hover {
	color: #231815;
	text-decoration: none;
}
#result .note {
	font-size: 12px;
	line-height: 1.5em;
}
#result .ratio {
	margin:1em 0px;
}
#result .ratio dt {
	float: none;
	width: auto;
}
#result .ratio dt tr:nth-child(even) {
	background-color: #dbe9d2;
}
#result .ratio dd {
	float: none;
	width: auto;
	margin-left:0px;
}
#result .ratio dd img {
	width:80%;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#result h5 {
	font-size: 16px;
	line-height: 1em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
}
#result h6 {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #55aa45;
}
#result .area {
	margin-top:1em;
}
#result .area li {
	float: left;
	width: 48%;
	margin-bottom: 1.5em;
	margin-left: 0px;
}
#result .area li table {
	width: 100%;
	border-collapse: collapse;
}
#result .area li th {
	padding: 0.5em 0px;
	font-size: 11px;
	line-height: 1em;
	background-color: #55aa45;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#result .area li td {
	padding: 0.5em 0.3em;
	font-size: 12px;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
}
#result .area li:nth-child(even) {
	float:right;
}
#result .area li:nth-child(odd) {
	clear:both;
}

}
