@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: #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: #d11c32;
	padding: 30px 0;
	z-index: 99999 !important;
	font-family : 'Noto Serif JP', serif;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

#side_con h1 {
	background: url(../tiwsvc/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;
}

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

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

#side_con nav ul li a {
	display: block;
	padding: 10px 30px;
	color: #fff;
	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(226,78,96,0.9);
	color: #fff;
}

#side_con nav ul li .drop {
	width: auto;
	min-width: 250px;
	height: 0;
	background: rgba(226,78,96,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(226,78,96,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: #f6f6ab;
	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+5) {
	position: relative;
}

#side_con nav > ul > li:nth-of-type(3)::after, #side_con nav > ul > li:nth-of-type(n+5)::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+5):hover::after {
	opacity: 1;
	right: 25px;
}

.concert-entry {
	text-align: center;
	margin-bottom: 40px;
}

.btn {
	margin: 0 auto 18px;
	display: block;
	padding: 10px 20px;
	background: #760808;
	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:#a30c0c;
}

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

.concert-entry .btn_sq {
	border-radius: 10px;
	background: #FFEDED;
}

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

.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: 20px;
	transition: all 0.2s ease-out;
}

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

.btn_sq:hover::after {
	right: 15px;
}
.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: 0 0 40px;
}


#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: #d11c32;
	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: #d11c32;
	margin-right: 10px;
}

h6 {
	font-family : 'Noto Serif JP', serif;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	margin: 0 0 20px;
	letter-spacing: 1.5px;
	border: 1px solid #ddd;
	background-color: #f7e7eb;
}

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

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

/*結果　未使用？*/
.result dl {
	border-bottom: 1px dotted #aab8c2;
}

.result dt, .result dd {
    padding: 11px 0 9px;
    float: left;
	border-top: 1px dotted #aab8c2;
}

.result dt {
    width: 20%;
	clear:left;
	color: #011B2E;
}

.result dd {
    width: 80%;
	padding-left: 30px;
}

.result dd p {
	border-bottom: dotted 1px #aab8c2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.result dd p:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0 !important;
}


/*入賞者一覧*/
#results h6 {
	border-bottom: 1px solid #997a58;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	background: none;
	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 table.table4 td:nth-child(4) {
	text-align: left;
}

/*ニュースボックス*/
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: #aaa;
	transform: rotate(50deg);
	position: absolute;
}

/*スケジュールボックス*/
dl.sch {
	border-bottom: 1px solid #ccc;
	background: #f7e7eb;
}

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 {
	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 {
	content: '■審査員（敬称略・五十音順）';
	display: block;
	margin-top: 5px;
	font-size: 0.9em;
}

dl.sch dd p:nth-of-type(7)::before {
	content: '■公式伴奏（敬称略）';
	display: block;
	margin-top: 5px;
	font-size: 0.9em;
}

.pianist {
}

.pianist::before {
	font-family: FontAwesome;
	content: '\f001';
	color: #d11c32;
	padding-right: 5px;
}
/*本選*/

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

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(3)::before {
	content: '締切';
	padding: 0 15px;
	border: 1px solid #d40000;
	color: #d40000;
	font-size: 0.8em;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

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

dl.sch_f dd p:nth-of-type(5)::before {
	content: '■公式伴奏（敬称略）';
	display: block;
	margin-top: 5px;
	font-size: 0.9em;
}

dl.sch dd p strong, dl.sch_f dd p strong {
	font-size: 1.1em;
	letter-spacing: 1.5px;
}

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

a.program {
	display: inline-block;
	margin: 8px 0 3px;
	padding: 5px 25px;
	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; 
}

.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;
}

/*よくある質問用*/
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;
}

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

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

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

/*優秀指導者賞登録*/
.blo {
	background: #f8f8f7;
	padding: 20px;
}


.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: #d11c32;
	margin-left: 10px;
}

.text-box1 {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
	background: #f8f8f7;
}

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

ol li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	padding-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;
}
/*パンくず*/
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: #E05A6B;
	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;
}

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

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

table.table1 td, table.table3 td {
	padding: 8px;
	border: 1px solid #ddd;
	background: #f9f6f7;
}
table.table1 tr:nth-child(odd) td, table.table3 tr:nth-child(odd) td {
	background: #fff;
}

/*2は統計用*/
table.table2 {
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 20px;
	padding: 0;
}

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

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

/*優秀指導者用テーブル・新審査結果*/
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;
}
/*メッセージ*/
.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 {
	padding: 0 0 10px;
	letter-spacing: 0;
}
.mess_box h3::before {
	content: none;
}
.mess_box h3::after {
	content: '―';
	color: #d40000;
	margin-left: 10px;
}
.mess_box h3 span {
	font-size: 0.8em;
}

.mess_box .prof {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.mess_box .img-left {
	border: 5px solid #eee;
	border-radius: 5px;
	margin-bottom: 0;
}

.mess_box .img-center{
	border: 5px solid #fff;
	border-radius: 5px;
	padding-top: 0;
	margin-bottom: 15px;
}

.mess_box .prof p {
	margin-bottom: 0 !important;
}

.mess_box p strong {
	display: inline-block;
	margin-bottom: 10px;
}

.mess_box .img-copyright {
	font-size: 0.8em;
	text-align: center;
}

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

a.interview {
	display: block;
	width: 80px;
	font-size: 0.7em;
	text-align: center;
	border-radius: 20px;
    padding: 2px;
	margin-top: 3px;
	background: #be9d31;
    color: #fff;
	position: relative;
	transition: all 0.2s;
}

a.interview:before {
	content: "";
	position: absolute;
	top: -65%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 10px solid #be9d31;
	z-index: 0;
	transition: all 0.2s;
}

a.interview:hover {
	background: #E05A6B;
}

a.interview:hover:before {
	border-bottom: 10px solid #E05A6B;
}
/*カラム*/
/*2カラム*/
ul.column2 > li {
    width: 49%;
    margin: 0 2% 20px 0;
    display: block;
	float: left;
}

ul.column2 > li:nth-child(2n) {
    margin: 0 0 20px 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%;
}

/*後援用*/
.sup li a {
	display: block;
	border: 1px solid #ddd;
	background: linear-gradient(120deg, #fff 50%, #f7f7f7 50%);
	text-align: center;
	padding: 30px 20px;
	font-family : 'Noto Serif JP', serif;
	letter-spacing: 1px;
	transition: all 0.2s ease-out;
	font-weight: bold;
	border-radius: 5px;
	text-shadow: 1px 1px 2px #808080;
}

/*統計用*/
.pie {
	width: 80%;
	margin: 0 auto;
	padding: 20px 20px 0;
}
.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;
}


/*審査結果*/
.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;
}

.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;
}

/*------------------------------------------------------------
  アドセンス
------------------------------------------------------------ */
.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;
}

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;
}
/*フッター*/
#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;
}

/*優秀指導者賞*/

.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;
}
/*優秀指導者賞受賞者数*/
.t-a-c{
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-size: 2em;
	color: #be9d31;
}
@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;
}

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

#sp_top {
	display: block;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
	background: rgba(209,28,50,0.9);
}
#sp_top a {
	color: #fff;
}

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

/*トングル*/
#panel-btn {
	display: block;
	position: relative;
	width: 40px;
	height: 46px;
	border: 1px solid #fff;
	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: #fff;
	text-align: center;
}

#panel-btn-icon {
	display: block;
	position: absolute;
	top: 14px;
	left: 6px;
	width: 26px;
	height: 4px;
	margin: 0;
	background: #fff;
	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: #fff;
	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(209,28,50,0.6);
	z-index: 1000;
	display: none;
	overflow-y: auto;
	position: fixed;
	top: 66px;
	bottom: 0;
}
	
#sp_top nav ul {
	padding: 5px 15px 15px;
	background: rgba(209,28,50,0.7);
}
	
#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: rgba(209,28,50,0.7);
	padding: 15px 15px 30px;
}

#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: #fff;
	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: #a30c0c;
	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(2) {
	font-size: 1em;
}
dl.sch dd p:nth-of-type(3) {
	font-size: 1.2em;
}

/*全国*/

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;
}

a.program {
	display: block;
}

.mess_box .img-left {
	float: none;
	margin: 0 auto 20px;
}

.mess_box h3 {
	text-align: center;
}
.mess_box h3::after {
	display: block;
	content: '―';
	color: #d40000;
	margin-left: 0;
}
	
/*カラム*/
/*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;
}

/*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%;
}

table.table3, table.table4 {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

#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 0px;
}
.btn_sq::after {
	top: 30%;
}
h6 {
	text-align: center;
}
#results h6 {
	text-align: left;}
	
}


@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;
	}

}
