@charset "Shift-JIS";
@media print, screen and (min-width: 768px){

*{
	margin:0;
	padding:0;
}

body { 
	color: #333;
	margin:0;
	padding:0;
	font-family: 'Noto Sans JP', sans-serif;
	width:100%;
	webkit-text-size-adjust: 100%;
	min-width: 1100px;
}

ul{
	list-style-type: none;
}

img{
	border:0;
	margin:0;
	vertical-align: bottom;
}

table,tr,td {
	border-collapse: collapse; 
}

a,a img,button {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.clear{
	clear:both;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.pc_none{
	display: none;
}

#style01{
	width:100%;
}




/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒwƒbƒ_[@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.header{
	position: relative;
	padding: 15px 0 10px;
	border-bottom: 5px #fff solid;
	background-image: linear-gradient(135deg, #2d3ea7, #2d3ea7 45%, #152067 45%, #152067 55%, #2d3ea7 55%, #2d3ea7 100%);
	background-size: 3px 3px;
	box-shadow: 0 3px 3px #ccc;
}

.header:after{
	position: absolute;
	top: 2px;
	left: 0;
	content: "";
	width: 100%;
	height: 3px;
	background: linear-gradient( to right, #df740c, #f6c615 50%, #df740c);
	pointer-events: none;
}

.header_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 1100px;
	padding: 0 10px;
	margin: 0 auto;
}

.header_title{
	margin-right: 10px;
}

.header_title a{
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

.header_title a:hover{
	opacity: 0.7;
}

.header_logo{
	width: 60px;
	margin-right: 8px;
}

.header_logo img{
	width: 100%;
}

.header_title h1{
	font-size: 15px;
	line-height: 1.2;
}

.header_title h1 span{
	display: block;
}

.header_nav_list{
	display: flex;
}

.header_nav_list > li{
	position: relative;
	flex-shrink: 0;
}

.header_nav a,
.header_nav_nolink{
	display: block;
	padding: 5px 8px;
	text-decoration: none;
}

.header_nav a:hover{
	background: rgba(255, 255, 255, 0.2);
}

.header_nav a span,
.header_nav .header_nav_nolink span{
	display: block;
}

.header_link01{
	padding-bottom: 5px;
	color: #fff;
	font-size: 13px;
	border-bottom: 1px #fff solid;
}

.header_link02{
	padding-top: 5px;
	color: #df740c;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Montserrat', cursive;
	text-align: center;
}

.header_nav_list02{
	position: absolute;
	top:100%;
	left: 0;
	width: 100%;
	height: 0;
	background: #3e51c8;
	z-index: 10000;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

.header_nav_list > li:hover .header_nav_list02{
	height: auto;
	opacity: 1;
}

.header_nav_list02 a{
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.header_nav_list02 a:hover{
	background: #6779ea;
	opacity: 1;
}





/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒtƒbƒ^[@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.sns_area01{
	width:1100px;
	margin:0 auto 50px auto;
}

.sns_area01 iframe{
	width: 100%;
}

.sns_area02{
	width:250px;
	margin:0 25px 0 0;
	float:left;
}
.sns_area03{
	width:250px;
	margin:0 25px 0 0;
	float:left;
}
.sns_area04{
	width:250px;
	margin:0 25px 0 0;
	float:left;
}

.sns_area05{
	width:250px;
	margin:0 0 0 0;
	float:left;
}

#page-top{
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	z-index: 11000;
}

.page-top_icon{
	position: relative;
	position: relative;
	border-left: 20px transparent solid;
	border-right: 20px transparent solid;
	border-bottom: 40px #fff solid;
	margin: 5px;
}

.page-top_icon:after{
	position: absolute;
	top: 2px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	border-left: 18px transparent solid;
	border-right: 18px transparent solid;
	border-bottom: 37px #1b2983 solid;
}

.page-top_text{
	color: #fff;
	font-size: 12px;
	text-shadow: 1px 1px 3px #000, -1px 1px 3px #000, 1px -1px 3px #000, -1px -1px 3px #000;
	text-align: center;
}

.footer{
}

.footer01{
	padding: 40px 20px 20px;
	border-bottom: 3px solid #dfa70c;
	background: #000;
}

.footer_title{
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 1;
}

.footer_sponsor{
	display: flex;
	flex-wrap: wrap;
	width: 980px;
	margin: 0 auto 20px;
}

.footer_sponsor li{
	width: 160px;
	margin: 0 4px 4px 0;
}

.footer_sponsor li:nth-child(6n){
	margin-right: 0;
}

.footer_sponsor li img{
	width: 100%;
}

.footer_nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer_nav > li a,
.footer_nav_nolink{
	display: block;
	padding: 5px 20px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.footer_nav > li a:hover{
	opacity: 0.7;
}

.footer02{
	padding: 30px 0;
	font-size: 14px;
	background: #e8e8e8;
}

.footer02_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
}

.footer02_01{
	width: 650px;
}

.footer02_01_01{
	display: flex;
	align-items: center;
}

.footer_icon{
	width: 90px;
	margin-right: 20px;
}

.footer_icon img{
	width: 100%;
}

.footer_name{
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
}

.footer_text{
	font-size: 12px;
}

.footer_copy{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}

.footer02_02{
	width: 250px;
}

.footer_contact01{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.footer_contact02{
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1;
}

.footer_contact02 a{
	position: relative;
	display: block;
	padding-left: 35px;
	color: #333;
	font-size: 32px;
	text-decoration: none;
}

.footer_contact02 a:hover{
	opacity: 0.7;
}

.footer_contact02 a img{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 24px;
}

.footer_contact03 img{
	width: 100%;
}





/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@TOPƒy[ƒW(index.php)@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.index_main{
	padding: 0 0 100px;
}

.main_image_area{
	position: relative;
	height: 500px;
}

.slick-slider{
	height: 100%;
	margin-bottom: 0;
}

.slick-slider div{
	height: 100%;
}

.slick-slide{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.slick-slide img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
	object-fit: cover;
}

.top_view{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1100px;
	height: 500px;
}

.top_view_text01{
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align: left;
	text-shadow: 0px 0px 3px #333;
	z-index: 9000;
	white-space: nowrap;
}

.top_view_text02{
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	text-align: left;
	text-shadow: 0px 0px 3px #333;
	z-index: 9000;
	white-space: nowrap;
}

.index_box{
	position: relative;
	z-index: 10000;
	width: 1100px;
	padding-top: 10px;
	margin: 0 auto;
}

.index_banner01{
	margin-bottom: 10px;
	text-align: center;
}

.index_title01{
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	background-image: linear-gradient(135deg, #2d3ea7, #2d3ea7 45%, #152067 45%, #152067 55%, #2d3ea7 55%, #2d3ea7 100%);
	background-size: 3px 3px;
	color: #fff;
}

.index_title01:after{
	position: absolute;
	top: 2px;
	left: 0;
	content: "";
	width: 100%;
	height: 3px;
	background: linear-gradient( to right, #df740c, #f6c615 50%, #df740c);
	pointer-events: none;
}

.index_title01:before{
	position: absolute;
	bottom: 2px;
	left: 0;
	content: "";
	width: 100%;
	height: 3px;
	background: linear-gradient( to right, #df740c, #f6c615 50%, #df740c);
	pointer-events: none;
}

.news_list01{
	margin-bottom: 40px;
}

.news_list02{
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	border-bottom: 1px #ccc solid;
}

.news_more{
	text-align: right;
}

.news_more a{
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 20px;
	border: 1px #df740c solid;
	background: #df740c;
	color: #fff;
	line-height: 1;
	text-decoration: none;
}

.news_more a:after{
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	transform: translateY(-50%);
	border-top: 6px transparent solid;
	border-left: 10px #fff solid;
	border-bottom: 6px transparent solid;
}

.news_more a:hover{
	background: #fff;
	color: #df740c;
}

.news_more a:hover:after{
	border-left: 10px #df740c solid;
}










/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@‰º‘wƒy[ƒW‹¤’Ê@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.ul_box{
	width: 1100px;
	padding: 10px 0 150px;
	margin: 0 auto;
}

.pankuzu{
	margin-bottom: 20px;
}

.pankuzu a{
	color: #df740c;
	text-decoration: none;
}

.pankuzu a:hover{
	opacity: 0.7;
}

.ul_h01{
	font-size: 36px;
	margin-bottom: 20px;
}

.ul_box01{
	display: flex;
	justify-content: space-between;
}

.ul_box01_left{
	box-sizing: border-box;
	width: 760px;
	padding: 30px 20px 50px;
	box-shadow: 0 0 4px #ccc;
	background: #fff;
}

.tm_button_list{
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}

.ul_box01 .tm_button_list li{
	width: calc((100% - 45px) / 4);
	margin-right: 15px;
	margin-bottom: 15px;
}

.ul_box01 .tm_button_list li:nth-child(4){
	margin-right: 0;
}

.ul_box02 .tm_button_list li{
	width: 200px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.ul_box02 .tm_button_list li:nth-child(5){
	margin-right: 0;
}

.tm_button_list li a{
	display: block;
	box-sizing: border-box;
	height: 100%;
	padding: 5px 10px;
	border: 1px #df740c solid;
	color: #df740c;
	text-decoration: none;
}

.tm_button_list li a:hover{
	background: #df740c;
	color: #fff;
}

.ul_paging{
	text-align: center;
}

.ul_box01_right{
	box-sizing: border-box;
	width: 290px;
	padding: 30px 20px 50px;
	box-shadow: 0 0 4px #ccc;
	background: #fff;
}

.right_banner a{
	display: block;
	margin-bottom: 10px;
}

.right_banner a img{
	max-width: 100%;
}

.ul_box02{
	box-sizing: border-box;
	width: 100%;
	padding: 30px 20px 50px;
	box-shadow: 0 0 4px #ccc;
	
}






/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒXƒPƒWƒ…[ƒ‹ƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.sch_mon_paging{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.sch_mon{
	margin: 0 30px;
}

.sch_mon_prev a,.sch_mon_next a{
	color: #df740c;
	text-decoration: none;
}

.sch_mon_prev a:hover,.sch_mon_next a:hover{
	opacity: 0.7;
}

.stSchList {
	font-size:12px;
	margin:2px 15px;
	padding:5px 0;
	background: #ffffff;

}

.stSchList img{
	border:none;
	vertical-align:middle;
}

.stSchList table{
	width:100%;
	border:0;
	border-spacing:0px;
	border-collapse:collapse;
	padding:0;
}

.stSchList th{
	text-align:center;
	border: 1px solid #ccc;
	width:50px;
	font-size:12px;
	padding:2px 0;
}

.stSchList td{
	padding:2px;
	border: 1px solid #ccc;
	text-align:left;
	font-size:12px;
}






/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒjƒ…[ƒXˆê——ƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.news_list02_01{
	display: flex;
	margin-bottom: 10px;
	line-height: 1;
}

.news_list_category{
	margin-right: 10px;
}

.news_list_category img{
	vertical-align: bottom;
}

.news_list_title{
	padding: 0 10px;
	font-size: 20px;
}

.news_list_title a{
	color: #000;
	text-decoration: none;
}

.news_list_title a:hover{
	opacity: 0.7;
}

.right_calendar_table{
	margin-bottom: 10px;
}

.right_calendar_table a{
	text-decoration: none;
}

.right_calendar_table a:hover{
	opacity: 0.6;
}

.side_menu_blog_list01{
	margin-bottom: 20px;
	font-family: 'Oxanium', cursive;
}

.side_menu_blog_list01 table{
	margin:  0 auto;
}

.side_menu_blog_list01 a{
	color: #df740c;
	text-decoration: none;
}

.side_menu_blog_list01 a:hover{
	opacity: 0.7
}

.side_menu_blog_list01 .right_date_list{
	margin-bottom: 10px;
}

.side_menu02_text{
	padding-bottom: 5px;
}

.right_date_paging01{
	display: flex;
	justify-content: center;
	align-items: center;
}

.right_date_year{
	font-weight: bold;
	font-size: 18px;
	margin: 0 10px;
}

.right_date_year_prev,.right_date_year_next{
	position: relative;
}

.right_date_year_prev:before{
	position: absolute;
	top: 51%;
	left: -15px;
	content: "";
	transform: translateY(-50%) rotateZ(135deg);
	width: 8px;
	height: 8px;
	border-right: 2px #df740c solid;
	border-bottom: 2px #df740c solid;
}

.right_date_year_next:after{
	position: absolute;
	top: 51%;
	right: -15px;
	content: "";
	transform: translateY(-50%) rotateZ(-45deg);
	width: 8px;
	height: 8px;
	border-right: 2px #df740c solid;
	border-bottom: 2px #df740c solid;
}

.result_macth,
.next_macth{
	padding: 10px;
	border: 1px #1b2983 solid;
	margin-bottom: 20px;
}

.result_macth h2,
.next_macth h2{
	padding: 5px;
	margin-bottom: 10px;
	background: #1b2983;
	color: #fff;
	line-height: 1;
	text-align: center;
}

.result_name{
	margin-bottom: 5px;
	text-align: center;
}

.result_score{
	padding-bottom: 15px;
	border-bottom: 1px #333 solid;
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.result_date{
	margin-bottom: 5px;
	line-height: 1;
}

.result_text{
	font-weight: bold;
}

.next_match01{
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.next_match02{
	margin-bottom: 20px;
	text-align: center;
}





/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒjƒ…[ƒXÚ×ƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.news_detail_title{
	display: flex;
	align-items: center;
	padding: 10px;
	border-bottom: 1px #ccc dashed;
	margin-bottom: 40px;
}

.news_detail_category{
	margin-right: 10px;
}

.game_td{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.game_title{
	font-weight: bold;
}

.game_date{
	margin-left: 20px;
}

.news_detail_comennt01{
	margin-bottom: 100px;
}

.game_result{
	width: 600px;
	margin: 0 auto 100px;
}

.kekka_01{
	padding:5px 0;
	text-align:center;
	background-color:#df740c;
	color:#FFFFFF;
	font-weight:bold;
	border:1px #CCCCCC solid;
	font-size:14px;
}

.kekka_02{
	padding:5px 0;
	text-align:center;
	border:1px #CCCCCC solid;
	font-size:14px;
}

.kekka_03{
	padding:10px;
	text-align:left;
	border:1px #CCCCCC solid;
	font-size:14px;
}

.news_ti{
	margin-bottom: 20px;
	text-align: center;
}

.news_file{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.news_file li{
	margin-right: 15px;
	margin-bottom: 15px;
}

.news_file li img{
	max-width: 100%;
}

.news_data{
	margin-bottom: 10px;
}

.news_data li{
	margin-bottom: 5px;
}

.news_data li a{
	color: #df740c;
	text-decoration: none;
}

.news_data li a:hover{
	opacity: 0.7;
}

.news_date{
	margin-bottom: 50px;
	text-align: right;
}

.news_back{
	text-align: center;
}

.news_back a{
	display: inline-block;
	min-width: 200px;
	padding: 5px 10px;
	border: 1px #df740c solid;
	color: #df740c;
	text-decoration: none;
}

.news_back a:hover{
	background: #df740c;
	color: #fff;
}





/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒMƒƒƒ‰ƒŠ[iŽÊ^jÚ×ƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.ul_h02{
	position: relative;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 22px;
}

.ul_h02:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content:"";
	width: 100%;
	height: 2px;
	background: linear-gradient( to right, #df740c, #f6c615 50%, #df740c);
}

#BigImage{
	margin-bottom: 20px;
	text-align: center;
}

.photo_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.photo_list li{
	width:19%;
	margin-bottom: 1%;
}

.photo_list li img{
	width: 100%;
}







/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒMƒƒƒ‰ƒŠ[i“®‰æjƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.movie_box{
	position: relative;
	padding-top: 56.25%;
	margin: 20px 0;
}

.movie_box iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}





/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒuƒƒOƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.side_menu_blog_tm_list{
	margin-bottom: 20px;
}

.side_menu_blog_tm_list li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.side_menu_blog_tm_list li img{
	position: absolute;
	 top: 50%;
	 left: 0;
	 transform: translateY(-50%);
}

.blog_box01{
	padding: 0 10px;
	border-bottom: 1px #a6d6ff solid;
	margin-bottom: 30px;
}

.blog_text{
	margin-bottom: 50px;
}

.blog_img{
	display: flex;
	flex-wrap :wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.blog_img li{
	width: 100%;
	bottom: 2%;
}
.blog_img li img{
	width: 100%;
}





/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@‚¨–â‚¢‡‚í‚¹ƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.contact_form{
	width:550px;
	margin:20px auto 30px;
}

.contact_form td{
	padding:5px 10px;
	border:1px #CCCCCC solid;
}

.contact_1{
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#333333;
}

.contact_form02{
	width:550px;
	margin:0 auto 30px;
}

.contact_btn{
	margin-top: 30px;
	text-align:center;
}

.contact_btn button,.contact_btn a{
	padding:10px 30px;
	font-size:16px;
	color: #fff;
}

.contact_btn button{
	border: 1px #df740c solid;
	background: #df740c;
}

.contact_btn button:hover{
	background: #fff;
	color: #df740c;
}

.contact_btn a{
	display: inline-block;
	border: 1px #666 solid;
	margin-right: 30px;
	background: #666;
	text-decoration: none;
	vertical-align: bottom;
}

.contact_btn a:hover{
	background: #fff;
	color: #666;
}

.input_st01{
	width:300px;
	padding:5px;
	margin:0 0 10px 0;
}

.input_st02{
	width:80px;
	padding:5px;
}
.input_st03{
	width:300px;
	padding:5px;
	height:80px;
}





/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ƒŠƒ“ƒN(OFFICIAL PARTNER)ƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/

.link_list{
	display: flex;
	flex-wrap: wrap;
}

.link_list li{
	width: 32%;
	margin: 0 2% 2% 0;
}

.link_list li:nth-child(3n){
	margin-right: 0;
}

.link_list li a{
	display: block;
}

.link_list li img{
	width: 100%;
}





/*@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@ŠeŽíƒy[ƒW@¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡@*/


.hdg_lv2{
	padding: 5px;
	border-bottom: 5px #1b2983 solid;
	margin-bottom: 20px;
}

.m_list{
	display: flex;
	flex-wrap: wrap;
	width: 620px;
	margin: 0 auto 40px;
}

.mem_style001{
	box-sizing: border-box;
	width: 300px;
	border: 1px #ccc solid;
	margin: 0 20px 40px 0;
	color: #333;
}

.mem_style001:nth-child(even){
	margin-right: 0;
}

.mem_style002{
	padding: 10px;
}

.mem_style002 img{
	width: 100%;
}

.mem_style003{
	padding: 10px;
}

.mem_style004{
	padding-top: 10px;
	border-top: 2px #1b2983 solid;
	margin: 0 10px 10px;
}

.mem_style005{
	padding: 10px;
}

.tokaifc_mem01{
	display: flex;
	justify-content: space-between;
}

.member_img{
	width: 300px;
}

.member_img img{
	width: 100%;
}

.mem_table{
    width: 400px;
}

.mem_table th{
    background-color: #1b2983;
    border: 1px #ccc solid;
    padding: 5px 10px;
	color:#FFF;
}

.mem_table td{
    padding: 5px 10px;
    border: 1px #ccc solid;
}

.page_area {
    margin: 30px auto;
}

.tokaifc_box{
	width: 100%;
	margin: 0 auto 20px auto;
}

.tokaifc_box th{
	padding: 10px;
	border: 1px #2c72a2 solid;
	background: #48c4f4;
	color: #fff;
}

.tokaifc_box td{
	border: 1px #2c72a2 solid;
	padding: 10px;
}





}