@charset "Shift-JIS";

@font-face {
    font-family: 'BIZ-UDGothicR';
    src: url('./font/biz_udgothicr.ttf') format('truetype');
}

@media print, screen and (min-width: 768px){

*{
	margin:0;
	padding:0;
}

body { 
	color: #333;
	margin:0;
	padding:0;
	font-family: 'BIZ-UDGothicR', sans-serif;
	width:100%;
	webkit-text-size-adjust: 100%;
	min-width: 1250px;
	word-break:break-all;
}

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





/*@@wb_[@@*/

.header{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 10px;
	height: 50px;
	background: #002;
}
/*
.index_div .header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-shadow: 0 0 1px #333;
}
*/
.header_logo{
	width: 60px;
	margin-right: 20px;
	flex-shrink: 0;
}

.header_logo img{
	width: 100%;
}

.header_title{
	width: 335px;
	margin-right: 15px;
	color: #fff;
	font-size: 18px;
	flex-shrink: 0;
	line-height: 1;
}

.header_title a{
	color: #fff;
	text-decoration: none;
}

.header_title a:hover{
	opacity: 0.7;
}

.header_nav{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.header_nav > ul{
	display: flex;
	align-items: center;
}

.header_nav > ul > li{
	position: relative;
	padding: 10px 12px;
}

.header_nav > ul > li a,
.header_nav01{
	display: inline-block;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.header_nav > ul > li a:hover {
   color: #ffc900;
}

.header_nav02{
	display: none;
	position: absolute;
	top: 100%;
	z-index: 10000;
	box-sizing: border-box;
	padding: 15px 20px 15px 10px;
	background: rgba(0, 0, 0, 0.7);
	white-space: nowrap;
}

.header_nav > ul > li:hover .header_nav02{
	display: block;
}

.header_nav02 li:not(:last-child){
	margin-bottom: 5px;
}

.header_nav02 li a{

}

.header_li_button a{
	padding: 5px 20px;
	border: 1px #fff solid;
	background: #004;
	text-shadow: none;
}

.header_nav ul .header_li_button a:hover{
	background: #fff;
	color: #004;
	opacity: 1;
}




/*@@tb^[@@*/

.footer{
	padding: 30px 0;
	background: #002;
	color: #fff;
}

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

.page-top_icon{
	position: relative;
	width: 40px;
	height: 40px;
	border: 1px #fff solid;
	margin: 5px;
	background: #004;
}

.page-top_icon:before{
	position: absolute;
	top: 15px;
	left: 50%;
	content: "";
	transform: translateX(-50%) rotateZ(45deg);
	width: 16px;
	height: 16px;
	border-top: 4px #fff solid;
	border-left: 4px #fff solid;
}

.footer01{
	padding-bottom: 20px;
}

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

.footer_nav > li:not(:last-child){
    border-right: 1px #fff solid;
}

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

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

.footer_nav02{
	padding: 0 30px;
}

.footer_nav02 > li{
	margin-bottom: 5px;
}

.footer_nav02 a{
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

.footer02{
	padding-top: 20px;
	border-top: 3px #ffc900 solid;
	font-size: 14px;
	text-align: center;
}





/* @index @*/

.index_main{
	background: #002;
	overflow: hidden;
}

.main_image_area{
	position: relative;
	height: 40vw;
}

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

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

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

.slick-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.main_image_cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.3);
}


.main_data{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 1250px;
	padding: 50px 25px 80px;
	background: #004;
}

.index_box{
	width: 600px;
	margin: 0 auto 25px;
}

.index_news{
	box-sizing: border-box;
	padding: 20px 30px 30px;
	margin: 0 auto;
	background: #e6e9e4;
}

.index_news_box{
	position: relative;
	box-sizing: border-box;
	height: 100%;
	padding: 20px 30px 40px;
	border: 2px #002 solid;
	background: #fff;
}

.index_title01{
	padding-bottom: 20px;
	border-bottom: 2px #ffc900 solid;
	margin-bottom: 20px;
	line-height: 1;
	text-align: center;
}

.news_list01{
	margin-bottom: 40px;
}

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

.news_list02_date{
	margin-bottom: 5px;
}

.news_list02_title a{
	color: #999;
	font-size: 18px;
	text-decoration: none;
}

.news_list02_title a:hover {
    opacity: 0.7;
}

.news_more{
	text-align: right;
}

.news_more a{
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 20px;
	border: 1px #002 solid;
	background: #002;
	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: #002;
}

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

.index_nr_box{
	display: flex;
	justify-content: space-between;
	width: 1250px;
	margin: 0 auto;
}

.match_result{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
	width: 612.5px;
	padding: 20px 30px 30px;
	margin: 0 auto 25px;
	background: #002;
	color: #fff;
}

.match_result h2{
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 2px #ffc900 solid;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1;
}

.match_result01{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	box-sizing: border-box;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

.match_result_team{
	width: 50%;
	font-size: 20px;
}

.match_score{
	width: 150px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	line-height: 1;
}

.match_score_left{
	font-size: 40px;
}

.match_score_vs{
	width: 70px;
	padding: 0 20px;
}

.match_score_right{
	font-size: 40px;
}

.match_result02{
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 1.5em;
}

.match_result_date{
	margin-bottom: 5px;
}

.match_result_text{
	font-weight: bold;
}

.next_match{
	box-sizing: border-box;
	width: 612.5px;
	padding: 20px 30px 30px;
	margin: 0 auto 25px;
	background: #e6e9e4;
}

.match_box01{
	text-align: center;
}

.match_name01{
	margin-bottom: 1.5em;
	font-size: 20px;
	font-weight: bold;
}

.match_name02{
	margin-bottom: 5px;
}

.next_match_data{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5em;
}

.next_match_vs{
	width: 150px;
	padding: 0 20px;
	flex-shrink: 0;
}

.match_date{
	margin-bottom: 5px;
}

.match_team{
	width: 50%;
	font-size: 20px;
	font-weight: bold;
}

.index_media_banner{
	margin-bottom: 25px;
}

.index_media_banner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

.index_media_banner li{
	width: 612.5px;
}

.index_media_banner li:not(:nth-last-child(-n+2)){
	margin-bottom: 25px;
}

.index_media_banner li a{
	display: block;
}

.index_media_banner li img{
	width: 100%;
}

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

.index_banner a{
	display: block;
	width: 293.75px;
	margin-right: 25px;
	margin-bottom: 20px;
}

.index_banner a:nth-child(4n){
	margin-right: 0;
}

.index_banner a img{
	width: 100%;
}





/*@@wy[Wʁ@@*/

.ul_main{
	background: #002;
}

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

.pankuzu{
	margin-bottom: 15px;
	font-size: 14px;
	color: #fff;
}

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

.pankuzu a:hover{
	opacity: 0.7;
}

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

.ul_h02{
	padding: 5px 10px;
	border-bottom: 2px #fff solid;
	margin-bottom: 10px;
	font-size: 22px;
}

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

.ul_box01_left{
	box-sizing: border-box;
	padding: 30px 20px 50px;
	margin-bottom: 30px;
	background: #004;
	color: #fff;
}

.ul_news .ul_box01_left{
	width: 720px;
	margin-bottom: 0;
}

.tm_button_list,
.page_btn01{
	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;
}

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

.ul_box01 .tm_button_list li:nth-child(4n){
	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,
.page_btn01 li a{
	display: block;
	box-sizing: border-box;
	height: 100%;
	padding: 5px 10px;
	border: 1px #002 solid;
	background: #fff;
	color: #002;
	text-decoration: none;
	word-break: break-all;
}

.tm_button_list li a:hover,
.page_btn01 li a:hover{
	background: #002;
	color: #fff;
}

.tm_button_list:nth-child(even) li a,
.tm_button_list.cc li a,
.page_btn01.staff li a{
	background: #002;
	color: #fff;
}

.tm_button_list:nth-child(even) li a:hover,
.tm_button_list.cc li a:hover,
.page_btn01.staff li a:hover{
	background: #fff;
	color: #002;
}

.ul_paging{
	text-align: center;
}

.ul_box01_right{
	box-sizing: border-box;
	padding: 30px 20px 30px;
	background: #004;
	color: #fff;
}

.ul_news .ul_box01_right{
	width: 290px;
}

.index_main .ul_box01_right{
	background: #fff;
	box-shadow: none;
}

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

.ul_news .right_banner{
	display: block;
}

.right_banner a{
	display: block;
	width: 246px;
	margin-right: 25px;
	margin-bottom: 25px;
}

.right_banner a:nth-child(4n){
	margin-right: 0;
}

.right_banner a:nth-last-child(-n+4){
	margin-bottom: 0;
}

.ul_news .right_banner a{
	width: 250px;
	margin-right: 0;
	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;
}

.sns{
	padding-top: 30px;
	background: #002;
}

.ul_main + .sns{
	padding-top: 0;
}

.sns_box{
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	width: 1300px;
	padding: 30px 20px 30px;
	margin: 0 auto;
	background: #004;
	color: #fff;
}

.ul_main + .sns .sns_box{
	width: 1100px;
}

.sns001{
	background: #002;
	width:100%;
	padding:30px 0;
	display:flex;
	gap:10px;
	justify-content: center;
}


/*@@XPW[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: #004;
	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 #004;
	width:50px;
	font-size:12px;
	padding:2px 0;
}

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

.google_cale_box{
	position: relative;
	width: 100%;
	padding-top: 75%;
}

.google_cale_box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/*@@j[Xꗗy[W@@*/

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

.news_list_category{
	margin-right: 10px;
}

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

.news_list_title a{
	color: #999;
	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;
}

.side_menu_blog_list01 table{
	margin:  0 auto;
}

.side_menu_blog_list01 a{
	color: #999;
	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 #999 solid;
	border-bottom: 2px #999 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 #999 solid;
	border-bottom: 2px #999 solid;
}







/*@@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:#004;
	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: #999;
	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 #002 solid;
	background: #002;
	color: #fff;
	text-decoration: none;
}

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





/*@@M[iʐ^jڍ׃y[W@@*/

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

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

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

.photo_list li img{
	width: 100%;
}





/*@@M[ijy[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%;
}





/*@@₢킹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_text{
	width: 100%;
	text-align: center;
}

.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 #002 solid;
	background: #002;
}

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

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

.con_text{
	width: 550px;
	margin: 0 auto 50px;
}

.acc_text{
	width: 700px;
	margin: 0 auto 50px;
}

.acc_text a{
	color: #cfdaff;
}




/*@@uOy[W@@*/

.ul_blog_flex{
	display: flex;
}

.ul_blog_left{
	width: 100%;
}

.blog_title01{
	padding: 5px 10px 10px;
	border-left: 10px #ccc solid;
	border-bottom: 1px #ccc dashed;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}

.blog_body01{
	margin-bottom: 20px;
}

.blog_img{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.blog_data a{
	color: #fff;
}

.blog_data a:hover{
	color: #ffc900;
}

.blog_date{
	margin-top: 50px;
	text-align: right;
}

.blog_bot{
	margin-top: 40px;
}

.blog_bot a{
	color: #fff;
}

.blog_bot a:hover{
	color: #ffc900;
}

.ul_blog_right{
	width: 250px;
	padding-left: 25px;
	border-left: 1px #fff solid;
	margin-left: 24px;
	flex-shrink: 0;
}

.blog_calendar{
	margin-bottom: 20px;
}

.blog_monthlist{
	margin-bottom: 20px;
}

.blog_monthlist a{
	display: block;
	padding: 5px 10px;
	background: #002;
	color: #fff;
	text-decoration: none;
}

.blog_monthlist a:not(:last-child){
	margin-bottom: 5px;
}

.blog_monthlist a:hover{
	color: #ffc900;
}

.blog_right_pageing{
	display: flex;
	justify-content: center;
}

.blp_now{
	margin: 0 20px;
	color: #f00;
}

.blog_right_pageing a{
	color: #fff;
}

.blog_right_pageing a:hover{
	color: #ffc900;
}




/*@@OCy[W@@*/

.login001{
	width: 500px;
	padding: 20px;
	background: #fff;
}

.login002 dl{
	display: flex;
	margin-bottom: 20px;
	color: #333;
	font-size: 20px;
}

.login002 dt{
	width: 2.5em;
}

.login002 input{
	padding: 5px;
}

.login003{
	padding-left: 50px;
}

.login003 button{
	padding: 5px 20px;
	border: 1px #002 solid;
	background: #002;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.login003 button:hover{
	background: #fff;
	color: #002;
}





/*@@ey[W@@*/

.bt_menu_style01 {
	margin: 0 0 30px 0;
}

.bt_menu_style02 {
	width: 48%;
	float: left;
	margin: 0 1%;
}

.bt_menu_style02 a{
	display: block;
	padding: 10px 0;
	border: 1px #002 solid;
	background: #002;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}

.bt_menu_style02 a:hover{
	background: #fff;
	color: #004;
}

.title_h3{
    width: 100%;
	margin-bottom: 10px;
}

.title_h3,
.title_h3_width,
.title_h302{
    padding: 5px;
	color: #fff;
    background-color: #002;
    border-bottom: 5px #ffc900 solid;
}

.title_h3 h3{
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em;
}

.page_area:not(:last-child){
	margin-bottom: 30px;
}

.member_box{
    width: 100%;
	margin:0.5em 0 1.5em 0;
}

.member_box: last-child{
	margin-bottom: 0;
}

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

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

.map{
    max-width: 720px;
}

.map iframe{
    width: 100%;
}

.link_style{
	width: 100%;
	margin: 10px 0;
	color: #333;
	border-style:hidden;
}

.link_style th{
	padding: 10px;
	border: 1px #fff solid;
	color: #fff;
	background-color: #002;
}

.link_style td{
	padding: 10px;
	border: 1px #002 solid;
	background: #e6e9e4;
}

.page_fac{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1250px;
	margin: 0 auto;
}

.page_fac.center{
	justify-content: center;
}

.page_fac{
	margin-bottom: 30px;
}

.page_fac .page_fac01{
	width: 500px;
}

.index_main .page_fac .page_fac01{
	width: 600px;
}

.page_fac.ob .page_fac01{
	border: #fff 2px solid;
}

.page_fac .page_fac01 a img{
	width: 100%;
}

.page_fac.ob.center .page_fac01{
	width: 1060px;
}

.staff_area_type001{
	display: flex;
	padding: 20px;
}

.page_fac.ob.center .staff_area_type001{
	justify-content: center;
}

.staff_area_type002{
	max-width: 250px;
	margin-right: 20px;
}

.page_fac.ob.center .staff_area_type002{
	max-width: 400px;
}

.staff_area_type002 img{
	max-width: 100%;
}

.page_fac.ob.center .staff_area_type003{
	font-size: 120%;
}

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

.page_img{
	margin-bottom: 50px;
}

.page_img img{
	max-width: 100%;
}

.page_img_list02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	margin: 0 auto 20px auto;
}

.page_img_list02 li{
	width: 49%;
}

.page_fac .page_img_list02 li{
	width: 100%;
}

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

.m_list.center{
	justify-content: center;
}

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

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

.mem_style002{
	padding: 10px;
}

.mem_style002 img{
	width: 100%;
}

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

.team_concept{
	display:flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 10px;
	border: 1px solid #ffd700;
	border-radius: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}

.team_concept.team_concept_width01{
	width: 400px;
	margin: 0 auto 10px;
}


}