@charset "utf-8";
@media screen and (min-width: 769px) {
	.pc{
		display: none;
	}
}
@media screen and (min-width:641px) and (max-width:768px) { 
	.tab{
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.sp{
		display: none;
	}	
}
@media screen and (max-width: 640px) {
body	{
	margin: 0;
	background-color: #f8f8f0;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	font-size: 16px;
	color: #000;
}
img {
	width:100%;
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: #9625ff;
}
a:hover {
	text-decoration: underline;
	color: #9625ff;
}
/* navi------------------------------------------------------ */
    #top-head {
        top: 0;
		position: fixed;
        margin-top: 0;
		height: 60px;
        margin-top: 0;
		padding: 0 0 10px;
    }
    #top-head .inner {
        width: 100%;
        padding: 0;
    }
	#mobile-head h1 a{
		width: 200px;
		height: 60px;
		background: url(../../images/logo2026.png) no-repeat;
		background-size: contain;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		display: block;
	}
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
		position: relative;
        width: 100%;
        height: 60px;
        z-index: 999;
		background:  url(../../images/2026/bg_header.jpg) repeat top center;
        position: fixed;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -630px;
		background: #2f2600;
		background: rgba(47,38,0,0.96);
        width: 100%;
        text-align: center;
        padding: 20px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
		display: -webkit-block;
		display: -moz-block;
		display: -ms-block;
		display: -o-block;
		display: block;
    }
    #global-nav ul li {
        
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
		width: 100%;
		height: auto;
		display: block;
		color: #f7d540;
		margin: 0;
		padding: 30px 0;
		background-image: none;
		text-indent: 0%;
		white-space: normal;
		overflow: visible;
		font-size: 14px;
		font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
		font-weight: 500;
    }
	#global-nav ul li:last-child {
		padding: 0 0 0 0;
	}
	#top-head.fixed #global-nav ul li a:hover {
		color: #aaa;
		padding: 40px 0;
	}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);

    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(690px);
        -webkit-transform: translateY(690px);
        transform: translateY(690px);
    }
/* ---------------------------------------------------------- */
	
/* slider---------------------------------------------------- */
#slider_area {
	width: 100%;
	margin: 60px 0 30px;
	padding: 0;
}
.slider{
    margin: 0 auto;
    width: 100%;
}
.slider img{
    height: auto;
    width: 100%;
}
.slider li{

}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.slider.slick-initialized{
  display: block;
}
/* ---------------------------------------------------------- */

/* contents-------------------------------------------------- */
#contents {
	width: 100%;
	margin: 0;
	padding: 0 0 40px;
	box-sizing: border-box;
}
#contents .inner {
	width: 98%;
	margin: 0 auto;
	padding: 0;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ct_main {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.sidebar {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/* ---------------------------------------------------------- */

/* news_area------------------------------------------------- */
.news_area {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.news_area ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.news_area ul li{
	width: 49%;
	margin: 0 0 10px;
	padding: 0 0 20px;
	background: #fff;
	border: 3px solid #333;
	box-sizing: border-box;
}
.ttl_news {
	width: 100%;
	margin: 0;
	padding: 10px 6px;
	border-bottom: 4px solid #9625ff;
	box-sizing: border-box;
}
.date {
	width: 64px;
	margin: 0 0 6px;
	padding: 4px;
	font-size: 10px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	background: #9625ff;
	color: #fff;
}
.ttl_news h2 {
	line-height: 1.2;
}
.ttl_news h2 a {
	margin: 0 0 6px;
	padding: 2px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #9625ff;
}
.txt_news {
	margin: 0;
	padding: 12px;
	line-height: 1.4;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 500;
	text-align: left;
	color: #333;
}
.read {
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.btn_read {
	width: 80px;
	height: 20px;
	margin: 0;
	padding: 0px;
	background: #333;
	color: #fff;
	box-sizing: border-box;
}
.btn_read a{
	display: block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	background: #333;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* page_news_area-------------------------------------------- */
.page_news_area {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	background: #fff;
	border: 3px solid #333;
	box-sizing: border-box;
}
.page_news_area img{
	display: block;
	width: 80%;
	height: auto;
	margin: 10px auto;
}
.yt {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding-top: 45%;
}
.yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.txt_page_news {
	margin: 0;
	padding: 20px 12px 30px;
	line-height: 1.8;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #333;
}
/* ---------------------------------------------------------- */

/* side------------------------------------------------------ */
.box_side{
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	border: 3px solid #333;
	background: #e8e8e8 url(../../images/side_bg01.png) no-repeat top left;
	box-sizing: border-box;
}
.box_side2{
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	border: 3px solid #333;
	background: #e8e8e8 url(../../images/side_bg02.png) no-repeat top left;
	box-sizing: border-box;
}
.box_side3{
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	border: 3px solid #333;
	background: #6e6e6e url(../../images/past_img.png) no-repeat 4px 11px;
	box-sizing: border-box;
}
.ttl_box_side {
	margin: 0;
	padding: 10px 0 10px 28px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #333;
	border-bottom: 1px dotted #333;
	box-sizing: border-box;
}
.ttl_box_side2 {
	margin: 0;
	padding: 10px 0 10px 28px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #fff;
	border-bottom: 1px dotted #333;
	box-sizing: border-box;
}
.data_logo{
	width: 60%;
	margin: 0 auto 10px;
	padding: 0;
	box-sizing: border-box;
}
.txt_box_side {
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}
.txt_box_side ul{
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.txt_box_side ul li{
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	box-sizing: border-box;
}
.txt_box_side ul li:last-child{
	margin: 0 0 0;
}
.date_side {
	width: 64px;
	margin: 0;
	padding: 4px 0;
	background: #333;
	font-size: 10px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 500;
	text-align: center;
	color: #fff;
}
.ttl_topic_side a{
	font-size: 12px!important;
}
.txt_box_side p{
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.8;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 500;
	text-align: left;
	color: #333;
	box-sizing: border-box;
}
.txt_box_side a{
	line-height: 1.6;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #9625ff;
}
.txt_box_side2 {
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}
.txt_box_side2 ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.txt_box_side2 ul li:first-child{
	width: 36px;
	height: 36px;
	margin: 0 6px 0 0;
	padding: 0;
	line-height: 36px;
	background: #333;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
.txt_box_side2 ul li:last-child{
	margin: 0 0 0;
	padding: 0 0 0;
	line-height: 1.4;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #fff;
}
.txt_box_side2 ul li:last-child a{
	color: #fff;
}
.txt_box_side2 ul li:last-child a:hover{
	color: #fff101;
}
.txt_box_side2 ul li:last-child span{
	margin: 0 6px 0 0;
	padding: 0;
	line-height: 1.0;
	font-size: 10px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #333;
}
.tw {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}
.twitter-widget-wrapper iframe { 
	width: 100% !important;
}
.fb {
	width: 340px;
	margin: 0 auto 10px;
	padding: 0;	
} 
/* ---------------------------------------------------------- */

/* about----------------------------------------------------- */
.ttl_about {
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 10px;
	line-height: 1.2;
	font-size: 18px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #000;
	text-align: left;
	background: #e8e8e8 url(../../images/bg_bar.jpg) repeat top left;
	border: 3px solid #ccc;
	box-sizing: border-box;
}
.ttl_about span{
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #000;
}
.box_about {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border: 3px solid #000;
	background: #fff;
	box-sizing: border-box;
}
.ttl_box_about {
	width: 100%;
	margin: 0;
	padding: 14px 10px;
	line-height: 1.4;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #000;
	border-bottom: 4px solid #9625ff;
	box-sizing: border-box;
}
.txt_box_about {
	width: 100%;
	margin: 0;
	padding: 20px 10px;
	line-height: 1.6;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	color: #000;
}
.txt_box_about a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.txt_box_about img{
	width: 100%;
	margin: 0 auto;
}
.faq_area {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	box-sizing: border-box;
}
.ttl_faq {
	margin: 0 0 6px;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #000;
}
.ttl_faq span{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 6px 0 0;
	background: #000;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
}
.txt_faq {
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: #000;
}
/* ---------------------------------------------------------- */

/* news------------------------------------------------------ */
.ttl_news_sub {
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 10px;
	line-height: 1.2;
	font-size: 18px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #000;
	text-align: left;
	background: #e8e8e8 url(../../images/bg_bar.jpg) repeat top left;
	border: 3px solid #ccc;
	box-sizing: border-box;
}
.ttl_news_sub span{
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #000;
}
.backnumber {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
.backnumber ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
}
.backnumber ul li{
	width: 18%;
	margin: 0 2.5% 6px 0;
	background: #000;
	box-sizing: border-box;
	text-align: center;
}
.backnumber ul li:nth-child(5){
	width: 18%;
	margin: 0 0 6px 0;
	background: #000;
	box-sizing: border-box;
	text-align: center;
}
.backnumber ul li:nth-child(10){
	width: 18%;
	margin: 0 0 6px 0;
	background: #000;
	box-sizing: border-box;
	text-align: center;
}
.backnumber ul li a{
	display: block;
	width: 100%;
	padding: 6px 0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}
.backnumber ul li a:hover{
	background: #9625ff;
	color: #000;
}
/* ---------------------------------------------------------- */

/* contact--------------------------------------------------- */
.ttl_contact {
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 10px;
	line-height: 1.2;
	font-size: 18px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #000;
	text-align: left;
	background: #e8e8e8 url(../../images/bg_bar.jpg) repeat top left;
	border: 3px solid #ccc;
	box-sizing: border-box;
}
.ttl_contact span{
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #000;
}
.box_contact {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border: 3px solid #000;
	background: #fff;
	box-sizing: border-box;
}
.ttl_box_contact {
	width: 100%;
	margin: 0;
	padding: 14px 10px;
	line-height: 1.4;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #000;
	border-bottom: 4px solid #9625ff;
	box-sizing: border-box;
}
.txt_box_contact {
	width: 100%;
	margin: 0;
	padding: 20px 10px;
	line-height: 1.6;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	color: #000;
}
.txt_box_contact a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/* ---------------------------------------------------------- */

/* archives-------------------------------------------------- */
.ttl_archives {
	width: 100%;
	margin: 0 0 20px;
	padding: 10px 10px;
	line-height: 1.2;
	font-size: 18px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #000;
	text-align: left;
	background: #e8e8e8 url(../../images/bg_bar.jpg) repeat top left;
	border: 3px solid #ccc;
	box-sizing: border-box;
}
.box_archives {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border: 3px solid #000;
	background: #fff;
	box-sizing: border-box;
}
.tab_btn_area{
	width: 100%;
	margin:0 auto 10px;
}
input[name="tab_btn"]{
	display:none;
}
.tab_area{
	width: 100%;
	margin:0px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.tab_area a{
	width: 16%;
	margin: 0 0.8% 2px 0;
	display: block;
	padding: 0;
	color: #fff;
	background: #585858;
	font-size: 11px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #aaa;
	transition: ease 0.2s opacity;
	box-sizing: border-box;
}
.tab_area a:nth-child(6n){
	width: 15%;
	margin: 0 0 2px 0;
}
.tab_area a:hover{ 
	opacity:0.8;
}
.tab_area a label{
	width: auto;
	margin: 0;
	padding: 6px;
	box-sizing:  inherit;
}
#tab1:checked ~ .tab_area .tab1_label{background: #333; color: #fff;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background: #333; color: #fff;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background: #333; color: #fff;}
#tab3:checked ~ .panel_area #panel3{display:block;}
#tab4:checked ~ .tab_area .tab4_label{background: #333; color: #fff;}
#tab4:checked ~ .panel_area #panel4{display:block;}
#tab5:checked ~ .tab_area .tab5_label{background: #333; color: #fff;}
#tab5:checked ~ .panel_area #panel5{display:block;}
#tab6:checked ~ .tab_area .tab6_label{background: #333; color: #fff;}
#tab6:checked ~ .panel_area #panel6{display:block;}
#tab7:checked ~ .tab_area .tab7_label{background: #333; color: #fff;}
#tab7:checked ~ .panel_area #panel7{display:block;}
#tab8:checked ~ .tab_area .tab8_label{background: #333; color: #fff;}
#tab8:checked ~ .panel_area #panel8{display:block;}
#tab9:checked ~ .tab_area .tab9_label{background: #333; color: #fff;}
#tab9:checked ~ .panel_area #panel9{display:block;}
#tab10:checked ~ .tab_area .tab10_label{background: #333; color: #fff;}
#tab10:checked ~ .panel_area #panel10{display:block;}
#tab11:checked ~ .tab_area .tab11_label{background: #333; color: #fff;}
#tab11:checked ~ .panel_area #panel11{display:block;}
.panel_area{
	background:#fff;
	box-sizing: border-box;
}
.tab_panel{
	width:100%;
	padding: 0;
	display:none;
	border: 3px solid #333;
	box-sizing: border-box;
}
.taisho_area {
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
	border-bottom: 3px solid #000;
	box-sizing: border-box;
}
.taisho_area ul {
	width: 96%;
	margin: 0 auto;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.taisho_area ul li:first-child {
	width: 100%;
}
.taisho_area ul li:last-child {
	width: 100%;
}
.taisho_area ul li dl {
	width: 90%;
	margin: 0 auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.taisho_area ul li dl dt{
	width: 49%;
	height: auto;
	margin: 0 2% 0 0;
}
.taisho_area ul li dl dt:last-child{
	width: 48%;
	margin: 0 0 0 0;
}
.taisho_area ul li dl dt img{
	width: 100%;
	height: auto;
}
.taisho_area ul li dl dt a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.ttl_maname {
	width: 100%;
	margin: 0 0 20px;
	padding: 12px 0 12px 46px;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	box-sizing: border-box;
}
.ttl_maname a{
	color: #9625ff;
}
.ttl_illust {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #333;
}
.ttl_comment {
	width: 90%;
	margin: 20px auto 10px;
	padding: 0 0 0 10px;
	border-left: 3px solid #333;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #000; 
	box-sizing: border-box;
}
.txt_comment {
	width: 90%;
	margin: 0 auto 20px;
	padding: 0;
	line-height: 1.6;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #000; 
	box-sizing: border-box;
}
.btn_comment {
	width: 80%;
	margin: 0 auto;
}
.btn_comment a{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 6px 0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background: #333;
	color: #fff;
}
.btn_comment a:hover{
	background: #9625ff;
	color: #000;
}
.other_area {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	box-sizing: border-box;
}
.other_area ul {
	width: 100%;
	margin: 0;
	padding: 20px;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}
.other_area ul li:nth-child(1){
	width: 100%;
	margin: 0 0 20px;
}
.other_area ul li:nth-child(2){
	width: 100%;
	margin: 0 0 20px;
	font-size: 12px;
	line-height: 1.6;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #000;
	box-sizing: border-box;
}
.other_area ul li:nth-child(3){
	width: 100%;
}
.other_area ul li dl{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
}
.other_area ul li dl dt{
	width: 19%;
	height: auto;
	margin: 0 1.25% 1px 0;
}
.other_area ul li dl dt:nth-child(3n){
	width: 19%;
	height: auto;
	margin: 0 1.25% 1px 0;
}
.other_area ul li dl dt:nth-child(5n){
	width: 19%;
	height: auto;
	margin: 0 0 1px 0;
}
.other_area ul li dl dt img{
	width: 100%;
	height: 100%;
}
.other_area ul li dl dt a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.report_area {
	margin: 0 0 10px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.img_photo {
	width: 48%;
}
.img_photo a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.txt_photo {
	width: 48%;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.img_pdf {
	width: 48%;
	font-size: 11px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	box-sizing: border-box;
}
.img_pdf img{
	width: 100%;
	border: 1px solid #000;
	box-sizing: border-box;
}
.img_pdf a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.ttl_list {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #e8e8e8 url(../../images/bg_list.jpg) repeat top left;
	box-sizing: border-box;
}
.list_area {
	width: 100%;
	margin: 0;
	padding: 20px;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}
.list_area ul{
	width: 100%;
}
.list_area ul li{
	line-height: 1.8;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
}
/* ---------------------------------------------------------- */

/* page_archives--------------------------------------------- */
.ttl_archives_sub {
	width: 100%;
	margin: 0 0 20px;
	padding: 4px 16px;
	font-size: 18px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #000;
	text-align: left;
	background: #e8e8e8 url(../../images/bg_bar.jpg) repeat top left;
	border: 3px solid #ccc;
	box-sizing: border-box;
}
.ttl_page_archives {
	width: 100%;
	margin: 0;
	padding: 12px;
	border-bottom: 4px solid #9625ff;
	box-sizing: border-box;
}
.ttl_page_archives h2  {
	margin: 0 0 6px;
	padding: 4px 0 0;
	line-height: 1.6;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #000;
}
.date_archives {
	width: 180px;
	margin: 0 0 6px;
	padding: 4px;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	background: #9625ff;
	color: #333;
}
.page_archives_area {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	background: #fff;
	border: 3px solid #333;
	box-sizing: border-box;
}

.txt_page_archives {
	margin: 0;
	padding: 30px 12px 60px;
	line-height: 1.8;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #333;
}
.txt_page_archives ul {
	width: 100%;
	margin: 0;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
}
.txt_page_archives ul li:first-child {
	width: 50%;
	margin: 0 auto;
	padding: 0;
}
.txt_page_archives ul li:first-child img {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
.txt_page_archives ul li:last-child {
	width: 100%;
	margin: 0;
	padding: 0;
}
/* ---------------------------------------------------------- */

/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 30px 0;
	background: #111;
}
#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 0;
}
.footer_area {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}
.footer_area ul {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer_area ul li{
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
	border: 1px solid #666;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	box-sizing: border-box;
}
.footer_area ul li a{
	display: block;
	width: 100%;
	margin: 0;
	padding: 6px 30px;
	text-decoration: none;
	box-sizing: border-box;
	color: #fff;
}
.footer_area ul li a:hover{
	background: #01bbc7;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	color: #000;
}
.logo_footer {
	width: 160px;
	margin: 0 auto 20px;
}
.goto {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #9625ff;
	box-sizing: border-box;
}
.goto a{
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background: #9625ff;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #000;
	box-sizing: border-box;
}
.goto a:hover{
	background: #01bbc7;
}
.copy {
	font-size: 12px;
	color: #fff;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
}
/* ---------------------------------------------------------- */]

/* nominate_area--------------------------------------------- */
.nominate_area {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.ttl_nominate {
	width: 100%;
	margin: 0 0 10px;
	padding: 4px 16px;
	font-size: 14px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #222;
	text-align: center;
	background: #e8e8e8 url(../../images/2026/bg_nominate.jpg) repeat top left;
	box-sizing: border-box;
}
.ttl_nominate_first {
	width: 100%;
	margin: 0 0 0;
	padding: 4px 16px;
	font-size: 14px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #222;
	text-align: center;
	background: #e8e8e8 url(../../images/2026/bg_nominate.jpg) repeat top left;
	box-sizing: border-box;
}
.txt_nominate_first {
	width: 100%;
	margin: 0 0 20px;
	padding: 20px 20px;
	font-size: 12px;
	line-height: 2.0;
	color: #fff;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	background: #000;
	box-sizing: border-box;
}
.list_nominate {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}
.list_nominate ul {
	width: 100%;
	margin: 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
}
.list_nominate ul li {
	width: 49%;
	height: auto;
	margin: 0 2% 10px 0;
	padding: 16px 4px;
	box-sizing: border-box;
	background-color: #e8e8e8;
	border: 3px solid #000;
}
.list_nominate ul li:nth-child(2n) {
	margin: 0 0 10px 0;
}
.list_nominate ul li:nth-child(4n) {
	margin: 0 0 10px 0;
}
.img_list {
	margin: 0 0 0px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_list img{
	width: auto;
	height:  140px;
}
.list_ttl_nominate {
	margin: 0;
	font-size: 12px;
	color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
}
.list_name_nominate {
	margin: 0;
	font-size: 12px;
	color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
}
.list_area_top {
	width: 100%;
	margin: 0 0 10px;
	padding: 20px;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
	background: #fff;
	border: 3px solid #000;
}
.list_area_top ul{
	width: 100%;
}
.list_area_top ul li{
	line-height: 1.8;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
}
/* ---------------------------------------------------------- */
}



/* final_area------------------------------------------------ */
.ttl_final {
	width: 100%;
	margin: 0 0 20px;
	padding: 4px 16px;
	font-size: 20px;
	font-family: vdl-logojrblack, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #222;
	text-align: center;
	background: #e8e8e8 url(../../images/2026/bg_nominate.jpg) repeat top left;
	box-sizing: border-box;
}
.list_final {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border: 3px solid #000;
	box-sizing: border-box;
}
.taisho {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 20px;
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	border-bottom: 3px solid #000;
	background: #e8e8e8 url(../../images/bg_rank2025.png) no-repeat top left;
}
.taisho_left {
	width: 100%;
	margin: 0 0;
	padding: 50px 0 50px;
	box-sizing: border-box;
}
.taisho_right {
	width: 100%;
	margin: 0 0 0;
	padding: 0 30px 0;
	box-sizing: border-box;
}
.name_taisho {
	margin: 0 0 2px;
	font-size: 24px;
	line-height: 1.4;
	color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
}
.name_sakusya {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
}
.img_taisho {
	margin: 0 0 10px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_taisho img {
	width: auto;
	height:  300px;
}
.btn_illust {
	text-align: center;
}
.btn_illust a {
	padding: 8px 16px;
	font-size: 12px;
	line-height: 1.6;
	color: #fff;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	background: #000;
	text-decoration: none;
	box-sizing: border-box;
}
.btn_illust a:hover {
	color: #9625ff;
}
.txt_taisho {
	margin: 0 0 20px;
	font-size: 12px;
	line-height: 1.6;
	color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
}
.txt_taisho span{
	margin: 0;
	padding: 3px 10px;
	background: #000;
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
}
.txt_taisho a {
	font-weight: 700;
}
.nominate {
	width: 100%;
	margin: 0;
	padding: 0;
}
.nominate ul {
	width: 100%;
	margin: 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
}
.nominate ul li {
	width: 50%;
	height: auto;
	margin: 0;
	padding: 30px 4px;
	box-sizing: border-box;
	background-color: #e8e8e8;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}
.nominate ul li:nth-child(2n) {
	border-right: none;
}
.nominate ul li:nth-child(4n) {
	border-right: none;
}
.nominate ul li:nth-child(1) {
	background: #e8e8e8 url(../../images/bg_rank02.png) no-repeat top left;
}
.nominate ul li:nth-child(2) {
	background: #e8e8e8 url(../../images/bg_rank03.png) no-repeat top left;
}
.nominate ul li:nth-child(3) {
	background: #e8e8e8 url(../../images/bg_rank04.png) no-repeat top left;
}
.nominate ul li:nth-child(4) {
	background: #e8e8e8 url(../../images/bg_rank05.png) no-repeat top left;
}
.nominate ul li:nth-child(5) {
	background: #e8e8e8 url(../../images/bg_rank06.png) no-repeat top left;
}
.nominate ul li:nth-child(6) {
	background: #e8e8e8 url(../../images/bg_rank07.png) no-repeat top left;
}
.nominate ul li:nth-child(7) {
	background: #e8e8e8 url(../../images/bg_rank08.png) no-repeat top left;
}
.nominate ul li:nth-child(8) {
	background: #e8e8e8 url(../../images/bg_rank09.png) no-repeat top left;
}
.nominate ul li:nth-child(9) {
	border-bottom: 3px solid #000;
	background: #e8e8e8 url(../../images/bg_rank10.png) no-repeat top left;
}
.nominate ul li:nth-child(10) {
	border-bottom: 3px solid #000;
	background: #e8e8e8 url(../../images/bg_rank11.png) no-repeat top left;
}
.nominate ul li:nth-child(11) {
	border-bottom: none;
	background: #e8e8e8 url(../../images/bg_rank12.png) no-repeat top left;
}
.nominate ul li:nth-child(12) {
	border-bottom: none;
	background: #e8e8e8 url(../../images/bg_rank13.png) no-repeat top left;
}
/* ---------------------------------------------------------- */
}

