@charset "utf-8";
/**
 * index.css
 */


/* import
--------------------------------------------------*/
@import "init.css";


/* html, body
--------------------------------------------------*/
html{
	overflow-y:scroll;
}

html,body{
	width:100%;
	min-width:1100px;
    text-align:left;
    -webkit-text-size-adjust: none;
	font-family: Verdana,"メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	line-height:1.8;
}

a{	
	color:#feab03;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.font_other { font-family:"Osaka-mono", "MS Gothic", "monospace"; }

/* layout
--------------------------------------------------*/
/* main */

.rps_visible{
	display:none;
}

.rps_del{
	display:block;
}

span.rps_del{
	display:inline;
}

#main{
	width:1000px;
	margin:0 auto 0;
	text-align:center;
}

#top_img{
	margin-bottom:-30px;
}

#logo{
	margin-top:25px;
	margin-bottom:25px;
}

#menu{
	border:solid 1px #e5e5e5;
	margin-bottom:25px;
}

#menu img{
	display:block;
}

#menu .on{
	color:#ffffff;
	background:#0b8ddd;
}

#menu a{
	color:#000000;
	text-decoration:none;
}

#menu .on a{
	color:#ffffff;
	text-decoration:none;
}

#menu td{
	cursor:pointer;
}


#menu td:hover{
	color:#ffffff;
	background:#0b8ddd;
}

#menu td:hover a{
	color:#ffffff;
}

.caption table{
	margin-top:60px;
	margin-bottom:20px;
	clear:both;
}

.caption td{
	font-size:20px;
	color:#0b8ddd;
	line-height:1;
}

.caption img{
	margin-top:2px;
	display:block;
}


.caption_contact table{
	margin-top:60px;
	margin-bottom:20px;
	clear:both;
}

.caption_contact td{
	font-size:20px;
	color:#0b8ddd;
	line-height:1;
}

.caption_contact img{
	margin-top:2px;
	display:block;
}


.caption_privacy table{
	margin-top:60px;
	margin-bottom:20px;
	clear:both;
}

.caption_privacy td{
	font-size:20px;
	color:#0b8ddd;
	line-height:1;
}

.caption_privacy img{
	margin-top:2px;
	display:block;
}


.caption_support table{
	margin-top:40px;
	margin-bottom:20px;
	clear:both;
}

.caption_support td{
	font-size:20px;
	color:#0b8ddd;
	line-height:1;
}

.caption_support img{
	margin-top:2px;
	display:block;
}

.line{
	height:1px;
	clear:both;
}

.line span{
	width:100%;
	height:1px;
	background:#e5e5e5;
	margin-bottom:20px;
	display:block;
}

.news{
	margin-top:30px;
	margin-left:30px;
	margin-bottom:30px;
	clear:both;
}

.date{color:#999999;}

.news_link {
	text-align: right;
	font-size: 14px;
}
.news_link span{color: #0b8ddd}
.news_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em 0 2em;
	font-size: 18px;
	font-weight: bold;
	color: #0b8ddd;
}
@media screen and (min-width:641px) {
	#news {
		width: 980px;
		height: 100%;
		padding-top: 24px;
		margin: 0 auto;
	}
	.news_contents_line {
		width: 16px;
		margin-left: 16px;
		display: inline-block;
		border-left: 1px solid #eee;
	}
	.news_contents tr td:last-of-type {
		margin-bottom: 8px;
		padding-bottom: 8px;
		/*border-bottom: 1px solid #eee;*/
	}
	#news .news_link { margin-top: 24px; }
}
@media screen and (max-width:640px) {
	#news {
		width: 90vw;
		margin: 0 auto;
	}
	.news_contents tr td:last-of-type {
		margin-bottom: 2vw;
		padding-bottom: 8px;
		border-bottom: 1px solid #eee;
	}
}

/*ニュース日付　両端揃え*/
.justify{padding:0;text-align-last:justify;text-justify:inter-ideograph;width:140px;}

#foot{
	font-size:10px;
	margin-top:80px;
	margin-bottom:30px;
}

#foot a{
	color:#000000;
}

.bread{
	color:#666666;
	text-align:left;
	font-size:12px;
	margin-top:-10px;
	margin-bottom:15px;
}

.title{
	padding-top:50px;
	padding-bottom:50px;
	border:solid 1px #d1eaf8;
	color:#0b8ddd;
	background:#fbfdfe;
	font-size:28px;
	letter-spacing:5px;
}


#about_menu{
	border:solid 1px #d1eaf8;
	margin-top:10px;
	margin-bottom:-20px;
	font-size:15px;
	color:#0b8ddd;
}

#about_menu img{
	display:block;
}

#about_menu a{
	color:#feab03;
	text-decoration:none;
}

#about_menu td:hover a{
	text-decoration:underline;
}

#support_menu{
	border:solid 1px #d1eaf8;
	margin-top:10px;
	margin-bottom:-20px;
	font-size:15px;
	color:#0b8ddd;
}

#supportmenu img{
	display:block;
}

#support_menu a{
	color:#feab03;
	text-decoration:none;
}

#support_menu td:hover a{
	text-decoration:underline;
}

.text{
	text-align:left;
	color:#666666;
	margin-top:20px;
}

.text02{
	text-align:left;
	color:#666666;
	margin-top:15px;
}

.text_big{
	text-align:left;
	color:#000000;
	margin-top:30px;
	margin-bottom:-10px;
	font-size:21px;
	line-height:2;
}

.text_right{
	text-align:right;
	color:#666666;
	margin-top:20px;
}

.graph{
	text-align:left;
	margin-top:20px;
	margin-bottom:30px;
	background:#e5e5e5;
}

.graph02{
	margin-top:20px;
	background:#e5e5e5;
}

.graph .attention{
	position:absolute;
	margin-top:-40px;
	margin-left:-17px;
	font-size:12px;
	color:#ff0000;
	display:block;
}

.white{
	color:#ffffff;
}

.photo_area{
	width:100%;
	margin-top:40px;
	text-align:center;
}

.photo_area div{
	float:left;
	margin-right:20px;
	padding-bottom:40px;
	line-height:1.5;
}

.photo_area div img{
	padding-bottom:5px;
}

.info_link{
	color:#ffffff;
	margin-top:20px;
	text-align:left;
}

.info_link div{
	width:200px;
	padding:10px 0;
	margin-right:4px;
	background:#fdb005;
	display:inline-block;
	border-radius:8px;
	text-align:center;
	cursor:pointer;
}

.info_link div:hover{
	background:#ffbf31;
	text-decoration:underline;
}
	

.info_link div a{
	color:#ffffff;
	font-size:18px;
}

.info_link div span{
	position:absolute;
	margin-top:6px;
	padding-left:18px;
	font-size:12px;
	text-align:left;
	display:block;
}

.info_link_green{
	color:#ffffff;
	margin-top:20px;
	text-align:left;
}

.info_link_green div{
	width:200px;
	padding:10px 0;
	margin-right:4px;
	background:#79c15c;
	display:inline-block;
	border-radius:8px;
	text-align:center;
	cursor:pointer;
}

.info_link_green div:hover{
	background:#90d175;
	text-decoration:underline;
}
	

.info_link_green div a{
	color:#ffffff;
	font-size:18px;
}

.info_link_green div span{
	position:absolute;
	margin-top:6px;
	padding-left:18px;
	font-size:12px;
	text-align:left;
	display:block;
}


.info_link02{
	color:#ffffff;
	margin-top:20px;
	text-align:left;
}

.info_link02 div{
	width:240px;
	padding:10px 0;
	margin-right:4px;
	background:#fdb005;
	display:inline-block;
	border-radius:8px;
	text-align:center;
	cursor:pointer;
}

.info_link02 div:hover{
	background:#ffbf31;
	text-decoration:underline;
}
	

.info_link02 div a{
	color:#ffffff;
	font-size:18px;
	margin-left:15px;
}

.info_link02 div span{
	position:absolute;
	margin-top:6px;
	padding-left:18px;
	font-size:12px;
	text-align:left;
	display:block;
}

.info_link02_attention{
	margin-top:5px;
	margin-bottom:25px;
	text-align:left;
	display:block;
}

.info_link_attention{
	margin-top:5px;
	text-align:left;
	display:block;
}

.info_link03{
	color:#ffffff;
	margin-top:15px;
	text-align:left;
}

.info_link03 div{
	width:200px;
	padding:10px 0;
	margin-right:4px;
	background:#79c15c;
	display:inline-block;
	border-radius:8px;
	text-align:center;
	cursor:pointer;
}

.info_link03 div:hover{
	background:#90d175;
	text-decoration:underline;
}
	

.info_link03 div a{
	color:#ffffff;
	font-size:18px;
}

.info_link03 div span{
	position:absolute;
	margin-top:6px;
	padding-left:18px;
	font-size:12px;
	text-align:left;
	display:block;
}



.info_link_more{
	color:#ffffff;
	text-align:right;
}

.info_link_more div{
	padding:10px 0;
	margin-right:4px;
	background:#fdb005;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	border-radius:8px;
	text-align:center;
	cursor:pointer;
	line-height:1;
}

.info_link_more div:hover{
	background:#ffbf31;
	text-decoration:underline;
}	

.info_link_more div a{
	color:#ffffff;
	font-size:16px;
}



.info_link_close{
	color:#ffffff;
	text-align:right;
	display:inline-block;
}

.info_link_close div{
	padding:10px 0;
	margin-right:4px;
	background:#fdb005;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	border-radius:8px;
	text-align:center;
	cursor:pointer;
	line-height:1;
}

.info_link_close div:hover{
	background:#ffbf31;
}	

.info_link_close div a{
	color:#ffffff;
	font-size:16px;
}

.comming_soon{
	margin-top:120px;
	margin-bottom:120px;
	font-size:48px;
	color:#cccccc;
}

.top{
	margin-top:-20px;
}

.caption02{
	font-size:16px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px;
	display:block;
}

.ws{
	position:absolute;
	top:165px;
	width:100%;
	height:100%;
	background:#ffffff;
}


#menu .cs{
	font-size:14px;
	line-height:1;
	background:#f8f8f8;
	cursor:default;
}


#menu .cs span{
	font-size:11px;
	color:#0b8ddd;
}

#menu .cs:hover{
	color:#000000;
	background:#f8f8f8;
}

.gotop{
	margin-top:40px;
	width:100%;
	font-size:12px;
	text-align:right;
}

.gotop span{
	color:#0b8ddd;
}

#foot .top_link{
	font-size:14px;
	color:#0b8ddd;
	margin-bottom:80px;
}

#foot .top_link a{
	color:#feab03;
}

.list_caption{
	margin-top:20px;
	text-align:left;
	clear:both;
}

.list_caption02{
	margin-top:40px;
	text-align:left;
}

.list_caption02_first{
	padding-top:30px;
	text-align:left;
}

.attention_box{
	width:auto;
	margin:10px auto 30px;
	font-size:12px;
	display:block;
	padding:15px;
	border:solid 1px #d1eaf8;
	background:#ffffff;
}

.attention_box span{
	font-weight:bold;
}

.list_caption_sponsor{
	margin-top:20px;
	text-align:left;
	padding-bottom:20px;
}

.list_caption_sponsor02{
	text-align:left;
	padding-bottom:20px;
}

.list_caption_sponsor td:nth-child(1){
	font-size:20px;
}

.list_caption_sponsor02 td:nth-child(1){
	font-size:20px;
}

.sponsor_ct01{
	padding:0px;
	padding-bottom:40px;
}

.sponsor_ct01 .caption_support{
	margin-bottom:20px;
}

.sponsor_ct01 .caption_support table{
	margin-top:10px;
	margin-bottom:20px;
	clear:both;
}

.sponsor_ct01 .caption_support td{
	font-size:20px;
	color:#0b8ddd;
	line-height:1;
}

.sponsor_ct01 .caption_support img{
	margin-top:2px;
	display:block;
}

.sponsor_ct01 .block img{
    width: 235px;
    height: 165px;
object-fit: cover;
}

.sponsor_graph{
	margin-bottom:20px;
	font-size:18px;
	line-height:1.4;
}

.sponsor_graph table tr:nth-child(1) td{
	font-size:16px;
}

.sponsor_graph table tr td{
	padding:20px 10px;
}

.sponsor_graph table tr:nth-child(even) td{
	background:#e6f3fc;
}

.list_caption_support{
	margin-top:20px;
	text-align:left;
}

.list_caption_support td:nth-child(1){
	font-size:20px;
}

.support_ct01{
	padding:30px;
	padding-top:0;
	background:#fbfdfe;
	border-right:solid 2px #0b8ddd;
	border-left:solid 2px #0b8ddd;
	border-bottom:solid 2px #0b8ddd;
}

.support_ct02{
	padding:30px;
	padding-top:0;
	background:#fbfdfe;
	border-right:solid 2px #0b8ddd;
	border-left:solid 2px #0b8ddd;
	border-bottom:solid 2px #0b8ddd;
}

.pdf{
	color:#ffffff;
	padding:2px 0;
	margin-right:5px;
	margin-left:5px;
	margin-top:5px;
	background:#fdb005;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	border-radius:8px;
	text-align:center;
	cursor:pointer;
}

.pdf div:hover{
	background:#ffbf31;
	text-decoration:underline;
}

.movie{
	position:relative;
	width:640px;
	height:360px;
	text-align:left;
	margin:25px auto 0;
	display:block;
}

.text_movie{
	font-size:15px;
	text-align:left;
	color:#666666;
	margin-top:20px;
}

/*過去記事アコーディオン仕様*/
/*ボックス全体*/
.accbox {
    margin: 0;
    padding: 0;
    max-width: 100%;/*最大幅*/
}

.accbox h3{
   	display: inline-block;
    width: 94%;
	text-align: left;
	color: #ffffff;
	font-size: 20px;
}
.accbox p{
		margin-left: 1em;
}

/*ラベル*/
.accbox label {
    display: block;
		position: relative;
    margin: 1.5px 0;
    padding : 1.4em 0;
    font-weight: bold;
    background :#0b8ddd;
    cursor :pointer;
    transition: all 0.5s;
	  border: solid 1px #eee;
}

.accbox label::after {
		content: '▼';
		font-size: 120%;
		color: #fff;
}
/*アイコンを入れ替える*/
.cssacc:checked + label::after {
    content: '▲';
}

/*ラベルホバー時
.accbox label:hover {
    background :#fbfdfe;
		border: solid 1px #d1eaf8;	
}

.accbox label h3:hover{
		color: #0b8ddd;
}*/

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    background: #FFF;
    opacity: 1;
}

@media screen and (max-width: 640px) { 
    .accbox h3{
       	width: 85%;
    		margin-left: 0;
}
  }

/* ヘッダーメニュー追加 */
@media screen and (min-width:641px) {
	#header_nav {
		width: 200px;
		position: absolute;
		top: 24px;
		left: calc(50% + 300px);
		text-align: right;
	}
	#header_nav a {
		display: inline-block;
		height: 22px;
		border: 1px solid #999;
		border-radius: 12px;
		padding: 0 24px;
		text-align: center;
		line-height: 22px;
		font-size: 12px;
		color: #999;
	}
	#header_nav a:hover {
		text-decoration: none;
		opacity: 0.7;
	}
	#header_nav a + a {
		margin-top: 8px;
		border-color: #0b8ddd;
		color: #0b8ddd;
	}
	#header_nav a + a:hover {
		background: #0b8ddd;
		color: #fff;
		opacity: 1;
	}
}
@media screen and (max-width:640px) {
	#header_nav { display: none; }
	/* スマホはハンバーガーメニューの中に入れる */
}
/* トップMV下（スマホではメニュー下）バナー */
@media screen and (min-width:641px) {
	#blog_banner {
		width: 624px;
		margin: 80px auto 24px;
	}
	#blog_banner img { width: 100%; }
	#blog_banner img:hover { opacity: 0.7; }
}
@media screen and (max-width:640px) {
	#blog_banner {
		width: 94.6vw;
		margin: 8vw auto;
	}
	#blog_banner img { width: 100%; }
}