@charset "utf-8";
/* CSS Document */

.notomin {
	font-family: 'Noto Serif JP', serif;
}
.ttl {
	font-family: 'Noto Serif JP', serif;
	color: #987a57;
	text-align: center;
margin: 1em auto!mportant;
	font-size: 3rem!important;
	font-weight: bold;
	line-height: 1.2;
}
.nendo {
	font-family: "Times New Roman", Times, "serif";
	font-weight: normal;
	background: #987a57;
	color: #fff;
	font-size: 40%;
	text-align: center;
	line-height: 1;
	padding: .25em 1em;
	border-radius: 2em;
	width: 6em;
	margin: 0 auto .5em;
&:after {
content: '年度';
font-size: 70%;
font-family: 'Noto Serif JP', serif;
}
}

/* mobile */
@media screen and (max-width: 767px) {
h2.ttl {
	font-size: 8.5vw!important;
}
.nendo {
	font-size: 50%;
}
}
.ttl2 {
	background: #997a57;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	margin: 0 0 2rem;
	font-family: 'Noto Serif JP', serif;
}
.heading1 {
	color: #997a57;
	font-size: 1.5rem;
	margin: 0 0 .5rem;
	padding: 0 !important;
	font-family: 'Noto Serif JP', serif;
}
.heading1 span {
	font-size: .8rem;
	display: block;
}
.heading2 {
	border-bottom: solid 1px #997a57;
	color: #997a57;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1rem;
	font-family: 'Noto Serif JP', serif;
}
.heading3 {
	color: #997a57;
	font-size: 1rem;
	padding: 0;
	margin-bottom: .25rem;
	text-align: left;
	font-family: 'Noto Serif JP', serif;
&:before {
content: '●';
margin-right: .25rem;
}
}
.iframeWrap {
	margin: 0 0 5px !important;
}
.iframeWrap iframe {
	border: solid 3px #997a57;
	border-radius: 10px;
	box-sizing: border-box;
}
.grand_prix {
	font-size: .8rem;
}
.list_linkbutton li a {
	font-size: 1rem;
	margin: 1px;
	padding: 1rem 0;
}
.box_eee {
	text-align: left;
}
[class^="face_"] {
	width: 100px;
	float: left;
& img {
border: solid 1px #ccc;
}
}
.marginleft120 {
	margin-left: 120px;
}
.no {
	font-size: .8rem;
	border-bottom: dotted 1px #999;
	margin-bottom: .5rem
}
.name {
	font-size: 1.25rem;
	margin-bottom: .25rem;
	font-weight: bold;
}
.prf, .yosen, .repertory {
	font-size: .9rem;
	margin: 0 0 .25rem;
}
.repertory {
&:before {
content: '全国曲目：';
display: block;
float: left;
}
& a {
color: #900;
}
& ul[class*="list_"] {
margin: 0 0 0 5em;
}
& ul[class*="list_"] li {
font-size: .9rem;
margin-bottom: .25rem;
line-height: 1.2;
display: inline;
}
& ul[class*="list_"] li:not(:last-child):after {
content: '、';
margin: 0 0 0 .25rem;
}
}

/* pc */

@media screen and (min-width: 767px) {
.result_wrapper {
	padding: 40px;
}
.face_2 {
& img {
width: 60px;
}
& img:nth-child(2) {
float: right;
margin-top: -10px;
position: relative;
}
}

/* moble */

@media screen and (max-width: 767px) {
.heading1 {
	font-size: 5vw;
<br> & span {
font-size: 3.5vw;
}
}
.result_wrapper {
	padding: 1rem;
}
[class*="face_"] {
	width: 50px;
}
.face_2 img:nth-child(2) {
	margin-top: -1px;
}
.marginleft120 {
	margin-left: 65px;
}
.repertory ul[class*="list_"] li, .prf, .yosen, .repertory {
	font-size: .8rem;
}
}
