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

*{
	margin:0;
	padding:0;
}


.pc_none{
	display: none;
}


body { 
	color: #000000;
	font-family: 'CI','lr oSVbN','lr SVbN', 'qMmpS Pro W3','HGSSVbNE','MS P Gothic',sans-serif;
	width:100%;
	background-color:#FFFFFF;
	font-size:1.2vw;
	line-height:1.5vw;
	word-break:break-all;
}

/*ξ{J[*/
#footer01{
	background: linear-gradient(-45deg, #31579F, #1F335D);
	color:#fff;
	padding:20px 0;
	width:100%;
	text-align:center;
}


.title_h2,.title_h2_width,.title_h202{
	background: linear-gradient(-45deg, #31579F, #1F335D);
	color: #fff;
	padding:0.5vw 0;
}


a{
	color:#000;
	text-decoration:underline;
}

a:hover{
	color:#F9BE00;
	text-decoration:none;
}


img{
	border:0;
	margin:0;
	max-width:100%;
}

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

.clear{
	clear:both;
	height:0px;
}

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

a img {
	-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.4;
	filter: alpha(opacity=40);
}

#web01{
	width:100%;
}

#header01{
	width:100%;
}

#header01_solto{
	background: linear-gradient(-45deg, #31579F, #1F335D);
	border-top:10px #C01C25 solid;
	width:100%;
}

#header02{
	width:80%;
	margin:0 auto;
}


.title_h2{
	width:100%;
	position:relative;
	margin:0 0 15px 0;
}

.title_h2 h2{
	font-size:1.2vw;
	font-weight:bold;
	padding:0.2vw 0 0.2vw 1vw;
	line-height: 1;
}


.title_h2_width{
	width:100%;
	margin: 7px auto 10px auto;
	position:relative;
}

.title_h2_width h2{
	font-size:1.2vw;
	font-weight:bold;
	padding:0.2vw 0 0.2vw 1vw;
	line-height: 1;
}


.logo{
	float:left;
	padding:10px 0;
	width:35%;

}

.logo img{
	width:100%;
}

.logo a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.header_right02{
	float:right;
	width:30%;
	text-align:right;
	margin:20px 0 0 0;
}

.title_h1{
	font-size:1vw;
	color:#fff;
	margin:1vw 0 0 0;
}

.login{
	float:right;
	position:relative;
	top:0;
}

.header_sns{
	display: flex;
	justify-content: flex-end;
	list-style-type: none;
	float:right;
	margin:0 15px 10px 0;
}

.header_sns li{
	margin-left: 10px;
}

.header_sns img{
	width: 50px;
	vertical-align: bottom;
}

#style01{
	width:80%;
	margin:0 auto;
	background-color:#FFFFFF;
}
.style_cover01{
background: linear-gradient(-45deg, #31579F, #1F335D);
}
.style02{
	width:80%;
	margin:0 auto;
	background-color:#FFFFFF;
}

.main_image_area{
	width:100%;
	margin:0 auto;
}
.main_image_area img{
	width:100%;
}


.nav_area01{
	width:100%;
	background-color:#C01C25;

}

.nav_area02{
	width:80%;
	margin:0 auto;
}

.sp_menu_button{
	display: none;
}

.header_menu{
	display: flex;
	width: 100%;
	list-style-type: none;
}

.header_menu > li{
	position: relative;
	box-sizing: border-box;
	flex-grow: 1;
	font-size:150%;
}

.header_menu > .header_menu01{
	flex-grow: 1.5;
}

.header_menu > li span{
	position: relative;
	display: block;
	padding: 10px 30px 10px 15px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.header_menu > li span:after{
	position: absolute;
	top: 40%;
	right: 10px;
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px #000 solid;
	border-bottom: 2px #000 solid;
	transform: rotateZ(45deg);
}

.header_menu > li a{
	
}

.header_menu02{
	position: absolute;
	top: 50%;
	width: 100%;
	visibility: hidden;
	list-style-type: none;
	z-index: 500;
	opacity: 0;
	-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;
	background:#FFFF66;
}

.header_menu > li:hover .header_menu02{
	top: 100%;
	visibility: visible;
	opacity: 1;
}

#navre .header_menu02 a:first-child{
	border-left: none;
}

.menu01{
	width:90%;
	margin:0 auto;
	border-bottom:2px #fff solid;
}
.menu02{
	font-size:0.8em;
}

.left_content{
	width: 77%;
	margin:12px 0 20px 1%;
	float:left;
}

.right_content{
	width:20%;
	margin:12px 1% 20px 0;
	float:right;
}

.right_banner{
	width:100%;
}


.right_banner img{
	margin:0 0 3px 0;
	width:100%;
}

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

.news_list02{
	font-size:1.2vw;
	margin:0 0 10px 0;
	border-bottom:1px #CCCCCC dotted;
}


.box_style01{
	margin:0 auto 10px auto;
	width:100%;
	font-size:12px;
}

.box_style02{
	margin:0 1px 2px 0;
	width:20%;
	float:left;
}


.box_style02 a{
	display:block;
	background-color: #C01C25;
	color:#fff;
	text-decoration:none;
	padding:2% 5% 2% 7%;
	border-right:1px #FFFFFF solid;
	background-image:url("./img/img01.png");
	background-repeat:no-repeat;
	background-position:2% 47%;
}

.box_style02 a:hover{
	background-color:#1F335D;
	color:#fff;
	text-decoration:none;
	background-image:url("./img/img01.png");
	background-repeat:no-repeat;
	background-position:2% 47%;
}

.box_style0202{
	margin:0 1px 2px 0;
	width:299px;
	float:left;
}

.box_style0202 a{
	display:block;
	background: linear-gradient(-45deg, #31579F, #1F335D);
	color:#000;
	text-decoration:none;
	padding:2% 5% 2% 7%;
	border-right:1px #FFFFFF solid;
	background-image:url("./img/img01.png");
	background-repeat:no-repeat;
	background-position:2% 47%;
}

.box_style0202 a:hover{
	background-color:#000;
	color:#F9BE00;
	text-decoration:none;
	background-image:url("./img/img02.png");
	background-repeat:no-repeat;
	background-position:2% 47%;
}

.box_style03{
	margin:0 1px 2px 0;
	width:224px;
	float:left;
	font-size:11px;
}


.box_style03 a{
	display:block;
	background-color:#018402;
	color:#FFFFFF;
	text-decoration:none;
	padding:2% 5% 2% 7%;
	border-right:1px #FFFFFF solid;
	background-image:url("./img/img01.png");
	background-repeat:no-repeat;
	background-position:2% 47%;
}

.box_style03 a:hover{
	background-color:#FFCC00;
	color:#265CFF;
	text-decoration:none;
	background-image:url("./img/img02.png");
	background-repeat:no-repeat;
	background-position:2% 47%;
}

.box_style0302{
	margin:0 1px 2px 0;
	width:224px;
	float:left;
	font-size:11px;
}


.box_style0302 a{
	display:block;
	background-color:#36416B;
	color:#FFFFFF;
	text-decoration:none;
	padding:2% 5% 2% 7%;
	border-right:1px #FFFFFF solid;
	background-image:url("./img/img01.png");
	background-repeat:no-repeat;
	background-position:2% 47%;
}

.box_style0302 a:hover{
	background-color:#FFCC00;
	color:#265CFF;
	text-decoration:none;
	background-image:url("./img/img02.png");
	background-repeat:no-repeat;
	background-position:2% 47%;
}

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

.index_text_title{
	padding:0.7vw 0 0.5vw 1vw;
	font-size:1.2vw;
	line-height:1;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(-45deg, #31579F, #1F335D);
}

.index_text_area p{
	padding: 20px 20px 10px 20px;
	font-size:1.2vw;
}



/*‘‘‘XPW[‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

.sc_st_new01{
	padding: 5px 0 20px 0;
}

.stSchTitleC {
	text-align:center;
	border: 1px solid #d0dbc8;
	font-size:1.2vw;
	margin:2px 15px;
	padding:5px 0;
	background: #ffffff;

}

.stSchList {
	font-size:1.2vw;
	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 #d0dbc8;
	width:15%;
	font-size:1.2vw;
	padding:2px 0;
}

.stSchList td{
	border: 1px solid #d0dbc8;
	text-align:left;
	font-size:1.2vw;
}

.sc01{
	margin:3px;
}


.sc02{
	width:100px;
	float:left;
	margin:0 5px 0 0;
}
.sc03{
	width:690px;
	float:left;
}

/*‘‘‘IθEX^btΠξ‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

.menber001{
	width:600px;
	margin:10px auto 10px auto;
	padding:10px 0;
	border:1px green dotted;
}

.menber002{
	font-size:18px;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	font-weight:bold;
}

.menber003{
	font-size:12px;
}

.m_list_wrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px 10px;
	margin-bottom: 60px;
}

.m_list{
	border: 1px #ccc solid;
}

.member_content02{
	padding: 10px;
}

.member_content02 img{
	width:100%;
}

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

.menmber_name001{
	font-weight:bold;
	margin:0 0 10px 0;
	font-size:1.2vw;
	color:#000;
}

.menmber_name002{
	font-size:1.2vw;
	margin:0 0 5px 0;

}

.menmber_name003{
	margin:0 0 5px 0;
	font-size:1.2vw;
}

/*‘‘‘j[X‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

.news01{
	font-size:1.2vw;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	border-bottom:1px #CCC dotted;
	font-weight:bold;
}

.news01 img{
	margin:0 0 10px 0;
}

.news02{
	font-size:1vw;
	text-align:right;
	margin:0 0 10px 0;
}

.news03{
	font-size:1.2vw;
	margin:0 0 15px 0;
}

.news04{
	font-size:1.2vw;
	width:580px;
	margin:0 auto 15px auto;
}

.news05{
	width:100%;
	margin:0 auto 15px auto;
	border:1px #000 solid;
}

.news06{
	font-size:0.7vw;
	width:100%;
	margin:0 auto 15px auto;
}


.news07{
	font-size:0.7vw;
	width:100%;
	margin:0 auto 15px auto;
}



.news08{
	max-width:100%;
	margin:0 auto 15px auto;
	text-align:center;
}
.news08 img{
	width:100%;
}

.kekka_01{
	padding:5px 0;
	text-align:center;
	background-color:000;
	color:#FFF;
	font-weight:bold;
	border:1px #000 dotted;
	font-size:1.2vw;
	background-color:#C01C25;
}

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

.kekka_03{
	padding:10px;
	text-align:left;
	border:1px #CCCCCC dotted;
	font-size:1.2vw;
}


/*‘‘‘tHg‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

#BigImage{
	width:80%;
	margin:20px auto 30px auto;
	text-align:center;
}
#BigImage img{
	width:100%;
}

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

.photo_content02{
	width:15%;
	overflow:hidden;
	border:2px #FFFFFF solid;
}

.photo_content02 img{
	width:100%;
}

/*‘‘‘OC‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

.login001{
	margin:40px auto;
	border:1px #CCC dotted;

}

.login001 table{
	width:100%;
	margin:20px 0;
}

.login001 th{
	width:100px;
	text-align:right;
	font-size:normal;
	padding:5px 0;
}

.login001 td{
	width:300px;
	padding:5px 0;
}

.input1{
	
	padding:5px 10px;
	width:280px;
}

.login003{
	text-align:center;
	margin:0 0 20px 0;
}

/*‘‘‘¨β’νΉ‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

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

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

.contact_1{
	text-align:center;
	color:#fff;
	font-weight:bold;
	background: linear-gradient(-45deg, #31579F, #1F335D);
	width:200px;
}

.contact_btn{
	text-align:center;
}

.contact_btn input{
	padding:10px 30px;
	font-size:16px;
	margin:20px auto;
}

.input_st01{
	width:94%;
	padding:2%;
	margin:0 0 10px 0;
	font-size:1.2em;
}

.input_st02{
	width:10%;
	padding:2%;
	font-size:1.2em;
}
.input_st03{
	width:94%;
	padding:5px;
	height:80px;
	font-size:1.2em;
}
.input_st04{
	padding:5px;
	font-size:1.2em;
}


/*‘‘‘uO‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

.blog_style01{
	width:100%;
	padding:20px 0 40px 0;
}


.soul_title03 {
  position: relative;
  padding: 0.8em;
  background: #000;
  font-size:16px;
  font-weight:bold;
  color:#FFFFFF;
}

.soul_title03:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  width: 0;
  height: 0;
}

.soul_body01{
	
	line-height:28px;
	margin:30px 0 40px 0;
}

.soul_body01 ol{
	margin:20px 0 20px 30px;
}

.blog_bot{
	text-align:center;
}

.blog_img{
	width:100%;
	margin:0 0 5px 0;
	text-align:center;
}
.blog_img img{
	width:100%;
}


.side_menu_blog_list01{
	width:200px;
	padding:20px;
	border:5px #333 solid;
	margin:5px 0;	 
    border-radius: 10px;        /* CSS3Δ */  
    -webkit-border-radius: 10px;    /* Safari,Google Chromep */  
    -moz-border-radius: 10px;   /* Firefoxp */  
}



.side_menu_blog_list02{
	background-image:url("./img/icon_blog.gif");
	background-repeat:no-repeat;
	background-position:0 8px;
	padding:0 0 0 10px;
	line-height:16px;
	margin:0 0 10px 0;
}

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

.side_menu_blog_list03 img{	
	width:200px;
}


.more{
	width:140px;
	float:right;
	border:1px #C01C25 solid;
}

.more a{
	display:block;
	padding:3px 0;
	text-align:center;
	text-decoration:none;
	background-color:#C01C25;
	color:#fff;
}

.more a:hover{
	background-color:#fff;
	color:#C01C25;
}

.page_contant{
	margin:0 0 30px 0;
	
	line-height:1.5;
}

.page_content01{
	line-height: 1.5;
	margin: 0 0 30px 0;
}

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

.page_area p{
	margin:0 0 20px 0;
}

.page_title01{
	border-left:5px #1F335D solid;
	font-size:1.2vw;
	padding:5px 0 2px 5px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.page_title02{
	position: relative;
	font-size:1.2vw;
	border-bottom:2px #1F335D solid;
	margin:0 0 10px 0;
}

.page_title02::after {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    width: 30%;
    border-bottom: 2px #000 solid;
}

.page_area ul{
	margin:0 0 0 20px;
}

.page_btn01{
	margin-left: 0 !important;
	list-style-type: none;
}

.page_btn01 li{
	width: 195px;
	float: left;
	margin: 0 5px 5px 0;
}

.page_btn01 li a{
	display: block;
	padding: 5px 10px;
	background-color: #399A65;
	color: #333;
	text-decoration: none;
}

.page_btn01 li a:hover{
	background-color: #fff;
	color: #399A65;
}

.link_style{
	width:100%;
	margin:30px 0;
}

.link_style th{
	padding: 0 10px;
	vertical-align:top;
	width:30%;
}


.link_style th img{
	width:100%;

}


.link_style td{
	padding: 10px;
    background-color: #efefef;
	width:70%;
}

.link07 {
    
    font-weight: normal;
}
.link06 {
    font-size:1.2vw;
    font-weight: bold;
    padding: 15px 0 5px 0;
    margin: 0 0 15px 0;
    border-bottom: 2px #000 solid;
}


.club_text01{
	width: 100%;
}

.club_text01 table{
	margin: 0 0 30px 0;
	width: 100%;
}

.club_text01 th{
	border: 1px #F9BE00 solid;
	background-color: #000;
	color: #fff;
	padding: 10px;
	width: 160px;
}

.club_text01 td{
	border: 1px #F9BE00 solid;
	padding: 10px;
}

.club_text01 ul{
	list-style-type: none;
}
.bt_menu_style01 {
    margin: 0 0 20px 0;
}
.bt_menu_style02 {
    width: 23%;
    float: left;
    margin: 0 1% 1% 1%;
}
.bt_menu_style02 a {
    display: block;
    background: linear-gradient(-45deg, #31579F, #1F335D);
    border-radius: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0;
    border: 2px #31579F solid;
}
.bt_menu_style02 a:hover {
    background-color: #fff;
    background: linear-gradient(#1F335D, #31579F);
}
.top_infom_table01 {
    width: 100%;
}
.top_infom_table01 th {
    background: #000;
    padding: 5px;
    border: 1px #000000 solid;
    color: #FFF;
}
.top_infom_table01 td {
    padding: 5px;
    border: 1px #000000 solid;
    text-align: center;
}
.top_infom_link{
	margin-top: 5px;
	text-align: center;
}

.top_infom01 .top_infom_link a{
	box-sizing: border-box;
	display: inline-block;
	width: 70%;
	padding: 5px;
    border: 2px #399A65 solid;
	margin-bottom: 0;
	background: #399A65;
	color: #333;
	text-decoration: none;
}

.top_infom_link a:hover{
	background: #fff;
	color: #399A65;
}

.staff_style {
    width: 100%;
    margin: 20px 0;
}
.staff01 {
    border-bottom: 3px #201511 solid;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.staff02 {
    background-color: #FFE6E6;
    padding: 4%;
	width:92%;
}



.page_btn_box{
	width: 100%;
	list-style-type: none;
	margin: 0 0 30px 0;
}

.page_btn_box li{
	width: 90px;
	margin: 5px;
	float: left;
}

.page_btn_box li a{
	display: block;
    border: 1px #399A65 solid;
	background-color: #399A65;
	text-decoration: none;
	text-align: center;
	color: #333;
	padding: 5px 0;
}

.page_btn_box li a:hover{
	background: #fff;
	color: #399A65;
}
#page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 11000;
}
.page-top_icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 3px #333;
}
.page-top_icon:after {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    border-left: 12px transparent solid;
    border-right: 12px transparent solid;
    border-bottom: 22px #333 solid;
}
.page-top_text {
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 3px #333, -1px 1px 3px #333, 1px -1px 3px #333, -1px -1px 3px #333;
    text-align: center;
}
.info01title{
	background-color:#000;
	color:#FFFFFF;
	font-size:18px;
	padding:15px 0 10px 0;
	font-weight:bold;
	text-align:center;
	width:100%;
	margin:0 auto;
}
.info01{
	background-color:#666;
	text-align:center;
}
.control_area01:not(:first-child) .info01{
	display: none;
}

.info01 a{
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding:10px 5px;
	
	border:1px #FFFFFF solid;

}


.info01 a:hover{
	background-color:#000;

}


.info02area{
	margin-bottom: 30px;
}

.info02{
	background-color:#666;
	text-align:center;
	width:50%;
	float:left;
}


.info02 a{
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding:10px 5px;
	
	border:1px #FFFFFF solid;

}

.info02 a:hover{
	background-color:#000;

}
.control_area01{
	margin:0 0 20px 0;
}
.side_sh01 {
    background-color: #000;
    margin: 0 0 10px 0;
    padding: 15px;
}
.side_sh02 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
}
.side_sh03 {
    background-color: #FFFFFF;
    padding: 10px 15px;
}
.side_sh04 {
    padding: 5px 0;
    border-bottom: 1px #CCCCCC dotted;
    
}
.side_sh05_title {
    background-color: #000;
    color: #FFFFFF;
    padding: 2px 5px;
    border-radius: 5px;
    margin: 0 0 5px 0;
}
.side_sh05_01 {
    font-weight: bold;
}



.fs16{
	font-size: 16px;
}



.page_table,
.page_table01{
	width: 100%;
	margin-bottom: 5px;
}

.page_table th,
.page_table01 th{
	padding: 5px;
	border: 1px #333 solid;
	background: linear-gradient(#1F335D, #31579F);
	color: #fff;
}

.page_table td,
.page_table01 td{
	padding: 5px;
	border: 1px #333 solid;
}



.page_table02{
	width: 94%;
	margin:0 auto 0 auto
}

.page_table02 th{
	padding: 5px;
	border: 1px #333 solid;
	background: linear-gradient(#1F335D, #31579F);
	color: #fff;
}

.page_table02 td{
	padding: 5px;
	border: 1px #333 solid;
}



.page_img_list01{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin-bottom: 10px;
}
.page_img_list01 li{
	box-sizing: border-box;
	width:32%;
	border: 1px #ccc solid;
	margin-bottom: 20px;
	list-style-type:none;
}

.page_img_list01 li:not(:nth-child(3n)){
	margin-right: 2%;
}

.page_img_list01 li img{
	width:100%;
}

.page_img_list02{
    display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2%;
    list-style-type: none;
    margin: 0 auto 50px auto;
}

.page_img_list02 li img{
	width:100%;
}



.page_link_name{
	margin-top: 5px;
}



.page_sf{
	width:100%;
}

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



.m_listB {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px 10px;
	margin-bottom: 60px;
}
.mem_style001 {
    border: 1px #ccc solid;
    color: #333;
}
.mem_style002 {
    padding: 10px;
}
.mem_style002 img {
    width: 100%;
}
.mem_style004 {
    padding-top: 10px;
    border-top: 2px #333 solid;
    margin: 0 10px 10px;
}



.text_image01{
	width: 600px;
    margin: 0 0 10px 0;
}

.text_image01 td:nth-child(2){
	width: 200px;
	text-align: right;
}



.staff_area_type001{
	width: 558px;
	margin: 5px 0 10px 0;
	border: 1px #33CC00 solid;
	padding: 20px;
}

.staff_area_type002{
	width: 148px;
	float: left;
}

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

.staff_area_type003{
	width: 390px;
	float: right;
}

.staff_area_type004{
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px #33CC00 solid;
}

.staff_area_type005{
	font-size: 16px;
	line-height: 1.5;
}
.footer_area01{
	border-top:10px #F9BE00 solid;
}
.footer_op {
        padding: 50px 0;
        background: #000;
        color: #fff;
    }
.op_title {
        margin:0 auto 1vw auto;
		padding:0 0 0.5vw 0;
        font-size: 1.2vw;
        text-align: center;
		border-bottom:2px #F9BE00 solid;
		width:80%;
    }
.op_list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
        width: 80%;
        margin: 0 auto;
        list-style-type: none;
    }
    .op_list img {
        max-width: 100%;
        vertical-align: bottom;
    }
    .top_infom_title01 {
        background: #000;
        color: #FFFFFF;
        padding: 5px;
        margin: 0 0 5px 0;
        font-weight: bold;
    }
}