@charset "utf-8";

body {
	font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	color: #333;
	font-size: 100%;
	line-height: 1.7;
	background-color: #fff;
	font-weight: 400;
}

a, a:link, a:visited, a:focus { color: #333;}
a:active, a:hover { color: #529FE4;}

#side_con {
	width: 250px;
	height: 100%;
	min-height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #f8f8f7;
	padding: 30px 0;
	z-index: 99999 !important;
	font-family : 'Noto Serif JP', serif;
}

#side_con h1 {
	background: url(../jcmcj/images/logo.png) no-repeat center center;
	background-size: 160px;
	height: 160px;
	width: 250px;
	margin-bottom: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	transition: all 0.2s ease-out;
}

#side_con h1:hover {
	filter: drop-shadow(3px 3px 3px rgba(160, 160, 160, 0.8));
}

.num_box {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	background: #be9d31;/*linear-gradient(45deg, #be9d31, #eddc9a)0回用*/
	color: #fff;
	font-size: 1em;
	text-align: center;
	line-height: 50px;
	position: absolute;
	top: 20px;
	right: 20px;
}

/*40回専用*/
/*.num_box::after {
	font-family: FontAwesome;
	font-size: 1em;
	content: '\f005';
	position: absolute;
	right: -12px;
	top:-22px;
	transition: all 0.2s ease-out;
	color: #dcce97;
	transform: rotate(90deg);
}

.num_box::before {
	font-family: FontAwesome;
	font-size: 0.1em;
	content: '\f005';
	position: absolute;
	right: 6px;
	top:-12px;
	transition: all 0.2s ease-out;
	color: #fff;
	transform: rotate(50deg);
}*/

#side_con nav > ul > li::before,
#side_con nav > ul::after {
	content: "";
	display: block;
	height: 1px;
	width: calc( 100% - 50px );
	background: #333;
	margin: 0 auto;
}

#side_con nav ul li a {
	display: block;
	padding: 10px 30px;
	color: #000;
	text-decoration: none;
	transition: all 0.2s ease-out;
}
#side_con .btn {
	margin: 20px;
}

@media screen and (max-height: 800px){
	#side_con nav ul li a {
		padding: 5px 30px;
	}
	#side_con .btn {
		margin: 10px 20px;
	}
}
#side_con nav ul li a:hover {
	background: rgba(102,204,255,0.9);
	color: #fff;
}

#side_con nav ul li .drop {
	width: auto;
	min-width: 250px;
	height: 0;
	background: rgba(102,204,255,0);
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 100%;
	z-index: 999 !important;
	padding: 0;
	overflow: hidden;
	transition: all 0.2s ease-out;
}
#side_con nav ul li:hover .drop {
	height: 100vh;
	background: rgba(102,204,255,0.9);
}
#side_con nav ul li .drop ul {
	margin-top: 230px;
}
#side_con nav ul li .drop ul li {
	padding: 0;
	margin: 8px 10px;
}
#side_con nav ul li .drop ul li a {
	display: block;
	padding: 0px 40px;
	color: #fff;
	position: relative;
}
#side_con nav ul li .drop ul li a::before {
	font-family: FontAwesome;
	content: '\f0a9';
	position: absolute;
	top: 1px;
	left: 10px;
	transition: all 0.2s ease-out;
}

#side_con nav ul li .drop ul li a:hover {
	color: #c3e678;
	background: none;
}

#side_con nav ul li .drop ul li a:hover::before {
	left: 15px;
}

#side_con nav > ul > li:nth-of-type(3), #side_con nav > ul > li:nth-of-type(n+6) {
	position: relative;
}

#side_con nav > ul > li:nth-of-type(3)::after, #side_con nav > ul > li:nth-of-type(n+6)::after {
	font-family: FontAwesome;
	content: '\f105';
	color: #fff;
	opacity: 0;
	position: absolute;
	top:11px;
	right: 35px;
	transition: all 0.2s;
}
#side_con nav > ul > li:nth-of-type(3):hover::after, #side_con nav > ul > li:nth-of-type(n+6):hover::after {
	opacity: 1;
	right: 25px;
}

.new::before{
	/*content: '・';
	color: red;
	font-size: 1.5em;
	line-height: 30%;
	margin-left: -5px;
	vertical-align: super;*/
	display: inline-block;
	content: "";
	width: 5px;
	height: 5px;
	vertical-align: top;
	border-radius: 50%;
	background-color: red;
}

.btn {
	margin: 0 auto 18px;
	display: block;
	padding: 10px 20px;
	background: #66ccff;
	border-radius: 40px;
	color: #fff !important;
	font-family : 'Noto Serif JP', serif;
	letter-spacing: 1px;
	transition: all 0.2s ease-out;
	font-weight: bold;
	position: relative;
}
.btn::after {
	font-family: FontAwesome;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3;
	content: '\f0a9';
	position: absolute;
	right: 20px;
	transition: all 0.2s ease-out;
}

.btn:hover {
	background:#c3e678;
}

.mp_btn {
	background: #025bb4;
	margin-bottom: 0;
}


.btn:hover::after {
	right: 15px;
}

.btn_sq {
	margin: 0 auto;
	display: block;
	padding: 50px 20px;
	font-family : 'Noto Serif JP', serif;
	letter-spacing: 1px;
	transition: all 0.2s ease-out;
	font-weight: bold;
	color: #333 !important;
	position: relative;
	text-align:center;
	border: 1px solid #333;
}
.btn_sq::after {
	font-family: FontAwesome;
	content: '\f0a9';
	position: absolute;
	font-size: 17px;
	font-weight: normal;
	top:40%;
	right: 15px;
	transition: all 0.2s ease-out;
}

.btn_sq:hover {
	background:#333;
	color: #fff !important;
	letter-spacing: 5px;
}

.btn_sq:hover::after {
	right: 10px;
}

.btn_dis {
	background: #eee;
	pointer-events: none;
	color: #ccc !important;
}


#main_con, #footer {
	width: calc( 100% - 250px );
	position: relative;
	left: 250px;
	top: 0;
}

#sp_top {
	display: none;
}

.inner {
	margin:0 auto;
	max-width: 1160px;
	padding: 0 10px;
}

.img-center {
    display: block;
    margin: 0 auto;
	padding-top: 40px;
    max-width: 100%;
    height: auto;
}

.img-left {
	float:left;
	display: block;
	margin:0 20px 20px 0;
	max-width: 100%;
	height: auto;
}

.bana .img-center {
	padding: 30px 0 0;
}

.topic-ba {
	display: block;
	width: 140px;
	height: 140px;
	position: fixed;
	bottom: 20px;
	left: 270px;
	z-index: 1;
}

.topic-ba-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../jcmcj/images/topic-ba-text.png");
    background-size: 100%;
    transition: .25s;
    z-index: 3;
}

.topic-ba:hover .topic-ba-in {
    transform: scale(1.075);
}

.topic-ba-in::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../jcmcj/images/topic-ba-bg.png");
    background-size: 100%;
    animation: 10s linear infinite rotation1;
    z-index: 2;
}
@keyframes rotation1 {
	0% {transform: rotate(0);}
	100% {transform: rotate(360deg);}
}

#main_con h2 {
	font-family : 'Noto Serif JP', serif;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	padding: 30px 0;
	margin: 0;
	letter-spacing: 1.5px;
}
#main_con h2 span {
	display: block;
	font-size: 0.4em;
	line-height: 1;
	color: #be9d31;
	font-weight: normal;
}

h3 {
	font-family : 'Noto Serif JP', serif;
	font-size: 1.6em;
	font-weight: bold;
	padding: 30px 0;
	margin: 0;
	letter-spacing: 1.5px;
}

h3::before {
	font-family: FontAwesome;
	content: '\f068';
	color: #66ccff;
	margin-right: 10px;
}

h4 {
	font-family : 'Noto Serif JP', serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px 0;
	margin: 0;
	letter-spacing: 1.5px;
}

h4::before {
	font-family: FontAwesome;
	content: '\f068';
	color: #66ccff;
	margin-right: 10px;
}

h4.trophy::before {
	content: '\f091';
	color: #be9d31;
	font-size: 1.3em;
}

#main_con p {
	margin-bottom: 15px;
}

/*#main_con ol li strong {
	color: #F00;
}*/

/*ニュースボックス*/
dl.news {
	background: #f8f8f7;
	padding: 35px;
	display: flex;
    flex-wrap: wrap;
}

dl.news dt, dl.news dd {
    padding: 15px 0 13px;
    float: left;
	border-top: 1px solid #999;
}
dl.news dt:last-of-type, dl.news dd:last-of-type {
	border-bottom: 1px solid #999;
}

dl.news dt {
    width: 20%;
	clear:left;
}
dl.news dd {
    width: 80%;
}
dl.news dd p {
    margin-bottom: 10px !important;		
}

dl.news dd p:nth-of-type(1) {
	font-weight: bold;
}
dl.news dd p:last-of-type {
	margin-bottom: 0 !important;
}

/*お知らせ固定*/

.pin::after {
	margin-left: 8px;
	font-family: FontAwesome;
	font-size: 1em;
	content: '\f08d';
	color: #E58586;
	transform: rotate(50deg);
	position: absolute;
}
/*スケジュールボックス*/

dl.sch {
	border-bottom: 1px solid #ccc;
	background: #E4F1E4;
}

dl.sch dt {
	padding: 15px 0;
    float: left;
	border-top: 1px solid #ccc;
    width: 15%;
	clear:left;
	text-align: center;
	font-family : 'Noto Serif JP', serif;
	font-size: 1.3em;
	font-weight: bold;
}

dl.sch dd {
    width: 85%;
	padding: 15px 0 14px 30px;
    float: left;
	border-top: 1px solid #ccc;
	background: #fff;
}

dl.sch dd p {
	margin: 0 !important;
}

dl.sch dd p:nth-of-type(1) {
	font-size: 1.3em;
	font-weight: bold;
}

dl.sch dd p:nth-of-type(2) {
	font-size: 1.1em;
	font-weight: normal;
}

dl.sch dd p:nth-of-type(3) {
	font-size: 1.3em;
	font-weight: bold;
	display: inline-block;
	padding-right: 10px;
}

dl.sch dd p:nth-of-type(4) {
	display: inline-block;
}
dl.sch dd p:nth-of-type(5) {
	padding: 7px 0 0;
}
dl.sch dd p:nth-of-type(5)::before, p.comp::before {
	content: '締切';
	padding: 0 15px;
	border: 1px solid #d40000;
	color: #d40000;
	font-size: 0.8em;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

dl.sch dd p:nth-of-type(5)::after, p.comp::after {
	content: '■審査員（敬称略・五十音順）';
	display: block;
	margin-top: 5px;
	font-size: 0.9em;
}

p.comp::after {
	content: '■譜面審査審査員（敬称略・五十音順）';
	display: block;
	margin-top: 5px;
	font-size: 0.9em;
}

p.comp {
	margin-bottom: 5px !important;
}

/*未使用*/
p[class^="c_"]::before {
	display: block;
	font-size: 0.9em;
	text-align: center;
	margin: 5px 0 8px;
	border-radius: 15px;
	padding-top: 1px;
	background: #E3D195;
}
.c_p::before {
	content: 'ピアノ部門';
	width: 100px;
}
.c_g::before {
	content: '弦楽器部門';
	width: 100px;
}
.c_k::before {
	content: '管楽器部門';
	width: 100px;
}
.c_s::before {
	content: '声楽部門';
	width: 90px;
}

.c_sgk::before {
	content: '声楽・弦楽器・管楽器部門';
	width: 210px;
}

.c_ps::before {
	content: 'ピアノ・声楽部門';
	width: 150px;
}

.c_gk::before {
	content: '弦楽器・管楽器部門';
	width: 170px;
}
span.cat, .sch strong {
	display: inline-block;
	font-size: 0.9em;
	text-align: center;
	margin: 5px 0 8px;
	border-radius: 15px;
	padding: 1px 13px 0px;
	background: #E3D195;
	font-weight: normal;
}

/*全国*/

dl.sch_f {
	border-bottom: 1px solid #ccc;
	background: #EFE5FD;
}

dl.sch_f dt {
	padding: 15px;
    float: left;
	border-top: 1px solid #ccc;
    width: 30%;
	clear:left;
	text-align: center;
	font-family : 'Noto Serif JP', serif;
	font-size: 1.3em;
	font-weight: bold;
}

dl.sch_f dd {
    width: 70%;
	padding: 15px 0 14px 30px;
    float: left;
	border-top: 1px solid #ccc;
	background: #fff;
}

dl.sch_f dd p {
	margin-bottom: 5px !important;
}

dl.sch_f dd p:nth-of-type(1) {
	font-size: 1.3em;
	font-weight: bold;
}

dl.sch_f dd p:nth-of-type(2)::after {
	content: '■審査員（敬称略・五十音順）';
	display: block;
	font-size: 0.9em;
}
dl.sch_f dd p strong {
	font-size: 1.1em;
	letter-spacing: 1.5px;
}

dl.sch_f dd p strong::before {
	font-family: FontAwesome;
	content: '\f068';
	color: #66ccff;
	margin-right: 10px;
}

/*よくある質問用*/
dl.faq dt {
	font-weight: bold;
	padding: 0 0 15px 35px;
	position: relative;
}

dl.faq dd {
	padding: 0 0 35px 35px;
	position: relative;
}

dl.faq dt::before, dl.faq dd::before {
    font-family: FontAwesome;
	font-size: 1.5em;
	line-height: 1.5;
	position: absolute;
	top:-5px;
	left: 0;
}

dl.faq dt::before {
	content: '\f059';
	color: #ff6464;
}

dl.faq dd::before {
	content: '\f058';
	color: #c3e678;
}

.u_l {
	border-bottom: solid 1px #2E7BC0;
	transition: 0.2s all;
	color: #2E7BC0 !important;
}
.u_l:hover {
	color: #529FE4 !important;
	border-bottom: solid 1px #529FE4;
}
a.tel {
	color: #333;
}
.tel::before {
	font-family: FontAwesome;
	content: '\f095';
	margin-right: 10px;
}
.tel::after {
	content: none;
}

.imp::before {
	content: '重要';
	padding: 1px 10px;
	background: #d40000;
	color: #fff;
	font-size: 0.8em;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.res::before {
	content: '結果';
	padding: 1px 10px;
	background: #66cc66;
	color: #fff;
	font-size: 0.8em;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

.txt_red {
	color: #d40000;
}
.pdf::before {
	font-family: FontAwesome;
	font-weight: normal;
	content: '\f1c1';
	color: #d40000;
	margin-right: 10px;
}

.pdf_af::after {
	font-family: FontAwesome;
	font-weight: normal;
	content: '\f1c1';
	color: #d40000;
	margin-left: 10px;
}

.word::before {
	font-family: FontAwesome;
	font-weight: normal;
	content: '\f1c2';
	color: #104698;
	margin-right: 10px;
}
.external::after {
	font-family: FontAwesome;
	font-weight: normal;
	content: '\f24d';
	color: #2E7BC0;
	margin-left: 3px;
}

.notice {
	border: 5px solid #e2afb1;
	padding: 20px;
	margin-bottom: 40px;
}

.notice h4 {
	text-align: center;
	margin-top: 0;
}

.notice h4::after {
	font-family: FontAwesome;
	content: '\f068';
	color: #66ccff;
	margin-left: 10px;
}

ol {
	counter-reset: item;
	list-style-type: none;
}

ol li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 5px;
}
ol li::before {
	counter-increment: item;
	content: counter(item)'.';
	font-family: 'Noto Serif JP', serif;
	color: #be9d31;
	margin-right: 0.5em;
}
ol.cha {
	background: #f8f8f7;
	padding: 35px;
}
/*優秀指導者賞登録*/
.blo {
	background: #f8f8f7;
	padding: 20px;
}

/*パンくず*/
nav.pan {
	padding: 20px 0 16px;
	margin: 0 0 20px;
	border-bottom: 1px solid #333;
}

nav.pan ul li {
	float: left;
	font-size: 0.8em;
	line-height: 1.4;
}

nav.pan ul li::after {
	font-family: FontAwesome;
	content: '\f105';
	font-size: 0.9em;
	color:#999;
	margin: 0 8px;
}

nav.pan ul li:last-child::after {
	content: none;
}

nav.pan ul li:first-child a::before {
	font-family: FontAwesome;
	content: '\f015';
	font-size: 0.9em;
	margin: 0 5px 0 0;
}
/*ページ内ナビ*/
nav.inp {
	padding: 20px 0;
	margin: 0 0 20px;
	border-bottom: 1px solid #333;
}

nav.inp ul li {
	float: left;
	margin: 0 15px 20px 0;
}

nav.inp ul li a {
	background: #eee;
	border-radius: 20px;
	padding: 7px 15px;
	transition: all 0.2s; 
}
nav.inp ul li a::after {
	font-family: FontAwesome;
	content: '\f107';
	margin-left: 8px;
}
nav.inp ul li a:hover {
	background: #c3e678;
	color: #fff;
}

/*ページ下部ナビ*/

.f-nav {
	margin: 40px 0 20px 0;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	padding: 40px 0 40px 0; 
}
.f-nav ul li {
	width: 49%;
	display: inline-block;
	}
.f-nav ul li:first-child {
	border-right: #ccc 1px solid;

	}
.f-nav ul li a {
	display: block;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	transition: all 0.2s ease-out;
	color: #bbb;
}
.f-nav ul li a:hover {
	color: #333;
}
.f-nav ul li a::before{
	position: absolute;
    top: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
	transition: all 0.2s ease-out;
}

.f-nav ul li:first-child a::before{
    left: 0;
	border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(-135deg);
}

.f-nav ul li:last-child a::before{
    right: 0;
	border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(45deg);
}
.f-nav ul li:first-child a:hover::before {
    left: -5px;
	border-color: #333;	
}

.f-nav ul li:last-child a:hover::before{
    right: -5px;
	border-color: #333;
}

/*統計用*/
.pie {
	width: 80%;
	margin: 0 auto;
	padding: 20px 20px 0;
/*    background: linear-gradient(to bottom right, #eaf0f6, #d4e2f1);
    border-radius: 20px;*/
}
.pie h3 {
    padding: 30px 0 0px;
    margin-bottom: 15px;

}
.chart{
	display: block;
	width: 150px;
	height: 150px;
	margin: 12px auto 0;
	vertical-align: top;
	position: relative;
	box-sizing: border-box;
	padding-top: 25px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, "serif";
}
.chart span{
    font-size: 3em;
    font-weight: normal;
}

.chart canvas{
    position: absolute;
    left: 0;
    top: 0;
}
/*優秀指導者賞受賞者数*/
.t-a-c{
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-size: 2em;
	color: #be9d31;
}

table.table1 {
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
}

table.table1 th {
	text-align: center;
	background-color: #66ccff;
	color: #fff;
	border: 1px solid #ddd;
	padding: 8px;
	vertical-align: middle;
}

table.table1 td {
	text-align: center;
	padding: 5px;
	border: 1px solid #ddd;
}
table.table1 tr:nth-child(odd) td {
	background: #f2fbff;
}



/*table.table1 tr:last-child {
	font-weight: bold; 
}*/

/*3は横スクロールなし*/
table.table2, table.table3 {
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
}

table.table2 th,table.table3 th {
	text-align: center;
	background-color: #D2F0FF;
	border:1px solid #ddd;
	padding: 8px;
	vertical-align: middle;
}

table.table2 td, table.table3 td {
	padding: 8px;
	border: 1px solid #ddd;
}

table.table2 tr:nth-child(odd) td {
	background: #f2fbff;
}

table.prog td {
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}

/*優秀指導者用テーブル・新審査結果*/
table.table4 {
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
}

table.table4 th {
	text-align: center;
	background-color: #F0E9CE;
	border:1px solid #ddd;
	padding: 8px;
	vertical-align: middle;
	font-size: 0.9em;
}

table.table4 td {
	padding: 8px;
	border: 1px solid #ddd;
}

table.table4 tr:nth-child(odd) td {
	background: #F9F7F1;
}

table.table4 td:nth-child(3), table.table4 td:nth-child(4) {
	text-align: center;
}

ul.chui li {
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
ul.chui li::before {
	font-family: FontAwesome;
	content: '\f14a';
	color: #be9d31;
	margin-right: 0.5em;
}

/*審査結果*/
.result-nav .btn_sq{
	padding: 20px 20px;
}
.result-nav .btn_sq::after {
	top: 30%;
}

.result-nav .btn_sq:hover {
	background:#be9d31;
	letter-spacing: 1px;
}

.result-nav .btn_sq:hover::after {
	right: 15px;
}


/*メッセージ*/
.mess_box {
	border-radius: 20px;
	padding: 30px;
	margin: 50px 0;
	background: no-repeat url("../jcmcj/images/bg.png") #f5f2f0;
	position: relative;
}

.mess_box::before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #f5f2f0 transparent;
     border-width: 30px 30px 0 0;
     bottom: -30px;
     right: 20%;
     margin-left: -10px;
}
.mess_box h3 {
	text-align: center;
	padding-top: 0;
}
.mess_box .img-left {
	border: 5px solid #fff;
	border-radius: 5px;
}
.mess_box h3::before {
	font-family: FontAwesome;
	content: '\f068';
	color: #d40000;
	margin-right: 20px;
}
.mess_box h3::after {
	font-family: FontAwesome;
	content: '\f068';
	color: #d40000;
	margin-left: 20px;
}

.mess_box h4 span {
	font-size: 0.8em;
	font-weight: normal;
}

/*カラム*/
/*2カラム*/
ul.column2 > li {
    width: 49%;
    margin: 0 2% 40px 0;
    display: block;
	float: left;
}

ul.column2 > li:nth-child(2) {
    margin: 0 0 40px 0;
}

/*3カラム*/
ul.column3 > li {
    width: 32%;
    margin: 0 2% 20px 0;
    display: block;
	float: left;
}

ul.column3 > li:nth-child(3n) {
    margin: 0 0 20px 0;
}

/*4カラム*/
ul.column4 > li {
    width: 23.5%;
    margin: 0 2% 20px 0;
    display: block;
	float: left;
}

ul.column4 > li:nth-child(4n) {
    margin: 0 0 20px 0;
}

ul.column4 > li > a > img {
	display: block;
    margin: 0 auto;
	max-width: 95%;
}
.font-s {
	font-size: 0.8em;
}
.font16 {
	font-family : 'Noto Serif JP', serif;
	font-weight: bold;
	font-size: 1.6em;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt40 {
	margin-top: 40px !important;
}
/*------------------------------------------------------------
  アドセンス
------------------------------------------------------------ */
.AdSense {
	padding-top: 10px;
}

.AdSense ul li {
	padding: 10px !important;
}

.AdSense ul::before {
	content: "【広告】";
	color: #999;
	font-size: 12px;
	font-weight:normal;
	line-height: 18px;
}

/*結果ページ*/
.youtube {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.youtube p {
	font-size: 0.8em;
}
.iframeWrap {
	margin: 0;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.iframeWrap iframe {
	margin: 0px auto;
	border: 5px solid #be9d31;
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

h5 {
	font-family : 'Noto Serif JP', serif;
	font-size: 1.6em;
	font-weight: bold;
	padding: 10px 0;
	margin: 10px 0 0;
	letter-spacing: 1.5px;
	text-shadow:0 0 6px #be9d31;
	background-image: url("../jcmcj/result/images/heading.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

h5 span {
	display: block;
	font-size: 0.6em;
	line-height: 1;
	font-weight: normal;
}

.swiper-pagination-bullets {
	bottom: 0px !important;
}
.swiper-container {
    padding-bottom: 20px;
}

/*youtubeリンクアイコン*/

a[href^="https://www.youtube.com/watch?v"] {
	color: #529FE4 !important;
}

.yt::after, a[href^="https://www.youtube.com/watch?v"]::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 16px;
	background-image: url("../images/yt_icon.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-left: 10px;
}
a[href^="https://www.youtube.com/watch?v"]:hover {
	color: #2E7BC0 !important;
}

/*インスタリンクアイコン*/
a[href^="https://www.instagram.com"] {
	color: #529FE4 !important;
}

a[href^="https://www.instagram.com"]::after {
	font-family: FontAwesome;
	content: '\f16d';
	color: #D109DD;
	font-size: 1.4em;
	line-height: 1;
}
a[href^="https://www.instagram.com"]:hover::after {
	color: #2E7BC0 !important;
}

/*Twitterアイコン*/
a[href^="https://x.com"] {
	color: #529FE4 !important;
}

a[href^="https://x.com"]::after {
	font-family: FontAwesome;
	content: '\e61a';
	color: #000;
	font-size: 1.4em;
	line-height: 1;
}
a[href^="https://x.com"]:hover::after {
	color: #2E7BC0 !important;
}

/*入賞者一覧*/
#results h6 {
	border-bottom: 1px solid #997a58;
	color: #997a58;
	font-family : 'Noto Serif JP', serif;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 15px 0;
	letter-spacing: 2px;
}

#results .res-p {
	padding-bottom: 30px;
	border-bottom: 1px dotted #997a58;
	margin: 30px 0;
}

/* res2は写真入り*/

.res2:before,
.res2:after {
	content:"";
	display:table;
}
 
.res2:after {
	clear:both;
}

.res1, .res2 {
	border-bottom: 1px dotted #997a58;
	margin-bottom: 30px;
}

.res2 .face {
	float: left;
	width: 120px;
}

.res2 .face img {
	display: block;
    height: auto;
    width: 100%;
	border-radius: 15px;
	border: 1px solid #997a58;
	margin-bottom: 30px;
}

div.face img[src=""] {
	display: none;
}

.res1 ul, .res2 ul {
	margin-bottom: 30px;
}

.res2 ul {
	margin-left: 140px;
}

.res1 ul li:nth-of-type(1), .res2 ul li:nth-of-type(1) {
	font-family : 'Noto Serif JP', serif;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 2px;
}

.res1 ul li:nth-of-type(2), .res2 ul li:nth-of-type(2) {
	font-family : 'Noto Serif JP', serif;
	letter-spacing: 2px;
	margin-bottom: 2px;
}

.res1 ul li:nth-of-type(3)::before, .res2 ul li:nth-of-type(3)::before {
	content: '楽器：';
	font-size: 0.9em;
	color: #997a58;
}

.res1 ul li:nth-of-type(4)::before, .res2 ul li:nth-of-type(4)::before {
	content: '指導者：';
	font-size: 0.9em;

	color: #997a58;
}
.res1 ul li:nth-of-type(5)::before, .res2 ul li:nth-of-type(5)::before {
	content: '全国大会曲目：';
	font-size: 0.9em;
	color: #997a58;
}

#results nav {
	padding: 20px;
	margin: 0 0 20px;
	background: #eee;
	border: 0;
}

#results nav ul li {
	float: left;
	margin: 5px;
}

#results nav ul li a {
	padding: 5px;
	transition: all 0.2s; 
	margin-right: 10px;
}
#results nav ul li a::after {
	font-family: FontAwesome;
	content: '\f105';
	margin-left: 8px;
}
#results nav ul li a:hover {
	background: #c3e678;
	color: #fff;
}

#results table.table4 td:nth-child(4) {
	text-align: left;
}

/*参加者の声youtubeリンク*/
.mess_box a[href^="https://www.youtube.com/watch?v"]::after {
	display: none;
}

.mess_box a[href^="https://www.youtube.com/watch?v"] {
	position: relative;
}

.mess_box a[href^="https://www.youtube.com/watch?v"]::before {
	content: '';
	display: block;
	width: 50px;
	height: 40px;
	background-image: url("../images/yt_icon.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	top: 165px;
	right: 30px;
	opacity: 0.8;
	transition: all 0.2s ease-out;
}

.mess_box a[href^="https://www.youtube.com/watch?v"]:hover::before {
	opacity: 1;
}

/*優秀指導者賞*/

.award {
	border: solid 1px #ddd;
	border-radius: 20px;
	padding: 10px;
	text-align: center;
}

.aw-g {
	background:url("../jcmcj/result/images/award-bg.png") no-repeat center,linear-gradient(-45deg, #d9b956, #fffcc2);
	background-size: contain;
}


.aw-s {
	background:url("../jcmcj/result/images/award-bg.png") no-repeat center, linear-gradient(-45deg, #cecece, #f5f5f5);
	background-size: contain;
}
.aw-b {
	background:url("../jcmcj/result/images/award-bg.png") no-repeat center, linear-gradient(-45deg, #d99156, #ffe3c2);
	background-size: contain;
}
.award h4 + p {
	font-family : 'Noto Serif JP', serif;
	font-size: 1.2em;
}
.award h4 {
	font-size: 1.3em;
}
.award h4.trophy::before {
	content: '\f091';
	color: #be9d31;
	font-size: 2em;
	display: block;
}

/*プログラム*/
a.program {
	display: inline-block;
	width: 165px;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #d40000;
	color: #fff;
	transition: all 0.2s;
	background: #d40000;
	text-align: center;
}
.program:hover {
	background: #fff;
	color: #d40000;
}

.program::after {
	font-family: FontAwesome;
	content: '\f1c1';
	color: #fff;
	margin-left: 10px;
	transition: all 0.2s;
	font-size: 0.8em;
}

.program:hover::after {
	color: #d40000;
}

a.program[href=""] {
	pointer-events:none;
	background: #eee;
	border: 1px solid #ddd;
	color: #888888;
}

a.program[href=""]::after {
	content: '準備中';
	color: #888888;
	font-size: 0.8em;
}
/*披露演奏会*/
.concert {
	background-size: contain;
	padding: 30px;
}

.concert .hl {
	margin: 20px auto;
	max-width: 780px;
}
.concert .hl img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px auto;
}
	
.bg1 {
	background: url("../jcmcj/concert/images/bg-1.png") center top no-repeat #cfc5e0;
}

.bg2 {
	background: url("../jcmcj/concert/images/bg-2.png") center top no-repeat #f9c58e;
}

.bg3 {
	background: url("../jcmcj/concert/images/bg-3.png") center top no-repeat #87d0f8;
}

.concert .prg {
	background: rgba(255,255,255,0.8);
	padding: 30px;
}

.concert .prg .nav {
	background: #66ccff;
	color: #fff;
	text-align: center;
	padding: 8px 5px 8px 0;
	margin-bottom: 15px;
}
.concert .prg .nav a {
	color: #fff;
	margin: 0 10px;
}
.concert .prg .nav a::after {
    font-family: FontAwesome;
    content: '\f107';
    margin-left: 8px;
}

.concert .prg .nav a:hover {
	color: #c3e678;
}

.concert .prg h4 strong {
	font-size: 0.8em;
}

.concert .btn {
	background: #ff9966;
	width: 250px;
}

.concert .btn:hover {
	background:#ffcc33;
}

.swiper-container1 {
    overflow: hidden;
	padding: 10px 3px 10px 5px;
}
.swiper-container1 a {
	display: block;
	transition: 0.3s;
}

.swiper-container1 a:hover {
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	transform: translateY(-3px);
}

.swiper-container1 img {
	max-width: 100%;
	display: block;
}

/*トップ要項PDFリンク　20220826*/
.home-guidlines-link {
	margin-bottom: 30px;
}

.home-guidlines-link li {
    width: 49%;
    margin: 0 2% 0px 0;
    display: block;
	float: left;
    line-height: 1.2;
}

.home-guidlines-link li:nth-child(2) {
    margin: 0;
}

.home-guidlines-link li a {
	display: block;
	transition: all 0.2s ease-out;
	border: 5px solid #ebedee;
	padding: 0.7rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
	background: #c7edf6;
}

.home-guidlines-link li a:hover {
	background: #F2FEFF;
}

.home-guidlines-link span {
	font-size: 0.7em;
}

/*フッター*/
#footer {
	background-color: #003366;
	color: #fff;
	text-align: center;
	padding: 40px 0 0;
}

#footer .footer_logo {
	margin-bottom: 20px;
}

#footer .footer_logo img {
	max-width: 330px;
}

#footer nav {
	margin-bottom: 20px;
}

#footer nav ul {
	letter-spacing: -0.4em;
	margin-bottom: 5px;
}

#footer nav ul li {
	display: inline-block;
	position: relative;
	padding: 0 4px;
	letter-spacing: normal;
}

#footer nav ul li:first-child::before, #footer nav ul li::after {
    position: absolute;
    top: 6px;
    right: 0;
    content: "";
    float: left;
    width: 1px;
    height: 14px;
    background: #aab8c2;
}

#footer nav ul li:first-child::before {
    left: 0;
}

#footer nav ul li a{
	color: #fff;
	font-size: 0.9em;
	line-height: 1.4;
	padding: 0 6px
}

#footer nav ul li a:hover{
	background-color: #067ed5;
}

#footer > div > a {
	margin: 0 2px;
}

#footer > div > a img {
	max-width: 26px;
}

.copyright {
	background-color: #000;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
	padding: 20px 0;
	margin-top: 40px;
}


@media screen and (max-width: 1024px){

#wrapper {
	min-width: 100%;
}

.inner {
	width:100%;
}

#side_con {
	display: none;
}

#main_con {
    width: 100%;
    left: 0;
	margin-top: 66px;
}
	
#main_con h2 {
	font-size: 1.7em;
}

#main_con h3 {
	font-size: 1.4em;
	line-height: 1.6em;
}

#footer {
    width: 100%;
    left: 0;
}
	
.img-center {
	padding-top: 20px;
}

.topic-ba {
	left: 20px;
}

	
#sp_top {
	display: block;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
	background: #fff;
	box-shadow: 0px 7px 5px -5px rgba(0,0,0,0.3);
}
#sp_top a {
	color: #000;
}

#sp_top h1 {
	font-family : 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1.1;
	background: url(../jcmcj/images/logo.png) no-repeat left center;
	background-size: 55px;
	padding: 6px 0 0 60px;
	height: 66px;
	width: 264px;
	float: left;
}

/*トングル*/
#panel-btn {
	display: block;
	position: relative;
	width: 40px;
	height: 46px;
	border: 1px solid #66ccff;
	float: right;
	border-radius: 5px;
	margin-top: 12px;
}

#panel-btn::after {
	content:"MENU";
	display: block;
	position: absolute;
	top: 27px;
	left: 0px;
	width: 38px;
	font-size: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #66ccff;
	text-align: center;
}

#panel-btn-icon {
	display: block;
	position: absolute;
	top: 14px;
	left: 6px;
	width: 26px;
	height: 4px;
	margin: 0;
	background: #66ccff;
	transition: all 0.2s ease-out;
}

#panel-btn-icon::before, #panel-btn-icon::after{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 4px;
	background: #66ccff;
	transition: all 0.2s ease-out;
}

#panel-btn-icon::before {
	margin-top: -8px;
}

#panel-btn-icon::after {
	margin-top: 8px;
}

#panel-btn .close {
	background: transparent;
}

#panel-btn .close::before, #panel-btn .close::after {
	margin-top: 0;
}

#panel-btn .close::before {
	transform: rotate(-45deg);
}

#panel-btn .close::after {
	transform: rotate(-135deg);
}
	
#sp_top nav {
	width: 100%;
	background: rgba(102,204,255,0.9);
	z-index: 1000;
	display: none;
	overflow-y: auto;
	position: fixed;
	top: 66px;
	bottom: 0;
}
	
#sp_top nav ul {
	padding: 5px 15px 15px;
	background: #fff;
}
	
#sp_top nav ul li {
	width: 50%;
	display: inline-block;
}

#sp_top nav ul li:nth-child(even) {
	border-left: solid 1px #ccc;
}

#sp_top nav ul + div {
	background: #fff;
	padding: 5px 15px 20px;
}

#sp_top nav ul li::before,
#sp_top nav ul::after {
	content: "";
	display: block;
	height: 1px;
	background: #ccc;
	margin: 0 auto;
}

#sp_top nav ul li a {
	display: block;
	padding: 13px 7px;
	color: #000;
	font-family : 'Noto Serif JP', serif;
	font-size: 0.85em;
	text-decoration: none;
	position: relative;
	transition: all 0.2s;
}

#sp_top nav ul li a::after {
	font-family: FontAwesome;
	content: '\f105';
	position: absolute;
	right: 15px;
	transition: all 0.2s;
}
#sp_top nav ul li a:hover {
	background: #66ccff;
	color: #fff;
}
#sp_top nav ul li a:hover::after  {
	right: 10px;
}

/*ニュースボックス*/
dl.news {
	padding: 20px;
}
dl.news dt, dl.news dd {
    float: none;
	width: 100%;
}
dl.news dt {
	padding: 12px 0 5px;
}
dl.news dd {
	border-top: none;
	padding: 0 0 12px;
}
dl.news dt:last-of-type {
	border-bottom: none;
}
/*スケジュールボックス*/
dl.sch dt {
	padding: 10px 0;
}

dl.sch dd {
	padding: 10px 0 20px;
}

dl.sch dt, dl.sch dd {
    float: none;
	border-top: 0;
	width: 100%;
}
dl.sch dd p:nth-of-type(1) {
	font-size: 1.2em;
}

dl.sch dd p:nth-of-type(2) {
	font-size: 1em;
}

/*全国*/

dl.sch_f dd {
	padding: 10px 0 20px;
}

dl.sch_f dt, dl.sch_f dd {
    float: none;
	border-top: 0;
	width: 100%;
}
dl.sch_f dd p:nth-of-type(1) {
	font-size: 1.2em;
}
table.table2, table.table4 {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
/*カラム*/
/*2カラム*/
ul.column2 > li {
    width: 100%;
    margin: 0 0 20px 0;
	float: none;
}

.bana2 ul.column2 > li {
    width: 100%;
    margin: 0 0 0 0;
	float: none;
}
	
.bana .img-center {
	padding: 20px 0 0;
}


	
/*3カラム*/
ul.column3 > li {
    width: 100%;
    margin: 0 0 20px 0;
	float: none;
}

/*4カラム*/
ul.column4 > li {
    width: 49%;
    margin: 0 0 20px 0;
}

ul.column4 > li:nth-child(even) {
    margin-left:1%;
}

ul.column4 > li:nth-child(odd) {
    margin-right:1%;
}


#footer .footer_logo img {
	max-width: 80%;
}

li .font16 {
	font-size: 1em;
	}
	
.youtube {
	width: 95%;
}
	
/*統計用*/
.pie {
	width: 90%;
}
.pie h3 {
    padding: 0;
    margin-bottom: 15px;
}
.pie br {
    display: none;
}
.btn_sq{
	padding: 20px 20px;
}
.btn_sq::after {
	top: 30%;
}
/*披露演奏会*/
.concert {
    padding: 10px;
}
.concert .prg {
	padding: 10px;

}
}



@media screen and (max-width: 320px){
	#sp_top h1 {
		font-size: 0.8em;
		line-height: 1.1;
		padding: 15px 0 0 60px;
		width: 240px;
	}
	#sp_top nav ul li a {
		font-size: 0.7em;
	}
}

@media print {
    #side_con, #footer, #topcontrol, .inp, .AdSense, .f-nav {
        display: none;
    }
	
	#main_con {
		width: 100%;
		left: 0;
	}

}
